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 f1856454f85271b1893ca96d6830ce44d29f6e96
parent a615d107966b3eec053bbd0e9851ad5490047d26
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 20 Dec 2025 14:54:42 -0330

meta: fix link

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

diff --git a/README.md b/README.md @@ -210,3 +210,4 @@ to get a REPL for the main library. [const]: https://www.chosenplaintext.ca/articles/beginners-guide-constant-time-cryptography.html [csecp]: https://git.ppad.tech/csecp256k1 [noble]: https://github.com/paulmillr/noble-secp256k1 +[fixed]: https://git.ppad.tech/fixed