Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 964 Bytes

File metadata and controls

23 lines (15 loc) · 964 Bytes

Changelog

0.2.0 - 2026-04-27

  • Re-export types and extern crates #5858
  • Remove error conversion From impls #6041
  • Remove bitcoin-io dependency #6049

0.1.0 - Initial migration

  • Migrate all code from rust-bitcoin::crypto::ecdsa to this crate.
  • Migrate all key types from rust-bitcoin::crypto::key to this crate. The TapTweak trait remains only in rust-bitcoin.
  • Migrate sighash types and associated errors from rust-bitcoin::crypto::sighash to this crate.

0.0.0 - Initial dummy release

  • Empty crate to reserve the name on crates.io