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