| java.lang.Object org.bouncycastle.math.ec.WTauNafMultiplier
WTauNafMultiplier | class WTauNafMultiplier implements ECMultiplier(Code) | | Class implementing the WTNAF (Window
τ -adic Non-Adjacent Form) algorithm.
|
Method Summary | |
public ECPoint | multiply(ECPoint point, BigInteger k, PreCompInfo preCompInfo) Multiplies a
org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m by k using the reduced τ -adic NAF (RTNAF)
method.
Parameters: p - The ECPoint.F2m to multiply. Parameters: k - The integer by which to multiply k . |
multiply | public ECPoint multiply(ECPoint point, BigInteger k, PreCompInfo preCompInfo)(Code) | | Multiplies a
org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m by k using the reduced τ -adic NAF (RTNAF)
method.
Parameters: p - The ECPoint.F2m to multiply. Parameters: k - The integer by which to multiply k . p multiplied by k . |
|
|