|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Stateful Chonk batch-verifier service used by the IPC handlers. More...
#include "barretenberg/chonk/chonk.hpp"#include "barretenberg/common/named_union.hpp"#include "barretenberg/serialize/msgpack.hpp"#include "barretenberg/chonk/batch_verifier_types.hpp"#include "barretenberg/chonk/chonk_batch_verifier.hpp"#include "barretenberg/chonk/chonk_proof.hpp"#include <atomic>#include <mutex>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | bb::bbapi::ChonkBatchVerifierService |
| FIFO-streaming batch verification service for Chonk proofs. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::bbapi |
Macros | |
| #define | BBAPI_CHONK_BATCH_VERIFIER_SUPPORTED |
Stateful Chonk batch-verifier service used by the IPC handlers.
The IPC command structs themselves are gone — the codegen-emitted wire types are the source of truth, and the bodies live in bbapi_chonk.cpp as handle_chonk_* functions matching the codegen dispatch signature.
This header keeps the ChonkBatchVerifierService class definition because BBApiRequest::batch_verifier_service holds a shared_ptr<...> to it.
Definition in file bbapi_chonk.hpp.
| #define BBAPI_CHONK_BATCH_VERIFIER_SUPPORTED |
Definition at line 18 of file bbapi_chonk.hpp.