secp256k1

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

commit a146be59b0d6a394ec3c7be2f6baeba74b1c283f
parent 9461bfcbf15a7f8259e9653eebab3a78ec7277a9
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 23 Mar 2024 10:02:58 +0400

meta: add .ghci file

Diffstat:
A.ghci | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.ghci b/.ghci @@ -0,0 +1 @@ +:set -XOverloadedStrings