Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.modes.kgcm
Class Tables4kKGCMMultiplier_128

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

public class Tables4kKGCMMultiplier_128
extends java.lang.Object
implements KGCMMultiplier


Constructor Summary
Tables4kKGCMMultiplier_128()
           
 
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

Tables4kKGCMMultiplier_128

public Tables4kKGCMMultiplier_128()
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.77.0