Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <bdfg21.hpp>
Public Member Functions | |
phase_1_output (const libff::G1< ppT > &witness_phase_1, polynomial< Field > &&f_over_Z_T_polynomial) | |
Public Attributes | |
libff::G1< ppT > | public_witness_phase_1 |
polynomial< Field > | private_f_over_Z_T_polynomial |
Contains the result of phase1 of the witness generation. public_witness_phase_1
is to be shared with the verifier, whereas everything else is private context for use by the prover.
Definition at line 75 of file bdfg21.hpp.
libsnark::bdfg21< ppT >::phase_1_output::phase_1_output | ( | const libff::G1< ppT > & | witness_phase_1, |
polynomial< Field > && | f_over_Z_T_polynomial | ||
) |
polynomial<Field> libsnark::bdfg21< ppT >::phase_1_output::private_f_over_Z_T_polynomial |
Definition at line 79 of file bdfg21.hpp.
libff::G1<ppT> libsnark::bdfg21< ppT >::phase_1_output::public_witness_phase_1 |
Definition at line 78 of file bdfg21.hpp.