Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_RC5.h File Reference
Include dependency graph for cs_RC5.h:

Go to the source code of this file.

Classes

class  RC5
 Class that implements RC5 encryption. More...
 

Macros

#define RC5_ROUNDS   12
 
#define RC5_NUM_SUBKEYS   (2 * (RC5_ROUNDS + 1))
 
#define RC5_KEYLEN   16
 
#define RC5_BLOCK_SIZE   4
 

Macro Definition Documentation

◆ RC5_BLOCK_SIZE

#define RC5_BLOCK_SIZE   4

◆ RC5_KEYLEN

#define RC5_KEYLEN   16

◆ RC5_NUM_SUBKEYS

#define RC5_NUM_SUBKEYS   (2 * (RC5_ROUNDS + 1))

◆ RC5_ROUNDS

#define RC5_ROUNDS   12