C# Class Renci.SshNet.Security.KeyExchangeDiffieHellmanGroupExchangeSha256

Represents "diffie-hellman-group-exchange-sha256" algorithm implementation.
Inheritance: KeyExchangeDiffieHellmanGroupExchangeShaBase
Datei anzeigen Open project: sshnet/SSH.NET Class Usage Examples

Protected Methods

Method Description
Hash ( byte hashBytes ) : byte[]

Hashes the specified data bytes.

Method Details

Hash() protected method

Hashes the specified data bytes.
protected Hash ( byte hashBytes ) : byte[]
hashBytes byte Data to hash.
return byte[]