|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Result of reducing ECCVM proof to IPA opening claim. More...
#include <eccvm_verifier.hpp>
Public Attributes | |
| OpeningClaim< Curve > | ipa_claim |
| bool | reduction_succeeded = false |
Result of reducing ECCVM proof to IPA opening claim.
Contains IPA opening claim for deferred verification and status of internal checks. The IPA claim must be verified externally. Individual check results are logged via vinfo().
Definition at line 42 of file eccvm_verifier.hpp.
| OpeningClaim<Curve> bb::ECCVMVerifier_< Flavor >::ReductionResult::ipa_claim |
Definition at line 43 of file eccvm_verifier.hpp.
| bool bb::ECCVMVerifier_< Flavor >::ReductionResult::reduction_succeeded = false |
Definition at line 44 of file eccvm_verifier.hpp.