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