Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | F(x, y, z) (x ^ y ^ z) |
#define | G(x, y, z) (z ^ (x & (y^z))) |
#define | H(x, y, z) (z ^ (x | ~y)) |
#define | I(x, y, z) (y ^ (z & (x^y))) |
#define | J(x, y, z) (x ^ (y | ~z)) |
#define | k0 0 |
#define | k1 0x5a827999UL |
#define | k2 0x6ed9eba1UL |
#define | k3 0x8f1bbcdcUL |
#define | k4 0xa953fd4eUL |
#define | k5 0x50a28be6UL |
#define | k6 0x5c4dd124UL |
#define | k7 0x6d703ef3UL |
#define | k8 0x7a6d76e9UL |
#define | k9 0 |
#define | Subround(f, a, b, c, d, e, x, s, k) |