Renci.SshNet.Security.Org.BouncyCastle.Math.EC.F2mFieldElement
namespace Renci.SshNet.Security.Org.BouncyCastle.Math.EC
{
internal class F2mFieldElement : AbstractF2mFieldElement
{
public const int Gnb = 1;
public const int Tpb = 2;
public const int Ppb = 3;
public int Representation { get; }
public int M { get; }
public int K1 { get; }
public int K2 { get; }
public int K3 { 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);
}
}