Skip to main content

hash_bytes

Function hash_bytes 

Source
pub fn hash_bytes(data: &[u8]) -> Hash
Expand description

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).