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

#include <ultra_verifier.hpp>

Public Types

using Commitment = typename Flavor::Commitment
 

Public Member Functions

 UltraVerifierOutput ()=default
 
template<class IO >
 UltraVerifierOutput (IO &inputs)
 

Public Attributes

bool result = false
 
Flavor::Commitment kernel_return_data
 
std::array< Commitment, Flavor::NUM_WIRESecc_op_tables
 

Detailed Description

template<typename Flavor>
struct bb::UltraVerifierOutput< Flavor >

Definition at line 62 of file ultra_verifier.hpp.

Member Typedef Documentation

◆ Commitment

template<typename Flavor >
using bb::UltraVerifierOutput< Flavor >::Commitment = typename Flavor::Commitment

Definition at line 64 of file ultra_verifier.hpp.

Constructor & Destructor Documentation

◆ UltraVerifierOutput() [1/2]

template<typename Flavor >
bb::UltraVerifierOutput< Flavor >::UltraVerifierOutput ( )
default

◆ UltraVerifierOutput() [2/2]

template<typename Flavor >
template<class IO >
bb::UltraVerifierOutput< Flavor >::UltraVerifierOutput ( IO &  inputs)
inline

Definition at line 71 of file ultra_verifier.hpp.

Member Data Documentation

◆ ecc_op_tables

template<typename Flavor >
std::array<Commitment, Flavor::NUM_WIRES> bb::UltraVerifierOutput< Flavor >::ecc_op_tables

Definition at line 67 of file ultra_verifier.hpp.

◆ kernel_return_data

template<typename Flavor >
Flavor::Commitment bb::UltraVerifierOutput< Flavor >::kernel_return_data

Definition at line 66 of file ultra_verifier.hpp.

◆ result

template<typename Flavor >
bool bb::UltraVerifierOutput< Flavor >::result = false

Definition at line 65 of file ultra_verifier.hpp.


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