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 fda40a83fb1ec929e447e8fecd15face54f0e967
parent 2e8bd8cb41ba2dc7911527676cab7ce58788022f
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 25 Feb 2026 11:55:34 +0400

release: v0.3.4

Diffstat:
MCHANGELOG | 3+++
Mppad-bip32.cabal | 8++++----
2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.3.4 (2026-02-25) + * Bumps the ppad-sha{256,512} and ppad-secp256k1 dependencies. + - 0.3.3 (2026-01-10) * Bumps the ppad-sha{256,512} dependencies. diff --git a/ppad-bip32.cabal b/ppad-bip32.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-bip32 -version: 0.3.3 +version: 0.3.4 synopsis: BIP32 hierarchical deterministic wallets. license: MIT license-file: LICENSE @@ -39,9 +39,9 @@ library , ppad-base58 >= 0.2.3 && < 0.3 , ppad-fixed >= 0.1.3 && < 0.2 , ppad-ripemd160 >= 0.1.4 && < 0.2 - , ppad-secp256k1 >= 0.5.3 && < 0.6 - , ppad-sha256 >= 0.3 && < 0.4 - , ppad-sha512 >= 0.2 && < 0.3 + , ppad-secp256k1 >= 0.5.4 && < 0.6 + , ppad-sha256 >= 0.3.2 && < 0.4 + , ppad-sha512 >= 0.2.2 && < 0.3 test-suite bip32-tests type: exitcode-stdio-1.0