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