Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_AES.h File Reference
#include <nrf_soc.h>
#include <structs/cs_PacketsInternal.h>
Include dependency graph for cs_AES.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AES
 Class that implements AES encryption. More...
 

Macros

#define AES_BLOCK_SIZE   16
 AES block size. More...
 

Macro Definition Documentation

◆ AES_BLOCK_SIZE

#define AES_BLOCK_SIZE   16

AES block size.

16 byte size, just like SOC_ECB_CLEARTEXT_LENGTH and SOC_ECB_CIPHERTEXT_LENGTH.