Function sha384
pub fn sha384(data: &[u8]) -> [u8; 48]Available on (crate features
rustls or boring or acme) and crate feature boring only.Expand description
Computes the SHA384 hash of some data.