SaltedCoinsCacheHasher::SaltedCoinsCacheHasher

Construct the hasher, seeding it with a random or fixed salt.

Synopsis

Declared in <coins.h>

SaltedCoinsCacheHasher(bool deterministic = false);

Parameters

NameDescription
deterministicWhen true, use a fixed salt so hashing is reproducible (for testing).