rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 6f30ac9d02
Upgrade the secp dependency
Upgrade the `secp256k1` dependency to the newly released `v0.28.0`.

FTR this includes two simple changes:
- Use `Message::from_digest_slice` instead of `Message::from_slice`.
- Use `secp256k1::Keypair` instead of `secp256k1::KeyPair`.
2023-10-10 10:04:31 +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 Upgrade the secp dependency 2023-10-10 10:04:31 +11:00
taproot-psbt.rs Upgrade the secp dependency 2023-10-10 10:04:31 +11:00