aead

Pure Haskell AEAD-ChaCha20-Poly1305 (docs.ppad.tech/aead).
git clone git://git.ppad.tech/aead.git
Log | Files | Refs | README | LICENSE

commit c143529d6ed0f9e3b52fd24b52df27ee744a5f57
parent d1245f96efb62088904e5a5134fc586ddd149ff9
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 16 May 2026 16:32:38 -0230

release: v0.3.2

Diffstat:
MCHANGELOG | 4++++
Mppad-aead.cabal | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,9 @@ # Changelog +- 0.3.2 (2026-05-16) + * Bumps the poly1305 dependency to a version that returns its MAC in a + custom type having a constant-time Eq instance. + - 0.3.1 (2025-12-28) * Tests with GHC 9.10.3. diff --git a/ppad-aead.cabal b/ppad-aead.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-aead -version: 0.3.1 +version: 0.3.2 synopsis: A pure AEAD-ChaCha20-Poly1305 construction license: MIT license-file: LICENSE