Public Key Acceleration Library Reference Guide 2.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
ecc_point_t Struct Reference

#include <pka.h>

Collaboration diagram for ecc_point_t:
Collaboration graph
[legend]

Public Attributes

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

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

◆ x

pka_operand_t ecc_point_t::x

big integer x coordinate of a point on a EC curve

◆ y

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: