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