hkdf

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

CHANGELOG (364B)


      1 # Changelog
      2 
      3 - 0.2.1 (2025-02-24)
      4   * Merely swaps out the base16 library used for the Wycheproof tests
      5     (in favour of ppad-base16).
      6 
      7 - 0.2.0 (2025-01-10)
      8   * API change, opting for "derive" in place of "hkdf" to work more
      9     smoothly with a import qualifier like "KDF".
     10 
     11 - 0.1.0 (2025-01-10)
     12   * Initial release, supporting a generic RFC5869 HKDF function.
     13 
     14