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 a86ce0c620a584eb86deb0e957b7b4a02855ee6d
parent 2b9042641a98eacea7b1fb0812ba68c7ee6149dd
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 11 Feb 2026 13:40:48 +0400

bench: note

Diffstat:
Mbench/Main.hs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bench/Main.hs b/bench/Main.hs @@ -177,6 +177,7 @@ ecdsa = env setup $ \ ~(tex, big, pub, msg, sig) -> ecdh :: Benchmark ecdh = env setup $ \ ~(big, pub) -> + -- the order of these seems to matter particularly for some reason bgroup "ecdh" [ bench "ecdh (small)" $ nf (S.ecdh pub) 2 , bench "ecdh (large)" $ nf (S.ecdh pub) big