Skip to main content

hash_string

Function hash_string 

Source
pub fn hash_string(hash: u64) -> String
Expand 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.