Renci.SshNet.Security.Cryptography.AsymmetricCipher
Base class for asymmetric cipher implementations.
namespace Renci.SshNet.Messages.Transport
{
}
namespace Renci.SshNet.Security.Cryptography
{
public abstract class AsymmetricCipher : Cipher
{
protected AsymmetricCipher();
}
}