Renci.SshNet.Security.KeyExchangeDiffieHellmanGroupSha512
Base class for "diffie-hellman" SHA-512 group algorithm implementations.
namespace Renci.SshNet.Security
{
internal abstract class KeyExchangeDiffieHellmanGroupSha512 : KeyExchangeDiffieHellmanGroupShaBase
{
protected KeyExchangeDiffieHellmanGroupSha512();
}
}