Hashes a uint256 with a per-instance random salt.
Declared in <util/hasher.h>
class SaltedUint256Hasher;
| Name | Description |
|---|---|
SaltedUint256Hasher [constructor] | Construct the hasher with a fresh random salt. |
operator() | Compute the salted hash of a uint256 value. |