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

#include <ultra_verifier.hpp>

Public Member Functions

 UltraVerifierOutput ()=default
 
 operator bool () const
 

Public Attributes

bool result
 
std::array< Commitment, Flavor::NUM_WIRESecc_op_tables
 

Detailed Description

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

Definition at line 30 of file ultra_verifier.hpp.

Constructor & Destructor Documentation

◆ UltraVerifierOutput()

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

Member Function Documentation

◆ operator bool()

template<typename Flavor >
bb::UltraVerifier_< Flavor >::UltraVerifierOutput::operator bool ( ) const
inlineexplicit

Definition at line 37 of file ultra_verifier.hpp.

Member Data Documentation

◆ ecc_op_tables

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

Definition at line 33 of file ultra_verifier.hpp.

◆ result

template<typename Flavor >
bool bb::UltraVerifier_< Flavor >::UltraVerifierOutput::result

Definition at line 32 of file ultra_verifier.hpp.


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