Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
run_r1cs_mp_ppzkpcd.hpp
Go to the documentation of this file.
1 
13 #ifndef RUN_R1CS_MP_PPZKPCD_HPP_
14 #define RUN_R1CS_MP_PPZKPCD_HPP_
15 
16 #include <cstddef>
17 
18 namespace libsnark
19 {
20 
30 template<typename PCD_ppT>
32  const size_t wordsize,
33  const size_t max_arity,
34  const size_t depth,
35  const bool test_serialization,
36  const bool test_multi_type,
37  const bool test_same_type_optimization);
38 
39 } // namespace libsnark
40 
42 
43 #endif // RUN_R1CS_MP_PPZKPCD_HPP_
libsnark
Definition: accumulation_vector.hpp:18
run_r1cs_mp_ppzkpcd.tcc
libsnark::run_r1cs_mp_ppzkpcd_tally_example
bool run_r1cs_mp_ppzkpcd_tally_example(const size_t wordsize, const size_t max_arity, const size_t depth, const bool test_serialization, const bool test_multi_type, const bool test_same_type_optimization)