kz.gamma.hardware.crypto.software.ec
Class WTauNafPreCompInfo

java.lang.Object
  extended by kz.gamma.hardware.crypto.software.ec.WTauNafPreCompInfo
All Implemented Interfaces:
PreCompInfo

 class WTauNafPreCompInfo
extends java.lang.Object
implements PreCompInfo

Class holding precomputation data for the WTNAF (Window τ-adic Non-Adjacent Form) algorithm.


Field Summary
private  ECPoint.F2m[] preComp
          Array holding the precomputed ECPoint.F2ms used for the WTNAF multiplication in WTauNafMultiplier.multiply().
 
Constructor Summary
WTauNafPreCompInfo(ECPoint.F2m[] preComp)
          Constructor for WTauNafPreCompInfo
 
Method Summary
protected  ECPoint.F2m[] getPreComp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preComp

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

Constructor Detail

WTauNafPreCompInfo

WTauNafPreCompInfo(ECPoint.F2m[] preComp)
Constructor for WTauNafPreCompInfo

Parameters:
preComp - Array holding the precomputed ECPoint.F2ms used for the WTNAF multiplication in WTauNafMultiplier.multiply().
Method Detail

getPreComp

protected ECPoint.F2m[] getPreComp()
Returns:
the array holding the precomputed ECPoint.F2ms used for the WTNAF multiplication in WTauNafMultiplier.multiply().


Copyright © 2013 Gamma Technologies. All Rights Reserved.