Beispiel #1
0
 public XRC4Cipher()
 {
     rc4 = new RC4Cipher();
     Clear();
 }