Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
run_r1cs_ppzkadsnark.hpp
Go to the documentation of this file.
1 
13 #ifndef RUN_R1CS_PPZKADSNARK_HPP_
14 #define RUN_R1CS_PPZKADSNARK_HPP_
15 
16 #include <libff/algebra/curves/public_params.hpp>
19 
20 namespace libsnark
21 {
22 
30 template<typename ppT>
32  const r1cs_example<libff::Fr<snark_pp<ppT>>> &example,
33  const bool test_serialization);
34 
35 } // namespace libsnark
36 
38 
39 #endif // RUN_R1CS_PPZKADSNARK_HPP_
libsnark
Definition: accumulation_vector.hpp:18
libsnark::run_r1cs_ppzkadsnark
bool run_r1cs_ppzkadsnark(const r1cs_example< libff::Fr< snark_pp< ppT >>> &example, const bool test_serialization)
r1cs_examples.hpp
r1cs_ppzkadsnark_params.hpp
run_r1cs_ppzkadsnark.tcc