hash_string_to_word

Function hash_string_to_word 

Source
pub fn hash_string_to_word<'a>(value: impl Into<&'a str>) -> Word
Expand description

Hashes the provided string using the BLAKE3 hash function and converts the resulting digest into a Word.