Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
#include <r1cs_gg_ppzksnark.hpp>
Public Member Functions | |
r1cs_gg_ppzksnark_keypair ()=default | |
r1cs_gg_ppzksnark_keypair (const r1cs_gg_ppzksnark_keypair< ppT > &other)=default | |
r1cs_gg_ppzksnark_keypair (r1cs_gg_ppzksnark_proving_key< ppT > &&pk, r1cs_gg_ppzksnark_verification_key< ppT > &&vk) | |
r1cs_gg_ppzksnark_keypair (r1cs_gg_ppzksnark_keypair< ppT > &&other)=default | |
Public Attributes | |
r1cs_gg_ppzksnark_proving_key< ppT > | pk |
r1cs_gg_ppzksnark_verification_key< ppT > | vk |
A key pair for the R1CS GG-ppzkSNARK, which consists of a proving key and a verification key.
Definition at line 285 of file r1cs_gg_ppzksnark.hpp.
|
default |
|
default |
|
inline |
|
default |
r1cs_gg_ppzksnark_proving_key<ppT> libsnark::r1cs_gg_ppzksnark_keypair< ppT >::pk |
Definition at line 288 of file r1cs_gg_ppzksnark.hpp.
r1cs_gg_ppzksnark_verification_key<ppT> libsnark::r1cs_gg_ppzksnark_keypair< ppT >::vk |
Definition at line 289 of file r1cs_gg_ppzksnark.hpp.