|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkz.gamma.hardware.crypto.software.ec.FpNafMultiplier
class FpNafMultiplier
Class implementing the NAF (Non-Adjacent Form) multiplication algorithm.
| Constructor Summary | |
|---|---|
FpNafMultiplier()
|
|
| Method Summary | |
|---|---|
ECPoint |
multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
D.3.2 pg 101 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
FpNafMultiplier()
| Method Detail |
|---|
public ECPoint multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
multiply in interface ECMultiplierp - 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||