![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <crypto/common.h>#include <crypto/chacha20.h>#include <support/cleanse.h>#include <algorithm>#include <bit>#include <cassert>Go to the source code of this file.
Macros | |
| #define | QUARTERROUND(a, b, c, d) |
| #define | REPEAT10(a) do { {a}; {a}; {a}; {a}; {a}; {a}; {a}; {a}; {a}; {a}; } while(0) |