bip39

BIP39 mnemonic codes in Haskell (docs.ppad.tech/bip39).
git clone git://git.ppad.tech/bip39.git
Log | Files | Refs | README | LICENSE

commit 7a88e1f6ccdd9507810c8032f8c3529194f2acfd
parent ab4130c7a579bc969c8e20c9bd0e6638c09403a3
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:21:12 -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 @@ -119,6 +119,7 @@ cabal cc llvm + clang ]; doBenchmark = true;