#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 <tinyformat.h>
#include <uint256.h>
#include <cstdint>
#include <span>
#include <string>
#include <vector>
Go to the source code of this file.
◆ BENCHMARK() [1/25]
◆ BENCHMARK() [2/25]
◆ BENCHMARK() [3/25]
◆ BENCHMARK() [4/25]
◆ BENCHMARK() [5/25]
◆ BENCHMARK() [6/25]
◆ BENCHMARK() [7/25]
◆ BENCHMARK() [8/25]
◆ BENCHMARK() [9/25]
◆ BENCHMARK() [10/25]
◆ BENCHMARK() [11/25]
◆ BENCHMARK() [12/25]
◆ BENCHMARK() [13/25]
◆ BENCHMARK() [14/25]
◆ BENCHMARK() [15/25]
◆ BENCHMARK() [16/25]
◆ BENCHMARK() [17/25]
◆ BENCHMARK() [18/25]
◆ BENCHMARK() [19/25]
◆ BENCHMARK() [20/25]
◆ BENCHMARK() [21/25]
◆ BENCHMARK() [22/25]
◆ BENCHMARK() [23/25]
◆ BENCHMARK() [24/25]
◆ BENCHMARK() [25/25]
◆ 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()
◆ SipHash13UJ_32b()
◆ SipHash13UJ_36b()
◆ SipHash24_32b()
◆ SipHash24_36b()
◆ BUFFER_SIZE
| const uint64_t BUFFER_SIZE = 1000*1000 |
|
static |