pub fn hex_lower(bytes: &[u8]) -> String
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.
{:x}
sha2 < 0.11