![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| static void | POLY1305 (benchmark::Bench &bench, size_t buffersize) |
| static void | POLY1305_64BYTES (benchmark::Bench &bench) |
| static void | POLY1305_256BYTES (benchmark::Bench &bench) |
| static void | POLY1305_1MB (benchmark::Bench &bench) |
| BENCHMARK (POLY1305_64BYTES, benchmark::PriorityLevel::HIGH) | |
| BENCHMARK (POLY1305_256BYTES, benchmark::PriorityLevel::HIGH) | |
| BENCHMARK (POLY1305_1MB, benchmark::PriorityLevel::HIGH) | |
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 | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
| BENCHMARK | ( | POLY1305_256BYTES | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
| BENCHMARK | ( | POLY1305_1MB | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
|
static |
Definition at line 16 of file poly1305.cpp.
|
static |
|
static |
|
static |
|
static |
Definition at line 14 of file poly1305.cpp.
|
static |
Definition at line 13 of file poly1305.cpp.
|
static |
Definition at line 12 of file poly1305.cpp.
1.8.14