blob: 873b8e81908fcab343654c0bde5efb3c124d331d [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.org.bouncycastle.crypto.modes.gcm;
/**
* @hide This class is not part of the Android public SDK API
*/
public interface GCMMultiplier
{
void init(byte[] H);
void multiplyH(byte[] x);
}