13 template<
typename PCD_ppT>
16 const size_t wordsize = 32;
17 const bool test_serialization =
true;
18 const bool test_multi_type =
true;
19 const bool test_same_type_optimization =
false;
20 const bool bit = run_r1cs_mp_ppzkpcd_tally_example<PCD_ppT>(
26 test_same_type_optimization);
34 libff::start_profiling();
35 PCD_pp::init_public_params();
37 const size_t arity = 2;
38 const size_t max_layer = 2;
40 profile_tally<PCD_pp>(arity, max_layer);