public XRC4Cipher(string pKey) { m_pImpl = new TImpl(); Clear(); m_pImpl.Init(pKey); }
public void Clear() { m_pImpl.Init("Neat & Simple"); }