#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.
◆ BENCHMARK() [1/22]
◆ BENCHMARK() [2/22]
◆ BENCHMARK() [3/22]
◆ BENCHMARK() [4/22]
◆ BENCHMARK() [5/22]
◆ BENCHMARK() [6/22]
◆ BENCHMARK() [7/22]
◆ BENCHMARK() [8/22]
◆ BENCHMARK() [9/22]
◆ BENCHMARK() [10/22]
◆ BENCHMARK() [11/22]
◆ BENCHMARK() [12/22]
◆ BENCHMARK() [13/22]
◆ BENCHMARK() [14/22]
◆ BENCHMARK() [15/22]
◆ BENCHMARK() [16/22]
◆ BENCHMARK() [17/22]
◆ BENCHMARK() [18/22]
◆ BENCHMARK() [19/22]
◆ BENCHMARK() [20/22]
◆ BENCHMARK() [21/22]
◆ BENCHMARK() [22/22]
◆ BenchRIPEMD160()
◆ MuHash()
◆ MuHashDiv()
◆ MuHashFinalize()
◆ MuHashMul()
◆ MuHashPrecompute()
◆ SHA1()
◆ SHA256_32b_AVX2()
◆ SHA256_32b_SHANI()
◆ SHA256_32b_SSE4()
◆ SHA256_32b_STANDARD()
◆ SHA256_AVX2()
◆ SHA256_SHANI()
◆ SHA256_SSE4()
◆ SHA256_STANDARD()
◆ SHA256D64_1024_AVX2()
◆ SHA256D64_1024_SHANI()
◆ SHA256D64_1024_SSE4()
◆ SHA256D64_1024_STANDARD()
◆ SHA3_256_1M()
◆ SHA512()
◆ SipHash_32b()
◆ BUFFER_SIZE
| const uint64_t BUFFER_SIZE = 1000*1000 |
|
static |