Computes MAC value in byte format from byte input
public static byte[] BytesFromBytes( byte[] message, byte[] key, MacAlgorithm macAlg )
Public Shared Function BytesFromBytes ( _ message As Byte(), _ key As Byte(), _ macAlg As MacAlgorithm _ ) As Byte()
VB6/C equivalent: MAC_Bytes