|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Initialize BN254 SRS with G1 and G2 points. More...
#include <bbapi_srs.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| MSGPACK_FIELDS (points_buf, num_points, g2_point) | |
| bool | operator== (const SrsInitSrs &) const =default |
Public Attributes | |
| std::vector< uint8_t > | points_buf |
| uint32_t | num_points |
| std::vector< uint8_t > | g2_point |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "SrsInitSrs" |
Initialize BN254 SRS with G1 and G2 points.
Definition at line 20 of file bbapi_srs.hpp.
| SrsInitSrs::Response bb::bbapi::SrsInitSrs::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 14 of file bbapi_srs.cpp.
| bb::bbapi::SrsInitSrs::MSGPACK_FIELDS | ( | points_buf | , |
| num_points | , | ||
| g2_point | |||
| ) |
|
default |
| std::vector<uint8_t> bb::bbapi::SrsInitSrs::g2_point |
Definition at line 32 of file bbapi_srs.hpp.
|
staticconstexpr |
Definition at line 21 of file bbapi_srs.hpp.
| uint32_t bb::bbapi::SrsInitSrs::num_points |
Definition at line 31 of file bbapi_srs.hpp.
| std::vector<uint8_t> bb::bbapi::SrsInitSrs::points_buf |
Definition at line 30 of file bbapi_srs.hpp.