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

#include <types.hpp>

Public Member Functions

size_t size () const
 
 MSGPACK_FIELDS (merge_proof, eccvm_proof, translator_proof)
 
bool operator== (const GoblinProof &other) const =default
 

Public Attributes

HonkProof merge_proof
 
ECCVMProof eccvm_proof
 
HonkProof translator_proof
 

Detailed Description

Definition at line 19 of file types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::GoblinProof::MSGPACK_FIELDS ( merge_proof  ,
eccvm_proof  ,
translator_proof   
)

◆ operator==()

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

◆ size()

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

Definition at line 25 of file types.hpp.

Member Data Documentation

◆ eccvm_proof

ECCVMProof bb::GoblinProof::eccvm_proof

Definition at line 22 of file types.hpp.

◆ merge_proof

HonkProof bb::GoblinProof::merge_proof

Definition at line 21 of file types.hpp.

◆ translator_proof

HonkProof bb::GoblinProof::translator_proof

Definition at line 23 of file types.hpp.


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