public class Tables1kGCMExponentiator extends java.lang.Object implements GCMExponentiator
| Constructor and Description | 
|---|
Tables1kGCMExponentiator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
exponentiateX(long pow,
             byte[] output)  | 
void | 
init(byte[] x)  | 
public void init(byte[] x)
init in interface GCMExponentiatorpublic void exponentiateX(long pow,
                          byte[] output)
exponentiateX in interface GCMExponentiator