Geek-Research-Lab/MeowJS

View on GitHub
NotAdded/video/xx.js

Summary

Maintainability
A
0 mins
Test Coverage
var xx;(function(h){var f=Math.pow(2,24);var ig=this;var c=Math.pow(2,32);function d(m){var l="",j;for(var k=7;k>=0;--k){j=(m>>>(k<<2))&15;l+=j.toString(16);}return l;}function e(j,i){return((j<<i)|(j>>>(32-i)));}var b=(function(){function i(j){ig.bytes=new Uint8Array(j<<2);}i.prototype.get=function(j){j<<=2;return(ig.bytes[j]*f)+((ig.bytes[j+1]<<16)|(ig.bytes[j+2]<<8)|ig.bytes[j+3]);};i.prototype.set=function(j,m){var l=Math.floor(m/f),k=m-(l*f);j<<=2;ig.bytes[j]=l;ig.bytes[j+1]=k>>16;ig.bytes[j+2]=(k>>8)&255;ig.bytes[j+3]=k&255;};return i;})();function a(k){k=k.replace(/[\u0080-\u07ff]/g,function(n){var i=n.charCodeAt(0);return String.fromCharCode(192|i>>6,128|i&63);});k=k.replace(/[\u0080-\uffff]/g,function(n){var i=n.charCodeAt(0);return String.fromCharCode(224|i>>12,128|i>>6&63,128|i&63);});var m=k.length,l=new Uint8Array(m);for(var j=0;j<m;++j){l[j]=k.charCodeAt(j);}return l.buffer;}function g(F){var v;if(F instanceof ArrayBuffer){v=F;}else{v=a(String(F));}var q=1732584193,p=4023233417,o=2562383102,n=271733878,m=3285377520,C,A=v.byteLength,x=A<<3,K=x+65,z=Math.ceil(K/512)<<9,u=z>>>3,L=u>>>2,t=new b(L),N=t.bytes,B,r=new Uint32Array(80),l=new Uint8Array(v);for(C=0;C<A;++C){N[C]=l[C];}N[A]=128;t.set(L-2,Math.floor(x/c));t.set(L-1,x&4294967295);for(C=0;C<L;C+=16){for(B=0;B<16;++B){r[B]=t.get(C+B);}for(;B<80;++B){r[B]=e(r[B-3]^r[B-8]^r[B-14]^r[B-16],1);}var M=q,J=p,I=o,H=n,E=m,D,y,G;for(B=0;B<80;++B){if(B<20){D=(J&I)|((~J)&H);y=1518500249;}else{if(B<40){D=J^I^H;y=1859775393;}else{if(B<60){D=(J&I)^(J&H)^(I&H);y=2400959708;}else{D=J^I^H;y=3395469782;}}}G=(e(M,5)+D+E+y+r[B])&4294967295;E=H;H=I;I=e(J,30);J=M;M=G;}q=(q+M)&4294967295;p=(p+J)&4294967295;o=(o+I)&4294967295;n=(n+H)&4294967295;m=(m+E)&4294967295;}return d(q)+d(p)+d(o)+d(n)+d(m);}h.hash=g;})(xx||(xx={}));