poly1305

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

commit 9761d72bf0fd0bda80d48c1b3ce77b83f8c25dc6
parent d3f0980f456fc569562485d4b5d659afe14832a5
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 27 Dec 2025 12:15:14 -0330

meta: lockfile and fixed lower bound

Diffstat:
Mflake.lock | 8++++----
Mppad-poly1305.cabal | 2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -82,11 +82,11 @@ ] }, "locked": { - "lastModified": 1766767330, - "narHash": "sha256-YtJJJT/TwKxIFUHk5DCqLV64mtC1O5z6ncSbxcIct7E=", + "lastModified": 1766845669, + "narHash": "sha256-aDfG7HX8zn0L/ZBABimeUHdvHBcYsiksAzN898QUa5I=", "ref": "master", - "rev": "e9498b179a8c88328af5f0c1518870bd1b5dd42e", - "revCount": 268, + "rev": "0213f7350fcda1c8d28bb9dae686205cf5983f88", + "revCount": 272, "type": "git", "url": "git://git.ppad.tech/fixed.git" }, diff --git a/ppad-poly1305.cabal b/ppad-poly1305.cabal @@ -35,7 +35,7 @@ library build-depends: base >= 4.9 && < 5 , bytestring >= 0.9 && < 0.13 - , ppad-fixed >= 0.1 && < 0.2 + , ppad-fixed >= 0.1.2 && < 0.2 test-suite poly1305-tests type: exitcode-stdio-1.0