ECC_Point_t Struct ReferencePlugin > Security > ECDSA > ECC Library

Description

Elliptic curve point structure.

Definition at line 65 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 66 of file ecc.h .

ECC_BigInt_t ECC_Point_t::Y

y coordinate of point.

Definition at line 67 of file ecc.h .


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