|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkz.gamma.hardware.crypto.software.ec.WTauNafPreCompInfo
class WTauNafPreCompInfo
Class holding precomputation data for the WTNAF (Window
τ-adic Non-Adjacent Form) algorithm.
| Field Summary | |
|---|---|
private ECPoint.F2m[] |
preComp
Array holding the precomputed ECPoint.F2ms used for the
WTNAF multiplication in
. |
| Constructor Summary | |
|---|---|
WTauNafPreCompInfo(ECPoint.F2m[] preComp)
Constructor for WTauNafPreCompInfo |
|
| Method Summary | |
|---|---|
protected ECPoint.F2m[] |
getPreComp()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ECPoint.F2m[] preComp
ECPoint.F2ms used for the
WTNAF multiplication in
WTauNafMultiplier.multiply().
| Constructor Detail |
|---|
WTauNafPreCompInfo(ECPoint.F2m[] preComp)
WTauNafPreCompInfo
preComp - Array holding the precomputed ECPoint.F2ms
used for the WTNAF multiplication in
WTauNafMultiplier.multiply().| Method Detail |
|---|
protected ECPoint.F2m[] getPreComp()
ECPoint.F2ms
used for the WTNAF multiplication in
WTauNafMultiplier.multiply().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||