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 36b618ca055bddfcfda7df232e37480dfb13caa2
parent 015c64a960f661a8c9f130a20ebf8a14641901ea
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun,  7 Jun 2026 19:20:01 -0230

flake: lockfile

Diffstat:
Mflake.lock | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -82,11 +82,11 @@ ] }, "locked": { - "lastModified": 1779456231, - "narHash": "sha256-lmQhxa6OL0XMRoWEzCUrgPWGFtF88DoCTZ76XMTzE7E=", + "lastModified": 1780868194, + "narHash": "sha256-Yd3J3gCNLE2vZVMMg1fD7aVpPySIbFqxtwskU6nD/mc=", "ref": "master", - "rev": "49ee35d9e2342b21d4a3f3456251ad3e26c69503", - "revCount": 293, + "rev": "74ebe44f818353129c5ec973a55c8bc487e2fd7b", + "revCount": 297, "type": "git", "url": "git://git.ppad.tech/fixed.git" },