Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::GoblinVerifier_< Curve >::ReductionResult Struct Reference

#include <goblin_verifier.hpp>

Public Types

using PairingPoints = MergeVerifier::PairingPoints
 

Public Attributes

PairingPoints merge_pairing_points
 
PairingPoints translator_pairing_points
 
DeferredTripleIpaOpening triple_ipa_opening
 
bool all_checks_passed = false
 

Detailed Description

template<typename Curve>
struct bb::GoblinVerifier_< Curve >::ReductionResult

Definition at line 57 of file goblin_verifier.hpp.

Member Typedef Documentation

◆ PairingPoints

template<typename Curve >
using bb::GoblinVerifier_< Curve >::ReductionResult::PairingPoints = MergeVerifier::PairingPoints

Definition at line 58 of file goblin_verifier.hpp.

Member Data Documentation

◆ all_checks_passed

template<typename Curve >
bool bb::GoblinVerifier_< Curve >::ReductionResult::all_checks_passed = false

Definition at line 62 of file goblin_verifier.hpp.

◆ merge_pairing_points

template<typename Curve >
PairingPoints bb::GoblinVerifier_< Curve >::ReductionResult::merge_pairing_points

Definition at line 59 of file goblin_verifier.hpp.

◆ translator_pairing_points

template<typename Curve >
PairingPoints bb::GoblinVerifier_< Curve >::ReductionResult::translator_pairing_points

Definition at line 60 of file goblin_verifier.hpp.

◆ triple_ipa_opening

template<typename Curve >
DeferredTripleIpaOpening bb::GoblinVerifier_< Curve >::ReductionResult::triple_ipa_opening

Definition at line 61 of file goblin_verifier.hpp.


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