pub fn sha256_hex(bytes: &[u8]) -> String
The lowercase hex SHA-256 of bytes — the court-standard content address for a recovered BLOB, computed with the audited RustCrypto sha2 implementation.
bytes
RustCrypto
sha2