Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::bbapi::ChonkBatchVerify Struct Reference

Batch-verify multiple Chonk proofs with a single IPA SRS MSM. More...

#include <bbapi_chonk.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (const BBApiRequest &request={}) &&
 
 MSGPACK_FIELDS (proofs, vks)
 
bool operator== (const ChonkBatchVerify &) const =default
 

Public Attributes

std::vector< ChonkProofproofs
 
std::vector< std::vector< uint8_t > > vks
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "ChonkBatchVerify"
 

Detailed Description

Batch-verify multiple Chonk proofs with a single IPA SRS MSM.

Definition at line 246 of file bbapi_chonk.hpp.

Member Function Documentation

◆ execute()

ChonkBatchVerify::Response bb::bbapi::ChonkBatchVerify::execute ( const BBApiRequest request = {}) &&

Definition at line 161 of file bbapi_chonk.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::ChonkBatchVerify::MSGPACK_FIELDS ( proofs  ,
vks   
)

◆ operator==()

bool bb::bbapi::ChonkBatchVerify::operator== ( const ChonkBatchVerify ) const
default

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::ChonkBatchVerify::MSGPACK_SCHEMA_NAME[] = "ChonkBatchVerify"
staticconstexpr

Definition at line 247 of file bbapi_chonk.hpp.

◆ proofs

std::vector<ChonkProof> bb::bbapi::ChonkBatchVerify::proofs

Definition at line 256 of file bbapi_chonk.hpp.

◆ vks

std::vector<std::vector<uint8_t> > bb::bbapi::ChonkBatchVerify::vks

Definition at line 257 of file bbapi_chonk.hpp.


The documentation for this struct was generated from the following files: