Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
This is the complete list of members for libsnark::qap_witness< FieldT >, including all inherited members.
coefficients_for_ABCs | libsnark::qap_witness< FieldT > | |
coefficients_for_H | libsnark::qap_witness< FieldT > | |
d1 | libsnark::qap_witness< FieldT > | |
d2 | libsnark::qap_witness< FieldT > | |
d3 | libsnark::qap_witness< FieldT > | |
degree() const | libsnark::qap_witness< FieldT > | |
num_inputs() const | libsnark::qap_witness< FieldT > | |
num_variables() const | libsnark::qap_witness< FieldT > | |
operator=(const qap_witness< FieldT > &other)=default | libsnark::qap_witness< FieldT > | |
operator=(qap_witness< FieldT > &&other)=default | libsnark::qap_witness< FieldT > | |
qap_witness(const size_t num_variables, const size_t degree, const size_t num_inputs, const FieldT &d1, const FieldT &d2, const FieldT &d3, const std::vector< FieldT > &coefficients_for_ABCs, const std::vector< FieldT > &coefficients_for_H) | libsnark::qap_witness< FieldT > | |
qap_witness(const size_t num_variables, const size_t degree, const size_t num_inputs, const FieldT &d1, const FieldT &d2, const FieldT &d3, const std::vector< FieldT > &coefficients_for_ABCs, std::vector< FieldT > &&coefficients_for_H) | libsnark::qap_witness< FieldT > | |
qap_witness(const qap_witness< FieldT > &other)=default | libsnark::qap_witness< FieldT > | |
qap_witness(qap_witness< FieldT > &&other)=default | libsnark::qap_witness< FieldT > |