what-the-bank/sources/org/bouncycastle/crypto/modes/gcm/GCMExponentiator.java

9 lines
188 B
Java

package org.bouncycastle.crypto.modes.gcm;
/* loaded from: classes6.dex */
public interface GCMExponentiator {
void exponentiateX(long j, byte[] bArr);
void init(byte[] bArr);
}