Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <r1cs_ppzkadsnark.hpp>
Public Member Functions | |
r1cs_ppzkadsnark_pub_auth_prms () | |
r1cs_ppzkadsnark_pub_auth_prms< ppT > & | operator= (const r1cs_ppzkadsnark_pub_auth_prms< ppT > &other)=default |
r1cs_ppzkadsnark_pub_auth_prms (const r1cs_ppzkadsnark_pub_auth_prms< ppT > &other)=default | |
r1cs_ppzkadsnark_pub_auth_prms (r1cs_ppzkadsnark_pub_auth_prms< ppT > &&other)=default | |
r1cs_ppzkadsnark_pub_auth_prms (libff::G1< snark_pp< ppT >> &&I1) | |
bool | operator== (const r1cs_ppzkadsnark_pub_auth_prms< ppT > &other) const |
Public Attributes | |
libff::G1< snark_pp< ppT > > | I1 |
Friends | |
std::ostream & | operator (std::ostream &out, const r1cs_ppzkadsnark_pub_auth_prms< ppT > &pap) |
std::istream & | operator>> (std::istream &in, r1cs_ppzkadsnark_pub_auth_prms< ppT > &pap) |
Public authentication parameters for the R1CS ppzkADSNARK
Definition at line 62 of file r1cs_ppzkadsnark.hpp.
|
inline |
Definition at line 80 of file r1cs_ppzkadsnark.hpp.
|
default |
|
default |
|
inline |
Definition at line 87 of file r1cs_ppzkadsnark.hpp.
|
default |
bool libsnark::r1cs_ppzkadsnark_pub_auth_prms< ppT >::operator== | ( | const r1cs_ppzkadsnark_pub_auth_prms< ppT > & | other | ) | const |
|
friend |
|
friend |
libff::G1<snark_pp<ppT> > libsnark::r1cs_ppzkadsnark_pub_auth_prms< ppT >::I1 |
Definition at line 78 of file r1cs_ppzkadsnark.hpp.