Interface ECMultiplier
- All Known Implementing Classes:
FpNafMultiplier
interface ECMultiplier
Interface for classes encapsulating a point multiplication algorithm
for
ECPoints.-
Method Summary
Modifier and TypeMethodDescriptionmultiply(ECPoint p, BigInteger k, PreCompInfo preCompInfo) Multiplies theECPoint pbyk, i.e.
-
Method Details
-
multiply
Multiplies theECPoint pbyk, i.e.pis addedktimes to itself.- Parameters:
p- TheECPointto be multiplied.k- The factor by whichpi multiplied.- Returns:
pmultiplied byk.
-