MCUX CLNS
MCUX Crypto Library Normal Secure

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

Macros

#define MCUXCLCSS_ECC_PUBLICKEY_SIZE
 Size of the public key. More...
 
#define MCUXCLCSS_ECC_SIGNATURE_SIZE
 Size of the signature. More...
 
#define MCUXCLCSS_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

◆ MCUXCLCSS_ECC_PUBLICKEY_SIZE

#define MCUXCLCSS_ECC_PUBLICKEY_SIZE

Size of the public key.

Examples
ecc_keygen_sign_verify.c, and tls_master_key_session_keys.c.

◆ MCUXCLCSS_ECC_SIGNATURE_SIZE

#define MCUXCLCSS_ECC_SIGNATURE_SIZE

Size of the signature.

Examples
ecc_keygen_sign_verify.c.

◆ MCUXCLCSS_ECC_SIGNATURE_R_SIZE

#define MCUXCLCSS_ECC_SIGNATURE_R_SIZE

Size of the signature part r.

Examples
ecc_keygen_sign_verify.c.