|
Electroneum
|


Go to the source code of this file.
Macros | |
| #define | Ch(x, y, z) |
| #define | Maj(x, y, z) |
| #define | Sigma0(x) |
| #define | Sigma1(x) |
| #define | sigma0(x) |
| #define | sigma1(x) |
| #define | Round(a, b, c, d, e, f, g, h, k, w) |
| #define Ch | ( | x, | |
| y, | |||
| z ) |
Definition at line 17 of file hash_impl.h.
| #define Maj | ( | x, | |
| y, | |||
| z ) |
Definition at line 18 of file hash_impl.h.
| #define Round | ( | a, | |
| b, | |||
| c, | |||
| d, | |||
| e, | |||
| f, | |||
| g, | |||
| h, | |||
| k, | |||
| w ) |
Definition at line 24 of file hash_impl.h.
| #define Sigma0 | ( | x | ) |
Definition at line 19 of file hash_impl.h.
| #define sigma0 | ( | x | ) |
Definition at line 21 of file hash_impl.h.
| #define Sigma1 | ( | x | ) |
Definition at line 20 of file hash_impl.h.
| #define sigma1 | ( | x | ) |
Definition at line 22 of file hash_impl.h.