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

Name

Description

hash

The value to hash.

Created with MrDocs