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 4c75152a526338e4885f26700f31db34ba448a0f
parent 8c96d4b20db360bc9820bc80296206ba390aa6ee
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 28 Dec 2025 12:09:56 -0330

release: v0.5.2

Diffstat:
MCHANGELOG | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,8 +1,7 @@ # Changelog - 0.5.2 (2025-12-28) - * Adds an explicit 64-bit architecture constraint, as implicitly this was - assumed. + * Adds an explicit 64-bit architecture constraint. * Tests on GHC.10.3. - 0.5.1 (2025-12-27)