pub fn sha256_digest(data: &[u8]) -> Vec<u8> ⓘ
Compute a SHA-256 digest over data. Returns the digest bytes.
data