commit 7100f1e47ed644adbdeb249c803fc9ab0333d905
parent 6ea32c355fea5564d688ae4e2209b770032f36c9
Author: Jared Tobin <jared@jtobin.io>
Date: Wed, 18 Dec 2024 17:02:07 -0330
release: v0.2.1
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,9 @@
# Changelog
+- 0.2.1 (2024-12-18)
+ * Adds 'serialize_point' for compressed-format serialization of
+ secp256k1 points.
+
- 0.2.0 (2024-11-08)
* Adds wNAF ("w-ary non-adjacent form") scalar multiplication, as
well as fast 'sign' and 'verify' variants for Schnorr and ECDSA
diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-secp256k1
-version: 0.2.0
+version: 0.2.1
synopsis: Schnorr signatures & ECDSA on the elliptic curve secp256k1
license: MIT
license-file: LICENSE