blob: 0a5baa090ff63844e362fa35a6451118a0557662 [file] [log] [blame]
package org.bouncycastle.math.field;
import java.math.BigInteger;
public interface FiniteField
{
BigInteger getCharacteristic();
int getDimension();
}