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 fcde815992d008009a10c10a1d034aa418582e1a
parent 84904078c274c86c74064f3d1009100c44f0f610
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 10 Jan 2026 19:40:15 +0400

release: v0.5.3

Diffstat:
MCHANGELOG | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.5.3 (2026-01-10) + * Bumps the ppad-sha256 and ppad-hmac-drbg dependencies. + - 0.5.2 (2025-12-28) * Adds an explicit 64-bit architecture constraint. * Tests on GHC.10.3.