Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.modes.kgcm
Class BasicKGCMMultiplier_256

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

public class BasicKGCMMultiplier_256
extends java.lang.Object
implements KGCMMultiplier


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

BasicKGCMMultiplier_256

public BasicKGCMMultiplier_256()
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