|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <flavor.hpp>
Classes | |
| class | AllEntities |
| class | LazilyExtendedProverUnivariates |
| A container for univariates used during sumcheck. More... | |
| class | PolynomialEntitiesAtFixedRow |
| class | PrecomputedEntities |
| class | ProverPolynomials |
| A container for the prover polynomials handles. More... | |
| class | ProvingKey |
| class | Transcript |
| class | VerifierCommitments_ |
| class | WitnessEntities |
Static Public Attributes | |
| static constexpr bool | IS_AVM = true |
| static constexpr bool | USE_SHORT_MONOMIALS = false |
| static constexpr bool | HasZK = false |
| static constexpr size_t | TRACE_OFFSET = 0 |
| static constexpr bool | USE_PADDING = true |
| static constexpr size_t | NUM_PRECOMPUTED_ENTITIES = AvmFlavorVariables::NUM_PRECOMPUTED_ENTITIES |
| static constexpr size_t | NUM_WITNESS_ENTITIES = AvmFlavorVariables::NUM_WITNESS_ENTITIES |
| static constexpr size_t | NUM_SHIFTED_ENTITIES = AvmFlavorVariables::NUM_SHIFTED_ENTITIES |
| static constexpr size_t | NUM_WIRES = AvmFlavorVariables::NUM_WIRES |
| static constexpr size_t | NUM_ALL_ENTITIES = AvmFlavorVariables::NUM_ALL_ENTITIES |
| static constexpr size_t | NUM_SUBRELATIONS = compute_number_of_subrelations<Relations>() |
| static constexpr size_t | MAX_PARTIAL_RELATION_LENGTH = compute_max_partial_relation_length<Relations>() |
| static constexpr size_t | BATCHED_RELATION_PARTIAL_LENGTH = MAX_PARTIAL_RELATION_LENGTH + 1 |
| static constexpr size_t | NUM_RELATIONS = std::tuple_size_v<Relations> |
| static constexpr size_t | NUM_FRS_COM = FrCodec::calc_num_fields<Commitment>() |
| static constexpr size_t | NUM_FRS_FR = FrCodec::calc_num_fields<FF>() |
| static constexpr size_t | COMPUTED_AVM_PROOF_LENGTH_IN_FIELDS |
Definition at line 37 of file flavor.hpp.
| using bb::avm2::AvmFlavor::AllValues = AllEntities<FF> |
Definition at line 230 of file flavor.hpp.
Definition at line 47 of file flavor.hpp.
Definition at line 48 of file flavor.hpp.
Definition at line 49 of file flavor.hpp.
Definition at line 39 of file flavor.hpp.
A container for univariates produced during the hot loop in sumcheck.
Definition at line 295 of file flavor.hpp.
Definition at line 43 of file flavor.hpp.
Definition at line 40 of file flavor.hpp.
Definition at line 46 of file flavor.hpp.
Definition at line 76 of file flavor.hpp.
| using bb::avm2::AvmFlavor::LookupRelations_ = AvmFlavorVariables::LookupRelations_<FF_> |
Definition at line 74 of file flavor.hpp.
Definition at line 71 of file flavor.hpp.
| using bb::avm2::AvmFlavor::MainRelations_ = AvmFlavorVariables::MainRelations_<FF_> |
Definition at line 69 of file flavor.hpp.
Definition at line 270 of file flavor.hpp.
Definition at line 41 of file flavor.hpp.
Definition at line 44 of file flavor.hpp.
Definition at line 45 of file flavor.hpp.
| using bb::avm2::AvmFlavor::ProverUnivariates = int |
Definition at line 298 of file flavor.hpp.
| using bb::avm2::AvmFlavor::Relations = Relations_<FF> |
Definition at line 80 of file flavor.hpp.
| using bb::avm2::AvmFlavor::Relations_ = tuple_cat_t<MainRelations_<FF_>, LookupRelations_<FF_> > |
Definition at line 79 of file flavor.hpp.
| using bb::avm2::AvmFlavor::VerificationKey = FixedVKAndHash_<PrecomputedEntities<Commitment>, FF, typename constraining::AvmHardCodedVKAndHash> |
Verification key of the AVM. It is fixed and reconstructed from precomputed values.
Definition at line 226 of file flavor.hpp.
Definition at line 50 of file flavor.hpp.
Definition at line 322 of file flavor.hpp.
A container for the witness commitments.
Definition at line 304 of file flavor.hpp.
|
staticconstexpr |
Definition at line 91 of file flavor.hpp.
|
staticconstexpr |
Definition at line 100 of file flavor.hpp.
|
staticconstexpr |
Definition at line 57 of file flavor.hpp.
|
staticconstexpr |
Definition at line 53 of file flavor.hpp.
|
staticconstexpr |
Definition at line 84 of file flavor.hpp.
|
staticconstexpr |
Definition at line 66 of file flavor.hpp.
|
staticconstexpr |
Definition at line 94 of file flavor.hpp.
|
staticconstexpr |
Definition at line 95 of file flavor.hpp.
|
staticconstexpr |
Definition at line 62 of file flavor.hpp.
|
staticconstexpr |
Definition at line 92 of file flavor.hpp.
|
staticconstexpr |
Definition at line 64 of file flavor.hpp.
|
staticconstexpr |
Definition at line 82 of file flavor.hpp.
|
staticconstexpr |
Definition at line 65 of file flavor.hpp.
|
staticconstexpr |
Definition at line 63 of file flavor.hpp.
|
staticconstexpr |
Definition at line 58 of file flavor.hpp.
|
staticconstexpr |
Definition at line 60 of file flavor.hpp.
|
staticconstexpr |
Definition at line 55 of file flavor.hpp.