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 69edf66bb30f5a90dfea1847d243d1bae0df5d1a
parent e8732d3c8950901056484fc977a8c3cd51c13b8c
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 27 Dec 2025 13:40:10 -0330

release: v0.3.1

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.3.1 (2025-12-27) + * Upgrades to ppad-fixed v0.1.2 and ppad-secp256k1 v0.5.1. + - 0.3.0 (2025-12-21) * Upgrades to ppad-secp256k1 v0.5, with significant performance improvements as a result. diff --git a/ppad-bip32.cabal b/ppad-bip32.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-bip32 -version: 0.3.0 +version: 0.3.1 synopsis: BIP32 hierarchical deterministic wallets. license: MIT license-file: LICENSE