[#BlockHasher] = BlockHasher :mrdocs: Hashes a block hash by reading its low 64 bits directly, with no salt. == Synopsis Declared in `<util/hasher.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BlockHasher; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BlockHasher/operator_call.adoc[`operator()`] | Compute the hash of a block hash from its first 8 bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#