Renci.SshNet.Security.KeyExchangeDiffieHellmanGroup16Sha512
Represents "diffie-hellman-group16-sha512" algorithm implementation.
namespace Renci.SshNet.Security
{
internal class KeyExchangeDiffieHellmanGroup16Sha512 : KeyExchangeDiffieHellmanGroupSha512
{
public KeyExchangeDiffieHellmanGroup16Sha512();
}
}