bip32

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

commit 0c054ea1bb01476d96923af6a8d4b40cbe473fef
parent e12247438a96213ec1e7249ecd3e063065669c30
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu, 20 Feb 2025 17:38:38 +0400

test: deps

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

diff --git a/ppad-bip32.cabal b/ppad-bip32.cabal @@ -46,9 +46,11 @@ test-suite bip32-tests base , array , bytestring + , ppad-base16 + , ppad-base58 , ppad-bip32 , tasty - , tasty-quickcheck + , tasty-hunit benchmark bip32-bench type: exitcode-stdio-1.0