pub fn hex(bytes: &[u8]) -> String
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.
format!("{:x}", …)
hybrid_array::Array
LowerHex