rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin C. Harding 42b07586ac
Improve the public API
We created the `crypto` crate as a container for cryptography modules
with the idea that it may be split out into a separate crate. There is
no reason for users of the lib to know about this module. Also, we have
two `taproot` modules, one in `crypto` and one at the crate root, this
makes for un-ergonomic usage of the lib.

Improve the public API by doing:

- Make the `crypto` module private (`pub(crate)`).
- Re-export `crypto::taproot::Signature` (and `Error`) from
  `crate::taproot`
2023-03-01 09:28:42 +11:00
..
data Rename schnorr module to taproot 2023-02-20 12:58:09 +11:00
psbt.rs Add a newtype for script-pushable slice 2023-02-18 16:35:25 +01:00
serde.rs Improve the public API 2023-03-01 09:28:42 +11:00
serde_opcodes.rs Add serde regression tests 2022-10-29 10:47:16 +11:00