Renci.SshNet.Security.Cryptography.Ciphers.BlowfishCipher
Blowfish cipher implementation.
namespace Renci.SshNet.Security.Cryptography.Ciphers
{
public sealed class BlowfishCipher : BlockCipher
{
public BlowfishCipher(byte[] key, CipherMode mode, CipherPadding padding);
}
}