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

Verify a ClientIVC proof with its verification key. More...

#include <bbapi_client_ivc.hpp>

Classes

struct  Response
 Contains the verification result. More...
 

Public Member Functions

Response execute (const BBApiRequest &request={}) &&
 
 MSGPACK_FIELDS (proof, vk)
 
bool operator== (const ClientIvcVerify &) const =default
 

Public Attributes

ClientIVC::Proof proof
 The ClientIVC proof to verify.
 
std::vector< uint8_t > vk
 The verification key.
 

Static Public Attributes

static constexpr const char * MSGPACK_SCHEMA_NAME = "ClientIvcVerify"
 

Detailed Description

Verify a ClientIVC proof with its verification key.

Definition at line 122 of file bbapi_client_ivc.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 96 of file bbapi_client_ivc.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::ClientIvcVerify::MSGPACK_FIELDS ( proof  ,
vk   
)

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 123 of file bbapi_client_ivc.hpp.

◆ proof

ClientIVC::Proof bb::bbapi::ClientIvcVerify::proof

The ClientIVC proof to verify.

Definition at line 139 of file bbapi_client_ivc.hpp.

◆ vk

std::vector<uint8_t> bb::bbapi::ClientIvcVerify::vk

The verification key.

Definition at line 141 of file bbapi_client_ivc.hpp.


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