rust-bitcoin-unsafe-fast/bitcoin/src/psbt
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
..
map Rename schnorr module to taproot 2023-02-20 12:58:09 +11:00
error.rs Rename schnorr module to taproot 2023-02-20 12:58:09 +11:00
macros.rs Improve Psbt error handling 2023-01-17 16:43:39 -05:00
mod.rs Rename schnorr module to taproot 2023-02-20 12:58:09 +11:00
raw.rs Improve Psbt error handling 2023-01-17 16:43:39 -05:00
serialize.rs Rename schnorr module to taproot 2023-02-20 12:58:09 +11:00