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 8849a89542998013b7df94177688a71fd12e6cdc
parent f1856454f85271b1893ca96d6830ce44d29f6e96
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 20 Dec 2025 17:36:35 -0330

meta: fix dupe llvm declaration, update lockfile

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

diff --git a/flake.lock b/flake.lock @@ -184,11 +184,11 @@ ] }, "locked": { - "lastModified": 1766159929, - "narHash": "sha256-NXqw+KxrLO7khr9i5nKHtQp6Rc5jL5RxuLQ54tSGJNE=", + "lastModified": 1766264689, + "narHash": "sha256-ErUweCVvh4apnhSHstcT8Qi4yR8H/a2qsPrVnH4OAjI=", "ref": "master", - "rev": "33d61325056e4e3622768b153faaaa57c90cefbc", - "revCount": 239, + "rev": "65cbd0bdb805a024e6d2eed0abd5e8ace308c774", + "revCount": 248, "type": "git", "url": "git://git.ppad.tech/fixed.git" }, diff --git a/flake.nix b/flake.nix @@ -84,7 +84,6 @@ cabal = hpkgs.cabal-install; cc = pkgs.stdenv.cc; ghc = hpkgs.ghc; - llvm = pkgs.llvmPackages_15.llvm; in { packages.default = hpkgs.${lib};