rust-bitcoin-unsafe-fast/hashes/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
..
cmp.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
error.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
hash160.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
hex.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
hmac.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
impls.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
internal_macros.rs Use hex from internals rather than hashes 2022-12-22 10:44:27 +01:00
lib.rs Merge rust-bitcoin/rust-bitcoin#1413: Add sha512_256 to bitcoin_hashes 2022-12-31 19:38:02 +00:00
ripemd160.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
serde_macros.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
sha1.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
sha256.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
sha256d.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
sha256t.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
sha512.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
sha512_256.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
siphash24.rs Import bitcoin_hashes crate into hashes 2022-11-08 08:58:09 +11:00
util.rs Use hex from internals rather than hashes 2022-12-22 10:44:27 +01:00