Example #1
0
		public R4Cipher()
		{
			rc4 = new ARC4Managed ();
		}
Example #2
0
 public new static RC4 Create()
 {
     return(RC4.Create(nameof(RC4)));
 }
Example #3
0
 public new static RC4 Create()
 {
     return(RC4.Create("RC4"));
 }