Class Tables8kGCMMultiplier
- java.lang.Object
-
- org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier
-
- All Implemented Interfaces:
GCMMultiplier
public class Tables8kGCMMultiplier extends java.lang.Object implements GCMMultiplier
-
-
Constructor Summary
Constructors Constructor Description Tables8kGCMMultiplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(byte[] H)
void
multiplyH(byte[] x)
-
-
-
Method Detail
-
init
public void init(byte[] H)
- Specified by:
init
in interfaceGCMMultiplier
-
multiplyH
public void multiplyH(byte[] x)
- Specified by:
multiplyH
in interfaceGCMMultiplier
-
-