|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Opening pair (r,v) for some witness polynomial p(X) such that p(r) = v. More...
#include <claim.hpp>
Public Member Functions | |
| bool | operator== (const OpeningPair &other) const =default |
Public Attributes | |
| Fr | challenge |
| Fr | evaluation |
Private Types | |
| using | Fr = typename Curve::ScalarField |
Opening pair (r,v) for some witness polynomial p(X) such that p(r) = v.
| Params | for the given commitment scheme |
|
private |
|
default |
| Fr bb::OpeningPair< Curve >::challenge |
| Fr bb::OpeningPair< Curve >::evaluation |