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

HMACSHA384

public class HMACSHA384 : HMACSHA384
Computes a Hash-based Message Authentication Code (HMAC) by using the SHA384 hash function.
public HMACSHA384(byte[] key)

Initializes a new instance of the HMACSHA384 class with the specified key.

public HMACSHA384(byte[] key, int hashSize)

Initializes a new instance of the HMACSHA384 class with the specified key and size of the computed hash code.