|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Load a circuit into the Chonk instance for accumulation. More...
#include <bbapi_chonk.hpp>
Classes | |
| struct | Response |
| Empty response indicating successful circuit loading. More... | |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| SERIALIZATION_FIELDS (circuit, kind) | |
| bool | operator== (const ChonkLoad &) const =default |
Public Attributes | |
| CircuitInput | circuit |
| Circuit to be loaded with its bytecode and verification key. | |
| CircuitKind | kind = CircuitKind::None |
| CircuitKind tag selecting the per-kind slim flavor (App / Kernel / HidingKernel). | |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ChonkLoad" |
Load a circuit into the Chonk instance for accumulation.
Definition at line 61 of file bbapi_chonk.hpp.
| ChonkLoad::Response bb::bbapi::ChonkLoad::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 88 of file bbapi_chonk.cpp.
|
default |
| CircuitInput bb::bbapi::ChonkLoad::circuit |
Circuit to be loaded with its bytecode and verification key.
Definition at line 76 of file bbapi_chonk.hpp.
| CircuitKind bb::bbapi::ChonkLoad::kind = CircuitKind::None |
CircuitKind tag selecting the per-kind slim flavor (App / Kernel / HidingKernel).
Definition at line 78 of file bbapi_chonk.hpp.
|
staticconstexpr |
Definition at line 62 of file bbapi_chonk.hpp.