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

Synopsis

Declared in <coins.h>

SaltedCoinsCacheHasher(bool deterministic = false);

Parameters

Name

Description

deterministic

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

Created with MrDocs