|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 57 of file goblin_verifier.hpp.
| using bb::GoblinVerifier_< Curve >::ReductionResult::PairingPoints = MergeVerifier::PairingPoints |
Definition at line 58 of file goblin_verifier.hpp.
| bool bb::GoblinVerifier_< Curve >::ReductionResult::all_checks_passed = false |
Definition at line 62 of file goblin_verifier.hpp.
| PairingPoints bb::GoblinVerifier_< Curve >::ReductionResult::merge_pairing_points |
Definition at line 59 of file goblin_verifier.hpp.
| PairingPoints bb::GoblinVerifier_< Curve >::ReductionResult::translator_pairing_points |
Definition at line 60 of file goblin_verifier.hpp.
| DeferredTripleIpaOpening bb::GoblinVerifier_< Curve >::ReductionResult::triple_ipa_opening |
Definition at line 61 of file goblin_verifier.hpp.