[#SaltedCoinsCacheHasher-2constructor] = xref:SaltedCoinsCacheHasher.adoc[SaltedCoinsCacheHasher]::SaltedCoinsCacheHasher :relfileprefix: ../ :mrdocs: Construct the hasher, seeding it with a random or fixed salt. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SaltedCoinsCacheHasher(bool deterministic = false); ---- == Parameters [cols="1,4"] |=== | Name| Description | *deterministic* | When true, use a fixed salt so hashing is reproducible (for testing). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#