Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/flavor/relation_definitions.hpp"
#include "barretenberg/vm2/constraining/flavor.hpp"
#include "barretenberg/vm2/constraining/full_row.hpp"
#include "barretenberg/vm2/constraining/recursion/recursive_flavor.hpp"
#include "barretenberg/vm2/generated/relations/calldata_impl.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::avm2 |
Macros | |
#define | AvmCheckCircuitEdge(Flavor) Flavor::PolynomialEntitiesAtFixedRow<Flavor::ProverPolynomials> |
#define | AvmCheckRelationEdge(Flavor) ::bb::avm2::AvmFullRowProxy |
Functions | |
bb::avm2::ACCUMULATE (calldataImpl, AvmFlavor, SumcheckTupleOfUnivariatesOverSubrelations, ExtendedEdge) | |
bb::avm2::ACCUMULATE (calldataImpl, AvmFlavor, SumcheckArrayOfValuesOverSubrelations, EvaluationEdge) | |
bb::avm2::ACCUMULATE (calldataImpl, AvmFlavor, SumcheckArrayOfValuesOverSubrelations, AvmCheckCircuitEdge) | |
bb::avm2::ACCUMULATE (calldataImpl, AvmFlavor, SumcheckArrayOfValuesOverSubrelations, AvmCheckRelationEdge) | |
bb::avm2::ACCUMULATE (calldataImpl, AvmRecursiveFlavor, SumcheckArrayOfValuesOverSubrelations, EvaluationEdge) | |
#define AvmCheckCircuitEdge | ( | Flavor | ) | Flavor::PolynomialEntitiesAtFixedRow<Flavor::ProverPolynomials> |
Definition at line 8 of file calldata.cpp.
#define AvmCheckRelationEdge | ( | Flavor | ) | ::bb::avm2::AvmFullRowProxy |
Definition at line 9 of file calldata.cpp.