|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.math.ec.WTauNafPreCompInfo
public class WTauNafPreCompInfo
Class holding precomputation data for the WTNAF (Window
τ
-adic Non-Adjacent Form) algorithm.
Field Summary | |
---|---|
protected ECPoint.F2m[] |
preComp
Array holding the precomputed ECPoint.F2m s used for the
WTNAF multiplication in
. |
Constructor Summary | |
---|---|
WTauNafPreCompInfo()
|
Method Summary | |
---|---|
ECPoint.F2m[] |
getPreComp()
|
void |
setPreComp(ECPoint.F2m[] preComp)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ECPoint.F2m[] preComp
ECPoint.F2m
s used for the
WTNAF multiplication in
WTauNafMultiplier.multiply()
.
Constructor Detail |
---|
public WTauNafPreCompInfo()
Method Detail |
---|
public ECPoint.F2m[] getPreComp()
public void setPreComp(ECPoint.F2m[] preComp)
|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |