com.fitbur.bouncycastle.crypto.modes.gcm.GCMExponentiator Maven / Gradle / Ivy
package com.fitbur.bouncycastle.crypto.modes.gcm;
public interface GCMExponentiator
{
void init(byte[] x);
void exponentiateX(long pow, byte[] output);
}
package com.fitbur.bouncycastle.crypto.modes.gcm;
public interface GCMExponentiator
{
void init(byte[] x);
void exponentiateX(long pow, byte[] output);
}