pub fn unique_hash_many(
inputs: impl IntoIterator<Item = impl AsRef<[u8]>>,
) -> StringExpand description
A non-cryptographic hash function for creating unique identifiers.
See unique_hash for more details.
pub fn unique_hash_many(
inputs: impl IntoIterator<Item = impl AsRef<[u8]>>,
) -> StringA non-cryptographic hash function for creating unique identifiers.
See unique_hash for more details.