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

#include <biggroup.fuzzer.hpp>

Public Attributes

uint8_t inputs [MAXIMUM_MUL_ELEMENTS]
 
ScalarField scalars [MAXIMUM_MUL_ELEMENTS]
 
uint8_t add_elements_count = 0
 
uint8_t output_index
 

Detailed Description

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

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

Member Data Documentation

◆ add_elements_count

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
uint8_t BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::BatchMulArgs::add_elements_count = 0

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

◆ inputs

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
uint8_t BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::BatchMulArgs::inputs[MAXIMUM_MUL_ELEMENTS]

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

◆ output_index

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

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

◆ scalars

template<typename Builder , typename BigGroupType , bool _use_bigfield = false, typename BigfieldScalar = typename BigGroupType::ScalarField>
ScalarField BigGroupBase< Builder, BigGroupType, _use_bigfield, BigfieldScalar >::Instruction::BatchMulArgs::scalars[MAXIMUM_MUL_ELEMENTS]

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


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