Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
libsnark::ssp_witness< FieldT > Member List

This is the complete list of members for libsnark::ssp_witness< FieldT >, including all inherited members.

coefficients_for_Hlibsnark::ssp_witness< FieldT >
coefficients_for_Vslibsnark::ssp_witness< FieldT >
dlibsnark::ssp_witness< FieldT >
degree() constlibsnark::ssp_witness< FieldT >
num_inputs() constlibsnark::ssp_witness< FieldT >
num_variables() constlibsnark::ssp_witness< FieldT >
operator=(const ssp_witness< FieldT > &other)=defaultlibsnark::ssp_witness< FieldT >
operator=(ssp_witness< FieldT > &&other)=defaultlibsnark::ssp_witness< FieldT >
ssp_witness(const size_t num_variables, const size_t degree, const size_t num_inputs, const FieldT &d, const std::vector< FieldT > &coefficients_for_Vs, const std::vector< FieldT > &coefficients_for_H)libsnark::ssp_witness< FieldT >
ssp_witness(const size_t num_variables, const size_t degree, const size_t num_inputs, const FieldT &d, const std::vector< FieldT > &coefficients_for_Vs, std::vector< FieldT > &&coefficients_for_H)libsnark::ssp_witness< FieldT >
ssp_witness(const ssp_witness< FieldT > &other)=defaultlibsnark::ssp_witness< FieldT >
ssp_witness(ssp_witness< FieldT > &&other)=defaultlibsnark::ssp_witness< FieldT >