format_hex_reverse

Function format_hex_reverse 

Source
pub fn format_hex_reverse(
    data: &[u8],
    f: &mut Formatter<'_>,
) -> Result<(), Error>
Expand description

Output hex in reverse order; used for Sha256dHash whose standard hex encoding has the bytes reversed.