sha512

Pure Haskell SHA-512, HMAC-SHA512 (docs.ppad.tech/sha512).
git clone git://git.ppad.tech/sha512.git
Log | Files | Refs | README | LICENSE

commit 287fb14136592acd6c510ae69b645e77335a214c
parent a6551a0cfff7558c6adc26216525113113757102
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:18:48 -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 @@ -59,6 +59,7 @@ cabal cc llvm + clang ]; doBenchmark = true;