Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <r1cs_ppzkadsnark.hpp>
Public Member Functions | |
r1cs_ppzkadsnark_keypair ()=default | |
r1cs_ppzkadsnark_keypair (const r1cs_ppzkadsnark_keypair< ppT > &other)=default | |
r1cs_ppzkadsnark_keypair (r1cs_ppzkadsnark_proving_key< ppT > &&pk, r1cs_ppzkadsnark_verification_key< ppT > &&vk) | |
r1cs_ppzkadsnark_keypair (r1cs_ppzkadsnark_keypair< ppT > &&other)=default | |
Public Attributes | |
r1cs_ppzkadsnark_proving_key< ppT > | pk |
r1cs_ppzkadsnark_verification_key< ppT > | vk |
A key pair for the R1CS ppzkADSNARK, which consists of a proving key and a verification key.
Definition at line 494 of file r1cs_ppzkadsnark.hpp.
|
default |
|
default |
|
inline |
|
default |
r1cs_ppzkadsnark_proving_key<ppT> libsnark::r1cs_ppzkadsnark_keypair< ppT >::pk |
Definition at line 497 of file r1cs_ppzkadsnark.hpp.
r1cs_ppzkadsnark_verification_key<ppT> libsnark::r1cs_ppzkadsnark_keypair< ppT >::vk |
Definition at line 498 of file r1cs_ppzkadsnark.hpp.