Renci.SshNet.Security.Cryptography.HMACSHA384
Computes a Hash-based Message Authentication Code (HMAC) by using the SHA384 hash function.
namespace Renci.SshNet.Security.Cryptography
{
public class HMACSHA384 : System.Security.Cryptography.HMACSHA384
{
public HMACSHA384(byte[] key);
public HMACSHA384(byte[] key, int hashSize);
}
}