![]() |
Bitcoin Core
21.99.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 <hash.h>
#include <random.h>
#include <uint256.h>
Go to the source code of this file.
Variables | |
static const uint64_t | BUFFER_SIZE = 1000*1000 |
BENCHMARK | ( | RIPEMD160 | ) |
BENCHMARK | ( | SHA1 | ) |
BENCHMARK | ( | SHA256 | ) |
BENCHMARK | ( | SHA512 | ) |
BENCHMARK | ( | SHA3_256_1M | ) |
BENCHMARK | ( | SHA256_32b | ) |
BENCHMARK | ( | SipHash_32b | ) |
BENCHMARK | ( | SHA256D64_1024 | ) |
BENCHMARK | ( | FastRandom_32bit | ) |
BENCHMARK | ( | FastRandom_1bit | ) |
BENCHMARK | ( | MuHash | ) |
BENCHMARK | ( | MuHashMul | ) |
BENCHMARK | ( | MuHashDiv | ) |
BENCHMARK | ( | MuHashPrecompute | ) |
|
static |
Definition at line 101 of file crypto_hash.cpp.
|
static |
Definition at line 93 of file crypto_hash.cpp.
|
static |
Definition at line 109 of file crypto_hash.cpp.
|
static |
Definition at line 131 of file crypto_hash.cpp.
|
static |
Definition at line 120 of file crypto_hash.cpp.
|
static |
|
static |
Definition at line 21 of file crypto_hash.cpp.
|
static |
Definition at line 30 of file crypto_hash.cpp.
|
static |
Definition at line 39 of file crypto_hash.cpp.
|
static |
Definition at line 57 of file crypto_hash.cpp.
|
static |
Definition at line 67 of file crypto_hash.cpp.
|
static |
Definition at line 48 of file crypto_hash.cpp.
|
static |
Definition at line 75 of file crypto_hash.cpp.
|
static |
Definition at line 84 of file crypto_hash.cpp.
|
static |
Definition at line 19 of file crypto_hash.cpp.