|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "get_bn254_crs.hpp"#include "barretenberg/api/file_io.hpp"#include "barretenberg/common/flock.hpp"#include "barretenberg/common/serialize.hpp"#include "barretenberg/common/thread.hpp"#include "barretenberg/crypto/sha256/sha256.hpp"#include "barretenberg/ecc/curves/bn254/g1.hpp"#include "barretenberg/ecc/curves/bn254/g2.hpp"#include "bn254_crs_data.hpp"#include "bn254_g1_chunk_hashes.hpp"#include "http_download.hpp"#include <algorithm>#include <atomic>#include <span>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, const std::string &primary_url, const std::string &fallback_url) |
| std::vector< g1::affine_element > | bb::get_bn254_g1_data (const std::filesystem::path &path, size_t num_points, bool allow_download) |