From c29fa8241778c960112ce065287aab7048b1399f Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Thu, 24 Mar 2016 05:56:18 +0000 Subject: [PATCH] add a note about scalarInverse --- Crypto/ECC.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Crypto/ECC.hs b/Crypto/ECC.hs index 0a8c637..bf1039e 100644 --- a/Crypto/ECC.hs +++ b/Crypto/ECC.hs @@ -79,6 +79,9 @@ class EllipticCurve curve => EllipticCurveArith curve where -- | Scalar Multiplication on a curve pointSmul :: Scalar curve -> Point curve -> Point curve +-- -- | Scalar Inverse +-- scalarInverse :: Scalar curve -> Scalar curve + -- | P256 Curve -- -- also known as P256