#include <mega_flavor.hpp>
|
using | CircuitBuilder = MegaCircuitBuilder |
|
using | Curve = curve::BN254 |
|
using | FF = Curve::ScalarField |
|
using | GroupElement = Curve::Element |
|
using | Commitment = Curve::AffineElement |
|
using | PCS = KZG< Curve > |
|
using | Polynomial = bb::Polynomial< FF > |
|
using | CommitmentKey = bb::CommitmentKey< Curve > |
|
using | VerifierCommitmentKey = bb::VerifierCommitmentKey< Curve > |
|
using | TraceBlocks = MegaExecutionTraceBlocks |
|
using | Transcript = NativeTranscript |
|
template<typename FF > |
using | Relations_ = std::tuple< bb::UltraArithmeticRelation< FF >, bb::UltraPermutationRelation< FF >, bb::LogDerivLookupRelation< FF >, bb::DeltaRangeConstraintRelation< FF >, bb::EllipticRelation< FF >, bb::MemoryRelation< FF >, bb::NonNativeFieldRelation< FF >, bb::EccOpQueueRelation< FF >, bb::DatabusLookupRelation< FF >, bb::Poseidon2ExternalRelation< FF >, bb::Poseidon2InternalRelation< FF > > |
|
using | Relations = Relations_< FF > |
|
using | SubrelationSeparators = std::array< FF, NUM_SUBRELATIONS - 1 > |
|
template<size_t NUM_KEYS> |
using | ProtogalaxyTupleOfTuplesOfUnivariatesNoOptimisticSkipping = decltype(create_protogalaxy_tuple_of_tuples_of_univariates< Relations, NUM_KEYS >()) |
|
template<size_t NUM_KEYS> |
using | ProtogalaxyTupleOfTuplesOfUnivariates = decltype(create_protogalaxy_tuple_of_tuples_of_univariates< Relations, NUM_KEYS, true >()) |
|
using | PrecomputedData = PrecomputedData_< Polynomial, NUM_PRECOMPUTED_ENTITIES > |
|
template<size_t LENGTH> |
using | ProverUnivariates = AllEntities< bb::Univariate< FF, LENGTH > > |
| A container for univariates used during Protogalaxy folding and sumcheck.
|
|
template<size_t LENGTH, size_t SKIP_COUNT> |
using | ProverUnivariatesWithOptimisticSkipping = AllEntities< bb::Univariate< FF, LENGTH, 0, SKIP_COUNT > > |
| A container for univariates used during Protogalaxy folding and sumcheck with some of the computation optmistically ignored.
|
|
using | ExtendedEdges = ProverUnivariates< MAX_PARTIAL_RELATION_LENGTH > |
| A container for univariates produced during the hot loop in sumcheck.
|
|
using | WitnessCommitments = WitnessEntities< Commitment > |
| A container for the witness commitments.
|
|
using | VerifierCommitments = VerifierCommitments_< Commitment, VerificationKey > |
|
Definition at line 33 of file mega_flavor.hpp.
◆ CircuitBuilder
◆ Commitment
◆ CommitmentKey
◆ Curve
◆ ExtendedEdges
A container for univariates produced during the hot loop in sumcheck.
Definition at line 549 of file mega_flavor.hpp.
◆ FF
◆ GroupElement
◆ PCS
◆ Polynomial
◆ PrecomputedData
◆ ProtogalaxyTupleOfTuplesOfUnivariates
template<size_t NUM_KEYS>
◆ ProtogalaxyTupleOfTuplesOfUnivariatesNoOptimisticSkipping
template<size_t NUM_KEYS>
◆ ProverUnivariates
A container for univariates used during Protogalaxy folding and sumcheck.
During folding and sumcheck, the prover evaluates the relations on these univariates.
Definition at line 536 of file mega_flavor.hpp.
◆ ProverUnivariatesWithOptimisticSkipping
template<size_t LENGTH, size_t SKIP_COUNT>
A container for univariates used during Protogalaxy folding and sumcheck with some of the computation optmistically ignored.
During folding and sumcheck, the prover evaluates the relations on these univariates.
Definition at line 544 of file mega_flavor.hpp.
◆ Relations
◆ Relations_
using bb::MegaFlavor::Relations_ = std::tuple<bb::UltraArithmeticRelation<FF>, bb::UltraPermutationRelation<FF>, bb::LogDerivLookupRelation<FF>, bb::DeltaRangeConstraintRelation<FF>, bb::EllipticRelation<FF>, bb::MemoryRelation<FF>, bb::NonNativeFieldRelation<FF>, bb::EccOpQueueRelation<FF>, bb::DatabusLookupRelation<FF>, bb::Poseidon2ExternalRelation<FF>, bb::Poseidon2InternalRelation<FF> > |
◆ SubrelationSeparators
◆ TraceBlocks
◆ Transcript
◆ VerifierCommitmentKey
◆ VerifierCommitments
◆ WitnessCommitments
◆ DECIDER_PROOF_LENGTH()
static constexpr size_t bb::MegaFlavor::DECIDER_PROOF_LENGTH |
( |
size_t |
virtual_log_n = VIRTUAL_LOG_N | ) |
|
|
inlinestaticconstexpr |
◆ PROOF_LENGTH_WITHOUT_PUB_INPUTS()
static constexpr size_t bb::MegaFlavor::PROOF_LENGTH_WITHOUT_PUB_INPUTS |
( |
size_t |
virtual_log_n = VIRTUAL_LOG_N | ) |
|
|
inlinestaticconstexpr |
◆ BATCHED_RELATION_PARTIAL_LENGTH
◆ has_zero_row
constexpr bool bb::MegaFlavor::has_zero_row = true |
|
staticconstexpr |
◆ HasZK
constexpr bool bb::MegaFlavor::HasZK = false |
|
staticconstexpr |
◆ MAX_PARTIAL_RELATION_LENGTH
◆ MAX_TOTAL_RELATION_LENGTH
◆ NUM_ALL_ENTITIES
constexpr size_t bb::MegaFlavor::NUM_ALL_ENTITIES = 60 |
|
staticconstexpr |
◆ NUM_FOLDED_ENTITIES
◆ num_frs_comm
◆ num_frs_fr
◆ NUM_PRECOMPUTED_ENTITIES
constexpr size_t bb::MegaFlavor::NUM_PRECOMPUTED_ENTITIES = 31 |
|
staticconstexpr |
◆ NUM_RELATIONS
◆ NUM_SHIFTED_WITNESSES
constexpr size_t bb::MegaFlavor::NUM_SHIFTED_WITNESSES = 5 |
|
staticconstexpr |
◆ NUM_SUBRELATIONS
◆ NUM_WIRES
constexpr size_t bb::MegaFlavor::NUM_WIRES = CircuitBuilder::NUM_WIRES |
|
staticconstexpr |
◆ NUM_WITNESS_ENTITIES
constexpr size_t bb::MegaFlavor::NUM_WITNESS_ENTITIES = 24 |
|
staticconstexpr |
◆ OINK_PROOF_LENGTH_WITHOUT_PUB_INPUTS
constexpr size_t bb::MegaFlavor::OINK_PROOF_LENGTH_WITHOUT_PUB_INPUTS |
|
staticconstexpr |
Initial value:=
static constexpr size_t NUM_WITNESS_ENTITIES
static constexpr size_t num_frs_comm
Definition at line 103 of file mega_flavor.hpp.
◆ REPEATED_COMMITMENTS
Initial value:= RepeatedCommitmentsData(
static constexpr size_t NUM_PRECOMPUTED_ENTITIES
static constexpr size_t NUM_SHIFTED_WITNESSES
Definition at line 71 of file mega_flavor.hpp.
◆ USE_PADDING
constexpr bool bb::MegaFlavor::USE_PADDING = true |
|
staticconstexpr |
◆ USE_SHORT_MONOMIALS
constexpr bool bb::MegaFlavor::USE_SHORT_MONOMIALS = true |
|
staticconstexpr |
◆ VIRTUAL_LOG_N
constexpr size_t bb::MegaFlavor::VIRTUAL_LOG_N = std::max(CONST_PG_LOG_N, MEGA_AVM_LOG_N) |
|
staticconstexpr |
The documentation for this class was generated from the following file: