hmac-drbg

Pure Haskell HMAC-DRBG (docs.ppad.tech/hmac-drbg).
git clone git://git.ppad.tech/hmac-drbg.git
Log | Files | Refs | README | LICENSE

commit ff4f884296297eb7fa62f7e9326c094cdaf5f9cd
parent a6b8018d3846123bf25de80e7100e96a0e63a7d3
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:19:44 -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 @@ -88,6 +88,7 @@ cabal cc llvm + clang ]; doBenchmark = true;