Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
libsnark
zk_proof_systems
pcd
r1cs_pcd
r1cs_sp_ppzkpcd
examples
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>
29
bool
run_r1cs_sp_ppzkpcd_tally_example
(
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
37
#include <
libsnark/zk_proof_systems/pcd/r1cs_pcd/r1cs_sp_ppzkpcd/examples/run_r1cs_sp_ppzkpcd.tcc
>
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)
Generated on Wed Jan 25 2023 11:05:58 for Clearmatics Libsnark by
1.8.17