public SecT283K1Curve() : base(0x11b, 5, 7, 12) { this.m_infinity = new SecT283K1Point(this, null, null); base.m_a = this.FromBigInteger(BigInteger.Zero); base.m_b = this.FromBigInteger(BigInteger.One); base.m_order = new BigInteger(1, Hex.Decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9AE2ED07577265DFF7F94451E061E163C61")); base.m_cofactor = BigInteger.ValueOf(4L); base.m_coord = 6; }
public SecT283K1Curve() : base(283, 5, 7, 12) { this.m_infinity = new SecT283K1Point(this, null, null); this.m_a = FromBigInteger(BigInteger.Zero); this.m_b = FromBigInteger(BigInteger.One); this.m_order = new BigInteger(1, Hex.Decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9AE2ED07577265DFF7F94451E061E163C61")); this.m_cofactor = BigInteger.ValueOf(4); this.m_coord = SecT283K1_DEFAULT_COORDS; }