Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "native_crs_factory.hpp"
#include "barretenberg/srs/factories/get_bn254_crs.hpp"
#include "barretenberg/srs/factories/get_grumpkin_crs.hpp"
#include "barretenberg/srs/factories/mem_bn254_crs_factory.hpp"
#include "barretenberg/srs/global_crs.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::srs |
namespace | bb::srs::factories |
Functions | |
MemBn254CrsFactory | bb::srs::factories::init_bn254_crs (const std::filesystem::path &path, size_t dyadic_circuit_size, bool allow_download) |
Initialize a memory crs factory for bn254 based on a known dyadic circuit size. | |
MemGrumpkinCrsFactory | bb::srs::factories::init_grumpkin_crs (const std::filesystem::path &path, size_t eccvm_dyadic_circuit_size, bool allow_download) |
Initialize a memory crs factory for grumpkin based on a known dyadic circuit size. | |