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 67b54854d4bb62eed182174b39a38148e86b9565
parent 416a277867fef651bb9e951a381fa248cd2e0122
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:21:36 -0230

flake: add clang to shell

Diffstat:
Mflake.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -164,6 +164,7 @@ cabal cc llvm + clang ]; doBenchmark = true;