Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/commitment_schemes/commitment_key.hpp"
#include "barretenberg/commitment_schemes/gemini/gemini.hpp"
#include "barretenberg/commitment_schemes/shplonk/shplemini.hpp"
#include "barretenberg/commitment_schemes/utils/test_utils.hpp"
#include "barretenberg/ecc/curves/bn254/bn254.hpp"
#include "barretenberg/polynomials/polynomial.hpp"
#include "barretenberg/transcript/transcript.hpp"
Go to the source code of this file.
Classes | |
struct | bb::MockClaimGenerator< Curve > |
Constructs random polynomials, computes commitments and corresponding evaluations. More... | |
struct | bb::MockClaimGenerator< Curve >::ClaimData |
struct | bb::MockClaimGenerator< Curve >::InterleaveData |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |