Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::Element Struct Reference

#include <biggroup.fuzzer.hpp>

Public Member Functions

 Element (ScalarField s=ScalarField::one(), GroupElement g=GroupElement::one())
 

Public Attributes

ScalarField scalar
 
GroupElement value
 

Detailed Description

template<typename Builder, typename BigGroupType, bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
struct BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::Element

Definition at line 266 of file biggroup.fuzzer.hpp.

Constructor & Destructor Documentation

◆ Element()

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::Element::Element ( ScalarField  s = ScalarField::one(),
GroupElement  g = GroupElement::one() 
)
inline

Definition at line 267 of file biggroup.fuzzer.hpp.

Member Data Documentation

◆ scalar

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
ScalarField BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::Element::scalar

Definition at line 270 of file biggroup.fuzzer.hpp.

◆ value

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
GroupElement BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::Element::value

Definition at line 271 of file biggroup.fuzzer.hpp.


The documentation for this struct was generated from the following file: