commit fb376437e2e42f1a58d7252caefa308a52b37b95
parent cca0ddb767d963fa84289d3adbe878821fcb7e06
Author: Jared Tobin <jared@jtobin.io>
Date: Sat, 16 May 2026 13:38:42 -0230
release: v0.2.2
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,9 @@
# Changelog
+- 0.2.2 (2026-05-16)
+ * Features order-of-magnitude performance improvements, especially
+ on ARM platforms where NEON intrinsics are available.
+
- 0.2.1 (2025-12-28)
* Adds an 'llvm' build flag and tests with GHC 9.10.3.
diff --git a/ppad-chacha.cabal b/ppad-chacha.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-chacha
-version: 0.2.1
+version: 0.2.2
synopsis: A fast ChaCha20 stream cipher
license: MIT
license-file: LICENSE