|
发表于 2022-8-19 16:34:09
|
显示全部楼层
福建省漳州市
里面有一段是h=() 的格式是什么语法,没看懂,有没有解释下的 下面这段
h = (i.Hasher = f.extend({
cfg: o.extend(),
init: function(e) {
this.cfg = this.cfg.extend(e),
this.reset()
},
reset: function() {
f.reset.call(this),
this._doReset()
},
update: function(e) {
return this._append(e),
this._process(),
this
},
finalize: function(e) {
return e && this._append(e),
this._doFinalize()
},
blockSize: 16,
_createHelper: function(e) {
return function(t, n) {
return new e.init(n).finalize(t)
}
},
_createHmacHelper: function(e) {
return function(t, n) {
return new h.HMAC.init(e, n).finalize(t)
}
}
}), r.algo = {}) |
|