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

#include <types.hpp>

Public Member Functions

size_t size () const
 
 MSGPACK_FIELDS (eccvm_proof, ipa_proof, translator_proof)
 
bool operator== (const GoblinAvmProof &other) const =default
 

Public Attributes

HonkProof eccvm_proof
 
HonkProof ipa_proof
 
HonkProof translator_proof
 

Detailed Description

Definition at line 16 of file types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::GoblinAvmProof::MSGPACK_FIELDS ( eccvm_proof  ,
ipa_proof  ,
translator_proof   
)

◆ operator==()

bool bb::GoblinAvmProof::operator== ( const GoblinAvmProof other) const
default

◆ size()

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

Definition at line 22 of file types.hpp.

Member Data Documentation

◆ eccvm_proof

HonkProof bb::GoblinAvmProof::eccvm_proof

Definition at line 18 of file types.hpp.

◆ ipa_proof

HonkProof bb::GoblinAvmProof::ipa_proof

Definition at line 19 of file types.hpp.

◆ translator_proof

HonkProof bb::GoblinAvmProof::translator_proof

Definition at line 20 of file types.hpp.


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