nil::crypto3::zk::snark::r1cs_gg_ppzksnark_generator< CurveType, ProvingMode::EncryptedInput > Class Template Reference

#include <generator.hpp>

+ Collaboration diagram for nil::crypto3::zk::snark::r1cs_gg_ppzksnark_generator< CurveType, ProvingMode::EncryptedInput >:

Public Types

typedef policy_type::auxiliary_input_type auxiliary_input_type
 
typedef policy_type::constraint_system_type constraint_system_type
 
typedef policy_type::keypair_type keypair_type
 
typedef policy_type::primary_input_type primary_input_type
 
typedef policy_type::proof_type proof_type
 
typedef policy_type::proving_key_type proving_key_type
 
typedef policy_type::verification_key_type verification_key_type
 

Static Public Member Functions

template<typename KeyPairType , typename DistributionType = boost::random::uniform_int_distribution<typename scalar_field_type::integral_type>, typename GeneratorType = boost::random::mt19937>
static std::enable_if< std::is_same< keypair_type, KeyPairType >::value, KeyPairType >::type process (const constraint_system_type &constraint_system)
 

Member Typedef Documentation

◆ auxiliary_input_type

◆ constraint_system_type

◆ keypair_type

◆ primary_input_type

◆ proof_type

◆ proving_key_type

◆ verification_key_type

Member Function Documentation

◆ process()

template<typename CurveType >
template<typename KeyPairType , typename DistributionType = boost::random::uniform_int_distribution<typename scalar_field_type::integral_type>, typename GeneratorType = boost::random::mt19937>
static std::enable_if<std::is_same<keypair_type, KeyPairType>::value, KeyPairType>::type nil::crypto3::zk::snark::r1cs_gg_ppzksnark_generator< CurveType, ProvingMode::EncryptedInput >::process ( const constraint_system_type constraint_system)
inlinestatic

The documentation for this class was generated from the following file: