rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin C. Harding be7b3754a9
Rename schnorr module to taproot
"schnorr" is a dirty word; the current `schnorr` module defines a
`Signature` that includes a sighash type, this sighash type is a bitcoin
specific construct related to taproot. Therefore the `Signature` is
better named `taproot::Signature`. Note also that the usage of `schnorr`
in `secp256k1` is probably justified because the
`secp256::schnorr::Signature` is just doing the crypto.

While we are at it, update docs and error messages to use "taproot"
instead of "schnorr". Also change function names and identifiers that
use "schnorr".
2023-02-20 12:58:09 +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 Rename schnorr module to taproot 2023-02-20 12:58:09 +11:00
serde_opcodes.rs Add serde regression tests 2022-10-29 10:47:16 +11:00