add a note about scalarInverse
This commit is contained in:
parent
f3255c2fa0
commit
c29fa82417
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user