Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::CurveGFp_Repr, including all inherited members.
a_is_minus_3() const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
a_is_zero() const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
curve_mul(BigInt &z, const BigInt &x, const BigInt &y, secure_vector< word > &ws) const | Botan::CurveGFp_Repr | inlineprotected |
curve_mul_words(BigInt &z, const word x_words[], size_t x_size, const BigInt &y, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
curve_sqr(BigInt &z, const BigInt &x, secure_vector< word > &ws) const | Botan::CurveGFp_Repr | inlineprotected |
curve_sqr_words(BigInt &z, const word x_words[], size_t x_size, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
CurveGFp class | Botan::CurveGFp_Repr | friend |
from_curve_rep(BigInt &x, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
get_1_rep() const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
get_a() const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
get_a_rep() const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
get_b() const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
get_b_rep() const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
get_p() const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
get_p_bits() const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
get_p_words() const | Botan::CurveGFp_Repr | inlineprotected |
get_ws_size() const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
invert_element(const BigInt &x, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
is_one(const BigInt &x) const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
to_curve_rep(BigInt &x, secure_vector< word > &ws) const =0 | Botan::CurveGFp_Repr | protectedpure virtual |
~CurveGFp_Repr()=default | Botan::CurveGFp_Repr | virtual |