UtilsLite
Utilities for C++ programming
Loading...
Searching...
No Matches
Namespaces
|
Macros
Utils_SHA3.cc File Reference
#include "
Utils_SHA3.hh
"
#include <algorithm>
#include <cstring>
Namespaces
namespace
Utils
Macros
#define
ROT_L
(X, Y)
#define
ROUNDS
24
Macro Definition Documentation
◆
ROT_L
#define ROT_L
(
X
,
Y
)
Value:
(( (X) << (Y) ) | ( (X) >> (64 - (Y)) ))
◆
ROUNDS
#define ROUNDS 24
src
Utils_SHA3.cc
Generated by
1.13.2