rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Tobin C. Harding 9dce0b4b8c
Remove hex string trait bounds from GeneralHash
For the `hashes` crate we would like to make `hex` an optional
dependency. In preparation for doing so do the following:

- Remove the trait bounds from `GeneralHash`
- Split the hex/string stuff out of `impl_bytelike_traits` into a
  separate macro.
2024-11-13 14:01:13 +11:00
..
ecdsa.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
key.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
mod.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
sighash.rs Remove hex string trait bounds from GeneralHash 2024-11-13 14:01:13 +11:00
taproot.rs Revert the change to to_bytes 2024-11-01 07:09:11 +11:00