Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/thread.hpp"
#include "barretenberg/flavor/flavor.hpp"
#include "barretenberg/polynomials/gate_separator.hpp"
#include "barretenberg/polynomials/row_disabling_polynomial.hpp"
#include "barretenberg/relations/relation_parameters.hpp"
#include "barretenberg/relations/relation_types.hpp"
#include "barretenberg/relations/utils.hpp"
#include "barretenberg/stdlib/primitives/bool/bool.hpp"
#include "zk_sumcheck_data.hpp"
Go to the source code of this file.
Classes | |
class | bb::SumcheckProverRound< Flavor > |
Imlementation of the Sumcheck prover round. More... | |
struct | bb::SumcheckProverRound< Flavor >::BlockOfContiguousRows |
Helper struct that describes a block of non-zero unskippable rows. More... | |
struct | bb::SumcheckProverRound< Flavor >::RowIterator |
Helper struct that will, given a vector of BlockOfContiguousRows, return the edge indices that correspond to the nonzero rows. More... | |
class | bb::SumcheckVerifierRound< Flavor > |
Implementation of the Sumcheck Verifier Round. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Concepts | |
concept | bb::specifiesUnivariateChunks |