|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Initialize Grumpkin SRS with Grumpkin points. More...
#include <bbapi_srs.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| MSGPACK_FIELDS (points_buf, num_points) | |
| bool | operator== (const SrsInitGrumpkinSrs &) const =default |
Public Attributes | |
| std::vector< uint8_t > | points_buf |
| uint32_t | num_points |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "SrsInitGrumpkinSrs" |
Initialize Grumpkin SRS with Grumpkin points.
Definition at line 42 of file bbapi_srs.hpp.
| SrsInitGrumpkinSrs::Response bb::bbapi::SrsInitGrumpkinSrs::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 31 of file bbapi_srs.cpp.
| bb::bbapi::SrsInitGrumpkinSrs::MSGPACK_FIELDS | ( | points_buf | , |
| num_points | |||
| ) |
|
default |
|
staticconstexpr |
Definition at line 43 of file bbapi_srs.hpp.
| uint32_t bb::bbapi::SrsInitGrumpkinSrs::num_points |
Definition at line 53 of file bbapi_srs.hpp.
| std::vector<uint8_t> bb::bbapi::SrsInitGrumpkinSrs::points_buf |
Definition at line 52 of file bbapi_srs.hpp.