|
Monero
|
Macros | |
| #define | SHR(x, c) |
| #define | ROTR(x, c) |
| #define | Ch(x, y, z) |
| #define | Maj(x, y, z) |
| #define | Sigma0(x) |
| #define | Sigma1(x) |
| #define | sigma0(x) |
| #define | sigma1(x) |
| #define | M(w0, w14, w9, w1) |
| #define | EXPAND |
| #define | F(w, k) |
Typedefs | |
| typedef unsigned long long | uint64 |
Functions | |
| static uint64 | load_bigendian (const unsigned char *x) |
| static void | store_bigendian (unsigned char *x, uint64 u) |
| int | crypto_hashblocks (unsigned char *statebytes, const unsigned char *in, unsigned long long inlen) |
| #define Ch | ( | x, | |
| y, | |||
| z ) |
| #define EXPAND |
| #define F | ( | w, | |
| k ) |
| #define Maj | ( | x, | |
| y, | |||
| z ) |
| #define ROTR | ( | x, | |
| c ) |
| #define SHR | ( | x, | |
| c ) |
| #define Sigma0 | ( | x | ) |
| #define sigma0 | ( | x | ) |
| typedef unsigned long long uint64 |
| int crypto_hashblocks | ( | unsigned char * | statebytes, |
| const unsigned char * | in, | ||
| unsigned long long | inlen ) |
|
static |