public class WTauNafPreCompInfo extends java.lang.Object implements PreCompInfo
τ
-adic Non-Adjacent Form) algorithm.Modifier and Type | Field and Description |
---|---|
protected ECPoint.F2m[] |
preComp
Array holding the precomputed
ECPoint.F2m s used for the
WTNAF multiplication in
. |
Constructor and Description |
---|
WTauNafPreCompInfo() |
Modifier and Type | Method and Description |
---|---|
ECPoint.F2m[] |
getPreComp() |
void |
setPreComp(ECPoint.F2m[] preComp) |
protected ECPoint.F2m[] preComp
ECPoint.F2m
s used for the
WTNAF multiplication in
WTauNafMultiplier.multiply()
.public ECPoint.F2m[] getPreComp()
public void setPreComp(ECPoint.F2m[] preComp)