pub fn sha256_hex(bytes: &[u8]) -> StringExpand description
Lowercase hexadecimal SHA-256 digest of exactly these bytes.
The digest type carries no LowerHex impl, so every producer of a
contract sha256 field goes through this one formatter rather than
re-deriving the encoding.