|
XRootD
|
#include "XrdOuc/XrdOucSHA3.hh"
Include dependency graph for XrdOucSHA3.cc:Go to the source code of this file.
Macros | |
| #define | KECCAKF_ROUNDS 24 |
| #define | ROTL64(x, y) (((x) << (y)) | ((x) >> (64 - (y)))) |
| #define KECCAKF_ROUNDS 24 |
Definition at line 41 of file XrdOucSHA3.cc.
| #define ROTL64 | ( | x, | |
| y | |||
| ) | (((x) << (y)) | ((x) >> (64 - (y)))) |
Definition at line 45 of file XrdOucSHA3.cc.