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 0c075b2ca6b95f98924fa76b278402f089e33f71
parent eeaf72c0918819765b95148b140a6117dd612e9c
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 16 Feb 2025 16:37:42 +0400

release: v0.2.2

Diffstat:
MCHANGELOG | 3+++
Mppad-secp256k1.cabal | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.2.2 (2025-02-16) + * Exports the secp256k1 "point at infinity" as _CURVE_ZERO. + - 0.2.1 (2024-12-18) * Adds 'serialize_point' for compressed-format serialization of secp256k1 points. diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-secp256k1 -version: 0.2.1 +version: 0.2.2 synopsis: Schnorr signatures & ECDSA on the elliptic curve secp256k1 license: MIT license-file: LICENSE