iPXE
|
NIST P-384 elliptic curve. More...
#include <ipxe/p384.h>
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
WEIERSTRASS_CURVE (p384, p384_curve, P384_LEN, p384_prime, p384_a, p384_b, p384_base) | |
P-384 elliptic curve. More... | |
Variables | |
static const uint8_t | p384_prime [P384_LEN] |
P-384 field prime. More... | |
static const uint8_t | p384_a [P384_LEN] |
P-384 constant "a". More... | |
static const uint8_t | p384_b [P384_LEN] |
P-384 constant "b". More... | |
static const uint8_t | p384_base [P384_LEN *2] |
P-384 base point. More... | |
NIST P-384 elliptic curve.
Definition in file p384.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
WEIERSTRASS_CURVE | ( | p384 | , |
p384_curve | , | ||
P384_LEN | , | ||
p384_prime | , | ||
p384_a | , | ||
p384_b | , | ||
p384_base | |||
) |
P-384 elliptic curve.
P-384 field prime.
P-384 constant "a".
P-384 constant "b".
P-384 base point.