|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Enqueue a proof for batch verification. More...
#include <bbapi_chonk.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| SERIALIZATION_FIELDS (request_id, vk_index, proof_fields) | |
| bool | operator== (const ChonkBatchVerifierQueue &) const =default |
Public Attributes | |
| uint64_t | request_id = 0 |
| uint32_t | vk_index = 0 |
| std::vector< bb::fr > | proof_fields |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ChonkBatchVerifierQueue" |
Enqueue a proof for batch verification.
Definition at line 423 of file bbapi_chonk.hpp.
| ChonkBatchVerifierQueue::Response bb::bbapi::ChonkBatchVerifierQueue::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 518 of file bbapi_chonk.cpp.
|
default |
| bb::bbapi::ChonkBatchVerifierQueue::SERIALIZATION_FIELDS | ( | request_id | , |
| vk_index | , | ||
| proof_fields | |||
| ) |
|
staticconstexpr |
Definition at line 424 of file bbapi_chonk.hpp.
| std::vector<bb::fr> bb::bbapi::ChonkBatchVerifierQueue::proof_fields |
Definition at line 434 of file bbapi_chonk.hpp.
| uint64_t bb::bbapi::ChonkBatchVerifierQueue::request_id = 0 |
Definition at line 432 of file bbapi_chonk.hpp.
| uint32_t bb::bbapi::ChonkBatchVerifierQueue::vk_index = 0 |
Definition at line 433 of file bbapi_chonk.hpp.