commit 9ea8dc66da273d0aa270c24ff44d8397c6f800ae
parent 4b7ddecf8e724a3eb899fb8bec37d4ba4bab3f7f
Author: Jared Tobin <jared@jtobin.io>
Date: Thu, 14 Nov 2024 10:17:02 +0400
lib: hlint complaint
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Crypto/Curve/Secp256k1.hs b/lib/Crypto/Curve/Secp256k1.hs
@@ -213,7 +213,7 @@ lift x
| otherwise = y
in if c /= modexp y 2 (fi _CURVE_P)
then Nothing
- else Just $! (Affine x y_p)
+ else Just $! Affine x y_p
-- coordinate systems & transformations ---------------------------------------