Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
This is the complete list of members for libsnark::sap_witness< FieldT >, including all inherited members.
coefficients_for_ACs | libsnark::sap_witness< FieldT > | |
coefficients_for_H | libsnark::sap_witness< FieldT > | |
d1 | libsnark::sap_witness< FieldT > | |
d2 | libsnark::sap_witness< FieldT > | |
degree() const | libsnark::sap_witness< FieldT > | |
num_inputs() const | libsnark::sap_witness< FieldT > | |
num_variables() const | libsnark::sap_witness< FieldT > | |
operator=(const sap_witness< FieldT > &other)=default | libsnark::sap_witness< FieldT > | |
operator=(sap_witness< FieldT > &&other)=default | 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, 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)=default | libsnark::sap_witness< FieldT > | |
sap_witness(sap_witness< FieldT > &&other)=default | libsnark::sap_witness< FieldT > |