Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::OpeningPair< Curve > Class Template Reference

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
 

Detailed Description

template<typename Curve>
class bb::OpeningPair< Curve >

Opening pair (r,v) for some witness polynomial p(X) such that p(r) = v.

Template Parameters
Paramsfor the given commitment scheme

Definition at line 19 of file claim.hpp.

Member Typedef Documentation

◆ Fr

template<typename Curve >
using bb::OpeningPair< Curve >::Fr = typename Curve::ScalarField
private

Definition at line 20 of file claim.hpp.

Member Function Documentation

◆ operator==()

template<typename Curve >
bool bb::OpeningPair< Curve >::operator== ( const OpeningPair< Curve > &  other) const
default

Member Data Documentation

◆ challenge

template<typename Curve >
Fr bb::OpeningPair< Curve >::challenge

Definition at line 23 of file claim.hpp.

◆ evaluation

template<typename Curve >
Fr bb::OpeningPair< Curve >::evaluation

Definition at line 24 of file claim.hpp.


The documentation for this class was generated from the following file: