@helia/ipns 0.0.0

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.
Files changed (44) hide show
  1. package/LICENSE +4 -0
  2. package/README.md +59 -0
  3. package/dist/index.min.js +25 -0
  4. package/dist/src/index.d.ts +124 -0
  5. package/dist/src/index.d.ts.map +1 -0
  6. package/dist/src/index.js +192 -0
  7. package/dist/src/index.js.map +1 -0
  8. package/dist/src/routing/dht.d.ts +18 -0
  9. package/dist/src/routing/dht.d.ts.map +1 -0
  10. package/dist/src/routing/dht.js +65 -0
  11. package/dist/src/routing/dht.js.map +1 -0
  12. package/dist/src/routing/index.d.ts +17 -0
  13. package/dist/src/routing/index.d.ts.map +1 -0
  14. package/dist/src/routing/index.js +3 -0
  15. package/dist/src/routing/index.js.map +1 -0
  16. package/dist/src/routing/local-store.d.ts +15 -0
  17. package/dist/src/routing/local-store.d.ts.map +1 -0
  18. package/dist/src/routing/local-store.js +48 -0
  19. package/dist/src/routing/local-store.js.map +1 -0
  20. package/dist/src/routing/pubsub.d.ts +20 -0
  21. package/dist/src/routing/pubsub.d.ts.map +1 -0
  22. package/dist/src/routing/pubsub.js +150 -0
  23. package/dist/src/routing/pubsub.js.map +1 -0
  24. package/dist/src/utils/resolve-dns-link.browser.d.ts +6 -0
  25. package/dist/src/utils/resolve-dns-link.browser.d.ts.map +1 -0
  26. package/dist/src/utils/resolve-dns-link.browser.js +46 -0
  27. package/dist/src/utils/resolve-dns-link.browser.js.map +1 -0
  28. package/dist/src/utils/resolve-dns-link.d.ts +3 -0
  29. package/dist/src/utils/resolve-dns-link.d.ts.map +1 -0
  30. package/dist/src/utils/resolve-dns-link.js +54 -0
  31. package/dist/src/utils/resolve-dns-link.js.map +1 -0
  32. package/dist/src/utils/tlru.d.ts +15 -0
  33. package/dist/src/utils/tlru.d.ts.map +1 -0
  34. package/dist/src/utils/tlru.js +39 -0
  35. package/dist/src/utils/tlru.js.map +1 -0
  36. package/package.json +191 -0
  37. package/src/index.ts +296 -0
  38. package/src/routing/dht.ts +85 -0
  39. package/src/routing/index.ts +26 -0
  40. package/src/routing/local-store.ts +63 -0
  41. package/src/routing/pubsub.ts +195 -0
  42. package/src/utils/resolve-dns-link.browser.ts +61 -0
  43. package/src/utils/resolve-dns-link.ts +65 -0
  44. package/src/utils/tlru.ts +52 -0
@@ -0,0 +1,25 @@
1
+ (function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.HeliaIpns = factory()}(typeof self !== 'undefined' ? self : this, function () {
2
+ "use strict";var HeliaIpns=(()=>{var Nh=Object.create;var bi=Object.defineProperty;var kh=Object.getOwnPropertyDescriptor;var Dh=Object.getOwnPropertyNames;var Uh=Object.getPrototypeOf,Ph=Object.prototype.hasOwnProperty;var H=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Fe=(e,t)=>{for(var r in t)bi(e,r,{get:t[r],enumerable:!0})},Zs=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Dh(t))!Ph.call(e,i)&&i!==r&&bi(e,i,{get:()=>t[i],enumerable:!(n=kh(t,i))||n.enumerable});return e};var X=(e,t,r)=>(r=e!=null?Nh(Uh(e)):{},Zs(t||!e||!e.__esModule?bi(r,"default",{value:e,enumerable:!0}):r,e)),Lh=e=>Zs(bi({},"__esModule",{value:!0}),e);var Js=H((F2,Lo)=>{var L2=function(){typeof Lo<"u"&&(Lo.exports=y);var e=86400,t=3200,r=146097*t/400,n=e*r,i=1e3*n,o=864e13,a=4294967296,s=1e6,u="000000000",c=Math.trunc||function(T){var K=T-T%1;return K==0&&(T<0||T===0&&1/T!=1/0)?-0:K},f=y.prototype,l=(y.fromDate=function(T){return new y(+T)},y.fromInt64BE=F(0,1,2,3,0,4),y.fromInt64LE=F(3,2,1,0,4,0),y.fromString=function(q){var K,Q=new y,q=(q+="").replace(/^\s*[+\-]?\d+/,function(ue){var ue=+ue,he=1970+(ue-1970)%400;return Q.year=ue-he,he}).replace(/(?:Z|([+\-]\d{2}):?(\d{2}))$/,function(V,ue,he){return ue<0&&(he*=-1),K=6e4*(60*+ue+ +he),""}).replace(/\.\d+$/,function(V){return Q.nano=+(V+u).substr(1,9),""}).split(/\D+/);if(1<q.length?q[1]--:q[1]=0,Q.time=K=Date.UTC.apply(Date,q)-(K||0),isNaN(K))throw new TypeError("Invalid Date");return x(Q)},y.fromTimeT=function(T){return B(T,0)},f.year=0,f.time=0,f.nano=0,f.addNano=function(T){return this.nano+=+T||0,this},f.getNano=function(){var T=x(this);return(T.time%1e3*s+ +T.nano+1e9)%1e9},f.getTimeT=function(){var K=x(this),T=Math.floor(K.time/1e3),K=K.year;return K&&(T+=K*r*e/t),T},f.getYear=function(){return this.toDate().getUTCFullYear()+this.year},f.toDate=function(){return v(x(this).time)},f.toJSON=function(){return this.toString().replace(/0{1,6}Z$/,"Z")},f.toString=function(T){var K=this,Q=K.toDate(),q={H:function(){return _(Q.getUTCHours())},L:function(){return W(Q.getUTCMilliseconds(),3)},M:function(){return _(Q.getUTCMinutes())},N:function(){return W(K.getNano(),9)},S:function(){return _(Q.getUTCSeconds())},Y:function(){var V=K.getYear();return 999999<V?"+"+V:9999<V?"+"+W(V,6):0<=V?W(V,4):-999999<=V?"-"+W(-V,6):V},a:function(){return d[Q.getUTCDay()]},b:function(){return h[Q.getUTCMonth()]},d:function(){return _(Q.getUTCDate())},e:function(){return function(V){return(9<V?"":" ")+(0|V)}(Q.getUTCDate())},m:function(){return _(Q.getUTCMonth()+1)}};return function V(ue){return ue.replace(/%./g,function(he){var Z=he[1],z=p[Z],Z=q[Z];return z?V(z):Z?Z():he})}(T||l)},f.writeInt64BE=C(0,1,2,3,0,4),f.writeInt64LE=C(3,2,1,0,4,0),"%Y-%m-%dT%H:%M:%S.%NZ"),h=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],d=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],p={"%":"%",F:"%Y-%m-%d",n:`
3
+ `,R:"%H:%M",T:"%H:%M:%S",t:" ",X:"%T",Z:"GMT",z:"+0000"};return y;function y(T,K,Q){var q=this;if(!(q instanceof y))return new y(T,K,Q);q.time=+T||0,q.nano=+K||0,q.year=+Q||0,x(q)}function x(T){var K,Q,q,V=T.year,ue=T.time,he=T.nano,z=((he<0||s<=he)&&(he-=(Q=Math.floor(he/s))*s,ue+=Q,Q=1),V%t);return(ue<-o||o<ue||z)&&((K=c(ue/i))&&(V+=K*t,ue-=K*i),(q=v(ue)).setUTCFullYear(z+q.getUTCFullYear()),q=(ue=+q)+(K=c((V-=z)/t))*i,K&&-o<=q&&q<=o&&(V-=K*t,ue=q),Q=1),Q&&(T.year=V,T.time=ue,T.nano=he),T}function v(T){var K=new Date(0);return K.setTime(T),K}function B(V,q){V=+V||0;var Q=c((q=(q|0)*a)/n)+c(V/n),q=q%n+V%n,V=c(q/n);return V&&(Q+=V,q-=V*n),new y(1e3*q,0,Q*t)}function C(T,K,Q,q,V,ue){return function(z,Z){var Ze=x(this);z=z||new Array(8),R(z,Z|=0);var Bt=Math.floor(Ze.time/1e3),Ze=Ze.year*(r*e/t),L=c(Ze/a)+c(Bt/a),Ze=Ze%a+Bt%a,Bt=Math.floor(Ze/a);return Bt&&(L+=Bt,Ze-=Bt*a),he(z,Z+V,L),he(z,Z+ue,Ze),z};function he(z,Z,L){z[Z+T]=L>>24&255,z[Z+K]=L>>16&255,z[Z+Q]=L>>8&255,z[Z+q]=255&L}}function F(T,K,Q,q,V,ue){return function(z,Z){R(z,Z|=0);var L=he(z,Z+V);return B(he(z,Z+ue),L)};function he(z,Z){return 16777216*z[Z+T]+(z[Z+K]<<16|z[Z+Q]<<8|z[Z+q])}}function R(T,K){if(T=T&&T.length,T==null)throw new TypeError("Invalid Buffer");if(T<K+8)throw new RangeError("Out of range")}function _(T){return(9<T?"":"0")+(0|T)}function W(T,K){return(u+(0|T)).substr(-K)}}()});var S0=H((Pm,E0)=>{"use strict";E0.exports=Hp;function Hp(e,t){for(var r=new Array(arguments.length-1),n=0,i=2,o=!0;i<arguments.length;)r[n++]=arguments[i++];return new Promise(function(s,u){r[n]=function(f){if(o)if(o=!1,f)u(f);else{for(var l=new Array(arguments.length-1),h=0;h<l.length;)l[h++]=arguments[h];s.apply(null,l)}};try{e.apply(t||null,r)}catch(c){o&&(o=!1,u(c))}})}});var T0=H(C0=>{"use strict";var Ci=C0;Ci.length=function(t){var r=t.length;if(!r)return 0;for(var n=0;--r%4>1&&t.charAt(r)==="=";)++n;return Math.ceil(t.length*3)/4-n};var Qr=new Array(64),A0=new Array(123);for(pt=0;pt<64;)A0[Qr[pt]=pt<26?pt+65:pt<52?pt+71:pt<62?pt-4:pt-59|43]=pt++;var pt;Ci.encode=function(t,r,n){for(var i=null,o=[],a=0,s=0,u;r<n;){var c=t[r++];switch(s){case 0:o[a++]=Qr[c>>2],u=(c&3)<<4,s=1;break;case 1:o[a++]=Qr[u|c>>4],u=(c&15)<<2,s=2;break;case 2:o[a++]=Qr[u|c>>6],o[a++]=Qr[c&63],s=0;break}a>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,o)),a=0)}return s&&(o[a++]=Qr[u],o[a++]=61,s===1&&(o[a++]=61)),i?(a&&i.push(String.fromCharCode.apply(String,o.slice(0,a))),i.join("")):String.fromCharCode.apply(String,o.slice(0,a))};var B0="invalid encoding";Ci.decode=function(t,r,n){for(var i=n,o=0,a,s=0;s<t.length;){var u=t.charCodeAt(s++);if(u===61&&o>1)break;if((u=A0[u])===void 0)throw Error(B0);switch(o){case 0:a=u,o=1;break;case 1:r[n++]=a<<2|(u&48)>>4,a=u,o=2;break;case 2:r[n++]=(a&15)<<4|(u&60)>>2,a=u,o=3;break;case 3:r[n++]=(a&3)<<6|u,o=0;break}}if(o===1)throw Error(B0);return n-i};Ci.test=function(t){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(t)}});var I0=H((Fm,_0)=>{"use strict";_0.exports=Ti;function Ti(){this._listeners={}}Ti.prototype.on=function(t,r,n){return(this._listeners[t]||(this._listeners[t]=[])).push({fn:r,ctx:n||this}),this};Ti.prototype.off=function(t,r){if(t===void 0)this._listeners={};else if(r===void 0)this._listeners[t]=[];else for(var n=this._listeners[t],i=0;i<n.length;)n[i].fn===r?n.splice(i,1):++i;return this};Ti.prototype.emit=function(t){var r=this._listeners[t];if(r){for(var n=[],i=1;i<arguments.length;)n.push(arguments[i++]);for(i=0;i<r.length;)r[i].fn.apply(r[i++].ctx,n)}return this}});var L0=H((Km,P0)=>{"use strict";P0.exports=R0(R0);function R0(e){return typeof Float32Array<"u"?function(){var t=new Float32Array([-0]),r=new Uint8Array(t.buffer),n=r[3]===128;function i(u,c,f){t[0]=u,c[f]=r[0],c[f+1]=r[1],c[f+2]=r[2],c[f+3]=r[3]}function o(u,c,f){t[0]=u,c[f]=r[3],c[f+1]=r[2],c[f+2]=r[1],c[f+3]=r[0]}e.writeFloatLE=n?i:o,e.writeFloatBE=n?o:i;function a(u,c){return r[0]=u[c],r[1]=u[c+1],r[2]=u[c+2],r[3]=u[c+3],t[0]}function s(u,c){return r[3]=u[c],r[2]=u[c+1],r[1]=u[c+2],r[0]=u[c+3],t[0]}e.readFloatLE=n?a:s,e.readFloatBE=n?s:a}():function(){function t(n,i,o,a){var s=i<0?1:0;if(s&&(i=-i),i===0)n(1/i>0?0:2147483648,o,a);else if(isNaN(i))n(2143289344,o,a);else if(i>34028234663852886e22)n((s<<31|2139095040)>>>0,o,a);else if(i<11754943508222875e-54)n((s<<31|Math.round(i/1401298464324817e-60))>>>0,o,a);else{var u=Math.floor(Math.log(i)/Math.LN2),c=Math.round(i*Math.pow(2,-u)*8388608)&8388607;n((s<<31|u+127<<23|c)>>>0,o,a)}}e.writeFloatLE=t.bind(null,N0),e.writeFloatBE=t.bind(null,k0);function r(n,i,o){var a=n(i,o),s=(a>>31)*2+1,u=a>>>23&255,c=a&8388607;return u===255?c?NaN:s*(1/0):u===0?s*1401298464324817e-60*c:s*Math.pow(2,u-150)*(c+8388608)}e.readFloatLE=r.bind(null,D0),e.readFloatBE=r.bind(null,U0)}(),typeof Float64Array<"u"?function(){var t=new Float64Array([-0]),r=new Uint8Array(t.buffer),n=r[7]===128;function i(u,c,f){t[0]=u,c[f]=r[0],c[f+1]=r[1],c[f+2]=r[2],c[f+3]=r[3],c[f+4]=r[4],c[f+5]=r[5],c[f+6]=r[6],c[f+7]=r[7]}function o(u,c,f){t[0]=u,c[f]=r[7],c[f+1]=r[6],c[f+2]=r[5],c[f+3]=r[4],c[f+4]=r[3],c[f+5]=r[2],c[f+6]=r[1],c[f+7]=r[0]}e.writeDoubleLE=n?i:o,e.writeDoubleBE=n?o:i;function a(u,c){return r[0]=u[c],r[1]=u[c+1],r[2]=u[c+2],r[3]=u[c+3],r[4]=u[c+4],r[5]=u[c+5],r[6]=u[c+6],r[7]=u[c+7],t[0]}function s(u,c){return r[7]=u[c],r[6]=u[c+1],r[5]=u[c+2],r[4]=u[c+3],r[3]=u[c+4],r[2]=u[c+5],r[1]=u[c+6],r[0]=u[c+7],t[0]}e.readDoubleLE=n?a:s,e.readDoubleBE=n?s:a}():function(){function t(n,i,o,a,s,u){var c=a<0?1:0;if(c&&(a=-a),a===0)n(0,s,u+i),n(1/a>0?0:2147483648,s,u+o);else if(isNaN(a))n(0,s,u+i),n(2146959360,s,u+o);else if(a>17976931348623157e292)n(0,s,u+i),n((c<<31|2146435072)>>>0,s,u+o);else{var f;if(a<22250738585072014e-324)f=a/5e-324,n(f>>>0,s,u+i),n((c<<31|f/4294967296)>>>0,s,u+o);else{var l=Math.floor(Math.log(a)/Math.LN2);l===1024&&(l=1023),f=a*Math.pow(2,-l),n(f*4503599627370496>>>0,s,u+i),n((c<<31|l+1023<<20|f*1048576&1048575)>>>0,s,u+o)}}}e.writeDoubleLE=t.bind(null,N0,0,4),e.writeDoubleBE=t.bind(null,k0,4,0);function r(n,i,o,a,s){var u=n(a,s+i),c=n(a,s+o),f=(c>>31)*2+1,l=c>>>20&2047,h=4294967296*(c&1048575)+u;return l===2047?h?NaN:f*(1/0):l===0?f*5e-324*h:f*Math.pow(2,l-1075)*(h+4503599627370496)}e.readDoubleLE=r.bind(null,D0,0,4),e.readDoubleBE=r.bind(null,U0,4,0)}(),e}function N0(e,t,r){t[r]=e&255,t[r+1]=e>>>8&255,t[r+2]=e>>>16&255,t[r+3]=e>>>24}function k0(e,t,r){t[r]=e>>>24,t[r+1]=e>>>16&255,t[r+2]=e>>>8&255,t[r+3]=e&255}function D0(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0}function U0(e,t){return(e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3])>>>0}});var F0=H((exports,module)=>{"use strict";module.exports=inquire;function inquire(moduleName){try{var mod=eval("quire".replace(/^/,"re"))(moduleName);if(mod&&(mod.length||Object.keys(mod).length))return mod}catch(e){}return null}});var O0=H(K0=>{"use strict";var ia=K0;ia.length=function(t){for(var r=0,n=0,i=0;i<t.length;++i)n=t.charCodeAt(i),n<128?r+=1:n<2048?r+=2:(n&64512)===55296&&(t.charCodeAt(i+1)&64512)===56320?(++i,r+=4):r+=3;return r};ia.read=function(t,r,n){var i=n-r;if(i<1)return"";for(var o=null,a=[],s=0,u;r<n;)u=t[r++],u<128?a[s++]=u:u>191&&u<224?a[s++]=(u&31)<<6|t[r++]&63:u>239&&u<365?(u=((u&7)<<18|(t[r++]&63)<<12|(t[r++]&63)<<6|t[r++]&63)-65536,a[s++]=55296+(u>>10),a[s++]=56320+(u&1023)):a[s++]=(u&15)<<12|(t[r++]&63)<<6|t[r++]&63,s>8191&&((o||(o=[])).push(String.fromCharCode.apply(String,a)),s=0);return o?(s&&o.push(String.fromCharCode.apply(String,a.slice(0,s))),o.join("")):String.fromCharCode.apply(String,a.slice(0,s))};ia.write=function(t,r,n){for(var i=n,o,a,s=0;s<t.length;++s)o=t.charCodeAt(s),o<128?r[n++]=o:o<2048?(r[n++]=o>>6|192,r[n++]=o&63|128):(o&64512)===55296&&((a=t.charCodeAt(s+1))&64512)===56320?(o=65536+((o&1023)<<10)+(a&1023),++s,r[n++]=o>>18|240,r[n++]=o>>12&63|128,r[n++]=o>>6&63|128,r[n++]=o&63|128):(r[n++]=o>>12|224,r[n++]=o>>6&63|128,r[n++]=o&63|128);return n-i}});var V0=H((Mm,M0)=>{"use strict";M0.exports=Gp;function Gp(e,t,r){var n=r||8192,i=n>>>1,o=null,a=n;return function(u){if(u<1||u>i)return e(u);a+u>n&&(o=e(n),a=0);var c=t.call(o,a,a+=u);return a&7&&(a=(a|7)+1),c}}});var z0=H((Vm,q0)=>{"use strict";q0.exports=Re;var Nn=Ar();function Re(e,t){this.lo=e>>>0,this.hi=t>>>0}var Br=Re.zero=new Re(0,0);Br.toNumber=function(){return 0};Br.zzEncode=Br.zzDecode=function(){return this};Br.length=function(){return 1};var $p=Re.zeroHash="\0\0\0\0\0\0\0\0";Re.fromNumber=function(t){if(t===0)return Br;var r=t<0;r&&(t=-t);var n=t>>>0,i=(t-n)/4294967296>>>0;return r&&(i=~i>>>0,n=~n>>>0,++n>4294967295&&(n=0,++i>4294967295&&(i=0))),new Re(n,i)};Re.from=function(t){if(typeof t=="number")return Re.fromNumber(t);if(Nn.isString(t))if(Nn.Long)t=Nn.Long.fromString(t);else return Re.fromNumber(parseInt(t,10));return t.low||t.high?new Re(t.low>>>0,t.high>>>0):Br};Re.prototype.toNumber=function(t){if(!t&&this.hi>>>31){var r=~this.lo+1>>>0,n=~this.hi>>>0;return r||(n=n+1>>>0),-(r+n*4294967296)}return this.lo+this.hi*4294967296};Re.prototype.toLong=function(t){return Nn.Long?new Nn.Long(this.lo|0,this.hi|0,Boolean(t)):{low:this.lo|0,high:this.hi|0,unsigned:Boolean(t)}};var jt=String.prototype.charCodeAt;Re.fromHash=function(t){return t===$p?Br:new Re((jt.call(t,0)|jt.call(t,1)<<8|jt.call(t,2)<<16|jt.call(t,3)<<24)>>>0,(jt.call(t,4)|jt.call(t,5)<<8|jt.call(t,6)<<16|jt.call(t,7)<<24)>>>0)};Re.prototype.toHash=function(){return String.fromCharCode(this.lo&255,this.lo>>>8&255,this.lo>>>16&255,this.lo>>>24,this.hi&255,this.hi>>>8&255,this.hi>>>16&255,this.hi>>>24)};Re.prototype.zzEncode=function(){var t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this};Re.prototype.zzDecode=function(){var t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this};Re.prototype.length=function(){var t=this.lo,r=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?r===0?t<16384?t<128?1:2:t<2097152?3:4:r<16384?r<128?5:6:r<2097152?7:8:n<128?9:10}});var Ar=H(oa=>{"use strict";var O=oa;O.asPromise=S0();O.base64=T0();O.EventEmitter=I0();O.float=L0();O.inquire=F0();O.utf8=O0();O.pool=V0();O.LongBits=z0();O.isNode=Boolean(typeof globalThis<"u"&&globalThis&&globalThis.process&&globalThis.process.versions&&globalThis.process.versions.node);O.global=O.isNode&&globalThis||typeof window<"u"&&window||typeof self<"u"&&self||oa;O.emptyArray=Object.freeze?Object.freeze([]):[];O.emptyObject=Object.freeze?Object.freeze({}):{};O.isInteger=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};O.isString=function(t){return typeof t=="string"||t instanceof String};O.isObject=function(t){return t&&typeof t=="object"};O.isset=O.isSet=function(t,r){var n=t[r];return n!=null&&t.hasOwnProperty(r)?typeof n!="object"||(Array.isArray(n)?n.length:Object.keys(n).length)>0:!1};O.Buffer=function(){try{var e=O.inquire("buffer").Buffer;return e.prototype.utf8Write?e:null}catch{return null}}();O._Buffer_from=null;O._Buffer_allocUnsafe=null;O.newBuffer=function(t){return typeof t=="number"?O.Buffer?O._Buffer_allocUnsafe(t):new O.Array(t):O.Buffer?O._Buffer_from(t):typeof Uint8Array>"u"?t:new Uint8Array(t)};O.Array=typeof Uint8Array<"u"?Uint8Array:Array;O.Long=O.global.dcodeIO&&O.global.dcodeIO.Long||O.global.Long||O.inquire("long");O.key2Re=/^true|false|0|1$/;O.key32Re=/^-?(?:0|[1-9][0-9]*)$/;O.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;O.longToHash=function(t){return t?O.LongBits.from(t).toHash():O.LongBits.zeroHash};O.longFromHash=function(t,r){var n=O.LongBits.fromHash(t);return O.Long?O.Long.fromBits(n.lo,n.hi,r):n.toNumber(Boolean(r))};function H0(e,t,r){for(var n=Object.keys(t),i=0;i<n.length;++i)(e[n[i]]===void 0||!r)&&(e[n[i]]=t[n[i]]);return e}O.merge=H0;O.lcFirst=function(t){return t.charAt(0).toLowerCase()+t.substring(1)};function G0(e){function t(r,n){if(!(this instanceof t))return new t(r,n);Object.defineProperty(this,"message",{get:function(){return r}}),Error.captureStackTrace?Error.captureStackTrace(this,t):Object.defineProperty(this,"stack",{value:new Error().stack||""}),n&&H0(this,n)}return t.prototype=Object.create(Error.prototype,{constructor:{value:t,writable:!0,enumerable:!1,configurable:!0},name:{get:function(){return e},set:void 0,enumerable:!1,configurable:!0},toString:{value:function(){return this.name+": "+this.message},writable:!0,enumerable:!1,configurable:!0}}),t}O.newError=G0;O.ProtocolError=G0("ProtocolError");O.oneOfGetter=function(t){for(var r={},n=0;n<t.length;++n)r[t[n]]=1;return function(){for(var i=Object.keys(this),o=i.length-1;o>-1;--o)if(r[i[o]]===1&&this[i[o]]!==void 0&&this[i[o]]!==null)return i[o]}};O.oneOfSetter=function(t){return function(r){for(var n=0;n<t.length;++n)t[n]!==r&&delete this[t[n]]}};O.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};O._configure=function(){var e=O.Buffer;if(!e){O._Buffer_from=O._Buffer_allocUnsafe=null;return}O._Buffer_from=e.from!==Uint8Array.from&&e.from||function(r,n){return new e(r,n)},O._Buffer_allocUnsafe=e.allocUnsafe||function(r){return new e(r)}}});var ua=H((zm,Z0)=>{"use strict";Z0.exports=Ce;var Tt=Ar(),sa,Q0=Tt.LongBits,Wp=Tt.utf8;function dt(e,t){return RangeError("index out of range: "+e.pos+" + "+(t||1)+" > "+e.len)}function Ce(e){this.buf=e,this.pos=0,this.len=e.length}var $0=typeof Uint8Array<"u"?function(t){if(t instanceof Uint8Array||Array.isArray(t))return new Ce(t);throw Error("illegal buffer")}:function(t){if(Array.isArray(t))return new Ce(t);throw Error("illegal buffer")},Y0=function(){return Tt.Buffer?function(r){return(Ce.create=function(i){return Tt.Buffer.isBuffer(i)?new sa(i):$0(i)})(r)}:$0};Ce.create=Y0();Ce.prototype._slice=Tt.Array.prototype.subarray||Tt.Array.prototype.slice;Ce.prototype.uint32=function(){var t=4294967295;return function(){if(t=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(t=(t|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return t;if((this.pos+=5)>this.len)throw this.pos=this.len,dt(this,10);return t}}();Ce.prototype.int32=function(){return this.uint32()|0};Ce.prototype.sint32=function(){var t=this.uint32();return t>>>1^-(t&1)|0};function aa(){var e=new Q0(0,0),t=0;if(this.len-this.pos>4){for(;t<4;++t)if(e.lo=(e.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return e;if(e.lo=(e.lo|(this.buf[this.pos]&127)<<28)>>>0,e.hi=(e.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return e;t=0}else{for(;t<3;++t){if(this.pos>=this.len)throw dt(this);if(e.lo=(e.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return e}return e.lo=(e.lo|(this.buf[this.pos++]&127)<<t*7)>>>0,e}if(this.len-this.pos>4){for(;t<5;++t)if(e.hi=(e.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return e}else for(;t<5;++t){if(this.pos>=this.len)throw dt(this);if(e.hi=(e.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return e}throw Error("invalid varint encoding")}Ce.prototype.bool=function(){return this.uint32()!==0};function _i(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<<24)>>>0}Ce.prototype.fixed32=function(){if(this.pos+4>this.len)throw dt(this,4);return _i(this.buf,this.pos+=4)};Ce.prototype.sfixed32=function(){if(this.pos+4>this.len)throw dt(this,4);return _i(this.buf,this.pos+=4)|0};function W0(){if(this.pos+8>this.len)throw dt(this,8);return new Q0(_i(this.buf,this.pos+=4),_i(this.buf,this.pos+=4))}Ce.prototype.float=function(){if(this.pos+4>this.len)throw dt(this,4);var t=Tt.float.readFloatLE(this.buf,this.pos);return this.pos+=4,t};Ce.prototype.double=function(){if(this.pos+8>this.len)throw dt(this,4);var t=Tt.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,t};Ce.prototype.bytes=function(){var t=this.uint32(),r=this.pos,n=this.pos+t;if(n>this.len)throw dt(this,t);return this.pos+=t,Array.isArray(this.buf)?this.buf.slice(r,n):r===n?new this.buf.constructor(0):this._slice.call(this.buf,r,n)};Ce.prototype.string=function(){var t=this.bytes();return Wp.read(t,0,t.length)};Ce.prototype.skip=function(t){if(typeof t=="number"){if(this.pos+t>this.len)throw dt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw dt(this);while(this.buf[this.pos++]&128);return this};Ce.prototype.skipType=function(e){switch(e){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(e=this.uint32()&7)!==4;)this.skipType(e);break;case 5:this.skip(4);break;default:throw Error("invalid wire type "+e+" at offset "+this.pos)}return this};Ce._configure=function(e){sa=e,Ce.create=Y0(),sa._configure();var t=Tt.Long?"toLong":"toNumber";Tt.merge(Ce.prototype,{int64:function(){return aa.call(this)[t](!1)},uint64:function(){return aa.call(this)[t](!0)},sint64:function(){return aa.call(this).zzDecode()[t](!1)},fixed64:function(){return W0.call(this)[t](!0)},sfixed64:function(){return W0.call(this)[t](!1)}})}});var eu=H((Hm,j0)=>{"use strict";j0.exports=Cr;var J0=ua();(Cr.prototype=Object.create(J0.prototype)).constructor=Cr;var X0=Ar();function Cr(e){J0.call(this,e)}Cr._configure=function(){X0.Buffer&&(Cr.prototype._slice=X0.Buffer.prototype.slice)};Cr.prototype.string=function(){var t=this.uint32();return this.buf.utf8Slice?this.buf.utf8Slice(this.pos,this.pos=Math.min(this.pos+t,this.len)):this.buf.toString("utf-8",this.pos,this.pos=Math.min(this.pos+t,this.len))};Cr._configure()});var ya=H((Gm,iu)=>{"use strict";iu.exports=ne;var at=Ar(),ca,Ii=at.LongBits,tu=at.base64,ru=at.utf8;function kn(e,t,r){this.fn=e,this.len=t,this.next=void 0,this.val=r}function la(){}function Qp(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}function ne(){this.len=0,this.head=new kn(la,0,0),this.tail=this.head,this.states=null}var nu=function(){return at.Buffer?function(){return(ne.create=function(){return new ca})()}:function(){return new ne}};ne.create=nu();ne.alloc=function(t){return new at.Array(t)};at.Array!==Array&&(ne.alloc=at.pool(ne.alloc,at.Array.prototype.subarray));ne.prototype._push=function(t,r,n){return this.tail=this.tail.next=new kn(t,r,n),this.len+=r,this};function ha(e,t,r){t[r]=e&255}function Yp(e,t,r){for(;e>127;)t[r++]=e&127|128,e>>>=7;t[r]=e}function pa(e,t){this.len=e,this.next=void 0,this.val=t}pa.prototype=Object.create(kn.prototype);pa.prototype.fn=Yp;ne.prototype.uint32=function(t){return this.len+=(this.tail=this.tail.next=new pa((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this};ne.prototype.int32=function(t){return t<0?this._push(da,10,Ii.fromNumber(t)):this.uint32(t)};ne.prototype.sint32=function(t){return this.uint32((t<<1^t>>31)>>>0)};function da(e,t,r){for(;e.hi;)t[r++]=e.lo&127|128,e.lo=(e.lo>>>7|e.hi<<25)>>>0,e.hi>>>=7;for(;e.lo>127;)t[r++]=e.lo&127|128,e.lo=e.lo>>>7;t[r++]=e.lo}ne.prototype.uint64=function(t){var r=Ii.from(t);return this._push(da,r.length(),r)};ne.prototype.int64=ne.prototype.uint64;ne.prototype.sint64=function(t){var r=Ii.from(t).zzEncode();return this._push(da,r.length(),r)};ne.prototype.bool=function(t){return this._push(ha,1,t?1:0)};function fa(e,t,r){t[r]=e&255,t[r+1]=e>>>8&255,t[r+2]=e>>>16&255,t[r+3]=e>>>24}ne.prototype.fixed32=function(t){return this._push(fa,4,t>>>0)};ne.prototype.sfixed32=ne.prototype.fixed32;ne.prototype.fixed64=function(t){var r=Ii.from(t);return this._push(fa,4,r.lo)._push(fa,4,r.hi)};ne.prototype.sfixed64=ne.prototype.fixed64;ne.prototype.float=function(t){return this._push(at.float.writeFloatLE,4,t)};ne.prototype.double=function(t){return this._push(at.float.writeDoubleLE,8,t)};var Zp=at.Array.prototype.set?function(t,r,n){r.set(t,n)}:function(t,r,n){for(var i=0;i<t.length;++i)r[n+i]=t[i]};ne.prototype.bytes=function(t){var r=t.length>>>0;if(!r)return this._push(ha,1,0);if(at.isString(t)){var n=ne.alloc(r=tu.length(t));tu.decode(t,n,0),t=n}return this.uint32(r)._push(Zp,r,t)};ne.prototype.string=function(t){var r=ru.length(t);return r?this.uint32(r)._push(ru.write,r,t):this._push(ha,1,0)};ne.prototype.fork=function(){return this.states=new Qp(this),this.head=this.tail=new kn(la,0,0),this.len=0,this};ne.prototype.reset=function(){return this.states?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new kn(la,0,0),this.len=0),this};ne.prototype.ldelim=function(){var t=this.head,r=this.tail,n=this.len;return this.reset().uint32(n),n&&(this.tail.next=t.next,this.tail=r,this.len+=n),this};ne.prototype.finish=function(){for(var t=this.head.next,r=this.constructor.alloc(this.len),n=0;t;)t.fn(t.val,r,n),n+=t.len,t=t.next;return r};ne._configure=function(e){ca=e,ne.create=nu(),ca._configure()}});var su=H(($m,au)=>{"use strict";au.exports=_t;var ou=ya();(_t.prototype=Object.create(ou.prototype)).constructor=_t;var er=Ar();function _t(){ou.call(this)}_t._configure=function(){_t.alloc=er._Buffer_allocUnsafe,_t.writeBytesBuffer=er.Buffer&&er.Buffer.prototype instanceof Uint8Array&&er.Buffer.prototype.set.name==="set"?function(t,r,n){r.set(t,n)}:function(t,r,n){if(t.copy)t.copy(r,n,0,t.length);else for(var i=0;i<t.length;)r[n++]=t[i++]}};_t.prototype.bytes=function(t){er.isString(t)&&(t=er._Buffer_from(t,"base64"));var r=t.length>>>0;return this.uint32(r),r&&this._push(_t.writeBytesBuffer,r,t),this};function Xp(e,t,r){e.length<40?er.utf8.write(e,t,r):t.utf8Write?t.utf8Write(e,r):t.write(e,r)}_t.prototype.string=function(t){var r=er.Buffer.byteLength(t);return this.uint32(r),r&&this._push(Xp,r,t),this};_t._configure()});var fe=H((fx,hu)=>{hu.exports={options:{usePureJavaScript:!1}}});var yu=H((lx,du)=>{var ba={};du.exports=ba;var pu={};ba.encode=function(e,t,r){if(typeof t!="string")throw new TypeError('"alphabet" must be a string.');if(r!==void 0&&typeof r!="number")throw new TypeError('"maxline" must be a number.');var n="";if(!(e instanceof Uint8Array))n=td(e,t);else{var i=0,o=t.length,a=t.charAt(0),s=[0];for(i=0;i<e.length;++i){for(var u=0,c=e[i];u<s.length;++u)c+=s[u]<<8,s[u]=c%o,c=c/o|0;for(;c>0;)s.push(c%o),c=c/o|0}for(i=0;e[i]===0&&i<e.length-1;++i)n+=a;for(i=s.length-1;i>=0;--i)n+=t[s[i]]}if(r){var f=new RegExp(".{1,"+r+"}","g");n=n.match(f).join(`\r
4
+ `)}return n};ba.decode=function(e,t){if(typeof e!="string")throw new TypeError('"input" must be a string.');if(typeof t!="string")throw new TypeError('"alphabet" must be a string.');var r=pu[t];if(!r){r=pu[t]=[];for(var n=0;n<t.length;++n)r[t.charCodeAt(n)]=n}e=e.replace(/\s/g,"");for(var i=t.length,o=t.charAt(0),a=[0],n=0;n<e.length;n++){var s=r[e.charCodeAt(n)];if(s===void 0)return;for(var u=0,c=s;u<a.length;++u)c+=a[u]*i,a[u]=c&255,c>>=8;for(;c>0;)a.push(c&255),c>>=8}for(var f=0;e[f]===o&&f<e.length-1;++f)a.push(0);return typeof Buffer<"u"?Buffer.from(a.reverse()):new Uint8Array(a.reverse())};function td(e,t){var r=0,n=t.length,i=t.charAt(0),o=[0];for(r=0;r<e.length();++r){for(var a=0,s=e.at(r);a<o.length;++a)s+=o[a]<<8,o[a]=s%n,s=s/n|0;for(;s>0;)o.push(s%n),s=s/n|0}var u="";for(r=0;e.at(r)===0&&r<e.length()-1;++r)u+=i;for(r=o.length-1;r>=0;--r)u+=t[o[r]];return u}});var _e=H((hx,vu)=>{var gu=fe(),mu=yu(),g=vu.exports=gu.util=gu.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){g.nextTick=process.nextTick,typeof setImmediate=="function"?g.setImmediate=setImmediate:g.setImmediate=g.nextTick;return}if(typeof setImmediate=="function"){g.setImmediate=function(){return setImmediate.apply(void 0,arguments)},g.nextTick=function(s){return setImmediate(s)};return}if(g.setImmediate=function(s){setTimeout(s,0)},typeof window<"u"&&typeof window.postMessage=="function"){let s=function(u){if(u.source===window&&u.data===e){u.stopPropagation();var c=t.slice();t.length=0,c.forEach(function(f){f()})}};var a=s,e="forge.setImmediate",t=[];g.setImmediate=function(u){t.push(u),t.length===1&&window.postMessage(e,"*")},window.addEventListener("message",s,!0)}if(typeof MutationObserver<"u"){var r=Date.now(),n=!0,i=document.createElement("div"),t=[];new MutationObserver(function(){var u=t.slice();t.length=0,u.forEach(function(c){c()})}).observe(i,{attributes:!0});var o=g.setImmediate;g.setImmediate=function(u){Date.now()-r>15?(r=Date.now(),o(u)):(t.push(u),t.length===1&&i.setAttribute("a",n=!n))}}g.nextTick=g.setImmediate})();g.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;g.globalScope=function(){return g.isNodejs?globalThis:typeof self>"u"?window:self}();g.isArray=Array.isArray||function(e){return Object.prototype.toString.call(e)==="[object Array]"};g.isArrayBuffer=function(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer};g.isArrayBufferView=function(e){return e&&g.isArrayBuffer(e.buffer)&&e.byteLength!==void 0};function Un(e){if(!(e===8||e===16||e===24||e===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+e)}g.ByteBuffer=Ea;function Ea(e){if(this.data="",this.read=0,typeof e=="string")this.data=e;else if(g.isArrayBuffer(e)||g.isArrayBufferView(e))if(typeof Buffer<"u"&&e instanceof Buffer)this.data=e.toString("binary");else{var t=new Uint8Array(e);try{this.data=String.fromCharCode.apply(null,t)}catch{for(var r=0;r<t.length;++r)this.putByte(t[r])}}else(e instanceof Ea||typeof e=="object"&&typeof e.data=="string"&&typeof e.read=="number")&&(this.data=e.data,this.read=e.read);this._constructedStringLength=0}g.ByteStringBuffer=Ea;var rd=4096;g.ByteStringBuffer.prototype._optimizeConstructedString=function(e){this._constructedStringLength+=e,this._constructedStringLength>rd&&(this.data.substr(0,1),this._constructedStringLength=0)};g.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};g.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};g.ByteStringBuffer.prototype.putByte=function(e){return this.putBytes(String.fromCharCode(e))};g.ByteStringBuffer.prototype.fillWithByte=function(e,t){e=String.fromCharCode(e);for(var r=this.data;t>0;)t&1&&(r+=e),t>>>=1,t>0&&(e+=e);return this.data=r,this._optimizeConstructedString(t),this};g.ByteStringBuffer.prototype.putBytes=function(e){return this.data+=e,this._optimizeConstructedString(e.length),this};g.ByteStringBuffer.prototype.putString=function(e){return this.putBytes(g.encodeUtf8(e))};g.ByteStringBuffer.prototype.putInt16=function(e){return this.putBytes(String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};g.ByteStringBuffer.prototype.putInt24=function(e){return this.putBytes(String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};g.ByteStringBuffer.prototype.putInt32=function(e){return this.putBytes(String.fromCharCode(e>>24&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};g.ByteStringBuffer.prototype.putInt16Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255))};g.ByteStringBuffer.prototype.putInt24Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e>>16&255))};g.ByteStringBuffer.prototype.putInt32Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>24&255))};g.ByteStringBuffer.prototype.putInt=function(e,t){Un(t);var r="";do t-=8,r+=String.fromCharCode(e>>t&255);while(t>0);return this.putBytes(r)};g.ByteStringBuffer.prototype.putSignedInt=function(e,t){return e<0&&(e+=2<<t-1),this.putInt(e,t)};g.ByteStringBuffer.prototype.putBuffer=function(e){return this.putBytes(e.getBytes())};g.ByteStringBuffer.prototype.getByte=function(){return this.data.charCodeAt(this.read++)};g.ByteStringBuffer.prototype.getInt16=function(){var e=this.data.charCodeAt(this.read)<<8^this.data.charCodeAt(this.read+1);return this.read+=2,e};g.ByteStringBuffer.prototype.getInt24=function(){var e=this.data.charCodeAt(this.read)<<16^this.data.charCodeAt(this.read+1)<<8^this.data.charCodeAt(this.read+2);return this.read+=3,e};g.ByteStringBuffer.prototype.getInt32=function(){var e=this.data.charCodeAt(this.read)<<24^this.data.charCodeAt(this.read+1)<<16^this.data.charCodeAt(this.read+2)<<8^this.data.charCodeAt(this.read+3);return this.read+=4,e};g.ByteStringBuffer.prototype.getInt16Le=function(){var e=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8;return this.read+=2,e};g.ByteStringBuffer.prototype.getInt24Le=function(){var e=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8^this.data.charCodeAt(this.read+2)<<16;return this.read+=3,e};g.ByteStringBuffer.prototype.getInt32Le=function(){var e=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8^this.data.charCodeAt(this.read+2)<<16^this.data.charCodeAt(this.read+3)<<24;return this.read+=4,e};g.ByteStringBuffer.prototype.getInt=function(e){Un(e);var t=0;do t=(t<<8)+this.data.charCodeAt(this.read++),e-=8;while(e>0);return t};g.ByteStringBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};g.ByteStringBuffer.prototype.getBytes=function(e){var t;return e?(e=Math.min(this.length(),e),t=this.data.slice(this.read,this.read+e),this.read+=e):e===0?t="":(t=this.read===0?this.data:this.data.slice(this.read),this.clear()),t};g.ByteStringBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};g.ByteStringBuffer.prototype.at=function(e){return this.data.charCodeAt(this.read+e)};g.ByteStringBuffer.prototype.setAt=function(e,t){return this.data=this.data.substr(0,this.read+e)+String.fromCharCode(t)+this.data.substr(this.read+e+1),this};g.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};g.ByteStringBuffer.prototype.copy=function(){var e=g.createBuffer(this.data);return e.read=this.read,e};g.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};g.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};g.ByteStringBuffer.prototype.truncate=function(e){var t=Math.max(0,this.length()-e);return this.data=this.data.substr(this.read,t),this.read=0,this};g.ByteStringBuffer.prototype.toHex=function(){for(var e="",t=this.read;t<this.data.length;++t){var r=this.data.charCodeAt(t);r<16&&(e+="0"),e+=r.toString(16)}return e};g.ByteStringBuffer.prototype.toString=function(){return g.decodeUtf8(this.bytes())};function nd(e,t){t=t||{},this.read=t.readOffset||0,this.growSize=t.growSize||1024;var r=g.isArrayBuffer(e),n=g.isArrayBufferView(e);if(r||n){r?this.data=new DataView(e):this.data=new DataView(e.buffer,e.byteOffset,e.byteLength),this.write="writeOffset"in t?t.writeOffset:this.data.byteLength;return}this.data=new DataView(new ArrayBuffer(0)),this.write=0,e!=null&&this.putBytes(e),"writeOffset"in t&&(this.write=t.writeOffset)}g.DataBuffer=nd;g.DataBuffer.prototype.length=function(){return this.write-this.read};g.DataBuffer.prototype.isEmpty=function(){return this.length()<=0};g.DataBuffer.prototype.accommodate=function(e,t){if(this.length()>=e)return this;t=Math.max(t||this.growSize,e);var r=new Uint8Array(this.data.buffer,this.data.byteOffset,this.data.byteLength),n=new Uint8Array(this.length()+t);return n.set(r),this.data=new DataView(n.buffer),this};g.DataBuffer.prototype.putByte=function(e){return this.accommodate(1),this.data.setUint8(this.write++,e),this};g.DataBuffer.prototype.fillWithByte=function(e,t){this.accommodate(t);for(var r=0;r<t;++r)this.data.setUint8(e);return this};g.DataBuffer.prototype.putBytes=function(e,t){if(g.isArrayBufferView(e)){var r=new Uint8Array(e.buffer,e.byteOffset,e.byteLength),n=r.byteLength-r.byteOffset;this.accommodate(n);var i=new Uint8Array(this.data.buffer,this.write);return i.set(r),this.write+=n,this}if(g.isArrayBuffer(e)){var r=new Uint8Array(e);this.accommodate(r.byteLength);var i=new Uint8Array(this.data.buffer);return i.set(r,this.write),this.write+=r.byteLength,this}if(e instanceof g.DataBuffer||typeof e=="object"&&typeof e.read=="number"&&typeof e.write=="number"&&g.isArrayBufferView(e.data)){var r=new Uint8Array(e.data.byteLength,e.read,e.length());this.accommodate(r.byteLength);var i=new Uint8Array(e.data.byteLength,this.write);return i.set(r),this.write+=r.byteLength,this}if(e instanceof g.ByteStringBuffer&&(e=e.data,t="binary"),t=t||"binary",typeof e=="string"){var o;if(t==="hex")return this.accommodate(Math.ceil(e.length/2)),o=new Uint8Array(this.data.buffer,this.write),this.write+=g.binary.hex.decode(e,o,this.write),this;if(t==="base64")return this.accommodate(Math.ceil(e.length/4)*3),o=new Uint8Array(this.data.buffer,this.write),this.write+=g.binary.base64.decode(e,o,this.write),this;if(t==="utf8"&&(e=g.encodeUtf8(e),t="binary"),t==="binary"||t==="raw")return this.accommodate(e.length),o=new Uint8Array(this.data.buffer,this.write),this.write+=g.binary.raw.decode(o),this;if(t==="utf16")return this.accommodate(e.length*2),o=new Uint16Array(this.data.buffer,this.write),this.write+=g.text.utf16.encode(o),this;throw new Error("Invalid encoding: "+t)}throw Error("Invalid parameter: "+e)};g.DataBuffer.prototype.putBuffer=function(e){return this.putBytes(e),e.clear(),this};g.DataBuffer.prototype.putString=function(e){return this.putBytes(e,"utf16")};g.DataBuffer.prototype.putInt16=function(e){return this.accommodate(2),this.data.setInt16(this.write,e),this.write+=2,this};g.DataBuffer.prototype.putInt24=function(e){return this.accommodate(3),this.data.setInt16(this.write,e>>8&65535),this.data.setInt8(this.write,e>>16&255),this.write+=3,this};g.DataBuffer.prototype.putInt32=function(e){return this.accommodate(4),this.data.setInt32(this.write,e),this.write+=4,this};g.DataBuffer.prototype.putInt16Le=function(e){return this.accommodate(2),this.data.setInt16(this.write,e,!0),this.write+=2,this};g.DataBuffer.prototype.putInt24Le=function(e){return this.accommodate(3),this.data.setInt8(this.write,e>>16&255),this.data.setInt16(this.write,e>>8&65535,!0),this.write+=3,this};g.DataBuffer.prototype.putInt32Le=function(e){return this.accommodate(4),this.data.setInt32(this.write,e,!0),this.write+=4,this};g.DataBuffer.prototype.putInt=function(e,t){Un(t),this.accommodate(t/8);do t-=8,this.data.setInt8(this.write++,e>>t&255);while(t>0);return this};g.DataBuffer.prototype.putSignedInt=function(e,t){return Un(t),this.accommodate(t/8),e<0&&(e+=2<<t-1),this.putInt(e,t)};g.DataBuffer.prototype.getByte=function(){return this.data.getInt8(this.read++)};g.DataBuffer.prototype.getInt16=function(){var e=this.data.getInt16(this.read);return this.read+=2,e};g.DataBuffer.prototype.getInt24=function(){var e=this.data.getInt16(this.read)<<8^this.data.getInt8(this.read+2);return this.read+=3,e};g.DataBuffer.prototype.getInt32=function(){var e=this.data.getInt32(this.read);return this.read+=4,e};g.DataBuffer.prototype.getInt16Le=function(){var e=this.data.getInt16(this.read,!0);return this.read+=2,e};g.DataBuffer.prototype.getInt24Le=function(){var e=this.data.getInt8(this.read)^this.data.getInt16(this.read+1,!0)<<8;return this.read+=3,e};g.DataBuffer.prototype.getInt32Le=function(){var e=this.data.getInt32(this.read,!0);return this.read+=4,e};g.DataBuffer.prototype.getInt=function(e){Un(e);var t=0;do t=(t<<8)+this.data.getInt8(this.read++),e-=8;while(e>0);return t};g.DataBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};g.DataBuffer.prototype.getBytes=function(e){var t;return e?(e=Math.min(this.length(),e),t=this.data.slice(this.read,this.read+e),this.read+=e):e===0?t="":(t=this.read===0?this.data:this.data.slice(this.read),this.clear()),t};g.DataBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};g.DataBuffer.prototype.at=function(e){return this.data.getUint8(this.read+e)};g.DataBuffer.prototype.setAt=function(e,t){return this.data.setUint8(e,t),this};g.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};g.DataBuffer.prototype.copy=function(){return new g.DataBuffer(this)};g.DataBuffer.prototype.compact=function(){if(this.read>0){var e=new Uint8Array(this.data.buffer,this.read),t=new Uint8Array(e.byteLength);t.set(e),this.data=new DataView(t),this.write-=this.read,this.read=0}return this};g.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};g.DataBuffer.prototype.truncate=function(e){return this.write=Math.max(0,this.length()-e),this.read=Math.min(this.read,this.write),this};g.DataBuffer.prototype.toHex=function(){for(var e="",t=this.read;t<this.data.byteLength;++t){var r=this.data.getUint8(t);r<16&&(e+="0"),e+=r.toString(16)}return e};g.DataBuffer.prototype.toString=function(e){var t=new Uint8Array(this.data,this.read,this.length());if(e=e||"utf8",e==="binary"||e==="raw")return g.binary.raw.encode(t);if(e==="hex")return g.binary.hex.encode(t);if(e==="base64")return g.binary.base64.encode(t);if(e==="utf8")return g.text.utf8.decode(t);if(e==="utf16")return g.text.utf16.decode(t);throw new Error("Invalid encoding: "+e)};g.createBuffer=function(e,t){return t=t||"raw",e!==void 0&&t==="utf8"&&(e=g.encodeUtf8(e)),new g.ByteBuffer(e)};g.fillString=function(e,t){for(var r="";t>0;)t&1&&(r+=e),t>>>=1,t>0&&(e+=e);return r};g.xorBytes=function(e,t,r){for(var n="",i="",o="",a=0,s=0;r>0;--r,++a)i=e.charCodeAt(a)^t.charCodeAt(a),s>=10&&(n+=o,o="",s=0),o+=String.fromCharCode(i),++s;return n+=o,n};g.hexToBytes=function(e){var t="",r=0;for(e.length&!0&&(r=1,t+=String.fromCharCode(parseInt(e[0],16)));r<e.length;r+=2)t+=String.fromCharCode(parseInt(e.substr(r,2),16));return t};g.bytesToHex=function(e){return g.createBuffer(e).toHex()};g.int32ToBytes=function(e){return String.fromCharCode(e>>24&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255)};var ir="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",or=[62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,64,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],xu="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";g.encode64=function(e,t){for(var r="",n="",i,o,a,s=0;s<e.length;)i=e.charCodeAt(s++),o=e.charCodeAt(s++),a=e.charCodeAt(s++),r+=ir.charAt(i>>2),r+=ir.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=ir.charAt((o&15)<<2|a>>6),r+=isNaN(a)?"=":ir.charAt(a&63)),t&&r.length>t&&(n+=r.substr(0,t)+`\r
5
+ `,r=r.substr(t));return n+=r,n};g.decode64=function(e){e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var t="",r,n,i,o,a=0;a<e.length;)r=or[e.charCodeAt(a++)-43],n=or[e.charCodeAt(a++)-43],i=or[e.charCodeAt(a++)-43],o=or[e.charCodeAt(a++)-43],t+=String.fromCharCode(r<<2|n>>4),i!==64&&(t+=String.fromCharCode((n&15)<<4|i>>2),o!==64&&(t+=String.fromCharCode((i&3)<<6|o)));return t};g.encodeUtf8=function(e){return unescape(encodeURIComponent(e))};g.decodeUtf8=function(e){return decodeURIComponent(escape(e))};g.binary={raw:{},hex:{},base64:{},base58:{},baseN:{encode:mu.encode,decode:mu.decode}};g.binary.raw.encode=function(e){return String.fromCharCode.apply(null,e)};g.binary.raw.decode=function(e,t,r){var n=t;n||(n=new Uint8Array(e.length)),r=r||0;for(var i=r,o=0;o<e.length;++o)n[i++]=e.charCodeAt(o);return t?i-r:n};g.binary.hex.encode=g.bytesToHex;g.binary.hex.decode=function(e,t,r){var n=t;n||(n=new Uint8Array(Math.ceil(e.length/2))),r=r||0;var i=0,o=r;for(e.length&1&&(i=1,n[o++]=parseInt(e[0],16));i<e.length;i+=2)n[o++]=parseInt(e.substr(i,2),16);return t?o-r:n};g.binary.base64.encode=function(e,t){for(var r="",n="",i,o,a,s=0;s<e.byteLength;)i=e[s++],o=e[s++],a=e[s++],r+=ir.charAt(i>>2),r+=ir.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=ir.charAt((o&15)<<2|a>>6),r+=isNaN(a)?"=":ir.charAt(a&63)),t&&r.length>t&&(n+=r.substr(0,t)+`\r
6
+ `,r=r.substr(t));return n+=r,n};g.binary.base64.decode=function(e,t,r){var n=t;n||(n=new Uint8Array(Math.ceil(e.length/4)*3)),e=e.replace(/[^A-Za-z0-9\+\/\=]/g,""),r=r||0;for(var i,o,a,s,u=0,c=r;u<e.length;)i=or[e.charCodeAt(u++)-43],o=or[e.charCodeAt(u++)-43],a=or[e.charCodeAt(u++)-43],s=or[e.charCodeAt(u++)-43],n[c++]=i<<2|o>>4,a!==64&&(n[c++]=(o&15)<<4|a>>2,s!==64&&(n[c++]=(a&3)<<6|s));return t?c-r:n.subarray(0,c)};g.binary.base58.encode=function(e,t){return g.binary.baseN.encode(e,xu,t)};g.binary.base58.decode=function(e,t){return g.binary.baseN.decode(e,xu,t)};g.text={utf8:{},utf16:{}};g.text.utf8.encode=function(e,t,r){e=g.encodeUtf8(e);var n=t;n||(n=new Uint8Array(e.length)),r=r||0;for(var i=r,o=0;o<e.length;++o)n[i++]=e.charCodeAt(o);return t?i-r:n};g.text.utf8.decode=function(e){return g.decodeUtf8(String.fromCharCode.apply(null,e))};g.text.utf16.encode=function(e,t,r){var n=t;n||(n=new Uint8Array(e.length*2));var i=new Uint16Array(n.buffer);r=r||0;for(var o=r,a=r,s=0;s<e.length;++s)i[a++]=e.charCodeAt(s),o+=2;return t?o-r:n};g.text.utf16.decode=function(e){return String.fromCharCode.apply(null,new Uint16Array(e.buffer))};g.deflate=function(e,t,r){if(t=g.decode64(e.deflate(g.encode64(t)).rval),r){var n=2,i=t.charCodeAt(1);i&32&&(n=6),t=t.substring(n,t.length-4)}return t};g.inflate=function(e,t,r){var n=e.inflate(g.encode64(t)).rval;return n===null?null:g.decode64(n)};var Sa=function(e,t,r){if(!e)throw new Error("WebStorage not available.");var n;if(r===null?n=e.removeItem(t):(r=g.encode64(JSON.stringify(r)),n=e.setItem(t,r)),typeof n<"u"&&n.rval!==!0){var i=new Error(n.error.message);throw i.id=n.error.id,i.name=n.error.name,i}},Ba=function(e,t){if(!e)throw new Error("WebStorage not available.");var r=e.getItem(t);if(e.init)if(r.rval===null){if(r.error){var n=new Error(r.error.message);throw n.id=r.error.id,n.name=r.error.name,n}r=null}else r=r.rval;return r!==null&&(r=JSON.parse(g.decode64(r))),r},id=function(e,t,r,n){var i=Ba(e,t);i===null&&(i={}),i[r]=n,Sa(e,t,i)},od=function(e,t,r){var n=Ba(e,t);return n!==null&&(n=r in n?n[r]:null),n},ad=function(e,t,r){var n=Ba(e,t);if(n!==null&&r in n){delete n[r];var i=!0;for(var o in n){i=!1;break}i&&(n=null),Sa(e,t,n)}},sd=function(e,t){Sa(e,t,null)},ki=function(e,t,r){var n=null;typeof r>"u"&&(r=["web","flash"]);var i,o=!1,a=null;for(var s in r){i=r[s];try{if(i==="flash"||i==="both"){if(t[0]===null)throw new Error("Flash local storage not available.");n=e.apply(this,t),o=i==="flash"}(i==="web"||i==="both")&&(t[0]=localStorage,n=e.apply(this,t),o=!0)}catch(u){a=u}if(o)break}if(!o)throw a;return n};g.setItem=function(e,t,r,n,i){ki(id,arguments,i)};g.getItem=function(e,t,r,n){return ki(od,arguments,n)};g.removeItem=function(e,t,r,n){ki(ad,arguments,n)};g.clearItems=function(e,t,r){ki(sd,arguments,r)};g.isEmpty=function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0};g.format=function(e){for(var t=/%./g,r,n,i=0,o=[],a=0;r=t.exec(e);){n=e.substring(a,t.lastIndex-2),n.length>0&&o.push(n),a=t.lastIndex;var s=r[0][1];switch(s){case"s":case"o":i<arguments.length?o.push(arguments[i+++1]):o.push("<?>");break;case"%":o.push("%");break;default:o.push("<%"+s+"?>")}}return o.push(e.substring(a)),o.join("")};g.formatNumber=function(e,t,r,n){var i=e,o=isNaN(t=Math.abs(t))?2:t,a=r===void 0?",":r,s=n===void 0?".":n,u=i<0?"-":"",c=parseInt(i=Math.abs(+i||0).toFixed(o),10)+"",f=c.length>3?c.length%3:0;return u+(f?c.substr(0,f)+s:"")+c.substr(f).replace(/(\d{3})(?=\d)/g,"$1"+s)+(o?a+Math.abs(i-c).toFixed(o).slice(2):"")};g.formatSize=function(e){return e>=1073741824?e=g.formatNumber(e/1073741824,2,".","")+" GiB":e>=1048576?e=g.formatNumber(e/1048576,2,".","")+" MiB":e>=1024?e=g.formatNumber(e/1024,0)+" KiB":e=g.formatNumber(e,0)+" bytes",e};g.bytesFromIP=function(e){return e.indexOf(".")!==-1?g.bytesFromIPv4(e):e.indexOf(":")!==-1?g.bytesFromIPv6(e):null};g.bytesFromIPv4=function(e){if(e=e.split("."),e.length!==4)return null;for(var t=g.createBuffer(),r=0;r<e.length;++r){var n=parseInt(e[r],10);if(isNaN(n))return null;t.putByte(n)}return t.getBytes()};g.bytesFromIPv6=function(e){var t=0;e=e.split(":").filter(function(a){return a.length===0&&++t,!0});for(var r=(8-e.length+t)*2,n=g.createBuffer(),i=0;i<8;++i){if(!e[i]||e[i].length===0){n.fillWithByte(0,r),r=0;continue}var o=g.hexToBytes(e[i]);o.length<2&&n.putByte(0),n.putBytes(o)}return n.getBytes()};g.bytesToIP=function(e){return e.length===4?g.bytesToIPv4(e):e.length===16?g.bytesToIPv6(e):null};g.bytesToIPv4=function(e){if(e.length!==4)return null;for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r));return t.join(".")};g.bytesToIPv6=function(e){if(e.length!==16)return null;for(var t=[],r=[],n=0,i=0;i<e.length;i+=2){for(var o=g.bytesToHex(e[i]+e[i+1]);o[0]==="0"&&o!=="0";)o=o.substr(1);if(o==="0"){var a=r[r.length-1],s=t.length;!a||s!==a.end+1?r.push({start:s,end:s}):(a.end=s,a.end-a.start>r[n].end-r[n].start&&(n=r.length-1))}t.push(o)}if(r.length>0){var u=r[n];u.end-u.start>0&&(t.splice(u.start,u.end-u.start+1,""),u.start===0&&t.unshift(""),u.end===7&&t.push(""))}return t.join(":")};g.estimateCores=function(e,t){if(typeof e=="function"&&(t=e,e={}),e=e||{},"cores"in g&&!e.update)return t(null,g.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return g.cores=navigator.hardwareConcurrency,t(null,g.cores);if(typeof Worker>"u")return g.cores=1,t(null,g.cores);if(typeof Blob>"u")return g.cores=2,t(null,g.cores);var r=URL.createObjectURL(new Blob(["(",function(){self.addEventListener("message",function(a){for(var s=Date.now(),u=s+4;Date.now()<u;);self.postMessage({st:s,et:u})})}.toString(),")()"],{type:"application/javascript"}));n([],5,16);function n(a,s,u){if(s===0){var c=Math.floor(a.reduce(function(f,l){return f+l},0)/a.length);return g.cores=Math.max(1,c),URL.revokeObjectURL(r),t(null,g.cores)}i(u,function(f,l){a.push(o(u,l)),n(a,s-1,u)})}function i(a,s){for(var u=[],c=[],f=0;f<a;++f){var l=new Worker(r);l.addEventListener("message",function(h){if(c.push(h.data),c.length===a){for(var d=0;d<a;++d)u[d].terminate();s(null,c)}}),u.push(l)}for(var f=0;f<a;++f)u[f].postMessage(f)}function o(a,s){for(var u=[],c=0;c<a;++c)for(var f=s[c],l=u[c]=[],h=0;h<a;++h)if(c!==h){var d=s[h];(f.st>d.st&&f.st<d.et||d.st>f.st&&d.st<f.et)&&l.push(h)}return u.reduce(function(p,y){return Math.max(p,y.length)},0)}}});var Di=H((px,wu)=>{var Pn=fe();Pn.pki=Pn.pki||{};var Aa=wu.exports=Pn.pki.oids=Pn.oids=Pn.oids||{};function A(e,t){Aa[e]=t,Aa[t]=e}function ce(e,t){Aa[e]=t}A("1.2.840.113549.1.1.1","rsaEncryption");A("1.2.840.113549.1.1.4","md5WithRSAEncryption");A("1.2.840.113549.1.1.5","sha1WithRSAEncryption");A("1.2.840.113549.1.1.7","RSAES-OAEP");A("1.2.840.113549.1.1.8","mgf1");A("1.2.840.113549.1.1.9","pSpecified");A("1.2.840.113549.1.1.10","RSASSA-PSS");A("1.2.840.113549.1.1.11","sha256WithRSAEncryption");A("1.2.840.113549.1.1.12","sha384WithRSAEncryption");A("1.2.840.113549.1.1.13","sha512WithRSAEncryption");A("1.3.101.112","EdDSA25519");A("1.2.840.10040.4.3","dsa-with-sha1");A("1.3.14.3.2.7","desCBC");A("1.3.14.3.2.26","sha1");A("1.3.14.3.2.29","sha1WithRSASignature");A("2.16.840.1.101.3.4.2.1","sha256");A("2.16.840.1.101.3.4.2.2","sha384");A("2.16.840.1.101.3.4.2.3","sha512");A("2.16.840.1.101.3.4.2.4","sha224");A("2.16.840.1.101.3.4.2.5","sha512-224");A("2.16.840.1.101.3.4.2.6","sha512-256");A("1.2.840.113549.2.2","md2");A("1.2.840.113549.2.5","md5");A("1.2.840.113549.1.7.1","data");A("1.2.840.113549.1.7.2","signedData");A("1.2.840.113549.1.7.3","envelopedData");A("1.2.840.113549.1.7.4","signedAndEnvelopedData");A("1.2.840.113549.1.7.5","digestedData");A("1.2.840.113549.1.7.6","encryptedData");A("1.2.840.113549.1.9.1","emailAddress");A("1.2.840.113549.1.9.2","unstructuredName");A("1.2.840.113549.1.9.3","contentType");A("1.2.840.113549.1.9.4","messageDigest");A("1.2.840.113549.1.9.5","signingTime");A("1.2.840.113549.1.9.6","counterSignature");A("1.2.840.113549.1.9.7","challengePassword");A("1.2.840.113549.1.9.8","unstructuredAddress");A("1.2.840.113549.1.9.14","extensionRequest");A("1.2.840.113549.1.9.20","friendlyName");A("1.2.840.113549.1.9.21","localKeyId");A("1.2.840.113549.1.9.22.1","x509Certificate");A("1.2.840.113549.1.12.10.1.1","keyBag");A("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");A("1.2.840.113549.1.12.10.1.3","certBag");A("1.2.840.113549.1.12.10.1.4","crlBag");A("1.2.840.113549.1.12.10.1.5","secretBag");A("1.2.840.113549.1.12.10.1.6","safeContentsBag");A("1.2.840.113549.1.5.13","pkcs5PBES2");A("1.2.840.113549.1.5.12","pkcs5PBKDF2");A("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");A("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");A("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");A("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");A("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");A("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");A("1.2.840.113549.2.7","hmacWithSHA1");A("1.2.840.113549.2.8","hmacWithSHA224");A("1.2.840.113549.2.9","hmacWithSHA256");A("1.2.840.113549.2.10","hmacWithSHA384");A("1.2.840.113549.2.11","hmacWithSHA512");A("1.2.840.113549.3.7","des-EDE3-CBC");A("2.16.840.1.101.3.4.1.2","aes128-CBC");A("2.16.840.1.101.3.4.1.22","aes192-CBC");A("2.16.840.1.101.3.4.1.42","aes256-CBC");A("2.5.4.3","commonName");A("2.5.4.4","surname");A("2.5.4.5","serialNumber");A("2.5.4.6","countryName");A("2.5.4.7","localityName");A("2.5.4.8","stateOrProvinceName");A("2.5.4.9","streetAddress");A("2.5.4.10","organizationName");A("2.5.4.11","organizationalUnitName");A("2.5.4.12","title");A("2.5.4.13","description");A("2.5.4.15","businessCategory");A("2.5.4.17","postalCode");A("2.5.4.42","givenName");A("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");A("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");A("2.16.840.1.113730.1.1","nsCertType");A("2.16.840.1.113730.1.13","nsComment");ce("2.5.29.1","authorityKeyIdentifier");ce("2.5.29.2","keyAttributes");ce("2.5.29.3","certificatePolicies");ce("2.5.29.4","keyUsageRestriction");ce("2.5.29.5","policyMapping");ce("2.5.29.6","subtreesConstraint");ce("2.5.29.7","subjectAltName");ce("2.5.29.8","issuerAltName");ce("2.5.29.9","subjectDirectoryAttributes");ce("2.5.29.10","basicConstraints");ce("2.5.29.11","nameConstraints");ce("2.5.29.12","policyConstraints");ce("2.5.29.13","basicConstraints");A("2.5.29.14","subjectKeyIdentifier");A("2.5.29.15","keyUsage");ce("2.5.29.16","privateKeyUsagePeriod");A("2.5.29.17","subjectAltName");A("2.5.29.18","issuerAltName");A("2.5.29.19","basicConstraints");ce("2.5.29.20","cRLNumber");ce("2.5.29.21","cRLReason");ce("2.5.29.22","expirationDate");ce("2.5.29.23","instructionCode");ce("2.5.29.24","invalidityDate");ce("2.5.29.25","cRLDistributionPoints");ce("2.5.29.26","issuingDistributionPoint");ce("2.5.29.27","deltaCRLIndicator");ce("2.5.29.28","issuingDistributionPoint");ce("2.5.29.29","certificateIssuer");ce("2.5.29.30","nameConstraints");A("2.5.29.31","cRLDistributionPoints");A("2.5.29.32","certificatePolicies");ce("2.5.29.33","policyMappings");ce("2.5.29.34","policyConstraints");A("2.5.29.35","authorityKeyIdentifier");ce("2.5.29.36","policyConstraints");A("2.5.29.37","extKeyUsage");ce("2.5.29.46","freshestCRL");ce("2.5.29.54","inhibitAnyPolicy");A("1.3.6.1.4.1.11129.2.4.2","timestampList");A("1.3.6.1.5.5.7.1.1","authorityInfoAccess");A("1.3.6.1.5.5.7.3.1","serverAuth");A("1.3.6.1.5.5.7.3.2","clientAuth");A("1.3.6.1.5.5.7.3.3","codeSigning");A("1.3.6.1.5.5.7.3.4","emailProtection");A("1.3.6.1.5.5.7.3.8","timeStamping")});var Fn=H((dx,Eu)=>{var de=fe();_e();Di();var N=Eu.exports=de.asn1=de.asn1||{};N.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};N.Type={NONE:0,BOOLEAN:1,INTEGER:2,BITSTRING:3,OCTETSTRING:4,NULL:5,OID:6,ODESC:7,EXTERNAL:8,REAL:9,ENUMERATED:10,EMBEDDED:11,UTF8:12,ROID:13,SEQUENCE:16,SET:17,PRINTABLESTRING:19,IA5STRING:22,UTCTIME:23,GENERALIZEDTIME:24,BMPSTRING:30};N.create=function(e,t,r,n,i){if(de.util.isArray(n)){for(var o=[],a=0;a<n.length;++a)n[a]!==void 0&&o.push(n[a]);n=o}var s={tagClass:e,type:t,constructed:r,composed:r||de.util.isArray(n),value:n};return i&&"bitStringContents"in i&&(s.bitStringContents=i.bitStringContents,s.original=N.copy(s)),s};N.copy=function(e,t){var r;if(de.util.isArray(e)){r=[];for(var n=0;n<e.length;++n)r.push(N.copy(e[n],t));return r}return typeof e=="string"?e:(r={tagClass:e.tagClass,type:e.type,constructed:e.constructed,composed:e.composed,value:N.copy(e.value,t)},t&&!t.excludeBitStringContents&&(r.bitStringContents=e.bitStringContents),r)};N.equals=function(e,t,r){if(de.util.isArray(e)){if(!de.util.isArray(t)||e.length!==t.length)return!1;for(var n=0;n<e.length;++n)if(!N.equals(e[n],t[n]))return!1;return!0}if(typeof e!=typeof t)return!1;if(typeof e=="string")return e===t;var i=e.tagClass===t.tagClass&&e.type===t.type&&e.constructed===t.constructed&&e.composed===t.composed&&N.equals(e.value,t.value);return r&&r.includeBitStringContents&&(i=i&&e.bitStringContents===t.bitStringContents),i};N.getBerValueLength=function(e){var t=e.getByte();if(t!==128){var r,n=t&128;return n?r=e.getInt((t&127)<<3):r=t,r}};function Ln(e,t,r){if(r>t){var n=new Error("Too few bytes to parse DER.");throw n.available=e.length(),n.remaining=t,n.requested=r,n}}var ud=function(e,t){var r=e.getByte();if(t--,r!==128){var n,i=r&128;if(!i)n=r;else{var o=r&127;Ln(e,t,o),n=e.getInt(o<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};N.fromDer=function(e,t){t===void 0&&(t={strict:!0,parseAllBytes:!0,decodeBitStrings:!0}),typeof t=="boolean"&&(t={strict:t,parseAllBytes:!0,decodeBitStrings:!0}),"strict"in t||(t.strict=!0),"parseAllBytes"in t||(t.parseAllBytes=!0),"decodeBitStrings"in t||(t.decodeBitStrings=!0),typeof e=="string"&&(e=de.util.createBuffer(e));var r=e.length(),n=Ui(e,e.length(),0,t);if(t.parseAllBytes&&e.length()!==0){var i=new Error("Unparsed DER bytes remain after ASN.1 parsing.");throw i.byteCount=r,i.remaining=e.length(),i}return n};function Ui(e,t,r,n){var i;Ln(e,t,2);var o=e.getByte();t--;var a=o&192,s=o&31;i=e.length();var u=ud(e,t);if(t-=i-e.length(),u!==void 0&&u>t){if(n.strict){var c=new Error("Too few bytes to read ASN.1 value.");throw c.available=e.length(),c.remaining=t,c.requested=u,c}u=t}var f,l,h=(o&32)===32;if(h)if(f=[],u===void 0)for(;;){if(Ln(e,t,2),e.bytes(2)===String.fromCharCode(0,0)){e.getBytes(2),t-=2;break}i=e.length(),f.push(Ui(e,t,r+1,n)),t-=i-e.length()}else for(;u>0;)i=e.length(),f.push(Ui(e,u,r+1,n)),t-=i-e.length(),u-=i-e.length();if(f===void 0&&a===N.Class.UNIVERSAL&&s===N.Type.BITSTRING&&(l=e.bytes(u)),f===void 0&&n.decodeBitStrings&&a===N.Class.UNIVERSAL&&s===N.Type.BITSTRING&&u>1){var d=e.read,p=t,y=0;if(s===N.Type.BITSTRING&&(Ln(e,t,1),y=e.getByte(),t--),y===0)try{i=e.length();var x={strict:!0,decodeBitStrings:!0},v=Ui(e,t,r+1,x),B=i-e.length();t-=B,s==N.Type.BITSTRING&&B++;var C=v.tagClass;B===u&&(C===N.Class.UNIVERSAL||C===N.Class.CONTEXT_SPECIFIC)&&(f=[v])}catch{}f===void 0&&(e.read=d,t=p)}if(f===void 0){if(u===void 0){if(n.strict)throw new Error("Non-constructed ASN.1 object of indefinite length.");u=t}if(s===N.Type.BMPSTRING)for(f="";u>0;u-=2)Ln(e,t,2),f+=String.fromCharCode(e.getInt16()),t-=2;else f=e.getBytes(u),t-=u}var F=l===void 0?null:{bitStringContents:l};return N.create(a,s,h,f,F)}N.toDer=function(e){var t=de.util.createBuffer(),r=e.tagClass|e.type,n=de.util.createBuffer(),i=!1;if("bitStringContents"in e&&(i=!0,e.original&&(i=N.equals(e,e.original))),i)n.putBytes(e.bitStringContents);else if(e.composed){e.constructed?r|=32:n.putByte(0);for(var o=0;o<e.value.length;++o)e.value[o]!==void 0&&n.putBuffer(N.toDer(e.value[o]))}else if(e.type===N.Type.BMPSTRING)for(var o=0;o<e.value.length;++o)n.putInt16(e.value.charCodeAt(o));else e.type===N.Type.INTEGER&&e.value.length>1&&(e.value.charCodeAt(0)===0&&!(e.value.charCodeAt(1)&128)||e.value.charCodeAt(0)===255&&(e.value.charCodeAt(1)&128)===128)?n.putBytes(e.value.substr(1)):n.putBytes(e.value);if(t.putByte(r),n.length()<=127)t.putByte(n.length()&127);else{var a=n.length(),s="";do s+=String.fromCharCode(a&255),a=a>>>8;while(a>0);t.putByte(s.length|128);for(var o=s.length-1;o>=0;--o)t.putByte(s.charCodeAt(o))}return t.putBuffer(n),t};N.oidToDer=function(e){var t=e.split("."),r=de.util.createBuffer();r.putByte(40*parseInt(t[0],10)+parseInt(t[1],10));for(var n,i,o,a,s=2;s<t.length;++s){n=!0,i=[],o=parseInt(t[s],10);do a=o&127,o=o>>>7,n||(a|=128),i.push(a),n=!1;while(o>0);for(var u=i.length-1;u>=0;--u)r.putByte(i[u])}return r};N.derToOid=function(e){var t;typeof e=="string"&&(e=de.util.createBuffer(e));var r=e.getByte();t=Math.floor(r/40)+"."+r%40;for(var n=0;e.length()>0;)r=e.getByte(),n=n<<7,r&128?n+=r&127:(t+="."+(n+r),n=0);return t};N.utcTimeToDate=function(e){var t=new Date,r=parseInt(e.substr(0,2),10);r=r>=50?1900+r:2e3+r;var n=parseInt(e.substr(2,2),10)-1,i=parseInt(e.substr(4,2),10),o=parseInt(e.substr(6,2),10),a=parseInt(e.substr(8,2),10),s=0;if(e.length>11){var u=e.charAt(10),c=10;u!=="+"&&u!=="-"&&(s=parseInt(e.substr(10,2),10),c+=2)}if(t.setUTCFullYear(r,n,i),t.setUTCHours(o,a,s,0),c&&(u=e.charAt(c),u==="+"||u==="-")){var f=parseInt(e.substr(c+1,2),10),l=parseInt(e.substr(c+4,2),10),h=f*60+l;h*=6e4,u==="+"?t.setTime(+t-h):t.setTime(+t+h)}return t};N.generalizedTimeToDate=function(e){var t=new Date,r=parseInt(e.substr(0,4),10),n=parseInt(e.substr(4,2),10)-1,i=parseInt(e.substr(6,2),10),o=parseInt(e.substr(8,2),10),a=parseInt(e.substr(10,2),10),s=parseInt(e.substr(12,2),10),u=0,c=0,f=!1;e.charAt(e.length-1)==="Z"&&(f=!0);var l=e.length-5,h=e.charAt(l);if(h==="+"||h==="-"){var d=parseInt(e.substr(l+1,2),10),p=parseInt(e.substr(l+4,2),10);c=d*60+p,c*=6e4,h==="+"&&(c*=-1),f=!0}return e.charAt(14)==="."&&(u=parseFloat(e.substr(14),10)*1e3),f?(t.setUTCFullYear(r,n,i),t.setUTCHours(o,a,s,u),t.setTime(+t+c)):(t.setFullYear(r,n,i),t.setHours(o,a,s,u)),t};N.dateToUtcTime=function(e){if(typeof e=="string")return e;var t="",r=[];r.push((""+e.getUTCFullYear()).substr(2)),r.push(""+(e.getUTCMonth()+1)),r.push(""+e.getUTCDate()),r.push(""+e.getUTCHours()),r.push(""+e.getUTCMinutes()),r.push(""+e.getUTCSeconds());for(var n=0;n<r.length;++n)r[n].length<2&&(t+="0"),t+=r[n];return t+="Z",t};N.dateToGeneralizedTime=function(e){if(typeof e=="string")return e;var t="",r=[];r.push(""+e.getUTCFullYear()),r.push(""+(e.getUTCMonth()+1)),r.push(""+e.getUTCDate()),r.push(""+e.getUTCHours()),r.push(""+e.getUTCMinutes()),r.push(""+e.getUTCSeconds());for(var n=0;n<r.length;++n)r[n].length<2&&(t+="0"),t+=r[n];return t+="Z",t};N.integerToDer=function(e){var t=de.util.createBuffer();if(e>=-128&&e<128)return t.putSignedInt(e,8);if(e>=-32768&&e<32768)return t.putSignedInt(e,16);if(e>=-8388608&&e<8388608)return t.putSignedInt(e,24);if(e>=-2147483648&&e<2147483648)return t.putSignedInt(e,32);var r=new Error("Integer too large; max is 32-bits.");throw r.integer=e,r};N.derToInteger=function(e){typeof e=="string"&&(e=de.util.createBuffer(e));var t=e.length()*8;if(t>32)throw new Error("Integer too large; max is 32-bits.");return e.getSignedInt(t)};N.validate=function(e,t,r,n){var i=!1;if((e.tagClass===t.tagClass||typeof t.tagClass>"u")&&(e.type===t.type||typeof t.type>"u"))if(e.constructed===t.constructed||typeof t.constructed>"u"){if(i=!0,t.value&&de.util.isArray(t.value))for(var o=0,a=0;i&&a<t.value.length;++a)i=t.value[a].optional||!1,e.value[o]&&(i=N.validate(e.value[o],t.value[a],r,n),i?++o:t.value[a].optional&&(i=!0)),!i&&n&&n.push("["+t.name+'] Tag class "'+t.tagClass+'", type "'+t.type+'" expected value length "'+t.value.length+'", got "'+e.value.length+'"');if(i&&r&&(t.capture&&(r[t.capture]=e.value),t.captureAsn1&&(r[t.captureAsn1]=e),t.captureBitStringContents&&"bitStringContents"in e&&(r[t.captureBitStringContents]=e.bitStringContents),t.captureBitStringValue&&"bitStringContents"in e)){var s;if(e.bitStringContents.length<2)r[t.captureBitStringValue]="";else{var u=e.bitStringContents.charCodeAt(0);if(u!==0)throw new Error("captureBitStringValue only supported for zero unused bits");r[t.captureBitStringValue]=e.bitStringContents.slice(1)}}}else n&&n.push("["+t.name+'] Expected constructed "'+t.constructed+'", got "'+e.constructed+'"');else n&&(e.tagClass!==t.tagClass&&n.push("["+t.name+'] Expected tag class "'+t.tagClass+'", got "'+e.tagClass+'"'),e.type!==t.type&&n.push("["+t.name+'] Expected type "'+t.type+'", got "'+e.type+'"'));return i};var bu=/[^\\u0000-\\u00ff]/;N.prettyPrint=function(e,t,r){var n="";t=t||0,r=r||2,t>0&&(n+=`
7
+ `);for(var i="",o=0;o<t*r;++o)i+=" ";switch(n+=i+"Tag: ",e.tagClass){case N.Class.UNIVERSAL:n+="Universal:";break;case N.Class.APPLICATION:n+="Application:";break;case N.Class.CONTEXT_SPECIFIC:n+="Context-Specific:";break;case N.Class.PRIVATE:n+="Private:";break}if(e.tagClass===N.Class.UNIVERSAL)switch(n+=e.type,e.type){case N.Type.NONE:n+=" (None)";break;case N.Type.BOOLEAN:n+=" (Boolean)";break;case N.Type.INTEGER:n+=" (Integer)";break;case N.Type.BITSTRING:n+=" (Bit string)";break;case N.Type.OCTETSTRING:n+=" (Octet string)";break;case N.Type.NULL:n+=" (Null)";break;case N.Type.OID:n+=" (Object Identifier)";break;case N.Type.ODESC:n+=" (Object Descriptor)";break;case N.Type.EXTERNAL:n+=" (External or Instance of)";break;case N.Type.REAL:n+=" (Real)";break;case N.Type.ENUMERATED:n+=" (Enumerated)";break;case N.Type.EMBEDDED:n+=" (Embedded PDV)";break;case N.Type.UTF8:n+=" (UTF8)";break;case N.Type.ROID:n+=" (Relative Object Identifier)";break;case N.Type.SEQUENCE:n+=" (Sequence)";break;case N.Type.SET:n+=" (Set)";break;case N.Type.PRINTABLESTRING:n+=" (Printable String)";break;case N.Type.IA5String:n+=" (IA5String (ASCII))";break;case N.Type.UTCTIME:n+=" (UTC time)";break;case N.Type.GENERALIZEDTIME:n+=" (Generalized time)";break;case N.Type.BMPSTRING:n+=" (BMP String)";break}else n+=e.type;if(n+=`
8
+ `,n+=i+"Constructed: "+e.constructed+`
9
+ `,e.composed){for(var a=0,s="",o=0;o<e.value.length;++o)e.value[o]!==void 0&&(a+=1,s+=N.prettyPrint(e.value[o],t+1,r),o+1<e.value.length&&(s+=","));n+=i+"Sub values: "+a+s}else{if(n+=i+"Value: ",e.type===N.Type.OID){var u=N.derToOid(e.value);n+=u,de.pki&&de.pki.oids&&u in de.pki.oids&&(n+=" ("+de.pki.oids[u]+") ")}if(e.type===N.Type.INTEGER)try{n+=N.derToInteger(e.value)}catch{n+="0x"+de.util.bytesToHex(e.value)}else if(e.type===N.Type.BITSTRING){if(e.value.length>1?n+="0x"+de.util.bytesToHex(e.value.slice(1)):n+="(none)",e.value.length>0){var c=e.value.charCodeAt(0);c==1?n+=" (1 unused bit shown)":c>1&&(n+=" ("+c+" unused bits shown)")}}else if(e.type===N.Type.OCTETSTRING)bu.test(e.value)||(n+="("+e.value+") "),n+="0x"+de.util.bytesToHex(e.value);else if(e.type===N.Type.UTF8)try{n+=de.util.decodeUtf8(e.value)}catch(f){if(f.message==="URI malformed")n+="0x"+de.util.bytesToHex(e.value)+" (malformed UTF8)";else throw f}else e.type===N.Type.PRINTABLESTRING||e.type===N.Type.IA5String?n+=e.value:bu.test(e.value)?n+="0x"+de.util.bytesToHex(e.value):e.value.length===0?n+="[null]":n+=e.value}return n}});var Ta=H((yx,Su)=>{var Ne=fe();_e();Su.exports=Ne.cipher=Ne.cipher||{};Ne.cipher.algorithms=Ne.cipher.algorithms||{};Ne.cipher.createCipher=function(e,t){var r=e;if(typeof r=="string"&&(r=Ne.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new Ne.cipher.BlockCipher({algorithm:r,key:t,decrypt:!1})};Ne.cipher.createDecipher=function(e,t){var r=e;if(typeof r=="string"&&(r=Ne.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new Ne.cipher.BlockCipher({algorithm:r,key:t,decrypt:!0})};Ne.cipher.registerAlgorithm=function(e,t){e=e.toUpperCase(),Ne.cipher.algorithms[e]=t};Ne.cipher.getAlgorithm=function(e){return e=e.toUpperCase(),e in Ne.cipher.algorithms?Ne.cipher.algorithms[e]:null};var Ca=Ne.cipher.BlockCipher=function(e){this.algorithm=e.algorithm,this.mode=this.algorithm.mode,this.blockSize=this.mode.blockSize,this._finish=!1,this._input=null,this.output=null,this._op=e.decrypt?this.mode.decrypt:this.mode.encrypt,this._decrypt=e.decrypt,this.algorithm.initialize(e)};Ca.prototype.start=function(e){e=e||{};var t={};for(var r in e)t[r]=e[r];t.decrypt=this._decrypt,this._finish=!1,this._input=Ne.util.createBuffer(),this.output=e.output||Ne.util.createBuffer(),this.mode.start(t)};Ca.prototype.update=function(e){for(e&&this._input.putBuffer(e);!this._op.call(this.mode,this._input,this.output,this._finish)&&!this._finish;);this._input.compact()};Ca.prototype.finish=function(e){e&&(this.mode.name==="ECB"||this.mode.name==="CBC")&&(this.mode.pad=function(r){return e(this.blockSize,r,!1)},this.mode.unpad=function(r){return e(this.blockSize,r,!0)});var t={};return t.decrypt=this._decrypt,t.overflow=this._input.length()%this.blockSize,!(!this._decrypt&&this.mode.pad&&!this.mode.pad(this._input,t)||(this._finish=!0,this.update(),this._decrypt&&this.mode.unpad&&!this.mode.unpad(this.output,t))||this.mode.afterFinish&&!this.mode.afterFinish(this.output,t))}});var Ia=H((gx,Bu)=>{var ke=fe();_e();ke.cipher=ke.cipher||{};var J=Bu.exports=ke.cipher.modes=ke.cipher.modes||{};J.ecb=function(e){e=e||{},this.name="ECB",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints)};J.ecb.prototype.start=function(e){};J.ecb.prototype.encrypt=function(e,t,r){if(e.length()<this.blockSize&&!(r&&e.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=e.getInt32();this.cipher.encrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)t.putInt32(this._outBlock[n])};J.ecb.prototype.decrypt=function(e,t,r){if(e.length()<this.blockSize&&!(r&&e.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=e.getInt32();this.cipher.decrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)t.putInt32(this._outBlock[n])};J.ecb.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};J.ecb.prototype.unpad=function(e,t){if(t.overflow>0)return!1;var r=e.length(),n=e.at(r-1);return n>this.blockSize<<2?!1:(e.truncate(n),!0)};J.cbc=function(e){e=e||{},this.name="CBC",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints)};J.cbc.prototype.start=function(e){if(e.iv===null){if(!this._prev)throw new Error("Invalid IV parameter.");this._iv=this._prev.slice(0)}else if("iv"in e)this._iv=Pi(e.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};J.cbc.prototype.encrypt=function(e,t,r){if(e.length()<this.blockSize&&!(r&&e.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=this._prev[n]^e.getInt32();this.cipher.encrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)t.putInt32(this._outBlock[n]);this._prev=this._outBlock};J.cbc.prototype.decrypt=function(e,t,r){if(e.length()<this.blockSize&&!(r&&e.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=e.getInt32();this.cipher.decrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)t.putInt32(this._prev[n]^this._outBlock[n]);this._prev=this._inBlock.slice(0)};J.cbc.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};J.cbc.prototype.unpad=function(e,t){if(t.overflow>0)return!1;var r=e.length(),n=e.at(r-1);return n>this.blockSize<<2?!1:(e.truncate(n),!0)};J.cfb=function(e){e=e||{},this.name="CFB",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialBlock=new Array(this._ints),this._partialOutput=ke.util.createBuffer(),this._partialBytes=0};J.cfb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=Pi(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};J.cfb.prototype.encrypt=function(e,t,r){var n=e.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var i=0;i<this._ints;++i)this._inBlock[i]=e.getInt32()^this._outBlock[i],t.putInt32(this._inBlock[i]);return}var o=(this.blockSize-n)%this.blockSize;o>0&&(o=this.blockSize-o),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialBlock[i]=e.getInt32()^this._outBlock[i],this._partialOutput.putInt32(this._partialBlock[i]);if(o>0)e.read-=this.blockSize;else for(var i=0;i<this._ints;++i)this._inBlock[i]=this._partialBlock[i];if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return t.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};J.cfb.prototype.decrypt=function(e,t,r){var n=e.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var i=0;i<this._ints;++i)this._inBlock[i]=e.getInt32(),t.putInt32(this._inBlock[i]^this._outBlock[i]);return}var o=(this.blockSize-n)%this.blockSize;o>0&&(o=this.blockSize-o),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialBlock[i]=e.getInt32(),this._partialOutput.putInt32(this._partialBlock[i]^this._outBlock[i]);if(o>0)e.read-=this.blockSize;else for(var i=0;i<this._ints;++i)this._inBlock[i]=this._partialBlock[i];if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return t.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};J.ofb=function(e){e=e||{},this.name="OFB",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialOutput=ke.util.createBuffer(),this._partialBytes=0};J.ofb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=Pi(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};J.ofb.prototype.encrypt=function(e,t,r){var n=e.length();if(e.length()===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var i=0;i<this._ints;++i)t.putInt32(e.getInt32()^this._outBlock[i]),this._inBlock[i]=this._outBlock[i];return}var o=(this.blockSize-n)%this.blockSize;o>0&&(o=this.blockSize-o),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialOutput.putInt32(e.getInt32()^this._outBlock[i]);if(o>0)e.read-=this.blockSize;else for(var i=0;i<this._ints;++i)this._inBlock[i]=this._outBlock[i];if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return t.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};J.ofb.prototype.decrypt=J.ofb.prototype.encrypt;J.ctr=function(e){e=e||{},this.name="CTR",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialOutput=ke.util.createBuffer(),this._partialBytes=0};J.ctr.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=Pi(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};J.ctr.prototype.encrypt=function(e,t,r){var n=e.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize)for(var i=0;i<this._ints;++i)t.putInt32(e.getInt32()^this._outBlock[i]);else{var o=(this.blockSize-n)%this.blockSize;o>0&&(o=this.blockSize-o),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialOutput.putInt32(e.getInt32()^this._outBlock[i]);if(o>0&&(e.read-=this.blockSize),this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return t.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}Li(this._inBlock)};J.ctr.prototype.decrypt=J.ctr.prototype.encrypt;J.gcm=function(e){e=e||{},this.name="GCM",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints),this._partialOutput=ke.util.createBuffer(),this._partialBytes=0,this._R=3774873600};J.gcm.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");var t=ke.util.createBuffer(e.iv);this._cipherLength=0;var r;if("additionalData"in e?r=ke.util.createBuffer(e.additionalData):r=ke.util.createBuffer(),"tagLength"in e?this._tagLength=e.tagLength:this._tagLength=128,this._tag=null,e.decrypt&&(this._tag=ke.util.createBuffer(e.tag).getBytes(),this._tag.length!==this._tagLength/8))throw new Error("Authentication tag does not match tag length.");this._hashBlock=new Array(this._ints),this.tag=null,this._hashSubkey=new Array(this._ints),this.cipher.encrypt([0,0,0,0],this._hashSubkey),this.componentBits=4,this._m=this.generateHashTable(this._hashSubkey,this.componentBits);var n=t.length();if(n===12)this._j0=[t.getInt32(),t.getInt32(),t.getInt32(),1];else{for(this._j0=[0,0,0,0];t.length()>0;)this._j0=this.ghash(this._hashSubkey,this._j0,[t.getInt32(),t.getInt32(),t.getInt32(),t.getInt32()]);this._j0=this.ghash(this._hashSubkey,this._j0,[0,0].concat(_a(n*8)))}this._inBlock=this._j0.slice(0),Li(this._inBlock),this._partialBytes=0,r=ke.util.createBuffer(r),this._aDataLength=_a(r.length()*8);var i=r.length()%this.blockSize;for(i&&r.fillWithByte(0,this.blockSize-i),this._s=[0,0,0,0];r.length()>0;)this._s=this.ghash(this._hashSubkey,this._s,[r.getInt32(),r.getInt32(),r.getInt32(),r.getInt32()])};J.gcm.prototype.encrypt=function(e,t,r){var n=e.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var i=0;i<this._ints;++i)t.putInt32(this._outBlock[i]^=e.getInt32());this._cipherLength+=this.blockSize}else{var o=(this.blockSize-n)%this.blockSize;o>0&&(o=this.blockSize-o),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialOutput.putInt32(e.getInt32()^this._outBlock[i]);if(o<=0||r){if(r){var a=n%this.blockSize;this._cipherLength+=a,this._partialOutput.truncate(this.blockSize-a)}else this._cipherLength+=this.blockSize;for(var i=0;i<this._ints;++i)this._outBlock[i]=this._partialOutput.getInt32();this._partialOutput.read-=this.blockSize}if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return e.read-=this.blockSize,t.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}this._s=this.ghash(this._hashSubkey,this._s,this._outBlock),Li(this._inBlock)};J.gcm.prototype.decrypt=function(e,t,r){var n=e.length();if(n<this.blockSize&&!(r&&n>0))return!0;this.cipher.encrypt(this._inBlock,this._outBlock),Li(this._inBlock),this._hashBlock[0]=e.getInt32(),this._hashBlock[1]=e.getInt32(),this._hashBlock[2]=e.getInt32(),this._hashBlock[3]=e.getInt32(),this._s=this.ghash(this._hashSubkey,this._s,this._hashBlock);for(var i=0;i<this._ints;++i)t.putInt32(this._outBlock[i]^this._hashBlock[i]);n<this.blockSize?this._cipherLength+=n%this.blockSize:this._cipherLength+=this.blockSize};J.gcm.prototype.afterFinish=function(e,t){var r=!0;t.decrypt&&t.overflow&&e.truncate(this.blockSize-t.overflow),this.tag=ke.util.createBuffer();var n=this._aDataLength.concat(_a(this._cipherLength*8));this._s=this.ghash(this._hashSubkey,this._s,n);var i=[];this.cipher.encrypt(this._j0,i);for(var o=0;o<this._ints;++o)this.tag.putInt32(this._s[o]^i[o]);return this.tag.truncate(this.tag.length()%(this._tagLength/8)),t.decrypt&&this.tag.bytes()!==this._tag&&(r=!1),r};J.gcm.prototype.multiply=function(e,t){for(var r=[0,0,0,0],n=t.slice(0),i=0;i<128;++i){var o=e[i/32|0]&1<<31-i%32;o&&(r[0]^=n[0],r[1]^=n[1],r[2]^=n[2],r[3]^=n[3]),this.pow(n,n)}return r};J.gcm.prototype.pow=function(e,t){for(var r=e[3]&1,n=3;n>0;--n)t[n]=e[n]>>>1|(e[n-1]&1)<<31;t[0]=e[0]>>>1,r&&(t[0]^=this._R)};J.gcm.prototype.tableMultiply=function(e){for(var t=[0,0,0,0],r=0;r<32;++r){var n=r/8|0,i=e[n]>>>(7-r%8)*4&15,o=this._m[r][i];t[0]^=o[0],t[1]^=o[1],t[2]^=o[2],t[3]^=o[3]}return t};J.gcm.prototype.ghash=function(e,t,r){return t[0]^=r[0],t[1]^=r[1],t[2]^=r[2],t[3]^=r[3],this.tableMultiply(t)};J.gcm.prototype.generateHashTable=function(e,t){for(var r=8/t,n=4*r,i=16*r,o=new Array(i),a=0;a<i;++a){var s=[0,0,0,0],u=a/n|0,c=(n-1-a%n)*t;s[u]=1<<t-1<<c,o[a]=this.generateSubHashTable(this.multiply(s,e),t)}return o};J.gcm.prototype.generateSubHashTable=function(e,t){var r=1<<t,n=r>>>1,i=new Array(r);i[n]=e.slice(0);for(var o=n>>>1;o>0;)this.pow(i[2*o],i[o]=[]),o>>=1;for(o=2;o<n;){for(var a=1;a<o;++a){var s=i[o],u=i[a];i[o+a]=[s[0]^u[0],s[1]^u[1],s[2]^u[2],s[3]^u[3]]}o*=2}for(i[0]=[0,0,0,0],o=n+1;o<r;++o){var c=i[o^n];i[o]=[e[0]^c[0],e[1]^c[1],e[2]^c[2],e[3]^c[3]]}return i};function Pi(e,t){if(typeof e=="string"&&(e=ke.util.createBuffer(e)),ke.util.isArray(e)&&e.length>4){var r=e;e=ke.util.createBuffer();for(var n=0;n<r.length;++n)e.putByte(r[n])}if(e.length()<t)throw new Error("Invalid IV length; got "+e.length()+" bytes and expected "+t+" bytes.");if(!ke.util.isArray(e)){for(var i=[],o=t/4,n=0;n<o;++n)i.push(e.getInt32());e=i}return e}function Li(e){e[e.length-1]=e[e.length-1]+1&4294967295}function _a(e){return[e/4294967296|0,e&4294967295]}});var Da=H((mx,_u)=>{var le=fe();Ta();Ia();_e();_u.exports=le.aes=le.aes||{};le.aes.startEncrypting=function(e,t,r,n){var i=Fi({key:e,output:r,decrypt:!1,mode:n});return i.start(t),i};le.aes.createEncryptionCipher=function(e,t){return Fi({key:e,output:null,decrypt:!1,mode:t})};le.aes.startDecrypting=function(e,t,r,n){var i=Fi({key:e,output:r,decrypt:!0,mode:n});return i.start(t),i};le.aes.createDecryptionCipher=function(e,t){return Fi({key:e,output:null,decrypt:!0,mode:t})};le.aes.Algorithm=function(e,t){ka||Cu();var r=this;r.name=e,r.mode=new t({blockSize:16,cipher:{encrypt:function(n,i){return Na(r._w,n,i,!1)},decrypt:function(n,i){return Na(r._w,n,i,!0)}}}),r._init=!1};le.aes.Algorithm.prototype.initialize=function(e){if(!this._init){var t=e.key,r;if(typeof t=="string"&&(t.length===16||t.length===24||t.length===32))t=le.util.createBuffer(t);else if(le.util.isArray(t)&&(t.length===16||t.length===24||t.length===32)){r=t,t=le.util.createBuffer();for(var n=0;n<r.length;++n)t.putByte(r[n])}if(!le.util.isArray(t)){r=t,t=[];var i=r.length();if(i===16||i===24||i===32){i=i>>>2;for(var n=0;n<i;++n)t.push(r.getInt32())}}if(!le.util.isArray(t)||!(t.length===4||t.length===6||t.length===8))throw new Error("Invalid key parameter.");var o=this.mode.name,a=["CFB","OFB","CTR","GCM"].indexOf(o)!==-1;this._w=Tu(t,e.decrypt&&!a),this._init=!0}};le.aes._expandKey=function(e,t){return ka||Cu(),Tu(e,t)};le.aes._updateBlock=Na;Xr("AES-ECB",le.cipher.modes.ecb);Xr("AES-CBC",le.cipher.modes.cbc);Xr("AES-CFB",le.cipher.modes.cfb);Xr("AES-OFB",le.cipher.modes.ofb);Xr("AES-CTR",le.cipher.modes.ctr);Xr("AES-GCM",le.cipher.modes.gcm);function Xr(e,t){var r=function(){return new le.aes.Algorithm(e,t)};le.cipher.registerAlgorithm(e,r)}var ka=!1,Zr=4,qe,Ra,Au,Tr,yt;function Cu(){ka=!0,Au=[0,1,2,4,8,16,32,64,128,27,54];for(var e=new Array(256),t=0;t<128;++t)e[t]=t<<1,e[t+128]=t+128<<1^283;qe=new Array(256),Ra=new Array(256),Tr=new Array(4),yt=new Array(4);for(var t=0;t<4;++t)Tr[t]=new Array(256),yt[t]=new Array(256);for(var r=0,n=0,i,o,a,s,u,c,f,t=0;t<256;++t){s=n^n<<1^n<<2^n<<3^n<<4,s=s>>8^s&255^99,qe[r]=s,Ra[s]=r,u=e[s],i=e[r],o=e[i],a=e[o],c=u<<24^s<<16^s<<8^(s^u),f=(i^o^a)<<24^(r^a)<<16^(r^o^a)<<8^(r^i^a);for(var l=0;l<4;++l)Tr[l][r]=c,yt[l][s]=f,c=c<<24|c>>>8,f=f<<24|f>>>8;r===0?r=n=1:(r=i^e[e[e[i^a]]],n^=e[e[n]])}}function Tu(e,t){for(var r=e.slice(0),n,i=1,o=r.length,a=o+6+1,s=Zr*a,u=o;u<s;++u)n=r[u-1],u%o===0?(n=qe[n>>>16&255]<<24^qe[n>>>8&255]<<16^qe[n&255]<<8^qe[n>>>24]^Au[i]<<24,i++):o>6&&u%o===4&&(n=qe[n>>>24]<<24^qe[n>>>16&255]<<16^qe[n>>>8&255]<<8^qe[n&255]),r[u]=r[u-o]^n;if(t){var c,f=yt[0],l=yt[1],h=yt[2],d=yt[3],p=r.slice(0);s=r.length;for(var u=0,y=s-Zr;u<s;u+=Zr,y-=Zr)if(u===0||u===s-Zr)p[u]=r[y],p[u+1]=r[y+3],p[u+2]=r[y+2],p[u+3]=r[y+1];else for(var x=0;x<Zr;++x)c=r[y+x],p[u+(3&-x)]=f[qe[c>>>24]]^l[qe[c>>>16&255]]^h[qe[c>>>8&255]]^d[qe[c&255]];r=p}return r}function Na(e,t,r,n){var i=e.length/4-1,o,a,s,u,c;n?(o=yt[0],a=yt[1],s=yt[2],u=yt[3],c=Ra):(o=Tr[0],a=Tr[1],s=Tr[2],u=Tr[3],c=qe);var f,l,h,d,p,y,x;f=t[0]^e[0],l=t[n?3:1]^e[1],h=t[2]^e[2],d=t[n?1:3]^e[3];for(var v=3,B=1;B<i;++B)p=o[f>>>24]^a[l>>>16&255]^s[h>>>8&255]^u[d&255]^e[++v],y=o[l>>>24]^a[h>>>16&255]^s[d>>>8&255]^u[f&255]^e[++v],x=o[h>>>24]^a[d>>>16&255]^s[f>>>8&255]^u[l&255]^e[++v],d=o[d>>>24]^a[f>>>16&255]^s[l>>>8&255]^u[h&255]^e[++v],f=p,l=y,h=x;r[0]=c[f>>>24]<<24^c[l>>>16&255]<<16^c[h>>>8&255]<<8^c[d&255]^e[++v],r[n?3:1]=c[l>>>24]<<24^c[h>>>16&255]<<16^c[d>>>8&255]<<8^c[f&255]^e[++v],r[2]=c[h>>>24]<<24^c[d>>>16&255]<<16^c[f>>>8&255]<<8^c[l&255]^e[++v],r[n?1:3]=c[d>>>24]<<24^c[f>>>16&255]<<16^c[l>>>8&255]<<8^c[h&255]^e[++v]}function Fi(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="AES-"+t,n;e.decrypt?n=le.cipher.createDecipher(r,e.key):n=le.cipher.createCipher(r,e.key);var i=n.start;return n.start=function(o,a){var s=null;a instanceof le.util.ByteBuffer&&(s=a,a={}),a=a||{},a.output=s,a.iv=o,i.call(n,a)},n}});var Nu=H((xx,Ru)=>{var we=fe();Ta();Ia();_e();Ru.exports=we.des=we.des||{};we.des.startEncrypting=function(e,t,r,n){var i=Ki({key:e,output:r,decrypt:!1,mode:n||(t===null?"ECB":"CBC")});return i.start(t),i};we.des.createEncryptionCipher=function(e,t){return Ki({key:e,output:null,decrypt:!1,mode:t})};we.des.startDecrypting=function(e,t,r,n){var i=Ki({key:e,output:r,decrypt:!0,mode:n||(t===null?"ECB":"CBC")});return i.start(t),i};we.des.createDecryptionCipher=function(e,t){return Ki({key:e,output:null,decrypt:!0,mode:t})};we.des.Algorithm=function(e,t){var r=this;r.name=e,r.mode=new t({blockSize:8,cipher:{encrypt:function(n,i){return Iu(r._keys,n,i,!1)},decrypt:function(n,i){return Iu(r._keys,n,i,!0)}}}),r._init=!1};we.des.Algorithm.prototype.initialize=function(e){if(!this._init){var t=we.util.createBuffer(e.key);if(this.name.indexOf("3DES")===0&&t.length()!==24)throw new Error("Invalid Triple-DES key size: "+t.length()*8);this._keys=md(t),this._init=!0}};Nt("DES-ECB",we.cipher.modes.ecb);Nt("DES-CBC",we.cipher.modes.cbc);Nt("DES-CFB",we.cipher.modes.cfb);Nt("DES-OFB",we.cipher.modes.ofb);Nt("DES-CTR",we.cipher.modes.ctr);Nt("3DES-ECB",we.cipher.modes.ecb);Nt("3DES-CBC",we.cipher.modes.cbc);Nt("3DES-CFB",we.cipher.modes.cfb);Nt("3DES-OFB",we.cipher.modes.ofb);Nt("3DES-CTR",we.cipher.modes.ctr);function Nt(e,t){var r=function(){return new we.des.Algorithm(e,t)};we.cipher.registerAlgorithm(e,r)}var cd=[16843776,0,65536,16843780,16842756,66564,4,65536,1024,16843776,16843780,1024,16778244,16842756,16777216,4,1028,16778240,16778240,66560,66560,16842752,16842752,16778244,65540,16777220,16777220,65540,0,1028,66564,16777216,65536,16843780,4,16842752,16843776,16777216,16777216,1024,16842756,65536,66560,16777220,1024,4,16778244,66564,16843780,65540,16842752,16778244,16777220,1028,66564,16843776,1028,16778240,16778240,0,65540,66560,0,16842756],fd=[-2146402272,-2147450880,32768,1081376,1048576,32,-2146435040,-2147450848,-2147483616,-2146402272,-2146402304,-2147483648,-2147450880,1048576,32,-2146435040,1081344,1048608,-2147450848,0,-2147483648,32768,1081376,-2146435072,1048608,-2147483616,0,1081344,32800,-2146402304,-2146435072,32800,0,1081376,-2146435040,1048576,-2147450848,-2146435072,-2146402304,32768,-2146435072,-2147450880,32,-2146402272,1081376,32,32768,-2147483648,32800,-2146402304,1048576,-2147483616,1048608,-2147450848,-2147483616,1048608,1081344,0,-2147450880,32800,-2147483648,-2146435040,-2146402272,1081344],ld=[520,134349312,0,134348808,134218240,0,131592,134218240,131080,134217736,134217736,131072,134349320,131080,134348800,520,134217728,8,134349312,512,131584,134348800,134348808,131592,134218248,131584,131072,134218248,8,134349320,512,134217728,134349312,134217728,131080,520,131072,134349312,134218240,0,512,131080,134349320,134218240,134217736,512,0,134348808,134218248,131072,134217728,134349320,8,131592,131584,134217736,134348800,134218248,520,134348800,131592,8,134348808,131584],hd=[8396801,8321,8321,128,8396928,8388737,8388609,8193,0,8396800,8396800,8396929,129,0,8388736,8388609,1,8192,8388608,8396801,128,8388608,8193,8320,8388737,1,8320,8388736,8192,8396928,8396929,129,8388736,8388609,8396800,8396929,129,0,0,8396800,8320,8388736,8388737,1,8396801,8321,8321,128,8396929,129,1,8192,8388609,8193,8396928,8388737,8193,8320,8388608,8396801,128,8388608,8192,8396928],pd=[256,34078976,34078720,1107296512,524288,256,1073741824,34078720,1074266368,524288,33554688,1074266368,1107296512,1107820544,524544,1073741824,33554432,1074266112,1074266112,0,1073742080,1107820800,1107820800,33554688,1107820544,1073742080,0,1107296256,34078976,33554432,1107296256,524544,524288,1107296512,256,33554432,1073741824,34078720,1107296512,1074266368,33554688,1073741824,1107820544,34078976,1074266368,256,33554432,1107820544,1107820800,524544,1107296256,1107820800,34078720,0,1074266112,1107296256,524544,33554688,1073742080,524288,0,1074266112,34078976,1073742080],dd=[536870928,541065216,16384,541081616,541065216,16,541081616,4194304,536887296,4210704,4194304,536870928,4194320,536887296,536870912,16400,0,4194320,536887312,16384,4210688,536887312,16,541065232,541065232,0,4210704,541081600,16400,4210688,541081600,536870912,536887296,16,541065232,4210688,541081616,4194304,16400,536870928,4194304,536887296,536870912,16400,536870928,541081616,4210688,541065216,4210704,541081600,0,541065232,16,16384,541065216,4210704,16384,4194320,536887312,0,541081600,536870912,4194320,536887312],yd=[2097152,69206018,67110914,0,2048,67110914,2099202,69208064,69208066,2097152,0,67108866,2,67108864,69206018,2050,67110912,2099202,2097154,67110912,67108866,69206016,69208064,2097154,69206016,2048,2050,69208066,2099200,2,67108864,2099200,67108864,2099200,2097152,67110914,67110914,69206018,69206018,2,2097154,67108864,67110912,2097152,69208064,2050,2099202,69208064,2050,67108866,69208066,69206016,2099200,0,2,69208066,0,2099202,69206016,2048,67108866,67110912,2048,2097154],gd=[268439616,4096,262144,268701760,268435456,268439616,64,268435456,262208,268697600,268701760,266240,268701696,266304,4096,64,268697600,268435520,268439552,4160,266240,262208,268697664,268701696,4160,0,0,268697664,268435520,268439552,266304,262144,266304,262144,268701696,4096,64,268697664,4096,266304,268439552,64,268435520,268697600,268697664,268435456,262144,268439616,0,268701760,262208,268435520,268697600,268439552,268439616,0,268701760,266240,266240,4160,4160,262208,268435456,268701696];function md(e){for(var t=[0,4,536870912,536870916,65536,65540,536936448,536936452,512,516,536871424,536871428,66048,66052,536936960,536936964],r=[0,1,1048576,1048577,67108864,67108865,68157440,68157441,256,257,1048832,1048833,67109120,67109121,68157696,68157697],n=[0,8,2048,2056,16777216,16777224,16779264,16779272,0,8,2048,2056,16777216,16777224,16779264,16779272],i=[0,2097152,134217728,136314880,8192,2105344,134225920,136323072,131072,2228224,134348800,136445952,139264,2236416,134356992,136454144],o=[0,262144,16,262160,0,262144,16,262160,4096,266240,4112,266256,4096,266240,4112,266256],a=[0,1024,32,1056,0,1024,32,1056,33554432,33555456,33554464,33555488,33554432,33555456,33554464,33555488],s=[0,268435456,524288,268959744,2,268435458,524290,268959746,0,268435456,524288,268959744,2,268435458,524290,268959746],u=[0,65536,2048,67584,536870912,536936448,536872960,536938496,131072,196608,133120,198656,537001984,537067520,537004032,537069568],c=[0,262144,0,262144,2,262146,2,262146,33554432,33816576,33554432,33816576,33554434,33816578,33554434,33816578],f=[0,268435456,8,268435464,0,268435456,8,268435464,1024,268436480,1032,268436488,1024,268436480,1032,268436488],l=[0,32,0,32,1048576,1048608,1048576,1048608,8192,8224,8192,8224,1056768,1056800,1056768,1056800],h=[0,16777216,512,16777728,2097152,18874368,2097664,18874880,67108864,83886080,67109376,83886592,69206016,85983232,69206528,85983744],d=[0,4096,134217728,134221824,524288,528384,134742016,134746112,16,4112,134217744,134221840,524304,528400,134742032,134746128],p=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],y=e.length()>8?3:1,x=[],v=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],B=0,C,F=0;F<y;F++){var R=e.getInt32(),_=e.getInt32();C=(R>>>4^_)&252645135,_^=C,R^=C<<4,C=(_>>>-16^R)&65535,R^=C,_^=C<<-16,C=(R>>>2^_)&858993459,_^=C,R^=C<<2,C=(_>>>-16^R)&65535,R^=C,_^=C<<-16,C=(R>>>1^_)&1431655765,_^=C,R^=C<<1,C=(_>>>8^R)&16711935,R^=C,_^=C<<8,C=(R>>>1^_)&1431655765,_^=C,R^=C<<1,C=R<<8|_>>>20&240,R=_<<24|_<<8&16711680|_>>>8&65280|_>>>24&240,_=C;for(var W=0;W<v.length;++W){v[W]?(R=R<<2|R>>>26,_=_<<2|_>>>26):(R=R<<1|R>>>27,_=_<<1|_>>>27),R&=-15,_&=-15;var T=t[R>>>28]|r[R>>>24&15]|n[R>>>20&15]|i[R>>>16&15]|o[R>>>12&15]|a[R>>>8&15]|s[R>>>4&15],K=u[_>>>28]|c[_>>>24&15]|f[_>>>20&15]|l[_>>>16&15]|h[_>>>12&15]|d[_>>>8&15]|p[_>>>4&15];C=(K>>>16^T)&65535,x[B++]=T^C,x[B++]=K^C<<16}}return x}function Iu(e,t,r,n){var i=e.length===32?3:9,o;i===3?o=n?[30,-2,-2]:[0,32,2]:o=n?[94,62,-2,32,64,2,30,-2,-2]:[0,32,2,62,30,-2,64,96,2];var a,s=t[0],u=t[1];a=(s>>>4^u)&252645135,u^=a,s^=a<<4,a=(s>>>16^u)&65535,u^=a,s^=a<<16,a=(u>>>2^s)&858993459,s^=a,u^=a<<2,a=(u>>>8^s)&16711935,s^=a,u^=a<<8,a=(s>>>1^u)&1431655765,u^=a,s^=a<<1,s=s<<1|s>>>31,u=u<<1|u>>>31;for(var c=0;c<i;c+=3){for(var f=o[c+1],l=o[c+2],h=o[c];h!=f;h+=l){var d=u^e[h],p=(u>>>4|u<<28)^e[h+1];a=s,s=u,u=a^(fd[d>>>24&63]|hd[d>>>16&63]|dd[d>>>8&63]|gd[d&63]|cd[p>>>24&63]|ld[p>>>16&63]|pd[p>>>8&63]|yd[p&63])}a=s,s=u,u=a}s=s>>>1|s<<31,u=u>>>1|u<<31,a=(s>>>1^u)&1431655765,u^=a,s^=a<<1,a=(u>>>8^s)&16711935,s^=a,u^=a<<8,a=(u>>>2^s)&858993459,s^=a,u^=a<<2,a=(s>>>16^u)&65535,u^=a,s^=a<<16,a=(s>>>4^u)&252645135,u^=a,s^=a<<4,r[0]=s,r[1]=u}function Ki(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="DES-"+t,n;e.decrypt?n=we.cipher.createDecipher(r,e.key):n=we.cipher.createCipher(r,e.key);var i=n.start;return n.start=function(o,a){var s=null;a instanceof we.util.ByteBuffer&&(s=a,a={}),a=a||{},a.output=s,a.iv=o,i.call(n,a)},n}});var _r=H((vx,ku)=>{var Oi=fe();ku.exports=Oi.md=Oi.md||{};Oi.md.algorithms=Oi.md.algorithms||{}});var Uu=H((wx,Du)=>{var Ht=fe();_r();_e();var xd=Du.exports=Ht.hmac=Ht.hmac||{};xd.create=function(){var e=null,t=null,r=null,n=null,i={};return i.start=function(o,a){if(o!==null)if(typeof o=="string")if(o=o.toLowerCase(),o in Ht.md.algorithms)t=Ht.md.algorithms[o].create();else throw new Error('Unknown hash algorithm "'+o+'"');else t=o;if(a===null)a=e;else{if(typeof a=="string")a=Ht.util.createBuffer(a);else if(Ht.util.isArray(a)){var s=a;a=Ht.util.createBuffer();for(var u=0;u<s.length;++u)a.putByte(s[u])}var c=a.length();c>t.blockLength&&(t.start(),t.update(a.bytes()),a=t.digest()),r=Ht.util.createBuffer(),n=Ht.util.createBuffer(),c=a.length();for(var u=0;u<c;++u){var s=a.at(u);r.putByte(54^s),n.putByte(92^s)}if(c<t.blockLength)for(var s=t.blockLength-c,u=0;u<s;++u)r.putByte(54),n.putByte(92);e=a,r=r.bytes(),n=n.bytes()}t.start(),t.update(r)},i.update=function(o){t.update(o)},i.getMac=function(){var o=t.digest().bytes();return t.start(),t.update(n),t.update(o),t.digest()},i.digest=i.getMac,i}});var Jr=H(()=>{});var Lu=H((Sx,Pu)=>{var ze=fe();Uu();_r();_e();var vd=ze.pkcs5=ze.pkcs5||{},Gt;ze.util.isNodejs&&!ze.options.usePureJavaScript&&(Gt=Jr());Pu.exports=ze.pbkdf2=vd.pbkdf2=function(e,t,r,n,i,o){if(typeof i=="function"&&(o=i,i=null),ze.util.isNodejs&&!ze.options.usePureJavaScript&&Gt.pbkdf2&&(i===null||typeof i!="object")&&(Gt.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),e=Buffer.from(e,"binary"),t=Buffer.from(t,"binary"),o?Gt.pbkdf2Sync.length===4?Gt.pbkdf2(e,t,r,n,function(C,F){if(C)return o(C);o(null,F.toString("binary"))}):Gt.pbkdf2(e,t,r,n,i,function(C,F){if(C)return o(C);o(null,F.toString("binary"))}):Gt.pbkdf2Sync.length===4?Gt.pbkdf2Sync(e,t,r,n).toString("binary"):Gt.pbkdf2Sync(e,t,r,n,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in ze.md.algorithms))throw new Error("Unknown hash algorithm: "+i);i=ze.md[i].create()}var a=i.digestLength;if(n>4294967295*a){var s=new Error("Derived key is too long.");if(o)return o(s);throw s}var u=Math.ceil(n/a),c=n-(u-1)*a,f=ze.hmac.create();f.start(i,e);var l="",h,d,p;if(!o){for(var y=1;y<=u;++y){f.start(null,null),f.update(t),f.update(ze.util.int32ToBytes(y)),h=p=f.digest().getBytes();for(var x=2;x<=r;++x)f.start(null,null),f.update(p),d=f.digest().getBytes(),h=ze.util.xorBytes(h,d,a),p=d;l+=y<u?h:h.substr(0,c)}return l}var y=1,x;function v(){if(y>u)return o(null,l);f.start(null,null),f.update(t),f.update(ze.util.int32ToBytes(y)),h=p=f.digest().getBytes(),x=2,B()}function B(){if(x<=r)return f.start(null,null),f.update(p),d=f.digest().getBytes(),h=ze.util.xorBytes(h,d,a),p=d,++x,ze.util.setImmediate(B);l+=y<u?h:h.substr(0,c),++y,v()}v()}});var Ou=H((Bx,Ku)=>{var Vi=fe();_e();var Fu=Ku.exports=Vi.pem=Vi.pem||{};Fu.encode=function(e,t){t=t||{};var r="-----BEGIN "+e.type+`-----\r
10
+ `,n;if(e.procType&&(n={name:"Proc-Type",values:[String(e.procType.version),e.procType.type]},r+=Mi(n)),e.contentDomain&&(n={name:"Content-Domain",values:[e.contentDomain]},r+=Mi(n)),e.dekInfo&&(n={name:"DEK-Info",values:[e.dekInfo.algorithm]},e.dekInfo.parameters&&n.values.push(e.dekInfo.parameters),r+=Mi(n)),e.headers)for(var i=0;i<e.headers.length;++i)r+=Mi(e.headers[i]);return e.procType&&(r+=`\r
11
+ `),r+=Vi.util.encode64(e.body,t.maxline||64)+`\r
12
+ `,r+="-----END "+e.type+`-----\r
13
+ `,r};Fu.decode=function(e){for(var t=[],r=/\s*-----BEGIN ([A-Z0-9- ]+)-----\r?\n?([\x21-\x7e\s]+?(?:\r?\n\r?\n))?([:A-Za-z0-9+\/=\s]+?)-----END \1-----/g,n=/([\x21-\x7e]+):\s*([\x21-\x7e\s^:]+)/,i=/\r?\n/,o;o=r.exec(e),!!o;){var a=o[1];a==="NEW CERTIFICATE REQUEST"&&(a="CERTIFICATE REQUEST");var s={type:a,procType:null,contentDomain:null,dekInfo:null,headers:[],body:Vi.util.decode64(o[3])};if(t.push(s),!!o[2]){for(var u=o[2].split(i),c=0;o&&c<u.length;){for(var f=u[c].replace(/\s+$/,""),l=c+1;l<u.length;++l){var h=u[l];if(!/\s/.test(h[0]))break;f+=h,c=l}if(o=f.match(n),o){for(var d={name:o[1],values:[]},p=o[2].split(","),y=0;y<p.length;++y)d.values.push(wd(p[y]));if(s.procType)if(!s.contentDomain&&d.name==="Content-Domain")s.contentDomain=p[0]||"";else if(!s.dekInfo&&d.name==="DEK-Info"){if(d.values.length===0)throw new Error('Invalid PEM formatted message. The "DEK-Info" header must have at least one subfield.');s.dekInfo={algorithm:p[0],parameters:p[1]||null}}else s.headers.push(d);else{if(d.name!=="Proc-Type")throw new Error('Invalid PEM formatted message. The first encapsulated header must be "Proc-Type".');if(d.values.length!==2)throw new Error('Invalid PEM formatted message. The "Proc-Type" header must have two subfields.');s.procType={version:p[0],type:p[1]}}}++c}if(s.procType==="ENCRYPTED"&&!s.dekInfo)throw new Error('Invalid PEM formatted message. The "DEK-Info" header must be present if "Proc-Type" is "ENCRYPTED".')}}if(t.length===0)throw new Error("Invalid PEM formatted message.");return t};function Mi(e){for(var t=e.name+": ",r=[],n=function(u,c){return" "+c},i=0;i<e.values.length;++i)r.push(e.values[i].replace(/^(\S+\r\n)/,n));t+=r.join(",")+`\r
14
+ `;for(var o=0,a=-1,i=0;i<t.length;++i,++o)if(o>65&&a!==-1){var s=t[a];s===","?(++a,t=t.substr(0,a)+`\r
15
+ `+t.substr(a)):t=t.substr(0,a)+`\r
16
+ `+s+t.substr(a+1),o=i-a-1,a=-1,++i}else(t[i]===" "||t[i]===" "||t[i]===",")&&(a=i);return t}function wd(e){return e.replace(/^\s+/,"")}});var Gu=H((Ax,Hu)=>{var kt=fe();_r();_e();var Vu=Hu.exports=kt.sha256=kt.sha256||{};kt.md.sha256=kt.md.algorithms.sha256=Vu;Vu.create=function(){qu||bd();var e=null,t=kt.util.createBuffer(),r=new Array(64),n={algorithm:"sha256",blockLength:64,digestLength:32,messageLength:0,fullMessageLength:null,messageLengthSize:8};return n.start=function(){n.messageLength=0,n.fullMessageLength=n.messageLength64=[];for(var i=n.messageLengthSize/4,o=0;o<i;++o)n.fullMessageLength.push(0);return t=kt.util.createBuffer(),e={h0:1779033703,h1:3144134277,h2:1013904242,h3:2773480762,h4:1359893119,h5:2600822924,h6:528734635,h7:1541459225},n},n.start(),n.update=function(i,o){o==="utf8"&&(i=kt.util.encodeUtf8(i));var a=i.length;n.messageLength+=a,a=[a/4294967296>>>0,a>>>0];for(var s=n.fullMessageLength.length-1;s>=0;--s)n.fullMessageLength[s]+=a[1],a[1]=a[0]+(n.fullMessageLength[s]/4294967296>>>0),n.fullMessageLength[s]=n.fullMessageLength[s]>>>0,a[0]=a[1]/4294967296>>>0;return t.putBytes(i),Mu(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var i=kt.util.createBuffer();i.putBytes(t.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,a=o&n.blockLength-1;i.putBytes(Ua.substr(0,n.blockLength-a));for(var s,u,c=n.fullMessageLength[0]*8,f=0;f<n.fullMessageLength.length-1;++f)s=n.fullMessageLength[f+1]*8,u=s/4294967296>>>0,c+=u,i.putInt32(c>>>0),c=s>>>0;i.putInt32(c);var l={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3,h4:e.h4,h5:e.h5,h6:e.h6,h7:e.h7};Mu(l,r,i);var h=kt.util.createBuffer();return h.putInt32(l.h0),h.putInt32(l.h1),h.putInt32(l.h2),h.putInt32(l.h3),h.putInt32(l.h4),h.putInt32(l.h5),h.putInt32(l.h6),h.putInt32(l.h7),h},n};var Ua=null,qu=!1,zu=null;function bd(){Ua=String.fromCharCode(128),Ua+=kt.util.fillString(String.fromCharCode(0),64),zu=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],qu=!0}function Mu(e,t,r){for(var n,i,o,a,s,u,c,f,l,h,d,p,y,x,v,B=r.length();B>=64;){for(c=0;c<16;++c)t[c]=r.getInt32();for(;c<64;++c)n=t[c-2],n=(n>>>17|n<<15)^(n>>>19|n<<13)^n>>>10,i=t[c-15],i=(i>>>7|i<<25)^(i>>>18|i<<14)^i>>>3,t[c]=n+t[c-7]+i+t[c-16]|0;for(f=e.h0,l=e.h1,h=e.h2,d=e.h3,p=e.h4,y=e.h5,x=e.h6,v=e.h7,c=0;c<64;++c)a=(p>>>6|p<<26)^(p>>>11|p<<21)^(p>>>25|p<<7),s=x^p&(y^x),o=(f>>>2|f<<30)^(f>>>13|f<<19)^(f>>>22|f<<10),u=f&l|h&(f^l),n=v+a+s+zu[c]+t[c],i=o+u,v=x,x=y,y=p,p=d+n>>>0,d=h,h=l,l=f,f=n+i>>>0;e.h0=e.h0+f|0,e.h1=e.h1+l|0,e.h2=e.h2+h|0,e.h3=e.h3+d|0,e.h4=e.h4+p|0,e.h5=e.h5+y|0,e.h6=e.h6+x|0,e.h7=e.h7+v|0,B-=64}}});var Wu=H((Cx,$u)=>{var Dt=fe();_e();var qi=null;Dt.util.isNodejs&&!Dt.options.usePureJavaScript&&!process.versions["node-webkit"]&&(qi=Jr());var Ed=$u.exports=Dt.prng=Dt.prng||{};Ed.create=function(e){for(var t={plugin:e,key:null,seed:null,time:null,reseeds:0,generated:0,keyBytes:""},r=e.md,n=new Array(32),i=0;i<32;++i)n[i]=r.create();t.pools=n,t.pool=0,t.generate=function(c,f){if(!f)return t.generateSync(c);var l=t.plugin.cipher,h=t.plugin.increment,d=t.plugin.formatKey,p=t.plugin.formatSeed,y=Dt.util.createBuffer();t.key=null,x();function x(v){if(v)return f(v);if(y.length()>=c)return f(null,y.getBytes(c));if(t.generated>1048575&&(t.key=null),t.key===null)return Dt.util.nextTick(function(){o(x)});var B=l(t.key,t.seed);t.generated+=B.length,y.putBytes(B),t.key=d(l(t.key,h(t.seed))),t.seed=p(l(t.key,t.seed)),Dt.util.setImmediate(x)}},t.generateSync=function(c){var f=t.plugin.cipher,l=t.plugin.increment,h=t.plugin.formatKey,d=t.plugin.formatSeed;t.key=null;for(var p=Dt.util.createBuffer();p.length()<c;){t.generated>1048575&&(t.key=null),t.key===null&&a();var y=f(t.key,t.seed);t.generated+=y.length,p.putBytes(y),t.key=h(f(t.key,l(t.seed))),t.seed=d(f(t.key,t.seed))}return p.getBytes(c)};function o(c){if(t.pools[0].messageLength>=32)return s(),c();var f=32-t.pools[0].messageLength<<5;t.seedFile(f,function(l,h){if(l)return c(l);t.collect(h),s(),c()})}function a(){if(t.pools[0].messageLength>=32)return s();var c=32-t.pools[0].messageLength<<5;t.collect(t.seedFileSync(c)),s()}function s(){t.reseeds=t.reseeds===4294967295?0:t.reseeds+1;var c=t.plugin.md.create();c.update(t.keyBytes);for(var f=1,l=0;l<32;++l)t.reseeds%f===0&&(c.update(t.pools[l].digest().getBytes()),t.pools[l].start()),f=f<<1;t.keyBytes=c.digest().getBytes(),c.start(),c.update(t.keyBytes);var h=c.digest().getBytes();t.key=t.plugin.formatKey(t.keyBytes),t.seed=t.plugin.formatSeed(h),t.generated=0}function u(c){var f=null,l=Dt.util.globalScope,h=l.crypto||l.msCrypto;h&&h.getRandomValues&&(f=function(R){return h.getRandomValues(R)});var d=Dt.util.createBuffer();if(f)for(;d.length()<c;){var p=Math.max(1,Math.min(c-d.length(),65536)/4),y=new Uint32Array(Math.floor(p));try{f(y);for(var x=0;x<y.length;++x)d.putInt32(y[x])}catch(R){if(!(typeof QuotaExceededError<"u"&&R instanceof QuotaExceededError))throw R}}if(d.length()<c)for(var v,B,C,F=Math.floor(Math.random()*65536);d.length()<c;){B=16807*(F&65535),v=16807*(F>>16),B+=(v&32767)<<16,B+=v>>15,B=(B&2147483647)+(B>>31),F=B&4294967295;for(var x=0;x<3;++x)C=F>>>(x<<3),C^=Math.floor(Math.random()*256),d.putByte(C&255)}return d.getBytes(c)}return qi?(t.seedFile=function(c,f){qi.randomBytes(c,function(l,h){if(l)return f(l);f(null,h.toString())})},t.seedFileSync=function(c){return qi.randomBytes(c).toString()}):(t.seedFile=function(c,f){try{f(null,u(c))}catch(l){f(l)}},t.seedFileSync=u),t.collect=function(c){for(var f=c.length,l=0;l<f;++l)t.pools[t.pool].update(c.substr(l,1)),t.pool=t.pool===31?0:t.pool+1},t.collectInt=function(c,f){for(var l="",h=0;h<f;h+=8)l+=String.fromCharCode(c>>h&255);t.collect(l)},t.registerWorker=function(c){if(c===self)t.seedFile=function(l,h){function d(p){var y=p.data;y.forge&&y.forge.prng&&(self.removeEventListener("message",d),h(y.forge.prng.err,y.forge.prng.bytes))}self.addEventListener("message",d),self.postMessage({forge:{prng:{needed:l}}})};else{var f=function(l){var h=l.data;h.forge&&h.forge.prng&&t.seedFile(h.forge.prng.needed,function(d,p){c.postMessage({forge:{prng:{err:d,bytes:p}}})})};c.addEventListener("message",f)}},t}});var Kn=H((Tx,Pa)=>{var De=fe();Da();Gu();Wu();_e();(function(){if(De.random&&De.random.getBytes){Pa.exports=De.random;return}(function(e){var t={},r=new Array(4),n=De.util.createBuffer();t.formatKey=function(l){var h=De.util.createBuffer(l);return l=new Array(4),l[0]=h.getInt32(),l[1]=h.getInt32(),l[2]=h.getInt32(),l[3]=h.getInt32(),De.aes._expandKey(l,!1)},t.formatSeed=function(l){var h=De.util.createBuffer(l);return l=new Array(4),l[0]=h.getInt32(),l[1]=h.getInt32(),l[2]=h.getInt32(),l[3]=h.getInt32(),l},t.cipher=function(l,h){return De.aes._updateBlock(l,h,r,!1),n.putInt32(r[0]),n.putInt32(r[1]),n.putInt32(r[2]),n.putInt32(r[3]),n.getBytes()},t.increment=function(l){return++l[3],l},t.md=De.md.sha256;function i(){var l=De.prng.create(t);return l.getBytes=function(h,d){return l.generate(h,d)},l.getBytesSync=function(h){return l.generate(h)},l}var o=i(),a=null,s=De.util.globalScope,u=s.crypto||s.msCrypto;if(u&&u.getRandomValues&&(a=function(l){return u.getRandomValues(l)}),De.options.usePureJavaScript||!De.util.isNodejs&&!a){if(typeof window>"u"||window.document,o.collectInt(+new Date,32),typeof navigator<"u"){var c="";for(var f in navigator)try{typeof navigator[f]=="string"&&(c+=navigator[f])}catch{}o.collect(c),c=null}e&&(e().mousemove(function(l){o.collectInt(l.clientX,16),o.collectInt(l.clientY,16)}),e().keypress(function(l){o.collectInt(l.charCode,8)}))}if(!De.random)De.random=o;else for(var f in o)De.random[f]=o[f];De.random.createInstance=i,Pa.exports=De.random})(typeof jQuery<"u"?jQuery:null)})()});var Xu=H((_x,Zu)=>{var Ge=fe();_e();var La=[217,120,249,196,25,221,181,237,40,233,253,121,74,160,216,157,198,126,55,131,43,118,83,142,98,76,100,136,68,139,251,162,23,154,89,245,135,179,79,19,97,69,109,141,9,129,125,50,189,143,64,235,134,183,123,11,240,149,33,34,92,107,78,130,84,214,101,147,206,96,178,28,115,86,192,20,167,140,241,220,18,117,202,31,59,190,228,209,66,61,212,48,163,60,182,38,111,191,14,218,70,105,7,87,39,242,29,155,188,148,67,3,248,17,199,246,144,239,62,231,6,195,213,47,200,102,30,215,8,232,234,222,128,82,238,247,132,170,114,172,53,77,106,42,150,26,210,113,90,21,73,116,75,159,208,94,4,24,164,236,194,224,65,110,15,81,203,204,36,145,175,80,161,244,112,57,153,124,58,133,35,184,180,122,252,2,54,91,37,85,151,49,45,93,250,152,227,138,146,174,5,223,41,16,103,108,186,201,211,0,230,207,225,158,168,44,99,22,1,63,88,226,137,169,13,56,52,27,171,51,255,176,187,72,12,95,185,177,205,46,197,243,219,71,229,165,156,119,10,166,32,104,254,127,193,173],Qu=[1,2,3,5],Sd=function(e,t){return e<<t&65535|(e&65535)>>16-t},Bd=function(e,t){return(e&65535)>>t|e<<16-t&65535};Zu.exports=Ge.rc2=Ge.rc2||{};Ge.rc2.expandKey=function(e,t){typeof e=="string"&&(e=Ge.util.createBuffer(e)),t=t||128;var r=e,n=e.length(),i=t,o=Math.ceil(i/8),a=255>>(i&7),s;for(s=n;s<128;s++)r.putByte(La[r.at(s-1)+r.at(s-n)&255]);for(r.setAt(128-o,La[r.at(128-o)&a]),s=127-o;s>=0;s--)r.setAt(s,La[r.at(s+1)^r.at(s+o)]);return r};var Yu=function(e,t,r){var n=!1,i=null,o=null,a=null,s,u,c,f,l=[];for(e=Ge.rc2.expandKey(e,t),c=0;c<64;c++)l.push(e.getInt16Le());r?(s=function(p){for(c=0;c<4;c++)p[c]+=l[f]+(p[(c+3)%4]&p[(c+2)%4])+(~p[(c+3)%4]&p[(c+1)%4]),p[c]=Sd(p[c],Qu[c]),f++},u=function(p){for(c=0;c<4;c++)p[c]+=l[p[(c+3)%4]&63]}):(s=function(p){for(c=3;c>=0;c--)p[c]=Bd(p[c],Qu[c]),p[c]-=l[f]+(p[(c+3)%4]&p[(c+2)%4])+(~p[(c+3)%4]&p[(c+1)%4]),f--},u=function(p){for(c=3;c>=0;c--)p[c]-=l[p[(c+3)%4]&63]});var h=function(p){var y=[];for(c=0;c<4;c++){var x=i.getInt16Le();a!==null&&(r?x^=a.getInt16Le():a.putInt16Le(x)),y.push(x&65535)}f=r?0:63;for(var v=0;v<p.length;v++)for(var B=0;B<p[v][0];B++)p[v][1](y);for(c=0;c<4;c++)a!==null&&(r?a.putInt16Le(y[c]):y[c]^=a.getInt16Le()),o.putInt16Le(y[c])},d=null;return d={start:function(p,y){p&&typeof p=="string"&&(p=Ge.util.createBuffer(p)),n=!1,i=Ge.util.createBuffer(),o=y||new Ge.util.createBuffer,a=p,d.output=o},update:function(p){for(n||i.putBuffer(p);i.length()>=8;)h([[5,s],[1,u],[6,s],[1,u],[5,s]])},finish:function(p){var y=!0;if(r)if(p)y=p(8,i,!r);else{var x=i.length()===8?8:8-i.length();i.fillWithByte(x,x)}if(y&&(n=!0,d.update()),!r&&(y=i.length()===0,y))if(p)y=p(8,o,!r);else{var v=o.length(),B=o.at(v-1);B>v?y=!1:o.truncate(B)}return y}},d};Ge.rc2.startEncrypting=function(e,t,r){var n=Ge.rc2.createEncryptionCipher(e,128);return n.start(t,r),n};Ge.rc2.createEncryptionCipher=function(e,t){return Yu(e,t,!0)};Ge.rc2.startDecrypting=function(e,t,r){var n=Ge.rc2.createDecryptionCipher(e,128);return n.start(t,r),n};Ge.rc2.createDecryptionCipher=function(e,t){return Yu(e,t,!1)}});var Gi=H((Ix,oc)=>{var Fa=fe();oc.exports=Fa.jsbn=Fa.jsbn||{};var $t,Ad=0xdeadbeefcafe,Ju=(Ad&16777215)==15715070;function E(e,t,r){this.data=[],e!=null&&(typeof e=="number"?this.fromNumber(e,t,r):t==null&&typeof e!="string"?this.fromString(e,256):this.fromString(e,t))}Fa.jsbn.BigInteger=E;function ie(){return new E(null)}function Cd(e,t,r,n,i,o){for(;--o>=0;){var a=t*this.data[e++]+r.data[n]+i;i=Math.floor(a/67108864),r.data[n++]=a&67108863}return i}function Td(e,t,r,n,i,o){for(var a=t&32767,s=t>>15;--o>=0;){var u=this.data[e]&32767,c=this.data[e++]>>15,f=s*u+c*a;u=a*u+((f&32767)<<15)+r.data[n]+(i&1073741823),i=(u>>>30)+(f>>>15)+s*c+(i>>>30),r.data[n++]=u&1073741823}return i}function ju(e,t,r,n,i,o){for(var a=t&16383,s=t>>14;--o>=0;){var u=this.data[e]&16383,c=this.data[e++]>>14,f=s*u+c*a;u=a*u+((f&16383)<<14)+r.data[n]+i,i=(u>>28)+(f>>14)+s*c,r.data[n++]=u&268435455}return i}typeof navigator>"u"?(E.prototype.am=ju,$t=28):Ju&&navigator.appName=="Microsoft Internet Explorer"?(E.prototype.am=Td,$t=30):Ju&&navigator.appName!="Netscape"?(E.prototype.am=Cd,$t=26):(E.prototype.am=ju,$t=28);E.prototype.DB=$t;E.prototype.DM=(1<<$t)-1;E.prototype.DV=1<<$t;var Ka=52;E.prototype.FV=Math.pow(2,Ka);E.prototype.F1=Ka-$t;E.prototype.F2=2*$t-Ka;var _d="0123456789abcdefghijklmnopqrstuvwxyz",zi=new Array,jr,st;jr="0".charCodeAt(0);for(st=0;st<=9;++st)zi[jr++]=st;jr="a".charCodeAt(0);for(st=10;st<36;++st)zi[jr++]=st;jr="A".charCodeAt(0);for(st=10;st<36;++st)zi[jr++]=st;function ec(e){return _d.charAt(e)}function tc(e,t){var r=zi[e.charCodeAt(t)];return r??-1}function Id(e){for(var t=this.t-1;t>=0;--t)e.data[t]=this.data[t];e.t=this.t,e.s=this.s}function Rd(e){this.t=1,this.s=e<0?-1:0,e>0?this.data[0]=e:e<-1?this.data[0]=e+this.DV:this.t=0}function ar(e){var t=ie();return t.fromInt(e),t}function Nd(e,t){var r;if(t==16)r=4;else if(t==8)r=3;else if(t==256)r=8;else if(t==2)r=1;else if(t==32)r=5;else if(t==4)r=2;else{this.fromRadix(e,t);return}this.t=0,this.s=0;for(var n=e.length,i=!1,o=0;--n>=0;){var a=r==8?e[n]&255:tc(e,n);if(a<0){e.charAt(n)=="-"&&(i=!0);continue}i=!1,o==0?this.data[this.t++]=a:o+r>this.DB?(this.data[this.t-1]|=(a&(1<<this.DB-o)-1)<<o,this.data[this.t++]=a>>this.DB-o):this.data[this.t-1]|=a<<o,o+=r,o>=this.DB&&(o-=this.DB)}r==8&&e[0]&128&&(this.s=-1,o>0&&(this.data[this.t-1]|=(1<<this.DB-o)-1<<o)),this.clamp(),i&&E.ZERO.subTo(this,this)}function kd(){for(var e=this.s&this.DM;this.t>0&&this.data[this.t-1]==e;)--this.t}function Dd(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(e==16)t=4;else if(e==8)t=3;else if(e==2)t=1;else if(e==32)t=5;else if(e==4)t=2;else return this.toRadix(e);var r=(1<<t)-1,n,i=!1,o="",a=this.t,s=this.DB-a*this.DB%t;if(a-- >0)for(s<this.DB&&(n=this.data[a]>>s)>0&&(i=!0,o=ec(n));a>=0;)s<t?(n=(this.data[a]&(1<<s)-1)<<t-s,n|=this.data[--a]>>(s+=this.DB-t)):(n=this.data[a]>>(s-=t)&r,s<=0&&(s+=this.DB,--a)),n>0&&(i=!0),i&&(o+=ec(n));return i?o:"0"}function Ud(){var e=ie();return E.ZERO.subTo(this,e),e}function Pd(){return this.s<0?this.negate():this}function Ld(e){var t=this.s-e.s;if(t!=0)return t;var r=this.t;if(t=r-e.t,t!=0)return this.s<0?-t:t;for(;--r>=0;)if((t=this.data[r]-e.data[r])!=0)return t;return 0}function Hi(e){var t=1,r;return(r=e>>>16)!=0&&(e=r,t+=16),(r=e>>8)!=0&&(e=r,t+=8),(r=e>>4)!=0&&(e=r,t+=4),(r=e>>2)!=0&&(e=r,t+=2),(r=e>>1)!=0&&(e=r,t+=1),t}function Fd(){return this.t<=0?0:this.DB*(this.t-1)+Hi(this.data[this.t-1]^this.s&this.DM)}function Kd(e,t){var r;for(r=this.t-1;r>=0;--r)t.data[r+e]=this.data[r];for(r=e-1;r>=0;--r)t.data[r]=0;t.t=this.t+e,t.s=this.s}function Od(e,t){for(var r=e;r<this.t;++r)t.data[r-e]=this.data[r];t.t=Math.max(this.t-e,0),t.s=this.s}function Md(e,t){var r=e%this.DB,n=this.DB-r,i=(1<<n)-1,o=Math.floor(e/this.DB),a=this.s<<r&this.DM,s;for(s=this.t-1;s>=0;--s)t.data[s+o+1]=this.data[s]>>n|a,a=(this.data[s]&i)<<r;for(s=o-1;s>=0;--s)t.data[s]=0;t.data[o]=a,t.t=this.t+o+1,t.s=this.s,t.clamp()}function Vd(e,t){t.s=this.s;var r=Math.floor(e/this.DB);if(r>=this.t){t.t=0;return}var n=e%this.DB,i=this.DB-n,o=(1<<n)-1;t.data[0]=this.data[r]>>n;for(var a=r+1;a<this.t;++a)t.data[a-r-1]|=(this.data[a]&o)<<i,t.data[a-r]=this.data[a]>>n;n>0&&(t.data[this.t-r-1]|=(this.s&o)<<i),t.t=this.t-r,t.clamp()}function qd(e,t){for(var r=0,n=0,i=Math.min(e.t,this.t);r<i;)n+=this.data[r]-e.data[r],t.data[r++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n-=e.s;r<this.t;)n+=this.data[r],t.data[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<e.t;)n-=e.data[r],t.data[r++]=n&this.DM,n>>=this.DB;n-=e.s}t.s=n<0?-1:0,n<-1?t.data[r++]=this.DV+n:n>0&&(t.data[r++]=n),t.t=r,t.clamp()}function zd(e,t){var r=this.abs(),n=e.abs(),i=r.t;for(t.t=i+n.t;--i>=0;)t.data[i]=0;for(i=0;i<n.t;++i)t.data[i+r.t]=r.am(0,n.data[i],t,i,0,r.t);t.s=0,t.clamp(),this.s!=e.s&&E.ZERO.subTo(t,t)}function Hd(e){for(var t=this.abs(),r=e.t=2*t.t;--r>=0;)e.data[r]=0;for(r=0;r<t.t-1;++r){var n=t.am(r,t.data[r],e,2*r,0,1);(e.data[r+t.t]+=t.am(r+1,2*t.data[r],e,2*r+1,n,t.t-r-1))>=t.DV&&(e.data[r+t.t]-=t.DV,e.data[r+t.t+1]=1)}e.t>0&&(e.data[e.t-1]+=t.am(r,t.data[r],e,2*r,0,1)),e.s=0,e.clamp()}function Gd(e,t,r){var n=e.abs();if(!(n.t<=0)){var i=this.abs();if(i.t<n.t){t?.fromInt(0),r!=null&&this.copyTo(r);return}r==null&&(r=ie());var o=ie(),a=this.s,s=e.s,u=this.DB-Hi(n.data[n.t-1]);u>0?(n.lShiftTo(u,o),i.lShiftTo(u,r)):(n.copyTo(o),i.copyTo(r));var c=o.t,f=o.data[c-1];if(f!=0){var l=f*(1<<this.F1)+(c>1?o.data[c-2]>>this.F2:0),h=this.FV/l,d=(1<<this.F1)/l,p=1<<this.F2,y=r.t,x=y-c,v=t??ie();for(o.dlShiftTo(x,v),r.compareTo(v)>=0&&(r.data[r.t++]=1,r.subTo(v,r)),E.ONE.dlShiftTo(c,v),v.subTo(o,o);o.t<c;)o.data[o.t++]=0;for(;--x>=0;){var B=r.data[--y]==f?this.DM:Math.floor(r.data[y]*h+(r.data[y-1]+p)*d);if((r.data[y]+=o.am(0,B,r,x,0,c))<B)for(o.dlShiftTo(x,v),r.subTo(v,r);r.data[y]<--B;)r.subTo(v,r)}t!=null&&(r.drShiftTo(c,t),a!=s&&E.ZERO.subTo(t,t)),r.t=c,r.clamp(),u>0&&r.rShiftTo(u,r),a<0&&E.ZERO.subTo(r,r)}}}function $d(e){var t=ie();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(E.ZERO)>0&&e.subTo(t,t),t}function Ir(e){this.m=e}function Wd(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function Qd(e){return e}function Yd(e){e.divRemTo(this.m,null,e)}function Zd(e,t,r){e.multiplyTo(t,r),this.reduce(r)}function Xd(e,t){e.squareTo(t),this.reduce(t)}Ir.prototype.convert=Wd;Ir.prototype.revert=Qd;Ir.prototype.reduce=Yd;Ir.prototype.mulTo=Zd;Ir.prototype.sqrTo=Xd;function Jd(){if(this.t<1)return 0;var e=this.data[0];if(!(e&1))return 0;var t=e&3;return t=t*(2-(e&15)*t)&15,t=t*(2-(e&255)*t)&255,t=t*(2-((e&65535)*t&65535))&65535,t=t*(2-e*t%this.DV)%this.DV,t>0?this.DV-t:-t}function Rr(e){this.m=e,this.mp=e.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<<e.DB-15)-1,this.mt2=2*e.t}function jd(e){var t=ie();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(E.ZERO)>0&&this.m.subTo(t,t),t}function ey(e){var t=ie();return e.copyTo(t),this.reduce(t),t}function ty(e){for(;e.t<=this.mt2;)e.data[e.t++]=0;for(var t=0;t<this.m.t;++t){var r=e.data[t]&32767,n=r*this.mpl+((r*this.mph+(e.data[t]>>15)*this.mpl&this.um)<<15)&e.DM;for(r=t+this.m.t,e.data[r]+=this.m.am(0,n,e,t,0,this.m.t);e.data[r]>=e.DV;)e.data[r]-=e.DV,e.data[++r]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)}function ry(e,t){e.squareTo(t),this.reduce(t)}function ny(e,t,r){e.multiplyTo(t,r),this.reduce(r)}Rr.prototype.convert=jd;Rr.prototype.revert=ey;Rr.prototype.reduce=ty;Rr.prototype.mulTo=ny;Rr.prototype.sqrTo=ry;function iy(){return(this.t>0?this.data[0]&1:this.s)==0}function oy(e,t){if(e>4294967295||e<1)return E.ONE;var r=ie(),n=ie(),i=t.convert(this),o=Hi(e)-1;for(i.copyTo(r);--o>=0;)if(t.sqrTo(r,n),(e&1<<o)>0)t.mulTo(n,i,r);else{var a=r;r=n,n=a}return t.revert(r)}function ay(e,t){var r;return e<256||t.isEven()?r=new Ir(t):r=new Rr(t),this.exp(e,r)}E.prototype.copyTo=Id;E.prototype.fromInt=Rd;E.prototype.fromString=Nd;E.prototype.clamp=kd;E.prototype.dlShiftTo=Kd;E.prototype.drShiftTo=Od;E.prototype.lShiftTo=Md;E.prototype.rShiftTo=Vd;E.prototype.subTo=qd;E.prototype.multiplyTo=zd;E.prototype.squareTo=Hd;E.prototype.divRemTo=Gd;E.prototype.invDigit=Jd;E.prototype.isEven=iy;E.prototype.exp=oy;E.prototype.toString=Dd;E.prototype.negate=Ud;E.prototype.abs=Pd;E.prototype.compareTo=Ld;E.prototype.bitLength=Fd;E.prototype.mod=$d;E.prototype.modPowInt=ay;E.ZERO=ar(0);E.ONE=ar(1);function sy(){var e=ie();return this.copyTo(e),e}function uy(){if(this.s<0){if(this.t==1)return this.data[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this.data[0];if(this.t==0)return 0}return(this.data[1]&(1<<32-this.DB)-1)<<this.DB|this.data[0]}function cy(){return this.t==0?this.s:this.data[0]<<24>>24}function fy(){return this.t==0?this.s:this.data[0]<<16>>16}function ly(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function hy(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function py(e){if(e==null&&(e=10),this.signum()==0||e<2||e>36)return"0";var t=this.chunkSize(e),r=Math.pow(e,t),n=ar(r),i=ie(),o=ie(),a="";for(this.divRemTo(n,i,o);i.signum()>0;)a=(r+o.intValue()).toString(e).substr(1)+a,i.divRemTo(n,i,o);return o.intValue().toString(e)+a}function dy(e,t){this.fromInt(0),t==null&&(t=10);for(var r=this.chunkSize(t),n=Math.pow(t,r),i=!1,o=0,a=0,s=0;s<e.length;++s){var u=tc(e,s);if(u<0){e.charAt(s)=="-"&&this.signum()==0&&(i=!0);continue}a=t*a+u,++o>=r&&(this.dMultiply(n),this.dAddOffset(a,0),o=0,a=0)}o>0&&(this.dMultiply(Math.pow(t,o)),this.dAddOffset(a,0)),i&&E.ZERO.subTo(this,this)}function yy(e,t,r){if(typeof t=="number")if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(E.ONE.shiftLeft(e-1),Oa,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(E.ONE.shiftLeft(e-1),this);else{var n=new Array,i=e&7;n.length=(e>>3)+1,t.nextBytes(n),i>0?n[0]&=(1<<i)-1:n[0]=0,this.fromString(n,256)}}function gy(){var e=this.t,t=new Array;t[0]=this.s;var r=this.DB-e*this.DB%8,n,i=0;if(e-- >0)for(r<this.DB&&(n=this.data[e]>>r)!=(this.s&this.DM)>>r&&(t[i++]=n|this.s<<this.DB-r);e>=0;)r<8?(n=(this.data[e]&(1<<r)-1)<<8-r,n|=this.data[--e]>>(r+=this.DB-8)):(n=this.data[e]>>(r-=8)&255,r<=0&&(r+=this.DB,--e)),n&128&&(n|=-256),i==0&&(this.s&128)!=(n&128)&&++i,(i>0||n!=this.s)&&(t[i++]=n);return t}function my(e){return this.compareTo(e)==0}function xy(e){return this.compareTo(e)<0?this:e}function vy(e){return this.compareTo(e)>0?this:e}function wy(e,t,r){var n,i,o=Math.min(e.t,this.t);for(n=0;n<o;++n)r.data[n]=t(this.data[n],e.data[n]);if(e.t<this.t){for(i=e.s&this.DM,n=o;n<this.t;++n)r.data[n]=t(this.data[n],i);r.t=this.t}else{for(i=this.s&this.DM,n=o;n<e.t;++n)r.data[n]=t(i,e.data[n]);r.t=e.t}r.s=t(this.s,e.s),r.clamp()}function by(e,t){return e&t}function Ey(e){var t=ie();return this.bitwiseTo(e,by,t),t}function Oa(e,t){return e|t}function Sy(e){var t=ie();return this.bitwiseTo(e,Oa,t),t}function rc(e,t){return e^t}function By(e){var t=ie();return this.bitwiseTo(e,rc,t),t}function nc(e,t){return e&~t}function Ay(e){var t=ie();return this.bitwiseTo(e,nc,t),t}function Cy(){for(var e=ie(),t=0;t<this.t;++t)e.data[t]=this.DM&~this.data[t];return e.t=this.t,e.s=~this.s,e}function Ty(e){var t=ie();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t}function _y(e){var t=ie();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t}function Iy(e){if(e==0)return-1;var t=0;return e&65535||(e>>=16,t+=16),e&255||(e>>=8,t+=8),e&15||(e>>=4,t+=4),e&3||(e>>=2,t+=2),e&1||++t,t}function Ry(){for(var e=0;e<this.t;++e)if(this.data[e]!=0)return e*this.DB+Iy(this.data[e]);return this.s<0?this.t*this.DB:-1}function Ny(e){for(var t=0;e!=0;)e&=e-1,++t;return t}function ky(){for(var e=0,t=this.s&this.DM,r=0;r<this.t;++r)e+=Ny(this.data[r]^t);return e}function Dy(e){var t=Math.floor(e/this.DB);return t>=this.t?this.s!=0:(this.data[t]&1<<e%this.DB)!=0}function Uy(e,t){var r=E.ONE.shiftLeft(e);return this.bitwiseTo(r,t,r),r}function Py(e){return this.changeBit(e,Oa)}function Ly(e){return this.changeBit(e,nc)}function Fy(e){return this.changeBit(e,rc)}function Ky(e,t){for(var r=0,n=0,i=Math.min(e.t,this.t);r<i;)n+=this.data[r]+e.data[r],t.data[r++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n+=e.s;r<this.t;)n+=this.data[r],t.data[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<e.t;)n+=e.data[r],t.data[r++]=n&this.DM,n>>=this.DB;n+=e.s}t.s=n<0?-1:0,n>0?t.data[r++]=n:n<-1&&(t.data[r++]=this.DV+n),t.t=r,t.clamp()}function Oy(e){var t=ie();return this.addTo(e,t),t}function My(e){var t=ie();return this.subTo(e,t),t}function Vy(e){var t=ie();return this.multiplyTo(e,t),t}function qy(e){var t=ie();return this.divRemTo(e,t,null),t}function zy(e){var t=ie();return this.divRemTo(e,null,t),t}function Hy(e){var t=ie(),r=ie();return this.divRemTo(e,t,r),new Array(t,r)}function Gy(e){this.data[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function $y(e,t){if(e!=0){for(;this.t<=t;)this.data[this.t++]=0;for(this.data[t]+=e;this.data[t]>=this.DV;)this.data[t]-=this.DV,++t>=this.t&&(this.data[this.t++]=0),++this.data[t]}}function On(){}function ic(e){return e}function Wy(e,t,r){e.multiplyTo(t,r)}function Qy(e,t){e.squareTo(t)}On.prototype.convert=ic;On.prototype.revert=ic;On.prototype.mulTo=Wy;On.prototype.sqrTo=Qy;function Yy(e){return this.exp(e,new On)}function Zy(e,t,r){var n=Math.min(this.t+e.t,t);for(r.s=0,r.t=n;n>0;)r.data[--n]=0;var i;for(i=r.t-this.t;n<i;++n)r.data[n+this.t]=this.am(0,e.data[n],r,n,0,this.t);for(i=Math.min(e.t,t);n<i;++n)this.am(0,e.data[n],r,n,0,t-n);r.clamp()}function Xy(e,t,r){--t;var n=r.t=this.t+e.t-t;for(r.s=0;--n>=0;)r.data[n]=0;for(n=Math.max(t-this.t,0);n<e.t;++n)r.data[this.t+n-t]=this.am(t-n,e.data[n],r,0,0,this.t+n-t);r.clamp(),r.drShiftTo(1,r)}function en(e){this.r2=ie(),this.q3=ie(),E.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}function Jy(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=ie();return e.copyTo(t),this.reduce(t),t}function jy(e){return e}function e1(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)}function t1(e,t){e.squareTo(t),this.reduce(t)}function r1(e,t,r){e.multiplyTo(t,r),this.reduce(r)}en.prototype.convert=Jy;en.prototype.revert=jy;en.prototype.reduce=e1;en.prototype.mulTo=r1;en.prototype.sqrTo=t1;function n1(e,t){var r=e.bitLength(),n,i=ar(1),o;if(r<=0)return i;r<18?n=1:r<48?n=3:r<144?n=4:r<768?n=5:n=6,r<8?o=new Ir(t):t.isEven()?o=new en(t):o=new Rr(t);var a=new Array,s=3,u=n-1,c=(1<<n)-1;if(a[1]=o.convert(this),n>1){var f=ie();for(o.sqrTo(a[1],f);s<=c;)a[s]=ie(),o.mulTo(f,a[s-2],a[s]),s+=2}var l=e.t-1,h,d=!0,p=ie(),y;for(r=Hi(e.data[l])-1;l>=0;){for(r>=u?h=e.data[l]>>r-u&c:(h=(e.data[l]&(1<<r+1)-1)<<u-r,l>0&&(h|=e.data[l-1]>>this.DB+r-u)),s=n;!(h&1);)h>>=1,--s;if((r-=s)<0&&(r+=this.DB,--l),d)a[h].copyTo(i),d=!1;else{for(;s>1;)o.sqrTo(i,p),o.sqrTo(p,i),s-=2;s>0?o.sqrTo(i,p):(y=i,i=p,p=y),o.mulTo(p,a[h],i)}for(;l>=0&&!(e.data[l]&1<<r);)o.sqrTo(i,p),y=i,i=p,p=y,--r<0&&(r=this.DB-1,--l)}return o.revert(i)}function i1(e){var t=this.s<0?this.negate():this.clone(),r=e.s<0?e.negate():e.clone();if(t.compareTo(r)<0){var n=t;t=r,r=n}var i=t.getLowestSetBit(),o=r.getLowestSetBit();if(o<0)return t;for(i<o&&(o=i),o>0&&(t.rShiftTo(o,t),r.rShiftTo(o,r));t.signum()>0;)(i=t.getLowestSetBit())>0&&t.rShiftTo(i,t),(i=r.getLowestSetBit())>0&&r.rShiftTo(i,r),t.compareTo(r)>=0?(t.subTo(r,t),t.rShiftTo(1,t)):(r.subTo(t,r),r.rShiftTo(1,r));return o>0&&r.lShiftTo(o,r),r}function o1(e){if(e<=0)return 0;var t=this.DV%e,r=this.s<0?e-1:0;if(this.t>0)if(t==0)r=this.data[0]%e;else for(var n=this.t-1;n>=0;--n)r=(t*r+this.data[n])%e;return r}function a1(e){var t=e.isEven();if(this.isEven()&&t||e.signum()==0)return E.ZERO;for(var r=e.clone(),n=this.clone(),i=ar(1),o=ar(0),a=ar(0),s=ar(1);r.signum()!=0;){for(;r.isEven();)r.rShiftTo(1,r),t?((!i.isEven()||!o.isEven())&&(i.addTo(this,i),o.subTo(e,o)),i.rShiftTo(1,i)):o.isEven()||o.subTo(e,o),o.rShiftTo(1,o);for(;n.isEven();)n.rShiftTo(1,n),t?((!a.isEven()||!s.isEven())&&(a.addTo(this,a),s.subTo(e,s)),a.rShiftTo(1,a)):s.isEven()||s.subTo(e,s),s.rShiftTo(1,s);r.compareTo(n)>=0?(r.subTo(n,r),t&&i.subTo(a,i),o.subTo(s,o)):(n.subTo(r,n),t&&a.subTo(i,a),s.subTo(o,s))}if(n.compareTo(E.ONE)!=0)return E.ZERO;if(s.compareTo(e)>=0)return s.subtract(e);if(s.signum()<0)s.addTo(e,s);else return s;return s.signum()<0?s.add(e):s}var gt=[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],s1=(1<<26)/gt[gt.length-1];function u1(e){var t,r=this.abs();if(r.t==1&&r.data[0]<=gt[gt.length-1]){for(t=0;t<gt.length;++t)if(r.data[0]==gt[t])return!0;return!1}if(r.isEven())return!1;for(t=1;t<gt.length;){for(var n=gt[t],i=t+1;i<gt.length&&n<s1;)n*=gt[i++];for(n=r.modInt(n);t<i;)if(n%gt[t++]==0)return!1}return r.millerRabin(e)}function c1(e){var t=this.subtract(E.ONE),r=t.getLowestSetBit();if(r<=0)return!1;for(var n=t.shiftRight(r),i=f1(),o,a=0;a<e;++a){do o=new E(this.bitLength(),i);while(o.compareTo(E.ONE)<=0||o.compareTo(t)>=0);var s=o.modPow(n,this);if(s.compareTo(E.ONE)!=0&&s.compareTo(t)!=0){for(var u=1;u++<r&&s.compareTo(t)!=0;)if(s=s.modPowInt(2,this),s.compareTo(E.ONE)==0)return!1;if(s.compareTo(t)!=0)return!1}}return!0}function f1(){return{nextBytes:function(e){for(var t=0;t<e.length;++t)e[t]=Math.floor(Math.random()*256)}}}E.prototype.chunkSize=ly;E.prototype.toRadix=py;E.prototype.fromRadix=dy;E.prototype.fromNumber=yy;E.prototype.bitwiseTo=wy;E.prototype.changeBit=Uy;E.prototype.addTo=Ky;E.prototype.dMultiply=Gy;E.prototype.dAddOffset=$y;E.prototype.multiplyLowerTo=Zy;E.prototype.multiplyUpperTo=Xy;E.prototype.modInt=o1;E.prototype.millerRabin=c1;E.prototype.clone=sy;E.prototype.intValue=uy;E.prototype.byteValue=cy;E.prototype.shortValue=fy;E.prototype.signum=hy;E.prototype.toByteArray=gy;E.prototype.equals=my;E.prototype.min=xy;E.prototype.max=vy;E.prototype.and=Ey;E.prototype.or=Sy;E.prototype.xor=By;E.prototype.andNot=Ay;E.prototype.not=Cy;E.prototype.shiftLeft=Ty;E.prototype.shiftRight=_y;E.prototype.getLowestSetBit=Ry;E.prototype.bitCount=ky;E.prototype.testBit=Dy;E.prototype.setBit=Py;E.prototype.clearBit=Ly;E.prototype.flipBit=Fy;E.prototype.add=Oy;E.prototype.subtract=My;E.prototype.multiply=Vy;E.prototype.divide=qy;E.prototype.remainder=zy;E.prototype.divideAndRemainder=Hy;E.prototype.modPow=n1;E.prototype.modInverse=a1;E.prototype.pow=Yy;E.prototype.gcd=i1;E.prototype.isProbablePrime=u1});var fc=H((Rx,cc)=>{var Ut=fe();_r();_e();var sc=cc.exports=Ut.sha1=Ut.sha1||{};Ut.md.sha1=Ut.md.algorithms.sha1=sc;sc.create=function(){uc||l1();var e=null,t=Ut.util.createBuffer(),r=new Array(80),n={algorithm:"sha1",blockLength:64,digestLength:20,messageLength:0,fullMessageLength:null,messageLengthSize:8};return n.start=function(){n.messageLength=0,n.fullMessageLength=n.messageLength64=[];for(var i=n.messageLengthSize/4,o=0;o<i;++o)n.fullMessageLength.push(0);return t=Ut.util.createBuffer(),e={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520},n},n.start(),n.update=function(i,o){o==="utf8"&&(i=Ut.util.encodeUtf8(i));var a=i.length;n.messageLength+=a,a=[a/4294967296>>>0,a>>>0];for(var s=n.fullMessageLength.length-1;s>=0;--s)n.fullMessageLength[s]+=a[1],a[1]=a[0]+(n.fullMessageLength[s]/4294967296>>>0),n.fullMessageLength[s]=n.fullMessageLength[s]>>>0,a[0]=a[1]/4294967296>>>0;return t.putBytes(i),ac(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var i=Ut.util.createBuffer();i.putBytes(t.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,a=o&n.blockLength-1;i.putBytes(Ma.substr(0,n.blockLength-a));for(var s,u,c=n.fullMessageLength[0]*8,f=0;f<n.fullMessageLength.length-1;++f)s=n.fullMessageLength[f+1]*8,u=s/4294967296>>>0,c+=u,i.putInt32(c>>>0),c=s>>>0;i.putInt32(c);var l={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3,h4:e.h4};ac(l,r,i);var h=Ut.util.createBuffer();return h.putInt32(l.h0),h.putInt32(l.h1),h.putInt32(l.h2),h.putInt32(l.h3),h.putInt32(l.h4),h},n};var Ma=null,uc=!1;function l1(){Ma=String.fromCharCode(128),Ma+=Ut.util.fillString(String.fromCharCode(0),64),uc=!0}function ac(e,t,r){for(var n,i,o,a,s,u,c,f,l=r.length();l>=64;){for(i=e.h0,o=e.h1,a=e.h2,s=e.h3,u=e.h4,f=0;f<16;++f)n=r.getInt32(),t[f]=n,c=s^o&(a^s),n=(i<<5|i>>>27)+c+u+1518500249+n,u=s,s=a,a=(o<<30|o>>>2)>>>0,o=i,i=n;for(;f<20;++f)n=t[f-3]^t[f-8]^t[f-14]^t[f-16],n=n<<1|n>>>31,t[f]=n,c=s^o&(a^s),n=(i<<5|i>>>27)+c+u+1518500249+n,u=s,s=a,a=(o<<30|o>>>2)>>>0,o=i,i=n;for(;f<32;++f)n=t[f-3]^t[f-8]^t[f-14]^t[f-16],n=n<<1|n>>>31,t[f]=n,c=o^a^s,n=(i<<5|i>>>27)+c+u+1859775393+n,u=s,s=a,a=(o<<30|o>>>2)>>>0,o=i,i=n;for(;f<40;++f)n=t[f-6]^t[f-16]^t[f-28]^t[f-32],n=n<<2|n>>>30,t[f]=n,c=o^a^s,n=(i<<5|i>>>27)+c+u+1859775393+n,u=s,s=a,a=(o<<30|o>>>2)>>>0,o=i,i=n;for(;f<60;++f)n=t[f-6]^t[f-16]^t[f-28]^t[f-32],n=n<<2|n>>>30,t[f]=n,c=o&a|s&(o^a),n=(i<<5|i>>>27)+c+u+2400959708+n,u=s,s=a,a=(o<<30|o>>>2)>>>0,o=i,i=n;for(;f<80;++f)n=t[f-6]^t[f-16]^t[f-28]^t[f-32],n=n<<2|n>>>30,t[f]=n,c=o^a^s,n=(i<<5|i>>>27)+c+u+3395469782+n,u=s,s=a,a=(o<<30|o>>>2)>>>0,o=i,i=n;e.h0=e.h0+i|0,e.h1=e.h1+o|0,e.h2=e.h2+a|0,e.h3=e.h3+s|0,e.h4=e.h4+u|0,l-=64}}});var pc=H((Nx,hc)=>{var Pt=fe();_e();Kn();fc();var lc=hc.exports=Pt.pkcs1=Pt.pkcs1||{};lc.encode_rsa_oaep=function(e,t,r){var n,i,o,a;typeof r=="string"?(n=r,i=arguments[3]||void 0,o=arguments[4]||void 0):r&&(n=r.label||void 0,i=r.seed||void 0,o=r.md||void 0,r.mgf1&&r.mgf1.md&&(a=r.mgf1.md)),o?o.start():o=Pt.md.sha1.create(),a||(a=o);var s=Math.ceil(e.n.bitLength()/8),u=s-2*o.digestLength-2;if(t.length>u){var c=new Error("RSAES-OAEP input message length is too long.");throw c.length=t.length,c.maxLength=u,c}n||(n=""),o.update(n,"raw");for(var f=o.digest(),l="",h=u-t.length,d=0;d<h;d++)l+="\0";var p=f.getBytes()+l+""+t;if(!i)i=Pt.random.getBytes(o.digestLength);else if(i.length!==o.digestLength){var c=new Error("Invalid RSAES-OAEP seed. The seed length must match the digest length.");throw c.seedLength=i.length,c.digestLength=o.digestLength,c}var y=$i(i,s-o.digestLength-1,a),x=Pt.util.xorBytes(p,y,p.length),v=$i(x,o.digestLength,a),B=Pt.util.xorBytes(i,v,i.length);return"\0"+B+x};lc.decode_rsa_oaep=function(e,t,r){var n,i,o;typeof r=="string"?(n=r,i=arguments[3]||void 0):r&&(n=r.label||void 0,i=r.md||void 0,r.mgf1&&r.mgf1.md&&(o=r.mgf1.md));var a=Math.ceil(e.n.bitLength()/8);if(t.length!==a){var x=new Error("RSAES-OAEP encoded message length is invalid.");throw x.length=t.length,x.expectedLength=a,x}if(i===void 0?i=Pt.md.sha1.create():i.start(),o||(o=i),a<2*i.digestLength+2)throw new Error("RSAES-OAEP key is too short for the hash function.");n||(n=""),i.update(n,"raw");for(var s=i.digest().getBytes(),u=t.charAt(0),c=t.substring(1,i.digestLength+1),f=t.substring(1+i.digestLength),l=$i(f,i.digestLength,o),h=Pt.util.xorBytes(c,l,c.length),d=$i(h,a-i.digestLength-1,o),p=Pt.util.xorBytes(f,d,f.length),y=p.substring(0,i.digestLength),x=u!=="\0",v=0;v<i.digestLength;++v)x|=s.charAt(v)!==y.charAt(v);for(var B=1,C=i.digestLength,F=i.digestLength;F<p.length;F++){var R=p.charCodeAt(F),_=R&1^1,W=B?65534:0;x|=R&W,B=B&_,C+=B}if(x||p.charCodeAt(C)!==1)throw new Error("Invalid RSAES-OAEP padding.");return p.substring(C+1)};function $i(e,t,r){r||(r=Pt.md.sha1.create());for(var n="",i=Math.ceil(t/r.digestLength),o=0;o<i;++o){var a=String.fromCharCode(o>>24&255,o>>16&255,o>>8&255,o&255);r.start(),r.update(e+a),n+=r.digest().getBytes()}return n.substring(0,t)}});var dc=H((kx,Va)=>{var sr=fe();_e();Gi();Kn();(function(){if(sr.prime){Va.exports=sr.prime;return}var e=Va.exports=sr.prime=sr.prime||{},t=sr.jsbn.BigInteger,r=[6,4,2,4,2,4,6,2],n=new t(null);n.fromInt(30);var i=function(l,h){return l|h};e.generateProbablePrime=function(l,h,d){typeof h=="function"&&(d=h,h={}),h=h||{};var p=h.algorithm||"PRIMEINC";typeof p=="string"&&(p={name:p}),p.options=p.options||{};var y=h.prng||sr.random,x={nextBytes:function(v){for(var B=y.getBytesSync(v.length),C=0;C<v.length;++C)v[C]=B.charCodeAt(C)}};if(p.name==="PRIMEINC")return o(l,x,p.options,d);throw new Error("Invalid prime generation algorithm: "+p.name)};function o(l,h,d,p){return"workers"in d?u(l,h,d,p):a(l,h,d,p)}function a(l,h,d,p){var y=c(l,h),x=0,v=f(y.bitLength());"millerRabinTests"in d&&(v=d.millerRabinTests);var B=10;"maxBlockTime"in d&&(B=d.maxBlockTime),s(y,l,h,x,v,B,p)}function s(l,h,d,p,y,x,v){var B=+new Date;do{if(l.bitLength()>h&&(l=c(h,d)),l.isProbablePrime(y))return v(null,l);l.dAddOffset(r[p++%8],0)}while(x<0||+new Date-B<x);sr.util.setImmediate(function(){s(l,h,d,p,y,x,v)})}function u(l,h,d,p){if(typeof Worker>"u")return a(l,h,d,p);var y=c(l,h),x=d.workers,v=d.workLoad||100,B=v*30/8,C=d.workerScript||"forge/prime.worker.js";if(x===-1)return sr.util.estimateCores(function(R,_){R&&(_=2),x=_-1,F()});F();function F(){x=Math.max(1,x);for(var R=[],_=0;_<x;++_)R[_]=new Worker(C);for(var W=x,_=0;_<x;++_)R[_].addEventListener("message",K);var T=!1;function K(Q){if(!T){--W;var q=Q.data;if(q.found){for(var V=0;V<R.length;++V)R[V].terminate();return T=!0,p(null,new t(q.prime,16))}y.bitLength()>l&&(y=c(l,h));var ue=y.toString(16);Q.target.postMessage({hex:ue,workLoad:v}),y.dAddOffset(B,0)}}}}function c(l,h){var d=new t(l,h),p=l-1;return d.testBit(p)||d.bitwiseTo(t.ONE.shiftLeft(p),i,d),d.dAddOffset(31-d.mod(n).byteValue(),0),d}function f(l){return l<=100?27:l<=150?18:l<=200?15:l<=250?12:l<=300?9:l<=350?8:l<=400?7:l<=500?6:l<=600?5:l<=800?4:l<=1250?3:2}})()});var Qi=H((Dx,bc)=>{var M=fe();Fn();Gi();Di();pc();dc();Kn();_e();typeof ee>"u"&&(ee=M.jsbn.BigInteger);var ee,qa=M.util.isNodejs?Jr():null,m=M.asn1,ut=M.util;M.pki=M.pki||{};bc.exports=M.pki.rsa=M.rsa=M.rsa||{};var $=M.pki,h1=[6,4,2,4,2,4,6,2],p1={name:"PrivateKeyInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},d1={name:"RSAPrivateKey",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyModulus"},{name:"RSAPrivateKey.publicExponent",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPublicExponent"},{name:"RSAPrivateKey.privateExponent",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPrivateExponent"},{name:"RSAPrivateKey.prime1",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPrime1"},{name:"RSAPrivateKey.prime2",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},y1={name:"RSAPublicKey",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPublicKey.modulus",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"publicKeyModulus"},{name:"RSAPublicKey.exponent",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"publicKeyExponent"}]},g1=M.pki.rsa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:m.Class.UNIVERSAL,type:m.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},m1={name:"DigestInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm.algorithmIdentifier",tagClass:m.Class.UNIVERSAL,type:m.Type.OID,constructed:!1,capture:"algorithmIdentifier"},{name:"DigestInfo.DigestAlgorithm.parameters",tagClass:m.Class.UNIVERSAL,type:m.Type.NULL,capture:"parameters",optional:!0,constructed:!1}]},{name:"DigestInfo.digest",tagClass:m.Class.UNIVERSAL,type:m.Type.OCTETSTRING,constructed:!1,capture:"digest"}]},x1=function(e){var t;if(e.algorithm in $.oids)t=$.oids[e.algorithm];else{var r=new Error("Unknown message digest algorithm.");throw r.algorithm=e.algorithm,r}var n=m.oidToDer(t).getBytes(),i=m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[]),o=m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[]);o.value.push(m.create(m.Class.UNIVERSAL,m.Type.OID,!1,n)),o.value.push(m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,""));var a=m.create(m.Class.UNIVERSAL,m.Type.OCTETSTRING,!1,e.digest().getBytes());return i.value.push(o),i.value.push(a),m.toDer(i).getBytes()},vc=function(e,t,r){if(r)return e.modPow(t.e,t.n);if(!t.p||!t.q)return e.modPow(t.d,t.n);t.dP||(t.dP=t.d.mod(t.p.subtract(ee.ONE))),t.dQ||(t.dQ=t.d.mod(t.q.subtract(ee.ONE))),t.qInv||(t.qInv=t.q.modInverse(t.p));var n;do n=new ee(M.util.bytesToHex(M.random.getBytes(t.n.bitLength()/8)),16);while(n.compareTo(t.n)>=0||!n.gcd(t.n).equals(ee.ONE));e=e.multiply(n.modPow(t.e,t.n)).mod(t.n);for(var i=e.mod(t.p).modPow(t.dP,t.p),o=e.mod(t.q).modPow(t.dQ,t.q);i.compareTo(o)<0;)i=i.add(t.p);var a=i.subtract(o).multiply(t.qInv).mod(t.p).multiply(t.q).add(o);return a=a.multiply(n.modInverse(t.n)).mod(t.n),a};$.rsa.encrypt=function(e,t,r){var n=r,i,o=Math.ceil(t.n.bitLength()/8);r!==!1&&r!==!0?(n=r===2,i=wc(e,t,r)):(i=M.util.createBuffer(),i.putBytes(e));for(var a=new ee(i.toHex(),16),s=vc(a,t,n),u=s.toString(16),c=M.util.createBuffer(),f=o-Math.ceil(u.length/2);f>0;)c.putByte(0),--f;return c.putBytes(M.util.hexToBytes(u)),c.getBytes()};$.rsa.decrypt=function(e,t,r,n){var i=Math.ceil(t.n.bitLength()/8);if(e.length!==i){var o=new Error("Encrypted message length is invalid.");throw o.length=e.length,o.expected=i,o}var a=new ee(M.util.createBuffer(e).toHex(),16);if(a.compareTo(t.n)>=0)throw new Error("Encrypted message is invalid.");for(var s=vc(a,t,r),u=s.toString(16),c=M.util.createBuffer(),f=i-Math.ceil(u.length/2);f>0;)c.putByte(0),--f;return c.putBytes(M.util.hexToBytes(u)),n!==!1?Wi(c.getBytes(),t,r):c.getBytes()};$.rsa.createKeyPairGenerationState=function(e,t,r){typeof e=="string"&&(e=parseInt(e,10)),e=e||2048,r=r||{};var n=r.prng||M.random,i={nextBytes:function(s){for(var u=n.getBytesSync(s.length),c=0;c<s.length;++c)s[c]=u.charCodeAt(c)}},o=r.algorithm||"PRIMEINC",a;if(o==="PRIMEINC")a={algorithm:o,state:0,bits:e,rng:i,eInt:t||65537,e:new ee(null),p:null,q:null,qBits:e>>1,pBits:e-(e>>1),pqState:0,num:null,keys:null},a.e.fromInt(a.eInt);else throw new Error("Invalid key generation algorithm: "+o);return a};$.rsa.stepKeyPairGenerationState=function(e,t){"algorithm"in e||(e.algorithm="PRIMEINC");var r=new ee(null);r.fromInt(30);for(var n=0,i=function(l,h){return l|h},o=+new Date,a,s=0;e.keys===null&&(t<=0||s<t);){if(e.state===0){var u=e.p===null?e.pBits:e.qBits,c=u-1;e.pqState===0?(e.num=new ee(u,e.rng),e.num.testBit(c)||e.num.bitwiseTo(ee.ONE.shiftLeft(c),i,e.num),e.num.dAddOffset(31-e.num.mod(r).byteValue(),0),n=0,++e.pqState):e.pqState===1?e.num.bitLength()>u?e.pqState=0:e.num.isProbablePrime(w1(e.num.bitLength()))?++e.pqState:e.num.dAddOffset(h1[n++%8],0):e.pqState===2?e.pqState=e.num.subtract(ee.ONE).gcd(e.e).compareTo(ee.ONE)===0?3:0:e.pqState===3&&(e.pqState=0,e.p===null?e.p=e.num:e.q=e.num,e.p!==null&&e.q!==null&&++e.state,e.num=null)}else if(e.state===1)e.p.compareTo(e.q)<0&&(e.num=e.p,e.p=e.q,e.q=e.num),++e.state;else if(e.state===2)e.p1=e.p.subtract(ee.ONE),e.q1=e.q.subtract(ee.ONE),e.phi=e.p1.multiply(e.q1),++e.state;else if(e.state===3)e.phi.gcd(e.e).compareTo(ee.ONE)===0?++e.state:(e.p=null,e.q=null,e.state=0);else if(e.state===4)e.n=e.p.multiply(e.q),e.n.bitLength()===e.bits?++e.state:(e.q=null,e.state=0);else if(e.state===5){var f=e.e.modInverse(e.phi);e.keys={privateKey:$.rsa.setPrivateKey(e.n,e.e,f,e.p,e.q,f.mod(e.p1),f.mod(e.q1),e.q.modInverse(e.p)),publicKey:$.rsa.setPublicKey(e.n,e.e)}}a=+new Date,s+=a-o,o=a}return e.keys!==null};$.rsa.generateKeyPair=function(e,t,r,n){if(arguments.length===1?typeof e=="object"?(r=e,e=void 0):typeof e=="function"&&(n=e,e=void 0):arguments.length===2?typeof e=="number"?typeof t=="function"?(n=t,t=void 0):typeof t!="number"&&(r=t,t=void 0):(r=e,n=t,e=void 0,t=void 0):arguments.length===3&&(typeof t=="number"?typeof r=="function"&&(n=r,r=void 0):(n=r,r=t,t=void 0)),r=r||{},e===void 0&&(e=r.bits||2048),t===void 0&&(t=r.e||65537),!M.options.usePureJavaScript&&!r.prng&&e>=256&&e<=16384&&(t===65537||t===3)){if(n){if(yc("generateKeyPair"))return qa.generateKeyPair("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}},function(s,u,c){if(s)return n(s);n(null,{privateKey:$.privateKeyFromPem(c),publicKey:$.publicKeyFromPem(u)})});if(gc("generateKey")&&gc("exportKey"))return ut.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:xc(t),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(s){return ut.globalScope.crypto.subtle.exportKey("pkcs8",s.privateKey)}).then(void 0,function(s){n(s)}).then(function(s){if(s){var u=$.privateKeyFromAsn1(m.fromDer(M.util.createBuffer(s)));n(null,{privateKey:u,publicKey:$.setRsaPublicKey(u.n,u.e)})}});if(mc("generateKey")&&mc("exportKey")){var i=ut.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:xc(t),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(s){var u=s.target.result,c=ut.globalScope.msCrypto.subtle.exportKey("pkcs8",u.privateKey);c.oncomplete=function(f){var l=f.target.result,h=$.privateKeyFromAsn1(m.fromDer(M.util.createBuffer(l)));n(null,{privateKey:h,publicKey:$.setRsaPublicKey(h.n,h.e)})},c.onerror=function(f){n(f)}},i.onerror=function(s){n(s)};return}}else if(yc("generateKeyPairSync")){var o=qa.generateKeyPairSync("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:$.privateKeyFromPem(o.privateKey),publicKey:$.publicKeyFromPem(o.publicKey)}}}var a=$.rsa.createKeyPairGenerationState(e,t,r);if(!n)return $.rsa.stepKeyPairGenerationState(a,0),a.keys;v1(a,r,n)};$.setRsaPublicKey=$.rsa.setPublicKey=function(e,t){var r={n:e,e:t};return r.encrypt=function(n,i,o){if(typeof i=="string"?i=i.toUpperCase():i===void 0&&(i="RSAES-PKCS1-V1_5"),i==="RSAES-PKCS1-V1_5")i={encode:function(s,u,c){return wc(s,u,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(s,u){return M.pkcs1.encode_rsa_oaep(u,s,o)}};else if(["RAW","NONE","NULL",null].indexOf(i)!==-1)i={encode:function(s){return s}};else if(typeof i=="string")throw new Error('Unsupported encryption scheme: "'+i+'".');var a=i.encode(n,r,!0);return $.rsa.encrypt(a,r,!0)},r.verify=function(n,i,o,a){typeof o=="string"?o=o.toUpperCase():o===void 0&&(o="RSASSA-PKCS1-V1_5"),a===void 0&&(a={_parseAllDigestBytes:!0}),"_parseAllDigestBytes"in a||(a._parseAllDigestBytes=!0),o==="RSASSA-PKCS1-V1_5"?o={verify:function(u,c){c=Wi(c,r,!0);var f=m.fromDer(c,{parseAllBytes:a._parseAllDigestBytes}),l={},h=[];if(!m.validate(f,m1,l,h)){var d=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw d.errors=h,d}var p=m.derToOid(l.algorithmIdentifier);if(!(p===M.oids.md2||p===M.oids.md5||p===M.oids.sha1||p===M.oids.sha224||p===M.oids.sha256||p===M.oids.sha384||p===M.oids.sha512||p===M.oids["sha512-224"]||p===M.oids["sha512-256"])){var d=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw d.oid=p,d}if((p===M.oids.md2||p===M.oids.md5)&&!("parameters"in l))throw new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value. Missing algorithm identifer NULL parameters.");return u===l.digest}}:(o==="NONE"||o==="NULL"||o===null)&&(o={verify:function(u,c){return c=Wi(c,r,!0),u===c}});var s=$.rsa.decrypt(i,r,!0,!1);return o.verify(n,s,r.n.bitLength())},r};$.setRsaPrivateKey=$.rsa.setPrivateKey=function(e,t,r,n,i,o,a,s){var u={n:e,e:t,d:r,p:n,q:i,dP:o,dQ:a,qInv:s};return u.decrypt=function(c,f,l){typeof f=="string"?f=f.toUpperCase():f===void 0&&(f="RSAES-PKCS1-V1_5");var h=$.rsa.decrypt(c,u,!1,!1);if(f==="RSAES-PKCS1-V1_5")f={decode:Wi};else if(f==="RSA-OAEP"||f==="RSAES-OAEP")f={decode:function(d,p){return M.pkcs1.decode_rsa_oaep(p,d,l)}};else if(["RAW","NONE","NULL",null].indexOf(f)!==-1)f={decode:function(d){return d}};else throw new Error('Unsupported encryption scheme: "'+f+'".');return f.decode(h,u,!1)},u.sign=function(c,f){var l=!1;typeof f=="string"&&(f=f.toUpperCase()),f===void 0||f==="RSASSA-PKCS1-V1_5"?(f={encode:x1},l=1):(f==="NONE"||f==="NULL"||f===null)&&(f={encode:function(){return c}},l=1);var h=f.encode(c,u.n.bitLength());return $.rsa.encrypt(h,u,l)},u};$.wrapRsaPrivateKey=function(e){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,m.integerToDer(0).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.OID,!1,m.oidToDer($.oids.rsaEncryption).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,"")]),m.create(m.Class.UNIVERSAL,m.Type.OCTETSTRING,!1,m.toDer(e).getBytes())])};$.privateKeyFromAsn1=function(e){var t={},r=[];if(m.validate(e,p1,t,r)&&(e=m.fromDer(M.util.createBuffer(t.privateKey))),t={},r=[],!m.validate(e,d1,t,r)){var n=new Error("Cannot read private key. ASN.1 object does not contain an RSAPrivateKey.");throw n.errors=r,n}var i,o,a,s,u,c,f,l;return i=M.util.createBuffer(t.privateKeyModulus).toHex(),o=M.util.createBuffer(t.privateKeyPublicExponent).toHex(),a=M.util.createBuffer(t.privateKeyPrivateExponent).toHex(),s=M.util.createBuffer(t.privateKeyPrime1).toHex(),u=M.util.createBuffer(t.privateKeyPrime2).toHex(),c=M.util.createBuffer(t.privateKeyExponent1).toHex(),f=M.util.createBuffer(t.privateKeyExponent2).toHex(),l=M.util.createBuffer(t.privateKeyCoefficient).toHex(),$.setRsaPrivateKey(new ee(i,16),new ee(o,16),new ee(a,16),new ee(s,16),new ee(u,16),new ee(c,16),new ee(f,16),new ee(l,16))};$.privateKeyToAsn1=$.privateKeyToRSAPrivateKey=function(e){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,m.integerToDer(0).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,Lt(e.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,Lt(e.e)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,Lt(e.d)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,Lt(e.p)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,Lt(e.q)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,Lt(e.dP)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,Lt(e.dQ)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,Lt(e.qInv))])};$.publicKeyFromAsn1=function(e){var t={},r=[];if(m.validate(e,g1,t,r)){var n=m.derToOid(t.publicKeyOid);if(n!==$.oids.rsaEncryption){var i=new Error("Cannot read public key. Unknown OID.");throw i.oid=n,i}e=t.rsaPublicKey}if(r=[],!m.validate(e,y1,t,r)){var i=new Error("Cannot read public key. ASN.1 object does not contain an RSAPublicKey.");throw i.errors=r,i}var o=M.util.createBuffer(t.publicKeyModulus).toHex(),a=M.util.createBuffer(t.publicKeyExponent).toHex();return $.setRsaPublicKey(new ee(o,16),new ee(a,16))};$.publicKeyToAsn1=$.publicKeyToSubjectPublicKeyInfo=function(e){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.OID,!1,m.oidToDer($.oids.rsaEncryption).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,"")]),m.create(m.Class.UNIVERSAL,m.Type.BITSTRING,!1,[$.publicKeyToRSAPublicKey(e)])])};$.publicKeyToRSAPublicKey=function(e){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,Lt(e.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,Lt(e.e))])};function wc(e,t,r){var n=M.util.createBuffer(),i=Math.ceil(t.n.bitLength()/8);if(e.length>i-11){var o=new Error("Message is too long for PKCS#1 v1.5 padding.");throw o.length=e.length,o.max=i-11,o}n.putByte(0),n.putByte(r);var a=i-3-e.length,s;if(r===0||r===1){s=r===0?0:255;for(var u=0;u<a;++u)n.putByte(s)}else for(;a>0;){for(var c=0,f=M.random.getBytes(a),u=0;u<a;++u)s=f.charCodeAt(u),s===0?++c:n.putByte(s);a=c}return n.putByte(0),n.putBytes(e),n}function Wi(e,t,r,n){var i=Math.ceil(t.n.bitLength()/8),o=M.util.createBuffer(e),a=o.getByte(),s=o.getByte();if(a!==0||r&&s!==0&&s!==1||!r&&s!=2||r&&s===0&&typeof n>"u")throw new Error("Encryption block is invalid.");var u=0;if(s===0){u=i-3-n;for(var c=0;c<u;++c)if(o.getByte()!==0)throw new Error("Encryption block is invalid.")}else if(s===1)for(u=0;o.length()>1;){if(o.getByte()!==255){--o.read;break}++u}else if(s===2)for(u=0;o.length()>1;){if(o.getByte()===0){--o.read;break}++u}var f=o.getByte();if(f!==0||u!==i-3-o.length())throw new Error("Encryption block is invalid.");return o.getBytes()}function v1(e,t,r){typeof t=="function"&&(r=t,t={}),t=t||{};var n={algorithm:{name:t.algorithm||"PRIMEINC",options:{workers:t.workers||2,workLoad:t.workLoad||100,workerScript:t.workerScript}}};"prng"in t&&(n.prng=t.prng),i();function i(){o(e.pBits,function(s,u){if(s)return r(s);if(e.p=u,e.q!==null)return a(s,e.q);o(e.qBits,a)})}function o(s,u){M.prime.generateProbablePrime(s,n,u)}function a(s,u){if(s)return r(s);if(e.q=u,e.p.compareTo(e.q)<0){var c=e.p;e.p=e.q,e.q=c}if(e.p.subtract(ee.ONE).gcd(e.e).compareTo(ee.ONE)!==0){e.p=null,i();return}if(e.q.subtract(ee.ONE).gcd(e.e).compareTo(ee.ONE)!==0){e.q=null,o(e.qBits,a);return}if(e.p1=e.p.subtract(ee.ONE),e.q1=e.q.subtract(ee.ONE),e.phi=e.p1.multiply(e.q1),e.phi.gcd(e.e).compareTo(ee.ONE)!==0){e.p=e.q=null,i();return}if(e.n=e.p.multiply(e.q),e.n.bitLength()!==e.bits){e.q=null,o(e.qBits,a);return}var f=e.e.modInverse(e.phi);e.keys={privateKey:$.rsa.setPrivateKey(e.n,e.e,f,e.p,e.q,f.mod(e.p1),f.mod(e.q1),e.q.modInverse(e.p)),publicKey:$.rsa.setPublicKey(e.n,e.e)},r(null,e.keys)}}function Lt(e){var t=e.toString(16);t[0]>="8"&&(t="00"+t);var r=M.util.hexToBytes(t);return r.length>1&&(r.charCodeAt(0)===0&&!(r.charCodeAt(1)&128)||r.charCodeAt(0)===255&&(r.charCodeAt(1)&128)===128)?r.substr(1):r}function w1(e){return e<=100?27:e<=150?18:e<=200?15:e<=250?12:e<=300?9:e<=350?8:e<=400?7:e<=500?6:e<=600?5:e<=800?4:e<=1250?3:2}function yc(e){return M.util.isNodejs&&typeof qa[e]=="function"}function gc(e){return typeof ut.globalScope<"u"&&typeof ut.globalScope.crypto=="object"&&typeof ut.globalScope.crypto.subtle=="object"&&typeof ut.globalScope.crypto.subtle[e]=="function"}function mc(e){return typeof ut.globalScope<"u"&&typeof ut.globalScope.msCrypto=="object"&&typeof ut.globalScope.msCrypto.subtle=="object"&&typeof ut.globalScope.msCrypto.subtle[e]=="function"}function xc(e){for(var t=M.util.hexToBytes(e.toString(16)),r=new Uint8Array(t.length),n=0;n<t.length;++n)r[n]=t.charCodeAt(n);return r}});var Tc=H((Ux,Cc)=>{var k=fe();Da();Fn();Nu();_r();Di();Lu();Ou();Kn();Xu();Qi();_e();typeof Ec>"u"&&(Ec=k.jsbn.BigInteger);var Ec,w=k.asn1,Y=k.pki=k.pki||{};Cc.exports=Y.pbe=k.pbe=k.pbe||{};var Nr=Y.oids,b1={name:"EncryptedPrivateKeyInfo",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedPrivateKeyInfo.encryptionAlgorithm",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:w.Class.UNIVERSAL,type:w.Type.OID,constructed:!1,capture:"encryptionOid"},{name:"AlgorithmIdentifier.parameters",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,captureAsn1:"encryptionParams"}]},{name:"EncryptedPrivateKeyInfo.encryptedData",tagClass:w.Class.UNIVERSAL,type:w.Type.OCTETSTRING,constructed:!1,capture:"encryptedData"}]},E1={name:"PBES2Algorithms",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc.oid",tagClass:w.Class.UNIVERSAL,type:w.Type.OID,constructed:!1,capture:"kdfOid"},{name:"PBES2Algorithms.params",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.params.salt",tagClass:w.Class.UNIVERSAL,type:w.Type.OCTETSTRING,constructed:!1,capture:"kdfSalt"},{name:"PBES2Algorithms.params.iterationCount",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"kdfIterationCount"},{name:"PBES2Algorithms.params.keyLength",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,optional:!0,capture:"keyLength"},{name:"PBES2Algorithms.params.prf",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,optional:!0,value:[{name:"PBES2Algorithms.params.prf.algorithm",tagClass:w.Class.UNIVERSAL,type:w.Type.OID,constructed:!1,capture:"prfOid"}]}]}]},{name:"PBES2Algorithms.encryptionScheme",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.encryptionScheme.oid",tagClass:w.Class.UNIVERSAL,type:w.Type.OID,constructed:!1,capture:"encOid"},{name:"PBES2Algorithms.encryptionScheme.iv",tagClass:w.Class.UNIVERSAL,type:w.Type.OCTETSTRING,constructed:!1,capture:"encIv"}]}]},S1={name:"pkcs-12PbeParams",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"pkcs-12PbeParams.salt",tagClass:w.Class.UNIVERSAL,type:w.Type.OCTETSTRING,constructed:!1,capture:"salt"},{name:"pkcs-12PbeParams.iterations",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"iterations"}]};Y.encryptPrivateKeyInfo=function(e,t,r){r=r||{},r.saltSize=r.saltSize||8,r.count=r.count||2048,r.algorithm=r.algorithm||"aes128",r.prfAlgorithm=r.prfAlgorithm||"sha1";var n=k.random.getBytesSync(r.saltSize),i=r.count,o=w.integerToDer(i),a,s,u;if(r.algorithm.indexOf("aes")===0||r.algorithm==="des"){var c,f,l;switch(r.algorithm){case"aes128":a=16,c=16,f=Nr["aes128-CBC"],l=k.aes.createEncryptionCipher;break;case"aes192":a=24,c=16,f=Nr["aes192-CBC"],l=k.aes.createEncryptionCipher;break;case"aes256":a=32,c=16,f=Nr["aes256-CBC"],l=k.aes.createEncryptionCipher;break;case"des":a=8,c=8,f=Nr.desCBC,l=k.des.createEncryptionCipher;break;default:var h=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw h.algorithm=r.algorithm,h}var d="hmacWith"+r.prfAlgorithm.toUpperCase(),p=Ac(d),y=k.pkcs5.pbkdf2(t,n,i,a,p),x=k.random.getBytesSync(c),v=l(y);v.start(x),v.update(w.toDer(e)),v.finish(),u=v.output.getBytes();var B=B1(n,o,a,d);s=w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.OID,!1,w.oidToDer(Nr.pkcs5PBES2).getBytes()),w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.OID,!1,w.oidToDer(Nr.pkcs5PBKDF2).getBytes()),B]),w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.OID,!1,w.oidToDer(f).getBytes()),w.create(w.Class.UNIVERSAL,w.Type.OCTETSTRING,!1,x)])])])}else if(r.algorithm==="3des"){a=24;var C=new k.util.ByteBuffer(n),y=Y.pbe.generatePkcs12Key(t,C,1,i,a),x=Y.pbe.generatePkcs12Key(t,C,2,i,a),v=k.des.createEncryptionCipher(y);v.start(x),v.update(w.toDer(e)),v.finish(),u=v.output.getBytes(),s=w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.OID,!1,w.oidToDer(Nr["pbeWithSHAAnd3-KeyTripleDES-CBC"]).getBytes()),w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.OCTETSTRING,!1,n),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,o.getBytes())])])}else{var h=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw h.algorithm=r.algorithm,h}var F=w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[s,w.create(w.Class.UNIVERSAL,w.Type.OCTETSTRING,!1,u)]);return F};Y.decryptPrivateKeyInfo=function(e,t){var r=null,n={},i=[];if(!w.validate(e,b1,n,i)){var o=new Error("Cannot read encrypted private key. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw o.errors=i,o}var a=w.derToOid(n.encryptionOid),s=Y.pbe.getCipher(a,n.encryptionParams,t),u=k.util.createBuffer(n.encryptedData);return s.update(u),s.finish()&&(r=w.fromDer(s.output)),r};Y.encryptedPrivateKeyToPem=function(e,t){var r={type:"ENCRYPTED PRIVATE KEY",body:w.toDer(e).getBytes()};return k.pem.encode(r,{maxline:t})};Y.encryptedPrivateKeyFromPem=function(e){var t=k.pem.decode(e)[0];if(t.type!=="ENCRYPTED PRIVATE KEY"){var r=new Error('Could not convert encrypted private key from PEM; PEM header type is "ENCRYPTED PRIVATE KEY".');throw r.headerType=t.type,r}if(t.procType&&t.procType.type==="ENCRYPTED")throw new Error("Could not convert encrypted private key from PEM; PEM is encrypted.");return w.fromDer(t.body)};Y.encryptRsaPrivateKey=function(e,t,r){if(r=r||{},!r.legacy){var n=Y.wrapRsaPrivateKey(Y.privateKeyToAsn1(e));return n=Y.encryptPrivateKeyInfo(n,t,r),Y.encryptedPrivateKeyToPem(n)}var i,o,a,s;switch(r.algorithm){case"aes128":i="AES-128-CBC",a=16,o=k.random.getBytesSync(16),s=k.aes.createEncryptionCipher;break;case"aes192":i="AES-192-CBC",a=24,o=k.random.getBytesSync(16),s=k.aes.createEncryptionCipher;break;case"aes256":i="AES-256-CBC",a=32,o=k.random.getBytesSync(16),s=k.aes.createEncryptionCipher;break;case"3des":i="DES-EDE3-CBC",a=24,o=k.random.getBytesSync(8),s=k.des.createEncryptionCipher;break;case"des":i="DES-CBC",a=8,o=k.random.getBytesSync(8),s=k.des.createEncryptionCipher;break;default:var u=new Error('Could not encrypt RSA private key; unsupported encryption algorithm "'+r.algorithm+'".');throw u.algorithm=r.algorithm,u}var c=k.pbe.opensslDeriveBytes(t,o.substr(0,8),a),f=s(c);f.start(o),f.update(w.toDer(Y.privateKeyToAsn1(e))),f.finish();var l={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:i,parameters:k.util.bytesToHex(o).toUpperCase()},body:f.output.getBytes()};return k.pem.encode(l)};Y.decryptRsaPrivateKey=function(e,t){var r=null,n=k.pem.decode(e)[0];if(n.type!=="ENCRYPTED PRIVATE KEY"&&n.type!=="PRIVATE KEY"&&n.type!=="RSA PRIVATE KEY"){var i=new Error('Could not convert private key from PEM; PEM header type is not "ENCRYPTED PRIVATE KEY", "PRIVATE KEY", or "RSA PRIVATE KEY".');throw i.headerType=i,i}if(n.procType&&n.procType.type==="ENCRYPTED"){var o,a;switch(n.dekInfo.algorithm){case"DES-CBC":o=8,a=k.des.createDecryptionCipher;break;case"DES-EDE3-CBC":o=24,a=k.des.createDecryptionCipher;break;case"AES-128-CBC":o=16,a=k.aes.createDecryptionCipher;break;case"AES-192-CBC":o=24,a=k.aes.createDecryptionCipher;break;case"AES-256-CBC":o=32,a=k.aes.createDecryptionCipher;break;case"RC2-40-CBC":o=5,a=function(l){return k.rc2.createDecryptionCipher(l,40)};break;case"RC2-64-CBC":o=8,a=function(l){return k.rc2.createDecryptionCipher(l,64)};break;case"RC2-128-CBC":o=16,a=function(l){return k.rc2.createDecryptionCipher(l,128)};break;default:var i=new Error('Could not decrypt private key; unsupported encryption algorithm "'+n.dekInfo.algorithm+'".');throw i.algorithm=n.dekInfo.algorithm,i}var s=k.util.hexToBytes(n.dekInfo.parameters),u=k.pbe.opensslDeriveBytes(t,s.substr(0,8),o),c=a(u);if(c.start(s),c.update(k.util.createBuffer(n.body)),c.finish())r=c.output.getBytes();else return r}else r=n.body;return n.type==="ENCRYPTED PRIVATE KEY"?r=Y.decryptPrivateKeyInfo(w.fromDer(r),t):r=w.fromDer(r),r!==null&&(r=Y.privateKeyFromAsn1(r)),r};Y.pbe.generatePkcs12Key=function(e,t,r,n,i,o){var a,s;if(typeof o>"u"||o===null){if(!("sha1"in k.md))throw new Error('"sha1" hash algorithm unavailable.');o=k.md.sha1.create()}var u=o.digestLength,c=o.blockLength,f=new k.util.ByteBuffer,l=new k.util.ByteBuffer;if(e!=null){for(s=0;s<e.length;s++)l.putInt16(e.charCodeAt(s));l.putInt16(0)}var h=l.length(),d=t.length(),p=new k.util.ByteBuffer;p.fillWithByte(r,c);var y=c*Math.ceil(d/c),x=new k.util.ByteBuffer;for(s=0;s<y;s++)x.putByte(t.at(s%d));var v=c*Math.ceil(h/c),B=new k.util.ByteBuffer;for(s=0;s<v;s++)B.putByte(l.at(s%h));var C=x;C.putBuffer(B);for(var F=Math.ceil(i/u),R=1;R<=F;R++){var _=new k.util.ByteBuffer;_.putBytes(p.bytes()),_.putBytes(C.bytes());for(var W=0;W<n;W++)o.start(),o.update(_.getBytes()),_=o.digest();var T=new k.util.ByteBuffer;for(s=0;s<c;s++)T.putByte(_.at(s%u));var K=Math.ceil(d/c)+Math.ceil(h/c),Q=new k.util.ByteBuffer;for(a=0;a<K;a++){var q=new k.util.ByteBuffer(C.getBytes(c)),V=511;for(s=T.length()-1;s>=0;s--)V=V>>8,V+=T.at(s)+q.at(s),q.setAt(s,V&255);Q.putBuffer(q)}C=Q,f.putBuffer(_)}return f.truncate(f.length()-i),f};Y.pbe.getCipher=function(e,t,r){switch(e){case Y.oids.pkcs5PBES2:return Y.pbe.getCipherForPBES2(e,t,r);case Y.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case Y.oids["pbewithSHAAnd40BitRC2-CBC"]:return Y.pbe.getCipherForPKCS12PBE(e,t,r);default:var n=new Error("Cannot read encrypted PBE data block. Unsupported OID.");throw n.oid=e,n.supportedOids=["pkcs5PBES2","pbeWithSHAAnd3-KeyTripleDES-CBC","pbewithSHAAnd40BitRC2-CBC"],n}};Y.pbe.getCipherForPBES2=function(e,t,r){var n={},i=[];if(!w.validate(t,E1,n,i)){var o=new Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw o.errors=i,o}if(e=w.derToOid(n.kdfOid),e!==Y.oids.pkcs5PBKDF2){var o=new Error("Cannot read encrypted private key. Unsupported key derivation function OID.");throw o.oid=e,o.supportedOids=["pkcs5PBKDF2"],o}if(e=w.derToOid(n.encOid),e!==Y.oids["aes128-CBC"]&&e!==Y.oids["aes192-CBC"]&&e!==Y.oids["aes256-CBC"]&&e!==Y.oids["des-EDE3-CBC"]&&e!==Y.oids.desCBC){var o=new Error("Cannot read encrypted private key. Unsupported encryption scheme OID.");throw o.oid=e,o.supportedOids=["aes128-CBC","aes192-CBC","aes256-CBC","des-EDE3-CBC","desCBC"],o}var a=n.kdfSalt,s=k.util.createBuffer(n.kdfIterationCount);s=s.getInt(s.length()<<3);var u,c;switch(Y.oids[e]){case"aes128-CBC":u=16,c=k.aes.createDecryptionCipher;break;case"aes192-CBC":u=24,c=k.aes.createDecryptionCipher;break;case"aes256-CBC":u=32,c=k.aes.createDecryptionCipher;break;case"des-EDE3-CBC":u=24,c=k.des.createDecryptionCipher;break;case"desCBC":u=8,c=k.des.createDecryptionCipher;break}var f=Bc(n.prfOid),l=k.pkcs5.pbkdf2(r,a,s,u,f),h=n.encIv,d=c(l);return d.start(h),d};Y.pbe.getCipherForPKCS12PBE=function(e,t,r){var n={},i=[];if(!w.validate(t,S1,n,i)){var o=new Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw o.errors=i,o}var a=k.util.createBuffer(n.salt),s=k.util.createBuffer(n.iterations);s=s.getInt(s.length()<<3);var u,c,f;switch(e){case Y.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:u=24,c=8,f=k.des.startDecrypting;break;case Y.oids["pbewithSHAAnd40BitRC2-CBC"]:u=5,c=8,f=function(y,x){var v=k.rc2.createDecryptionCipher(y,40);return v.start(x,null),v};break;default:var o=new Error("Cannot read PKCS #12 PBE data block. Unsupported OID.");throw o.oid=e,o}var l=Bc(n.prfOid),h=Y.pbe.generatePkcs12Key(r,a,1,s,u,l);l.start();var d=Y.pbe.generatePkcs12Key(r,a,2,s,c,l);return f(h,d)};Y.pbe.opensslDeriveBytes=function(e,t,r,n){if(typeof n>"u"||n===null){if(!("md5"in k.md))throw new Error('"md5" hash algorithm unavailable.');n=k.md.md5.create()}t===null&&(t="");for(var i=[Sc(n,e+t)],o=16,a=1;o<r;++a,o+=16)i.push(Sc(n,i[a-1]+e+t));return i.join("").substr(0,r)};function Sc(e,t){return e.start().update(t).digest().getBytes()}function Bc(e){var t;if(!e)t="hmacWithSHA1";else if(t=Y.oids[w.derToOid(e)],!t){var r=new Error("Unsupported PRF OID.");throw r.oid=e,r.supported=["hmacWithSHA1","hmacWithSHA224","hmacWithSHA256","hmacWithSHA384","hmacWithSHA512"],r}return Ac(t)}function Ac(e){var t=k.md;switch(e){case"hmacWithSHA224":t=k.md.sha512;case"hmacWithSHA1":case"hmacWithSHA256":case"hmacWithSHA384":case"hmacWithSHA512":e=e.substr(8).toLowerCase();break;default:var r=new Error("Unsupported PRF algorithm.");throw r.algorithm=e,r.supported=["hmacWithSHA1","hmacWithSHA224","hmacWithSHA256","hmacWithSHA384","hmacWithSHA512"],r}if(!t||!(e in t))throw new Error("Unknown hash algorithm: "+e);return t[e].create()}function B1(e,t,r,n){var i=w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.OCTETSTRING,!1,e),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,t.getBytes())]);return n!=="hmacWithSHA1"&&i.value.push(w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,k.util.hexToBytes(r.toString(16))),w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.OID,!1,w.oidToDer(Y.oids[n]).getBytes()),w.create(w.Class.UNIVERSAL,w.Type.NULL,!1,"")])),i}});var $e=H((Px,Ic)=>{"use strict";function _c(e,t){for(let r in t)Object.defineProperty(e,r,{value:t[r],enumerable:!0,configurable:!0});return e}function A1(e,t,r){if(!e||typeof e=="string")throw new TypeError("Please pass an Error to err-code");r||(r={}),typeof t=="object"&&(r=t,t=""),t&&(r.code=t);try{return _c(e,r)}catch{r.message=e.message,r.stack=e.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(e)),_c(new i,r)}}Ic.exports=A1});var Fc=H((gv,Lc)=>{var ye=fe();_r();_e();var Mn=Lc.exports=ye.sha512=ye.sha512||{};ye.md.sha512=ye.md.algorithms.sha512=Mn;var Uc=ye.sha384=ye.sha512.sha384=ye.sha512.sha384||{};Uc.create=function(){return Mn.create("SHA-384")};ye.md.sha384=ye.md.algorithms.sha384=Uc;ye.sha512.sha256=ye.sha512.sha256||{create:function(){return Mn.create("SHA-512/256")}};ye.md["sha512/256"]=ye.md.algorithms["sha512/256"]=ye.sha512.sha256;ye.sha512.sha224=ye.sha512.sha224||{create:function(){return Mn.create("SHA-512/224")}};ye.md["sha512/224"]=ye.md.algorithms["sha512/224"]=ye.sha512.sha224;Mn.create=function(e){if(Pc||N1(),typeof e>"u"&&(e="SHA-512"),!(e in kr))throw new Error("Invalid SHA-512 algorithm: "+e);for(var t=kr[e],r=null,n=ye.util.createBuffer(),i=new Array(80),o=0;o<80;++o)i[o]=new Array(2);var a=64;switch(e){case"SHA-384":a=48;break;case"SHA-512/256":a=32;break;case"SHA-512/224":a=28;break}var s={algorithm:e.replace("-","").toLowerCase(),blockLength:128,digestLength:a,messageLength:0,fullMessageLength:null,messageLengthSize:16};return s.start=function(){s.messageLength=0,s.fullMessageLength=s.messageLength128=[];for(var u=s.messageLengthSize/4,c=0;c<u;++c)s.fullMessageLength.push(0);n=ye.util.createBuffer(),r=new Array(t.length);for(var c=0;c<t.length;++c)r[c]=t[c].slice(0);return s},s.start(),s.update=function(u,c){c==="utf8"&&(u=ye.util.encodeUtf8(u));var f=u.length;s.messageLength+=f,f=[f/4294967296>>>0,f>>>0];for(var l=s.fullMessageLength.length-1;l>=0;--l)s.fullMessageLength[l]+=f[1],f[1]=f[0]+(s.fullMessageLength[l]/4294967296>>>0),s.fullMessageLength[l]=s.fullMessageLength[l]>>>0,f[0]=f[1]/4294967296>>>0;return n.putBytes(u),Dc(r,i,n),(n.read>2048||n.length()===0)&&n.compact(),s},s.digest=function(){var u=ye.util.createBuffer();u.putBytes(n.bytes());var c=s.fullMessageLength[s.fullMessageLength.length-1]+s.messageLengthSize,f=c&s.blockLength-1;u.putBytes(Ha.substr(0,s.blockLength-f));for(var l,h,d=s.fullMessageLength[0]*8,p=0;p<s.fullMessageLength.length-1;++p)l=s.fullMessageLength[p+1]*8,h=l/4294967296>>>0,d+=h,u.putInt32(d>>>0),d=l>>>0;u.putInt32(d);for(var y=new Array(r.length),p=0;p<r.length;++p)y[p]=r[p].slice(0);Dc(y,i,u);var x=ye.util.createBuffer(),v;e==="SHA-512"?v=y.length:e==="SHA-384"?v=y.length-2:v=y.length-4;for(var p=0;p<v;++p)x.putInt32(y[p][0]),(p!==v-1||e!=="SHA-512/224")&&x.putInt32(y[p][1]);return x},s};var Ha=null,Pc=!1,Ga=null,kr=null;function N1(){Ha=String.fromCharCode(128),Ha+=ye.util.fillString(String.fromCharCode(0),128),Ga=[[1116352408,3609767458],[1899447441,602891725],[3049323471,3964484399],[3921009573,2173295548],[961987163,4081628472],[1508970993,3053834265],[2453635748,2937671579],[2870763221,3664609560],[3624381080,2734883394],[310598401,1164996542],[607225278,1323610764],[1426881987,3590304994],[1925078388,4068182383],[2162078206,991336113],[2614888103,633803317],[3248222580,3479774868],[3835390401,2666613458],[4022224774,944711139],[264347078,2341262773],[604807628,2007800933],[770255983,1495990901],[1249150122,1856431235],[1555081692,3175218132],[1996064986,2198950837],[2554220882,3999719339],[2821834349,766784016],[2952996808,2566594879],[3210313671,3203337956],[3336571891,1034457026],[3584528711,2466948901],[113926993,3758326383],[338241895,168717936],[666307205,1188179964],[773529912,1546045734],[1294757372,1522805485],[1396182291,2643833823],[1695183700,2343527390],[1986661051,1014477480],[2177026350,1206759142],[2456956037,344077627],[2730485921,1290863460],[2820302411,3158454273],[3259730800,3505952657],[3345764771,106217008],[3516065817,3606008344],[3600352804,1432725776],[4094571909,1467031594],[275423344,851169720],[430227734,3100823752],[506948616,1363258195],[659060556,3750685593],[883997877,3785050280],[958139571,3318307427],[1322822218,3812723403],[1537002063,2003034995],[1747873779,3602036899],[1955562222,1575990012],[2024104815,1125592928],[2227730452,2716904306],[2361852424,442776044],[2428436474,593698344],[2756734187,3733110249],[3204031479,2999351573],[3329325298,3815920427],[3391569614,3928383900],[3515267271,566280711],[3940187606,3454069534],[4118630271,4000239992],[116418474,1914138554],[174292421,2731055270],[289380356,3203993006],[460393269,320620315],[685471733,587496836],[852142971,1086792851],[1017036298,365543100],[1126000580,2618297676],[1288033470,3409855158],[1501505948,4234509866],[1607167915,987167468],[1816402316,1246189591]],kr={},kr["SHA-512"]=[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],[528734635,4215389547],[1541459225,327033209]],kr["SHA-384"]=[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],kr["SHA-512/256"]=[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],kr["SHA-512/224"]=[[2352822216,424955298],[1944164710,2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]],Pc=!0}function Dc(e,t,r){for(var n,i,o,a,s,u,c,f,l,h,d,p,y,x,v,B,C,F,R,_,W,T,K,Q,q,V,ue,he,z,Z,L,Ze,Bt,Do,Uo,Ys=r.length();Ys>=128;){for(z=0;z<16;++z)t[z][0]=r.getInt32()>>>0,t[z][1]=r.getInt32()>>>0;for(;z<80;++z)Ze=t[z-2],Z=Ze[0],L=Ze[1],n=((Z>>>19|L<<13)^(L>>>29|Z<<3)^Z>>>6)>>>0,i=((Z<<13|L>>>19)^(L<<3|Z>>>29)^(Z<<26|L>>>6))>>>0,Do=t[z-15],Z=Do[0],L=Do[1],o=((Z>>>1|L<<31)^(Z>>>8|L<<24)^Z>>>7)>>>0,a=((Z<<31|L>>>1)^(Z<<24|L>>>8)^(Z<<25|L>>>7))>>>0,Bt=t[z-7],Uo=t[z-16],L=i+Bt[1]+a+Uo[1],t[z][0]=n+Bt[0]+o+Uo[0]+(L/4294967296>>>0)>>>0,t[z][1]=L>>>0;for(y=e[0][0],x=e[0][1],v=e[1][0],B=e[1][1],C=e[2][0],F=e[2][1],R=e[3][0],_=e[3][1],W=e[4][0],T=e[4][1],K=e[5][0],Q=e[5][1],q=e[6][0],V=e[6][1],ue=e[7][0],he=e[7][1],z=0;z<80;++z)c=((W>>>14|T<<18)^(W>>>18|T<<14)^(T>>>9|W<<23))>>>0,f=((W<<18|T>>>14)^(W<<14|T>>>18)^(T<<23|W>>>9))>>>0,l=(q^W&(K^q))>>>0,h=(V^T&(Q^V))>>>0,s=((y>>>28|x<<4)^(x>>>2|y<<30)^(x>>>7|y<<25))>>>0,u=((y<<4|x>>>28)^(x<<30|y>>>2)^(x<<25|y>>>7))>>>0,d=(y&v|C&(y^v))>>>0,p=(x&B|F&(x^B))>>>0,L=he+f+h+Ga[z][1]+t[z][1],n=ue+c+l+Ga[z][0]+t[z][0]+(L/4294967296>>>0)>>>0,i=L>>>0,L=u+p,o=s+d+(L/4294967296>>>0)>>>0,a=L>>>0,ue=q,he=V,q=K,V=Q,K=W,Q=T,L=_+i,W=R+n+(L/4294967296>>>0)>>>0,T=L>>>0,R=C,_=F,C=v,F=B,v=y,B=x,L=i+a,y=n+o+(L/4294967296>>>0)>>>0,x=L>>>0;L=e[0][1]+x,e[0][0]=e[0][0]+y+(L/4294967296>>>0)>>>0,e[0][1]=L>>>0,L=e[1][1]+B,e[1][0]=e[1][0]+v+(L/4294967296>>>0)>>>0,e[1][1]=L>>>0,L=e[2][1]+F,e[2][0]=e[2][0]+C+(L/4294967296>>>0)>>>0,e[2][1]=L>>>0,L=e[3][1]+_,e[3][0]=e[3][0]+R+(L/4294967296>>>0)>>>0,e[3][1]=L>>>0,L=e[4][1]+T,e[4][0]=e[4][0]+W+(L/4294967296>>>0)>>>0,e[4][1]=L>>>0,L=e[5][1]+Q,e[5][0]=e[5][0]+K+(L/4294967296>>>0)>>>0,e[5][1]=L>>>0,L=e[6][1]+V,e[6][0]=e[6][0]+q+(L/4294967296>>>0)>>>0,e[6][1]=L>>>0,L=e[7][1]+he,e[7][0]=e[7][0]+ue+(L/4294967296>>>0)>>>0,e[7][1]=L>>>0,Ys-=128}}});var Ff=H((aw,Lf)=>{var dn=1e3,yn=dn*60,gn=yn*60,Kr=gn*24,Ig=Kr*7,Rg=Kr*365.25;Lf.exports=function(e,t){t=t||{};var r=typeof e;if(r==="string"&&e.length>0)return Ng(e);if(r==="number"&&isFinite(e))return t.long?Dg(e):kg(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Ng(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var r=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*Rg;case"weeks":case"week":case"w":return r*Ig;case"days":case"day":case"d":return r*Kr;case"hours":case"hour":case"hrs":case"hr":case"h":return r*gn;case"minutes":case"minute":case"mins":case"min":case"m":return r*yn;case"seconds":case"second":case"secs":case"sec":case"s":return r*dn;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function kg(e){var t=Math.abs(e);return t>=Kr?Math.round(e/Kr)+"d":t>=gn?Math.round(e/gn)+"h":t>=yn?Math.round(e/yn)+"m":t>=dn?Math.round(e/dn)+"s":e+"ms"}function Dg(e){var t=Math.abs(e);return t>=Kr?uo(e,t,Kr,"day"):t>=gn?uo(e,t,gn,"hour"):t>=yn?uo(e,t,yn,"minute"):t>=dn?uo(e,t,dn,"second"):e+" ms"}function uo(e,t,r,n){var i=t>=r*1.5;return Math.round(e/r)+" "+n+(i?"s":"")}});var Of=H((sw,Kf)=>{function Ug(e){r.debug=r,r.default=r,r.coerce=u,r.disable=o,r.enable=i,r.enabled=a,r.humanize=Ff(),r.destroy=c,Object.keys(e).forEach(f=>{r[f]=e[f]}),r.names=[],r.skips=[],r.formatters={};function t(f){let l=0;for(let h=0;h<f.length;h++)l=(l<<5)-l+f.charCodeAt(h),l|=0;return r.colors[Math.abs(l)%r.colors.length]}r.selectColor=t;function r(f){let l,h=null,d,p;function y(...x){if(!y.enabled)return;let v=y,B=Number(new Date),C=B-(l||B);v.diff=C,v.prev=l,v.curr=B,l=B,x[0]=r.coerce(x[0]),typeof x[0]!="string"&&x.unshift("%O");let F=0;x[0]=x[0].replace(/%([a-zA-Z%])/g,(_,W)=>{if(_==="%%")return"%";F++;let T=r.formatters[W];if(typeof T=="function"){let K=x[F];_=T.call(v,K),x.splice(F,1),F--}return _}),r.formatArgs.call(v,x),(v.log||r.log).apply(v,x)}return y.namespace=f,y.useColors=r.useColors(),y.color=r.selectColor(f),y.extend=n,y.destroy=r.destroy,Object.defineProperty(y,"enabled",{enumerable:!0,configurable:!1,get:()=>h!==null?h:(d!==r.namespaces&&(d=r.namespaces,p=r.enabled(f)),p),set:x=>{h=x}}),typeof r.init=="function"&&r.init(y),y}function n(f,l){let h=r(this.namespace+(typeof l>"u"?":":l)+f);return h.log=this.log,h}function i(f){r.save(f),r.namespaces=f,r.names=[],r.skips=[];let l,h=(typeof f=="string"?f:"").split(/[\s,]+/),d=h.length;for(l=0;l<d;l++)h[l]&&(f=h[l].replace(/\*/g,".*?"),f[0]==="-"?r.skips.push(new RegExp("^"+f.slice(1)+"$")):r.names.push(new RegExp("^"+f+"$")))}function o(){let f=[...r.names.map(s),...r.skips.map(s).map(l=>"-"+l)].join(",");return r.enable(""),f}function a(f){if(f[f.length-1]==="*")return!0;let l,h;for(l=0,h=r.skips.length;l<h;l++)if(r.skips[l].test(f))return!1;for(l=0,h=r.names.length;l<h;l++)if(r.names[l].test(f))return!0;return!1}function s(f){return f.toString().substring(2,f.toString().length-2).replace(/\.\*\?$/,"*")}function u(f){return f instanceof Error?f.stack||f.message:f}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.enable(r.load()),r}Kf.exports=Ug});var Mf=H((je,co)=>{je.formatArgs=Lg;je.save=Fg;je.load=Kg;je.useColors=Pg;je.storage=Og();je.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();je.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function Pg(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function Lg(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+co.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let r=0,n=0;e[0].replace(/%[a-zA-Z%]/g,i=>{i!=="%%"&&(r++,i==="%c"&&(n=r))}),e.splice(n,0,t)}je.log=console.debug||console.log||(()=>{});function Fg(e){try{e?je.storage.setItem("debug",e):je.storage.removeItem("debug")}catch{}}function Kg(){let e;try{e=je.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function Og(){try{return localStorage}catch{}}co.exports=Of()(je);var{formatters:Mg}=co.exports;Mg.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var fh=H((Zb,ch)=>{ch.exports=function(e){if(!e)throw Error("hashlru must have a max value, of type number, greater than 0");var t=0,r=Object.create(null),n=Object.create(null);function i(o,a){r[o]=a,t++,t>=e&&(t=0,n=r,r=Object.create(null))}return{has:function(o){return r[o]!==void 0||n[o]!==void 0},remove:function(o){r[o]!==void 0&&(r[o]=void 0),n[o]!==void 0&&(n[o]=void 0)},get:function(o){var a=r[o];if(a!==void 0)return a;if((a=n[o])!==void 0)return i(o,a),a},set:function(o,a){r[o]!==void 0?r[o]=a:i(o,a)},clear:function(){r=Object.create(null),n=Object.create(null)}}}});var ph=H((Jb,Ls)=>{"use strict";var A2=Object.prototype.hasOwnProperty,He="~";function fi(){}Object.create&&(fi.prototype=Object.create(null),new fi().__proto__||(He=!1));function C2(e,t,r){this.fn=e,this.context=t,this.once=r||!1}function hh(e,t,r,n,i){if(typeof r!="function")throw new TypeError("The listener must be a function");var o=new C2(r,n||e,i),a=He?He+t:t;return e._events[a]?e._events[a].fn?e._events[a]=[e._events[a],o]:e._events[a].push(o):(e._events[a]=o,e._eventsCount++),e}function Bo(e,t){--e._eventsCount===0?e._events=new fi:delete e._events[t]}function Ve(){this._events=new fi,this._eventsCount=0}Ve.prototype.eventNames=function(){var t=[],r,n;if(this._eventsCount===0)return t;for(n in r=this._events)A2.call(r,n)&&t.push(He?n.slice(1):n);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(r)):t};Ve.prototype.listeners=function(t){var r=He?He+t:t,n=this._events[r];if(!n)return[];if(n.fn)return[n.fn];for(var i=0,o=n.length,a=new Array(o);i<o;i++)a[i]=n[i].fn;return a};Ve.prototype.listenerCount=function(t){var r=He?He+t:t,n=this._events[r];return n?n.fn?1:n.length:0};Ve.prototype.emit=function(t,r,n,i,o,a){var s=He?He+t:t;if(!this._events[s])return!1;var u=this._events[s],c=arguments.length,f,l;if(u.fn){switch(u.once&&this.removeListener(t,u.fn,void 0,!0),c){case 1:return u.fn.call(u.context),!0;case 2:return u.fn.call(u.context,r),!0;case 3:return u.fn.call(u.context,r,n),!0;case 4:return u.fn.call(u.context,r,n,i),!0;case 5:return u.fn.call(u.context,r,n,i,o),!0;case 6:return u.fn.call(u.context,r,n,i,o,a),!0}for(l=1,f=new Array(c-1);l<c;l++)f[l-1]=arguments[l];u.fn.apply(u.context,f)}else{var h=u.length,d;for(l=0;l<h;l++)switch(u[l].once&&this.removeListener(t,u[l].fn,void 0,!0),c){case 1:u[l].fn.call(u[l].context);break;case 2:u[l].fn.call(u[l].context,r);break;case 3:u[l].fn.call(u[l].context,r,n);break;case 4:u[l].fn.call(u[l].context,r,n,i);break;default:if(!f)for(d=1,f=new Array(c-1);d<c;d++)f[d-1]=arguments[d];u[l].fn.apply(u[l].context,f)}}return!0};Ve.prototype.on=function(t,r,n){return hh(this,t,r,n,!1)};Ve.prototype.once=function(t,r,n){return hh(this,t,r,n,!0)};Ve.prototype.removeListener=function(t,r,n,i){var o=He?He+t:t;if(!this._events[o])return this;if(!r)return Bo(this,o),this;var a=this._events[o];if(a.fn)a.fn===r&&(!i||a.once)&&(!n||a.context===n)&&Bo(this,o);else{for(var s=0,u=[],c=a.length;s<c;s++)(a[s].fn!==r||i&&!a[s].once||n&&a[s].context!==n)&&u.push(a[s]);u.length?this._events[o]=u.length===1?u[0]:u:Bo(this,o)}return this};Ve.prototype.removeAllListeners=function(t){var r;return t?(r=He?He+t:t,this._events[r]&&Bo(this,r)):(this._events=new fi,this._eventsCount=0),this};Ve.prototype.off=Ve.prototype.removeListener;Ve.prototype.addListener=Ve.prototype.on;Ve.prefixed=He;Ve.EventEmitter=Ve;typeof Ls<"u"&&(Ls.exports=Ve)});var D2={};Fe(D2,{ipns:()=>k2,ipnsSelector:()=>_h,ipnsValidator:()=>Ps});var Po=Symbol.for("@libp2p/peer-id");function Xs(e){return e!=null&&Boolean(e[Po])}var ah=X(Js(),1);var js=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce((t,r)=>(r&=63,r<36?t+=r.toString(36):r<62?t+=(r-26).toString(36).toUpperCase():r>62?t+="-":t+="_",t),"");var Vo={};Fe(Vo,{identity:()=>qh});function Fh(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<e.length;i++){var o=e.charAt(i),a=o.charCodeAt(0);if(r[a]!==255)throw new TypeError(o+" is ambiguous");r[a]=i}var s=e.length,u=e.charAt(0),c=Math.log(s)/Math.log(256),f=Math.log(256)/Math.log(s);function l(p){if(p instanceof Uint8Array||(ArrayBuffer.isView(p)?p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength):Array.isArray(p)&&(p=Uint8Array.from(p))),!(p instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(p.length===0)return"";for(var y=0,x=0,v=0,B=p.length;v!==B&&p[v]===0;)v++,y++;for(var C=(B-v)*f+1>>>0,F=new Uint8Array(C);v!==B;){for(var R=p[v],_=0,W=C-1;(R!==0||_<x)&&W!==-1;W--,_++)R+=256*F[W]>>>0,F[W]=R%s>>>0,R=R/s>>>0;if(R!==0)throw new Error("Non-zero carry");x=_,v++}for(var T=C-x;T!==C&&F[T]===0;)T++;for(var K=u.repeat(y);T<C;++T)K+=e.charAt(F[T]);return K}function h(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return new Uint8Array;var y=0;if(p[y]!==" "){for(var x=0,v=0;p[y]===u;)x++,y++;for(var B=(p.length-y)*c+1>>>0,C=new Uint8Array(B);p[y];){var F=r[p.charCodeAt(y)];if(F===255)return;for(var R=0,_=B-1;(F!==0||R<v)&&_!==-1;_--,R++)F+=s*C[_]>>>0,C[_]=F%256>>>0,F=F/256>>>0;if(F!==0)throw new Error("Non-zero carry");v=R,y++}if(p[y]!==" "){for(var W=B-v;W!==B&&C[W]===0;)W++;for(var T=new Uint8Array(x+(B-W)),K=x;W!==B;)T[K++]=C[W++];return T}}}function d(p){var y=h(p);if(y)return y;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:h,decode:d}}var Kh=Fh,Oh=Kh,e0=Oh;var M2=new Uint8Array(0);var t0=(e,t)=>{if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},qt=e=>{if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")};var r0=e=>new TextEncoder().encode(e),n0=e=>new TextDecoder().decode(e);var Fo=class{constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Ko=class{constructor(t,r,n){if(this.name=t,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return o0(this,t)}},Oo=class{constructor(t){this.decoders=t}or(t){return o0(this,t)}decode(t){let r=t[0],n=this.decoders[r];if(n)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},o0=(e,t)=>new Oo({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),Mo=class{constructor(t,r,n,i){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new Fo(t,r,n),this.decoder=new Ko(t,r,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},Vr=({name:e,prefix:t,encode:r,decode:n})=>new Mo(e,t,r,n),Xt=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:i}=e0(r,t);return Vr({prefix:e,name:t,encode:n,decode:o=>qt(i(o))})},Mh=(e,t,r,n)=>{let i={};for(let f=0;f<t.length;++f)i[t[f]]=f;let o=e.length;for(;e[o-1]==="=";)--o;let a=new Uint8Array(o*r/8|0),s=0,u=0,c=0;for(let f=0;f<o;++f){let l=i[e[f]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);u=u<<r|l,s+=r,s>=8&&(s-=8,a[c++]=255&u>>s)}if(s>=r||255&u<<8-s)throw new SyntaxError("Unexpected end of data");return a},Vh=(e,t,r)=>{let n=t[t.length-1]==="=",i=(1<<r)-1,o="",a=0,s=0;for(let u=0;u<e.length;++u)for(s=s<<8|e[u],a+=8;a>r;)a-=r,o+=t[i&s>>a];if(a&&(o+=t[i&s<<r-a]),n)for(;o.length*r&7;)o+="=";return o},Se=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>Vr({prefix:t,name:e,encode(i){return Vh(i,n,r)},decode(i){return Mh(i,n,r,e)}});var qh=Vr({prefix:"\0",name:"identity",encode:e=>n0(e),decode:e=>r0(e)});var qo={};Fe(qo,{base2:()=>zh});var zh=Se({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var zo={};Fe(zo,{base8:()=>Hh});var Hh=Se({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ho={};Fe(Ho,{base10:()=>Gh});var Gh=Xt({prefix:"9",name:"base10",alphabet:"0123456789"});var Go={};Fe(Go,{base16:()=>$h,base16upper:()=>Wh});var $h=Se({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Wh=Se({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var $o={};Fe($o,{base32:()=>Jt,base32hex:()=>Zh,base32hexpad:()=>Jh,base32hexpadupper:()=>jh,base32hexupper:()=>Xh,base32pad:()=>Qh,base32padupper:()=>Yh,base32upper:()=>a0,base32z:()=>ep});var Jt=Se({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),a0=Se({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Qh=Se({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Yh=Se({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Zh=Se({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Xh=Se({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Jh=Se({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),jh=Se({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),ep=Se({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Wo={};Fe(Wo,{base36:()=>tp,base36upper:()=>rp});var tp=Xt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),rp=Xt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Qo={};Fe(Qo,{base58btc:()=>Ke,base58flickr:()=>np});var Ke=Xt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),np=Xt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Yo={};Fe(Yo,{base64:()=>qr,base64pad:()=>ip,base64url:()=>op,base64urlpad:()=>ap});var qr=Se({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),ip=Se({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),op=Se({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),ap=Se({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Zo={};Fe(Zo,{base256emoji:()=>lp});var s0=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),sp=s0.reduce((e,t,r)=>(e[r]=t,e),[]),up=s0.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function cp(e){return e.reduce((t,r)=>(t+=sp[r],t),"")}function fp(e){let t=[];for(let r of e){let n=up[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var lp=Vr({prefix:"\u{1F680}",name:"base256emoji",encode:cp,decode:fp});var ea={};Fe(ea,{sha256:()=>Oe,sha512:()=>Rp});var hp=f0,u0=128,pp=127,dp=~pp,yp=Math.pow(2,31);function f0(e,t,r){t=t||[],r=r||0;for(var n=r;e>=yp;)t[r++]=e&255|u0,e/=128;for(;e&dp;)t[r++]=e&255|u0,e>>>=7;return t[r]=e|0,f0.bytes=r-n+1,t}var gp=Xo,mp=128,c0=127;function Xo(e,n){var r=0,n=n||0,i=0,o=n,a,s=e.length;do{if(o>=s)throw Xo.bytes=0,new RangeError("Could not decode varint");a=e[o++],r+=i<28?(a&c0)<<i:(a&c0)*Math.pow(2,i),i+=7}while(a>=mp);return Xo.bytes=o-n,r}var xp=Math.pow(2,7),vp=Math.pow(2,14),wp=Math.pow(2,21),bp=Math.pow(2,28),Ep=Math.pow(2,35),Sp=Math.pow(2,42),Bp=Math.pow(2,49),Ap=Math.pow(2,56),Cp=Math.pow(2,63),Tp=function(e){return e<xp?1:e<vp?2:e<wp?3:e<bp?4:e<Ep?5:e<Sp?6:e<Bp?7:e<Ap?8:e<Cp?9:10},_p={encode:hp,decode:gp,encodingLength:Tp},Ip=_p,_n=Ip;var In=(e,t=0)=>[_n.decode(e,t),_n.decode.bytes],zr=(e,t,r=0)=>(_n.encode(e,t,r),t),Hr=e=>_n.encodingLength(e);var At=(e,t)=>{let r=t.byteLength,n=Hr(e),i=n+Hr(r),o=new Uint8Array(i+r);return zr(e,o,0),zr(r,o,n),o.set(t,i),new Gr(e,r,t,o)},Er=e=>{let t=qt(e),[r,n]=In(t),[i,o]=In(t.subarray(n)),a=t.subarray(n+o);if(a.byteLength!==i)throw new Error("Incorrect length");return new Gr(r,i,a,t)},l0=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&t0(e.bytes,r.bytes)}},Gr=class{constructor(t,r,n,i){this.code=t,this.size=r,this.digest=n,this.bytes=i}};var jo=({name:e,code:t,encode:r})=>new Jo(e,t,r),Jo=class{constructor(t,r,n){this.name=t,this.code=r,this.encode=n}digest(t){if(t instanceof Uint8Array){let r=this.encode(t);return r instanceof Uint8Array?At(this.code,r):r.then(n=>At(this.code,n))}else throw Error("Unknown type, must be binary type")}};var p0=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),Oe=jo({name:"sha2-256",code:18,encode:p0("SHA-256")}),Rp=jo({name:"sha2-512",code:19,encode:p0("SHA-512")});var ta={};Fe(ta,{identity:()=>Ct});var d0=0,Np="identity",y0=qt,kp=e=>At(d0,y0(e)),Ct={code:d0,name:Np,encode:y0,digest:kp};var sm=new TextEncoder,um=new TextDecoder;var g0=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return Lp(r,ra(e),t||Ke.encoder);default:return Fp(r,ra(e),t||Jt.encoder)}};var m0=new WeakMap,ra=e=>{let t=m0.get(e);if(t==null){let r=new Map;return m0.set(e,r),r}return t},pe=class{constructor(t,r,n,i){this.code=r,this.version=t,this.multihash=n,this.bytes=i,this["/"]=i}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:r}=this;if(t!==Rn)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==Kp)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return pe.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=At(t,r);return pe.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return pe.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&l0(t.multihash,n.multihash)}toString(t){return g0(this,t)}toJSON(){return{"/":g0(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let r=t;if(r instanceof pe)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:o,bytes:a}=r;return new pe(n,i,o,a||x0(n,i,o.bytes))}else if(r[Op]===!0){let{version:n,multihash:i,code:o}=r,a=Er(i);return pe.create(n,o,a)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==Rn)throw new Error(`Version 0 CID must use dag-pb (code: ${Rn}) block encoding`);return new pe(t,r,n,n.bytes)}case 1:{let i=x0(t,r,n.bytes);return new pe(t,r,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return pe.create(0,Rn,t)}static createV1(t,r){return pe.create(1,t,r)}static decode(t){let[r,n]=pe.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=pe.inspectBytes(t),n=r.size-r.multihashSize,i=qt(t.subarray(n,n+r.multihashSize));if(i.byteLength!==r.multihashSize)throw new Error("Incorrect length");let o=i.subarray(r.multihashSize-r.digestSize),a=new Gr(r.multihashCode,r.digestSize,o,i);return[r.version===0?pe.createV0(a):pe.createV1(r.codec,a),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[l,h]=In(t.subarray(r));return r+=h,l},i=n(),o=Rn;if(i===18?(i=0,r=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let a=r,s=n(),u=n(),c=r+u,f=c-a;return{version:i,codec:o,multihashCode:s,digestSize:u,multihashSize:f,size:c}}static parse(t,r){let[n,i]=Pp(t,r),o=pe.decode(i);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return ra(o).set(n,t),o}},Pp=(e,t)=>{switch(e[0]){case"Q":{let r=t||Ke;return[Ke.prefix,r.decode(`${Ke.prefix}${e}`)]}case Ke.prefix:{let r=t||Ke;return[Ke.prefix,r.decode(e)]}case Jt.prefix:{let r=t||Jt;return[Jt.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}},Lp=(e,t,r)=>{let{prefix:n}=r;if(n!==Ke.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let i=t.get(n);if(i==null){let o=r.encode(e).slice(1);return t.set(n,o),o}else return i},Fp=(e,t,r)=>{let{prefix:n}=r,i=t.get(n);if(i==null){let o=r.encode(e);return t.set(n,o),o}else return i},Rn=112,Kp=18,x0=(e,t,r)=>{let n=Hr(e),i=n+Hr(t),o=new Uint8Array(i+r.byteLength);return zr(e,o,0),zr(t,o,n),o.set(r,i),o},Op=Symbol.for("@ipld/js-cid/CID");var $r={...Vo,...qo,...zo,...Ho,...Go,...$o,...Wo,...Qo,...Yo,...Zo},xm={...ea,...ta};function Wr(e){return globalThis.Buffer!=null?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e}function Si(e=0){return globalThis.Buffer?.allocUnsafe!=null?Wr(globalThis.Buffer.allocUnsafe(e)):new Uint8Array(e)}function w0(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var v0=w0("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),na=w0("ascii","a",e=>{let t="a";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},e=>{e=e.substring(1);let t=Si(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),Mp={utf8:v0,"utf-8":v0,hex:$r.base16,latin1:na,ascii:na,binary:na,...$r},Bi=Mp;function xe(e,t="utf8"){let r=Bi[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(e.buffer,e.byteOffset,e.byteLength).toString("utf8"):r.encoder.encode(e).substring(1)}function Be(e,t="utf8"){let r=Bi[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Wr(globalThis.Buffer.from(e,"utf-8")):r.decoder.decode(`${r.prefix}${e}`)}var zt="/",b0=new TextEncoder().encode(zt),Ai=b0[0],Ie=class{constructor(t,r){if(typeof t=="string")this._buf=Be(t);else if(t instanceof Uint8Array)this._buf=t;else throw new Error("Invalid key, should be String of Uint8Array");if(r==null&&(r=!0),r&&this.clean(),this._buf.byteLength===0||this._buf[0]!==Ai)throw new Error("Invalid key")}toString(t="utf8"){return xe(this._buf,t)}uint8Array(){return this._buf}get[Symbol.toStringTag](){return`Key(${this.toString()})`}static withNamespaces(t){return new Ie(t.join(zt))}static random(){return new Ie(js().replace(/-/g,""))}static asKey(t){return t instanceof Uint8Array||typeof t=="string"?new Ie(t):typeof t.uint8Array=="function"?new Ie(t.uint8Array()):null}clean(){if((this._buf==null||this._buf.byteLength===0)&&(this._buf=b0),this._buf[0]!==Ai){let t=new Uint8Array(this._buf.byteLength+1);t.fill(Ai,0,1),t.set(this._buf,1),this._buf=t}for(;this._buf.byteLength>1&&this._buf[this._buf.byteLength-1]===Ai;)this._buf=this._buf.subarray(0,-1)}less(t){let r=this.list(),n=t.list();for(let i=0;i<r.length;i++){if(n.length<i+1)return!1;let o=r[i],a=n[i];if(o<a)return!0;if(o>a)return!1}return r.length<n.length}reverse(){return Ie.withNamespaces(this.list().slice().reverse())}namespaces(){return this.list()}baseNamespace(){let t=this.namespaces();return t[t.length-1]}list(){return this.toString().split(zt).slice(1)}type(){return Vp(this.baseNamespace())}name(){return qp(this.baseNamespace())}instance(t){return new Ie(this.toString()+":"+t)}path(){let t=this.parent().toString();return t.endsWith(zt)||(t+=zt),t+=this.type(),new Ie(t)}parent(){let t=this.list();return t.length===1?new Ie(zt):new Ie(t.slice(0,-1).join(zt))}child(t){return this.toString()===zt?t:t.toString()===zt?this:new Ie(this.toString()+t.toString(),!1)}isAncestorOf(t){return t.toString()===this.toString()?!1:t.toString().startsWith(this.toString())}isDecendantOf(t){return t.toString()===this.toString()?!1:this.toString().startsWith(t.toString())}isTopLevel(){return this.list().length===1}concat(...t){return Ie.withNamespaces([...this.namespaces(),...zp(t.map(r=>r.namespaces()))])}};function Vp(e){let t=e.split(":");return t.length<2?"":t.slice(0,-1).join(":")}function qp(e){let t=e.split(":");return t[t.length-1]}function zp(e){return[].concat(...e)}var ga=X(ua(),1),uu=X(eu(),1),ma=X(ya(),1),cu=X(su(),1),fu=X(Ar(),1);function Jp(){fu.default._configure(),ga.default._configure(uu.default),ma.default._configure(cu.default)}Jp();var lu=["uint64","int64","sint64","fixed64","sfixed64"];function jp(e){for(let t of lu){if(e[t]==null)continue;let r=e[t];e[t]=function(){return BigInt(r.call(this).toString())}}return e}function xa(e){return jp(new ga.default(e))}function ed(e){for(let t of lu){if(e[t]==null)continue;let r=e[t];e[t]=function(n){return r.call(this,n.toString())}}return e}function va(){return ed(ma.default.create())}function tr(e,t){let r=xa(e instanceof Uint8Array?e:e.subarray());return t.decode(r)}function rr(e,t){let r=va();return t.encode(e,r,{lengthDelimited:!1}),r.finish()}var Yr;(function(e){e[e.VARINT=0]="VARINT",e[e.BIT64=1]="BIT64",e[e.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",e[e.START_GROUP=3]="START_GROUP",e[e.END_GROUP=4]="END_GROUP",e[e.BIT32=5]="BIT32"})(Yr||(Yr={}));function Ri(e,t,r,n){return{name:e,type:t,encode:r,decode:n}}function Dn(e){function t(i){if(e[i.toString()]==null)throw new Error("Invalid enum value");return e[i]}let r=function(o,a){let s=t(o);a.int32(s)},n=function(o){let a=o.int32();return t(a)};return Ri("enum",Yr.VARINT,r,n)}function nr(e,t){return Ri("message",Yr.LENGTH_DELIMITED,e,t)}var ve;(function(e){e.RSA="RSA",e.Ed25519="Ed25519",e.Secp256k1="Secp256k1"})(ve||(ve={}));var wa;(function(e){e[e.RSA=0]="RSA",e[e.Ed25519=1]="Ed25519",e[e.Secp256k1=2]="Secp256k1"})(wa||(wa={}));(function(e){e.codec=()=>Dn(wa)})(ve||(ve={}));var It;(function(e){let t;e.codec=()=>(t==null&&(t=nr((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),ve.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),i.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let i={},o=n==null?r.len:r.pos+n;for(;r.pos<o;){let a=r.uint32();switch(a>>>3){case 1:i.Type=ve.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(a&7);break}}return i})),t),e.encode=r=>rr(r,e.codec()),e.decode=r=>tr(r,e.codec())})(It||(It={}));var Rt;(function(e){let t;e.codec=()=>(t==null&&(t=nr((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),ve.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),i.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let i={},o=n==null?r.len:r.pos+n;for(;r.pos<o;){let a=r.uint32();switch(a>>>3){case 1:i.Type=ve.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(a&7);break}}return i})),t),e.encode=r=>rr(r,e.codec()),e.decode=r=>tr(r,e.codec())})(Rt||(Rt={}));var jv=X(Fn(),1),ew=X(Tc(),1),_g=X(fe(),1),Df=X($e(),1);var T1=X($e(),1);function mt(e,t){t==null&&(t=e.reduce((i,o)=>i+o.length,0));let r=Si(t),n=0;for(let i of e)r.set(i,n),n+=i.length;return Wr(r)}var We={get(e=globalThis){let t=e.crypto;if(t==null||t.subtle==null)throw Object.assign(new Error("Missing Web Crypto API. The most likely cause of this error is that this page is being accessed from an insecure context (i.e. not HTTPS). For more information and possible resolutions see https://github.com/libp2p/js-libp2p-crypto/blob/master/README.md#web-crypto-api"),{code:"ERR_MISSING_WEB_CRYPTO"});return t}};var _1=X($e(),1);var Qx=X(_e(),1),Yx=X(Gi(),1),Rc=X(fe(),1);function xt(e,t){let r=Uint8Array.from(e.abs().toByteArray());if(r=r[0]===0?r.subarray(1):r,t!=null){if(r.length>t)throw new Error("byte array longer than desired length");r=mt([new Uint8Array(t-r.length),r])}return xe(r,"base64url")}function Xe(e){let t=Nc(e);return new Rc.default.jsbn.BigInteger(xe(t,"base16"),16)}function Nc(e,t){let r=Be(e,"base64urlpad");if(t!=null){if(r.length>t)throw new Error("byte array longer than desired length");r=mt([new Uint8Array(t-r.length),r])}return r}function Ue(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}var I1={"P-256":256,"P-384":384,"P-521":521},R1=Object.keys(I1),av=R1.join(" / ");function za(e){let t=e?.algorithm??"AES-GCM",r=e?.keyLength??16,n=e?.nonceLength??12,i=e?.digest??"SHA-256",o=e?.saltLength??16,a=e?.iterations??32767,s=We.get();r*=8;async function u(l,h){let d=s.getRandomValues(new Uint8Array(o)),p=s.getRandomValues(new Uint8Array(n)),y={name:t,iv:p};typeof h=="string"&&(h=Be(h));let x={name:"PBKDF2",salt:d,iterations:a,hash:{name:i}},v=await s.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey","deriveBits"]),B=await s.subtle.deriveKey(x,v,{name:t,length:r},!0,["encrypt"]),C=await s.subtle.encrypt(y,B,l);return mt([d,y.iv,new Uint8Array(C)])}async function c(l,h){let d=l.subarray(0,o),p=l.subarray(o,o+n),y=l.subarray(o+n),x={name:t,iv:p};typeof h=="string"&&(h=Be(h));let v={name:"PBKDF2",salt:d,iterations:a,hash:{name:i}},B=await s.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey","deriveBits"]),C=await s.subtle.deriveKey(v,B,{name:t,length:r},!0,["decrypt"]),F=await s.subtle.decrypt(x,C,y);return new Uint8Array(F)}return{encrypt:u,decrypt:c}}var rs={};Fe(rs,{RsaPrivateKey:()=>cn,RsaPublicKey:()=>$n,fromJwk:()=>tg,generateKeyPair:()=>rg,unmarshalRsaPrivateKey:()=>j1,unmarshalRsaPublicKey:()=>eg});var ts=X($e(),1);var Fv=X(Fc(),1),Gn=X(fe(),1);var k1=X(Jr(),1);var te=BigInt(0),ge=BigInt(1),cr=BigInt(2),qn=BigInt(3),Kc=BigInt(8),Ae=Object.freeze({a:te,b:BigInt(7),P:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:ge,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee")}),Oc=(e,t)=>(e+t/cr)/t,Yi={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar(e){let{n:t}=Ae,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-ge*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=r,a=BigInt("0x100000000000000000000000000000000"),s=Oc(o*e,t),u=Oc(-n*e,t),c=D(e-s*r-u*i,t),f=D(-s*n-u*o,t),l=c>a,h=f>a;if(l&&(c=t-c),h&&(f=t-f),c>a||f>a)throw new Error("splitScalarEndo: Endomorphism failed, k="+e);return{k1neg:l,k1:c,k2neg:h,k2:f}}},vt=32,nn=32,D1=32,Mc=vt+1,Vc=2*vt+1;function qc(e){let{a:t,b:r}=Ae,n=D(e*e),i=D(n*e);return D(i+t*e+r)}var Zi=Ae.a===te,ji=class extends Error{constructor(t){super(t)}};function zc(e){if(!(e instanceof oe))throw new TypeError("JacobianPoint expected")}var oe=class{constructor(t,r,n){this.x=t,this.y=r,this.z=n}static fromAffine(t){if(!(t instanceof se))throw new TypeError("JacobianPoint#fromAffine: expected Point");return t.equals(se.ZERO)?oe.ZERO:new oe(t.x,t.y,ge)}static toAffineBatch(t){let r=K1(t.map(n=>n.z));return t.map((n,i)=>n.toAffine(r[i]))}static normalizeZ(t){return oe.toAffineBatch(t).map(oe.fromAffine)}equals(t){zc(t);let{x:r,y:n,z:i}=this,{x:o,y:a,z:s}=t,u=D(i*i),c=D(s*s),f=D(r*c),l=D(o*u),h=D(D(n*s)*c),d=D(D(a*i)*u);return f===l&&h===d}negate(){return new oe(this.x,D(-this.y),this.z)}double(){let{x:t,y:r,z:n}=this,i=D(t*t),o=D(r*r),a=D(o*o),s=t+o,u=D(cr*(D(s*s)-i-a)),c=D(qn*i),f=D(c*c),l=D(f-cr*u),h=D(c*(u-l)-Kc*a),d=D(cr*r*n);return new oe(l,h,d)}add(t){zc(t);let{x:r,y:n,z:i}=this,{x:o,y:a,z:s}=t;if(o===te||a===te)return this;if(r===te||n===te)return t;let u=D(i*i),c=D(s*s),f=D(r*c),l=D(o*u),h=D(D(n*s)*c),d=D(D(a*i)*u),p=D(l-f),y=D(d-h);if(p===te)return y===te?this.double():oe.ZERO;let x=D(p*p),v=D(p*x),B=D(f*x),C=D(y*y-v-cr*B),F=D(y*(B-C)-h*v),R=D(i*s*p);return new oe(C,F,R)}subtract(t){return this.add(t.negate())}multiplyUnsafe(t){let r=oe.ZERO;if(typeof t=="bigint"&&t===te)return r;let n=$c(t);if(n===ge)return this;if(!Zi){let l=r,h=this;for(;n>te;)n&ge&&(l=l.add(h)),h=h.double(),n>>=ge;return l}let{k1neg:i,k1:o,k2neg:a,k2:s}=Yi.splitScalar(n),u=r,c=r,f=this;for(;o>te||s>te;)o&ge&&(u=u.add(f)),s&ge&&(c=c.add(f)),f=f.double(),o>>=ge,s>>=ge;return i&&(u=u.negate()),a&&(c=c.negate()),c=new oe(D(c.x*Yi.beta),c.y,c.z),u.add(c)}precomputeWindow(t){let r=Zi?128/t+1:256/t+1,n=[],i=this,o=i;for(let a=0;a<r;a++){o=i,n.push(o);for(let s=1;s<2**(t-1);s++)o=o.add(i),n.push(o);i=o.double()}return n}wNAF(t,r){!r&&this.equals(oe.BASE)&&(r=se.BASE);let n=r&&r._WINDOW_SIZE||1;if(256%n)throw new Error("Point#wNAF: Invalid precomputation window, must be power of 2");let i=r&&Wa.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=oe.normalizeZ(i),Wa.set(r,i)));let o=oe.ZERO,a=oe.BASE,s=1+(Zi?128/n:256/n),u=2**(n-1),c=BigInt(2**n-1),f=2**n,l=BigInt(n);for(let h=0;h<s;h++){let d=h*u,p=Number(t&c);t>>=l,p>u&&(p-=f,t+=ge);let y=d,x=d+Math.abs(p)-1,v=h%2!==0,B=p<0;p===0?a=a.add(Xi(v,i[y])):o=o.add(Xi(B,i[x]))}return{p:o,f:a}}multiply(t,r){let n=$c(t),i,o;if(Zi){let{k1neg:a,k1:s,k2neg:u,k2:c}=Yi.splitScalar(n),{p:f,f:l}=this.wNAF(s,r),{p:h,f:d}=this.wNAF(c,r);f=Xi(a,f),h=Xi(u,h),h=new oe(D(h.x*Yi.beta),h.y,h.z),i=f.add(h),o=l.add(d)}else{let{p:a,f:s}=this.wNAF(n,r);i=a,o=s}return oe.normalizeZ([i,o])[0]}toAffine(t){let{x:r,y:n,z:i}=this,o=this.equals(oe.ZERO);t==null&&(t=o?Kc:sn(i));let a=t,s=D(a*a),u=D(s*a),c=D(r*s),f=D(n*u),l=D(i*a);if(o)return se.ZERO;if(l!==ge)throw new Error("invZ was invalid");return new se(c,f)}};oe.BASE=new oe(Ae.Gx,Ae.Gy,ge);oe.ZERO=new oe(te,ge,te);function Xi(e,t){let r=t.negate();return e?r:t}var Wa=new WeakMap,se=class{constructor(t,r){this.x=t,this.y=r}_setWindowSize(t){this._WINDOW_SIZE=t,Wa.delete(this)}hasEvenY(){return this.y%cr===te}static fromCompressedHex(t){let r=t.length===32,n=fr(r?t:t.subarray(1));if(!$a(n))throw new Error("Point is not on curve");let i=qc(n),o=F1(i),a=(o&ge)===ge;r?a&&(o=D(-o)):(t[0]&1)===1!==a&&(o=D(-o));let s=new se(n,o);return s.assertValidity(),s}static fromUncompressedHex(t){let r=fr(t.subarray(1,vt+1)),n=fr(t.subarray(vt+1,vt*2+1)),i=new se(r,n);return i.assertValidity(),i}static fromHex(t){let r=an(t),n=r.length,i=r[0];if(n===vt)return this.fromCompressedHex(r);if(n===Mc&&(i===2||i===3))return this.fromCompressedHex(r);if(n===Vc&&i===4)return this.fromUncompressedHex(r);throw new Error(`Point.fromHex: received invalid point. Expected 32-${Mc} compressed bytes or ${Vc} uncompressed bytes, not ${n}`)}static fromPrivateKey(t){return se.BASE.multiply(to(t))}static fromSignature(t,r,n){let{r:i,s:o}=Wc(r);if(![0,1,2,3].includes(n))throw new Error("Cannot recover: invalid recovery bit");let a=Za(an(t)),{n:s}=Ae,u=n===2||n===3?i+s:i,c=sn(u,s),f=D(-a*c,s),l=D(o*c,s),h=n&1?"03":"02",d=se.fromHex(h+tn(u)),p=se.BASE.multiplyAndAddUnsafe(d,f,l);if(!p)throw new Error("Cannot recover signature: point at infinify");return p.assertValidity(),p}toRawBytes(t=!1){return Dr(this.toHex(t))}toHex(t=!1){let r=tn(this.x);return t?`${this.hasEvenY()?"02":"03"}${r}`:`04${r}${tn(this.y)}`}toHexX(){return this.toHex(!0).slice(2)}toRawX(){return this.toRawBytes(!0).slice(1)}assertValidity(){let t="Point is not on elliptic curve",{x:r,y:n}=this;if(!$a(r)||!$a(n))throw new Error(t);let i=D(n*n),o=qc(r);if(D(i-o)!==te)throw new Error(t)}equals(t){return this.x===t.x&&this.y===t.y}negate(){return new se(this.x,D(-this.y))}double(){return oe.fromAffine(this).double().toAffine()}add(t){return oe.fromAffine(this).add(oe.fromAffine(t)).toAffine()}subtract(t){return this.add(t.negate())}multiply(t){return oe.fromAffine(this).multiply(t,this).toAffine()}multiplyAndAddUnsafe(t,r,n){let i=oe.fromAffine(this),o=r===te||r===ge||this!==se.BASE?i.multiplyUnsafe(r):i.multiply(r),a=oe.fromAffine(t).multiplyUnsafe(n),s=o.add(a);return s.equals(oe.ZERO)?void 0:s.toAffine()}};se.BASE=new se(Ae.Gx,Ae.Gy);se.ZERO=new se(te,te);function Hc(e){return Number.parseInt(e[0],16)>=8?"00"+e:e}function Gc(e){if(e.length<2||e[0]!==2)throw new Error(`Invalid signature integer tag: ${on(e)}`);let t=e[1],r=e.subarray(2,t+2);if(!t||r.length!==t)throw new Error("Invalid signature integer: wrong length");if(r[0]===0&&r[1]<=127)throw new Error("Invalid signature integer: trailing length");return{data:fr(r),left:e.subarray(t+2)}}function U1(e){if(e.length<2||e[0]!=48)throw new Error(`Invalid signature tag: ${on(e)}`);if(e[1]!==e.length-2)throw new Error("Invalid signature: incorrect length");let{data:t,left:r}=Gc(e.subarray(2)),{data:n,left:i}=Gc(r);if(i.length)throw new Error(`Invalid signature: left bytes after parsing: ${on(i)}`);return{r:t,s:n}}var Ft=class{constructor(t,r){this.r=t,this.s=r,this.assertValidity()}static fromCompact(t){let r=t instanceof Uint8Array,n="Signature.fromCompact";if(typeof t!="string"&&!r)throw new TypeError(`${n}: Expected string or Uint8Array`);let i=r?on(t):t;if(i.length!==128)throw new Error(`${n}: Expected 64-byte hex`);return new Ft(eo(i.slice(0,64)),eo(i.slice(64,128)))}static fromDER(t){let r=t instanceof Uint8Array;if(typeof t!="string"&&!r)throw new TypeError("Signature.fromDER: Expected string or Uint8Array");let{r:n,s:i}=U1(r?t:Dr(t));return new Ft(n,i)}static fromHex(t){return this.fromDER(t)}assertValidity(){let{r:t,s:r}=this;if(!Hn(t))throw new Error("Invalid Signature: r must be 0 < r < n");if(!Hn(r))throw new Error("Invalid Signature: s must be 0 < s < n")}hasHighS(){let t=Ae.n>>ge;return this.s>t}normalizeS(){return this.hasHighS()?new Ft(this.r,D(-this.s,Ae.n)):this}toDERRawBytes(){return Dr(this.toDERHex())}toDERHex(){let t=Hc(Vn(this.s)),r=Hc(Vn(this.r)),n=t.length/2,i=r.length/2,o=Vn(n),a=Vn(i);return`30${Vn(i+n+4)}02${a}${r}02${o}${t}`}toRawBytes(){return this.toDERRawBytes()}toHex(){return this.toDERHex()}toCompactRawBytes(){return Dr(this.toCompactHex())}toCompactHex(){return tn(this.r)+tn(this.s)}};function ur(...e){if(!e.every(n=>n instanceof Uint8Array))throw new Error("Uint8Array list expected");if(e.length===1)return e[0];let t=e.reduce((n,i)=>n+i.length,0),r=new Uint8Array(t);for(let n=0,i=0;n<e.length;n++){let o=e[n];r.set(o,i),i+=o.length}return r}var P1=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function on(e){if(!(e instanceof Uint8Array))throw new Error("Expected Uint8Array");let t="";for(let r=0;r<e.length;r++)t+=P1[e[r]];return t}var L1=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000");function tn(e){if(typeof e!="bigint")throw new Error("Expected bigint");if(!(te<=e&&e<L1))throw new Error("Expected number 0 <= n < 2^256");return e.toString(16).padStart(64,"0")}function Qa(e){let t=Dr(tn(e));if(t.length!==32)throw new Error("Error: expected 32 bytes");return t}function Vn(e){let t=e.toString(16);return t.length&1?`0${t}`:t}function eo(e){if(typeof e!="string")throw new TypeError("hexToNumber: expected string, got "+typeof e);return BigInt(`0x${e}`)}function Dr(e){if(typeof e!="string")throw new TypeError("hexToBytes: expected string, got "+typeof e);if(e.length%2)throw new Error("hexToBytes: received invalid unpadded hex"+e.length);let t=new Uint8Array(e.length/2);for(let r=0;r<t.length;r++){let n=r*2,i=e.slice(n,n+2),o=Number.parseInt(i,16);if(Number.isNaN(o)||o<0)throw new Error("Invalid byte sequence");t[r]=o}return t}function fr(e){return eo(on(e))}function an(e){return e instanceof Uint8Array?Uint8Array.from(e):Dr(e)}function $c(e){if(typeof e=="number"&&Number.isSafeInteger(e)&&e>0)return BigInt(e);if(typeof e=="bigint"&&Hn(e))return e;throw new TypeError("Expected valid private scalar: 0 < scalar < curve.n")}function D(e,t=Ae.P){let r=e%t;return r>=te?r:t+r}function ct(e,t){let{P:r}=Ae,n=e;for(;t-- >te;)n*=n,n%=r;return n}function F1(e){let{P:t}=Ae,r=BigInt(6),n=BigInt(11),i=BigInt(22),o=BigInt(23),a=BigInt(44),s=BigInt(88),u=e*e*e%t,c=u*u*e%t,f=ct(c,qn)*c%t,l=ct(f,qn)*c%t,h=ct(l,cr)*u%t,d=ct(h,n)*h%t,p=ct(d,i)*d%t,y=ct(p,a)*p%t,x=ct(y,s)*y%t,v=ct(x,a)*p%t,B=ct(v,qn)*c%t,C=ct(B,o)*d%t,F=ct(C,r)*u%t,R=ct(F,cr);if(R*R%t!==e)throw new Error("Cannot find square root");return R}function sn(e,t=Ae.P){if(e===te||t<=te)throw new Error(`invert: expected positive integers, got n=${e} mod=${t}`);let r=D(e,t),n=t,i=te,o=ge,a=ge,s=te;for(;r!==te;){let c=n/r,f=n%r,l=i-a*c,h=o-s*c;n=r,r=f,i=a,o=s,a=l,s=h}if(n!==ge)throw new Error("invert: does not exist");return D(i,t)}function K1(e,t=Ae.P){let r=new Array(e.length),n=e.reduce((o,a,s)=>a===te?o:(r[s]=o,D(o*a,t)),ge),i=sn(n,t);return e.reduceRight((o,a,s)=>a===te?o:(r[s]=D(o*r[s],t),D(o*a,t)),i),r}function O1(e){let t=e.length*8-nn*8,r=fr(e);return t>0?r>>BigInt(t):r}function Za(e,t=!1){let r=O1(e);if(t)return r;let{n}=Ae;return r>=n?r-n:r}var rn,zn,Ya=class{constructor(t,r){if(this.hashLen=t,this.qByteLen=r,typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof r!="number"||r<2)throw new Error("qByteLen must be a number");this.v=new Uint8Array(t).fill(1),this.k=new Uint8Array(t).fill(0),this.counter=0}hmac(...t){return wt.hmacSha256(this.k,...t)}hmacSync(...t){return zn(this.k,...t)}checkSync(){if(typeof zn!="function")throw new ji("hmacSha256Sync needs to be set")}incr(){if(this.counter>=1e3)throw new Error("Tried 1,000 k values for sign(), all were invalid");this.counter+=1}async reseed(t=new Uint8Array){this.k=await this.hmac(this.v,Uint8Array.from([0]),t),this.v=await this.hmac(this.v),t.length!==0&&(this.k=await this.hmac(this.v,Uint8Array.from([1]),t),this.v=await this.hmac(this.v))}reseedSync(t=new Uint8Array){this.checkSync(),this.k=this.hmacSync(this.v,Uint8Array.from([0]),t),this.v=this.hmacSync(this.v),t.length!==0&&(this.k=this.hmacSync(this.v,Uint8Array.from([1]),t),this.v=this.hmacSync(this.v))}async generate(){this.incr();let t=0,r=[];for(;t<this.qByteLen;){this.v=await this.hmac(this.v);let n=this.v.slice();r.push(n),t+=this.v.length}return ur(...r)}generateSync(){this.checkSync(),this.incr();let t=0,r=[];for(;t<this.qByteLen;){this.v=this.hmacSync(this.v);let n=this.v.slice();r.push(n),t+=this.v.length}return ur(...r)}};function Hn(e){return te<e&&e<Ae.n}function $a(e){return te<e&&e<Ae.P}function M1(e,t,r,n=!0){let{n:i}=Ae,o=Za(e,!0);if(!Hn(o))return;let a=sn(o,i),s=se.BASE.multiply(o),u=D(s.x,i);if(u===te)return;let c=D(a*D(t+r*u,i),i);if(c===te)return;let f=new Ft(u,c),l=(s.x===f.r?0:2)|Number(s.y&ge);return n&&f.hasHighS()&&(f=f.normalizeS(),l^=1),{sig:f,recovery:l}}function to(e){let t;if(typeof e=="bigint")t=e;else if(typeof e=="number"&&Number.isSafeInteger(e)&&e>0)t=BigInt(e);else if(typeof e=="string"){if(e.length!==2*nn)throw new Error("Expected 32 bytes of private key");t=eo(e)}else if(e instanceof Uint8Array){if(e.length!==nn)throw new Error("Expected 32 bytes of private key");t=fr(e)}else throw new TypeError("Expected valid private key");if(!Hn(t))throw new Error("Expected private key: 0 < key < n");return t}function V1(e){return e instanceof se?(e.assertValidity(),e):se.fromHex(e)}function Wc(e){if(e instanceof Ft)return e.assertValidity(),e;try{return Ft.fromDER(e)}catch{return Ft.fromCompact(e)}}function Xa(e,t=!1){return se.fromPrivateKey(e).toRawBytes(t)}function Qc(e){let t=e.length>vt?e.slice(0,vt):e;return fr(t)}function q1(e){let t=Qc(e),r=D(t,Ae.n);return Yc(r<te?t:r)}function Yc(e){return Qa(e)}function z1(e,t,r){if(e==null)throw new Error(`sign: expected valid message hash, not "${e}"`);let n=an(e),i=to(t),o=[Yc(i),q1(n)];if(r!=null){r===!0&&(r=wt.randomBytes(vt));let u=an(r);if(u.length!==vt)throw new Error(`sign: Expected ${vt} bytes of extra data`);o.push(u)}let a=ur(...o),s=Qc(n);return{seed:a,m:s,d:i}}function H1(e,t){let{sig:r,recovery:n}=e,{der:i,recovered:o}=Object.assign({canonical:!0,der:!0},t),a=i?r.toDERRawBytes():r.toCompactRawBytes();return o?[a,n]:a}async function Zc(e,t,r={}){let{seed:n,m:i,d:o}=z1(e,t,r.extraEntropy),a=new Ya(D1,nn);await a.reseed(n);let s;for(;!(s=M1(await a.generate(),i,o,r.canonical));)await a.reseed();return H1(s,r)}var G1={strict:!0};function Xc(e,t,r,n=G1){let i;try{i=Wc(e),t=an(t)}catch{return!1}let{r:o,s:a}=i;if(n.strict&&i.hasHighS())return!1;let s=Za(t),u;try{u=V1(r)}catch{return!1}let{n:c}=Ae,f=sn(a,c),l=D(s*f,c),h=D(o*f,c),d=se.BASE.multiplyAndAddUnsafe(u,l,h);return d?D(d.x,c)===o:!1}se.BASE._setWindowSize(8);var Je={node:k1,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0};var Ji={},wt={bytesToHex:on,hexToBytes:Dr,concatBytes:ur,mod:D,invert:sn,isValidPrivateKey(e){try{return to(e),!0}catch{return!1}},_bigintTo32Bytes:Qa,_normalizePrivateKey:to,hashToPrivateKey:e=>{e=an(e);let t=nn+8;if(e.length<t||e.length>1024)throw new Error("Expected valid bytes of private key as per FIPS 186");let r=D(fr(e),Ae.n-ge)+ge;return Qa(r)},randomBytes:(e=32)=>{if(Je.web)return Je.web.getRandomValues(new Uint8Array(e));if(Je.node){let{randomBytes:t}=Je.node;return Uint8Array.from(t(e))}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>wt.hashToPrivateKey(wt.randomBytes(nn+8)),precompute(e=8,t=se.BASE){let r=t===se.BASE?t:new se(t.x,t.y);return r._setWindowSize(e),r.multiply(qn),r},sha256:async(...e)=>{if(Je.web){let t=await Je.web.subtle.digest("SHA-256",ur(...e));return new Uint8Array(t)}else if(Je.node){let{createHash:t}=Je.node,r=t("sha256");return e.forEach(n=>r.update(n)),Uint8Array.from(r.digest())}else throw new Error("The environment doesn't have sha256 function")},hmacSha256:async(e,...t)=>{if(Je.web){let r=await Je.web.subtle.importKey("raw",e,{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign"]),n=ur(...t),i=await Je.web.subtle.sign("HMAC",r,n);return new Uint8Array(i)}else if(Je.node){let{createHmac:r}=Je.node,n=r("sha256",e);return t.forEach(i=>n.update(i)),Uint8Array.from(n.digest())}else throw new Error("The environment doesn't have hmac-sha256 function")},sha256Sync:void 0,hmacSha256Sync:void 0,taggedHash:async(e,...t)=>{let r=Ji[e];if(r===void 0){let n=await wt.sha256(Uint8Array.from(e,i=>i.charCodeAt(0)));r=ur(n,n),Ji[e]=r}return wt.sha256(r,...t)},taggedHashSync:(e,...t)=>{if(typeof rn!="function")throw new ji("sha256Sync is undefined, you need to set it");let r=Ji[e];if(r===void 0){let n=rn(Uint8Array.from(e,i=>i.charCodeAt(0)));r=ur(n,n),Ji[e]=r}return rn(r,...t)},_JacobianPoint:oe};Object.defineProperties(wt,{sha256Sync:{configurable:!1,get(){return rn},set(e){rn||(rn=e)}},hmacSha256Sync:{configurable:!1,get(){return zn},set(e){zn||(zn=e)}}});var Jc=X($e(),1);function ro(e){if(isNaN(e)||e<=0)throw(0,Jc.default)(new Error("random bytes length must be a Number bigger than 0"),"ERR_INVALID_LENGTH");return wt.randomBytes(e)}var Ur={};Fe(Ur,{jwkToPkcs1:()=>Q1,jwkToPkix:()=>Z1,pkcs1ToJwk:()=>W1,pkixToJwk:()=>Y1});var vv=X(Fn(),1),wv=X(Qi(),1),Wt=X(fe(),1);var Ja=X($e(),1);function W1(e){let t=Wt.default.asn1.fromDer(xe(e,"ascii")),r=Wt.default.pki.privateKeyFromAsn1(t);return{kty:"RSA",n:xt(r.n),e:xt(r.e),d:xt(r.d),p:xt(r.p),q:xt(r.q),dp:xt(r.dP),dq:xt(r.dQ),qi:xt(r.qInv),alg:"RS256"}}function Q1(e){if(e.n==null||e.e==null||e.d==null||e.p==null||e.q==null||e.dp==null||e.dq==null||e.qi==null)throw(0,Ja.default)(new Error("JWK was missing components"),"ERR_INVALID_PARAMETERS");let t=Wt.default.pki.privateKeyToAsn1({n:Xe(e.n),e:Xe(e.e),d:Xe(e.d),p:Xe(e.p),q:Xe(e.q),dP:Xe(e.dp),dQ:Xe(e.dq),qInv:Xe(e.qi)});return Be(Wt.default.asn1.toDer(t).getBytes(),"ascii")}function Y1(e){let t=Wt.default.asn1.fromDer(xe(e,"ascii")),r=Wt.default.pki.publicKeyFromAsn1(t);return{kty:"RSA",n:xt(r.n),e:xt(r.e)}}function Z1(e){if(e.n==null||e.e==null)throw(0,Ja.default)(new Error("JWK was missing components"),"ERR_INVALID_PARAMETERS");let t=Wt.default.pki.publicKeyToAsn1({n:Xe(e.n),e:Xe(e.e)});return Be(Wt.default.asn1.toDer(t).getBytes(),"ascii")}var Bv=X(Qi(),1),ja=X(fe(),1);function jc(e,t){return t.map(r=>Xe(e[r]))}function ef(e){return ja.default.pki.setRsaPrivateKey(...jc(e,["n","e","d","p","q","dp","dq","qi"]))}function tf(e){return ja.default.pki.setRsaPublicKey(...jc(e,["n","e"]))}var rf=X($e(),1);async function nf(e){let t=await We.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]),r=await sf(t);return{privateKey:r[0],publicKey:r[1]}}async function es(e){let r=[await We.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await X1(e)],n=await sf({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function of(e,t){let r=await We.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await We.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,Uint8Array.from(t));return new Uint8Array(n,0,n.byteLength)}async function af(e,t,r){let n=await We.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return await We.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,t,r)}async function sf(e){if(e.privateKey==null||e.publicKey==null)throw(0,rf.default)(new Error("Private and public key are required"),"ERR_INVALID_PARAMETERS");return await Promise.all([We.get().subtle.exportKey("jwk",e.privateKey),We.get().subtle.exportKey("jwk",e.publicKey)])}async function X1(e){return await We.get().subtle.importKey("jwk",{kty:e.kty,n:e.n,e:e.e},{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["verify"])}function uf(e,t,r,n){let i=t?tf(e):ef(e),o=xe(Uint8Array.from(r),"ascii"),a=n(o,i);return Be(a,"ascii")}function cf(e,t){return uf(e,!0,t,(r,n)=>n.encrypt(r))}function ff(e,t){return uf(e,!1,t,(r,n)=>n.decrypt(r))}async function un(e,t){let n=await za().encrypt(e,t);return qr.encode(n)}var $n=class{constructor(t){this._key=t}async verify(t,r){return await af(this._key,r,t)}marshal(){return Ur.jwkToPkix(this._key)}get bytes(){return It.encode({Type:ve.RSA,Data:this.marshal()}).subarray()}encrypt(t){return cf(this._key,t)}equals(t){return Ue(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Oe.digest(this.bytes);return t}},cn=class{constructor(t,r){this._key=t,this._publicKey=r}genSecret(){return ro(16)}async sign(t){return await of(this._key,t)}get public(){if(this._publicKey==null)throw(0,ts.default)(new Error("public key not provided"),"ERR_PUBKEY_NOT_PROVIDED");return new $n(this._publicKey)}decrypt(t){return ff(this._key,t)}marshal(){return Ur.jwkToPkcs1(this._key)}get bytes(){return Rt.encode({Type:ve.RSA,Data:this.marshal()}).subarray()}equals(t){return Ue(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Oe.digest(this.bytes);return t}async id(){let t=await this.public.hash();return xe(t,"base58btc")}async export(t,r="pkcs-8"){if(r==="pkcs-8"){let n=new Gn.default.util.ByteBuffer(this.marshal()),i=Gn.default.asn1.fromDer(n),o=Gn.default.pki.privateKeyFromAsn1(i),a={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return Gn.default.pki.encryptRsaPrivateKey(o,t,a)}else{if(r==="libp2p-key")return await un(this.bytes,t);throw(0,ts.default)(new Error(`export format '${r}' is not supported`),"ERR_INVALID_EXPORT_FORMAT")}}};async function j1(e){let t=Ur.pkcs1ToJwk(e),r=await es(t);return new cn(r.privateKey,r.publicKey)}function eg(e){let t=Ur.pkixToJwk(e);return new $n(t)}async function tg(e){let t=await es(e);return new cn(t.privateKey,t.publicKey)}async function rg(e){let t=await nf(e);return new cn(t.privateKey,t.publicKey)}var hs={};Fe(hs,{Ed25519PrivateKey:()=>Lr,Ed25519PublicKey:()=>Xn,generateKeyPair:()=>Sg,generateKeyPairFromSeed:()=>Af,unmarshalEd25519PrivateKey:()=>bg,unmarshalEd25519PublicKey:()=>Eg});var ls=X($e(),1);var ng=X(Jr(),1);var Pe=BigInt(0),re=BigInt(1),fn=BigInt(2),ig=BigInt(8),lf=BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),me=Object.freeze({a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),P:BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),l:lf,n:lf,h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960")});var gf=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000"),Wn=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),Ov=BigInt("6853475219497561581579357271197624642482790079785650197046958215289687604742"),og=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),ag=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),sg=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),ug=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),j=class{constructor(t,r,n,i){this.x=t,this.y=r,this.z=n,this.t=i}static fromAffine(t){if(!(t instanceof be))throw new TypeError("ExtendedPoint#fromAffine: expected Point");return t.equals(be.ZERO)?j.ZERO:new j(t.x,t.y,re,S(t.x*t.y))}static toAffineBatch(t){let r=lg(t.map(n=>n.z));return t.map((n,i)=>n.toAffine(r[i]))}static normalizeZ(t){return this.toAffineBatch(t).map(this.fromAffine)}equals(t){pf(t);let{x:r,y:n,z:i}=this,{x:o,y:a,z:s}=t,u=S(r*s),c=S(o*i),f=S(n*s),l=S(a*i);return u===c&&f===l}negate(){return new j(S(-this.x),this.y,this.z,S(-this.t))}double(){let{x:t,y:r,z:n}=this,{a:i}=me,o=S(t*t),a=S(r*r),s=S(fn*S(n*n)),u=S(i*o),c=t+r,f=S(S(c*c)-o-a),l=u+a,h=l-s,d=u-a,p=S(f*h),y=S(l*d),x=S(f*d),v=S(h*l);return new j(p,y,v,x)}add(t){pf(t);let{x:r,y:n,z:i,t:o}=this,{x:a,y:s,z:u,t:c}=t,f=S((n-r)*(s+a)),l=S((n+r)*(s-a)),h=S(l-f);if(h===Pe)return this.double();let d=S(i*fn*c),p=S(o*fn*u),y=p+d,x=l+f,v=p-d,B=S(y*h),C=S(x*v),F=S(y*v),R=S(h*x);return new j(B,C,R,F)}subtract(t){return this.add(t.negate())}precomputeWindow(t){let r=1+256/t,n=[],i=this,o=i;for(let a=0;a<r;a++){o=i,n.push(o);for(let s=1;s<2**(t-1);s++)o=o.add(i),n.push(o);i=o.double()}return n}wNAF(t,r){!r&&this.equals(j.BASE)&&(r=be.BASE);let n=r&&r._WINDOW_SIZE||1;if(256%n)throw new Error("Point#wNAF: Invalid precomputation window, must be power of 2");let i=r&&ss.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=j.normalizeZ(i),ss.set(r,i)));let o=j.ZERO,a=j.BASE,s=1+256/n,u=2**(n-1),c=BigInt(2**n-1),f=2**n,l=BigInt(n);for(let h=0;h<s;h++){let d=h*u,p=Number(t&c);t>>=l,p>u&&(p-=f,t+=re);let y=d,x=d+Math.abs(p)-1,v=h%2!==0,B=p<0;p===0?a=a.add(hf(v,i[y])):o=o.add(hf(B,i[x]))}return j.normalizeZ([o,a])[0]}multiply(t,r){return this.wNAF(io(t,me.l),r)}multiplyUnsafe(t){let r=io(t,me.l,!1),n=j.BASE,i=j.ZERO;if(r===Pe)return i;if(this.equals(i)||r===re)return this;if(this.equals(n))return this.wNAF(r);let o=i,a=this;for(;r>Pe;)r&re&&(o=o.add(a)),a=a.double(),r>>=re;return o}isSmallOrder(){return this.multiplyUnsafe(me.h).equals(j.ZERO)}isTorsionFree(){let t=this.multiplyUnsafe(me.l/2n).double();return me.l%2n&&(t=t.add(this)),t.equals(j.ZERO)}toAffine(t){let{x:r,y:n,z:i}=this,o=this.equals(j.ZERO);t==null&&(t=o?ig:oo(i));let a=S(r*t),s=S(n*t),u=S(i*t);if(o)return be.ZERO;if(u!==re)throw new Error("invZ was invalid");return new be(a,s)}fromRistrettoBytes(){is()}toRistrettoBytes(){is()}fromRistrettoHash(){is()}};j.BASE=new j(me.Gx,me.Gy,re,S(me.Gx*me.Gy));j.ZERO=new j(Pe,re,re,Pe);function hf(e,t){let r=t.negate();return e?r:t}function pf(e){if(!(e instanceof j))throw new TypeError("ExtendedPoint expected")}function ns(e){if(!(e instanceof Qe))throw new TypeError("RistrettoPoint expected")}function is(){throw new Error("Legacy method: switch to RistrettoPoint")}var Qe=class{constructor(t){this.ep=t}static calcElligatorRistrettoMap(t){let{d:r}=me,n=S(Wn*t*t),i=S((n+re)*sg),o=BigInt(-1),a=S((o-r*n)*S(n+r)),{isValid:s,value:u}=cs(i,a),c=S(u*t);hr(c)||(c=S(-c)),s||(u=c),s||(o=n);let f=S(o*(n-re)*ug-a),l=u*u,h=S((u+u)*a),d=S(f*og),p=S(re-l),y=S(re+l);return new j(S(h*y),S(p*d),S(d*y),S(h*p))}static hashToCurve(t){t=pr(t,64);let r=os(t.slice(0,32)),n=this.calcElligatorRistrettoMap(r),i=os(t.slice(32,64)),o=this.calcElligatorRistrettoMap(i);return new Qe(n.add(o))}static fromHex(t){t=pr(t,32);let{a:r,d:n}=me,i="RistrettoPoint.fromHex: the hex is not valid encoding of RistrettoPoint",o=os(t);if(!pg(Qn(o),t)||hr(o))throw new Error(i);let a=S(o*o),s=S(re+r*a),u=S(re-r*a),c=S(s*s),f=S(u*u),l=S(r*n*c-f),{isValid:h,value:d}=yf(S(l*f)),p=S(d*u),y=S(d*p*l),x=S((o+o)*p);hr(x)&&(x=S(-x));let v=S(s*y),B=S(x*v);if(!h||hr(B)||v===Pe)throw new Error(i);return new Qe(new j(x,v,re,B))}toRawBytes(){let{x:t,y:r,z:n,t:i}=this.ep,o=S(S(n+r)*S(n-r)),a=S(t*r),s=S(a*a),{value:u}=yf(S(o*s)),c=S(u*o),f=S(u*a),l=S(c*f*i),h;if(hr(i*l)){let p=S(r*Wn),y=S(t*Wn);t=p,r=y,h=S(c*ag)}else h=f;hr(t*l)&&(r=S(-r));let d=S((n-r)*h);return hr(d)&&(d=S(-d)),Qn(d)}toHex(){return Yn(this.toRawBytes())}toString(){return this.toHex()}equals(t){ns(t);let r=this.ep,n=t.ep,i=S(r.x*n.y)===S(r.y*n.x),o=S(r.y*n.y)===S(r.x*n.x);return i||o}add(t){return ns(t),new Qe(this.ep.add(t.ep))}subtract(t){return ns(t),new Qe(this.ep.subtract(t.ep))}multiply(t){return new Qe(this.ep.multiply(t))}multiplyUnsafe(t){return new Qe(this.ep.multiplyUnsafe(t))}};Qe.BASE=new Qe(j.BASE);Qe.ZERO=new Qe(j.ZERO);var ss=new WeakMap,be=class{constructor(t,r){this.x=t,this.y=r}_setWindowSize(t){this._WINDOW_SIZE=t,ss.delete(this)}static fromHex(t,r=!0){let{d:n,P:i}=me;t=pr(t,32);let o=t.slice();o[31]=t[31]&-129;let a=Zn(o);if(r&&a>=i)throw new Error("Expected 0 < hex < P");if(!r&&a>=gf)throw new Error("Expected 0 < hex < 2**256");let s=S(a*a),u=S(s-re),c=S(n*s+re),{isValid:f,value:l}=cs(u,c);if(!f)throw new Error("Point.fromHex: invalid y coordinate");let h=(l&re)===re;return(t[31]&128)!==0!==h&&(l=S(-l)),new be(l,a)}static async fromPrivateKey(t){return(await ao(t)).point}toRawBytes(){let t=Qn(this.y);return t[31]|=this.x&re?128:0,t}toHex(){return Yn(this.toRawBytes())}toX25519(){let{y:t}=this,r=S((re+t)*oo(re-t));return Qn(r)}isTorsionFree(){return j.fromAffine(this).isTorsionFree()}equals(t){return this.x===t.x&&this.y===t.y}negate(){return new be(S(-this.x),this.y)}add(t){return j.fromAffine(this).add(j.fromAffine(t)).toAffine()}subtract(t){return this.add(t.negate())}multiply(t){return j.fromAffine(this).multiply(t,this).toAffine()}};be.BASE=new be(me.Gx,me.Gy);be.ZERO=new be(Pe,re);var Pr=class{constructor(t,r){this.r=t,this.s=r,this.assertValidity()}static fromHex(t){let r=pr(t,64),n=be.fromHex(r.slice(0,32),!1),i=Zn(r.slice(32,64));return new Pr(n,i)}assertValidity(){let{r:t,s:r}=this;if(!(t instanceof be))throw new Error("Expected Point instance");return io(r,me.l,!1),this}toRawBytes(){let t=new Uint8Array(64);return t.set(this.r.toRawBytes()),t.set(Qn(this.s),32),t}toHex(){return Yn(this.toRawBytes())}};function df(...e){if(!e.every(n=>n instanceof Uint8Array))throw new Error("Expected Uint8Array list");if(e.length===1)return e[0];let t=e.reduce((n,i)=>n+i.length,0),r=new Uint8Array(t);for(let n=0,i=0;n<e.length;n++){let o=e[n];r.set(o,i),i+=o.length}return r}var cg=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function Yn(e){if(!(e instanceof Uint8Array))throw new Error("Uint8Array expected");let t="";for(let r=0;r<e.length;r++)t+=cg[e[r]];return t}function us(e){if(typeof e!="string")throw new TypeError("hexToBytes: expected string, got "+typeof e);if(e.length%2)throw new Error("hexToBytes: received invalid unpadded hex");let t=new Uint8Array(e.length/2);for(let r=0;r<t.length;r++){let n=r*2,i=e.slice(n,n+2),o=Number.parseInt(i,16);if(Number.isNaN(o)||o<0)throw new Error("Invalid byte sequence");t[r]=o}return t}function mf(e){let r=e.toString(16).padStart(64,"0");return us(r)}function Qn(e){return mf(e).reverse()}function hr(e){return(S(e)&re)===re}function Zn(e){if(!(e instanceof Uint8Array))throw new Error("Expected Uint8Array");return BigInt("0x"+Yn(Uint8Array.from(e).reverse()))}var fg=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function os(e){return S(Zn(e)&fg)}function S(e,t=me.P){let r=e%t;return r>=Pe?r:t+r}function oo(e,t=me.P){if(e===Pe||t<=Pe)throw new Error(`invert: expected positive integers, got n=${e} mod=${t}`);let r=S(e,t),n=t,i=Pe,o=re,a=re,s=Pe;for(;r!==Pe;){let c=n/r,f=n%r,l=i-a*c,h=o-s*c;n=r,r=f,i=a,o=s,a=l,s=h}if(n!==re)throw new Error("invert: does not exist");return S(i,t)}function lg(e,t=me.P){let r=new Array(e.length),n=e.reduce((o,a,s)=>a===Pe?o:(r[s]=o,S(o*a,t)),re),i=oo(n,t);return e.reduceRight((o,a,s)=>a===Pe?o:(r[s]=S(o*r[s],t),S(o*a,t)),i),r}function Kt(e,t){let{P:r}=me,n=e;for(;t-- >Pe;)n*=n,n%=r;return n}function hg(e){let{P:t}=me,r=BigInt(5),n=BigInt(10),i=BigInt(20),o=BigInt(40),a=BigInt(80),u=e*e%t*e%t,c=Kt(u,fn)*u%t,f=Kt(c,re)*e%t,l=Kt(f,r)*f%t,h=Kt(l,n)*l%t,d=Kt(h,i)*h%t,p=Kt(d,o)*d%t,y=Kt(p,a)*p%t,x=Kt(y,a)*p%t,v=Kt(x,n)*l%t;return{pow_p_5_8:Kt(v,fn)*e%t,b2:u}}function cs(e,t){let r=S(t*t*t),n=S(r*r*t),i=hg(e*n).pow_p_5_8,o=S(e*r*i),a=S(t*o*o),s=o,u=S(o*Wn),c=a===e,f=a===S(-e),l=a===S(-e*Wn);return c&&(o=s),(f||l)&&(o=u),hr(o)&&(o=S(-o)),{isValid:c||f,value:o}}function yf(e){return cs(re,e)}function no(e){return S(Zn(e),me.l)}function pg(e,t){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}function pr(e,t){let r=e instanceof Uint8Array?Uint8Array.from(e):us(e);if(typeof t=="number"&&r.length!==t)throw new Error(`Expected ${t} bytes`);return r}function io(e,t,r=!0){if(!t)throw new TypeError("Specify max value");if(typeof e=="number"&&Number.isSafeInteger(e)&&(e=BigInt(e)),typeof e=="bigint"&&e<t){if(r){if(Pe<e)return e}else if(Pe<=e)return e}throw new TypeError("Expected valid scalar: 0 < scalar < max")}function dg(e){return e[0]&=248,e[31]&=127,e[31]|=64,e}function yg(e){if(e=typeof e=="bigint"||typeof e=="number"?mf(io(e,gf)):pr(e),e.length!==32)throw new Error("Expected 32 bytes");return e}function gg(e){let t=dg(e.slice(0,32)),r=e.slice(32,64),n=no(t),i=be.BASE.multiply(n),o=i.toRawBytes();return{head:t,prefix:r,scalar:n,point:i,pointBytes:o}}var as;async function ao(e){return gg(await dr.sha512(yg(e)))}async function fs(e){return(await ao(e)).pointBytes}async function xf(e,t){e=pr(e);let{prefix:r,scalar:n,pointBytes:i}=await ao(t),o=no(await dr.sha512(r,e)),a=be.BASE.multiply(o),s=no(await dr.sha512(a.toRawBytes(),i,e)),u=S(o+s*n,me.l);return new Pr(a,u).toRawBytes()}function mg(e,t,r){t=pr(t),r instanceof be||(r=be.fromHex(r,!1));let{r:n,s:i}=e instanceof Pr?e.assertValidity():Pr.fromHex(e),o=j.BASE.multiplyUnsafe(i);return{r:n,s:i,SB:o,pub:r,msg:t}}function xg(e,t,r,n){let i=no(n),o=j.fromAffine(e).multiplyUnsafe(i);return j.fromAffine(t).add(o).subtract(r).multiplyUnsafe(me.h).equals(j.ZERO)}async function vf(e,t,r){let{r:n,SB:i,msg:o,pub:a}=mg(e,t,r),s=await dr.sha512(n.toRawBytes(),a.toRawBytes(),o);return xg(a,n,i,s)}be.BASE._setWindowSize(8);var lr={node:ng,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0},dr={bytesToHex:Yn,hexToBytes:us,concatBytes:df,getExtendedPublicKey:ao,mod:S,invert:oo,TORSION_SUBGROUP:["0100000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac037a","0000000000000000000000000000000000000000000000000000000000000080","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc05","ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc85","0000000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac03fa"],hashToPrivateScalar:e=>{if(e=pr(e),e.length<40||e.length>1024)throw new Error("Expected 40-1024 bytes of private key as per FIPS 186");return S(Zn(e),me.l-re)+re},randomBytes:(e=32)=>{if(lr.web)return lr.web.getRandomValues(new Uint8Array(e));if(lr.node){let{randomBytes:t}=lr.node;return new Uint8Array(t(e).buffer)}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>dr.randomBytes(32),sha512:async(...e)=>{let t=df(...e);if(lr.web){let r=await lr.web.subtle.digest("SHA-512",t.buffer);return new Uint8Array(r)}else{if(lr.node)return Uint8Array.from(lr.node.createHash("sha512").update(t).digest());throw new Error("The environment doesn't have sha512 function")}},precompute(e=8,t=be.BASE){let r=t.equals(be.BASE)?t:new be(t.x,t.y);return r._setWindowSize(e),r.multiply(fn),r},sha512Sync:void 0};Object.defineProperties(dr,{sha512Sync:{configurable:!1,get(){return as},set(e){as||(as=e)}}});var ln=32,Qt=64,so=32;async function wf(){let e=dr.randomPrivateKey(),t=await fs(e);return{privateKey:Bf(e,t),publicKey:t}}async function bf(e){if(e.length!==so)throw new TypeError('"seed" must be 32 bytes in length.');if(!(e instanceof Uint8Array))throw new TypeError('"seed" must be a node.js Buffer, or Uint8Array.');let t=e,r=await fs(t);return{privateKey:Bf(t,r),publicKey:r}}async function Ef(e,t){let r=e.subarray(0,so);return await xf(t,r)}async function Sf(e,t,r){return await vf(t,r,e)}function Bf(e,t){let r=new Uint8Array(Qt);for(let n=0;n<so;n++)r[n]=e[n],r[so+n]=t[n];return r}var Xn=class{constructor(t){this._key=hn(t,ln)}async verify(t,r){return await Sf(this._key,r,t)}marshal(){return this._key}get bytes(){return It.encode({Type:ve.Ed25519,Data:this.marshal()}).subarray()}equals(t){return Ue(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Oe.digest(this.bytes);return t}},Lr=class{constructor(t,r){this._key=hn(t,Qt),this._publicKey=hn(r,ln)}async sign(t){return await Ef(this._key,t)}get public(){return new Xn(this._publicKey)}marshal(){return this._key}get bytes(){return Rt.encode({Type:ve.Ed25519,Data:this.marshal()}).subarray()}equals(t){return Ue(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Oe.digest(this.bytes);return t}async id(){let t=await Ct.digest(this.public.bytes);return Ke.encode(t.bytes).substring(1)}async export(t,r="libp2p-key"){if(r==="libp2p-key")return await un(this.bytes,t);throw(0,ls.default)(new Error(`export format '${r}' is not supported`),"ERR_INVALID_EXPORT_FORMAT")}};function bg(e){if(e.length>Qt){e=hn(e,Qt+ln);let n=e.subarray(0,Qt),i=e.subarray(Qt,e.length);return new Lr(n,i)}e=hn(e,Qt);let t=e.subarray(0,Qt),r=e.subarray(ln);return new Lr(t,r)}function Eg(e){return e=hn(e,ln),new Xn(e)}async function Sg(){let{privateKey:e,publicKey:t}=await wf();return new Lr(e,t)}async function Af(e){let{privateKey:t,publicKey:r}=await bf(e);return new Lr(t,r)}function hn(e,t){if(e=Uint8Array.from(e??[]),e.length!==t)throw(0,ls.default)(new Error(`Key must be a Uint8Array of length ${t}, got ${e.length}`),"ERR_INVALID_KEY_TYPE");return e}var ds={};Fe(ds,{Secp256k1PrivateKey:()=>jn,Secp256k1PublicKey:()=>Jn,generateKeyPair:()=>Tg,unmarshalSecp256k1PrivateKey:()=>Ag,unmarshalSecp256k1PublicKey:()=>Cg});var kf=X($e(),1);var pn=X($e(),1);function Cf(){return wt.randomPrivateKey()}async function Tf(e,t){let{digest:r}=await Oe.digest(t);try{return await Zc(r,e)}catch(n){throw(0,pn.default)(n,"ERR_INVALID_INPUT")}}async function _f(e,t,r){try{let{digest:n}=await Oe.digest(r);return Xc(t,n,e)}catch(n){throw(0,pn.default)(n,"ERR_INVALID_INPUT")}}function If(e){return se.fromHex(e).toRawBytes(!0)}function Rf(e){try{Xa(e,!0)}catch(t){throw(0,pn.default)(t,"ERR_INVALID_PRIVATE_KEY")}}function ps(e){try{se.fromHex(e)}catch(t){throw(0,pn.default)(t,"ERR_INVALID_PUBLIC_KEY")}}function Nf(e){try{return Xa(e,!0)}catch(t){throw(0,pn.default)(t,"ERR_INVALID_PRIVATE_KEY")}}var Jn=class{constructor(t){ps(t),this._key=t}async verify(t,r){return await _f(this._key,r,t)}marshal(){return If(this._key)}get bytes(){return It.encode({Type:ve.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return Ue(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Oe.digest(this.bytes);return t}},jn=class{constructor(t,r){this._key=t,this._publicKey=r??Nf(t),Rf(this._key),ps(this._publicKey)}async sign(t){return await Tf(this._key,t)}get public(){return new Jn(this._publicKey)}marshal(){return this._key}get bytes(){return Rt.encode({Type:ve.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return Ue(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Oe.digest(this.bytes);return t}async id(){let t=await this.public.hash();return xe(t,"base58btc")}async export(t,r="libp2p-key"){if(r==="libp2p-key")return await un(this.bytes,t);throw(0,kf.default)(new Error(`export format '${r}' is not supported`),"ERR_INVALID_EXPORT_FORMAT")}};function Ag(e){return new jn(e)}function Cg(e){return new Jn(e)}async function Tg(){let e=await Cf();return new jn(e)}var Fr={rsa:rs,ed25519:hs,secp256k1:ds};function Uf(e){let t=Object.keys(Fr).join(" / ");return(0,Df.default)(new Error(`invalid or unsupported key type ${e}. Must be ${t}`),"ERR_UNSUPPORTED_KEY_TYPE")}function ys(e){let t=It.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case ve.RSA:return Fr.rsa.unmarshalRsaPublicKey(r);case ve.Ed25519:return Fr.ed25519.unmarshalEd25519PublicKey(r);case ve.Secp256k1:return Fr.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw Uf(t.Type??"RSA")}}async function Pf(e){let t=Rt.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case ve.RSA:return await Fr.rsa.unmarshalRsaPrivateKey(r);case ve.Ed25519:return Fr.ed25519.unmarshalEd25519PrivateKey(r);case ve.Secp256k1:return Fr.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw Uf(t.Type??"RSA")}}var Us=X($e(),1);var Ot=X(Mf(),1);Ot.default.formatters.b=e=>e==null?"undefined":Ke.baseEncode(e);Ot.default.formatters.t=e=>e==null?"undefined":Jt.baseEncode(e);Ot.default.formatters.m=e=>e==null?"undefined":qr.baseEncode(e);Ot.default.formatters.p=e=>e==null?"undefined":e.toString();Ot.default.formatters.c=e=>e==null?"undefined":e.toString();Ot.default.formatters.k=e=>e==null?"undefined":e.toString();function yr(e){return Object.assign((0,Ot.default)(e),{error:(0,Ot.default)(`${e}:error`),trace:(0,Ot.default)(`${e}:trace`)})}var Cn=X($e(),1);var Vf="ERR_IPNS_EXPIRED_RECORD",ei="ERR_UNRECOGNIZED_VALIDITY",qf="ERR_SIGNATURE_CREATION",gr="ERR_SIGNATURE_VERIFICATION",zf="ERR_UNRECOGNIZED_FORMAT";var gs="ERR_UNDEFINED_PARAMETER",Hf="ERR_INVALID_RECORD_DATA",Gf="ERR_INVALID_EMBEDDED_KEY",$f="ERR_MISSING_PRIVATE_KEY";var Vg=Symbol.for("nodejs.util.inspect.custom"),Wf=Object.values($r).map(e=>e.decoder).reduce((e,t)=>e.or(t),$r.identity.decoder),Qf=114,xs=36,vs=37,ti=class{constructor(t){this.type=t.type,this.multihash=t.multihash,this.privateKey=t.privateKey,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}get[Po](){return!0}toString(){return this.string==null&&(this.string=Ke.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return pe.createV1(Qf,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(t){if(t instanceof Uint8Array)return Ue(this.multihash.bytes,t);if(typeof t=="string")return ws(t).equals(this);if(t?.multihash?.bytes!=null)return Ue(this.multihash.bytes,t.multihash.bytes);throw new Error("not valid Id")}[Vg](){return`PeerId(${this.toString()})`}},mn=class extends ti{constructor(t){super({...t,type:"RSA"}),this.type="RSA",this.publicKey=t.publicKey}},xn=class extends ti{constructor(t){super({...t,type:"Ed25519"}),this.type="Ed25519",this.publicKey=t.multihash.digest}},vn=class extends ti{constructor(t){super({...t,type:"secp256k1"}),this.type="secp256k1",this.publicKey=t.multihash.digest}};function ws(e,t){if(t=t??Wf,e.charAt(0)==="1"||e.charAt(0)==="Q"){let r=Er(Ke.decode(`z${e}`));return e.startsWith("12D")?new xn({multihash:r}):e.startsWith("16U")?new vn({multihash:r}):new mn({multihash:r})}return bs(Wf.decode(e))}function bs(e){try{let t=Er(e);if(t.code===Ct.code){if(t.digest.length===xs)return new xn({multihash:t});if(t.digest.length===vs)return new vn({multihash:t})}if(t.code===Oe.code)return new mn({multihash:t})}catch{return qg(pe.decode(e))}throw new Error("Supplied PeerID CID is invalid")}function qg(e){if(e==null||e.multihash==null||e.version==null||e.version===1&&e.code!==Qf)throw new Error("Supplied PeerID CID is invalid");let t=e.multihash;if(t.code===Oe.code)return new mn({multihash:e.multihash});if(t.code===Ct.code){if(t.digest.length===xs)return new xn({multihash:e.multihash});if(t.digest.length===vs)return new vn({multihash:e.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function Yf(e,t){return e.length===xs?new xn({multihash:At(Ct.code,e),privateKey:t}):e.length===vs?new vn({multihash:At(Ct.code,e),privateKey:t}):new mn({multihash:await Oe.digest(e),publicKey:e,privateKey:t})}var Ye;(function(e){let t;(function(i){i.EOL="EOL"})(t=e.ValidityType||(e.ValidityType={}));let r;(function(i){i[i.EOL=0]="EOL"})(r||(r={})),function(i){i.codec=()=>Dn(r)}(t=e.ValidityType||(e.ValidityType={}));let n;e.codec=()=>(n==null&&(n=nr((i,o,a={})=>{a.lengthDelimited!==!1&&o.fork(),i.value!=null&&(o.uint32(10),o.bytes(i.value)),i.signature!=null&&(o.uint32(18),o.bytes(i.signature)),i.validityType!=null&&(o.uint32(24),e.ValidityType.codec().encode(i.validityType,o)),i.validity!=null&&(o.uint32(34),o.bytes(i.validity)),i.sequence!=null&&(o.uint32(40),o.uint64(i.sequence)),i.ttl!=null&&(o.uint32(48),o.uint64(i.ttl)),i.pubKey!=null&&(o.uint32(58),o.bytes(i.pubKey)),i.signatureV2!=null&&(o.uint32(66),o.bytes(i.signatureV2)),i.data!=null&&(o.uint32(74),o.bytes(i.data)),a.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let a={},s=o==null?i.len:i.pos+o;for(;i.pos<s;){let u=i.uint32();switch(u>>>3){case 1:a.value=i.bytes();break;case 2:a.signature=i.bytes();break;case 3:a.validityType=e.ValidityType.codec().decode(i);break;case 4:a.validity=i.bytes();break;case 5:a.sequence=i.uint64();break;case 6:a.ttl=i.uint64();break;case 7:a.pubKey=i.bytes();break;case 8:a.signatureV2=i.bytes();break;case 9:a.data=i.bytes();break;default:i.skipType(u&7);break}}return a})),n),e.encode=i=>rr(i,e.codec()),e.decode=i=>tr(i,e.codec())})(Ye||(Ye={}));var zg=["string","number","bigint","symbol"],Hg=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","HTMLElement","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"];function Zf(e){if(e===null)return"null";if(e===void 0)return"undefined";if(e===!0||e===!1)return"boolean";let t=typeof e;if(zg.includes(t))return t;if(t==="function")return"Function";if(Array.isArray(e))return"Array";if(Gg(e))return"Buffer";let r=$g(e);return r||"Object"}function Gg(e){return e&&e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer.call(null,e)}function $g(e){let t=Object.prototype.toString.call(e).slice(8,-1);if(Hg.includes(t))return t}var b=class{constructor(t,r,n){this.major=t,this.majorEncoded=t<<5,this.name=r,this.terminal=n}toString(){return`Type[${this.major}].${this.name}`}compare(t){return this.major<t.major?-1:this.major>t.major?1:0}};b.uint=new b(0,"uint",!0);b.negint=new b(1,"negint",!0);b.bytes=new b(2,"bytes",!0);b.string=new b(3,"string",!0);b.array=new b(4,"array",!1);b.map=new b(5,"map",!1);b.tag=new b(6,"tag",!1);b.float=new b(7,"float",!0);b.false=new b(7,"false",!0);b.true=new b(7,"true",!0);b.null=new b(7,"null",!0);b.undefined=new b(7,"undefined",!0);b.break=new b(7,"break",!0);var U=class{constructor(t,r,n){this.type=t,this.value=r,this.encodedLength=n,this.encodedBytes=void 0,this.byteValue=void 0}toString(){return`Token[${this.type}].${this.value}`}};var wn=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",Wg=new TextDecoder,Qg=new TextEncoder;function fo(e){return wn&&globalThis.Buffer.isBuffer(e)}function Es(e){return e instanceof Uint8Array?fo(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e:Uint8Array.from(e)}var el=wn?(e,t,r)=>r-t>64?globalThis.Buffer.from(e.subarray(t,r)).toString("utf8"):Jf(e,t,r):(e,t,r)=>r-t>64?Wg.decode(e.subarray(t,r)):Jf(e,t,r),tl=wn?e=>e.length>64?globalThis.Buffer.from(e):Xf(e):e=>e.length>64?Qg.encode(e):Xf(e),Mt=e=>Uint8Array.from(e),bn=wn?(e,t,r)=>fo(e)?new Uint8Array(e.subarray(t,r)):e.slice(t,r):(e,t,r)=>e.slice(t,r),rl=wn?(e,t)=>(e=e.map(r=>r instanceof Uint8Array?r:globalThis.Buffer.from(r)),Es(globalThis.Buffer.concat(e,t))):(e,t)=>{let r=new Uint8Array(t),n=0;for(let i of e)n+i.length>r.length&&(i=i.subarray(0,r.length-n)),r.set(i,n),n+=i.length;return r},nl=wn?e=>globalThis.Buffer.allocUnsafe(e):e=>new Uint8Array(e);function il(e,t){if(fo(e)&&fo(t))return e.compare(t);for(let r=0;r<e.length;r++)if(e[r]!==t[r])return e[r]<t[r]?-1:1;return 0}function Xf(e,t=1/0){let r,n=e.length,i=null,o=[];for(let a=0;a<n;++a){if(r=e.charCodeAt(a),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(t-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;o.push(r)}else if(r<2048){if((t-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function Jf(e,t,r){let n=[];for(;t<r;){let i=e[t],o=null,a=i>239?4:i>223?3:i>191?2:1;if(t+a<=r){let s,u,c,f;switch(a){case 1:i<128&&(o=i);break;case 2:s=e[t+1],(s&192)===128&&(f=(i&31)<<6|s&63,f>127&&(o=f));break;case 3:s=e[t+1],u=e[t+2],(s&192)===128&&(u&192)===128&&(f=(i&15)<<12|(s&63)<<6|u&63,f>2047&&(f<55296||f>57343)&&(o=f));break;case 4:s=e[t+1],u=e[t+2],c=e[t+3],(s&192)===128&&(u&192)===128&&(c&192)===128&&(f=(i&15)<<18|(s&63)<<12|(u&63)<<6|c&63,f>65535&&f<1114112&&(o=f))}}o===null?(o=65533,a=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),t+=a}return Yg(n)}var jf=4096;function Yg(e){let t=e.length;if(t<=jf)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=jf));return r}var Zg=256,ri=class{constructor(t=Zg){this.chunkSize=t,this.cursor=0,this.maxCursor=-1,this.chunks=[],this._initReuseChunk=null}reset(){this.cursor=0,this.maxCursor=-1,this.chunks.length&&(this.chunks=[]),this._initReuseChunk!==null&&(this.chunks.push(this._initReuseChunk),this.maxCursor=this._initReuseChunk.length-1)}push(t){let r=this.chunks[this.chunks.length-1];if(this.cursor+t.length<=this.maxCursor+1){let i=r.length-(this.maxCursor-this.cursor)-1;r.set(t,i)}else{if(r){let i=r.length-(this.maxCursor-this.cursor)-1;i<r.length&&(this.chunks[this.chunks.length-1]=r.subarray(0,i),this.maxCursor=this.cursor-1)}t.length<64&&t.length<this.chunkSize?(r=nl(this.chunkSize),this.chunks.push(r),this.maxCursor+=r.length,this._initReuseChunk===null&&(this._initReuseChunk=r),r.set(t,0)):(this.chunks.push(t),this.maxCursor+=t.length)}this.cursor+=t.length}toBytes(t=!1){let r;if(this.chunks.length===1){let n=this.chunks[0];t&&this.cursor>n.length/2?(r=this.cursor===n.length?n:n.subarray(0,this.cursor),this._initReuseChunk=null,this.chunks=[]):r=bn(n,0,this.cursor)}else r=rl(this.chunks,this.cursor);return t&&this.reset(),r}};var G="CBOR decode error:",Ss="CBOR encode error:",ni=[];ni[23]=1;ni[24]=2;ni[25]=3;ni[26]=5;ni[27]=9;function Yt(e,t,r){if(e.length-t<r)throw new Error(`${G} not enough data for type`)}var Le=[24,256,65536,4294967296,BigInt("18446744073709551616")];function et(e,t,r){Yt(e,t,1);let n=e[t];if(r.strict===!0&&n<Le[0])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function tt(e,t,r){Yt(e,t,2);let n=e[t]<<8|e[t+1];if(r.strict===!0&&n<Le[1])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function rt(e,t,r){Yt(e,t,4);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3];if(r.strict===!0&&n<Le[2])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function nt(e,t,r){Yt(e,t,8);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3],i=e[t+4]*16777216+(e[t+5]<<16)+(e[t+6]<<8)+e[t+7],o=(BigInt(n)<<BigInt(32))+BigInt(i);if(r.strict===!0&&o<Le[3])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);if(o<=Number.MAX_SAFE_INTEGER)return Number(o);if(r.allowBigInt===!0)return o;throw new Error(`${G} integers outside of the safe integer range are not supported`)}function ol(e,t,r,n){return new U(b.uint,et(e,t+1,n),2)}function al(e,t,r,n){return new U(b.uint,tt(e,t+1,n),3)}function sl(e,t,r,n){return new U(b.uint,rt(e,t+1,n),5)}function ul(e,t,r,n){return new U(b.uint,nt(e,t+1,n),9)}function ft(e,t){return Me(e,0,t.value)}function Me(e,t,r){if(r<Le[0]){let n=Number(r);e.push([t|n])}else if(r<Le[1]){let n=Number(r);e.push([t|24,n])}else if(r<Le[2]){let n=Number(r);e.push([t|25,n>>>8,n&255])}else if(r<Le[3]){let n=Number(r);e.push([t|26,n>>>24&255,n>>>16&255,n>>>8&255,n&255])}else{let n=BigInt(r);if(n<Le[4]){let i=[t|27,0,0,0,0,0,0,0],o=Number(n&BigInt(4294967295)),a=Number(n>>BigInt(32)&BigInt(4294967295));i[8]=o&255,o=o>>8,i[7]=o&255,o=o>>8,i[6]=o&255,o=o>>8,i[5]=o&255,i[4]=a&255,a=a>>8,i[3]=a&255,a=a>>8,i[2]=a&255,a=a>>8,i[1]=a&255,e.push(i)}else throw new Error(`${G} encountered BigInt larger than allowable range`)}}ft.encodedSize=function(t){return Me.encodedSize(t.value)};Me.encodedSize=function(t){return t<Le[0]?1:t<Le[1]?2:t<Le[2]?3:t<Le[3]?5:9};ft.compareTokens=function(t,r){return t.value<r.value?-1:t.value>r.value?1:0};function cl(e,t,r,n){return new U(b.negint,-1-et(e,t+1,n),2)}function fl(e,t,r,n){return new U(b.negint,-1-tt(e,t+1,n),3)}function ll(e,t,r,n){return new U(b.negint,-1-rt(e,t+1,n),5)}var Bs=BigInt(-1),hl=BigInt(1);function pl(e,t,r,n){let i=nt(e,t+1,n);if(typeof i!="bigint"){let o=-1-i;if(o>=Number.MIN_SAFE_INTEGER)return new U(b.negint,o,9)}if(n.allowBigInt!==!0)throw new Error(`${G} integers outside of the safe integer range are not supported`);return new U(b.negint,Bs-BigInt(i),9)}function lo(e,t){let r=t.value,n=typeof r=="bigint"?r*Bs-hl:r*-1-1;Me(e,t.type.majorEncoded,n)}lo.encodedSize=function(t){let r=t.value,n=typeof r=="bigint"?r*Bs-hl:r*-1-1;return n<Le[0]?1:n<Le[1]?2:n<Le[2]?3:n<Le[3]?5:9};lo.compareTokens=function(t,r){return t.value<r.value?1:t.value>r.value?-1:0};function ii(e,t,r,n){Yt(e,t,r+n);let i=bn(e,t+r,t+r+n);return new U(b.bytes,i,r+n)}function dl(e,t,r,n){return ii(e,t,1,r)}function yl(e,t,r,n){return ii(e,t,2,et(e,t+1,n))}function gl(e,t,r,n){return ii(e,t,3,tt(e,t+1,n))}function ml(e,t,r,n){return ii(e,t,5,rt(e,t+1,n))}function xl(e,t,r,n){let i=nt(e,t+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer bytes lengths not supported`);return ii(e,t,9,i)}function ho(e){return e.encodedBytes===void 0&&(e.encodedBytes=e.type===b.string?tl(e.value):e.value),e.encodedBytes}function En(e,t){let r=ho(t);Me(e,t.type.majorEncoded,r.length),e.push(r)}En.encodedSize=function(t){let r=ho(t);return Me.encodedSize(r.length)+r.length};En.compareTokens=function(t,r){return Jg(ho(t),ho(r))};function Jg(e,t){return e.length<t.length?-1:e.length>t.length?1:il(e,t)}function oi(e,t,r,n,i){let o=r+n;Yt(e,t,o);let a=new U(b.string,el(e,t+r,t+o),o);return i.retainStringBytes===!0&&(a.byteValue=bn(e,t+r,t+o)),a}function vl(e,t,r,n){return oi(e,t,1,r,n)}function wl(e,t,r,n){return oi(e,t,2,et(e,t+1,n),n)}function bl(e,t,r,n){return oi(e,t,3,tt(e,t+1,n),n)}function El(e,t,r,n){return oi(e,t,5,rt(e,t+1,n),n)}function Sl(e,t,r,n){let i=nt(e,t+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer string lengths not supported`);return oi(e,t,9,i,n)}var Bl=En;function Sn(e,t,r,n){return new U(b.array,n,r)}function Al(e,t,r,n){return Sn(e,t,1,r)}function Cl(e,t,r,n){return Sn(e,t,2,et(e,t+1,n))}function Tl(e,t,r,n){return Sn(e,t,3,tt(e,t+1,n))}function _l(e,t,r,n){return Sn(e,t,5,rt(e,t+1,n))}function Il(e,t,r,n){let i=nt(e,t+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer array lengths not supported`);return Sn(e,t,9,i)}function Rl(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return Sn(e,t,1,1/0)}function po(e,t){Me(e,b.array.majorEncoded,t.value)}po.compareTokens=ft.compareTokens;po.encodedSize=function(t){return Me.encodedSize(t.value)};function Bn(e,t,r,n){return new U(b.map,n,r)}function Nl(e,t,r,n){return Bn(e,t,1,r)}function kl(e,t,r,n){return Bn(e,t,2,et(e,t+1,n))}function Dl(e,t,r,n){return Bn(e,t,3,tt(e,t+1,n))}function Ul(e,t,r,n){return Bn(e,t,5,rt(e,t+1,n))}function Pl(e,t,r,n){let i=nt(e,t+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer map lengths not supported`);return Bn(e,t,9,i)}function Ll(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return Bn(e,t,1,1/0)}function yo(e,t){Me(e,b.map.majorEncoded,t.value)}yo.compareTokens=ft.compareTokens;yo.encodedSize=function(t){return Me.encodedSize(t.value)};function Fl(e,t,r,n){return new U(b.tag,r,1)}function Kl(e,t,r,n){return new U(b.tag,et(e,t+1,n),2)}function Ol(e,t,r,n){return new U(b.tag,tt(e,t+1,n),3)}function Ml(e,t,r,n){return new U(b.tag,rt(e,t+1,n),5)}function Vl(e,t,r,n){return new U(b.tag,nt(e,t+1,n),9)}function go(e,t){Me(e,b.tag.majorEncoded,t.value)}go.compareTokens=ft.compareTokens;go.encodedSize=function(t){return Me.encodedSize(t.value)};var i2=20,o2=21,a2=22,s2=23;function ql(e,t,r,n){if(n.allowUndefined===!1)throw new Error(`${G} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new U(b.null,null,1):new U(b.undefined,void 0,1)}function zl(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return new U(b.break,void 0,1)}function As(e,t,r){if(r){if(r.allowNaN===!1&&Number.isNaN(e))throw new Error(`${G} NaN values are not supported`);if(r.allowInfinity===!1&&(e===1/0||e===-1/0))throw new Error(`${G} Infinity values are not supported`)}return new U(b.float,e,t)}function Hl(e,t,r,n){return As(Cs(e,t+1),3,n)}function Gl(e,t,r,n){return As(Ts(e,t+1),5,n)}function $l(e,t,r,n){return As(Zl(e,t+1),9,n)}function mo(e,t,r){let n=t.value;if(n===!1)e.push([b.float.majorEncoded|i2]);else if(n===!0)e.push([b.float.majorEncoded|o2]);else if(n===null)e.push([b.float.majorEncoded|a2]);else if(n===void 0)e.push([b.float.majorEncoded|s2]);else{let i,o=!1;(!r||r.float64!==!0)&&(Ql(n),i=Cs(bt,1),n===i||Number.isNaN(n)?(bt[0]=249,e.push(bt.slice(0,3)),o=!0):(Yl(n),i=Ts(bt,1),n===i&&(bt[0]=250,e.push(bt.slice(0,5)),o=!0))),o||(u2(n),i=Zl(bt,1),bt[0]=251,e.push(bt.slice(0,9)))}}mo.encodedSize=function(t,r){let n=t.value;if(n===!1||n===!0||n===null||n===void 0)return 1;if(!r||r.float64!==!0){Ql(n);let i=Cs(bt,1);if(n===i||Number.isNaN(n))return 3;if(Yl(n),i=Ts(bt,1),n===i)return 5}return 9};var Wl=new ArrayBuffer(9),lt=new DataView(Wl,1),bt=new Uint8Array(Wl,0);function Ql(e){if(e===1/0)lt.setUint16(0,31744,!1);else if(e===-1/0)lt.setUint16(0,64512,!1);else if(Number.isNaN(e))lt.setUint16(0,32256,!1);else{lt.setFloat32(0,e);let t=lt.getUint32(0),r=(t&2139095040)>>23,n=t&8388607;if(r===255)lt.setUint16(0,31744,!1);else if(r===0)lt.setUint16(0,(e&2147483648)>>16|n>>13,!1);else{let i=r-127;i<-24?lt.setUint16(0,0):i<-14?lt.setUint16(0,(t&2147483648)>>16|1<<24+i,!1):lt.setUint16(0,(t&2147483648)>>16|i+15<<10|n>>13,!1)}}}function Cs(e,t){if(e.length-t<2)throw new Error(`${G} not enough data for float16`);let r=(e[t]<<8)+e[t+1];if(r===31744)return 1/0;if(r===64512)return-1/0;if(r===32256)return NaN;let n=r>>10&31,i=r&1023,o;return n===0?o=i*2**-24:n!==31?o=(i+1024)*2**(n-25):o=i===0?1/0:NaN,r&32768?-o:o}function Yl(e){lt.setFloat32(0,e,!1)}function Ts(e,t){if(e.length-t<4)throw new Error(`${G} not enough data for float32`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,4).getFloat32(0,!1)}function u2(e){lt.setFloat64(0,e,!1)}function Zl(e,t){if(e.length-t<8)throw new Error(`${G} not enough data for float64`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,8).getFloat64(0,!1)}mo.compareTokens=ft.compareTokens;function ae(e,t,r){throw new Error(`${G} encountered invalid minor (${r}) for major ${e[t]>>>5}`)}function xo(e){return()=>{throw new Error(`${G} ${e}`)}}var I=[];for(let e=0;e<=23;e++)I[e]=ae;I[24]=ol;I[25]=al;I[26]=sl;I[27]=ul;I[28]=ae;I[29]=ae;I[30]=ae;I[31]=ae;for(let e=32;e<=55;e++)I[e]=ae;I[56]=cl;I[57]=fl;I[58]=ll;I[59]=pl;I[60]=ae;I[61]=ae;I[62]=ae;I[63]=ae;for(let e=64;e<=87;e++)I[e]=dl;I[88]=yl;I[89]=gl;I[90]=ml;I[91]=xl;I[92]=ae;I[93]=ae;I[94]=ae;I[95]=xo("indefinite length bytes/strings are not supported");for(let e=96;e<=119;e++)I[e]=vl;I[120]=wl;I[121]=bl;I[122]=El;I[123]=Sl;I[124]=ae;I[125]=ae;I[126]=ae;I[127]=xo("indefinite length bytes/strings are not supported");for(let e=128;e<=151;e++)I[e]=Al;I[152]=Cl;I[153]=Tl;I[154]=_l;I[155]=Il;I[156]=ae;I[157]=ae;I[158]=ae;I[159]=Rl;for(let e=160;e<=183;e++)I[e]=Nl;I[184]=kl;I[185]=Dl;I[186]=Ul;I[187]=Pl;I[188]=ae;I[189]=ae;I[190]=ae;I[191]=Ll;for(let e=192;e<=215;e++)I[e]=Fl;I[216]=Kl;I[217]=Ol;I[218]=Ml;I[219]=Vl;I[220]=ae;I[221]=ae;I[222]=ae;I[223]=ae;for(let e=224;e<=243;e++)I[e]=xo("simple values are not supported");I[244]=ae;I[245]=ae;I[246]=ae;I[247]=ql;I[248]=xo("simple values are not supported");I[249]=Hl;I[250]=Gl;I[251]=$l;I[252]=ae;I[253]=ae;I[254]=ae;I[255]=zl;var Et=[];for(let e=0;e<24;e++)Et[e]=new U(b.uint,e,1);for(let e=-1;e>=-24;e--)Et[31-e]=new U(b.negint,e,1);Et[64]=new U(b.bytes,new Uint8Array(0),1);Et[96]=new U(b.string,"",1);Et[128]=new U(b.array,0,1);Et[160]=new U(b.map,0,1);Et[244]=new U(b.false,!1,1);Et[245]=new U(b.true,!0,1);Et[246]=new U(b.null,null,1);function Xl(e){switch(e.type){case b.false:return Mt([244]);case b.true:return Mt([245]);case b.null:return Mt([246]);case b.bytes:return e.value.length?void 0:Mt([64]);case b.string:return e.value===""?Mt([96]):void 0;case b.array:return e.value===0?Mt([128]):void 0;case b.map:return e.value===0?Mt([160]):void 0;case b.uint:return e.value<24?Mt([Number(e.value)]):void 0;case b.negint:if(e.value>=-24)return Mt([31-Number(e.value)])}}var f2={float64:!1,mapSorter:p2,quickEncodeToken:Xl};function l2(){let e=[];return e[b.uint.major]=ft,e[b.negint.major]=lo,e[b.bytes.major]=En,e[b.string.major]=Bl,e[b.array.major]=po,e[b.map.major]=yo,e[b.tag.major]=go,e[b.float.major]=mo,e}var Jl=l2(),_s=new ri,An=class{constructor(t,r){this.obj=t,this.parent=r}includes(t){let r=this;do if(r.obj===t)return!0;while(r=r.parent);return!1}static createCheck(t,r){if(t&&t.includes(r))throw new Error(`${Ss} object contains circular references`);return new An(r,t)}},mr={null:new U(b.null,null),undefined:new U(b.undefined,void 0),true:new U(b.true,!0),false:new U(b.false,!1),emptyArray:new U(b.array,0),emptyMap:new U(b.map,0)},xr={number(e,t,r,n){return!Number.isInteger(e)||!Number.isSafeInteger(e)?new U(b.float,e):e>=0?new U(b.uint,e):new U(b.negint,e)},bigint(e,t,r,n){return e>=BigInt(0)?new U(b.uint,e):new U(b.negint,e)},Uint8Array(e,t,r,n){return new U(b.bytes,e)},string(e,t,r,n){return new U(b.string,e)},boolean(e,t,r,n){return e?mr.true:mr.false},null(e,t,r,n){return mr.null},undefined(e,t,r,n){return mr.undefined},ArrayBuffer(e,t,r,n){return new U(b.bytes,new Uint8Array(e))},DataView(e,t,r,n){return new U(b.bytes,new Uint8Array(e.buffer,e.byteOffset,e.byteLength))},Array(e,t,r,n){if(!e.length)return r.addBreakTokens===!0?[mr.emptyArray,new U(b.break)]:mr.emptyArray;n=An.createCheck(n,e);let i=[],o=0;for(let a of e)i[o++]=vo(a,r,n);return r.addBreakTokens?[new U(b.array,e.length),i,new U(b.break)]:[new U(b.array,e.length),i]},Object(e,t,r,n){let i=t!=="Object",o=i?e.keys():Object.keys(e),a=i?e.size:o.length;if(!a)return r.addBreakTokens===!0?[mr.emptyMap,new U(b.break)]:mr.emptyMap;n=An.createCheck(n,e);let s=[],u=0;for(let c of o)s[u++]=[vo(c,r,n),vo(i?e.get(c):e[c],r,n)];return h2(s,r),r.addBreakTokens?[new U(b.map,a),s,new U(b.break)]:[new U(b.map,a),s]}};xr.Map=xr.Object;xr.Buffer=xr.Uint8Array;for(let e of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))xr[`${e}Array`]=xr.DataView;function vo(e,t={},r){let n=Zf(e),i=t&&t.typeEncoders&&t.typeEncoders[n]||xr[n];if(typeof i=="function"){let a=i(e,n,t,r);if(a!=null)return a}let o=xr[n];if(!o)throw new Error(`${Ss} unsupported type: ${n}`);return o(e,n,t,r)}function h2(e,t){t.mapSorter&&e.sort(t.mapSorter)}function p2(e,t){let r=Array.isArray(e[0])?e[0][0]:e[0],n=Array.isArray(t[0])?t[0][0]:t[0];if(r.type!==n.type)return r.type.compare(n.type);let i=r.type.major,o=Jl[i].compareTokens(r,n);return o===0&&console.warn("WARNING: complex key types used, CBOR key sorting guarantees are gone"),o}function jl(e,t,r,n){if(Array.isArray(t))for(let i of t)jl(e,i,r,n);else r[t.type.major](e,t,n)}function d2(e,t,r){let n=vo(e,r);if(!Array.isArray(n)&&r.quickEncodeToken){let i=r.quickEncodeToken(n);if(i)return i;let o=t[n.type.major];if(o.encodedSize){let a=o.encodedSize(n,r),s=new ri(a);if(o(s,n,r),s.chunks.length!==1)throw new Error(`Unexpected error: pre-calculated length for ${n} was wrong`);return Es(s.chunks[0])}}return _s.reset(),jl(_s,n,t,r),_s.toBytes(!0)}function Is(e,t){return t=Object.assign({},f2,t),d2(e,Jl,t)}var y2={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},Rs=class{constructor(t,r={}){this.pos=0,this.data=t,this.options=r}done(){return this.pos>=this.data.length}next(){let t=this.data[this.pos],r=Et[t];if(r===void 0){let n=I[t];if(!n)throw new Error(`${G} no decoder for major type ${t>>>5} (byte 0x${t.toString(16).padStart(2,"0")})`);let i=t&31;r=n(this.data,this.pos,i,this.options)}return this.pos+=r.encodedLength,r}},ai=Symbol.for("DONE"),wo=Symbol.for("BREAK");function g2(e,t,r){let n=[];for(let i=0;i<e.value;i++){let o=si(t,r);if(o===wo){if(e.value===1/0)break;throw new Error(`${G} got unexpected break to lengthed array`)}if(o===ai)throw new Error(`${G} found array but not enough entries (got ${i}, expected ${e.value})`);n[i]=o}return n}function m2(e,t,r){let n=r.useMaps===!0,i=n?void 0:{},o=n?new Map:void 0;for(let a=0;a<e.value;a++){let s=si(t,r);if(s===wo){if(e.value===1/0)break;throw new Error(`${G} got unexpected break to lengthed map`)}if(s===ai)throw new Error(`${G} found map but not enough entries (got ${a} [no key], expected ${e.value})`);if(n!==!0&&typeof s!="string")throw new Error(`${G} non-string keys not supported (got ${typeof s})`);if(r.rejectDuplicateMapKeys===!0&&(n&&o.has(s)||!n&&s in i))throw new Error(`${G} found repeat map key "${s}"`);let u=si(t,r);if(u===ai)throw new Error(`${G} found map but not enough entries (got ${a} [no value], expected ${e.value})`);n?o.set(s,u):i[s]=u}return n?o:i}function si(e,t){if(e.done())return ai;let r=e.next();if(r.type===b.break)return wo;if(r.type.terminal)return r.value;if(r.type===b.array)return g2(r,e,t);if(r.type===b.map)return m2(r,e,t);if(r.type===b.tag){if(t.tags&&typeof t.tags[r.value]=="function"){let n=si(e,t);return t.tags[r.value](n)}throw new Error(`${G} tag not supported (${r.value})`)}throw new Error("unsupported")}function Ns(e,t){if(!(e instanceof Uint8Array))throw new Error(`${G} data to decode must be a Uint8Array`);t=Object.assign({},y2,t);let r=t.tokenizer||new Rs(e,t),n=si(r,t);if(n===ai)throw new Error(`${G} did not find any content to decode`);if(n===wo)throw new Error(`${G} got unexpected break`);if(!r.done())throw new Error(`${G} too many terminals, data makes no sense`);return n}var eh=yr("ipns:utils"),th=Be("/ipns/");function ui(e){let t=new RegExp("(\\d{4})-(\\d{2})-(\\d{2})T(\\d{2}):(\\d{2}):(\\d{2})\\.(\\d+)Z"),r=String(e).trim().match(t);if(r==null)throw new Error("Invalid format");let n=parseInt(r[1],10),i=parseInt(r[2],10)-1,o=parseInt(r[3],10),a=parseInt(r[4],10),s=parseInt(r[5],10),u=parseInt(r[6],10),c=parseInt(r[7].slice(0,-6),10);return new Date(Date.UTC(n,i,o,a,s,u,c))}var rh=async(e,t)=>{if(t==null||e==null){let n=new Error("one or more of the provided parameters are not defined");throw eh.error(n),(0,Cn.default)(n,gs)}let r;if(t.pubKey!=null){try{r=ys(t.pubKey)}catch(i){throw eh.error(i),i}if(!(await Yf(t.pubKey)).equals(e))throw(0,Cn.default)(new Error("Embedded public key did not match PeerID"),Gf)}else e.publicKey!=null&&(r=ys(e.publicKey));if(r!=null)return r;throw(0,Cn.default)(new Error("no public key is available"),gs)},nh=(e,t,r)=>{let n=Be(t);return mt([e,r,n])},bo=e=>{let t=Be("ipns-signature:");return mt([t,e])},ks=e=>Ye.encode(e),Tn=e=>{let t=Ye.decode(e);return t.sequence!=null&&(t.sequence=BigInt(t.sequence)),t.ttl!=null&&(t.ttl=BigInt(t.ttl)),{value:t.value??new Uint8Array(0),signature:t.signature??new Uint8Array(0),validityType:t.validityType??Ye.ValidityType.EOL,validity:t.validity??new Uint8Array(0),sequence:t.sequence??0n,pubKey:t.pubKey,ttl:t.ttl??void 0,signatureV2:t.signatureV2,data:t.data}},Eo=e=>mt([th,e.toBytes()]),Ds=e=>bs(e.slice(th.length)),ih=(e,t,r,n,i)=>{let o;if(r===Ye.ValidityType.EOL)o=0;else throw(0,Cn.default)(new Error("Unknown validity type"),ei);return Is({Value:e,Validity:t,ValidityType:o,Sequence:n,TTL:i})},oh=e=>{let t=Ns(e);if(t.ValidityType===0)t.ValidityType=Ye.ValidityType.EOL;else throw(0,Cn.default)(new Error("Unknown validity type"),ei);return Number.isInteger(t.Sequence)&&(t.Sequence=BigInt(t.Sequence)),Number.isInteger(t.TTL)&&(t.TTL=BigInt(t.TTL)),t};var sh=yr("ipns"),v2=Ct.code,w2="/ipns/",Kb=w2.length,uh=async(e,t,r,n)=>{let i=new ah.default(Date.now()+Number(n)),o=Ye.ValidityType.EOL,[a,s]=n.toString().split("."),u=BigInt(a)*BigInt(1e5)+BigInt(s??"0");return await b2(e,t,r,o,i,u)};var b2=async(e,t,r,n,i,o)=>{r=BigInt(r);let a=Be(i.toString());if(e.privateKey==null)throw(0,Us.default)(new Error("Missing private key"),$f);let s=await Pf(e.privateKey),u=await E2(s,t,n,a),c=ih(t,a,n,r,o),f=bo(c),l=await s.sign(f),h={value:t,signature:u,validityType:n,validity:a,sequence:r,ttl:o,signatureV2:l,data:c};if(e.publicKey!=null){let d=Er(e.toBytes());(d.code!==v2||!Ue(e.publicKey,d.digest))&&(h.pubKey=e.publicKey)}return sh("ipns entry for %b created",t),h};var E2=async(e,t,r,n)=>{try{let i=nh(t,r,n);return await e.sign(i)}catch(i){throw sh.error("record signature creation failed",i),(0,Us.default)(new Error("record signature creation failed"),qf)}};var ht=X($e(),1);var ci=yr("ipns:validator"),S2=async(e,t)=>{let{value:r,validityType:n,validity:i}=t,o,a;if(t.signatureV2!=null&&t.data!=null)a=t.signatureV2,o=bo(t.data),B2(t);else throw(0,ht.default)(new Error("missing data or signatureV2"),gr);let s;try{s=await e.verify(o,a)}catch{s=!1}if(!s)throw ci.error("record signature verification failed"),(0,ht.default)(new Error("record signature verification failed"),gr);if(i!=null&&n===Ye.ValidityType.EOL){let u;try{u=ui(xe(i))}catch{throw ci.error("unrecognized validity format (not an rfc3339 format)"),(0,ht.default)(new Error("unrecognized validity format (not an rfc3339 format)"),zf)}if(u.getTime()<Date.now())throw ci.error("record has expired"),(0,ht.default)(new Error("record has expired"),Vf)}else if(n!=null)throw ci.error("unrecognized validity type"),(0,ht.default)(new Error("unrecognized validity type"),ei);ci("ipns entry for %b is valid",r)},B2=e=>{if(e.data==null)throw(0,ht.default)(new Error("Record data is missing"),Hf);let t=oh(e.data);if(!Ue(t.Value,e.value))throw(0,ht.default)(new Error('Field "value" did not match between protobuf and CBOR'),gr);if(!Ue(t.Validity,e.validity))throw(0,ht.default)(new Error('Field "validity" did not match between protobuf and CBOR'),gr);if(t.ValidityType!==e.validityType)throw(0,ht.default)(new Error('Field "validityType" did not match between protobuf and CBOR'),gr);if(t.Sequence!==e.sequence)throw(0,ht.default)(new Error('Field "sequence" did not match between protobuf and CBOR'),gr);if(t.TTL!==e.ttl)throw(0,ht.default)(new Error('Field "ttl" did not match between protobuf and CBOR'),gr)},Ps=async(e,t)=>{let r=Ds(e),n=Tn(t),i=await rh(r,n);await S2(i,n)};var lh=X(fh(),1),So=class{constructor(t){this.lru=(0,lh.default)(t)}get(t){let r=this.lru.get(t);if(r!=null){if(r.expire!=null&&r.expire<Date.now()){this.lru.remove(t);return}return r.value}}set(t,r,n){this.lru.set(t,{value:r,expire:Date.now()+n})}has(t){return this.get(t)!=null}remove(t){this.lru.remove(t)}clear(){this.lru.clear()}};var Eh=X(ph(),1);var li=class extends Error{constructor(t){super(t),this.name="TimeoutError"}},Fs=class extends Error{constructor(t){super(),this.name="AbortError",this.message=t}},dh=e=>globalThis.DOMException===void 0?new Fs(e):new DOMException(e),yh=e=>{let t=e.reason===void 0?dh("This operation was aborted."):e.reason;return t instanceof Error?t:dh(t)};function Ks(e,t,r,n){let i,o=new Promise((a,s)=>{if(typeof t!="number"||Math.sign(t)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${t}\``);if(t===Number.POSITIVE_INFINITY){a(e);return}if(n={customTimers:{setTimeout,clearTimeout},...n},n.signal){let{signal:u}=n;u.aborted&&s(yh(u)),u.addEventListener("abort",()=>{s(yh(u))})}i=n.customTimers.setTimeout.call(void 0,()=>{if(typeof r=="function"){try{a(r())}catch(f){s(f)}return}let u=typeof r=="string"?r:`Promise timed out after ${t} milliseconds`,c=r instanceof Error?r:new li(u);typeof e.cancel=="function"&&e.cancel(),s(c)},t),(async()=>{try{a(await e)}catch(u){s(u)}finally{n.customTimers.clearTimeout.call(void 0,i)}})()});return o.clear=()=>{clearTimeout(i),i=void 0},o}function Os(e,t,r){let n=0,i=e.length;for(;i>0;){let o=Math.trunc(i/2),a=n+o;r(e[a],t)<=0?(n=++a,i-=o+1):i=o}return n}var Mr=function(e,t,r,n){if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(e):n?n.value:t.get(e)},Zt,hi=class{constructor(){Zt.set(this,[])}enqueue(t,r){r={priority:0,...r};let n={priority:r.priority,run:t};if(this.size&&Mr(this,Zt,"f")[this.size-1].priority>=r.priority){Mr(this,Zt,"f").push(n);return}let i=Os(Mr(this,Zt,"f"),n,(o,a)=>a.priority-o.priority);Mr(this,Zt,"f").splice(i,0,n)}dequeue(){let t=Mr(this,Zt,"f").shift();return t?.run}filter(t){return Mr(this,Zt,"f").filter(r=>r.priority===t.priority).map(r=>r.run)}get size(){return Mr(this,Zt,"f").length}};Zt=new WeakMap;var Ee=function(e,t,r,n,i){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?i.call(e,r):i?i.value=r:t.set(e,r),r},P=function(e,t,r,n){if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(e):n?n.value:t.get(e)},Te,di,yi,wr,Ro,gi,Ao,St,pi,it,Co,ot,mi,vr,To,gh,mh,wh,xh,vh,_o,Ms,Vs,No,bh,Io,ko=class extends Error{},xi=class extends Eh.default{constructor(t){var r,n,i,o;if(super(),Te.add(this),di.set(this,void 0),yi.set(this,void 0),wr.set(this,0),Ro.set(this,void 0),gi.set(this,void 0),Ao.set(this,0),St.set(this,void 0),pi.set(this,void 0),it.set(this,void 0),Co.set(this,void 0),ot.set(this,0),mi.set(this,void 0),vr.set(this,void 0),To.set(this,void 0),Object.defineProperty(this,"timeout",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),t={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:hi,...t},!(typeof t.intervalCap=="number"&&t.intervalCap>=1))throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${(n=(r=t.intervalCap)===null||r===void 0?void 0:r.toString())!==null&&n!==void 0?n:""}\` (${typeof t.intervalCap})`);if(t.interval===void 0||!(Number.isFinite(t.interval)&&t.interval>=0))throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${(o=(i=t.interval)===null||i===void 0?void 0:i.toString())!==null&&o!==void 0?o:""}\` (${typeof t.interval})`);Ee(this,di,t.carryoverConcurrencyCount,"f"),Ee(this,yi,t.intervalCap===Number.POSITIVE_INFINITY||t.interval===0,"f"),Ee(this,Ro,t.intervalCap,"f"),Ee(this,gi,t.interval,"f"),Ee(this,it,new t.queueClass,"f"),Ee(this,Co,t.queueClass,"f"),this.concurrency=t.concurrency,this.timeout=t.timeout,Ee(this,To,t.throwOnTimeout===!0,"f"),Ee(this,vr,t.autoStart===!1,"f")}get concurrency(){return P(this,mi,"f")}set concurrency(t){if(!(typeof t=="number"&&t>=1))throw new TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${t}\` (${typeof t})`);Ee(this,mi,t,"f"),P(this,Te,"m",No).call(this)}async add(t,r={}){return r={timeout:this.timeout,throwOnTimeout:P(this,To,"f"),...r},new Promise((n,i)=>{P(this,it,"f").enqueue(async()=>{var o,a,s;Ee(this,ot,(a=P(this,ot,"f"),a++,a),"f"),Ee(this,wr,(s=P(this,wr,"f"),s++,s),"f");try{if(!((o=r.signal)===null||o===void 0)&&o.aborted)throw new ko("The task was aborted.");let u=t({signal:r.signal});r.timeout&&(u=Ks(Promise.resolve(u),r.timeout)),r.signal&&(u=Promise.race([u,P(this,Te,"m",bh).call(this,r.signal)]));let c=await u;n(c),this.emit("completed",c)}catch(u){if(u instanceof li&&!r.throwOnTimeout){n();return}i(u),this.emit("error",u)}finally{P(this,Te,"m",wh).call(this)}},r),this.emit("add"),P(this,Te,"m",_o).call(this)})}async addAll(t,r){return Promise.all(t.map(async n=>this.add(n,r)))}start(){return P(this,vr,"f")?(Ee(this,vr,!1,"f"),P(this,Te,"m",No).call(this),this):this}pause(){Ee(this,vr,!0,"f")}clear(){Ee(this,it,new(P(this,Co,"f")),"f")}async onEmpty(){P(this,it,"f").size!==0&&await P(this,Te,"m",Io).call(this,"empty")}async onSizeLessThan(t){P(this,it,"f").size<t||await P(this,Te,"m",Io).call(this,"next",()=>P(this,it,"f").size<t)}async onIdle(){P(this,ot,"f")===0&&P(this,it,"f").size===0||await P(this,Te,"m",Io).call(this,"idle")}get size(){return P(this,it,"f").size}sizeBy(t){return P(this,it,"f").filter(t).length}get pending(){return P(this,ot,"f")}get isPaused(){return P(this,vr,"f")}};di=new WeakMap,yi=new WeakMap,wr=new WeakMap,Ro=new WeakMap,gi=new WeakMap,Ao=new WeakMap,St=new WeakMap,pi=new WeakMap,it=new WeakMap,Co=new WeakMap,ot=new WeakMap,mi=new WeakMap,vr=new WeakMap,To=new WeakMap,Te=new WeakSet,gh=function(){return P(this,yi,"f")||P(this,wr,"f")<P(this,Ro,"f")},mh=function(){return P(this,ot,"f")<P(this,mi,"f")},wh=function(){var t;Ee(this,ot,(t=P(this,ot,"f"),t--,t),"f"),P(this,Te,"m",_o).call(this),this.emit("next")},xh=function(){P(this,Te,"m",Vs).call(this),P(this,Te,"m",Ms).call(this),Ee(this,pi,void 0,"f")},vh=function(){let t=Date.now();if(P(this,St,"f")===void 0){let r=P(this,Ao,"f")-t;if(r<0)Ee(this,wr,P(this,di,"f")?P(this,ot,"f"):0,"f");else return P(this,pi,"f")===void 0&&Ee(this,pi,setTimeout(()=>{P(this,Te,"m",xh).call(this)},r),"f"),!0}return!1},_o=function(){if(P(this,it,"f").size===0)return P(this,St,"f")&&clearInterval(P(this,St,"f")),Ee(this,St,void 0,"f"),this.emit("empty"),P(this,ot,"f")===0&&this.emit("idle"),!1;if(!P(this,vr,"f")){let t=!P(this,Te,"a",vh);if(P(this,Te,"a",gh)&&P(this,Te,"a",mh)){let r=P(this,it,"f").dequeue();return r?(this.emit("active"),r(),t&&P(this,Te,"m",Ms).call(this),!0):!1}}return!1},Ms=function(){P(this,yi,"f")||P(this,St,"f")!==void 0||(Ee(this,St,setInterval(()=>{P(this,Te,"m",Vs).call(this)},P(this,gi,"f")),"f"),Ee(this,Ao,Date.now()+P(this,gi,"f"),"f"))},Vs=function(){P(this,wr,"f")===0&&P(this,ot,"f")===0&&P(this,St,"f")&&(clearInterval(P(this,St,"f")),Ee(this,St,void 0,"f")),Ee(this,wr,P(this,di,"f")?P(this,ot,"f"):0,"f"),P(this,Te,"m",No).call(this)},No=function(){for(;P(this,Te,"m",_o).call(this););},bh=async function(t){return new Promise((r,n)=>{t.addEventListener("abort",()=>{n(new ko("The task was aborted."))},{once:!0})})},Io=async function(t,r){return new Promise(n=>{let i=()=>{r&&!r()||(this.off(t,i),n())};this.on(t,i)})};var qs=new So(1e3),T2=60*1e3,_2=new xi({concurrency:4}),Sh=e=>{if(e.Path!=null)return e.Path;throw new Error(e.Message)};async function Bh(e,t={}){return await(async(n,i={})=>{let o=new URLSearchParams(i);o.set("arg",n);let a=o.toString();if(i.nocache!==!0&&qs.has(a)){let u=qs.get(a);if(u!=null)return Sh(u)}let s=await _2.add(async()=>{let u=await fetch(`https://ipfs.io/api/v0/dns?${o}`),c=new URL(u.url).search.slice(1),f=await u.json();return qs.set(c,f,T2),f});return Sh(s)})(e,t)}var Vt=class extends Event{constructor(t,r){super(t),this.detail=r}};var vi;(function(e){let t;e.codec=()=>(t==null&&(t=nr((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),(i.writeDefaults===!0||r.key!=null&&r.key.byteLength>0)&&(n.uint32(10),n.bytes(r.key)),(i.writeDefaults===!0||r.value!=null&&r.value.byteLength>0)&&(n.uint32(18),n.bytes(r.value)),(i.writeDefaults===!0||r.timeReceived!=="")&&(n.uint32(42),n.string(r.timeReceived)),i.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let i={key:new Uint8Array(0),value:new Uint8Array(0),timeReceived:""},o=n==null?r.len:r.pos+n;for(;r.pos<o;){let a=r.uint32();switch(a>>>3){case 1:i.key=r.bytes();break;case 2:i.value=r.bytes();break;case 5:i.timeReceived=r.string();break;default:r.skipType(a&7);break}}return i})),t),e.encode=r=>rr(r,e.codec()),e.decode=r=>tr(r,e.codec())})(vi||(vi={}));function Ah(e){let t=e.getUTCFullYear(),r=String(e.getUTCMonth()+1).padStart(2,"0"),n=String(e.getUTCDate()).padStart(2,"0"),i=String(e.getUTCHours()).padStart(2,"0"),o=String(e.getUTCMinutes()).padStart(2,"0"),a=String(e.getUTCSeconds()).padStart(2,"0"),s=e.getUTCMilliseconds(),u=String(s*1e3*1e3).padStart(9,"0");return`${t}-${r}-${n}T${i}:${o}:${a}.${u}Z`}function Ch(e){let t=new RegExp("(\\d{4})-(\\d{2})-(\\d{2})T(\\d{2}):(\\d{2}):(\\d{2})\\.(\\d+)Z"),r=String(e).trim().match(t);if(r==null)throw new Error("Invalid format");let n=parseInt(r[1],10),i=parseInt(r[2],10)-1,o=parseInt(r[3],10),a=parseInt(r[4],10),s=parseInt(r[5],10),u=parseInt(r[6],10),c=parseInt(r[7].slice(0,-6),10);return new Date(Date.UTC(n,i,o,a,s,u,c))}var br=class{constructor(t,r,n){if(!(t instanceof Uint8Array))throw new Error("key must be a Uint8Array");if(!(r instanceof Uint8Array))throw new Error("value must be a Uint8Array");this.key=t,this.value=r,this.timeReceived=n}serialize(){return vi.encode(this.prepareSerialize())}prepareSerialize(){return{key:this.key,value:this.value,timeReceived:Ah(this.timeReceived)}}static deserialize(t){let r=vi.decode(t);return new br(r.key,r.value,new Date(r.timeReceived))}static fromDeserialized(t){let r=Ch(t.timeReceived);if(t.key==null)throw new Error("key missing from deserialized object");if(t.value==null)throw new Error("value missing from deserialized object");return new br(t.key,t.value,r)}};function zs(e){return new Ie("/dht/record/"+xe(e,"base32"),!1)}function Th(e){return{async put(t,r,n={}){try{let i=zs(t),o=new br(t,r,new Date);n.onProgress?.(new Vt("ipns:routing:datastore:put")),await e.put(i,o.serialize(),n)}catch(i){throw n.onProgress?.(new Vt("ipns:routing:datastore:error",i)),i}},async get(t,r={}){try{let n=zs(t);r.onProgress?.(new Vt("ipns:routing:datastore:get"));let i=await e.get(n,r);return br.deserialize(i).value}catch(n){throw r.onProgress?.(new Vt("ipns:routing:datastore:error",n)),n}},async has(t,r={}){let n=zs(t);return await e.has(n,r)}}}var _h=(e,t)=>{let r=t.map((n,i)=>({entry:Ye.decode(n),index:i}));return r.sort((n,i)=>{if(n.entry.signatureV2!=null&&i.entry.signatureV2==null)return-1;if(n.entry.signatureV2==null&&i.entry.signatureV2!=null)return 1;let o=n.entry.sequence??0n,a=i.entry.sequence??0n;if(o>a)return-1;if(o<a)return 1;let s=n.entry.validity??new Uint8Array(0),u=i.entry.validity??new Uint8Array(0),c=ui(xe(s)),f=ui(xe(u));return c.getTime()>f.getTime()?-1:c.getTime()<f.getTime()?1:0}),r[0].index};var Hs=function(e,t,r,n){if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(e):n?n.value:t.get(e)},wi,$s,Ih,Ws=yr("helia:ipns"),R2=60*1e3,Rh=60*R2,N2=24*Rh,Gs=23*Rh,Qs=class{constructor(t,r=[]){wi.add(this),this.routers=r,this.localStore=Th(t.datastore)}async publish(t,r,n={}){try{let i=1n,o=Eo(t);if(await this.localStore.has(o,n)){let f=await this.localStore.get(o,n);i=Tn(f).sequence+1n}let a;Xs(r)?a=`/ipns/${r.toString()}`:a=`/ipfs/${r.toString()}`;let s=Be(a),u=await uh(t,s,i,n.lifetime??N2),c=ks(u);return await this.localStore.put(o,c,n),await Promise.all(this.routers.map(async f=>{await f.put(o,c,n)})),u}catch(i){throw n.onProgress?.(new Vt("ipns:publish:error",i)),i}}async resolve(t,r={}){let n=Eo(t),i=await Hs(this,wi,"m",Ih).call(this,n,r),o=xe(i.value);return await Hs(this,wi,"m",$s).call(this,o)}async resolveDns(t,r={}){let n=await Bh(t,r);return await Hs(this,wi,"m",$s).call(this,n)}republish(t={}){if(this.timeout!=null)throw new Error("Republish is already running");t.signal?.addEventListener("abort",()=>{clearTimeout(this.timeout)});async function r(){let n=Date.now();t.onProgress?.(new Vt("ipns:republish:start"));let o=Date.now()-n,a=Gs-o;a<0&&(a=t.interval??Gs),setTimeout(()=>{r().catch(s=>{Ws.error("error republishing",s)})},a)}this.timeout=setTimeout(()=>{r().catch(n=>{Ws.error("error republishing",n)})},t.interval??Gs)}};wi=new WeakSet,$s=async function(t){let r=t.split("/");if(r.length===3){let n=r[1];if(n==="ipns")return await this.resolve(ws(r[2]));if(n==="ipfs")return pe.parse(r[2])}throw Ws.error("invalid ipfs path %s",t),new Error("Invalid value")},Ih=async function(t,r){let n=[this.localStore,...this.routers],i=await Promise.any(n.map(async o=>{let a=await o.get(t,r);return await Ps(t,a),a}));return Tn(i)};function k2(e,t=[]){return new Qs(e,t)}return Lh(D2);})();
17
+ /*! Bundled license information:
18
+
19
+ @noble/secp256k1/lib/esm/index.js:
20
+ (*! noble-secp256k1 - MIT License (c) 2019 Paul Miller (paulmillr.com) *)
21
+
22
+ @noble/ed25519/lib/esm/index.js:
23
+ (*! noble-ed25519 - MIT License (c) 2019 Paul Miller (paulmillr.com) *)
24
+ */
25
+ return HeliaIpns}));