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