blob: 3e3629ffc0559fda890072bede85a4c5f6b980ba [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.crypto.modes.gcm;
/**
* @hide This class is not part of the Android public SDK API
*/
public interface GCMExponentiator
{
void init(byte[] x);
void exponentiateX(long pow, byte[] output);
}