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/utils/batch_mul_native.hpp"
#include "barretenberg/commitment_schemes/verification_key.hpp"
#include "barretenberg/transcript/transcript.hpp"
#include <memory>
#include <utility>
Go to the source code of this file.
Classes | |
class | bb::KZG< Curve_ > |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |