packages feed

ppad-aead 0.3.4 → 0.3.5

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~ppad-poly1305PVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ppad-poly1305

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,5 +1,8 @@ # Changelog +- 0.3.5 (2026-08-01)+  * Merely bumps the ppad-poly1305 dependency.+ - 0.3.4 (2026-07-17)   * Adds an optimization-opaque barrier to MAC equality comparison     to prevent LLVM from introducing variable-time instructions when
ppad-aead.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               ppad-aead-version:            0.3.4+version:            0.3.5 synopsis:           A pure AEAD-ChaCha20-Poly1305 construction license:            MIT license-file:       LICENSE@@ -39,7 +39,7 @@       base >= 4.9 && < 5     , bytestring >= 0.9 && < 0.13     , ppad-chacha >= 0.2.2 && < 0.3-    , ppad-poly1305 >= 0.4.5 && < 0.5+    , ppad-poly1305 >= 0.4.6 && < 0.5  test-suite aead-tests   type:                exitcode-stdio-1.0