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