sha512


Description:

public static string sha512 (string key, string message)

Returns an HMAC-SHA512 hash in hexadecimal string form.

Parameters:

key

HMAC key.

message

message to hash.

Returns:

HMAC-SHA512 hash.