hmac-drbg

Pure Haskell HMAC-DRBG (docs.ppad.tech/hmac-drbg).
git clone git://git.ppad.tech/hmac-drbg.git
Log | Files | Refs | README | LICENSE

CHANGELOG (249B)


      1 # Changelog
      2 
      3 - 0.1.2 (2025-02-06)
      4   * Minor bytestring optimizations for shaving off microseconds in
      5     certain cases.
      6 
      7 - 0.1.1 (2024-10-07)
      8   * Add a basic placeholder 'Show' instance for the DRBG type.
      9 
     10 - 0.1.0 (2024-10-05)
     11   * Initial release.
     12