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

Accumulate the previously loaded circuit into the IVC proof. More...

#include <bbapi_chonk.hpp>

Classes

struct  Response
 Empty response indicating successful circuit accumulation. More...
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (witness)
 
bool operator== (const ChonkAccumulate &) const =default
 

Public Attributes

std::vector< uint8_t > witness
 Serialized witness data for the last loaded circuit.
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "ChonkAccumulate"
 

Detailed Description

Accumulate the previously loaded circuit into the IVC proof.

Definition at line 73 of file bbapi_chonk.hpp.

Member Function Documentation

◆ execute()

ChonkAccumulate::Response bb::bbapi::ChonkAccumulate::execute ( BBApiRequest request) &&

Definition at line 41 of file bbapi_chonk.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::ChonkAccumulate::MSGPACK_FIELDS ( witness  )

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 74 of file bbapi_chonk.hpp.

◆ witness

std::vector<uint8_t> bb::bbapi::ChonkAccumulate::witness

Serialized witness data for the last loaded circuit.

Definition at line 88 of file bbapi_chonk.hpp.


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