Interface ECMultiplier
- All Known Implementing Classes:
AbstractECMultiplier, FixedPointCombMultiplier, GLVMultiplier, WNafL2RMultiplier, WTauNafMultiplier
public interface ECMultiplier
Interface for classes encapsulating a point multiplication algorithm
for
ECPoints.-
Method Summary
Modifier and TypeMethodDescriptionmultiply(ECPoint p, BigInteger k) 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 whichpis multiplied.- Returns:
pmultiplied byk.
-