bip39

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

commit 8811bdbabd63906887359d6b496c038ce887ad9b
parent 8d6a3604f5943831ee86f87368bba4047a260039
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun,  2 Mar 2025 08:53:20 +0400

release: v0.2.1

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.2.1 (2025-03-02) + * Various documentation improvements. + - 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 diff --git a/ppad-bip39.cabal b/ppad-bip39.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-bip39 -version: 0.2.0 +version: 0.2.1 synopsis: BIP39 mnemonic codes. license: MIT license-file: LICENSE