Function breez_sdk_liquid::bitcoin::util::key::secp256k1::hashes::hex::format_hex_reverse
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.