8 lines
68 KiB
JavaScript
8 lines
68 KiB
JavaScript
import{d as Fi}from"./chunk-WMCBVXPA.js";import{c as Tt,o as lt,q as mt}from"./chunk-QTLWQ5AJ.js";var oi=Tt(Wt=>{"use strict";lt();mt();Object.defineProperty(Wt,"__esModule",{value:!0});Wt.version=void 0;Wt.version="logger/5.7.0"});var Jt=Tt(Et=>{"use strict";lt();mt();Object.defineProperty(Et,"__esModule",{value:!0});Et.Logger=Et.ErrorCode=Et.LogLevel=void 0;var fi=!1,si=!1,Xt={debug:1,default:2,info:2,warning:3,error:4,off:5},hi=Xt.default,Bi=oi(),Sr=null;function Oi(){try{var e=[];if(["NFD","NFC","NFKD","NFKC"].forEach(function(n){try{if("test".normalize(n)!=="test")throw new Error("bad normalize")}catch{e.push(n)}}),e.length)throw new Error("missing "+e.join(", "));if(String.fromCharCode(233).normalize("NFD")!==String.fromCharCode(101,769))throw new Error("broken implementation")}catch(n){return n.message}return null}var ai=Oi(),li;(function(e){e.DEBUG="DEBUG",e.INFO="INFO",e.WARNING="WARNING",e.ERROR="ERROR",e.OFF="OFF"})(li=Et.LogLevel||(Et.LogLevel={}));var Nt;(function(e){e.UNKNOWN_ERROR="UNKNOWN_ERROR",e.NOT_IMPLEMENTED="NOT_IMPLEMENTED",e.UNSUPPORTED_OPERATION="UNSUPPORTED_OPERATION",e.NETWORK_ERROR="NETWORK_ERROR",e.SERVER_ERROR="SERVER_ERROR",e.TIMEOUT="TIMEOUT",e.BUFFER_OVERRUN="BUFFER_OVERRUN",e.NUMERIC_FAULT="NUMERIC_FAULT",e.MISSING_NEW="MISSING_NEW",e.INVALID_ARGUMENT="INVALID_ARGUMENT",e.MISSING_ARGUMENT="MISSING_ARGUMENT",e.UNEXPECTED_ARGUMENT="UNEXPECTED_ARGUMENT",e.CALL_EXCEPTION="CALL_EXCEPTION",e.INSUFFICIENT_FUNDS="INSUFFICIENT_FUNDS",e.NONCE_EXPIRED="NONCE_EXPIRED",e.REPLACEMENT_UNDERPRICED="REPLACEMENT_UNDERPRICED",e.UNPREDICTABLE_GAS_LIMIT="UNPREDICTABLE_GAS_LIMIT",e.TRANSACTION_REPLACED="TRANSACTION_REPLACED",e.ACTION_REJECTED="ACTION_REJECTED"})(Nt=Et.ErrorCode||(Et.ErrorCode={}));var ui="0123456789abcdef",Ui=function(){function e(n){Object.defineProperty(this,"version",{enumerable:!0,value:n,writable:!1})}return e.prototype._log=function(n,s){var d=n.toLowerCase();Xt[d]==null&&this.throwArgumentError("invalid log level name","logLevel",n),!(hi>Xt[d])&&console.log.apply(console,s)},e.prototype.debug=function(){for(var n=[],s=0;s<arguments.length;s++)n[s]=arguments[s];this._log(e.levels.DEBUG,n)},e.prototype.info=function(){for(var n=[],s=0;s<arguments.length;s++)n[s]=arguments[s];this._log(e.levels.INFO,n)},e.prototype.warn=function(){for(var n=[],s=0;s<arguments.length;s++)n[s]=arguments[s];this._log(e.levels.WARNING,n)},e.prototype.makeError=function(n,s,d){if(si)return this.makeError("censored error",s,{});s||(s=e.errors.UNKNOWN_ERROR),d||(d={});var l=[];Object.keys(d).forEach(function(vt){var Rt=d[vt];try{if(Rt instanceof Uint8Array){for(var Lt="",kt=0;kt<Rt.length;kt++)Lt+=ui[Rt[kt]>>4],Lt+=ui[Rt[kt]&15];l.push(vt+"=Uint8Array(0x"+Lt+")")}else l.push(vt+"="+JSON.stringify(Rt))}catch{l.push(vt+"="+JSON.stringify(d[vt].toString()))}}),l.push("code="+s),l.push("version="+this.version);var y=n,_="";switch(s){case Nt.NUMERIC_FAULT:{_="NUMERIC_FAULT";var ut=n;switch(ut){case"overflow":case"underflow":case"division-by-zero":_+="-"+ut;break;case"negative-power":case"negative-width":_+="-unsupported";break;case"unbound-bitwise-result":_+="-unbound-result";break}break}case Nt.CALL_EXCEPTION:case Nt.INSUFFICIENT_FUNDS:case Nt.MISSING_NEW:case Nt.NONCE_EXPIRED:case Nt.REPLACEMENT_UNDERPRICED:case Nt.TRANSACTION_REPLACED:case Nt.UNPREDICTABLE_GAS_LIMIT:_=s;break}_&&(n+=" [ See: https://links.ethers.org/v5-errors-"+_+" ]"),l.length&&(n+=" ("+l.join(", ")+")");var pt=new Error(n);return pt.reason=y,pt.code=s,Object.keys(d).forEach(function(vt){pt[vt]=d[vt]}),pt},e.prototype.throwError=function(n,s,d){throw this.makeError(n,s,d)},e.prototype.throwArgumentError=function(n,s,d){return this.throwError(n,e.errors.INVALID_ARGUMENT,{argument:s,value:d})},e.prototype.assert=function(n,s,d,l){n||this.throwError(s,d,l)},e.prototype.assertArgument=function(n,s,d,l){n||this.throwArgumentError(s,d,l)},e.prototype.checkNormalize=function(n){n==null&&(n="platform missing String.prototype.normalize"),ai&&this.throwError("platform missing String.prototype.normalize",e.errors.UNSUPPORTED_OPERATION,{operation:"String.prototype.normalize",form:ai})},e.prototype.checkSafeUint53=function(n,s){typeof n=="number"&&(s==null&&(s="value not safe"),(n<0||n>=9007199254740991)&&this.throwError(s,e.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"out-of-safe-range",value:n}),n%1&&this.throwError(s,e.errors.NUMERIC_FAULT,{operation:"checkSafeInteger",fault:"non-integer",value:n}))},e.prototype.checkArgumentCount=function(n,s,d){d?d=": "+d:d="",n<s&&this.throwError("missing argument"+d,e.errors.MISSING_ARGUMENT,{count:n,expectedCount:s}),n>s&&this.throwError("too many arguments"+d,e.errors.UNEXPECTED_ARGUMENT,{count:n,expectedCount:s})},e.prototype.checkNew=function(n,s){(n===Object||n==null)&&this.throwError("missing new",e.errors.MISSING_NEW,{name:s.name})},e.prototype.checkAbstract=function(n,s){n===s?this.throwError("cannot instantiate abstract class "+JSON.stringify(s.name)+" directly; use a sub-class",e.errors.UNSUPPORTED_OPERATION,{name:n.name,operation:"new"}):(n===Object||n==null)&&this.throwError("missing new",e.errors.MISSING_NEW,{name:s.name})},e.globalLogger=function(){return Sr||(Sr=new e(Bi.version)),Sr},e.setCensorship=function(n,s){if(!n&&s&&this.globalLogger().throwError("cannot permanently disable censorship",e.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"}),fi){if(!n)return;this.globalLogger().throwError("error censorship permanent",e.errors.UNSUPPORTED_OPERATION,{operation:"setCensorship"})}si=!!n,fi=!!s},e.setLogLevel=function(n){var s=Xt[n.toLowerCase()];if(s==null){e.globalLogger().warn("invalid log level - "+n);return}hi=s},e.from=function(n){return new e(n)},e.errors=Nt,e.levels=li,e}();Et.Logger=Ui});var mi=Tt($t=>{"use strict";lt();mt();Object.defineProperty($t,"__esModule",{value:!0});$t.version=void 0;$t.version="bytes/5.7.0"});var Tr=Tt(b=>{"use strict";lt();mt();Object.defineProperty(b,"__esModule",{value:!0});b.joinSignature=b.splitSignature=b.hexZeroPad=b.hexStripZeros=b.hexValue=b.hexConcat=b.hexDataSlice=b.hexDataLength=b.hexlify=b.isHexString=b.zeroPad=b.stripZeros=b.concat=b.arrayify=b.isBytes=b.isBytesLike=void 0;var Li=Jt(),ki=mi(),R=new Li.Logger(ki.version);function gi(e){return!!e.toHexString}function Dt(e){return e.slice||(e.slice=function(){var n=Array.prototype.slice.call(arguments);return Dt(new Uint8Array(Array.prototype.slice.apply(e,n)))}),e}function di(e){return _t(e)&&!(e.length%2)||Qt(e)}b.isBytesLike=di;function vi(e){return typeof e=="number"&&e==e&&e%1===0}function Qt(e){if(e==null)return!1;if(e.constructor===Uint8Array)return!0;if(typeof e=="string"||!vi(e.length)||e.length<0)return!1;for(var n=0;n<e.length;n++){var s=e[n];if(!vi(s)||s<0||s>=256)return!1}return!0}b.isBytes=Qt;function Ut(e,n){if(n||(n={}),typeof e=="number"){R.checkSafeUint53(e,"invalid arrayify value");for(var s=[];e;)s.unshift(e&255),e=parseInt(String(e/256));return s.length===0&&s.push(0),Dt(new Uint8Array(s))}if(n.allowMissingPrefix&&typeof e=="string"&&e.substring(0,2)!=="0x"&&(e="0x"+e),gi(e)&&(e=e.toHexString()),_t(e)){var d=e.substring(2);d.length%2&&(n.hexPad==="left"?d="0"+d:n.hexPad==="right"?d+="0":R.throwArgumentError("hex data is odd-length","value",e));for(var s=[],l=0;l<d.length;l+=2)s.push(parseInt(d.substring(l,l+2),16));return Dt(new Uint8Array(s))}return Qt(e)?Dt(new Uint8Array(e)):R.throwArgumentError("invalid arrayify value","value",e)}b.arrayify=Ut;function pi(e){var n=e.map(function(l){return Ut(l)}),s=n.reduce(function(l,y){return l+y.length},0),d=new Uint8Array(s);return n.reduce(function(l,y){return d.set(y,l),l+y.length},0),Dt(d)}b.concat=pi;function Di(e){var n=Ut(e);if(n.length===0)return n;for(var s=0;s<n.length&&n[s]===0;)s++;return s&&(n=n.slice(s)),n}b.stripZeros=Di;function ci(e,n){e=Ut(e),e.length>n&&R.throwArgumentError("value out of range","value",arguments[0]);var s=new Uint8Array(n);return s.set(e,n-e.length),Dt(s)}b.zeroPad=ci;function _t(e,n){return!(typeof e!="string"||!e.match(/^0x[0-9A-Fa-f]*$/)||n&&e.length!==2+2*n)}b.isHexString=_t;var Rr="0123456789abcdef";function gt(e,n){if(n||(n={}),typeof e=="number"){R.checkSafeUint53(e,"invalid hexlify value");for(var s="";e;)s=Rr[e&15]+s,e=Math.floor(e/16);return s.length?(s.length%2&&(s="0"+s),"0x"+s):"0x00"}if(typeof e=="bigint")return e=e.toString(16),e.length%2?"0x0"+e:"0x"+e;if(n.allowMissingPrefix&&typeof e=="string"&&e.substring(0,2)!=="0x"&&(e="0x"+e),gi(e))return e.toHexString();if(_t(e))return e.length%2&&(n.hexPad==="left"?e="0x0"+e.substring(2):n.hexPad==="right"?e+="0":R.throwArgumentError("hex data is odd-length","value",e)),e.toLowerCase();if(Qt(e)){for(var d="0x",l=0;l<e.length;l++){var y=e[l];d+=Rr[(y&240)>>4]+Rr[y&15]}return d}return R.throwArgumentError("invalid hexlify value","value",e)}b.hexlify=gt;function qi(e){if(typeof e!="string")e=gt(e);else if(!_t(e)||e.length%2)return null;return(e.length-2)/2}b.hexDataLength=qi;function Ci(e,n,s){return typeof e!="string"?e=gt(e):(!_t(e)||e.length%2)&&R.throwArgumentError("invalid hexData","value",e),n=2+2*n,s!=null?"0x"+e.substring(n,2+2*s):"0x"+e.substring(n)}b.hexDataSlice=Ci;function Zi(e){var n="0x";return e.forEach(function(s){n+=gt(s).substring(2)}),n}b.hexConcat=Zi;function zi(e){var n=Mi(gt(e,{hexPad:"left"}));return n==="0x"?"0x0":n}b.hexValue=zi;function Mi(e){typeof e!="string"&&(e=gt(e)),_t(e)||R.throwArgumentError("invalid hex string","value",e),e=e.substring(2);for(var n=0;n<e.length&&e[n]==="0";)n++;return"0x"+e.substring(n)}b.hexStripZeros=Mi;function jt(e,n){for(typeof e!="string"?e=gt(e):_t(e)||R.throwArgumentError("invalid hex string","value",e),e.length>2*n+2&&R.throwArgumentError("value out of range","value",arguments[1]);e.length<2*n+2;)e="0x0"+e.substring(2);return e}b.hexZeroPad=jt;function wi(e){var n={r:"0x",s:"0x",_vs:"0x",recoveryParam:0,v:0,yParityAndS:"0x",compact:"0x"};if(di(e)){var s=Ut(e);s.length===64?(n.v=27+(s[32]>>7),s[32]&=127,n.r=gt(s.slice(0,32)),n.s=gt(s.slice(32,64))):s.length===65?(n.r=gt(s.slice(0,32)),n.s=gt(s.slice(32,64)),n.v=s[64]):R.throwArgumentError("invalid signature string","signature",e),n.v<27&&(n.v===0||n.v===1?n.v+=27:R.throwArgumentError("signature invalid v byte","signature",e)),n.recoveryParam=1-n.v%2,n.recoveryParam&&(s[32]|=128),n._vs=gt(s.slice(32,64))}else{if(n.r=e.r,n.s=e.s,n.v=e.v,n.recoveryParam=e.recoveryParam,n._vs=e._vs,n._vs!=null){var d=ci(Ut(n._vs),32);n._vs=gt(d);var l=d[0]>=128?1:0;n.recoveryParam==null?n.recoveryParam=l:n.recoveryParam!==l&&R.throwArgumentError("signature recoveryParam mismatch _vs","signature",e),d[0]&=127;var y=gt(d);n.s==null?n.s=y:n.s!==y&&R.throwArgumentError("signature v mismatch _vs","signature",e)}if(n.recoveryParam==null)n.v==null?R.throwArgumentError("signature missing v and recoveryParam","signature",e):n.v===0||n.v===1?n.recoveryParam=n.v:n.recoveryParam=1-n.v%2;else if(n.v==null)n.v=27+n.recoveryParam;else{var _=n.v===0||n.v===1?n.v:1-n.v%2;n.recoveryParam!==_&&R.throwArgumentError("signature recoveryParam mismatch v","signature",e)}n.r==null||!_t(n.r)?R.throwArgumentError("signature missing or invalid r","signature",e):n.r=jt(n.r,32),n.s==null||!_t(n.s)?R.throwArgumentError("signature missing or invalid s","signature",e):n.s=jt(n.s,32);var ut=Ut(n.s);ut[0]>=128&&R.throwArgumentError("signature s out of range","signature",e),n.recoveryParam&&(ut[0]|=128);var pt=gt(ut);n._vs&&(_t(n._vs)||R.throwArgumentError("signature invalid _vs","signature",e),n._vs=jt(n._vs,32)),n._vs==null?n._vs=pt:n._vs!==pt&&R.throwArgumentError("signature _vs mismatch v and s","signature",e)}return n.yParityAndS=n._vs,n.compact=n.r+n.yParityAndS.substring(2),n}b.splitSignature=wi;function Gi(e){return e=wi(e),gt(pi([e.r,e.s,e.recoveryParam?"0x1c":"0x1b"]))}b.joinSignature=Gi});var xi=Tt((yi,Ir)=>{lt();mt();(function(e,n){"use strict";function s(m,t){if(!m)throw new Error(t||"Assertion failed")}function d(m,t){m.super_=t;var i=function(){};i.prototype=t.prototype,m.prototype=new i,m.prototype.constructor=m}function l(m,t,i){if(l.isBN(m))return m;this.negative=0,this.words=null,this.length=0,this.red=null,m!==null&&((t==="le"||t==="be")&&(i=t,t=10),this._init(m||0,t||10,i||"be"))}typeof e=="object"?e.exports=l:n.BN=l,l.BN=l,l.wordSize=26;var y;try{typeof window<"u"&&typeof window.Buffer<"u"?y=window.Buffer:y=Fi().Buffer}catch{}l.isBN=function(t){return t instanceof l?!0:t!==null&&typeof t=="object"&&t.constructor.wordSize===l.wordSize&&Array.isArray(t.words)},l.max=function(t,i){return t.cmp(i)>0?t:i},l.min=function(t,i){return t.cmp(i)<0?t:i},l.prototype._init=function(t,i,o){if(typeof t=="number")return this._initNumber(t,i,o);if(typeof t=="object")return this._initArray(t,i,o);i==="hex"&&(i=16),s(i===(i|0)&&i>=2&&i<=36),t=t.toString().replace(/\s+/g,"");var f=0;t[0]==="-"&&(f++,this.negative=1),f<t.length&&(i===16?this._parseHex(t,f,o):(this._parseBase(t,i,f),o==="le"&&this._initArray(this.toArray(),i,o)))},l.prototype._initNumber=function(t,i,o){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[t&67108863],this.length=1):t<4503599627370496?(this.words=[t&67108863,t/67108864&67108863],this.length=2):(s(t<9007199254740992),this.words=[t&67108863,t/67108864&67108863,1],this.length=3),o==="le"&&this._initArray(this.toArray(),i,o)},l.prototype._initArray=function(t,i,o){if(s(typeof t.length=="number"),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=new Array(this.length);for(var f=0;f<this.length;f++)this.words[f]=0;var a,v,g=0;if(o==="be")for(f=t.length-1,a=0;f>=0;f-=3)v=t[f]|t[f-1]<<8|t[f-2]<<16,this.words[a]|=v<<g&67108863,this.words[a+1]=v>>>26-g&67108863,g+=24,g>=26&&(g-=26,a++);else if(o==="le")for(f=0,a=0;f<t.length;f+=3)v=t[f]|t[f+1]<<8|t[f+2]<<16,this.words[a]|=v<<g&67108863,this.words[a+1]=v>>>26-g&67108863,g+=24,g>=26&&(g-=26,a++);return this._strip()};function _(m,t){var i=m.charCodeAt(t);if(i>=48&&i<=57)return i-48;if(i>=65&&i<=70)return i-55;if(i>=97&&i<=102)return i-87;s(!1,"Invalid character in "+m)}function ut(m,t,i){var o=_(m,i);return i-1>=t&&(o|=_(m,i-1)<<4),o}l.prototype._parseHex=function(t,i,o){this.length=Math.ceil((t.length-i)/6),this.words=new Array(this.length);for(var f=0;f<this.length;f++)this.words[f]=0;var a=0,v=0,g;if(o==="be")for(f=t.length-1;f>=i;f-=2)g=ut(t,i,f)<<a,this.words[v]|=g&67108863,a>=18?(a-=18,v+=1,this.words[v]|=g>>>26):a+=8;else{var h=t.length-i;for(f=h%2===0?i+1:i;f<t.length;f+=2)g=ut(t,i,f)<<a,this.words[v]|=g&67108863,a>=18?(a-=18,v+=1,this.words[v]|=g>>>26):a+=8}this._strip()};function pt(m,t,i,o){for(var f=0,a=0,v=Math.min(m.length,i),g=t;g<v;g++){var h=m.charCodeAt(g)-48;f*=o,h>=49?a=h-49+10:h>=17?a=h-17+10:a=h,s(h>=0&&a<o,"Invalid character"),f+=a}return f}l.prototype._parseBase=function(t,i,o){this.words=[0],this.length=1;for(var f=0,a=1;a<=67108863;a*=i)f++;f--,a=a/i|0;for(var v=t.length-o,g=v%f,h=Math.min(v,v-g)+o,r=0,u=o;u<h;u+=f)r=pt(t,u,u+f,i),this.imuln(a),this.words[0]+r<67108864?this.words[0]+=r:this._iaddn(r);if(g!==0){var p=1;for(r=pt(t,u,t.length,i),u=0;u<g;u++)p*=i;this.imuln(p),this.words[0]+r<67108864?this.words[0]+=r:this._iaddn(r)}this._strip()},l.prototype.copy=function(t){t.words=new Array(this.length);for(var i=0;i<this.length;i++)t.words[i]=this.words[i];t.length=this.length,t.negative=this.negative,t.red=this.red};function vt(m,t){m.words=t.words,m.length=t.length,m.negative=t.negative,m.red=t.red}if(l.prototype._move=function(t){vt(t,this)},l.prototype.clone=function(){var t=new l(null);return this.copy(t),t},l.prototype._expand=function(t){for(;this.length<t;)this.words[this.length++]=0;return this},l.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},l.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{l.prototype[Symbol.for("nodejs.util.inspect.custom")]=Rt}catch{l.prototype.inspect=Rt}else l.prototype.inspect=Rt;function Rt(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var Lt=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],kt=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],Ur=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];l.prototype.toString=function(t,i){t=t||10,i=i|0||1;var o;if(t===16||t==="hex"){o="";for(var f=0,a=0,v=0;v<this.length;v++){var g=this.words[v],h=((g<<f|a)&16777215).toString(16);a=g>>>24-f&16777215,f+=2,f>=26&&(f-=26,v--),a!==0||v!==this.length-1?o=Lt[6-h.length]+h+o:o=h+o}for(a!==0&&(o=a.toString(16)+o);o.length%i!==0;)o="0"+o;return this.negative!==0&&(o="-"+o),o}if(t===(t|0)&&t>=2&&t<=36){var r=kt[t],u=Ur[t];o="";var p=this.clone();for(p.negative=0;!p.isZero();){var c=p.modrn(u).toString(t);p=p.idivn(u),p.isZero()?o=c+o:o=Lt[r-c.length]+c+o}for(this.isZero()&&(o="0"+o);o.length%i!==0;)o="0"+o;return this.negative!==0&&(o="-"+o),o}s(!1,"Base should be between 2 and 36")},l.prototype.toNumber=function(){var t=this.words[0];return this.length===2?t+=this.words[1]*67108864:this.length===3&&this.words[2]===1?t+=4503599627370496+this.words[1]*67108864:this.length>2&&s(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-t:t},l.prototype.toJSON=function(){return this.toString(16,2)},y&&(l.prototype.toBuffer=function(t,i){return this.toArrayLike(y,t,i)}),l.prototype.toArray=function(t,i){return this.toArrayLike(Array,t,i)};var Ii=function(t,i){return t.allocUnsafe?t.allocUnsafe(i):new t(i)};l.prototype.toArrayLike=function(t,i,o){this._strip();var f=this.byteLength(),a=o||Math.max(1,f);s(f<=a,"byte array longer than desired length"),s(a>0,"Requested array length <= 0");var v=Ii(t,a),g=i==="le"?"LE":"BE";return this["_toArrayLike"+g](v,f),v},l.prototype._toArrayLikeLE=function(t,i){for(var o=0,f=0,a=0,v=0;a<this.length;a++){var g=this.words[a]<<v|f;t[o++]=g&255,o<t.length&&(t[o++]=g>>8&255),o<t.length&&(t[o++]=g>>16&255),v===6?(o<t.length&&(t[o++]=g>>24&255),f=0,v=0):(f=g>>>24,v+=2)}if(o<t.length)for(t[o++]=f;o<t.length;)t[o++]=0},l.prototype._toArrayLikeBE=function(t,i){for(var o=t.length-1,f=0,a=0,v=0;a<this.length;a++){var g=this.words[a]<<v|f;t[o--]=g&255,o>=0&&(t[o--]=g>>8&255),o>=0&&(t[o--]=g>>16&255),v===6?(o>=0&&(t[o--]=g>>24&255),f=0,v=0):(f=g>>>24,v+=2)}if(o>=0)for(t[o--]=f;o>=0;)t[o--]=0},Math.clz32?l.prototype._countBits=function(t){return 32-Math.clz32(t)}:l.prototype._countBits=function(t){var i=t,o=0;return i>=4096&&(o+=13,i>>>=13),i>=64&&(o+=7,i>>>=7),i>=8&&(o+=4,i>>>=4),i>=2&&(o+=2,i>>>=2),o+i},l.prototype._zeroBits=function(t){if(t===0)return 26;var i=t,o=0;return(i&8191)===0&&(o+=13,i>>>=13),(i&127)===0&&(o+=7,i>>>=7),(i&15)===0&&(o+=4,i>>>=4),(i&3)===0&&(o+=2,i>>>=2),(i&1)===0&&o++,o},l.prototype.bitLength=function(){var t=this.words[this.length-1],i=this._countBits(t);return(this.length-1)*26+i};function Pi(m){for(var t=new Array(m.bitLength()),i=0;i<t.length;i++){var o=i/26|0,f=i%26;t[i]=m.words[o]>>>f&1}return t}l.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,i=0;i<this.length;i++){var o=this._zeroBits(this.words[i]);if(t+=o,o!==26)break}return t},l.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},l.prototype.toTwos=function(t){return this.negative!==0?this.abs().inotn(t).iaddn(1):this.clone()},l.prototype.fromTwos=function(t){return this.testn(t-1)?this.notn(t).iaddn(1).ineg():this.clone()},l.prototype.isNeg=function(){return this.negative!==0},l.prototype.neg=function(){return this.clone().ineg()},l.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},l.prototype.iuor=function(t){for(;this.length<t.length;)this.words[this.length++]=0;for(var i=0;i<t.length;i++)this.words[i]=this.words[i]|t.words[i];return this._strip()},l.prototype.ior=function(t){return s((this.negative|t.negative)===0),this.iuor(t)},l.prototype.or=function(t){return this.length>t.length?this.clone().ior(t):t.clone().ior(this)},l.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},l.prototype.iuand=function(t){var i;this.length>t.length?i=t:i=this;for(var o=0;o<i.length;o++)this.words[o]=this.words[o]&t.words[o];return this.length=i.length,this._strip()},l.prototype.iand=function(t){return s((this.negative|t.negative)===0),this.iuand(t)},l.prototype.and=function(t){return this.length>t.length?this.clone().iand(t):t.clone().iand(this)},l.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},l.prototype.iuxor=function(t){var i,o;this.length>t.length?(i=this,o=t):(i=t,o=this);for(var f=0;f<o.length;f++)this.words[f]=i.words[f]^o.words[f];if(this!==i)for(;f<i.length;f++)this.words[f]=i.words[f];return this.length=i.length,this._strip()},l.prototype.ixor=function(t){return s((this.negative|t.negative)===0),this.iuxor(t)},l.prototype.xor=function(t){return this.length>t.length?this.clone().ixor(t):t.clone().ixor(this)},l.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},l.prototype.inotn=function(t){s(typeof t=="number"&&t>=0);var i=Math.ceil(t/26)|0,o=t%26;this._expand(i),o>0&&i--;for(var f=0;f<i;f++)this.words[f]=~this.words[f]&67108863;return o>0&&(this.words[f]=~this.words[f]&67108863>>26-o),this._strip()},l.prototype.notn=function(t){return this.clone().inotn(t)},l.prototype.setn=function(t,i){s(typeof t=="number"&&t>=0);var o=t/26|0,f=t%26;return this._expand(o+1),i?this.words[o]=this.words[o]|1<<f:this.words[o]=this.words[o]&~(1<<f),this._strip()},l.prototype.iadd=function(t){var i;if(this.negative!==0&&t.negative===0)return this.negative=0,i=this.isub(t),this.negative^=1,this._normSign();if(this.negative===0&&t.negative!==0)return t.negative=0,i=this.isub(t),t.negative=1,i._normSign();var o,f;this.length>t.length?(o=this,f=t):(o=t,f=this);for(var a=0,v=0;v<f.length;v++)i=(o.words[v]|0)+(f.words[v]|0)+a,this.words[v]=i&67108863,a=i>>>26;for(;a!==0&&v<o.length;v++)i=(o.words[v]|0)+a,this.words[v]=i&67108863,a=i>>>26;if(this.length=o.length,a!==0)this.words[this.length]=a,this.length++;else if(o!==this)for(;v<o.length;v++)this.words[v]=o.words[v];return this},l.prototype.add=function(t){var i;return t.negative!==0&&this.negative===0?(t.negative=0,i=this.sub(t),t.negative^=1,i):t.negative===0&&this.negative!==0?(this.negative=0,i=t.sub(this),this.negative=1,i):this.length>t.length?this.clone().iadd(t):t.clone().iadd(this)},l.prototype.isub=function(t){if(t.negative!==0){t.negative=0;var i=this.iadd(t);return t.negative=1,i._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var o=this.cmp(t);if(o===0)return this.negative=0,this.length=1,this.words[0]=0,this;var f,a;o>0?(f=this,a=t):(f=t,a=this);for(var v=0,g=0;g<a.length;g++)i=(f.words[g]|0)-(a.words[g]|0)+v,v=i>>26,this.words[g]=i&67108863;for(;v!==0&&g<f.length;g++)i=(f.words[g]|0)+v,v=i>>26,this.words[g]=i&67108863;if(v===0&&g<f.length&&f!==this)for(;g<f.length;g++)this.words[g]=f.words[g];return this.length=Math.max(this.length,g),f!==this&&(this.negative=1),this._strip()},l.prototype.sub=function(t){return this.clone().isub(t)};function Lr(m,t,i){i.negative=t.negative^m.negative;var o=m.length+t.length|0;i.length=o,o=o-1|0;var f=m.words[0]|0,a=t.words[0]|0,v=f*a,g=v&67108863,h=v/67108864|0;i.words[0]=g;for(var r=1;r<o;r++){for(var u=h>>>26,p=h&67108863,c=Math.min(r,t.length-1),M=Math.max(0,r-m.length+1);M<=c;M++){var w=r-M|0;f=m.words[w]|0,a=t.words[M]|0,v=f*a+p,u+=v/67108864|0,p=v&67108863}i.words[r]=p|0,h=u|0}return h!==0?i.words[r]=h|0:i.length--,i._strip()}var kr=function(t,i,o){var f=t.words,a=i.words,v=o.words,g=0,h,r,u,p=f[0]|0,c=p&8191,M=p>>>13,w=f[1]|0,N=w&8191,E=w>>>13,Ft=f[2]|0,A=Ft&8191,S=Ft>>>13,zr=f[3]|0,I=zr&8191,P=zr>>>13,Gr=f[4]|0,F=Gr&8191,B=Gr>>>13,Hr=f[5]|0,O=Hr&8191,U=Hr>>>13,Vr=f[6]|0,L=Vr&8191,k=Vr>>>13,Kr=f[7]|0,D=Kr&8191,q=Kr>>>13,Wr=f[8]|0,C=Wr&8191,Z=Wr>>>13,Xr=f[9]|0,z=Xr&8191,G=Xr>>>13,Jr=a[0]|0,H=Jr&8191,V=Jr>>>13,$r=a[1]|0,K=$r&8191,W=$r>>>13,jr=a[2]|0,X=jr&8191,J=jr>>>13,Qr=a[3]|0,$=Qr&8191,j=Qr>>>13,Yr=a[4]|0,Q=Yr&8191,Y=Yr>>>13,ti=a[5]|0,tt=ti&8191,rt=ti>>>13,ri=a[6]|0,it=ri&8191,et=ri>>>13,ii=a[7]|0,nt=ii&8191,ot=ii>>>13,ei=a[8]|0,ft=ei&8191,st=ei>>>13,ni=a[9]|0,ht=ni&8191,at=ni>>>13;o.negative=t.negative^i.negative,o.length=19,h=Math.imul(c,H),r=Math.imul(c,V),r=r+Math.imul(M,H)|0,u=Math.imul(M,V);var hr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(hr>>>26)|0,hr&=67108863,h=Math.imul(N,H),r=Math.imul(N,V),r=r+Math.imul(E,H)|0,u=Math.imul(E,V),h=h+Math.imul(c,K)|0,r=r+Math.imul(c,W)|0,r=r+Math.imul(M,K)|0,u=u+Math.imul(M,W)|0;var ar=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(ar>>>26)|0,ar&=67108863,h=Math.imul(A,H),r=Math.imul(A,V),r=r+Math.imul(S,H)|0,u=Math.imul(S,V),h=h+Math.imul(N,K)|0,r=r+Math.imul(N,W)|0,r=r+Math.imul(E,K)|0,u=u+Math.imul(E,W)|0,h=h+Math.imul(c,X)|0,r=r+Math.imul(c,J)|0,r=r+Math.imul(M,X)|0,u=u+Math.imul(M,J)|0;var ur=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(ur>>>26)|0,ur&=67108863,h=Math.imul(I,H),r=Math.imul(I,V),r=r+Math.imul(P,H)|0,u=Math.imul(P,V),h=h+Math.imul(A,K)|0,r=r+Math.imul(A,W)|0,r=r+Math.imul(S,K)|0,u=u+Math.imul(S,W)|0,h=h+Math.imul(N,X)|0,r=r+Math.imul(N,J)|0,r=r+Math.imul(E,X)|0,u=u+Math.imul(E,J)|0,h=h+Math.imul(c,$)|0,r=r+Math.imul(c,j)|0,r=r+Math.imul(M,$)|0,u=u+Math.imul(M,j)|0;var lr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(lr>>>26)|0,lr&=67108863,h=Math.imul(F,H),r=Math.imul(F,V),r=r+Math.imul(B,H)|0,u=Math.imul(B,V),h=h+Math.imul(I,K)|0,r=r+Math.imul(I,W)|0,r=r+Math.imul(P,K)|0,u=u+Math.imul(P,W)|0,h=h+Math.imul(A,X)|0,r=r+Math.imul(A,J)|0,r=r+Math.imul(S,X)|0,u=u+Math.imul(S,J)|0,h=h+Math.imul(N,$)|0,r=r+Math.imul(N,j)|0,r=r+Math.imul(E,$)|0,u=u+Math.imul(E,j)|0,h=h+Math.imul(c,Q)|0,r=r+Math.imul(c,Y)|0,r=r+Math.imul(M,Q)|0,u=u+Math.imul(M,Y)|0;var mr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(mr>>>26)|0,mr&=67108863,h=Math.imul(O,H),r=Math.imul(O,V),r=r+Math.imul(U,H)|0,u=Math.imul(U,V),h=h+Math.imul(F,K)|0,r=r+Math.imul(F,W)|0,r=r+Math.imul(B,K)|0,u=u+Math.imul(B,W)|0,h=h+Math.imul(I,X)|0,r=r+Math.imul(I,J)|0,r=r+Math.imul(P,X)|0,u=u+Math.imul(P,J)|0,h=h+Math.imul(A,$)|0,r=r+Math.imul(A,j)|0,r=r+Math.imul(S,$)|0,u=u+Math.imul(S,j)|0,h=h+Math.imul(N,Q)|0,r=r+Math.imul(N,Y)|0,r=r+Math.imul(E,Q)|0,u=u+Math.imul(E,Y)|0,h=h+Math.imul(c,tt)|0,r=r+Math.imul(c,rt)|0,r=r+Math.imul(M,tt)|0,u=u+Math.imul(M,rt)|0;var vr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(vr>>>26)|0,vr&=67108863,h=Math.imul(L,H),r=Math.imul(L,V),r=r+Math.imul(k,H)|0,u=Math.imul(k,V),h=h+Math.imul(O,K)|0,r=r+Math.imul(O,W)|0,r=r+Math.imul(U,K)|0,u=u+Math.imul(U,W)|0,h=h+Math.imul(F,X)|0,r=r+Math.imul(F,J)|0,r=r+Math.imul(B,X)|0,u=u+Math.imul(B,J)|0,h=h+Math.imul(I,$)|0,r=r+Math.imul(I,j)|0,r=r+Math.imul(P,$)|0,u=u+Math.imul(P,j)|0,h=h+Math.imul(A,Q)|0,r=r+Math.imul(A,Y)|0,r=r+Math.imul(S,Q)|0,u=u+Math.imul(S,Y)|0,h=h+Math.imul(N,tt)|0,r=r+Math.imul(N,rt)|0,r=r+Math.imul(E,tt)|0,u=u+Math.imul(E,rt)|0,h=h+Math.imul(c,it)|0,r=r+Math.imul(c,et)|0,r=r+Math.imul(M,it)|0,u=u+Math.imul(M,et)|0;var gr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(gr>>>26)|0,gr&=67108863,h=Math.imul(D,H),r=Math.imul(D,V),r=r+Math.imul(q,H)|0,u=Math.imul(q,V),h=h+Math.imul(L,K)|0,r=r+Math.imul(L,W)|0,r=r+Math.imul(k,K)|0,u=u+Math.imul(k,W)|0,h=h+Math.imul(O,X)|0,r=r+Math.imul(O,J)|0,r=r+Math.imul(U,X)|0,u=u+Math.imul(U,J)|0,h=h+Math.imul(F,$)|0,r=r+Math.imul(F,j)|0,r=r+Math.imul(B,$)|0,u=u+Math.imul(B,j)|0,h=h+Math.imul(I,Q)|0,r=r+Math.imul(I,Y)|0,r=r+Math.imul(P,Q)|0,u=u+Math.imul(P,Y)|0,h=h+Math.imul(A,tt)|0,r=r+Math.imul(A,rt)|0,r=r+Math.imul(S,tt)|0,u=u+Math.imul(S,rt)|0,h=h+Math.imul(N,it)|0,r=r+Math.imul(N,et)|0,r=r+Math.imul(E,it)|0,u=u+Math.imul(E,et)|0,h=h+Math.imul(c,nt)|0,r=r+Math.imul(c,ot)|0,r=r+Math.imul(M,nt)|0,u=u+Math.imul(M,ot)|0;var dr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(dr>>>26)|0,dr&=67108863,h=Math.imul(C,H),r=Math.imul(C,V),r=r+Math.imul(Z,H)|0,u=Math.imul(Z,V),h=h+Math.imul(D,K)|0,r=r+Math.imul(D,W)|0,r=r+Math.imul(q,K)|0,u=u+Math.imul(q,W)|0,h=h+Math.imul(L,X)|0,r=r+Math.imul(L,J)|0,r=r+Math.imul(k,X)|0,u=u+Math.imul(k,J)|0,h=h+Math.imul(O,$)|0,r=r+Math.imul(O,j)|0,r=r+Math.imul(U,$)|0,u=u+Math.imul(U,j)|0,h=h+Math.imul(F,Q)|0,r=r+Math.imul(F,Y)|0,r=r+Math.imul(B,Q)|0,u=u+Math.imul(B,Y)|0,h=h+Math.imul(I,tt)|0,r=r+Math.imul(I,rt)|0,r=r+Math.imul(P,tt)|0,u=u+Math.imul(P,rt)|0,h=h+Math.imul(A,it)|0,r=r+Math.imul(A,et)|0,r=r+Math.imul(S,it)|0,u=u+Math.imul(S,et)|0,h=h+Math.imul(N,nt)|0,r=r+Math.imul(N,ot)|0,r=r+Math.imul(E,nt)|0,u=u+Math.imul(E,ot)|0,h=h+Math.imul(c,ft)|0,r=r+Math.imul(c,st)|0,r=r+Math.imul(M,ft)|0,u=u+Math.imul(M,st)|0;var pr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(pr>>>26)|0,pr&=67108863,h=Math.imul(z,H),r=Math.imul(z,V),r=r+Math.imul(G,H)|0,u=Math.imul(G,V),h=h+Math.imul(C,K)|0,r=r+Math.imul(C,W)|0,r=r+Math.imul(Z,K)|0,u=u+Math.imul(Z,W)|0,h=h+Math.imul(D,X)|0,r=r+Math.imul(D,J)|0,r=r+Math.imul(q,X)|0,u=u+Math.imul(q,J)|0,h=h+Math.imul(L,$)|0,r=r+Math.imul(L,j)|0,r=r+Math.imul(k,$)|0,u=u+Math.imul(k,j)|0,h=h+Math.imul(O,Q)|0,r=r+Math.imul(O,Y)|0,r=r+Math.imul(U,Q)|0,u=u+Math.imul(U,Y)|0,h=h+Math.imul(F,tt)|0,r=r+Math.imul(F,rt)|0,r=r+Math.imul(B,tt)|0,u=u+Math.imul(B,rt)|0,h=h+Math.imul(I,it)|0,r=r+Math.imul(I,et)|0,r=r+Math.imul(P,it)|0,u=u+Math.imul(P,et)|0,h=h+Math.imul(A,nt)|0,r=r+Math.imul(A,ot)|0,r=r+Math.imul(S,nt)|0,u=u+Math.imul(S,ot)|0,h=h+Math.imul(N,ft)|0,r=r+Math.imul(N,st)|0,r=r+Math.imul(E,ft)|0,u=u+Math.imul(E,st)|0,h=h+Math.imul(c,ht)|0,r=r+Math.imul(c,at)|0,r=r+Math.imul(M,ht)|0,u=u+Math.imul(M,at)|0;var cr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(cr>>>26)|0,cr&=67108863,h=Math.imul(z,K),r=Math.imul(z,W),r=r+Math.imul(G,K)|0,u=Math.imul(G,W),h=h+Math.imul(C,X)|0,r=r+Math.imul(C,J)|0,r=r+Math.imul(Z,X)|0,u=u+Math.imul(Z,J)|0,h=h+Math.imul(D,$)|0,r=r+Math.imul(D,j)|0,r=r+Math.imul(q,$)|0,u=u+Math.imul(q,j)|0,h=h+Math.imul(L,Q)|0,r=r+Math.imul(L,Y)|0,r=r+Math.imul(k,Q)|0,u=u+Math.imul(k,Y)|0,h=h+Math.imul(O,tt)|0,r=r+Math.imul(O,rt)|0,r=r+Math.imul(U,tt)|0,u=u+Math.imul(U,rt)|0,h=h+Math.imul(F,it)|0,r=r+Math.imul(F,et)|0,r=r+Math.imul(B,it)|0,u=u+Math.imul(B,et)|0,h=h+Math.imul(I,nt)|0,r=r+Math.imul(I,ot)|0,r=r+Math.imul(P,nt)|0,u=u+Math.imul(P,ot)|0,h=h+Math.imul(A,ft)|0,r=r+Math.imul(A,st)|0,r=r+Math.imul(S,ft)|0,u=u+Math.imul(S,st)|0,h=h+Math.imul(N,ht)|0,r=r+Math.imul(N,at)|0,r=r+Math.imul(E,ht)|0,u=u+Math.imul(E,at)|0;var Mr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(Mr>>>26)|0,Mr&=67108863,h=Math.imul(z,X),r=Math.imul(z,J),r=r+Math.imul(G,X)|0,u=Math.imul(G,J),h=h+Math.imul(C,$)|0,r=r+Math.imul(C,j)|0,r=r+Math.imul(Z,$)|0,u=u+Math.imul(Z,j)|0,h=h+Math.imul(D,Q)|0,r=r+Math.imul(D,Y)|0,r=r+Math.imul(q,Q)|0,u=u+Math.imul(q,Y)|0,h=h+Math.imul(L,tt)|0,r=r+Math.imul(L,rt)|0,r=r+Math.imul(k,tt)|0,u=u+Math.imul(k,rt)|0,h=h+Math.imul(O,it)|0,r=r+Math.imul(O,et)|0,r=r+Math.imul(U,it)|0,u=u+Math.imul(U,et)|0,h=h+Math.imul(F,nt)|0,r=r+Math.imul(F,ot)|0,r=r+Math.imul(B,nt)|0,u=u+Math.imul(B,ot)|0,h=h+Math.imul(I,ft)|0,r=r+Math.imul(I,st)|0,r=r+Math.imul(P,ft)|0,u=u+Math.imul(P,st)|0,h=h+Math.imul(A,ht)|0,r=r+Math.imul(A,at)|0,r=r+Math.imul(S,ht)|0,u=u+Math.imul(S,at)|0;var wr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(wr>>>26)|0,wr&=67108863,h=Math.imul(z,$),r=Math.imul(z,j),r=r+Math.imul(G,$)|0,u=Math.imul(G,j),h=h+Math.imul(C,Q)|0,r=r+Math.imul(C,Y)|0,r=r+Math.imul(Z,Q)|0,u=u+Math.imul(Z,Y)|0,h=h+Math.imul(D,tt)|0,r=r+Math.imul(D,rt)|0,r=r+Math.imul(q,tt)|0,u=u+Math.imul(q,rt)|0,h=h+Math.imul(L,it)|0,r=r+Math.imul(L,et)|0,r=r+Math.imul(k,it)|0,u=u+Math.imul(k,et)|0,h=h+Math.imul(O,nt)|0,r=r+Math.imul(O,ot)|0,r=r+Math.imul(U,nt)|0,u=u+Math.imul(U,ot)|0,h=h+Math.imul(F,ft)|0,r=r+Math.imul(F,st)|0,r=r+Math.imul(B,ft)|0,u=u+Math.imul(B,st)|0,h=h+Math.imul(I,ht)|0,r=r+Math.imul(I,at)|0,r=r+Math.imul(P,ht)|0,u=u+Math.imul(P,at)|0;var yr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(yr>>>26)|0,yr&=67108863,h=Math.imul(z,Q),r=Math.imul(z,Y),r=r+Math.imul(G,Q)|0,u=Math.imul(G,Y),h=h+Math.imul(C,tt)|0,r=r+Math.imul(C,rt)|0,r=r+Math.imul(Z,tt)|0,u=u+Math.imul(Z,rt)|0,h=h+Math.imul(D,it)|0,r=r+Math.imul(D,et)|0,r=r+Math.imul(q,it)|0,u=u+Math.imul(q,et)|0,h=h+Math.imul(L,nt)|0,r=r+Math.imul(L,ot)|0,r=r+Math.imul(k,nt)|0,u=u+Math.imul(k,ot)|0,h=h+Math.imul(O,ft)|0,r=r+Math.imul(O,st)|0,r=r+Math.imul(U,ft)|0,u=u+Math.imul(U,st)|0,h=h+Math.imul(F,ht)|0,r=r+Math.imul(F,at)|0,r=r+Math.imul(B,ht)|0,u=u+Math.imul(B,at)|0;var xr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(xr>>>26)|0,xr&=67108863,h=Math.imul(z,tt),r=Math.imul(z,rt),r=r+Math.imul(G,tt)|0,u=Math.imul(G,rt),h=h+Math.imul(C,it)|0,r=r+Math.imul(C,et)|0,r=r+Math.imul(Z,it)|0,u=u+Math.imul(Z,et)|0,h=h+Math.imul(D,nt)|0,r=r+Math.imul(D,ot)|0,r=r+Math.imul(q,nt)|0,u=u+Math.imul(q,ot)|0,h=h+Math.imul(L,ft)|0,r=r+Math.imul(L,st)|0,r=r+Math.imul(k,ft)|0,u=u+Math.imul(k,st)|0,h=h+Math.imul(O,ht)|0,r=r+Math.imul(O,at)|0,r=r+Math.imul(U,ht)|0,u=u+Math.imul(U,at)|0;var _r=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(_r>>>26)|0,_r&=67108863,h=Math.imul(z,it),r=Math.imul(z,et),r=r+Math.imul(G,it)|0,u=Math.imul(G,et),h=h+Math.imul(C,nt)|0,r=r+Math.imul(C,ot)|0,r=r+Math.imul(Z,nt)|0,u=u+Math.imul(Z,ot)|0,h=h+Math.imul(D,ft)|0,r=r+Math.imul(D,st)|0,r=r+Math.imul(q,ft)|0,u=u+Math.imul(q,st)|0,h=h+Math.imul(L,ht)|0,r=r+Math.imul(L,at)|0,r=r+Math.imul(k,ht)|0,u=u+Math.imul(k,at)|0;var br=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(br>>>26)|0,br&=67108863,h=Math.imul(z,nt),r=Math.imul(z,ot),r=r+Math.imul(G,nt)|0,u=Math.imul(G,ot),h=h+Math.imul(C,ft)|0,r=r+Math.imul(C,st)|0,r=r+Math.imul(Z,ft)|0,u=u+Math.imul(Z,st)|0,h=h+Math.imul(D,ht)|0,r=r+Math.imul(D,at)|0,r=r+Math.imul(q,ht)|0,u=u+Math.imul(q,at)|0;var Nr=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(Nr>>>26)|0,Nr&=67108863,h=Math.imul(z,ft),r=Math.imul(z,st),r=r+Math.imul(G,ft)|0,u=Math.imul(G,st),h=h+Math.imul(C,ht)|0,r=r+Math.imul(C,at)|0,r=r+Math.imul(Z,ht)|0,u=u+Math.imul(Z,at)|0;var Er=(g+h|0)+((r&8191)<<13)|0;g=(u+(r>>>13)|0)+(Er>>>26)|0,Er&=67108863,h=Math.imul(z,ht),r=Math.imul(z,at),r=r+Math.imul(G,ht)|0,u=Math.imul(G,at);var Ar=(g+h|0)+((r&8191)<<13)|0;return g=(u+(r>>>13)|0)+(Ar>>>26)|0,Ar&=67108863,v[0]=hr,v[1]=ar,v[2]=ur,v[3]=lr,v[4]=mr,v[5]=vr,v[6]=gr,v[7]=dr,v[8]=pr,v[9]=cr,v[10]=Mr,v[11]=wr,v[12]=yr,v[13]=xr,v[14]=_r,v[15]=br,v[16]=Nr,v[17]=Er,v[18]=Ar,g!==0&&(v[19]=g,o.length++),o};Math.imul||(kr=Lr);function Dr(m,t,i){i.negative=t.negative^m.negative,i.length=m.length+t.length;for(var o=0,f=0,a=0;a<i.length-1;a++){var v=f;f=0;for(var g=o&67108863,h=Math.min(a,t.length-1),r=Math.max(0,a-m.length+1);r<=h;r++){var u=a-r,p=m.words[u]|0,c=t.words[r]|0,M=p*c,w=M&67108863;v=v+(M/67108864|0)|0,w=w+g|0,g=w&67108863,v=v+(w>>>26)|0,f+=v>>>26,v&=67108863}i.words[a]=g,o=v,v=f}return o!==0?i.words[a]=o:i.length--,i._strip()}function qr(m,t,i){return Dr(m,t,i)}l.prototype.mulTo=function(t,i){var o,f=this.length+t.length;return this.length===10&&t.length===10?o=kr(this,t,i):f<63?o=Lr(this,t,i):f<1024?o=Dr(this,t,i):o=qr(this,t,i),o};function bt(m,t){this.x=m,this.y=t}bt.prototype.makeRBT=function(t){for(var i=new Array(t),o=l.prototype._countBits(t)-1,f=0;f<t;f++)i[f]=this.revBin(f,o,t);return i},bt.prototype.revBin=function(t,i,o){if(t===0||t===o-1)return t;for(var f=0,a=0;a<i;a++)f|=(t&1)<<i-a-1,t>>=1;return f},bt.prototype.permute=function(t,i,o,f,a,v){for(var g=0;g<v;g++)f[g]=i[t[g]],a[g]=o[t[g]]},bt.prototype.transform=function(t,i,o,f,a,v){this.permute(v,t,i,o,f,a);for(var g=1;g<a;g<<=1)for(var h=g<<1,r=Math.cos(2*Math.PI/h),u=Math.sin(2*Math.PI/h),p=0;p<a;p+=h)for(var c=r,M=u,w=0;w<g;w++){var N=o[p+w],E=f[p+w],Ft=o[p+w+g],A=f[p+w+g],S=c*Ft-M*A;A=c*A+M*Ft,Ft=S,o[p+w]=N+Ft,f[p+w]=E+A,o[p+w+g]=N-Ft,f[p+w+g]=E-A,w!==h&&(S=r*c-u*M,M=r*M+u*c,c=S)}},bt.prototype.guessLen13b=function(t,i){var o=Math.max(i,t)|1,f=o&1,a=0;for(o=o/2|0;o;o=o>>>1)a++;return 1<<a+1+f},bt.prototype.conjugate=function(t,i,o){if(!(o<=1))for(var f=0;f<o/2;f++){var a=t[f];t[f]=t[o-f-1],t[o-f-1]=a,a=i[f],i[f]=-i[o-f-1],i[o-f-1]=-a}},bt.prototype.normalize13b=function(t,i){for(var o=0,f=0;f<i/2;f++){var a=Math.round(t[2*f+1]/i)*8192+Math.round(t[2*f]/i)+o;t[f]=a&67108863,a<67108864?o=0:o=a/67108864|0}return t},bt.prototype.convert13b=function(t,i,o,f){for(var a=0,v=0;v<i;v++)a=a+(t[v]|0),o[2*v]=a&8191,a=a>>>13,o[2*v+1]=a&8191,a=a>>>13;for(v=2*i;v<f;++v)o[v]=0;s(a===0),s((a&-8192)===0)},bt.prototype.stub=function(t){for(var i=new Array(t),o=0;o<t;o++)i[o]=0;return i},bt.prototype.mulp=function(t,i,o){var f=2*this.guessLen13b(t.length,i.length),a=this.makeRBT(f),v=this.stub(f),g=new Array(f),h=new Array(f),r=new Array(f),u=new Array(f),p=new Array(f),c=new Array(f),M=o.words;M.length=f,this.convert13b(t.words,t.length,g,f),this.convert13b(i.words,i.length,u,f),this.transform(g,v,h,r,f,a),this.transform(u,v,p,c,f,a);for(var w=0;w<f;w++){var N=h[w]*p[w]-r[w]*c[w];r[w]=h[w]*c[w]+r[w]*p[w],h[w]=N}return this.conjugate(h,r,f),this.transform(h,r,M,v,f,a),this.conjugate(M,v,f),this.normalize13b(M,f),o.negative=t.negative^i.negative,o.length=t.length+i.length,o._strip()},l.prototype.mul=function(t){var i=new l(null);return i.words=new Array(this.length+t.length),this.mulTo(t,i)},l.prototype.mulf=function(t){var i=new l(null);return i.words=new Array(this.length+t.length),qr(this,t,i)},l.prototype.imul=function(t){return this.clone().mulTo(t,this)},l.prototype.imuln=function(t){var i=t<0;i&&(t=-t),s(typeof t=="number"),s(t<67108864);for(var o=0,f=0;f<this.length;f++){var a=(this.words[f]|0)*t,v=(a&67108863)+(o&67108863);o>>=26,o+=a/67108864|0,o+=v>>>26,this.words[f]=v&67108863}return o!==0&&(this.words[f]=o,this.length++),i?this.ineg():this},l.prototype.muln=function(t){return this.clone().imuln(t)},l.prototype.sqr=function(){return this.mul(this)},l.prototype.isqr=function(){return this.imul(this.clone())},l.prototype.pow=function(t){var i=Pi(t);if(i.length===0)return new l(1);for(var o=this,f=0;f<i.length&&i[f]===0;f++,o=o.sqr());if(++f<i.length)for(var a=o.sqr();f<i.length;f++,a=a.sqr())i[f]!==0&&(o=o.mul(a));return o},l.prototype.iushln=function(t){s(typeof t=="number"&&t>=0);var i=t%26,o=(t-i)/26,f=67108863>>>26-i<<26-i,a;if(i!==0){var v=0;for(a=0;a<this.length;a++){var g=this.words[a]&f,h=(this.words[a]|0)-g<<i;this.words[a]=h|v,v=g>>>26-i}v&&(this.words[a]=v,this.length++)}if(o!==0){for(a=this.length-1;a>=0;a--)this.words[a+o]=this.words[a];for(a=0;a<o;a++)this.words[a]=0;this.length+=o}return this._strip()},l.prototype.ishln=function(t){return s(this.negative===0),this.iushln(t)},l.prototype.iushrn=function(t,i,o){s(typeof t=="number"&&t>=0);var f;i?f=(i-i%26)/26:f=0;var a=t%26,v=Math.min((t-a)/26,this.length),g=67108863^67108863>>>a<<a,h=o;if(f-=v,f=Math.max(0,f),h){for(var r=0;r<v;r++)h.words[r]=this.words[r];h.length=v}if(v!==0)if(this.length>v)for(this.length-=v,r=0;r<this.length;r++)this.words[r]=this.words[r+v];else this.words[0]=0,this.length=1;var u=0;for(r=this.length-1;r>=0&&(u!==0||r>=f);r--){var p=this.words[r]|0;this.words[r]=u<<26-a|p>>>a,u=p&g}return h&&u!==0&&(h.words[h.length++]=u),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},l.prototype.ishrn=function(t,i,o){return s(this.negative===0),this.iushrn(t,i,o)},l.prototype.shln=function(t){return this.clone().ishln(t)},l.prototype.ushln=function(t){return this.clone().iushln(t)},l.prototype.shrn=function(t){return this.clone().ishrn(t)},l.prototype.ushrn=function(t){return this.clone().iushrn(t)},l.prototype.testn=function(t){s(typeof t=="number"&&t>=0);var i=t%26,o=(t-i)/26,f=1<<i;if(this.length<=o)return!1;var a=this.words[o];return!!(a&f)},l.prototype.imaskn=function(t){s(typeof t=="number"&&t>=0);var i=t%26,o=(t-i)/26;if(s(this.negative===0,"imaskn works only with positive numbers"),this.length<=o)return this;if(i!==0&&o++,this.length=Math.min(o,this.length),i!==0){var f=67108863^67108863>>>i<<i;this.words[this.length-1]&=f}return this._strip()},l.prototype.maskn=function(t){return this.clone().imaskn(t)},l.prototype.iaddn=function(t){return s(typeof t=="number"),s(t<67108864),t<0?this.isubn(-t):this.negative!==0?this.length===1&&(this.words[0]|0)<=t?(this.words[0]=t-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(t),this.negative=1,this):this._iaddn(t)},l.prototype._iaddn=function(t){this.words[0]+=t;for(var i=0;i<this.length&&this.words[i]>=67108864;i++)this.words[i]-=67108864,i===this.length-1?this.words[i+1]=1:this.words[i+1]++;return this.length=Math.max(this.length,i+1),this},l.prototype.isubn=function(t){if(s(typeof t=="number"),s(t<67108864),t<0)return this.iaddn(-t);if(this.negative!==0)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var i=0;i<this.length&&this.words[i]<0;i++)this.words[i]+=67108864,this.words[i+1]-=1;return this._strip()},l.prototype.addn=function(t){return this.clone().iaddn(t)},l.prototype.subn=function(t){return this.clone().isubn(t)},l.prototype.iabs=function(){return this.negative=0,this},l.prototype.abs=function(){return this.clone().iabs()},l.prototype._ishlnsubmul=function(t,i,o){var f=t.length+o,a;this._expand(f);var v,g=0;for(a=0;a<t.length;a++){v=(this.words[a+o]|0)+g;var h=(t.words[a]|0)*i;v-=h&67108863,g=(v>>26)-(h/67108864|0),this.words[a+o]=v&67108863}for(;a<this.length-o;a++)v=(this.words[a+o]|0)+g,g=v>>26,this.words[a+o]=v&67108863;if(g===0)return this._strip();for(s(g===-1),g=0,a=0;a<this.length;a++)v=-(this.words[a]|0)+g,g=v>>26,this.words[a]=v&67108863;return this.negative=1,this._strip()},l.prototype._wordDiv=function(t,i){var o=this.length-t.length,f=this.clone(),a=t,v=a.words[a.length-1]|0,g=this._countBits(v);o=26-g,o!==0&&(a=a.ushln(o),f.iushln(o),v=a.words[a.length-1]|0);var h=f.length-a.length,r;if(i!=="mod"){r=new l(null),r.length=h+1,r.words=new Array(r.length);for(var u=0;u<r.length;u++)r.words[u]=0}var p=f.clone()._ishlnsubmul(a,1,h);p.negative===0&&(f=p,r&&(r.words[h]=1));for(var c=h-1;c>=0;c--){var M=(f.words[a.length+c]|0)*67108864+(f.words[a.length+c-1]|0);for(M=Math.min(M/v|0,67108863),f._ishlnsubmul(a,M,c);f.negative!==0;)M--,f.negative=0,f._ishlnsubmul(a,1,c),f.isZero()||(f.negative^=1);r&&(r.words[c]=M)}return r&&r._strip(),f._strip(),i!=="div"&&o!==0&&f.iushrn(o),{div:r||null,mod:f}},l.prototype.divmod=function(t,i,o){if(s(!t.isZero()),this.isZero())return{div:new l(0),mod:new l(0)};var f,a,v;return this.negative!==0&&t.negative===0?(v=this.neg().divmod(t,i),i!=="mod"&&(f=v.div.neg()),i!=="div"&&(a=v.mod.neg(),o&&a.negative!==0&&a.iadd(t)),{div:f,mod:a}):this.negative===0&&t.negative!==0?(v=this.divmod(t.neg(),i),i!=="mod"&&(f=v.div.neg()),{div:f,mod:v.mod}):(this.negative&t.negative)!==0?(v=this.neg().divmod(t.neg(),i),i!=="div"&&(a=v.mod.neg(),o&&a.negative!==0&&a.isub(t)),{div:v.div,mod:a}):t.length>this.length||this.cmp(t)<0?{div:new l(0),mod:this}:t.length===1?i==="div"?{div:this.divn(t.words[0]),mod:null}:i==="mod"?{div:null,mod:new l(this.modrn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new l(this.modrn(t.words[0]))}:this._wordDiv(t,i)},l.prototype.div=function(t){return this.divmod(t,"div",!1).div},l.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},l.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},l.prototype.divRound=function(t){var i=this.divmod(t);if(i.mod.isZero())return i.div;var o=i.div.negative!==0?i.mod.isub(t):i.mod,f=t.ushrn(1),a=t.andln(1),v=o.cmp(f);return v<0||a===1&&v===0?i.div:i.div.negative!==0?i.div.isubn(1):i.div.iaddn(1)},l.prototype.modrn=function(t){var i=t<0;i&&(t=-t),s(t<=67108863);for(var o=(1<<26)%t,f=0,a=this.length-1;a>=0;a--)f=(o*f+(this.words[a]|0))%t;return i?-f:f},l.prototype.modn=function(t){return this.modrn(t)},l.prototype.idivn=function(t){var i=t<0;i&&(t=-t),s(t<=67108863);for(var o=0,f=this.length-1;f>=0;f--){var a=(this.words[f]|0)+o*67108864;this.words[f]=a/t|0,o=a%t}return this._strip(),i?this.ineg():this},l.prototype.divn=function(t){return this.clone().idivn(t)},l.prototype.egcd=function(t){s(t.negative===0),s(!t.isZero());var i=this,o=t.clone();i.negative!==0?i=i.umod(t):i=i.clone();for(var f=new l(1),a=new l(0),v=new l(0),g=new l(1),h=0;i.isEven()&&o.isEven();)i.iushrn(1),o.iushrn(1),++h;for(var r=o.clone(),u=i.clone();!i.isZero();){for(var p=0,c=1;(i.words[0]&c)===0&&p<26;++p,c<<=1);if(p>0)for(i.iushrn(p);p-- >0;)(f.isOdd()||a.isOdd())&&(f.iadd(r),a.isub(u)),f.iushrn(1),a.iushrn(1);for(var M=0,w=1;(o.words[0]&w)===0&&M<26;++M,w<<=1);if(M>0)for(o.iushrn(M);M-- >0;)(v.isOdd()||g.isOdd())&&(v.iadd(r),g.isub(u)),v.iushrn(1),g.iushrn(1);i.cmp(o)>=0?(i.isub(o),f.isub(v),a.isub(g)):(o.isub(i),v.isub(f),g.isub(a))}return{a:v,b:g,gcd:o.iushln(h)}},l.prototype._invmp=function(t){s(t.negative===0),s(!t.isZero());var i=this,o=t.clone();i.negative!==0?i=i.umod(t):i=i.clone();for(var f=new l(1),a=new l(0),v=o.clone();i.cmpn(1)>0&&o.cmpn(1)>0;){for(var g=0,h=1;(i.words[0]&h)===0&&g<26;++g,h<<=1);if(g>0)for(i.iushrn(g);g-- >0;)f.isOdd()&&f.iadd(v),f.iushrn(1);for(var r=0,u=1;(o.words[0]&u)===0&&r<26;++r,u<<=1);if(r>0)for(o.iushrn(r);r-- >0;)a.isOdd()&&a.iadd(v),a.iushrn(1);i.cmp(o)>=0?(i.isub(o),f.isub(a)):(o.isub(i),a.isub(f))}var p;return i.cmpn(1)===0?p=f:p=a,p.cmpn(0)<0&&p.iadd(t),p},l.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var i=this.clone(),o=t.clone();i.negative=0,o.negative=0;for(var f=0;i.isEven()&&o.isEven();f++)i.iushrn(1),o.iushrn(1);do{for(;i.isEven();)i.iushrn(1);for(;o.isEven();)o.iushrn(1);var a=i.cmp(o);if(a<0){var v=i;i=o,o=v}else if(a===0||o.cmpn(1)===0)break;i.isub(o)}while(!0);return o.iushln(f)},l.prototype.invm=function(t){return this.egcd(t).a.umod(t)},l.prototype.isEven=function(){return(this.words[0]&1)===0},l.prototype.isOdd=function(){return(this.words[0]&1)===1},l.prototype.andln=function(t){return this.words[0]&t},l.prototype.bincn=function(t){s(typeof t=="number");var i=t%26,o=(t-i)/26,f=1<<i;if(this.length<=o)return this._expand(o+1),this.words[o]|=f,this;for(var a=f,v=o;a!==0&&v<this.length;v++){var g=this.words[v]|0;g+=a,a=g>>>26,g&=67108863,this.words[v]=g}return a!==0&&(this.words[v]=a,this.length++),this},l.prototype.isZero=function(){return this.length===1&&this.words[0]===0},l.prototype.cmpn=function(t){var i=t<0;if(this.negative!==0&&!i)return-1;if(this.negative===0&&i)return 1;this._strip();var o;if(this.length>1)o=1;else{i&&(t=-t),s(t<=67108863,"Number is too big");var f=this.words[0]|0;o=f===t?0:f<t?-1:1}return this.negative!==0?-o|0:o},l.prototype.cmp=function(t){if(this.negative!==0&&t.negative===0)return-1;if(this.negative===0&&t.negative!==0)return 1;var i=this.ucmp(t);return this.negative!==0?-i|0:i},l.prototype.ucmp=function(t){if(this.length>t.length)return 1;if(this.length<t.length)return-1;for(var i=0,o=this.length-1;o>=0;o--){var f=this.words[o]|0,a=t.words[o]|0;if(f!==a){f<a?i=-1:f>a&&(i=1);break}}return i},l.prototype.gtn=function(t){return this.cmpn(t)===1},l.prototype.gt=function(t){return this.cmp(t)===1},l.prototype.gten=function(t){return this.cmpn(t)>=0},l.prototype.gte=function(t){return this.cmp(t)>=0},l.prototype.ltn=function(t){return this.cmpn(t)===-1},l.prototype.lt=function(t){return this.cmp(t)===-1},l.prototype.lten=function(t){return this.cmpn(t)<=0},l.prototype.lte=function(t){return this.cmp(t)<=0},l.prototype.eqn=function(t){return this.cmpn(t)===0},l.prototype.eq=function(t){return this.cmp(t)===0},l.red=function(t){return new T(t)},l.prototype.toRed=function(t){return s(!this.red,"Already a number in reduction context"),s(this.negative===0,"red works only with positives"),t.convertTo(this)._forceRed(t)},l.prototype.fromRed=function(){return s(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},l.prototype._forceRed=function(t){return this.red=t,this},l.prototype.forceRed=function(t){return s(!this.red,"Already a number in reduction context"),this._forceRed(t)},l.prototype.redAdd=function(t){return s(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},l.prototype.redIAdd=function(t){return s(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},l.prototype.redSub=function(t){return s(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},l.prototype.redISub=function(t){return s(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},l.prototype.redShl=function(t){return s(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},l.prototype.redMul=function(t){return s(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},l.prototype.redIMul=function(t){return s(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},l.prototype.redSqr=function(){return s(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},l.prototype.redISqr=function(){return s(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},l.prototype.redSqrt=function(){return s(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},l.prototype.redInvm=function(){return s(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},l.prototype.redNeg=function(){return s(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},l.prototype.redPow=function(t){return s(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var fr={k256:null,p224:null,p192:null,p25519:null};function wt(m,t){this.name=m,this.p=new l(t,16),this.n=this.p.bitLength(),this.k=new l(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}wt.prototype._tmp=function(){var t=new l(null);return t.words=new Array(Math.ceil(this.n/13)),t},wt.prototype.ireduce=function(t){var i=t,o;do this.split(i,this.tmp),i=this.imulK(i),i=i.iadd(this.tmp),o=i.bitLength();while(o>this.n);var f=o<this.n?-1:i.ucmp(this.p);return f===0?(i.words[0]=0,i.length=1):f>0?i.isub(this.p):i.strip!==void 0?i.strip():i._strip(),i},wt.prototype.split=function(t,i){t.iushrn(this.n,0,i)},wt.prototype.imulK=function(t){return t.imul(this.k)};function Kt(){wt.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}d(Kt,wt),Kt.prototype.split=function(t,i){for(var o=4194303,f=Math.min(t.length,9),a=0;a<f;a++)i.words[a]=t.words[a];if(i.length=f,t.length<=9){t.words[0]=0,t.length=1;return}var v=t.words[9];for(i.words[i.length++]=v&o,a=10;a<t.length;a++){var g=t.words[a]|0;t.words[a-10]=(g&o)<<4|v>>>22,v=g}v>>>=22,t.words[a-10]=v,v===0&&t.length>10?t.length-=10:t.length-=9},Kt.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var i=0,o=0;o<t.length;o++){var f=t.words[o]|0;i+=f*977,t.words[o]=i&67108863,i=f*64+(i/67108864|0)}return t.words[t.length-1]===0&&(t.length--,t.words[t.length-1]===0&&t.length--),t};function Cr(){wt.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}d(Cr,wt);function Zr(){wt.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}d(Zr,wt);function sr(){wt.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}d(sr,wt),sr.prototype.imulK=function(t){for(var i=0,o=0;o<t.length;o++){var f=(t.words[o]|0)*19+i,a=f&67108863;f>>>=26,t.words[o]=a,i=f}return i!==0&&(t.words[t.length++]=i),t},l._prime=function(t){if(fr[t])return fr[t];var i;if(t==="k256")i=new Kt;else if(t==="p224")i=new Cr;else if(t==="p192")i=new Zr;else if(t==="p25519")i=new sr;else throw new Error("Unknown prime "+t);return fr[t]=i,i};function T(m){if(typeof m=="string"){var t=l._prime(m);this.m=t.p,this.prime=t}else s(m.gtn(1),"modulus must be greater than 1"),this.m=m,this.prime=null}T.prototype._verify1=function(t){s(t.negative===0,"red works only with positives"),s(t.red,"red works only with red numbers")},T.prototype._verify2=function(t,i){s((t.negative|i.negative)===0,"red works only with positives"),s(t.red&&t.red===i.red,"red works only with red numbers")},T.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):(vt(t,t.umod(this.m)._forceRed(this)),t)},T.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},T.prototype.add=function(t,i){this._verify2(t,i);var o=t.add(i);return o.cmp(this.m)>=0&&o.isub(this.m),o._forceRed(this)},T.prototype.iadd=function(t,i){this._verify2(t,i);var o=t.iadd(i);return o.cmp(this.m)>=0&&o.isub(this.m),o},T.prototype.sub=function(t,i){this._verify2(t,i);var o=t.sub(i);return o.cmpn(0)<0&&o.iadd(this.m),o._forceRed(this)},T.prototype.isub=function(t,i){this._verify2(t,i);var o=t.isub(i);return o.cmpn(0)<0&&o.iadd(this.m),o},T.prototype.shl=function(t,i){return this._verify1(t),this.imod(t.ushln(i))},T.prototype.imul=function(t,i){return this._verify2(t,i),this.imod(t.imul(i))},T.prototype.mul=function(t,i){return this._verify2(t,i),this.imod(t.mul(i))},T.prototype.isqr=function(t){return this.imul(t,t.clone())},T.prototype.sqr=function(t){return this.mul(t,t)},T.prototype.sqrt=function(t){if(t.isZero())return t.clone();var i=this.m.andln(3);if(s(i%2===1),i===3){var o=this.m.add(new l(1)).iushrn(2);return this.pow(t,o)}for(var f=this.m.subn(1),a=0;!f.isZero()&&f.andln(1)===0;)a++,f.iushrn(1);s(!f.isZero());var v=new l(1).toRed(this),g=v.redNeg(),h=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new l(2*r*r).toRed(this);this.pow(r,h).cmp(g)!==0;)r.redIAdd(g);for(var u=this.pow(r,f),p=this.pow(t,f.addn(1).iushrn(1)),c=this.pow(t,f),M=a;c.cmp(v)!==0;){for(var w=c,N=0;w.cmp(v)!==0;N++)w=w.redSqr();s(N<M);var E=this.pow(u,new l(1).iushln(M-N-1));p=p.redMul(E),u=E.redSqr(),c=c.redMul(u),M=N}return p},T.prototype.invm=function(t){var i=t._invmp(this.m);return i.negative!==0?(i.negative=0,this.imod(i).redNeg()):this.imod(i)},T.prototype.pow=function(t,i){if(i.isZero())return new l(1).toRed(this);if(i.cmpn(1)===0)return t.clone();var o=4,f=new Array(1<<o);f[0]=new l(1).toRed(this),f[1]=t;for(var a=2;a<f.length;a++)f[a]=this.mul(f[a-1],t);var v=f[0],g=0,h=0,r=i.bitLength()%26;for(r===0&&(r=26),a=i.length-1;a>=0;a--){for(var u=i.words[a],p=r-1;p>=0;p--){var c=u>>p&1;if(v!==f[0]&&(v=this.sqr(v)),c===0&&g===0){h=0;continue}g<<=1,g|=c,h++,!(h!==o&&(a!==0||p!==0))&&(v=this.mul(v,f[g]),h=0,g=0)}r=26}return v},T.prototype.convertTo=function(t){var i=t.umod(this.m);return i===t?i.clone():i},T.prototype.convertFrom=function(t){var i=t.clone();return i.red=null,i},l.mont=function(t){return new Ot(t)};function Ot(m){T.call(this,m),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new l(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}d(Ot,T),Ot.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},Ot.prototype.convertFrom=function(t){var i=this.imod(t.mul(this.rinv));return i.red=null,i},Ot.prototype.imul=function(t,i){if(t.isZero()||i.isZero())return t.words[0]=0,t.length=1,t;var o=t.imul(i),f=o.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),a=o.isub(f).iushrn(this.shift),v=a;return a.cmp(this.m)>=0?v=a.isub(this.m):a.cmpn(0)<0&&(v=a.iadd(this.m)),v._forceRed(this)},Ot.prototype.mul=function(t,i){if(t.isZero()||i.isZero())return new l(0)._forceRed(this);var o=t.mul(i),f=o.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),a=o.isub(f).iushrn(this.shift),v=a;return a.cmp(this.m)>=0?v=a.isub(this.m):a.cmpn(0)<0&&(v=a.iadd(this.m)),v._forceRed(this)},Ot.prototype.invm=function(t){var i=this.imod(t._invmp(this.m).mul(this.r2));return i._forceRed(this)}})(typeof Ir>"u"||Ir,yi)});var Pr=Tt(Yt=>{"use strict";lt();mt();Object.defineProperty(Yt,"__esModule",{value:!0});Yt.version=void 0;Yt.version="bignumber/5.7.0"});var rr=Tt(xt=>{"use strict";lt();mt();var Hi=xt&&xt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(xt,"__esModule",{value:!0});xt._base16To36=xt._base36To16=xt.BigNumber=xt.isBigNumberish=void 0;var Vi=Hi(xi()),Zt=Vi.default.BN,qt=Tr(),Ct=Jt(),Ki=Pr(),It=new Ct.Logger(Ki.version),Fr={},_i=9007199254740991;function Wi(e){return e!=null&&(tr.isBigNumber(e)||typeof e=="number"&&e%1===0||typeof e=="string"&&!!e.match(/^-?[0-9]+$/)||(0,qt.isHexString)(e)||typeof e=="bigint"||(0,qt.isBytes)(e))}xt.isBigNumberish=Wi;var bi=!1,tr=function(){function e(n,s){n!==Fr&&It.throwError("cannot call constructor directly; use BigNumber.from",Ct.Logger.errors.UNSUPPORTED_OPERATION,{operation:"new (BigNumber)"}),this._hex=s,this._isBigNumber=!0,Object.freeze(this)}return e.prototype.fromTwos=function(n){return Mt(x(this).fromTwos(n))},e.prototype.toTwos=function(n){return Mt(x(this).toTwos(n))},e.prototype.abs=function(){return this._hex[0]==="-"?e.from(this._hex.substring(1)):this},e.prototype.add=function(n){return Mt(x(this).add(x(n)))},e.prototype.sub=function(n){return Mt(x(this).sub(x(n)))},e.prototype.div=function(n){var s=e.from(n);return s.isZero()&&yt("division-by-zero","div"),Mt(x(this).div(x(n)))},e.prototype.mul=function(n){return Mt(x(this).mul(x(n)))},e.prototype.mod=function(n){var s=x(n);return s.isNeg()&&yt("division-by-zero","mod"),Mt(x(this).umod(s))},e.prototype.pow=function(n){var s=x(n);return s.isNeg()&&yt("negative-power","pow"),Mt(x(this).pow(s))},e.prototype.and=function(n){var s=x(n);return(this.isNegative()||s.isNeg())&&yt("unbound-bitwise-result","and"),Mt(x(this).and(s))},e.prototype.or=function(n){var s=x(n);return(this.isNegative()||s.isNeg())&&yt("unbound-bitwise-result","or"),Mt(x(this).or(s))},e.prototype.xor=function(n){var s=x(n);return(this.isNegative()||s.isNeg())&&yt("unbound-bitwise-result","xor"),Mt(x(this).xor(s))},e.prototype.mask=function(n){return(this.isNegative()||n<0)&&yt("negative-width","mask"),Mt(x(this).maskn(n))},e.prototype.shl=function(n){return(this.isNegative()||n<0)&&yt("negative-width","shl"),Mt(x(this).shln(n))},e.prototype.shr=function(n){return(this.isNegative()||n<0)&&yt("negative-width","shr"),Mt(x(this).shrn(n))},e.prototype.eq=function(n){return x(this).eq(x(n))},e.prototype.lt=function(n){return x(this).lt(x(n))},e.prototype.lte=function(n){return x(this).lte(x(n))},e.prototype.gt=function(n){return x(this).gt(x(n))},e.prototype.gte=function(n){return x(this).gte(x(n))},e.prototype.isNegative=function(){return this._hex[0]==="-"},e.prototype.isZero=function(){return x(this).isZero()},e.prototype.toNumber=function(){try{return x(this).toNumber()}catch{yt("overflow","toNumber",this.toString())}return null},e.prototype.toBigInt=function(){try{return BigInt(this.toString())}catch{}return It.throwError("this platform does not support BigInt",Ct.Logger.errors.UNSUPPORTED_OPERATION,{value:this.toString()})},e.prototype.toString=function(){return arguments.length>0&&(arguments[0]===10?bi||(bi=!0,It.warn("BigNumber.toString does not accept any parameters; base-10 is assumed")):arguments[0]===16?It.throwError("BigNumber.toString does not accept any parameters; use bigNumber.toHexString()",Ct.Logger.errors.UNEXPECTED_ARGUMENT,{}):It.throwError("BigNumber.toString does not accept parameters",Ct.Logger.errors.UNEXPECTED_ARGUMENT,{})),x(this).toString(10)},e.prototype.toHexString=function(){return this._hex},e.prototype.toJSON=function(n){return{type:"BigNumber",hex:this.toHexString()}},e.from=function(n){if(n instanceof e)return n;if(typeof n=="string")return n.match(/^-?0x[0-9a-f]+$/i)?new e(Fr,zt(n)):n.match(/^-?[0-9]+$/)?new e(Fr,zt(new Zt(n))):It.throwArgumentError("invalid BigNumber string","value",n);if(typeof n=="number")return n%1&&yt("underflow","BigNumber.from",n),(n>=_i||n<=-_i)&&yt("overflow","BigNumber.from",n),e.from(String(n));var s=n;if(typeof s=="bigint")return e.from(s.toString());if((0,qt.isBytes)(s))return e.from((0,qt.hexlify)(s));if(s)if(s.toHexString){var d=s.toHexString();if(typeof d=="string")return e.from(d)}else{var d=s._hex;if(d==null&&s.type==="BigNumber"&&(d=s.hex),typeof d=="string"&&((0,qt.isHexString)(d)||d[0]==="-"&&(0,qt.isHexString)(d.substring(1))))return e.from(d)}return It.throwArgumentError("invalid BigNumber value","value",n)},e.isBigNumber=function(n){return!!(n&&n._isBigNumber)},e}();xt.BigNumber=tr;function zt(e){if(typeof e!="string")return zt(e.toString(16));if(e[0]==="-")return e=e.substring(1),e[0]==="-"&&It.throwArgumentError("invalid hex","value",e),e=zt(e),e==="0x00"?e:"-"+e;if(e.substring(0,2)!=="0x"&&(e="0x"+e),e==="0x")return"0x00";for(e.length%2&&(e="0x0"+e.substring(2));e.length>4&&e.substring(0,4)==="0x00";)e="0x"+e.substring(4);return e}function Mt(e){return tr.from(zt(e))}function x(e){var n=tr.from(e).toHexString();return n[0]==="-"?new Zt("-"+n.substring(3),16):new Zt(n.substring(2),16)}function yt(e,n,s){var d={fault:e,operation:n};return s!=null&&(d.value=s),It.throwError(e,Ct.Logger.errors.NUMERIC_FAULT,d)}function Xi(e){return new Zt(e,36).toString(16)}xt._base36To16=Xi;function Ji(e){return new Zt(e,16).toString(36)}xt._base16To36=Ji});var Ri=Tt(St=>{"use strict";lt();mt();Object.defineProperty(St,"__esModule",{value:!0});St.FixedNumber=St.FixedFormat=St.parseFixed=St.formatFixed=void 0;var ir=Tr(),Vt=Jt(),$i=Pr(),ct=new Vt.Logger($i.version),Pt=rr(),Gt={},Ei=Pt.BigNumber.from(0),Ai=Pt.BigNumber.from(-1);function Si(e,n,s,d){var l={fault:n,operation:s};return d!==void 0&&(l.value=d),ct.throwError(e,Vt.Logger.errors.NUMERIC_FAULT,l)}var Ht="0";for(;Ht.length<256;)Ht+=Ht;function Br(e){if(typeof e!="number")try{e=Pt.BigNumber.from(e).toNumber()}catch{}return typeof e=="number"&&e>=0&&e<=256&&!(e%1)?"1"+Ht.substring(0,e):ct.throwArgumentError("invalid decimal size","decimals",e)}function er(e,n){n==null&&(n=0);var s=Br(n);e=Pt.BigNumber.from(e);var d=e.lt(Ei);d&&(e=e.mul(Ai));for(var l=e.mod(s).toString();l.length<s.length-1;)l="0"+l;l=l.match(/^([0-9]*[1-9]|0)(0*)/)[1];var y=e.div(s).toString();return s.length===1?e=y:e=y+"."+l,d&&(e="-"+e),e}St.formatFixed=er;function At(e,n){n==null&&(n=0);var s=Br(n);(typeof e!="string"||!e.match(/^-?[0-9.]+$/))&&ct.throwArgumentError("invalid decimal value","value",e);var d=e.substring(0,1)==="-";d&&(e=e.substring(1)),e==="."&&ct.throwArgumentError("missing value","value",e);var l=e.split(".");l.length>2&&ct.throwArgumentError("too many decimal points","value",e);var y=l[0],_=l[1];for(y||(y="0"),_||(_="0");_[_.length-1]==="0";)_=_.substring(0,_.length-1);for(_.length>s.length-1&&Si("fractional component exceeds decimals","underflow","parseFixed"),_===""&&(_="0");_.length<s.length-1;)_+="0";var ut=Pt.BigNumber.from(y),pt=Pt.BigNumber.from(_),vt=ut.mul(s).add(pt);return d&&(vt=vt.mul(Ai)),vt}St.parseFixed=At;var nr=function(){function e(n,s,d,l){n!==Gt&&ct.throwError("cannot use FixedFormat constructor; use FixedFormat.from",Vt.Logger.errors.UNSUPPORTED_OPERATION,{operation:"new FixedFormat"}),this.signed=s,this.width=d,this.decimals=l,this.name=(s?"":"u")+"fixed"+String(d)+"x"+String(l),this._multiplier=Br(l),Object.freeze(this)}return e.from=function(n){if(n instanceof e)return n;typeof n=="number"&&(n="fixed128x"+n);var s=!0,d=128,l=18;if(typeof n=="string"){if(n!=="fixed")if(n==="ufixed")s=!1;else{var y=n.match(/^(u?)fixed([0-9]+)x([0-9]+)$/);y||ct.throwArgumentError("invalid fixed format","format",n),s=y[1]!=="u",d=parseInt(y[2]),l=parseInt(y[3])}}else if(n){var _=function(ut,pt,vt){return n[ut]==null?vt:(typeof n[ut]!==pt&&ct.throwArgumentError("invalid fixed format ("+ut+" not "+pt+")","format."+ut,n[ut]),n[ut])};s=_("signed","boolean",s),d=_("width","number",d),l=_("decimals","number",l)}return d%8&&ct.throwArgumentError("invalid fixed format width (not byte aligned)","format.width",d),l>80&&ct.throwArgumentError("invalid fixed format (decimals too large)","format.decimals",l),new e(Gt,s,d,l)},e}();St.FixedFormat=nr;var Or=function(){function e(n,s,d,l){n!==Gt&&ct.throwError("cannot use FixedNumber constructor; use FixedNumber.from",Vt.Logger.errors.UNSUPPORTED_OPERATION,{operation:"new FixedFormat"}),this.format=l,this._hex=s,this._value=d,this._isFixedNumber=!0,Object.freeze(this)}return e.prototype._checkFormat=function(n){this.format.name!==n.format.name&&ct.throwArgumentError("incompatible format; use fixedNumber.toFormat","other",n)},e.prototype.addUnsafe=function(n){this._checkFormat(n);var s=At(this._value,this.format.decimals),d=At(n._value,n.format.decimals);return e.fromValue(s.add(d),this.format.decimals,this.format)},e.prototype.subUnsafe=function(n){this._checkFormat(n);var s=At(this._value,this.format.decimals),d=At(n._value,n.format.decimals);return e.fromValue(s.sub(d),this.format.decimals,this.format)},e.prototype.mulUnsafe=function(n){this._checkFormat(n);var s=At(this._value,this.format.decimals),d=At(n._value,n.format.decimals);return e.fromValue(s.mul(d).div(this.format._multiplier),this.format.decimals,this.format)},e.prototype.divUnsafe=function(n){this._checkFormat(n);var s=At(this._value,this.format.decimals),d=At(n._value,n.format.decimals);return e.fromValue(s.mul(this.format._multiplier).div(d),this.format.decimals,this.format)},e.prototype.floor=function(){var n=this.toString().split(".");n.length===1&&n.push("0");var s=e.from(n[0],this.format),d=!n[1].match(/^(0*)$/);return this.isNegative()&&d&&(s=s.subUnsafe(Ni.toFormat(s.format))),s},e.prototype.ceiling=function(){var n=this.toString().split(".");n.length===1&&n.push("0");var s=e.from(n[0],this.format),d=!n[1].match(/^(0*)$/);return!this.isNegative()&&d&&(s=s.addUnsafe(Ni.toFormat(s.format))),s},e.prototype.round=function(n){n==null&&(n=0);var s=this.toString().split(".");if(s.length===1&&s.push("0"),(n<0||n>80||n%1)&&ct.throwArgumentError("invalid decimal count","decimals",n),s[1].length<=n)return this;var d=e.from("1"+Ht.substring(0,n),this.format),l=ji.toFormat(this.format);return this.mulUnsafe(d).addUnsafe(l).floor().divUnsafe(d)},e.prototype.isZero=function(){return this._value==="0.0"||this._value==="0"},e.prototype.isNegative=function(){return this._value[0]==="-"},e.prototype.toString=function(){return this._value},e.prototype.toHexString=function(n){if(n==null)return this._hex;n%8&&ct.throwArgumentError("invalid byte width","width",n);var s=Pt.BigNumber.from(this._hex).fromTwos(this.format.width).toTwos(n).toHexString();return(0,ir.hexZeroPad)(s,n/8)},e.prototype.toUnsafeFloat=function(){return parseFloat(this.toString())},e.prototype.toFormat=function(n){return e.fromString(this._value,n)},e.fromValue=function(n,s,d){return d==null&&s!=null&&!(0,Pt.isBigNumberish)(s)&&(d=s,s=null),s==null&&(s=0),d==null&&(d="fixed"),e.fromString(er(n,s),nr.from(d))},e.fromString=function(n,s){s==null&&(s="fixed");var d=nr.from(s),l=At(n,d.decimals);!d.signed&&l.lt(Ei)&&Si("unsigned value cannot be negative","overflow","value",n);var y=null;d.signed?y=l.toTwos(d.width).toHexString():(y=l.toHexString(),y=(0,ir.hexZeroPad)(y,d.width/8));var _=er(l,d.decimals);return new e(Gt,y,_,d)},e.fromBytes=function(n,s){s==null&&(s="fixed");var d=nr.from(s);if((0,ir.arrayify)(n).length>d.width/8)throw new Error("overflow");var l=Pt.BigNumber.from(n);d.signed&&(l=l.fromTwos(d.width));var y=l.toTwos((d.signed?0:1)+d.width).toHexString(),_=er(l,d.decimals);return new e(Gt,y,_,d)},e.from=function(n,s){if(typeof n=="string")return e.fromString(n,s);if((0,ir.isBytes)(n))return e.fromBytes(n,s);try{return e.fromValue(n,0,s)}catch(d){if(d.code!==Vt.Logger.errors.INVALID_ARGUMENT)throw d}return ct.throwArgumentError("invalid FixedNumber value","value",n)},e.isFixedNumber=function(n){return!!(n&&n._isFixedNumber)},e}();St.FixedNumber=Or;var Ni=Or.from(1),ji=Or.from("0.5")});var Yi=Tt(dt=>{"use strict";lt();mt();Object.defineProperty(dt,"__esModule",{value:!0});dt._base36To16=dt._base16To36=dt.parseFixed=dt.FixedNumber=dt.FixedFormat=dt.formatFixed=dt.BigNumber=void 0;var Qi=rr();Object.defineProperty(dt,"BigNumber",{enumerable:!0,get:function(){return Qi.BigNumber}});var or=Ri();Object.defineProperty(dt,"formatFixed",{enumerable:!0,get:function(){return or.formatFixed}});Object.defineProperty(dt,"FixedFormat",{enumerable:!0,get:function(){return or.FixedFormat}});Object.defineProperty(dt,"FixedNumber",{enumerable:!0,get:function(){return or.FixedNumber}});Object.defineProperty(dt,"parseFixed",{enumerable:!0,get:function(){return or.parseFixed}});var Ti=rr();Object.defineProperty(dt,"_base16To36",{enumerable:!0,get:function(){return Ti._base16To36}});Object.defineProperty(dt,"_base36To16",{enumerable:!0,get:function(){return Ti._base36To16}})});export{Jt as a,Tr as b,Yi as c};
|
|
|
|
window.inOKXExtension = true;
|
|
window.inMiniApp = false;
|
|
window.ASSETS_BUILD_TYPE = "publish";
|
|
|
|
//# sourceMappingURL=chunk-OKJNV4PS.js.map
|