rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 5e8f204581
Pass sigs and associated types by value
We should pass `Copy` types by value not by reference.

Currently this is not done in secp, but lets do it here in bitcoin.

Pass by value:

- `SerializedSignature`
- bitcoin sigs
- secp sigs
- secp `Message`
2024-06-24 10:02:55 +10:00
..
bip32.rs create constants for ChildNumber enum 2024-06-20 10:19:11 +05:30
ecdsa-psbt-simple.rs Pass sigs and associated types by value 2024-06-24 10:02:55 +10:00
ecdsa-psbt.rs Merge rust-bitcoin/rust-bitcoin#2880: Pass hash types by value 2024-06-22 19:42:24 +00:00
handshake.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sighash.rs Pass sigs and associated types by value 2024-06-24 10:02:55 +10:00
sign-tx-segwit-v0.rs Pass sigs and associated types by value 2024-06-24 10:02:55 +10:00
sign-tx-taproot.rs Add inherent functions to hashes 2024-06-14 10:17:00 +10:00
taproot-psbt-simple.rs create constants for ChildNumber enum 2024-06-20 10:19:11 +05:30
taproot-psbt.rs create constants for ChildNumber enum 2024-06-20 10:19:11 +05:30