Home
last modified time | relevance | path

Searched refs:hash_fn_512 (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/ethash/lib/ethash/
H A Dethash-internal.hpp58 using hash_fn_512 = hash512 (*)(const uint8_t* data, size_t size); typedef
62 hash_fn_512 hash_fn, hash512 cache[], int num_items, const hash256& seed) noexcept;
H A Dethash.cpp102 hash_fn_512 hash_fn, hash512 cache[], int num_items, const hash256& seed) noexcept in build_light_cache()