poly1305

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

commit d3f0980f456fc569562485d4b5d659afe14832a5
parent 7fa9ffd429c84c64563ce1c056e0aa3afe26943d
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 27 Dec 2025 09:31:45 -0330

readme: remove old blurb

Diffstat:
MREADME.md | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -31,8 +31,7 @@ Haddocks (API documentation, etc.) are hosted at ## Performance -The aim is best-in-class performance for pure, highly-auditable Haskell -code. +The aim is best-in-class performance for pure Haskell code. Current benchmark figures on the simple "sunscreen input" from RFC8439 on an M4 Silicon MacBook Air look like (use `cabal bench` to run the