pub fn hash_bytes(algo: HashAlgorithm, data: &[u8]) -> StringExpand description
Compute hash of a byte slice directly (zero-copy fast path).
pub fn hash_bytes(algo: HashAlgorithm, data: &[u8]) -> StringCompute hash of a byte slice directly (zero-copy fast path).