<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.Security.Cryptography.HMACSHA384

public class HMACSHA384 : 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); } }