Function hash
pub fn hash(t: MessageDigest, data: &[u8]) -> Result<DigestBytes, ErrorStack>Available on (crate features
rustls or boring or acme) and crate feature boring only.Expand description
Computes the hash of the data with the non-XOF hasher t.