Public Key Acceleration Library Reference Guide
1.0
|
#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... | |
The ecc_point_t record type is used to represent a point on an elliptic curve defined over a finite field.
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