class FpNafMultiplier extends java.lang.Object implements ECMultiplier
Constructor and Description |
---|
FpNafMultiplier() |
Modifier and Type | Method and Description |
---|---|
ECPoint |
multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
D.3.2 pg 101
|
public ECPoint multiply(ECPoint p, java.math.BigInteger k, PreCompInfo preCompInfo)
multiply
in interface ECMultiplier
p
- The ECPoint
to be multiplied.k
- The factor by which p
i multiplied.p
multiplied by k
.kz.gamma.math.ec.ECMultiplier#multiply(kz.gamma.math.ec.ECPoint, java.math.BigInteger)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.