init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Org.BouncyCastle.Math.Field;
|
||||
|
||||
public interface IFiniteField
|
||||
{
|
||||
BigInteger Characteristic { get; }
|
||||
|
||||
int Dimension { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user