secp256k1

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

commit 061b9eb17ef843266483f2a4c2af6f3058262e53
parent 9f63dc58afbee8cbd65cc5e6334f59c8b7a21fd0
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed,  9 Oct 2024 15:44:05 +0400

test: add deps

Diffstat:
Mppad-secp256k1.cabal | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.cabal @@ -42,7 +42,9 @@ test-suite secp256k1-tests -rtsopts -Wall build-depends: - base + aeson + , attoparsec + , base , base16-bytestring , bytestring , ppad-secp256k1