Renci.SshNet.Security.KeyExchangeDiffieHellmanGroupSha512
namespace Renci.SshNet.Security
{
internal abstract class KeyExchangeDiffieHellmanGroupSha512 : KeyExchangeDiffieHellmanGroupShaBase
{
protected KeyExchangeDiffieHellmanGroupSha512();
}
}