AM64x MCU+ SDK  11.01.00
AsymCrypt_EddsaPoint Struct Reference

Detailed Description

Point on Eddsa Elliptical Curve.

Parameters
xx-coordinate
yy-coordinate

Data Fields

uint32_t x [ASYM_CRYPT_LEN(EDDSA_MAX_KEY_LEN)]
 
uint32_t y [ASYM_CRYPT_LEN(EDDSA_MAX_KEY_LEN)]
 

Field Documentation

◆ x

uint32_t AsymCrypt_EddsaPoint::x[ASYM_CRYPT_LEN(EDDSA_MAX_KEY_LEN)]

x-coordinate

◆ y

uint32_t AsymCrypt_EddsaPoint::y[ASYM_CRYPT_LEN(EDDSA_MAX_KEY_LEN)]

y-coordinate