Botan 3.8.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 |
References CurveGFp().
Referenced by CurveGFp(), and EC_Group_Data.
const BigInt & Botan::CurveGFp::get_a | ( | ) | const |
Definition at line 37 of file ec_point.cpp.
References get_a().
Referenced by get_a(), and Botan::OS2ECP().
const BigInt & Botan::CurveGFp::get_b | ( | ) | const |
Definition at line 41 of file ec_point.cpp.
References get_b().
Referenced by get_b(), and Botan::OS2ECP().
const BigInt & Botan::CurveGFp::get_p | ( | ) | const |
Get prime modulus of the field of the curve
Definition at line 45 of file ec_point.cpp.
References get_p().
Referenced by get_p(), and Botan::OS2ECP().
size_t Botan::CurveGFp::get_p_words | ( | ) | const |
Definition at line 49 of file ec_point.cpp.
References get_p_words().
Referenced by get_p_words().
|
friend |
Definition at line 54 of file curve_gfp.h.
References CurveGFp(), and EC_Group_Data.
Referenced by EC_Group_Data.
|
friend |