Botan  1.11.15
Botan::CurveGFp_Repr Member List
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 =0Botan::CurveGFp_Repr [pure virtual]
curve_sqr(BigInt &z, const BigInt &x, secure_vector< word > &ws) const =0Botan::CurveGFp_Repr [pure virtual]
from_curve_rep(BigInt &x, secure_vector< word > &ws) const =0Botan::CurveGFp_Repr [pure virtual]
get_a() const =0Botan::CurveGFp_Repr [pure virtual]
get_a_rep() const =0Botan::CurveGFp_Repr [pure virtual]
get_b() const =0Botan::CurveGFp_Repr [pure virtual]
get_b_rep() const =0Botan::CurveGFp_Repr [pure virtual]
get_p() const =0Botan::CurveGFp_Repr [pure virtual]
get_p_words() const =0Botan::CurveGFp_Repr [pure virtual]
normalize(BigInt &x, secure_vector< word > &ws, size_t bound) const Botan::CurveGFp_Repr [virtual]
to_curve_rep(BigInt &x, secure_vector< word > &ws) const =0Botan::CurveGFp_Repr [pure virtual]
~CurveGFp_Repr()Botan::CurveGFp_Repr [inline, virtual]