Shortcut function to the HMAC's object interface.
var hmac = CryptoJS.HmacRIPEMD160(message, key); Copy
var hmac = CryptoJS.HmacRIPEMD160(message, key);
The message to hash.
The secret key.
The HMAC.
Shortcut function to the HMAC's object interface.
Example