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

Data Fields

u32 * x
 
u32 * y
 
u32 * z
 

Detailed Description

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

Field Documentation

u32* x

jacobian x coordinate.

u32* y

jacobian y coordinate.

u32* z

jacobian z coordinate.