rust-bitcoin-unsafe-fast/hashes/src
Tobin C. Harding 2268b44911
Depend on hex-conservative
We have just released the `hex-conservative` crate, we can now use it.

Do the following:

- Depend on `hex-conservative` in `bitcoin` and `hashes`
- Re-export `hex-conservative` as `hex` from both crate roots.
- Remove all the old hex code from `hashes`
- Fix all the import statements (makes up the bulk of the lines changed
  in this patch)
2023-07-21 10:59:46 +10:00
..
cmp.rs hashes: Introduce SPDX license identifiers 2023-05-01 09:26:36 +10:00
hash160.rs Improve hashes::Error 2023-05-25 13:25:13 +10:00
hmac.rs Improve hashes::Error 2023-05-25 13:25:13 +10:00
impls.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
internal_macros.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
lib.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
ripemd160.rs Improve hashes::Error 2023-05-25 13:25:13 +10:00
serde_macros.rs Remove docsrs attributes 2023-07-14 14:59:11 +10:00
sha1.rs Improve hashes::Error 2023-05-25 13:25:13 +10:00
sha256.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
sha256d.rs Improve hashes::Error 2023-05-25 13:25:13 +10:00
sha256t.rs Improve hashes::Error 2023-05-25 13:25:13 +10:00
sha512.rs Make sha512::HashEngine fields private 2023-06-20 10:11:11 +10:00
sha512_256.rs Make sha512::HashEngine fields private 2023-06-20 10:11:11 +10:00
siphash24.rs Improve hashes::Error 2023-05-25 13:25:13 +10:00
util.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00