rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding be05f9d852
Rename xpub and xpriv types
The BIP-32 extended public key and extended private key exist in the
Bitcoin vernacular as xpub and xpriv. We can use these terms with no
loss of clarity.

Rename our current BIP-32 types

- `ExtendedPubKey` to `Xpub`
- `ExtendedPrivKey` to `Xpriv`

This patch is a mechanical search-and-replace, followed by running the
formatter, no other manual changes.
2023-08-22 13:47:35 +10:00
..
bip32.rs Rename xpub and xpriv types 2023-08-22 13:47:35 +10:00
ecdsa-psbt.rs Rename xpub and xpriv types 2023-08-22 13:47:35 +10:00
handshake.rs Move p2p::constants::Network to crate root 2023-08-01 16:46:59 +10:00
sighash.rs Add p2wpkh and p2wsh signature hash functions 2023-08-15 11:54:08 +10:00
taproot-psbt.rs Rename xpub and xpriv types 2023-08-22 13:47:35 +10:00