!function(e,t){"object"==typeof exports?module.exports=exports=t(require("./core.min")):"function"==typeof define&&define.amd?define(["./core.min"],t):t(e.CryptoJS)}(this,function(e){return function(){var t=e,o=t.lib,r=o.WordArray,n=o.Hasher,i=t.algo,s=[],a=i.SHA1=n.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(e,t){for(var o=this._hash.words,r=o[0],n=o[1],i=o[2],a=o[3],c=o[4],h=0;h<80;h++){if(h<16)s[h]=0|e[t+h];else{var f=s[h-3]^s[h-8]^s[h-14]^s[h-16];s[h]=f<<1|f>>>31}var l=(r<<5|r>>>27)+c+s[h];l+=h<20?(n&i|~n&a)+1518500249:h<40?(n^i^a)+1859775393:h<60?(n&i|n&a|i&a)-1894007588:(n^i^a)-899497514,c=a,a=i,i=n<<30|n>>>2,n=r,r=l}o[0]=o[0]+r|0,o[1]=o[1]+n|0,o[2]=o[2]+i|0,o[3]=o[3]+a|0,o[4]=o[4]+c|0},_doFinalize:function(){var e=this._data,t=e.words,o=8*this._nDataBytes,r=8*e.sigBytes;return t[r>>>5]|=128<<24-r%32,t[(r+64>>>9<<4)+14]=Math.floor(o/4294967296),t[(r+64>>>9<<4)+15]=o,e.sigBytes=4*t.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA1=n._createHelper(a),t.HmacSHA1=n._createHmacHelper(a)}(),e.SHA1}); //# sourceMappingURL=sha1.min.js.map