pub fn hash_string(hash: u64) -> StringExpand description
The single place a note’s content hash is turned into its wire/reconcile
string. Both the pushed WireDoc::hash and the reconcile
local hash set MUST go through this — string equality in
reconcile::diff only holds if the two are byte-identical.