![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
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.
|
static |
|
static |
Definition at line 210 of file hash_impl.h.
|
static |
Definition at line 178 of file hash_impl.h.
|
static |
Definition at line 206 of file hash_impl.h.
|
static |
|
static |
Definition at line 283 of file hash_impl.h.
|
static |
|
static |
|
static |
|
static |
Definition at line 145 of file hash_impl.h.
|
static |
|
static |
Definition at line 163 of file hash_impl.h.
|
static |
Perform one SHA-256 transformation, processing 16 big endian 32-bit words.
Definition at line 44 of file hash_impl.h.
|
static |
Definition at line 126 of file hash_impl.h.