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

HMACMD5

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

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

public HMACMD5(byte[] key, int hashSize)

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