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

Contains the computed verification key in multiple formats. More...

#include <bbapi_chonk.hpp>

Public Member Functions

 SERIALIZATION_FIELDS (bytes, fields)
 
bool operator== (const Response &) const =default
 

Public Attributes

std::vector< uint8_t > bytes
 Serialized MegaVerificationKey in binary format.
 
std::vector< bb::frfields
 Verification key as array of field elements.
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "ChonkComputeVkResponse"
 

Detailed Description

Contains the computed verification key in multiple formats.

Definition at line 205 of file bbapi_chonk.hpp.

Member Function Documentation

◆ operator==()

bool bb::bbapi::ChonkComputeVk::Response::operator== ( const Response ) const
default

◆ SERIALIZATION_FIELDS()

bb::bbapi::ChonkComputeVk::Response::SERIALIZATION_FIELDS ( bytes  ,
fields   
)

Member Data Documentation

◆ bytes

std::vector<uint8_t> bb::bbapi::ChonkComputeVk::Response::bytes

Serialized MegaVerificationKey in binary format.

Definition at line 209 of file bbapi_chonk.hpp.

◆ fields

std::vector<bb::fr> bb::bbapi::ChonkComputeVk::Response::fields

Verification key as array of field elements.

Definition at line 211 of file bbapi_chonk.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::ChonkComputeVk::Response::MSGPACK_SCHEMA_NAME[] = "ChonkComputeVkResponse"
staticconstexpr

Definition at line 206 of file bbapi_chonk.hpp.


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