commit 30ec265e9cec86d0ac1a50c42ead189d8e2c6821
parent 565540d88a1de1375ad46290a660ef51c0e789b5
Author: Jared Tobin <jared@jtobin.io>
Date: Mon, 10 Mar 2025 16:58:12 +0400
release: v0.2.0
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,9 @@
# Changelog
+- 0.2.0 (2025-03-10)
+ * Fix a bug in which small produced MAC's were not being padded to 128
+ bits.
+
- 0.1.0 (2025-03-09)
* Initial release, supporting the Poly1305 MAC.
diff --git a/ppad-poly1305.cabal b/ppad-poly1305.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-poly1305
-version: 0.1.0
+version: 0.2.0
synopsis: A pure Poly1305 MAC
license: MIT
license-file: LICENSE