pub fn hash_string_to_word<'a>(value: impl Into<&'a str>) -> Word
Hashes the provided string using the BLAKE3 hash function and converts the resulting digest into a Word.
Word