Botan 3.9.0
Crypto and TLS for C&
|
#include <pcurves_impl.h>
Public Types | |
typedef word | W |
Static Public Attributes | |
static constexpr auto | AW = hex_to_words<W>(AS.value) |
static constexpr auto | BW = hex_to_words<W>(BS.value) |
static constexpr auto | GXW = hex_to_words<W>(GXS.value) |
static constexpr auto | GYW = hex_to_words<W>(GYS.value) |
static constexpr auto | NW = hex_to_words<W>(NS.value) |
static constexpr auto | PW = hex_to_words<W>(PS.value) |
static constexpr int8_t | Z = ZI |
Elliptic Curve Parameters
These are constructed using compile time strings which contain the relevant values (P, A, B, the group order, and the group generator x/y coordinates)
Definition at line 1163 of file pcurves_impl.h.
typedef word Botan::EllipticCurveParameters< PS, AS, BS, NS, GXS, GYS, ZI >::W |
Definition at line 1165 of file pcurves_impl.h.
|
staticconstexpr |
Definition at line 1169 of file pcurves_impl.h.
|
staticconstexpr |
Definition at line 1170 of file pcurves_impl.h.
|
staticconstexpr |
Definition at line 1171 of file pcurves_impl.h.
|
staticconstexpr |
Definition at line 1172 of file pcurves_impl.h.
|
staticconstexpr |
Definition at line 1168 of file pcurves_impl.h.
|
staticconstexpr |
Definition at line 1167 of file pcurves_impl.h.
|
staticconstexpr |
Definition at line 1174 of file pcurves_impl.h.