rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 324b6f264b
Use `into` for hash argument
Hash types can be converted into a `Message` because `Message`
implements `From` for any type that implements `ThirtyTwoByteHash`,
which hash types do.

Use `into` to convert the hash argument to a message to sign.
2023-02-27 12:00:08 +11:00
..
bip32.rs changing docs and examples to use reference to slice in `derive_pub` 2023-02-21 14:34:14 -03:00
ecdsa-psbt.rs changing docs and examples to use reference to slice in `derive_pub` 2023-02-21 14:34:14 -03:00
handshake.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
taproot-psbt.rs Use `into` for hash argument 2023-02-27 12:00:08 +11:00