nrfxlib API 3.3.99
Loading...
Searching...
No Matches

Declaration of AES key sizes. More...

Files

file  ocrypto_aes_key.h
 Declaration of AES key sizes.
 

Macros

#define ocrypto_aes128_KEY_BYTES   ((size_t) 16)
 
#define ocrypto_aes192_KEY_BYTES   ((size_t) 24)
 
#define ocrypto_aes256_KEY_BYTES   ((size_t) 32)
 

Detailed Description

Declaration of AES key sizes.

AES key sizes in bytes.

The Advanced Encryption Standard (AES) is a block cipher with a block size of 128 bits. It supports key lengths of 128, 192 and 256 bits.

See also
FIPS - Advanced Encryption Standard (AES)