Function digest
pub fn digest(algorithm: &'static Algorithm, data: &[u8]) -> DigestAvailable on crate features
crypto and ring and std only.Expand description
Returns the digest of data using the given digest algorithm.