SaltedUint256Hasher

Hashes a uint256 with a per-instance random salt.

Synopsis

Declared in <util/hasher.h>

class SaltedUint256Hasher;

Member Functions

NameDescription
SaltedUint256Hasher [constructor]Construct the hasher with a fresh random salt.
operator() Compute the salted hash of a uint256 value.