ElsEddsaArgs Struct Reference

ELS EdDSA primitive arguments. More...

#include <mcxn547_crypto_pkc.h>

Data Fields

uint32_t privKeyDesc [MCUXCLKEY_DESCRIPTOR_SIZE_IN_WORDS]
 
uint8_t privKeyData [MCUXCLECC_EDDSA_ED25519_SIZE_PRIVATEKEYDATA]
 
uint32_t pubKeyDesc [MCUXCLKEY_DESCRIPTOR_SIZE_IN_WORDS]
 
uint8_t pubKeyData [MCUXCLECC_EDDSA_ED25519_SIZE_PUBLICKEY]
 
uint32_t keyPairDesc [MCUXCLECC_EDDSA_GENERATEKEYPAIR_DESCRIPTOR_SIZE_IN_WORDS]
 
uint32_t protocolDesc [MCUXCLECC_EDDSA_ED25519_SIGNATURE_PROTOCOL_DESCRIPTOR_SIZE_IN_WORD(256)]
 
uint8_t signature [MCUXCLECC_EDDSA_ED25519_SIZE_SIGNATURE]
 

Detailed Description

ELS EdDSA primitive arguments.

Definition at line 121 of file mcxn547_crypto_pkc.h.

Field Documentation

◆ keyPairDesc

uint32_t keyPairDesc

Definition at line 127 of file mcxn547_crypto_pkc.h.

◆ privKeyData

uint8_t privKeyData

Definition at line 124 of file mcxn547_crypto_pkc.h.

◆ privKeyDesc

uint32_t privKeyDesc

Definition at line 123 of file mcxn547_crypto_pkc.h.

◆ protocolDesc

uint32_t protocolDesc

Definition at line 128 of file mcxn547_crypto_pkc.h.

◆ pubKeyData

uint8_t pubKeyData

Definition at line 126 of file mcxn547_crypto_pkc.h.

◆ pubKeyDesc

uint32_t pubKeyDesc

Definition at line 125 of file mcxn547_crypto_pkc.h.

◆ signature

uint8_t signature

Definition at line 129 of file mcxn547_crypto_pkc.h.


The documentation for this struct was generated from the following files: