Bouncy Castle Cryptography 1.51

org.bouncycastle.math.ec
Class WTauNafPreCompInfo

java.lang.Object
  extended by 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
protected  ECPoint.F2m[] preComp
          Array holding the precomputed ECPoint.F2ms used for the WTNAF multiplication in WTauNafMultiplier.multiply().
 
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

preComp

protected ECPoint.F2m[] preComp
Array holding the precomputed ECPoint.F2ms used for the WTNAF multiplication in WTauNafMultiplier.multiply().

Constructor Detail

WTauNafPreCompInfo

public WTauNafPreCompInfo()
Method Detail

getPreComp

public ECPoint.F2m[] getPreComp()

setPreComp

public void setPreComp(ECPoint.F2m[] preComp)

Bouncy Castle Cryptography 1.51