![]() |
Bitcoin ABC
0.22.12
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static void | POLY1305 (benchmark::State &state, size_t buffersize) |
static void | POLY1305_64BYTES (benchmark::State &state) |
static void | POLY1305_256BYTES (benchmark::State &state) |
static void | POLY1305_1MB (benchmark::State &state) |
BENCHMARK (POLY1305_64BYTES, 500000) | |
BENCHMARK (POLY1305_256BYTES, 250000) | |
BENCHMARK (POLY1305_1MB, 340) | |
Variables | |
static constexpr uint64_t | BUFFER_SIZE_TINY = 64 |
static constexpr uint64_t | BUFFER_SIZE_SMALL = 256 |
static constexpr uint64_t | BUFFER_SIZE_LARGE = 1024 * 1024 |
BENCHMARK | ( | POLY1305_64BYTES | , |
500000 | |||
) |
BENCHMARK | ( | POLY1305_256BYTES | , |
250000 | |||
) |
BENCHMARK | ( | POLY1305_1MB | , |
340 | |||
) |
|
static |
Definition at line 15 of file poly1305.cpp.
|
static |
|
static |
Definition at line 28 of file poly1305.cpp.
|
static |
Definition at line 24 of file poly1305.cpp.
|
static |
Definition at line 13 of file poly1305.cpp.
|
static |
Definition at line 12 of file poly1305.cpp.
|
static |
Definition at line 11 of file poly1305.cpp.