Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <utility>
#include "barretenberg/commitment_schemes/kzg/kzg.hpp"
#include "barretenberg/common/ref_vector.hpp"
#include "barretenberg/flavor/flavor.hpp"
#include "barretenberg/flavor/flavor_macros.hpp"
#include "barretenberg/flavor/relation_definitions.hpp"
#include "barretenberg/flavor/repeated_commitments_data.hpp"
#include "barretenberg/polynomials/univariate.hpp"
#include "barretenberg/relations/databus_lookup_relation.hpp"
#include "barretenberg/relations/delta_range_constraint_relation.hpp"
#include "barretenberg/relations/ecc_op_queue_relation.hpp"
#include "barretenberg/relations/elliptic_relation.hpp"
#include "barretenberg/relations/logderiv_lookup_relation.hpp"
#include "barretenberg/relations/memory_relation.hpp"
#include "barretenberg/relations/non_native_field_relation.hpp"
#include "barretenberg/relations/permutation_relation.hpp"
#include "barretenberg/relations/poseidon2_external_relation.hpp"
#include "barretenberg/relations/poseidon2_internal_relation.hpp"
#include "barretenberg/relations/ultra_arithmetic_relation.hpp"
#include "barretenberg/stdlib_circuit_builders/mega_circuit_builder.hpp"
#include "barretenberg/transcript/transcript.hpp"
Go to the source code of this file.
Classes | |
class | bb::MegaFlavor |
class | bb::MegaFlavor::PrecomputedEntities< DataType_ > |
A base class labelling precomputed entities and (ordered) subsets of interest. More... | |
class | bb::MegaFlavor::WireEntities< DataType > |
class | bb::MegaFlavor::DerivedEntities< DataType > |
class | bb::MegaFlavor::WitnessEntities< DataType > |
Container for all witness polynomials used/constructed by the prover. More... | |
class | bb::MegaFlavor::ShiftedEntities< DataType > |
Class for ShiftedEntities, containing the shifted witness polynomials. More... | |
class | bb::MegaFlavor::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::MegaFlavor::AllValues |
A field element for each entity of the flavor. These entities represent the prover polynomials evaluated at one point. More... | |
class | bb::MegaFlavor::ProverPolynomials |
A container for the prover polynomials handles. More... | |
class | bb::MegaFlavor::VerificationKey |
The verification key is responsible for storing the commitments to the precomputed (non-witness) polynomials used by the verifier. More... | |
class | bb::MegaFlavor::PartiallyEvaluatedMultivariates |
A container for storing the partially evaluated multivariates produced by sumcheck. More... | |
class | bb::MegaFlavor::CommitmentLabels |
A container for commitment labels. More... | |
class | bb::MegaFlavor::VerifierCommitments_< Commitment, VerificationKey > |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |