rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 8fd583b069
Pass hash types by value
We should pass `Copy` types by value not by reference. Pass the hash
types by value.
2024-06-20 09:09:58 +10:00
..
bip32.rs Pass keys by value 2024-06-14 14:16:28 +10:00
ecdsa-psbt-simple.rs Pass hash types by value 2024-06-20 09:09:58 +10:00
ecdsa-psbt.rs Pass hash types by value 2024-06-20 09:09:58 +10:00
handshake.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
sighash.rs Pass hash types by value 2024-06-20 09:09:58 +10:00
sign-tx-segwit-v0.rs Pass hash types by value 2024-06-20 09:09:58 +10:00
sign-tx-taproot.rs Add inherent functions to hashes 2024-06-14 10:17:00 +10:00
taproot-psbt-simple.rs Add inherent functions to hashes 2024-06-14 10:17:00 +10:00
taproot-psbt.rs Pass keys by value 2024-06-14 14:16:28 +10:00