Bitcoin
|
Functions | |
static void | CHACHA20 (benchmark::State &state, size_t buffersize) |
static void | CHACHA20_64BYTES (benchmark::State &state) |
static void | CHACHA20_256BYTES (benchmark::State &state) |
static void | CHACHA20_1MB (benchmark::State &state) |
BENCHMARK (CHACHA20_64BYTES, 500000) | |
BENCHMARK (CHACHA20_256BYTES, 250000) | |
BENCHMARK (CHACHA20_1MB, 340) | |
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_64BYTES | , |
500000 | |||
) |
BENCHMARK | ( | CHACHA20_256BYTES | , |
250000 | |||
) |
BENCHMARK | ( | CHACHA20_1MB | , |
340 | |||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |