pub fn format_hex_reverse( data: &[u8], f: &mut Formatter<'_>, ) -> Result<(), Error>
Outputs hex in reverse order.
Used for sha256d::Hash whose standard hex encoding has the bytes reversed.
sha256d::Hash