F2mFieldElement class F2mFieldElement : AbstractF2mFieldElement Documentation Code public const int Gnb = 1 public const int Ppb = 3 public const int Tpb = 2 public int K1 { get; } public int K2 { get; } public int K3 { get; } public int M { get; } public int Representation { get; } public F2mFieldElement(int m, int k1, int k2, int k3, BigInteger x) public F2mFieldElement(int m, int k, BigInteger x) public static void CheckFieldElements(ECFieldElement a, ECFieldElement b) public virtual bool Equals(F2mFieldElement other)