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