Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::AvmRecursiveFlavor::AllValues Class Reference

A field element for each entity of the flavor. These entities represent the prover polynomials evaluated at one point. More...

#include <recursive_flavor.hpp>

Inheritance diagram for bb::avm2::AvmRecursiveFlavor::AllValues:
bb::avm2::AvmFlavor::AllEntities< DataType_ >

Public Types

using Base = NativeFlavor::AllEntities< FF >
 
- Public Types inherited from bb::avm2::AvmFlavor::AllEntities< DataType_ >
using DataType = DataType_
 

Additional Inherited Members

- Public Member Functions inherited from bb::avm2::AvmFlavor::AllEntities< DataType_ >
std::span< DataTypeget_all ()
 
std::span< const DataTypeget_all () const
 
std::span< const std::string > get_labels () const
 
 DEFINE_AVM_GETTER (precomputed, PRECOMPUTED_START_IDX, NUM_PRECOMPUTED_ENTITIES)
 
 DEFINE_AVM_GETTER (wires, WIRE_START_IDX, NUM_WIRE_ENTITIES)
 
 DEFINE_AVM_GETTER (derived, DERIVED_START_IDX, NUM_DERIVED_ENTITIES)
 
 DEFINE_AVM_GETTER (shifted, SHIFTED_START_IDX, NUM_SHIFTED_ENTITIES)
 
 DEFINE_AVM_GETTER (witness, WITNESS_START_IDX, NUM_WITNESS_ENTITIES)
 
 DEFINE_AVM_GETTER (unshifted, UNSHIFTED_START_IDX, NUM_UNSHIFTED_ENTITIES)
 
 DEFINE_AVM_GETTER (to_be_shifted, WIRES_TO_BE_SHIFTED_START_IDX, NUM_WIRES_TO_BE_SHIFTED)
 
DataTypeget (ColumnAndShifts c)
 
const DataTypeget (ColumnAndShifts c) const
 
- Public Attributes inherited from bb::avm2::AvmFlavor::AllEntities< DataType_ >
std::array< DataType, NUM_ALL_ENTITIESentities
 

Detailed Description

A field element for each entity of the flavor. These entities represent the prover polynomials evaluated at one point.

Definition at line 56 of file recursive_flavor.hpp.

Member Typedef Documentation

◆ Base


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