bip39

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

commit 0be45607ae3c84f66d17a625f691c730ecdb58d3
parent a75ff6f1fb1434418b2bec84f02f456a5f023c70
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 11 Jun 2025 09:53:14 +0400

lib: missing just in comment

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 @@ -75,7 +75,7 @@ newtype Wordlist = Wordlist (PA.Array T.Text) -- >>> import qualified System.Entropy as E -- >>> trop <- E.getEntropy 16 -- >>> mnemonic trop --- "coral maze mimic half fat breeze thought club give brass bone snake" +-- Just "coral maze mimic half fat breeze thought club give brass bone snake" mnemonic :: BS.ByteString -- ^ 128-256 bits of entropy -> Maybe T.Text