![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <bench/bench.h>#include <crypto/muhash.h>#include <crypto/ripemd160.h>#include <crypto/sha1.h>#include <crypto/sha256.h>#include <crypto/sha3.h>#include <crypto/sha512.h>#include <crypto/siphash.h>#include <random.h>#include <span.h>#include <tinyformat.h>#include <uint256.h>#include <cstdint>#include <vector>Go to the source code of this file.
Variables | |
| static const uint64_t | BUFFER_SIZE = 1000*1000 |
| BENCHMARK | ( | BenchRIPEMD160 | ) |
| BENCHMARK | ( | MuHash | ) |
| BENCHMARK | ( | MuHashDiv | ) |
| BENCHMARK | ( | MuHashFinalize | ) |
| BENCHMARK | ( | MuHashMul | ) |
| BENCHMARK | ( | MuHashPrecompute | ) |
| BENCHMARK | ( | SHA1 | ) |
| BENCHMARK | ( | SHA256_32b_AVX2 | ) |
| BENCHMARK | ( | SHA256_32b_SHANI | ) |
| BENCHMARK | ( | SHA256_32b_SSE4 | ) |
| BENCHMARK | ( | SHA256_32b_STANDARD | ) |
| BENCHMARK | ( | SHA256_AVX2 | ) |
| BENCHMARK | ( | SHA256_SHANI | ) |
| BENCHMARK | ( | SHA256_SSE4 | ) |
| BENCHMARK | ( | SHA256_STANDARD | ) |
| BENCHMARK | ( | SHA256D64_1024_AVX2 | ) |
| BENCHMARK | ( | SHA256D64_1024_SHANI | ) |
| BENCHMARK | ( | SHA256D64_1024_SSE4 | ) |
| BENCHMARK | ( | SHA256D64_1024_STANDARD | ) |
| BENCHMARK | ( | SHA3_256_1M | ) |
| BENCHMARK | ( | SHA512 | ) |
| BENCHMARK | ( | SipHash_32b | ) |
|
static |
Definition at line 25 of file crypto_hash.cpp.
|
static |
Definition at line 206 of file crypto_hash.cpp.
|
static |
Definition at line 228 of file crypto_hash.cpp.
|
static |
Definition at line 250 of file crypto_hash.cpp.
|
static |
Definition at line 217 of file crypto_hash.cpp.
|
static |
Definition at line 239 of file crypto_hash.cpp.
|
static |
Definition at line 34 of file crypto_hash.cpp.
|
static |
Definition at line 120 of file crypto_hash.cpp.
|
static |
Definition at line 132 of file crypto_hash.cpp.
|
static |
Definition at line 108 of file crypto_hash.cpp.
|
static |
Definition at line 96 of file crypto_hash.cpp.
|
static |
Definition at line 65 of file crypto_hash.cpp.
|
static |
Definition at line 76 of file crypto_hash.cpp.
|
static |
Definition at line 54 of file crypto_hash.cpp.
|
static |
Definition at line 43 of file crypto_hash.cpp.
|
static |
Definition at line 164 of file crypto_hash.cpp.
|
static |
Definition at line 174 of file crypto_hash.cpp.
|
static |
Definition at line 154 of file crypto_hash.cpp.
|
static |
Definition at line 144 of file crypto_hash.cpp.
|
static |
Definition at line 87 of file crypto_hash.cpp.
|
static |
Definition at line 184 of file crypto_hash.cpp.
|
static |
Definition at line 193 of file crypto_hash.cpp.
|
static |
Definition at line 23 of file crypto_hash.cpp.