Compute GMAC using AES-GCM in one-off operation
public static byte[] Gmac( byte[] key, byte[] iv, byte[] msg )
Public Shared Function Gmac ( _ key As Byte(), _ iv As Byte(), _ msg As Byte() _ ) As Byte()
GMAC value in 16-byte array, or empty array on error
Use General.ErrorCode to find the code of the last error.