Shortcut function to the hasher's object interface.
var hash = CryptoJS.RIPEMD160('message'); var hash = CryptoJS.RIPEMD160(wordArray); Copy
var hash = CryptoJS.RIPEMD160('message'); var hash = CryptoJS.RIPEMD160(wordArray);
The message to hash.
Optional
The hash.
Shortcut function to the hasher's object interface.
Example