secp256k1

Pure Haskell cryptographic primitives on the secp256k1 elliptic curve.
git clone git://git.ppad.tech/secp256k1.git
Log | Files | Refs | LICENSE

commit ee31fb730a7c96a118f4c18f28684dd9834918d0
parent 585e53f16478a3a4a3d581163136866fbd311d4e
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon, 16 Sep 2024 16:32:00 +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 = "ppad-secp256k1"; + description = "Pure Haskell cryptographic primitives on secp256k1"; inputs = { nixpkgs = {