poly1305

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

commit d7cfef78410784591efe93f0e3322278029c41ed
parent 4453fd4d5daf225c8c6da818cca7b90739cbc99c
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:19:30 -0230

flake: add clang to shell

Diffstat:
Mflake.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -71,6 +71,7 @@ cabal cc llvm + clang ]; doBenchmark = true;