Bouncy Castle Cryptography Library 1.79

org.bouncycastle.crypto.modes.kgcm
Class Tables16kKGCMMultiplier_512

java.lang.Object
  |
  +--org.bouncycastle.crypto.modes.kgcm.Tables16kKGCMMultiplier_512
All Implemented Interfaces:
KGCMMultiplier

public class Tables16kKGCMMultiplier_512
extends java.lang.Object
implements KGCMMultiplier


Constructor Summary
Tables16kKGCMMultiplier_512()
           
 
Method Summary
 void init(long[] H)
           
 void multiplyH(long[] z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tables16kKGCMMultiplier_512

public Tables16kKGCMMultiplier_512()
Method Detail

init

public void init(long[] H)
Specified by:
init in interface KGCMMultiplier

multiplyH

public void multiplyH(long[] z)
Specified by:
multiplyH in interface KGCMMultiplier

Bouncy Castle Cryptography Library 1.79