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

Outputs hex in reverse order.

Used for sha256d::Hash whose standard hex encoding has the bytes reversed.