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

#include <proof.hpp>

Public Member Functions

size_t size () const
 
 MSGPACK_FIELDS (pre_ipa_proof, ipa_proof)
 
bool operator== (const ECCVMProof &) const =default
 

Public Attributes

HonkProof pre_ipa_proof
 
HonkProof ipa_proof
 

Detailed Description

Definition at line 23 of file proof.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::ECCVMProof::MSGPACK_FIELDS ( pre_ipa_proof  ,
ipa_proof   
)

◆ operator==()

bool bb::ECCVMProof::operator== ( const ECCVMProof ) const
default

◆ size()

size_t bb::ECCVMProof::size ( ) const
inline

Definition at line 27 of file proof.hpp.

Member Data Documentation

◆ ipa_proof

HonkProof bb::ECCVMProof::ipa_proof

Definition at line 25 of file proof.hpp.

◆ pre_ipa_proof

HonkProof bb::ECCVMProof::pre_ipa_proof

Definition at line 24 of file proof.hpp.


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