Renci.SshNet.Security.KeyExchangeDiffieHellmanGroupSha1
Represents "diffie-hellman-group1-sha1" algorithm implementation.
namespace Renci.SshNet.Security
{
internal abstract class KeyExchangeDiffieHellmanGroupSha1 : KeyExchangeDiffieHellmanGroupShaBase
{
protected KeyExchangeDiffieHellmanGroupSha1();
}
}