MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLELS_HASH_OUTPUT_SIZE_

Defines the output sizes of the supported hash algorithms (do not use for allocation) More...

Macros

#define MCUXCLELS_HASH_OUTPUT_SIZE_SHA_224
 SHA-224 output size: 224 bit (28 bytes) More...
 
#define MCUXCLELS_HASH_OUTPUT_SIZE_SHA_256
 SHA-256 output size: 256 bit (32 bytes) More...
 
#define MCUXCLELS_HASH_OUTPUT_SIZE_SHA_384
 SHA-384 output size: 384 bit (48 bytes) More...
 
#define MCUXCLELS_HASH_OUTPUT_SIZE_SHA_512
 SHA-512 output size: 512 bit (64 bytes) More...
 

Detailed Description

Defines the output sizes of the supported hash algorithms (do not use for allocation)

Macro Definition Documentation

◆ MCUXCLELS_HASH_OUTPUT_SIZE_SHA_224

#define MCUXCLELS_HASH_OUTPUT_SIZE_SHA_224

SHA-224 output size: 224 bit (28 bytes)

Examples
mcuxClEls_Hash_Sha224_One_Block_example.c.

◆ MCUXCLELS_HASH_OUTPUT_SIZE_SHA_256

#define MCUXCLELS_HASH_OUTPUT_SIZE_SHA_256

SHA-256 output size: 256 bit (32 bytes)

Examples
mcuxClEls_Ecc_Keygen_Sign_Verify_example.c, and mcuxClEls_Hash_Sha256_One_Block_example.c.

◆ MCUXCLELS_HASH_OUTPUT_SIZE_SHA_384

#define MCUXCLELS_HASH_OUTPUT_SIZE_SHA_384

SHA-384 output size: 384 bit (48 bytes)

Examples
mcuxClEls_Hash_Sha384_One_Block_example.c.

◆ MCUXCLELS_HASH_OUTPUT_SIZE_SHA_512

#define MCUXCLELS_HASH_OUTPUT_SIZE_SHA_512

SHA-512 output size: 512 bit (64 bytes)

Examples
mcuxClEls_Hash_Sha512_One_Block_example.c.