|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Initialize a new Chonk instance for incremental proof accumulation. More...
#include <bbapi_chonk.hpp>
Classes | |
| struct | Response |
| Empty response indicating successful initialization. More... | |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| MSGPACK_FIELDS (num_circuits) | |
| bool | operator== (const ChonkStart &) const =default |
Public Attributes | |
| size_t | num_circuits |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ChonkStart" |
Initialize a new Chonk instance for incremental proof accumulation.
Definition at line 24 of file bbapi_chonk.hpp.
| ChonkStart::Response bb::bbapi::ChonkStart::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 15 of file bbapi_chonk.cpp.
| bb::bbapi::ChonkStart::MSGPACK_FIELDS | ( | num_circuits | ) |
|
default |
|
staticconstexpr |
Definition at line 25 of file bbapi_chonk.hpp.
| size_t bb::bbapi::ChonkStart::num_circuits |
Definition at line 38 of file bbapi_chonk.hpp.