Esempio n. 1
0
 public HabboCrypto(BigInteger n, BigInteger e, BigInteger d)
     : base(200)
 {
     this.RSA         = new HabboEncryption.RSA(n, e, d, 0, 0, 0, 0, 0);
     this.RC4         = new HabboEncryption.RC4();
     this.Initialized = false;
 }
Esempio n. 2
0
 public HabboCrypto(BigInteger n, BigInteger e, BigInteger d)
     : base(200)
 {
     this.RSA = new HabboEncryption.RSA(n, e, d, 0, 0, 0, 0, 0);
     this.RC4 = new HabboEncryption.RC4();
     this.Initialized = false;
 }