A type that holds a P-384 curve point. More...
#include <sw/device/lib/crypto/impl/ecc/p384_common.h>
Data Fields | |
uint32_t | x [kP384CoordWords] |
Affine x-coordinate. | |
uint32_t | y [kP384CoordWords] |
Affine y-coordinate. | |
A type that holds a P-384 curve point.
Definition at line 81 of file p384_common.h.
uint32_t p384_point::x[kP384CoordWords] |
Affine x-coordinate.
Definition at line 85 of file p384_common.h.
uint32_t p384_point::y[kP384CoordWords] |
Affine y-coordinate.
Definition at line 89 of file p384_common.h.