Skip to main content

hex

Function hex 

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

Lowercase hex encoding of a byte slice. Replaces the old format!("{:x}", …) over a digest output: RustCrypto digest 0.11 returns hybrid_array::Array, which no longer implements LowerHex.