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

Convert a verification key to field elements representation. WORKTODO(bbapi): this should become mostly obsolete with having the verification keys always reported as field elements as well, and having a simpler serialization method. More...

#include <bbapi_ultra_honk.hpp>

Classes

struct  Response
 

Public Member Functions

 MSGPACK_FIELDS (verification_key)
 
Response execute (const BBApiRequest &request={}) &&
 
bool operator== (const VkAsFields &) const =default
 

Public Attributes

std::vector< uint8_t > verification_key
 

Static Public Attributes

static constexpr const char * MSGPACK_SCHEMA_NAME = "VkAsFields"
 

Detailed Description

Convert a verification key to field elements representation. WORKTODO(bbapi): this should become mostly obsolete with having the verification keys always reported as field elements as well, and having a simpler serialization method.

Definition at line 130 of file bbapi_ultra_honk.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 328 of file bbapi_ultra_honk.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::VkAsFields::MSGPACK_FIELDS ( verification_key  )

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char* bb::bbapi::VkAsFields::MSGPACK_SCHEMA_NAME = "VkAsFields"
staticconstexpr

Definition at line 131 of file bbapi_ultra_honk.hpp.

◆ verification_key

std::vector<uint8_t> bb::bbapi::VkAsFields::verification_key

Definition at line 141 of file bbapi_ultra_honk.hpp.


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