Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/commitment_schemes/commitment_key.hpp"
#include "barretenberg/polynomials/polynomial.hpp"
#include "barretenberg/stdlib/primitives/curves/grumpkin.hpp"
Go to the source code of this file.
Classes | |
class | bb::OpeningPair< Curve > |
Opening pair (r,v) for some witness polynomial p(X) such that p(r) = v. More... | |
class | bb::ProverOpeningClaim< Curve > |
Polynomial p and an opening pair (r,v) such that p(r) = v. More... | |
class | bb::OpeningClaim< Curve > |
Unverified claim (C,r,v) for some witness polynomial p(X) such that. More... | |
struct | bb::BatchOpeningClaim< Curve > |
An accumulator consisting of the Shplonk evaluation challenge and vectors of commitments and scalars. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |