Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
eccvm_flavor.hpp File Reference

Go to the source code of this file.

Classes

class  bb::ECCVMFlavor
 
class  bb::ECCVMFlavor::PrecomputedEntities< DataType_ >
 A base class labelling precomputed entities and (ordered) subsets of interest. More...
 
struct  bb::ECCVMFlavor::DerivedWitnessEntities< DataType >
 Container for all derived witness polynomials used/constructed by the prover. More...
 
class  bb::ECCVMFlavor::WireNonShiftedEntities< DataType >
 
class  bb::ECCVMFlavor::WireToBeShiftedWithoutAccumulatorsEntities< DataType >
 Container for all to-be-shifted witness polynomials excluding the accumulators used/constructed by the prover. More...
 
class  bb::ECCVMFlavor::WireToBeShiftedAccumulatorEntities< DataType >
 Containter for transcript accumulators, they stand out as the only to-be-shifted wires that are always populated until the dyadic size of the circuit. More...
 
class  bb::ECCVMFlavor::WitnessEntities< DataType >
 Container for all witness polynomials used/constructed by the prover. More...
 
class  bb::ECCVMFlavor::ShiftedEntities< DataType >
 Represents polynomials shifted by 1 or their evaluations, defined relative to WitnessEntities. More...
 
class  bb::ECCVMFlavor::AllEntities< DataType >
 A base class labelling all entities (for instance, all of the polynomials used by the prover during sumcheck) in this Honk variant along with particular subsets of interest. More...
 
class  bb::ECCVMFlavor::AllValues
 A field element for each entity of the flavor. These entities represent the prover polynomials evaluated at one point. More...
 
class  bb::ECCVMFlavor::ProverPolynomials
 A container for the prover polynomials. More...
 
class  bb::ECCVMFlavor::PartiallyEvaluatedMultivariates
 A container for storing the partially evaluated multivariates produced by sumcheck. More...
 
class  bb::ECCVMFlavor::ProvingKey
 The proving key is responsible for storing the polynomials used by the prover. More...
 
class  bb::ECCVMFlavor::VerificationKey
 The verification key is responsible for storing the commitments to the precomputed (non-witnessk) polynomials used by the verifier. More...
 
class  bb::ECCVMFlavor::CommitmentLabels
 A container for commitment labels. More...
 
class  bb::ECCVMFlavor::VerifierCommitments_< Commitment, VerificationKey >
 
class  bb::ECCVMFlavor::IPATranscript
 Derived class that defines proof structure for ECCVM IPA proof, as well as supporting functions. More...
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.