Elliptic curve point structure.

Public Attributes#

x coordinate of point.

y coordinate of point.

Public Attribute Documentation#

X#

ECC_BigInt_t ECC_Point_t::X

x coordinate of point.


Definition at line 63 of file platform/bootloader/security/ecc/ecc.h

Y#

ECC_BigInt_t ECC_Point_t::Y

y coordinate of point.


Definition at line 64 of file platform/bootloader/security/ecc/ecc.h