Class Tables8kGCMMultiplier
java.lang.Object
org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier
- All Implemented Interfaces:
GCMMultiplier
public class Tables8kGCMMultiplier extends Object implements GCMMultiplier
-
Constructor Summary
Constructors Constructor Description Tables8kGCMMultiplier() -
Method Summary
-
Constructor Details
-
Tables8kGCMMultiplier
public Tables8kGCMMultiplier()
-
-
Method Details
-
init
public void init(byte[] H)- Specified by:
initin interfaceGCMMultiplier
-
multiplyH
public void multiplyH(byte[] x)- Specified by:
multiplyHin interfaceGCMMultiplier
-