rust-bitcoin-unsafe-fast/hashes/embedded/src
Martin Habovstiak 1b0988833a Remove `ToHex`
The `ToHex` trait was replaced by either simple `Display`/`LowerHex`
where appropriate or `DisplayHex` from `bitcoin_internals` which is
faster.

This change replaces the usages and removes the trait.
2023-01-07 19:50:03 +01:00
..
main.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00