bip32

Pure Haskell BIP32 hierarchical deterministic wallets (docs.ppad.tech/bip32).
git clone git://git.ppad.tech/bip32.git
Log | Files | Refs | README | LICENSE

commit a27fdb61ad8eb34dafce2ea2a38e5e484432b18b
parent 4ecf9d76f5798d5f943c60e8fd1697988bc44549
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 21 Dec 2025 19:55:11 -0330

lib: prep for v0.3

Diffstat:
MCHANGELOG | 4++++
Mppad-bip32.cabal | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.3.0 (2025-12-21) + * Upgrades to ppad-secp256k1 v0.5, with significant performance + improvements as a result. + - 0.2.0 (2025-06-21) * The 'xprv' and 'tprv' functions are now total, returning 'Nothing' when derivation is impossible. diff --git a/ppad-bip32.cabal b/ppad-bip32.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-bip32 -version: 0.2.0 +version: 0.3.0 synopsis: BIP32 hierarchical deterministic wallets. license: MIT license-file: LICENSE