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