Skip to main content

hex_lower

Function hex_lower 

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

Lowercase hex encoding of a digest. Byte-identical to the {:x} formatting that sha2 < 0.11 digests carried; hash strings persisted under the old encoding must keep matching.