public R4Cipher() { rc4 = new ARC4Managed (); }
public new static RC4 Create() { return(RC4.Create(nameof(RC4))); }
public new static RC4 Create() { return(RC4.Create("RC4")); }