commit f095b1d2fa500cd26626fde3d14e8c4f40e0cb07
parent a19243d4288372df2d6fba73fba46f981fb44c26
Author: Jared Tobin <jared@jtobin.io>
Date: Sun, 7 Jun 2026 17:47:29 -0230
release: v0.5.6
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,10 @@
# Changelog
+- 0.5.6 (2026-06-07)
+ * Improves the wall-clock performance of the constant-time, non-wNAF
+ scalar multiplication function by about 35%. ECDH also speeds up
+ proportionally as a direct result.
+
- 0.5.5 (2026-05-22)
* Adds no-hash ECDSA signature verification utilities that skip the
internal SHA256 step.
diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-secp256k1
-version: 0.5.5
+version: 0.5.6
synopsis: Schnorr signatures, ECDSA, and ECDH on the elliptic curve
secp256k1
license: MIT