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

HMACSHA512

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

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

public HMACSHA512(byte[] key, int hashSize)

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