rust-bitcoin-unsafe-fast/src/util/psbt
Dr Maxim Orlovsky a6e8f581db PSBT BIP32 keys moved to Secp256k1 from bitcoin ECDSA
Fourth step in implementation of Schnorr key support after #588.

While PSBT BIP174 does not specify whether uncompressed keys are supported in BIP32-related fields, from BIP32 it follows that it is impossible to use uncompressed keys within the extended keys.  This PR fixes this situation and is a companion to BIP174 PR clarifying key serialization: https://github.com/bitcoin/bips/pull/1100
2022-01-10 10:16:57 +01:00
..
map PSBT BIP32 keys moved to Secp256k1 from bitcoin ECDSA 2022-01-10 10:16:57 +01:00
error.rs Put rustdocs above attributes 2022-01-06 13:04:47 +11:00
macros.rs Moving globals into PSBT struct 2021-09-16 12:34:04 +02:00
mod.rs PSBT BIP32 keys moved to Secp256k1 from bitcoin ECDSA 2022-01-10 10:16:57 +01:00
raw.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
serialize.rs PSBT BIP32 keys moved to Secp256k1 from bitcoin ECDSA 2022-01-10 10:16:57 +01:00