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 4d956ecc3bb025cae39529c24db734728f10e0ba
parent 867a94308b747ae0d23d77b6c192da3bfd0bc74a
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 15 Oct 2024 14:57:49 +0400

meta: flake description

Diffstat:
Mflake.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix @@ -1,5 +1,5 @@ { - description = "Pure Haskell cryptographic primitives on secp256k1"; + description = "Pure Haskell Schnorr, ECDSA on secp256k1"; inputs = { ppad-sha256 = {