|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Start the batch verifier service. More...
#include <bbapi_chonk.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| SERIALIZATION_FIELDS (vks, num_cores, batch_size, fifo_path) | |
| bool | operator== (const ChonkBatchVerifierStart &) const =default |
Public Attributes | |
| std::vector< std::vector< uint8_t > > | vks |
| uint32_t | num_cores = 0 |
| uint32_t | batch_size = 8 |
| std::string | fifo_path |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ChonkBatchVerifierStart" |
Start the batch verifier service.
Definition at line 400 of file bbapi_chonk.hpp.
| ChonkBatchVerifierStart::Response bb::bbapi::ChonkBatchVerifierStart::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 496 of file bbapi_chonk.cpp.
|
default |
| bb::bbapi::ChonkBatchVerifierStart::SERIALIZATION_FIELDS | ( | vks | , |
| num_cores | , | ||
| batch_size | , | ||
| fifo_path | |||
| ) |
| uint32_t bb::bbapi::ChonkBatchVerifierStart::batch_size = 8 |
Definition at line 411 of file bbapi_chonk.hpp.
| std::string bb::bbapi::ChonkBatchVerifierStart::fifo_path |
Definition at line 412 of file bbapi_chonk.hpp.
|
staticconstexpr |
Definition at line 401 of file bbapi_chonk.hpp.
| uint32_t bb::bbapi::ChonkBatchVerifierStart::num_cores = 0 |
Definition at line 410 of file bbapi_chonk.hpp.
| std::vector<std::vector<uint8_t> > bb::bbapi::ChonkBatchVerifierStart::vks |
Definition at line 409 of file bbapi_chonk.hpp.