Hashes a uint256 with a per‐instance random salt.

Synopsis

Declared in <util/hasher.h>

class SaltedUint256Hasher;

Member Functions

Name

Description

SaltedUint256Hasher [constructor]

Construct the hasher with a fresh random salt.

operator()

Compute the salted hash of a uint256 value.

Created with MrDocs