AM64x MCU+ SDK  09.02.01
PKA_ECPrimeCurveP Struct Reference

Detailed Description

EC prime curve parameters.

Parameters
primePrime number for the group
orderOrder of the group
a"a" parameter in the equation x^3 + ax + b = y
b"b" parameter in the equation x^3 + ax + b = y
gGenerator point on the Elliptic curve

Data Fields

uint32_t prime [PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)]
 
uint32_t order [PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)]
 
uint32_t a [PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)]
 
uint32_t b [PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)]
 
struct PKA_ECPoint g
 

Field Documentation

◆ prime

uint32_t PKA_ECPrimeCurveP::prime[PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)]

Prime number for the group

◆ order

uint32_t PKA_ECPrimeCurveP::order[PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)]

Order of the group

◆ a

uint32_t PKA_ECPrimeCurveP::a[PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)]

"a" parameter in the equation x^3 + ax + b = y

◆ b

uint32_t PKA_ECPrimeCurveP::b[PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)]

"b" parameter in the equation x^3 + ax + b = y

◆ g

struct PKA_ECPoint PKA_ECPrimeCurveP::g

Generator point on the Elliptic curve