rust-bitcoin-unsafe-fast/bitcoin
Andrew Poelstra f0a237c001
bip32: split out DerivationError from the main error enum
This is a breaking change to the API of the deprecated `derive_pub`
function, but it's in a way that's unlikely to break consumers (who are
probably just .expect'ing the result) so we will retain the deprecated
function.
2025-04-22 14:45:57 +00:00
..
contrib Remove rust-ordered dependency 2025-02-18 13:36:07 +11:00
embedded chore: remove unused cortex-m dependency from embedded Cargo.toml files in bitcoin and hashes modules. 2025-04-05 18:25:41 +08:00
examples bip32: make Xpriv::new_master be infallible 2025-04-22 14:45:36 +00:00
src bip32: split out DerivationError from the main error enum 2025-04-22 14:45:57 +00:00
tests bip32: make Xpriv::new_master be infallible 2025-04-22 14:45:36 +00:00
CHANGELOG.md Merge rust-bitcoin/rust-bitcoin#4292: chore: fix grammatical errors 2025-03-30 15:19:49 +00:00
Cargo.toml Allow using the 'base64' feature in no_std environments 2025-04-19 19:31:11 +02:00