bip39

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

commit fce277cba3e31c098dc1e6bce6842038c14aece2
parent c4cf6632321e2cd058e16b3757495560197de527
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu, 27 Feb 2025 22:43:51 +0400

release: v0.2.0

Diffstat:
MCHANGELOG | 5+++++
Mppad-bip39.cabal | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,10 @@ # Changelog +- 0.2.0 (2025-02-27) + * 'seed' now validates the words in the mnemonic supplied to it; + 'seed_unsafe' has been added as a function that works for any + wordlist. + - 0.1.1 (2025-02-27) * Include wordlists in generated Haddocks. diff --git a/ppad-bip39.cabal b/ppad-bip39.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-bip39 -version: 0.1.1 +version: 0.2.0 synopsis: BIP39 mnemonic codes. license: MIT license-file: LICENSE