Skip to content

Commit fff65ce

Browse files
committed
fix typo in hmac-sha3
1 parent 034d533 commit fff65ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt/config/modularize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = {
8282
"components": ["core", "x64-core", "sha512", "sha384", "hmac"]
8383
},
8484
"hmac-sha3": {
85-
"exports": "CryptoJSHmacSHA3",
85+
"exports": "CryptoJS.HmacSHA3",
8686
"components": ["core", "x64-core", "sha3", "hmac"]
8787
},
8888
"hmac-ripemd160": {

0 commit comments

Comments
 (0)