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 d7dbc43371aa4a300d6616f97609c593ba527178
parent e7f61dd076cfb19baeec5c8929a3353a23a6e0a8
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun,  7 Jun 2026 17:44:11 -0230

gitignore: ignore asm dumps

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,4 @@ dist-newstyle/ result result-doc +*.s