Skip to main content

hex_encode

Function hex_encode 

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

Lower-case hex of a 32-byte SHA-256 digest. The only place the hex string is materialized for a [u8; 32] credential_hash (reporters, Debug).