SaltedUint256Hasher::operator()

Compute the salted hash of a uint256 value.

Synopsis

Declared in <util/hasher.h>

size_t
operator()(uint256 const& hash) const;

Return Value

The salted SipHash of the value.

Parameters

NameDescription
hashThe value to hash.