iPXE
|
NIST P-256 elliptic curve. More...
#include <ipxe/p256.h>
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
WEIERSTRASS_CURVE (p256, p256_curve, P256_LEN, p256_prime, p256_a, p256_b, p256_base) | |
P-256 elliptic curve. More... | |
Variables | |
static const uint8_t | p256_prime [P256_LEN] |
P-256 field prime. More... | |
static const uint8_t | p256_a [P256_LEN] |
P-256 constant "a". More... | |
static const uint8_t | p256_b [P256_LEN] |
P-256 constant "b". More... | |
static const uint8_t | p256_base [P256_LEN *2] |
P-256 base point. More... | |
NIST P-256 elliptic curve.
Definition in file p256.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
WEIERSTRASS_CURVE | ( | p256 | , |
p256_curve | , | ||
P256_LEN | , | ||
p256_prime | , | ||
p256_a | , | ||
p256_b | , | ||
p256_base | |||
) |
P-256 elliptic curve.
P-256 base point.