systems/ppzksnark/r1cs_gg_ppzksnark/keypair.hpp File Reference
#include <tuple>
+ Include dependency graph for systems/ppzksnark/r1cs_gg_ppzksnark/keypair.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::zk
 
 nil::crypto3::zk::snark
 

Typedefs

template<typename ProvingKey , typename VerificationKey >
using nil::crypto3::zk::snark::r1cs_gg_ppzksnark_keypair = std::pair< ProvingKey, VerificationKey >