|
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/relations/multilinear_batching/multilinear_batching_relation.hpp"#include "barretenberg/transcript/transcript.hpp"Go to the source code of this file.
Classes | |
| class | bb::MultilinearBatchingFlavor |
| class | bb::MultilinearBatchingFlavor::WireEntities< DataType > |
| class | bb::MultilinearBatchingFlavor::WitnessEntities< DataType > |
| Container for all witness polynomials used/constructed by the prover. More... | |
| class | bb::MultilinearBatchingFlavor::ShiftedEntities< DataType > |
| Class for ShiftedEntities, containing the shifted witness polynomials. More... | |
| class | bb::MultilinearBatchingFlavor::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::MultilinearBatchingFlavor::AllValues |
| A field element for each entity of the flavor. These entities represent the prover polynomials evaluated at one point. More... | |
| class | bb::MultilinearBatchingFlavor::ProverPolynomials |
| A container for the prover polynomials handles. More... | |
| class | bb::MultilinearBatchingFlavor::ProvingKey |
| The proving key is responsible for storing the polynomials used by the prover. More... | |
| class | bb::MultilinearBatchingFlavor::PartiallyEvaluatedMultivariates |
| A container for storing the partially evaluated multivariates produced by sumcheck. More... | |
| class | bb::MultilinearBatchingFlavor::CommitmentLabels |
| A container for commitment labels. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |