|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
SRS (Structured Reference String) initialization command definitions for the Barretenberg RPC API. More...
#include "barretenberg/bbapi/bbapi_shared.hpp"#include "barretenberg/common/named_union.hpp"#include "barretenberg/serialize/msgpack.hpp"#include <cstdint>#include <vector>Go to the source code of this file.
Classes | |
| struct | bb::bbapi::SrsInitSrs |
| Initialize BN254 SRS with G1 and G2 points. More... | |
| struct | bb::bbapi::SrsInitSrs::Response |
| struct | bb::bbapi::SrsInitGrumpkinSrs |
| Initialize Grumpkin SRS with Grumpkin points. More... | |
| struct | bb::bbapi::SrsInitGrumpkinSrs::Response |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::bbapi |
SRS (Structured Reference String) initialization command definitions for the Barretenberg RPC API.
This file contains command structures for initializing BN254 and Grumpkin SRS.
Definition in file bbapi_srs.hpp.