vart={2046:function(t,e,r){!function(t,e){functioni(t,e){if(!t)thrownewError(e||"Assertion failed")}functionn(t,e){t.super_=e;varr=function(){};r.prototype=e.prototype,t.prototype=newr,t.prototype.constructor=t}functions(t,e,r){if(s.isBN(t))returnt;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==e&&"be"!==e||(r=e,e=10),this._init(t||0,e||10,r||"be"))}varo;"object"==typeoft?t.exports=s:e.BN=s,s.BN=s,s.wordSize=26;try{o="undefined"!=typeofwindow&&void0!==window.Buffer?window.Buffer:r(1848).Buffer}catch(t){}functiona(t,e){varr=t.charCodeAt(e);returnr>=48&&r<=57?r-48:r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:voidi(!1,"Invalid character in "+t)}functionh(t,e,r){vari=a(t,r);returnr-1>=e&&(i|=a(t,r-1)<<4),i}functionc(t,e,r,n){for(vars=0,o=0,a=Math.min(t.length,r),h=e;h<a;h++){varc=t.charCodeAt(h)-48;s*=n,o=c>=49?c-49+10:c>=17?c-17+10:c,i(c>=0&&o<n,"Invalid character"),s+=o}returns}functionu(t,e){t.words=e.words,t.length=e.length,t.negative=e.negative,t.red=e.red}if(s.isBN=function(t){returntinstanceofs||null!==t&&"object"==typeoft&&t.constructor.wordSize===s.wordSize&&Array.isArray(t.words)},s.max=function(t,e){returnt.cmp(e)>0?t:e},s.min=function(t,e){returnt.cmp(e)<0?t:e},s.prototype._init=function(t,e,r){if("number"==typeoft)returnthis._initNumber(t,e,r);if("object"==typeoft)returnthis._initArray(t,e,r);"hex"===e&&(e=16),i(e===(0|e)&&e>=2&&e<=36);varn=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&(n++,this.negative=1),n<t.length&&(16===e?this._parseHex(t,n,r):(this._parseBase(t,e,n),"le"===r&&this._initArray(this.toArray(),e,r)))},s.prototype._initNumber=function(t,e,r){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(i(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),e,r)},s.prototype._initArray=function(t,e,r){if(i("number"==typeoft.length),t.length<=0)returnthis.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=newArray(this.length);for(varn=0;n<this.length;n++)this.words[n]=0;vars,o,a=0;if("be"===r)for(n=t.length-1,s=0;n>=0;n-=3)o=t[n]|t[n-1]<<8|t[n-2]<<16,this.words[s]|=o<<a&67108863,this.words[s+1]=o>>>26-a&67108863,(a+=24)>=26&&(a-=26,s++);elseif("le"===r)for(n=0,s=0;n<t.length;n+=3)o=t[n]|t[n+1]<<8|t[n+2]<<16,this.words[s]|=o<<a&67108863,this.words[s+1]=o>>>26-a&67108863,(a+=24)>=26&&(a-=26,s++);returnthis._strip()},s.prototype._parseHex=function(t,e,r){this.length=Math.ceil((t.length-e)/6),this.words=newArray(this.length);for(vari=0;i<this.length;i++)this.words[i]=0;varn,s=0,o=0;if("be"===r)for(i=t.length-1;i>=e;i-=2)n=h(t,e,i)<<s,this.words[o]|=67108863&n,s>=18?(s-=18,o+=1,this.words[o]|=n>>>26):s+=8;elsefor(i=(t.length-e)%2==0?e+1:e;i<t.length;i+=2)n=h(t,e,i)<<s,this.words[o]|=67108863&n,s>=18?(s-=18,o+=1,this.words[o]|=n>>>26):s+=8;this._strip()},s.prototype._parseBase=function(t,e,r){this.words=[0],this.length=1;for(vari=0,n=1;n<=67108863;n*=e)i++;i--,n=n/e|0;for(vars=t.length-r,o=s%i,a=Math.min(s,s-o)+r,h=0,u=r;u<a;u+=i)h=c(t,u,u+i,e),this.imuln(n),this.words[0]+h<67108864?this.words[0]+=h:this._iaddn(h);if(0!==o){varf=1;for(h=c(t,u,t.length,e),u=0;u<o;u++)f*=e;this.imuln(f),this.words[0]+h<67108864?this.words[0]+=h:this._iaddn(h)}this._strip()},s.prototype.copy=function(t){t.words=newArray(this.length);for(vare=0;e<this.length;e++)t.words[e]=this.words[e];t.length=this.length,t.negative=this.negative,t.red=this.red},s.prototype._move=function(t){u(t,this)},s.prototype.clone=function(){vart=news(null);returnthis.copy(t),t},s.prototype._expand=function(t){for(;this.length<t;)this.words[this.length++]=0;returnthis},s.prototype._strip=function(){for(;this.length>1&&0===this.words[this.length-1];)this.length--;returnthis._normSign()},s.prototype._normSign=function(){return1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!=typeofSymbol&&"function"==typeofSymbol.for)try{s.prototype[Symbol.for("nodejs.util.