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 02a94bd244dfff3daa1450ad7d5f7c862db8e55c
parent 52b74114ec6422743ab215027070500af3c000d3
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 28 Dec 2025 10:39:41 -0330

meta: add architecture constraint

This assumption was implicit previously, so now we make it concrete.

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

diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.cabal @@ -26,6 +26,8 @@ source-repository head library default-language: Haskell2010 + if !(arch(x86_64) || arch(aarch64)) + buildable: False hs-source-dirs: lib ghc-options: -Wall