Searched defs:preComp (Results 1 - 2 of 2) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
H A DWTauNafPreCompInfo.java15 private ECPoint.F2m[] preComp = null; field in class:WTauNafPreCompInfo
19 * @param preComp Array holding the precomputed <code>ECPoint.F2m</code>s
24 WTauNafPreCompInfo(ECPoint.F2m[] preComp) argument
26 this.preComp = preComp;
37 return preComp;
H A DWNafPreCompInfo.java15 private ECPoint[] preComp = null; field in class:WNafPreCompInfo
27 return preComp;
30 protected void setPreComp(ECPoint[] preComp) argument
32 this.preComp = preComp;

Completed in 100 milliseconds