|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Result of reducing Chonk verification to an IPA opening claim (native mode only). More...
#include <chonk_verifier.hpp>
Public Attributes | |
| OpeningClaim< curve::Grumpkin > | ipa_claim |
| ::bb::HonkProof | ipa_proof |
| bool | all_checks_passed |
Result of reducing Chonk verification to an IPA opening claim (native mode only).
Contains the IPA claim and proof from non-IPA verification (MegaZK, databus, Goblin), allowing batch IPA verification across multiple Chonk proofs.
Definition at line 112 of file chonk_verifier.hpp.
| bool bb::ChonkVerifier< IsRecursive >::IPAReductionResult::all_checks_passed |
Definition at line 115 of file chonk_verifier.hpp.
| OpeningClaim<curve::Grumpkin> bb::ChonkVerifier< IsRecursive >::IPAReductionResult::ipa_claim |
Definition at line 113 of file chonk_verifier.hpp.
| ::bb::HonkProof bb::ChonkVerifier< IsRecursive >::IPAReductionResult::ipa_proof |
Definition at line 114 of file chonk_verifier.hpp.