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

Compute standalone verification key for a circuit. More...

#include <bbapi_chonk.hpp>

Classes

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

Public Member Functions

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

Public Attributes

CircuitInputNoVK circuit
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "ChonkComputeStandaloneVk"
 

Detailed Description

Compute standalone verification key for a circuit.

Definition at line 151 of file bbapi_chonk.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 151 of file bbapi_chonk.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::ChonkComputeStandaloneVk::MSGPACK_FIELDS ( circuit  )

◆ operator==()

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

Member Data Documentation

◆ circuit

CircuitInputNoVK bb::bbapi::ChonkComputeStandaloneVk::circuit

Definition at line 169 of file bbapi_chonk.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 152 of file bbapi_chonk.hpp.


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