rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 678eee8d73
Use Message::from_digest
We have a new API function available with recent version of `secp256k1`
to create a `Message` directly from a sighash byte array.

Use `Message::from_digest(sighash.to_byte_array())` to construct
messages ready to sign.
2023-10-11 08:16:25 +11:00
..
bip32.rs Rename xpub and xpriv types 2023-08-22 13:47:35 +10:00
ecdsa-psbt.rs Feature: Psbt fee checks 2023-09-28 00:11:33 -07:00
handshake.rs Move p2p::constants::Network to crate root 2023-08-01 16:46:59 +10:00
sighash.rs Use Message::from_digest 2023-10-11 08:16:25 +11:00
taproot-psbt.rs Use Message::from_digest 2023-10-11 08:16:25 +11:00