Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
Namespaces | Typedefs
uscs_ppzksnark_params.hpp File Reference
#include <libff/algebra/curves/public_params.hpp>
#include <libsnark/relations/constraint_satisfaction_problems/uscs/uscs.hpp>
Include dependency graph for uscs_ppzksnark_params.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 libsnark
 

Typedefs

template<typename ppT >
using libsnark::uscs_ppzksnark_constraint_system = uscs_constraint_system< libff::Fr< ppT > >
 
template<typename ppT >
using libsnark::uscs_ppzksnark_primary_input = uscs_primary_input< libff::Fr< ppT > >
 
template<typename ppT >
using libsnark::uscs_ppzksnark_auxiliary_input = uscs_auxiliary_input< libff::Fr< ppT > >
 

Detailed Description

Declaration of public-parameter selector for the USCS ppzkSNARK.

Author
This file is part of libsnark, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file uscs_ppzksnark_params.hpp.