rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 4354f37f51
Use NetworkKind in bip32 module
BIP-32 only differentiates between mainnet and some testnet when
encoding and decoding xpubs and xprivs. As such we can use the new
`NetworkKind` type instead of `Network` throughout the `bip32` module.
2023-12-15 11:50:50 +11:00
..
bip32.rs Use NetworkKind in bip32 module 2023-12-15 11:50:50 +11:00
ecdsa-psbt.rs Implement `CompressedPublicKey` 2023-12-12 15:16:16 +01:00
handshake.rs Move p2p::constants::Network to crate root 2023-08-01 16:46:59 +10:00
sighash.rs Implement `CompressedPublicKey` 2023-12-12 15:16:16 +01:00
sign-tx-segwit-v0.rs bitcoin: Add signing examples 2023-10-31 10:11:48 +11:00
sign-tx-taproot.rs bitcoin: Add signing examples 2023-10-31 10:11:48 +11:00
taproot-psbt.rs Use Message::from_digest 2023-10-11 08:16:25 +11:00