#include <curve_gfp.h>
Definition at line 18 of file curve_gfp.h.
virtual Botan::CurveGFp_Repr::~CurveGFp_Repr |
( |
| ) |
|
|
virtualdefault |
virtual void Botan::CurveGFp_Repr::from_curve_rep |
( |
BigInt & |
x, |
|
|
secure_vector< word > & |
ws |
|
) |
| const |
|
pure virtual |
virtual const BigInt& Botan::CurveGFp_Repr::get_a |
( |
| ) |
const |
|
pure virtual |
virtual const BigInt& Botan::CurveGFp_Repr::get_a_rep |
( |
| ) |
const |
|
pure virtual |
virtual const BigInt& Botan::CurveGFp_Repr::get_b |
( |
| ) |
const |
|
pure virtual |
virtual const BigInt& Botan::CurveGFp_Repr::get_b_rep |
( |
| ) |
const |
|
pure virtual |
virtual const BigInt& Botan::CurveGFp_Repr::get_p |
( |
| ) |
const |
|
pure virtual |
virtual size_t Botan::CurveGFp_Repr::get_p_words |
( |
| ) |
const |
|
pure virtual |
virtual void Botan::CurveGFp_Repr::to_curve_rep |
( |
BigInt & |
x, |
|
|
secure_vector< word > & |
ws |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: