Package org.bouncycastle.math.ec
Class WTauNafPreCompInfo
- java.lang.Object
-
- org.bouncycastle.math.ec.WTauNafPreCompInfo
-
- All Implemented Interfaces:
PreCompInfo
public class WTauNafPreCompInfo extends java.lang.Object implements PreCompInfo
Class holding precomputation data for the WTNAF (Windowτ
-adic Non-Adjacent Form) algorithm.
-
-
Field Summary
Fields Modifier and Type Field Description protected ECPoint.AbstractF2m[]
preComp
Array holding the precomputedECPoint.AbstractF2m
s used for the WTNAF multiplication.
-
Constructor Summary
Constructors Constructor Description WTauNafPreCompInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ECPoint.AbstractF2m[]
getPreComp()
void
setPreComp(ECPoint.AbstractF2m[] preComp)
-
-
-
Field Detail
-
preComp
protected ECPoint.AbstractF2m[] preComp
Array holding the precomputedECPoint.AbstractF2m
s used for the WTNAF multiplication.
-
-
Method Detail
-
getPreComp
public ECPoint.AbstractF2m[] getPreComp()
-
setPreComp
public void setPreComp(ECPoint.AbstractF2m[] preComp)
-
-