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 bd7872118b13e76833830ec3e3fee7fa2a411d71
parent 12153748df27716a31d79b1809dd628c9c207640
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 19 Oct 2024 18:45:09 +0400

release: v0.1.0

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,6 @@ -# Revision history for ppad-secp256k1 +# Changelog -## 0.1.0 -- YYYY-mm-dd +- 0.1.0 (2024-10-19) + * Initial release, supporting public key derivation and Schnorr & + ECDSA signatures on secp256k1. -* First version. Released on an unsuspecting world.