|
Botan 3.13.0
Crypto and TLS for C&
|
#include <curve_gfp.h>
Public Member Functions | |
| CurveGFp (const CurveGFp &)=default | |
| CurveGFp (CurveGFp &&)=default | |
| const BigInt & | get_a () const |
| const BigInt & | get_b () const |
| const BigInt & | get_p () const |
| size_t | get_p_words () const |
| ~CurveGFp ()=default | |
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 |
|
default |
Move constructor
References CurveGFp().
|
default |
| const BigInt & Botan::CurveGFp::get_a | ( | ) | const |
Get the a parameter of the elliptic curve equation
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 |
Get the b parameter of the elliptic curve equation
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 |
Get the size of the field prime in words
Definition at line 49 of file ec_point.cpp.
References get_p_words().
Referenced by get_p_words().
|
friend |
Definition at line 70 of file curve_gfp.h.
References BOTAN_FUTURE_EXPLICIT, CurveGFp(), and EC_Group_Data.
Referenced by EC_Group_Data.
|
friend |