|
barretenberg
|
Unverified claim (C,r,v) for some witness polynomial p(X) such that. More...
#include <claim.hpp>
Public Member Functions | |
| bool | verify (std::shared_ptr< CK > ck, const barretenberg::Polynomial< Fr > &polynomial) const |
| inefficiently check that the claim is correct by recomputing the commitment and evaluating the polynomial in r. | |
| bool | operator== (const OpeningClaim &other) const =default |
Public Attributes | |
| OpeningPair< Curve > | opening_pair |
| Commitment | commitment |
Unverified claim (C,r,v) for some witness polynomial p(X) such that.
| Params | for the given commitment scheme |
|
inline |
inefficiently check that the claim is correct by recomputing the commitment and evaluating the polynomial in r.
| ck | CommitmentKey used |
| polynomial | the claimed witness polynomial p(X) |