MCUX CLNS
MCUX Crypto Library Normal Secure

Defines size of public key and signature in bytes. More...

Macros

#define MCUXCLELS_ECC_PUBLICKEY_SIZE
 Size of the public key. More...
 
#define MCUXCLELS_ECC_SIGNATURE_SIZE
 Size of the signature. More...
 
#define MCUXCLELS_ECC_SIGNATURE_R_SIZE
 Size of the signature part r. More...
 

Detailed Description

Defines size of public key and signature in bytes.

Macro Definition Documentation

◆ MCUXCLELS_ECC_PUBLICKEY_SIZE

◆ MCUXCLELS_ECC_SIGNATURE_SIZE

#define MCUXCLELS_ECC_SIGNATURE_SIZE

Size of the signature.

Examples
mcuxClEls_Ecc_Keygen_Sign_Verify_example.c.

◆ MCUXCLELS_ECC_SIGNATURE_R_SIZE

#define MCUXCLELS_ECC_SIGNATURE_R_SIZE

Size of the signature part r.

Examples
mcuxClEls_Ecc_Keygen_Sign_Verify_example.c.