class WTauNafPreCompInfo extends java.lang.Object implements PreCompInfo
τ-adic Non-Adjacent Form) algorithm.| Modifier and Type | Field and Description |
|---|---|
private ECPoint.F2m[] |
preComp
Array holding the precomputed
ECPoint.F2ms used for the
WTNAF multiplication in
. |
| Constructor and Description |
|---|
WTauNafPreCompInfo(ECPoint.F2m[] preComp)
Constructor for
WTauNafPreCompInfo |
| Modifier and Type | Method and Description |
|---|---|
protected ECPoint.F2m[] |
getPreComp() |
private ECPoint.F2m[] preComp
ECPoint.F2ms used for the
WTNAF multiplication in
WTauNafMultiplier.multiply().WTauNafPreCompInfo(ECPoint.F2m[] preComp)
WTauNafPreCompInfopreComp - Array holding the precomputed ECPoint.F2ms
used for the WTNAF multiplication in
WTauNafMultiplier.multiply().protected ECPoint.F2m[] getPreComp()
ECPoint.F2ms
used for the WTNAF multiplication in
WTauNafMultiplier.multiply().Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.