![]() |
Bitcoin Core 28.0.0
P2P Digital Currency
|
#include <crypto/common.h>#include <crypto/chacha20.h>#include <support/cleanse.h>#include <span.h>#include <algorithm>#include <bit>#include <string.h>Go to the source code of this file.
Macros | |
| #define | QUARTERROUND(a, b, c, d) |
| #define | REPEAT10(a) |
| #define QUARTERROUND | ( | a, | |
| b, | |||
| c, | |||
| d ) |
Definition at line 17 of file chacha20.cpp.
| #define REPEAT10 | ( | a | ) |
Definition at line 23 of file chacha20.cpp.