Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/container.hpp"
#include "barretenberg/ecc/curves/bn254/bn254.hpp"
#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"
#include "barretenberg/ecc/groups/group.hpp"
#include "barretenberg/ecc/groups/precomputed_generators_grumpkin_impl.hpp"
#include <array>
#include <map>
#include <optional>
Go to the source code of this file.
Classes | |
class | bb::crypto::generator_data< Curve > |
class that stores precomputed generators used for Pedersen commitments and Pedersen hashes More... | |
struct | bb::crypto::GeneratorContext< Curve > |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::crypto |