Renci.SshNet.Security.Cryptography.Ciphers.TwofishCipher
Implements Twofish cipher algorithm
namespace Renci.SshNet.Security.Cryptography.Ciphers
{
public sealed class TwofishCipher : BlockCipher
{
public TwofishCipher(byte[] key, CipherMode mode, CipherPadding padding);
}
}