pub fn representation_independent_hash(map: &[(String, Value)]) -> Sha256Digest
Expand description
A partial implementation of Representation Independent Hash
that only supports
UTF-8 strings or numbers as values.
pub fn representation_independent_hash(map: &[(String, Value)]) -> Sha256Digest
A partial implementation of Representation Independent Hash
that only supports
UTF-8 strings or numbers as values.