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