Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bbapi_chonk.hpp File Reference

Stateful Chonk batch-verifier service used by the IPC handlers. More...

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
 

Detailed Description

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.

Macro Definition Documentation

◆ BBAPI_CHONK_BATCH_VERIFIER_SUPPORTED

#define BBAPI_CHONK_BATCH_VERIFIER_SUPPORTED

Definition at line 18 of file bbapi_chonk.hpp.