Go to the source code of this file.
◆ COLS512
◆ EXT_BYTE
| #define EXT_BYTE |
( |
| var, |
|
|
| n ) |
◆ HASH_BIT_LEN
◆ LENGTHFIELDLEN
| #define LENGTHFIELDLEN ROWS |
◆ li_32
◆ ROTL32
Value:((((v)<<(n))|((v)>>(32-(n))))&
li_32(ffffffff))
Definition at line 54 of file groestl.h.
◆ ROUNDS512
◆ ROWS
◆ SIZE512
◆ u32BIG
Value:
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition at line 59 of file groestl.h.
59#define u32BIG(a) \
60 ((ROTL32(a,8) & li_32(00FF00FF)) | \
61 (ROTL32(a,24) & li_32(FF00FF00)))
◆ BitSequence
◆ DataLength
◆ groestl()