12 #ifndef R1CS_MP_PPZKPCD_PARAMS_HPP_
13 #define R1CS_MP_PPZKPCD_PARAMS_HPP_
15 #include <libff/algebra/curves/public_params.hpp>
22 template<
typename PCD_ppT>
24 r1cs_pcd_compliance_predicate<libff::Fr<typename PCD_ppT::curve_A_pp>>;
26 template<
typename PCD_ppT>
28 r1cs_pcd_message<libff::Fr<typename PCD_ppT::curve_A_pp>>;
30 template<
typename PCD_ppT>
32 r1cs_pcd_local_data<libff::Fr<typename PCD_ppT::curve_A_pp>>;
34 template<
typename PCD_ppT>
36 r1cs_pcd_compliance_predicate_primary_input<
37 libff::Fr<typename PCD_ppT::curve_A_pp>>;
39 template<
typename PCD_ppT>
42 libff::Fr<typename PCD_ppT::curve_A_pp>>;
46 #endif // R1CS_MP_PPZKPCD_PARAMS_HPP_