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