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 5c74f8e449dcaf9f7a8f2ef036c54e041f7c8d4f
parent bc0d3792bcea0475ed2e4879747dbd0e0e6db3e7
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  1 Aug 2026 10:00:38 -0230

meta: bump ppad-fixed to v0.1.6

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

diff --git a/flake.lock b/flake.lock @@ -82,11 +82,11 @@ ] }, "locked": { - "lastModified": 1780868194, - "narHash": "sha256-Yd3J3gCNLE2vZVMMg1fD7aVpPySIbFqxtwskU6nD/mc=", + "lastModified": 1785586942, + "narHash": "sha256-bxMM0TaMBaaJ0PJN3/dH3C55gQ/xgAKmAyixAz/r6JE=", "ref": "master", - "rev": "74ebe44f818353129c5ec973a55c8bc487e2fd7b", - "revCount": 297, + "rev": "02f8865b778515b4ecab6ff27b0ffc3e6c91ce9d", + "revCount": 299, "type": "git", "url": "git://git.ppad.tech/fixed.git" }, diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.cabal @@ -38,7 +38,7 @@ library , bytestring >= 0.9 && < 0.13 , ppad-hmac-drbg >= 0.3.1 && < 0.4 , ppad-sha256 >= 0.3.2 && < 0.4 - , ppad-fixed >= 0.1.5 && < 0.2 + , ppad-fixed >= 0.1.6 && < 0.2 , primitive >= 0.8 && < 0.10 test-suite secp256k1-tests