|
Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#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 |
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.
| libsnark::bdfg21< ppT >::evaluation_witness::evaluation_witness | ( | const libff::G1< ppT > & | W, |
| const libff::G1< ppT > & | W_prime | ||
| ) |
| libff::G1<ppT> libsnark::bdfg21< ppT >::evaluation_witness::W |
Definition at line 91 of file bdfg21.hpp.
| libff::G1<ppT> libsnark::bdfg21< ppT >::evaluation_witness::W_prime |
Definition at line 92 of file bdfg21.hpp.
1.8.17