bip39

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

CHANGELOG (495B)


      1 # Changelog
      2 
      3 - 0.3.0 (2025-06-21)
      4   * The 'mnemonic' and 'seed' function families are now total, returning
      5     'Nothing' when supplied with bad inputs.
      6 
      7 - 0.2.1 (2025-03-02)
      8   * Various documentation improvements.
      9 
     10 - 0.2.0 (2025-02-27)
     11   * 'seed' now validates the words in the mnemonic supplied to it;
     12     'seed_unsafe' has been added as a function that works for any
     13     wordlist.
     14 
     15 - 0.1.1 (2025-02-27)
     16   * Include wordlists in generated Haddocks.
     17 
     18 - 0.1.0 (2025-02-27)
     19   * Initial release.
     20 
     21