|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Polynomial p and an opening pair (r,v) such that p(r) = v. More...
#include <claim.hpp>
Public Attributes | |
| Polynomial | polynomial |
| OpeningPair< Curve > | opening_pair |
| bool | gemini_fold = false |
Private Types | |
| using | Fr = typename Curve::ScalarField |
| using | Polynomial = bb::Polynomial< Fr > |
Polynomial p and an opening pair (r,v) such that p(r) = v.
| Params | for the given commitment scheme |
|
private |
|
private |
| bool bb::ProverOpeningClaim< Curve >::gemini_fold = false |
| OpeningPair<Curve> bb::ProverOpeningClaim< Curve >::opening_pair |
| Polynomial bb::ProverOpeningClaim< Curve >::polynomial |