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 cad9be30b56e3239333ff1b7430d03c1833b20d9
parent 96c7edf23e905b6da79a57541f0b0d3e976048ea
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 16 Mar 2025 18:11:14 +0400

lib: relax secp256k1 upper bound

Diffstat:
Mppad-bip32.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ppad-bip32.cabal b/ppad-bip32.cabal @@ -31,7 +31,7 @@ library , bytestring >= 0.9 && < 0.13 , ppad-base58 >= 0.2 && < 0.3 , ppad-ripemd160 >= 0.1.3 && < 0.2 - , ppad-secp256k1 >= 0.2.2 && < 0.3 + , ppad-secp256k1 >= 0.2.2 && < 0.4 , ppad-sha256 >= 0.2.3 && < 0.3 , ppad-sha512 >= 0.1.3 && < 0.2