pbkdf

Pure Haskell password-based KDF (docs.ppad.tech/pbkdf).
git clone git://git.ppad.tech/pbkdf.git
Log | Files | Refs | README | LICENSE

CHANGELOG (266B)


      1 # Changelog
      2 
      3 - 0.2.0 (2025-06-21)
      4   * The 'derive' function is now total, returning 'Nothing' when supplied
      5     with bad inputs.
      6 
      7 - 0.1.1 (2025-02-24)
      8   * Minor Haddock fixes.
      9 
     10 - 0.1.0 (2025-02-24)
     11   * Initial release, supporting a generic RFC2898 PBKDF2 function.
     12