Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static void | CHACHA20 (benchmark::Bench &bench, size_t buffersize) |
static void | CHACHA20_64BYTES (benchmark::Bench &bench) |
static void | CHACHA20_256BYTES (benchmark::Bench &bench) |
static void | CHACHA20_1MB (benchmark::Bench &bench) |
BENCHMARK (CHACHA20_64BYTES) | |
BENCHMARK (CHACHA20_256BYTES) | |
BENCHMARK (CHACHA20_1MB) | |
Variables | |
static const uint64_t | BUFFER_SIZE_TINY = 64 |
static const uint64_t | BUFFER_SIZE_SMALL = 256 |
static const uint64_t | BUFFER_SIZE_LARGE = 1024 * 1024 |
BENCHMARK | ( | CHACHA20_1MB | ) |
BENCHMARK | ( | CHACHA20_256BYTES | ) |
BENCHMARK | ( | CHACHA20_64BYTES | ) |
|
static |
Definition at line 16 of file chacha20.cpp.
|
static |
|
static |
|
static |
|
static |
Definition at line 14 of file chacha20.cpp.
|
static |
Definition at line 13 of file chacha20.cpp.
|
static |
Definition at line 12 of file chacha20.cpp.