|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Recursive counterpart to MegaAppFlavor. More...
#include <mega_app_recursive_flavor.hpp>
Classes | |
| class | AllValues |
Public Types | |
| using | CircuitBuilder = MegaCircuitBuilder |
| using | Curve = stdlib::bn254< CircuitBuilder > |
| using | PCS = KZG< Curve > |
| using | GroupElement = typename Curve::Element |
| using | FF = typename Curve::ScalarField |
| using | Commitment = typename Curve::Element |
| using | NativeFlavor = MegaAppFlavor |
| using | Codec = stdlib::StdlibCodec< FF > |
| using | Transcript = StdlibTranscript< CircuitBuilder > |
| using | Relations = MegaAppFlavor::Relations_< FF > |
| using | SubrelationSeparator = FF |
| using | VerificationKey = StdlibVerificationKey_< CircuitBuilder, NativeFlavor::PrecomputedEntities< Commitment >, NativeFlavor::VerificationKey > |
| using | WitnessCommitments = MegaAppFlavor::WitnessEntities< Commitment > |
| using | CommitmentLabels = MegaAppFlavor::CommitmentLabels |
| using | VKAndHash = VKAndHash_< FF, VerificationKey > |
Static Public Member Functions | |
| static constexpr size_t | FINAL_PCS_MSM_SIZE (size_t log_n=VIRTUAL_LOG_N) |
| static const CommitmentLabels & | commitment_labels () |
Static Public Attributes | |
| static constexpr size_t | VIRTUAL_LOG_N = MegaAppFlavor::VIRTUAL_LOG_N |
| static constexpr bool | USE_SHORT_MONOMIALS = MegaAppFlavor::USE_SHORT_MONOMIALS |
| static constexpr bool | HasZK = false |
| static constexpr bool | USE_PADDING = MegaAppFlavor::USE_PADDING |
| static constexpr size_t | NUM_WIRES = MegaAppFlavor::NUM_WIRES |
| static constexpr size_t | NUM_ALL_ENTITIES = MegaAppFlavor::NUM_ALL_ENTITIES |
| static constexpr size_t | NUM_PRECOMPUTED_ENTITIES = MegaAppFlavor::NUM_PRECOMPUTED_ENTITIES |
| static constexpr size_t | NUM_WITNESS_ENTITIES = MegaAppFlavor::NUM_WITNESS_ENTITIES |
| static constexpr size_t | NUM_SHIFTED_ENTITIES = MegaAppFlavor::NUM_SHIFTED_ENTITIES |
| static constexpr size_t | NUM_UNSHIFTED_ENTITIES = MegaAppFlavor::NUM_UNSHIFTED_ENTITIES |
| static constexpr bool | HasDataBus = MegaAppFlavor::HasDataBus |
| static constexpr size_t | NUM_BUS_COLUMNS = MegaAppFlavor::NUM_BUS_COLUMNS |
| static constexpr bool | HasLogDerivLookup = MegaAppFlavor::HasLogDerivLookup |
| static constexpr bool | HasElliptic = MegaAppFlavor::HasElliptic |
| static constexpr bool | HasMemory = MegaAppFlavor::HasMemory |
| static constexpr bool | HasNonNativeField = MegaAppFlavor::HasNonNativeField |
| static constexpr bool | HasEccOpQueue = MegaAppFlavor::HasEccOpQueue |
| 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 RepeatedCommitmentsData | REPEATED_COMMITMENTS = MegaAppFlavor::REPEATED_COMMITMENTS |
| static constexpr size_t | NUM_RELATIONS = std::tuple_size_v<Relations> |
| static constexpr size_t | NUM_SUBRELATIONS = MegaAppFlavor::NUM_SUBRELATIONS |
Recursive counterpart to MegaAppFlavor.
Used when a Mega kernel circuit recursively verifies a folding proof of a prior app. The recursive verifier always lives inside MegaCircuitBuilder, so this is a plain (non-template) class.
Definition at line 21 of file mega_app_recursive_flavor.hpp.
Definition at line 23 of file mega_app_recursive_flavor.hpp.
Definition at line 30 of file mega_app_recursive_flavor.hpp.
| using bb::MegaAppRecursiveFlavor::Commitment = typename Curve::Element |
Definition at line 28 of file mega_app_recursive_flavor.hpp.
Definition at line 78 of file mega_app_recursive_flavor.hpp.
Definition at line 24 of file mega_app_recursive_flavor.hpp.
| using bb::MegaAppRecursiveFlavor::FF = typename Curve::ScalarField |
Definition at line 27 of file mega_app_recursive_flavor.hpp.
| using bb::MegaAppRecursiveFlavor::GroupElement = typename Curve::Element |
Definition at line 26 of file mega_app_recursive_flavor.hpp.
Definition at line 29 of file mega_app_recursive_flavor.hpp.
| using bb::MegaAppRecursiveFlavor::PCS = KZG<Curve> |
Definition at line 25 of file mega_app_recursive_flavor.hpp.
Definition at line 51 of file mega_app_recursive_flavor.hpp.
Definition at line 65 of file mega_app_recursive_flavor.hpp.
Definition at line 31 of file mega_app_recursive_flavor.hpp.
| using bb::MegaAppRecursiveFlavor::VerificationKey = StdlibVerificationKey_<CircuitBuilder, NativeFlavor::PrecomputedEntities<Commitment>, NativeFlavor::VerificationKey> |
Definition at line 73 of file mega_app_recursive_flavor.hpp.
Definition at line 81 of file mega_app_recursive_flavor.hpp.
Definition at line 76 of file mega_app_recursive_flavor.hpp.
|
inlinestatic |
Definition at line 79 of file mega_app_recursive_flavor.hpp.
|
inlinestaticconstexpr |
Definition at line 56 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 54 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 43 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 49 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 46 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 45 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 47 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 48 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 35 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 53 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 38 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 44 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 39 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 62 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 41 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 64 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 42 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 37 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 40 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 60 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 36 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 34 of file mega_app_recursive_flavor.hpp.
|
staticconstexpr |
Definition at line 33 of file mega_app_recursive_flavor.hpp.