Class Tables1kGCMExponentiator
java.lang.Object
org.bouncycastle.crypto.modes.gcm.Tables1kGCMExponentiator
- All Implemented Interfaces:
GCMExponentiator
public class Tables1kGCMExponentiator extends Object implements GCMExponentiator
-
Constructor Summary
Constructors Constructor Description Tables1kGCMExponentiator() -
Method Summary
Modifier and Type Method Description voidexponentiateX(long pow, byte[] output)voidinit(byte[] x)
-
Constructor Details
-
Tables1kGCMExponentiator
public Tables1kGCMExponentiator()
-
-
Method Details
-
init
public void init(byte[] x)- Specified by:
initin interfaceGCMExponentiator
-
exponentiateX
public void exponentiateX(long pow, byte[] output)- Specified by:
exponentiateXin interfaceGCMExponentiator
-