Example #1
0
 public byte[] RC4DecryptCTR(byte[] input)
 {
     return(rc4.DecryptCTR(input));
 }