bip39

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

commit a9065f295c08db29e3dbc3aa0a1b9c55af8b5746
parent 8811bdbabd63906887359d6b496c038ce887ad9b
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 18 Mar 2025 05:20:43 +0400

lib: fix haddock typo

Diffstat:
Mlib/Crypto/KDF/BIP39.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Crypto/KDF/BIP39.hs b/lib/Crypto/KDF/BIP39.hs @@ -3,7 +3,7 @@ {-# LANGUAGE OverloadedStrings #-} -- | --- Module: Crypto.HDKey.BIP39 +-- Module: Crypto.KDF.BIP39 -- Copyright: (c) 2025 Jared Tobin -- License: MIT -- Maintainer: Jared Tobin <jared@ppad.tech>