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 640a05332fa7d16c9ce66b5655a7cbbebd65025a
parent a1474850185530cbd51b5cbccbd710bee5140184
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat,  1 Aug 2026 14:42:16 -0230

meta: bump ppad-fixed to v0.2.0

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

diff --git a/flake.lock b/flake.lock @@ -82,11 +82,11 @@ ] }, "locked": { - "lastModified": 1785586942, - "narHash": "sha256-bxMM0TaMBaaJ0PJN3/dH3C55gQ/xgAKmAyixAz/r6JE=", + "lastModified": 1785603497, + "narHash": "sha256-rF8KdVJ+VwUT2bEfCLZMPc05rUclr0wN2uOTYvd3z7g=", "ref": "master", - "rev": "02f8865b778515b4ecab6ff27b0ffc3e6c91ce9d", - "revCount": 299, + "rev": "e303bda7578385f488c2f23baa2e1a6a2b0b2aaf", + "revCount": 305, "type": "git", "url": "git://git.ppad.tech/fixed.git" }, diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-secp256k1 -version: 0.5.7 +version: 0.5.8 synopsis: Schnorr signatures, ECDSA, and ECDH on the elliptic curve secp256k1 license: MIT @@ -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.6 && < 0.2 + , ppad-fixed >= 0.2.0 && < 0.3 , primitive >= 0.8 && < 0.10 test-suite secp256k1-tests