pub fn sha256_hex(data: &[u8]) -> String
Computes the SHA-256 digest of data and returns lowercase hex.
data