pub fn format_hex_reverse<T: Write>(data: &[u8], fmt: T) -> Result
Expand description

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