commit 6c78d622e644369a9420f849baf706947518ee22
parent 6a28aed56902c6835d27da5028401d74bb5efe36
Author: Jared Tobin <jared@jtobin.io>
Date: Sat, 16 May 2026 13:39:02 -0230
release: v0.4.2
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,9 @@
# Changelog
+- 0.4.2 (2026-05-16)
+ * Features order-of-magnitude performance improvements, especially
+ on ARM platforms where NEON intrinsics are available.
+
- 0.4.1 (2025-12-28)
* Bumps the ppad-fixed lower-bound version and tests with GHC 9.10.3.
diff --git a/ppad-poly1305.cabal b/ppad-poly1305.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-poly1305
-version: 0.4.1
+version: 0.4.2
synopsis: A fast Poly1305 MAC
license: MIT
license-file: LICENSE