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

Decompress a compressed Chonk proof back to field elements. More...

#include <bbapi_chonk.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (const BBApiRequest &request={}) &&
 
 MSGPACK_FIELDS (compressed_proof)
 
bool operator== (const ChonkDecompressProof &) const =default
 

Public Attributes

std::vector< uint8_t > compressed_proof
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "ChonkDecompressProof"
 

Detailed Description

Decompress a compressed Chonk proof back to field elements.

Derives mega_num_public_inputs from the compressed size automatically.

Definition at line 291 of file bbapi_chonk.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 301 of file bbapi_chonk.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::ChonkDecompressProof::MSGPACK_FIELDS ( compressed_proof  )

◆ operator==()

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

Member Data Documentation

◆ compressed_proof

std::vector<uint8_t> bb::bbapi::ChonkDecompressProof::compressed_proof

Definition at line 301 of file bbapi_chonk.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 292 of file bbapi_chonk.hpp.


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