FCL
Free Cryptographic Library
 All Data Structures Files Functions Variables Typedefs Modules
_t_digit_affine_point Struct Reference

Data Fields

u32 * x
 
u32 * y
 

Detailed Description

ECC word affine point coordinates. this structure is used within ECC routines

Field Documentation

u32* x

affine x coordinate.

u32* y

affine y coordinate.