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.F2m s 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.F2m
s used for the
WTNAF multiplication in
WTauNafMultiplier.multiply()
.WTauNafPreCompInfo(ECPoint.F2m[] preComp)
WTauNafPreCompInfo
preComp
- Array holding the precomputed ECPoint.F2m
s
used for the WTNAF multiplication in
WTauNafMultiplier.multiply()
.protected ECPoint.F2m[] getPreComp()
ECPoint.F2m
s
used for the WTNAF multiplication in
WTauNafMultiplier.multiply()
.Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.