bip39

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

DateCommit messageAuthorFiles+-
2025-03-18 01:20lib: fix haddock typoJared Tobin1+1-1
2025-03-02 04:53release: v0.2.1Jared Tobin2+4-1
2025-03-02 04:51lib: haddock improvementsJared Tobin1+52-1
2025-03-01 04:22meta: docs badgeJared Tobin1+1-0
2025-02-28 03:18meta: perf noteJared Tobin1+24-0
2025-02-28 03:17bench: basic suiteJared Tobin1+21-1
2025-02-27 18:43release: v0.2.0Jared Tobin2+6-1
2025-02-27 18:41lib: minor haddock fixesJared Tobin1+5-5
2025-02-27 18:37test: use 'seed' only for english wordlistJared Tobin1+7-4
2025-02-27 18:36lib: make 'seed' validate mnemonics by defaultJared Tobin1+78-43
2025-02-27 18:04release: v0.1.1Jared Tobin2+4-1
2025-02-27 18:03meta: gitignore result-docJared Tobin1+1-0
2025-02-27 18:00lib: don't prune haddocksJared Tobin1+3-4
2025-02-27 14:49meta: readme typoJared Tobin1+2-2
2025-02-27 14:42lib: validation functionsJared Tobin1+88-8
2025-02-27 13:39lib: docsJared Tobin2+39-12
2025-02-27 13:19meta: remove glob in extra-source-filesJared Tobin1+12-1
2025-02-27 13:16lib: version boundsJared Tobin1+6-6
2025-02-27 13:11meta: readmeJared Tobin1+103-0
2025-02-27 12:43meta: extra-source-files for wordlistsJared Tobin1+1-2
2025-02-27 12:38test: extra japanese vectorsJared Tobin3+245-5
2025-02-27 12:38lib: passphrase must also be nfkd utf8Jared Tobin1+2-2
2025-02-27 08:14lib: text apiJared Tobin3+61-48
2025-02-27 08:12lib: add text-icu dependencyJared Tobin1+4-0
2025-02-27 06:45lib: other wordlistsJared Tobin13+20610-4104
2025-02-27 05:39test: support ct wordlistJared Tobin2+34-20
2025-02-27 05:37lib: general wordlist handlingJared Tobin2+2071-6
2025-02-27 04:33lib: export listJared Tobin3+5-3
2025-02-27 04:27test: other cases passingJared Tobin1+11-4
2025-02-27 04:21test: bip39 vectors, passing for mnemonicJared Tobin5+313-1
2025-02-26 18:49meta: base16 dep for testsJared Tobin3+1763-0
2025-02-26 18:49meta: .ghciJared Tobin1+2-0
2025-02-26 18:48lib: checksum is measured in bits, not bytesJared Tobin1+12-8
2025-02-26 16:07lib: initJared Tobin9+2554-0