rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 6715e93e89
Add Witness::p2tr_key_spend function
Add a function for creating the witness when doing a key path spend for
a P2TR output.

This mirrors what we did for P2WPKH when adding `Witness::p2wpkh`.

Includes update to the taproot signing example to use the new constructor.
2024-01-24 15:21:31 +11:00
..
bip32.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
ecdsa-psbt.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
handshake.rs bitcoin: fix typos 2024-01-18 14:06:23 +08:00
sighash.rs Improve Signature field names 2024-01-15 10:26:40 +11:00
sign-tx-segwit-v0.rs Improve Signature field names 2024-01-15 10:26:40 +11:00
sign-tx-taproot.rs Add Witness::p2tr_key_spend function 2024-01-24 15:21:31 +11:00
taproot-psbt.rs Improve Signature field names 2024-01-15 10:26:40 +11:00