Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.modes.kgcm
Class BasicKGCMMultiplier_512

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

public class BasicKGCMMultiplier_512
extends java.lang.Object
implements KGCMMultiplier


Constructor Summary
BasicKGCMMultiplier_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

BasicKGCMMultiplier_512

public BasicKGCMMultiplier_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.77.0