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 568a4346be1f4c69f82d6ef54a7114af5ed69851
parent 40ff04496aa7f4ecc39fec5fb6bec3fcee40f31d
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 10 Jan 2026 22:31:05 +0400

release: v0.3.3

Diffstat:
MCHANGELOG | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.3.3 (2026-01-10) + * Bumps the ppad-sha{256,512} dependencies. + - 0.3.2 (2025-12-28) * Upgrades to newer dependencies and tests with GHC 9.10.3.