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 9fa71722fa32446e0c457ebe77a5acd7eec0c055
parent 0283696e245b1c70f554d79995e41139561ed4b8
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed,  6 Nov 2024 17:22:19 +0400

meta: readme typo

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -36,7 +36,7 @@ A sample GHCi session: > -- create and verify a low-S ECDSA signature for the message > let sig1 = Secp256k1.sign_ecdsa sec msg > Secp256k1.verify_ecdsa msg pub sig1 - > True + True ``` ## Documentation