bip39

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

CHANGELOG (355B)


      1 # Changelog
      2 
      3 - 0.2.1 (2025-03-02)
      4   * Various documentation improvements.
      5 
      6 - 0.2.0 (2025-02-27)
      7   * 'seed' now validates the words in the mnemonic supplied to it;
      8     'seed_unsafe' has been added as a function that works for any
      9     wordlist.
     10 
     11 - 0.1.1 (2025-02-27)
     12   * Include wordlists in generated Haddocks.
     13 
     14 - 0.1.0 (2025-02-27)
     15   * Initial release.
     16 
     17