AM64x MCU+ SDK  10.01.00
AsymCrypt_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 [ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)]
 
uint32_t order [ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)]
 
uint32_t a [ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)]
 
uint32_t b [ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)]
 
struct AsymCrypt_ECPoint g
 

Field Documentation

◆ prime

uint32_t AsymCrypt_ECPrimeCurveP::prime[ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)]

Prime number for the group

◆ order

uint32_t AsymCrypt_ECPrimeCurveP::order[ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)]

Order of the group

◆ a

uint32_t AsymCrypt_ECPrimeCurveP::a[ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)]

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

◆ b

uint32_t AsymCrypt_ECPrimeCurveP::b[ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)]

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

◆ g

struct AsymCrypt_ECPoint AsymCrypt_ECPrimeCurveP::g

Generator point on the Elliptic curve