Renci.SshNet.Security.Cryptography.Ciphers.Arc4Cipher
Implements ARCH4 cipher algorithm
namespace Renci.SshNet.Security.Cryptography.Ciphers
{
public sealed class Arc4Cipher : StreamCipher
{
public Arc4Cipher(byte[] key, bool dischargeFirstBytes);
}
}