Public Key Acceleration Library Reference Guide  2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
ecc_point_t Struct Reference

#include <pka.h>

Public Attributes

pka_operand_t x
 big integer x coordinate of a point on a EC curve More...
 
pka_operand_t y
 big integer y coordinate of a point on a EC curve More...
 

Detailed Description

The ecc_point_t record type is used to represent a point on an elliptic curve defined over a finite field.

Member Data Documentation

pka_operand_t ecc_point_t::x

big integer x coordinate of a point on a EC curve

pka_operand_t ecc_point_t::y

big integer y coordinate of a point on a EC curve


The documentation for this struct was generated from the following file: