rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding e079524b2a
Remove hashes::hex::HexWriter
The `HexWriter` is not used any more since we added the new hex code in
internals for fast hex encoding.

While we are removing the benches for `HexWriter` also remove the last
remaining bench for writing using `Display` because this is not the
correct place for that code - its trivial to re add later in the correct
module.
2023-01-22 12:05:08 +11: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 hashes::hex::HexWriter 2023-01-22 12:05:08 +11: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