Microchip® Advanced Software Framework

EcPoint Struct Reference

#include <ecc_types.h>

Data Fields

uint16 u16PrivKeyID
 
uint16 u16Size
 
uint8 X [ECC_POINT_MAX_SIZE]
 
uint8 Y [ECC_POINT_MAX_SIZE]
 

uint16 EcPoint::u16PrivKeyID

ID for the corresponding private key.

uint16 EcPoint::u16Size

Point size in bytes (for each of the coordinates).

uint8 EcPoint::X

The X-coordinate of the ec point.

uint8 EcPoint::Y

The Y-coordinate of the ec point.