|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "get_grumpkin_crs.hpp"#include "barretenberg/api/file_io.hpp"#include "barretenberg/common/flock.hpp"#include "barretenberg/common/throw_or_abort.hpp"#include "barretenberg/common/try_catch_shim.hpp"#include "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"#include "grumpkin_srs_gen.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Functions | |
| std::vector< curve::Grumpkin::AffineElement > | bb::get_grumpkin_g1_data (const std::filesystem::path &path, size_t num_points, bool allow_download) |