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