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

#include <biggroup.fuzzer.hpp>

Public Member Functions

 ArgumentContents ()
 

Public Attributes

uint32_t randomseed
 
Element element
 
OneArg oneArg
 
TwoArgs twoArgs
 
MulArgs mulArgs
 
ThreeArgs threeArgs
 
BatchMulArgs batchMulArgs
 
FourArgs fourArgs
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ ArgumentContents()

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::ArgumentContents::ArgumentContents ( )
inline

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

Member Data Documentation

◆ batchMulArgs

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
BatchMulArgs BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::ArgumentContents::batchMulArgs

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

◆ element

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

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

◆ fourArgs

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
FourArgs BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::ArgumentContents::fourArgs

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

◆ mulArgs

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
MulArgs BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::ArgumentContents::mulArgs

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

◆ oneArg

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
OneArg BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::ArgumentContents::oneArg

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

◆ randomseed

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
uint32_t BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::ArgumentContents::randomseed

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

◆ threeArgs

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
ThreeArgs BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::ArgumentContents::threeArgs

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

◆ twoArgs

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
TwoArgs BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::ArgumentContents::twoArgs

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


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