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 31e75d45000e2df4b690e7c54d54886f0789cf1e
parent 0d550cbad23f33d1e085fd94f2fda5ab137330e8
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 21 Dec 2025 18:15:38 -0330

meta: use ppad-fixed v0.1

Diffstat:
Mflake.lock | 8++++----
Mppad-secp256k1.cabal | 2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -184,11 +184,11 @@ ] }, "locked": { - "lastModified": 1766351184, - "narHash": "sha256-+fXHSabk0hjARotjB65uPRktAlvbH02orI/SNyyBub0=", + "lastModified": 1766353466, + "narHash": "sha256-uQ2PW6AuO5ihjQuaedKUjpCzXBNd+yrZWxQl7kz6QwE=", "ref": "master", - "rev": "497ffce0197e28b28e7534a278d52002accfd5b9", - "revCount": 251, + "rev": "602f5fbd031106b89b31bea5eddf1c0dc3b07148", + "revCount": 253, "type": "git", "url": "git://git.ppad.tech/fixed.git" }, diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.cabal @@ -36,7 +36,7 @@ library , bytestring >= 0.9 && < 0.13 , ppad-hmac-drbg >= 0.1 && < 0.2 , ppad-sha256 >= 0.2 && < 0.3 - , ppad-fixed + , ppad-fixed >= 0.1 && < 0.2 , primitive >= 0.8 && < 0.10 test-suite secp256k1-tests