YAARX: Yet Another ARX Toolkit
0.1
|
Header file for rc5-ref.cc: Analysis of block cipher RC5 . . More...
Go to the source code of this file.
Macros | |
#define | RC5_ROT_MASK (WORD_SIZE - 1) |
#define | RC5_ROTL(x, y) (((x)<<(y & (WORD_SIZE-1))) | ((x)>>(WORD_SIZE - (y & (WORD_SIZE-1))))) |
#define | RC5_ROTR(x, y) (((x)>>(y & (WORD_SIZE-1))) | ((x)<<(WORD_SIZE - (y & (WORD_SIZE-1))))) |
Header file for rc5-ref.cc: Analysis of block cipher RC5 . .