secp256k1

Pure Haskell Schnorr, ECDSA on the elliptic curve secp256k1 (docs.ppad.tech/secp256k1).
git clone git://git.ppad.tech/secp256k1.git
Log | Files | Refs | README | LICENSE

commit bc0d3792bcea0475ed2e4879747dbd0e0e6db3e7
parent 50431cb57c5bb4b0fa47fa1bb5565b40e1210456
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:20:54 -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 @@ -120,6 +120,7 @@ cabal cc llvm + clang ]; doBenchmark = true;