Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "get_bn254_crs.hpp"
#include "barretenberg/api/exec_pipe.hpp"
#include "barretenberg/api/file_io.hpp"
#include "barretenberg/ecc/curves/bn254/g1.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Functions | |
std::vector< g1::affine_element > | bb::get_bn254_g1_data (const std::filesystem::path &path, size_t num_points, bool allow_download) |
g2::affine_element | bb::get_bn254_g2_data (const std::filesystem::path &path, bool allow_download) |