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

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

coefficients_for_ABCslibsnark::qap_witness< FieldT >
coefficients_for_Hlibsnark::qap_witness< FieldT >
d1libsnark::qap_witness< FieldT >
d2libsnark::qap_witness< FieldT >
d3libsnark::qap_witness< FieldT >
degree() constlibsnark::qap_witness< FieldT >
num_inputs() constlibsnark::qap_witness< FieldT >
num_variables() constlibsnark::qap_witness< FieldT >
operator=(const qap_witness< FieldT > &other)=defaultlibsnark::qap_witness< FieldT >
operator=(qap_witness< FieldT > &&other)=defaultlibsnark::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)=defaultlibsnark::qap_witness< FieldT >
qap_witness(qap_witness< FieldT > &&other)=defaultlibsnark::qap_witness< FieldT >