systems/ppzksnark/tbcs_ppzksnark/keypair.hpp File Reference
#include <tuple>
+ Include dependency graph for systems/ppzksnark/tbcs_ppzksnark/keypair.hpp:

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::tbcs_ppzksnark_keypair = std::pair< ProvingKey, VerificationKey >