|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkz.gamma.hardware.crypto.software.ec.ReferenceMultiplier
class ReferenceMultiplier
| Constructor Summary | |
|---|---|
ReferenceMultiplier()
|
|
| Method Summary | |
|---|---|
ECPoint |
multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
Simple shift-and-add multiplication. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ReferenceMultiplier()
| Method Detail |
|---|
public ECPoint multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
ECPoint.
multiply in interface ECMultiplierp - The point to multiply.k - The factor by which to multiply.
k * p.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||