class WNafPreCompInfo extends java.lang.Object implements PreCompInfo
| Modifier and Type | Field and Description |
|---|---|
private ECPoint[] |
preComp
Array holding the precomputed
ECPoints used for the Window
NAF multiplication in
. |
private ECPoint |
twiceP
Holds an
ECPoint representing twice(this). |
| Constructor and Description |
|---|
WNafPreCompInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected ECPoint[] |
getPreComp() |
protected ECPoint |
getTwiceP() |
protected void |
setPreComp(ECPoint[] preComp) |
protected void |
setTwiceP(ECPoint twiceThis) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.