MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches

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

Macros

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

Detailed Description

Defines size of public key and signature in bytes.

Macro Definition Documentation

◆ MCUXCLELS_ECC_PUBLICKEY_SIZE

#define 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.