Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Public Member Functions | Public Attributes | List of all members
libsnark::bdfg21< ppT >::evaluation_witness Class Reference

#include <bdfg21.hpp>

Public Member Functions

 evaluation_witness (const libff::G1< ppT > &W, const libff::G1< ppT > &W_prime)
 

Public Attributes

libff::G1< ppT > W
 
libff::G1< ppT > W_prime
 

Detailed Description

template<typename ppT>
class libsnark::bdfg21< ppT >::evaluation_witness

Proof that a given set of evaluations is correct. We adopt the W and W' (called W_prime here) notation of [BDFG21].

Definition at line 88 of file bdfg21.hpp.

Constructor & Destructor Documentation

◆ evaluation_witness()

template<typename ppT >
libsnark::bdfg21< ppT >::evaluation_witness::evaluation_witness ( const libff::G1< ppT > &  W,
const libff::G1< ppT > &  W_prime 
)

Member Data Documentation

◆ W

template<typename ppT >
libff::G1<ppT> libsnark::bdfg21< ppT >::evaluation_witness::W

Definition at line 91 of file bdfg21.hpp.

◆ W_prime

template<typename ppT >
libff::G1<ppT> libsnark::bdfg21< ppT >::evaluation_witness::W_prime

Definition at line 92 of file bdfg21.hpp.


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