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

Verify that a precomputed verification key matches the circuit. More...

#include <bbapi_chonk.hpp>

Classes

struct  Response
 Contains the validation result. More...
 

Public Member Functions

Response execute (const BBApiRequest &request={}) &&
 
 MSGPACK_FIELDS (circuit)
 
bool operator== (const ChonkCheckPrecomputedVk &) const =default
 

Public Attributes

CircuitInput circuit
 Circuit with its precomputed verification key.
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "ChonkCheckPrecomputedVk"
 

Detailed Description

Verify that a precomputed verification key matches the circuit.

Definition at line 205 of file bbapi_chonk.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 186 of file bbapi_chonk.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::ChonkCheckPrecomputedVk::MSGPACK_FIELDS ( circuit  )

◆ operator==()

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

Member Data Documentation

◆ circuit

CircuitInput bb::bbapi::ChonkCheckPrecomputedVk::circuit

Circuit with its precomputed verification key.

Definition at line 224 of file bbapi_chonk.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 206 of file bbapi_chonk.hpp.


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