Refactor Taproot functions to accept any type implementing `Into<XOnlyPublicKey>`, instead of requiring `XOnlyPublicKey` directly. This improves ergonomics when working with compatible types, avoiding unnecessary `.into()` conversions at call sites. |
||
---|---|---|
.. | ||
bip32.rs | ||
create-p2wpkh-address.rs | ||
ecdsa-psbt-simple.rs | ||
ecdsa-psbt.rs | ||
handshake.rs | ||
io.rs | ||
sighash.rs | ||
sign-tx-segwit-v0.rs | ||
sign-tx-taproot.rs | ||
taproot-psbt-simple.rs | ||
taproot-psbt.rs |