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 e76ab374e7344e19e0ffc362dc393d3fea2653c6
parent 41b8bc9f75f7d54247b823731a44c62703b93e1d
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri,  8 Nov 2024 14:47:08 +0400

lib: add primitive dep

Diffstat:
Mppad-secp256k1.cabal | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.cabal @@ -30,6 +30,7 @@ library , bytestring >= 0.9 && < 0.13 , ppad-hmac-drbg >= 0.1 && < 0.2 , ppad-sha256 >= 0.2 && < 0.3 + , primitive >= 0.8 && < 0.10 test-suite secp256k1-tests type: exitcode-stdio-1.0