|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Implementation of SRS initialization command execution for the Barretenberg RPC API. More...
#include "barretenberg/bbapi/bbapi_srs.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 "barretenberg/ecc/curves/grumpkin/grumpkin.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include "barretenberg/srs/factories/bn254_crs_data.hpp"#include "barretenberg/srs/factories/bn254_g1_chunk_hashes.hpp"#include "barretenberg/srs/global_crs.hpp"#include <span>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::bbapi |
Implementation of SRS initialization command execution for the Barretenberg RPC API.
Definition in file bbapi_srs.cpp.