Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::PublicInputsAndProof< Proof > Struct Template Reference

#include <proof.hpp>

Public Member Functions

 MSGPACK_FIELDS (public_inputs, proof)
 
bool operator== (const PublicInputsAndProof &) const =default
 

Public Attributes

PublicInputsVector public_inputs
 
Proof proof
 

Detailed Description

template<typename Proof>
struct bb::PublicInputsAndProof< Proof >

Definition at line 16 of file proof.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

template<typename Proof >
bb::PublicInputsAndProof< Proof >::MSGPACK_FIELDS ( public_inputs  ,
proof   
)

◆ operator==()

template<typename Proof >
bool bb::PublicInputsAndProof< Proof >::operator== ( const PublicInputsAndProof< Proof > &  ) const
default

Member Data Documentation

◆ proof

template<typename Proof >
Proof bb::PublicInputsAndProof< Proof >::proof

Definition at line 18 of file proof.hpp.

◆ public_inputs

template<typename Proof >
PublicInputsVector bb::PublicInputsAndProof< Proof >::public_inputs

Definition at line 17 of file proof.hpp.


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