Botan
2.6.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::CurveGFp_Repr, including all inherited members.
curve_mul(BigInt &z, const BigInt &x, const BigInt &y, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | pure virtual |
curve_mul_words(BigInt &z, const word x_words[], const size_t x_size, const BigInt &y, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | pure virtual |
curve_sqr(BigInt &z, const BigInt &x, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | pure virtual |
from_curve_rep(BigInt &x, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | pure virtual |
get_a() const =0 | Botan::CurveGFp_Repr | pure virtual |
get_a_rep() const =0 | Botan::CurveGFp_Repr | pure virtual |
get_b() const =0 | Botan::CurveGFp_Repr | pure virtual |
get_b_rep() const =0 | Botan::CurveGFp_Repr | pure virtual |
get_p() const =0 | Botan::CurveGFp_Repr | pure virtual |
get_p_words() const =0 | Botan::CurveGFp_Repr | pure virtual |
get_ws_size() const =0 | Botan::CurveGFp_Repr | pure virtual |
invert_element(const BigInt &x, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | pure virtual |
is_one(const BigInt &x) const =0 | Botan::CurveGFp_Repr | pure virtual |
to_curve_rep(BigInt &x, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | pure virtual |
~CurveGFp_Repr()=default | Botan::CurveGFp_Repr | virtual |