pub fn hash_bytes(data: &[u8]) -> Hash
Compute the BLAKE3 hash of a byte slice.
This is the primary hashing function used by the store. It uses the default BLAKE3 settings (no key, no context).