1 Star 0 Fork 21

qhasilver/crypto-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hmac-sha224.js 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
evanvosberg 提交于 2015-04-01 15:11 . Merge branch 'release/3.1.4'
;(function (root, factory, undef) {
if (typeof exports === "object") {
// CommonJS
module.exports = exports = factory(require("./core"), require("./sha256"), require("./sha224"), require("./hmac"));
}
else if (typeof define === "function" && define.amd) {
// AMD
define(["./core", "./sha256", "./sha224", "./hmac"], factory);
}
else {
// Global (browser)
factory(root.CryptoJS);
}
}(this, function (CryptoJS) {
return CryptoJS.HmacSHA224;
}));
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/qhasilver/crypto-js.git
git@gitee.com:qhasilver/crypto-js.git
qhasilver
crypto-js
crypto-js
master

搜索帮助