Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
run_uscs_ppzksnark.hpp
Go to the documentation of this file.
1 
13 #ifndef RUN_USCS_PPZKSNARK_HPP_
14 #define RUN_USCS_PPZKSNARK_HPP_
15 
16 #include <libff/algebra/curves/public_params.hpp>
18 
19 namespace libsnark
20 {
21 
29 template<typename ppT>
31  const uscs_example<libff::Fr<ppT>> &example, const bool test_serialization);
32 
33 } // namespace libsnark
34 
36 
37 #endif // RUN_USCS_PPZKSNARK_HPP_
libsnark
Definition: accumulation_vector.hpp:18
run_uscs_ppzksnark.tcc
libsnark::run_uscs_ppzksnark
bool run_uscs_ppzksnark(const uscs_example< libff::Fr< ppT >> &example, const bool test_serialization)
uscs_examples.hpp