Example #1
0
 public bool RC4SetIV(byte[] input)
 {
     rc4.SetIV(input);
     return(true);
 }