Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/commitment_schemes/claim.hpp"
#include "barretenberg/commitment_schemes/commitment_key.hpp"
#include "barretenberg/commitment_schemes/verification_key.hpp"
#include "barretenberg/common/assert.hpp"
#include "barretenberg/stdlib/primitives/curves/bn254.hpp"
#include "barretenberg/transcript/transcript.hpp"
Go to the source code of this file.
Classes | |
class | bb::ShplonkProver_< Curve > |
Shplonk Prover. More... | |
class | bb::ShplonkVerifier_< Curve > |
Shplonk Verifier. More... | |
struct | bb::ShplonkVerifier_< Curve >::LinearCombinationOfClaims |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |