blob: f52f61051c1f1f33a34fd45f03a1d1aed7e72fa9 [file] [log] [blame]
package org.bouncycastle.crypto.modes.gcm;
public interface GCMMultiplier
{
void init(byte[] H);
void multiplyH(byte[] x);
}