libxcks
0.1.0.1
|
Compute Tiger hash. More...
Go to the source code of this file.
Macros | |
#define | X(a) do { *(uint64_t*)p = a ; p += 8; } while(0) |
Helper function for Tiger's computing. More... | |
Compute Tiger hash.
Definition in file tiger.cpp.
#define X | ( | a | ) | do { *(uint64_t*)p = a ; p += 8; } while(0) |
Helper function for Tiger's computing.