@polyv/answer-card-sdk 2.5.0-rc-20251113.1 → 2.5.0-rc-20251204.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +3 -3
- package/index.es.d.ts +5 -1
- package/index.es.js +24 -24
- package/index.umd.js +3 -3
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var xn=Object.defineProperty;var fn=(d,F,e)=>F in d?xn(d,F,{enumerable:!0,configurable:!0,writable:!0,value:e}):d[F]=e;var ne=(d,F,e)=>fn(d,typeof F!="symbol"?F+"":F,e);var ue=(d,F,e)=>new Promise((t,r)=>{var n=g=>{try{v(e.next(g))}catch(o){r(o)}},c=g=>{try{v(e.throw(g))}catch(o){r(o)}},v=g=>g.done?t(g.value):Promise.resolve(g.value).then(n,c);v((e=e.apply(d,F)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class sn{constructor(){this.__eventStore={}}__addOnEvent(F,e,t,r){if(!e||!t)return;let n=this.__eventStore[e];n||(n=[]),n.push({type:F,handler:t,callbackHandler:t.bind(r)}),this.__eventStore[e]=n}on(F,e,t=this){this.__addOnEvent("normal",F,e,t)}once(F,e,t=this){this.__addOnEvent("once",F,e,t)}off(F,e){let t=this.__eventStore[F];t&&(t=t.filter(r=>r.handler!==e),this.__eventStore[F]=t)}emit(F,e,t){const r=this.__eventStore[F];r&&r.forEach(n=>{const{type:c,handler:v,callbackHandler:g}=n;typeof g=="function"&&g(e,t),c==="once"&&this.off(F,v)})}destroy(){this.__eventStore={}}}var Q0=(d=>(d.CheckBox="C",d.Radio="R",d.Question="Q",d.Star="X",d.Scor="S",d.Judgement="J",d.Fill="T",d.Vote="V",d))(Q0||{});function cn(d,F){let e;return d&&(e={[Q0.CheckBox]:d.toLocaleUpperCase().split("").sort(),[Q0.Radio]:d.toLocaleUpperCase(),[Q0.Judgement]:d.toLocaleUpperCase(),[Q0.Scor]:St(d.toLocaleUpperCase()),[Q0.Star]:St(d.toLocaleUpperCase()),[Q0.Fill]:d.split(","),[Q0.Question]:d,[Q0.Vote]:d}[F]),e}function un(d){let F="";return{[Q0.Radio]:()=>{F=d.answer},[Q0.Judgement]:()=>{F=d.answer},[Q0.Question]:()=>{F=d.answer},[Q0.CheckBox]:()=>{F=d.answer.sort().join("")},[Q0.Scor]:()=>{typeof d.answer=="number"&&d.answer&&(F=yt(d.answer)),typeof d.answer=="string"&&d.answer&&(F=d.answer)},[Q0.Star]:()=>{d.answer&&(F=yt(d.answer))},[Q0.Fill]:()=>{F=d.answer.join(",")},[Q0.Vote]:()=>{F=d.answer}}[d.type](),F}function yt(d){if(d<=0)throw new Error("Input must be a positive integer.");let F="";for(;d>0;){d--;const e=d%26+65;F=String.fromCharCode(e)+F,d=Math.floor(d/26)}return F}function St(d){let F=0;for(let e=0;e<d.length;e++)F=F*26+(d.charCodeAt(e)-65);return F+1}const mt=typeof Buffer=="function",Tt=typeof TextDecoder=="function"?new TextDecoder:void 0;typeof TextEncoder=="function"&&new TextEncoder;const dn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",hn=Array.prototype.slice.call(dn),Se=(d=>{let F={};return d.forEach((e,t)=>F[e]=t),F})(hn),ln=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,ve=String.fromCharCode.bind(String),Rt=typeof Uint8Array.from=="function"?Uint8Array.from.bind(Uint8Array):d=>new Uint8Array(Array.prototype.slice.call(d,0)),Cr=d=>d.replace(/[^A-Za-z0-9\+\/]/g,""),pn=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,vn=d=>{switch(d.length){case 4:var F=(7&d.charCodeAt(0))<<18|(63&d.charCodeAt(1))<<12|(63&d.charCodeAt(2))<<6|63&d.charCodeAt(3),e=F-65536;return ve((e>>>10)+55296)+ve((e&1023)+56320);case 3:return ve((15&d.charCodeAt(0))<<12|(63&d.charCodeAt(1))<<6|63&d.charCodeAt(2));default:return ve((31&d.charCodeAt(0))<<6|63&d.charCodeAt(1))}},bn=d=>d.replace(pn,vn),yn=d=>{if(d=d.replace(/\s+/g,""),!ln.test(d))throw new TypeError("malformed base64.");d+="==".slice(2-(d.length&3));let F,e,t,r=[];for(let n=0;n<d.length;)F=Se[d.charAt(n++)]<<18|Se[d.charAt(n++)]<<12|(e=Se[d.charAt(n++)])<<6|(t=Se[d.charAt(n++)]),e===64?r.push(ve(F>>16&255)):t===64?r.push(ve(F>>16&255,F>>8&255)):r.push(ve(F>>16&255,F>>8&255,F&255));return r.join("")},Fr=typeof atob=="function"?d=>atob(Cr(d)):mt?d=>Buffer.from(d,"base64").toString("binary"):yn,gn=mt?d=>Rt(Buffer.from(d,"base64")):d=>Rt(Fr(d).split("").map(F=>F.charCodeAt(0))),mn=mt?d=>Buffer.from(d,"base64").toString("utf8"):Tt?d=>Tt.decode(gn(d)):d=>bn(Fr(d)),En=d=>Cr(d.replace(/[-_]/g,F=>F=="-"?"+":"/")),Ee=d=>mn(En(d));Ee("S0xmTzdabmZRQzhqSXZFWA==");Ee("VlRSZTdTbWRsbFJzSjdDYg==");Ee("UG9seXZBcGlSZXNwb25zZQ==");Ee("UG9seXZMaXZlRW5jcnlwdA==");var S0=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Bn(d){if(d.__esModule)return d;var F=d.default;if(typeof F=="function"){var e=function t(){return this instanceof t?Reflect.construct(F,arguments,this.constructor):F.apply(this,arguments)};e.prototype=F.prototype}else e={};return Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(d).forEach(function(t){var r=Object.getOwnPropertyDescriptor(d,t);Object.defineProperty(e,t,r.get?r:{enumerable:!0,get:function(){return d[t]}})}),e}var An={exports:{}};function wn(d){throw new Error('Could not dynamically require "'+d+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Pe={exports:{}};const Cn={},Fn=Object.freeze(Object.defineProperty({__proto__:null,default:Cn},Symbol.toStringTag,{value:"Module"})),_n=Bn(Fn);var It;function k0(){return It||(It=1,function(d,F){(function(e,t){d.exports=t()})(S0,function(){var e=e||function(t,r){var n;if(typeof window!="undefined"&&window.crypto&&(n=window.crypto),typeof self!="undefined"&&self.crypto&&(n=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(n=globalThis.crypto),!n&&typeof window!="undefined"&&window.msCrypto&&(n=window.msCrypto),!n&&typeof S0!="undefined"&&S0.crypto&&(n=S0.crypto),!n&&typeof wn=="function")try{n=_n}catch(y){}var c=function(){if(n){if(typeof n.getRandomValues=="function")try{return n.getRandomValues(new Uint32Array(1))[0]}catch(y){}if(typeof n.randomBytes=="function")try{return n.randomBytes(4).readInt32LE()}catch(y){}}throw new Error("Native crypto module could not be used to get secure random number.")},v=Object.create||function(){function y(){}return function(f){var s;return y.prototype=f,s=new y,y.prototype=null,s}}(),g={},o=g.lib={},a=o.Base=function(){return{extend:function(y){var f=v(this);return y&&f.mixIn(y),(!f.hasOwnProperty("init")||this.init===f.init)&&(f.init=function(){f.$super.init.apply(this,arguments)}),f.init.prototype=f,f.$super=this,f},create:function(){var y=this.extend();return y.init.apply(y,arguments),y},init:function(){},mixIn:function(y){for(var f in y)y.hasOwnProperty(f)&&(this[f]=y[f]);y.hasOwnProperty("toString")&&(this.toString=y.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),w=o.WordArray=a.extend({init:function(y,f){y=this.words=y||[],f!=r?this.sigBytes=f:this.sigBytes=y.length*4},toString:function(y){return(y||u).stringify(this)},concat:function(y){var f=this.words,s=y.words,B=this.sigBytes,A=y.sigBytes;if(this.clamp(),B%4)for(var C=0;C<A;C++){var S=s[C>>>2]>>>24-C%4*8&255;f[B+C>>>2]|=S<<24-(B+C)%4*8}else for(var I=0;I<A;I+=4)f[B+I>>>2]=s[I>>>2];return this.sigBytes+=A,this},clamp:function(){var y=this.words,f=this.sigBytes;y[f>>>2]&=4294967295<<32-f%4*8,y.length=t.ceil(f/4)},clone:function(){var y=a.clone.call(this);return y.words=this.words.slice(0),y},random:function(y){for(var f=[],s=0;s<y;s+=4)f.push(c());return new w.init(f,y)}}),x=g.enc={},u=x.Hex={stringify:function(y){for(var f=y.words,s=y.sigBytes,B=[],A=0;A<s;A++){var C=f[A>>>2]>>>24-A%4*8&255;B.push((C>>>4).toString(16)),B.push((C&15).toString(16))}return B.join("")},parse:function(y){for(var f=y.length,s=[],B=0;B<f;B+=2)s[B>>>3]|=parseInt(y.substr(B,2),16)<<24-B%8*4;return new w.init(s,f/2)}},l=x.Latin1={stringify:function(y){for(var f=y.words,s=y.sigBytes,B=[],A=0;A<s;A++){var C=f[A>>>2]>>>24-A%4*8&255;B.push(String.fromCharCode(C))}return B.join("")},parse:function(y){for(var f=y.length,s=[],B=0;B<f;B++)s[B>>>2]|=(y.charCodeAt(B)&255)<<24-B%4*8;return new w.init(s,f)}},p=x.Utf8={stringify:function(y){try{return decodeURIComponent(escape(l.stringify(y)))}catch(f){throw new Error("Malformed UTF-8 data")}},parse:function(y){return l.parse(unescape(encodeURIComponent(y)))}},h=o.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new w.init,this._nDataBytes=0},_append:function(y){typeof y=="string"&&(y=p.parse(y)),this._data.concat(y),this._nDataBytes+=y.sigBytes},_process:function(y){var f,s=this._data,B=s.words,A=s.sigBytes,C=this.blockSize,S=C*4,I=A/S;y?I=t.ceil(I):I=t.max((I|0)-this._minBufferSize,0);var D=I*C,R=t.min(D*4,A);if(D){for(var M=0;M<D;M+=C)this._doProcessBlock(B,M);f=B.splice(0,D),s.sigBytes-=R}return new w.init(f,R)},clone:function(){var y=a.clone.call(this);return y._data=this._data.clone(),y},_minBufferSize:0});o.Hasher=h.extend({cfg:a.extend(),init:function(y){this.cfg=this.cfg.extend(y),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(y){return this._append(y),this._process(),this},finalize:function(y){y&&this._append(y);var f=this._doFinalize();return f},blockSize:16,_createHelper:function(y){return function(f,s){return new y.init(s).finalize(f)}},_createHmacHelper:function(y){return function(f,s){return new E.HMAC.init(y,s).finalize(f)}}});var E=g.algo={};return g}(Math);return e})}(Pe)),Pe.exports}var Me={exports:{}},Ot;function Te(){return Ot||(Ot=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(t){var r=e,n=r.lib,c=n.Base,v=n.WordArray,g=r.x64={};g.Word=c.extend({init:function(o,a){this.high=o,this.low=a}}),g.WordArray=c.extend({init:function(o,a){o=this.words=o||[],a!=t?this.sigBytes=a:this.sigBytes=o.length*8},toX32:function(){for(var o=this.words,a=o.length,w=[],x=0;x<a;x++){var u=o[x];w.push(u.high),w.push(u.low)}return v.create(w,this.sigBytes)},clone:function(){for(var o=c.clone.call(this),a=o.words=this.words.slice(0),w=a.length,x=0;x<w;x++)a[x]=a[x].clone();return o}})}(),e})}(Me)),Me.exports}var qe={exports:{}},kt;function Dn(){return kt||(kt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(){if(typeof ArrayBuffer=="function"){var t=e,r=t.lib,n=r.WordArray,c=n.init,v=n.init=function(g){if(g instanceof ArrayBuffer&&(g=new Uint8Array(g)),(g instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&g instanceof Uint8ClampedArray||g instanceof Int16Array||g instanceof Uint16Array||g instanceof Int32Array||g instanceof Uint32Array||g instanceof Float32Array||g instanceof Float64Array)&&(g=new Uint8Array(g.buffer,g.byteOffset,g.byteLength)),g instanceof Uint8Array){for(var o=g.byteLength,a=[],w=0;w<o;w++)a[w>>>2]|=g[w]<<24-w%4*8;c.call(this,a,o)}else c.apply(this,arguments)};v.prototype=n}}(),e.lib.WordArray})}(qe)),qe.exports}var Le={exports:{}},Pt;function Sn(){return Pt||(Pt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=t.enc;c.Utf16=c.Utf16BE={stringify:function(g){for(var o=g.words,a=g.sigBytes,w=[],x=0;x<a;x+=2){var u=o[x>>>2]>>>16-x%4*8&65535;w.push(String.fromCharCode(u))}return w.join("")},parse:function(g){for(var o=g.length,a=[],w=0;w<o;w++)a[w>>>1]|=g.charCodeAt(w)<<16-w%2*16;return n.create(a,o*2)}},c.Utf16LE={stringify:function(g){for(var o=g.words,a=g.sigBytes,w=[],x=0;x<a;x+=2){var u=v(o[x>>>2]>>>16-x%4*8&65535);w.push(String.fromCharCode(u))}return w.join("")},parse:function(g){for(var o=g.length,a=[],w=0;w<o;w++)a[w>>>1]|=v(g.charCodeAt(w)<<16-w%2*16);return n.create(a,o*2)}};function v(g){return g<<8&4278255360|g>>>8&16711935}}(),e.enc.Utf16})}(Le)),Le.exports}var ze={exports:{}},Mt;function ye(){return Mt||(Mt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=t.enc;c.Base64={stringify:function(g){var o=g.words,a=g.sigBytes,w=this._map;g.clamp();for(var x=[],u=0;u<a;u+=3)for(var l=o[u>>>2]>>>24-u%4*8&255,p=o[u+1>>>2]>>>24-(u+1)%4*8&255,h=o[u+2>>>2]>>>24-(u+2)%4*8&255,E=l<<16|p<<8|h,y=0;y<4&&u+y*.75<a;y++)x.push(w.charAt(E>>>6*(3-y)&63));var f=w.charAt(64);if(f)for(;x.length%4;)x.push(f);return x.join("")},parse:function(g){var o=g.length,a=this._map,w=this._reverseMap;if(!w){w=this._reverseMap=[];for(var x=0;x<a.length;x++)w[a.charCodeAt(x)]=x}var u=a.charAt(64);if(u){var l=g.indexOf(u);l!==-1&&(o=l)}return v(g,o,w)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function v(g,o,a){for(var w=[],x=0,u=0;u<o;u++)if(u%4){var l=a[g.charCodeAt(u-1)]<<u%4*2,p=a[g.charCodeAt(u)]>>>6-u%4*2,h=l|p;w[x>>>2]|=h<<24-x%4*8,x++}return n.create(w,x)}}(),e.enc.Base64})}(ze)),ze.exports}var je={exports:{}},qt;function Tn(){return qt||(qt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=t.enc;c.Base64url={stringify:function(g,o){o===void 0&&(o=!0);var a=g.words,w=g.sigBytes,x=o?this._safe_map:this._map;g.clamp();for(var u=[],l=0;l<w;l+=3)for(var p=a[l>>>2]>>>24-l%4*8&255,h=a[l+1>>>2]>>>24-(l+1)%4*8&255,E=a[l+2>>>2]>>>24-(l+2)%4*8&255,y=p<<16|h<<8|E,f=0;f<4&&l+f*.75<w;f++)u.push(x.charAt(y>>>6*(3-f)&63));var s=x.charAt(64);if(s)for(;u.length%4;)u.push(s);return u.join("")},parse:function(g,o){o===void 0&&(o=!0);var a=g.length,w=o?this._safe_map:this._map,x=this._reverseMap;if(!x){x=this._reverseMap=[];for(var u=0;u<w.length;u++)x[w.charCodeAt(u)]=u}var l=w.charAt(64);if(l){var p=g.indexOf(l);p!==-1&&(a=p)}return v(g,a,x)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function v(g,o,a){for(var w=[],x=0,u=0;u<o;u++)if(u%4){var l=a[g.charCodeAt(u-1)]<<u%4*2,p=a[g.charCodeAt(u)]>>>6-u%4*2,h=l|p;w[x>>>2]|=h<<24-x%4*8,x++}return n.create(w,x)}}(),e.enc.Base64url})}(je)),je.exports}var Ne={exports:{}},Lt;function ge(){return Lt||(Lt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(t){var r=e,n=r.lib,c=n.WordArray,v=n.Hasher,g=r.algo,o=[];(function(){for(var p=0;p<64;p++)o[p]=t.abs(t.sin(p+1))*4294967296|0})();var a=g.MD5=v.extend({_doReset:function(){this._hash=new c.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(p,h){for(var E=0;E<16;E++){var y=h+E,f=p[y];p[y]=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360}var s=this._hash.words,B=p[h+0],A=p[h+1],C=p[h+2],S=p[h+3],I=p[h+4],D=p[h+5],R=p[h+6],M=p[h+7],q=p[h+8],j=p[h+9],N=p[h+10],H=p[h+11],V=p[h+12],Y=p[h+13],$=p[h+14],t0=p[h+15],k=s[0],i=s[1],b=s[2],m=s[3];k=w(k,i,b,m,B,7,o[0]),m=w(m,k,i,b,A,12,o[1]),b=w(b,m,k,i,C,17,o[2]),i=w(i,b,m,k,S,22,o[3]),k=w(k,i,b,m,I,7,o[4]),m=w(m,k,i,b,D,12,o[5]),b=w(b,m,k,i,R,17,o[6]),i=w(i,b,m,k,M,22,o[7]),k=w(k,i,b,m,q,7,o[8]),m=w(m,k,i,b,j,12,o[9]),b=w(b,m,k,i,N,17,o[10]),i=w(i,b,m,k,H,22,o[11]),k=w(k,i,b,m,V,7,o[12]),m=w(m,k,i,b,Y,12,o[13]),b=w(b,m,k,i,$,17,o[14]),i=w(i,b,m,k,t0,22,o[15]),k=x(k,i,b,m,A,5,o[16]),m=x(m,k,i,b,R,9,o[17]),b=x(b,m,k,i,H,14,o[18]),i=x(i,b,m,k,B,20,o[19]),k=x(k,i,b,m,D,5,o[20]),m=x(m,k,i,b,N,9,o[21]),b=x(b,m,k,i,t0,14,o[22]),i=x(i,b,m,k,I,20,o[23]),k=x(k,i,b,m,j,5,o[24]),m=x(m,k,i,b,$,9,o[25]),b=x(b,m,k,i,S,14,o[26]),i=x(i,b,m,k,q,20,o[27]),k=x(k,i,b,m,Y,5,o[28]),m=x(m,k,i,b,C,9,o[29]),b=x(b,m,k,i,M,14,o[30]),i=x(i,b,m,k,V,20,o[31]),k=u(k,i,b,m,D,4,o[32]),m=u(m,k,i,b,q,11,o[33]),b=u(b,m,k,i,H,16,o[34]),i=u(i,b,m,k,$,23,o[35]),k=u(k,i,b,m,A,4,o[36]),m=u(m,k,i,b,I,11,o[37]),b=u(b,m,k,i,M,16,o[38]),i=u(i,b,m,k,N,23,o[39]),k=u(k,i,b,m,Y,4,o[40]),m=u(m,k,i,b,B,11,o[41]),b=u(b,m,k,i,S,16,o[42]),i=u(i,b,m,k,R,23,o[43]),k=u(k,i,b,m,j,4,o[44]),m=u(m,k,i,b,V,11,o[45]),b=u(b,m,k,i,t0,16,o[46]),i=u(i,b,m,k,C,23,o[47]),k=l(k,i,b,m,B,6,o[48]),m=l(m,k,i,b,M,10,o[49]),b=l(b,m,k,i,$,15,o[50]),i=l(i,b,m,k,D,21,o[51]),k=l(k,i,b,m,V,6,o[52]),m=l(m,k,i,b,S,10,o[53]),b=l(b,m,k,i,N,15,o[54]),i=l(i,b,m,k,A,21,o[55]),k=l(k,i,b,m,q,6,o[56]),m=l(m,k,i,b,t0,10,o[57]),b=l(b,m,k,i,R,15,o[58]),i=l(i,b,m,k,Y,21,o[59]),k=l(k,i,b,m,I,6,o[60]),m=l(m,k,i,b,H,10,o[61]),b=l(b,m,k,i,C,15,o[62]),i=l(i,b,m,k,j,21,o[63]),s[0]=s[0]+k|0,s[1]=s[1]+i|0,s[2]=s[2]+b|0,s[3]=s[3]+m|0},_doFinalize:function(){var p=this._data,h=p.words,E=this._nDataBytes*8,y=p.sigBytes*8;h[y>>>5]|=128<<24-y%32;var f=t.floor(E/4294967296),s=E;h[(y+64>>>9<<4)+15]=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360,h[(y+64>>>9<<4)+14]=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,p.sigBytes=(h.length+1)*4,this._process();for(var B=this._hash,A=B.words,C=0;C<4;C++){var S=A[C];A[C]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}return B},clone:function(){var p=v.clone.call(this);return p._hash=this._hash.clone(),p}});function w(p,h,E,y,f,s,B){var A=p+(h&E|~h&y)+f+B;return(A<<s|A>>>32-s)+h}function x(p,h,E,y,f,s,B){var A=p+(h&y|E&~y)+f+B;return(A<<s|A>>>32-s)+h}function u(p,h,E,y,f,s,B){var A=p+(h^E^y)+f+B;return(A<<s|A>>>32-s)+h}function l(p,h,E,y,f,s,B){var A=p+(E^(h|~y))+f+B;return(A<<s|A>>>32-s)+h}r.MD5=v._createHelper(a),r.HmacMD5=v._createHmacHelper(a)}(Math),e.MD5})}(Ne)),Ne.exports}var He={exports:{}},zt;function _r(){return zt||(zt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=r.Hasher,v=t.algo,g=[],o=v.SHA1=c.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(a,w){for(var x=this._hash.words,u=x[0],l=x[1],p=x[2],h=x[3],E=x[4],y=0;y<80;y++){if(y<16)g[y]=a[w+y]|0;else{var f=g[y-3]^g[y-8]^g[y-14]^g[y-16];g[y]=f<<1|f>>>31}var s=(u<<5|u>>>27)+E+g[y];y<20?s+=(l&p|~l&h)+1518500249:y<40?s+=(l^p^h)+1859775393:y<60?s+=(l&p|l&h|p&h)-1894007588:s+=(l^p^h)-899497514,E=h,h=p,p=l<<30|l>>>2,l=u,u=s}x[0]=x[0]+u|0,x[1]=x[1]+l|0,x[2]=x[2]+p|0,x[3]=x[3]+h|0,x[4]=x[4]+E|0},_doFinalize:function(){var a=this._data,w=a.words,x=this._nDataBytes*8,u=a.sigBytes*8;return w[u>>>5]|=128<<24-u%32,w[(u+64>>>9<<4)+14]=Math.floor(x/4294967296),w[(u+64>>>9<<4)+15]=x,a.sigBytes=w.length*4,this._process(),this._hash},clone:function(){var a=c.clone.call(this);return a._hash=this._hash.clone(),a}});t.SHA1=c._createHelper(o),t.HmacSHA1=c._createHmacHelper(o)}(),e.SHA1})}(He)),He.exports}var Ue={exports:{}},jt;function Et(){return jt||(jt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(t){var r=e,n=r.lib,c=n.WordArray,v=n.Hasher,g=r.algo,o=[],a=[];(function(){function u(E){for(var y=t.sqrt(E),f=2;f<=y;f++)if(!(E%f))return!1;return!0}function l(E){return(E-(E|0))*4294967296|0}for(var p=2,h=0;h<64;)u(p)&&(h<8&&(o[h]=l(t.pow(p,1/2))),a[h]=l(t.pow(p,1/3)),h++),p++})();var w=[],x=g.SHA256=v.extend({_doReset:function(){this._hash=new c.init(o.slice(0))},_doProcessBlock:function(u,l){for(var p=this._hash.words,h=p[0],E=p[1],y=p[2],f=p[3],s=p[4],B=p[5],A=p[6],C=p[7],S=0;S<64;S++){if(S<16)w[S]=u[l+S]|0;else{var I=w[S-15],D=(I<<25|I>>>7)^(I<<14|I>>>18)^I>>>3,R=w[S-2],M=(R<<15|R>>>17)^(R<<13|R>>>19)^R>>>10;w[S]=D+w[S-7]+M+w[S-16]}var q=s&B^~s&A,j=h&E^h&y^E&y,N=(h<<30|h>>>2)^(h<<19|h>>>13)^(h<<10|h>>>22),H=(s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25),V=C+H+q+a[S]+w[S],Y=N+j;C=A,A=B,B=s,s=f+V|0,f=y,y=E,E=h,h=V+Y|0}p[0]=p[0]+h|0,p[1]=p[1]+E|0,p[2]=p[2]+y|0,p[3]=p[3]+f|0,p[4]=p[4]+s|0,p[5]=p[5]+B|0,p[6]=p[6]+A|0,p[7]=p[7]+C|0},_doFinalize:function(){var u=this._data,l=u.words,p=this._nDataBytes*8,h=u.sigBytes*8;return l[h>>>5]|=128<<24-h%32,l[(h+64>>>9<<4)+14]=t.floor(p/4294967296),l[(h+64>>>9<<4)+15]=p,u.sigBytes=l.length*4,this._process(),this._hash},clone:function(){var u=v.clone.call(this);return u._hash=this._hash.clone(),u}});r.SHA256=v._createHelper(x),r.HmacSHA256=v._createHmacHelper(x)}(Math),e.SHA256})}(Ue)),Ue.exports}var We={exports:{}},Nt;function Rn(){return Nt||(Nt=1,function(d,F){(function(e,t,r){d.exports=t(k0(),Et())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=t.algo,v=c.SHA256,g=c.SHA224=v.extend({_doReset:function(){this._hash=new n.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var o=v._doFinalize.call(this);return o.sigBytes-=4,o}});t.SHA224=v._createHelper(g),t.HmacSHA224=v._createHmacHelper(g)}(),e.SHA224})}(We)),We.exports}var Ve={exports:{}},Ht;function Dr(){return Ht||(Ht=1,function(d,F){(function(e,t,r){d.exports=t(k0(),Te())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.Hasher,c=t.x64,v=c.Word,g=c.WordArray,o=t.algo;function a(){return v.create.apply(v,arguments)}var w=[a(1116352408,3609767458),a(1899447441,602891725),a(3049323471,3964484399),a(3921009573,2173295548),a(961987163,4081628472),a(1508970993,3053834265),a(2453635748,2937671579),a(2870763221,3664609560),a(3624381080,2734883394),a(310598401,1164996542),a(607225278,1323610764),a(1426881987,3590304994),a(1925078388,4068182383),a(2162078206,991336113),a(2614888103,633803317),a(3248222580,3479774868),a(3835390401,2666613458),a(4022224774,944711139),a(264347078,2341262773),a(604807628,2007800933),a(770255983,1495990901),a(1249150122,1856431235),a(1555081692,3175218132),a(1996064986,2198950837),a(2554220882,3999719339),a(2821834349,766784016),a(2952996808,2566594879),a(3210313671,3203337956),a(3336571891,1034457026),a(3584528711,2466948901),a(113926993,3758326383),a(338241895,168717936),a(666307205,1188179964),a(773529912,1546045734),a(1294757372,1522805485),a(1396182291,2643833823),a(1695183700,2343527390),a(1986661051,1014477480),a(2177026350,1206759142),a(2456956037,344077627),a(2730485921,1290863460),a(2820302411,3158454273),a(3259730800,3505952657),a(3345764771,106217008),a(3516065817,3606008344),a(3600352804,1432725776),a(4094571909,1467031594),a(275423344,851169720),a(430227734,3100823752),a(506948616,1363258195),a(659060556,3750685593),a(883997877,3785050280),a(958139571,3318307427),a(1322822218,3812723403),a(1537002063,2003034995),a(1747873779,3602036899),a(1955562222,1575990012),a(2024104815,1125592928),a(2227730452,2716904306),a(2361852424,442776044),a(2428436474,593698344),a(2756734187,3733110249),a(3204031479,2999351573),a(3329325298,3815920427),a(3391569614,3928383900),a(3515267271,566280711),a(3940187606,3454069534),a(4118630271,4000239992),a(116418474,1914138554),a(174292421,2731055270),a(289380356,3203993006),a(460393269,320620315),a(685471733,587496836),a(852142971,1086792851),a(1017036298,365543100),a(1126000580,2618297676),a(1288033470,3409855158),a(1501505948,4234509866),a(1607167915,987167468),a(1816402316,1246189591)],x=[];(function(){for(var l=0;l<80;l++)x[l]=a()})();var u=o.SHA512=n.extend({_doReset:function(){this._hash=new g.init([new v.init(1779033703,4089235720),new v.init(3144134277,2227873595),new v.init(1013904242,4271175723),new v.init(2773480762,1595750129),new v.init(1359893119,2917565137),new v.init(2600822924,725511199),new v.init(528734635,4215389547),new v.init(1541459225,327033209)])},_doProcessBlock:function(l,p){for(var h=this._hash.words,E=h[0],y=h[1],f=h[2],s=h[3],B=h[4],A=h[5],C=h[6],S=h[7],I=E.high,D=E.low,R=y.high,M=y.low,q=f.high,j=f.low,N=s.high,H=s.low,V=B.high,Y=B.low,$=A.high,t0=A.low,k=C.high,i=C.low,b=S.high,m=S.low,_=I,L=D,Z=R,G=M,Q=q,i0=j,u0=N,m0=H,B0=V,v0=Y,A0=$,O0=t0,T0=k,L0=i,J=b,f0=m,l0=0;l0<80;l0++){var g0,y0,N0=x[l0];if(l0<16)y0=N0.high=l[p+l0*2]|0,g0=N0.low=l[p+l0*2+1]|0;else{var I0=x[l0-15],D0=I0.high,w0=I0.low,M0=(D0>>>1|w0<<31)^(D0>>>8|w0<<24)^D0>>>7,U0=(w0>>>1|D0<<31)^(w0>>>8|D0<<24)^(w0>>>7|D0<<25),z0=x[l0-2],e0=z0.high,o0=z0.low,h0=(e0>>>19|o0<<13)^(e0<<3|o0>>>29)^e0>>>6,b0=(o0>>>19|e0<<13)^(o0<<3|e0>>>29)^(o0>>>6|e0<<26),C0=x[l0-7],P0=C0.high,j0=C0.low,W0=x[l0-16],V0=W0.high,s0=W0.low;g0=U0+j0,y0=M0+P0+(g0>>>0<U0>>>0?1:0),g0=g0+b0,y0=y0+h0+(g0>>>0<b0>>>0?1:0),g0=g0+s0,y0=y0+V0+(g0>>>0<s0>>>0?1:0),N0.high=y0,N0.low=g0}var z=B0&A0^~B0&T0,U=v0&O0^~v0&L0,K=_&Z^_&Q^Z&Q,X=L&G^L&i0^G&i0,x0=(_>>>28|L<<4)^(_<<30|L>>>2)^(_<<25|L>>>7),n0=(L>>>28|_<<4)^(L<<30|_>>>2)^(L<<25|_>>>7),p0=(B0>>>14|v0<<18)^(B0>>>18|v0<<14)^(B0<<23|v0>>>9),E0=(v0>>>14|B0<<18)^(v0>>>18|B0<<14)^(v0<<23|B0>>>9),F0=w[l0],_0=F0.high,q0=F0.low,R0=f0+E0,K0=J+p0+(R0>>>0<f0>>>0?1:0),R0=R0+U,K0=K0+z+(R0>>>0<U>>>0?1:0),R0=R0+q0,K0=K0+_0+(R0>>>0<q0>>>0?1:0),R0=R0+g0,K0=K0+y0+(R0>>>0<g0>>>0?1:0),G0=n0+X,ee=x0+K+(G0>>>0<n0>>>0?1:0);J=T0,f0=L0,T0=A0,L0=O0,A0=B0,O0=v0,v0=m0+R0|0,B0=u0+K0+(v0>>>0<m0>>>0?1:0)|0,u0=Q,m0=i0,Q=Z,i0=G,Z=_,G=L,L=R0+G0|0,_=K0+ee+(L>>>0<R0>>>0?1:0)|0}D=E.low=D+L,E.high=I+_+(D>>>0<L>>>0?1:0),M=y.low=M+G,y.high=R+Z+(M>>>0<G>>>0?1:0),j=f.low=j+i0,f.high=q+Q+(j>>>0<i0>>>0?1:0),H=s.low=H+m0,s.high=N+u0+(H>>>0<m0>>>0?1:0),Y=B.low=Y+v0,B.high=V+B0+(Y>>>0<v0>>>0?1:0),t0=A.low=t0+O0,A.high=$+A0+(t0>>>0<O0>>>0?1:0),i=C.low=i+L0,C.high=k+T0+(i>>>0<L0>>>0?1:0),m=S.low=m+f0,S.high=b+J+(m>>>0<f0>>>0?1:0)},_doFinalize:function(){var l=this._data,p=l.words,h=this._nDataBytes*8,E=l.sigBytes*8;p[E>>>5]|=128<<24-E%32,p[(E+128>>>10<<5)+30]=Math.floor(h/4294967296),p[(E+128>>>10<<5)+31]=h,l.sigBytes=p.length*4,this._process();var y=this._hash.toX32();return y},clone:function(){var l=n.clone.call(this);return l._hash=this._hash.clone(),l},blockSize:1024/32});t.SHA512=n._createHelper(u),t.HmacSHA512=n._createHmacHelper(u)}(),e.SHA512})}(Ve)),Ve.exports}var Ke={exports:{}},Ut;function In(){return Ut||(Ut=1,function(d,F){(function(e,t,r){d.exports=t(k0(),Te(),Dr())})(S0,function(e){return function(){var t=e,r=t.x64,n=r.Word,c=r.WordArray,v=t.algo,g=v.SHA512,o=v.SHA384=g.extend({_doReset:function(){this._hash=new c.init([new n.init(3418070365,3238371032),new n.init(1654270250,914150663),new n.init(2438529370,812702999),new n.init(355462360,4144912697),new n.init(1731405415,4290775857),new n.init(2394180231,1750603025),new n.init(3675008525,1694076839),new n.init(1203062813,3204075428)])},_doFinalize:function(){var a=g._doFinalize.call(this);return a.sigBytes-=16,a}});t.SHA384=g._createHelper(o),t.HmacSHA384=g._createHmacHelper(o)}(),e.SHA384})}(Ke)),Ke.exports}var Ge={exports:{}},Wt;function On(){return Wt||(Wt=1,function(d,F){(function(e,t,r){d.exports=t(k0(),Te())})(S0,function(e){return function(t){var r=e,n=r.lib,c=n.WordArray,v=n.Hasher,g=r.x64,o=g.Word,a=r.algo,w=[],x=[],u=[];(function(){for(var h=1,E=0,y=0;y<24;y++){w[h+5*E]=(y+1)*(y+2)/2%64;var f=E%5,s=(2*h+3*E)%5;h=f,E=s}for(var h=0;h<5;h++)for(var E=0;E<5;E++)x[h+5*E]=E+(2*h+3*E)%5*5;for(var B=1,A=0;A<24;A++){for(var C=0,S=0,I=0;I<7;I++){if(B&1){var D=(1<<I)-1;D<32?S^=1<<D:C^=1<<D-32}B&128?B=B<<1^113:B<<=1}u[A]=o.create(C,S)}})();var l=[];(function(){for(var h=0;h<25;h++)l[h]=o.create()})();var p=a.SHA3=v.extend({cfg:v.cfg.extend({outputLength:512}),_doReset:function(){for(var h=this._state=[],E=0;E<25;E++)h[E]=new o.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(h,E){for(var y=this._state,f=this.blockSize/2,s=0;s<f;s++){var B=h[E+2*s],A=h[E+2*s+1];B=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360,A=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360;var C=y[s];C.high^=A,C.low^=B}for(var S=0;S<24;S++){for(var I=0;I<5;I++){for(var D=0,R=0,M=0;M<5;M++){var C=y[I+5*M];D^=C.high,R^=C.low}var q=l[I];q.high=D,q.low=R}for(var I=0;I<5;I++)for(var j=l[(I+4)%5],N=l[(I+1)%5],H=N.high,V=N.low,D=j.high^(H<<1|V>>>31),R=j.low^(V<<1|H>>>31),M=0;M<5;M++){var C=y[I+5*M];C.high^=D,C.low^=R}for(var Y=1;Y<25;Y++){var D,R,C=y[Y],$=C.high,t0=C.low,k=w[Y];k<32?(D=$<<k|t0>>>32-k,R=t0<<k|$>>>32-k):(D=t0<<k-32|$>>>64-k,R=$<<k-32|t0>>>64-k);var i=l[x[Y]];i.high=D,i.low=R}var b=l[0],m=y[0];b.high=m.high,b.low=m.low;for(var I=0;I<5;I++)for(var M=0;M<5;M++){var Y=I+5*M,C=y[Y],_=l[Y],L=l[(I+1)%5+5*M],Z=l[(I+2)%5+5*M];C.high=_.high^~L.high&Z.high,C.low=_.low^~L.low&Z.low}var C=y[0],G=u[S];C.high^=G.high,C.low^=G.low}},_doFinalize:function(){var h=this._data,E=h.words;this._nDataBytes*8;var y=h.sigBytes*8,f=this.blockSize*32;E[y>>>5]|=1<<24-y%32,E[(t.ceil((y+1)/f)*f>>>5)-1]|=128,h.sigBytes=E.length*4,this._process();for(var s=this._state,B=this.cfg.outputLength/8,A=B/8,C=[],S=0;S<A;S++){var I=s[S],D=I.high,R=I.low;D=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,R=(R<<8|R>>>24)&16711935|(R<<24|R>>>8)&4278255360,C.push(R),C.push(D)}return new c.init(C,B)},clone:function(){for(var h=v.clone.call(this),E=h._state=this._state.slice(0),y=0;y<25;y++)E[y]=E[y].clone();return h}});r.SHA3=v._createHelper(p),r.HmacSHA3=v._createHmacHelper(p)}(Math),e.SHA3})}(Ge)),Ge.exports}var Ze={exports:{}},Vt;function kn(){return Vt||(Vt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){/** @preserve
|
|
1
|
+
"use strict";var xn=Object.defineProperty;var fn=(d,F,e)=>F in d?xn(d,F,{enumerable:!0,configurable:!0,writable:!0,value:e}):d[F]=e;var ne=(d,F,e)=>fn(d,typeof F!="symbol"?F+"":F,e);var ue=(d,F,e)=>new Promise((t,r)=>{var n=g=>{try{v(e.next(g))}catch(o){r(o)}},c=g=>{try{v(e.throw(g))}catch(o){r(o)}},v=g=>g.done?t(g.value):Promise.resolve(g.value).then(n,c);v((e=e.apply(d,F)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class sn{constructor(){this.__eventStore={}}__addOnEvent(F,e,t,r){if(!e||!t)return;let n=this.__eventStore[e];n||(n=[]),n.push({type:F,handler:t,callbackHandler:t.bind(r)}),this.__eventStore[e]=n}on(F,e,t=this){this.__addOnEvent("normal",F,e,t)}once(F,e,t=this){this.__addOnEvent("once",F,e,t)}off(F,e){let t=this.__eventStore[F];t&&(t=t.filter(r=>r.handler!==e),this.__eventStore[F]=t)}emit(F,e,t){const r=this.__eventStore[F];r&&r.forEach(n=>{const{type:c,handler:v,callbackHandler:g}=n;typeof g=="function"&&g(e,t),c==="once"&&this.off(F,v)})}destroy(){this.__eventStore={}}}var Q0=(d=>(d.CheckBox="C",d.Radio="R",d.Question="Q",d.Star="X",d.Scor="S",d.Judgement="J",d.Fill="T",d.Vote="V",d))(Q0||{});function cn(d,F){let e;return d&&(e={[Q0.CheckBox]:d.toLocaleUpperCase().split("").sort(),[Q0.Radio]:d.toLocaleUpperCase(),[Q0.Judgement]:d.toLocaleUpperCase(),[Q0.Scor]:St(d.toLocaleUpperCase()),[Q0.Star]:St(d.toLocaleUpperCase()),[Q0.Fill]:d.split(","),[Q0.Question]:d,[Q0.Vote]:d}[F]),e}function un(d){let F="";return{[Q0.Radio]:()=>{F=d.answer},[Q0.Judgement]:()=>{F=d.answer},[Q0.Question]:()=>{F=d.answer},[Q0.CheckBox]:()=>{F=d.answer.sort().join("")},[Q0.Scor]:()=>{typeof d.answer=="number"&&d.answer&&(F=yt(d.answer)),typeof d.answer=="string"&&d.answer&&(F=d.answer)},[Q0.Star]:()=>{d.answer&&(F=yt(d.answer))},[Q0.Fill]:()=>{F=d.answer.join(",")},[Q0.Vote]:()=>{F=d.answer}}[d.type](),F}function yt(d){if(d<=0)throw new Error("Input must be a positive integer.");let F="";for(;d>0;){d--;const e=d%26+65;F=String.fromCharCode(e)+F,d=Math.floor(d/26)}return F}function St(d){let F=0;for(let e=0;e<d.length;e++)F=F*26+(d.charCodeAt(e)-65);return F+1}const mt=typeof Buffer=="function",Tt=typeof TextDecoder=="function"?new TextDecoder:void 0;typeof TextEncoder=="function"&&new TextEncoder;const dn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",hn=Array.prototype.slice.call(dn),Se=(d=>{let F={};return d.forEach((e,t)=>F[e]=t),F})(hn),ln=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,ve=String.fromCharCode.bind(String),Rt=typeof Uint8Array.from=="function"?Uint8Array.from.bind(Uint8Array):d=>new Uint8Array(Array.prototype.slice.call(d,0)),Cr=d=>d.replace(/[^A-Za-z0-9\+\/]/g,""),pn=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,vn=d=>{switch(d.length){case 4:var F=(7&d.charCodeAt(0))<<18|(63&d.charCodeAt(1))<<12|(63&d.charCodeAt(2))<<6|63&d.charCodeAt(3),e=F-65536;return ve((e>>>10)+55296)+ve((e&1023)+56320);case 3:return ve((15&d.charCodeAt(0))<<12|(63&d.charCodeAt(1))<<6|63&d.charCodeAt(2));default:return ve((31&d.charCodeAt(0))<<6|63&d.charCodeAt(1))}},bn=d=>d.replace(pn,vn),yn=d=>{if(d=d.replace(/\s+/g,""),!ln.test(d))throw new TypeError("malformed base64.");d+="==".slice(2-(d.length&3));let F,e,t,r=[];for(let n=0;n<d.length;)F=Se[d.charAt(n++)]<<18|Se[d.charAt(n++)]<<12|(e=Se[d.charAt(n++)])<<6|(t=Se[d.charAt(n++)]),e===64?r.push(ve(F>>16&255)):t===64?r.push(ve(F>>16&255,F>>8&255)):r.push(ve(F>>16&255,F>>8&255,F&255));return r.join("")},Fr=typeof atob=="function"?d=>atob(Cr(d)):mt?d=>Buffer.from(d,"base64").toString("binary"):yn,gn=mt?d=>Rt(Buffer.from(d,"base64")):d=>Rt(Fr(d).split("").map(F=>F.charCodeAt(0))),mn=mt?d=>Buffer.from(d,"base64").toString("utf8"):Tt?d=>Tt.decode(gn(d)):d=>bn(Fr(d)),En=d=>Cr(d.replace(/[-_]/g,F=>F=="-"?"+":"/")),Be=d=>mn(En(d));Be("S0xmTzdabmZRQzhqSXZFWA==");Be("VlRSZTdTbWRsbFJzSjdDYg==");Be("UG9seXZBcGlSZXNwb25zZQ==");Be("UG9seXZMaXZlRW5jcnlwdA==");var S0=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Bn(d){if(d.__esModule)return d;var F=d.default;if(typeof F=="function"){var e=function t(){return this instanceof t?Reflect.construct(F,arguments,this.constructor):F.apply(this,arguments)};e.prototype=F.prototype}else e={};return Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(d).forEach(function(t){var r=Object.getOwnPropertyDescriptor(d,t);Object.defineProperty(e,t,r.get?r:{enumerable:!0,get:function(){return d[t]}})}),e}var An={exports:{}};function wn(d){throw new Error('Could not dynamically require "'+d+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Pe={exports:{}};const Cn={},Fn=Object.freeze(Object.defineProperty({__proto__:null,default:Cn},Symbol.toStringTag,{value:"Module"})),_n=Bn(Fn);var It;function k0(){return It||(It=1,function(d,F){(function(e,t){d.exports=t()})(S0,function(){var e=e||function(t,r){var n;if(typeof window!="undefined"&&window.crypto&&(n=window.crypto),typeof self!="undefined"&&self.crypto&&(n=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(n=globalThis.crypto),!n&&typeof window!="undefined"&&window.msCrypto&&(n=window.msCrypto),!n&&typeof S0!="undefined"&&S0.crypto&&(n=S0.crypto),!n&&typeof wn=="function")try{n=_n}catch(y){}var c=function(){if(n){if(typeof n.getRandomValues=="function")try{return n.getRandomValues(new Uint32Array(1))[0]}catch(y){}if(typeof n.randomBytes=="function")try{return n.randomBytes(4).readInt32LE()}catch(y){}}throw new Error("Native crypto module could not be used to get secure random number.")},v=Object.create||function(){function y(){}return function(f){var s;return y.prototype=f,s=new y,y.prototype=null,s}}(),g={},o=g.lib={},a=o.Base=function(){return{extend:function(y){var f=v(this);return y&&f.mixIn(y),(!f.hasOwnProperty("init")||this.init===f.init)&&(f.init=function(){f.$super.init.apply(this,arguments)}),f.init.prototype=f,f.$super=this,f},create:function(){var y=this.extend();return y.init.apply(y,arguments),y},init:function(){},mixIn:function(y){for(var f in y)y.hasOwnProperty(f)&&(this[f]=y[f]);y.hasOwnProperty("toString")&&(this.toString=y.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),w=o.WordArray=a.extend({init:function(y,f){y=this.words=y||[],f!=r?this.sigBytes=f:this.sigBytes=y.length*4},toString:function(y){return(y||u).stringify(this)},concat:function(y){var f=this.words,s=y.words,B=this.sigBytes,A=y.sigBytes;if(this.clamp(),B%4)for(var C=0;C<A;C++){var S=s[C>>>2]>>>24-C%4*8&255;f[B+C>>>2]|=S<<24-(B+C)%4*8}else for(var I=0;I<A;I+=4)f[B+I>>>2]=s[I>>>2];return this.sigBytes+=A,this},clamp:function(){var y=this.words,f=this.sigBytes;y[f>>>2]&=4294967295<<32-f%4*8,y.length=t.ceil(f/4)},clone:function(){var y=a.clone.call(this);return y.words=this.words.slice(0),y},random:function(y){for(var f=[],s=0;s<y;s+=4)f.push(c());return new w.init(f,y)}}),x=g.enc={},u=x.Hex={stringify:function(y){for(var f=y.words,s=y.sigBytes,B=[],A=0;A<s;A++){var C=f[A>>>2]>>>24-A%4*8&255;B.push((C>>>4).toString(16)),B.push((C&15).toString(16))}return B.join("")},parse:function(y){for(var f=y.length,s=[],B=0;B<f;B+=2)s[B>>>3]|=parseInt(y.substr(B,2),16)<<24-B%8*4;return new w.init(s,f/2)}},l=x.Latin1={stringify:function(y){for(var f=y.words,s=y.sigBytes,B=[],A=0;A<s;A++){var C=f[A>>>2]>>>24-A%4*8&255;B.push(String.fromCharCode(C))}return B.join("")},parse:function(y){for(var f=y.length,s=[],B=0;B<f;B++)s[B>>>2]|=(y.charCodeAt(B)&255)<<24-B%4*8;return new w.init(s,f)}},p=x.Utf8={stringify:function(y){try{return decodeURIComponent(escape(l.stringify(y)))}catch(f){throw new Error("Malformed UTF-8 data")}},parse:function(y){return l.parse(unescape(encodeURIComponent(y)))}},h=o.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new w.init,this._nDataBytes=0},_append:function(y){typeof y=="string"&&(y=p.parse(y)),this._data.concat(y),this._nDataBytes+=y.sigBytes},_process:function(y){var f,s=this._data,B=s.words,A=s.sigBytes,C=this.blockSize,S=C*4,I=A/S;y?I=t.ceil(I):I=t.max((I|0)-this._minBufferSize,0);var D=I*C,R=t.min(D*4,A);if(D){for(var M=0;M<D;M+=C)this._doProcessBlock(B,M);f=B.splice(0,D),s.sigBytes-=R}return new w.init(f,R)},clone:function(){var y=a.clone.call(this);return y._data=this._data.clone(),y},_minBufferSize:0});o.Hasher=h.extend({cfg:a.extend(),init:function(y){this.cfg=this.cfg.extend(y),this.reset()},reset:function(){h.reset.call(this),this._doReset()},update:function(y){return this._append(y),this._process(),this},finalize:function(y){y&&this._append(y);var f=this._doFinalize();return f},blockSize:16,_createHelper:function(y){return function(f,s){return new y.init(s).finalize(f)}},_createHmacHelper:function(y){return function(f,s){return new E.HMAC.init(y,s).finalize(f)}}});var E=g.algo={};return g}(Math);return e})}(Pe)),Pe.exports}var Me={exports:{}},Ot;function Te(){return Ot||(Ot=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(t){var r=e,n=r.lib,c=n.Base,v=n.WordArray,g=r.x64={};g.Word=c.extend({init:function(o,a){this.high=o,this.low=a}}),g.WordArray=c.extend({init:function(o,a){o=this.words=o||[],a!=t?this.sigBytes=a:this.sigBytes=o.length*8},toX32:function(){for(var o=this.words,a=o.length,w=[],x=0;x<a;x++){var u=o[x];w.push(u.high),w.push(u.low)}return v.create(w,this.sigBytes)},clone:function(){for(var o=c.clone.call(this),a=o.words=this.words.slice(0),w=a.length,x=0;x<w;x++)a[x]=a[x].clone();return o}})}(),e})}(Me)),Me.exports}var qe={exports:{}},kt;function Dn(){return kt||(kt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(){if(typeof ArrayBuffer=="function"){var t=e,r=t.lib,n=r.WordArray,c=n.init,v=n.init=function(g){if(g instanceof ArrayBuffer&&(g=new Uint8Array(g)),(g instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&g instanceof Uint8ClampedArray||g instanceof Int16Array||g instanceof Uint16Array||g instanceof Int32Array||g instanceof Uint32Array||g instanceof Float32Array||g instanceof Float64Array)&&(g=new Uint8Array(g.buffer,g.byteOffset,g.byteLength)),g instanceof Uint8Array){for(var o=g.byteLength,a=[],w=0;w<o;w++)a[w>>>2]|=g[w]<<24-w%4*8;c.call(this,a,o)}else c.apply(this,arguments)};v.prototype=n}}(),e.lib.WordArray})}(qe)),qe.exports}var Le={exports:{}},Pt;function Sn(){return Pt||(Pt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=t.enc;c.Utf16=c.Utf16BE={stringify:function(g){for(var o=g.words,a=g.sigBytes,w=[],x=0;x<a;x+=2){var u=o[x>>>2]>>>16-x%4*8&65535;w.push(String.fromCharCode(u))}return w.join("")},parse:function(g){for(var o=g.length,a=[],w=0;w<o;w++)a[w>>>1]|=g.charCodeAt(w)<<16-w%2*16;return n.create(a,o*2)}},c.Utf16LE={stringify:function(g){for(var o=g.words,a=g.sigBytes,w=[],x=0;x<a;x+=2){var u=v(o[x>>>2]>>>16-x%4*8&65535);w.push(String.fromCharCode(u))}return w.join("")},parse:function(g){for(var o=g.length,a=[],w=0;w<o;w++)a[w>>>1]|=v(g.charCodeAt(w)<<16-w%2*16);return n.create(a,o*2)}};function v(g){return g<<8&4278255360|g>>>8&16711935}}(),e.enc.Utf16})}(Le)),Le.exports}var ze={exports:{}},Mt;function ye(){return Mt||(Mt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=t.enc;c.Base64={stringify:function(g){var o=g.words,a=g.sigBytes,w=this._map;g.clamp();for(var x=[],u=0;u<a;u+=3)for(var l=o[u>>>2]>>>24-u%4*8&255,p=o[u+1>>>2]>>>24-(u+1)%4*8&255,h=o[u+2>>>2]>>>24-(u+2)%4*8&255,E=l<<16|p<<8|h,y=0;y<4&&u+y*.75<a;y++)x.push(w.charAt(E>>>6*(3-y)&63));var f=w.charAt(64);if(f)for(;x.length%4;)x.push(f);return x.join("")},parse:function(g){var o=g.length,a=this._map,w=this._reverseMap;if(!w){w=this._reverseMap=[];for(var x=0;x<a.length;x++)w[a.charCodeAt(x)]=x}var u=a.charAt(64);if(u){var l=g.indexOf(u);l!==-1&&(o=l)}return v(g,o,w)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function v(g,o,a){for(var w=[],x=0,u=0;u<o;u++)if(u%4){var l=a[g.charCodeAt(u-1)]<<u%4*2,p=a[g.charCodeAt(u)]>>>6-u%4*2,h=l|p;w[x>>>2]|=h<<24-x%4*8,x++}return n.create(w,x)}}(),e.enc.Base64})}(ze)),ze.exports}var je={exports:{}},qt;function Tn(){return qt||(qt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=t.enc;c.Base64url={stringify:function(g,o){o===void 0&&(o=!0);var a=g.words,w=g.sigBytes,x=o?this._safe_map:this._map;g.clamp();for(var u=[],l=0;l<w;l+=3)for(var p=a[l>>>2]>>>24-l%4*8&255,h=a[l+1>>>2]>>>24-(l+1)%4*8&255,E=a[l+2>>>2]>>>24-(l+2)%4*8&255,y=p<<16|h<<8|E,f=0;f<4&&l+f*.75<w;f++)u.push(x.charAt(y>>>6*(3-f)&63));var s=x.charAt(64);if(s)for(;u.length%4;)u.push(s);return u.join("")},parse:function(g,o){o===void 0&&(o=!0);var a=g.length,w=o?this._safe_map:this._map,x=this._reverseMap;if(!x){x=this._reverseMap=[];for(var u=0;u<w.length;u++)x[w.charCodeAt(u)]=u}var l=w.charAt(64);if(l){var p=g.indexOf(l);p!==-1&&(a=p)}return v(g,a,x)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function v(g,o,a){for(var w=[],x=0,u=0;u<o;u++)if(u%4){var l=a[g.charCodeAt(u-1)]<<u%4*2,p=a[g.charCodeAt(u)]>>>6-u%4*2,h=l|p;w[x>>>2]|=h<<24-x%4*8,x++}return n.create(w,x)}}(),e.enc.Base64url})}(je)),je.exports}var Ne={exports:{}},Lt;function ge(){return Lt||(Lt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(t){var r=e,n=r.lib,c=n.WordArray,v=n.Hasher,g=r.algo,o=[];(function(){for(var p=0;p<64;p++)o[p]=t.abs(t.sin(p+1))*4294967296|0})();var a=g.MD5=v.extend({_doReset:function(){this._hash=new c.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(p,h){for(var E=0;E<16;E++){var y=h+E,f=p[y];p[y]=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360}var s=this._hash.words,B=p[h+0],A=p[h+1],C=p[h+2],S=p[h+3],I=p[h+4],D=p[h+5],R=p[h+6],M=p[h+7],q=p[h+8],j=p[h+9],N=p[h+10],H=p[h+11],V=p[h+12],Y=p[h+13],$=p[h+14],t0=p[h+15],k=s[0],i=s[1],b=s[2],m=s[3];k=w(k,i,b,m,B,7,o[0]),m=w(m,k,i,b,A,12,o[1]),b=w(b,m,k,i,C,17,o[2]),i=w(i,b,m,k,S,22,o[3]),k=w(k,i,b,m,I,7,o[4]),m=w(m,k,i,b,D,12,o[5]),b=w(b,m,k,i,R,17,o[6]),i=w(i,b,m,k,M,22,o[7]),k=w(k,i,b,m,q,7,o[8]),m=w(m,k,i,b,j,12,o[9]),b=w(b,m,k,i,N,17,o[10]),i=w(i,b,m,k,H,22,o[11]),k=w(k,i,b,m,V,7,o[12]),m=w(m,k,i,b,Y,12,o[13]),b=w(b,m,k,i,$,17,o[14]),i=w(i,b,m,k,t0,22,o[15]),k=x(k,i,b,m,A,5,o[16]),m=x(m,k,i,b,R,9,o[17]),b=x(b,m,k,i,H,14,o[18]),i=x(i,b,m,k,B,20,o[19]),k=x(k,i,b,m,D,5,o[20]),m=x(m,k,i,b,N,9,o[21]),b=x(b,m,k,i,t0,14,o[22]),i=x(i,b,m,k,I,20,o[23]),k=x(k,i,b,m,j,5,o[24]),m=x(m,k,i,b,$,9,o[25]),b=x(b,m,k,i,S,14,o[26]),i=x(i,b,m,k,q,20,o[27]),k=x(k,i,b,m,Y,5,o[28]),m=x(m,k,i,b,C,9,o[29]),b=x(b,m,k,i,M,14,o[30]),i=x(i,b,m,k,V,20,o[31]),k=u(k,i,b,m,D,4,o[32]),m=u(m,k,i,b,q,11,o[33]),b=u(b,m,k,i,H,16,o[34]),i=u(i,b,m,k,$,23,o[35]),k=u(k,i,b,m,A,4,o[36]),m=u(m,k,i,b,I,11,o[37]),b=u(b,m,k,i,M,16,o[38]),i=u(i,b,m,k,N,23,o[39]),k=u(k,i,b,m,Y,4,o[40]),m=u(m,k,i,b,B,11,o[41]),b=u(b,m,k,i,S,16,o[42]),i=u(i,b,m,k,R,23,o[43]),k=u(k,i,b,m,j,4,o[44]),m=u(m,k,i,b,V,11,o[45]),b=u(b,m,k,i,t0,16,o[46]),i=u(i,b,m,k,C,23,o[47]),k=l(k,i,b,m,B,6,o[48]),m=l(m,k,i,b,M,10,o[49]),b=l(b,m,k,i,$,15,o[50]),i=l(i,b,m,k,D,21,o[51]),k=l(k,i,b,m,V,6,o[52]),m=l(m,k,i,b,S,10,o[53]),b=l(b,m,k,i,N,15,o[54]),i=l(i,b,m,k,A,21,o[55]),k=l(k,i,b,m,q,6,o[56]),m=l(m,k,i,b,t0,10,o[57]),b=l(b,m,k,i,R,15,o[58]),i=l(i,b,m,k,Y,21,o[59]),k=l(k,i,b,m,I,6,o[60]),m=l(m,k,i,b,H,10,o[61]),b=l(b,m,k,i,C,15,o[62]),i=l(i,b,m,k,j,21,o[63]),s[0]=s[0]+k|0,s[1]=s[1]+i|0,s[2]=s[2]+b|0,s[3]=s[3]+m|0},_doFinalize:function(){var p=this._data,h=p.words,E=this._nDataBytes*8,y=p.sigBytes*8;h[y>>>5]|=128<<24-y%32;var f=t.floor(E/4294967296),s=E;h[(y+64>>>9<<4)+15]=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360,h[(y+64>>>9<<4)+14]=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,p.sigBytes=(h.length+1)*4,this._process();for(var B=this._hash,A=B.words,C=0;C<4;C++){var S=A[C];A[C]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}return B},clone:function(){var p=v.clone.call(this);return p._hash=this._hash.clone(),p}});function w(p,h,E,y,f,s,B){var A=p+(h&E|~h&y)+f+B;return(A<<s|A>>>32-s)+h}function x(p,h,E,y,f,s,B){var A=p+(h&y|E&~y)+f+B;return(A<<s|A>>>32-s)+h}function u(p,h,E,y,f,s,B){var A=p+(h^E^y)+f+B;return(A<<s|A>>>32-s)+h}function l(p,h,E,y,f,s,B){var A=p+(E^(h|~y))+f+B;return(A<<s|A>>>32-s)+h}r.MD5=v._createHelper(a),r.HmacMD5=v._createHmacHelper(a)}(Math),e.MD5})}(Ne)),Ne.exports}var He={exports:{}},zt;function _r(){return zt||(zt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=r.Hasher,v=t.algo,g=[],o=v.SHA1=c.extend({_doReset:function(){this._hash=new n.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(a,w){for(var x=this._hash.words,u=x[0],l=x[1],p=x[2],h=x[3],E=x[4],y=0;y<80;y++){if(y<16)g[y]=a[w+y]|0;else{var f=g[y-3]^g[y-8]^g[y-14]^g[y-16];g[y]=f<<1|f>>>31}var s=(u<<5|u>>>27)+E+g[y];y<20?s+=(l&p|~l&h)+1518500249:y<40?s+=(l^p^h)+1859775393:y<60?s+=(l&p|l&h|p&h)-1894007588:s+=(l^p^h)-899497514,E=h,h=p,p=l<<30|l>>>2,l=u,u=s}x[0]=x[0]+u|0,x[1]=x[1]+l|0,x[2]=x[2]+p|0,x[3]=x[3]+h|0,x[4]=x[4]+E|0},_doFinalize:function(){var a=this._data,w=a.words,x=this._nDataBytes*8,u=a.sigBytes*8;return w[u>>>5]|=128<<24-u%32,w[(u+64>>>9<<4)+14]=Math.floor(x/4294967296),w[(u+64>>>9<<4)+15]=x,a.sigBytes=w.length*4,this._process(),this._hash},clone:function(){var a=c.clone.call(this);return a._hash=this._hash.clone(),a}});t.SHA1=c._createHelper(o),t.HmacSHA1=c._createHmacHelper(o)}(),e.SHA1})}(He)),He.exports}var Ue={exports:{}},jt;function Et(){return jt||(jt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){return function(t){var r=e,n=r.lib,c=n.WordArray,v=n.Hasher,g=r.algo,o=[],a=[];(function(){function u(E){for(var y=t.sqrt(E),f=2;f<=y;f++)if(!(E%f))return!1;return!0}function l(E){return(E-(E|0))*4294967296|0}for(var p=2,h=0;h<64;)u(p)&&(h<8&&(o[h]=l(t.pow(p,1/2))),a[h]=l(t.pow(p,1/3)),h++),p++})();var w=[],x=g.SHA256=v.extend({_doReset:function(){this._hash=new c.init(o.slice(0))},_doProcessBlock:function(u,l){for(var p=this._hash.words,h=p[0],E=p[1],y=p[2],f=p[3],s=p[4],B=p[5],A=p[6],C=p[7],S=0;S<64;S++){if(S<16)w[S]=u[l+S]|0;else{var I=w[S-15],D=(I<<25|I>>>7)^(I<<14|I>>>18)^I>>>3,R=w[S-2],M=(R<<15|R>>>17)^(R<<13|R>>>19)^R>>>10;w[S]=D+w[S-7]+M+w[S-16]}var q=s&B^~s&A,j=h&E^h&y^E&y,N=(h<<30|h>>>2)^(h<<19|h>>>13)^(h<<10|h>>>22),H=(s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25),V=C+H+q+a[S]+w[S],Y=N+j;C=A,A=B,B=s,s=f+V|0,f=y,y=E,E=h,h=V+Y|0}p[0]=p[0]+h|0,p[1]=p[1]+E|0,p[2]=p[2]+y|0,p[3]=p[3]+f|0,p[4]=p[4]+s|0,p[5]=p[5]+B|0,p[6]=p[6]+A|0,p[7]=p[7]+C|0},_doFinalize:function(){var u=this._data,l=u.words,p=this._nDataBytes*8,h=u.sigBytes*8;return l[h>>>5]|=128<<24-h%32,l[(h+64>>>9<<4)+14]=t.floor(p/4294967296),l[(h+64>>>9<<4)+15]=p,u.sigBytes=l.length*4,this._process(),this._hash},clone:function(){var u=v.clone.call(this);return u._hash=this._hash.clone(),u}});r.SHA256=v._createHelper(x),r.HmacSHA256=v._createHmacHelper(x)}(Math),e.SHA256})}(Ue)),Ue.exports}var We={exports:{}},Nt;function Rn(){return Nt||(Nt=1,function(d,F){(function(e,t,r){d.exports=t(k0(),Et())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=t.algo,v=c.SHA256,g=c.SHA224=v.extend({_doReset:function(){this._hash=new n.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var o=v._doFinalize.call(this);return o.sigBytes-=4,o}});t.SHA224=v._createHelper(g),t.HmacSHA224=v._createHmacHelper(g)}(),e.SHA224})}(We)),We.exports}var Ve={exports:{}},Ht;function Dr(){return Ht||(Ht=1,function(d,F){(function(e,t,r){d.exports=t(k0(),Te())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.Hasher,c=t.x64,v=c.Word,g=c.WordArray,o=t.algo;function a(){return v.create.apply(v,arguments)}var w=[a(1116352408,3609767458),a(1899447441,602891725),a(3049323471,3964484399),a(3921009573,2173295548),a(961987163,4081628472),a(1508970993,3053834265),a(2453635748,2937671579),a(2870763221,3664609560),a(3624381080,2734883394),a(310598401,1164996542),a(607225278,1323610764),a(1426881987,3590304994),a(1925078388,4068182383),a(2162078206,991336113),a(2614888103,633803317),a(3248222580,3479774868),a(3835390401,2666613458),a(4022224774,944711139),a(264347078,2341262773),a(604807628,2007800933),a(770255983,1495990901),a(1249150122,1856431235),a(1555081692,3175218132),a(1996064986,2198950837),a(2554220882,3999719339),a(2821834349,766784016),a(2952996808,2566594879),a(3210313671,3203337956),a(3336571891,1034457026),a(3584528711,2466948901),a(113926993,3758326383),a(338241895,168717936),a(666307205,1188179964),a(773529912,1546045734),a(1294757372,1522805485),a(1396182291,2643833823),a(1695183700,2343527390),a(1986661051,1014477480),a(2177026350,1206759142),a(2456956037,344077627),a(2730485921,1290863460),a(2820302411,3158454273),a(3259730800,3505952657),a(3345764771,106217008),a(3516065817,3606008344),a(3600352804,1432725776),a(4094571909,1467031594),a(275423344,851169720),a(430227734,3100823752),a(506948616,1363258195),a(659060556,3750685593),a(883997877,3785050280),a(958139571,3318307427),a(1322822218,3812723403),a(1537002063,2003034995),a(1747873779,3602036899),a(1955562222,1575990012),a(2024104815,1125592928),a(2227730452,2716904306),a(2361852424,442776044),a(2428436474,593698344),a(2756734187,3733110249),a(3204031479,2999351573),a(3329325298,3815920427),a(3391569614,3928383900),a(3515267271,566280711),a(3940187606,3454069534),a(4118630271,4000239992),a(116418474,1914138554),a(174292421,2731055270),a(289380356,3203993006),a(460393269,320620315),a(685471733,587496836),a(852142971,1086792851),a(1017036298,365543100),a(1126000580,2618297676),a(1288033470,3409855158),a(1501505948,4234509866),a(1607167915,987167468),a(1816402316,1246189591)],x=[];(function(){for(var l=0;l<80;l++)x[l]=a()})();var u=o.SHA512=n.extend({_doReset:function(){this._hash=new g.init([new v.init(1779033703,4089235720),new v.init(3144134277,2227873595),new v.init(1013904242,4271175723),new v.init(2773480762,1595750129),new v.init(1359893119,2917565137),new v.init(2600822924,725511199),new v.init(528734635,4215389547),new v.init(1541459225,327033209)])},_doProcessBlock:function(l,p){for(var h=this._hash.words,E=h[0],y=h[1],f=h[2],s=h[3],B=h[4],A=h[5],C=h[6],S=h[7],I=E.high,D=E.low,R=y.high,M=y.low,q=f.high,j=f.low,N=s.high,H=s.low,V=B.high,Y=B.low,$=A.high,t0=A.low,k=C.high,i=C.low,b=S.high,m=S.low,_=I,L=D,Z=R,G=M,Q=q,i0=j,u0=N,m0=H,B0=V,v0=Y,A0=$,O0=t0,T0=k,L0=i,J=b,f0=m,l0=0;l0<80;l0++){var g0,y0,N0=x[l0];if(l0<16)y0=N0.high=l[p+l0*2]|0,g0=N0.low=l[p+l0*2+1]|0;else{var I0=x[l0-15],D0=I0.high,w0=I0.low,M0=(D0>>>1|w0<<31)^(D0>>>8|w0<<24)^D0>>>7,U0=(w0>>>1|D0<<31)^(w0>>>8|D0<<24)^(w0>>>7|D0<<25),z0=x[l0-2],e0=z0.high,o0=z0.low,h0=(e0>>>19|o0<<13)^(e0<<3|o0>>>29)^e0>>>6,b0=(o0>>>19|e0<<13)^(o0<<3|e0>>>29)^(o0>>>6|e0<<26),C0=x[l0-7],P0=C0.high,j0=C0.low,W0=x[l0-16],V0=W0.high,s0=W0.low;g0=U0+j0,y0=M0+P0+(g0>>>0<U0>>>0?1:0),g0=g0+b0,y0=y0+h0+(g0>>>0<b0>>>0?1:0),g0=g0+s0,y0=y0+V0+(g0>>>0<s0>>>0?1:0),N0.high=y0,N0.low=g0}var z=B0&A0^~B0&T0,U=v0&O0^~v0&L0,K=_&Z^_&Q^Z&Q,X=L&G^L&i0^G&i0,x0=(_>>>28|L<<4)^(_<<30|L>>>2)^(_<<25|L>>>7),n0=(L>>>28|_<<4)^(L<<30|_>>>2)^(L<<25|_>>>7),p0=(B0>>>14|v0<<18)^(B0>>>18|v0<<14)^(B0<<23|v0>>>9),E0=(v0>>>14|B0<<18)^(v0>>>18|B0<<14)^(v0<<23|B0>>>9),F0=w[l0],_0=F0.high,q0=F0.low,R0=f0+E0,K0=J+p0+(R0>>>0<f0>>>0?1:0),R0=R0+U,K0=K0+z+(R0>>>0<U>>>0?1:0),R0=R0+q0,K0=K0+_0+(R0>>>0<q0>>>0?1:0),R0=R0+g0,K0=K0+y0+(R0>>>0<g0>>>0?1:0),G0=n0+X,ee=x0+K+(G0>>>0<n0>>>0?1:0);J=T0,f0=L0,T0=A0,L0=O0,A0=B0,O0=v0,v0=m0+R0|0,B0=u0+K0+(v0>>>0<m0>>>0?1:0)|0,u0=Q,m0=i0,Q=Z,i0=G,Z=_,G=L,L=R0+G0|0,_=K0+ee+(L>>>0<R0>>>0?1:0)|0}D=E.low=D+L,E.high=I+_+(D>>>0<L>>>0?1:0),M=y.low=M+G,y.high=R+Z+(M>>>0<G>>>0?1:0),j=f.low=j+i0,f.high=q+Q+(j>>>0<i0>>>0?1:0),H=s.low=H+m0,s.high=N+u0+(H>>>0<m0>>>0?1:0),Y=B.low=Y+v0,B.high=V+B0+(Y>>>0<v0>>>0?1:0),t0=A.low=t0+O0,A.high=$+A0+(t0>>>0<O0>>>0?1:0),i=C.low=i+L0,C.high=k+T0+(i>>>0<L0>>>0?1:0),m=S.low=m+f0,S.high=b+J+(m>>>0<f0>>>0?1:0)},_doFinalize:function(){var l=this._data,p=l.words,h=this._nDataBytes*8,E=l.sigBytes*8;p[E>>>5]|=128<<24-E%32,p[(E+128>>>10<<5)+30]=Math.floor(h/4294967296),p[(E+128>>>10<<5)+31]=h,l.sigBytes=p.length*4,this._process();var y=this._hash.toX32();return y},clone:function(){var l=n.clone.call(this);return l._hash=this._hash.clone(),l},blockSize:1024/32});t.SHA512=n._createHelper(u),t.HmacSHA512=n._createHmacHelper(u)}(),e.SHA512})}(Ve)),Ve.exports}var Ke={exports:{}},Ut;function In(){return Ut||(Ut=1,function(d,F){(function(e,t,r){d.exports=t(k0(),Te(),Dr())})(S0,function(e){return function(){var t=e,r=t.x64,n=r.Word,c=r.WordArray,v=t.algo,g=v.SHA512,o=v.SHA384=g.extend({_doReset:function(){this._hash=new c.init([new n.init(3418070365,3238371032),new n.init(1654270250,914150663),new n.init(2438529370,812702999),new n.init(355462360,4144912697),new n.init(1731405415,4290775857),new n.init(2394180231,1750603025),new n.init(3675008525,1694076839),new n.init(1203062813,3204075428)])},_doFinalize:function(){var a=g._doFinalize.call(this);return a.sigBytes-=16,a}});t.SHA384=g._createHelper(o),t.HmacSHA384=g._createHmacHelper(o)}(),e.SHA384})}(Ke)),Ke.exports}var Ge={exports:{}},Wt;function On(){return Wt||(Wt=1,function(d,F){(function(e,t,r){d.exports=t(k0(),Te())})(S0,function(e){return function(t){var r=e,n=r.lib,c=n.WordArray,v=n.Hasher,g=r.x64,o=g.Word,a=r.algo,w=[],x=[],u=[];(function(){for(var h=1,E=0,y=0;y<24;y++){w[h+5*E]=(y+1)*(y+2)/2%64;var f=E%5,s=(2*h+3*E)%5;h=f,E=s}for(var h=0;h<5;h++)for(var E=0;E<5;E++)x[h+5*E]=E+(2*h+3*E)%5*5;for(var B=1,A=0;A<24;A++){for(var C=0,S=0,I=0;I<7;I++){if(B&1){var D=(1<<I)-1;D<32?S^=1<<D:C^=1<<D-32}B&128?B=B<<1^113:B<<=1}u[A]=o.create(C,S)}})();var l=[];(function(){for(var h=0;h<25;h++)l[h]=o.create()})();var p=a.SHA3=v.extend({cfg:v.cfg.extend({outputLength:512}),_doReset:function(){for(var h=this._state=[],E=0;E<25;E++)h[E]=new o.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(h,E){for(var y=this._state,f=this.blockSize/2,s=0;s<f;s++){var B=h[E+2*s],A=h[E+2*s+1];B=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360,A=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360;var C=y[s];C.high^=A,C.low^=B}for(var S=0;S<24;S++){for(var I=0;I<5;I++){for(var D=0,R=0,M=0;M<5;M++){var C=y[I+5*M];D^=C.high,R^=C.low}var q=l[I];q.high=D,q.low=R}for(var I=0;I<5;I++)for(var j=l[(I+4)%5],N=l[(I+1)%5],H=N.high,V=N.low,D=j.high^(H<<1|V>>>31),R=j.low^(V<<1|H>>>31),M=0;M<5;M++){var C=y[I+5*M];C.high^=D,C.low^=R}for(var Y=1;Y<25;Y++){var D,R,C=y[Y],$=C.high,t0=C.low,k=w[Y];k<32?(D=$<<k|t0>>>32-k,R=t0<<k|$>>>32-k):(D=t0<<k-32|$>>>64-k,R=$<<k-32|t0>>>64-k);var i=l[x[Y]];i.high=D,i.low=R}var b=l[0],m=y[0];b.high=m.high,b.low=m.low;for(var I=0;I<5;I++)for(var M=0;M<5;M++){var Y=I+5*M,C=y[Y],_=l[Y],L=l[(I+1)%5+5*M],Z=l[(I+2)%5+5*M];C.high=_.high^~L.high&Z.high,C.low=_.low^~L.low&Z.low}var C=y[0],G=u[S];C.high^=G.high,C.low^=G.low}},_doFinalize:function(){var h=this._data,E=h.words;this._nDataBytes*8;var y=h.sigBytes*8,f=this.blockSize*32;E[y>>>5]|=1<<24-y%32,E[(t.ceil((y+1)/f)*f>>>5)-1]|=128,h.sigBytes=E.length*4,this._process();for(var s=this._state,B=this.cfg.outputLength/8,A=B/8,C=[],S=0;S<A;S++){var I=s[S],D=I.high,R=I.low;D=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,R=(R<<8|R>>>24)&16711935|(R<<24|R>>>8)&4278255360,C.push(R),C.push(D)}return new c.init(C,B)},clone:function(){for(var h=v.clone.call(this),E=h._state=this._state.slice(0),y=0;y<25;y++)E[y]=E[y].clone();return h}});r.SHA3=v._createHelper(p),r.HmacSHA3=v._createHmacHelper(p)}(Math),e.SHA3})}(Ge)),Ge.exports}var Ze={exports:{}},Vt;function kn(){return Vt||(Vt=1,function(d,F){(function(e,t){d.exports=t(k0())})(S0,function(e){/** @preserve
|
|
2
2
|
(c) 2012 by Cédric Mesnil. All rights reserved.
|
|
3
3
|
|
|
4
4
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
12
12
|
* derived from CryptoJS.mode.CTR
|
|
13
13
|
* Jan Hruby jhruby.web@gmail.com
|
|
14
|
-
*/return e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(v){if((v>>24&255)===255){var g=v>>16&255,o=v>>8&255,a=v&255;g===255?(g=0,o===255?(o=0,a===255?a=0:++a):++o):++g,v=0,v+=g<<16,v+=o<<8,v+=a}else v+=1<<24;return v}function n(v){return(v[0]=r(v[0]))===0&&(v[1]=r(v[1])),v}var c=t.Encryptor=t.extend({processBlock:function(v,g){var o=this._cipher,a=o.blockSize,w=this._iv,x=this._counter;w&&(x=this._counter=w.slice(0),this._iv=void 0),n(x);var u=x.slice(0);o.encryptBlock(u,0);for(var l=0;l<a;l++)v[g+l]^=u[l]}});return t.Decryptor=c,t}(),e.mode.CTRGladman})}(tt)),tt.exports}var rt={exports:{}},Jt;function zn(){return Jt||(Jt=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.mode.OFB=function(){var t=e.lib.BlockCipherMode.extend(),r=t.Encryptor=t.extend({processBlock:function(n,c){var v=this._cipher,g=v.blockSize,o=this._iv,a=this._keystream;o&&(a=this._keystream=o.slice(0),this._iv=void 0),v.encryptBlock(a,0);for(var w=0;w<g;w++)n[c+w]^=a[w]}});return t.Decryptor=r,t}(),e.mode.OFB})}(rt)),rt.exports}var nt={exports:{}},er;function jn(){return er||(er=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.mode.ECB=function(){var t=e.lib.BlockCipherMode.extend();return t.Encryptor=t.extend({processBlock:function(r,n){this._cipher.encryptBlock(r,n)}}),t.Decryptor=t.extend({processBlock:function(r,n){this._cipher.decryptBlock(r,n)}}),t}(),e.mode.ECB})}(nt)),nt.exports}var it={exports:{}},tr;function Nn(){return tr||(tr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.pad.AnsiX923={pad:function(t,r){var n=t.sigBytes,c=r*4,v=c-n%c,g=n+v-1;t.clamp(),t.words[g>>>2]|=v<<24-g%4*8,t.sigBytes+=v},unpad:function(t){var r=t.words[t.sigBytes-1>>>2]&255;t.sigBytes-=r}},e.pad.Ansix923})}(it)),it.exports}var ot={exports:{}},rr;function Hn(){return rr||(rr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.pad.Iso10126={pad:function(t,r){var n=r*4,c=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(c-1)).concat(e.lib.WordArray.create([c<<24],1))},unpad:function(t){var r=t.words[t.sigBytes-1>>>2]&255;t.sigBytes-=r}},e.pad.Iso10126})}(ot)),ot.exports}var at={exports:{}},nr;function Un(){return nr||(nr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971})}(at)),at.exports}var xt={exports:{}},ir;function Wn(){return ir||(ir=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.pad.ZeroPadding={pad:function(t,r){var n=r*4;t.clamp(),t.sigBytes+=n-(t.sigBytes%n||n)},unpad:function(t){for(var r=t.words,n=t.sigBytes-1,n=t.sigBytes-1;n>=0;n--)if(r[n>>>2]>>>24-n%4*8&255){t.sigBytes=n+1;break}}},e.pad.ZeroPadding})}(xt)),xt.exports}var ft={exports:{}},or;function Vn(){return or||(or=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding})}(ft)),ft.exports}var st={exports:{}},ar;function Kn(){return ar||(ar=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return function(t){var r=e,n=r.lib,c=n.CipherParams,v=r.enc,g=v.Hex,o=r.format;o.Hex={stringify:function(a){return a.ciphertext.toString(g)},parse:function(a){var w=g.parse(a);return c.create({ciphertext:w})}}}(),e.format.Hex})}(st)),st.exports}var ct={exports:{}},xr;function Gn(){return xr||(xr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.BlockCipher,c=t.algo,v=[],g=[],o=[],a=[],w=[],x=[],u=[],l=[],p=[],h=[];(function(){for(var f=[],s=0;s<256;s++)s<128?f[s]=s<<1:f[s]=s<<1^283;for(var B=0,A=0,s=0;s<256;s++){var C=A^A<<1^A<<2^A<<3^A<<4;C=C>>>8^C&255^99,v[B]=C,g[C]=B;var S=f[B],I=f[S],D=f[I],R=f[C]*257^C*16843008;o[B]=R<<24|R>>>8,a[B]=R<<16|R>>>16,w[B]=R<<8|R>>>24,x[B]=R;var R=D*16843009^I*65537^S*257^B*16843008;u[C]=R<<24|R>>>8,l[C]=R<<16|R>>>16,p[C]=R<<8|R>>>24,h[C]=R,B?(B=S^f[f[f[D^S]]],A^=f[f[A]]):B=A=1}})();var E=[0,1,2,4,8,16,32,64,128,27,54],y=c.AES=n.extend({_doReset:function(){var f;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var s=this._keyPriorReset=this._key,B=s.words,A=s.sigBytes/4,C=this._nRounds=A+6,S=(C+1)*4,I=this._keySchedule=[],D=0;D<S;D++)D<A?I[D]=B[D]:(f=I[D-1],D%A?A>6&&D%A==4&&(f=v[f>>>24]<<24|v[f>>>16&255]<<16|v[f>>>8&255]<<8|v[f&255]):(f=f<<8|f>>>24,f=v[f>>>24]<<24|v[f>>>16&255]<<16|v[f>>>8&255]<<8|v[f&255],f^=E[D/A|0]<<24),I[D]=I[D-A]^f);for(var R=this._invKeySchedule=[],M=0;M<S;M++){var D=S-M;if(M%4)var f=I[D];else var f=I[D-4];M<4||D<=4?R[M]=f:R[M]=u[v[f>>>24]]^l[v[f>>>16&255]]^p[v[f>>>8&255]]^h[v[f&255]]}}},encryptBlock:function(f,s){this._doCryptBlock(f,s,this._keySchedule,o,a,w,x,v)},decryptBlock:function(f,s){var B=f[s+1];f[s+1]=f[s+3],f[s+3]=B,this._doCryptBlock(f,s,this._invKeySchedule,u,l,p,h,g);var B=f[s+1];f[s+1]=f[s+3],f[s+3]=B},_doCryptBlock:function(f,s,B,A,C,S,I,D){for(var R=this._nRounds,M=f[s]^B[0],q=f[s+1]^B[1],j=f[s+2]^B[2],N=f[s+3]^B[3],H=4,V=1;V<R;V++){var Y=A[M>>>24]^C[q>>>16&255]^S[j>>>8&255]^I[N&255]^B[H++],$=A[q>>>24]^C[j>>>16&255]^S[N>>>8&255]^I[M&255]^B[H++],t0=A[j>>>24]^C[N>>>16&255]^S[M>>>8&255]^I[q&255]^B[H++],k=A[N>>>24]^C[M>>>16&255]^S[q>>>8&255]^I[j&255]^B[H++];M=Y,q=$,j=t0,N=k}var Y=(D[M>>>24]<<24|D[q>>>16&255]<<16|D[j>>>8&255]<<8|D[N&255])^B[H++],$=(D[q>>>24]<<24|D[j>>>16&255]<<16|D[N>>>8&255]<<8|D[M&255])^B[H++],t0=(D[j>>>24]<<24|D[N>>>16&255]<<16|D[M>>>8&255]<<8|D[q&255])^B[H++],k=(D[N>>>24]<<24|D[M>>>16&255]<<16|D[q>>>8&255]<<8|D[j&255])^B[H++];f[s]=Y,f[s+1]=$,f[s+2]=t0,f[s+3]=k},keySize:256/32});t.AES=n._createHelper(y)}(),e.AES})}(ct)),ct.exports}var ut={exports:{}},fr;function Zn(){return fr||(fr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=r.BlockCipher,v=t.algo,g=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],o=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],a=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],w=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],x=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],u=v.DES=c.extend({_doReset:function(){for(var E=this._key,y=E.words,f=[],s=0;s<56;s++){var B=g[s]-1;f[s]=y[B>>>5]>>>31-B%32&1}for(var A=this._subKeys=[],C=0;C<16;C++){for(var S=A[C]=[],I=a[C],s=0;s<24;s++)S[s/6|0]|=f[(o[s]-1+I)%28]<<31-s%6,S[4+(s/6|0)]|=f[28+(o[s+24]-1+I)%28]<<31-s%6;S[0]=S[0]<<1|S[0]>>>31;for(var s=1;s<7;s++)S[s]=S[s]>>>(s-1)*4+3;S[7]=S[7]<<5|S[7]>>>27}for(var D=this._invSubKeys=[],s=0;s<16;s++)D[s]=A[15-s]},encryptBlock:function(E,y){this._doCryptBlock(E,y,this._subKeys)},decryptBlock:function(E,y){this._doCryptBlock(E,y,this._invSubKeys)},_doCryptBlock:function(E,y,f){this._lBlock=E[y],this._rBlock=E[y+1],l.call(this,4,252645135),l.call(this,16,65535),p.call(this,2,858993459),p.call(this,8,16711935),l.call(this,1,1431655765);for(var s=0;s<16;s++){for(var B=f[s],A=this._lBlock,C=this._rBlock,S=0,I=0;I<8;I++)S|=w[I][((C^B[I])&x[I])>>>0];this._lBlock=C,this._rBlock=A^S}var D=this._lBlock;this._lBlock=this._rBlock,this._rBlock=D,l.call(this,1,1431655765),p.call(this,8,16711935),p.call(this,2,858993459),l.call(this,16,65535),l.call(this,4,252645135),E[y]=this._lBlock,E[y+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function l(E,y){var f=(this._lBlock>>>E^this._rBlock)&y;this._rBlock^=f,this._lBlock^=f<<E}function p(E,y){var f=(this._rBlock>>>E^this._lBlock)&y;this._lBlock^=f,this._rBlock^=f<<E}t.DES=c._createHelper(u);var h=v.TripleDES=c.extend({_doReset:function(){var E=this._key,y=E.words;if(y.length!==2&&y.length!==4&&y.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var f=y.slice(0,2),s=y.length<4?y.slice(0,2):y.slice(2,4),B=y.length<6?y.slice(0,2):y.slice(4,6);this._des1=u.createEncryptor(n.create(f)),this._des2=u.createEncryptor(n.create(s)),this._des3=u.createEncryptor(n.create(B))},encryptBlock:function(E,y){this._des1.encryptBlock(E,y),this._des2.decryptBlock(E,y),this._des3.encryptBlock(E,y)},decryptBlock:function(E,y){this._des3.decryptBlock(E,y),this._des2.encryptBlock(E,y),this._des1.decryptBlock(E,y)},keySize:192/32,ivSize:64/32,blockSize:64/32});t.TripleDES=c._createHelper(h)}(),e.TripleDES})}(ut)),ut.exports}var dt={exports:{}},sr;function Xn(){return sr||(sr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.StreamCipher,c=t.algo,v=c.RC4=n.extend({_doReset:function(){for(var a=this._key,w=a.words,x=a.sigBytes,u=this._S=[],l=0;l<256;l++)u[l]=l;for(var l=0,p=0;l<256;l++){var h=l%x,E=w[h>>>2]>>>24-h%4*8&255;p=(p+u[l]+E)%256;var y=u[l];u[l]=u[p],u[p]=y}this._i=this._j=0},_doProcessBlock:function(a,w){a[w]^=g.call(this)},keySize:256/32,ivSize:0});function g(){for(var a=this._S,w=this._i,x=this._j,u=0,l=0;l<4;l++){w=(w+1)%256,x=(x+a[w])%256;var p=a[w];a[w]=a[x],a[x]=p,u|=a[(a[w]+a[x])%256]<<24-l*8}return this._i=w,this._j=x,u}t.RC4=n._createHelper(v);var o=c.RC4Drop=v.extend({cfg:v.cfg.extend({drop:192}),_doReset:function(){v._doReset.call(this);for(var a=this.cfg.drop;a>0;a--)g.call(this)}});t.RC4Drop=n._createHelper(o)}(),e.RC4})}(dt)),dt.exports}var ht={exports:{}},cr;function Qn(){return cr||(cr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.StreamCipher,c=t.algo,v=[],g=[],o=[],a=c.Rabbit=n.extend({_doReset:function(){for(var x=this._key.words,u=this.cfg.iv,l=0;l<4;l++)x[l]=(x[l]<<8|x[l]>>>24)&16711935|(x[l]<<24|x[l]>>>8)&4278255360;var p=this._X=[x[0],x[3]<<16|x[2]>>>16,x[1],x[0]<<16|x[3]>>>16,x[2],x[1]<<16|x[0]>>>16,x[3],x[2]<<16|x[1]>>>16],h=this._C=[x[2]<<16|x[2]>>>16,x[0]&4294901760|x[1]&65535,x[3]<<16|x[3]>>>16,x[1]&4294901760|x[2]&65535,x[0]<<16|x[0]>>>16,x[2]&4294901760|x[3]&65535,x[1]<<16|x[1]>>>16,x[3]&4294901760|x[0]&65535];this._b=0;for(var l=0;l<4;l++)w.call(this);for(var l=0;l<8;l++)h[l]^=p[l+4&7];if(u){var E=u.words,y=E[0],f=E[1],s=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,B=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360,A=s>>>16|B&4294901760,C=B<<16|s&65535;h[0]^=s,h[1]^=A,h[2]^=B,h[3]^=C,h[4]^=s,h[5]^=A,h[6]^=B,h[7]^=C;for(var l=0;l<4;l++)w.call(this)}},_doProcessBlock:function(x,u){var l=this._X;w.call(this),v[0]=l[0]^l[5]>>>16^l[3]<<16,v[1]=l[2]^l[7]>>>16^l[5]<<16,v[2]=l[4]^l[1]>>>16^l[7]<<16,v[3]=l[6]^l[3]>>>16^l[1]<<16;for(var p=0;p<4;p++)v[p]=(v[p]<<8|v[p]>>>24)&16711935|(v[p]<<24|v[p]>>>8)&4278255360,x[u+p]^=v[p]},blockSize:128/32,ivSize:64/32});function w(){for(var x=this._X,u=this._C,l=0;l<8;l++)g[l]=u[l];u[0]=u[0]+1295307597+this._b|0,u[1]=u[1]+3545052371+(u[0]>>>0<g[0]>>>0?1:0)|0,u[2]=u[2]+886263092+(u[1]>>>0<g[1]>>>0?1:0)|0,u[3]=u[3]+1295307597+(u[2]>>>0<g[2]>>>0?1:0)|0,u[4]=u[4]+3545052371+(u[3]>>>0<g[3]>>>0?1:0)|0,u[5]=u[5]+886263092+(u[4]>>>0<g[4]>>>0?1:0)|0,u[6]=u[6]+1295307597+(u[5]>>>0<g[5]>>>0?1:0)|0,u[7]=u[7]+3545052371+(u[6]>>>0<g[6]>>>0?1:0)|0,this._b=u[7]>>>0<g[7]>>>0?1:0;for(var l=0;l<8;l++){var p=x[l]+u[l],h=p&65535,E=p>>>16,y=((h*h>>>17)+h*E>>>15)+E*E,f=((p&4294901760)*p|0)+((p&65535)*p|0);o[l]=y^f}x[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,x[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,x[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,x[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,x[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,x[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,x[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,x[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}t.Rabbit=n._createHelper(a)}(),e.Rabbit})}(ht)),ht.exports}var lt={exports:{}},ur;function $n(){return ur||(ur=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.StreamCipher,c=t.algo,v=[],g=[],o=[],a=c.RabbitLegacy=n.extend({_doReset:function(){var x=this._key.words,u=this.cfg.iv,l=this._X=[x[0],x[3]<<16|x[2]>>>16,x[1],x[0]<<16|x[3]>>>16,x[2],x[1]<<16|x[0]>>>16,x[3],x[2]<<16|x[1]>>>16],p=this._C=[x[2]<<16|x[2]>>>16,x[0]&4294901760|x[1]&65535,x[3]<<16|x[3]>>>16,x[1]&4294901760|x[2]&65535,x[0]<<16|x[0]>>>16,x[2]&4294901760|x[3]&65535,x[1]<<16|x[1]>>>16,x[3]&4294901760|x[0]&65535];this._b=0;for(var h=0;h<4;h++)w.call(this);for(var h=0;h<8;h++)p[h]^=l[h+4&7];if(u){var E=u.words,y=E[0],f=E[1],s=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,B=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360,A=s>>>16|B&4294901760,C=B<<16|s&65535;p[0]^=s,p[1]^=A,p[2]^=B,p[3]^=C,p[4]^=s,p[5]^=A,p[6]^=B,p[7]^=C;for(var h=0;h<4;h++)w.call(this)}},_doProcessBlock:function(x,u){var l=this._X;w.call(this),v[0]=l[0]^l[5]>>>16^l[3]<<16,v[1]=l[2]^l[7]>>>16^l[5]<<16,v[2]=l[4]^l[1]>>>16^l[7]<<16,v[3]=l[6]^l[3]>>>16^l[1]<<16;for(var p=0;p<4;p++)v[p]=(v[p]<<8|v[p]>>>24)&16711935|(v[p]<<24|v[p]>>>8)&4278255360,x[u+p]^=v[p]},blockSize:128/32,ivSize:64/32});function w(){for(var x=this._X,u=this._C,l=0;l<8;l++)g[l]=u[l];u[0]=u[0]+1295307597+this._b|0,u[1]=u[1]+3545052371+(u[0]>>>0<g[0]>>>0?1:0)|0,u[2]=u[2]+886263092+(u[1]>>>0<g[1]>>>0?1:0)|0,u[3]=u[3]+1295307597+(u[2]>>>0<g[2]>>>0?1:0)|0,u[4]=u[4]+3545052371+(u[3]>>>0<g[3]>>>0?1:0)|0,u[5]=u[5]+886263092+(u[4]>>>0<g[4]>>>0?1:0)|0,u[6]=u[6]+1295307597+(u[5]>>>0<g[5]>>>0?1:0)|0,u[7]=u[7]+3545052371+(u[6]>>>0<g[6]>>>0?1:0)|0,this._b=u[7]>>>0<g[7]>>>0?1:0;for(var l=0;l<8;l++){var p=x[l]+u[l],h=p&65535,E=p>>>16,y=((h*h>>>17)+h*E>>>15)+E*E,f=((p&4294901760)*p|0)+((p&65535)*p|0);o[l]=y^f}x[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,x[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,x[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,x[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,x[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,x[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,x[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,x[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}t.RabbitLegacy=n._createHelper(a)}(),e.RabbitLegacy})}(lt)),lt.exports}var pt={exports:{}},dr;function Yn(){return dr||(dr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.BlockCipher,c=t.algo;const v=16,g=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],o=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var a={pbox:[],sbox:[]};function w(h,E){let y=E>>24&255,f=E>>16&255,s=E>>8&255,B=E&255,A=h.sbox[0][y]+h.sbox[1][f];return A=A^h.sbox[2][s],A=A+h.sbox[3][B],A}function x(h,E,y){let f=E,s=y,B;for(let A=0;A<v;++A)f=f^h.pbox[A],s=w(h,f)^s,B=f,f=s,s=B;return B=f,f=s,s=B,s=s^h.pbox[v],f=f^h.pbox[v+1],{left:f,right:s}}function u(h,E,y){let f=E,s=y,B;for(let A=v+1;A>1;--A)f=f^h.pbox[A],s=w(h,f)^s,B=f,f=s,s=B;return B=f,f=s,s=B,s=s^h.pbox[1],f=f^h.pbox[0],{left:f,right:s}}function l(h,E,y){for(let C=0;C<4;C++){h.sbox[C]=[];for(let S=0;S<256;S++)h.sbox[C][S]=o[C][S]}let f=0;for(let C=0;C<v+2;C++)h.pbox[C]=g[C]^E[f],f++,f>=y&&(f=0);let s=0,B=0,A=0;for(let C=0;C<v+2;C+=2)A=x(h,s,B),s=A.left,B=A.right,h.pbox[C]=s,h.pbox[C+1]=B;for(let C=0;C<4;C++)for(let S=0;S<256;S+=2)A=x(h,s,B),s=A.left,B=A.right,h.sbox[C][S]=s,h.sbox[C][S+1]=B;return!0}var p=c.Blowfish=n.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var h=this._keyPriorReset=this._key,E=h.words,y=h.sigBytes/4;l(a,E,y)}},encryptBlock:function(h,E){var y=x(a,h[E],h[E+1]);h[E]=y.left,h[E+1]=y.right},decryptBlock:function(h,E){var y=u(a,h[E],h[E+1]);h[E]=y.left,h[E+1]=y.right},blockSize:64/32,keySize:128/32,ivSize:64/32});t.Blowfish=n._createHelper(p)}(),e.Blowfish})}(pt)),pt.exports}(function(d,F){(function(e,t,r){d.exports=t(k0(),Te(),Dn(),Sn(),ye(),Tn(),ge(),_r(),Et(),Rn(),Dr(),In(),On(),kn(),Bt(),Pn(),he(),$0(),Mn(),qn(),Ln(),zn(),jn(),Nn(),Hn(),Un(),Wn(),Vn(),Kn(),Gn(),Zn(),Xn(),Qn(),$n(),Yn())})(S0,function(e){return e})})(An);var hr;(function(d){d.WholeResponse="wholeResponse",d.ResponseData="responseData"})(hr||(hr={}));var lr;(function(d){d.Hex="hex",d.Base64="base64"})(lr||(lr={}));var Jn={exports:{}};/*! MIT License. Copyright 2015-2018 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */(function(d,F){(function(e){function t(k){return parseInt(k)===k}function r(k){if(!t(k.length))return!1;for(var i=0;i<k.length;i++)if(!t(k[i])||k[i]<0||k[i]>255)return!1;return!0}function n(k,i){if(k.buffer&&k.name==="Uint8Array")return i&&(k.slice?k=k.slice():k=Array.prototype.slice.call(k)),k;if(Array.isArray(k)){if(!r(k))throw new Error("Array contains invalid value: "+k);return new Uint8Array(k)}if(t(k.length)&&r(k))return new Uint8Array(k);throw new Error("unsupported array-like object")}function c(k){return new Uint8Array(k)}function v(k,i,b,m,_){(m!=null||_!=null)&&(k.slice?k=k.slice(m,_):k=Array.prototype.slice.call(k,m,_)),i.set(k,b)}var g=function(){function k(b){var m=[],_=0;for(b=encodeURI(b);_<b.length;){var L=b.charCodeAt(_++);L===37?(m.push(parseInt(b.substr(_,2),16)),_+=2):m.push(L)}return n(m)}function i(b){for(var m=[],_=0;_<b.length;){var L=b[_];L<128?(m.push(String.fromCharCode(L)),_++):L>191&&L<224?(m.push(String.fromCharCode((L&31)<<6|b[_+1]&63)),_+=2):(m.push(String.fromCharCode((L&15)<<12|(b[_+1]&63)<<6|b[_+2]&63)),_+=3)}return m.join("")}return{toBytes:k,fromBytes:i}}(),o=function(){function k(m){for(var _=[],L=0;L<m.length;L+=2)_.push(parseInt(m.substr(L,2),16));return _}var i="0123456789abcdef";function b(m){for(var _=[],L=0;L<m.length;L++){var Z=m[L];_.push(i[(Z&240)>>4]+i[Z&15])}return _.join("")}return{toBytes:k,fromBytes:b}}(),a={16:10,24:12,32:14},w=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],x=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],u=[82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125],l=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],p=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],h=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],E=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],y=[1374988112,2118214995,437757123,975658646,1001089995,530400753,2902087851,1273168787,540080725,2910219766,2295101073,4110568485,1340463100,3307916247,641025152,3043140495,3736164937,632953703,1172967064,1576976609,3274667266,2169303058,2370213795,1809054150,59727847,361929877,3211623147,2505202138,3569255213,1484005843,1239443753,2395588676,1975683434,4102977912,2572697195,666464733,3202437046,4035489047,3374361702,2110667444,1675577880,3843699074,2538681184,1649639237,2976151520,3144396420,4269907996,4178062228,1883793496,2403728665,2497604743,1383856311,2876494627,1917518562,3810496343,1716890410,3001755655,800440835,2261089178,3543599269,807962610,599762354,33778362,3977675356,2328828971,2809771154,4077384432,1315562145,1708848333,101039829,3509871135,3299278474,875451293,2733856160,92987698,2767645557,193195065,1080094634,1584504582,3178106961,1042385657,2531067453,3711829422,1306967366,2438237621,1908694277,67556463,1615861247,429456164,3602770327,2302690252,1742315127,2968011453,126454664,3877198648,2043211483,2709260871,2084704233,4169408201,0,159417987,841739592,504459436,1817866830,4245618683,260388950,1034867998,908933415,168810852,1750902305,2606453969,607530554,202008497,2472011535,3035535058,463180190,2160117071,1641816226,1517767529,470948374,3801332234,3231722213,1008918595,303765277,235474187,4069246893,766945465,337553864,1475418501,2943682380,4003061179,2743034109,4144047775,1551037884,1147550661,1543208500,2336434550,3408119516,3069049960,3102011747,3610369226,1113818384,328671808,2227573024,2236228733,3535486456,2935566865,3341394285,496906059,3702665459,226906860,2009195472,733156972,2842737049,294930682,1206477858,2835123396,2700099354,1451044056,573804783,2269728455,3644379585,2362090238,2564033334,2801107407,2776292904,3669462566,1068351396,742039012,1350078989,1784663195,1417561698,4136440770,2430122216,775550814,2193862645,2673705150,1775276924,1876241833,3475313331,3366754619,270040487,3902563182,3678124923,3441850377,1851332852,3969562369,2203032232,3868552805,2868897406,566021896,4011190502,3135740889,1248802510,3936291284,699432150,832877231,708780849,3332740144,899835584,1951317047,4236429990,3767586992,866637845,4043610186,1106041591,2144161806,395441711,1984812685,1139781709,3433712980,3835036895,2664543715,1282050075,3240894392,1181045119,2640243204,25965917,4203181171,4211818798,3009879386,2463879762,3910161971,1842759443,2597806476,933301370,1509430414,3943906441,3467192302,3076639029,3776767469,2051518780,2631065433,1441952575,404016761,1942435775,1408749034,1610459739,3745345300,2017778566,3400528769,3110650942,941896748,3265478751,371049330,3168937228,675039627,4279080257,967311729,135050206,3635733660,1683407248,2076935265,3576870512,1215061108,3501741890],f=[1347548327,1400783205,3273267108,2520393566,3409685355,4045380933,2880240216,2471224067,1428173050,4138563181,2441661558,636813900,4233094615,3620022987,2149987652,2411029155,1239331162,1730525723,2554718734,3781033664,46346101,310463728,2743944855,3328955385,3875770207,2501218972,3955191162,3667219033,768917123,3545789473,692707433,1150208456,1786102409,2029293177,1805211710,3710368113,3065962831,401639597,1724457132,3028143674,409198410,2196052529,1620529459,1164071807,3769721975,2226875310,486441376,2499348523,1483753576,428819965,2274680428,3075636216,598438867,3799141122,1474502543,711349675,129166120,53458370,2592523643,2782082824,4063242375,2988687269,3120694122,1559041666,730517276,2460449204,4042459122,2706270690,3446004468,3573941694,533804130,2328143614,2637442643,2695033685,839224033,1973745387,957055980,2856345839,106852767,1371368976,4181598602,1033297158,2933734917,1179510461,3046200461,91341917,1862534868,4284502037,605657339,2547432937,3431546947,2003294622,3182487618,2282195339,954669403,3682191598,1201765386,3917234703,3388507166,0,2198438022,1211247597,2887651696,1315723890,4227665663,1443857720,507358933,657861945,1678381017,560487590,3516619604,975451694,2970356327,261314535,3535072918,2652609425,1333838021,2724322336,1767536459,370938394,182621114,3854606378,1128014560,487725847,185469197,2918353863,3106780840,3356761769,2237133081,1286567175,3152976349,4255350624,2683765030,3160175349,3309594171,878443390,1988838185,3704300486,1756818940,1673061617,3403100636,272786309,1075025698,545572369,2105887268,4174560061,296679730,1841768865,1260232239,4091327024,3960309330,3497509347,1814803222,2578018489,4195456072,575138148,3299409036,446754879,3629546796,4011996048,3347532110,3252238545,4270639778,915985419,3483825537,681933534,651868046,2755636671,3828103837,223377554,2607439820,1649704518,3270937875,3901806776,1580087799,4118987695,3198115200,2087309459,2842678573,3016697106,1003007129,2802849917,1860738147,2077965243,164439672,4100872472,32283319,2827177882,1709610350,2125135846,136428751,3874428392,3652904859,3460984630,3572145929,3593056380,2939266226,824852259,818324884,3224740454,930369212,2801566410,2967507152,355706840,1257309336,4148292826,243256656,790073846,2373340630,1296297904,1422699085,3756299780,3818836405,457992840,3099667487,2135319889,77422314,1560382517,1945798516,788204353,1521706781,1385356242,870912086,325965383,2358957921,2050466060,2388260884,2313884476,4006521127,901210569,3990953189,1014646705,1503449823,1062597235,2031621326,3212035895,3931371469,1533017514,350174575,2256028891,2177544179,1052338372,741876788,1606591296,1914052035,213705253,2334669897,1107234197,1899603969,3725069491,2631447780,2422494913,1635502980,1893020342,1950903388,1120974935],s=[2807058932,1699970625,2764249623,1586903591,1808481195,1173430173,1487645946,59984867,4199882800,1844882806,1989249228,1277555970,3623636965,3419915562,1149249077,2744104290,1514790577,459744698,244860394,3235995134,1963115311,4027744588,2544078150,4190530515,1608975247,2627016082,2062270317,1507497298,2200818878,567498868,1764313568,3359936201,2305455554,2037970062,1047239e3,1910319033,1337376481,2904027272,2892417312,984907214,1243112415,830661914,861968209,2135253587,2011214180,2927934315,2686254721,731183368,1750626376,4246310725,1820824798,4172763771,3542330227,48394827,2404901663,2871682645,671593195,3254988725,2073724613,145085239,2280796200,2779915199,1790575107,2187128086,472615631,3029510009,4075877127,3802222185,4107101658,3201631749,1646252340,4270507174,1402811438,1436590835,3778151818,3950355702,3963161475,4020912224,2667994737,273792366,2331590177,104699613,95345982,3175501286,2377486676,1560637892,3564045318,369057872,4213447064,3919042237,1137477952,2658625497,1119727848,2340947849,1530455833,4007360968,172466556,266959938,516552836,0,2256734592,3980931627,1890328081,1917742170,4294704398,945164165,3575528878,958871085,3647212047,2787207260,1423022939,775562294,1739656202,3876557655,2530391278,2443058075,3310321856,547512796,1265195639,437656594,3121275539,719700128,3762502690,387781147,218828297,3350065803,2830708150,2848461854,428169201,122466165,3720081049,1627235199,648017665,4122762354,1002783846,2117360635,695634755,3336358691,4234721005,4049844452,3704280881,2232435299,574624663,287343814,612205898,1039717051,840019705,2708326185,793451934,821288114,1391201670,3822090177,376187827,3113855344,1224348052,1679968233,2361698556,1058709744,752375421,2431590963,1321699145,3519142200,2734591178,188127444,2177869557,3727205754,2384911031,3215212461,2648976442,2450346104,3432737375,1180849278,331544205,3102249176,4150144569,2952102595,2159976285,2474404304,766078933,313773861,2570832044,2108100632,1668212892,3145456443,2013908262,418672217,3070356634,2594734927,1852171925,3867060991,3473416636,3907448597,2614737639,919489135,164948639,2094410160,2997825956,590424639,2486224549,1723872674,3157750862,3399941250,3501252752,3625268135,2555048196,3673637356,1343127501,4130281361,3599595085,2957853679,1297403050,81781910,3051593425,2283490410,532201772,1367295589,3926170974,895287692,1953757831,1093597963,492483431,3528626907,1446242576,1192455638,1636604631,209336225,344873464,1015671571,669961897,3375740769,3857572124,2973530695,3747192018,1933530610,3464042516,935293895,3454686199,2858115069,1863638845,3683022916,4085369519,3292445032,875313188,1080017571,3279033885,621591778,1233856572,2504130317,24197544,3017672716,3835484340,3247465558,2220981195,3060847922,1551124588,1463996600],B=[4104605777,1097159550,396673818,660510266,2875968315,2638606623,4200115116,3808662347,821712160,1986918061,3430322568,38544885,3856137295,718002117,893681702,1654886325,2975484382,3122358053,3926825029,4274053469,796197571,1290801793,1184342925,3556361835,2405426947,2459735317,1836772287,1381620373,3196267988,1948373848,3764988233,3385345166,3263785589,2390325492,1480485785,3111247143,3780097726,2293045232,548169417,3459953789,3746175075,439452389,1362321559,1400849762,1685577905,1806599355,2174754046,137073913,1214797936,1174215055,3731654548,2079897426,1943217067,1258480242,529487843,1437280870,3945269170,3049390895,3313212038,923313619,679998e3,3215307299,57326082,377642221,3474729866,2041877159,133361907,1776460110,3673476453,96392454,878845905,2801699524,777231668,4082475170,2330014213,4142626212,2213296395,1626319424,1906247262,1846563261,562755902,3708173718,1040559837,3871163981,1418573201,3294430577,114585348,1343618912,2566595609,3186202582,1078185097,3651041127,3896688048,2307622919,425408743,3371096953,2081048481,1108339068,2216610296,0,2156299017,736970802,292596766,1517440620,251657213,2235061775,2933202493,758720310,265905162,1554391400,1532285339,908999204,174567692,1474760595,4002861748,2610011675,3234156416,3693126241,2001430874,303699484,2478443234,2687165888,585122620,454499602,151849742,2345119218,3064510765,514443284,4044981591,1963412655,2581445614,2137062819,19308535,1928707164,1715193156,4219352155,1126790795,600235211,3992742070,3841024952,836553431,1669664834,2535604243,3323011204,1243905413,3141400786,4180808110,698445255,2653899549,2989552604,2253581325,3252932727,3004591147,1891211689,2487810577,3915653703,4237083816,4030667424,2100090966,865136418,1229899655,953270745,3399679628,3557504664,4118925222,2061379749,3079546586,2915017791,983426092,2022837584,1607244650,2118541908,2366882550,3635996816,972512814,3283088770,1568718495,3499326569,3576539503,621982671,2895723464,410887952,2623762152,1002142683,645401037,1494807662,2595684844,1335535747,2507040230,4293295786,3167684641,367585007,3885750714,1865862730,2668221674,2960971305,2763173681,1059270954,2777952454,2724642869,1320957812,2194319100,2429595872,2815956275,77089521,3973773121,3444575871,2448830231,1305906550,4021308739,2857194700,2516901860,3518358430,1787304780,740276417,1699839814,1592394909,2352307457,2272556026,188821243,1729977011,3687994002,274084841,3594982253,3613494426,2701949495,4162096729,322734571,2837966542,1640576439,484830689,1202797690,3537852828,4067639125,349075736,3342319475,4157467219,4255800159,1030690015,1155237496,2951971274,1757691577,607398968,2738905026,499347990,3794078908,1011452712,227885567,2818666809,213114376,3034881240,1455525988,3414450555,850817237,1817998408,3092726480],A=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],C=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],S=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],I=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];function D(k){for(var i=[],b=0;b<k.length;b+=4)i.push(k[b]<<24|k[b+1]<<16|k[b+2]<<8|k[b+3]);return i}var R=function(k){if(!(this instanceof R))throw Error("AES must be instanitated with `new`");Object.defineProperty(this,"key",{value:n(k,!0)}),this._prepare()};R.prototype._prepare=function(){var k=a[this.key.length];if(k==null)throw new Error("invalid key size (must be 16, 24 or 32 bytes)");this._Ke=[],this._Kd=[];for(var i=0;i<=k;i++)this._Ke.push([0,0,0,0]),this._Kd.push([0,0,0,0]);for(var b=(k+1)*4,m=this.key.length/4,_=D(this.key),L,i=0;i<m;i++)L=i>>2,this._Ke[L][i%4]=_[i],this._Kd[k-L][i%4]=_[i];for(var Z=0,G=m,Q;G<b;){if(Q=_[m-1],_[0]^=x[Q>>16&255]<<24^x[Q>>8&255]<<16^x[Q&255]<<8^x[Q>>24&255]^w[Z]<<24,Z+=1,m!=8)for(var i=1;i<m;i++)_[i]^=_[i-1];else{for(var i=1;i<m/2;i++)_[i]^=_[i-1];Q=_[m/2-1],_[m/2]^=x[Q&255]^x[Q>>8&255]<<8^x[Q>>16&255]<<16^x[Q>>24&255]<<24;for(var i=m/2+1;i<m;i++)_[i]^=_[i-1]}for(var i=0,i0,u0;i<m&&G<b;)i0=G>>2,u0=G%4,this._Ke[i0][u0]=_[i],this._Kd[k-i0][u0]=_[i++],G++}for(var i0=1;i0<k;i0++)for(var u0=0;u0<4;u0++)Q=this._Kd[i0][u0],this._Kd[i0][u0]=A[Q>>24&255]^C[Q>>16&255]^S[Q>>8&255]^I[Q&255]},R.prototype.encrypt=function(k){if(k.length!=16)throw new Error("invalid plaintext size (must be 16 bytes)");for(var i=this._Ke.length-1,b=[0,0,0,0],m=D(k),_=0;_<4;_++)m[_]^=this._Ke[0][_];for(var L=1;L<i;L++){for(var _=0;_<4;_++)b[_]=l[m[_]>>24&255]^p[m[(_+1)%4]>>16&255]^h[m[(_+2)%4]>>8&255]^E[m[(_+3)%4]&255]^this._Ke[L][_];m=b.slice()}for(var Z=c(16),G,_=0;_<4;_++)G=this._Ke[i][_],Z[4*_]=(x[m[_]>>24&255]^G>>24)&255,Z[4*_+1]=(x[m[(_+1)%4]>>16&255]^G>>16)&255,Z[4*_+2]=(x[m[(_+2)%4]>>8&255]^G>>8)&255,Z[4*_+3]=(x[m[(_+3)%4]&255]^G)&255;return Z},R.prototype.decrypt=function(k){if(k.length!=16)throw new Error("invalid ciphertext size (must be 16 bytes)");for(var i=this._Kd.length-1,b=[0,0,0,0],m=D(k),_=0;_<4;_++)m[_]^=this._Kd[0][_];for(var L=1;L<i;L++){for(var _=0;_<4;_++)b[_]=y[m[_]>>24&255]^f[m[(_+3)%4]>>16&255]^s[m[(_+2)%4]>>8&255]^B[m[(_+1)%4]&255]^this._Kd[L][_];m=b.slice()}for(var Z=c(16),G,_=0;_<4;_++)G=this._Kd[i][_],Z[4*_]=(u[m[_]>>24&255]^G>>24)&255,Z[4*_+1]=(u[m[(_+3)%4]>>16&255]^G>>16)&255,Z[4*_+2]=(u[m[(_+2)%4]>>8&255]^G>>8)&255,Z[4*_+3]=(u[m[(_+1)%4]&255]^G)&255;return Z};var M=function(k){if(!(this instanceof M))throw Error("AES must be instanitated with `new`");this.description="Electronic Code Block",this.name="ecb",this._aes=new R(k)};M.prototype.encrypt=function(k){if(k=n(k),k.length%16!==0)throw new Error("invalid plaintext size (must be multiple of 16 bytes)");for(var i=c(k.length),b=c(16),m=0;m<k.length;m+=16)v(k,b,0,m,m+16),b=this._aes.encrypt(b),v(b,i,m);return i},M.prototype.decrypt=function(k){if(k=n(k),k.length%16!==0)throw new Error("invalid ciphertext size (must be multiple of 16 bytes)");for(var i=c(k.length),b=c(16),m=0;m<k.length;m+=16)v(k,b,0,m,m+16),b=this._aes.decrypt(b),v(b,i,m);return i};var q=function(k,i){if(!(this instanceof q))throw Error("AES must be instanitated with `new`");if(this.description="Cipher Block Chaining",this.name="cbc",!i)i=c(16);else if(i.length!=16)throw new Error("invalid initialation vector size (must be 16 bytes)");this._lastCipherblock=n(i,!0),this._aes=new R(k)};q.prototype.encrypt=function(k){if(k=n(k),k.length%16!==0)throw new Error("invalid plaintext size (must be multiple of 16 bytes)");for(var i=c(k.length),b=c(16),m=0;m<k.length;m+=16){v(k,b,0,m,m+16);for(var _=0;_<16;_++)b[_]^=this._lastCipherblock[_];this._lastCipherblock=this._aes.encrypt(b),v(this._lastCipherblock,i,m)}return i},q.prototype.decrypt=function(k){if(k=n(k),k.length%16!==0)throw new Error("invalid ciphertext size (must be multiple of 16 bytes)");for(var i=c(k.length),b=c(16),m=0;m<k.length;m+=16){v(k,b,0,m,m+16),b=this._aes.decrypt(b);for(var _=0;_<16;_++)i[m+_]=b[_]^this._lastCipherblock[_];v(k,this._lastCipherblock,0,m,m+16)}return i};var j=function(k,i,b){if(!(this instanceof j))throw Error("AES must be instanitated with `new`");if(this.description="Cipher Feedback",this.name="cfb",!i)i=c(16);else if(i.length!=16)throw new Error("invalid initialation vector size (must be 16 size)");b||(b=1),this.segmentSize=b,this._shiftRegister=n(i,!0),this._aes=new R(k)};j.prototype.encrypt=function(k){if(k.length%this.segmentSize!=0)throw new Error("invalid plaintext size (must be segmentSize bytes)");for(var i=n(k,!0),b,m=0;m<i.length;m+=this.segmentSize){b=this._aes.encrypt(this._shiftRegister);for(var _=0;_<this.segmentSize;_++)i[m+_]^=b[_];v(this._shiftRegister,this._shiftRegister,0,this.segmentSize),v(i,this._shiftRegister,16-this.segmentSize,m,m+this.segmentSize)}return i},j.prototype.decrypt=function(k){if(k.length%this.segmentSize!=0)throw new Error("invalid ciphertext size (must be segmentSize bytes)");for(var i=n(k,!0),b,m=0;m<i.length;m+=this.segmentSize){b=this._aes.encrypt(this._shiftRegister);for(var _=0;_<this.segmentSize;_++)i[m+_]^=b[_];v(this._shiftRegister,this._shiftRegister,0,this.segmentSize),v(k,this._shiftRegister,16-this.segmentSize,m,m+this.segmentSize)}return i};var N=function(k,i){if(!(this instanceof N))throw Error("AES must be instanitated with `new`");if(this.description="Output Feedback",this.name="ofb",!i)i=c(16);else if(i.length!=16)throw new Error("invalid initialation vector size (must be 16 bytes)");this._lastPrecipher=n(i,!0),this._lastPrecipherIndex=16,this._aes=new R(k)};N.prototype.encrypt=function(k){for(var i=n(k,!0),b=0;b<i.length;b++)this._lastPrecipherIndex===16&&(this._lastPrecipher=this._aes.encrypt(this._lastPrecipher),this._lastPrecipherIndex=0),i[b]^=this._lastPrecipher[this._lastPrecipherIndex++];return i},N.prototype.decrypt=N.prototype.encrypt;var H=function(k){if(!(this instanceof H))throw Error("Counter must be instanitated with `new`");k!==0&&!k&&(k=1),typeof k=="number"?(this._counter=c(16),this.setValue(k)):this.setBytes(k)};H.prototype.setValue=function(k){if(typeof k!="number"||parseInt(k)!=k)throw new Error("invalid counter value (must be an integer)");if(k>Number.MAX_SAFE_INTEGER)throw new Error("integer value out of safe range");for(var i=15;i>=0;--i)this._counter[i]=k%256,k=parseInt(k/256)},H.prototype.setBytes=function(k){if(k=n(k,!0),k.length!=16)throw new Error("invalid counter bytes size (must be 16 bytes)");this._counter=k},H.prototype.increment=function(){for(var k=15;k>=0;k--)if(this._counter[k]===255)this._counter[k]=0;else{this._counter[k]++;break}};var V=function(k,i){if(!(this instanceof V))throw Error("AES must be instanitated with `new`");this.description="Counter",this.name="ctr",i instanceof H||(i=new H(i)),this._counter=i,this._remainingCounter=null,this._remainingCounterIndex=16,this._aes=new R(k)};V.prototype.encrypt=function(k){for(var i=n(k,!0),b=0;b<i.length;b++)this._remainingCounterIndex===16&&(this._remainingCounter=this._aes.encrypt(this._counter._counter),this._remainingCounterIndex=0,this._counter.increment()),i[b]^=this._remainingCounter[this._remainingCounterIndex++];return i},V.prototype.decrypt=V.prototype.encrypt;function Y(k){k=n(k,!0);var i=16-k.length%16,b=c(k.length+i);v(k,b);for(var m=k.length;m<b.length;m++)b[m]=i;return b}function $(k){if(k=n(k,!0),k.length<16)throw new Error("PKCS#7 invalid length");var i=k[k.length-1];if(i>16)throw new Error("PKCS#7 padding byte out of range");for(var b=k.length-i,m=0;m<i;m++)if(k[b+m]!==i)throw new Error("PKCS#7 invalid padding byte");var _=c(b);return v(k,_,0,0,b),_}var t0={AES:R,Counter:H,ModeOfOperation:{ecb:M,cbc:q,cfb:j,ofb:N,ctr:V},utils:{hex:o,utf8:g},padding:{pkcs7:{pad:Y,strip:$}},_arrayTest:{coerceArray:n,createArray:c,copyArray:v}};d.exports=t0})()})(Jn);var pr;(function(d){d.MD5="MD5",d.SHA256="SHA256"})(pr||(pr={}));var ei={exports:{}},vt={exports:{}},vr;function ti(){return vr||(vr=1,function(d){(function(F){var e={bytesToHex:function(n){return t(n)},hexToBytes:function(n){if(n.length%2===1)throw new Error("hexToBytes can't have a string with an odd number of characters.");return n.indexOf("0x")===0&&(n=n.slice(2)),n.match(/../g).map(function(c){return parseInt(c,16)})}};function t(n){return n.map(function(c){return r(c.toString(16),2)}).join("")}function r(n,c){return n.length>c?n:Array(c-n.length+1).join("0")+n}d.exports?d.exports=e:F.convertHex=e})(S0)}(vt)),vt.exports}var bt={exports:{}},br;function ri(){return br||(br=1,function(d){(function(F){var e={bytesToString:function(t){return t.map(function(r){return String.fromCharCode(r)}).join("")},stringToBytes:function(t){return t.split("").map(function(r){return r.charCodeAt(0)})}};e.UTF8={bytesToString:function(t){return decodeURIComponent(escape(e.bytesToString(t)))},stringToBytes:function(t){return e.stringToBytes(unescape(encodeURIComponent(t)))}},d.exports?d.exports=e:F.convertString=e})(S0)}(bt)),bt.exports}(function(d){(function(F){var e={};d.exports?(e.bytesToHex=ti().bytesToHex,e.convertString=ri(),d.exports=g):(e.bytesToHex=F.convertHex.bytesToHex,e.convertString=F.convertString,F.sha256=g);var t=[];(function(){function o(u){for(var l=Math.sqrt(u),p=2;p<=l;p++)if(!(u%p))return!1;return!0}function a(u){return(u-(u|0))*4294967296|0}for(var w=2,x=0;x<64;)o(w)&&(t[x]=a(Math.pow(w,1/3)),x++),w++})();var r=function(o){for(var a=[],w=0,x=0;w<o.length;w++,x+=8)a[x>>>5]|=o[w]<<24-x%32;return a},n=function(o){for(var a=[],w=0;w<o.length*32;w+=8)a.push(o[w>>>5]>>>24-w%32&255);return a},c=[],v=function(o,a,w){for(var x=o[0],u=o[1],l=o[2],p=o[3],h=o[4],E=o[5],y=o[6],f=o[7],s=0;s<64;s++){if(s<16)c[s]=a[w+s]|0;else{var B=c[s-15],A=(B<<25|B>>>7)^(B<<14|B>>>18)^B>>>3,C=c[s-2],S=(C<<15|C>>>17)^(C<<13|C>>>19)^C>>>10;c[s]=A+c[s-7]+S+c[s-16]}var I=h&E^~h&y,D=x&u^x&l^u&l,R=(x<<30|x>>>2)^(x<<19|x>>>13)^(x<<10|x>>>22),M=(h<<26|h>>>6)^(h<<21|h>>>11)^(h<<7|h>>>25),q=f+M+I+t[s]+c[s],j=R+D;f=y,y=E,E=h,h=p+q|0,p=l,l=u,u=x,x=q+j|0}o[0]=o[0]+x|0,o[1]=o[1]+u|0,o[2]=o[2]+l|0,o[3]=o[3]+p|0,o[4]=o[4]+h|0,o[5]=o[5]+E|0,o[6]=o[6]+y|0,o[7]=o[7]+f|0};function g(o,a){o.constructor===String&&(o=e.convertString.UTF8.stringToBytes(o));var w=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],x=r(o),u=o.length*8;x[u>>5]|=128<<24-u%32,x[(u+64>>9<<4)+15]=u;for(var l=0;l<x.length;l+=16)v(w,x,l);var p=n(w);return a&&a.asBytes?p:a&&a.asString?e.convertString.bytesToString(p):e.bytesToHex(p)}g.x2=function(o,a){return g(g(o,{asBytes:!0}),a)}})(S0)})(ei);var gt;(function(d){d.Header="header",d.Params="params"})(gt||(gt={}));gt.Params;var Sr={exports:{}};(function(d,F){(function(){var e,t=0xdeadbeefcafe,r=(t&16777215)==15715070;function n(T,O,P){T!=null&&(typeof T=="number"?this.fromNumber(T,O,P):O==null&&typeof T!="string"?this.fromString(T,256):this.fromString(T,O))}function c(){return new n(null)}function v(T,O,P,W,r0,a0){for(;--a0>=0;){var c0=O*this[T++]+P[W]+r0;r0=Math.floor(c0/67108864),P[W++]=c0&67108863}return r0}function g(T,O,P,W,r0,a0){for(var c0=O&32767,d0=O>>15;--a0>=0;){var H0=this[T]&32767,X0=this[T++]>>15,ie=d0*H0+X0*c0;H0=c0*H0+((ie&32767)<<15)+P[W]+(r0&1073741823),r0=(H0>>>30)+(ie>>>15)+d0*X0+(r0>>>30),P[W++]=H0&1073741823}return r0}function o(T,O,P,W,r0,a0){for(var c0=O&16383,d0=O>>14;--a0>=0;){var H0=this[T]&16383,X0=this[T++]>>14,ie=d0*H0+X0*c0;H0=c0*H0+((ie&16383)<<14)+P[W]+r0,r0=(H0>>28)+(ie>>14)+d0*X0,P[W++]=H0&268435455}return r0}var a=typeof navigator!="undefined";a&&r&&navigator.appName=="Microsoft Internet Explorer"?(n.prototype.am=g,e=30):a&&r&&navigator.appName!="Netscape"?(n.prototype.am=v,e=26):(n.prototype.am=o,e=28),n.prototype.DB=e,n.prototype.DM=(1<<e)-1,n.prototype.DV=1<<e;var w=52;n.prototype.FV=Math.pow(2,w),n.prototype.F1=w-e,n.prototype.F2=2*e-w;var x="0123456789abcdefghijklmnopqrstuvwxyz",u=new Array,l,p;for(l=48,p=0;p<=9;++p)u[l++]=p;for(l=97,p=10;p<36;++p)u[l++]=p;for(l=65,p=10;p<36;++p)u[l++]=p;function h(T){return x.charAt(T)}function E(T,O){var P=u[T.charCodeAt(O)];return P==null?-1:P}function y(T){for(var O=this.t-1;O>=0;--O)T[O]=this[O];T.t=this.t,T.s=this.s}function f(T){this.t=1,this.s=T<0?-1:0,T>0?this[0]=T:T<-1?this[0]=T+this.DV:this.t=0}function s(T){var O=c();return O.fromInt(T),O}function B(T,O){var P;if(O==16)P=4;else if(O==8)P=3;else if(O==256)P=8;else if(O==2)P=1;else if(O==32)P=5;else if(O==4)P=2;else{this.fromRadix(T,O);return}this.t=0,this.s=0;for(var W=T.length,r0=!1,a0=0;--W>=0;){var c0=P==8?T[W]&255:E(T,W);if(c0<0){T.charAt(W)=="-"&&(r0=!0);continue}r0=!1,a0==0?this[this.t++]=c0:a0+P>this.DB?(this[this.t-1]|=(c0&(1<<this.DB-a0)-1)<<a0,this[this.t++]=c0>>this.DB-a0):this[this.t-1]|=c0<<a0,a0+=P,a0>=this.DB&&(a0-=this.DB)}P==8&&T[0]&128&&(this.s=-1,a0>0&&(this[this.t-1]|=(1<<this.DB-a0)-1<<a0)),this.clamp(),r0&&n.ZERO.subTo(this,this)}function A(){for(var T=this.s&this.DM;this.t>0&&this[this.t-1]==T;)--this.t}function C(T){if(this.s<0)return"-"+this.negate().toString(T);var O;if(T==16)O=4;else if(T==8)O=3;else if(T==2)O=1;else if(T==32)O=5;else if(T==4)O=2;else return this.toRadix(T);var P=(1<<O)-1,W,r0=!1,a0="",c0=this.t,d0=this.DB-c0*this.DB%O;if(c0-- >0)for(d0<this.DB&&(W=this[c0]>>d0)>0&&(r0=!0,a0=h(W));c0>=0;)d0<O?(W=(this[c0]&(1<<d0)-1)<<O-d0,W|=this[--c0]>>(d0+=this.DB-O)):(W=this[c0]>>(d0-=O)&P,d0<=0&&(d0+=this.DB,--c0)),W>0&&(r0=!0),r0&&(a0+=h(W));return r0?a0:"0"}function S(){var T=c();return n.ZERO.subTo(this,T),T}function I(){return this.s<0?this.negate():this}function D(T){var O=this.s-T.s;if(O!=0)return O;var P=this.t;if(O=P-T.t,O!=0)return this.s<0?-O:O;for(;--P>=0;)if((O=this[P]-T[P])!=0)return O;return 0}function R(T){var O=1,P;return(P=T>>>16)!=0&&(T=P,O+=16),(P=T>>8)!=0&&(T=P,O+=8),(P=T>>4)!=0&&(T=P,O+=4),(P=T>>2)!=0&&(T=P,O+=2),(P=T>>1)!=0&&(T=P,O+=1),O}function M(){return this.t<=0?0:this.DB*(this.t-1)+R(this[this.t-1]^this.s&this.DM)}function q(T,O){var P;for(P=this.t-1;P>=0;--P)O[P+T]=this[P];for(P=T-1;P>=0;--P)O[P]=0;O.t=this.t+T,O.s=this.s}function j(T,O){for(var P=T;P<this.t;++P)O[P-T]=this[P];O.t=Math.max(this.t-T,0),O.s=this.s}function N(T,O){var P=T%this.DB,W=this.DB-P,r0=(1<<W)-1,a0=Math.floor(T/this.DB),c0=this.s<<P&this.DM,d0;for(d0=this.t-1;d0>=0;--d0)O[d0+a0+1]=this[d0]>>W|c0,c0=(this[d0]&r0)<<P;for(d0=a0-1;d0>=0;--d0)O[d0]=0;O[a0]=c0,O.t=this.t+a0+1,O.s=this.s,O.clamp()}function H(T,O){O.s=this.s;var P=Math.floor(T/this.DB);if(P>=this.t){O.t=0;return}var W=T%this.DB,r0=this.DB-W,a0=(1<<W)-1;O[0]=this[P]>>W;for(var c0=P+1;c0<this.t;++c0)O[c0-P-1]|=(this[c0]&a0)<<r0,O[c0-P]=this[c0]>>W;W>0&&(O[this.t-P-1]|=(this.s&a0)<<r0),O.t=this.t-P,O.clamp()}function V(T,O){for(var P=0,W=0,r0=Math.min(T.t,this.t);P<r0;)W+=this[P]-T[P],O[P++]=W&this.DM,W>>=this.DB;if(T.t<this.t){for(W-=T.s;P<this.t;)W+=this[P],O[P++]=W&this.DM,W>>=this.DB;W+=this.s}else{for(W+=this.s;P<T.t;)W-=T[P],O[P++]=W&this.DM,W>>=this.DB;W-=T.s}O.s=W<0?-1:0,W<-1?O[P++]=this.DV+W:W>0&&(O[P++]=W),O.t=P,O.clamp()}function Y(T,O){var P=this.abs(),W=T.abs(),r0=P.t;for(O.t=r0+W.t;--r0>=0;)O[r0]=0;for(r0=0;r0<W.t;++r0)O[r0+P.t]=P.am(0,W[r0],O,r0,0,P.t);O.s=0,O.clamp(),this.s!=T.s&&n.ZERO.subTo(O,O)}function $(T){for(var O=this.abs(),P=T.t=2*O.t;--P>=0;)T[P]=0;for(P=0;P<O.t-1;++P){var W=O.am(P,O[P],T,2*P,0,1);(T[P+O.t]+=O.am(P+1,2*O[P],T,2*P+1,W,O.t-P-1))>=O.DV&&(T[P+O.t]-=O.DV,T[P+O.t+1]=1)}T.t>0&&(T[T.t-1]+=O.am(P,O[P],T,2*P,0,1)),T.s=0,T.clamp()}function t0(T,O,P){var W=T.abs();if(!(W.t<=0)){var r0=this.abs();if(r0.t<W.t){O!=null&&O.fromInt(0),P!=null&&this.copyTo(P);return}P==null&&(P=c());var a0=c(),c0=this.s,d0=T.s,H0=this.DB-R(W[W.t-1]);H0>0?(W.lShiftTo(H0,a0),r0.lShiftTo(H0,P)):(W.copyTo(a0),r0.copyTo(P));var X0=a0.t,ie=a0[X0-1];if(ie!=0){var re=ie*(1<<this.F1)+(X0>1?a0[X0-2]>>this.F2:0),se=this.FV/re,_e=(1<<this.F1)/re,ae=1<<this.F2,xe=P.t,De=xe-X0,ce=O==null?c():O;for(a0.dlShiftTo(De,ce),P.compareTo(ce)>=0&&(P[P.t++]=1,P.subTo(ce,P)),n.ONE.dlShiftTo(X0,ce),ce.subTo(a0,a0);a0.t<X0;)a0[a0.t++]=0;for(;--De>=0;){var ke=P[--xe]==ie?this.DM:Math.floor(P[xe]*se+(P[xe-1]+ae)*_e);if((P[xe]+=a0.am(0,ke,P,De,0,X0))<ke)for(a0.dlShiftTo(De,ce),P.subTo(ce,P);P[xe]<--ke;)P.subTo(ce,P)}O!=null&&(P.drShiftTo(X0,O),c0!=d0&&n.ZERO.subTo(O,O)),P.t=X0,P.clamp(),H0>0&&P.rShiftTo(H0,P),c0<0&&n.ZERO.subTo(P,P)}}}function k(T){var O=c();return this.abs().divRemTo(T,null,O),this.s<0&&O.compareTo(n.ZERO)>0&&T.subTo(O,O),O}function i(T){this.m=T}function b(T){return T.s<0||T.compareTo(this.m)>=0?T.mod(this.m):T}function m(T){return T}function _(T){T.divRemTo(this.m,null,T)}function L(T,O,P){T.multiplyTo(O,P),this.reduce(P)}function Z(T,O){T.squareTo(O),this.reduce(O)}i.prototype.convert=b,i.prototype.revert=m,i.prototype.reduce=_,i.prototype.mulTo=L,i.prototype.sqrTo=Z;function G(){if(this.t<1)return 0;var T=this[0];if(!(T&1))return 0;var O=T&3;return O=O*(2-(T&15)*O)&15,O=O*(2-(T&255)*O)&255,O=O*(2-((T&65535)*O&65535))&65535,O=O*(2-T*O%this.DV)%this.DV,O>0?this.DV-O:-O}function Q(T){this.m=T,this.mp=T.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<<T.DB-15)-1,this.mt2=2*T.t}function i0(T){var O=c();return T.abs().dlShiftTo(this.m.t,O),O.divRemTo(this.m,null,O),T.s<0&&O.compareTo(n.ZERO)>0&&this.m.subTo(O,O),O}function u0(T){var O=c();return T.copyTo(O),this.reduce(O),O}function m0(T){for(;T.t<=this.mt2;)T[T.t++]=0;for(var O=0;O<this.m.t;++O){var P=T[O]&32767,W=P*this.mpl+((P*this.mph+(T[O]>>15)*this.mpl&this.um)<<15)&T.DM;for(P=O+this.m.t,T[P]+=this.m.am(0,W,T,O,0,this.m.t);T[P]>=T.DV;)T[P]-=T.DV,T[++P]++}T.clamp(),T.drShiftTo(this.m.t,T),T.compareTo(this.m)>=0&&T.subTo(this.m,T)}function B0(T,O){T.squareTo(O),this.reduce(O)}function v0(T,O,P){T.multiplyTo(O,P),this.reduce(P)}Q.prototype.convert=i0,Q.prototype.revert=u0,Q.prototype.reduce=m0,Q.prototype.mulTo=v0,Q.prototype.sqrTo=B0;function A0(){return(this.t>0?this[0]&1:this.s)==0}function O0(T,O){if(T>4294967295||T<1)return n.ONE;var P=c(),W=c(),r0=O.convert(this),a0=R(T)-1;for(r0.copyTo(P);--a0>=0;)if(O.sqrTo(P,W),(T&1<<a0)>0)O.mulTo(W,r0,P);else{var c0=P;P=W,W=c0}return O.revert(P)}function T0(T,O){var P;return T<256||O.isEven()?P=new i(O):P=new Q(O),this.exp(T,P)}n.prototype.copyTo=y,n.prototype.fromInt=f,n.prototype.fromString=B,n.prototype.clamp=A,n.prototype.dlShiftTo=q,n.prototype.drShiftTo=j,n.prototype.lShiftTo=N,n.prototype.rShiftTo=H,n.prototype.subTo=V,n.prototype.multiplyTo=Y,n.prototype.squareTo=$,n.prototype.divRemTo=t0,n.prototype.invDigit=G,n.prototype.isEven=A0,n.prototype.exp=O0,n.prototype.toString=C,n.prototype.negate=S,n.prototype.abs=I,n.prototype.compareTo=D,n.prototype.bitLength=M,n.prototype.mod=k,n.prototype.modPowInt=T0,n.ZERO=s(0),n.ONE=s(1);function L0(){var T=c();return this.copyTo(T),T}function J(){if(this.s<0){if(this.t==1)return this[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this[0];if(this.t==0)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]}function f0(){return this.t==0?this.s:this[0]<<24>>24}function l0(){return this.t==0?this.s:this[0]<<16>>16}function g0(T){return Math.floor(Math.LN2*this.DB/Math.log(T))}function y0(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1}function N0(T){if(T==null&&(T=10),this.signum()==0||T<2||T>36)return"0";var O=this.chunkSize(T),P=Math.pow(T,O),W=s(P),r0=c(),a0=c(),c0="";for(this.divRemTo(W,r0,a0);r0.signum()>0;)c0=(P+a0.intValue()).toString(T).substr(1)+c0,r0.divRemTo(W,r0,a0);return a0.intValue().toString(T)+c0}function I0(T,O){this.fromInt(0),O==null&&(O=10);for(var P=this.chunkSize(O),W=Math.pow(O,P),r0=!1,a0=0,c0=0,d0=0;d0<T.length;++d0){var H0=E(T,d0);if(H0<0){T.charAt(d0)=="-"&&this.signum()==0&&(r0=!0);continue}c0=O*c0+H0,++a0>=P&&(this.dMultiply(W),this.dAddOffset(c0,0),a0=0,c0=0)}a0>0&&(this.dMultiply(Math.pow(O,a0)),this.dAddOffset(c0,0)),r0&&n.ZERO.subTo(this,this)}function D0(T,O,P){if(typeof O=="number")if(T<2)this.fromInt(1);else for(this.fromNumber(T,P),this.testBit(T-1)||this.bitwiseTo(n.ONE.shiftLeft(T-1),b0,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(O);)this.dAddOffset(2,0),this.bitLength()>T&&this.subTo(n.ONE.shiftLeft(T-1),this);else{var W=new Array,r0=T&7;W.length=(T>>3)+1,O.nextBytes(W),r0>0?W[0]&=(1<<r0)-1:W[0]=0,this.fromString(W,256)}}function w0(){var T=this.t,O=new Array;O[0]=this.s;var P=this.DB-T*this.DB%8,W,r0=0;if(T-- >0)for(P<this.DB&&(W=this[T]>>P)!=(this.s&this.DM)>>P&&(O[r0++]=W|this.s<<this.DB-P);T>=0;)P<8?(W=(this[T]&(1<<P)-1)<<8-P,W|=this[--T]>>(P+=this.DB-8)):(W=this[T]>>(P-=8)&255,P<=0&&(P+=this.DB,--T)),W&128&&(W|=-256),r0==0&&(this.s&128)!=(W&128)&&++r0,(r0>0||W!=this.s)&&(O[r0++]=W);return O}function M0(T){return this.compareTo(T)==0}function U0(T){return this.compareTo(T)<0?this:T}function z0(T){return this.compareTo(T)>0?this:T}function e0(T,O,P){var W,r0,a0=Math.min(T.t,this.t);for(W=0;W<a0;++W)P[W]=O(this[W],T[W]);if(T.t<this.t){for(r0=T.s&this.DM,W=a0;W<this.t;++W)P[W]=O(this[W],r0);P.t=this.t}else{for(r0=this.s&this.DM,W=a0;W<T.t;++W)P[W]=O(r0,T[W]);P.t=T.t}P.s=O(this.s,T.s),P.clamp()}function o0(T,O){return T&O}function h0(T){var O=c();return this.bitwiseTo(T,o0,O),O}function b0(T,O){return T|O}function C0(T){var O=c();return this.bitwiseTo(T,b0,O),O}function P0(T,O){return T^O}function j0(T){var O=c();return this.bitwiseTo(T,P0,O),O}function W0(T,O){return T&~O}function V0(T){var O=c();return this.bitwiseTo(T,W0,O),O}function s0(){for(var T=c(),O=0;O<this.t;++O)T[O]=this.DM&~this[O];return T.t=this.t,T.s=~this.s,T}function z(T){var O=c();return T<0?this.rShiftTo(-T,O):this.lShiftTo(T,O),O}function U(T){var O=c();return T<0?this.lShiftTo(-T,O):this.rShiftTo(T,O),O}function K(T){if(T==0)return-1;var O=0;return T&65535||(T>>=16,O+=16),T&255||(T>>=8,O+=8),T&15||(T>>=4,O+=4),T&3||(T>>=2,O+=2),T&1||++O,O}function X(){for(var T=0;T<this.t;++T)if(this[T]!=0)return T*this.DB+K(this[T]);return this.s<0?this.t*this.DB:-1}function x0(T){for(var O=0;T!=0;)T&=T-1,++O;return O}function n0(){for(var T=0,O=this.s&this.DM,P=0;P<this.t;++P)T+=x0(this[P]^O);return T}function p0(T){var O=Math.floor(T/this.DB);return O>=this.t?this.s!=0:(this[O]&1<<T%this.DB)!=0}function E0(T,O){var P=n.ONE.shiftLeft(T);return this.bitwiseTo(P,O,P),P}function F0(T){return this.changeBit(T,b0)}function _0(T){return this.changeBit(T,W0)}function q0(T){return this.changeBit(T,P0)}function R0(T,O){for(var P=0,W=0,r0=Math.min(T.t,this.t);P<r0;)W+=this[P]+T[P],O[P++]=W&this.DM,W>>=this.DB;if(T.t<this.t){for(W+=T.s;P<this.t;)W+=this[P],O[P++]=W&this.DM,W>>=this.DB;W+=this.s}else{for(W+=this.s;P<T.t;)W+=T[P],O[P++]=W&this.DM,W>>=this.DB;W+=T.s}O.s=W<0?-1:0,W>0?O[P++]=W:W<-1&&(O[P++]=this.DV+W),O.t=P,O.clamp()}function K0(T){var O=c();return this.addTo(T,O),O}function G0(T){var O=c();return this.subTo(T,O),O}function ee(T){var O=c();return this.multiplyTo(T,O),O}function Rr(){var T=c();return this.squareTo(T),T}function Ir(T){var O=c();return this.divRemTo(T,O,null),O}function Or(T){var O=c();return this.divRemTo(T,null,O),O}function kr(T){var O=c(),P=c();return this.divRemTo(T,O,P),new Array(O,P)}function Pr(T){this[this.t]=this.am(0,T-1,this,0,0,this.t),++this.t,this.clamp()}function Mr(T,O){if(T!=0){for(;this.t<=O;)this[this.t++]=0;for(this[O]+=T;this[O]>=this.DV;)this[O]-=this.DV,++O>=this.t&&(this[this.t++]=0),++this[O]}}function Be(){}function wt(T){return T}function qr(T,O,P){T.multiplyTo(O,P)}function Lr(T,O){T.squareTo(O)}Be.prototype.convert=wt,Be.prototype.revert=wt,Be.prototype.mulTo=qr,Be.prototype.sqrTo=Lr;function zr(T){return this.exp(T,new Be)}function jr(T,O,P){var W=Math.min(this.t+T.t,O);for(P.s=0,P.t=W;W>0;)P[--W]=0;var r0;for(r0=P.t-this.t;W<r0;++W)P[W+this.t]=this.am(0,T[W],P,W,0,this.t);for(r0=Math.min(T.t,O);W<r0;++W)this.am(0,T[W],P,W,0,O-W);P.clamp()}function Nr(T,O,P){--O;var W=P.t=this.t+T.t-O;for(P.s=0;--W>=0;)P[W]=0;for(W=Math.max(O-this.t,0);W<T.t;++W)P[this.t+W-O]=this.am(O-W,T[W],P,0,0,this.t+W-O);P.clamp(),P.drShiftTo(1,P)}function le(T){this.r2=c(),this.q3=c(),n.ONE.dlShiftTo(2*T.t,this.r2),this.mu=this.r2.divide(T),this.m=T}function Hr(T){if(T.s<0||T.t>2*this.m.t)return T.mod(this.m);if(T.compareTo(this.m)<0)return T;var O=c();return T.copyTo(O),this.reduce(O),O}function Ur(T){return T}function Wr(T){for(T.drShiftTo(this.m.t-1,this.r2),T.t>this.m.t+1&&(T.t=this.m.t+1,T.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);T.compareTo(this.r2)<0;)T.dAddOffset(1,this.m.t+1);for(T.subTo(this.r2,T);T.compareTo(this.m)>=0;)T.subTo(this.m,T)}function Vr(T,O){T.squareTo(O),this.reduce(O)}function Kr(T,O,P){T.multiplyTo(O,P),this.reduce(P)}le.prototype.convert=Hr,le.prototype.revert=Ur,le.prototype.reduce=Wr,le.prototype.mulTo=Kr,le.prototype.sqrTo=Vr;function Gr(T,O){var P=T.bitLength(),W,r0=s(1),a0;if(P<=0)return r0;P<18?W=1:P<48?W=3:P<144?W=4:P<768?W=5:W=6,P<8?a0=new i(O):O.isEven()?a0=new le(O):a0=new Q(O);var c0=new Array,d0=3,H0=W-1,X0=(1<<W)-1;if(c0[1]=a0.convert(this),W>1){var ie=c();for(a0.sqrTo(c0[1],ie);d0<=X0;)c0[d0]=c(),a0.mulTo(ie,c0[d0-2],c0[d0]),d0+=2}var re=T.t-1,se,_e=!0,ae=c(),xe;for(P=R(T[re])-1;re>=0;){for(P>=H0?se=T[re]>>P-H0&X0:(se=(T[re]&(1<<P+1)-1)<<H0-P,re>0&&(se|=T[re-1]>>this.DB+P-H0)),d0=W;!(se&1);)se>>=1,--d0;if((P-=d0)<0&&(P+=this.DB,--re),_e)c0[se].copyTo(r0),_e=!1;else{for(;d0>1;)a0.sqrTo(r0,ae),a0.sqrTo(ae,r0),d0-=2;d0>0?a0.sqrTo(r0,ae):(xe=r0,r0=ae,ae=xe),a0.mulTo(ae,c0[se],r0)}for(;re>=0&&!(T[re]&1<<P);)a0.sqrTo(r0,ae),xe=r0,r0=ae,ae=xe,--P<0&&(P=this.DB-1,--re)}return a0.revert(r0)}function Zr(T){var O=this.s<0?this.negate():this.clone(),P=T.s<0?T.negate():T.clone();if(O.compareTo(P)<0){var W=O;O=P,P=W}var r0=O.getLowestSetBit(),a0=P.getLowestSetBit();if(a0<0)return O;for(r0<a0&&(a0=r0),a0>0&&(O.rShiftTo(a0,O),P.rShiftTo(a0,P));O.signum()>0;)(r0=O.getLowestSetBit())>0&&O.rShiftTo(r0,O),(r0=P.getLowestSetBit())>0&&P.rShiftTo(r0,P),O.compareTo(P)>=0?(O.subTo(P,O),O.rShiftTo(1,O)):(P.subTo(O,P),P.rShiftTo(1,P));return a0>0&&P.lShiftTo(a0,P),P}function Xr(T){if(T<=0)return 0;var O=this.DV%T,P=this.s<0?T-1:0;if(this.t>0)if(O==0)P=this[0]%T;else for(var W=this.t-1;W>=0;--W)P=(O*P+this[W])%T;return P}function Qr(T){var O=T.isEven();if(this.isEven()&&O||T.signum()==0)return n.ZERO;for(var P=T.clone(),W=this.clone(),r0=s(1),a0=s(0),c0=s(0),d0=s(1);P.signum()!=0;){for(;P.isEven();)P.rShiftTo(1,P),O?((!r0.isEven()||!a0.isEven())&&(r0.addTo(this,r0),a0.subTo(T,a0)),r0.rShiftTo(1,r0)):a0.isEven()||a0.subTo(T,a0),a0.rShiftTo(1,a0);for(;W.isEven();)W.rShiftTo(1,W),O?((!c0.isEven()||!d0.isEven())&&(c0.addTo(this,c0),d0.subTo(T,d0)),c0.rShiftTo(1,c0)):d0.isEven()||d0.subTo(T,d0),d0.rShiftTo(1,d0);P.compareTo(W)>=0?(P.subTo(W,P),O&&r0.subTo(c0,r0),a0.subTo(d0,a0)):(W.subTo(P,W),O&&c0.subTo(r0,c0),d0.subTo(a0,d0))}if(W.compareTo(n.ONE)!=0)return n.ZERO;if(d0.compareTo(T)>=0)return d0.subtract(T);if(d0.signum()<0)d0.addTo(T,d0);else return d0;return d0.signum()<0?d0.add(T):d0}var Y0=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],$r=(1<<26)/Y0[Y0.length-1];function Yr(T){var O,P=this.abs();if(P.t==1&&P[0]<=Y0[Y0.length-1]){for(O=0;O<Y0.length;++O)if(P[0]==Y0[O])return!0;return!1}if(P.isEven())return!1;for(O=1;O<Y0.length;){for(var W=Y0[O],r0=O+1;r0<Y0.length&&W<$r;)W*=Y0[r0++];for(W=P.modInt(W);O<r0;)if(W%Y0[O++]==0)return!1}return P.millerRabin(T)}function Jr(T){var O=this.subtract(n.ONE),P=O.getLowestSetBit();if(P<=0)return!1;var W=O.shiftRight(P);T=T+1>>1,T>Y0.length&&(T=Y0.length);for(var r0=c(),a0=0;a0<T;++a0){r0.fromInt(Y0[Math.floor(Math.random()*Y0.length)]);var c0=r0.modPow(W,this);if(c0.compareTo(n.ONE)!=0&&c0.compareTo(O)!=0){for(var d0=1;d0++<P&&c0.compareTo(O)!=0;)if(c0=c0.modPowInt(2,this),c0.compareTo(n.ONE)==0)return!1;if(c0.compareTo(O)!=0)return!1}}return!0}n.prototype.chunkSize=g0,n.prototype.toRadix=N0,n.prototype.fromRadix=I0,n.prototype.fromNumber=D0,n.prototype.bitwiseTo=e0,n.prototype.changeBit=E0,n.prototype.addTo=R0,n.prototype.dMultiply=Pr,n.prototype.dAddOffset=Mr,n.prototype.multiplyLowerTo=jr,n.prototype.multiplyUpperTo=Nr,n.prototype.modInt=Xr,n.prototype.millerRabin=Jr,n.prototype.clone=L0,n.prototype.intValue=J,n.prototype.byteValue=f0,n.prototype.shortValue=l0,n.prototype.signum=y0,n.prototype.toByteArray=w0,n.prototype.equals=M0,n.prototype.min=U0,n.prototype.max=z0,n.prototype.and=h0,n.prototype.or=C0,n.prototype.xor=j0,n.prototype.andNot=V0,n.prototype.not=s0,n.prototype.shiftLeft=z,n.prototype.shiftRight=U,n.prototype.getLowestSetBit=X,n.prototype.bitCount=n0,n.prototype.testBit=p0,n.prototype.setBit=F0,n.prototype.clearBit=_0,n.prototype.flipBit=q0,n.prototype.add=K0,n.prototype.subtract=G0,n.prototype.multiply=ee,n.prototype.divide=Ir,n.prototype.remainder=Or,n.prototype.divideAndRemainder=kr,n.prototype.modPow=Gr,n.prototype.modInverse=Qr,n.prototype.pow=zr,n.prototype.gcd=Zr,n.prototype.isProbablePrime=Yr,n.prototype.square=Rr,n.prototype.Barrett=le;var Fe,te,Z0;function en(T){te[Z0++]^=T&255,te[Z0++]^=T>>8&255,te[Z0++]^=T>>16&255,te[Z0++]^=T>>24&255,Z0>=Oe&&(Z0-=Oe)}function Ct(){en(new Date().getTime())}if(te==null){te=new Array,Z0=0;var oe;if(typeof window!="undefined"&&window.crypto){if(window.crypto.getRandomValues){var Ft=new Uint8Array(32);for(window.crypto.getRandomValues(Ft),oe=0;oe<32;++oe)te[Z0++]=Ft[oe]}else if(navigator.appName=="Netscape"&&navigator.appVersion<"5"){var _t=window.crypto.random(32);for(oe=0;oe<_t.length;++oe)te[Z0++]=_t.charCodeAt(oe)&255}}for(;Z0<Oe;)oe=Math.floor(65536*Math.random()),te[Z0++]=oe>>>8,te[Z0++]=oe&255;Z0=0,Ct()}function tn(){if(Fe==null){for(Ct(),Fe=an(),Fe.init(te),Z0=0;Z0<te.length;++Z0)te[Z0]=0;Z0=0}return Fe.next()}function rn(T){var O;for(O=0;O<T.length;++O)T[O]=tn()}function Dt(){}Dt.prototype.nextBytes=rn;function Ie(){this.i=0,this.j=0,this.S=new Array}function nn(T){var O,P,W;for(O=0;O<256;++O)this.S[O]=O;for(P=0,O=0;O<256;++O)P=P+this.S[O]+T[O%T.length]&255,W=this.S[O],this.S[O]=this.S[P],this.S[P]=W;this.i=0,this.j=0}function on(){var T;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,T=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=T,this.S[T+this.S[this.i]&255]}Ie.prototype.init=nn,Ie.prototype.next=on;function an(){return new Ie}var Oe=256;d.exports={default:n,BigInteger:n,SecureRandom:Dt}}).call(S0)})(Sr);var Re=Sr.exports;const{BigInteger:Fi}=Re,{BigInteger:J0}=Re,yr=new J0("2"),gr=new J0("3");class de{constructor(F,e){this.x=e,this.q=F}equals(F){return F===this?!0:this.q.equals(F.q)&&this.x.equals(F.x)}toBigInteger(){return this.x}negate(){return new de(this.q,this.x.negate().mod(this.q))}add(F){return new de(this.q,this.x.add(F.toBigInteger()).mod(this.q))}subtract(F){return new de(this.q,this.x.subtract(F.toBigInteger()).mod(this.q))}multiply(F){return new de(this.q,this.x.multiply(F.toBigInteger()).mod(this.q))}divide(F){return new de(this.q,this.x.multiply(F.toBigInteger().modInverse(this.q)).mod(this.q))}square(){return new de(this.q,this.x.square().mod(this.q))}}class be{constructor(F,e,t,r){this.curve=F,this.x=e,this.y=t,this.z=r==null?J0.ONE:r,this.zinv=null}getX(){return this.zinv===null&&(this.zinv=this.z.modInverse(this.curve.q)),this.curve.fromBigInteger(this.x.toBigInteger().multiply(this.zinv).mod(this.curve.q))}getY(){return this.zinv===null&&(this.zinv=this.z.modInverse(this.curve.q)),this.curve.fromBigInteger(this.y.toBigInteger().multiply(this.zinv).mod(this.curve.q))}equals(F){return F===this?!0:this.isInfinity()?F.isInfinity():F.isInfinity()?this.isInfinity():F.y.toBigInteger().multiply(this.z).subtract(this.y.toBigInteger().multiply(F.z)).mod(this.curve.q).equals(J0.ZERO)?F.x.toBigInteger().multiply(this.z).subtract(this.x.toBigInteger().multiply(F.z)).mod(this.curve.q).equals(J0.ZERO):!1}isInfinity(){return this.x===null&&this.y===null?!0:this.z.equals(J0.ZERO)&&!this.y.toBigInteger().equals(J0.ZERO)}negate(){return new be(this.curve,this.x,this.y.negate(),this.z)}add(F){if(this.isInfinity())return F;if(F.isInfinity())return this;const e=this.x.toBigInteger(),t=this.y.toBigInteger(),r=this.z,n=F.x.toBigInteger(),c=F.y.toBigInteger(),v=F.z,g=this.curve.q,o=e.multiply(v).mod(g),a=n.multiply(r).mod(g),w=o.subtract(a),x=t.multiply(v).mod(g),u=c.multiply(r).mod(g),l=x.subtract(u);if(J0.ZERO.equals(w))return J0.ZERO.equals(l)?this.twice():this.curve.infinity;const p=o.add(a),h=r.multiply(v).mod(g),E=w.square().mod(g),y=w.multiply(E).mod(g),f=h.multiply(l.square()).subtract(p.multiply(E)).mod(g),s=w.multiply(f).mod(g),B=l.multiply(E.multiply(o).subtract(f)).subtract(x.multiply(y)).mod(g),A=y.multiply(h).mod(g);return new be(this.curve,this.curve.fromBigInteger(s),this.curve.fromBigInteger(B),A)}twice(){if(this.isInfinity())return this;if(!this.y.toBigInteger().signum())return this.curve.infinity;const F=this.x.toBigInteger(),e=this.y.toBigInteger(),t=this.z,r=this.curve.q,n=this.curve.a.toBigInteger(),c=F.square().multiply(gr).add(n.multiply(t.square())).mod(r),v=e.shiftLeft(1).multiply(t).mod(r),g=e.square().mod(r),o=g.multiply(F).multiply(t).mod(r),a=v.square().mod(r),w=c.square().subtract(o.shiftLeft(3)).mod(r),x=v.multiply(w).mod(r),u=c.multiply(o.shiftLeft(2).subtract(w)).subtract(a.shiftLeft(1).multiply(g)).mod(r),l=v.multiply(a).mod(r);return new be(this.curve,this.curve.fromBigInteger(x),this.curve.fromBigInteger(u),l)}multiply(F){if(this.isInfinity())return this;if(!F.signum())return this.curve.infinity;const e=F.multiply(gr),t=this.negate();let r=this;for(let n=e.bitLength()-2;n>0;n--){r=r.twice();const c=e.testBit(n),v=F.testBit(n);c!==v&&(r=r.add(c?this:t))}return r}}let ni=class{constructor(F,e,t){this.q=F,this.a=this.fromBigInteger(e),this.b=this.fromBigInteger(t),this.infinity=new be(this,null,null)}equals(F){return F===this?!0:this.q.equals(F.q)&&this.a.equals(F.a)&&this.b.equals(F.b)}fromBigInteger(F){return new de(this.q,F)}decodePointHex(F){switch(parseInt(F.substr(0,2),16)){case 0:return this.infinity;case 2:case 3:const e=this.fromBigInteger(new J0(F.substr(2),16));let t=this.fromBigInteger(e.multiply(e.square()).add(e.multiply(this.a)).add(this.b).toBigInteger().modPow(this.q.divide(new J0("4")).add(J0.ONE),this.q));return t.toBigInteger().mod(yr).equals(new J0(F.substr(0,2),16).subtract(yr))||(t=t.negate()),new be(this,e,t);case 4:case 6:case 7:const r=(F.length-2)/2,n=F.substr(2,r),c=F.substr(r+2,r);return new be(this,this.fromBigInteger(new J0(n,16)),this.fromBigInteger(new J0(c,16)));default:return null}}};var ii={ECCurveFp:ni};const{BigInteger:fe,SecureRandom:oi}=Re,{ECCurveFp:ai}=ii,xi=new oi,{curve:me,G:fi,n:mr}=Tr();function si(){return me}function Tr(){const d=new fe("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFF",16),F=new fe("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFC",16),e=new fe("28E9FA9E9D9F5E344D5A9E4BCF6509A7F39789F515AB8F92DDBCBD414D940E93",16),t=new ai(d,F,e),c=t.decodePointHex("04"+"32C4AE2C1F1981195F9904466A39C9948FE30BBFF2660BE1715A4589334C74C7"+"BC3736A2F4F6779C59BDCEE36B692153D0A9877CC62A474002DF32E52139F0A0"),v=new fe("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFF7203DF6B21C6052B53BBF40939D54123",16);return{curve:t,G:c,n:v}}function ci(d,F,e){const r=(d?new fe(d,F,e):new fe(mr.bitLength(),xi)).mod(mr.subtract(fe.ONE)).add(fe.ONE),n=we(r.toString(16),64),c=fi.multiply(r),v=we(c.getX().toBigInteger().toString(16),64),g=we(c.getY().toBigInteger().toString(16),64),o="04"+v+g;return{privateKey:n,publicKey:o}}function ui(d){if(d.length!==130)throw new Error("Invalid public key to compress");const F=(d.length-2)/2,e=d.substr(2,F),t=new fe(d.substr(F+2,F),16);let r="03";return t.mod(new fe("2")).equals(fe.ZERO)&&(r="02"),r+e}function di(d){d=unescape(encodeURIComponent(d));const F=d.length,e=[];for(let r=0;r<F;r++)e[r>>>2]|=(d.charCodeAt(r)&255)<<24-r%4*8;const t=[];for(let r=0;r<F;r++){const n=e[r>>>2]>>>24-r%4*8&255;t.push((n>>>4).toString(16)),t.push((n&15).toString(16))}return t.join("")}function we(d,F){return d.length>=F?d:new Array(F-d.length+1).join("0")+d}function hi(d){return d.map(F=>(F=F.toString(16),F.length===1?"0"+F:F)).join("")}function li(d){const F=[];let e=0;for(let t=0;t<d.length*2;t+=2)F[t>>>3]|=parseInt(d[e],10)<<24-t%8*4,e++;try{const t=[];for(let r=0;r<d.length;r++){const n=F[r>>>2]>>>24-r%4*8&255;t.push(String.fromCharCode(n))}return decodeURIComponent(escape(t.join("")))}catch(t){throw new Error("Malformed UTF-8 data")}}function pi(d){const F=[];let e=d.length;e%2!==0&&(d=we(d,e+1)),e=d.length;for(let t=0;t<e;t+=2)F.push(parseInt(d.substr(t,2),16));return F}function vi(d){const F=me.decodePointHex(d);if(!F)return!1;const e=F.getX();return F.getY().square().equals(e.multiply(e.square()).add(e.multiply(me.a)).add(me.b))}function bi(d,F){const e=me.decodePointHex(d);if(!e)return!1;const t=me.decodePointHex(F);return t?e.equals(t):!1}var yi={getGlobalCurve:si,generateEcparam:Tr,generateKeyPairHex:ci,compressPublicKeyHex:ui,utf8ToHex:di,leftPad:we,arrayToHex:hi,arrayToUtf8:li,hexToArray:pi,verifyPublicKey:vi,comparePublicKeyHex:bi};const At=64,gi=new Uint8Array(At),mi=new Uint8Array(At);for(let d=0;d<At;d++)gi[d]=54,mi[d]=92;const{BigInteger:Di}=Re,Ei=yi;Ei.generateEcparam();Ee("MDQ1QjgxNTVFOTc0N0MyODNBQ0Y4NDI4OTVEMzA0OEU2Q0E5NDNDQzQ1NEFGQTZBOUE0NTJCNTkwM0NDMzBGQ0UyNzhBNkY4OEY2MDJFREY4MDNEQUI0MEJENDVFMzVGNjYwNjc2QkY2OEZEN0NDQkUwRjZBRDMyMzg4MTM2Q0QwRA==");Ee("MDBCMzE5NjE4QjRCMUJBRUI4Q0M2NzY1RDg5MDNDMDVBMEIxNkQ5RDlGQ0QxNjMyNzFCQjZGMUI4OEY2NTdBMjhF");var Er;(function(d){d[d.C1C3C2=1]="C1C3C2",d[d.C1C2C3=0]="C1C2C3"})(Er||(Er={}));var Br;(function(d){d.NETWORK_ERROR="network error",d.TIMEOUT="timeout",d.ABORTED="aborted",d.HTTP_ERROR="http error",d.PARSE_ERROR="parse error"})(Br||(Br={}));var Ar;(function(d){d.XHR="XMLHttpRequest",d.WX_REQUEST="wx.request"})(Ar||(Ar={}));(function(d){var F={};function e(t){if(F[t])return F[t].exports;var r=F[t]={i:t,l:!1,exports:{}};return d[t].call(r.exports,r,r.exports,e),r.l=!0,r.exports}return e.m=d,e.c=F,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(t){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r||4&r&&typeof t=="object"&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&typeof t!="string")for(var c in t)e.d(n,c,function(v){return t[v]}.bind(null,c));return n},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e.p="",e(e.s=253)})([function(d,F,e){(function(t){var r=function(n){return n&&n.Math==Math&&n};d.exports=r(typeof globalThis=="object"&&globalThis)||r(typeof window=="object"&&window)||r(typeof self=="object"&&self)||r(typeof t=="object"&&t)||function(){return this}()||Function("return this")()}).call(this,e(118))},function(d,F){d.exports=function(e){try{return!!e()}catch(t){return!0}}},function(d,F,e){var t=e(53),r=Function.prototype,n=r.bind,c=r.call,v=t&&n.bind(c,c);d.exports=t?function(g){return g&&v(g)}:function(g){return g&&function(){return c.apply(g,arguments)}}},function(d,F,e){var t,r,n,c=e(155),v=e(13),g=e(0),o=e(6),a=e(7),w=e(9),x=e(46),u=e(58),l=e(18),p=e(17),h=e(10).f,E=e(22),y=e(66),f=e(38),s=e(4),B=e(54),A=g.Int8Array,C=A&&A.prototype,S=g.Uint8ClampedArray,I=S&&S.prototype,D=A&&y(A),R=C&&y(C),M=Object.prototype,q=g.TypeError,j=s("toStringTag"),N=B("TYPED_ARRAY_TAG"),H=B("TYPED_ARRAY_CONSTRUCTOR"),V=c&&!!f&&x(g.opera)!=="Opera",Y=!1,$={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},t0={BigInt64Array:8,BigUint64Array:8},k=function(i){if(!a(i))return!1;var b=x(i);return w($,b)||w(t0,b)};for(t in $)(n=(r=g[t])&&r.prototype)?l(n,H,r):V=!1;for(t in t0)(n=(r=g[t])&&r.prototype)&&l(n,H,r);if((!V||!o(D)||D===Function.prototype)&&(D=function(){throw q("Incorrect invocation")},V))for(t in $)g[t]&&f(g[t],D);if((!V||!R||R===M)&&(R=D.prototype,V))for(t in $)g[t]&&f(g[t].prototype,R);if(V&&y(I)!==R&&f(I,R),v&&!w(R,j))for(t in Y=!0,h(R,j,{get:function(){return a(this)?this[N]:void 0}}),$)g[t]&&l(g[t],N,t);d.exports={NATIVE_ARRAY_BUFFER_VIEWS:V,TYPED_ARRAY_CONSTRUCTOR:H,TYPED_ARRAY_TAG:Y&&N,aTypedArray:function(i){if(k(i))return i;throw q("Target is not a typed array")},aTypedArrayConstructor:function(i){if(o(i)&&(!f||E(D,i)))return i;throw q(u(i)+" is not a typed array constructor")},exportTypedArrayMethod:function(i,b,m,_){if(v){if(m)for(var L in $){var Z=g[L];if(Z&&w(Z.prototype,i))try{delete Z.prototype[i]}catch(G){try{Z.prototype[i]=b}catch(Q){}}}R[i]&&!m||p(R,i,m?b:V&&C[i]||b,_)}},exportTypedArrayStaticMethod:function(i,b,m){var _,L;if(v){if(f){if(m){for(_ in $)if((L=g[_])&&w(L,i))try{delete L[i]}catch(Z){}}if(D[i]&&!m)return;try{return p(D,i,m?b:V&&D[i]||b)}catch(Z){}}for(_ in $)!(L=g[_])||L[i]&&!m||p(L,i,b)}},isView:function(i){if(!a(i))return!1;var b=x(i);return b==="DataView"||w($,b)||w(t0,b)},isTypedArray:k,TypedArray:D,TypedArrayPrototype:R}},function(d,F,e){var t=e(0),r=e(72),n=e(9),c=e(54),v=e(94),g=e(119),o=r("wks"),a=t.Symbol,w=a&&a.for,x=g?a:a&&a.withoutSetter||c;d.exports=function(u){if(!n(o,u)||!v&&typeof o[u]!="string"){var l="Symbol."+u;v&&n(a,u)?o[u]=a[u]:o[u]=g&&w?w(l):x(l)}return o[u]}},function(d,F,e){var t=e(0),r=e(47).f,n=e(18),c=e(17),v=e(93),g=e(127),o=e(60);d.exports=function(a,w){var x,u,l,p,h,E=a.target,y=a.global,f=a.stat;if(x=y?t:f?t[E]||v(E,{}):(t[E]||{}).prototype)for(u in w){if(p=w[u],l=a.noTargetGet?(h=r(x,u))&&h.value:x[u],!o(y?u:E+(f?".":"#")+u,a.forced)&&l!==void 0){if(typeof p==typeof l)continue;g(p,l)}(a.sham||l&&l.sham)&&n(p,"sham",!0),c(x,u,p,a)}}},function(d,F){d.exports=function(e){return typeof e=="function"}},function(d,F,e){var t=e(6);d.exports=function(r){return typeof r=="object"?r!==null:t(r)}},function(d,F,e){var t=e(0),r=e(7),n=t.String,c=t.TypeError;d.exports=function(v){if(r(v))return v;throw c(n(v)+" is not an object")}},function(d,F,e){var t=e(2),r=e(14),n=t({}.hasOwnProperty);d.exports=Object.hasOwn||function(c,v){return n(r(c),v)}},function(d,F,e){var t=e(0),r=e(13),n=e(120),c=e(121),v=e(8),g=e(56),o=t.TypeError,a=Object.defineProperty,w=Object.getOwnPropertyDescriptor;F.f=r?c?function(x,u,l){if(v(x),u=g(u),v(l),typeof x=="function"&&u==="prototype"&&"value"in l&&"writable"in l&&!l.writable){var p=w(x,u);p&&p.writable&&(x[u]=l.value,l={configurable:"configurable"in l?l.configurable:p.configurable,enumerable:"enumerable"in l?l.enumerable:p.enumerable,writable:!1})}return a(x,u,l)}:a:function(x,u,l){if(v(x),u=g(u),v(l),n)try{return a(x,u,l)}catch(p){}if("get"in l||"set"in l)throw o("Accessors not supported");return"value"in l&&(x[u]=l.value),x}},function(d,F,e){var t=e(53),r=Function.prototype.call;d.exports=t?r.bind(r):function(){return r.apply(r,arguments)}},function(d,F,e){var t=e(91),r=e(17),n=e(167);t||r(Object.prototype,"toString",n,{unsafe:!0})},function(d,F,e){var t=e(1);d.exports=!t(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},function(d,F,e){var t=e(0),r=e(36),n=t.Object;d.exports=function(c){return n(r(c))}},function(d,F,e){var t=e(29);d.exports=function(r){return t(r.length)}},function(d,F,e){var t=e(5),r=e(78);t({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},function(d,F,e){var t=e(0),r=e(6),n=e(9),c=e(18),v=e(93),g=e(74),o=e(23),a=e(45).CONFIGURABLE,w=o.get,x=o.enforce,u=String(String).split("String");(d.exports=function(l,p,h,E){var y,f=!!E&&!!E.unsafe,s=!!E&&!!E.enumerable,B=!!E&&!!E.noTargetGet,A=E&&E.name!==void 0?E.name:p;r(h)&&(String(A).slice(0,7)==="Symbol("&&(A="["+String(A).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!n(h,"name")||a&&h.name!==A)&&c(h,"name",A),(y=x(h)).source||(y.source=u.join(typeof A=="string"?A:""))),l!==t?(f?!B&&l[p]&&(s=!0):delete l[p],s?l[p]=h:c(l,p,h)):s?l[p]=h:v(p,h)})(Function.prototype,"toString",function(){return r(this)&&w(this).source||g(this)})},function(d,F,e){var t=e(13),r=e(10),n=e(44);d.exports=t?function(c,v,g){return r.f(c,v,n(1,g))}:function(c,v,g){return c[v]=g,c}},function(d,F,e){var t=e(0),r=e(46),n=t.String;d.exports=function(c){if(r(c)==="Symbol")throw TypeError("Cannot convert a Symbol value to a string");return n(c)}},function(d,F,e){var t=e(2),r=e(45).PROPER,n=e(17),c=e(8),v=e(22),g=e(19),o=e(1),a=e(98),w=RegExp.prototype,x=w.toString,u=t(a),l=o(function(){return x.call({source:"a",flags:"b"})!="/a/b"}),p=r&&x.name!="toString";(l||p)&&n(RegExp.prototype,"toString",function(){var h=c(this),E=g(h.source),y=h.flags;return"/"+E+"/"+g(y===void 0&&v(w,h)&&!("flags"in w)?u(h):y)},{unsafe:!0})},function(d,F,e){var t=e(40),r=e(2),n=e(77),c=e(14),v=e(15),g=e(108),o=r([].push),a=function(w){var x=w==1,u=w==2,l=w==3,p=w==4,h=w==6,E=w==7,y=w==5||h;return function(f,s,B,A){for(var C,S,I=c(f),D=n(I),R=t(s,B),M=v(D),q=0,j=A||g,N=x?j(f,M):u||E?j(f,0):void 0;M>q;q++)if((y||q in D)&&(S=R(C=D[q],q,I),w))if(x)N[q]=S;else if(S)switch(w){case 3:return!0;case 5:return C;case 6:return q;case 2:o(N,C)}else switch(w){case 4:return!1;case 7:o(N,C)}return h?-1:l||p?p:N}};d.exports={forEach:a(0),map:a(1),filter:a(2),some:a(3),every:a(4),find:a(5),findIndex:a(6),filterReject:a(7)}},function(d,F,e){var t=e(2);d.exports=t({}.isPrototypeOf)},function(d,F,e){var t,r,n,c=e(166),v=e(0),g=e(2),o=e(7),a=e(18),w=e(9),x=e(92),u=e(75),l=e(59),p=v.TypeError,h=v.WeakMap;if(c||x.state){var E=x.state||(x.state=new h),y=g(E.get),f=g(E.has),s=g(E.set);t=function(A,C){if(f(E,A))throw new p("Object already initialized");return C.facade=A,s(E,A,C),C},r=function(A){return y(E,A)||{}},n=function(A){return f(E,A)}}else{var B=u("state");l[B]=!0,t=function(A,C){if(w(A,B))throw new p("Object already initialized");return C.facade=A,a(A,B,C),C},r=function(A){return w(A,B)?A[B]:{}},n=function(A){return w(A,B)}}d.exports={set:t,get:r,has:n,enforce:function(A){return n(A)?r(A):t(A,{})},getterFor:function(A){return function(C){var S;if(!o(C)||(S=r(C)).type!==A)throw p("Incompatible receiver, "+A+" required");return S}}}},function(d,F,e){var t=e(77),r=e(36);d.exports=function(n){return t(r(n))}},function(d,F,e){(function(t){var r;d.exports=(r=r||function(n,c){var v;if(typeof window!="undefined"&&window.crypto&&(v=window.crypto),typeof self!="undefined"&&self.crypto&&(v=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(v=globalThis.crypto),!v&&typeof window!="undefined"&&window.msCrypto&&(v=window.msCrypto),!v&&t!==void 0&&t.crypto&&(v=t.crypto),!v)try{v=e(197)}catch(s){}var g=function(){if(v){if(typeof v.getRandomValues=="function")try{return v.getRandomValues(new Uint32Array(1))[0]}catch(s){}if(typeof v.randomBytes=="function")try{return v.randomBytes(4).readInt32LE()}catch(s){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function s(){}return function(B){var A;return s.prototype=B,A=new s,s.prototype=null,A}}(),a={},w=a.lib={},x=w.Base={extend:function(s){var B=o(this);return s&&B.mixIn(s),B.hasOwnProperty("init")&&this.init!==B.init||(B.init=function(){B.$super.init.apply(this,arguments)}),B.init.prototype=B,B.$super=this,B},create:function(){var s=this.extend();return s.init.apply(s,arguments),s},init:function(){},mixIn:function(s){for(var B in s)s.hasOwnProperty(B)&&(this[B]=s[B]);s.hasOwnProperty("toString")&&(this.toString=s.toString)},clone:function(){return this.init.prototype.extend(this)}},u=w.WordArray=x.extend({init:function(s,B){s=this.words=s||[],this.sigBytes=B!=null?B:4*s.length},toString:function(s){return(s||p).stringify(this)},concat:function(s){var B=this.words,A=s.words,C=this.sigBytes,S=s.sigBytes;if(this.clamp(),C%4)for(var I=0;I<S;I++){var D=A[I>>>2]>>>24-I%4*8&255;B[C+I>>>2]|=D<<24-(C+I)%4*8}else for(var R=0;R<S;R+=4)B[C+R>>>2]=A[R>>>2];return this.sigBytes+=S,this},clamp:function(){var s=this.words,B=this.sigBytes;s[B>>>2]&=4294967295<<32-B%4*8,s.length=n.ceil(B/4)},clone:function(){var s=x.clone.call(this);return s.words=this.words.slice(0),s},random:function(s){for(var B=[],A=0;A<s;A+=4)B.push(g());return new u.init(B,s)}}),l=a.enc={},p=l.Hex={stringify:function(s){for(var B=s.words,A=s.sigBytes,C=[],S=0;S<A;S++){var I=B[S>>>2]>>>24-S%4*8&255;C.push((I>>>4).toString(16)),C.push((15&I).toString(16))}return C.join("")},parse:function(s){for(var B=s.length,A=[],C=0;C<B;C+=2)A[C>>>3]|=parseInt(s.substr(C,2),16)<<24-C%8*4;return new u.init(A,B/2)}},h=l.Latin1={stringify:function(s){for(var B=s.words,A=s.sigBytes,C=[],S=0;S<A;S++){var I=B[S>>>2]>>>24-S%4*8&255;C.push(String.fromCharCode(I))}return C.join("")},parse:function(s){for(var B=s.length,A=[],C=0;C<B;C++)A[C>>>2]|=(255&s.charCodeAt(C))<<24-C%4*8;return new u.init(A,B)}},E=l.Utf8={stringify:function(s){try{return decodeURIComponent(escape(h.stringify(s)))}catch(B){throw new Error("Malformed UTF-8 data")}},parse:function(s){return h.parse(unescape(encodeURIComponent(s)))}},y=w.BufferedBlockAlgorithm=x.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(s){typeof s=="string"&&(s=E.parse(s)),this._data.concat(s),this._nDataBytes+=s.sigBytes},_process:function(s){var B,A=this._data,C=A.words,S=A.sigBytes,I=this.blockSize,D=S/(4*I),R=(D=s?n.ceil(D):n.max((0|D)-this._minBufferSize,0))*I,M=n.min(4*R,S);if(R){for(var q=0;q<R;q+=I)this._doProcessBlock(C,q);B=C.splice(0,R),A.sigBytes-=M}return new u.init(B,M)},clone:function(){var s=x.clone.call(this);return s._data=this._data.clone(),s},_minBufferSize:0}),f=(w.Hasher=y.extend({cfg:x.extend(),init:function(s){this.cfg=this.cfg.extend(s),this.reset()},reset:function(){y.reset.call(this),this._doReset()},update:function(s){return this._append(s),this._process(),this},finalize:function(s){return s&&this._append(s),this._doFinalize()},blockSize:16,_createHelper:function(s){return function(B,A){return new s.init(A).finalize(B)}},_createHmacHelper:function(s){return function(B,A){return new f.HMAC.init(s,A).finalize(B)}}}),a.algo={});return a}(Math),r)}).call(this,e(118))},function(d,F,e){var t=e(0),r=e(6),n=function(c){return r(c)?c:void 0};d.exports=function(c,v){return arguments.length<2?n(t[c]):t[c]&&t[c][v]}},function(d,F,e){var t=e(28),r=Math.max,n=Math.min;d.exports=function(c,v){var g=t(c);return g<0?r(g+v,0):n(g,v)}},function(d,F){var e=Math.ceil,t=Math.floor;d.exports=function(r){var n=+r;return n!=n||n===0?0:(n>0?t:e)(n)}},function(d,F,e){var t=e(28),r=Math.min;d.exports=function(n){return n>0?r(t(n),9007199254740991):0}},function(d,F,e){var t=e(13),r=e(45).EXISTS,n=e(2),c=e(10).f,v=Function.prototype,g=n(v.toString),o=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,a=n(o.exec);t&&!r&&c(v,"name",{configurable:!0,get:function(){try{return a(o,g(this))[1]}catch(w){return""}}})},function(d,F,e){var t=e(0),r=e(6),n=e(58),c=t.TypeError;d.exports=function(v){if(r(v))return v;throw c(n(v)+" is not a function")}},function(d,F,e){var t=e(2),r=t({}.toString),n=t("".slice);d.exports=function(c){return n(r(c),8,-1)}},function(d,F,e){var t=e(123),r=e(97).concat("length","prototype");F.f=Object.getOwnPropertyNames||function(n){return t(n,r)}},function(d,F,e){var t,r=e(8),n=e(129),c=e(97),v=e(59),g=e(130),o=e(73),a=e(75),w=a("IE_PROTO"),x=function(){},u=function(h){return"<script>"+h+"<\/script>"},l=function(h){h.write(u("")),h.close();var E=h.parentWindow.Object;return h=null,E},p=function(){try{t=new ActiveXObject("htmlfile")}catch(f){}var h,E;p=typeof document!="undefined"?document.domain&&t?l(t):((E=o("iframe")).style.display="none",g.appendChild(E),E.src="javascript:",(h=E.contentWindow.document).open(),h.write(u("document.F=Object")),h.close(),h.F):l(t);for(var y=c.length;y--;)delete p.prototype[c[y]];return p()};v[w]=!0,d.exports=Object.create||function(h,E){var y;return h!==null?(x.prototype=r(h),y=new x,x.prototype=null,y[w]=h):y=p(),E===void 0?y:n.f(y,E)}},function(d,F,e){var t=e(53),r=Function.prototype,n=r.apply,c=r.call;d.exports=typeof Reflect=="object"&&Reflect.apply||(t?c.bind(n):function(){return c.apply(n,arguments)})},function(d,F,e){var t=e(0).TypeError;d.exports=function(r){if(r==null)throw t("Can't call method on "+r);return r}},function(d,F,e){var t=e(26);d.exports=t("navigator","userAgent")||""},function(d,F,e){var t=e(2),r=e(8),n=e(168);d.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var c,v=!1,g={};try{(c=t(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(g,[]),v=g instanceof Array}catch(o){}return function(o,a){return r(o),n(a),v?c(o,a):o.__proto__=a,o}}():void 0)},function(d,F,e){var t=e(5),r=e(134),n=e(1),c=e(7),v=e(106).onFreeze,g=Object.freeze;t({target:"Object",stat:!0,forced:n(function(){g(1)}),sham:!r},{freeze:function(o){return g&&c(o)?g(v(o)):o}})},function(d,F,e){var t=e(2),r=e(31),n=e(53),c=t(t.bind);d.exports=function(v,g){return r(v),g===void 0?v:n?c(v,g):function(){return v.apply(g,arguments)}}},function(d,F,e){var t=e(24),r=e(147),n=e(65),c=e(23),v=e(10).f,g=e(115),o=e(42),a=e(13),w=c.set,x=c.getterFor("Array Iterator");d.exports=g(Array,"Array",function(l,p){w(this,{type:"Array Iterator",target:t(l),index:0,kind:p})},function(){var l=x(this),p=l.target,h=l.kind,E=l.index++;return!p||E>=p.length?(l.target=void 0,{value:void 0,done:!0}):h=="keys"?{value:E,done:!1}:h=="values"?{value:p[E],done:!1}:{value:[E,p[E]],done:!1}},"values");var u=n.Arguments=n.Array;if(r("keys"),r("values"),r("entries"),!o&&a&&u.name!=="values")try{v(u,"name",{value:"values"})}catch(l){}},function(d,F){d.exports=!1},function(d,F,e){var t=e(31);d.exports=function(r,n){var c=r[n];return c==null?void 0:t(c)}},function(d,F){d.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(d,F,e){var t=e(13),r=e(9),n=Function.prototype,c=t&&Object.getOwnPropertyDescriptor,v=r(n,"name"),g=v&&function(){}.name==="something",o=v&&(!t||t&&c(n,"name").configurable);d.exports={EXISTS:v,PROPER:g,CONFIGURABLE:o}},function(d,F,e){var t=e(0),r=e(91),n=e(6),c=e(32),v=e(4)("toStringTag"),g=t.Object,o=c(function(){return arguments}())=="Arguments";d.exports=r?c:function(a){var w,x,u;return a===void 0?"Undefined":a===null?"Null":typeof(x=function(l,p){try{return l[p]}catch(h){}}(w=g(a),v))=="string"?x:o?c(w):(u=c(w))=="Object"&&n(w.callee)?"Arguments":u}},function(d,F,e){var t=e(13),r=e(11),n=e(124),c=e(44),v=e(24),g=e(56),o=e(9),a=e(120),w=Object.getOwnPropertyDescriptor;F.f=t?w:function(x,u){if(x=v(x),u=g(u),a)try{return w(x,u)}catch(l){}if(o(x,u))return c(!r(n.f,x,u),x[u])}},function(d,F,e){var t=e(35),r=e(11),n=e(2),c=e(101),v=e(1),g=e(8),o=e(6),a=e(28),w=e(29),x=e(19),u=e(36),l=e(102),p=e(43),h=e(171),E=e(104),y=e(4)("replace"),f=Math.max,s=Math.min,B=n([].concat),A=n([].push),C=n("".indexOf),S=n("".slice),I="a".replace(/./,"$0")==="$0",D=!!/./[y]&&/./[y]("a","$0")==="";c("replace",function(R,M,q){var j=D?"$":"$0";return[function(N,H){var V=u(this),Y=N==null?void 0:p(N,y);return Y?r(Y,N,V,H):r(M,x(V),N,H)},function(N,H){var V=g(this),Y=x(N);if(typeof H=="string"&&C(H,j)===-1&&C(H,"$<")===-1){var $=q(M,V,Y,H);if($.done)return $.value}var t0=o(H);t0||(H=x(H));var k=V.global;if(k){var i=V.unicode;V.lastIndex=0}for(var b=[];;){var m=E(V,Y);if(m===null||(A(b,m),!k))break;x(m[0])===""&&(V.lastIndex=l(Y,w(V.lastIndex),i))}for(var _,L="",Z=0,G=0;G<b.length;G++){for(var Q=x((m=b[G])[0]),i0=f(s(a(m.index),Y.length),0),u0=[],m0=1;m0<m.length;m0++)A(u0,(_=m[m0])===void 0?_:String(_));var B0=m.groups;if(t0){var v0=B([Q],u0,i0,Y);B0!==void 0&&A(v0,B0);var A0=x(t(H,void 0,v0))}else A0=h(Q,Y,i0,u0,B0,H);i0>=Z&&(L+=S(Y,Z,i0)+A0,Z=i0+Q.length)}return L+S(Y,Z)}]},!!v(function(){var R=/./;return R.exec=function(){var M=[];return M.groups={a:"7"},M},"".replace(R,"$<a>")!=="7"})||!I||D)},function(d,F,e){var t=e(10).f,r=e(9),n=e(4)("toStringTag");d.exports=function(c,v,g){c&&!g&&(c=c.prototype),c&&!r(c,n)&&t(c,n,{configurable:!0,value:v})}},function(d,F,e){var t=e(2);d.exports=t([].slice)},function(d,F,e){var t=e(5),r=e(0),n=e(83),c=e(80),v=e(7),g=e(27),o=e(15),a=e(24),w=e(62),x=e(4),u=e(84),l=e(50),p=u("slice"),h=x("species"),E=r.Array,y=Math.max;t({target:"Array",proto:!0,forced:!p},{slice:function(f,s){var B,A,C,S=a(this),I=o(S),D=g(f,I),R=g(s===void 0?I:s,I);if(n(S)&&(B=S.constructor,(c(B)&&(B===E||n(B.prototype))||v(B)&&(B=B[h])===null)&&(B=void 0),B===E||B===void 0))return l(S,D,R);for(A=new(B===void 0?E:B)(y(R-D,0)),C=0;D<R;D++,C++)D in S&&w(A,C,S[D]);return A.length=C,A}})},function(d,F,e){var t=e(5),r=e(2),n=e(77),c=e(24),v=e(109),g=r([].join),o=n!=Object,a=v("join",",");t({target:"Array",proto:!0,forced:o||!a},{join:function(w){return g(c(this),w===void 0?",":w)}})},function(d,F,e){var t=e(1);d.exports=!t(function(){var r=function(){}.bind();return typeof r!="function"||r.hasOwnProperty("prototype")})},function(d,F,e){var t=e(2),r=0,n=Math.random(),c=t(1 .toString);d.exports=function(v){return"Symbol("+(v===void 0?"":v)+")_"+c(++r+n,36)}},function(d,F,e){var t,r,n=e(0),c=e(37),v=n.process,g=n.Deno,o=v&&v.versions||g&&g.version,a=o&&o.v8;a&&(r=(t=a.split("."))[0]>0&&t[0]<4?1:+(t[0]+t[1])),!r&&c&&(!(t=c.match(/Edge\/(\d+)/))||t[1]>=74)&&(t=c.match(/Chrome\/(\d+)/))&&(r=+t[1]),d.exports=r},function(d,F,e){var t=e(122),r=e(57);d.exports=function(n){var c=t(n,"string");return r(c)?c:c+""}},function(d,F,e){var t=e(0),r=e(26),n=e(6),c=e(22),v=e(119),g=t.Object;d.exports=v?function(o){return typeof o=="symbol"}:function(o){var a=r("Symbol");return n(a)&&c(a.prototype,g(o))}},function(d,F,e){var t=e(0).String;d.exports=function(r){try{return t(r)}catch(n){return"Object"}}},function(d,F){d.exports={}},function(d,F,e){var t=e(1),r=e(6),n=/#|\.prototype\./,c=function(w,x){var u=g[v(w)];return u==a||u!=o&&(r(x)?t(x):!!x)},v=c.normalize=function(w){return String(w).replace(n,".").toLowerCase()},g=c.data={},o=c.NATIVE="N",a=c.POLYFILL="P";d.exports=c},function(d,F,e){var t=e(35),r=e(11),n=e(2),c=e(101),v=e(133),g=e(8),o=e(36),a=e(79),w=e(102),x=e(29),u=e(19),l=e(43),p=e(81),h=e(104),E=e(78),y=e(99),f=e(1),s=y.UNSUPPORTED_Y,B=Math.min,A=[].push,C=n(/./.exec),S=n(A),I=n("".slice);c("split",function(D,R,M){var q;return q="abbc".split(/(b)*/)[1]=="c"||"test".split(/(?:)/,-1).length!=4||"ab".split(/(?:ab)*/).length!=2||".".split(/(.?)(.?)/).length!=4||".".split(/()()/).length>1||"".split(/.?/).length?function(j,N){var H=u(o(this)),V=N===void 0?4294967295:N>>>0;if(V===0)return[];if(j===void 0)return[H];if(!v(j))return r(R,H,j,V);for(var Y,$,t0,k=[],i=(j.ignoreCase?"i":"")+(j.multiline?"m":"")+(j.unicode?"u":"")+(j.sticky?"y":""),b=0,m=new RegExp(j.source,i+"g");(Y=r(E,m,H))&&!(($=m.lastIndex)>b&&(S(k,I(H,b,Y.index)),Y.length>1&&Y.index<H.length&&t(A,k,p(Y,1)),t0=Y[0].length,b=$,k.length>=V));)m.lastIndex===Y.index&&m.lastIndex++;return b===H.length?!t0&&C(m,"")||S(k,""):S(k,I(H,b)),k.length>V?p(k,0,V):k}:"0".split(void 0,0).length?function(j,N){return j===void 0&&N===0?[]:r(R,this,j,N)}:R,[function(j,N){var H=o(this),V=j==null?void 0:l(j,D);return V?r(V,j,H,N):r(q,u(H),j,N)},function(j,N){var H=g(this),V=u(j),Y=M(q,H,V,N,q!==R);if(Y.done)return Y.value;var $=a(H,RegExp),t0=H.unicode,k=(H.ignoreCase?"i":"")+(H.multiline?"m":"")+(H.unicode?"u":"")+(s?"g":"y"),i=new $(s?"^(?:"+H.source+")":H,k),b=N===void 0?4294967295:N>>>0;if(b===0)return[];if(V.length===0)return h(i,V)===null?[V]:[];for(var m=0,_=0,L=[];_<V.length;){i.lastIndex=s?0:_;var Z,G=h(i,s?I(V,_):V);if(G===null||(Z=B(x(i.lastIndex+(s?_:0)),V.length))===m)_=w(V,_,t0);else{if(S(L,I(V,m,_)),L.length===b)return L;for(var Q=1;Q<=G.length-1;Q++)if(S(L,G[Q]),L.length===b)return L;_=m=Z}}return S(L,I(V,m)),L}]},!!f(function(){var D=/(?:)/,R=D.exec;D.exec=function(){return R.apply(this,arguments)};var M="ab".split(D);return M.length!==2||M[0]!=="a"||M[1]!=="b"}),s)},function(d,F,e){var t=e(56),r=e(10),n=e(44);d.exports=function(c,v,g){var o=t(v);o in c?r.f(c,o,n(0,g)):c[o]=g}},function(d,F,e){var t=e(0),r=e(137),n=e(138),c=e(177),v=e(18),g=function(a){if(a&&a.forEach!==c)try{v(a,"forEach",c)}catch(w){a.forEach=c}};for(var o in r)r[o]&&g(t[o]&&t[o].prototype);g(n)},function(d,F,e){var t=e(0),r=e(22),n=t.TypeError;d.exports=function(c,v){if(r(v,c))return c;throw n("Incorrect invocation")}},function(d,F){d.exports={}},function(d,F,e){var t=e(0),r=e(9),n=e(6),c=e(14),v=e(75),g=e(145),o=v("IE_PROTO"),a=t.Object,w=a.prototype;d.exports=g?a.getPrototypeOf:function(x){var u=c(x);if(r(u,o))return u[o];var l=u.constructor;return n(l)&&u instanceof l?l.prototype:u instanceof a?w:null}},function(d,F,e){var t=e(103).charAt,r=e(19),n=e(23),c=e(115),v=n.set,g=n.getterFor("String Iterator");c(String,"String",function(o){v(this,{type:"String Iterator",string:r(o),index:0})},function(){var o,a=g(this),w=a.string,x=a.index;return x>=w.length?{value:void 0,done:!0}:(o=t(w,x),a.index+=o.length,{value:o,done:!1})})},function(d,F,e){var t=e(0),r=e(137),n=e(138),c=e(41),v=e(18),g=e(4),o=g("iterator"),a=g("toStringTag"),w=c.values,x=function(l,p){if(l){if(l[o]!==w)try{v(l,o,w)}catch(E){l[o]=w}if(l[a]||v(l,a,p),r[p]){for(var h in c)if(l[h]!==c[h])try{v(l,h,c[h])}catch(E){l[h]=c[h]}}}};for(var u in r)x(t[u]&&t[u].prototype,u);x(n,"DOMTokenList")},function(d,F,e){var t=e(5),r=e(0),n=e(26),c=e(35),v=e(11),g=e(2),o=e(42),a=e(13),w=e(94),x=e(1),u=e(9),l=e(83),p=e(6),h=e(7),E=e(22),y=e(57),f=e(8),s=e(14),B=e(24),A=e(56),C=e(19),S=e(44),I=e(34),D=e(100),R=e(33),M=e(135),q=e(128),j=e(47),N=e(10),H=e(129),V=e(124),Y=e(50),$=e(17),t0=e(72),k=e(75),i=e(59),b=e(54),m=e(4),_=e(149),L=e(150),Z=e(49),G=e(23),Q=e(21).forEach,i0=k("hidden"),u0=m("toPrimitive"),m0=G.set,B0=G.getterFor("Symbol"),v0=Object.prototype,A0=r.Symbol,O0=A0&&A0.prototype,T0=r.TypeError,L0=r.QObject,J=n("JSON","stringify"),f0=j.f,l0=N.f,g0=M.f,y0=V.f,N0=g([].push),I0=t0("symbols"),D0=t0("op-symbols"),w0=t0("string-to-symbol-registry"),M0=t0("symbol-to-string-registry"),U0=t0("wks"),z0=!L0||!L0.prototype||!L0.prototype.findChild,e0=a&&x(function(){return I(l0({},"a",{get:function(){return l0(this,"a",{value:7}).a}})).a!=7})?function(s0,z,U){var K=f0(v0,z);K&&delete v0[z],l0(s0,z,U),K&&s0!==v0&&l0(v0,z,K)}:l0,o0=function(s0,z){var U=I0[s0]=I(O0);return m0(U,{type:"Symbol",tag:s0,description:z}),a||(U.description=z),U},h0=function(s0,z,U){s0===v0&&h0(D0,z,U),f(s0);var K=A(z);return f(U),u(I0,K)?(U.enumerable?(u(s0,i0)&&s0[i0][K]&&(s0[i0][K]=!1),U=I(U,{enumerable:S(0,!1)})):(u(s0,i0)||l0(s0,i0,S(1,{})),s0[i0][K]=!0),e0(s0,K,U)):l0(s0,K,U)},b0=function(s0,z){f(s0);var U=B(z),K=D(U).concat(W0(U));return Q(K,function(X){a&&!v(C0,U,X)||h0(s0,X,U[X])}),s0},C0=function(s0){var z=A(s0),U=v(y0,this,z);return!(this===v0&&u(I0,z)&&!u(D0,z))&&(!(U||!u(this,z)||!u(I0,z)||u(this,i0)&&this[i0][z])||U)},P0=function(s0,z){var U=B(s0),K=A(z);if(U!==v0||!u(I0,K)||u(D0,K)){var X=f0(U,K);return!X||!u(I0,K)||u(U,i0)&&U[i0][K]||(X.enumerable=!0),X}},j0=function(s0){var z=g0(B(s0)),U=[];return Q(z,function(K){u(I0,K)||u(i,K)||N0(U,K)}),U},W0=function(s0){var z=s0===v0,U=g0(z?D0:B(s0)),K=[];return Q(U,function(X){!u(I0,X)||z&&!u(v0,X)||N0(K,I0[X])}),K};if(w||($(O0=(A0=function(){if(E(O0,this))throw T0("Symbol is not a constructor");var s0=arguments.length&&arguments[0]!==void 0?C(arguments[0]):void 0,z=b(s0),U=function(K){this===v0&&v(U,D0,K),u(this,i0)&&u(this[i0],z)&&(this[i0][z]=!1),e0(this,z,S(1,K))};return a&&z0&&e0(v0,z,{configurable:!0,set:U}),o0(z,s0)}).prototype,"toString",function(){return B0(this).tag}),$(A0,"withoutSetter",function(s0){return o0(b(s0),s0)}),V.f=C0,N.f=h0,H.f=b0,j.f=P0,R.f=M.f=j0,q.f=W0,_.f=function(s0){return o0(m(s0),s0)},a&&(l0(O0,"description",{configurable:!0,get:function(){return B0(this).description}}),o||$(v0,"propertyIsEnumerable",C0,{unsafe:!0}))),t({global:!0,wrap:!0,forced:!w,sham:!w},{Symbol:A0}),Q(D(U0),function(s0){L(s0)}),t({target:"Symbol",stat:!0,forced:!w},{for:function(s0){var z=C(s0);if(u(w0,z))return w0[z];var U=A0(z);return w0[z]=U,M0[U]=z,U},keyFor:function(s0){if(!y(s0))throw T0(s0+" is not a symbol");if(u(M0,s0))return M0[s0]},useSetter:function(){z0=!0},useSimple:function(){z0=!1}}),t({target:"Object",stat:!0,forced:!w,sham:!a},{create:function(s0,z){return z===void 0?I(s0):b0(I(s0),z)},defineProperty:h0,defineProperties:b0,getOwnPropertyDescriptor:P0}),t({target:"Object",stat:!0,forced:!w},{getOwnPropertyNames:j0,getOwnPropertySymbols:W0}),t({target:"Object",stat:!0,forced:x(function(){q.f(1)})},{getOwnPropertySymbols:function(s0){return q.f(s(s0))}}),J&&t({target:"JSON",stat:!0,forced:!w||x(function(){var s0=A0();return J([s0])!="[null]"||J({a:s0})!="{}"||J(Object(s0))!="{}"})},{stringify:function(s0,z,U){var K=Y(arguments),X=z;if((h(z)||s0!==void 0)&&!y(s0))return l(z)||(z=function(x0,n0){if(p(X)&&(n0=v(X,this,x0,n0)),!y(n0))return n0}),K[1]=z,c(J,null,K)}}),!O0[u0]){var V0=O0.valueOf;$(O0,u0,function(s0){return v(V0,this)})}Z(A0,"Symbol"),i[i0]=!0},function(d,F,e){var t=e(5),r=e(13),n=e(0),c=e(2),v=e(9),g=e(6),o=e(22),a=e(19),w=e(10).f,x=e(127),u=n.Symbol,l=u&&u.prototype;if(r&&g(u)&&(!("description"in l)||u().description!==void 0)){var p={},h=function(){var C=arguments.length<1||arguments[0]===void 0?void 0:a(arguments[0]),S=o(l,this)?new u(C):C===void 0?u():u(C);return C===""&&(p[S]=!0),S};x(h,u),h.prototype=l,l.constructor=h;var E=String(u("test"))=="Symbol(test)",y=c(l.toString),f=c(l.valueOf),s=/^Symbol\((.*)\)[^)]+$/,B=c("".replace),A=c("".slice);w(l,"description",{configurable:!0,get:function(){var C=f(this),S=y(C);if(v(p,C))return"";var I=E?A(S,7,-1):B(S,s,"$1");return I===""?void 0:I}}),t({global:!0,forced:!0},{Symbol:h})}},function(d,F,e){e(150)("iterator")},function(d,F,e){var t=e(42),r=e(92);(d.exports=function(n,c){return r[n]||(r[n]=c!==void 0?c:{})})("versions",[]).push({version:"3.21.1",mode:t?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE",source:"https://github.com/zloirock/core-js"})},function(d,F,e){var t=e(0),r=e(7),n=t.document,c=r(n)&&r(n.createElement);d.exports=function(v){return c?n.createElement(v):{}}},function(d,F,e){var t=e(2),r=e(6),n=e(92),c=t(Function.toString);r(n.inspectSource)||(n.inspectSource=function(v){return c(v)}),d.exports=n.inspectSource},function(d,F,e){var t=e(72),r=e(54),n=t("keys");d.exports=function(c){return n[c]||(n[c]=r(c))}},function(d,F,e){var t=e(6),r=e(7),n=e(38);d.exports=function(c,v,g){var o,a;return n&&t(o=v.constructor)&&o!==g&&r(a=o.prototype)&&a!==g.prototype&&n(c,a),c}},function(d,F,e){var t=e(0),r=e(2),n=e(1),c=e(32),v=t.Object,g=r("".split);d.exports=n(function(){return!v("z").propertyIsEnumerable(0)})?function(o){return c(o)=="String"?g(o,""):v(o)}:v},function(d,F,e){var t,r,n=e(11),c=e(2),v=e(19),g=e(98),o=e(99),a=e(72),w=e(34),x=e(23).get,u=e(131),l=e(132),p=a("native-string-replace",String.prototype.replace),h=RegExp.prototype.exec,E=h,y=c("".charAt),f=c("".indexOf),s=c("".replace),B=c("".slice),A=(r=/b*/g,n(h,t=/a/,"a"),n(h,r,"a"),t.lastIndex!==0||r.lastIndex!==0),C=o.BROKEN_CARET,S=/()??/.exec("")[1]!==void 0;(A||S||C||u||l)&&(E=function(I){var D,R,M,q,j,N,H,V=this,Y=x(V),$=v(I),t0=Y.raw;if(t0)return t0.lastIndex=V.lastIndex,D=n(E,t0,$),V.lastIndex=t0.lastIndex,D;var k=Y.groups,i=C&&V.sticky,b=n(g,V),m=V.source,_=0,L=$;if(i&&(b=s(b,"y",""),f(b,"g")===-1&&(b+="g"),L=B($,V.lastIndex),V.lastIndex>0&&(!V.multiline||V.multiline&&y($,V.lastIndex-1)!==`
|
|
14
|
+
*/return e.mode.CTRGladman=function(){var t=e.lib.BlockCipherMode.extend();function r(v){if((v>>24&255)===255){var g=v>>16&255,o=v>>8&255,a=v&255;g===255?(g=0,o===255?(o=0,a===255?a=0:++a):++o):++g,v=0,v+=g<<16,v+=o<<8,v+=a}else v+=1<<24;return v}function n(v){return(v[0]=r(v[0]))===0&&(v[1]=r(v[1])),v}var c=t.Encryptor=t.extend({processBlock:function(v,g){var o=this._cipher,a=o.blockSize,w=this._iv,x=this._counter;w&&(x=this._counter=w.slice(0),this._iv=void 0),n(x);var u=x.slice(0);o.encryptBlock(u,0);for(var l=0;l<a;l++)v[g+l]^=u[l]}});return t.Decryptor=c,t}(),e.mode.CTRGladman})}(tt)),tt.exports}var rt={exports:{}},Jt;function zn(){return Jt||(Jt=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.mode.OFB=function(){var t=e.lib.BlockCipherMode.extend(),r=t.Encryptor=t.extend({processBlock:function(n,c){var v=this._cipher,g=v.blockSize,o=this._iv,a=this._keystream;o&&(a=this._keystream=o.slice(0),this._iv=void 0),v.encryptBlock(a,0);for(var w=0;w<g;w++)n[c+w]^=a[w]}});return t.Decryptor=r,t}(),e.mode.OFB})}(rt)),rt.exports}var nt={exports:{}},er;function jn(){return er||(er=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.mode.ECB=function(){var t=e.lib.BlockCipherMode.extend();return t.Encryptor=t.extend({processBlock:function(r,n){this._cipher.encryptBlock(r,n)}}),t.Decryptor=t.extend({processBlock:function(r,n){this._cipher.decryptBlock(r,n)}}),t}(),e.mode.ECB})}(nt)),nt.exports}var it={exports:{}},tr;function Nn(){return tr||(tr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.pad.AnsiX923={pad:function(t,r){var n=t.sigBytes,c=r*4,v=c-n%c,g=n+v-1;t.clamp(),t.words[g>>>2]|=v<<24-g%4*8,t.sigBytes+=v},unpad:function(t){var r=t.words[t.sigBytes-1>>>2]&255;t.sigBytes-=r}},e.pad.Ansix923})}(it)),it.exports}var ot={exports:{}},rr;function Hn(){return rr||(rr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.pad.Iso10126={pad:function(t,r){var n=r*4,c=n-t.sigBytes%n;t.concat(e.lib.WordArray.random(c-1)).concat(e.lib.WordArray.create([c<<24],1))},unpad:function(t){var r=t.words[t.sigBytes-1>>>2]&255;t.sigBytes-=r}},e.pad.Iso10126})}(ot)),ot.exports}var at={exports:{}},nr;function Un(){return nr||(nr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.pad.Iso97971={pad:function(t,r){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,r)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971})}(at)),at.exports}var xt={exports:{}},ir;function Wn(){return ir||(ir=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.pad.ZeroPadding={pad:function(t,r){var n=r*4;t.clamp(),t.sigBytes+=n-(t.sigBytes%n||n)},unpad:function(t){for(var r=t.words,n=t.sigBytes-1,n=t.sigBytes-1;n>=0;n--)if(r[n>>>2]>>>24-n%4*8&255){t.sigBytes=n+1;break}}},e.pad.ZeroPadding})}(xt)),xt.exports}var ft={exports:{}},or;function Vn(){return or||(or=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding})}(ft)),ft.exports}var st={exports:{}},ar;function Kn(){return ar||(ar=1,function(d,F){(function(e,t,r){d.exports=t(k0(),$0())})(S0,function(e){return function(t){var r=e,n=r.lib,c=n.CipherParams,v=r.enc,g=v.Hex,o=r.format;o.Hex={stringify:function(a){return a.ciphertext.toString(g)},parse:function(a){var w=g.parse(a);return c.create({ciphertext:w})}}}(),e.format.Hex})}(st)),st.exports}var ct={exports:{}},xr;function Gn(){return xr||(xr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.BlockCipher,c=t.algo,v=[],g=[],o=[],a=[],w=[],x=[],u=[],l=[],p=[],h=[];(function(){for(var f=[],s=0;s<256;s++)s<128?f[s]=s<<1:f[s]=s<<1^283;for(var B=0,A=0,s=0;s<256;s++){var C=A^A<<1^A<<2^A<<3^A<<4;C=C>>>8^C&255^99,v[B]=C,g[C]=B;var S=f[B],I=f[S],D=f[I],R=f[C]*257^C*16843008;o[B]=R<<24|R>>>8,a[B]=R<<16|R>>>16,w[B]=R<<8|R>>>24,x[B]=R;var R=D*16843009^I*65537^S*257^B*16843008;u[C]=R<<24|R>>>8,l[C]=R<<16|R>>>16,p[C]=R<<8|R>>>24,h[C]=R,B?(B=S^f[f[f[D^S]]],A^=f[f[A]]):B=A=1}})();var E=[0,1,2,4,8,16,32,64,128,27,54],y=c.AES=n.extend({_doReset:function(){var f;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var s=this._keyPriorReset=this._key,B=s.words,A=s.sigBytes/4,C=this._nRounds=A+6,S=(C+1)*4,I=this._keySchedule=[],D=0;D<S;D++)D<A?I[D]=B[D]:(f=I[D-1],D%A?A>6&&D%A==4&&(f=v[f>>>24]<<24|v[f>>>16&255]<<16|v[f>>>8&255]<<8|v[f&255]):(f=f<<8|f>>>24,f=v[f>>>24]<<24|v[f>>>16&255]<<16|v[f>>>8&255]<<8|v[f&255],f^=E[D/A|0]<<24),I[D]=I[D-A]^f);for(var R=this._invKeySchedule=[],M=0;M<S;M++){var D=S-M;if(M%4)var f=I[D];else var f=I[D-4];M<4||D<=4?R[M]=f:R[M]=u[v[f>>>24]]^l[v[f>>>16&255]]^p[v[f>>>8&255]]^h[v[f&255]]}}},encryptBlock:function(f,s){this._doCryptBlock(f,s,this._keySchedule,o,a,w,x,v)},decryptBlock:function(f,s){var B=f[s+1];f[s+1]=f[s+3],f[s+3]=B,this._doCryptBlock(f,s,this._invKeySchedule,u,l,p,h,g);var B=f[s+1];f[s+1]=f[s+3],f[s+3]=B},_doCryptBlock:function(f,s,B,A,C,S,I,D){for(var R=this._nRounds,M=f[s]^B[0],q=f[s+1]^B[1],j=f[s+2]^B[2],N=f[s+3]^B[3],H=4,V=1;V<R;V++){var Y=A[M>>>24]^C[q>>>16&255]^S[j>>>8&255]^I[N&255]^B[H++],$=A[q>>>24]^C[j>>>16&255]^S[N>>>8&255]^I[M&255]^B[H++],t0=A[j>>>24]^C[N>>>16&255]^S[M>>>8&255]^I[q&255]^B[H++],k=A[N>>>24]^C[M>>>16&255]^S[q>>>8&255]^I[j&255]^B[H++];M=Y,q=$,j=t0,N=k}var Y=(D[M>>>24]<<24|D[q>>>16&255]<<16|D[j>>>8&255]<<8|D[N&255])^B[H++],$=(D[q>>>24]<<24|D[j>>>16&255]<<16|D[N>>>8&255]<<8|D[M&255])^B[H++],t0=(D[j>>>24]<<24|D[N>>>16&255]<<16|D[M>>>8&255]<<8|D[q&255])^B[H++],k=(D[N>>>24]<<24|D[M>>>16&255]<<16|D[q>>>8&255]<<8|D[j&255])^B[H++];f[s]=Y,f[s+1]=$,f[s+2]=t0,f[s+3]=k},keySize:256/32});t.AES=n._createHelper(y)}(),e.AES})}(ct)),ct.exports}var ut={exports:{}},fr;function Zn(){return fr||(fr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.WordArray,c=r.BlockCipher,v=t.algo,g=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],o=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],a=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],w=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],x=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],u=v.DES=c.extend({_doReset:function(){for(var E=this._key,y=E.words,f=[],s=0;s<56;s++){var B=g[s]-1;f[s]=y[B>>>5]>>>31-B%32&1}for(var A=this._subKeys=[],C=0;C<16;C++){for(var S=A[C]=[],I=a[C],s=0;s<24;s++)S[s/6|0]|=f[(o[s]-1+I)%28]<<31-s%6,S[4+(s/6|0)]|=f[28+(o[s+24]-1+I)%28]<<31-s%6;S[0]=S[0]<<1|S[0]>>>31;for(var s=1;s<7;s++)S[s]=S[s]>>>(s-1)*4+3;S[7]=S[7]<<5|S[7]>>>27}for(var D=this._invSubKeys=[],s=0;s<16;s++)D[s]=A[15-s]},encryptBlock:function(E,y){this._doCryptBlock(E,y,this._subKeys)},decryptBlock:function(E,y){this._doCryptBlock(E,y,this._invSubKeys)},_doCryptBlock:function(E,y,f){this._lBlock=E[y],this._rBlock=E[y+1],l.call(this,4,252645135),l.call(this,16,65535),p.call(this,2,858993459),p.call(this,8,16711935),l.call(this,1,1431655765);for(var s=0;s<16;s++){for(var B=f[s],A=this._lBlock,C=this._rBlock,S=0,I=0;I<8;I++)S|=w[I][((C^B[I])&x[I])>>>0];this._lBlock=C,this._rBlock=A^S}var D=this._lBlock;this._lBlock=this._rBlock,this._rBlock=D,l.call(this,1,1431655765),p.call(this,8,16711935),p.call(this,2,858993459),l.call(this,16,65535),l.call(this,4,252645135),E[y]=this._lBlock,E[y+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function l(E,y){var f=(this._lBlock>>>E^this._rBlock)&y;this._rBlock^=f,this._lBlock^=f<<E}function p(E,y){var f=(this._rBlock>>>E^this._lBlock)&y;this._lBlock^=f,this._rBlock^=f<<E}t.DES=c._createHelper(u);var h=v.TripleDES=c.extend({_doReset:function(){var E=this._key,y=E.words;if(y.length!==2&&y.length!==4&&y.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var f=y.slice(0,2),s=y.length<4?y.slice(0,2):y.slice(2,4),B=y.length<6?y.slice(0,2):y.slice(4,6);this._des1=u.createEncryptor(n.create(f)),this._des2=u.createEncryptor(n.create(s)),this._des3=u.createEncryptor(n.create(B))},encryptBlock:function(E,y){this._des1.encryptBlock(E,y),this._des2.decryptBlock(E,y),this._des3.encryptBlock(E,y)},decryptBlock:function(E,y){this._des3.decryptBlock(E,y),this._des2.encryptBlock(E,y),this._des1.decryptBlock(E,y)},keySize:192/32,ivSize:64/32,blockSize:64/32});t.TripleDES=c._createHelper(h)}(),e.TripleDES})}(ut)),ut.exports}var dt={exports:{}},sr;function Xn(){return sr||(sr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.StreamCipher,c=t.algo,v=c.RC4=n.extend({_doReset:function(){for(var a=this._key,w=a.words,x=a.sigBytes,u=this._S=[],l=0;l<256;l++)u[l]=l;for(var l=0,p=0;l<256;l++){var h=l%x,E=w[h>>>2]>>>24-h%4*8&255;p=(p+u[l]+E)%256;var y=u[l];u[l]=u[p],u[p]=y}this._i=this._j=0},_doProcessBlock:function(a,w){a[w]^=g.call(this)},keySize:256/32,ivSize:0});function g(){for(var a=this._S,w=this._i,x=this._j,u=0,l=0;l<4;l++){w=(w+1)%256,x=(x+a[w])%256;var p=a[w];a[w]=a[x],a[x]=p,u|=a[(a[w]+a[x])%256]<<24-l*8}return this._i=w,this._j=x,u}t.RC4=n._createHelper(v);var o=c.RC4Drop=v.extend({cfg:v.cfg.extend({drop:192}),_doReset:function(){v._doReset.call(this);for(var a=this.cfg.drop;a>0;a--)g.call(this)}});t.RC4Drop=n._createHelper(o)}(),e.RC4})}(dt)),dt.exports}var ht={exports:{}},cr;function Qn(){return cr||(cr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.StreamCipher,c=t.algo,v=[],g=[],o=[],a=c.Rabbit=n.extend({_doReset:function(){for(var x=this._key.words,u=this.cfg.iv,l=0;l<4;l++)x[l]=(x[l]<<8|x[l]>>>24)&16711935|(x[l]<<24|x[l]>>>8)&4278255360;var p=this._X=[x[0],x[3]<<16|x[2]>>>16,x[1],x[0]<<16|x[3]>>>16,x[2],x[1]<<16|x[0]>>>16,x[3],x[2]<<16|x[1]>>>16],h=this._C=[x[2]<<16|x[2]>>>16,x[0]&4294901760|x[1]&65535,x[3]<<16|x[3]>>>16,x[1]&4294901760|x[2]&65535,x[0]<<16|x[0]>>>16,x[2]&4294901760|x[3]&65535,x[1]<<16|x[1]>>>16,x[3]&4294901760|x[0]&65535];this._b=0;for(var l=0;l<4;l++)w.call(this);for(var l=0;l<8;l++)h[l]^=p[l+4&7];if(u){var E=u.words,y=E[0],f=E[1],s=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,B=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360,A=s>>>16|B&4294901760,C=B<<16|s&65535;h[0]^=s,h[1]^=A,h[2]^=B,h[3]^=C,h[4]^=s,h[5]^=A,h[6]^=B,h[7]^=C;for(var l=0;l<4;l++)w.call(this)}},_doProcessBlock:function(x,u){var l=this._X;w.call(this),v[0]=l[0]^l[5]>>>16^l[3]<<16,v[1]=l[2]^l[7]>>>16^l[5]<<16,v[2]=l[4]^l[1]>>>16^l[7]<<16,v[3]=l[6]^l[3]>>>16^l[1]<<16;for(var p=0;p<4;p++)v[p]=(v[p]<<8|v[p]>>>24)&16711935|(v[p]<<24|v[p]>>>8)&4278255360,x[u+p]^=v[p]},blockSize:128/32,ivSize:64/32});function w(){for(var x=this._X,u=this._C,l=0;l<8;l++)g[l]=u[l];u[0]=u[0]+1295307597+this._b|0,u[1]=u[1]+3545052371+(u[0]>>>0<g[0]>>>0?1:0)|0,u[2]=u[2]+886263092+(u[1]>>>0<g[1]>>>0?1:0)|0,u[3]=u[3]+1295307597+(u[2]>>>0<g[2]>>>0?1:0)|0,u[4]=u[4]+3545052371+(u[3]>>>0<g[3]>>>0?1:0)|0,u[5]=u[5]+886263092+(u[4]>>>0<g[4]>>>0?1:0)|0,u[6]=u[6]+1295307597+(u[5]>>>0<g[5]>>>0?1:0)|0,u[7]=u[7]+3545052371+(u[6]>>>0<g[6]>>>0?1:0)|0,this._b=u[7]>>>0<g[7]>>>0?1:0;for(var l=0;l<8;l++){var p=x[l]+u[l],h=p&65535,E=p>>>16,y=((h*h>>>17)+h*E>>>15)+E*E,f=((p&4294901760)*p|0)+((p&65535)*p|0);o[l]=y^f}x[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,x[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,x[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,x[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,x[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,x[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,x[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,x[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}t.Rabbit=n._createHelper(a)}(),e.Rabbit})}(ht)),ht.exports}var lt={exports:{}},ur;function $n(){return ur||(ur=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.StreamCipher,c=t.algo,v=[],g=[],o=[],a=c.RabbitLegacy=n.extend({_doReset:function(){var x=this._key.words,u=this.cfg.iv,l=this._X=[x[0],x[3]<<16|x[2]>>>16,x[1],x[0]<<16|x[3]>>>16,x[2],x[1]<<16|x[0]>>>16,x[3],x[2]<<16|x[1]>>>16],p=this._C=[x[2]<<16|x[2]>>>16,x[0]&4294901760|x[1]&65535,x[3]<<16|x[3]>>>16,x[1]&4294901760|x[2]&65535,x[0]<<16|x[0]>>>16,x[2]&4294901760|x[3]&65535,x[1]<<16|x[1]>>>16,x[3]&4294901760|x[0]&65535];this._b=0;for(var h=0;h<4;h++)w.call(this);for(var h=0;h<8;h++)p[h]^=l[h+4&7];if(u){var E=u.words,y=E[0],f=E[1],s=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,B=(f<<8|f>>>24)&16711935|(f<<24|f>>>8)&4278255360,A=s>>>16|B&4294901760,C=B<<16|s&65535;p[0]^=s,p[1]^=A,p[2]^=B,p[3]^=C,p[4]^=s,p[5]^=A,p[6]^=B,p[7]^=C;for(var h=0;h<4;h++)w.call(this)}},_doProcessBlock:function(x,u){var l=this._X;w.call(this),v[0]=l[0]^l[5]>>>16^l[3]<<16,v[1]=l[2]^l[7]>>>16^l[5]<<16,v[2]=l[4]^l[1]>>>16^l[7]<<16,v[3]=l[6]^l[3]>>>16^l[1]<<16;for(var p=0;p<4;p++)v[p]=(v[p]<<8|v[p]>>>24)&16711935|(v[p]<<24|v[p]>>>8)&4278255360,x[u+p]^=v[p]},blockSize:128/32,ivSize:64/32});function w(){for(var x=this._X,u=this._C,l=0;l<8;l++)g[l]=u[l];u[0]=u[0]+1295307597+this._b|0,u[1]=u[1]+3545052371+(u[0]>>>0<g[0]>>>0?1:0)|0,u[2]=u[2]+886263092+(u[1]>>>0<g[1]>>>0?1:0)|0,u[3]=u[3]+1295307597+(u[2]>>>0<g[2]>>>0?1:0)|0,u[4]=u[4]+3545052371+(u[3]>>>0<g[3]>>>0?1:0)|0,u[5]=u[5]+886263092+(u[4]>>>0<g[4]>>>0?1:0)|0,u[6]=u[6]+1295307597+(u[5]>>>0<g[5]>>>0?1:0)|0,u[7]=u[7]+3545052371+(u[6]>>>0<g[6]>>>0?1:0)|0,this._b=u[7]>>>0<g[7]>>>0?1:0;for(var l=0;l<8;l++){var p=x[l]+u[l],h=p&65535,E=p>>>16,y=((h*h>>>17)+h*E>>>15)+E*E,f=((p&4294901760)*p|0)+((p&65535)*p|0);o[l]=y^f}x[0]=o[0]+(o[7]<<16|o[7]>>>16)+(o[6]<<16|o[6]>>>16)|0,x[1]=o[1]+(o[0]<<8|o[0]>>>24)+o[7]|0,x[2]=o[2]+(o[1]<<16|o[1]>>>16)+(o[0]<<16|o[0]>>>16)|0,x[3]=o[3]+(o[2]<<8|o[2]>>>24)+o[1]|0,x[4]=o[4]+(o[3]<<16|o[3]>>>16)+(o[2]<<16|o[2]>>>16)|0,x[5]=o[5]+(o[4]<<8|o[4]>>>24)+o[3]|0,x[6]=o[6]+(o[5]<<16|o[5]>>>16)+(o[4]<<16|o[4]>>>16)|0,x[7]=o[7]+(o[6]<<8|o[6]>>>24)+o[5]|0}t.RabbitLegacy=n._createHelper(a)}(),e.RabbitLegacy})}(lt)),lt.exports}var pt={exports:{}},dr;function Yn(){return dr||(dr=1,function(d,F){(function(e,t,r){d.exports=t(k0(),ye(),ge(),he(),$0())})(S0,function(e){return function(){var t=e,r=t.lib,n=r.BlockCipher,c=t.algo;const v=16,g=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],o=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var a={pbox:[],sbox:[]};function w(h,E){let y=E>>24&255,f=E>>16&255,s=E>>8&255,B=E&255,A=h.sbox[0][y]+h.sbox[1][f];return A=A^h.sbox[2][s],A=A+h.sbox[3][B],A}function x(h,E,y){let f=E,s=y,B;for(let A=0;A<v;++A)f=f^h.pbox[A],s=w(h,f)^s,B=f,f=s,s=B;return B=f,f=s,s=B,s=s^h.pbox[v],f=f^h.pbox[v+1],{left:f,right:s}}function u(h,E,y){let f=E,s=y,B;for(let A=v+1;A>1;--A)f=f^h.pbox[A],s=w(h,f)^s,B=f,f=s,s=B;return B=f,f=s,s=B,s=s^h.pbox[1],f=f^h.pbox[0],{left:f,right:s}}function l(h,E,y){for(let C=0;C<4;C++){h.sbox[C]=[];for(let S=0;S<256;S++)h.sbox[C][S]=o[C][S]}let f=0;for(let C=0;C<v+2;C++)h.pbox[C]=g[C]^E[f],f++,f>=y&&(f=0);let s=0,B=0,A=0;for(let C=0;C<v+2;C+=2)A=x(h,s,B),s=A.left,B=A.right,h.pbox[C]=s,h.pbox[C+1]=B;for(let C=0;C<4;C++)for(let S=0;S<256;S+=2)A=x(h,s,B),s=A.left,B=A.right,h.sbox[C][S]=s,h.sbox[C][S+1]=B;return!0}var p=c.Blowfish=n.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var h=this._keyPriorReset=this._key,E=h.words,y=h.sigBytes/4;l(a,E,y)}},encryptBlock:function(h,E){var y=x(a,h[E],h[E+1]);h[E]=y.left,h[E+1]=y.right},decryptBlock:function(h,E){var y=u(a,h[E],h[E+1]);h[E]=y.left,h[E+1]=y.right},blockSize:64/32,keySize:128/32,ivSize:64/32});t.Blowfish=n._createHelper(p)}(),e.Blowfish})}(pt)),pt.exports}(function(d,F){(function(e,t,r){d.exports=t(k0(),Te(),Dn(),Sn(),ye(),Tn(),ge(),_r(),Et(),Rn(),Dr(),In(),On(),kn(),Bt(),Pn(),he(),$0(),Mn(),qn(),Ln(),zn(),jn(),Nn(),Hn(),Un(),Wn(),Vn(),Kn(),Gn(),Zn(),Xn(),Qn(),$n(),Yn())})(S0,function(e){return e})})(An);var hr;(function(d){d.WholeResponse="wholeResponse",d.ResponseData="responseData"})(hr||(hr={}));var lr;(function(d){d.Hex="hex",d.Base64="base64"})(lr||(lr={}));var Jn={exports:{}};/*! MIT License. Copyright 2015-2018 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */(function(d,F){(function(e){function t(k){return parseInt(k)===k}function r(k){if(!t(k.length))return!1;for(var i=0;i<k.length;i++)if(!t(k[i])||k[i]<0||k[i]>255)return!1;return!0}function n(k,i){if(k.buffer&&k.name==="Uint8Array")return i&&(k.slice?k=k.slice():k=Array.prototype.slice.call(k)),k;if(Array.isArray(k)){if(!r(k))throw new Error("Array contains invalid value: "+k);return new Uint8Array(k)}if(t(k.length)&&r(k))return new Uint8Array(k);throw new Error("unsupported array-like object")}function c(k){return new Uint8Array(k)}function v(k,i,b,m,_){(m!=null||_!=null)&&(k.slice?k=k.slice(m,_):k=Array.prototype.slice.call(k,m,_)),i.set(k,b)}var g=function(){function k(b){var m=[],_=0;for(b=encodeURI(b);_<b.length;){var L=b.charCodeAt(_++);L===37?(m.push(parseInt(b.substr(_,2),16)),_+=2):m.push(L)}return n(m)}function i(b){for(var m=[],_=0;_<b.length;){var L=b[_];L<128?(m.push(String.fromCharCode(L)),_++):L>191&&L<224?(m.push(String.fromCharCode((L&31)<<6|b[_+1]&63)),_+=2):(m.push(String.fromCharCode((L&15)<<12|(b[_+1]&63)<<6|b[_+2]&63)),_+=3)}return m.join("")}return{toBytes:k,fromBytes:i}}(),o=function(){function k(m){for(var _=[],L=0;L<m.length;L+=2)_.push(parseInt(m.substr(L,2),16));return _}var i="0123456789abcdef";function b(m){for(var _=[],L=0;L<m.length;L++){var Z=m[L];_.push(i[(Z&240)>>4]+i[Z&15])}return _.join("")}return{toBytes:k,fromBytes:b}}(),a={16:10,24:12,32:14},w=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],x=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],u=[82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125],l=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],p=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],h=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],E=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],y=[1374988112,2118214995,437757123,975658646,1001089995,530400753,2902087851,1273168787,540080725,2910219766,2295101073,4110568485,1340463100,3307916247,641025152,3043140495,3736164937,632953703,1172967064,1576976609,3274667266,2169303058,2370213795,1809054150,59727847,361929877,3211623147,2505202138,3569255213,1484005843,1239443753,2395588676,1975683434,4102977912,2572697195,666464733,3202437046,4035489047,3374361702,2110667444,1675577880,3843699074,2538681184,1649639237,2976151520,3144396420,4269907996,4178062228,1883793496,2403728665,2497604743,1383856311,2876494627,1917518562,3810496343,1716890410,3001755655,800440835,2261089178,3543599269,807962610,599762354,33778362,3977675356,2328828971,2809771154,4077384432,1315562145,1708848333,101039829,3509871135,3299278474,875451293,2733856160,92987698,2767645557,193195065,1080094634,1584504582,3178106961,1042385657,2531067453,3711829422,1306967366,2438237621,1908694277,67556463,1615861247,429456164,3602770327,2302690252,1742315127,2968011453,126454664,3877198648,2043211483,2709260871,2084704233,4169408201,0,159417987,841739592,504459436,1817866830,4245618683,260388950,1034867998,908933415,168810852,1750902305,2606453969,607530554,202008497,2472011535,3035535058,463180190,2160117071,1641816226,1517767529,470948374,3801332234,3231722213,1008918595,303765277,235474187,4069246893,766945465,337553864,1475418501,2943682380,4003061179,2743034109,4144047775,1551037884,1147550661,1543208500,2336434550,3408119516,3069049960,3102011747,3610369226,1113818384,328671808,2227573024,2236228733,3535486456,2935566865,3341394285,496906059,3702665459,226906860,2009195472,733156972,2842737049,294930682,1206477858,2835123396,2700099354,1451044056,573804783,2269728455,3644379585,2362090238,2564033334,2801107407,2776292904,3669462566,1068351396,742039012,1350078989,1784663195,1417561698,4136440770,2430122216,775550814,2193862645,2673705150,1775276924,1876241833,3475313331,3366754619,270040487,3902563182,3678124923,3441850377,1851332852,3969562369,2203032232,3868552805,2868897406,566021896,4011190502,3135740889,1248802510,3936291284,699432150,832877231,708780849,3332740144,899835584,1951317047,4236429990,3767586992,866637845,4043610186,1106041591,2144161806,395441711,1984812685,1139781709,3433712980,3835036895,2664543715,1282050075,3240894392,1181045119,2640243204,25965917,4203181171,4211818798,3009879386,2463879762,3910161971,1842759443,2597806476,933301370,1509430414,3943906441,3467192302,3076639029,3776767469,2051518780,2631065433,1441952575,404016761,1942435775,1408749034,1610459739,3745345300,2017778566,3400528769,3110650942,941896748,3265478751,371049330,3168937228,675039627,4279080257,967311729,135050206,3635733660,1683407248,2076935265,3576870512,1215061108,3501741890],f=[1347548327,1400783205,3273267108,2520393566,3409685355,4045380933,2880240216,2471224067,1428173050,4138563181,2441661558,636813900,4233094615,3620022987,2149987652,2411029155,1239331162,1730525723,2554718734,3781033664,46346101,310463728,2743944855,3328955385,3875770207,2501218972,3955191162,3667219033,768917123,3545789473,692707433,1150208456,1786102409,2029293177,1805211710,3710368113,3065962831,401639597,1724457132,3028143674,409198410,2196052529,1620529459,1164071807,3769721975,2226875310,486441376,2499348523,1483753576,428819965,2274680428,3075636216,598438867,3799141122,1474502543,711349675,129166120,53458370,2592523643,2782082824,4063242375,2988687269,3120694122,1559041666,730517276,2460449204,4042459122,2706270690,3446004468,3573941694,533804130,2328143614,2637442643,2695033685,839224033,1973745387,957055980,2856345839,106852767,1371368976,4181598602,1033297158,2933734917,1179510461,3046200461,91341917,1862534868,4284502037,605657339,2547432937,3431546947,2003294622,3182487618,2282195339,954669403,3682191598,1201765386,3917234703,3388507166,0,2198438022,1211247597,2887651696,1315723890,4227665663,1443857720,507358933,657861945,1678381017,560487590,3516619604,975451694,2970356327,261314535,3535072918,2652609425,1333838021,2724322336,1767536459,370938394,182621114,3854606378,1128014560,487725847,185469197,2918353863,3106780840,3356761769,2237133081,1286567175,3152976349,4255350624,2683765030,3160175349,3309594171,878443390,1988838185,3704300486,1756818940,1673061617,3403100636,272786309,1075025698,545572369,2105887268,4174560061,296679730,1841768865,1260232239,4091327024,3960309330,3497509347,1814803222,2578018489,4195456072,575138148,3299409036,446754879,3629546796,4011996048,3347532110,3252238545,4270639778,915985419,3483825537,681933534,651868046,2755636671,3828103837,223377554,2607439820,1649704518,3270937875,3901806776,1580087799,4118987695,3198115200,2087309459,2842678573,3016697106,1003007129,2802849917,1860738147,2077965243,164439672,4100872472,32283319,2827177882,1709610350,2125135846,136428751,3874428392,3652904859,3460984630,3572145929,3593056380,2939266226,824852259,818324884,3224740454,930369212,2801566410,2967507152,355706840,1257309336,4148292826,243256656,790073846,2373340630,1296297904,1422699085,3756299780,3818836405,457992840,3099667487,2135319889,77422314,1560382517,1945798516,788204353,1521706781,1385356242,870912086,325965383,2358957921,2050466060,2388260884,2313884476,4006521127,901210569,3990953189,1014646705,1503449823,1062597235,2031621326,3212035895,3931371469,1533017514,350174575,2256028891,2177544179,1052338372,741876788,1606591296,1914052035,213705253,2334669897,1107234197,1899603969,3725069491,2631447780,2422494913,1635502980,1893020342,1950903388,1120974935],s=[2807058932,1699970625,2764249623,1586903591,1808481195,1173430173,1487645946,59984867,4199882800,1844882806,1989249228,1277555970,3623636965,3419915562,1149249077,2744104290,1514790577,459744698,244860394,3235995134,1963115311,4027744588,2544078150,4190530515,1608975247,2627016082,2062270317,1507497298,2200818878,567498868,1764313568,3359936201,2305455554,2037970062,1047239e3,1910319033,1337376481,2904027272,2892417312,984907214,1243112415,830661914,861968209,2135253587,2011214180,2927934315,2686254721,731183368,1750626376,4246310725,1820824798,4172763771,3542330227,48394827,2404901663,2871682645,671593195,3254988725,2073724613,145085239,2280796200,2779915199,1790575107,2187128086,472615631,3029510009,4075877127,3802222185,4107101658,3201631749,1646252340,4270507174,1402811438,1436590835,3778151818,3950355702,3963161475,4020912224,2667994737,273792366,2331590177,104699613,95345982,3175501286,2377486676,1560637892,3564045318,369057872,4213447064,3919042237,1137477952,2658625497,1119727848,2340947849,1530455833,4007360968,172466556,266959938,516552836,0,2256734592,3980931627,1890328081,1917742170,4294704398,945164165,3575528878,958871085,3647212047,2787207260,1423022939,775562294,1739656202,3876557655,2530391278,2443058075,3310321856,547512796,1265195639,437656594,3121275539,719700128,3762502690,387781147,218828297,3350065803,2830708150,2848461854,428169201,122466165,3720081049,1627235199,648017665,4122762354,1002783846,2117360635,695634755,3336358691,4234721005,4049844452,3704280881,2232435299,574624663,287343814,612205898,1039717051,840019705,2708326185,793451934,821288114,1391201670,3822090177,376187827,3113855344,1224348052,1679968233,2361698556,1058709744,752375421,2431590963,1321699145,3519142200,2734591178,188127444,2177869557,3727205754,2384911031,3215212461,2648976442,2450346104,3432737375,1180849278,331544205,3102249176,4150144569,2952102595,2159976285,2474404304,766078933,313773861,2570832044,2108100632,1668212892,3145456443,2013908262,418672217,3070356634,2594734927,1852171925,3867060991,3473416636,3907448597,2614737639,919489135,164948639,2094410160,2997825956,590424639,2486224549,1723872674,3157750862,3399941250,3501252752,3625268135,2555048196,3673637356,1343127501,4130281361,3599595085,2957853679,1297403050,81781910,3051593425,2283490410,532201772,1367295589,3926170974,895287692,1953757831,1093597963,492483431,3528626907,1446242576,1192455638,1636604631,209336225,344873464,1015671571,669961897,3375740769,3857572124,2973530695,3747192018,1933530610,3464042516,935293895,3454686199,2858115069,1863638845,3683022916,4085369519,3292445032,875313188,1080017571,3279033885,621591778,1233856572,2504130317,24197544,3017672716,3835484340,3247465558,2220981195,3060847922,1551124588,1463996600],B=[4104605777,1097159550,396673818,660510266,2875968315,2638606623,4200115116,3808662347,821712160,1986918061,3430322568,38544885,3856137295,718002117,893681702,1654886325,2975484382,3122358053,3926825029,4274053469,796197571,1290801793,1184342925,3556361835,2405426947,2459735317,1836772287,1381620373,3196267988,1948373848,3764988233,3385345166,3263785589,2390325492,1480485785,3111247143,3780097726,2293045232,548169417,3459953789,3746175075,439452389,1362321559,1400849762,1685577905,1806599355,2174754046,137073913,1214797936,1174215055,3731654548,2079897426,1943217067,1258480242,529487843,1437280870,3945269170,3049390895,3313212038,923313619,679998e3,3215307299,57326082,377642221,3474729866,2041877159,133361907,1776460110,3673476453,96392454,878845905,2801699524,777231668,4082475170,2330014213,4142626212,2213296395,1626319424,1906247262,1846563261,562755902,3708173718,1040559837,3871163981,1418573201,3294430577,114585348,1343618912,2566595609,3186202582,1078185097,3651041127,3896688048,2307622919,425408743,3371096953,2081048481,1108339068,2216610296,0,2156299017,736970802,292596766,1517440620,251657213,2235061775,2933202493,758720310,265905162,1554391400,1532285339,908999204,174567692,1474760595,4002861748,2610011675,3234156416,3693126241,2001430874,303699484,2478443234,2687165888,585122620,454499602,151849742,2345119218,3064510765,514443284,4044981591,1963412655,2581445614,2137062819,19308535,1928707164,1715193156,4219352155,1126790795,600235211,3992742070,3841024952,836553431,1669664834,2535604243,3323011204,1243905413,3141400786,4180808110,698445255,2653899549,2989552604,2253581325,3252932727,3004591147,1891211689,2487810577,3915653703,4237083816,4030667424,2100090966,865136418,1229899655,953270745,3399679628,3557504664,4118925222,2061379749,3079546586,2915017791,983426092,2022837584,1607244650,2118541908,2366882550,3635996816,972512814,3283088770,1568718495,3499326569,3576539503,621982671,2895723464,410887952,2623762152,1002142683,645401037,1494807662,2595684844,1335535747,2507040230,4293295786,3167684641,367585007,3885750714,1865862730,2668221674,2960971305,2763173681,1059270954,2777952454,2724642869,1320957812,2194319100,2429595872,2815956275,77089521,3973773121,3444575871,2448830231,1305906550,4021308739,2857194700,2516901860,3518358430,1787304780,740276417,1699839814,1592394909,2352307457,2272556026,188821243,1729977011,3687994002,274084841,3594982253,3613494426,2701949495,4162096729,322734571,2837966542,1640576439,484830689,1202797690,3537852828,4067639125,349075736,3342319475,4157467219,4255800159,1030690015,1155237496,2951971274,1757691577,607398968,2738905026,499347990,3794078908,1011452712,227885567,2818666809,213114376,3034881240,1455525988,3414450555,850817237,1817998408,3092726480],A=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],C=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],S=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],I=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];function D(k){for(var i=[],b=0;b<k.length;b+=4)i.push(k[b]<<24|k[b+1]<<16|k[b+2]<<8|k[b+3]);return i}var R=function(k){if(!(this instanceof R))throw Error("AES must be instanitated with `new`");Object.defineProperty(this,"key",{value:n(k,!0)}),this._prepare()};R.prototype._prepare=function(){var k=a[this.key.length];if(k==null)throw new Error("invalid key size (must be 16, 24 or 32 bytes)");this._Ke=[],this._Kd=[];for(var i=0;i<=k;i++)this._Ke.push([0,0,0,0]),this._Kd.push([0,0,0,0]);for(var b=(k+1)*4,m=this.key.length/4,_=D(this.key),L,i=0;i<m;i++)L=i>>2,this._Ke[L][i%4]=_[i],this._Kd[k-L][i%4]=_[i];for(var Z=0,G=m,Q;G<b;){if(Q=_[m-1],_[0]^=x[Q>>16&255]<<24^x[Q>>8&255]<<16^x[Q&255]<<8^x[Q>>24&255]^w[Z]<<24,Z+=1,m!=8)for(var i=1;i<m;i++)_[i]^=_[i-1];else{for(var i=1;i<m/2;i++)_[i]^=_[i-1];Q=_[m/2-1],_[m/2]^=x[Q&255]^x[Q>>8&255]<<8^x[Q>>16&255]<<16^x[Q>>24&255]<<24;for(var i=m/2+1;i<m;i++)_[i]^=_[i-1]}for(var i=0,i0,u0;i<m&&G<b;)i0=G>>2,u0=G%4,this._Ke[i0][u0]=_[i],this._Kd[k-i0][u0]=_[i++],G++}for(var i0=1;i0<k;i0++)for(var u0=0;u0<4;u0++)Q=this._Kd[i0][u0],this._Kd[i0][u0]=A[Q>>24&255]^C[Q>>16&255]^S[Q>>8&255]^I[Q&255]},R.prototype.encrypt=function(k){if(k.length!=16)throw new Error("invalid plaintext size (must be 16 bytes)");for(var i=this._Ke.length-1,b=[0,0,0,0],m=D(k),_=0;_<4;_++)m[_]^=this._Ke[0][_];for(var L=1;L<i;L++){for(var _=0;_<4;_++)b[_]=l[m[_]>>24&255]^p[m[(_+1)%4]>>16&255]^h[m[(_+2)%4]>>8&255]^E[m[(_+3)%4]&255]^this._Ke[L][_];m=b.slice()}for(var Z=c(16),G,_=0;_<4;_++)G=this._Ke[i][_],Z[4*_]=(x[m[_]>>24&255]^G>>24)&255,Z[4*_+1]=(x[m[(_+1)%4]>>16&255]^G>>16)&255,Z[4*_+2]=(x[m[(_+2)%4]>>8&255]^G>>8)&255,Z[4*_+3]=(x[m[(_+3)%4]&255]^G)&255;return Z},R.prototype.decrypt=function(k){if(k.length!=16)throw new Error("invalid ciphertext size (must be 16 bytes)");for(var i=this._Kd.length-1,b=[0,0,0,0],m=D(k),_=0;_<4;_++)m[_]^=this._Kd[0][_];for(var L=1;L<i;L++){for(var _=0;_<4;_++)b[_]=y[m[_]>>24&255]^f[m[(_+3)%4]>>16&255]^s[m[(_+2)%4]>>8&255]^B[m[(_+1)%4]&255]^this._Kd[L][_];m=b.slice()}for(var Z=c(16),G,_=0;_<4;_++)G=this._Kd[i][_],Z[4*_]=(u[m[_]>>24&255]^G>>24)&255,Z[4*_+1]=(u[m[(_+3)%4]>>16&255]^G>>16)&255,Z[4*_+2]=(u[m[(_+2)%4]>>8&255]^G>>8)&255,Z[4*_+3]=(u[m[(_+1)%4]&255]^G)&255;return Z};var M=function(k){if(!(this instanceof M))throw Error("AES must be instanitated with `new`");this.description="Electronic Code Block",this.name="ecb",this._aes=new R(k)};M.prototype.encrypt=function(k){if(k=n(k),k.length%16!==0)throw new Error("invalid plaintext size (must be multiple of 16 bytes)");for(var i=c(k.length),b=c(16),m=0;m<k.length;m+=16)v(k,b,0,m,m+16),b=this._aes.encrypt(b),v(b,i,m);return i},M.prototype.decrypt=function(k){if(k=n(k),k.length%16!==0)throw new Error("invalid ciphertext size (must be multiple of 16 bytes)");for(var i=c(k.length),b=c(16),m=0;m<k.length;m+=16)v(k,b,0,m,m+16),b=this._aes.decrypt(b),v(b,i,m);return i};var q=function(k,i){if(!(this instanceof q))throw Error("AES must be instanitated with `new`");if(this.description="Cipher Block Chaining",this.name="cbc",!i)i=c(16);else if(i.length!=16)throw new Error("invalid initialation vector size (must be 16 bytes)");this._lastCipherblock=n(i,!0),this._aes=new R(k)};q.prototype.encrypt=function(k){if(k=n(k),k.length%16!==0)throw new Error("invalid plaintext size (must be multiple of 16 bytes)");for(var i=c(k.length),b=c(16),m=0;m<k.length;m+=16){v(k,b,0,m,m+16);for(var _=0;_<16;_++)b[_]^=this._lastCipherblock[_];this._lastCipherblock=this._aes.encrypt(b),v(this._lastCipherblock,i,m)}return i},q.prototype.decrypt=function(k){if(k=n(k),k.length%16!==0)throw new Error("invalid ciphertext size (must be multiple of 16 bytes)");for(var i=c(k.length),b=c(16),m=0;m<k.length;m+=16){v(k,b,0,m,m+16),b=this._aes.decrypt(b);for(var _=0;_<16;_++)i[m+_]=b[_]^this._lastCipherblock[_];v(k,this._lastCipherblock,0,m,m+16)}return i};var j=function(k,i,b){if(!(this instanceof j))throw Error("AES must be instanitated with `new`");if(this.description="Cipher Feedback",this.name="cfb",!i)i=c(16);else if(i.length!=16)throw new Error("invalid initialation vector size (must be 16 size)");b||(b=1),this.segmentSize=b,this._shiftRegister=n(i,!0),this._aes=new R(k)};j.prototype.encrypt=function(k){if(k.length%this.segmentSize!=0)throw new Error("invalid plaintext size (must be segmentSize bytes)");for(var i=n(k,!0),b,m=0;m<i.length;m+=this.segmentSize){b=this._aes.encrypt(this._shiftRegister);for(var _=0;_<this.segmentSize;_++)i[m+_]^=b[_];v(this._shiftRegister,this._shiftRegister,0,this.segmentSize),v(i,this._shiftRegister,16-this.segmentSize,m,m+this.segmentSize)}return i},j.prototype.decrypt=function(k){if(k.length%this.segmentSize!=0)throw new Error("invalid ciphertext size (must be segmentSize bytes)");for(var i=n(k,!0),b,m=0;m<i.length;m+=this.segmentSize){b=this._aes.encrypt(this._shiftRegister);for(var _=0;_<this.segmentSize;_++)i[m+_]^=b[_];v(this._shiftRegister,this._shiftRegister,0,this.segmentSize),v(k,this._shiftRegister,16-this.segmentSize,m,m+this.segmentSize)}return i};var N=function(k,i){if(!(this instanceof N))throw Error("AES must be instanitated with `new`");if(this.description="Output Feedback",this.name="ofb",!i)i=c(16);else if(i.length!=16)throw new Error("invalid initialation vector size (must be 16 bytes)");this._lastPrecipher=n(i,!0),this._lastPrecipherIndex=16,this._aes=new R(k)};N.prototype.encrypt=function(k){for(var i=n(k,!0),b=0;b<i.length;b++)this._lastPrecipherIndex===16&&(this._lastPrecipher=this._aes.encrypt(this._lastPrecipher),this._lastPrecipherIndex=0),i[b]^=this._lastPrecipher[this._lastPrecipherIndex++];return i},N.prototype.decrypt=N.prototype.encrypt;var H=function(k){if(!(this instanceof H))throw Error("Counter must be instanitated with `new`");k!==0&&!k&&(k=1),typeof k=="number"?(this._counter=c(16),this.setValue(k)):this.setBytes(k)};H.prototype.setValue=function(k){if(typeof k!="number"||parseInt(k)!=k)throw new Error("invalid counter value (must be an integer)");if(k>Number.MAX_SAFE_INTEGER)throw new Error("integer value out of safe range");for(var i=15;i>=0;--i)this._counter[i]=k%256,k=parseInt(k/256)},H.prototype.setBytes=function(k){if(k=n(k,!0),k.length!=16)throw new Error("invalid counter bytes size (must be 16 bytes)");this._counter=k},H.prototype.increment=function(){for(var k=15;k>=0;k--)if(this._counter[k]===255)this._counter[k]=0;else{this._counter[k]++;break}};var V=function(k,i){if(!(this instanceof V))throw Error("AES must be instanitated with `new`");this.description="Counter",this.name="ctr",i instanceof H||(i=new H(i)),this._counter=i,this._remainingCounter=null,this._remainingCounterIndex=16,this._aes=new R(k)};V.prototype.encrypt=function(k){for(var i=n(k,!0),b=0;b<i.length;b++)this._remainingCounterIndex===16&&(this._remainingCounter=this._aes.encrypt(this._counter._counter),this._remainingCounterIndex=0,this._counter.increment()),i[b]^=this._remainingCounter[this._remainingCounterIndex++];return i},V.prototype.decrypt=V.prototype.encrypt;function Y(k){k=n(k,!0);var i=16-k.length%16,b=c(k.length+i);v(k,b);for(var m=k.length;m<b.length;m++)b[m]=i;return b}function $(k){if(k=n(k,!0),k.length<16)throw new Error("PKCS#7 invalid length");var i=k[k.length-1];if(i>16)throw new Error("PKCS#7 padding byte out of range");for(var b=k.length-i,m=0;m<i;m++)if(k[b+m]!==i)throw new Error("PKCS#7 invalid padding byte");var _=c(b);return v(k,_,0,0,b),_}var t0={AES:R,Counter:H,ModeOfOperation:{ecb:M,cbc:q,cfb:j,ofb:N,ctr:V},utils:{hex:o,utf8:g},padding:{pkcs7:{pad:Y,strip:$}},_arrayTest:{coerceArray:n,createArray:c,copyArray:v}};d.exports=t0})()})(Jn);var pr;(function(d){d.MD5="MD5",d.SHA256="SHA256"})(pr||(pr={}));var ei={exports:{}},vt={exports:{}},vr;function ti(){return vr||(vr=1,function(d){(function(F){var e={bytesToHex:function(n){return t(n)},hexToBytes:function(n){if(n.length%2===1)throw new Error("hexToBytes can't have a string with an odd number of characters.");return n.indexOf("0x")===0&&(n=n.slice(2)),n.match(/../g).map(function(c){return parseInt(c,16)})}};function t(n){return n.map(function(c){return r(c.toString(16),2)}).join("")}function r(n,c){return n.length>c?n:Array(c-n.length+1).join("0")+n}d.exports?d.exports=e:F.convertHex=e})(S0)}(vt)),vt.exports}var bt={exports:{}},br;function ri(){return br||(br=1,function(d){(function(F){var e={bytesToString:function(t){return t.map(function(r){return String.fromCharCode(r)}).join("")},stringToBytes:function(t){return t.split("").map(function(r){return r.charCodeAt(0)})}};e.UTF8={bytesToString:function(t){return decodeURIComponent(escape(e.bytesToString(t)))},stringToBytes:function(t){return e.stringToBytes(unescape(encodeURIComponent(t)))}},d.exports?d.exports=e:F.convertString=e})(S0)}(bt)),bt.exports}(function(d){(function(F){var e={};d.exports?(e.bytesToHex=ti().bytesToHex,e.convertString=ri(),d.exports=g):(e.bytesToHex=F.convertHex.bytesToHex,e.convertString=F.convertString,F.sha256=g);var t=[];(function(){function o(u){for(var l=Math.sqrt(u),p=2;p<=l;p++)if(!(u%p))return!1;return!0}function a(u){return(u-(u|0))*4294967296|0}for(var w=2,x=0;x<64;)o(w)&&(t[x]=a(Math.pow(w,1/3)),x++),w++})();var r=function(o){for(var a=[],w=0,x=0;w<o.length;w++,x+=8)a[x>>>5]|=o[w]<<24-x%32;return a},n=function(o){for(var a=[],w=0;w<o.length*32;w+=8)a.push(o[w>>>5]>>>24-w%32&255);return a},c=[],v=function(o,a,w){for(var x=o[0],u=o[1],l=o[2],p=o[3],h=o[4],E=o[5],y=o[6],f=o[7],s=0;s<64;s++){if(s<16)c[s]=a[w+s]|0;else{var B=c[s-15],A=(B<<25|B>>>7)^(B<<14|B>>>18)^B>>>3,C=c[s-2],S=(C<<15|C>>>17)^(C<<13|C>>>19)^C>>>10;c[s]=A+c[s-7]+S+c[s-16]}var I=h&E^~h&y,D=x&u^x&l^u&l,R=(x<<30|x>>>2)^(x<<19|x>>>13)^(x<<10|x>>>22),M=(h<<26|h>>>6)^(h<<21|h>>>11)^(h<<7|h>>>25),q=f+M+I+t[s]+c[s],j=R+D;f=y,y=E,E=h,h=p+q|0,p=l,l=u,u=x,x=q+j|0}o[0]=o[0]+x|0,o[1]=o[1]+u|0,o[2]=o[2]+l|0,o[3]=o[3]+p|0,o[4]=o[4]+h|0,o[5]=o[5]+E|0,o[6]=o[6]+y|0,o[7]=o[7]+f|0};function g(o,a){o.constructor===String&&(o=e.convertString.UTF8.stringToBytes(o));var w=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],x=r(o),u=o.length*8;x[u>>5]|=128<<24-u%32,x[(u+64>>9<<4)+15]=u;for(var l=0;l<x.length;l+=16)v(w,x,l);var p=n(w);return a&&a.asBytes?p:a&&a.asString?e.convertString.bytesToString(p):e.bytesToHex(p)}g.x2=function(o,a){return g(g(o,{asBytes:!0}),a)}})(S0)})(ei);var gt;(function(d){d.Header="header",d.Params="params"})(gt||(gt={}));gt.Params;var Sr={exports:{}};(function(d,F){(function(){var e,t=0xdeadbeefcafe,r=(t&16777215)==15715070;function n(T,O,P){T!=null&&(typeof T=="number"?this.fromNumber(T,O,P):O==null&&typeof T!="string"?this.fromString(T,256):this.fromString(T,O))}function c(){return new n(null)}function v(T,O,P,W,r0,a0){for(;--a0>=0;){var c0=O*this[T++]+P[W]+r0;r0=Math.floor(c0/67108864),P[W++]=c0&67108863}return r0}function g(T,O,P,W,r0,a0){for(var c0=O&32767,d0=O>>15;--a0>=0;){var H0=this[T]&32767,X0=this[T++]>>15,ie=d0*H0+X0*c0;H0=c0*H0+((ie&32767)<<15)+P[W]+(r0&1073741823),r0=(H0>>>30)+(ie>>>15)+d0*X0+(r0>>>30),P[W++]=H0&1073741823}return r0}function o(T,O,P,W,r0,a0){for(var c0=O&16383,d0=O>>14;--a0>=0;){var H0=this[T]&16383,X0=this[T++]>>14,ie=d0*H0+X0*c0;H0=c0*H0+((ie&16383)<<14)+P[W]+r0,r0=(H0>>28)+(ie>>14)+d0*X0,P[W++]=H0&268435455}return r0}var a=typeof navigator!="undefined";a&&r&&navigator.appName=="Microsoft Internet Explorer"?(n.prototype.am=g,e=30):a&&r&&navigator.appName!="Netscape"?(n.prototype.am=v,e=26):(n.prototype.am=o,e=28),n.prototype.DB=e,n.prototype.DM=(1<<e)-1,n.prototype.DV=1<<e;var w=52;n.prototype.FV=Math.pow(2,w),n.prototype.F1=w-e,n.prototype.F2=2*e-w;var x="0123456789abcdefghijklmnopqrstuvwxyz",u=new Array,l,p;for(l=48,p=0;p<=9;++p)u[l++]=p;for(l=97,p=10;p<36;++p)u[l++]=p;for(l=65,p=10;p<36;++p)u[l++]=p;function h(T){return x.charAt(T)}function E(T,O){var P=u[T.charCodeAt(O)];return P==null?-1:P}function y(T){for(var O=this.t-1;O>=0;--O)T[O]=this[O];T.t=this.t,T.s=this.s}function f(T){this.t=1,this.s=T<0?-1:0,T>0?this[0]=T:T<-1?this[0]=T+this.DV:this.t=0}function s(T){var O=c();return O.fromInt(T),O}function B(T,O){var P;if(O==16)P=4;else if(O==8)P=3;else if(O==256)P=8;else if(O==2)P=1;else if(O==32)P=5;else if(O==4)P=2;else{this.fromRadix(T,O);return}this.t=0,this.s=0;for(var W=T.length,r0=!1,a0=0;--W>=0;){var c0=P==8?T[W]&255:E(T,W);if(c0<0){T.charAt(W)=="-"&&(r0=!0);continue}r0=!1,a0==0?this[this.t++]=c0:a0+P>this.DB?(this[this.t-1]|=(c0&(1<<this.DB-a0)-1)<<a0,this[this.t++]=c0>>this.DB-a0):this[this.t-1]|=c0<<a0,a0+=P,a0>=this.DB&&(a0-=this.DB)}P==8&&T[0]&128&&(this.s=-1,a0>0&&(this[this.t-1]|=(1<<this.DB-a0)-1<<a0)),this.clamp(),r0&&n.ZERO.subTo(this,this)}function A(){for(var T=this.s&this.DM;this.t>0&&this[this.t-1]==T;)--this.t}function C(T){if(this.s<0)return"-"+this.negate().toString(T);var O;if(T==16)O=4;else if(T==8)O=3;else if(T==2)O=1;else if(T==32)O=5;else if(T==4)O=2;else return this.toRadix(T);var P=(1<<O)-1,W,r0=!1,a0="",c0=this.t,d0=this.DB-c0*this.DB%O;if(c0-- >0)for(d0<this.DB&&(W=this[c0]>>d0)>0&&(r0=!0,a0=h(W));c0>=0;)d0<O?(W=(this[c0]&(1<<d0)-1)<<O-d0,W|=this[--c0]>>(d0+=this.DB-O)):(W=this[c0]>>(d0-=O)&P,d0<=0&&(d0+=this.DB,--c0)),W>0&&(r0=!0),r0&&(a0+=h(W));return r0?a0:"0"}function S(){var T=c();return n.ZERO.subTo(this,T),T}function I(){return this.s<0?this.negate():this}function D(T){var O=this.s-T.s;if(O!=0)return O;var P=this.t;if(O=P-T.t,O!=0)return this.s<0?-O:O;for(;--P>=0;)if((O=this[P]-T[P])!=0)return O;return 0}function R(T){var O=1,P;return(P=T>>>16)!=0&&(T=P,O+=16),(P=T>>8)!=0&&(T=P,O+=8),(P=T>>4)!=0&&(T=P,O+=4),(P=T>>2)!=0&&(T=P,O+=2),(P=T>>1)!=0&&(T=P,O+=1),O}function M(){return this.t<=0?0:this.DB*(this.t-1)+R(this[this.t-1]^this.s&this.DM)}function q(T,O){var P;for(P=this.t-1;P>=0;--P)O[P+T]=this[P];for(P=T-1;P>=0;--P)O[P]=0;O.t=this.t+T,O.s=this.s}function j(T,O){for(var P=T;P<this.t;++P)O[P-T]=this[P];O.t=Math.max(this.t-T,0),O.s=this.s}function N(T,O){var P=T%this.DB,W=this.DB-P,r0=(1<<W)-1,a0=Math.floor(T/this.DB),c0=this.s<<P&this.DM,d0;for(d0=this.t-1;d0>=0;--d0)O[d0+a0+1]=this[d0]>>W|c0,c0=(this[d0]&r0)<<P;for(d0=a0-1;d0>=0;--d0)O[d0]=0;O[a0]=c0,O.t=this.t+a0+1,O.s=this.s,O.clamp()}function H(T,O){O.s=this.s;var P=Math.floor(T/this.DB);if(P>=this.t){O.t=0;return}var W=T%this.DB,r0=this.DB-W,a0=(1<<W)-1;O[0]=this[P]>>W;for(var c0=P+1;c0<this.t;++c0)O[c0-P-1]|=(this[c0]&a0)<<r0,O[c0-P]=this[c0]>>W;W>0&&(O[this.t-P-1]|=(this.s&a0)<<r0),O.t=this.t-P,O.clamp()}function V(T,O){for(var P=0,W=0,r0=Math.min(T.t,this.t);P<r0;)W+=this[P]-T[P],O[P++]=W&this.DM,W>>=this.DB;if(T.t<this.t){for(W-=T.s;P<this.t;)W+=this[P],O[P++]=W&this.DM,W>>=this.DB;W+=this.s}else{for(W+=this.s;P<T.t;)W-=T[P],O[P++]=W&this.DM,W>>=this.DB;W-=T.s}O.s=W<0?-1:0,W<-1?O[P++]=this.DV+W:W>0&&(O[P++]=W),O.t=P,O.clamp()}function Y(T,O){var P=this.abs(),W=T.abs(),r0=P.t;for(O.t=r0+W.t;--r0>=0;)O[r0]=0;for(r0=0;r0<W.t;++r0)O[r0+P.t]=P.am(0,W[r0],O,r0,0,P.t);O.s=0,O.clamp(),this.s!=T.s&&n.ZERO.subTo(O,O)}function $(T){for(var O=this.abs(),P=T.t=2*O.t;--P>=0;)T[P]=0;for(P=0;P<O.t-1;++P){var W=O.am(P,O[P],T,2*P,0,1);(T[P+O.t]+=O.am(P+1,2*O[P],T,2*P+1,W,O.t-P-1))>=O.DV&&(T[P+O.t]-=O.DV,T[P+O.t+1]=1)}T.t>0&&(T[T.t-1]+=O.am(P,O[P],T,2*P,0,1)),T.s=0,T.clamp()}function t0(T,O,P){var W=T.abs();if(!(W.t<=0)){var r0=this.abs();if(r0.t<W.t){O!=null&&O.fromInt(0),P!=null&&this.copyTo(P);return}P==null&&(P=c());var a0=c(),c0=this.s,d0=T.s,H0=this.DB-R(W[W.t-1]);H0>0?(W.lShiftTo(H0,a0),r0.lShiftTo(H0,P)):(W.copyTo(a0),r0.copyTo(P));var X0=a0.t,ie=a0[X0-1];if(ie!=0){var re=ie*(1<<this.F1)+(X0>1?a0[X0-2]>>this.F2:0),se=this.FV/re,_e=(1<<this.F1)/re,ae=1<<this.F2,xe=P.t,De=xe-X0,ce=O==null?c():O;for(a0.dlShiftTo(De,ce),P.compareTo(ce)>=0&&(P[P.t++]=1,P.subTo(ce,P)),n.ONE.dlShiftTo(X0,ce),ce.subTo(a0,a0);a0.t<X0;)a0[a0.t++]=0;for(;--De>=0;){var ke=P[--xe]==ie?this.DM:Math.floor(P[xe]*se+(P[xe-1]+ae)*_e);if((P[xe]+=a0.am(0,ke,P,De,0,X0))<ke)for(a0.dlShiftTo(De,ce),P.subTo(ce,P);P[xe]<--ke;)P.subTo(ce,P)}O!=null&&(P.drShiftTo(X0,O),c0!=d0&&n.ZERO.subTo(O,O)),P.t=X0,P.clamp(),H0>0&&P.rShiftTo(H0,P),c0<0&&n.ZERO.subTo(P,P)}}}function k(T){var O=c();return this.abs().divRemTo(T,null,O),this.s<0&&O.compareTo(n.ZERO)>0&&T.subTo(O,O),O}function i(T){this.m=T}function b(T){return T.s<0||T.compareTo(this.m)>=0?T.mod(this.m):T}function m(T){return T}function _(T){T.divRemTo(this.m,null,T)}function L(T,O,P){T.multiplyTo(O,P),this.reduce(P)}function Z(T,O){T.squareTo(O),this.reduce(O)}i.prototype.convert=b,i.prototype.revert=m,i.prototype.reduce=_,i.prototype.mulTo=L,i.prototype.sqrTo=Z;function G(){if(this.t<1)return 0;var T=this[0];if(!(T&1))return 0;var O=T&3;return O=O*(2-(T&15)*O)&15,O=O*(2-(T&255)*O)&255,O=O*(2-((T&65535)*O&65535))&65535,O=O*(2-T*O%this.DV)%this.DV,O>0?this.DV-O:-O}function Q(T){this.m=T,this.mp=T.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<<T.DB-15)-1,this.mt2=2*T.t}function i0(T){var O=c();return T.abs().dlShiftTo(this.m.t,O),O.divRemTo(this.m,null,O),T.s<0&&O.compareTo(n.ZERO)>0&&this.m.subTo(O,O),O}function u0(T){var O=c();return T.copyTo(O),this.reduce(O),O}function m0(T){for(;T.t<=this.mt2;)T[T.t++]=0;for(var O=0;O<this.m.t;++O){var P=T[O]&32767,W=P*this.mpl+((P*this.mph+(T[O]>>15)*this.mpl&this.um)<<15)&T.DM;for(P=O+this.m.t,T[P]+=this.m.am(0,W,T,O,0,this.m.t);T[P]>=T.DV;)T[P]-=T.DV,T[++P]++}T.clamp(),T.drShiftTo(this.m.t,T),T.compareTo(this.m)>=0&&T.subTo(this.m,T)}function B0(T,O){T.squareTo(O),this.reduce(O)}function v0(T,O,P){T.multiplyTo(O,P),this.reduce(P)}Q.prototype.convert=i0,Q.prototype.revert=u0,Q.prototype.reduce=m0,Q.prototype.mulTo=v0,Q.prototype.sqrTo=B0;function A0(){return(this.t>0?this[0]&1:this.s)==0}function O0(T,O){if(T>4294967295||T<1)return n.ONE;var P=c(),W=c(),r0=O.convert(this),a0=R(T)-1;for(r0.copyTo(P);--a0>=0;)if(O.sqrTo(P,W),(T&1<<a0)>0)O.mulTo(W,r0,P);else{var c0=P;P=W,W=c0}return O.revert(P)}function T0(T,O){var P;return T<256||O.isEven()?P=new i(O):P=new Q(O),this.exp(T,P)}n.prototype.copyTo=y,n.prototype.fromInt=f,n.prototype.fromString=B,n.prototype.clamp=A,n.prototype.dlShiftTo=q,n.prototype.drShiftTo=j,n.prototype.lShiftTo=N,n.prototype.rShiftTo=H,n.prototype.subTo=V,n.prototype.multiplyTo=Y,n.prototype.squareTo=$,n.prototype.divRemTo=t0,n.prototype.invDigit=G,n.prototype.isEven=A0,n.prototype.exp=O0,n.prototype.toString=C,n.prototype.negate=S,n.prototype.abs=I,n.prototype.compareTo=D,n.prototype.bitLength=M,n.prototype.mod=k,n.prototype.modPowInt=T0,n.ZERO=s(0),n.ONE=s(1);function L0(){var T=c();return this.copyTo(T),T}function J(){if(this.s<0){if(this.t==1)return this[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this[0];if(this.t==0)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]}function f0(){return this.t==0?this.s:this[0]<<24>>24}function l0(){return this.t==0?this.s:this[0]<<16>>16}function g0(T){return Math.floor(Math.LN2*this.DB/Math.log(T))}function y0(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1}function N0(T){if(T==null&&(T=10),this.signum()==0||T<2||T>36)return"0";var O=this.chunkSize(T),P=Math.pow(T,O),W=s(P),r0=c(),a0=c(),c0="";for(this.divRemTo(W,r0,a0);r0.signum()>0;)c0=(P+a0.intValue()).toString(T).substr(1)+c0,r0.divRemTo(W,r0,a0);return a0.intValue().toString(T)+c0}function I0(T,O){this.fromInt(0),O==null&&(O=10);for(var P=this.chunkSize(O),W=Math.pow(O,P),r0=!1,a0=0,c0=0,d0=0;d0<T.length;++d0){var H0=E(T,d0);if(H0<0){T.charAt(d0)=="-"&&this.signum()==0&&(r0=!0);continue}c0=O*c0+H0,++a0>=P&&(this.dMultiply(W),this.dAddOffset(c0,0),a0=0,c0=0)}a0>0&&(this.dMultiply(Math.pow(O,a0)),this.dAddOffset(c0,0)),r0&&n.ZERO.subTo(this,this)}function D0(T,O,P){if(typeof O=="number")if(T<2)this.fromInt(1);else for(this.fromNumber(T,P),this.testBit(T-1)||this.bitwiseTo(n.ONE.shiftLeft(T-1),b0,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(O);)this.dAddOffset(2,0),this.bitLength()>T&&this.subTo(n.ONE.shiftLeft(T-1),this);else{var W=new Array,r0=T&7;W.length=(T>>3)+1,O.nextBytes(W),r0>0?W[0]&=(1<<r0)-1:W[0]=0,this.fromString(W,256)}}function w0(){var T=this.t,O=new Array;O[0]=this.s;var P=this.DB-T*this.DB%8,W,r0=0;if(T-- >0)for(P<this.DB&&(W=this[T]>>P)!=(this.s&this.DM)>>P&&(O[r0++]=W|this.s<<this.DB-P);T>=0;)P<8?(W=(this[T]&(1<<P)-1)<<8-P,W|=this[--T]>>(P+=this.DB-8)):(W=this[T]>>(P-=8)&255,P<=0&&(P+=this.DB,--T)),W&128&&(W|=-256),r0==0&&(this.s&128)!=(W&128)&&++r0,(r0>0||W!=this.s)&&(O[r0++]=W);return O}function M0(T){return this.compareTo(T)==0}function U0(T){return this.compareTo(T)<0?this:T}function z0(T){return this.compareTo(T)>0?this:T}function e0(T,O,P){var W,r0,a0=Math.min(T.t,this.t);for(W=0;W<a0;++W)P[W]=O(this[W],T[W]);if(T.t<this.t){for(r0=T.s&this.DM,W=a0;W<this.t;++W)P[W]=O(this[W],r0);P.t=this.t}else{for(r0=this.s&this.DM,W=a0;W<T.t;++W)P[W]=O(r0,T[W]);P.t=T.t}P.s=O(this.s,T.s),P.clamp()}function o0(T,O){return T&O}function h0(T){var O=c();return this.bitwiseTo(T,o0,O),O}function b0(T,O){return T|O}function C0(T){var O=c();return this.bitwiseTo(T,b0,O),O}function P0(T,O){return T^O}function j0(T){var O=c();return this.bitwiseTo(T,P0,O),O}function W0(T,O){return T&~O}function V0(T){var O=c();return this.bitwiseTo(T,W0,O),O}function s0(){for(var T=c(),O=0;O<this.t;++O)T[O]=this.DM&~this[O];return T.t=this.t,T.s=~this.s,T}function z(T){var O=c();return T<0?this.rShiftTo(-T,O):this.lShiftTo(T,O),O}function U(T){var O=c();return T<0?this.lShiftTo(-T,O):this.rShiftTo(T,O),O}function K(T){if(T==0)return-1;var O=0;return T&65535||(T>>=16,O+=16),T&255||(T>>=8,O+=8),T&15||(T>>=4,O+=4),T&3||(T>>=2,O+=2),T&1||++O,O}function X(){for(var T=0;T<this.t;++T)if(this[T]!=0)return T*this.DB+K(this[T]);return this.s<0?this.t*this.DB:-1}function x0(T){for(var O=0;T!=0;)T&=T-1,++O;return O}function n0(){for(var T=0,O=this.s&this.DM,P=0;P<this.t;++P)T+=x0(this[P]^O);return T}function p0(T){var O=Math.floor(T/this.DB);return O>=this.t?this.s!=0:(this[O]&1<<T%this.DB)!=0}function E0(T,O){var P=n.ONE.shiftLeft(T);return this.bitwiseTo(P,O,P),P}function F0(T){return this.changeBit(T,b0)}function _0(T){return this.changeBit(T,W0)}function q0(T){return this.changeBit(T,P0)}function R0(T,O){for(var P=0,W=0,r0=Math.min(T.t,this.t);P<r0;)W+=this[P]+T[P],O[P++]=W&this.DM,W>>=this.DB;if(T.t<this.t){for(W+=T.s;P<this.t;)W+=this[P],O[P++]=W&this.DM,W>>=this.DB;W+=this.s}else{for(W+=this.s;P<T.t;)W+=T[P],O[P++]=W&this.DM,W>>=this.DB;W+=T.s}O.s=W<0?-1:0,W>0?O[P++]=W:W<-1&&(O[P++]=this.DV+W),O.t=P,O.clamp()}function K0(T){var O=c();return this.addTo(T,O),O}function G0(T){var O=c();return this.subTo(T,O),O}function ee(T){var O=c();return this.multiplyTo(T,O),O}function Rr(){var T=c();return this.squareTo(T),T}function Ir(T){var O=c();return this.divRemTo(T,O,null),O}function Or(T){var O=c();return this.divRemTo(T,null,O),O}function kr(T){var O=c(),P=c();return this.divRemTo(T,O,P),new Array(O,P)}function Pr(T){this[this.t]=this.am(0,T-1,this,0,0,this.t),++this.t,this.clamp()}function Mr(T,O){if(T!=0){for(;this.t<=O;)this[this.t++]=0;for(this[O]+=T;this[O]>=this.DV;)this[O]-=this.DV,++O>=this.t&&(this[this.t++]=0),++this[O]}}function Ae(){}function wt(T){return T}function qr(T,O,P){T.multiplyTo(O,P)}function Lr(T,O){T.squareTo(O)}Ae.prototype.convert=wt,Ae.prototype.revert=wt,Ae.prototype.mulTo=qr,Ae.prototype.sqrTo=Lr;function zr(T){return this.exp(T,new Ae)}function jr(T,O,P){var W=Math.min(this.t+T.t,O);for(P.s=0,P.t=W;W>0;)P[--W]=0;var r0;for(r0=P.t-this.t;W<r0;++W)P[W+this.t]=this.am(0,T[W],P,W,0,this.t);for(r0=Math.min(T.t,O);W<r0;++W)this.am(0,T[W],P,W,0,O-W);P.clamp()}function Nr(T,O,P){--O;var W=P.t=this.t+T.t-O;for(P.s=0;--W>=0;)P[W]=0;for(W=Math.max(O-this.t,0);W<T.t;++W)P[this.t+W-O]=this.am(O-W,T[W],P,0,0,this.t+W-O);P.clamp(),P.drShiftTo(1,P)}function le(T){this.r2=c(),this.q3=c(),n.ONE.dlShiftTo(2*T.t,this.r2),this.mu=this.r2.divide(T),this.m=T}function Hr(T){if(T.s<0||T.t>2*this.m.t)return T.mod(this.m);if(T.compareTo(this.m)<0)return T;var O=c();return T.copyTo(O),this.reduce(O),O}function Ur(T){return T}function Wr(T){for(T.drShiftTo(this.m.t-1,this.r2),T.t>this.m.t+1&&(T.t=this.m.t+1,T.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);T.compareTo(this.r2)<0;)T.dAddOffset(1,this.m.t+1);for(T.subTo(this.r2,T);T.compareTo(this.m)>=0;)T.subTo(this.m,T)}function Vr(T,O){T.squareTo(O),this.reduce(O)}function Kr(T,O,P){T.multiplyTo(O,P),this.reduce(P)}le.prototype.convert=Hr,le.prototype.revert=Ur,le.prototype.reduce=Wr,le.prototype.mulTo=Kr,le.prototype.sqrTo=Vr;function Gr(T,O){var P=T.bitLength(),W,r0=s(1),a0;if(P<=0)return r0;P<18?W=1:P<48?W=3:P<144?W=4:P<768?W=5:W=6,P<8?a0=new i(O):O.isEven()?a0=new le(O):a0=new Q(O);var c0=new Array,d0=3,H0=W-1,X0=(1<<W)-1;if(c0[1]=a0.convert(this),W>1){var ie=c();for(a0.sqrTo(c0[1],ie);d0<=X0;)c0[d0]=c(),a0.mulTo(ie,c0[d0-2],c0[d0]),d0+=2}var re=T.t-1,se,_e=!0,ae=c(),xe;for(P=R(T[re])-1;re>=0;){for(P>=H0?se=T[re]>>P-H0&X0:(se=(T[re]&(1<<P+1)-1)<<H0-P,re>0&&(se|=T[re-1]>>this.DB+P-H0)),d0=W;!(se&1);)se>>=1,--d0;if((P-=d0)<0&&(P+=this.DB,--re),_e)c0[se].copyTo(r0),_e=!1;else{for(;d0>1;)a0.sqrTo(r0,ae),a0.sqrTo(ae,r0),d0-=2;d0>0?a0.sqrTo(r0,ae):(xe=r0,r0=ae,ae=xe),a0.mulTo(ae,c0[se],r0)}for(;re>=0&&!(T[re]&1<<P);)a0.sqrTo(r0,ae),xe=r0,r0=ae,ae=xe,--P<0&&(P=this.DB-1,--re)}return a0.revert(r0)}function Zr(T){var O=this.s<0?this.negate():this.clone(),P=T.s<0?T.negate():T.clone();if(O.compareTo(P)<0){var W=O;O=P,P=W}var r0=O.getLowestSetBit(),a0=P.getLowestSetBit();if(a0<0)return O;for(r0<a0&&(a0=r0),a0>0&&(O.rShiftTo(a0,O),P.rShiftTo(a0,P));O.signum()>0;)(r0=O.getLowestSetBit())>0&&O.rShiftTo(r0,O),(r0=P.getLowestSetBit())>0&&P.rShiftTo(r0,P),O.compareTo(P)>=0?(O.subTo(P,O),O.rShiftTo(1,O)):(P.subTo(O,P),P.rShiftTo(1,P));return a0>0&&P.lShiftTo(a0,P),P}function Xr(T){if(T<=0)return 0;var O=this.DV%T,P=this.s<0?T-1:0;if(this.t>0)if(O==0)P=this[0]%T;else for(var W=this.t-1;W>=0;--W)P=(O*P+this[W])%T;return P}function Qr(T){var O=T.isEven();if(this.isEven()&&O||T.signum()==0)return n.ZERO;for(var P=T.clone(),W=this.clone(),r0=s(1),a0=s(0),c0=s(0),d0=s(1);P.signum()!=0;){for(;P.isEven();)P.rShiftTo(1,P),O?((!r0.isEven()||!a0.isEven())&&(r0.addTo(this,r0),a0.subTo(T,a0)),r0.rShiftTo(1,r0)):a0.isEven()||a0.subTo(T,a0),a0.rShiftTo(1,a0);for(;W.isEven();)W.rShiftTo(1,W),O?((!c0.isEven()||!d0.isEven())&&(c0.addTo(this,c0),d0.subTo(T,d0)),c0.rShiftTo(1,c0)):d0.isEven()||d0.subTo(T,d0),d0.rShiftTo(1,d0);P.compareTo(W)>=0?(P.subTo(W,P),O&&r0.subTo(c0,r0),a0.subTo(d0,a0)):(W.subTo(P,W),O&&c0.subTo(r0,c0),d0.subTo(a0,d0))}if(W.compareTo(n.ONE)!=0)return n.ZERO;if(d0.compareTo(T)>=0)return d0.subtract(T);if(d0.signum()<0)d0.addTo(T,d0);else return d0;return d0.signum()<0?d0.add(T):d0}var Y0=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],$r=(1<<26)/Y0[Y0.length-1];function Yr(T){var O,P=this.abs();if(P.t==1&&P[0]<=Y0[Y0.length-1]){for(O=0;O<Y0.length;++O)if(P[0]==Y0[O])return!0;return!1}if(P.isEven())return!1;for(O=1;O<Y0.length;){for(var W=Y0[O],r0=O+1;r0<Y0.length&&W<$r;)W*=Y0[r0++];for(W=P.modInt(W);O<r0;)if(W%Y0[O++]==0)return!1}return P.millerRabin(T)}function Jr(T){var O=this.subtract(n.ONE),P=O.getLowestSetBit();if(P<=0)return!1;var W=O.shiftRight(P);T=T+1>>1,T>Y0.length&&(T=Y0.length);for(var r0=c(),a0=0;a0<T;++a0){r0.fromInt(Y0[Math.floor(Math.random()*Y0.length)]);var c0=r0.modPow(W,this);if(c0.compareTo(n.ONE)!=0&&c0.compareTo(O)!=0){for(var d0=1;d0++<P&&c0.compareTo(O)!=0;)if(c0=c0.modPowInt(2,this),c0.compareTo(n.ONE)==0)return!1;if(c0.compareTo(O)!=0)return!1}}return!0}n.prototype.chunkSize=g0,n.prototype.toRadix=N0,n.prototype.fromRadix=I0,n.prototype.fromNumber=D0,n.prototype.bitwiseTo=e0,n.prototype.changeBit=E0,n.prototype.addTo=R0,n.prototype.dMultiply=Pr,n.prototype.dAddOffset=Mr,n.prototype.multiplyLowerTo=jr,n.prototype.multiplyUpperTo=Nr,n.prototype.modInt=Xr,n.prototype.millerRabin=Jr,n.prototype.clone=L0,n.prototype.intValue=J,n.prototype.byteValue=f0,n.prototype.shortValue=l0,n.prototype.signum=y0,n.prototype.toByteArray=w0,n.prototype.equals=M0,n.prototype.min=U0,n.prototype.max=z0,n.prototype.and=h0,n.prototype.or=C0,n.prototype.xor=j0,n.prototype.andNot=V0,n.prototype.not=s0,n.prototype.shiftLeft=z,n.prototype.shiftRight=U,n.prototype.getLowestSetBit=X,n.prototype.bitCount=n0,n.prototype.testBit=p0,n.prototype.setBit=F0,n.prototype.clearBit=_0,n.prototype.flipBit=q0,n.prototype.add=K0,n.prototype.subtract=G0,n.prototype.multiply=ee,n.prototype.divide=Ir,n.prototype.remainder=Or,n.prototype.divideAndRemainder=kr,n.prototype.modPow=Gr,n.prototype.modInverse=Qr,n.prototype.pow=zr,n.prototype.gcd=Zr,n.prototype.isProbablePrime=Yr,n.prototype.square=Rr,n.prototype.Barrett=le;var Fe,te,Z0;function en(T){te[Z0++]^=T&255,te[Z0++]^=T>>8&255,te[Z0++]^=T>>16&255,te[Z0++]^=T>>24&255,Z0>=Oe&&(Z0-=Oe)}function Ct(){en(new Date().getTime())}if(te==null){te=new Array,Z0=0;var oe;if(typeof window!="undefined"&&window.crypto){if(window.crypto.getRandomValues){var Ft=new Uint8Array(32);for(window.crypto.getRandomValues(Ft),oe=0;oe<32;++oe)te[Z0++]=Ft[oe]}else if(navigator.appName=="Netscape"&&navigator.appVersion<"5"){var _t=window.crypto.random(32);for(oe=0;oe<_t.length;++oe)te[Z0++]=_t.charCodeAt(oe)&255}}for(;Z0<Oe;)oe=Math.floor(65536*Math.random()),te[Z0++]=oe>>>8,te[Z0++]=oe&255;Z0=0,Ct()}function tn(){if(Fe==null){for(Ct(),Fe=an(),Fe.init(te),Z0=0;Z0<te.length;++Z0)te[Z0]=0;Z0=0}return Fe.next()}function rn(T){var O;for(O=0;O<T.length;++O)T[O]=tn()}function Dt(){}Dt.prototype.nextBytes=rn;function Ie(){this.i=0,this.j=0,this.S=new Array}function nn(T){var O,P,W;for(O=0;O<256;++O)this.S[O]=O;for(P=0,O=0;O<256;++O)P=P+this.S[O]+T[O%T.length]&255,W=this.S[O],this.S[O]=this.S[P],this.S[P]=W;this.i=0,this.j=0}function on(){var T;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,T=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=T,this.S[T+this.S[this.i]&255]}Ie.prototype.init=nn,Ie.prototype.next=on;function an(){return new Ie}var Oe=256;d.exports={default:n,BigInteger:n,SecureRandom:Dt}}).call(S0)})(Sr);var Re=Sr.exports;const{BigInteger:Fi}=Re,{BigInteger:J0}=Re,yr=new J0("2"),gr=new J0("3");class de{constructor(F,e){this.x=e,this.q=F}equals(F){return F===this?!0:this.q.equals(F.q)&&this.x.equals(F.x)}toBigInteger(){return this.x}negate(){return new de(this.q,this.x.negate().mod(this.q))}add(F){return new de(this.q,this.x.add(F.toBigInteger()).mod(this.q))}subtract(F){return new de(this.q,this.x.subtract(F.toBigInteger()).mod(this.q))}multiply(F){return new de(this.q,this.x.multiply(F.toBigInteger()).mod(this.q))}divide(F){return new de(this.q,this.x.multiply(F.toBigInteger().modInverse(this.q)).mod(this.q))}square(){return new de(this.q,this.x.square().mod(this.q))}}class be{constructor(F,e,t,r){this.curve=F,this.x=e,this.y=t,this.z=r==null?J0.ONE:r,this.zinv=null}getX(){return this.zinv===null&&(this.zinv=this.z.modInverse(this.curve.q)),this.curve.fromBigInteger(this.x.toBigInteger().multiply(this.zinv).mod(this.curve.q))}getY(){return this.zinv===null&&(this.zinv=this.z.modInverse(this.curve.q)),this.curve.fromBigInteger(this.y.toBigInteger().multiply(this.zinv).mod(this.curve.q))}equals(F){return F===this?!0:this.isInfinity()?F.isInfinity():F.isInfinity()?this.isInfinity():F.y.toBigInteger().multiply(this.z).subtract(this.y.toBigInteger().multiply(F.z)).mod(this.curve.q).equals(J0.ZERO)?F.x.toBigInteger().multiply(this.z).subtract(this.x.toBigInteger().multiply(F.z)).mod(this.curve.q).equals(J0.ZERO):!1}isInfinity(){return this.x===null&&this.y===null?!0:this.z.equals(J0.ZERO)&&!this.y.toBigInteger().equals(J0.ZERO)}negate(){return new be(this.curve,this.x,this.y.negate(),this.z)}add(F){if(this.isInfinity())return F;if(F.isInfinity())return this;const e=this.x.toBigInteger(),t=this.y.toBigInteger(),r=this.z,n=F.x.toBigInteger(),c=F.y.toBigInteger(),v=F.z,g=this.curve.q,o=e.multiply(v).mod(g),a=n.multiply(r).mod(g),w=o.subtract(a),x=t.multiply(v).mod(g),u=c.multiply(r).mod(g),l=x.subtract(u);if(J0.ZERO.equals(w))return J0.ZERO.equals(l)?this.twice():this.curve.infinity;const p=o.add(a),h=r.multiply(v).mod(g),E=w.square().mod(g),y=w.multiply(E).mod(g),f=h.multiply(l.square()).subtract(p.multiply(E)).mod(g),s=w.multiply(f).mod(g),B=l.multiply(E.multiply(o).subtract(f)).subtract(x.multiply(y)).mod(g),A=y.multiply(h).mod(g);return new be(this.curve,this.curve.fromBigInteger(s),this.curve.fromBigInteger(B),A)}twice(){if(this.isInfinity())return this;if(!this.y.toBigInteger().signum())return this.curve.infinity;const F=this.x.toBigInteger(),e=this.y.toBigInteger(),t=this.z,r=this.curve.q,n=this.curve.a.toBigInteger(),c=F.square().multiply(gr).add(n.multiply(t.square())).mod(r),v=e.shiftLeft(1).multiply(t).mod(r),g=e.square().mod(r),o=g.multiply(F).multiply(t).mod(r),a=v.square().mod(r),w=c.square().subtract(o.shiftLeft(3)).mod(r),x=v.multiply(w).mod(r),u=c.multiply(o.shiftLeft(2).subtract(w)).subtract(a.shiftLeft(1).multiply(g)).mod(r),l=v.multiply(a).mod(r);return new be(this.curve,this.curve.fromBigInteger(x),this.curve.fromBigInteger(u),l)}multiply(F){if(this.isInfinity())return this;if(!F.signum())return this.curve.infinity;const e=F.multiply(gr),t=this.negate();let r=this;for(let n=e.bitLength()-2;n>0;n--){r=r.twice();const c=e.testBit(n),v=F.testBit(n);c!==v&&(r=r.add(c?this:t))}return r}}let ni=class{constructor(F,e,t){this.q=F,this.a=this.fromBigInteger(e),this.b=this.fromBigInteger(t),this.infinity=new be(this,null,null)}equals(F){return F===this?!0:this.q.equals(F.q)&&this.a.equals(F.a)&&this.b.equals(F.b)}fromBigInteger(F){return new de(this.q,F)}decodePointHex(F){switch(parseInt(F.substr(0,2),16)){case 0:return this.infinity;case 2:case 3:const e=this.fromBigInteger(new J0(F.substr(2),16));let t=this.fromBigInteger(e.multiply(e.square()).add(e.multiply(this.a)).add(this.b).toBigInteger().modPow(this.q.divide(new J0("4")).add(J0.ONE),this.q));return t.toBigInteger().mod(yr).equals(new J0(F.substr(0,2),16).subtract(yr))||(t=t.negate()),new be(this,e,t);case 4:case 6:case 7:const r=(F.length-2)/2,n=F.substr(2,r),c=F.substr(r+2,r);return new be(this,this.fromBigInteger(new J0(n,16)),this.fromBigInteger(new J0(c,16)));default:return null}}};var ii={ECCurveFp:ni};const{BigInteger:fe,SecureRandom:oi}=Re,{ECCurveFp:ai}=ii,xi=new oi,{curve:Ee,G:fi,n:mr}=Tr();function si(){return Ee}function Tr(){const d=new fe("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFF",16),F=new fe("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FFFFFFFFFFFFFFFC",16),e=new fe("28E9FA9E9D9F5E344D5A9E4BCF6509A7F39789F515AB8F92DDBCBD414D940E93",16),t=new ai(d,F,e),c=t.decodePointHex("04"+"32C4AE2C1F1981195F9904466A39C9948FE30BBFF2660BE1715A4589334C74C7"+"BC3736A2F4F6779C59BDCEE36B692153D0A9877CC62A474002DF32E52139F0A0"),v=new fe("FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFF7203DF6B21C6052B53BBF40939D54123",16);return{curve:t,G:c,n:v}}function ci(d,F,e){const r=(d?new fe(d,F,e):new fe(mr.bitLength(),xi)).mod(mr.subtract(fe.ONE)).add(fe.ONE),n=we(r.toString(16),64),c=fi.multiply(r),v=we(c.getX().toBigInteger().toString(16),64),g=we(c.getY().toBigInteger().toString(16),64),o="04"+v+g;return{privateKey:n,publicKey:o}}function ui(d){if(d.length!==130)throw new Error("Invalid public key to compress");const F=(d.length-2)/2,e=d.substr(2,F),t=new fe(d.substr(F+2,F),16);let r="03";return t.mod(new fe("2")).equals(fe.ZERO)&&(r="02"),r+e}function di(d){d=unescape(encodeURIComponent(d));const F=d.length,e=[];for(let r=0;r<F;r++)e[r>>>2]|=(d.charCodeAt(r)&255)<<24-r%4*8;const t=[];for(let r=0;r<F;r++){const n=e[r>>>2]>>>24-r%4*8&255;t.push((n>>>4).toString(16)),t.push((n&15).toString(16))}return t.join("")}function we(d,F){return d.length>=F?d:new Array(F-d.length+1).join("0")+d}function hi(d){return d.map(F=>(F=F.toString(16),F.length===1?"0"+F:F)).join("")}function li(d){const F=[];let e=0;for(let t=0;t<d.length*2;t+=2)F[t>>>3]|=parseInt(d[e],10)<<24-t%8*4,e++;try{const t=[];for(let r=0;r<d.length;r++){const n=F[r>>>2]>>>24-r%4*8&255;t.push(String.fromCharCode(n))}return decodeURIComponent(escape(t.join("")))}catch(t){throw new Error("Malformed UTF-8 data")}}function pi(d){const F=[];let e=d.length;e%2!==0&&(d=we(d,e+1)),e=d.length;for(let t=0;t<e;t+=2)F.push(parseInt(d.substr(t,2),16));return F}function vi(d){const F=Ee.decodePointHex(d);if(!F)return!1;const e=F.getX();return F.getY().square().equals(e.multiply(e.square()).add(e.multiply(Ee.a)).add(Ee.b))}function bi(d,F){const e=Ee.decodePointHex(d);if(!e)return!1;const t=Ee.decodePointHex(F);return t?e.equals(t):!1}var yi={getGlobalCurve:si,generateEcparam:Tr,generateKeyPairHex:ci,compressPublicKeyHex:ui,utf8ToHex:di,leftPad:we,arrayToHex:hi,arrayToUtf8:li,hexToArray:pi,verifyPublicKey:vi,comparePublicKeyHex:bi};const At=64,gi=new Uint8Array(At),mi=new Uint8Array(At);for(let d=0;d<At;d++)gi[d]=54,mi[d]=92;const{BigInteger:Di}=Re,Ei=yi;Ei.generateEcparam();Be("MDQ1QjgxNTVFOTc0N0MyODNBQ0Y4NDI4OTVEMzA0OEU2Q0E5NDNDQzQ1NEFGQTZBOUE0NTJCNTkwM0NDMzBGQ0UyNzhBNkY4OEY2MDJFREY4MDNEQUI0MEJENDVFMzVGNjYwNjc2QkY2OEZEN0NDQkUwRjZBRDMyMzg4MTM2Q0QwRA==");Be("MDBCMzE5NjE4QjRCMUJBRUI4Q0M2NzY1RDg5MDNDMDVBMEIxNkQ5RDlGQ0QxNjMyNzFCQjZGMUI4OEY2NTdBMjhF");var Er;(function(d){d[d.C1C3C2=1]="C1C3C2",d[d.C1C2C3=0]="C1C2C3"})(Er||(Er={}));var Br;(function(d){d.NETWORK_ERROR="network error",d.TIMEOUT="timeout",d.ABORTED="aborted",d.HTTP_ERROR="http error",d.PARSE_ERROR="parse error"})(Br||(Br={}));var Ar;(function(d){d.XHR="XMLHttpRequest",d.WX_REQUEST="wx.request"})(Ar||(Ar={}));(function(d){var F={};function e(t){if(F[t])return F[t].exports;var r=F[t]={i:t,l:!1,exports:{}};return d[t].call(r.exports,r,r.exports,e),r.l=!0,r.exports}return e.m=d,e.c=F,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(t){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r||4&r&&typeof t=="object"&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&typeof t!="string")for(var c in t)e.d(n,c,function(v){return t[v]}.bind(null,c));return n},e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,"a",r),r},e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e.p="",e(e.s=253)})([function(d,F,e){(function(t){var r=function(n){return n&&n.Math==Math&&n};d.exports=r(typeof globalThis=="object"&&globalThis)||r(typeof window=="object"&&window)||r(typeof self=="object"&&self)||r(typeof t=="object"&&t)||function(){return this}()||Function("return this")()}).call(this,e(118))},function(d,F){d.exports=function(e){try{return!!e()}catch(t){return!0}}},function(d,F,e){var t=e(53),r=Function.prototype,n=r.bind,c=r.call,v=t&&n.bind(c,c);d.exports=t?function(g){return g&&v(g)}:function(g){return g&&function(){return c.apply(g,arguments)}}},function(d,F,e){var t,r,n,c=e(155),v=e(13),g=e(0),o=e(6),a=e(7),w=e(9),x=e(46),u=e(58),l=e(18),p=e(17),h=e(10).f,E=e(22),y=e(66),f=e(38),s=e(4),B=e(54),A=g.Int8Array,C=A&&A.prototype,S=g.Uint8ClampedArray,I=S&&S.prototype,D=A&&y(A),R=C&&y(C),M=Object.prototype,q=g.TypeError,j=s("toStringTag"),N=B("TYPED_ARRAY_TAG"),H=B("TYPED_ARRAY_CONSTRUCTOR"),V=c&&!!f&&x(g.opera)!=="Opera",Y=!1,$={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},t0={BigInt64Array:8,BigUint64Array:8},k=function(i){if(!a(i))return!1;var b=x(i);return w($,b)||w(t0,b)};for(t in $)(n=(r=g[t])&&r.prototype)?l(n,H,r):V=!1;for(t in t0)(n=(r=g[t])&&r.prototype)&&l(n,H,r);if((!V||!o(D)||D===Function.prototype)&&(D=function(){throw q("Incorrect invocation")},V))for(t in $)g[t]&&f(g[t],D);if((!V||!R||R===M)&&(R=D.prototype,V))for(t in $)g[t]&&f(g[t].prototype,R);if(V&&y(I)!==R&&f(I,R),v&&!w(R,j))for(t in Y=!0,h(R,j,{get:function(){return a(this)?this[N]:void 0}}),$)g[t]&&l(g[t],N,t);d.exports={NATIVE_ARRAY_BUFFER_VIEWS:V,TYPED_ARRAY_CONSTRUCTOR:H,TYPED_ARRAY_TAG:Y&&N,aTypedArray:function(i){if(k(i))return i;throw q("Target is not a typed array")},aTypedArrayConstructor:function(i){if(o(i)&&(!f||E(D,i)))return i;throw q(u(i)+" is not a typed array constructor")},exportTypedArrayMethod:function(i,b,m,_){if(v){if(m)for(var L in $){var Z=g[L];if(Z&&w(Z.prototype,i))try{delete Z.prototype[i]}catch(G){try{Z.prototype[i]=b}catch(Q){}}}R[i]&&!m||p(R,i,m?b:V&&C[i]||b,_)}},exportTypedArrayStaticMethod:function(i,b,m){var _,L;if(v){if(f){if(m){for(_ in $)if((L=g[_])&&w(L,i))try{delete L[i]}catch(Z){}}if(D[i]&&!m)return;try{return p(D,i,m?b:V&&D[i]||b)}catch(Z){}}for(_ in $)!(L=g[_])||L[i]&&!m||p(L,i,b)}},isView:function(i){if(!a(i))return!1;var b=x(i);return b==="DataView"||w($,b)||w(t0,b)},isTypedArray:k,TypedArray:D,TypedArrayPrototype:R}},function(d,F,e){var t=e(0),r=e(72),n=e(9),c=e(54),v=e(94),g=e(119),o=r("wks"),a=t.Symbol,w=a&&a.for,x=g?a:a&&a.withoutSetter||c;d.exports=function(u){if(!n(o,u)||!v&&typeof o[u]!="string"){var l="Symbol."+u;v&&n(a,u)?o[u]=a[u]:o[u]=g&&w?w(l):x(l)}return o[u]}},function(d,F,e){var t=e(0),r=e(47).f,n=e(18),c=e(17),v=e(93),g=e(127),o=e(60);d.exports=function(a,w){var x,u,l,p,h,E=a.target,y=a.global,f=a.stat;if(x=y?t:f?t[E]||v(E,{}):(t[E]||{}).prototype)for(u in w){if(p=w[u],l=a.noTargetGet?(h=r(x,u))&&h.value:x[u],!o(y?u:E+(f?".":"#")+u,a.forced)&&l!==void 0){if(typeof p==typeof l)continue;g(p,l)}(a.sham||l&&l.sham)&&n(p,"sham",!0),c(x,u,p,a)}}},function(d,F){d.exports=function(e){return typeof e=="function"}},function(d,F,e){var t=e(6);d.exports=function(r){return typeof r=="object"?r!==null:t(r)}},function(d,F,e){var t=e(0),r=e(7),n=t.String,c=t.TypeError;d.exports=function(v){if(r(v))return v;throw c(n(v)+" is not an object")}},function(d,F,e){var t=e(2),r=e(14),n=t({}.hasOwnProperty);d.exports=Object.hasOwn||function(c,v){return n(r(c),v)}},function(d,F,e){var t=e(0),r=e(13),n=e(120),c=e(121),v=e(8),g=e(56),o=t.TypeError,a=Object.defineProperty,w=Object.getOwnPropertyDescriptor;F.f=r?c?function(x,u,l){if(v(x),u=g(u),v(l),typeof x=="function"&&u==="prototype"&&"value"in l&&"writable"in l&&!l.writable){var p=w(x,u);p&&p.writable&&(x[u]=l.value,l={configurable:"configurable"in l?l.configurable:p.configurable,enumerable:"enumerable"in l?l.enumerable:p.enumerable,writable:!1})}return a(x,u,l)}:a:function(x,u,l){if(v(x),u=g(u),v(l),n)try{return a(x,u,l)}catch(p){}if("get"in l||"set"in l)throw o("Accessors not supported");return"value"in l&&(x[u]=l.value),x}},function(d,F,e){var t=e(53),r=Function.prototype.call;d.exports=t?r.bind(r):function(){return r.apply(r,arguments)}},function(d,F,e){var t=e(91),r=e(17),n=e(167);t||r(Object.prototype,"toString",n,{unsafe:!0})},function(d,F,e){var t=e(1);d.exports=!t(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},function(d,F,e){var t=e(0),r=e(36),n=t.Object;d.exports=function(c){return n(r(c))}},function(d,F,e){var t=e(29);d.exports=function(r){return t(r.length)}},function(d,F,e){var t=e(5),r=e(78);t({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},function(d,F,e){var t=e(0),r=e(6),n=e(9),c=e(18),v=e(93),g=e(74),o=e(23),a=e(45).CONFIGURABLE,w=o.get,x=o.enforce,u=String(String).split("String");(d.exports=function(l,p,h,E){var y,f=!!E&&!!E.unsafe,s=!!E&&!!E.enumerable,B=!!E&&!!E.noTargetGet,A=E&&E.name!==void 0?E.name:p;r(h)&&(String(A).slice(0,7)==="Symbol("&&(A="["+String(A).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!n(h,"name")||a&&h.name!==A)&&c(h,"name",A),(y=x(h)).source||(y.source=u.join(typeof A=="string"?A:""))),l!==t?(f?!B&&l[p]&&(s=!0):delete l[p],s?l[p]=h:c(l,p,h)):s?l[p]=h:v(p,h)})(Function.prototype,"toString",function(){return r(this)&&w(this).source||g(this)})},function(d,F,e){var t=e(13),r=e(10),n=e(44);d.exports=t?function(c,v,g){return r.f(c,v,n(1,g))}:function(c,v,g){return c[v]=g,c}},function(d,F,e){var t=e(0),r=e(46),n=t.String;d.exports=function(c){if(r(c)==="Symbol")throw TypeError("Cannot convert a Symbol value to a string");return n(c)}},function(d,F,e){var t=e(2),r=e(45).PROPER,n=e(17),c=e(8),v=e(22),g=e(19),o=e(1),a=e(98),w=RegExp.prototype,x=w.toString,u=t(a),l=o(function(){return x.call({source:"a",flags:"b"})!="/a/b"}),p=r&&x.name!="toString";(l||p)&&n(RegExp.prototype,"toString",function(){var h=c(this),E=g(h.source),y=h.flags;return"/"+E+"/"+g(y===void 0&&v(w,h)&&!("flags"in w)?u(h):y)},{unsafe:!0})},function(d,F,e){var t=e(40),r=e(2),n=e(77),c=e(14),v=e(15),g=e(108),o=r([].push),a=function(w){var x=w==1,u=w==2,l=w==3,p=w==4,h=w==6,E=w==7,y=w==5||h;return function(f,s,B,A){for(var C,S,I=c(f),D=n(I),R=t(s,B),M=v(D),q=0,j=A||g,N=x?j(f,M):u||E?j(f,0):void 0;M>q;q++)if((y||q in D)&&(S=R(C=D[q],q,I),w))if(x)N[q]=S;else if(S)switch(w){case 3:return!0;case 5:return C;case 6:return q;case 2:o(N,C)}else switch(w){case 4:return!1;case 7:o(N,C)}return h?-1:l||p?p:N}};d.exports={forEach:a(0),map:a(1),filter:a(2),some:a(3),every:a(4),find:a(5),findIndex:a(6),filterReject:a(7)}},function(d,F,e){var t=e(2);d.exports=t({}.isPrototypeOf)},function(d,F,e){var t,r,n,c=e(166),v=e(0),g=e(2),o=e(7),a=e(18),w=e(9),x=e(92),u=e(75),l=e(59),p=v.TypeError,h=v.WeakMap;if(c||x.state){var E=x.state||(x.state=new h),y=g(E.get),f=g(E.has),s=g(E.set);t=function(A,C){if(f(E,A))throw new p("Object already initialized");return C.facade=A,s(E,A,C),C},r=function(A){return y(E,A)||{}},n=function(A){return f(E,A)}}else{var B=u("state");l[B]=!0,t=function(A,C){if(w(A,B))throw new p("Object already initialized");return C.facade=A,a(A,B,C),C},r=function(A){return w(A,B)?A[B]:{}},n=function(A){return w(A,B)}}d.exports={set:t,get:r,has:n,enforce:function(A){return n(A)?r(A):t(A,{})},getterFor:function(A){return function(C){var S;if(!o(C)||(S=r(C)).type!==A)throw p("Incompatible receiver, "+A+" required");return S}}}},function(d,F,e){var t=e(77),r=e(36);d.exports=function(n){return t(r(n))}},function(d,F,e){(function(t){var r;d.exports=(r=r||function(n,c){var v;if(typeof window!="undefined"&&window.crypto&&(v=window.crypto),typeof self!="undefined"&&self.crypto&&(v=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(v=globalThis.crypto),!v&&typeof window!="undefined"&&window.msCrypto&&(v=window.msCrypto),!v&&t!==void 0&&t.crypto&&(v=t.crypto),!v)try{v=e(197)}catch(s){}var g=function(){if(v){if(typeof v.getRandomValues=="function")try{return v.getRandomValues(new Uint32Array(1))[0]}catch(s){}if(typeof v.randomBytes=="function")try{return v.randomBytes(4).readInt32LE()}catch(s){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function s(){}return function(B){var A;return s.prototype=B,A=new s,s.prototype=null,A}}(),a={},w=a.lib={},x=w.Base={extend:function(s){var B=o(this);return s&&B.mixIn(s),B.hasOwnProperty("init")&&this.init!==B.init||(B.init=function(){B.$super.init.apply(this,arguments)}),B.init.prototype=B,B.$super=this,B},create:function(){var s=this.extend();return s.init.apply(s,arguments),s},init:function(){},mixIn:function(s){for(var B in s)s.hasOwnProperty(B)&&(this[B]=s[B]);s.hasOwnProperty("toString")&&(this.toString=s.toString)},clone:function(){return this.init.prototype.extend(this)}},u=w.WordArray=x.extend({init:function(s,B){s=this.words=s||[],this.sigBytes=B!=null?B:4*s.length},toString:function(s){return(s||p).stringify(this)},concat:function(s){var B=this.words,A=s.words,C=this.sigBytes,S=s.sigBytes;if(this.clamp(),C%4)for(var I=0;I<S;I++){var D=A[I>>>2]>>>24-I%4*8&255;B[C+I>>>2]|=D<<24-(C+I)%4*8}else for(var R=0;R<S;R+=4)B[C+R>>>2]=A[R>>>2];return this.sigBytes+=S,this},clamp:function(){var s=this.words,B=this.sigBytes;s[B>>>2]&=4294967295<<32-B%4*8,s.length=n.ceil(B/4)},clone:function(){var s=x.clone.call(this);return s.words=this.words.slice(0),s},random:function(s){for(var B=[],A=0;A<s;A+=4)B.push(g());return new u.init(B,s)}}),l=a.enc={},p=l.Hex={stringify:function(s){for(var B=s.words,A=s.sigBytes,C=[],S=0;S<A;S++){var I=B[S>>>2]>>>24-S%4*8&255;C.push((I>>>4).toString(16)),C.push((15&I).toString(16))}return C.join("")},parse:function(s){for(var B=s.length,A=[],C=0;C<B;C+=2)A[C>>>3]|=parseInt(s.substr(C,2),16)<<24-C%8*4;return new u.init(A,B/2)}},h=l.Latin1={stringify:function(s){for(var B=s.words,A=s.sigBytes,C=[],S=0;S<A;S++){var I=B[S>>>2]>>>24-S%4*8&255;C.push(String.fromCharCode(I))}return C.join("")},parse:function(s){for(var B=s.length,A=[],C=0;C<B;C++)A[C>>>2]|=(255&s.charCodeAt(C))<<24-C%4*8;return new u.init(A,B)}},E=l.Utf8={stringify:function(s){try{return decodeURIComponent(escape(h.stringify(s)))}catch(B){throw new Error("Malformed UTF-8 data")}},parse:function(s){return h.parse(unescape(encodeURIComponent(s)))}},y=w.BufferedBlockAlgorithm=x.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(s){typeof s=="string"&&(s=E.parse(s)),this._data.concat(s),this._nDataBytes+=s.sigBytes},_process:function(s){var B,A=this._data,C=A.words,S=A.sigBytes,I=this.blockSize,D=S/(4*I),R=(D=s?n.ceil(D):n.max((0|D)-this._minBufferSize,0))*I,M=n.min(4*R,S);if(R){for(var q=0;q<R;q+=I)this._doProcessBlock(C,q);B=C.splice(0,R),A.sigBytes-=M}return new u.init(B,M)},clone:function(){var s=x.clone.call(this);return s._data=this._data.clone(),s},_minBufferSize:0}),f=(w.Hasher=y.extend({cfg:x.extend(),init:function(s){this.cfg=this.cfg.extend(s),this.reset()},reset:function(){y.reset.call(this),this._doReset()},update:function(s){return this._append(s),this._process(),this},finalize:function(s){return s&&this._append(s),this._doFinalize()},blockSize:16,_createHelper:function(s){return function(B,A){return new s.init(A).finalize(B)}},_createHmacHelper:function(s){return function(B,A){return new f.HMAC.init(s,A).finalize(B)}}}),a.algo={});return a}(Math),r)}).call(this,e(118))},function(d,F,e){var t=e(0),r=e(6),n=function(c){return r(c)?c:void 0};d.exports=function(c,v){return arguments.length<2?n(t[c]):t[c]&&t[c][v]}},function(d,F,e){var t=e(28),r=Math.max,n=Math.min;d.exports=function(c,v){var g=t(c);return g<0?r(g+v,0):n(g,v)}},function(d,F){var e=Math.ceil,t=Math.floor;d.exports=function(r){var n=+r;return n!=n||n===0?0:(n>0?t:e)(n)}},function(d,F,e){var t=e(28),r=Math.min;d.exports=function(n){return n>0?r(t(n),9007199254740991):0}},function(d,F,e){var t=e(13),r=e(45).EXISTS,n=e(2),c=e(10).f,v=Function.prototype,g=n(v.toString),o=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,a=n(o.exec);t&&!r&&c(v,"name",{configurable:!0,get:function(){try{return a(o,g(this))[1]}catch(w){return""}}})},function(d,F,e){var t=e(0),r=e(6),n=e(58),c=t.TypeError;d.exports=function(v){if(r(v))return v;throw c(n(v)+" is not a function")}},function(d,F,e){var t=e(2),r=t({}.toString),n=t("".slice);d.exports=function(c){return n(r(c),8,-1)}},function(d,F,e){var t=e(123),r=e(97).concat("length","prototype");F.f=Object.getOwnPropertyNames||function(n){return t(n,r)}},function(d,F,e){var t,r=e(8),n=e(129),c=e(97),v=e(59),g=e(130),o=e(73),a=e(75),w=a("IE_PROTO"),x=function(){},u=function(h){return"<script>"+h+"<\/script>"},l=function(h){h.write(u("")),h.close();var E=h.parentWindow.Object;return h=null,E},p=function(){try{t=new ActiveXObject("htmlfile")}catch(f){}var h,E;p=typeof document!="undefined"?document.domain&&t?l(t):((E=o("iframe")).style.display="none",g.appendChild(E),E.src="javascript:",(h=E.contentWindow.document).open(),h.write(u("document.F=Object")),h.close(),h.F):l(t);for(var y=c.length;y--;)delete p.prototype[c[y]];return p()};v[w]=!0,d.exports=Object.create||function(h,E){var y;return h!==null?(x.prototype=r(h),y=new x,x.prototype=null,y[w]=h):y=p(),E===void 0?y:n.f(y,E)}},function(d,F,e){var t=e(53),r=Function.prototype,n=r.apply,c=r.call;d.exports=typeof Reflect=="object"&&Reflect.apply||(t?c.bind(n):function(){return c.apply(n,arguments)})},function(d,F,e){var t=e(0).TypeError;d.exports=function(r){if(r==null)throw t("Can't call method on "+r);return r}},function(d,F,e){var t=e(26);d.exports=t("navigator","userAgent")||""},function(d,F,e){var t=e(2),r=e(8),n=e(168);d.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var c,v=!1,g={};try{(c=t(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(g,[]),v=g instanceof Array}catch(o){}return function(o,a){return r(o),n(a),v?c(o,a):o.__proto__=a,o}}():void 0)},function(d,F,e){var t=e(5),r=e(134),n=e(1),c=e(7),v=e(106).onFreeze,g=Object.freeze;t({target:"Object",stat:!0,forced:n(function(){g(1)}),sham:!r},{freeze:function(o){return g&&c(o)?g(v(o)):o}})},function(d,F,e){var t=e(2),r=e(31),n=e(53),c=t(t.bind);d.exports=function(v,g){return r(v),g===void 0?v:n?c(v,g):function(){return v.apply(g,arguments)}}},function(d,F,e){var t=e(24),r=e(147),n=e(65),c=e(23),v=e(10).f,g=e(115),o=e(42),a=e(13),w=c.set,x=c.getterFor("Array Iterator");d.exports=g(Array,"Array",function(l,p){w(this,{type:"Array Iterator",target:t(l),index:0,kind:p})},function(){var l=x(this),p=l.target,h=l.kind,E=l.index++;return!p||E>=p.length?(l.target=void 0,{value:void 0,done:!0}):h=="keys"?{value:E,done:!1}:h=="values"?{value:p[E],done:!1}:{value:[E,p[E]],done:!1}},"values");var u=n.Arguments=n.Array;if(r("keys"),r("values"),r("entries"),!o&&a&&u.name!=="values")try{v(u,"name",{value:"values"})}catch(l){}},function(d,F){d.exports=!1},function(d,F,e){var t=e(31);d.exports=function(r,n){var c=r[n];return c==null?void 0:t(c)}},function(d,F){d.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(d,F,e){var t=e(13),r=e(9),n=Function.prototype,c=t&&Object.getOwnPropertyDescriptor,v=r(n,"name"),g=v&&function(){}.name==="something",o=v&&(!t||t&&c(n,"name").configurable);d.exports={EXISTS:v,PROPER:g,CONFIGURABLE:o}},function(d,F,e){var t=e(0),r=e(91),n=e(6),c=e(32),v=e(4)("toStringTag"),g=t.Object,o=c(function(){return arguments}())=="Arguments";d.exports=r?c:function(a){var w,x,u;return a===void 0?"Undefined":a===null?"Null":typeof(x=function(l,p){try{return l[p]}catch(h){}}(w=g(a),v))=="string"?x:o?c(w):(u=c(w))=="Object"&&n(w.callee)?"Arguments":u}},function(d,F,e){var t=e(13),r=e(11),n=e(124),c=e(44),v=e(24),g=e(56),o=e(9),a=e(120),w=Object.getOwnPropertyDescriptor;F.f=t?w:function(x,u){if(x=v(x),u=g(u),a)try{return w(x,u)}catch(l){}if(o(x,u))return c(!r(n.f,x,u),x[u])}},function(d,F,e){var t=e(35),r=e(11),n=e(2),c=e(101),v=e(1),g=e(8),o=e(6),a=e(28),w=e(29),x=e(19),u=e(36),l=e(102),p=e(43),h=e(171),E=e(104),y=e(4)("replace"),f=Math.max,s=Math.min,B=n([].concat),A=n([].push),C=n("".indexOf),S=n("".slice),I="a".replace(/./,"$0")==="$0",D=!!/./[y]&&/./[y]("a","$0")==="";c("replace",function(R,M,q){var j=D?"$":"$0";return[function(N,H){var V=u(this),Y=N==null?void 0:p(N,y);return Y?r(Y,N,V,H):r(M,x(V),N,H)},function(N,H){var V=g(this),Y=x(N);if(typeof H=="string"&&C(H,j)===-1&&C(H,"$<")===-1){var $=q(M,V,Y,H);if($.done)return $.value}var t0=o(H);t0||(H=x(H));var k=V.global;if(k){var i=V.unicode;V.lastIndex=0}for(var b=[];;){var m=E(V,Y);if(m===null||(A(b,m),!k))break;x(m[0])===""&&(V.lastIndex=l(Y,w(V.lastIndex),i))}for(var _,L="",Z=0,G=0;G<b.length;G++){for(var Q=x((m=b[G])[0]),i0=f(s(a(m.index),Y.length),0),u0=[],m0=1;m0<m.length;m0++)A(u0,(_=m[m0])===void 0?_:String(_));var B0=m.groups;if(t0){var v0=B([Q],u0,i0,Y);B0!==void 0&&A(v0,B0);var A0=x(t(H,void 0,v0))}else A0=h(Q,Y,i0,u0,B0,H);i0>=Z&&(L+=S(Y,Z,i0)+A0,Z=i0+Q.length)}return L+S(Y,Z)}]},!!v(function(){var R=/./;return R.exec=function(){var M=[];return M.groups={a:"7"},M},"".replace(R,"$<a>")!=="7"})||!I||D)},function(d,F,e){var t=e(10).f,r=e(9),n=e(4)("toStringTag");d.exports=function(c,v,g){c&&!g&&(c=c.prototype),c&&!r(c,n)&&t(c,n,{configurable:!0,value:v})}},function(d,F,e){var t=e(2);d.exports=t([].slice)},function(d,F,e){var t=e(5),r=e(0),n=e(83),c=e(80),v=e(7),g=e(27),o=e(15),a=e(24),w=e(62),x=e(4),u=e(84),l=e(50),p=u("slice"),h=x("species"),E=r.Array,y=Math.max;t({target:"Array",proto:!0,forced:!p},{slice:function(f,s){var B,A,C,S=a(this),I=o(S),D=g(f,I),R=g(s===void 0?I:s,I);if(n(S)&&(B=S.constructor,(c(B)&&(B===E||n(B.prototype))||v(B)&&(B=B[h])===null)&&(B=void 0),B===E||B===void 0))return l(S,D,R);for(A=new(B===void 0?E:B)(y(R-D,0)),C=0;D<R;D++,C++)D in S&&w(A,C,S[D]);return A.length=C,A}})},function(d,F,e){var t=e(5),r=e(2),n=e(77),c=e(24),v=e(109),g=r([].join),o=n!=Object,a=v("join",",");t({target:"Array",proto:!0,forced:o||!a},{join:function(w){return g(c(this),w===void 0?",":w)}})},function(d,F,e){var t=e(1);d.exports=!t(function(){var r=function(){}.bind();return typeof r!="function"||r.hasOwnProperty("prototype")})},function(d,F,e){var t=e(2),r=0,n=Math.random(),c=t(1 .toString);d.exports=function(v){return"Symbol("+(v===void 0?"":v)+")_"+c(++r+n,36)}},function(d,F,e){var t,r,n=e(0),c=e(37),v=n.process,g=n.Deno,o=v&&v.versions||g&&g.version,a=o&&o.v8;a&&(r=(t=a.split("."))[0]>0&&t[0]<4?1:+(t[0]+t[1])),!r&&c&&(!(t=c.match(/Edge\/(\d+)/))||t[1]>=74)&&(t=c.match(/Chrome\/(\d+)/))&&(r=+t[1]),d.exports=r},function(d,F,e){var t=e(122),r=e(57);d.exports=function(n){var c=t(n,"string");return r(c)?c:c+""}},function(d,F,e){var t=e(0),r=e(26),n=e(6),c=e(22),v=e(119),g=t.Object;d.exports=v?function(o){return typeof o=="symbol"}:function(o){var a=r("Symbol");return n(a)&&c(a.prototype,g(o))}},function(d,F,e){var t=e(0).String;d.exports=function(r){try{return t(r)}catch(n){return"Object"}}},function(d,F){d.exports={}},function(d,F,e){var t=e(1),r=e(6),n=/#|\.prototype\./,c=function(w,x){var u=g[v(w)];return u==a||u!=o&&(r(x)?t(x):!!x)},v=c.normalize=function(w){return String(w).replace(n,".").toLowerCase()},g=c.data={},o=c.NATIVE="N",a=c.POLYFILL="P";d.exports=c},function(d,F,e){var t=e(35),r=e(11),n=e(2),c=e(101),v=e(133),g=e(8),o=e(36),a=e(79),w=e(102),x=e(29),u=e(19),l=e(43),p=e(81),h=e(104),E=e(78),y=e(99),f=e(1),s=y.UNSUPPORTED_Y,B=Math.min,A=[].push,C=n(/./.exec),S=n(A),I=n("".slice);c("split",function(D,R,M){var q;return q="abbc".split(/(b)*/)[1]=="c"||"test".split(/(?:)/,-1).length!=4||"ab".split(/(?:ab)*/).length!=2||".".split(/(.?)(.?)/).length!=4||".".split(/()()/).length>1||"".split(/.?/).length?function(j,N){var H=u(o(this)),V=N===void 0?4294967295:N>>>0;if(V===0)return[];if(j===void 0)return[H];if(!v(j))return r(R,H,j,V);for(var Y,$,t0,k=[],i=(j.ignoreCase?"i":"")+(j.multiline?"m":"")+(j.unicode?"u":"")+(j.sticky?"y":""),b=0,m=new RegExp(j.source,i+"g");(Y=r(E,m,H))&&!(($=m.lastIndex)>b&&(S(k,I(H,b,Y.index)),Y.length>1&&Y.index<H.length&&t(A,k,p(Y,1)),t0=Y[0].length,b=$,k.length>=V));)m.lastIndex===Y.index&&m.lastIndex++;return b===H.length?!t0&&C(m,"")||S(k,""):S(k,I(H,b)),k.length>V?p(k,0,V):k}:"0".split(void 0,0).length?function(j,N){return j===void 0&&N===0?[]:r(R,this,j,N)}:R,[function(j,N){var H=o(this),V=j==null?void 0:l(j,D);return V?r(V,j,H,N):r(q,u(H),j,N)},function(j,N){var H=g(this),V=u(j),Y=M(q,H,V,N,q!==R);if(Y.done)return Y.value;var $=a(H,RegExp),t0=H.unicode,k=(H.ignoreCase?"i":"")+(H.multiline?"m":"")+(H.unicode?"u":"")+(s?"g":"y"),i=new $(s?"^(?:"+H.source+")":H,k),b=N===void 0?4294967295:N>>>0;if(b===0)return[];if(V.length===0)return h(i,V)===null?[V]:[];for(var m=0,_=0,L=[];_<V.length;){i.lastIndex=s?0:_;var Z,G=h(i,s?I(V,_):V);if(G===null||(Z=B(x(i.lastIndex+(s?_:0)),V.length))===m)_=w(V,_,t0);else{if(S(L,I(V,m,_)),L.length===b)return L;for(var Q=1;Q<=G.length-1;Q++)if(S(L,G[Q]),L.length===b)return L;_=m=Z}}return S(L,I(V,m)),L}]},!!f(function(){var D=/(?:)/,R=D.exec;D.exec=function(){return R.apply(this,arguments)};var M="ab".split(D);return M.length!==2||M[0]!=="a"||M[1]!=="b"}),s)},function(d,F,e){var t=e(56),r=e(10),n=e(44);d.exports=function(c,v,g){var o=t(v);o in c?r.f(c,o,n(0,g)):c[o]=g}},function(d,F,e){var t=e(0),r=e(137),n=e(138),c=e(177),v=e(18),g=function(a){if(a&&a.forEach!==c)try{v(a,"forEach",c)}catch(w){a.forEach=c}};for(var o in r)r[o]&&g(t[o]&&t[o].prototype);g(n)},function(d,F,e){var t=e(0),r=e(22),n=t.TypeError;d.exports=function(c,v){if(r(v,c))return c;throw n("Incorrect invocation")}},function(d,F){d.exports={}},function(d,F,e){var t=e(0),r=e(9),n=e(6),c=e(14),v=e(75),g=e(145),o=v("IE_PROTO"),a=t.Object,w=a.prototype;d.exports=g?a.getPrototypeOf:function(x){var u=c(x);if(r(u,o))return u[o];var l=u.constructor;return n(l)&&u instanceof l?l.prototype:u instanceof a?w:null}},function(d,F,e){var t=e(103).charAt,r=e(19),n=e(23),c=e(115),v=n.set,g=n.getterFor("String Iterator");c(String,"String",function(o){v(this,{type:"String Iterator",string:r(o),index:0})},function(){var o,a=g(this),w=a.string,x=a.index;return x>=w.length?{value:void 0,done:!0}:(o=t(w,x),a.index+=o.length,{value:o,done:!1})})},function(d,F,e){var t=e(0),r=e(137),n=e(138),c=e(41),v=e(18),g=e(4),o=g("iterator"),a=g("toStringTag"),w=c.values,x=function(l,p){if(l){if(l[o]!==w)try{v(l,o,w)}catch(E){l[o]=w}if(l[a]||v(l,a,p),r[p]){for(var h in c)if(l[h]!==c[h])try{v(l,h,c[h])}catch(E){l[h]=c[h]}}}};for(var u in r)x(t[u]&&t[u].prototype,u);x(n,"DOMTokenList")},function(d,F,e){var t=e(5),r=e(0),n=e(26),c=e(35),v=e(11),g=e(2),o=e(42),a=e(13),w=e(94),x=e(1),u=e(9),l=e(83),p=e(6),h=e(7),E=e(22),y=e(57),f=e(8),s=e(14),B=e(24),A=e(56),C=e(19),S=e(44),I=e(34),D=e(100),R=e(33),M=e(135),q=e(128),j=e(47),N=e(10),H=e(129),V=e(124),Y=e(50),$=e(17),t0=e(72),k=e(75),i=e(59),b=e(54),m=e(4),_=e(149),L=e(150),Z=e(49),G=e(23),Q=e(21).forEach,i0=k("hidden"),u0=m("toPrimitive"),m0=G.set,B0=G.getterFor("Symbol"),v0=Object.prototype,A0=r.Symbol,O0=A0&&A0.prototype,T0=r.TypeError,L0=r.QObject,J=n("JSON","stringify"),f0=j.f,l0=N.f,g0=M.f,y0=V.f,N0=g([].push),I0=t0("symbols"),D0=t0("op-symbols"),w0=t0("string-to-symbol-registry"),M0=t0("symbol-to-string-registry"),U0=t0("wks"),z0=!L0||!L0.prototype||!L0.prototype.findChild,e0=a&&x(function(){return I(l0({},"a",{get:function(){return l0(this,"a",{value:7}).a}})).a!=7})?function(s0,z,U){var K=f0(v0,z);K&&delete v0[z],l0(s0,z,U),K&&s0!==v0&&l0(v0,z,K)}:l0,o0=function(s0,z){var U=I0[s0]=I(O0);return m0(U,{type:"Symbol",tag:s0,description:z}),a||(U.description=z),U},h0=function(s0,z,U){s0===v0&&h0(D0,z,U),f(s0);var K=A(z);return f(U),u(I0,K)?(U.enumerable?(u(s0,i0)&&s0[i0][K]&&(s0[i0][K]=!1),U=I(U,{enumerable:S(0,!1)})):(u(s0,i0)||l0(s0,i0,S(1,{})),s0[i0][K]=!0),e0(s0,K,U)):l0(s0,K,U)},b0=function(s0,z){f(s0);var U=B(z),K=D(U).concat(W0(U));return Q(K,function(X){a&&!v(C0,U,X)||h0(s0,X,U[X])}),s0},C0=function(s0){var z=A(s0),U=v(y0,this,z);return!(this===v0&&u(I0,z)&&!u(D0,z))&&(!(U||!u(this,z)||!u(I0,z)||u(this,i0)&&this[i0][z])||U)},P0=function(s0,z){var U=B(s0),K=A(z);if(U!==v0||!u(I0,K)||u(D0,K)){var X=f0(U,K);return!X||!u(I0,K)||u(U,i0)&&U[i0][K]||(X.enumerable=!0),X}},j0=function(s0){var z=g0(B(s0)),U=[];return Q(z,function(K){u(I0,K)||u(i,K)||N0(U,K)}),U},W0=function(s0){var z=s0===v0,U=g0(z?D0:B(s0)),K=[];return Q(U,function(X){!u(I0,X)||z&&!u(v0,X)||N0(K,I0[X])}),K};if(w||($(O0=(A0=function(){if(E(O0,this))throw T0("Symbol is not a constructor");var s0=arguments.length&&arguments[0]!==void 0?C(arguments[0]):void 0,z=b(s0),U=function(K){this===v0&&v(U,D0,K),u(this,i0)&&u(this[i0],z)&&(this[i0][z]=!1),e0(this,z,S(1,K))};return a&&z0&&e0(v0,z,{configurable:!0,set:U}),o0(z,s0)}).prototype,"toString",function(){return B0(this).tag}),$(A0,"withoutSetter",function(s0){return o0(b(s0),s0)}),V.f=C0,N.f=h0,H.f=b0,j.f=P0,R.f=M.f=j0,q.f=W0,_.f=function(s0){return o0(m(s0),s0)},a&&(l0(O0,"description",{configurable:!0,get:function(){return B0(this).description}}),o||$(v0,"propertyIsEnumerable",C0,{unsafe:!0}))),t({global:!0,wrap:!0,forced:!w,sham:!w},{Symbol:A0}),Q(D(U0),function(s0){L(s0)}),t({target:"Symbol",stat:!0,forced:!w},{for:function(s0){var z=C(s0);if(u(w0,z))return w0[z];var U=A0(z);return w0[z]=U,M0[U]=z,U},keyFor:function(s0){if(!y(s0))throw T0(s0+" is not a symbol");if(u(M0,s0))return M0[s0]},useSetter:function(){z0=!0},useSimple:function(){z0=!1}}),t({target:"Object",stat:!0,forced:!w,sham:!a},{create:function(s0,z){return z===void 0?I(s0):b0(I(s0),z)},defineProperty:h0,defineProperties:b0,getOwnPropertyDescriptor:P0}),t({target:"Object",stat:!0,forced:!w},{getOwnPropertyNames:j0,getOwnPropertySymbols:W0}),t({target:"Object",stat:!0,forced:x(function(){q.f(1)})},{getOwnPropertySymbols:function(s0){return q.f(s(s0))}}),J&&t({target:"JSON",stat:!0,forced:!w||x(function(){var s0=A0();return J([s0])!="[null]"||J({a:s0})!="{}"||J(Object(s0))!="{}"})},{stringify:function(s0,z,U){var K=Y(arguments),X=z;if((h(z)||s0!==void 0)&&!y(s0))return l(z)||(z=function(x0,n0){if(p(X)&&(n0=v(X,this,x0,n0)),!y(n0))return n0}),K[1]=z,c(J,null,K)}}),!O0[u0]){var V0=O0.valueOf;$(O0,u0,function(s0){return v(V0,this)})}Z(A0,"Symbol"),i[i0]=!0},function(d,F,e){var t=e(5),r=e(13),n=e(0),c=e(2),v=e(9),g=e(6),o=e(22),a=e(19),w=e(10).f,x=e(127),u=n.Symbol,l=u&&u.prototype;if(r&&g(u)&&(!("description"in l)||u().description!==void 0)){var p={},h=function(){var C=arguments.length<1||arguments[0]===void 0?void 0:a(arguments[0]),S=o(l,this)?new u(C):C===void 0?u():u(C);return C===""&&(p[S]=!0),S};x(h,u),h.prototype=l,l.constructor=h;var E=String(u("test"))=="Symbol(test)",y=c(l.toString),f=c(l.valueOf),s=/^Symbol\((.*)\)[^)]+$/,B=c("".replace),A=c("".slice);w(l,"description",{configurable:!0,get:function(){var C=f(this),S=y(C);if(v(p,C))return"";var I=E?A(S,7,-1):B(S,s,"$1");return I===""?void 0:I}}),t({global:!0,forced:!0},{Symbol:h})}},function(d,F,e){e(150)("iterator")},function(d,F,e){var t=e(42),r=e(92);(d.exports=function(n,c){return r[n]||(r[n]=c!==void 0?c:{})})("versions",[]).push({version:"3.21.1",mode:t?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE",source:"https://github.com/zloirock/core-js"})},function(d,F,e){var t=e(0),r=e(7),n=t.document,c=r(n)&&r(n.createElement);d.exports=function(v){return c?n.createElement(v):{}}},function(d,F,e){var t=e(2),r=e(6),n=e(92),c=t(Function.toString);r(n.inspectSource)||(n.inspectSource=function(v){return c(v)}),d.exports=n.inspectSource},function(d,F,e){var t=e(72),r=e(54),n=t("keys");d.exports=function(c){return n[c]||(n[c]=r(c))}},function(d,F,e){var t=e(6),r=e(7),n=e(38);d.exports=function(c,v,g){var o,a;return n&&t(o=v.constructor)&&o!==g&&r(a=o.prototype)&&a!==g.prototype&&n(c,a),c}},function(d,F,e){var t=e(0),r=e(2),n=e(1),c=e(32),v=t.Object,g=r("".split);d.exports=n(function(){return!v("z").propertyIsEnumerable(0)})?function(o){return c(o)=="String"?g(o,""):v(o)}:v},function(d,F,e){var t,r,n=e(11),c=e(2),v=e(19),g=e(98),o=e(99),a=e(72),w=e(34),x=e(23).get,u=e(131),l=e(132),p=a("native-string-replace",String.prototype.replace),h=RegExp.prototype.exec,E=h,y=c("".charAt),f=c("".indexOf),s=c("".replace),B=c("".slice),A=(r=/b*/g,n(h,t=/a/,"a"),n(h,r,"a"),t.lastIndex!==0||r.lastIndex!==0),C=o.BROKEN_CARET,S=/()??/.exec("")[1]!==void 0;(A||S||C||u||l)&&(E=function(I){var D,R,M,q,j,N,H,V=this,Y=x(V),$=v(I),t0=Y.raw;if(t0)return t0.lastIndex=V.lastIndex,D=n(E,t0,$),V.lastIndex=t0.lastIndex,D;var k=Y.groups,i=C&&V.sticky,b=n(g,V),m=V.source,_=0,L=$;if(i&&(b=s(b,"y",""),f(b,"g")===-1&&(b+="g"),L=B($,V.lastIndex),V.lastIndex>0&&(!V.multiline||V.multiline&&y($,V.lastIndex-1)!==`
|
|
15
15
|
`)&&(m="(?: "+m+")",L=" "+L,_++),R=new RegExp("^(?:"+m+")",b)),S&&(R=new RegExp("^"+m+"$(?!\\s)",b)),A&&(M=V.lastIndex),q=n(h,i?R:V,L),i?q?(q.input=B(q.input,_),q[0]=B(q[0],_),q.index=V.lastIndex,V.lastIndex+=q[0].length):V.lastIndex=0:A&&q&&(V.lastIndex=V.global?q.index+q[0].length:M),S&&q&&q.length>1&&n(p,q[0],R,function(){for(j=1;j<arguments.length-2;j++)arguments[j]===void 0&&(q[j]=void 0)}),q&&k)for(q.groups=N=w(null),j=0;j<k.length;j++)N[(H=k[j])[0]]=q[H[1]];return q}),d.exports=E},function(d,F,e){var t=e(8),r=e(105),n=e(4)("species");d.exports=function(c,v){var g,o=t(c).constructor;return o===void 0||(g=t(o)[n])==null?v:r(g)}},function(d,F,e){var t=e(2),r=e(1),n=e(6),c=e(46),v=e(26),g=e(74),o=function(){},a=[],w=v("Reflect","construct"),x=/^\s*(?:class|function)\b/,u=t(x.exec),l=!x.exec(o),p=function(E){if(!n(E))return!1;try{return w(o,a,E),!0}catch(y){return!1}},h=function(E){if(!n(E))return!1;switch(c(E)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return l||!!u(x,g(E))}catch(y){return!0}};h.sham=!0,d.exports=!w||r(function(){var E;return p(p.call)||!p(Object)||!p(function(){E=!0})||E})?h:p},function(d,F,e){var t=e(0),r=e(27),n=e(15),c=e(62),v=t.Array,g=Math.max;d.exports=function(o,a,w){for(var x=n(o),u=r(a,x),l=r(w===void 0?x:w,x),p=v(g(l-u,0)),h=0;u<l;u++,h++)c(p,h,o[u]);return p.length=h,p}},function(d,F,e){var t=e(26),r=e(10),n=e(4),c=e(13),v=n("species");d.exports=function(g){var o=t(g),a=r.f;c&&o&&!o[v]&&a(o,v,{configurable:!0,get:function(){return this}})}},function(d,F,e){var t=e(32);d.exports=Array.isArray||function(r){return t(r)=="Array"}},function(d,F,e){var t=e(1),r=e(4),n=e(55),c=r("species");d.exports=function(v){return n>=51||!t(function(){var g=[];return(g.constructor={})[c]=function(){return{foo:1}},g[v](Boolean).foo!==1})}},function(d,F,e){var t=e(46),r=e(43),n=e(65),c=e(4)("iterator");d.exports=function(v){if(v!=null)return r(v,c)||r(v,"@@iterator")||n[t(v)]}},function(d,F,e){var t=e(4)("iterator"),r=!1;try{var n=0,c={next:function(){return{done:!!n++}},return:function(){r=!0}};c[t]=function(){return this},Array.from(c,function(){throw 2})}catch(v){}d.exports=function(v,g){if(!g&&!r)return!1;var o=!1;try{var a={};a[t]=function(){return{next:function(){return{done:o=!0}}}},v(a)}catch(w){}return o}},function(d,F,e){(function(){var t;function r(i,b,m){i!=null&&(typeof i=="number"?this.fromNumber(i,b,m):b==null&&typeof i!="string"?this.fromString(i,256):this.fromString(i,b))}function n(){return new r(null)}var c=typeof navigator!="undefined";c&&navigator.appName=="Microsoft Internet Explorer"?(r.prototype.am=function(i,b,m,_,L,Z){for(var G=32767&b,Q=b>>15;--Z>=0;){var i0=32767&this[i],u0=this[i++]>>15,m0=Q*i0+u0*G;L=((i0=G*i0+((32767&m0)<<15)+m[_]+(1073741823&L))>>>30)+(m0>>>15)+Q*u0+(L>>>30),m[_++]=1073741823&i0}return L},t=30):c&&navigator.appName!="Netscape"?(r.prototype.am=function(i,b,m,_,L,Z){for(;--Z>=0;){var G=b*this[i++]+m[_]+L;L=Math.floor(G/67108864),m[_++]=67108863&G}return L},t=26):(r.prototype.am=function(i,b,m,_,L,Z){for(var G=16383&b,Q=b>>14;--Z>=0;){var i0=16383&this[i],u0=this[i++]>>14,m0=Q*i0+u0*G;L=((i0=G*i0+((16383&m0)<<14)+m[_]+L)>>28)+(m0>>14)+Q*u0,m[_++]=268435455&i0}return L},t=28),r.prototype.DB=t,r.prototype.DM=(1<<t)-1,r.prototype.DV=1<<t,r.prototype.FV=Math.pow(2,52),r.prototype.F1=52-t,r.prototype.F2=2*t-52;var v,g,o=new Array;for(v=48,g=0;g<=9;++g)o[v++]=g;for(v=97,g=10;g<36;++g)o[v++]=g;for(v=65,g=10;g<36;++g)o[v++]=g;function a(i){return"0123456789abcdefghijklmnopqrstuvwxyz".charAt(i)}function w(i,b){var m=o[i.charCodeAt(b)];return m==null?-1:m}function x(i){var b=n();return b.fromInt(i),b}function u(i){var b,m=1;return(b=i>>>16)!=0&&(i=b,m+=16),(b=i>>8)!=0&&(i=b,m+=8),(b=i>>4)!=0&&(i=b,m+=4),(b=i>>2)!=0&&(i=b,m+=2),(b=i>>1)!=0&&(i=b,m+=1),m}function l(i){this.m=i}function p(i){this.m=i,this.mp=i.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<i.DB-15)-1,this.mt2=2*i.t}function h(i,b){return i&b}function E(i,b){return i|b}function y(i,b){return i^b}function f(i,b){return i&~b}function s(i){if(i==0)return-1;var b=0;return!(65535&i)&&(i>>=16,b+=16),!(255&i)&&(i>>=8,b+=8),!(15&i)&&(i>>=4,b+=4),!(3&i)&&(i>>=2,b+=2),!(1&i)&&++b,b}function B(i){for(var b=0;i!=0;)i&=i-1,++b;return b}function A(){}function C(i){return i}function S(i){this.r2=n(),this.q3=n(),r.ONE.dlShiftTo(2*i.t,this.r2),this.mu=this.r2.divide(i),this.m=i}l.prototype.convert=function(i){return i.s<0||i.compareTo(this.m)>=0?i.mod(this.m):i},l.prototype.revert=function(i){return i},l.prototype.reduce=function(i){i.divRemTo(this.m,null,i)},l.prototype.mulTo=function(i,b,m){i.multiplyTo(b,m),this.reduce(m)},l.prototype.sqrTo=function(i,b){i.squareTo(b),this.reduce(b)},p.prototype.convert=function(i){var b=n();return i.abs().dlShiftTo(this.m.t,b),b.divRemTo(this.m,null,b),i.s<0&&b.compareTo(r.ZERO)>0&&this.m.subTo(b,b),b},p.prototype.revert=function(i){var b=n();return i.copyTo(b),this.reduce(b),b},p.prototype.reduce=function(i){for(;i.t<=this.mt2;)i[i.t++]=0;for(var b=0;b<this.m.t;++b){var m=32767&i[b],_=m*this.mpl+((m*this.mph+(i[b]>>15)*this.mpl&this.um)<<15)&i.DM;for(i[m=b+this.m.t]+=this.m.am(0,_,i,b,0,this.m.t);i[m]>=i.DV;)i[m]-=i.DV,i[++m]++}i.clamp(),i.drShiftTo(this.m.t,i),i.compareTo(this.m)>=0&&i.subTo(this.m,i)},p.prototype.mulTo=function(i,b,m){i.multiplyTo(b,m),this.reduce(m)},p.prototype.sqrTo=function(i,b){i.squareTo(b),this.reduce(b)},r.prototype.copyTo=function(i){for(var b=this.t-1;b>=0;--b)i[b]=this[b];i.t=this.t,i.s=this.s},r.prototype.fromInt=function(i){this.t=1,this.s=i<0?-1:0,i>0?this[0]=i:i<-1?this[0]=i+this.DV:this.t=0},r.prototype.fromString=function(i,b){var m;if(b==16)m=4;else if(b==8)m=3;else if(b==256)m=8;else if(b==2)m=1;else if(b==32)m=5;else{if(b!=4)return void this.fromRadix(i,b);m=2}this.t=0,this.s=0;for(var _=i.length,L=!1,Z=0;--_>=0;){var G=m==8?255&i[_]:w(i,_);G<0?i.charAt(_)=="-"&&(L=!0):(L=!1,Z==0?this[this.t++]=G:Z+m>this.DB?(this[this.t-1]|=(G&(1<<this.DB-Z)-1)<<Z,this[this.t++]=G>>this.DB-Z):this[this.t-1]|=G<<Z,(Z+=m)>=this.DB&&(Z-=this.DB))}m==8&&128&i[0]&&(this.s=-1,Z>0&&(this[this.t-1]|=(1<<this.DB-Z)-1<<Z)),this.clamp(),L&&r.ZERO.subTo(this,this)},r.prototype.clamp=function(){for(var i=this.s&this.DM;this.t>0&&this[this.t-1]==i;)--this.t},r.prototype.dlShiftTo=function(i,b){var m;for(m=this.t-1;m>=0;--m)b[m+i]=this[m];for(m=i-1;m>=0;--m)b[m]=0;b.t=this.t+i,b.s=this.s},r.prototype.drShiftTo=function(i,b){for(var m=i;m<this.t;++m)b[m-i]=this[m];b.t=Math.max(this.t-i,0),b.s=this.s},r.prototype.lShiftTo=function(i,b){var m,_=i%this.DB,L=this.DB-_,Z=(1<<L)-1,G=Math.floor(i/this.DB),Q=this.s<<_&this.DM;for(m=this.t-1;m>=0;--m)b[m+G+1]=this[m]>>L|Q,Q=(this[m]&Z)<<_;for(m=G-1;m>=0;--m)b[m]=0;b[G]=Q,b.t=this.t+G+1,b.s=this.s,b.clamp()},r.prototype.rShiftTo=function(i,b){b.s=this.s;var m=Math.floor(i/this.DB);if(m>=this.t)b.t=0;else{var _=i%this.DB,L=this.DB-_,Z=(1<<_)-1;b[0]=this[m]>>_;for(var G=m+1;G<this.t;++G)b[G-m-1]|=(this[G]&Z)<<L,b[G-m]=this[G]>>_;_>0&&(b[this.t-m-1]|=(this.s&Z)<<L),b.t=this.t-m,b.clamp()}},r.prototype.subTo=function(i,b){for(var m=0,_=0,L=Math.min(i.t,this.t);m<L;)_+=this[m]-i[m],b[m++]=_&this.DM,_>>=this.DB;if(i.t<this.t){for(_-=i.s;m<this.t;)_+=this[m],b[m++]=_&this.DM,_>>=this.DB;_+=this.s}else{for(_+=this.s;m<i.t;)_-=i[m],b[m++]=_&this.DM,_>>=this.DB;_-=i.s}b.s=_<0?-1:0,_<-1?b[m++]=this.DV+_:_>0&&(b[m++]=_),b.t=m,b.clamp()},r.prototype.multiplyTo=function(i,b){var m=this.abs(),_=i.abs(),L=m.t;for(b.t=L+_.t;--L>=0;)b[L]=0;for(L=0;L<_.t;++L)b[L+m.t]=m.am(0,_[L],b,L,0,m.t);b.s=0,b.clamp(),this.s!=i.s&&r.ZERO.subTo(b,b)},r.prototype.squareTo=function(i){for(var b=this.abs(),m=i.t=2*b.t;--m>=0;)i[m]=0;for(m=0;m<b.t-1;++m){var _=b.am(m,b[m],i,2*m,0,1);(i[m+b.t]+=b.am(m+1,2*b[m],i,2*m+1,_,b.t-m-1))>=b.DV&&(i[m+b.t]-=b.DV,i[m+b.t+1]=1)}i.t>0&&(i[i.t-1]+=b.am(m,b[m],i,2*m,0,1)),i.s=0,i.clamp()},r.prototype.divRemTo=function(i,b,m){var _=i.abs();if(!(_.t<=0)){var L=this.abs();if(L.t<_.t)return b!=null&&b.fromInt(0),void(m!=null&&this.copyTo(m));m==null&&(m=n());var Z=n(),G=this.s,Q=i.s,i0=this.DB-u(_[_.t-1]);i0>0?(_.lShiftTo(i0,Z),L.lShiftTo(i0,m)):(_.copyTo(Z),L.copyTo(m));var u0=Z.t,m0=Z[u0-1];if(m0!=0){var B0=m0*(1<<this.F1)+(u0>1?Z[u0-2]>>this.F2:0),v0=this.FV/B0,A0=(1<<this.F1)/B0,O0=1<<this.F2,T0=m.t,L0=T0-u0,J=b==null?n():b;for(Z.dlShiftTo(L0,J),m.compareTo(J)>=0&&(m[m.t++]=1,m.subTo(J,m)),r.ONE.dlShiftTo(u0,J),J.subTo(Z,Z);Z.t<u0;)Z[Z.t++]=0;for(;--L0>=0;){var f0=m[--T0]==m0?this.DM:Math.floor(m[T0]*v0+(m[T0-1]+O0)*A0);if((m[T0]+=Z.am(0,f0,m,L0,0,u0))<f0)for(Z.dlShiftTo(L0,J),m.subTo(J,m);m[T0]<--f0;)m.subTo(J,m)}b!=null&&(m.drShiftTo(u0,b),G!=Q&&r.ZERO.subTo(b,b)),m.t=u0,m.clamp(),i0>0&&m.rShiftTo(i0,m),G<0&&r.ZERO.subTo(m,m)}}},r.prototype.invDigit=function(){if(this.t<1)return 0;var i=this[0];if(!(1&i))return 0;var b=3&i;return(b=(b=(b=(b=b*(2-(15&i)*b)&15)*(2-(255&i)*b)&255)*(2-((65535&i)*b&65535))&65535)*(2-i*b%this.DV)%this.DV)>0?this.DV-b:-b},r.prototype.isEven=function(){return(this.t>0?1&this[0]:this.s)==0},r.prototype.exp=function(i,b){if(i>4294967295||i<1)return r.ONE;var m=n(),_=n(),L=b.convert(this),Z=u(i)-1;for(L.copyTo(m);--Z>=0;)if(b.sqrTo(m,_),(i&1<<Z)>0)b.mulTo(_,L,m);else{var G=m;m=_,_=G}return b.revert(m)},r.prototype.toString=function(i){if(this.s<0)return"-"+this.negate().toString(i);var b;if(i==16)b=4;else if(i==8)b=3;else if(i==2)b=1;else if(i==32)b=5;else{if(i!=4)return this.toRadix(i);b=2}var m,_=(1<<b)-1,L=!1,Z="",G=this.t,Q=this.DB-G*this.DB%b;if(G-- >0)for(Q<this.DB&&(m=this[G]>>Q)>0&&(L=!0,Z=a(m));G>=0;)Q<b?(m=(this[G]&(1<<Q)-1)<<b-Q,m|=this[--G]>>(Q+=this.DB-b)):(m=this[G]>>(Q-=b)&_,Q<=0&&(Q+=this.DB,--G)),m>0&&(L=!0),L&&(Z+=a(m));return L?Z:"0"},r.prototype.negate=function(){var i=n();return r.ZERO.subTo(this,i),i},r.prototype.abs=function(){return this.s<0?this.negate():this},r.prototype.compareTo=function(i){var b=this.s-i.s;if(b!=0)return b;var m=this.t;if((b=m-i.t)!=0)return this.s<0?-b:b;for(;--m>=0;)if((b=this[m]-i[m])!=0)return b;return 0},r.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+u(this[this.t-1]^this.s&this.DM)},r.prototype.mod=function(i){var b=n();return this.abs().divRemTo(i,null,b),this.s<0&&b.compareTo(r.ZERO)>0&&i.subTo(b,b),b},r.prototype.modPowInt=function(i,b){var m;return m=i<256||b.isEven()?new l(b):new p(b),this.exp(i,m)},r.ZERO=x(0),r.ONE=x(1),A.prototype.convert=C,A.prototype.revert=C,A.prototype.mulTo=function(i,b,m){i.multiplyTo(b,m)},A.prototype.sqrTo=function(i,b){i.squareTo(b)},S.prototype.convert=function(i){if(i.s<0||i.t>2*this.m.t)return i.mod(this.m);if(i.compareTo(this.m)<0)return i;var b=n();return i.copyTo(b),this.reduce(b),b},S.prototype.revert=function(i){return i},S.prototype.reduce=function(i){for(i.drShiftTo(this.m.t-1,this.r2),i.t>this.m.t+1&&(i.t=this.m.t+1,i.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);i.compareTo(this.r2)<0;)i.dAddOffset(1,this.m.t+1);for(i.subTo(this.r2,i);i.compareTo(this.m)>=0;)i.subTo(this.m,i)},S.prototype.mulTo=function(i,b,m){i.multiplyTo(b,m),this.reduce(m)},S.prototype.sqrTo=function(i,b){i.squareTo(b),this.reduce(b)};var I,D,R,M=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],q=(1<<26)/M[M.length-1];function j(){var i;i=new Date().getTime(),D[R++]^=255&i,D[R++]^=i>>8&255,D[R++]^=i>>16&255,D[R++]^=i>>24&255,R>=k&&(R-=k)}if(r.prototype.chunkSize=function(i){return Math.floor(Math.LN2*this.DB/Math.log(i))},r.prototype.toRadix=function(i){if(i==null&&(i=10),this.signum()==0||i<2||i>36)return"0";var b=this.chunkSize(i),m=Math.pow(i,b),_=x(m),L=n(),Z=n(),G="";for(this.divRemTo(_,L,Z);L.signum()>0;)G=(m+Z.intValue()).toString(i).substr(1)+G,L.divRemTo(_,L,Z);return Z.intValue().toString(i)+G},r.prototype.fromRadix=function(i,b){this.fromInt(0),b==null&&(b=10);for(var m=this.chunkSize(b),_=Math.pow(b,m),L=!1,Z=0,G=0,Q=0;Q<i.length;++Q){var i0=w(i,Q);i0<0?i.charAt(Q)=="-"&&this.signum()==0&&(L=!0):(G=b*G+i0,++Z>=m&&(this.dMultiply(_),this.dAddOffset(G,0),Z=0,G=0))}Z>0&&(this.dMultiply(Math.pow(b,Z)),this.dAddOffset(G,0)),L&&r.ZERO.subTo(this,this)},r.prototype.fromNumber=function(i,b,m){if(typeof b=="number")if(i<2)this.fromInt(1);else for(this.fromNumber(i,m),this.testBit(i-1)||this.bitwiseTo(r.ONE.shiftLeft(i-1),E,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(b);)this.dAddOffset(2,0),this.bitLength()>i&&this.subTo(r.ONE.shiftLeft(i-1),this);else{var _=new Array,L=7&i;_.length=1+(i>>3),b.nextBytes(_),L>0?_[0]&=(1<<L)-1:_[0]=0,this.fromString(_,256)}},r.prototype.bitwiseTo=function(i,b,m){var _,L,Z=Math.min(i.t,this.t);for(_=0;_<Z;++_)m[_]=b(this[_],i[_]);if(i.t<this.t){for(L=i.s&this.DM,_=Z;_<this.t;++_)m[_]=b(this[_],L);m.t=this.t}else{for(L=this.s&this.DM,_=Z;_<i.t;++_)m[_]=b(L,i[_]);m.t=i.t}m.s=b(this.s,i.s),m.clamp()},r.prototype.changeBit=function(i,b){var m=r.ONE.shiftLeft(i);return this.bitwiseTo(m,b,m),m},r.prototype.addTo=function(i,b){for(var m=0,_=0,L=Math.min(i.t,this.t);m<L;)_+=this[m]+i[m],b[m++]=_&this.DM,_>>=this.DB;if(i.t<this.t){for(_+=i.s;m<this.t;)_+=this[m],b[m++]=_&this.DM,_>>=this.DB;_+=this.s}else{for(_+=this.s;m<i.t;)_+=i[m],b[m++]=_&this.DM,_>>=this.DB;_+=i.s}b.s=_<0?-1:0,_>0?b[m++]=_:_<-1&&(b[m++]=this.DV+_),b.t=m,b.clamp()},r.prototype.dMultiply=function(i){this[this.t]=this.am(0,i-1,this,0,0,this.t),++this.t,this.clamp()},r.prototype.dAddOffset=function(i,b){if(i!=0){for(;this.t<=b;)this[this.t++]=0;for(this[b]+=i;this[b]>=this.DV;)this[b]-=this.DV,++b>=this.t&&(this[this.t++]=0),++this[b]}},r.prototype.multiplyLowerTo=function(i,b,m){var _,L=Math.min(this.t+i.t,b);for(m.s=0,m.t=L;L>0;)m[--L]=0;for(_=m.t-this.t;L<_;++L)m[L+this.t]=this.am(0,i[L],m,L,0,this.t);for(_=Math.min(i.t,b);L<_;++L)this.am(0,i[L],m,L,0,b-L);m.clamp()},r.prototype.multiplyUpperTo=function(i,b,m){--b;var _=m.t=this.t+i.t-b;for(m.s=0;--_>=0;)m[_]=0;for(_=Math.max(b-this.t,0);_<i.t;++_)m[this.t+_-b]=this.am(b-_,i[_],m,0,0,this.t+_-b);m.clamp(),m.drShiftTo(1,m)},r.prototype.modInt=function(i){if(i<=0)return 0;var b=this.DV%i,m=this.s<0?i-1:0;if(this.t>0)if(b==0)m=this[0]%i;else for(var _=this.t-1;_>=0;--_)m=(b*m+this[_])%i;return m},r.prototype.millerRabin=function(i){var b=this.subtract(r.ONE),m=b.getLowestSetBit();if(m<=0)return!1;var _=b.shiftRight(m);(i=i+1>>1)>M.length&&(i=M.length);for(var L=n(),Z=0;Z<i;++Z){L.fromInt(M[Math.floor(Math.random()*M.length)]);var G=L.modPow(_,this);if(G.compareTo(r.ONE)!=0&&G.compareTo(b)!=0){for(var Q=1;Q++<m&&G.compareTo(b)!=0;)if((G=G.modPowInt(2,this)).compareTo(r.ONE)==0)return!1;if(G.compareTo(b)!=0)return!1}}return!0},r.prototype.clone=function(){var i=n();return this.copyTo(i),i},r.prototype.intValue=function(){if(this.s<0){if(this.t==1)return this[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this[0];if(this.t==0)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},r.prototype.byteValue=function(){return this.t==0?this.s:this[0]<<24>>24},r.prototype.shortValue=function(){return this.t==0?this.s:this[0]<<16>>16},r.prototype.signum=function(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1},r.prototype.toByteArray=function(){var i=this.t,b=new Array;b[0]=this.s;var m,_=this.DB-i*this.DB%8,L=0;if(i-- >0)for(_<this.DB&&(m=this[i]>>_)!=(this.s&this.DM)>>_&&(b[L++]=m|this.s<<this.DB-_);i>=0;)_<8?(m=(this[i]&(1<<_)-1)<<8-_,m|=this[--i]>>(_+=this.DB-8)):(m=this[i]>>(_-=8)&255,_<=0&&(_+=this.DB,--i)),128&m&&(m|=-256),L==0&&(128&this.s)!=(128&m)&&++L,(L>0||m!=this.s)&&(b[L++]=m);return b},r.prototype.equals=function(i){return this.compareTo(i)==0},r.prototype.min=function(i){return this.compareTo(i)<0?this:i},r.prototype.max=function(i){return this.compareTo(i)>0?this:i},r.prototype.and=function(i){var b=n();return this.bitwiseTo(i,h,b),b},r.prototype.or=function(i){var b=n();return this.bitwiseTo(i,E,b),b},r.prototype.xor=function(i){var b=n();return this.bitwiseTo(i,y,b),b},r.prototype.andNot=function(i){var b=n();return this.bitwiseTo(i,f,b),b},r.prototype.not=function(){for(var i=n(),b=0;b<this.t;++b)i[b]=this.DM&~this[b];return i.t=this.t,i.s=~this.s,i},r.prototype.shiftLeft=function(i){var b=n();return i<0?this.rShiftTo(-i,b):this.lShiftTo(i,b),b},r.prototype.shiftRight=function(i){var b=n();return i<0?this.lShiftTo(-i,b):this.rShiftTo(i,b),b},r.prototype.getLowestSetBit=function(){for(var i=0;i<this.t;++i)if(this[i]!=0)return i*this.DB+s(this[i]);return this.s<0?this.t*this.DB:-1},r.prototype.bitCount=function(){for(var i=0,b=this.s&this.DM,m=0;m<this.t;++m)i+=B(this[m]^b);return i},r.prototype.testBit=function(i){var b=Math.floor(i/this.DB);return b>=this.t?this.s!=0:(this[b]&1<<i%this.DB)!=0},r.prototype.setBit=function(i){return this.changeBit(i,E)},r.prototype.clearBit=function(i){return this.changeBit(i,f)},r.prototype.flipBit=function(i){return this.changeBit(i,y)},r.prototype.add=function(i){var b=n();return this.addTo(i,b),b},r.prototype.subtract=function(i){var b=n();return this.subTo(i,b),b},r.prototype.multiply=function(i){var b=n();return this.multiplyTo(i,b),b},r.prototype.divide=function(i){var b=n();return this.divRemTo(i,b,null),b},r.prototype.remainder=function(i){var b=n();return this.divRemTo(i,null,b),b},r.prototype.divideAndRemainder=function(i){var b=n(),m=n();return this.divRemTo(i,b,m),new Array(b,m)},r.prototype.modPow=function(i,b){var m,_,L=i.bitLength(),Z=x(1);if(L<=0)return Z;m=L<18?1:L<48?3:L<144?4:L<768?5:6,_=L<8?new l(b):b.isEven()?new S(b):new p(b);var G=new Array,Q=3,i0=m-1,u0=(1<<m)-1;if(G[1]=_.convert(this),m>1){var m0=n();for(_.sqrTo(G[1],m0);Q<=u0;)G[Q]=n(),_.mulTo(m0,G[Q-2],G[Q]),Q+=2}var B0,v0,A0=i.t-1,O0=!0,T0=n();for(L=u(i[A0])-1;A0>=0;){for(L>=i0?B0=i[A0]>>L-i0&u0:(B0=(i[A0]&(1<<L+1)-1)<<i0-L,A0>0&&(B0|=i[A0-1]>>this.DB+L-i0)),Q=m;!(1&B0);)B0>>=1,--Q;if((L-=Q)<0&&(L+=this.DB,--A0),O0)G[B0].copyTo(Z),O0=!1;else{for(;Q>1;)_.sqrTo(Z,T0),_.sqrTo(T0,Z),Q-=2;Q>0?_.sqrTo(Z,T0):(v0=Z,Z=T0,T0=v0),_.mulTo(T0,G[B0],Z)}for(;A0>=0&&!(i[A0]&1<<L);)_.sqrTo(Z,T0),v0=Z,Z=T0,T0=v0,--L<0&&(L=this.DB-1,--A0)}return _.revert(Z)},r.prototype.modInverse=function(i){var b=i.isEven();if(this.isEven()&&b||i.signum()==0)return r.ZERO;for(var m=i.clone(),_=this.clone(),L=x(1),Z=x(0),G=x(0),Q=x(1);m.signum()!=0;){for(;m.isEven();)m.rShiftTo(1,m),b?(L.isEven()&&Z.isEven()||(L.addTo(this,L),Z.subTo(i,Z)),L.rShiftTo(1,L)):Z.isEven()||Z.subTo(i,Z),Z.rShiftTo(1,Z);for(;_.isEven();)_.rShiftTo(1,_),b?(G.isEven()&&Q.isEven()||(G.addTo(this,G),Q.subTo(i,Q)),G.rShiftTo(1,G)):Q.isEven()||Q.subTo(i,Q),Q.rShiftTo(1,Q);m.compareTo(_)>=0?(m.subTo(_,m),b&&L.subTo(G,L),Z.subTo(Q,Z)):(_.subTo(m,_),b&&G.subTo(L,G),Q.subTo(Z,Q))}return _.compareTo(r.ONE)!=0?r.ZERO:Q.compareTo(i)>=0?Q.subtract(i):Q.signum()<0?(Q.addTo(i,Q),Q.signum()<0?Q.add(i):Q):Q},r.prototype.pow=function(i){return this.exp(i,new A)},r.prototype.gcd=function(i){var b=this.s<0?this.negate():this.clone(),m=i.s<0?i.negate():i.clone();if(b.compareTo(m)<0){var _=b;b=m,m=_}var L=b.getLowestSetBit(),Z=m.getLowestSetBit();if(Z<0)return b;for(L<Z&&(Z=L),Z>0&&(b.rShiftTo(Z,b),m.rShiftTo(Z,m));b.signum()>0;)(L=b.getLowestSetBit())>0&&b.rShiftTo(L,b),(L=m.getLowestSetBit())>0&&m.rShiftTo(L,m),b.compareTo(m)>=0?(b.subTo(m,b),b.rShiftTo(1,b)):(m.subTo(b,m),m.rShiftTo(1,m));return Z>0&&m.lShiftTo(Z,m),m},r.prototype.isProbablePrime=function(i){var b,m=this.abs();if(m.t==1&&m[0]<=M[M.length-1]){for(b=0;b<M.length;++b)if(m[0]==M[b])return!0;return!1}if(m.isEven())return!1;for(b=1;b<M.length;){for(var _=M[b],L=b+1;L<M.length&&_<q;)_*=M[L++];for(_=m.modInt(_);b<L;)if(_%M[b++]==0)return!1}return m.millerRabin(i)},r.prototype.square=function(){var i=n();return this.squareTo(i),i},r.prototype.Barrett=S,D==null){var N;if(D=new Array,R=0,typeof window!="undefined"&&window.crypto){if(window.crypto.getRandomValues){var H=new Uint8Array(32);for(window.crypto.getRandomValues(H),N=0;N<32;++N)D[R++]=H[N]}else if(navigator.appName=="Netscape"&&navigator.appVersion<"5"){var V=window.crypto.random(32);for(N=0;N<V.length;++N)D[R++]=255&V.charCodeAt(N)}}for(;R<k;)N=Math.floor(65536*Math.random()),D[R++]=N>>>8,D[R++]=255&N;R=0,j()}function Y(){if(I==null){for(j(),(I=new t0).init(D),R=0;R<D.length;++R)D[R]=0;R=0}return I.next()}function $(){}function t0(){this.i=0,this.j=0,this.S=new Array}$.prototype.nextBytes=function(i){var b;for(b=0;b<i.length;++b)i[b]=Y()},t0.prototype.init=function(i){var b,m,_;for(b=0;b<256;++b)this.S[b]=b;for(m=0,b=0;b<256;++b)m=m+this.S[b]+i[b%i.length]&255,_=this.S[b],this.S[b]=this.S[m],this.S[m]=_;this.i=0,this.j=0},t0.prototype.next=function(){var i;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,i=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=i,this.S[i+this.S[this.i]&255]};var k=256;d.exports={default:r,BigInteger:r,SecureRandom:$}}).call(this)},function(d,F,e){var t=e(5),r=e(21).map;t({target:"Array",proto:!0,forced:!e(84)("map")},{map:function(n){return r(this,n,arguments.length>1?arguments[1]:void 0)}})},function(d,F,e){var t=e(3),r=e(79),n=t.TYPED_ARRAY_CONSTRUCTOR,c=t.aTypedArrayConstructor;d.exports=function(v){return c(r(v,v[n]))}},function(d,F,e){var t;d.exports=(t=e(25),t.enc.Utf8)},function(d,F,e){var t={};t[e(4)("toStringTag")]="z",d.exports=String(t)==="[object z]"},function(d,F,e){var t=e(0),r=e(93),n=t["__core-js_shared__"]||r("__core-js_shared__",{});d.exports=n},function(d,F,e){var t=e(0),r=Object.defineProperty;d.exports=function(n,c){try{r(t,n,{value:c,configurable:!0,writable:!0})}catch(v){t[n]=c}return c}},function(d,F,e){var t=e(55),r=e(1);d.exports=!!Object.getOwnPropertySymbols&&!r(function(){var n=Symbol();return!String(n)||!(Object(n)instanceof Symbol)||!Symbol.sham&&t&&t<41})},function(d,F,e){var t=e(13),r=e(0),n=e(2),c=e(60),v=e(17),g=e(9),o=e(76),a=e(22),w=e(57),x=e(122),u=e(1),l=e(33).f,p=e(47).f,h=e(10).f,E=e(169),y=e(125).trim,f=r.Number,s=f.prototype,B=r.TypeError,A=n("".slice),C=n("".charCodeAt),S=function(j){var N=x(j,"number");return typeof N=="bigint"?N:I(N)},I=function(j){var N,H,V,Y,$,t0,k,i,b=x(j,"number");if(w(b))throw B("Cannot convert a Symbol value to a number");if(typeof b=="string"&&b.length>2){if(b=y(b),(N=C(b,0))===43||N===45){if((H=C(b,2))===88||H===120)return NaN}else if(N===48){switch(C(b,1)){case 66:case 98:V=2,Y=49;break;case 79:case 111:V=8,Y=55;break;default:return+b}for(t0=($=A(b,2)).length,k=0;k<t0;k++)if((i=C($,k))<48||i>Y)return NaN;return parseInt($,V)}}return+b};if(c("Number",!f(" 0o1")||!f("0b1")||f("+0x1"))){for(var D,R=function(j){var N=arguments.length<1?0:f(S(j)),H=this;return a(s,H)&&u(function(){E(H)})?o(Object(N),H,R):N},M=t?l(f):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),q=0;M.length>q;q++)g(f,D=M[q])&&!g(R,D)&&h(R,D,p(f,D));R.prototype=s,s.constructor=R,v(r,"Number",R)}},function(d,F,e){var t=e(24),r=e(27),n=e(15),c=function(v){return function(g,o,a){var w,x=t(g),u=n(x),l=r(a,u);if(v&&o!=o){for(;u>l;)if((w=x[l++])!=w)return!0}else for(;u>l;l++)if((v||l in x)&&x[l]===o)return v||l||0;return!v&&-1}};d.exports={includes:c(!0),indexOf:c(!1)}},function(d,F){d.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(d,F,e){var t=e(8);d.exports=function(){var r=t(this),n="";return r.global&&(n+="g"),r.ignoreCase&&(n+="i"),r.multiline&&(n+="m"),r.dotAll&&(n+="s"),r.unicode&&(n+="u"),r.sticky&&(n+="y"),n}},function(d,F,e){var t=e(1),r=e(0).RegExp,n=t(function(){var g=r("a","y");return g.lastIndex=2,g.exec("abcd")!=null}),c=n||t(function(){return!r("a","y").sticky}),v=n||t(function(){var g=r("^r","gy");return g.lastIndex=2,g.exec("str")!=null});d.exports={BROKEN_CARET:v,MISSED_STICKY:c,UNSUPPORTED_Y:n}},function(d,F,e){var t=e(123),r=e(97);d.exports=Object.keys||function(n){return t(n,r)}},function(d,F,e){e(16);var t=e(2),r=e(17),n=e(78),c=e(1),v=e(4),g=e(18),o=v("species"),a=RegExp.prototype;d.exports=function(w,x,u,l){var p=v(w),h=!c(function(){var s={};return s[p]=function(){return 7},""[w](s)!=7}),E=h&&!c(function(){var s=!1,B=/a/;return w==="split"&&((B={}).constructor={},B.constructor[o]=function(){return B},B.flags="",B[p]=/./[p]),B.exec=function(){return s=!0,null},B[p](""),!s});if(!h||!E||u){var y=t(/./[p]),f=x(p,""[w],function(s,B,A,C,S){var I=t(s),D=B.exec;return D===n||D===a.exec?h&&!S?{done:!0,value:y(B,A,C)}:{done:!0,value:I(A,B,C)}:{done:!1}});r(String.prototype,w,f[0]),r(a,p,f[1])}l&&g(a[p],"sham",!0)}},function(d,F,e){var t=e(103).charAt;d.exports=function(r,n,c){return n+(c?t(r,n).length:1)}},function(d,F,e){var t=e(2),r=e(28),n=e(19),c=e(36),v=t("".charAt),g=t("".charCodeAt),o=t("".slice),a=function(w){return function(x,u){var l,p,h=n(c(x)),E=r(u),y=h.length;return E<0||E>=y?w?"":void 0:(l=g(h,E))<55296||l>56319||E+1===y||(p=g(h,E+1))<56320||p>57343?w?v(h,E):l:w?o(h,E,E+2):p-56320+(l-55296<<10)+65536}};d.exports={codeAt:a(!1),charAt:a(!0)}},function(d,F,e){var t=e(0),r=e(11),n=e(8),c=e(6),v=e(32),g=e(78),o=t.TypeError;d.exports=function(a,w){var x=a.exec;if(c(x)){var u=r(x,a,w);return u!==null&&n(u),u}if(v(a)==="RegExp")return r(g,a,w);throw o("RegExp#exec called on incompatible receiver")}},function(d,F,e){var t=e(0),r=e(80),n=e(58),c=t.TypeError;d.exports=function(v){if(r(v))return v;throw c(n(v)+" is not a constructor")}},function(d,F,e){var t=e(5),r=e(2),n=e(59),c=e(7),v=e(9),g=e(10).f,o=e(33),a=e(135),w=e(174),x=e(54),u=e(134),l=!1,p=x("meta"),h=0,E=function(f){g(f,p,{value:{objectID:"O"+h++,weakData:{}}})},y=d.exports={enable:function(){y.enable=function(){},l=!0;var f=o.f,s=r([].splice),B={};B[p]=1,f(B).length&&(o.f=function(A){for(var C=f(A),S=0,I=C.length;S<I;S++)if(C[S]===p){s(C,S,1);break}return C},t({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:a.f}))},fastKey:function(f,s){if(!c(f))return typeof f=="symbol"?f:(typeof f=="string"?"S":"P")+f;if(!v(f,p)){if(!w(f))return"F";if(!s)return"E";E(f)}return f[p].objectID},getWeakData:function(f,s){if(!v(f,p)){if(!w(f))return!0;if(!s)return!1;E(f)}return f[p].weakData},onFreeze:function(f){return u&&l&&w(f)&&!v(f,p)&&E(f),f}};n[p]=!0},function(d,F,e){var t=e(5),r=e(0),n=e(1),c=e(83),v=e(7),g=e(14),o=e(15),a=e(62),w=e(108),x=e(84),u=e(4),l=e(55),p=u("isConcatSpreadable"),h=r.TypeError,E=l>=51||!n(function(){var s=[];return s[p]=!1,s.concat()[0]!==s}),y=x("concat"),f=function(s){if(!v(s))return!1;var B=s[p];return B!==void 0?!!B:c(s)};t({target:"Array",proto:!0,forced:!E||!y},{concat:function(s){var B,A,C,S,I,D=g(this),R=w(D,0),M=0;for(B=-1,C=arguments.length;B<C;B++)if(f(I=B===-1?D:arguments[B])){if(M+(S=o(I))>9007199254740991)throw h("Maximum allowed index exceeded");for(A=0;A<S;A++,M++)A in I&&a(R,M,I[A])}else{if(M>=9007199254740991)throw h("Maximum allowed index exceeded");a(R,M++,I)}return R.length=M,R}})},function(d,F,e){var t=e(176);d.exports=function(r,n){return new(t(r))(n===0?0:n)}},function(d,F,e){var t=e(1);d.exports=function(r,n){var c=[][r];return!!c&&t(function(){c.call(null,n||function(){return 1},1)})}},function(d,F,e){var t=e(17);d.exports=function(r,n,c){for(var v in n)t(r,v,n[v],c);return r}},function(d,F,e){var t=e(0),r=e(40),n=e(11),c=e(8),v=e(58),g=e(112),o=e(15),a=e(22),w=e(113),x=e(85),u=e(139),l=t.TypeError,p=function(E,y){this.stopped=E,this.result=y},h=p.prototype;d.exports=function(E,y,f){var s,B,A,C,S,I,D,R=f&&f.that,M=!(!f||!f.AS_ENTRIES),q=!(!f||!f.IS_ITERATOR),j=!(!f||!f.INTERRUPTED),N=r(y,R),H=function(Y){return s&&u(s,"normal",Y),new p(!0,Y)},V=function(Y){return M?(c(Y),j?N(Y[0],Y[1],H):N(Y[0],Y[1])):j?N(Y,H):N(Y)};if(q)s=E;else{if(!(B=x(E)))throw l(v(E)+" is not iterable");if(g(B)){for(A=0,C=o(E);C>A;A++)if((S=V(E[A]))&&a(h,S))return S;return new p(!1)}s=w(E,B)}for(I=s.next;!(D=n(I,s)).done;){try{S=V(D.value)}catch(Y){u(s,"throw",Y)}if(typeof S=="object"&&S&&a(h,S))return S}return new p(!1)}},function(d,F,e){var t=e(4),r=e(65),n=t("iterator"),c=Array.prototype;d.exports=function(v){return v!==void 0&&(r.Array===v||c[n]===v)}},function(d,F,e){var t=e(0),r=e(11),n=e(31),c=e(8),v=e(58),g=e(85),o=t.TypeError;d.exports=function(a,w){var x=arguments.length<2?g(a):w;if(n(x))return c(r(x,a));throw o(v(a)+" is not iterable")}},function(d,F,e){var t=e(32),r=e(0);d.exports=t(r.process)=="process"},function(d,F,e){var t=e(5),r=e(11),n=e(42),c=e(45),v=e(6),g=e(191),o=e(66),a=e(38),w=e(49),x=e(18),u=e(17),l=e(4),p=e(65),h=e(148),E=c.PROPER,y=c.CONFIGURABLE,f=h.IteratorPrototype,s=h.BUGGY_SAFARI_ITERATORS,B=l("iterator"),A=function(){return this};d.exports=function(C,S,I,D,R,M,q){g(I,S,D);var j,N,H,V=function(m){if(m===R&&i)return i;if(!s&&m in t0)return t0[m];switch(m){case"keys":case"values":case"entries":return function(){return new I(this,m)}}return function(){return new I(this)}},Y=S+" Iterator",$=!1,t0=C.prototype,k=t0[B]||t0["@@iterator"]||R&&t0[R],i=!s&&k||V(R),b=S=="Array"&&t0.entries||k;if(b&&(j=o(b.call(new C)))!==Object.prototype&&j.next&&(n||o(j)===f||(a?a(j,f):v(j[B])||u(j,B,A)),w(j,Y,!0,!0),n&&(p[Y]=A)),E&&R=="values"&&k&&k.name!=="values"&&(!n&&y?x(t0,"name","values"):($=!0,i=function(){return r(k,this)})),R)if(N={values:V("values"),keys:M?i:V("keys"),entries:V("entries")},q)for(H in N)(s||$||!(H in t0))&&u(t0,H,N[H]);else t({target:S,proto:!0,forced:s||$},N);return n&&!q||t0[B]===i||u(t0,B,i,{name:R}),p[S]=i,N}},function(d,F,e){var t=e(5),r=e(203);t({target:"Array",stat:!0,forced:!e(86)(function(n){Array.from(n)})},{from:r})},function(d,F,e){var t=e(14),r=e(27),n=e(15);d.exports=function(c){for(var v=t(this),g=n(v),o=arguments.length,a=r(o>1?arguments[1]:void 0,g),w=o>2?arguments[2]:void 0,x=w===void 0?g:r(w,g);x>a;)v[a++]=c;return v}},function(d,F){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){typeof window=="object"&&(e=window)}d.exports=e},function(d,F,e){var t=e(94);d.exports=t&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},function(d,F,e){var t=e(13),r=e(1),n=e(73);d.exports=!t&&!r(function(){return Object.defineProperty(n("div"),"a",{get:function(){return 7}}).a!=7})},function(d,F,e){var t=e(13),r=e(1);d.exports=t&&r(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})},function(d,F,e){var t=e(0),r=e(11),n=e(7),c=e(57),v=e(43),g=e(165),o=e(4),a=t.TypeError,w=o("toPrimitive");d.exports=function(x,u){if(!n(x)||c(x))return x;var l,p=v(x,w);if(p){if(u===void 0&&(u="default"),l=r(p,x,u),!n(l)||c(l))return l;throw a("Can't convert object to primitive value")}return u===void 0&&(u="number"),g(x,u)}},function(d,F,e){var t=e(2),r=e(9),n=e(24),c=e(96).indexOf,v=e(59),g=t([].push);d.exports=function(o,a){var w,x=n(o),u=0,l=[];for(w in x)!r(v,w)&&r(x,w)&&g(l,w);for(;a.length>u;)r(x,w=a[u++])&&(~c(l,w)||g(l,w));return l}},function(d,F,e){var t={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,n=r&&!t.call({1:2},1);F.f=n?function(c){var v=r(this,c);return!!v&&v.enumerable}:t},function(d,F,e){var t=e(2),r=e(36),n=e(19),c=e(126),v=t("".replace),g="["+c+"]",o=RegExp("^"+g+g+"*"),a=RegExp(g+g+"*$"),w=function(x){return function(u){var l=n(r(u));return 1&x&&(l=v(l,o,"")),2&x&&(l=v(l,a,"")),l}};d.exports={start:w(1),end:w(2),trim:w(3)}},function(d,F){d.exports=`
|
|
16
16
|
\v\f\r \u2028\u2029\uFEFF`},function(d,F,e){var t=e(9),r=e(170),n=e(47),c=e(10);d.exports=function(v,g,o){for(var a=r(g),w=c.f,x=n.f,u=0;u<a.length;u++){var l=a[u];t(v,l)||o&&t(o,l)||w(v,l,x(g,l))}}},function(d,F){F.f=Object.getOwnPropertySymbols},function(d,F,e){var t=e(13),r=e(121),n=e(10),c=e(8),v=e(24),g=e(100);F.f=t&&!r?Object.defineProperties:function(o,a){c(o);for(var w,x=v(a),u=g(a),l=u.length,p=0;l>p;)n.f(o,w=u[p++],x[w]);return o}},function(d,F,e){var t=e(26);d.exports=t("document","documentElement")},function(d,F,e){var t=e(1),r=e(0).RegExp;d.exports=t(function(){var n=r(".","s");return!(n.dotAll&&n.exec(`
|
|
17
17
|
`)&&n.flags==="s")})},function(d,F,e){var t=e(1),r=e(0).RegExp;d.exports=t(function(){var n=r("(?<a>b)","g");return n.exec("b").groups.a!=="b"||"b".replace(n,"$<a>c")!=="bc"})},function(d,F,e){var t=e(7),r=e(32),n=e(4)("match");d.exports=function(c){var v;return t(c)&&((v=c[n])!==void 0?!!v:r(c)=="RegExp")}},function(d,F,e){var t=e(1);d.exports=!t(function(){return Object.isExtensible(Object.preventExtensions({}))})},function(d,F,e){var t=e(32),r=e(24),n=e(33).f,c=e(81),v=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];d.exports.f=function(g){return v&&t(g)=="Window"?function(o){try{return n(o)}catch(a){return c(v)}}(g):n(r(g))}},function(d,F,e){var t=e(13),r=e(0),n=e(2),c=e(60),v=e(76),g=e(18),o=e(10).f,a=e(33).f,w=e(22),x=e(133),u=e(19),l=e(98),p=e(99),h=e(17),E=e(1),y=e(9),f=e(23).enforce,s=e(82),B=e(4),A=e(131),C=e(132),S=B("match"),I=r.RegExp,D=I.prototype,R=r.SyntaxError,M=n(l),q=n(D.exec),j=n("".charAt),N=n("".replace),H=n("".indexOf),V=n("".slice),Y=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,$=/a/g,t0=/a/g,k=new I($)!==$,i=p.MISSED_STICKY,b=p.UNSUPPORTED_Y,m=t&&(!k||i||A||C||E(function(){return t0[S]=!1,I($)!=$||I(t0)==t0||I($,"i")!="/a/i"}));if(c("RegExp",m)){for(var _=function(Q,i0){var u0,m0,B0,v0,A0,O0,T0=w(D,this),L0=x(Q),J=i0===void 0,f0=[],l0=Q;if(!T0&&L0&&J&&Q.constructor===_)return Q;if((L0||w(D,Q))&&(Q=Q.source,J&&(i0="flags"in l0?l0.flags:M(l0))),Q=Q===void 0?"":u(Q),i0=i0===void 0?"":u(i0),l0=Q,A&&"dotAll"in $&&(m0=!!i0&&H(i0,"s")>-1)&&(i0=N(i0,/s/g,"")),u0=i0,i&&"sticky"in $&&(B0=!!i0&&H(i0,"y")>-1)&&b&&(i0=N(i0,/y/g,"")),C&&(Q=(v0=function(g0){for(var y0,N0=g0.length,I0=0,D0="",w0=[],M0={},U0=!1,z0=!1,e0=0,o0="";I0<=N0;I0++){if((y0=j(g0,I0))==="\\")y0+=j(g0,++I0);else if(y0==="]")U0=!1;else if(!U0)switch(!0){case y0==="[":U0=!0;break;case y0==="(":q(Y,V(g0,I0+1))&&(I0+=2,z0=!0),D0+=y0,e0++;continue;case(y0===">"&&z0):if(o0===""||y(M0,o0))throw new R("Invalid capture group name");M0[o0]=!0,w0[w0.length]=[o0,e0],z0=!1,o0="";continue}z0?o0+=y0:D0+=y0}return[D0,w0]}(Q))[0],f0=v0[1]),A0=v(I(Q,i0),T0?this:D,_),(m0||B0||f0.length)&&(O0=f(A0),m0&&(O0.dotAll=!0,O0.raw=_(function(g0){for(var y0,N0=g0.length,I0=0,D0="",w0=!1;I0<=N0;I0++)(y0=j(g0,I0))!=="\\"?w0||y0!=="."?(y0==="["?w0=!0:y0==="]"&&(w0=!1),D0+=y0):D0+="[\\s\\S]":D0+=y0+j(g0,++I0);return D0}(Q),u0)),B0&&(O0.sticky=!0),f0.length&&(O0.groups=f0)),Q!==l0)try{g(A0,"source",l0===""?"(?:)":l0)}catch(g0){}return A0},L=function(Q){Q in _||o(_,Q,{configurable:!0,get:function(){return I[Q]},set:function(i0){I[Q]=i0}})},Z=a(I),G=0;Z.length>G;)L(Z[G++]);D.constructor=_,_.prototype=D,h(r,"RegExp",_)}s("RegExp")},function(d,F){d.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(d,F,e){var t=e(73)("span").classList,r=t&&t.constructor&&t.constructor.prototype;d.exports=r===Object.prototype?void 0:r},function(d,F,e){var t=e(11),r=e(8),n=e(43);d.exports=function(c,v,g){var o,a;r(c);try{if(!(o=n(c,"return"))){if(v==="throw")throw g;return g}o=t(o,c)}catch(w){a=!0,o=w}if(v==="throw")throw g;if(a)throw o;return r(o),g}},function(d,F,e){var t,r,n,c,v=e(0),g=e(35),o=e(40),a=e(6),w=e(9),x=e(1),u=e(130),l=e(50),p=e(73),h=e(181),E=e(141),y=e(114),f=v.setImmediate,s=v.clearImmediate,B=v.process,A=v.Dispatch,C=v.Function,S=v.MessageChannel,I=v.String,D=0,R={};try{t=v.location}catch(H){}var M=function(H){if(w(R,H)){var V=R[H];delete R[H],V()}},q=function(H){return function(){M(H)}},j=function(H){M(H.data)},N=function(H){v.postMessage(I(H),t.protocol+"//"+t.host)};f&&s||(f=function(H){h(arguments.length,1);var V=a(H)?H:C(H),Y=l(arguments,1);return R[++D]=function(){g(V,void 0,Y)},r(D),D},s=function(H){delete R[H]},y?r=function(H){B.nextTick(q(H))}:A&&A.now?r=function(H){A.now(q(H))}:S&&!E?(c=(n=new S).port2,n.port1.onmessage=j,r=o(c.postMessage,c)):v.addEventListener&&a(v.postMessage)&&!v.importScripts&&t&&t.protocol!=="file:"&&!x(N)?(r=N,v.addEventListener("message",j,!1)):r="onreadystatechange"in p("script")?function(H){u.appendChild(p("script")).onreadystatechange=function(){u.removeChild(this),M(H)}}:function(H){setTimeout(q(H),0)}),d.exports={set:f,clear:s}},function(d,F,e){var t=e(37);d.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(t)},function(d,F,e){var t=e(31),r=function(n){var c,v;this.promise=new n(function(g,o){if(c!==void 0||v!==void 0)throw TypeError("Bad Promise constructor");c=g,v=o}),this.resolve=t(c),this.reject=t(v)};d.exports.f=function(n){return new r(n)}},function(d,F,e){e(5)({target:"Object",stat:!0},{setPrototypeOf:e(38)})},function(d,F,e){var t=e(5),r=e(1),n=e(14),c=e(66),v=e(145);t({target:"Object",stat:!0,forced:r(function(){c(1)}),sham:!v},{getPrototypeOf:function(g){return c(n(g))}})},function(d,F,e){var t=e(1);d.exports=!t(function(){function r(){}return r.prototype.constructor=null,Object.getPrototypeOf(new r)!==r.prototype})},function(d,F,e){var t=e(5),r=e(26),n=e(35),c=e(190),v=e(105),g=e(8),o=e(7),a=e(34),w=e(1),x=r("Reflect","construct"),u=Object.prototype,l=[].push,p=w(function(){function y(){}return!(x(function(){},[],y)instanceof y)}),h=!w(function(){x(function(){})}),E=p||h;t({target:"Reflect",stat:!0,forced:E,sham:E},{construct:function(y,f){v(y),g(f);var s=arguments.length<3?y:v(arguments[2]);if(h&&!p)return x(y,f,s);if(y==s){switch(f.length){case 0:return new y;case 1:return new y(f[0]);case 2:return new y(f[0],f[1]);case 3:return new y(f[0],f[1],f[2]);case 4:return new y(f[0],f[1],f[2],f[3])}var B=[null];return n(l,B,f),new(n(c,y,B))}var A=s.prototype,C=a(o(A)?A:u),S=n(y,C,f);return o(S)?S:C}})},function(d,F,e){var t=e(4),r=e(34),n=e(10),c=t("unscopables"),v=Array.prototype;v[c]==null&&n.f(v,c,{configurable:!0,value:r(null)}),d.exports=function(g){v[c][g]=!0}},function(d,F,e){var t,r,n,c=e(1),v=e(6),g=e(34),o=e(66),a=e(17),w=e(4),x=e(42),u=w("iterator"),l=!1;[].keys&&("next"in(n=[].keys())?(r=o(o(n)))!==Object.prototype&&(t=r):l=!0),t==null||c(function(){var p={};return t[u].call(p)!==p})?t={}:x&&(t=g(t)),v(t[u])||a(t,u,function(){return this}),d.exports={IteratorPrototype:t,BUGGY_SAFARI_ITERATORS:l}},function(d,F,e){var t=e(4);F.f=t},function(d,F,e){var t=e(195),r=e(9),n=e(149),c=e(10).f;d.exports=function(v){var g=t.Symbol||(t.Symbol={});r(g,v)||c(g,v,{value:n.f(v)})}},function(d,F,e){var t,r,n,c,v,g,o,a;d.exports=(a=e(25),e(200),e(201),r=(t=a).lib,n=r.Base,c=r.WordArray,v=t.algo,g=v.MD5,o=v.EvpKDF=n.extend({cfg:n.extend({keySize:4,hasher:g,iterations:1}),init:function(w){this.cfg=this.cfg.extend(w)},compute:function(w,x){for(var u,l=this.cfg,p=l.hasher.create(),h=c.create(),E=h.words,y=l.keySize,f=l.iterations;E.length<y;){u&&p.update(u),u=p.update(w).finalize(x),p.reset();for(var s=1;s<f;s++)u=p.finalize(u),p.reset();h.concat(u)}return h.sigBytes=4*y,h}}),t.EvpKDF=function(w,x,u){return o.create(u).compute(w,x)},a.EvpKDF)},function(d,F,e){var t,r,n,c,v,g,o,a,w,x,u,l,p,h,E,y,f,s,B;d.exports=(t=e(25),e(151),void(t.lib.Cipher||(r=t,n=r.lib,c=n.Base,v=n.WordArray,g=n.BufferedBlockAlgorithm,o=r.enc,o.Utf8,a=o.Base64,w=r.algo.EvpKDF,x=n.Cipher=g.extend({cfg:c.extend(),createEncryptor:function(A,C){return this.create(this._ENC_XFORM_MODE,A,C)},createDecryptor:function(A,C){return this.create(this._DEC_XFORM_MODE,A,C)},init:function(A,C,S){this.cfg=this.cfg.extend(S),this._xformMode=A,this._key=C,this.reset()},reset:function(){g.reset.call(this),this._doReset()},process:function(A){return this._append(A),this._process()},finalize:function(A){return A&&this._append(A),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function A(C){return typeof C=="string"?B:f}return function(C){return{encrypt:function(S,I,D){return A(I).encrypt(C,S,I,D)},decrypt:function(S,I,D){return A(I).decrypt(C,S,I,D)}}}}()}),n.StreamCipher=x.extend({_doFinalize:function(){return this._process(!0)},blockSize:1}),u=r.mode={},l=n.BlockCipherMode=c.extend({createEncryptor:function(A,C){return this.Encryptor.create(A,C)},createDecryptor:function(A,C){return this.Decryptor.create(A,C)},init:function(A,C){this._cipher=A,this._iv=C}}),p=u.CBC=function(){var A=l.extend();function C(S,I,D){var R,M=this._iv;M?(R=M,this._iv=void 0):R=this._prevBlock;for(var q=0;q<D;q++)S[I+q]^=R[q]}return A.Encryptor=A.extend({processBlock:function(S,I){var D=this._cipher,R=D.blockSize;C.call(this,S,I,R),D.encryptBlock(S,I),this._prevBlock=S.slice(I,I+R)}}),A.Decryptor=A.extend({processBlock:function(S,I){var D=this._cipher,R=D.blockSize,M=S.slice(I,I+R);D.decryptBlock(S,I),C.call(this,S,I,R),this._prevBlock=M}}),A}(),h=(r.pad={}).Pkcs7={pad:function(A,C){for(var S=4*C,I=S-A.sigBytes%S,D=I<<24|I<<16|I<<8|I,R=[],M=0;M<I;M+=4)R.push(D);var q=v.create(R,I);A.concat(q)},unpad:function(A){var C=255&A.words[A.sigBytes-1>>>2];A.sigBytes-=C}},n.BlockCipher=x.extend({cfg:x.cfg.extend({mode:p,padding:h}),reset:function(){var A;x.reset.call(this);var C=this.cfg,S=C.iv,I=C.mode;this._xformMode==this._ENC_XFORM_MODE?A=I.createEncryptor:(A=I.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==A?this._mode.init(this,S&&S.words):(this._mode=A.call(I,this,S&&S.words),this._mode.__creator=A)},_doProcessBlock:function(A,C){this._mode.processBlock(A,C)},_doFinalize:function(){var A,C=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(C.pad(this._data,this.blockSize),A=this._process(!0)):(A=this._process(!0),C.unpad(A)),A},blockSize:4}),E=n.CipherParams=c.extend({init:function(A){this.mixIn(A)},toString:function(A){return(A||this.formatter).stringify(this)}}),y=(r.format={}).OpenSSL={stringify:function(A){var C=A.ciphertext,S=A.salt;return(S?v.create([1398893684,1701076831]).concat(S).concat(C):C).toString(a)},parse:function(A){var C,S=a.parse(A),I=S.words;return I[0]==1398893684&&I[1]==1701076831&&(C=v.create(I.slice(2,4)),I.splice(0,4),S.sigBytes-=16),E.create({ciphertext:S,salt:C})}},f=n.SerializableCipher=c.extend({cfg:c.extend({format:y}),encrypt:function(A,C,S,I){I=this.cfg.extend(I);var D=A.createEncryptor(S,I),R=D.finalize(C),M=D.cfg;return E.create({ciphertext:R,key:S,iv:M.iv,algorithm:A,mode:M.mode,padding:M.padding,blockSize:A.blockSize,formatter:I.format})},decrypt:function(A,C,S,I){return I=this.cfg.extend(I),C=this._parse(C,I.format),A.createDecryptor(S,I).finalize(C.ciphertext)},_parse:function(A,C){return typeof A=="string"?C.parse(A,this):A}}),s=(r.kdf={}).OpenSSL={execute:function(A,C,S,I){I||(I=v.random(8));var D=w.create({keySize:C+S}).compute(A,I),R=v.create(D.words.slice(C),4*S);return D.sigBytes=4*C,E.create({key:D,iv:R,salt:I})}},B=n.PasswordBasedCipher=f.extend({cfg:f.cfg.extend({kdf:s}),encrypt:function(A,C,S,I){var D=(I=this.cfg.extend(I)).kdf.execute(S,A.keySize,A.ivSize);I.iv=D.iv;var R=f.encrypt.call(this,A,C,D.key,I);return R.mixIn(D),R},decrypt:function(A,C,S,I){I=this.cfg.extend(I),C=this._parse(C,I.format);var D=I.kdf.execute(S,A.keySize,A.ivSize,C.salt);return I.iv=D.iv,f.decrypt.call(this,A,C,D.key,I)}}))))},function(d,F,e){function t(l){return function(p){if(Array.isArray(p))return r(p)}(l)||function(p){if(typeof Symbol!="undefined"&&p[Symbol.iterator]!=null||p["@@iterator"]!=null)return Array.from(p)}(l)||function(p,h){if(p){if(typeof p=="string")return r(p,h);var E=Object.prototype.toString.call(p).slice(8,-1);if(E==="Object"&&p.constructor&&(E=p.constructor.name),E==="Map"||E==="Set")return Array.from(p);if(E==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(E))return r(p,h)}}(l)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
@@ -22,4 +22,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
22
22
|
*
|
|
23
23
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
24
24
|
* @license MIT
|
|
25
|
-
*/d.exports=function(t){return t!=null&&(e(t)||function(r){return typeof r.readFloatLE=="function"&&typeof r.slice=="function"&&e(r.slice(0,0))}(t)||!!t._isBuffer)}},function(d,F,e){e.r(F),e.d(F,"ELog",function(){return p}),e.d(F,"ELogType",function(){return t}),e.d(F,"LogLevel",function(){return r});var t,r,n=e(1);(function(h){h.Log="log",h.Debug="debug",h.Info="info",h.Error="error",h.Warn="warn"})(t||(t={})),function(h){h[h.TRACE=0]="TRACE",h[h.DEBUG=1]="DEBUG",h[h.INFO=2]="INFO",h[h.WARN=3]="WARN",h[h.ERROR=4]="ERROR",h[h.NONE=5]="NONE"}(r||(r={}));var c=e(2),v=e.n(c);function g(h,E){E===void 0&&(E="polyv_sdk_api_innor");for(var y="",f=0,s=Object.keys(h).filter(function(A){return A!=="sign"}).sort();f<s.length;f++){var B=s[f];y+=""+B+h[B]}return v()(E+y+E).toLocaleUpperCase()}function o(h){return typeof h=="object"&&!Array.isArray(h)&&h!=null}var a=function(){function h(E){this.elog=E,this.queue=[]}return h.prototype.destroy=function(){this.clearTimer()},h.prototype.startTimer=function(){var E=this;this.timer||(this.timer=window.setInterval(function(){E.sendLogData()},this.elog.intervalTime))},h.prototype.clearTimer=function(){clearInterval(this.timer),this.timer=void 0},h.prototype.joinQueue=function(E){this.queue.push(E),this.queue.length>=this.elog.maxQueueNumber?this.sendLogData():this.startTimer()},h.prototype.getLogDataByLive=function(E,y){if(this.elog.channelId){var f=this.elog.channelId,s=Date.now(),B={timestamp:s,ltype:y,sign:g({channelId:f,ltype:y,timestamp:s}),log:E,channelId:f};return{url:this.elog.customLiveApiUrl?this.elog.customLiveApiUrl:this.elog.elogDomain+"/v4/live/save-elog",data:B}}},h.prototype.getLogDataByVod=function(E,y){if(this.elog.userId){var f=this.elog.userId,s=Date.now(),B={timestamp:s,ltype:y,sign:g({userId:f,ltype:y,timestamp:s}),log:E,userId:f};return{url:this.elog.customVodApiUrl?this.elog.customVodApiUrl:this.elog.elogDomain+"/v4/vod/save-elog",data:B}}},h.prototype.sendLogData=function(){if(this.queue.length!==0){if(this.elog.logEnabled)if(this.elog.ltype){var E=this.elog,y=E.ltype,f=E.sendLog,s=E.useType;try{var B=JSON.stringify(this.queue),A=void 0;switch(s){case"live":A=this.getLogDataByLive(B,y);break;case"vod":A=this.getLogDataByVod(B,y)}if(!A)return;var C=A.url,S=A.data;typeof f=="function"?f(C,S):function(I,D){var R=new FormData;for(var M in D)R.append(M,D[M]);var q=new XMLHttpRequest;q.open("post",I),q.send(R)}(C,S),this.queue=[],this.clearTimer()}catch(I){console.error(I)}}else console.error("sendLogData error, ltype is undefined")}else this.clearTimer()},h}(),w=function(){return(w=Object.assign||function(h){for(var E,y=1,f=arguments.length;y<f;y++)for(var s in E=arguments[y])Object.prototype.hasOwnProperty.call(E,s)&&(h[s]=E[s]);return h}).apply(this,arguments)},x=function(h,E){for(var y=0,f=E.length,s=h.length;y<f;y++,s++)h[s]=E[y];return h},u=Object(n.uuidV4)(),l=navigator.userAgent,p=function(){function h(E){var y,f,s,B,A,C,S,I;E===void 0&&(E={}),this.version="2.2.1",this.elogDomain=this.__getElogDomain(E.elogDomain),this.customLiveApiUrl=E.liveApiUrl,this.customVodApiUrl=E.vodApiUrl,this.useType=E.useType||"live",this.channelId=E.channelId,this.userId=E.userId,this.viewerInfo=E.viewerInfo,this.ltype=E.ltype,this.intervalTime=(y=E.intervalTime)!==null&&y!==void 0?y:5e3,this.maxQueueNumber=(f=E.maxQueueNumber)!==null&&f!==void 0?f:30,this.logEnabled=(s=E.logEnabled)===null||s===void 0||s,this.logLevel=(B=E.logLevel)!==null&&B!==void 0?B:r.TRACE,this.consoleEnabled=(A=E.consoleEnabled)===null||A===void 0||A,this.consoleLevel=(C=E.consoleLevel)!==null&&C!==void 0?C:r.TRACE,this.consolePrefix=(S=E.consolePrefix)!==null&&S!==void 0?S:[],this.globalLog=(I=E.globalLog)!==null&&I!==void 0?I:{},this.sendLog=E.sendLog,this.logQueue=new a(this),this.joinLogQueue(t.Info,["user-agent"],{userAgent:l})}return h.prototype.__getElogDomain=function(E){return E||window.PLV_GLOBAL_URL_ORIGIN&&window.PLV_GLOBAL_URL_ORIGIN.elogOrigin||"https://elog.polyv.net"},h.prototype.setChannelId=function(E){return this.channelId=E,this},h.prototype.setUserId=function(E){return this.userId=E,this},h.prototype.setViewerInfo=function(E){return this.viewerInfo=E,this},h.prototype.setLogEnabled=function(E){return E===void 0&&(E=!0),this.logEnabled=E,this},h.prototype.getMessages=function(){return this.logQueue.queue},h.prototype.getConsoleContent=function(E){return x(x([],this.consolePrefix),E)},h.prototype.compareConsoleLevel=function(E){return this.consoleEnabled&&E>=this.consoleLevel},h.prototype.compareLogLevel=function(E){return E>=this.logLevel},h.prototype.log=function(){for(var E=[],y=0;y<arguments.length;y++)E[y]=arguments[y];var f=r.TRACE;return this.compareConsoleLevel(f)&&console.log.apply(console,this.getConsoleContent(E)),this.compareLogLevel(f)&&this.joinLogQueue(t.Log,E),this},h.prototype.debug=function(){for(var E=[],y=0;y<arguments.length;y++)E[y]=arguments[y];var f=r.DEBUG;return this.compareConsoleLevel(f)&&console.debug.apply(console,this.getConsoleContent(E)),this.compareLogLevel(f)&&this.joinLogQueue(t.Debug,E),this},h.prototype.info=function(){for(var E=[],y=0;y<arguments.length;y++)E[y]=arguments[y];var f=r.INFO;return this.compareConsoleLevel(f)&&console.info.apply(console,this.getConsoleContent(E)),this.compareLogLevel(f)&&this.joinLogQueue(t.Info,E),this},h.prototype.warn=function(){for(var E=[],y=0;y<arguments.length;y++)E[y]=arguments[y];var f=r.WARN;return this.compareConsoleLevel(f)&&console.warn.apply(console,this.getConsoleContent(E)),this.compareLogLevel(f)&&this.joinLogQueue(t.Warn,E),this},h.prototype.error=function(){for(var E=[],y=0;y<arguments.length;y++)E[y]=arguments[y];var f=r.ERROR;return this.compareConsoleLevel(f)&&console.error.apply(console,this.getConsoleContent(E)),this.compareLogLevel(f)&&this.joinLogQueue(t.Error,E),this},h.prototype.joinLogQueue=function(E,y,f){f===void 0&&(f={});var s=y.length>1?y:y[0],B=this.buildLogData(E,s,f);B&&this.logQueue.joinQueue(B)},h.prototype.buildLogData=function(E,y,f){var s,B;if(f===void 0&&(f={}),this.ltype){var A=w({type:E,uauuid:u,time:Date.now(),ltype:this.ltype,logVersion:this.version,str:"",arr:[],obj:{}},f);!((s=this.viewerInfo)===null||s===void 0)&&s.viewerId&&(A.viewerId=this.viewerInfo.viewerId),!((B=this.viewerInfo)===null||B===void 0)&&B.viewerName&&(A.viewerName=this.viewerInfo.viewerName),["string","number","boolean","undefined"].includes(typeof y)?A.str=""+y:function(S){return Array.isArray(S)}(y)?A.arr=y:typeof y=="object"&&(A.obj=y);var C=this.getGlobalLog(A);return o(C)&&(A=w(w({},A),C)),A}},h.prototype.getGlobalLog=function(E){if(o(this.globalLog))return this.globalLog;if(typeof this.globalLog=="function"){var y=this.globalLog(E);if(o(y))return y}},h.prototype.destroy=function(){this.logQueue.destroy()},h.version="2.2.1",h}()}]);class Bi{constructor(F){ne(this,"__iarCore");ne(this,"iarCore");this.interactionCore=F,this.__iarCore=F,this.iarCore=F}}var Ce=(d=>(d.Quick="quick",d.Question="question",d))(Ce||{}),pe=(d=>(d.SubmitSuccess="SubmitSuccess",d.AnswerCardEnd="AnswerCardEnd",d.AnswerSubmitted="AnswerSubmitted",d.SubmitFailed="SubmitFailed",d))(pe||{}),Ae=(d=>(d.StartAnswerCard="StartAnswerCard",d.StopAnswerCard="StopAnswerCard",d.AnswerCardResult="AnswerCardResult",d))(Ae||{});function wr(d){const F={answerCardType:d.itemType===0?Ce.Question:Ce.Quick,question:{questionId:d.questionId,type:d.type,title:d.name,required:!0,options:Ai(d)}};return d.duration&&(F.duration=d.duration),F}function Ai(d){const F=[],e=Object.keys(d);let t=1;for(;e.includes(`option${t}`);){const r=d[`option${t}`];if(typeof r=="string"&&r){const n={id:yt(t),content:r},c=d[`tips${t}`];c&&(n.tips=c),d.answer&&(n.isRight=d.answer.includes(n.id)),F.push(n)}else break;t++}return F}class wi extends Bi{constructor(e){super(e);ne(this,"AnswerCardType",Ce);ne(this,"AnswerCardEvent",Ae);ne(this,"AnswerCardSubmitResult",pe);ne(this,"eventEmitter",new sn);ne(this,"__currentAnswerCard");ne(this,"__processSocketCache",()=>{const e=this.interactionCore.getSocketCache("answer-card");let t=[];e.forEach(r=>{const n=r.data;switch(n.EVENT){case"GET_TEST_QUESTION_CONTENT":t.push(n);break;case"STOP_TEST_QUESTION":t=t.filter(c=>c.questionId!==n.questionId);break}}),t.length&&this.__onStartAnswerCard(t[t.length-1])});ne(this,"__onStartAnswerCard",e=>ue(this,null,function*(){const t=wr(e);if(localStorage.getItem(`answer-card-${e.questionId}`)&&localStorage.removeItem(`answer-card-${e.questionId}`),e.duration){const n=yield this.__getDuration();t.duration=n,this.__startPollingDuration()}this.__currentAnswerCard=t,this.eventEmitter.emit(Ae.StartAnswerCard,{answerCardData:t})}));ne(this,"__onStopAnswerCard",e=>ue(this,null,function*(){this.__currentAnswerCard=void 0,this.eventEmitter.emit(Ae.StopAnswerCard,{questionId:e.questionId})}));ne(this,"__onAnswerCardResult",e=>ue(this,null,function*(){const t=wr(e.content),r=yield this.__getUserAnswer(t.question.questionId),n=e.result.total;t.question.answerCount=n;const c=t.question.type===Q0.Scor;let v=0;e.result.singleResult.forEach((a,w)=>{const x=a,u=n?Number((a/n*100).toFixed(2)):0,l=t.question.options[w];l.answerCount=x,l.answerPercent=u,c&&(v+=Number(l.content)*x)});const g={answerCardData:t,userAnswer:cn(r,t.question.type),isRight:r===e.result.answer,isSubmitted:!!r},o=n?parseFloat((v/n).toFixed(4)):0;c&&(g.averageScore=o),this.eventEmitter.emit(Ae.AnswerCardResult,{answerCardResult:g})}));ne(this,"__pollingTimer");e.addSocketHandles("answer-card",{GET_TEST_QUESTION_CONTENT:this.__onStartAnswerCard,STOP_TEST_QUESTION:this.__onStopAnswerCard,GET_TEST_QUESTION_RESULT:this.__onAnswerCardResult}),this.__processSocketCache()}__getDuration(){return ue(this,null,function*(){return(yield this.interactionCore.emitSocket({EVENT:"GET_TEST_QUESTION_DURATION"})).time})}__startPollingDuration(){this.__stopPollingDuration(),this.__pollingTimer=window.setInterval(()=>ue(this,null,function*(){var e;if((e=this.__currentAnswerCard)!=null&&e.duration){const t=yield this.__getDuration();this.__currentAnswerCard.duration=t}else this.__stopPollingDuration()}),5e3)}__stopPollingDuration(){this.__pollingTimer&&(window.clearInterval(this.__pollingTimer),this.__pollingTimer=void 0)}__getUserAnswer(e){return ue(this,null,function*(){try{const t=localStorage.getItem(`answer-card-${e}`);return t||(yield this.interactionCore.emitSocket({EVENT:"GET_ANSWER",questionId:e},"testQuestion")).answer.option}catch(t){return""}})}getCurrentAnswerCard(){return this.__currentAnswerCard}__saveAnswer(e,t){localStorage.setItem(`answer-card-${e}`,t)}submitAnswerCard(e){return ue(this,null,function*(){const t=yield this.interactionCore.getChannelInfo(),r=yield this.interactionCore.getUserInfo(),n=un(e.answer),c={EVENT:"ANSWER_TEST_QUESTION",roomId:t.channelId,userId:r.userId,avatar:r.pic,nick:r.nick,questionId:e.answer.questionId,option:n},v=yield this.interactionCore.emitSocket(c,"message",{checkCode:!1});let g=pe.SubmitFailed;switch(v.code){case 200:g=pe.SubmitSuccess,this.__saveAnswer(e.answer.questionId,n);break;case 302:g=pe.AnswerCardEnd;break;case 303:g=pe.AnswerSubmitted;break}return g})}}exports.AnswerCard=wi;exports.AnswerCardSubmitResult=pe;exports.AnswerCardType=Ce;console.log("%c@polyv/answer-card-sdk","background:#67C23A;padding: 2px 6px;border-radius: 3px;color: #fff","[version: 2.5.0-rc-20251113.1]","[buildTime: 2025-11-13 05:47:20]");
|
|
25
|
+
*/d.exports=function(t){return t!=null&&(e(t)||function(r){return typeof r.readFloatLE=="function"&&typeof r.slice=="function"&&e(r.slice(0,0))}(t)||!!t._isBuffer)}},function(d,F,e){e.r(F),e.d(F,"ELog",function(){return p}),e.d(F,"ELogType",function(){return t}),e.d(F,"LogLevel",function(){return r});var t,r,n=e(1);(function(h){h.Log="log",h.Debug="debug",h.Info="info",h.Error="error",h.Warn="warn"})(t||(t={})),function(h){h[h.TRACE=0]="TRACE",h[h.DEBUG=1]="DEBUG",h[h.INFO=2]="INFO",h[h.WARN=3]="WARN",h[h.ERROR=4]="ERROR",h[h.NONE=5]="NONE"}(r||(r={}));var c=e(2),v=e.n(c);function g(h,E){E===void 0&&(E="polyv_sdk_api_innor");for(var y="",f=0,s=Object.keys(h).filter(function(A){return A!=="sign"}).sort();f<s.length;f++){var B=s[f];y+=""+B+h[B]}return v()(E+y+E).toLocaleUpperCase()}function o(h){return typeof h=="object"&&!Array.isArray(h)&&h!=null}var a=function(){function h(E){this.elog=E,this.queue=[]}return h.prototype.destroy=function(){this.clearTimer()},h.prototype.startTimer=function(){var E=this;this.timer||(this.timer=window.setInterval(function(){E.sendLogData()},this.elog.intervalTime))},h.prototype.clearTimer=function(){clearInterval(this.timer),this.timer=void 0},h.prototype.joinQueue=function(E){this.queue.push(E),this.queue.length>=this.elog.maxQueueNumber?this.sendLogData():this.startTimer()},h.prototype.getLogDataByLive=function(E,y){if(this.elog.channelId){var f=this.elog.channelId,s=Date.now(),B={timestamp:s,ltype:y,sign:g({channelId:f,ltype:y,timestamp:s}),log:E,channelId:f};return{url:this.elog.customLiveApiUrl?this.elog.customLiveApiUrl:this.elog.elogDomain+"/v4/live/save-elog",data:B}}},h.prototype.getLogDataByVod=function(E,y){if(this.elog.userId){var f=this.elog.userId,s=Date.now(),B={timestamp:s,ltype:y,sign:g({userId:f,ltype:y,timestamp:s}),log:E,userId:f};return{url:this.elog.customVodApiUrl?this.elog.customVodApiUrl:this.elog.elogDomain+"/v4/vod/save-elog",data:B}}},h.prototype.sendLogData=function(){if(this.queue.length!==0){if(this.elog.logEnabled)if(this.elog.ltype){var E=this.elog,y=E.ltype,f=E.sendLog,s=E.useType;try{var B=JSON.stringify(this.queue),A=void 0;switch(s){case"live":A=this.getLogDataByLive(B,y);break;case"vod":A=this.getLogDataByVod(B,y)}if(!A)return;var C=A.url,S=A.data;typeof f=="function"?f(C,S):function(I,D){var R=new FormData;for(var M in D)R.append(M,D[M]);var q=new XMLHttpRequest;q.open("post",I),q.send(R)}(C,S),this.queue=[],this.clearTimer()}catch(I){console.error(I)}}else console.error("sendLogData error, ltype is undefined")}else this.clearTimer()},h}(),w=function(){return(w=Object.assign||function(h){for(var E,y=1,f=arguments.length;y<f;y++)for(var s in E=arguments[y])Object.prototype.hasOwnProperty.call(E,s)&&(h[s]=E[s]);return h}).apply(this,arguments)},x=function(h,E){for(var y=0,f=E.length,s=h.length;y<f;y++,s++)h[s]=E[y];return h},u=Object(n.uuidV4)(),l=navigator.userAgent,p=function(){function h(E){var y,f,s,B,A,C,S,I;E===void 0&&(E={}),this.version="2.2.1",this.elogDomain=this.__getElogDomain(E.elogDomain),this.customLiveApiUrl=E.liveApiUrl,this.customVodApiUrl=E.vodApiUrl,this.useType=E.useType||"live",this.channelId=E.channelId,this.userId=E.userId,this.viewerInfo=E.viewerInfo,this.ltype=E.ltype,this.intervalTime=(y=E.intervalTime)!==null&&y!==void 0?y:5e3,this.maxQueueNumber=(f=E.maxQueueNumber)!==null&&f!==void 0?f:30,this.logEnabled=(s=E.logEnabled)===null||s===void 0||s,this.logLevel=(B=E.logLevel)!==null&&B!==void 0?B:r.TRACE,this.consoleEnabled=(A=E.consoleEnabled)===null||A===void 0||A,this.consoleLevel=(C=E.consoleLevel)!==null&&C!==void 0?C:r.TRACE,this.consolePrefix=(S=E.consolePrefix)!==null&&S!==void 0?S:[],this.globalLog=(I=E.globalLog)!==null&&I!==void 0?I:{},this.sendLog=E.sendLog,this.logQueue=new a(this),this.joinLogQueue(t.Info,["user-agent"],{userAgent:l})}return h.prototype.__getElogDomain=function(E){return E||window.PLV_GLOBAL_URL_ORIGIN&&window.PLV_GLOBAL_URL_ORIGIN.elogOrigin||"https://elog.polyv.net"},h.prototype.setChannelId=function(E){return this.channelId=E,this},h.prototype.setUserId=function(E){return this.userId=E,this},h.prototype.setViewerInfo=function(E){return this.viewerInfo=E,this},h.prototype.setLogEnabled=function(E){return E===void 0&&(E=!0),this.logEnabled=E,this},h.prototype.getMessages=function(){return this.logQueue.queue},h.prototype.getConsoleContent=function(E){return x(x([],this.consolePrefix),E)},h.prototype.compareConsoleLevel=function(E){return this.consoleEnabled&&E>=this.consoleLevel},h.prototype.compareLogLevel=function(E){return E>=this.logLevel},h.prototype.log=function(){for(var E=[],y=0;y<arguments.length;y++)E[y]=arguments[y];var f=r.TRACE;return this.compareConsoleLevel(f)&&console.log.apply(console,this.getConsoleContent(E)),this.compareLogLevel(f)&&this.joinLogQueue(t.Log,E),this},h.prototype.debug=function(){for(var E=[],y=0;y<arguments.length;y++)E[y]=arguments[y];var f=r.DEBUG;return this.compareConsoleLevel(f)&&console.debug.apply(console,this.getConsoleContent(E)),this.compareLogLevel(f)&&this.joinLogQueue(t.Debug,E),this},h.prototype.info=function(){for(var E=[],y=0;y<arguments.length;y++)E[y]=arguments[y];var f=r.INFO;return this.compareConsoleLevel(f)&&console.info.apply(console,this.getConsoleContent(E)),this.compareLogLevel(f)&&this.joinLogQueue(t.Info,E),this},h.prototype.warn=function(){for(var E=[],y=0;y<arguments.length;y++)E[y]=arguments[y];var f=r.WARN;return this.compareConsoleLevel(f)&&console.warn.apply(console,this.getConsoleContent(E)),this.compareLogLevel(f)&&this.joinLogQueue(t.Warn,E),this},h.prototype.error=function(){for(var E=[],y=0;y<arguments.length;y++)E[y]=arguments[y];var f=r.ERROR;return this.compareConsoleLevel(f)&&console.error.apply(console,this.getConsoleContent(E)),this.compareLogLevel(f)&&this.joinLogQueue(t.Error,E),this},h.prototype.joinLogQueue=function(E,y,f){f===void 0&&(f={});var s=y.length>1?y:y[0],B=this.buildLogData(E,s,f);B&&this.logQueue.joinQueue(B)},h.prototype.buildLogData=function(E,y,f){var s,B;if(f===void 0&&(f={}),this.ltype){var A=w({type:E,uauuid:u,time:Date.now(),ltype:this.ltype,logVersion:this.version,str:"",arr:[],obj:{}},f);!((s=this.viewerInfo)===null||s===void 0)&&s.viewerId&&(A.viewerId=this.viewerInfo.viewerId),!((B=this.viewerInfo)===null||B===void 0)&&B.viewerName&&(A.viewerName=this.viewerInfo.viewerName),["string","number","boolean","undefined"].includes(typeof y)?A.str=""+y:function(S){return Array.isArray(S)}(y)?A.arr=y:typeof y=="object"&&(A.obj=y);var C=this.getGlobalLog(A);return o(C)&&(A=w(w({},A),C)),A}},h.prototype.getGlobalLog=function(E){if(o(this.globalLog))return this.globalLog;if(typeof this.globalLog=="function"){var y=this.globalLog(E);if(o(y))return y}},h.prototype.destroy=function(){this.logQueue.destroy()},h.version="2.2.1",h}()}]);class Bi{constructor(F){ne(this,"__iarCore");ne(this,"iarCore");this.interactionCore=F,this.__iarCore=F,this.iarCore=F}}var Ce=(d=>(d.Quick="quick",d.Question="question",d))(Ce||{}),pe=(d=>(d.SubmitSuccess="SubmitSuccess",d.AnswerCardEnd="AnswerCardEnd",d.AnswerSubmitted="AnswerSubmitted",d.SubmitFailed="SubmitFailed",d))(pe||{}),me=(d=>(d.StartAnswerCard="StartAnswerCard",d.StopAnswerCard="StopAnswerCard",d.AnswerCardResult="AnswerCardResult",d.SubmitAnswerCard="SubmitAnswerCard",d))(me||{});function wr(d){const F={answerCardType:d.itemType===0?Ce.Question:Ce.Quick,question:{questionId:d.questionId,type:d.type,title:d.name,required:!0,options:Ai(d)}};return d.duration&&(F.duration=d.duration),F}function Ai(d){const F=[],e=Object.keys(d);let t=1;for(;e.includes(`option${t}`);){const r=d[`option${t}`];if(typeof r=="string"&&r){const n={id:yt(t),content:r},c=d[`tips${t}`];c&&(n.tips=c),d.answer&&(n.isRight=d.answer.includes(n.id)),F.push(n)}else break;t++}return F}class wi extends Bi{constructor(e){super(e);ne(this,"AnswerCardType",Ce);ne(this,"AnswerCardEvent",me);ne(this,"AnswerCardSubmitResult",pe);ne(this,"eventEmitter",new sn);ne(this,"__currentAnswerCard");ne(this,"__processSocketCache",()=>{const e=this.interactionCore.getSocketCache("answer-card");let t=[];e.forEach(r=>{const n=r.data;switch(n.EVENT){case"GET_TEST_QUESTION_CONTENT":t.push(n);break;case"STOP_TEST_QUESTION":t=t.filter(c=>c.questionId!==n.questionId);break}}),t.length&&this.__onStartAnswerCard(t[t.length-1])});ne(this,"__onStartAnswerCard",e=>ue(this,null,function*(){const t=wr(e);if(localStorage.getItem(`answer-card-${e.questionId}`)&&localStorage.removeItem(`answer-card-${e.questionId}`),e.duration){const n=yield this.__getDuration();t.duration=n,this.__startPollingDuration()}this.__currentAnswerCard=t,this.eventEmitter.emit(me.StartAnswerCard,{answerCardData:t})}));ne(this,"__onStopAnswerCard",e=>ue(this,null,function*(){this.__currentAnswerCard=void 0,this.eventEmitter.emit(me.StopAnswerCard,{questionId:e.questionId})}));ne(this,"__onAnswerCardResult",e=>ue(this,null,function*(){const t=wr(e.content),r=yield this.__getUserAnswer(t.question.questionId),n=e.result.total;t.question.answerCount=n;const c=t.question.type===Q0.Scor;let v=0;e.result.singleResult.forEach((a,w)=>{const x=a,u=n?Number((a/n*100).toFixed(2)):0,l=t.question.options[w];l.answerCount=x,l.answerPercent=u,c&&(v+=Number(l.content)*x)});const g={answerCardData:t,userAnswer:cn(r,t.question.type),isRight:r===e.result.answer,isSubmitted:!!r},o=n?parseFloat((v/n).toFixed(4)):0;c&&(g.averageScore=o),this.eventEmitter.emit(me.AnswerCardResult,{answerCardResult:g})}));ne(this,"__pollingTimer");e.addSocketHandles("answer-card",{GET_TEST_QUESTION_CONTENT:this.__onStartAnswerCard,STOP_TEST_QUESTION:this.__onStopAnswerCard,GET_TEST_QUESTION_RESULT:this.__onAnswerCardResult}),this.__processSocketCache()}__getDuration(){return ue(this,null,function*(){return(yield this.interactionCore.emitSocket({EVENT:"GET_TEST_QUESTION_DURATION"})).time})}__startPollingDuration(){this.__stopPollingDuration(),this.__pollingTimer=window.setInterval(()=>ue(this,null,function*(){var e;if((e=this.__currentAnswerCard)!=null&&e.duration){const t=yield this.__getDuration();this.__currentAnswerCard.duration=t}else this.__stopPollingDuration()}),5e3)}__stopPollingDuration(){this.__pollingTimer&&(window.clearInterval(this.__pollingTimer),this.__pollingTimer=void 0)}__getUserAnswer(e){return ue(this,null,function*(){try{const t=localStorage.getItem(`answer-card-${e}`);return t||(yield this.interactionCore.emitSocket({EVENT:"GET_ANSWER",questionId:e},"testQuestion")).answer.option}catch(t){return""}})}getCurrentAnswerCard(){return this.__currentAnswerCard}__saveAnswer(e,t){localStorage.setItem(`answer-card-${e}`,t)}submitAnswerCard(e){return ue(this,null,function*(){const t=yield this.interactionCore.getChannelInfo(),r=yield this.interactionCore.getUserInfo(),n=un(e.answer),c={EVENT:"ANSWER_TEST_QUESTION",roomId:t.channelId,userId:r.userId,avatar:r.pic,nick:r.nick,questionId:e.answer.questionId,option:n},v=yield this.interactionCore.emitSocket(c,"message",{checkCode:!1});let g=pe.SubmitFailed;switch(v.code){case 200:g=pe.SubmitSuccess,this.__saveAnswer(e.answer.questionId,n);break;case 302:g=pe.AnswerCardEnd;break;case 303:g=pe.AnswerSubmitted;break}return this.__currentAnswerCard=void 0,this.eventEmitter.emit(me.SubmitAnswerCard,{}),g})}}exports.AnswerCard=wi;exports.AnswerCardSubmitResult=pe;exports.AnswerCardType=Ce;console.log("%c@polyv/answer-card-sdk","background:#67C23A;padding: 2px 6px;border-radius: 3px;color: #fff","[version: 2.5.0-rc-20251204.2]","[buildTime: 2025-12-04 07:46:19]");
|