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