// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.math.field;

import java.math.BigInteger;

public interface FiniteField
{
    BigInteger getCharacteristic();
    
    int getDimension();
}
