|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Deferred native IPA verification state — the native counterpart of VerifierAccumulator.
More...
#include <ipa.hpp>
Public Attributes | |
| std::vector< Fr > | u_challenges_inv |
| Commitment | claimed_commitment |
| bool | relation_succeeded = false |
Deferred native IPA verification state — the native counterpart of VerifierAccumulator.
The cheap IPA group relation has been checked against the prover-claimed commitment to the challenge polynomial (G_0); the expensive G_0 == <challenge_poly(u), SRS> check is deferred to verify_accumulator (single SRS-MSM) or batch_verify_accumulators (one combined SRS-MSM for a batch). The recursive VerifierAccumulator defers G_0 up the recursion instead.
| Commitment bb::IPA< Curve_, log_poly_length >::NativeAccumulator::claimed_commitment |
| bool bb::IPA< Curve_, log_poly_length >::NativeAccumulator::relation_succeeded = false |