bip39

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

CHANGELOG (740B)


      1 # Changelog
      2 
      3 - 0.3.3 (2026-02-25)
      4   * Bumps ppad-sha{256,512} dependencies.
      5 
      6 - 0.3.2 (2026-01-10)
      7   * Bumps some dependency lower bounds.
      8 
      9 - 0.3.1 (2025-12-28)
     10   * Bumps some dependency lower bounds.
     11   * Adds an 'llvm' build flag and tests with GHC 9.10.3.
     12 
     13 - 0.3.0 (2025-06-21)
     14   * The 'mnemonic' and 'seed' function families are now total, returning
     15     'Nothing' when supplied with bad inputs.
     16 
     17 - 0.2.1 (2025-03-02)
     18   * Various documentation improvements.
     19 
     20 - 0.2.0 (2025-02-27)
     21   * 'seed' now validates the words in the mnemonic supplied to it;
     22     'seed_unsafe' has been added as a function that works for any
     23     wordlist.
     24 
     25 - 0.1.1 (2025-02-27)
     26   * Include wordlists in generated Haddocks.
     27 
     28 - 0.1.0 (2025-02-27)
     29   * Initial release.
     30 
     31