ECC_Point_t Struct Reference

Description

Elliptic curve point structure.

Definition at line 62 of file ecc.h.

#include <ecc.h>

Data Fields

ECC_BigInt_t X
 
ECC_BigInt_t Y
 

Field Documentation

ECC_BigInt_t ECC_Point_t::X

x coordinate of point.

Definition at line 63 of file ecc.h.

ECC_BigInt_t ECC_Point_t::Y

y coordinate of point.

Definition at line 64 of file ecc.h.


The documentation for this struct was generated from the following file:
  • ecc.h