commit 6e7966341c1bc5fa1feb333570a05c97e34a6b7e
parent 53b335c2466c1316be91af119cc000236aa78034
Author: Jared Tobin <jared@jtobin.io>
Date: Fri, 22 May 2026 11:09:45 -0230
release: v0.5.5
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,9 @@
# Changelog
+- 0.5.5 (2026-05-22)
+ * Adds no-hash ECDSA signature verification utilities that skip the
+ internal SHA256 step.
+
- 0.5.4 (2026-02-04)
* Nonce generation for ECDSA is now more secure due to recent
improvements in ppad-hmac-drbg. The DRBG state is now guaranteed
diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-secp256k1
-version: 0.5.4
+version: 0.5.5
synopsis: Schnorr signatures, ECDSA, and ECDH on the elliptic curve
secp256k1
license: MIT