|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Result of Goblin verification with mode-specific semantics. More...
#include <goblin_verifier.hpp>
Public Types | |
| using | PairingPoints = MergeVerifier::PairingPoints |
| using | IPAClaim = OpeningClaim< typename ECCVMVerifier::Curve > |
| using | IPAProof = std::conditional_t< IsRecursive, stdlib::Proof< UltraCircuitBuilder >, HonkProof > |
Public Attributes | |
| PairingPoints | merge_pairing_points |
| PairingPoints | translator_pairing_points |
| IPAClaim | ipa_claim |
| IPAProof | ipa_proof |
| bool | all_checks_passed = false |
Result of Goblin verification with mode-specific semantics.
Native mode: Pairing checks performed immediately (fail-fast), only IPA verification deferred Recursive mode: Both pairing and IPA verification deferred for batched verification
Definition at line 55 of file goblin_verifier.hpp.
| using bb::GoblinVerifier_< Curve >::ReductionResult::IPAClaim = OpeningClaim<typename ECCVMVerifier::Curve> |
Definition at line 57 of file goblin_verifier.hpp.
| using bb::GoblinVerifier_< Curve >::ReductionResult::IPAProof = std::conditional_t<IsRecursive, stdlib::Proof<UltraCircuitBuilder>, HonkProof> |
Definition at line 58 of file goblin_verifier.hpp.
| using bb::GoblinVerifier_< Curve >::ReductionResult::PairingPoints = MergeVerifier::PairingPoints |
Definition at line 56 of file goblin_verifier.hpp.
| bool bb::GoblinVerifier_< Curve >::ReductionResult::all_checks_passed = false |
Definition at line 64 of file goblin_verifier.hpp.
| IPAClaim bb::GoblinVerifier_< Curve >::ReductionResult::ipa_claim |
Definition at line 62 of file goblin_verifier.hpp.
| IPAProof bb::GoblinVerifier_< Curve >::ReductionResult::ipa_proof |
Definition at line 63 of file goblin_verifier.hpp.
| PairingPoints bb::GoblinVerifier_< Curve >::ReductionResult::merge_pairing_points |
Definition at line 60 of file goblin_verifier.hpp.
| PairingPoints bb::GoblinVerifier_< Curve >::ReductionResult::translator_pairing_points |
Definition at line 61 of file goblin_verifier.hpp.