Botan 3.7.1
Crypto and TLS for C&
|
#include <curve_gfp.h>
Public Member Functions | |
CurveGFp (const CurveGFp &)=default | |
const BigInt & | get_a () const |
const BigInt & | get_b () const |
const BigInt & | get_p () const |
size_t | get_p_words () const |
Friends | |
class | EC_Group_Data |
class | EC_Point |
This is an internal type which is only exposed for accidental historical reasons. Do not use it in any way.
This class will be removed in Botan4.
Definition at line 30 of file curve_gfp.h.
|
default |
const BigInt & Botan::CurveGFp::get_a | ( | ) | const |
Definition at line 32 of file ec_point.cpp.
Referenced by Botan::OS2ECP().
const BigInt & Botan::CurveGFp::get_b | ( | ) | const |
Definition at line 36 of file ec_point.cpp.
Referenced by Botan::OS2ECP().
const BigInt & Botan::CurveGFp::get_p | ( | ) | const |
Get prime modulus of the field of the curve
Definition at line 40 of file ec_point.cpp.
Referenced by Botan::OS2ECP().
size_t Botan::CurveGFp::get_p_words | ( | ) | const |
Definition at line 44 of file ec_point.cpp.
|
friend |
Definition at line 54 of file curve_gfp.h.
|
friend |
Definition at line 53 of file curve_gfp.h.