MivaScript Builtin Function, Miva Merchant 9+
crypto_hmac_md5( buffer var, key, format, result var )
<mvt:assign name="g.return_value" value="crypto_hmac_md5( buffer var, key, format, result var )" />
Performs an HMAC-MD5 on "buffer" using key "key", storing the result in "result".
buffer var
the data that will be processed.
key
the encryption key
format
on of the literal string "hex" or "binary"
result var
the return data.