Esempio n. 1
0
 public SecT233R1Curve() : base(233, 74, 0, 0)
 {
     this.m_infinity = new SecT233R1Point(this, null, null);
     this.m_a        = this.FromBigInteger(BigInteger.One);
     this.m_b        = this.FromBigInteger(new BigInteger(1, Hex.Decode("0066647EDE6C332C7F8C0923BB58213B333B20E9CE4281FE115F7D8F90AD")));
     this.m_order    = new BigInteger(1, Hex.Decode("01000000000000000000000000000013E974E72F8A6922031D2603CFE0D7"));
     this.m_cofactor = BigInteger.Two;
     this.m_coord    = 6;
 }
Esempio n. 2
0
        public SecT233R1Curve()
            : base(233, 74, 0, 0)
        {
            this.m_infinity = new SecT233R1Point(this, null, null);

            this.m_a = FromBigInteger(BigInteger.One);
            this.m_b = FromBigInteger(new BigInteger(1, Hex.Decode("0066647EDE6C332C7F8C0923BB58213B333B20E9CE4281FE115F7D8F90AD")));
            this.m_order = new BigInteger(1, Hex.Decode("01000000000000000000000000000013E974E72F8A6922031D2603CFE0D7"));
            this.m_cofactor = BigInteger.Two;

            this.m_coord = SecT233R1_DEFAULT_COORDS;
        }