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