Hashes a uint256 with a per‐instance random salt.
Synopsis
Declared in <util/hasher.h>
class SaltedUint256Hasher;
Member Functions
Name |
Description |
|
Construct the hasher with a fresh random salt. |
Compute the salted hash of a uint256 value. |
Created with MrDocs