Skip to main content

sha256_hex

Function sha256_hex 

Source
pub fn sha256_hex(bytes: &[u8]) -> String
Expand description

The lowercase hex SHA-256 of bytes — the court-standard content address for a recovered BLOB, computed with the audited RustCrypto sha2 implementation.