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 9746e7a3305016138d0c6f8354b7aa7e6cd8c197
parent 0c075b2ca6b95f98924fa76b278402f089e33f71
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 19 Feb 2025 19:34:46 +0400

meta: badges

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,8 @@ # ppad-secp256k1 +[![](https://img.shields.io/hackage/v/ppad-secp256k1?color=blue)](https://hackage.haskell.org/package/ppad-secp256k1) +![](https://img.shields.io/badge/license-MIT-brightgreen) + A pure Haskell implementation of [BIP0340][bp340] Schnorr signatures and deterministic [RFC6979][r6979] ECDSA (with [BIP0146][bp146]-style "low-S" signatures) on the elliptic curve secp256k1.