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 35d81ca85e1d6cc2e83638ea4a8592d0bf2499bd
parent 980e33ce58cd126eb9f645eef21cfd05192b9849
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  6 Dec 2025 22:13:47 +0400

nix: ditch inputsFrom, update lockfile

Diffstat:
Mflake.lock | 8++++----
Mflake.nix | 2--
2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -184,11 +184,11 @@ ] }, "locked": { - "lastModified": 1763905570, - "narHash": "sha256-uqTvkAlY/1rUEQx1G54UuMxkAbrWtLhPtvFU4nmq2Rk=", + "lastModified": 1764391716, + "narHash": "sha256-Lirzq61Lp3Ibfytb6tkZgpcy5BpCgYAGR/dZLuAKej4=", "ref": "master", - "rev": "1517cd938c0447460d32872e75ab798d2d5d245b", - "revCount": 171, + "rev": "202de6475c823c0fea357f39546ee1510825dd20", + "revCount": 175, "type": "git", "url": "git://git.ppad.tech/fixed.git" }, diff --git a/flake.nix b/flake.nix @@ -99,8 +99,6 @@ llvm ]; - # inputsFrom = builtins.attrValues self.packages.${system}; - doBenchmark = true; shellHook = ''