pbkdf

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

CHANGELOG (466B)


      1 # Changelog
      2 
      3 - 0.2.2 (2026-01-10)
      4   * Places bounds on the ppad-sha{256,512} dependencies used in the test and
      5     benchmark suites.
      6 
      7 - 0.2.1 (2025-12-28)
      8   * Adds an 'llvm' build flag and tests with GHC 9.10.3.
      9 
     10 - 0.2.0 (2025-06-21)
     11   * The 'derive' function is now total, returning 'Nothing' when supplied
     12     with bad inputs.
     13 
     14 - 0.1.1 (2025-02-24)
     15   * Minor Haddock fixes.
     16 
     17 - 0.1.0 (2025-02-24)
     18   * Initial release, supporting a generic RFC2898 PBKDF2 function.
     19