poly1305

The Poly1305 message authentication code (docs.ppad.tech/poly1305).
git clone git://git.ppad.tech/poly1305.git
Log | Files | Refs | README | LICENSE

commit 6c78d622e644369a9420f849baf706947518ee22
parent 6a28aed56902c6835d27da5028401d74bb5efe36
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 16 May 2026 13:39:02 -0230

release: v0.4.2

Diffstat:
MCHANGELOG | 4++++
Mppad-poly1305.cabal | 2+-
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