YAARX: Yet Another ARX Toolkit  0.1
 All Data Structures Files Functions Variables Macros Pages
rc5-ref.hh File Reference

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)))))
 

Detailed Description

Header file for rc5-ref.cc: Analysis of block cipher RC5 . .

Author
V.Velichkov, vesse.nosp@m.lin..nosp@m.velic.nosp@m.hkov.nosp@m.@uni..nosp@m.lu
Date
2012-2014