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