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

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

coefficients_for_ACslibsnark::sap_witness< FieldT >
coefficients_for_Hlibsnark::sap_witness< FieldT >
d1libsnark::sap_witness< FieldT >
d2libsnark::sap_witness< FieldT >
degree() constlibsnark::sap_witness< FieldT >
num_inputs() constlibsnark::sap_witness< FieldT >
num_variables() constlibsnark::sap_witness< FieldT >
operator=(const sap_witness< FieldT > &other)=defaultlibsnark::sap_witness< FieldT >
operator=(sap_witness< FieldT > &&other)=defaultlibsnark::sap_witness< FieldT >
sap_witness(const size_t num_variables, const size_t degree, const size_t num_inputs, const FieldT &d1, const FieldT &d2, const std::vector< FieldT > &coefficients_for_ACs, const std::vector< FieldT > &coefficients_for_H)libsnark::sap_witness< FieldT >
sap_witness(const size_t num_variables, const size_t degree, const size_t num_inputs, const FieldT &d1, const FieldT &d2, const std::vector< FieldT > &coefficients_for_ACs, std::vector< FieldT > &&coefficients_for_H)libsnark::sap_witness< FieldT >
sap_witness(const sap_witness< FieldT > &other)=defaultlibsnark::sap_witness< FieldT >
sap_witness(sap_witness< FieldT > &&other)=defaultlibsnark::sap_witness< FieldT >