PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | nrRounds 24 |
#define | nrLanes 25 |
#define | index(x, y) (((x)%5)+5*((y)%5)) |
#define | ROL64(a, offset) ((offset != 0) ? ((((UINT64)a) << offset) ^ (((UINT64)a) >> (64-offset))) : a) |
Typedefs | |
typedef unsigned char | UINT8 |
typedef unsigned long long int | UINT64 |