rust-bitcoin-unsafe-fast/bitcoin/examples
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
..
bip32.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
ecdsa-psbt.rs Use Amount type for TxOut value field 2023-05-04 17:09:08 +02:00
handshake.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
sighash.rs Added examples for sighash computations 2023-06-20 02:07:21 -07:00
taproot-psbt.rs Use from_int_btc function for const context 2023-06-13 11:32:58 +02:00