Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
crypto_hash.cpp
Go to the documentation of this file.
static void HASH_DSHA256_1024b_single(benchmark::State &state)
Definition: crypto_hash.cpp:150
static void HASH_X11_0032b_single(benchmark::State &state)
Definition: crypto_hash.cpp:172
static void HASH_DSHA256_0032b_single(benchmark::State &state)
Definition: crypto_hash.cpp:122
static void HASH_DSHA256_0032b(benchmark::State &state)
Definition: crypto_hash.cpp:64
static void HASH_X11_0080b_single(benchmark::State &state)
Definition: crypto_hash.cpp:180
static void HASH_SipHash_0032b(benchmark::State &state)
Definition: crypto_hash.cpp:90
static void HASH_DSHA256_2048b_single(benchmark::State &state)
Definition: crypto_hash.cpp:157
BENCHMARK(HASH_RIPEMD160)
static void HASH_DSHA256_0128b_single(benchmark::State &state)
Definition: crypto_hash.cpp:136
static void HASH_X11_0512b_single(benchmark::State &state)
Definition: crypto_hash.cpp:196
static void HASH_DSHA256_0512b_single(benchmark::State &state)
Definition: crypto_hash.cpp:143
static void HASH_SHA256_0032b(benchmark::State &state)
Definition: crypto_hash.cpp:46
static void HASH_SHA256D64_1024(benchmark::State &state)
Definition: crypto_hash.cpp:74
CRIPEMD160 & Write(const unsigned char *data, size_t len)
Definition: ripemd160.cpp:247
static void HASH_DSHA256_0080b_single(benchmark::State &state)
Definition: crypto_hash.cpp:129
uint64_t SipHashUint256(uint64_t k0, uint64_t k1, const uint256 &val)
Optimized SipHash-2-4 implementation for uint256.
Definition: hash.cpp:168
static void HASH_X11_2048b_single(benchmark::State &state)
Definition: crypto_hash.cpp:212
static void HASH_X11_1024b_single(benchmark::State &state)
Definition: crypto_hash.cpp:204
static void FastRandom_32bit(benchmark::State &state)
Definition: crypto_hash.cpp:100
Definition: bench.h:50
void SHA256D64(unsigned char *out, const unsigned char *in, size_t blocks)
Compute multiple double-SHA256's of 64-byte blobs.
Definition: sha256.cpp:698
static void HASH_X11_0128b_single(benchmark::State &state)
Definition: crypto_hash.cpp:188