@helia/ipns 1.1.4 → 1.1.5

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 (2) hide show
  1. package/dist/index.min.js +10 -10
  2. package/package.json +2 -2
package/dist/index.min.js CHANGED
@@ -1,19 +1,19 @@
1
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 Up=Object.create;var Yi=Object.defineProperty;var Pp=Object.getOwnPropertyDescriptor;var Op=Object.getOwnPropertyNames;var Kp=Object.getPrototypeOf,Mp=Object.prototype.hasOwnProperty;var X=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),de=(e,t)=>{for(var r in t)Yi(e,r,{get:t[r],enumerable:!0})},vc=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Op(t))!Mp.call(e,i)&&i!==r&&Yi(e,i,{get:()=>t[i],enumerable:!(n=Pp(t,i))||n.enumerable});return e};var xe=(e,t,r)=>(r=e!=null?Up(Kp(e)):{},vc(t||!e||!e.__esModule?Yi(r,"default",{value:e,enumerable:!0}):r,e)),Fp=e=>vc(Yi({},"__esModule",{value:!0}),e);var Ec=X((Kb,wc)=>{var cn=1e3,un=cn*60,fn=un*60,Mr=fn*24,Vp=Mr*7,qp=Mr*365.25;wc.exports=function(e,t){t=t||{};var r=typeof e;if(r==="string"&&e.length>0)return zp(e);if(r==="number"&&isFinite(e))return t.long?Gp(e):Hp(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function zp(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*qp;case"weeks":case"week":case"w":return r*Vp;case"days":case"day":case"d":return r*Mr;case"hours":case"hour":case"hrs":case"hr":case"h":return r*fn;case"minutes":case"minute":case"mins":case"min":case"m":return r*un;case"seconds":case"second":case"secs":case"sec":case"s":return r*cn;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function Hp(e){var t=Math.abs(e);return t>=Mr?Math.round(e/Mr)+"d":t>=fn?Math.round(e/fn)+"h":t>=un?Math.round(e/un)+"m":t>=cn?Math.round(e/cn)+"s":e+"ms"}function Gp(e){var t=Math.abs(e);return t>=Mr?Zi(e,t,Mr,"day"):t>=fn?Zi(e,t,fn,"hour"):t>=un?Zi(e,t,un,"minute"):t>=cn?Zi(e,t,cn,"second"):e+" ms"}function Zi(e,t,r,n){var i=t>=r*1.5;return Math.round(e/r)+" "+n+(i?"s":"")}});var Bc=X((Mb,Sc)=>{function $p(e){r.debug=r,r.default=r,r.coerce=c,r.disable=o,r.enable=i,r.enabled=s,r.humanize=Ec(),r.destroy=u,Object.keys(e).forEach(f=>{r[f]=e[f]}),r.names=[],r.skips=[],r.formatters={};function t(f){let l=0;for(let d=0;d<f.length;d++)l=(l<<5)-l+f.charCodeAt(d),l|=0;return r.colors[Math.abs(l)%r.colors.length]}r.selectColor=t;function r(f){let l,d=null,m,h;function p(...y){if(!p.enabled)return;let g=p,b=Number(new Date),v=b-(l||b);g.diff=v,g.prev=l,g.curr=b,l=b,y[0]=r.coerce(y[0]),typeof y[0]!="string"&&y.unshift("%O");let T=0;y[0]=y[0].replace(/%([a-zA-Z%])/g,(S,I)=>{if(S==="%%")return"%";T++;let B=r.formatters[I];if(typeof B=="function"){let U=y[T];S=B.call(g,U),y.splice(T,1),T--}return S}),r.formatArgs.call(g,y),(g.log||r.log).apply(g,y)}return p.namespace=f,p.useColors=r.useColors(),p.color=r.selectColor(f),p.extend=n,p.destroy=r.destroy,Object.defineProperty(p,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(m!==r.namespaces&&(m=r.namespaces,h=r.enabled(f)),h),set:y=>{d=y}}),typeof r.init=="function"&&r.init(p),p}function n(f,l){let d=r(this.namespace+(typeof l>"u"?":":l)+f);return d.log=this.log,d}function i(f){r.save(f),r.namespaces=f,r.names=[],r.skips=[];let l,d=(typeof f=="string"?f:"").split(/[\s,]+/),m=d.length;for(l=0;l<m;l++)d[l]&&(f=d[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(a),...r.skips.map(a).map(l=>"-"+l)].join(",");return r.enable(""),f}function s(f){if(f[f.length-1]==="*")return!0;let l,d;for(l=0,d=r.skips.length;l<d;l++)if(r.skips[l].test(f))return!1;for(l=0,d=r.names.length;l<d;l++)if(r.names[l].test(f))return!0;return!1}function a(f){return f.toString().substring(2,f.toString().length-2).replace(/\.\*\?$/,"*")}function c(f){return f instanceof Error?f.stack||f.message:f}function u(){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}Sc.exports=$p});var bs=X((ot,Qi)=>{ot.formatArgs=Yp;ot.save=Zp;ot.load=Qp;ot.useColors=Wp;ot.storage=Xp();ot.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`."))}})();ot.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 Wp(){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 Yp(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+Qi.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)}ot.log=console.debug||console.log||(()=>{});function Zp(e){try{e?ot.storage.setItem("debug",e):ot.storage.removeItem("debug")}catch{}}function Qp(){let e;try{e=ot.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function Xp(){try{return localStorage}catch{}}Qi.exports=Bc()(ot);var{formatters:Jp}=Qi.exports;Jp.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var ge=X((oE,tu)=>{tu.exports={options:{usePureJavaScript:!1}}});var iu=X((sE,nu)=>{var Ys={};nu.exports=Ys;var ru={};Ys.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=d1(e,t);else{var i=0,o=t.length,s=t.charAt(0),a=[0];for(i=0;i<e.length;++i){for(var c=0,u=e[i];c<a.length;++c)u+=a[c]<<8,a[c]=u%o,u=u/o|0;for(;u>0;)a.push(u%o),u=u/o|0}for(i=0;e[i]===0&&i<e.length-1;++i)n+=s;for(i=a.length-1;i>=0;--i)n+=t[a[i]]}if(r){var f=new RegExp(".{1,"+r+"}","g");n=n.match(f).join(`\r
3
- `)}return n};Ys.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=ru[t];if(!r){r=ru[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),s=[0],n=0;n<e.length;n++){var a=r[e.charCodeAt(n)];if(a===void 0)return;for(var c=0,u=a;c<s.length;++c)u+=s[c]*i,s[c]=u&255,u>>=8;for(;u>0;)s.push(u&255),u>>=8}for(var f=0;e[f]===o&&f<e.length-1;++f)s.push(0);return typeof Buffer<"u"?Buffer.from(s.reverse()):new Uint8Array(s.reverse())};function d1(e,t){var r=0,n=t.length,i=t.charAt(0),o=[0];for(r=0;r<e.length();++r){for(var s=0,a=e.at(r);s<o.length;++s)a+=o[s]<<8,o[s]=a%n,a=a/n|0;for(;a>0;)o.push(a%n),a=a/n|0}var c="";for(r=0;e.at(r)===0&&r<e.length()-1;++r)c+=i;for(r=o.length-1;r>=0;--r)c+=t[o[r]];return c}});var Oe=X((aE,cu)=>{var ou=ge(),su=iu(),x=cu.exports=ou.util=ou.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){x.nextTick=process.nextTick,typeof setImmediate=="function"?x.setImmediate=setImmediate:x.setImmediate=x.nextTick;return}if(typeof setImmediate=="function"){x.setImmediate=function(){return setImmediate.apply(void 0,arguments)},x.nextTick=function(a){return setImmediate(a)};return}if(x.setImmediate=function(a){setTimeout(a,0)},typeof window<"u"&&typeof window.postMessage=="function"){let a=function(c){if(c.source===window&&c.data===e){c.stopPropagation();var u=t.slice();t.length=0,u.forEach(function(f){f()})}};var s=a,e="forge.setImmediate",t=[];x.setImmediate=function(c){t.push(c),t.length===1&&window.postMessage(e,"*")},window.addEventListener("message",a,!0)}if(typeof MutationObserver<"u"){var r=Date.now(),n=!0,i=document.createElement("div"),t=[];new MutationObserver(function(){var c=t.slice();t.length=0,c.forEach(function(u){u()})}).observe(i,{attributes:!0});var o=x.setImmediate;x.setImmediate=function(c){Date.now()-r>15?(r=Date.now(),o(c)):(t.push(c),t.length===1&&i.setAttribute("a",n=!n))}}x.nextTick=x.setImmediate})();x.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;x.globalScope=function(){return x.isNodejs?globalThis:typeof self>"u"?window:self}();x.isArray=Array.isArray||function(e){return Object.prototype.toString.call(e)==="[object Array]"};x.isArrayBuffer=function(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer};x.isArrayBufferView=function(e){return e&&x.isArrayBuffer(e.buffer)&&e.byteLength!==void 0};function ai(e){if(!(e===8||e===16||e===24||e===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+e)}x.ByteBuffer=Zs;function Zs(e){if(this.data="",this.read=0,typeof e=="string")this.data=e;else if(x.isArrayBuffer(e)||x.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 Zs||typeof e=="object"&&typeof e.data=="string"&&typeof e.read=="number")&&(this.data=e.data,this.read=e.read);this._constructedStringLength=0}x.ByteStringBuffer=Zs;var p1=4096;x.ByteStringBuffer.prototype._optimizeConstructedString=function(e){this._constructedStringLength+=e,this._constructedStringLength>p1&&(this.data.substr(0,1),this._constructedStringLength=0)};x.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};x.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};x.ByteStringBuffer.prototype.putByte=function(e){return this.putBytes(String.fromCharCode(e))};x.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};x.ByteStringBuffer.prototype.putBytes=function(e){return this.data+=e,this._optimizeConstructedString(e.length),this};x.ByteStringBuffer.prototype.putString=function(e){return this.putBytes(x.encodeUtf8(e))};x.ByteStringBuffer.prototype.putInt16=function(e){return this.putBytes(String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};x.ByteStringBuffer.prototype.putInt24=function(e){return this.putBytes(String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};x.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))};x.ByteStringBuffer.prototype.putInt16Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255))};x.ByteStringBuffer.prototype.putInt24Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e>>16&255))};x.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))};x.ByteStringBuffer.prototype.putInt=function(e,t){ai(t);var r="";do t-=8,r+=String.fromCharCode(e>>t&255);while(t>0);return this.putBytes(r)};x.ByteStringBuffer.prototype.putSignedInt=function(e,t){return e<0&&(e+=2<<t-1),this.putInt(e,t)};x.ByteStringBuffer.prototype.putBuffer=function(e){return this.putBytes(e.getBytes())};x.ByteStringBuffer.prototype.getByte=function(){return this.data.charCodeAt(this.read++)};x.ByteStringBuffer.prototype.getInt16=function(){var e=this.data.charCodeAt(this.read)<<8^this.data.charCodeAt(this.read+1);return this.read+=2,e};x.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};x.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};x.ByteStringBuffer.prototype.getInt16Le=function(){var e=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8;return this.read+=2,e};x.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};x.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};x.ByteStringBuffer.prototype.getInt=function(e){ai(e);var t=0;do t=(t<<8)+this.data.charCodeAt(this.read++),e-=8;while(e>0);return t};x.ByteStringBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};x.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};x.ByteStringBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};x.ByteStringBuffer.prototype.at=function(e){return this.data.charCodeAt(this.read+e)};x.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};x.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};x.ByteStringBuffer.prototype.copy=function(){var e=x.createBuffer(this.data);return e.read=this.read,e};x.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};x.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};x.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};x.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};x.ByteStringBuffer.prototype.toString=function(){return x.decodeUtf8(this.bytes())};function y1(e,t){t=t||{},this.read=t.readOffset||0,this.growSize=t.growSize||1024;var r=x.isArrayBuffer(e),n=x.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)}x.DataBuffer=y1;x.DataBuffer.prototype.length=function(){return this.write-this.read};x.DataBuffer.prototype.isEmpty=function(){return this.length()<=0};x.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};x.DataBuffer.prototype.putByte=function(e){return this.accommodate(1),this.data.setUint8(this.write++,e),this};x.DataBuffer.prototype.fillWithByte=function(e,t){this.accommodate(t);for(var r=0;r<t;++r)this.data.setUint8(e);return this};x.DataBuffer.prototype.putBytes=function(e,t){if(x.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(x.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 x.DataBuffer||typeof e=="object"&&typeof e.read=="number"&&typeof e.write=="number"&&x.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 x.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+=x.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+=x.binary.base64.decode(e,o,this.write),this;if(t==="utf8"&&(e=x.encodeUtf8(e),t="binary"),t==="binary"||t==="raw")return this.accommodate(e.length),o=new Uint8Array(this.data.buffer,this.write),this.write+=x.binary.raw.decode(o),this;if(t==="utf16")return this.accommodate(e.length*2),o=new Uint16Array(this.data.buffer,this.write),this.write+=x.text.utf16.encode(o),this;throw new Error("Invalid encoding: "+t)}throw Error("Invalid parameter: "+e)};x.DataBuffer.prototype.putBuffer=function(e){return this.putBytes(e),e.clear(),this};x.DataBuffer.prototype.putString=function(e){return this.putBytes(e,"utf16")};x.DataBuffer.prototype.putInt16=function(e){return this.accommodate(2),this.data.setInt16(this.write,e),this.write+=2,this};x.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};x.DataBuffer.prototype.putInt32=function(e){return this.accommodate(4),this.data.setInt32(this.write,e),this.write+=4,this};x.DataBuffer.prototype.putInt16Le=function(e){return this.accommodate(2),this.data.setInt16(this.write,e,!0),this.write+=2,this};x.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};x.DataBuffer.prototype.putInt32Le=function(e){return this.accommodate(4),this.data.setInt32(this.write,e,!0),this.write+=4,this};x.DataBuffer.prototype.putInt=function(e,t){ai(t),this.accommodate(t/8);do t-=8,this.data.setInt8(this.write++,e>>t&255);while(t>0);return this};x.DataBuffer.prototype.putSignedInt=function(e,t){return ai(t),this.accommodate(t/8),e<0&&(e+=2<<t-1),this.putInt(e,t)};x.DataBuffer.prototype.getByte=function(){return this.data.getInt8(this.read++)};x.DataBuffer.prototype.getInt16=function(){var e=this.data.getInt16(this.read);return this.read+=2,e};x.DataBuffer.prototype.getInt24=function(){var e=this.data.getInt16(this.read)<<8^this.data.getInt8(this.read+2);return this.read+=3,e};x.DataBuffer.prototype.getInt32=function(){var e=this.data.getInt32(this.read);return this.read+=4,e};x.DataBuffer.prototype.getInt16Le=function(){var e=this.data.getInt16(this.read,!0);return this.read+=2,e};x.DataBuffer.prototype.getInt24Le=function(){var e=this.data.getInt8(this.read)^this.data.getInt16(this.read+1,!0)<<8;return this.read+=3,e};x.DataBuffer.prototype.getInt32Le=function(){var e=this.data.getInt32(this.read,!0);return this.read+=4,e};x.DataBuffer.prototype.getInt=function(e){ai(e);var t=0;do t=(t<<8)+this.data.getInt8(this.read++),e-=8;while(e>0);return t};x.DataBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};x.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};x.DataBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};x.DataBuffer.prototype.at=function(e){return this.data.getUint8(this.read+e)};x.DataBuffer.prototype.setAt=function(e,t){return this.data.setUint8(e,t),this};x.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};x.DataBuffer.prototype.copy=function(){return new x.DataBuffer(this)};x.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};x.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};x.DataBuffer.prototype.truncate=function(e){return this.write=Math.max(0,this.length()-e),this.read=Math.min(this.read,this.write),this};x.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};x.DataBuffer.prototype.toString=function(e){var t=new Uint8Array(this.data,this.read,this.length());if(e=e||"utf8",e==="binary"||e==="raw")return x.binary.raw.encode(t);if(e==="hex")return x.binary.hex.encode(t);if(e==="base64")return x.binary.base64.encode(t);if(e==="utf8")return x.text.utf8.decode(t);if(e==="utf16")return x.text.utf16.decode(t);throw new Error("Invalid encoding: "+e)};x.createBuffer=function(e,t){return t=t||"raw",e!==void 0&&t==="utf8"&&(e=x.encodeUtf8(e)),new x.ByteBuffer(e)};x.fillString=function(e,t){for(var r="";t>0;)t&1&&(r+=e),t>>>=1,t>0&&(e+=e);return r};x.xorBytes=function(e,t,r){for(var n="",i="",o="",s=0,a=0;r>0;--r,++s)i=e.charCodeAt(s)^t.charCodeAt(s),a>=10&&(n+=o,o="",a=0),o+=String.fromCharCode(i),++a;return n+=o,n};x.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};x.bytesToHex=function(e){return x.createBuffer(e).toHex()};x.int32ToBytes=function(e){return String.fromCharCode(e>>24&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255)};var gr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",mr=[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],au="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";x.encode64=function(e,t){for(var r="",n="",i,o,s,a=0;a<e.length;)i=e.charCodeAt(a++),o=e.charCodeAt(a++),s=e.charCodeAt(a++),r+=gr.charAt(i>>2),r+=gr.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=gr.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":gr.charAt(s&63)),t&&r.length>t&&(n+=r.substr(0,t)+`\r
4
- `,r=r.substr(t));return n+=r,n};x.decode64=function(e){e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var t="",r,n,i,o,s=0;s<e.length;)r=mr[e.charCodeAt(s++)-43],n=mr[e.charCodeAt(s++)-43],i=mr[e.charCodeAt(s++)-43],o=mr[e.charCodeAt(s++)-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};x.encodeUtf8=function(e){return unescape(encodeURIComponent(e))};x.decodeUtf8=function(e){return decodeURIComponent(escape(e))};x.binary={raw:{},hex:{},base64:{},base58:{},baseN:{encode:su.encode,decode:su.decode}};x.binary.raw.encode=function(e){return String.fromCharCode.apply(null,e)};x.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};x.binary.hex.encode=x.bytesToHex;x.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};x.binary.base64.encode=function(e,t){for(var r="",n="",i,o,s,a=0;a<e.byteLength;)i=e[a++],o=e[a++],s=e[a++],r+=gr.charAt(i>>2),r+=gr.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=gr.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":gr.charAt(s&63)),t&&r.length>t&&(n+=r.substr(0,t)+`\r
5
- `,r=r.substr(t));return n+=r,n};x.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,s,a,c=0,u=r;c<e.length;)i=mr[e.charCodeAt(c++)-43],o=mr[e.charCodeAt(c++)-43],s=mr[e.charCodeAt(c++)-43],a=mr[e.charCodeAt(c++)-43],n[u++]=i<<2|o>>4,s!==64&&(n[u++]=(o&15)<<4|s>>2,a!==64&&(n[u++]=(s&3)<<6|a));return t?u-r:n.subarray(0,u)};x.binary.base58.encode=function(e,t){return x.binary.baseN.encode(e,au,t)};x.binary.base58.decode=function(e,t){return x.binary.baseN.decode(e,au,t)};x.text={utf8:{},utf16:{}};x.text.utf8.encode=function(e,t,r){e=x.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};x.text.utf8.decode=function(e){return x.decodeUtf8(String.fromCharCode.apply(null,e))};x.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,s=r,a=0;a<e.length;++a)i[s++]=e.charCodeAt(a),o+=2;return t?o-r:n};x.text.utf16.decode=function(e){return String.fromCharCode.apply(null,new Uint16Array(e.buffer))};x.deflate=function(e,t,r){if(t=x.decode64(e.deflate(x.encode64(t)).rval),r){var n=2,i=t.charCodeAt(1);i&32&&(n=6),t=t.substring(n,t.length-4)}return t};x.inflate=function(e,t,r){var n=e.inflate(x.encode64(t)).rval;return n===null?null:x.decode64(n)};var Qs=function(e,t,r){if(!e)throw new Error("WebStorage not available.");var n;if(r===null?n=e.removeItem(t):(r=x.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}},Xs=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(x.decode64(r))),r},g1=function(e,t,r,n){var i=Xs(e,t);i===null&&(i={}),i[r]=n,Qs(e,t,i)},m1=function(e,t,r){var n=Xs(e,t);return n!==null&&(n=r in n?n[r]:null),n},x1=function(e,t,r){var n=Xs(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),Qs(e,t,n)}},v1=function(e,t){Qs(e,t,null)},eo=function(e,t,r){var n=null;typeof r>"u"&&(r=["web","flash"]);var i,o=!1,s=null;for(var a in r){i=r[a];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(c){s=c}if(o)break}if(!o)throw s;return n};x.setItem=function(e,t,r,n,i){eo(g1,arguments,i)};x.getItem=function(e,t,r,n){return eo(m1,arguments,n)};x.removeItem=function(e,t,r,n){eo(x1,arguments,n)};x.clearItems=function(e,t,r){eo(v1,arguments,r)};x.isEmpty=function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0};x.format=function(e){for(var t=/%./g,r,n,i=0,o=[],s=0;r=t.exec(e);){n=e.substring(s,t.lastIndex-2),n.length>0&&o.push(n),s=t.lastIndex;var a=r[0][1];switch(a){case"s":case"o":i<arguments.length?o.push(arguments[i+++1]):o.push("<?>");break;case"%":o.push("%");break;default:o.push("<%"+a+"?>")}}return o.push(e.substring(s)),o.join("")};x.formatNumber=function(e,t,r,n){var i=e,o=isNaN(t=Math.abs(t))?2:t,s=r===void 0?",":r,a=n===void 0?".":n,c=i<0?"-":"",u=parseInt(i=Math.abs(+i||0).toFixed(o),10)+"",f=u.length>3?u.length%3:0;return c+(f?u.substr(0,f)+a:"")+u.substr(f).replace(/(\d{3})(?=\d)/g,"$1"+a)+(o?s+Math.abs(i-u).toFixed(o).slice(2):"")};x.formatSize=function(e){return e>=1073741824?e=x.formatNumber(e/1073741824,2,".","")+" GiB":e>=1048576?e=x.formatNumber(e/1048576,2,".","")+" MiB":e>=1024?e=x.formatNumber(e/1024,0)+" KiB":e=x.formatNumber(e,0)+" bytes",e};x.bytesFromIP=function(e){return e.indexOf(".")!==-1?x.bytesFromIPv4(e):e.indexOf(":")!==-1?x.bytesFromIPv6(e):null};x.bytesFromIPv4=function(e){if(e=e.split("."),e.length!==4)return null;for(var t=x.createBuffer(),r=0;r<e.length;++r){var n=parseInt(e[r],10);if(isNaN(n))return null;t.putByte(n)}return t.getBytes()};x.bytesFromIPv6=function(e){var t=0;e=e.split(":").filter(function(s){return s.length===0&&++t,!0});for(var r=(8-e.length+t)*2,n=x.createBuffer(),i=0;i<8;++i){if(!e[i]||e[i].length===0){n.fillWithByte(0,r),r=0;continue}var o=x.hexToBytes(e[i]);o.length<2&&n.putByte(0),n.putBytes(o)}return n.getBytes()};x.bytesToIP=function(e){return e.length===4?x.bytesToIPv4(e):e.length===16?x.bytesToIPv6(e):null};x.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(".")};x.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=x.bytesToHex(e[i]+e[i+1]);o[0]==="0"&&o!=="0";)o=o.substr(1);if(o==="0"){var s=r[r.length-1],a=t.length;!s||a!==s.end+1?r.push({start:a,end:a}):(s.end=a,s.end-s.start>r[n].end-r[n].start&&(n=r.length-1))}t.push(o)}if(r.length>0){var c=r[n];c.end-c.start>0&&(t.splice(c.start,c.end-c.start+1,""),c.start===0&&t.unshift(""),c.end===7&&t.push(""))}return t.join(":")};x.estimateCores=function(e,t){if(typeof e=="function"&&(t=e,e={}),e=e||{},"cores"in x&&!e.update)return t(null,x.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return x.cores=navigator.hardwareConcurrency,t(null,x.cores);if(typeof Worker>"u")return x.cores=1,t(null,x.cores);if(typeof Blob>"u")return x.cores=2,t(null,x.cores);var r=URL.createObjectURL(new Blob(["(",function(){self.addEventListener("message",function(s){for(var a=Date.now(),c=a+4;Date.now()<c;);self.postMessage({st:a,et:c})})}.toString(),")()"],{type:"application/javascript"}));n([],5,16);function n(s,a,c){if(a===0){var u=Math.floor(s.reduce(function(f,l){return f+l},0)/s.length);return x.cores=Math.max(1,u),URL.revokeObjectURL(r),t(null,x.cores)}i(c,function(f,l){s.push(o(c,l)),n(s,a-1,c)})}function i(s,a){for(var c=[],u=[],f=0;f<s;++f){var l=new Worker(r);l.addEventListener("message",function(d){if(u.push(d.data),u.length===s){for(var m=0;m<s;++m)c[m].terminate();a(null,u)}}),c.push(l)}for(var f=0;f<s;++f)c[f].postMessage(f)}function o(s,a){for(var c=[],u=0;u<s;++u)for(var f=a[u],l=c[u]=[],d=0;d<s;++d)if(u!==d){var m=a[d];(f.st>m.st&&f.st<m.et||m.st>f.st&&m.st<f.et)&&l.push(d)}return c.reduce(function(h,p){return Math.max(h,p.length)},0)}}});var to=X((cE,uu)=>{var ci=ge();ci.pki=ci.pki||{};var Js=uu.exports=ci.pki.oids=ci.oids=ci.oids||{};function L(e,t){Js[e]=t,Js[t]=e}function pe(e,t){Js[e]=t}L("1.2.840.113549.1.1.1","rsaEncryption");L("1.2.840.113549.1.1.4","md5WithRSAEncryption");L("1.2.840.113549.1.1.5","sha1WithRSAEncryption");L("1.2.840.113549.1.1.7","RSAES-OAEP");L("1.2.840.113549.1.1.8","mgf1");L("1.2.840.113549.1.1.9","pSpecified");L("1.2.840.113549.1.1.10","RSASSA-PSS");L("1.2.840.113549.1.1.11","sha256WithRSAEncryption");L("1.2.840.113549.1.1.12","sha384WithRSAEncryption");L("1.2.840.113549.1.1.13","sha512WithRSAEncryption");L("1.3.101.112","EdDSA25519");L("1.2.840.10040.4.3","dsa-with-sha1");L("1.3.14.3.2.7","desCBC");L("1.3.14.3.2.26","sha1");L("1.3.14.3.2.29","sha1WithRSASignature");L("2.16.840.1.101.3.4.2.1","sha256");L("2.16.840.1.101.3.4.2.2","sha384");L("2.16.840.1.101.3.4.2.3","sha512");L("2.16.840.1.101.3.4.2.4","sha224");L("2.16.840.1.101.3.4.2.5","sha512-224");L("2.16.840.1.101.3.4.2.6","sha512-256");L("1.2.840.113549.2.2","md2");L("1.2.840.113549.2.5","md5");L("1.2.840.113549.1.7.1","data");L("1.2.840.113549.1.7.2","signedData");L("1.2.840.113549.1.7.3","envelopedData");L("1.2.840.113549.1.7.4","signedAndEnvelopedData");L("1.2.840.113549.1.7.5","digestedData");L("1.2.840.113549.1.7.6","encryptedData");L("1.2.840.113549.1.9.1","emailAddress");L("1.2.840.113549.1.9.2","unstructuredName");L("1.2.840.113549.1.9.3","contentType");L("1.2.840.113549.1.9.4","messageDigest");L("1.2.840.113549.1.9.5","signingTime");L("1.2.840.113549.1.9.6","counterSignature");L("1.2.840.113549.1.9.7","challengePassword");L("1.2.840.113549.1.9.8","unstructuredAddress");L("1.2.840.113549.1.9.14","extensionRequest");L("1.2.840.113549.1.9.20","friendlyName");L("1.2.840.113549.1.9.21","localKeyId");L("1.2.840.113549.1.9.22.1","x509Certificate");L("1.2.840.113549.1.12.10.1.1","keyBag");L("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");L("1.2.840.113549.1.12.10.1.3","certBag");L("1.2.840.113549.1.12.10.1.4","crlBag");L("1.2.840.113549.1.12.10.1.5","secretBag");L("1.2.840.113549.1.12.10.1.6","safeContentsBag");L("1.2.840.113549.1.5.13","pkcs5PBES2");L("1.2.840.113549.1.5.12","pkcs5PBKDF2");L("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");L("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");L("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");L("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");L("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");L("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");L("1.2.840.113549.2.7","hmacWithSHA1");L("1.2.840.113549.2.8","hmacWithSHA224");L("1.2.840.113549.2.9","hmacWithSHA256");L("1.2.840.113549.2.10","hmacWithSHA384");L("1.2.840.113549.2.11","hmacWithSHA512");L("1.2.840.113549.3.7","des-EDE3-CBC");L("2.16.840.1.101.3.4.1.2","aes128-CBC");L("2.16.840.1.101.3.4.1.22","aes192-CBC");L("2.16.840.1.101.3.4.1.42","aes256-CBC");L("2.5.4.3","commonName");L("2.5.4.4","surname");L("2.5.4.5","serialNumber");L("2.5.4.6","countryName");L("2.5.4.7","localityName");L("2.5.4.8","stateOrProvinceName");L("2.5.4.9","streetAddress");L("2.5.4.10","organizationName");L("2.5.4.11","organizationalUnitName");L("2.5.4.12","title");L("2.5.4.13","description");L("2.5.4.15","businessCategory");L("2.5.4.17","postalCode");L("2.5.4.42","givenName");L("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");L("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");L("2.16.840.1.113730.1.1","nsCertType");L("2.16.840.1.113730.1.13","nsComment");pe("2.5.29.1","authorityKeyIdentifier");pe("2.5.29.2","keyAttributes");pe("2.5.29.3","certificatePolicies");pe("2.5.29.4","keyUsageRestriction");pe("2.5.29.5","policyMapping");pe("2.5.29.6","subtreesConstraint");pe("2.5.29.7","subjectAltName");pe("2.5.29.8","issuerAltName");pe("2.5.29.9","subjectDirectoryAttributes");pe("2.5.29.10","basicConstraints");pe("2.5.29.11","nameConstraints");pe("2.5.29.12","policyConstraints");pe("2.5.29.13","basicConstraints");L("2.5.29.14","subjectKeyIdentifier");L("2.5.29.15","keyUsage");pe("2.5.29.16","privateKeyUsagePeriod");L("2.5.29.17","subjectAltName");L("2.5.29.18","issuerAltName");L("2.5.29.19","basicConstraints");pe("2.5.29.20","cRLNumber");pe("2.5.29.21","cRLReason");pe("2.5.29.22","expirationDate");pe("2.5.29.23","instructionCode");pe("2.5.29.24","invalidityDate");pe("2.5.29.25","cRLDistributionPoints");pe("2.5.29.26","issuingDistributionPoint");pe("2.5.29.27","deltaCRLIndicator");pe("2.5.29.28","issuingDistributionPoint");pe("2.5.29.29","certificateIssuer");pe("2.5.29.30","nameConstraints");L("2.5.29.31","cRLDistributionPoints");L("2.5.29.32","certificatePolicies");pe("2.5.29.33","policyMappings");pe("2.5.29.34","policyConstraints");L("2.5.29.35","authorityKeyIdentifier");pe("2.5.29.36","policyConstraints");L("2.5.29.37","extKeyUsage");pe("2.5.29.46","freshestCRL");pe("2.5.29.54","inhibitAnyPolicy");L("1.3.6.1.4.1.11129.2.4.2","timestampList");L("1.3.6.1.5.5.7.1.1","authorityInfoAccess");L("1.3.6.1.5.5.7.3.1","serverAuth");L("1.3.6.1.5.5.7.3.2","clientAuth");L("1.3.6.1.5.5.7.3.3","codeSigning");L("1.3.6.1.5.5.7.3.4","emailProtection");L("1.3.6.1.5.5.7.3.8","timeStamping")});var fi=X((uE,lu)=>{var be=ge();Oe();to();var F=lu.exports=be.asn1=be.asn1||{};F.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};F.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};F.create=function(e,t,r,n,i){if(be.util.isArray(n)){for(var o=[],s=0;s<n.length;++s)n[s]!==void 0&&o.push(n[s]);n=o}var a={tagClass:e,type:t,constructed:r,composed:r||be.util.isArray(n),value:n};return i&&"bitStringContents"in i&&(a.bitStringContents=i.bitStringContents,a.original=F.copy(a)),a};F.copy=function(e,t){var r;if(be.util.isArray(e)){r=[];for(var n=0;n<e.length;++n)r.push(F.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:F.copy(e.value,t)},t&&!t.excludeBitStringContents&&(r.bitStringContents=e.bitStringContents),r)};F.equals=function(e,t,r){if(be.util.isArray(e)){if(!be.util.isArray(t)||e.length!==t.length)return!1;for(var n=0;n<e.length;++n)if(!F.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&&F.equals(e.value,t.value);return r&&r.includeBitStringContents&&(i=i&&e.bitStringContents===t.bitStringContents),i};F.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 ui(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 b1=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;ui(e,t,o),n=e.getInt(o<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};F.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=be.util.createBuffer(e));var r=e.length(),n=ro(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 ro(e,t,r,n){var i;ui(e,t,2);var o=e.getByte();t--;var s=o&192,a=o&31;i=e.length();var c=b1(e,t);if(t-=i-e.length(),c!==void 0&&c>t){if(n.strict){var u=new Error("Too few bytes to read ASN.1 value.");throw u.available=e.length(),u.remaining=t,u.requested=c,u}c=t}var f,l,d=(o&32)===32;if(d)if(f=[],c===void 0)for(;;){if(ui(e,t,2),e.bytes(2)===String.fromCharCode(0,0)){e.getBytes(2),t-=2;break}i=e.length(),f.push(ro(e,t,r+1,n)),t-=i-e.length()}else for(;c>0;)i=e.length(),f.push(ro(e,c,r+1,n)),t-=i-e.length(),c-=i-e.length();if(f===void 0&&s===F.Class.UNIVERSAL&&a===F.Type.BITSTRING&&(l=e.bytes(c)),f===void 0&&n.decodeBitStrings&&s===F.Class.UNIVERSAL&&a===F.Type.BITSTRING&&c>1){var m=e.read,h=t,p=0;if(a===F.Type.BITSTRING&&(ui(e,t,1),p=e.getByte(),t--),p===0)try{i=e.length();var y={strict:!0,decodeBitStrings:!0},g=ro(e,t,r+1,y),b=i-e.length();t-=b,a==F.Type.BITSTRING&&b++;var v=g.tagClass;b===c&&(v===F.Class.UNIVERSAL||v===F.Class.CONTEXT_SPECIFIC)&&(f=[g])}catch{}f===void 0&&(e.read=m,t=h)}if(f===void 0){if(c===void 0){if(n.strict)throw new Error("Non-constructed ASN.1 object of indefinite length.");c=t}if(a===F.Type.BMPSTRING)for(f="";c>0;c-=2)ui(e,t,2),f+=String.fromCharCode(e.getInt16()),t-=2;else f=e.getBytes(c),t-=c}var T=l===void 0?null:{bitStringContents:l};return F.create(s,a,d,f,T)}F.toDer=function(e){var t=be.util.createBuffer(),r=e.tagClass|e.type,n=be.util.createBuffer(),i=!1;if("bitStringContents"in e&&(i=!0,e.original&&(i=F.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(F.toDer(e.value[o]))}else if(e.type===F.Type.BMPSTRING)for(var o=0;o<e.value.length;++o)n.putInt16(e.value.charCodeAt(o));else e.type===F.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 s=n.length(),a="";do a+=String.fromCharCode(s&255),s=s>>>8;while(s>0);t.putByte(a.length|128);for(var o=a.length-1;o>=0;--o)t.putByte(a.charCodeAt(o))}return t.putBuffer(n),t};F.oidToDer=function(e){var t=e.split("."),r=be.util.createBuffer();r.putByte(40*parseInt(t[0],10)+parseInt(t[1],10));for(var n,i,o,s,a=2;a<t.length;++a){n=!0,i=[],o=parseInt(t[a],10);do s=o&127,o=o>>>7,n||(s|=128),i.push(s),n=!1;while(o>0);for(var c=i.length-1;c>=0;--c)r.putByte(i[c])}return r};F.derToOid=function(e){var t;typeof e=="string"&&(e=be.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};F.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),s=parseInt(e.substr(8,2),10),a=0;if(e.length>11){var c=e.charAt(10),u=10;c!=="+"&&c!=="-"&&(a=parseInt(e.substr(10,2),10),u+=2)}if(t.setUTCFullYear(r,n,i),t.setUTCHours(o,s,a,0),u&&(c=e.charAt(u),c==="+"||c==="-")){var f=parseInt(e.substr(u+1,2),10),l=parseInt(e.substr(u+4,2),10),d=f*60+l;d*=6e4,c==="+"?t.setTime(+t-d):t.setTime(+t+d)}return t};F.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),s=parseInt(e.substr(10,2),10),a=parseInt(e.substr(12,2),10),c=0,u=0,f=!1;e.charAt(e.length-1)==="Z"&&(f=!0);var l=e.length-5,d=e.charAt(l);if(d==="+"||d==="-"){var m=parseInt(e.substr(l+1,2),10),h=parseInt(e.substr(l+4,2),10);u=m*60+h,u*=6e4,d==="+"&&(u*=-1),f=!0}return e.charAt(14)==="."&&(c=parseFloat(e.substr(14),10)*1e3),f?(t.setUTCFullYear(r,n,i),t.setUTCHours(o,s,a,c),t.setTime(+t+u)):(t.setFullYear(r,n,i),t.setHours(o,s,a,c)),t};F.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};F.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};F.integerToDer=function(e){var t=be.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};F.derToInteger=function(e){typeof e=="string"&&(e=be.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)};F.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&&be.util.isArray(t.value))for(var o=0,s=0;i&&s<t.value.length;++s)i=t.value[s].optional||!1,e.value[o]&&(i=F.validate(e.value[o],t.value[s],r,n),i?++o:t.value[s].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 a;if(e.bitStringContents.length<2)r[t.captureBitStringValue]="";else{var c=e.bitStringContents.charCodeAt(0);if(c!==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 fu=/[^\\u0000-\\u00ff]/;F.prettyPrint=function(e,t,r){var n="";t=t||0,r=r||2,t>0&&(n+=`
2
+ "use strict";var HeliaIpns=(()=>{var bp=Object.create;var $i=Object.defineProperty;var wp=Object.getOwnPropertyDescriptor;var Ep=Object.getOwnPropertyNames;var Sp=Object.getPrototypeOf,Bp=Object.prototype.hasOwnProperty;var X=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),de=(e,t)=>{for(var r in t)$i(e,r,{get:t[r],enumerable:!0})},lc=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Ep(t))!Bp.call(e,i)&&i!==r&&$i(e,i,{get:()=>t[i],enumerable:!(n=wp(t,i))||n.enumerable});return e};var ve=(e,t,r)=>(r=e!=null?bp(Sp(e)):{},lc(t||!e||!e.__esModule?$i(r,"default",{value:e,enumerable:!0}):r,e)),Cp=e=>lc($i({},"__esModule",{value:!0}),e);var pc=X((mb,dc)=>{var an=1e3,cn=an*60,un=cn*60,Kr=un*24,Ap=Kr*7,Tp=Kr*365.25;dc.exports=function(e,t){t=t||{};var r=typeof e;if(r==="string"&&e.length>0)return _p(e);if(r==="number"&&isFinite(e))return t.long?Rp(e):Ip(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function _p(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*Tp;case"weeks":case"week":case"w":return r*Ap;case"days":case"day":case"d":return r*Kr;case"hours":case"hour":case"hrs":case"hr":case"h":return r*un;case"minutes":case"minute":case"mins":case"min":case"m":return r*cn;case"seconds":case"second":case"secs":case"sec":case"s":return r*an;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function Ip(e){var t=Math.abs(e);return t>=Kr?Math.round(e/Kr)+"d":t>=un?Math.round(e/un)+"h":t>=cn?Math.round(e/cn)+"m":t>=an?Math.round(e/an)+"s":e+"ms"}function Rp(e){var t=Math.abs(e);return t>=Kr?Wi(e,t,Kr,"day"):t>=un?Wi(e,t,un,"hour"):t>=cn?Wi(e,t,cn,"minute"):t>=an?Wi(e,t,an,"second"):e+" ms"}function Wi(e,t,r,n){var i=t>=r*1.5;return Math.round(e/r)+" "+n+(i?"s":"")}});var gc=X((xb,yc)=>{function Dp(e){r.debug=r,r.default=r,r.coerce=c,r.disable=o,r.enable=i,r.enabled=s,r.humanize=pc(),r.destroy=u,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,g,d;function p(...y){if(!p.enabled)return;let m=p,w=Number(new Date),v=w-(l||w);m.diff=v,m.prev=l,m.curr=w,l=w,y[0]=r.coerce(y[0]),typeof y[0]!="string"&&y.unshift("%O");let I=0;y[0]=y[0].replace(/%([a-zA-Z%])/g,(S,D)=>{if(S==="%%")return"%";I++;let B=r.formatters[D];if(typeof B=="function"){let P=y[I];S=B.call(m,P),y.splice(I,1),I--}return S}),r.formatArgs.call(m,y),(m.log||r.log).apply(m,y)}return p.namespace=f,p.useColors=r.useColors(),p.color=r.selectColor(f),p.extend=n,p.destroy=r.destroy,Object.defineProperty(p,"enabled",{enumerable:!0,configurable:!1,get:()=>h!==null?h:(g!==r.namespaces&&(g=r.namespaces,d=r.enabled(f)),d),set:y=>{h=y}}),typeof r.init=="function"&&r.init(p),p}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,]+/),g=h.length;for(l=0;l<g;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(a),...r.skips.map(a).map(l=>"-"+l)].join(",");return r.enable(""),f}function s(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 a(f){return f.toString().substring(2,f.toString().length-2).replace(/\.\*\?$/,"*")}function c(f){return f instanceof Error?f.stack||f.message:f}function u(){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}yc.exports=Dp});var mc=X((it,Yi)=>{it.formatArgs=Lp;it.save=kp;it.load=Up;it.useColors=Np;it.storage=Pp();it.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`."))}})();it.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 Np(){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 Lp(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+Yi.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)}it.log=console.debug||console.log||(()=>{});function kp(e){try{e?it.storage.setItem("debug",e):it.storage.removeItem("debug")}catch{}}function Up(){let e;try{e=it.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function Pp(){try{return localStorage}catch{}}Yi.exports=gc()(it);var{formatters:Op}=Yi.exports;Op.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var ge=X((Ew,Wc)=>{Wc.exports={options:{usePureJavaScript:!1}}});var Qc=X((Sw,Zc)=>{var Ws={};Zc.exports=Ws;var Yc={};Ws.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=u1(e,t);else{var i=0,o=t.length,s=t.charAt(0),a=[0];for(i=0;i<e.length;++i){for(var c=0,u=e[i];c<a.length;++c)u+=a[c]<<8,a[c]=u%o,u=u/o|0;for(;u>0;)a.push(u%o),u=u/o|0}for(i=0;e[i]===0&&i<e.length-1;++i)n+=s;for(i=a.length-1;i>=0;--i)n+=t[a[i]]}if(r){var f=new RegExp(".{1,"+r+"}","g");n=n.match(f).join(`\r
3
+ `)}return n};Ws.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=Yc[t];if(!r){r=Yc[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),s=[0],n=0;n<e.length;n++){var a=r[e.charCodeAt(n)];if(a===void 0)return;for(var c=0,u=a;c<s.length;++c)u+=s[c]*i,s[c]=u&255,u>>=8;for(;u>0;)s.push(u&255),u>>=8}for(var f=0;e[f]===o&&f<e.length-1;++f)s.push(0);return typeof Buffer<"u"?Buffer.from(s.reverse()):new Uint8Array(s.reverse())};function u1(e,t){var r=0,n=t.length,i=t.charAt(0),o=[0];for(r=0;r<e.length();++r){for(var s=0,a=e.at(r);s<o.length;++s)a+=o[s]<<8,o[s]=a%n,a=a/n|0;for(;a>0;)o.push(a%n),a=a/n|0}var c="";for(r=0;e.at(r)===0&&r<e.length()-1;++r)c+=i;for(r=o.length-1;r>=0;--r)c+=t[o[r]];return c}});var Oe=X((Bw,eu)=>{var Xc=ge(),Jc=Qc(),x=eu.exports=Xc.util=Xc.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){x.nextTick=process.nextTick,typeof setImmediate=="function"?x.setImmediate=setImmediate:x.setImmediate=x.nextTick;return}if(typeof setImmediate=="function"){x.setImmediate=function(){return setImmediate.apply(void 0,arguments)},x.nextTick=function(a){return setImmediate(a)};return}if(x.setImmediate=function(a){setTimeout(a,0)},typeof window<"u"&&typeof window.postMessage=="function"){let a=function(c){if(c.source===window&&c.data===e){c.stopPropagation();var u=t.slice();t.length=0,u.forEach(function(f){f()})}};var s=a,e="forge.setImmediate",t=[];x.setImmediate=function(c){t.push(c),t.length===1&&window.postMessage(e,"*")},window.addEventListener("message",a,!0)}if(typeof MutationObserver<"u"){var r=Date.now(),n=!0,i=document.createElement("div"),t=[];new MutationObserver(function(){var c=t.slice();t.length=0,c.forEach(function(u){u()})}).observe(i,{attributes:!0});var o=x.setImmediate;x.setImmediate=function(c){Date.now()-r>15?(r=Date.now(),o(c)):(t.push(c),t.length===1&&i.setAttribute("a",n=!n))}}x.nextTick=x.setImmediate})();x.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;x.globalScope=function(){return x.isNodejs?globalThis:typeof self>"u"?window:self}();x.isArray=Array.isArray||function(e){return Object.prototype.toString.call(e)==="[object Array]"};x.isArrayBuffer=function(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer};x.isArrayBufferView=function(e){return e&&x.isArrayBuffer(e.buffer)&&e.byteLength!==void 0};function oi(e){if(!(e===8||e===16||e===24||e===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+e)}x.ByteBuffer=Ys;function Ys(e){if(this.data="",this.read=0,typeof e=="string")this.data=e;else if(x.isArrayBuffer(e)||x.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 Ys||typeof e=="object"&&typeof e.data=="string"&&typeof e.read=="number")&&(this.data=e.data,this.read=e.read);this._constructedStringLength=0}x.ByteStringBuffer=Ys;var f1=4096;x.ByteStringBuffer.prototype._optimizeConstructedString=function(e){this._constructedStringLength+=e,this._constructedStringLength>f1&&(this.data.substr(0,1),this._constructedStringLength=0)};x.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};x.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};x.ByteStringBuffer.prototype.putByte=function(e){return this.putBytes(String.fromCharCode(e))};x.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};x.ByteStringBuffer.prototype.putBytes=function(e){return this.data+=e,this._optimizeConstructedString(e.length),this};x.ByteStringBuffer.prototype.putString=function(e){return this.putBytes(x.encodeUtf8(e))};x.ByteStringBuffer.prototype.putInt16=function(e){return this.putBytes(String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};x.ByteStringBuffer.prototype.putInt24=function(e){return this.putBytes(String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};x.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))};x.ByteStringBuffer.prototype.putInt16Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255))};x.ByteStringBuffer.prototype.putInt24Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e>>16&255))};x.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))};x.ByteStringBuffer.prototype.putInt=function(e,t){oi(t);var r="";do t-=8,r+=String.fromCharCode(e>>t&255);while(t>0);return this.putBytes(r)};x.ByteStringBuffer.prototype.putSignedInt=function(e,t){return e<0&&(e+=2<<t-1),this.putInt(e,t)};x.ByteStringBuffer.prototype.putBuffer=function(e){return this.putBytes(e.getBytes())};x.ByteStringBuffer.prototype.getByte=function(){return this.data.charCodeAt(this.read++)};x.ByteStringBuffer.prototype.getInt16=function(){var e=this.data.charCodeAt(this.read)<<8^this.data.charCodeAt(this.read+1);return this.read+=2,e};x.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};x.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};x.ByteStringBuffer.prototype.getInt16Le=function(){var e=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8;return this.read+=2,e};x.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};x.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};x.ByteStringBuffer.prototype.getInt=function(e){oi(e);var t=0;do t=(t<<8)+this.data.charCodeAt(this.read++),e-=8;while(e>0);return t};x.ByteStringBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};x.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};x.ByteStringBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};x.ByteStringBuffer.prototype.at=function(e){return this.data.charCodeAt(this.read+e)};x.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};x.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};x.ByteStringBuffer.prototype.copy=function(){var e=x.createBuffer(this.data);return e.read=this.read,e};x.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};x.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};x.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};x.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};x.ByteStringBuffer.prototype.toString=function(){return x.decodeUtf8(this.bytes())};function l1(e,t){t=t||{},this.read=t.readOffset||0,this.growSize=t.growSize||1024;var r=x.isArrayBuffer(e),n=x.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)}x.DataBuffer=l1;x.DataBuffer.prototype.length=function(){return this.write-this.read};x.DataBuffer.prototype.isEmpty=function(){return this.length()<=0};x.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};x.DataBuffer.prototype.putByte=function(e){return this.accommodate(1),this.data.setUint8(this.write++,e),this};x.DataBuffer.prototype.fillWithByte=function(e,t){this.accommodate(t);for(var r=0;r<t;++r)this.data.setUint8(e);return this};x.DataBuffer.prototype.putBytes=function(e,t){if(x.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(x.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 x.DataBuffer||typeof e=="object"&&typeof e.read=="number"&&typeof e.write=="number"&&x.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 x.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+=x.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+=x.binary.base64.decode(e,o,this.write),this;if(t==="utf8"&&(e=x.encodeUtf8(e),t="binary"),t==="binary"||t==="raw")return this.accommodate(e.length),o=new Uint8Array(this.data.buffer,this.write),this.write+=x.binary.raw.decode(o),this;if(t==="utf16")return this.accommodate(e.length*2),o=new Uint16Array(this.data.buffer,this.write),this.write+=x.text.utf16.encode(o),this;throw new Error("Invalid encoding: "+t)}throw Error("Invalid parameter: "+e)};x.DataBuffer.prototype.putBuffer=function(e){return this.putBytes(e),e.clear(),this};x.DataBuffer.prototype.putString=function(e){return this.putBytes(e,"utf16")};x.DataBuffer.prototype.putInt16=function(e){return this.accommodate(2),this.data.setInt16(this.write,e),this.write+=2,this};x.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};x.DataBuffer.prototype.putInt32=function(e){return this.accommodate(4),this.data.setInt32(this.write,e),this.write+=4,this};x.DataBuffer.prototype.putInt16Le=function(e){return this.accommodate(2),this.data.setInt16(this.write,e,!0),this.write+=2,this};x.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};x.DataBuffer.prototype.putInt32Le=function(e){return this.accommodate(4),this.data.setInt32(this.write,e,!0),this.write+=4,this};x.DataBuffer.prototype.putInt=function(e,t){oi(t),this.accommodate(t/8);do t-=8,this.data.setInt8(this.write++,e>>t&255);while(t>0);return this};x.DataBuffer.prototype.putSignedInt=function(e,t){return oi(t),this.accommodate(t/8),e<0&&(e+=2<<t-1),this.putInt(e,t)};x.DataBuffer.prototype.getByte=function(){return this.data.getInt8(this.read++)};x.DataBuffer.prototype.getInt16=function(){var e=this.data.getInt16(this.read);return this.read+=2,e};x.DataBuffer.prototype.getInt24=function(){var e=this.data.getInt16(this.read)<<8^this.data.getInt8(this.read+2);return this.read+=3,e};x.DataBuffer.prototype.getInt32=function(){var e=this.data.getInt32(this.read);return this.read+=4,e};x.DataBuffer.prototype.getInt16Le=function(){var e=this.data.getInt16(this.read,!0);return this.read+=2,e};x.DataBuffer.prototype.getInt24Le=function(){var e=this.data.getInt8(this.read)^this.data.getInt16(this.read+1,!0)<<8;return this.read+=3,e};x.DataBuffer.prototype.getInt32Le=function(){var e=this.data.getInt32(this.read,!0);return this.read+=4,e};x.DataBuffer.prototype.getInt=function(e){oi(e);var t=0;do t=(t<<8)+this.data.getInt8(this.read++),e-=8;while(e>0);return t};x.DataBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};x.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};x.DataBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};x.DataBuffer.prototype.at=function(e){return this.data.getUint8(this.read+e)};x.DataBuffer.prototype.setAt=function(e,t){return this.data.setUint8(e,t),this};x.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};x.DataBuffer.prototype.copy=function(){return new x.DataBuffer(this)};x.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};x.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};x.DataBuffer.prototype.truncate=function(e){return this.write=Math.max(0,this.length()-e),this.read=Math.min(this.read,this.write),this};x.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};x.DataBuffer.prototype.toString=function(e){var t=new Uint8Array(this.data,this.read,this.length());if(e=e||"utf8",e==="binary"||e==="raw")return x.binary.raw.encode(t);if(e==="hex")return x.binary.hex.encode(t);if(e==="base64")return x.binary.base64.encode(t);if(e==="utf8")return x.text.utf8.decode(t);if(e==="utf16")return x.text.utf16.decode(t);throw new Error("Invalid encoding: "+e)};x.createBuffer=function(e,t){return t=t||"raw",e!==void 0&&t==="utf8"&&(e=x.encodeUtf8(e)),new x.ByteBuffer(e)};x.fillString=function(e,t){for(var r="";t>0;)t&1&&(r+=e),t>>>=1,t>0&&(e+=e);return r};x.xorBytes=function(e,t,r){for(var n="",i="",o="",s=0,a=0;r>0;--r,++s)i=e.charCodeAt(s)^t.charCodeAt(s),a>=10&&(n+=o,o="",a=0),o+=String.fromCharCode(i),++a;return n+=o,n};x.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};x.bytesToHex=function(e){return x.createBuffer(e).toHex()};x.int32ToBytes=function(e){return String.fromCharCode(e>>24&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255)};var mr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",xr=[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],jc="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";x.encode64=function(e,t){for(var r="",n="",i,o,s,a=0;a<e.length;)i=e.charCodeAt(a++),o=e.charCodeAt(a++),s=e.charCodeAt(a++),r+=mr.charAt(i>>2),r+=mr.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=mr.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":mr.charAt(s&63)),t&&r.length>t&&(n+=r.substr(0,t)+`\r
4
+ `,r=r.substr(t));return n+=r,n};x.decode64=function(e){e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var t="",r,n,i,o,s=0;s<e.length;)r=xr[e.charCodeAt(s++)-43],n=xr[e.charCodeAt(s++)-43],i=xr[e.charCodeAt(s++)-43],o=xr[e.charCodeAt(s++)-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};x.encodeUtf8=function(e){return unescape(encodeURIComponent(e))};x.decodeUtf8=function(e){return decodeURIComponent(escape(e))};x.binary={raw:{},hex:{},base64:{},base58:{},baseN:{encode:Jc.encode,decode:Jc.decode}};x.binary.raw.encode=function(e){return String.fromCharCode.apply(null,e)};x.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};x.binary.hex.encode=x.bytesToHex;x.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};x.binary.base64.encode=function(e,t){for(var r="",n="",i,o,s,a=0;a<e.byteLength;)i=e[a++],o=e[a++],s=e[a++],r+=mr.charAt(i>>2),r+=mr.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=mr.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":mr.charAt(s&63)),t&&r.length>t&&(n+=r.substr(0,t)+`\r
5
+ `,r=r.substr(t));return n+=r,n};x.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,s,a,c=0,u=r;c<e.length;)i=xr[e.charCodeAt(c++)-43],o=xr[e.charCodeAt(c++)-43],s=xr[e.charCodeAt(c++)-43],a=xr[e.charCodeAt(c++)-43],n[u++]=i<<2|o>>4,s!==64&&(n[u++]=(o&15)<<4|s>>2,a!==64&&(n[u++]=(s&3)<<6|a));return t?u-r:n.subarray(0,u)};x.binary.base58.encode=function(e,t){return x.binary.baseN.encode(e,jc,t)};x.binary.base58.decode=function(e,t){return x.binary.baseN.decode(e,jc,t)};x.text={utf8:{},utf16:{}};x.text.utf8.encode=function(e,t,r){e=x.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};x.text.utf8.decode=function(e){return x.decodeUtf8(String.fromCharCode.apply(null,e))};x.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,s=r,a=0;a<e.length;++a)i[s++]=e.charCodeAt(a),o+=2;return t?o-r:n};x.text.utf16.decode=function(e){return String.fromCharCode.apply(null,new Uint16Array(e.buffer))};x.deflate=function(e,t,r){if(t=x.decode64(e.deflate(x.encode64(t)).rval),r){var n=2,i=t.charCodeAt(1);i&32&&(n=6),t=t.substring(n,t.length-4)}return t};x.inflate=function(e,t,r){var n=e.inflate(x.encode64(t)).rval;return n===null?null:x.decode64(n)};var Zs=function(e,t,r){if(!e)throw new Error("WebStorage not available.");var n;if(r===null?n=e.removeItem(t):(r=x.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}},Qs=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(x.decode64(r))),r},h1=function(e,t,r,n){var i=Qs(e,t);i===null&&(i={}),i[r]=n,Zs(e,t,i)},d1=function(e,t,r){var n=Qs(e,t);return n!==null&&(n=r in n?n[r]:null),n},p1=function(e,t,r){var n=Qs(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),Zs(e,t,n)}},y1=function(e,t){Zs(e,t,null)},Ji=function(e,t,r){var n=null;typeof r>"u"&&(r=["web","flash"]);var i,o=!1,s=null;for(var a in r){i=r[a];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(c){s=c}if(o)break}if(!o)throw s;return n};x.setItem=function(e,t,r,n,i){Ji(h1,arguments,i)};x.getItem=function(e,t,r,n){return Ji(d1,arguments,n)};x.removeItem=function(e,t,r,n){Ji(p1,arguments,n)};x.clearItems=function(e,t,r){Ji(y1,arguments,r)};x.isEmpty=function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0};x.format=function(e){for(var t=/%./g,r,n,i=0,o=[],s=0;r=t.exec(e);){n=e.substring(s,t.lastIndex-2),n.length>0&&o.push(n),s=t.lastIndex;var a=r[0][1];switch(a){case"s":case"o":i<arguments.length?o.push(arguments[i+++1]):o.push("<?>");break;case"%":o.push("%");break;default:o.push("<%"+a+"?>")}}return o.push(e.substring(s)),o.join("")};x.formatNumber=function(e,t,r,n){var i=e,o=isNaN(t=Math.abs(t))?2:t,s=r===void 0?",":r,a=n===void 0?".":n,c=i<0?"-":"",u=parseInt(i=Math.abs(+i||0).toFixed(o),10)+"",f=u.length>3?u.length%3:0;return c+(f?u.substr(0,f)+a:"")+u.substr(f).replace(/(\d{3})(?=\d)/g,"$1"+a)+(o?s+Math.abs(i-u).toFixed(o).slice(2):"")};x.formatSize=function(e){return e>=1073741824?e=x.formatNumber(e/1073741824,2,".","")+" GiB":e>=1048576?e=x.formatNumber(e/1048576,2,".","")+" MiB":e>=1024?e=x.formatNumber(e/1024,0)+" KiB":e=x.formatNumber(e,0)+" bytes",e};x.bytesFromIP=function(e){return e.indexOf(".")!==-1?x.bytesFromIPv4(e):e.indexOf(":")!==-1?x.bytesFromIPv6(e):null};x.bytesFromIPv4=function(e){if(e=e.split("."),e.length!==4)return null;for(var t=x.createBuffer(),r=0;r<e.length;++r){var n=parseInt(e[r],10);if(isNaN(n))return null;t.putByte(n)}return t.getBytes()};x.bytesFromIPv6=function(e){var t=0;e=e.split(":").filter(function(s){return s.length===0&&++t,!0});for(var r=(8-e.length+t)*2,n=x.createBuffer(),i=0;i<8;++i){if(!e[i]||e[i].length===0){n.fillWithByte(0,r),r=0;continue}var o=x.hexToBytes(e[i]);o.length<2&&n.putByte(0),n.putBytes(o)}return n.getBytes()};x.bytesToIP=function(e){return e.length===4?x.bytesToIPv4(e):e.length===16?x.bytesToIPv6(e):null};x.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(".")};x.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=x.bytesToHex(e[i]+e[i+1]);o[0]==="0"&&o!=="0";)o=o.substr(1);if(o==="0"){var s=r[r.length-1],a=t.length;!s||a!==s.end+1?r.push({start:a,end:a}):(s.end=a,s.end-s.start>r[n].end-r[n].start&&(n=r.length-1))}t.push(o)}if(r.length>0){var c=r[n];c.end-c.start>0&&(t.splice(c.start,c.end-c.start+1,""),c.start===0&&t.unshift(""),c.end===7&&t.push(""))}return t.join(":")};x.estimateCores=function(e,t){if(typeof e=="function"&&(t=e,e={}),e=e||{},"cores"in x&&!e.update)return t(null,x.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return x.cores=navigator.hardwareConcurrency,t(null,x.cores);if(typeof Worker>"u")return x.cores=1,t(null,x.cores);if(typeof Blob>"u")return x.cores=2,t(null,x.cores);var r=URL.createObjectURL(new Blob(["(",function(){self.addEventListener("message",function(s){for(var a=Date.now(),c=a+4;Date.now()<c;);self.postMessage({st:a,et:c})})}.toString(),")()"],{type:"application/javascript"}));n([],5,16);function n(s,a,c){if(a===0){var u=Math.floor(s.reduce(function(f,l){return f+l},0)/s.length);return x.cores=Math.max(1,u),URL.revokeObjectURL(r),t(null,x.cores)}i(c,function(f,l){s.push(o(c,l)),n(s,a-1,c)})}function i(s,a){for(var c=[],u=[],f=0;f<s;++f){var l=new Worker(r);l.addEventListener("message",function(h){if(u.push(h.data),u.length===s){for(var g=0;g<s;++g)c[g].terminate();a(null,u)}}),c.push(l)}for(var f=0;f<s;++f)c[f].postMessage(f)}function o(s,a){for(var c=[],u=0;u<s;++u)for(var f=a[u],l=c[u]=[],h=0;h<s;++h)if(u!==h){var g=a[h];(f.st>g.st&&f.st<g.et||g.st>f.st&&g.st<f.et)&&l.push(h)}return c.reduce(function(d,p){return Math.max(d,p.length)},0)}}});var ji=X((Cw,tu)=>{var si=ge();si.pki=si.pki||{};var Xs=tu.exports=si.pki.oids=si.oids=si.oids||{};function k(e,t){Xs[e]=t,Xs[t]=e}function pe(e,t){Xs[e]=t}k("1.2.840.113549.1.1.1","rsaEncryption");k("1.2.840.113549.1.1.4","md5WithRSAEncryption");k("1.2.840.113549.1.1.5","sha1WithRSAEncryption");k("1.2.840.113549.1.1.7","RSAES-OAEP");k("1.2.840.113549.1.1.8","mgf1");k("1.2.840.113549.1.1.9","pSpecified");k("1.2.840.113549.1.1.10","RSASSA-PSS");k("1.2.840.113549.1.1.11","sha256WithRSAEncryption");k("1.2.840.113549.1.1.12","sha384WithRSAEncryption");k("1.2.840.113549.1.1.13","sha512WithRSAEncryption");k("1.3.101.112","EdDSA25519");k("1.2.840.10040.4.3","dsa-with-sha1");k("1.3.14.3.2.7","desCBC");k("1.3.14.3.2.26","sha1");k("1.3.14.3.2.29","sha1WithRSASignature");k("2.16.840.1.101.3.4.2.1","sha256");k("2.16.840.1.101.3.4.2.2","sha384");k("2.16.840.1.101.3.4.2.3","sha512");k("2.16.840.1.101.3.4.2.4","sha224");k("2.16.840.1.101.3.4.2.5","sha512-224");k("2.16.840.1.101.3.4.2.6","sha512-256");k("1.2.840.113549.2.2","md2");k("1.2.840.113549.2.5","md5");k("1.2.840.113549.1.7.1","data");k("1.2.840.113549.1.7.2","signedData");k("1.2.840.113549.1.7.3","envelopedData");k("1.2.840.113549.1.7.4","signedAndEnvelopedData");k("1.2.840.113549.1.7.5","digestedData");k("1.2.840.113549.1.7.6","encryptedData");k("1.2.840.113549.1.9.1","emailAddress");k("1.2.840.113549.1.9.2","unstructuredName");k("1.2.840.113549.1.9.3","contentType");k("1.2.840.113549.1.9.4","messageDigest");k("1.2.840.113549.1.9.5","signingTime");k("1.2.840.113549.1.9.6","counterSignature");k("1.2.840.113549.1.9.7","challengePassword");k("1.2.840.113549.1.9.8","unstructuredAddress");k("1.2.840.113549.1.9.14","extensionRequest");k("1.2.840.113549.1.9.20","friendlyName");k("1.2.840.113549.1.9.21","localKeyId");k("1.2.840.113549.1.9.22.1","x509Certificate");k("1.2.840.113549.1.12.10.1.1","keyBag");k("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");k("1.2.840.113549.1.12.10.1.3","certBag");k("1.2.840.113549.1.12.10.1.4","crlBag");k("1.2.840.113549.1.12.10.1.5","secretBag");k("1.2.840.113549.1.12.10.1.6","safeContentsBag");k("1.2.840.113549.1.5.13","pkcs5PBES2");k("1.2.840.113549.1.5.12","pkcs5PBKDF2");k("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");k("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");k("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");k("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");k("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");k("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");k("1.2.840.113549.2.7","hmacWithSHA1");k("1.2.840.113549.2.8","hmacWithSHA224");k("1.2.840.113549.2.9","hmacWithSHA256");k("1.2.840.113549.2.10","hmacWithSHA384");k("1.2.840.113549.2.11","hmacWithSHA512");k("1.2.840.113549.3.7","des-EDE3-CBC");k("2.16.840.1.101.3.4.1.2","aes128-CBC");k("2.16.840.1.101.3.4.1.22","aes192-CBC");k("2.16.840.1.101.3.4.1.42","aes256-CBC");k("2.5.4.3","commonName");k("2.5.4.4","surname");k("2.5.4.5","serialNumber");k("2.5.4.6","countryName");k("2.5.4.7","localityName");k("2.5.4.8","stateOrProvinceName");k("2.5.4.9","streetAddress");k("2.5.4.10","organizationName");k("2.5.4.11","organizationalUnitName");k("2.5.4.12","title");k("2.5.4.13","description");k("2.5.4.15","businessCategory");k("2.5.4.17","postalCode");k("2.5.4.42","givenName");k("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");k("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");k("2.16.840.1.113730.1.1","nsCertType");k("2.16.840.1.113730.1.13","nsComment");pe("2.5.29.1","authorityKeyIdentifier");pe("2.5.29.2","keyAttributes");pe("2.5.29.3","certificatePolicies");pe("2.5.29.4","keyUsageRestriction");pe("2.5.29.5","policyMapping");pe("2.5.29.6","subtreesConstraint");pe("2.5.29.7","subjectAltName");pe("2.5.29.8","issuerAltName");pe("2.5.29.9","subjectDirectoryAttributes");pe("2.5.29.10","basicConstraints");pe("2.5.29.11","nameConstraints");pe("2.5.29.12","policyConstraints");pe("2.5.29.13","basicConstraints");k("2.5.29.14","subjectKeyIdentifier");k("2.5.29.15","keyUsage");pe("2.5.29.16","privateKeyUsagePeriod");k("2.5.29.17","subjectAltName");k("2.5.29.18","issuerAltName");k("2.5.29.19","basicConstraints");pe("2.5.29.20","cRLNumber");pe("2.5.29.21","cRLReason");pe("2.5.29.22","expirationDate");pe("2.5.29.23","instructionCode");pe("2.5.29.24","invalidityDate");pe("2.5.29.25","cRLDistributionPoints");pe("2.5.29.26","issuingDistributionPoint");pe("2.5.29.27","deltaCRLIndicator");pe("2.5.29.28","issuingDistributionPoint");pe("2.5.29.29","certificateIssuer");pe("2.5.29.30","nameConstraints");k("2.5.29.31","cRLDistributionPoints");k("2.5.29.32","certificatePolicies");pe("2.5.29.33","policyMappings");pe("2.5.29.34","policyConstraints");k("2.5.29.35","authorityKeyIdentifier");pe("2.5.29.36","policyConstraints");k("2.5.29.37","extKeyUsage");pe("2.5.29.46","freshestCRL");pe("2.5.29.54","inhibitAnyPolicy");k("1.3.6.1.4.1.11129.2.4.2","timestampList");k("1.3.6.1.5.5.7.1.1","authorityInfoAccess");k("1.3.6.1.5.5.7.3.1","serverAuth");k("1.3.6.1.5.5.7.3.2","clientAuth");k("1.3.6.1.5.5.7.3.3","codeSigning");k("1.3.6.1.5.5.7.3.4","emailProtection");k("1.3.6.1.5.5.7.3.8","timeStamping")});var ci=X((Aw,nu)=>{var be=ge();Oe();ji();var F=nu.exports=be.asn1=be.asn1||{};F.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};F.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};F.create=function(e,t,r,n,i){if(be.util.isArray(n)){for(var o=[],s=0;s<n.length;++s)n[s]!==void 0&&o.push(n[s]);n=o}var a={tagClass:e,type:t,constructed:r,composed:r||be.util.isArray(n),value:n};return i&&"bitStringContents"in i&&(a.bitStringContents=i.bitStringContents,a.original=F.copy(a)),a};F.copy=function(e,t){var r;if(be.util.isArray(e)){r=[];for(var n=0;n<e.length;++n)r.push(F.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:F.copy(e.value,t)},t&&!t.excludeBitStringContents&&(r.bitStringContents=e.bitStringContents),r)};F.equals=function(e,t,r){if(be.util.isArray(e)){if(!be.util.isArray(t)||e.length!==t.length)return!1;for(var n=0;n<e.length;++n)if(!F.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&&F.equals(e.value,t.value);return r&&r.includeBitStringContents&&(i=i&&e.bitStringContents===t.bitStringContents),i};F.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 ai(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 g1=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;ai(e,t,o),n=e.getInt(o<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};F.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=be.util.createBuffer(e));var r=e.length(),n=eo(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 eo(e,t,r,n){var i;ai(e,t,2);var o=e.getByte();t--;var s=o&192,a=o&31;i=e.length();var c=g1(e,t);if(t-=i-e.length(),c!==void 0&&c>t){if(n.strict){var u=new Error("Too few bytes to read ASN.1 value.");throw u.available=e.length(),u.remaining=t,u.requested=c,u}c=t}var f,l,h=(o&32)===32;if(h)if(f=[],c===void 0)for(;;){if(ai(e,t,2),e.bytes(2)===String.fromCharCode(0,0)){e.getBytes(2),t-=2;break}i=e.length(),f.push(eo(e,t,r+1,n)),t-=i-e.length()}else for(;c>0;)i=e.length(),f.push(eo(e,c,r+1,n)),t-=i-e.length(),c-=i-e.length();if(f===void 0&&s===F.Class.UNIVERSAL&&a===F.Type.BITSTRING&&(l=e.bytes(c)),f===void 0&&n.decodeBitStrings&&s===F.Class.UNIVERSAL&&a===F.Type.BITSTRING&&c>1){var g=e.read,d=t,p=0;if(a===F.Type.BITSTRING&&(ai(e,t,1),p=e.getByte(),t--),p===0)try{i=e.length();var y={strict:!0,decodeBitStrings:!0},m=eo(e,t,r+1,y),w=i-e.length();t-=w,a==F.Type.BITSTRING&&w++;var v=m.tagClass;w===c&&(v===F.Class.UNIVERSAL||v===F.Class.CONTEXT_SPECIFIC)&&(f=[m])}catch{}f===void 0&&(e.read=g,t=d)}if(f===void 0){if(c===void 0){if(n.strict)throw new Error("Non-constructed ASN.1 object of indefinite length.");c=t}if(a===F.Type.BMPSTRING)for(f="";c>0;c-=2)ai(e,t,2),f+=String.fromCharCode(e.getInt16()),t-=2;else f=e.getBytes(c),t-=c}var I=l===void 0?null:{bitStringContents:l};return F.create(s,a,h,f,I)}F.toDer=function(e){var t=be.util.createBuffer(),r=e.tagClass|e.type,n=be.util.createBuffer(),i=!1;if("bitStringContents"in e&&(i=!0,e.original&&(i=F.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(F.toDer(e.value[o]))}else if(e.type===F.Type.BMPSTRING)for(var o=0;o<e.value.length;++o)n.putInt16(e.value.charCodeAt(o));else e.type===F.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 s=n.length(),a="";do a+=String.fromCharCode(s&255),s=s>>>8;while(s>0);t.putByte(a.length|128);for(var o=a.length-1;o>=0;--o)t.putByte(a.charCodeAt(o))}return t.putBuffer(n),t};F.oidToDer=function(e){var t=e.split("."),r=be.util.createBuffer();r.putByte(40*parseInt(t[0],10)+parseInt(t[1],10));for(var n,i,o,s,a=2;a<t.length;++a){n=!0,i=[],o=parseInt(t[a],10);do s=o&127,o=o>>>7,n||(s|=128),i.push(s),n=!1;while(o>0);for(var c=i.length-1;c>=0;--c)r.putByte(i[c])}return r};F.derToOid=function(e){var t;typeof e=="string"&&(e=be.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};F.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),s=parseInt(e.substr(8,2),10),a=0;if(e.length>11){var c=e.charAt(10),u=10;c!=="+"&&c!=="-"&&(a=parseInt(e.substr(10,2),10),u+=2)}if(t.setUTCFullYear(r,n,i),t.setUTCHours(o,s,a,0),u&&(c=e.charAt(u),c==="+"||c==="-")){var f=parseInt(e.substr(u+1,2),10),l=parseInt(e.substr(u+4,2),10),h=f*60+l;h*=6e4,c==="+"?t.setTime(+t-h):t.setTime(+t+h)}return t};F.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),s=parseInt(e.substr(10,2),10),a=parseInt(e.substr(12,2),10),c=0,u=0,f=!1;e.charAt(e.length-1)==="Z"&&(f=!0);var l=e.length-5,h=e.charAt(l);if(h==="+"||h==="-"){var g=parseInt(e.substr(l+1,2),10),d=parseInt(e.substr(l+4,2),10);u=g*60+d,u*=6e4,h==="+"&&(u*=-1),f=!0}return e.charAt(14)==="."&&(c=parseFloat(e.substr(14),10)*1e3),f?(t.setUTCFullYear(r,n,i),t.setUTCHours(o,s,a,c),t.setTime(+t+u)):(t.setFullYear(r,n,i),t.setHours(o,s,a,c)),t};F.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};F.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};F.integerToDer=function(e){var t=be.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};F.derToInteger=function(e){typeof e=="string"&&(e=be.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)};F.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&&be.util.isArray(t.value))for(var o=0,s=0;i&&s<t.value.length;++s)i=t.value[s].optional||!1,e.value[o]&&(i=F.validate(e.value[o],t.value[s],r,n),i?++o:t.value[s].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 a;if(e.bitStringContents.length<2)r[t.captureBitStringValue]="";else{var c=e.bitStringContents.charCodeAt(0);if(c!==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 ru=/[^\\u0000-\\u00ff]/;F.prettyPrint=function(e,t,r){var n="";t=t||0,r=r||2,t>0&&(n+=`
6
6
  `);for(var i="",o=0;o<t*r;++o)i+=" ";switch(n+=i+"Tag: ",e.tagClass){case F.Class.UNIVERSAL:n+="Universal:";break;case F.Class.APPLICATION:n+="Application:";break;case F.Class.CONTEXT_SPECIFIC:n+="Context-Specific:";break;case F.Class.PRIVATE:n+="Private:";break}if(e.tagClass===F.Class.UNIVERSAL)switch(n+=e.type,e.type){case F.Type.NONE:n+=" (None)";break;case F.Type.BOOLEAN:n+=" (Boolean)";break;case F.Type.INTEGER:n+=" (Integer)";break;case F.Type.BITSTRING:n+=" (Bit string)";break;case F.Type.OCTETSTRING:n+=" (Octet string)";break;case F.Type.NULL:n+=" (Null)";break;case F.Type.OID:n+=" (Object Identifier)";break;case F.Type.ODESC:n+=" (Object Descriptor)";break;case F.Type.EXTERNAL:n+=" (External or Instance of)";break;case F.Type.REAL:n+=" (Real)";break;case F.Type.ENUMERATED:n+=" (Enumerated)";break;case F.Type.EMBEDDED:n+=" (Embedded PDV)";break;case F.Type.UTF8:n+=" (UTF8)";break;case F.Type.ROID:n+=" (Relative Object Identifier)";break;case F.Type.SEQUENCE:n+=" (Sequence)";break;case F.Type.SET:n+=" (Set)";break;case F.Type.PRINTABLESTRING:n+=" (Printable String)";break;case F.Type.IA5String:n+=" (IA5String (ASCII))";break;case F.Type.UTCTIME:n+=" (UTC time)";break;case F.Type.GENERALIZEDTIME:n+=" (Generalized time)";break;case F.Type.BMPSTRING:n+=" (BMP String)";break}else n+=e.type;if(n+=`
7
7
  `,n+=i+"Constructed: "+e.constructed+`
8
- `,e.composed){for(var s=0,a="",o=0;o<e.value.length;++o)e.value[o]!==void 0&&(s+=1,a+=F.prettyPrint(e.value[o],t+1,r),o+1<e.value.length&&(a+=","));n+=i+"Sub values: "+s+a}else{if(n+=i+"Value: ",e.type===F.Type.OID){var c=F.derToOid(e.value);n+=c,be.pki&&be.pki.oids&&c in be.pki.oids&&(n+=" ("+be.pki.oids[c]+") ")}if(e.type===F.Type.INTEGER)try{n+=F.derToInteger(e.value)}catch{n+="0x"+be.util.bytesToHex(e.value)}else if(e.type===F.Type.BITSTRING){if(e.value.length>1?n+="0x"+be.util.bytesToHex(e.value.slice(1)):n+="(none)",e.value.length>0){var u=e.value.charCodeAt(0);u==1?n+=" (1 unused bit shown)":u>1&&(n+=" ("+u+" unused bits shown)")}}else if(e.type===F.Type.OCTETSTRING)fu.test(e.value)||(n+="("+e.value+") "),n+="0x"+be.util.bytesToHex(e.value);else if(e.type===F.Type.UTF8)try{n+=be.util.decodeUtf8(e.value)}catch(f){if(f.message==="URI malformed")n+="0x"+be.util.bytesToHex(e.value)+" (malformed UTF8)";else throw f}else e.type===F.Type.PRINTABLESTRING||e.type===F.Type.IA5String?n+=e.value:fu.test(e.value)?n+="0x"+be.util.bytesToHex(e.value):e.value.length===0?n+="[null]":n+=e.value}return n}});var ea=X((fE,hu)=>{var Fe=ge();Oe();hu.exports=Fe.cipher=Fe.cipher||{};Fe.cipher.algorithms=Fe.cipher.algorithms||{};Fe.cipher.createCipher=function(e,t){var r=e;if(typeof r=="string"&&(r=Fe.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new Fe.cipher.BlockCipher({algorithm:r,key:t,decrypt:!1})};Fe.cipher.createDecipher=function(e,t){var r=e;if(typeof r=="string"&&(r=Fe.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new Fe.cipher.BlockCipher({algorithm:r,key:t,decrypt:!0})};Fe.cipher.registerAlgorithm=function(e,t){e=e.toUpperCase(),Fe.cipher.algorithms[e]=t};Fe.cipher.getAlgorithm=function(e){return e=e.toUpperCase(),e in Fe.cipher.algorithms?Fe.cipher.algorithms[e]:null};var js=Fe.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)};js.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=Fe.util.createBuffer(),this.output=e.output||Fe.util.createBuffer(),this.mode.start(t)};js.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()};js.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 ra=X((lE,du)=>{var Ve=ge();Oe();Ve.cipher=Ve.cipher||{};var ie=du.exports=Ve.cipher.modes=Ve.cipher.modes||{};ie.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)};ie.ecb.prototype.start=function(e){};ie.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])};ie.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])};ie.ecb.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};ie.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)};ie.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)};ie.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=no(e.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};ie.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};ie.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)};ie.cbc.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};ie.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)};ie.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=Ve.util.createBuffer(),this._partialBytes=0};ie.cfb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=no(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};ie.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};ie.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};ie.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=Ve.util.createBuffer(),this._partialBytes=0};ie.ofb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=no(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};ie.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};ie.ofb.prototype.decrypt=ie.ofb.prototype.encrypt;ie.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=Ve.util.createBuffer(),this._partialBytes=0};ie.ctr.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=no(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};ie.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}io(this._inBlock)};ie.ctr.prototype.decrypt=ie.ctr.prototype.encrypt;ie.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=Ve.util.createBuffer(),this._partialBytes=0,this._R=3774873600};ie.gcm.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");var t=Ve.util.createBuffer(e.iv);this._cipherLength=0;var r;if("additionalData"in e?r=Ve.util.createBuffer(e.additionalData):r=Ve.util.createBuffer(),"tagLength"in e?this._tagLength=e.tagLength:this._tagLength=128,this._tag=null,e.decrypt&&(this._tag=Ve.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(ta(n*8)))}this._inBlock=this._j0.slice(0),io(this._inBlock),this._partialBytes=0,r=Ve.util.createBuffer(r),this._aDataLength=ta(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()])};ie.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 s=n%this.blockSize;this._cipherLength+=s,this._partialOutput.truncate(this.blockSize-s)}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),io(this._inBlock)};ie.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),io(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};ie.gcm.prototype.afterFinish=function(e,t){var r=!0;t.decrypt&&t.overflow&&e.truncate(this.blockSize-t.overflow),this.tag=Ve.util.createBuffer();var n=this._aDataLength.concat(ta(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};ie.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};ie.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)};ie.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};ie.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)};ie.gcm.prototype.generateHashTable=function(e,t){for(var r=8/t,n=4*r,i=16*r,o=new Array(i),s=0;s<i;++s){var a=[0,0,0,0],c=s/n|0,u=(n-1-s%n)*t;a[c]=1<<t-1<<u,o[s]=this.generateSubHashTable(this.multiply(a,e),t)}return o};ie.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 s=1;s<o;++s){var a=i[o],c=i[s];i[o+s]=[a[0]^c[0],a[1]^c[1],a[2]^c[2],a[3]^c[3]]}o*=2}for(i[0]=[0,0,0,0],o=n+1;o<r;++o){var u=i[o^n];i[o]=[e[0]^u[0],e[1]^u[1],e[2]^u[2],e[3]^u[3]]}return i};function no(e,t){if(typeof e=="string"&&(e=Ve.util.createBuffer(e)),Ve.util.isArray(e)&&e.length>4){var r=e;e=Ve.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(!Ve.util.isArray(e)){for(var i=[],o=t/4,n=0;n<o;++n)i.push(e.getInt32());e=i}return e}function io(e){e[e.length-1]=e[e.length-1]+1&4294967295}function ta(e){return[e/4294967296|0,e&4294967295]}});var sa=X((hE,mu)=>{var ve=ge();ea();ra();Oe();mu.exports=ve.aes=ve.aes||{};ve.aes.startEncrypting=function(e,t,r,n){var i=oo({key:e,output:r,decrypt:!1,mode:n});return i.start(t),i};ve.aes.createEncryptionCipher=function(e,t){return oo({key:e,output:null,decrypt:!1,mode:t})};ve.aes.startDecrypting=function(e,t,r,n){var i=oo({key:e,output:r,decrypt:!0,mode:n});return i.start(t),i};ve.aes.createDecryptionCipher=function(e,t){return oo({key:e,output:null,decrypt:!0,mode:t})};ve.aes.Algorithm=function(e,t){oa||yu();var r=this;r.name=e,r.mode=new t({blockSize:16,cipher:{encrypt:function(n,i){return ia(r._w,n,i,!1)},decrypt:function(n,i){return ia(r._w,n,i,!0)}}}),r._init=!1};ve.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=ve.util.createBuffer(t);else if(ve.util.isArray(t)&&(t.length===16||t.length===24||t.length===32)){r=t,t=ve.util.createBuffer();for(var n=0;n<r.length;++n)t.putByte(r[n])}if(!ve.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(!ve.util.isArray(t)||!(t.length===4||t.length===6||t.length===8))throw new Error("Invalid key parameter.");var o=this.mode.name,s=["CFB","OFB","CTR","GCM"].indexOf(o)!==-1;this._w=gu(t,e.decrypt&&!s),this._init=!0}};ve.aes._expandKey=function(e,t){return oa||yu(),gu(e,t)};ve.aes._updateBlock=ia;xn("AES-ECB",ve.cipher.modes.ecb);xn("AES-CBC",ve.cipher.modes.cbc);xn("AES-CFB",ve.cipher.modes.cfb);xn("AES-OFB",ve.cipher.modes.ofb);xn("AES-CTR",ve.cipher.modes.ctr);xn("AES-GCM",ve.cipher.modes.gcm);function xn(e,t){var r=function(){return new ve.aes.Algorithm(e,t)};ve.cipher.registerAlgorithm(e,r)}var oa=!1,mn=4,je,na,pu,Vr,Bt;function yu(){oa=!0,pu=[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;je=new Array(256),na=new Array(256),Vr=new Array(4),Bt=new Array(4);for(var t=0;t<4;++t)Vr[t]=new Array(256),Bt[t]=new Array(256);for(var r=0,n=0,i,o,s,a,c,u,f,t=0;t<256;++t){a=n^n<<1^n<<2^n<<3^n<<4,a=a>>8^a&255^99,je[r]=a,na[a]=r,c=e[a],i=e[r],o=e[i],s=e[o],u=c<<24^a<<16^a<<8^(a^c),f=(i^o^s)<<24^(r^s)<<16^(r^o^s)<<8^(r^i^s);for(var l=0;l<4;++l)Vr[l][r]=u,Bt[l][a]=f,u=u<<24|u>>>8,f=f<<24|f>>>8;r===0?r=n=1:(r=i^e[e[e[i^s]]],n^=e[e[n]])}}function gu(e,t){for(var r=e.slice(0),n,i=1,o=r.length,s=o+6+1,a=mn*s,c=o;c<a;++c)n=r[c-1],c%o===0?(n=je[n>>>16&255]<<24^je[n>>>8&255]<<16^je[n&255]<<8^je[n>>>24]^pu[i]<<24,i++):o>6&&c%o===4&&(n=je[n>>>24]<<24^je[n>>>16&255]<<16^je[n>>>8&255]<<8^je[n&255]),r[c]=r[c-o]^n;if(t){var u,f=Bt[0],l=Bt[1],d=Bt[2],m=Bt[3],h=r.slice(0);a=r.length;for(var c=0,p=a-mn;c<a;c+=mn,p-=mn)if(c===0||c===a-mn)h[c]=r[p],h[c+1]=r[p+3],h[c+2]=r[p+2],h[c+3]=r[p+1];else for(var y=0;y<mn;++y)u=r[p+y],h[c+(3&-y)]=f[je[u>>>24]]^l[je[u>>>16&255]]^d[je[u>>>8&255]]^m[je[u&255]];r=h}return r}function ia(e,t,r,n){var i=e.length/4-1,o,s,a,c,u;n?(o=Bt[0],s=Bt[1],a=Bt[2],c=Bt[3],u=na):(o=Vr[0],s=Vr[1],a=Vr[2],c=Vr[3],u=je);var f,l,d,m,h,p,y;f=t[0]^e[0],l=t[n?3:1]^e[1],d=t[2]^e[2],m=t[n?1:3]^e[3];for(var g=3,b=1;b<i;++b)h=o[f>>>24]^s[l>>>16&255]^a[d>>>8&255]^c[m&255]^e[++g],p=o[l>>>24]^s[d>>>16&255]^a[m>>>8&255]^c[f&255]^e[++g],y=o[d>>>24]^s[m>>>16&255]^a[f>>>8&255]^c[l&255]^e[++g],m=o[m>>>24]^s[f>>>16&255]^a[l>>>8&255]^c[d&255]^e[++g],f=h,l=p,d=y;r[0]=u[f>>>24]<<24^u[l>>>16&255]<<16^u[d>>>8&255]<<8^u[m&255]^e[++g],r[n?3:1]=u[l>>>24]<<24^u[d>>>16&255]<<16^u[m>>>8&255]<<8^u[f&255]^e[++g],r[2]=u[d>>>24]<<24^u[m>>>16&255]<<16^u[f>>>8&255]<<8^u[l&255]^e[++g],r[n?1:3]=u[m>>>24]<<24^u[f>>>16&255]<<16^u[l>>>8&255]<<8^u[d&255]^e[++g]}function oo(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="AES-"+t,n;e.decrypt?n=ve.cipher.createDecipher(r,e.key):n=ve.cipher.createCipher(r,e.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof ve.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var bu=X((dE,vu)=>{var Ee=ge();ea();ra();Oe();vu.exports=Ee.des=Ee.des||{};Ee.des.startEncrypting=function(e,t,r,n){var i=so({key:e,output:r,decrypt:!1,mode:n||(t===null?"ECB":"CBC")});return i.start(t),i};Ee.des.createEncryptionCipher=function(e,t){return so({key:e,output:null,decrypt:!1,mode:t})};Ee.des.startDecrypting=function(e,t,r,n){var i=so({key:e,output:r,decrypt:!0,mode:n||(t===null?"ECB":"CBC")});return i.start(t),i};Ee.des.createDecryptionCipher=function(e,t){return so({key:e,output:null,decrypt:!0,mode:t})};Ee.des.Algorithm=function(e,t){var r=this;r.name=e,r.mode=new t({blockSize:8,cipher:{encrypt:function(n,i){return xu(r._keys,n,i,!1)},decrypt:function(n,i){return xu(r._keys,n,i,!0)}}}),r._init=!1};Ee.des.Algorithm.prototype.initialize=function(e){if(!this._init){var t=Ee.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=I1(t),this._init=!0}};Pt("DES-ECB",Ee.cipher.modes.ecb);Pt("DES-CBC",Ee.cipher.modes.cbc);Pt("DES-CFB",Ee.cipher.modes.cfb);Pt("DES-OFB",Ee.cipher.modes.ofb);Pt("DES-CTR",Ee.cipher.modes.ctr);Pt("3DES-ECB",Ee.cipher.modes.ecb);Pt("3DES-CBC",Ee.cipher.modes.cbc);Pt("3DES-CFB",Ee.cipher.modes.cfb);Pt("3DES-OFB",Ee.cipher.modes.ofb);Pt("3DES-CTR",Ee.cipher.modes.ctr);function Pt(e,t){var r=function(){return new Ee.des.Algorithm(e,t)};Ee.cipher.registerAlgorithm(e,r)}var w1=[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],E1=[-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],S1=[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],B1=[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],A1=[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],C1=[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],T1=[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],_1=[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 I1(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],s=[0,1024,32,1056,0,1024,32,1056,33554432,33555456,33554464,33555488,33554432,33555456,33554464,33555488],a=[0,268435456,524288,268959744,2,268435458,524290,268959746,0,268435456,524288,268959744,2,268435458,524290,268959746],c=[0,65536,2048,67584,536870912,536936448,536872960,536938496,131072,196608,133120,198656,537001984,537067520,537004032,537069568],u=[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],d=[0,16777216,512,16777728,2097152,18874368,2097664,18874880,67108864,83886080,67109376,83886592,69206016,85983232,69206528,85983744],m=[0,4096,134217728,134221824,524288,528384,134742016,134746112,16,4112,134217744,134221840,524304,528400,134742032,134746128],h=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],p=e.length()>8?3:1,y=[],g=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],b=0,v,T=0;T<p;T++){var E=e.getInt32(),S=e.getInt32();v=(E>>>4^S)&252645135,S^=v,E^=v<<4,v=(S>>>-16^E)&65535,E^=v,S^=v<<-16,v=(E>>>2^S)&858993459,S^=v,E^=v<<2,v=(S>>>-16^E)&65535,E^=v,S^=v<<-16,v=(E>>>1^S)&1431655765,S^=v,E^=v<<1,v=(S>>>8^E)&16711935,E^=v,S^=v<<8,v=(E>>>1^S)&1431655765,S^=v,E^=v<<1,v=E<<8|S>>>20&240,E=S<<24|S<<8&16711680|S>>>8&65280|S>>>24&240,S=v;for(var I=0;I<g.length;++I){g[I]?(E=E<<2|E>>>26,S=S<<2|S>>>26):(E=E<<1|E>>>27,S=S<<1|S>>>27),E&=-15,S&=-15;var B=t[E>>>28]|r[E>>>24&15]|n[E>>>20&15]|i[E>>>16&15]|o[E>>>12&15]|s[E>>>8&15]|a[E>>>4&15],U=c[S>>>28]|u[S>>>24&15]|f[S>>>20&15]|l[S>>>16&15]|d[S>>>12&15]|m[S>>>8&15]|h[S>>>4&15];v=(U>>>16^B)&65535,y[b++]=B^v,y[b++]=U^v<<16}}return y}function xu(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 s,a=t[0],c=t[1];s=(a>>>4^c)&252645135,c^=s,a^=s<<4,s=(a>>>16^c)&65535,c^=s,a^=s<<16,s=(c>>>2^a)&858993459,a^=s,c^=s<<2,s=(c>>>8^a)&16711935,a^=s,c^=s<<8,s=(a>>>1^c)&1431655765,c^=s,a^=s<<1,a=a<<1|a>>>31,c=c<<1|c>>>31;for(var u=0;u<i;u+=3){for(var f=o[u+1],l=o[u+2],d=o[u];d!=f;d+=l){var m=c^e[d],h=(c>>>4|c<<28)^e[d+1];s=a,a=c,c=s^(E1[m>>>24&63]|B1[m>>>16&63]|C1[m>>>8&63]|_1[m&63]|w1[h>>>24&63]|S1[h>>>16&63]|A1[h>>>8&63]|T1[h&63])}s=a,a=c,c=s}a=a>>>1|a<<31,c=c>>>1|c<<31,s=(a>>>1^c)&1431655765,c^=s,a^=s<<1,s=(c>>>8^a)&16711935,a^=s,c^=s<<8,s=(c>>>2^a)&858993459,a^=s,c^=s<<2,s=(a>>>16^c)&65535,c^=s,a^=s<<16,s=(a>>>4^c)&252645135,c^=s,a^=s<<4,r[0]=a,r[1]=c}function so(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="DES-"+t,n;e.decrypt?n=Ee.cipher.createDecipher(r,e.key):n=Ee.cipher.createCipher(r,e.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof Ee.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var qr=X((pE,wu)=>{var ao=ge();wu.exports=ao.md=ao.md||{};ao.md.algorithms=ao.md.algorithms||{}});var Su=X((yE,Eu)=>{var Jt=ge();qr();Oe();var R1=Eu.exports=Jt.hmac=Jt.hmac||{};R1.create=function(){var e=null,t=null,r=null,n=null,i={};return i.start=function(o,s){if(o!==null)if(typeof o=="string")if(o=o.toLowerCase(),o in Jt.md.algorithms)t=Jt.md.algorithms[o].create();else throw new Error('Unknown hash algorithm "'+o+'"');else t=o;if(s===null)s=e;else{if(typeof s=="string")s=Jt.util.createBuffer(s);else if(Jt.util.isArray(s)){var a=s;s=Jt.util.createBuffer();for(var c=0;c<a.length;++c)s.putByte(a[c])}var u=s.length();u>t.blockLength&&(t.start(),t.update(s.bytes()),s=t.digest()),r=Jt.util.createBuffer(),n=Jt.util.createBuffer(),u=s.length();for(var c=0;c<u;++c){var a=s.at(c);r.putByte(54^a),n.putByte(92^a)}if(u<t.blockLength)for(var a=t.blockLength-u,c=0;c<a;++c)r.putByte(54),n.putByte(92);e=s,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 co=X(()=>{});var Au=X((xE,Bu)=>{var et=ge();Su();qr();Oe();var D1=et.pkcs5=et.pkcs5||{},jt;et.util.isNodejs&&!et.options.usePureJavaScript&&(jt=co());Bu.exports=et.pbkdf2=D1.pbkdf2=function(e,t,r,n,i,o){if(typeof i=="function"&&(o=i,i=null),et.util.isNodejs&&!et.options.usePureJavaScript&&jt.pbkdf2&&(i===null||typeof i!="object")&&(jt.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),e=Buffer.from(e,"binary"),t=Buffer.from(t,"binary"),o?jt.pbkdf2Sync.length===4?jt.pbkdf2(e,t,r,n,function(v,T){if(v)return o(v);o(null,T.toString("binary"))}):jt.pbkdf2(e,t,r,n,i,function(v,T){if(v)return o(v);o(null,T.toString("binary"))}):jt.pbkdf2Sync.length===4?jt.pbkdf2Sync(e,t,r,n).toString("binary"):jt.pbkdf2Sync(e,t,r,n,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in et.md.algorithms))throw new Error("Unknown hash algorithm: "+i);i=et.md[i].create()}var s=i.digestLength;if(n>4294967295*s){var a=new Error("Derived key is too long.");if(o)return o(a);throw a}var c=Math.ceil(n/s),u=n-(c-1)*s,f=et.hmac.create();f.start(i,e);var l="",d,m,h;if(!o){for(var p=1;p<=c;++p){f.start(null,null),f.update(t),f.update(et.util.int32ToBytes(p)),d=h=f.digest().getBytes();for(var y=2;y<=r;++y)f.start(null,null),f.update(h),m=f.digest().getBytes(),d=et.util.xorBytes(d,m,s),h=m;l+=p<c?d:d.substr(0,u)}return l}var p=1,y;function g(){if(p>c)return o(null,l);f.start(null,null),f.update(t),f.update(et.util.int32ToBytes(p)),d=h=f.digest().getBytes(),y=2,b()}function b(){if(y<=r)return f.start(null,null),f.update(h),m=f.digest().getBytes(),d=et.util.xorBytes(d,m,s),h=m,++y,et.util.setImmediate(b);l+=p<c?d:d.substr(0,u),++p,g()}g()}});var _u=X((vE,Tu)=>{var fo=ge();Oe();var Cu=Tu.exports=fo.pem=fo.pem||{};Cu.encode=function(e,t){t=t||{};var r="-----BEGIN "+e.type+`-----\r
9
- `,n;if(e.procType&&(n={name:"Proc-Type",values:[String(e.procType.version),e.procType.type]},r+=uo(n)),e.contentDomain&&(n={name:"Content-Domain",values:[e.contentDomain]},r+=uo(n)),e.dekInfo&&(n={name:"DEK-Info",values:[e.dekInfo.algorithm]},e.dekInfo.parameters&&n.values.push(e.dekInfo.parameters),r+=uo(n)),e.headers)for(var i=0;i<e.headers.length;++i)r+=uo(e.headers[i]);return e.procType&&(r+=`\r
10
- `),r+=fo.util.encode64(e.body,t.maxline||64)+`\r
8
+ `,e.composed){for(var s=0,a="",o=0;o<e.value.length;++o)e.value[o]!==void 0&&(s+=1,a+=F.prettyPrint(e.value[o],t+1,r),o+1<e.value.length&&(a+=","));n+=i+"Sub values: "+s+a}else{if(n+=i+"Value: ",e.type===F.Type.OID){var c=F.derToOid(e.value);n+=c,be.pki&&be.pki.oids&&c in be.pki.oids&&(n+=" ("+be.pki.oids[c]+") ")}if(e.type===F.Type.INTEGER)try{n+=F.derToInteger(e.value)}catch{n+="0x"+be.util.bytesToHex(e.value)}else if(e.type===F.Type.BITSTRING){if(e.value.length>1?n+="0x"+be.util.bytesToHex(e.value.slice(1)):n+="(none)",e.value.length>0){var u=e.value.charCodeAt(0);u==1?n+=" (1 unused bit shown)":u>1&&(n+=" ("+u+" unused bits shown)")}}else if(e.type===F.Type.OCTETSTRING)ru.test(e.value)||(n+="("+e.value+") "),n+="0x"+be.util.bytesToHex(e.value);else if(e.type===F.Type.UTF8)try{n+=be.util.decodeUtf8(e.value)}catch(f){if(f.message==="URI malformed")n+="0x"+be.util.bytesToHex(e.value)+" (malformed UTF8)";else throw f}else e.type===F.Type.PRINTABLESTRING||e.type===F.Type.IA5String?n+=e.value:ru.test(e.value)?n+="0x"+be.util.bytesToHex(e.value):e.value.length===0?n+="[null]":n+=e.value}return n}});var js=X((Tw,iu)=>{var Fe=ge();Oe();iu.exports=Fe.cipher=Fe.cipher||{};Fe.cipher.algorithms=Fe.cipher.algorithms||{};Fe.cipher.createCipher=function(e,t){var r=e;if(typeof r=="string"&&(r=Fe.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new Fe.cipher.BlockCipher({algorithm:r,key:t,decrypt:!1})};Fe.cipher.createDecipher=function(e,t){var r=e;if(typeof r=="string"&&(r=Fe.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new Fe.cipher.BlockCipher({algorithm:r,key:t,decrypt:!0})};Fe.cipher.registerAlgorithm=function(e,t){e=e.toUpperCase(),Fe.cipher.algorithms[e]=t};Fe.cipher.getAlgorithm=function(e){return e=e.toUpperCase(),e in Fe.cipher.algorithms?Fe.cipher.algorithms[e]:null};var Js=Fe.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)};Js.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=Fe.util.createBuffer(),this.output=e.output||Fe.util.createBuffer(),this.mode.start(t)};Js.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()};Js.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 ta=X((_w,ou)=>{var Ve=ge();Oe();Ve.cipher=Ve.cipher||{};var ie=ou.exports=Ve.cipher.modes=Ve.cipher.modes||{};ie.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)};ie.ecb.prototype.start=function(e){};ie.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])};ie.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])};ie.ecb.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};ie.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)};ie.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)};ie.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=to(e.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};ie.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};ie.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)};ie.cbc.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};ie.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)};ie.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=Ve.util.createBuffer(),this._partialBytes=0};ie.cfb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=to(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};ie.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};ie.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};ie.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=Ve.util.createBuffer(),this._partialBytes=0};ie.ofb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=to(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};ie.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};ie.ofb.prototype.decrypt=ie.ofb.prototype.encrypt;ie.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=Ve.util.createBuffer(),this._partialBytes=0};ie.ctr.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=to(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};ie.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}ro(this._inBlock)};ie.ctr.prototype.decrypt=ie.ctr.prototype.encrypt;ie.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=Ve.util.createBuffer(),this._partialBytes=0,this._R=3774873600};ie.gcm.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");var t=Ve.util.createBuffer(e.iv);this._cipherLength=0;var r;if("additionalData"in e?r=Ve.util.createBuffer(e.additionalData):r=Ve.util.createBuffer(),"tagLength"in e?this._tagLength=e.tagLength:this._tagLength=128,this._tag=null,e.decrypt&&(this._tag=Ve.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(ea(n*8)))}this._inBlock=this._j0.slice(0),ro(this._inBlock),this._partialBytes=0,r=Ve.util.createBuffer(r),this._aDataLength=ea(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()])};ie.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 s=n%this.blockSize;this._cipherLength+=s,this._partialOutput.truncate(this.blockSize-s)}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),ro(this._inBlock)};ie.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),ro(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};ie.gcm.prototype.afterFinish=function(e,t){var r=!0;t.decrypt&&t.overflow&&e.truncate(this.blockSize-t.overflow),this.tag=Ve.util.createBuffer();var n=this._aDataLength.concat(ea(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};ie.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};ie.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)};ie.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};ie.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)};ie.gcm.prototype.generateHashTable=function(e,t){for(var r=8/t,n=4*r,i=16*r,o=new Array(i),s=0;s<i;++s){var a=[0,0,0,0],c=s/n|0,u=(n-1-s%n)*t;a[c]=1<<t-1<<u,o[s]=this.generateSubHashTable(this.multiply(a,e),t)}return o};ie.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 s=1;s<o;++s){var a=i[o],c=i[s];i[o+s]=[a[0]^c[0],a[1]^c[1],a[2]^c[2],a[3]^c[3]]}o*=2}for(i[0]=[0,0,0,0],o=n+1;o<r;++o){var u=i[o^n];i[o]=[e[0]^u[0],e[1]^u[1],e[2]^u[2],e[3]^u[3]]}return i};function to(e,t){if(typeof e=="string"&&(e=Ve.util.createBuffer(e)),Ve.util.isArray(e)&&e.length>4){var r=e;e=Ve.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(!Ve.util.isArray(e)){for(var i=[],o=t/4,n=0;n<o;++n)i.push(e.getInt32());e=i}return e}function ro(e){e[e.length-1]=e[e.length-1]+1&4294967295}function ea(e){return[e/4294967296|0,e&4294967295]}});var oa=X((Iw,uu)=>{var xe=ge();js();ta();Oe();uu.exports=xe.aes=xe.aes||{};xe.aes.startEncrypting=function(e,t,r,n){var i=no({key:e,output:r,decrypt:!1,mode:n});return i.start(t),i};xe.aes.createEncryptionCipher=function(e,t){return no({key:e,output:null,decrypt:!1,mode:t})};xe.aes.startDecrypting=function(e,t,r,n){var i=no({key:e,output:r,decrypt:!0,mode:n});return i.start(t),i};xe.aes.createDecryptionCipher=function(e,t){return no({key:e,output:null,decrypt:!0,mode:t})};xe.aes.Algorithm=function(e,t){ia||au();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};xe.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=xe.util.createBuffer(t);else if(xe.util.isArray(t)&&(t.length===16||t.length===24||t.length===32)){r=t,t=xe.util.createBuffer();for(var n=0;n<r.length;++n)t.putByte(r[n])}if(!xe.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(!xe.util.isArray(t)||!(t.length===4||t.length===6||t.length===8))throw new Error("Invalid key parameter.");var o=this.mode.name,s=["CFB","OFB","CTR","GCM"].indexOf(o)!==-1;this._w=cu(t,e.decrypt&&!s),this._init=!0}};xe.aes._expandKey=function(e,t){return ia||au(),cu(e,t)};xe.aes._updateBlock=na;vn("AES-ECB",xe.cipher.modes.ecb);vn("AES-CBC",xe.cipher.modes.cbc);vn("AES-CFB",xe.cipher.modes.cfb);vn("AES-OFB",xe.cipher.modes.ofb);vn("AES-CTR",xe.cipher.modes.ctr);vn("AES-GCM",xe.cipher.modes.gcm);function vn(e,t){var r=function(){return new xe.aes.Algorithm(e,t)};xe.cipher.registerAlgorithm(e,r)}var ia=!1,xn=4,Je,ra,su,Fr,Et;function au(){ia=!0,su=[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;Je=new Array(256),ra=new Array(256),Fr=new Array(4),Et=new Array(4);for(var t=0;t<4;++t)Fr[t]=new Array(256),Et[t]=new Array(256);for(var r=0,n=0,i,o,s,a,c,u,f,t=0;t<256;++t){a=n^n<<1^n<<2^n<<3^n<<4,a=a>>8^a&255^99,Je[r]=a,ra[a]=r,c=e[a],i=e[r],o=e[i],s=e[o],u=c<<24^a<<16^a<<8^(a^c),f=(i^o^s)<<24^(r^s)<<16^(r^o^s)<<8^(r^i^s);for(var l=0;l<4;++l)Fr[l][r]=u,Et[l][a]=f,u=u<<24|u>>>8,f=f<<24|f>>>8;r===0?r=n=1:(r=i^e[e[e[i^s]]],n^=e[e[n]])}}function cu(e,t){for(var r=e.slice(0),n,i=1,o=r.length,s=o+6+1,a=xn*s,c=o;c<a;++c)n=r[c-1],c%o===0?(n=Je[n>>>16&255]<<24^Je[n>>>8&255]<<16^Je[n&255]<<8^Je[n>>>24]^su[i]<<24,i++):o>6&&c%o===4&&(n=Je[n>>>24]<<24^Je[n>>>16&255]<<16^Je[n>>>8&255]<<8^Je[n&255]),r[c]=r[c-o]^n;if(t){var u,f=Et[0],l=Et[1],h=Et[2],g=Et[3],d=r.slice(0);a=r.length;for(var c=0,p=a-xn;c<a;c+=xn,p-=xn)if(c===0||c===a-xn)d[c]=r[p],d[c+1]=r[p+3],d[c+2]=r[p+2],d[c+3]=r[p+1];else for(var y=0;y<xn;++y)u=r[p+y],d[c+(3&-y)]=f[Je[u>>>24]]^l[Je[u>>>16&255]]^h[Je[u>>>8&255]]^g[Je[u&255]];r=d}return r}function na(e,t,r,n){var i=e.length/4-1,o,s,a,c,u;n?(o=Et[0],s=Et[1],a=Et[2],c=Et[3],u=ra):(o=Fr[0],s=Fr[1],a=Fr[2],c=Fr[3],u=Je);var f,l,h,g,d,p,y;f=t[0]^e[0],l=t[n?3:1]^e[1],h=t[2]^e[2],g=t[n?1:3]^e[3];for(var m=3,w=1;w<i;++w)d=o[f>>>24]^s[l>>>16&255]^a[h>>>8&255]^c[g&255]^e[++m],p=o[l>>>24]^s[h>>>16&255]^a[g>>>8&255]^c[f&255]^e[++m],y=o[h>>>24]^s[g>>>16&255]^a[f>>>8&255]^c[l&255]^e[++m],g=o[g>>>24]^s[f>>>16&255]^a[l>>>8&255]^c[h&255]^e[++m],f=d,l=p,h=y;r[0]=u[f>>>24]<<24^u[l>>>16&255]<<16^u[h>>>8&255]<<8^u[g&255]^e[++m],r[n?3:1]=u[l>>>24]<<24^u[h>>>16&255]<<16^u[g>>>8&255]<<8^u[f&255]^e[++m],r[2]=u[h>>>24]<<24^u[g>>>16&255]<<16^u[f>>>8&255]<<8^u[l&255]^e[++m],r[n?1:3]=u[g>>>24]<<24^u[f>>>16&255]<<16^u[l>>>8&255]<<8^u[h&255]^e[++m]}function no(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="AES-"+t,n;e.decrypt?n=xe.cipher.createDecipher(r,e.key):n=xe.cipher.createCipher(r,e.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof xe.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var hu=X((Rw,lu)=>{var Ee=ge();js();ta();Oe();lu.exports=Ee.des=Ee.des||{};Ee.des.startEncrypting=function(e,t,r,n){var i=io({key:e,output:r,decrypt:!1,mode:n||(t===null?"ECB":"CBC")});return i.start(t),i};Ee.des.createEncryptionCipher=function(e,t){return io({key:e,output:null,decrypt:!1,mode:t})};Ee.des.startDecrypting=function(e,t,r,n){var i=io({key:e,output:r,decrypt:!0,mode:n||(t===null?"ECB":"CBC")});return i.start(t),i};Ee.des.createDecryptionCipher=function(e,t){return io({key:e,output:null,decrypt:!0,mode:t})};Ee.des.Algorithm=function(e,t){var r=this;r.name=e,r.mode=new t({blockSize:8,cipher:{encrypt:function(n,i){return fu(r._keys,n,i,!1)},decrypt:function(n,i){return fu(r._keys,n,i,!0)}}}),r._init=!1};Ee.des.Algorithm.prototype.initialize=function(e){if(!this._init){var t=Ee.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=C1(t),this._init=!0}};kt("DES-ECB",Ee.cipher.modes.ecb);kt("DES-CBC",Ee.cipher.modes.cbc);kt("DES-CFB",Ee.cipher.modes.cfb);kt("DES-OFB",Ee.cipher.modes.ofb);kt("DES-CTR",Ee.cipher.modes.ctr);kt("3DES-ECB",Ee.cipher.modes.ecb);kt("3DES-CBC",Ee.cipher.modes.cbc);kt("3DES-CFB",Ee.cipher.modes.cfb);kt("3DES-OFB",Ee.cipher.modes.ofb);kt("3DES-CTR",Ee.cipher.modes.ctr);function kt(e,t){var r=function(){return new Ee.des.Algorithm(e,t)};Ee.cipher.registerAlgorithm(e,r)}var m1=[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],x1=[-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],v1=[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],b1=[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],w1=[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],E1=[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],S1=[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],B1=[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 C1(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],s=[0,1024,32,1056,0,1024,32,1056,33554432,33555456,33554464,33555488,33554432,33555456,33554464,33555488],a=[0,268435456,524288,268959744,2,268435458,524290,268959746,0,268435456,524288,268959744,2,268435458,524290,268959746],c=[0,65536,2048,67584,536870912,536936448,536872960,536938496,131072,196608,133120,198656,537001984,537067520,537004032,537069568],u=[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],g=[0,4096,134217728,134221824,524288,528384,134742016,134746112,16,4112,134217744,134221840,524304,528400,134742032,134746128],d=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],p=e.length()>8?3:1,y=[],m=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],w=0,v,I=0;I<p;I++){var E=e.getInt32(),S=e.getInt32();v=(E>>>4^S)&252645135,S^=v,E^=v<<4,v=(S>>>-16^E)&65535,E^=v,S^=v<<-16,v=(E>>>2^S)&858993459,S^=v,E^=v<<2,v=(S>>>-16^E)&65535,E^=v,S^=v<<-16,v=(E>>>1^S)&1431655765,S^=v,E^=v<<1,v=(S>>>8^E)&16711935,E^=v,S^=v<<8,v=(E>>>1^S)&1431655765,S^=v,E^=v<<1,v=E<<8|S>>>20&240,E=S<<24|S<<8&16711680|S>>>8&65280|S>>>24&240,S=v;for(var D=0;D<m.length;++D){m[D]?(E=E<<2|E>>>26,S=S<<2|S>>>26):(E=E<<1|E>>>27,S=S<<1|S>>>27),E&=-15,S&=-15;var B=t[E>>>28]|r[E>>>24&15]|n[E>>>20&15]|i[E>>>16&15]|o[E>>>12&15]|s[E>>>8&15]|a[E>>>4&15],P=c[S>>>28]|u[S>>>24&15]|f[S>>>20&15]|l[S>>>16&15]|h[S>>>12&15]|g[S>>>8&15]|d[S>>>4&15];v=(P>>>16^B)&65535,y[w++]=B^v,y[w++]=P^v<<16}}return y}function fu(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 s,a=t[0],c=t[1];s=(a>>>4^c)&252645135,c^=s,a^=s<<4,s=(a>>>16^c)&65535,c^=s,a^=s<<16,s=(c>>>2^a)&858993459,a^=s,c^=s<<2,s=(c>>>8^a)&16711935,a^=s,c^=s<<8,s=(a>>>1^c)&1431655765,c^=s,a^=s<<1,a=a<<1|a>>>31,c=c<<1|c>>>31;for(var u=0;u<i;u+=3){for(var f=o[u+1],l=o[u+2],h=o[u];h!=f;h+=l){var g=c^e[h],d=(c>>>4|c<<28)^e[h+1];s=a,a=c,c=s^(x1[g>>>24&63]|b1[g>>>16&63]|E1[g>>>8&63]|B1[g&63]|m1[d>>>24&63]|v1[d>>>16&63]|w1[d>>>8&63]|S1[d&63])}s=a,a=c,c=s}a=a>>>1|a<<31,c=c>>>1|c<<31,s=(a>>>1^c)&1431655765,c^=s,a^=s<<1,s=(c>>>8^a)&16711935,a^=s,c^=s<<8,s=(c>>>2^a)&858993459,a^=s,c^=s<<2,s=(a>>>16^c)&65535,c^=s,a^=s<<16,s=(a>>>4^c)&252645135,c^=s,a^=s<<4,r[0]=a,r[1]=c}function io(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="DES-"+t,n;e.decrypt?n=Ee.cipher.createDecipher(r,e.key):n=Ee.cipher.createCipher(r,e.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof Ee.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var Vr=X((Dw,du)=>{var oo=ge();du.exports=oo.md=oo.md||{};oo.md.algorithms=oo.md.algorithms||{}});var yu=X((Nw,pu)=>{var Xt=ge();Vr();Oe();var A1=pu.exports=Xt.hmac=Xt.hmac||{};A1.create=function(){var e=null,t=null,r=null,n=null,i={};return i.start=function(o,s){if(o!==null)if(typeof o=="string")if(o=o.toLowerCase(),o in Xt.md.algorithms)t=Xt.md.algorithms[o].create();else throw new Error('Unknown hash algorithm "'+o+'"');else t=o;if(s===null)s=e;else{if(typeof s=="string")s=Xt.util.createBuffer(s);else if(Xt.util.isArray(s)){var a=s;s=Xt.util.createBuffer();for(var c=0;c<a.length;++c)s.putByte(a[c])}var u=s.length();u>t.blockLength&&(t.start(),t.update(s.bytes()),s=t.digest()),r=Xt.util.createBuffer(),n=Xt.util.createBuffer(),u=s.length();for(var c=0;c<u;++c){var a=s.at(c);r.putByte(54^a),n.putByte(92^a)}if(u<t.blockLength)for(var a=t.blockLength-u,c=0;c<a;++c)r.putByte(54),n.putByte(92);e=s,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 so=X(()=>{});var mu=X((Uw,gu)=>{var je=ge();yu();Vr();Oe();var T1=je.pkcs5=je.pkcs5||{},Jt;je.util.isNodejs&&!je.options.usePureJavaScript&&(Jt=so());gu.exports=je.pbkdf2=T1.pbkdf2=function(e,t,r,n,i,o){if(typeof i=="function"&&(o=i,i=null),je.util.isNodejs&&!je.options.usePureJavaScript&&Jt.pbkdf2&&(i===null||typeof i!="object")&&(Jt.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),e=Buffer.from(e,"binary"),t=Buffer.from(t,"binary"),o?Jt.pbkdf2Sync.length===4?Jt.pbkdf2(e,t,r,n,function(v,I){if(v)return o(v);o(null,I.toString("binary"))}):Jt.pbkdf2(e,t,r,n,i,function(v,I){if(v)return o(v);o(null,I.toString("binary"))}):Jt.pbkdf2Sync.length===4?Jt.pbkdf2Sync(e,t,r,n).toString("binary"):Jt.pbkdf2Sync(e,t,r,n,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in je.md.algorithms))throw new Error("Unknown hash algorithm: "+i);i=je.md[i].create()}var s=i.digestLength;if(n>4294967295*s){var a=new Error("Derived key is too long.");if(o)return o(a);throw a}var c=Math.ceil(n/s),u=n-(c-1)*s,f=je.hmac.create();f.start(i,e);var l="",h,g,d;if(!o){for(var p=1;p<=c;++p){f.start(null,null),f.update(t),f.update(je.util.int32ToBytes(p)),h=d=f.digest().getBytes();for(var y=2;y<=r;++y)f.start(null,null),f.update(d),g=f.digest().getBytes(),h=je.util.xorBytes(h,g,s),d=g;l+=p<c?h:h.substr(0,u)}return l}var p=1,y;function m(){if(p>c)return o(null,l);f.start(null,null),f.update(t),f.update(je.util.int32ToBytes(p)),h=d=f.digest().getBytes(),y=2,w()}function w(){if(y<=r)return f.start(null,null),f.update(d),g=f.digest().getBytes(),h=je.util.xorBytes(h,g,s),d=g,++y,je.util.setImmediate(w);l+=p<c?h:h.substr(0,u),++p,m()}m()}});var bu=X((Pw,vu)=>{var co=ge();Oe();var xu=vu.exports=co.pem=co.pem||{};xu.encode=function(e,t){t=t||{};var r="-----BEGIN "+e.type+`-----\r
9
+ `,n;if(e.procType&&(n={name:"Proc-Type",values:[String(e.procType.version),e.procType.type]},r+=ao(n)),e.contentDomain&&(n={name:"Content-Domain",values:[e.contentDomain]},r+=ao(n)),e.dekInfo&&(n={name:"DEK-Info",values:[e.dekInfo.algorithm]},e.dekInfo.parameters&&n.values.push(e.dekInfo.parameters),r+=ao(n)),e.headers)for(var i=0;i<e.headers.length;++i)r+=ao(e.headers[i]);return e.procType&&(r+=`\r
10
+ `),r+=co.util.encode64(e.body,t.maxline||64)+`\r
11
11
  `,r+="-----END "+e.type+`-----\r
12
- `,r};Cu.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 s=o[1];s==="NEW CERTIFICATE REQUEST"&&(s="CERTIFICATE REQUEST");var a={type:s,procType:null,contentDomain:null,dekInfo:null,headers:[],body:fo.util.decode64(o[3])};if(t.push(a),!!o[2]){for(var c=o[2].split(i),u=0;o&&u<c.length;){for(var f=c[u].replace(/\s+$/,""),l=u+1;l<c.length;++l){var d=c[l];if(!/\s/.test(d[0]))break;f+=d,u=l}if(o=f.match(n),o){for(var m={name:o[1],values:[]},h=o[2].split(","),p=0;p<h.length;++p)m.values.push(N1(h[p]));if(a.procType)if(!a.contentDomain&&m.name==="Content-Domain")a.contentDomain=h[0]||"";else if(!a.dekInfo&&m.name==="DEK-Info"){if(m.values.length===0)throw new Error('Invalid PEM formatted message. The "DEK-Info" header must have at least one subfield.');a.dekInfo={algorithm:h[0],parameters:h[1]||null}}else a.headers.push(m);else{if(m.name!=="Proc-Type")throw new Error('Invalid PEM formatted message. The first encapsulated header must be "Proc-Type".');if(m.values.length!==2)throw new Error('Invalid PEM formatted message. The "Proc-Type" header must have two subfields.');a.procType={version:h[0],type:h[1]}}}++u}if(a.procType==="ENCRYPTED"&&!a.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 uo(e){for(var t=e.name+": ",r=[],n=function(c,u){return" "+u},i=0;i<e.values.length;++i)r.push(e.values[i].replace(/^(\S+\r\n)/,n));t+=r.join(",")+`\r
12
+ `,r};xu.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 s=o[1];s==="NEW CERTIFICATE REQUEST"&&(s="CERTIFICATE REQUEST");var a={type:s,procType:null,contentDomain:null,dekInfo:null,headers:[],body:co.util.decode64(o[3])};if(t.push(a),!!o[2]){for(var c=o[2].split(i),u=0;o&&u<c.length;){for(var f=c[u].replace(/\s+$/,""),l=u+1;l<c.length;++l){var h=c[l];if(!/\s/.test(h[0]))break;f+=h,u=l}if(o=f.match(n),o){for(var g={name:o[1],values:[]},d=o[2].split(","),p=0;p<d.length;++p)g.values.push(_1(d[p]));if(a.procType)if(!a.contentDomain&&g.name==="Content-Domain")a.contentDomain=d[0]||"";else if(!a.dekInfo&&g.name==="DEK-Info"){if(g.values.length===0)throw new Error('Invalid PEM formatted message. The "DEK-Info" header must have at least one subfield.');a.dekInfo={algorithm:d[0],parameters:d[1]||null}}else a.headers.push(g);else{if(g.name!=="Proc-Type")throw new Error('Invalid PEM formatted message. The first encapsulated header must be "Proc-Type".');if(g.values.length!==2)throw new Error('Invalid PEM formatted message. The "Proc-Type" header must have two subfields.');a.procType={version:d[0],type:d[1]}}}++u}if(a.procType==="ENCRYPTED"&&!a.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 ao(e){for(var t=e.name+": ",r=[],n=function(c,u){return" "+u},i=0;i<e.values.length;++i)r.push(e.values[i].replace(/^(\S+\r\n)/,n));t+=r.join(",")+`\r
13
13
  `;for(var o=0,s=-1,i=0;i<t.length;++i,++o)if(o>65&&s!==-1){var a=t[s];a===","?(++s,t=t.substr(0,s)+`\r
14
14
  `+t.substr(s)):t=t.substr(0,s)+`\r
15
- `+a+t.substr(s+1),o=i-s-1,s=-1,++i}else(t[i]===" "||t[i]===" "||t[i]===",")&&(s=i);return t}function N1(e){return e.replace(/^\s+/,"")}});var Lu=X((bE,ku)=>{var Ot=ge();qr();Oe();var Ru=ku.exports=Ot.sha256=Ot.sha256||{};Ot.md.sha256=Ot.md.algorithms.sha256=Ru;Ru.create=function(){Du||k1();var e=null,t=Ot.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=Ot.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=Ot.util.encodeUtf8(i));var s=i.length;n.messageLength+=s,s=[s/4294967296>>>0,s>>>0];for(var a=n.fullMessageLength.length-1;a>=0;--a)n.fullMessageLength[a]+=s[1],s[1]=s[0]+(n.fullMessageLength[a]/4294967296>>>0),n.fullMessageLength[a]=n.fullMessageLength[a]>>>0,s[0]=s[1]/4294967296>>>0;return t.putBytes(i),Iu(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var i=Ot.util.createBuffer();i.putBytes(t.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=o&n.blockLength-1;i.putBytes(aa.substr(0,n.blockLength-s));for(var a,c,u=n.fullMessageLength[0]*8,f=0;f<n.fullMessageLength.length-1;++f)a=n.fullMessageLength[f+1]*8,c=a/4294967296>>>0,u+=c,i.putInt32(u>>>0),u=a>>>0;i.putInt32(u);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};Iu(l,r,i);var d=Ot.util.createBuffer();return d.putInt32(l.h0),d.putInt32(l.h1),d.putInt32(l.h2),d.putInt32(l.h3),d.putInt32(l.h4),d.putInt32(l.h5),d.putInt32(l.h6),d.putInt32(l.h7),d},n};var aa=null,Du=!1,Nu=null;function k1(){aa=String.fromCharCode(128),aa+=Ot.util.fillString(String.fromCharCode(0),64),Nu=[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],Du=!0}function Iu(e,t,r){for(var n,i,o,s,a,c,u,f,l,d,m,h,p,y,g,b=r.length();b>=64;){for(u=0;u<16;++u)t[u]=r.getInt32();for(;u<64;++u)n=t[u-2],n=(n>>>17|n<<15)^(n>>>19|n<<13)^n>>>10,i=t[u-15],i=(i>>>7|i<<25)^(i>>>18|i<<14)^i>>>3,t[u]=n+t[u-7]+i+t[u-16]|0;for(f=e.h0,l=e.h1,d=e.h2,m=e.h3,h=e.h4,p=e.h5,y=e.h6,g=e.h7,u=0;u<64;++u)s=(h>>>6|h<<26)^(h>>>11|h<<21)^(h>>>25|h<<7),a=y^h&(p^y),o=(f>>>2|f<<30)^(f>>>13|f<<19)^(f>>>22|f<<10),c=f&l|d&(f^l),n=g+s+a+Nu[u]+t[u],i=o+c,g=y,y=p,p=h,h=m+n>>>0,m=d,d=l,l=f,f=n+i>>>0;e.h0=e.h0+f|0,e.h1=e.h1+l|0,e.h2=e.h2+d|0,e.h3=e.h3+m|0,e.h4=e.h4+h|0,e.h5=e.h5+p|0,e.h6=e.h6+y|0,e.h7=e.h7+g|0,b-=64}}});var Pu=X((wE,Uu)=>{var Kt=ge();Oe();var lo=null;Kt.util.isNodejs&&!Kt.options.usePureJavaScript&&!process.versions["node-webkit"]&&(lo=co());var L1=Uu.exports=Kt.prng=Kt.prng||{};L1.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(u,f){if(!f)return t.generateSync(u);var l=t.plugin.cipher,d=t.plugin.increment,m=t.plugin.formatKey,h=t.plugin.formatSeed,p=Kt.util.createBuffer();t.key=null,y();function y(g){if(g)return f(g);if(p.length()>=u)return f(null,p.getBytes(u));if(t.generated>1048575&&(t.key=null),t.key===null)return Kt.util.nextTick(function(){o(y)});var b=l(t.key,t.seed);t.generated+=b.length,p.putBytes(b),t.key=m(l(t.key,d(t.seed))),t.seed=h(l(t.key,t.seed)),Kt.util.setImmediate(y)}},t.generateSync=function(u){var f=t.plugin.cipher,l=t.plugin.increment,d=t.plugin.formatKey,m=t.plugin.formatSeed;t.key=null;for(var h=Kt.util.createBuffer();h.length()<u;){t.generated>1048575&&(t.key=null),t.key===null&&s();var p=f(t.key,t.seed);t.generated+=p.length,h.putBytes(p),t.key=d(f(t.key,l(t.seed))),t.seed=m(f(t.key,t.seed))}return h.getBytes(u)};function o(u){if(t.pools[0].messageLength>=32)return a(),u();var f=32-t.pools[0].messageLength<<5;t.seedFile(f,function(l,d){if(l)return u(l);t.collect(d),a(),u()})}function s(){if(t.pools[0].messageLength>=32)return a();var u=32-t.pools[0].messageLength<<5;t.collect(t.seedFileSync(u)),a()}function a(){t.reseeds=t.reseeds===4294967295?0:t.reseeds+1;var u=t.plugin.md.create();u.update(t.keyBytes);for(var f=1,l=0;l<32;++l)t.reseeds%f===0&&(u.update(t.pools[l].digest().getBytes()),t.pools[l].start()),f=f<<1;t.keyBytes=u.digest().getBytes(),u.start(),u.update(t.keyBytes);var d=u.digest().getBytes();t.key=t.plugin.formatKey(t.keyBytes),t.seed=t.plugin.formatSeed(d),t.generated=0}function c(u){var f=null,l=Kt.util.globalScope,d=l.crypto||l.msCrypto;d&&d.getRandomValues&&(f=function(E){return d.getRandomValues(E)});var m=Kt.util.createBuffer();if(f)for(;m.length()<u;){var h=Math.max(1,Math.min(u-m.length(),65536)/4),p=new Uint32Array(Math.floor(h));try{f(p);for(var y=0;y<p.length;++y)m.putInt32(p[y])}catch(E){if(!(typeof QuotaExceededError<"u"&&E instanceof QuotaExceededError))throw E}}if(m.length()<u)for(var g,b,v,T=Math.floor(Math.random()*65536);m.length()<u;){b=16807*(T&65535),g=16807*(T>>16),b+=(g&32767)<<16,b+=g>>15,b=(b&2147483647)+(b>>31),T=b&4294967295;for(var y=0;y<3;++y)v=T>>>(y<<3),v^=Math.floor(Math.random()*256),m.putByte(v&255)}return m.getBytes(u)}return lo?(t.seedFile=function(u,f){lo.randomBytes(u,function(l,d){if(l)return f(l);f(null,d.toString())})},t.seedFileSync=function(u){return lo.randomBytes(u).toString()}):(t.seedFile=function(u,f){try{f(null,c(u))}catch(l){f(l)}},t.seedFileSync=c),t.collect=function(u){for(var f=u.length,l=0;l<f;++l)t.pools[t.pool].update(u.substr(l,1)),t.pool=t.pool===31?0:t.pool+1},t.collectInt=function(u,f){for(var l="",d=0;d<f;d+=8)l+=String.fromCharCode(u>>d&255);t.collect(l)},t.registerWorker=function(u){if(u===self)t.seedFile=function(l,d){function m(h){var p=h.data;p.forge&&p.forge.prng&&(self.removeEventListener("message",m),d(p.forge.prng.err,p.forge.prng.bytes))}self.addEventListener("message",m),self.postMessage({forge:{prng:{needed:l}}})};else{var f=function(l){var d=l.data;d.forge&&d.forge.prng&&t.seedFile(d.forge.prng.needed,function(m,h){u.postMessage({forge:{prng:{err:m,bytes:h}}})})};u.addEventListener("message",f)}},t}});var li=X((EE,ca)=>{var qe=ge();sa();Lu();Pu();Oe();(function(){if(qe.random&&qe.random.getBytes){ca.exports=qe.random;return}(function(e){var t={},r=new Array(4),n=qe.util.createBuffer();t.formatKey=function(l){var d=qe.util.createBuffer(l);return l=new Array(4),l[0]=d.getInt32(),l[1]=d.getInt32(),l[2]=d.getInt32(),l[3]=d.getInt32(),qe.aes._expandKey(l,!1)},t.formatSeed=function(l){var d=qe.util.createBuffer(l);return l=new Array(4),l[0]=d.getInt32(),l[1]=d.getInt32(),l[2]=d.getInt32(),l[3]=d.getInt32(),l},t.cipher=function(l,d){return qe.aes._updateBlock(l,d,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=qe.md.sha256;function i(){var l=qe.prng.create(t);return l.getBytes=function(d,m){return l.generate(d,m)},l.getBytesSync=function(d){return l.generate(d)},l}var o=i(),s=null,a=qe.util.globalScope,c=a.crypto||a.msCrypto;if(c&&c.getRandomValues&&(s=function(l){return c.getRandomValues(l)}),qe.options.usePureJavaScript||!qe.util.isNodejs&&!s){if(typeof window>"u"||window.document,o.collectInt(+new Date,32),typeof navigator<"u"){var u="";for(var f in navigator)try{typeof navigator[f]=="string"&&(u+=navigator[f])}catch{}o.collect(u),u=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(!qe.random)qe.random=o;else for(var f in o)qe.random[f]=o[f];qe.random.createInstance=i,ca.exports=qe.random})(typeof jQuery<"u"?jQuery:null)})()});var Fu=X((SE,Mu)=>{var rt=ge();Oe();var ua=[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],Ou=[1,2,3,5],U1=function(e,t){return e<<t&65535|(e&65535)>>16-t},P1=function(e,t){return(e&65535)>>t|e<<16-t&65535};Mu.exports=rt.rc2=rt.rc2||{};rt.rc2.expandKey=function(e,t){typeof e=="string"&&(e=rt.util.createBuffer(e)),t=t||128;var r=e,n=e.length(),i=t,o=Math.ceil(i/8),s=255>>(i&7),a;for(a=n;a<128;a++)r.putByte(ua[r.at(a-1)+r.at(a-n)&255]);for(r.setAt(128-o,ua[r.at(128-o)&s]),a=127-o;a>=0;a--)r.setAt(a,ua[r.at(a+1)^r.at(a+o)]);return r};var Ku=function(e,t,r){var n=!1,i=null,o=null,s=null,a,c,u,f,l=[];for(e=rt.rc2.expandKey(e,t),u=0;u<64;u++)l.push(e.getInt16Le());r?(a=function(h){for(u=0;u<4;u++)h[u]+=l[f]+(h[(u+3)%4]&h[(u+2)%4])+(~h[(u+3)%4]&h[(u+1)%4]),h[u]=U1(h[u],Ou[u]),f++},c=function(h){for(u=0;u<4;u++)h[u]+=l[h[(u+3)%4]&63]}):(a=function(h){for(u=3;u>=0;u--)h[u]=P1(h[u],Ou[u]),h[u]-=l[f]+(h[(u+3)%4]&h[(u+2)%4])+(~h[(u+3)%4]&h[(u+1)%4]),f--},c=function(h){for(u=3;u>=0;u--)h[u]-=l[h[(u+3)%4]&63]});var d=function(h){var p=[];for(u=0;u<4;u++){var y=i.getInt16Le();s!==null&&(r?y^=s.getInt16Le():s.putInt16Le(y)),p.push(y&65535)}f=r?0:63;for(var g=0;g<h.length;g++)for(var b=0;b<h[g][0];b++)h[g][1](p);for(u=0;u<4;u++)s!==null&&(r?s.putInt16Le(p[u]):p[u]^=s.getInt16Le()),o.putInt16Le(p[u])},m=null;return m={start:function(h,p){h&&typeof h=="string"&&(h=rt.util.createBuffer(h)),n=!1,i=rt.util.createBuffer(),o=p||new rt.util.createBuffer,s=h,m.output=o},update:function(h){for(n||i.putBuffer(h);i.length()>=8;)d([[5,a],[1,c],[6,a],[1,c],[5,a]])},finish:function(h){var p=!0;if(r)if(h)p=h(8,i,!r);else{var y=i.length()===8?8:8-i.length();i.fillWithByte(y,y)}if(p&&(n=!0,m.update()),!r&&(p=i.length()===0,p))if(h)p=h(8,o,!r);else{var g=o.length(),b=o.at(g-1);b>g?p=!1:o.truncate(b)}return p}},m};rt.rc2.startEncrypting=function(e,t,r){var n=rt.rc2.createEncryptionCipher(e,128);return n.start(t,r),n};rt.rc2.createEncryptionCipher=function(e,t){return Ku(e,t,!0)};rt.rc2.startDecrypting=function(e,t,r){var n=rt.rc2.createDecryptionCipher(e,128);return n.start(t,r),n};rt.rc2.createDecryptionCipher=function(e,t){return Ku(e,t,!1)}});var yo=X((BE,Yu)=>{var fa=ge();Yu.exports=fa.jsbn=fa.jsbn||{};var er,O1=0xdeadbeefcafe,Vu=(O1&16777215)==15715070;function D(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=D;function ue(){return new D(null)}function K1(e,t,r,n,i,o){for(;--o>=0;){var s=t*this.data[e++]+r.data[n]+i;i=Math.floor(s/67108864),r.data[n++]=s&67108863}return i}function M1(e,t,r,n,i,o){for(var s=t&32767,a=t>>15;--o>=0;){var c=this.data[e]&32767,u=this.data[e++]>>15,f=a*c+u*s;c=s*c+((f&32767)<<15)+r.data[n]+(i&1073741823),i=(c>>>30)+(f>>>15)+a*u+(i>>>30),r.data[n++]=c&1073741823}return i}function qu(e,t,r,n,i,o){for(var s=t&16383,a=t>>14;--o>=0;){var c=this.data[e]&16383,u=this.data[e++]>>14,f=a*c+u*s;c=s*c+((f&16383)<<14)+r.data[n]+i,i=(c>>28)+(f>>14)+a*u,r.data[n++]=c&268435455}return i}typeof navigator>"u"?(D.prototype.am=qu,er=28):Vu&&navigator.appName=="Microsoft Internet Explorer"?(D.prototype.am=M1,er=30):Vu&&navigator.appName!="Netscape"?(D.prototype.am=K1,er=26):(D.prototype.am=qu,er=28);D.prototype.DB=er;D.prototype.DM=(1<<er)-1;D.prototype.DV=1<<er;var la=52;D.prototype.FV=Math.pow(2,la);D.prototype.F1=la-er;D.prototype.F2=2*er-la;var F1="0123456789abcdefghijklmnopqrstuvwxyz",ho=new Array,vn,xt;vn="0".charCodeAt(0);for(xt=0;xt<=9;++xt)ho[vn++]=xt;vn="a".charCodeAt(0);for(xt=10;xt<36;++xt)ho[vn++]=xt;vn="A".charCodeAt(0);for(xt=10;xt<36;++xt)ho[vn++]=xt;function zu(e){return F1.charAt(e)}function Hu(e,t){var r=ho[e.charCodeAt(t)];return r??-1}function V1(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 q1(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 xr(e){var t=ue();return t.fromInt(e),t}function z1(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 s=r==8?e[n]&255:Hu(e,n);if(s<0){e.charAt(n)=="-"&&(i=!0);continue}i=!1,o==0?this.data[this.t++]=s:o+r>this.DB?(this.data[this.t-1]|=(s&(1<<this.DB-o)-1)<<o,this.data[this.t++]=s>>this.DB-o):this.data[this.t-1]|=s<<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&&D.ZERO.subTo(this,this)}function H1(){for(var e=this.s&this.DM;this.t>0&&this.data[this.t-1]==e;)--this.t}function G1(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="",s=this.t,a=this.DB-s*this.DB%t;if(s-- >0)for(a<this.DB&&(n=this.data[s]>>a)>0&&(i=!0,o=zu(n));s>=0;)a<t?(n=(this.data[s]&(1<<a)-1)<<t-a,n|=this.data[--s]>>(a+=this.DB-t)):(n=this.data[s]>>(a-=t)&r,a<=0&&(a+=this.DB,--s)),n>0&&(i=!0),i&&(o+=zu(n));return i?o:"0"}function $1(){var e=ue();return D.ZERO.subTo(this,e),e}function W1(){return this.s<0?this.negate():this}function Y1(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 po(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 Z1(){return this.t<=0?0:this.DB*(this.t-1)+po(this.data[this.t-1]^this.s&this.DM)}function Q1(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 X1(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 J1(e,t){var r=e%this.DB,n=this.DB-r,i=(1<<n)-1,o=Math.floor(e/this.DB),s=this.s<<r&this.DM,a;for(a=this.t-1;a>=0;--a)t.data[a+o+1]=this.data[a]>>n|s,s=(this.data[a]&i)<<r;for(a=o-1;a>=0;--a)t.data[a]=0;t.data[o]=s,t.t=this.t+o+1,t.s=this.s,t.clamp()}function j1(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 s=r+1;s<this.t;++s)t.data[s-r-1]|=(this.data[s]&o)<<i,t.data[s-r]=this.data[s]>>n;n>0&&(t.data[this.t-r-1]|=(this.s&o)<<i),t.t=this.t-r,t.clamp()}function eg(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 tg(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&&D.ZERO.subTo(t,t)}function rg(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 ng(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=ue());var o=ue(),s=this.s,a=e.s,c=this.DB-po(n.data[n.t-1]);c>0?(n.lShiftTo(c,o),i.lShiftTo(c,r)):(n.copyTo(o),i.copyTo(r));var u=o.t,f=o.data[u-1];if(f!=0){var l=f*(1<<this.F1)+(u>1?o.data[u-2]>>this.F2:0),d=this.FV/l,m=(1<<this.F1)/l,h=1<<this.F2,p=r.t,y=p-u,g=t??ue();for(o.dlShiftTo(y,g),r.compareTo(g)>=0&&(r.data[r.t++]=1,r.subTo(g,r)),D.ONE.dlShiftTo(u,g),g.subTo(o,o);o.t<u;)o.data[o.t++]=0;for(;--y>=0;){var b=r.data[--p]==f?this.DM:Math.floor(r.data[p]*d+(r.data[p-1]+h)*m);if((r.data[p]+=o.am(0,b,r,y,0,u))<b)for(o.dlShiftTo(y,g),r.subTo(g,r);r.data[p]<--b;)r.subTo(g,r)}t!=null&&(r.drShiftTo(u,t),s!=a&&D.ZERO.subTo(t,t)),r.t=u,r.clamp(),c>0&&r.rShiftTo(c,r),s<0&&D.ZERO.subTo(r,r)}}}function ig(e){var t=ue();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(D.ZERO)>0&&e.subTo(t,t),t}function zr(e){this.m=e}function og(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function sg(e){return e}function ag(e){e.divRemTo(this.m,null,e)}function cg(e,t,r){e.multiplyTo(t,r),this.reduce(r)}function ug(e,t){e.squareTo(t),this.reduce(t)}zr.prototype.convert=og;zr.prototype.revert=sg;zr.prototype.reduce=ag;zr.prototype.mulTo=cg;zr.prototype.sqrTo=ug;function fg(){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 Hr(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 lg(e){var t=ue();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(D.ZERO)>0&&this.m.subTo(t,t),t}function hg(e){var t=ue();return e.copyTo(t),this.reduce(t),t}function dg(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 pg(e,t){e.squareTo(t),this.reduce(t)}function yg(e,t,r){e.multiplyTo(t,r),this.reduce(r)}Hr.prototype.convert=lg;Hr.prototype.revert=hg;Hr.prototype.reduce=dg;Hr.prototype.mulTo=yg;Hr.prototype.sqrTo=pg;function gg(){return(this.t>0?this.data[0]&1:this.s)==0}function mg(e,t){if(e>4294967295||e<1)return D.ONE;var r=ue(),n=ue(),i=t.convert(this),o=po(e)-1;for(i.copyTo(r);--o>=0;)if(t.sqrTo(r,n),(e&1<<o)>0)t.mulTo(n,i,r);else{var s=r;r=n,n=s}return t.revert(r)}function xg(e,t){var r;return e<256||t.isEven()?r=new zr(t):r=new Hr(t),this.exp(e,r)}D.prototype.copyTo=V1;D.prototype.fromInt=q1;D.prototype.fromString=z1;D.prototype.clamp=H1;D.prototype.dlShiftTo=Q1;D.prototype.drShiftTo=X1;D.prototype.lShiftTo=J1;D.prototype.rShiftTo=j1;D.prototype.subTo=eg;D.prototype.multiplyTo=tg;D.prototype.squareTo=rg;D.prototype.divRemTo=ng;D.prototype.invDigit=fg;D.prototype.isEven=gg;D.prototype.exp=mg;D.prototype.toString=G1;D.prototype.negate=$1;D.prototype.abs=W1;D.prototype.compareTo=Y1;D.prototype.bitLength=Z1;D.prototype.mod=ig;D.prototype.modPowInt=xg;D.ZERO=xr(0);D.ONE=xr(1);function vg(){var e=ue();return this.copyTo(e),e}function bg(){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 wg(){return this.t==0?this.s:this.data[0]<<24>>24}function Eg(){return this.t==0?this.s:this.data[0]<<16>>16}function Sg(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function Bg(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function Ag(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=xr(r),i=ue(),o=ue(),s="";for(this.divRemTo(n,i,o);i.signum()>0;)s=(r+o.intValue()).toString(e).substr(1)+s,i.divRemTo(n,i,o);return o.intValue().toString(e)+s}function Cg(e,t){this.fromInt(0),t==null&&(t=10);for(var r=this.chunkSize(t),n=Math.pow(t,r),i=!1,o=0,s=0,a=0;a<e.length;++a){var c=Hu(e,a);if(c<0){e.charAt(a)=="-"&&this.signum()==0&&(i=!0);continue}s=t*s+c,++o>=r&&(this.dMultiply(n),this.dAddOffset(s,0),o=0,s=0)}o>0&&(this.dMultiply(Math.pow(t,o)),this.dAddOffset(s,0)),i&&D.ZERO.subTo(this,this)}function Tg(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(D.ONE.shiftLeft(e-1),ha,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(D.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 _g(){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 Ig(e){return this.compareTo(e)==0}function Rg(e){return this.compareTo(e)<0?this:e}function Dg(e){return this.compareTo(e)>0?this:e}function Ng(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 kg(e,t){return e&t}function Lg(e){var t=ue();return this.bitwiseTo(e,kg,t),t}function ha(e,t){return e|t}function Ug(e){var t=ue();return this.bitwiseTo(e,ha,t),t}function Gu(e,t){return e^t}function Pg(e){var t=ue();return this.bitwiseTo(e,Gu,t),t}function $u(e,t){return e&~t}function Og(e){var t=ue();return this.bitwiseTo(e,$u,t),t}function Kg(){for(var e=ue(),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 Mg(e){var t=ue();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t}function Fg(e){var t=ue();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t}function Vg(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 qg(){for(var e=0;e<this.t;++e)if(this.data[e]!=0)return e*this.DB+Vg(this.data[e]);return this.s<0?this.t*this.DB:-1}function zg(e){for(var t=0;e!=0;)e&=e-1,++t;return t}function Hg(){for(var e=0,t=this.s&this.DM,r=0;r<this.t;++r)e+=zg(this.data[r]^t);return e}function Gg(e){var t=Math.floor(e/this.DB);return t>=this.t?this.s!=0:(this.data[t]&1<<e%this.DB)!=0}function $g(e,t){var r=D.ONE.shiftLeft(e);return this.bitwiseTo(r,t,r),r}function Wg(e){return this.changeBit(e,ha)}function Yg(e){return this.changeBit(e,$u)}function Zg(e){return this.changeBit(e,Gu)}function Qg(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 Xg(e){var t=ue();return this.addTo(e,t),t}function Jg(e){var t=ue();return this.subTo(e,t),t}function jg(e){var t=ue();return this.multiplyTo(e,t),t}function em(e){var t=ue();return this.divRemTo(e,t,null),t}function tm(e){var t=ue();return this.divRemTo(e,null,t),t}function rm(e){var t=ue(),r=ue();return this.divRemTo(e,t,r),new Array(t,r)}function nm(e){this.data[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function im(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 hi(){}function Wu(e){return e}function om(e,t,r){e.multiplyTo(t,r)}function sm(e,t){e.squareTo(t)}hi.prototype.convert=Wu;hi.prototype.revert=Wu;hi.prototype.mulTo=om;hi.prototype.sqrTo=sm;function am(e){return this.exp(e,new hi)}function cm(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 um(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 bn(e){this.r2=ue(),this.q3=ue(),D.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}function fm(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=ue();return e.copyTo(t),this.reduce(t),t}function lm(e){return e}function hm(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 dm(e,t){e.squareTo(t),this.reduce(t)}function pm(e,t,r){e.multiplyTo(t,r),this.reduce(r)}bn.prototype.convert=fm;bn.prototype.revert=lm;bn.prototype.reduce=hm;bn.prototype.mulTo=pm;bn.prototype.sqrTo=dm;function ym(e,t){var r=e.bitLength(),n,i=xr(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 zr(t):t.isEven()?o=new bn(t):o=new Hr(t);var s=new Array,a=3,c=n-1,u=(1<<n)-1;if(s[1]=o.convert(this),n>1){var f=ue();for(o.sqrTo(s[1],f);a<=u;)s[a]=ue(),o.mulTo(f,s[a-2],s[a]),a+=2}var l=e.t-1,d,m=!0,h=ue(),p;for(r=po(e.data[l])-1;l>=0;){for(r>=c?d=e.data[l]>>r-c&u:(d=(e.data[l]&(1<<r+1)-1)<<c-r,l>0&&(d|=e.data[l-1]>>this.DB+r-c)),a=n;!(d&1);)d>>=1,--a;if((r-=a)<0&&(r+=this.DB,--l),m)s[d].copyTo(i),m=!1;else{for(;a>1;)o.sqrTo(i,h),o.sqrTo(h,i),a-=2;a>0?o.sqrTo(i,h):(p=i,i=h,h=p),o.mulTo(h,s[d],i)}for(;l>=0&&!(e.data[l]&1<<r);)o.sqrTo(i,h),p=i,i=h,h=p,--r<0&&(r=this.DB-1,--l)}return o.revert(i)}function gm(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 mm(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 xm(e){var t=e.isEven();if(this.isEven()&&t||e.signum()==0)return D.ZERO;for(var r=e.clone(),n=this.clone(),i=xr(1),o=xr(0),s=xr(0),a=xr(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?((!s.isEven()||!a.isEven())&&(s.addTo(this,s),a.subTo(e,a)),s.rShiftTo(1,s)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),t&&i.subTo(s,i),o.subTo(a,o)):(n.subTo(r,n),t&&s.subTo(i,s),a.subTo(o,a))}if(n.compareTo(D.ONE)!=0)return D.ZERO;if(a.compareTo(e)>=0)return a.subtract(e);if(a.signum()<0)a.addTo(e,a);else return a;return a.signum()<0?a.add(e):a}var At=[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],vm=(1<<26)/At[At.length-1];function bm(e){var t,r=this.abs();if(r.t==1&&r.data[0]<=At[At.length-1]){for(t=0;t<At.length;++t)if(r.data[0]==At[t])return!0;return!1}if(r.isEven())return!1;for(t=1;t<At.length;){for(var n=At[t],i=t+1;i<At.length&&n<vm;)n*=At[i++];for(n=r.modInt(n);t<i;)if(n%At[t++]==0)return!1}return r.millerRabin(e)}function wm(e){var t=this.subtract(D.ONE),r=t.getLowestSetBit();if(r<=0)return!1;for(var n=t.shiftRight(r),i=Em(),o,s=0;s<e;++s){do o=new D(this.bitLength(),i);while(o.compareTo(D.ONE)<=0||o.compareTo(t)>=0);var a=o.modPow(n,this);if(a.compareTo(D.ONE)!=0&&a.compareTo(t)!=0){for(var c=1;c++<r&&a.compareTo(t)!=0;)if(a=a.modPowInt(2,this),a.compareTo(D.ONE)==0)return!1;if(a.compareTo(t)!=0)return!1}}return!0}function Em(){return{nextBytes:function(e){for(var t=0;t<e.length;++t)e[t]=Math.floor(Math.random()*256)}}}D.prototype.chunkSize=Sg;D.prototype.toRadix=Ag;D.prototype.fromRadix=Cg;D.prototype.fromNumber=Tg;D.prototype.bitwiseTo=Ng;D.prototype.changeBit=$g;D.prototype.addTo=Qg;D.prototype.dMultiply=nm;D.prototype.dAddOffset=im;D.prototype.multiplyLowerTo=cm;D.prototype.multiplyUpperTo=um;D.prototype.modInt=mm;D.prototype.millerRabin=wm;D.prototype.clone=vg;D.prototype.intValue=bg;D.prototype.byteValue=wg;D.prototype.shortValue=Eg;D.prototype.signum=Bg;D.prototype.toByteArray=_g;D.prototype.equals=Ig;D.prototype.min=Rg;D.prototype.max=Dg;D.prototype.and=Lg;D.prototype.or=Ug;D.prototype.xor=Pg;D.prototype.andNot=Og;D.prototype.not=Kg;D.prototype.shiftLeft=Mg;D.prototype.shiftRight=Fg;D.prototype.getLowestSetBit=qg;D.prototype.bitCount=Hg;D.prototype.testBit=Gg;D.prototype.setBit=Wg;D.prototype.clearBit=Yg;D.prototype.flipBit=Zg;D.prototype.add=Xg;D.prototype.subtract=Jg;D.prototype.multiply=jg;D.prototype.divide=em;D.prototype.remainder=tm;D.prototype.divideAndRemainder=rm;D.prototype.modPow=ym;D.prototype.modInverse=xm;D.prototype.pow=am;D.prototype.gcd=gm;D.prototype.isProbablePrime=bm});var ju=X((AE,Ju)=>{var Mt=ge();qr();Oe();var Qu=Ju.exports=Mt.sha1=Mt.sha1||{};Mt.md.sha1=Mt.md.algorithms.sha1=Qu;Qu.create=function(){Xu||Sm();var e=null,t=Mt.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=Mt.util.createBuffer(),e={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520},n},n.start(),n.update=function(i,o){o==="utf8"&&(i=Mt.util.encodeUtf8(i));var s=i.length;n.messageLength+=s,s=[s/4294967296>>>0,s>>>0];for(var a=n.fullMessageLength.length-1;a>=0;--a)n.fullMessageLength[a]+=s[1],s[1]=s[0]+(n.fullMessageLength[a]/4294967296>>>0),n.fullMessageLength[a]=n.fullMessageLength[a]>>>0,s[0]=s[1]/4294967296>>>0;return t.putBytes(i),Zu(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var i=Mt.util.createBuffer();i.putBytes(t.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=o&n.blockLength-1;i.putBytes(da.substr(0,n.blockLength-s));for(var a,c,u=n.fullMessageLength[0]*8,f=0;f<n.fullMessageLength.length-1;++f)a=n.fullMessageLength[f+1]*8,c=a/4294967296>>>0,u+=c,i.putInt32(u>>>0),u=a>>>0;i.putInt32(u);var l={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3,h4:e.h4};Zu(l,r,i);var d=Mt.util.createBuffer();return d.putInt32(l.h0),d.putInt32(l.h1),d.putInt32(l.h2),d.putInt32(l.h3),d.putInt32(l.h4),d},n};var da=null,Xu=!1;function Sm(){da=String.fromCharCode(128),da+=Mt.util.fillString(String.fromCharCode(0),64),Xu=!0}function Zu(e,t,r){for(var n,i,o,s,a,c,u,f,l=r.length();l>=64;){for(i=e.h0,o=e.h1,s=e.h2,a=e.h3,c=e.h4,f=0;f<16;++f)n=r.getInt32(),t[f]=n,u=a^o&(s^a),n=(i<<5|i>>>27)+u+c+1518500249+n,c=a,a=s,s=(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,u=a^o&(s^a),n=(i<<5|i>>>27)+u+c+1518500249+n,c=a,a=s,s=(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,u=o^s^a,n=(i<<5|i>>>27)+u+c+1859775393+n,c=a,a=s,s=(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,u=o^s^a,n=(i<<5|i>>>27)+u+c+1859775393+n,c=a,a=s,s=(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,u=o&s|a&(o^s),n=(i<<5|i>>>27)+u+c+2400959708+n,c=a,a=s,s=(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,u=o^s^a,n=(i<<5|i>>>27)+u+c+3395469782+n,c=a,a=s,s=(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+s|0,e.h3=e.h3+a|0,e.h4=e.h4+c|0,l-=64}}});var rf=X((CE,tf)=>{var Ft=ge();Oe();li();ju();var ef=tf.exports=Ft.pkcs1=Ft.pkcs1||{};ef.encode_rsa_oaep=function(e,t,r){var n,i,o,s;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&&(s=r.mgf1.md)),o?o.start():o=Ft.md.sha1.create(),s||(s=o);var a=Math.ceil(e.n.bitLength()/8),c=a-2*o.digestLength-2;if(t.length>c){var u=new Error("RSAES-OAEP input message length is too long.");throw u.length=t.length,u.maxLength=c,u}n||(n=""),o.update(n,"raw");for(var f=o.digest(),l="",d=c-t.length,m=0;m<d;m++)l+="\0";var h=f.getBytes()+l+""+t;if(!i)i=Ft.random.getBytes(o.digestLength);else if(i.length!==o.digestLength){var u=new Error("Invalid RSAES-OAEP seed. The seed length must match the digest length.");throw u.seedLength=i.length,u.digestLength=o.digestLength,u}var p=go(i,a-o.digestLength-1,s),y=Ft.util.xorBytes(h,p,h.length),g=go(y,o.digestLength,s),b=Ft.util.xorBytes(i,g,i.length);return"\0"+b+y};ef.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 s=Math.ceil(e.n.bitLength()/8);if(t.length!==s){var y=new Error("RSAES-OAEP encoded message length is invalid.");throw y.length=t.length,y.expectedLength=s,y}if(i===void 0?i=Ft.md.sha1.create():i.start(),o||(o=i),s<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 a=i.digest().getBytes(),c=t.charAt(0),u=t.substring(1,i.digestLength+1),f=t.substring(1+i.digestLength),l=go(f,i.digestLength,o),d=Ft.util.xorBytes(u,l,u.length),m=go(d,s-i.digestLength-1,o),h=Ft.util.xorBytes(f,m,f.length),p=h.substring(0,i.digestLength),y=c!=="\0",g=0;g<i.digestLength;++g)y|=a.charAt(g)!==p.charAt(g);for(var b=1,v=i.digestLength,T=i.digestLength;T<h.length;T++){var E=h.charCodeAt(T),S=E&1^1,I=b?65534:0;y|=E&I,b=b&S,v+=b}if(y||h.charCodeAt(v)!==1)throw new Error("Invalid RSAES-OAEP padding.");return h.substring(v+1)};function go(e,t,r){r||(r=Ft.md.sha1.create());for(var n="",i=Math.ceil(t/r.digestLength),o=0;o<i;++o){var s=String.fromCharCode(o>>24&255,o>>16&255,o>>8&255,o&255);r.start(),r.update(e+s),n+=r.digest().getBytes()}return n.substring(0,t)}});var nf=X((TE,pa)=>{var vr=ge();Oe();yo();li();(function(){if(vr.prime){pa.exports=vr.prime;return}var e=pa.exports=vr.prime=vr.prime||{},t=vr.jsbn.BigInteger,r=[6,4,2,4,2,4,6,2],n=new t(null);n.fromInt(30);var i=function(l,d){return l|d};e.generateProbablePrime=function(l,d,m){typeof d=="function"&&(m=d,d={}),d=d||{};var h=d.algorithm||"PRIMEINC";typeof h=="string"&&(h={name:h}),h.options=h.options||{};var p=d.prng||vr.random,y={nextBytes:function(g){for(var b=p.getBytesSync(g.length),v=0;v<g.length;++v)g[v]=b.charCodeAt(v)}};if(h.name==="PRIMEINC")return o(l,y,h.options,m);throw new Error("Invalid prime generation algorithm: "+h.name)};function o(l,d,m,h){return"workers"in m?c(l,d,m,h):s(l,d,m,h)}function s(l,d,m,h){var p=u(l,d),y=0,g=f(p.bitLength());"millerRabinTests"in m&&(g=m.millerRabinTests);var b=10;"maxBlockTime"in m&&(b=m.maxBlockTime),a(p,l,d,y,g,b,h)}function a(l,d,m,h,p,y,g){var b=+new Date;do{if(l.bitLength()>d&&(l=u(d,m)),l.isProbablePrime(p))return g(null,l);l.dAddOffset(r[h++%8],0)}while(y<0||+new Date-b<y);vr.util.setImmediate(function(){a(l,d,m,h,p,y,g)})}function c(l,d,m,h){if(typeof Worker>"u")return s(l,d,m,h);var p=u(l,d),y=m.workers,g=m.workLoad||100,b=g*30/8,v=m.workerScript||"forge/prime.worker.js";if(y===-1)return vr.util.estimateCores(function(E,S){E&&(S=2),y=S-1,T()});T();function T(){y=Math.max(1,y);for(var E=[],S=0;S<y;++S)E[S]=new Worker(v);for(var I=y,S=0;S<y;++S)E[S].addEventListener("message",U);var B=!1;function U(M){if(!B){--I;var O=M.data;if(O.found){for(var V=0;V<E.length;++V)E[V].terminate();return B=!0,h(null,new t(O.prime,16))}p.bitLength()>l&&(p=u(l,d));var Z=p.toString(16);M.target.postMessage({hex:Z,workLoad:g}),p.dAddOffset(b,0)}}}}function u(l,d){var m=new t(l,d),h=l-1;return m.testBit(h)||m.bitwiseTo(t.ONE.shiftLeft(h),i,m),m.dAddOffset(31-m.mod(n).byteValue(),0),m}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 xo=X((_E,lf)=>{var Y=ge();fi();yo();to();rf();nf();li();Oe();typeof ae>"u"&&(ae=Y.jsbn.BigInteger);var ae,ya=Y.util.isNodejs?co():null,w=Y.asn1,vt=Y.util;Y.pki=Y.pki||{};lf.exports=Y.pki.rsa=Y.rsa=Y.rsa||{};var j=Y.pki,Bm=[6,4,2,4,2,4,6,2],Am={name:"PrivateKeyInfo",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",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:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:w.Class.UNIVERSAL,type:w.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},Cm={name:"RSAPrivateKey",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"privateKeyModulus"},{name:"RSAPrivateKey.publicExponent",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"privateKeyPublicExponent"},{name:"RSAPrivateKey.privateExponent",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"privateKeyPrivateExponent"},{name:"RSAPrivateKey.prime1",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"privateKeyPrime1"},{name:"RSAPrivateKey.prime2",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},Tm={name:"RSAPublicKey",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPublicKey.modulus",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"publicKeyModulus"},{name:"RSAPublicKey.exponent",tagClass:w.Class.UNIVERSAL,type:w.Type.INTEGER,constructed:!1,capture:"publicKeyExponent"}]},_m=Y.pki.rsa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",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:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:w.Class.UNIVERSAL,type:w.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},Im={name:"DigestInfo",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm",tagClass:w.Class.UNIVERSAL,type:w.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm.algorithmIdentifier",tagClass:w.Class.UNIVERSAL,type:w.Type.OID,constructed:!1,capture:"algorithmIdentifier"},{name:"DigestInfo.DigestAlgorithm.parameters",tagClass:w.Class.UNIVERSAL,type:w.Type.NULL,capture:"parameters",optional:!0,constructed:!1}]},{name:"DigestInfo.digest",tagClass:w.Class.UNIVERSAL,type:w.Type.OCTETSTRING,constructed:!1,capture:"digest"}]},Rm=function(e){var t;if(e.algorithm in j.oids)t=j.oids[e.algorithm];else{var r=new Error("Unknown message digest algorithm.");throw r.algorithm=e.algorithm,r}var n=w.oidToDer(t).getBytes(),i=w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[]),o=w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[]);o.value.push(w.create(w.Class.UNIVERSAL,w.Type.OID,!1,n)),o.value.push(w.create(w.Class.UNIVERSAL,w.Type.NULL,!1,""));var s=w.create(w.Class.UNIVERSAL,w.Type.OCTETSTRING,!1,e.digest().getBytes());return i.value.push(o),i.value.push(s),w.toDer(i).getBytes()},uf=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(ae.ONE))),t.dQ||(t.dQ=t.d.mod(t.q.subtract(ae.ONE))),t.qInv||(t.qInv=t.q.modInverse(t.p));var n;do n=new ae(Y.util.bytesToHex(Y.random.getBytes(t.n.bitLength()/8)),16);while(n.compareTo(t.n)>=0||!n.gcd(t.n).equals(ae.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 s=i.subtract(o).multiply(t.qInv).mod(t.p).multiply(t.q).add(o);return s=s.multiply(n.modInverse(t.n)).mod(t.n),s};j.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=ff(e,t,r)):(i=Y.util.createBuffer(),i.putBytes(e));for(var s=new ae(i.toHex(),16),a=uf(s,t,n),c=a.toString(16),u=Y.util.createBuffer(),f=o-Math.ceil(c.length/2);f>0;)u.putByte(0),--f;return u.putBytes(Y.util.hexToBytes(c)),u.getBytes()};j.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 s=new ae(Y.util.createBuffer(e).toHex(),16);if(s.compareTo(t.n)>=0)throw new Error("Encrypted message is invalid.");for(var a=uf(s,t,r),c=a.toString(16),u=Y.util.createBuffer(),f=i-Math.ceil(c.length/2);f>0;)u.putByte(0),--f;return u.putBytes(Y.util.hexToBytes(c)),n!==!1?mo(u.getBytes(),t,r):u.getBytes()};j.rsa.createKeyPairGenerationState=function(e,t,r){typeof e=="string"&&(e=parseInt(e,10)),e=e||2048,r=r||{};var n=r.prng||Y.random,i={nextBytes:function(a){for(var c=n.getBytesSync(a.length),u=0;u<a.length;++u)a[u]=c.charCodeAt(u)}},o=r.algorithm||"PRIMEINC",s;if(o==="PRIMEINC")s={algorithm:o,state:0,bits:e,rng:i,eInt:t||65537,e:new ae(null),p:null,q:null,qBits:e>>1,pBits:e-(e>>1),pqState:0,num:null,keys:null},s.e.fromInt(s.eInt);else throw new Error("Invalid key generation algorithm: "+o);return s};j.rsa.stepKeyPairGenerationState=function(e,t){"algorithm"in e||(e.algorithm="PRIMEINC");var r=new ae(null);r.fromInt(30);for(var n=0,i=function(l,d){return l|d},o=+new Date,s,a=0;e.keys===null&&(t<=0||a<t);){if(e.state===0){var c=e.p===null?e.pBits:e.qBits,u=c-1;e.pqState===0?(e.num=new ae(c,e.rng),e.num.testBit(u)||e.num.bitwiseTo(ae.ONE.shiftLeft(u),i,e.num),e.num.dAddOffset(31-e.num.mod(r).byteValue(),0),n=0,++e.pqState):e.pqState===1?e.num.bitLength()>c?e.pqState=0:e.num.isProbablePrime(Nm(e.num.bitLength()))?++e.pqState:e.num.dAddOffset(Bm[n++%8],0):e.pqState===2?e.pqState=e.num.subtract(ae.ONE).gcd(e.e).compareTo(ae.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(ae.ONE),e.q1=e.q.subtract(ae.ONE),e.phi=e.p1.multiply(e.q1),++e.state;else if(e.state===3)e.phi.gcd(e.e).compareTo(ae.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:j.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:j.rsa.setPublicKey(e.n,e.e)}}s=+new Date,a+=s-o,o=s}return e.keys!==null};j.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),!Y.options.usePureJavaScript&&!r.prng&&e>=256&&e<=16384&&(t===65537||t===3)){if(n){if(of("generateKeyPair"))return ya.generateKeyPair("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}},function(a,c,u){if(a)return n(a);n(null,{privateKey:j.privateKeyFromPem(u),publicKey:j.publicKeyFromPem(c)})});if(sf("generateKey")&&sf("exportKey"))return vt.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:cf(t),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(a){return vt.globalScope.crypto.subtle.exportKey("pkcs8",a.privateKey)}).then(void 0,function(a){n(a)}).then(function(a){if(a){var c=j.privateKeyFromAsn1(w.fromDer(Y.util.createBuffer(a)));n(null,{privateKey:c,publicKey:j.setRsaPublicKey(c.n,c.e)})}});if(af("generateKey")&&af("exportKey")){var i=vt.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:cf(t),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(a){var c=a.target.result,u=vt.globalScope.msCrypto.subtle.exportKey("pkcs8",c.privateKey);u.oncomplete=function(f){var l=f.target.result,d=j.privateKeyFromAsn1(w.fromDer(Y.util.createBuffer(l)));n(null,{privateKey:d,publicKey:j.setRsaPublicKey(d.n,d.e)})},u.onerror=function(f){n(f)}},i.onerror=function(a){n(a)};return}}else if(of("generateKeyPairSync")){var o=ya.generateKeyPairSync("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:j.privateKeyFromPem(o.privateKey),publicKey:j.publicKeyFromPem(o.publicKey)}}}var s=j.rsa.createKeyPairGenerationState(e,t,r);if(!n)return j.rsa.stepKeyPairGenerationState(s,0),s.keys;Dm(s,r,n)};j.setRsaPublicKey=j.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(a,c,u){return ff(a,c,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(a,c){return Y.pkcs1.encode_rsa_oaep(c,a,o)}};else if(["RAW","NONE","NULL",null].indexOf(i)!==-1)i={encode:function(a){return a}};else if(typeof i=="string")throw new Error('Unsupported encryption scheme: "'+i+'".');var s=i.encode(n,r,!0);return j.rsa.encrypt(s,r,!0)},r.verify=function(n,i,o,s){typeof o=="string"?o=o.toUpperCase():o===void 0&&(o="RSASSA-PKCS1-V1_5"),s===void 0&&(s={_parseAllDigestBytes:!0}),"_parseAllDigestBytes"in s||(s._parseAllDigestBytes=!0),o==="RSASSA-PKCS1-V1_5"?o={verify:function(c,u){u=mo(u,r,!0);var f=w.fromDer(u,{parseAllBytes:s._parseAllDigestBytes}),l={},d=[];if(!w.validate(f,Im,l,d)){var m=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw m.errors=d,m}var h=w.derToOid(l.algorithmIdentifier);if(!(h===Y.oids.md2||h===Y.oids.md5||h===Y.oids.sha1||h===Y.oids.sha224||h===Y.oids.sha256||h===Y.oids.sha384||h===Y.oids.sha512||h===Y.oids["sha512-224"]||h===Y.oids["sha512-256"])){var m=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw m.oid=h,m}if((h===Y.oids.md2||h===Y.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 c===l.digest}}:(o==="NONE"||o==="NULL"||o===null)&&(o={verify:function(c,u){return u=mo(u,r,!0),c===u}});var a=j.rsa.decrypt(i,r,!0,!1);return o.verify(n,a,r.n.bitLength())},r};j.setRsaPrivateKey=j.rsa.setPrivateKey=function(e,t,r,n,i,o,s,a){var c={n:e,e:t,d:r,p:n,q:i,dP:o,dQ:s,qInv:a};return c.decrypt=function(u,f,l){typeof f=="string"?f=f.toUpperCase():f===void 0&&(f="RSAES-PKCS1-V1_5");var d=j.rsa.decrypt(u,c,!1,!1);if(f==="RSAES-PKCS1-V1_5")f={decode:mo};else if(f==="RSA-OAEP"||f==="RSAES-OAEP")f={decode:function(m,h){return Y.pkcs1.decode_rsa_oaep(h,m,l)}};else if(["RAW","NONE","NULL",null].indexOf(f)!==-1)f={decode:function(m){return m}};else throw new Error('Unsupported encryption scheme: "'+f+'".');return f.decode(d,c,!1)},c.sign=function(u,f){var l=!1;typeof f=="string"&&(f=f.toUpperCase()),f===void 0||f==="RSASSA-PKCS1-V1_5"?(f={encode:Rm},l=1):(f==="NONE"||f==="NULL"||f===null)&&(f={encode:function(){return u}},l=1);var d=f.encode(u,c.n.bitLength());return j.rsa.encrypt(d,c,l)},c};j.wrapRsaPrivateKey=function(e){return w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,w.integerToDer(0).getBytes()),w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.OID,!1,w.oidToDer(j.oids.rsaEncryption).getBytes()),w.create(w.Class.UNIVERSAL,w.Type.NULL,!1,"")]),w.create(w.Class.UNIVERSAL,w.Type.OCTETSTRING,!1,w.toDer(e).getBytes())])};j.privateKeyFromAsn1=function(e){var t={},r=[];if(w.validate(e,Am,t,r)&&(e=w.fromDer(Y.util.createBuffer(t.privateKey))),t={},r=[],!w.validate(e,Cm,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,s,a,c,u,f,l;return i=Y.util.createBuffer(t.privateKeyModulus).toHex(),o=Y.util.createBuffer(t.privateKeyPublicExponent).toHex(),s=Y.util.createBuffer(t.privateKeyPrivateExponent).toHex(),a=Y.util.createBuffer(t.privateKeyPrime1).toHex(),c=Y.util.createBuffer(t.privateKeyPrime2).toHex(),u=Y.util.createBuffer(t.privateKeyExponent1).toHex(),f=Y.util.createBuffer(t.privateKeyExponent2).toHex(),l=Y.util.createBuffer(t.privateKeyCoefficient).toHex(),j.setRsaPrivateKey(new ae(i,16),new ae(o,16),new ae(s,16),new ae(a,16),new ae(c,16),new ae(u,16),new ae(f,16),new ae(l,16))};j.privateKeyToAsn1=j.privateKeyToRSAPrivateKey=function(e){return w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,w.integerToDer(0).getBytes()),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,Vt(e.n)),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,Vt(e.e)),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,Vt(e.d)),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,Vt(e.p)),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,Vt(e.q)),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,Vt(e.dP)),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,Vt(e.dQ)),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,Vt(e.qInv))])};j.publicKeyFromAsn1=function(e){var t={},r=[];if(w.validate(e,_m,t,r)){var n=w.derToOid(t.publicKeyOid);if(n!==j.oids.rsaEncryption){var i=new Error("Cannot read public key. Unknown OID.");throw i.oid=n,i}e=t.rsaPublicKey}if(r=[],!w.validate(e,Tm,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=Y.util.createBuffer(t.publicKeyModulus).toHex(),s=Y.util.createBuffer(t.publicKeyExponent).toHex();return j.setRsaPublicKey(new ae(o,16),new ae(s,16))};j.publicKeyToAsn1=j.publicKeyToSubjectPublicKeyInfo=function(e){return 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(j.oids.rsaEncryption).getBytes()),w.create(w.Class.UNIVERSAL,w.Type.NULL,!1,"")]),w.create(w.Class.UNIVERSAL,w.Type.BITSTRING,!1,[j.publicKeyToRSAPublicKey(e)])])};j.publicKeyToRSAPublicKey=function(e){return w.create(w.Class.UNIVERSAL,w.Type.SEQUENCE,!0,[w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,Vt(e.n)),w.create(w.Class.UNIVERSAL,w.Type.INTEGER,!1,Vt(e.e))])};function ff(e,t,r){var n=Y.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 s=i-3-e.length,a;if(r===0||r===1){a=r===0?0:255;for(var c=0;c<s;++c)n.putByte(a)}else for(;s>0;){for(var u=0,f=Y.random.getBytes(s),c=0;c<s;++c)a=f.charCodeAt(c),a===0?++u:n.putByte(a);s=u}return n.putByte(0),n.putBytes(e),n}function mo(e,t,r,n){var i=Math.ceil(t.n.bitLength()/8),o=Y.util.createBuffer(e),s=o.getByte(),a=o.getByte();if(s!==0||r&&a!==0&&a!==1||!r&&a!=2||r&&a===0&&typeof n>"u")throw new Error("Encryption block is invalid.");var c=0;if(a===0){c=i-3-n;for(var u=0;u<c;++u)if(o.getByte()!==0)throw new Error("Encryption block is invalid.")}else if(a===1)for(c=0;o.length()>1;){if(o.getByte()!==255){--o.read;break}++c}else if(a===2)for(c=0;o.length()>1;){if(o.getByte()===0){--o.read;break}++c}var f=o.getByte();if(f!==0||c!==i-3-o.length())throw new Error("Encryption block is invalid.");return o.getBytes()}function Dm(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(a,c){if(a)return r(a);if(e.p=c,e.q!==null)return s(a,e.q);o(e.qBits,s)})}function o(a,c){Y.prime.generateProbablePrime(a,n,c)}function s(a,c){if(a)return r(a);if(e.q=c,e.p.compareTo(e.q)<0){var u=e.p;e.p=e.q,e.q=u}if(e.p.subtract(ae.ONE).gcd(e.e).compareTo(ae.ONE)!==0){e.p=null,i();return}if(e.q.subtract(ae.ONE).gcd(e.e).compareTo(ae.ONE)!==0){e.q=null,o(e.qBits,s);return}if(e.p1=e.p.subtract(ae.ONE),e.q1=e.q.subtract(ae.ONE),e.phi=e.p1.multiply(e.q1),e.phi.gcd(e.e).compareTo(ae.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,s);return}var f=e.e.modInverse(e.phi);e.keys={privateKey:j.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:j.rsa.setPublicKey(e.n,e.e)},r(null,e.keys)}}function Vt(e){var t=e.toString(16);t[0]>="8"&&(t="00"+t);var r=Y.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 Nm(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 of(e){return Y.util.isNodejs&&typeof ya[e]=="function"}function sf(e){return typeof vt.globalScope<"u"&&typeof vt.globalScope.crypto=="object"&&typeof vt.globalScope.crypto.subtle=="object"&&typeof vt.globalScope.crypto.subtle[e]=="function"}function af(e){return typeof vt.globalScope<"u"&&typeof vt.globalScope.msCrypto=="object"&&typeof vt.globalScope.msCrypto.subtle=="object"&&typeof vt.globalScope.msCrypto.subtle[e]=="function"}function cf(e){for(var t=Y.util.hexToBytes(e.toString(16)),r=new Uint8Array(t.length),n=0;n<t.length;++n)r[n]=t.charCodeAt(n);return r}});var mf=X((IE,gf)=>{var q=ge();sa();fi();bu();qr();to();Au();_u();li();Fu();xo();Oe();typeof hf>"u"&&(hf=q.jsbn.BigInteger);var hf,C=q.asn1,ee=q.pki=q.pki||{};gf.exports=ee.pbe=q.pbe=q.pbe||{};var Gr=ee.oids,km={name:"EncryptedPrivateKeyInfo",tagClass:C.Class.UNIVERSAL,type:C.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedPrivateKeyInfo.encryptionAlgorithm",tagClass:C.Class.UNIVERSAL,type:C.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:C.Class.UNIVERSAL,type:C.Type.OID,constructed:!1,capture:"encryptionOid"},{name:"AlgorithmIdentifier.parameters",tagClass:C.Class.UNIVERSAL,type:C.Type.SEQUENCE,constructed:!0,captureAsn1:"encryptionParams"}]},{name:"EncryptedPrivateKeyInfo.encryptedData",tagClass:C.Class.UNIVERSAL,type:C.Type.OCTETSTRING,constructed:!1,capture:"encryptedData"}]},Lm={name:"PBES2Algorithms",tagClass:C.Class.UNIVERSAL,type:C.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc",tagClass:C.Class.UNIVERSAL,type:C.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc.oid",tagClass:C.Class.UNIVERSAL,type:C.Type.OID,constructed:!1,capture:"kdfOid"},{name:"PBES2Algorithms.params",tagClass:C.Class.UNIVERSAL,type:C.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.params.salt",tagClass:C.Class.UNIVERSAL,type:C.Type.OCTETSTRING,constructed:!1,capture:"kdfSalt"},{name:"PBES2Algorithms.params.iterationCount",tagClass:C.Class.UNIVERSAL,type:C.Type.INTEGER,constructed:!1,capture:"kdfIterationCount"},{name:"PBES2Algorithms.params.keyLength",tagClass:C.Class.UNIVERSAL,type:C.Type.INTEGER,constructed:!1,optional:!0,capture:"keyLength"},{name:"PBES2Algorithms.params.prf",tagClass:C.Class.UNIVERSAL,type:C.Type.SEQUENCE,constructed:!0,optional:!0,value:[{name:"PBES2Algorithms.params.prf.algorithm",tagClass:C.Class.UNIVERSAL,type:C.Type.OID,constructed:!1,capture:"prfOid"}]}]}]},{name:"PBES2Algorithms.encryptionScheme",tagClass:C.Class.UNIVERSAL,type:C.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.encryptionScheme.oid",tagClass:C.Class.UNIVERSAL,type:C.Type.OID,constructed:!1,capture:"encOid"},{name:"PBES2Algorithms.encryptionScheme.iv",tagClass:C.Class.UNIVERSAL,type:C.Type.OCTETSTRING,constructed:!1,capture:"encIv"}]}]},Um={name:"pkcs-12PbeParams",tagClass:C.Class.UNIVERSAL,type:C.Type.SEQUENCE,constructed:!0,value:[{name:"pkcs-12PbeParams.salt",tagClass:C.Class.UNIVERSAL,type:C.Type.OCTETSTRING,constructed:!1,capture:"salt"},{name:"pkcs-12PbeParams.iterations",tagClass:C.Class.UNIVERSAL,type:C.Type.INTEGER,constructed:!1,capture:"iterations"}]};ee.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=q.random.getBytesSync(r.saltSize),i=r.count,o=C.integerToDer(i),s,a,c;if(r.algorithm.indexOf("aes")===0||r.algorithm==="des"){var u,f,l;switch(r.algorithm){case"aes128":s=16,u=16,f=Gr["aes128-CBC"],l=q.aes.createEncryptionCipher;break;case"aes192":s=24,u=16,f=Gr["aes192-CBC"],l=q.aes.createEncryptionCipher;break;case"aes256":s=32,u=16,f=Gr["aes256-CBC"],l=q.aes.createEncryptionCipher;break;case"des":s=8,u=8,f=Gr.desCBC,l=q.des.createEncryptionCipher;break;default:var d=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw d.algorithm=r.algorithm,d}var m="hmacWith"+r.prfAlgorithm.toUpperCase(),h=yf(m),p=q.pkcs5.pbkdf2(t,n,i,s,h),y=q.random.getBytesSync(u),g=l(p);g.start(y),g.update(C.toDer(e)),g.finish(),c=g.output.getBytes();var b=Pm(n,o,s,m);a=C.create(C.Class.UNIVERSAL,C.Type.SEQUENCE,!0,[C.create(C.Class.UNIVERSAL,C.Type.OID,!1,C.oidToDer(Gr.pkcs5PBES2).getBytes()),C.create(C.Class.UNIVERSAL,C.Type.SEQUENCE,!0,[C.create(C.Class.UNIVERSAL,C.Type.SEQUENCE,!0,[C.create(C.Class.UNIVERSAL,C.Type.OID,!1,C.oidToDer(Gr.pkcs5PBKDF2).getBytes()),b]),C.create(C.Class.UNIVERSAL,C.Type.SEQUENCE,!0,[C.create(C.Class.UNIVERSAL,C.Type.OID,!1,C.oidToDer(f).getBytes()),C.create(C.Class.UNIVERSAL,C.Type.OCTETSTRING,!1,y)])])])}else if(r.algorithm==="3des"){s=24;var v=new q.util.ByteBuffer(n),p=ee.pbe.generatePkcs12Key(t,v,1,i,s),y=ee.pbe.generatePkcs12Key(t,v,2,i,s),g=q.des.createEncryptionCipher(p);g.start(y),g.update(C.toDer(e)),g.finish(),c=g.output.getBytes(),a=C.create(C.Class.UNIVERSAL,C.Type.SEQUENCE,!0,[C.create(C.Class.UNIVERSAL,C.Type.OID,!1,C.oidToDer(Gr["pbeWithSHAAnd3-KeyTripleDES-CBC"]).getBytes()),C.create(C.Class.UNIVERSAL,C.Type.SEQUENCE,!0,[C.create(C.Class.UNIVERSAL,C.Type.OCTETSTRING,!1,n),C.create(C.Class.UNIVERSAL,C.Type.INTEGER,!1,o.getBytes())])])}else{var d=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw d.algorithm=r.algorithm,d}var T=C.create(C.Class.UNIVERSAL,C.Type.SEQUENCE,!0,[a,C.create(C.Class.UNIVERSAL,C.Type.OCTETSTRING,!1,c)]);return T};ee.decryptPrivateKeyInfo=function(e,t){var r=null,n={},i=[];if(!C.validate(e,km,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 s=C.derToOid(n.encryptionOid),a=ee.pbe.getCipher(s,n.encryptionParams,t),c=q.util.createBuffer(n.encryptedData);return a.update(c),a.finish()&&(r=C.fromDer(a.output)),r};ee.encryptedPrivateKeyToPem=function(e,t){var r={type:"ENCRYPTED PRIVATE KEY",body:C.toDer(e).getBytes()};return q.pem.encode(r,{maxline:t})};ee.encryptedPrivateKeyFromPem=function(e){var t=q.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 C.fromDer(t.body)};ee.encryptRsaPrivateKey=function(e,t,r){if(r=r||{},!r.legacy){var n=ee.wrapRsaPrivateKey(ee.privateKeyToAsn1(e));return n=ee.encryptPrivateKeyInfo(n,t,r),ee.encryptedPrivateKeyToPem(n)}var i,o,s,a;switch(r.algorithm){case"aes128":i="AES-128-CBC",s=16,o=q.random.getBytesSync(16),a=q.aes.createEncryptionCipher;break;case"aes192":i="AES-192-CBC",s=24,o=q.random.getBytesSync(16),a=q.aes.createEncryptionCipher;break;case"aes256":i="AES-256-CBC",s=32,o=q.random.getBytesSync(16),a=q.aes.createEncryptionCipher;break;case"3des":i="DES-EDE3-CBC",s=24,o=q.random.getBytesSync(8),a=q.des.createEncryptionCipher;break;case"des":i="DES-CBC",s=8,o=q.random.getBytesSync(8),a=q.des.createEncryptionCipher;break;default:var c=new Error('Could not encrypt RSA private key; unsupported encryption algorithm "'+r.algorithm+'".');throw c.algorithm=r.algorithm,c}var u=q.pbe.opensslDeriveBytes(t,o.substr(0,8),s),f=a(u);f.start(o),f.update(C.toDer(ee.privateKeyToAsn1(e))),f.finish();var l={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:i,parameters:q.util.bytesToHex(o).toUpperCase()},body:f.output.getBytes()};return q.pem.encode(l)};ee.decryptRsaPrivateKey=function(e,t){var r=null,n=q.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,s;switch(n.dekInfo.algorithm){case"DES-CBC":o=8,s=q.des.createDecryptionCipher;break;case"DES-EDE3-CBC":o=24,s=q.des.createDecryptionCipher;break;case"AES-128-CBC":o=16,s=q.aes.createDecryptionCipher;break;case"AES-192-CBC":o=24,s=q.aes.createDecryptionCipher;break;case"AES-256-CBC":o=32,s=q.aes.createDecryptionCipher;break;case"RC2-40-CBC":o=5,s=function(l){return q.rc2.createDecryptionCipher(l,40)};break;case"RC2-64-CBC":o=8,s=function(l){return q.rc2.createDecryptionCipher(l,64)};break;case"RC2-128-CBC":o=16,s=function(l){return q.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 a=q.util.hexToBytes(n.dekInfo.parameters),c=q.pbe.opensslDeriveBytes(t,a.substr(0,8),o),u=s(c);if(u.start(a),u.update(q.util.createBuffer(n.body)),u.finish())r=u.output.getBytes();else return r}else r=n.body;return n.type==="ENCRYPTED PRIVATE KEY"?r=ee.decryptPrivateKeyInfo(C.fromDer(r),t):r=C.fromDer(r),r!==null&&(r=ee.privateKeyFromAsn1(r)),r};ee.pbe.generatePkcs12Key=function(e,t,r,n,i,o){var s,a;if(typeof o>"u"||o===null){if(!("sha1"in q.md))throw new Error('"sha1" hash algorithm unavailable.');o=q.md.sha1.create()}var c=o.digestLength,u=o.blockLength,f=new q.util.ByteBuffer,l=new q.util.ByteBuffer;if(e!=null){for(a=0;a<e.length;a++)l.putInt16(e.charCodeAt(a));l.putInt16(0)}var d=l.length(),m=t.length(),h=new q.util.ByteBuffer;h.fillWithByte(r,u);var p=u*Math.ceil(m/u),y=new q.util.ByteBuffer;for(a=0;a<p;a++)y.putByte(t.at(a%m));var g=u*Math.ceil(d/u),b=new q.util.ByteBuffer;for(a=0;a<g;a++)b.putByte(l.at(a%d));var v=y;v.putBuffer(b);for(var T=Math.ceil(i/c),E=1;E<=T;E++){var S=new q.util.ByteBuffer;S.putBytes(h.bytes()),S.putBytes(v.bytes());for(var I=0;I<n;I++)o.start(),o.update(S.getBytes()),S=o.digest();var B=new q.util.ByteBuffer;for(a=0;a<u;a++)B.putByte(S.at(a%c));var U=Math.ceil(m/u)+Math.ceil(d/u),M=new q.util.ByteBuffer;for(s=0;s<U;s++){var O=new q.util.ByteBuffer(v.getBytes(u)),V=511;for(a=B.length()-1;a>=0;a--)V=V>>8,V+=B.at(a)+O.at(a),O.setAt(a,V&255);M.putBuffer(O)}v=M,f.putBuffer(S)}return f.truncate(f.length()-i),f};ee.pbe.getCipher=function(e,t,r){switch(e){case ee.oids.pkcs5PBES2:return ee.pbe.getCipherForPBES2(e,t,r);case ee.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case ee.oids["pbewithSHAAnd40BitRC2-CBC"]:return ee.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}};ee.pbe.getCipherForPBES2=function(e,t,r){var n={},i=[];if(!C.validate(t,Lm,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=C.derToOid(n.kdfOid),e!==ee.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=C.derToOid(n.encOid),e!==ee.oids["aes128-CBC"]&&e!==ee.oids["aes192-CBC"]&&e!==ee.oids["aes256-CBC"]&&e!==ee.oids["des-EDE3-CBC"]&&e!==ee.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 s=n.kdfSalt,a=q.util.createBuffer(n.kdfIterationCount);a=a.getInt(a.length()<<3);var c,u;switch(ee.oids[e]){case"aes128-CBC":c=16,u=q.aes.createDecryptionCipher;break;case"aes192-CBC":c=24,u=q.aes.createDecryptionCipher;break;case"aes256-CBC":c=32,u=q.aes.createDecryptionCipher;break;case"des-EDE3-CBC":c=24,u=q.des.createDecryptionCipher;break;case"desCBC":c=8,u=q.des.createDecryptionCipher;break}var f=pf(n.prfOid),l=q.pkcs5.pbkdf2(r,s,a,c,f),d=n.encIv,m=u(l);return m.start(d),m};ee.pbe.getCipherForPKCS12PBE=function(e,t,r){var n={},i=[];if(!C.validate(t,Um,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 s=q.util.createBuffer(n.salt),a=q.util.createBuffer(n.iterations);a=a.getInt(a.length()<<3);var c,u,f;switch(e){case ee.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:c=24,u=8,f=q.des.startDecrypting;break;case ee.oids["pbewithSHAAnd40BitRC2-CBC"]:c=5,u=8,f=function(p,y){var g=q.rc2.createDecryptionCipher(p,40);return g.start(y,null),g};break;default:var o=new Error("Cannot read PKCS #12 PBE data block. Unsupported OID.");throw o.oid=e,o}var l=pf(n.prfOid),d=ee.pbe.generatePkcs12Key(r,s,1,a,c,l);l.start();var m=ee.pbe.generatePkcs12Key(r,s,2,a,u,l);return f(d,m)};ee.pbe.opensslDeriveBytes=function(e,t,r,n){if(typeof n>"u"||n===null){if(!("md5"in q.md))throw new Error('"md5" hash algorithm unavailable.');n=q.md.md5.create()}t===null&&(t="");for(var i=[df(n,e+t)],o=16,s=1;o<r;++s,o+=16)i.push(df(n,i[s-1]+e+t));return i.join("").substr(0,r)};function df(e,t){return e.start().update(t).digest().getBytes()}function pf(e){var t;if(!e)t="hmacWithSHA1";else if(t=ee.oids[C.derToOid(e)],!t){var r=new Error("Unsupported PRF OID.");throw r.oid=e,r.supported=["hmacWithSHA1","hmacWithSHA224","hmacWithSHA256","hmacWithSHA384","hmacWithSHA512"],r}return yf(t)}function yf(e){var t=q.md;switch(e){case"hmacWithSHA224":t=q.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 Pm(e,t,r,n){var i=C.create(C.Class.UNIVERSAL,C.Type.SEQUENCE,!0,[C.create(C.Class.UNIVERSAL,C.Type.OCTETSTRING,!1,e),C.create(C.Class.UNIVERSAL,C.Type.INTEGER,!1,t.getBytes())]);return n!=="hmacWithSHA1"&&i.value.push(C.create(C.Class.UNIVERSAL,C.Type.INTEGER,!1,q.util.hexToBytes(r.toString(16))),C.create(C.Class.UNIVERSAL,C.Type.SEQUENCE,!0,[C.create(C.Class.UNIVERSAL,C.Type.OID,!1,C.oidToDer(ee.oids[n]).getBytes()),C.create(C.Class.UNIVERSAL,C.Type.NULL,!1,"")])),i}});var fl=X((g4,ul)=>{"use strict";ul.exports=Gx;function Gx(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(a,c){r[n]=function(f){if(o)if(o=!1,f)c(f);else{for(var l=new Array(arguments.length-1),d=0;d<l.length;)l[d++]=arguments[d];a.apply(null,l)}};try{e.apply(t||null,r)}catch(u){o&&(o=!1,c(u))}})}});var pl=X(dl=>{"use strict";var Po=dl;Po.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 Un=new Array(64),hl=new Array(123);for(It=0;It<64;)hl[Un[It]=It<26?It+65:It<52?It+71:It<62?It-4:It-59|43]=It++;var It;Po.encode=function(t,r,n){for(var i=null,o=[],s=0,a=0,c;r<n;){var u=t[r++];switch(a){case 0:o[s++]=Un[u>>2],c=(u&3)<<4,a=1;break;case 1:o[s++]=Un[c|u>>4],c=(u&15)<<2,a=2;break;case 2:o[s++]=Un[c|u>>6],o[s++]=Un[u&63],a=0;break}s>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,o)),s=0)}return a&&(o[s++]=Un[c],o[s++]=61,a===1&&(o[s++]=61)),i?(s&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))};var ll="invalid encoding";Po.decode=function(t,r,n){for(var i=n,o=0,s,a=0;a<t.length;){var c=t.charCodeAt(a++);if(c===61&&o>1)break;if((c=hl[c])===void 0)throw Error(ll);switch(o){case 0:s=c,o=1;break;case 1:r[n++]=s<<2|(c&48)>>4,s=c,o=2;break;case 2:r[n++]=(s&15)<<4|(c&60)>>2,s=c,o=3;break;case 3:r[n++]=(s&3)<<6|c,o=0;break}}if(o===1)throw Error(ll);return n-i};Po.test=function(t){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(t)}});var gl=X((x4,yl)=>{"use strict";yl.exports=Oo;function Oo(){this._listeners={}}Oo.prototype.on=function(t,r,n){return(this._listeners[t]||(this._listeners[t]=[])).push({fn:r,ctx:n||this}),this};Oo.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};Oo.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 Sl=X((v4,El)=>{"use strict";El.exports=ml(ml);function ml(e){return typeof Float32Array<"u"?function(){var t=new Float32Array([-0]),r=new Uint8Array(t.buffer),n=r[3]===128;function i(c,u,f){t[0]=c,u[f]=r[0],u[f+1]=r[1],u[f+2]=r[2],u[f+3]=r[3]}function o(c,u,f){t[0]=c,u[f]=r[3],u[f+1]=r[2],u[f+2]=r[1],u[f+3]=r[0]}e.writeFloatLE=n?i:o,e.writeFloatBE=n?o:i;function s(c,u){return r[0]=c[u],r[1]=c[u+1],r[2]=c[u+2],r[3]=c[u+3],t[0]}function a(c,u){return r[3]=c[u],r[2]=c[u+1],r[1]=c[u+2],r[0]=c[u+3],t[0]}e.readFloatLE=n?s:a,e.readFloatBE=n?a:s}():function(){function t(n,i,o,s){var a=i<0?1:0;if(a&&(i=-i),i===0)n(1/i>0?0:2147483648,o,s);else if(isNaN(i))n(2143289344,o,s);else if(i>34028234663852886e22)n((a<<31|2139095040)>>>0,o,s);else if(i<11754943508222875e-54)n((a<<31|Math.round(i/1401298464324817e-60))>>>0,o,s);else{var c=Math.floor(Math.log(i)/Math.LN2),u=Math.round(i*Math.pow(2,-c)*8388608)&8388607;n((a<<31|c+127<<23|u)>>>0,o,s)}}e.writeFloatLE=t.bind(null,xl),e.writeFloatBE=t.bind(null,vl);function r(n,i,o){var s=n(i,o),a=(s>>31)*2+1,c=s>>>23&255,u=s&8388607;return c===255?u?NaN:a*(1/0):c===0?a*1401298464324817e-60*u:a*Math.pow(2,c-150)*(u+8388608)}e.readFloatLE=r.bind(null,bl),e.readFloatBE=r.bind(null,wl)}(),typeof Float64Array<"u"?function(){var t=new Float64Array([-0]),r=new Uint8Array(t.buffer),n=r[7]===128;function i(c,u,f){t[0]=c,u[f]=r[0],u[f+1]=r[1],u[f+2]=r[2],u[f+3]=r[3],u[f+4]=r[4],u[f+5]=r[5],u[f+6]=r[6],u[f+7]=r[7]}function o(c,u,f){t[0]=c,u[f]=r[7],u[f+1]=r[6],u[f+2]=r[5],u[f+3]=r[4],u[f+4]=r[3],u[f+5]=r[2],u[f+6]=r[1],u[f+7]=r[0]}e.writeDoubleLE=n?i:o,e.writeDoubleBE=n?o:i;function s(c,u){return r[0]=c[u],r[1]=c[u+1],r[2]=c[u+2],r[3]=c[u+3],r[4]=c[u+4],r[5]=c[u+5],r[6]=c[u+6],r[7]=c[u+7],t[0]}function a(c,u){return r[7]=c[u],r[6]=c[u+1],r[5]=c[u+2],r[4]=c[u+3],r[3]=c[u+4],r[2]=c[u+5],r[1]=c[u+6],r[0]=c[u+7],t[0]}e.readDoubleLE=n?s:a,e.readDoubleBE=n?a:s}():function(){function t(n,i,o,s,a,c){var u=s<0?1:0;if(u&&(s=-s),s===0)n(0,a,c+i),n(1/s>0?0:2147483648,a,c+o);else if(isNaN(s))n(0,a,c+i),n(2146959360,a,c+o);else if(s>17976931348623157e292)n(0,a,c+i),n((u<<31|2146435072)>>>0,a,c+o);else{var f;if(s<22250738585072014e-324)f=s/5e-324,n(f>>>0,a,c+i),n((u<<31|f/4294967296)>>>0,a,c+o);else{var l=Math.floor(Math.log(s)/Math.LN2);l===1024&&(l=1023),f=s*Math.pow(2,-l),n(f*4503599627370496>>>0,a,c+i),n((u<<31|l+1023<<20|f*1048576&1048575)>>>0,a,c+o)}}}e.writeDoubleLE=t.bind(null,xl,0,4),e.writeDoubleBE=t.bind(null,vl,4,0);function r(n,i,o,s,a){var c=n(s,a+i),u=n(s,a+o),f=(u>>31)*2+1,l=u>>>20&2047,d=4294967296*(u&1048575)+c;return l===2047?d?NaN:f*(1/0):l===0?f*5e-324*d:f*Math.pow(2,l-1075)*(d+4503599627370496)}e.readDoubleLE=r.bind(null,bl,0,4),e.readDoubleBE=r.bind(null,wl,4,0)}(),e}function xl(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 vl(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 bl(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0}function wl(e,t){return(e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3])>>>0}});var Bl=X((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 Cl=X(Al=>{"use strict";var t0=Al;t0.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};t0.read=function(t,r,n){var i=n-r;if(i<1)return"";for(var o=null,s=[],a=0,c;r<n;)c=t[r++],c<128?s[a++]=c:c>191&&c<224?s[a++]=(c&31)<<6|t[r++]&63:c>239&&c<365?(c=((c&7)<<18|(t[r++]&63)<<12|(t[r++]&63)<<6|t[r++]&63)-65536,s[a++]=55296+(c>>10),s[a++]=56320+(c&1023)):s[a++]=(c&15)<<12|(t[r++]&63)<<6|t[r++]&63,a>8191&&((o||(o=[])).push(String.fromCharCode.apply(String,s)),a=0);return o?(a&&o.push(String.fromCharCode.apply(String,s.slice(0,a))),o.join("")):String.fromCharCode.apply(String,s.slice(0,a))};t0.write=function(t,r,n){for(var i=n,o,s,a=0;a<t.length;++a)o=t.charCodeAt(a),o<128?r[n++]=o:o<2048?(r[n++]=o>>6|192,r[n++]=o&63|128):(o&64512)===55296&&((s=t.charCodeAt(a+1))&64512)===56320?(o=65536+((o&1023)<<10)+(s&1023),++a,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 _l=X((w4,Tl)=>{"use strict";Tl.exports=$x;function $x(e,t,r){var n=r||8192,i=n>>>1,o=null,s=n;return function(c){if(c<1||c>i)return e(c);s+c>n&&(o=e(n),s=0);var u=t.call(o,s,s+=c);return s&7&&(s=(s|7)+1),u}}});var Rl=X((E4,Il)=>{"use strict";Il.exports=ze;var vi=Jr();function ze(e,t){this.lo=e>>>0,this.hi=t>>>0}var Xr=ze.zero=new ze(0,0);Xr.toNumber=function(){return 0};Xr.zzEncode=Xr.zzDecode=function(){return this};Xr.length=function(){return 1};var Wx=ze.zeroHash="\0\0\0\0\0\0\0\0";ze.fromNumber=function(t){if(t===0)return Xr;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 ze(n,i)};ze.from=function(t){if(typeof t=="number")return ze.fromNumber(t);if(vi.isString(t))if(vi.Long)t=vi.Long.fromString(t);else return ze.fromNumber(parseInt(t,10));return t.low||t.high?new ze(t.low>>>0,t.high>>>0):Xr};ze.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};ze.prototype.toLong=function(t){return vi.Long?new vi.Long(this.lo|0,this.hi|0,!!t):{low:this.lo|0,high:this.hi|0,unsigned:!!t}};var Cr=String.prototype.charCodeAt;ze.fromHash=function(t){return t===Wx?Xr:new ze((Cr.call(t,0)|Cr.call(t,1)<<8|Cr.call(t,2)<<16|Cr.call(t,3)<<24)>>>0,(Cr.call(t,4)|Cr.call(t,5)<<8|Cr.call(t,6)<<16|Cr.call(t,7)<<24)>>>0)};ze.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)};ze.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};ze.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};ze.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 Jr=X(r0=>{"use strict";var W=r0;W.asPromise=fl();W.base64=pl();W.EventEmitter=gl();W.float=Sl();W.inquire=Bl();W.utf8=Cl();W.pool=_l();W.LongBits=Rl();W.isNode=!!(typeof globalThis<"u"&&globalThis&&globalThis.process&&globalThis.process.versions&&globalThis.process.versions.node);W.global=W.isNode&&globalThis||typeof window<"u"&&window||typeof self<"u"&&self||r0;W.emptyArray=Object.freeze?Object.freeze([]):[];W.emptyObject=Object.freeze?Object.freeze({}):{};W.isInteger=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};W.isString=function(t){return typeof t=="string"||t instanceof String};W.isObject=function(t){return t&&typeof t=="object"};W.isset=W.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};W.Buffer=function(){try{var e=W.inquire("buffer").Buffer;return e.prototype.utf8Write?e:null}catch{return null}}();W._Buffer_from=null;W._Buffer_allocUnsafe=null;W.newBuffer=function(t){return typeof t=="number"?W.Buffer?W._Buffer_allocUnsafe(t):new W.Array(t):W.Buffer?W._Buffer_from(t):typeof Uint8Array>"u"?t:new Uint8Array(t)};W.Array=typeof Uint8Array<"u"?Uint8Array:Array;W.Long=W.global.dcodeIO&&W.global.dcodeIO.Long||W.global.Long||W.inquire("long");W.key2Re=/^true|false|0|1$/;W.key32Re=/^-?(?:0|[1-9][0-9]*)$/;W.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;W.longToHash=function(t){return t?W.LongBits.from(t).toHash():W.LongBits.zeroHash};W.longFromHash=function(t,r){var n=W.LongBits.fromHash(t);return W.Long?W.Long.fromBits(n.lo,n.hi,r):n.toNumber(!!r)};function Dl(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}W.merge=Dl;W.lcFirst=function(t){return t.charAt(0).toLowerCase()+t.substring(1)};function Nl(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&&Dl(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}W.newError=Nl;W.ProtocolError=Nl("ProtocolError");W.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]}};W.oneOfSetter=function(t){return function(r){for(var n=0;n<t.length;++n)t[n]!==r&&delete this[t[n]]}};W.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};W._configure=function(){var e=W.Buffer;if(!e){W._Buffer_from=W._Buffer_allocUnsafe=null;return}W._Buffer_from=e.from!==Uint8Array.from&&e.from||function(r,n){return new e(r,n)},W._Buffer_allocUnsafe=e.allocUnsafe||function(r){return new e(r)}}});var o0=X((B4,Ol)=>{"use strict";Ol.exports=Le;var Rt=Jr(),i0,Ul=Rt.LongBits,Yx=Rt.utf8;function Dt(e,t){return RangeError("index out of range: "+e.pos+" + "+(t||1)+" > "+e.len)}function Le(e){this.buf=e,this.pos=0,this.len=e.length}var kl=typeof Uint8Array<"u"?function(t){if(t instanceof Uint8Array||Array.isArray(t))return new Le(t);throw Error("illegal buffer")}:function(t){if(Array.isArray(t))return new Le(t);throw Error("illegal buffer")},Pl=function(){return Rt.Buffer?function(r){return(Le.create=function(i){return Rt.Buffer.isBuffer(i)?new i0(i):kl(i)})(r)}:kl};Le.create=Pl();Le.prototype._slice=Rt.Array.prototype.subarray||Rt.Array.prototype.slice;Le.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}}();Le.prototype.int32=function(){return this.uint32()|0};Le.prototype.sint32=function(){var t=this.uint32();return t>>>1^-(t&1)|0};function n0(){var e=new Ul(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")}Le.prototype.bool=function(){return this.uint32()!==0};function Ko(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<<24)>>>0}Le.prototype.fixed32=function(){if(this.pos+4>this.len)throw Dt(this,4);return Ko(this.buf,this.pos+=4)};Le.prototype.sfixed32=function(){if(this.pos+4>this.len)throw Dt(this,4);return Ko(this.buf,this.pos+=4)|0};function Ll(){if(this.pos+8>this.len)throw Dt(this,8);return new Ul(Ko(this.buf,this.pos+=4),Ko(this.buf,this.pos+=4))}Le.prototype.float=function(){if(this.pos+4>this.len)throw Dt(this,4);var t=Rt.float.readFloatLE(this.buf,this.pos);return this.pos+=4,t};Le.prototype.double=function(){if(this.pos+8>this.len)throw Dt(this,4);var t=Rt.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,t};Le.prototype.bytes=function(){var t=this.uint32(),r=this.pos,n=this.pos+t;if(n>this.len)throw Dt(this,t);if(this.pos+=t,Array.isArray(this.buf))return this.buf.slice(r,n);if(r===n){var i=Rt.Buffer;return i?i.alloc(0):new this.buf.constructor(0)}return this._slice.call(this.buf,r,n)};Le.prototype.string=function(){var t=this.bytes();return Yx.read(t,0,t.length)};Le.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};Le.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};Le._configure=function(e){i0=e,Le.create=Pl(),i0._configure();var t=Rt.Long?"toLong":"toNumber";Rt.merge(Le.prototype,{int64:function(){return n0.call(this)[t](!1)},uint64:function(){return n0.call(this)[t](!0)},sint64:function(){return n0.call(this).zzDecode()[t](!1)},fixed64:function(){return Ll.call(this)[t](!0)},sfixed64:function(){return Ll.call(this)[t](!1)}})}});var Vl=X((A4,Fl)=>{"use strict";Fl.exports=jr;var Ml=o0();(jr.prototype=Object.create(Ml.prototype)).constructor=jr;var Kl=Jr();function jr(e){Ml.call(this,e)}jr._configure=function(){Kl.Buffer&&(jr.prototype._slice=Kl.Buffer.prototype.slice)};jr.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))};jr._configure()});var h0=X((C4,Gl)=>{"use strict";Gl.exports=fe;var bt=Jr(),s0,Mo=bt.LongBits,ql=bt.base64,zl=bt.utf8;function bi(e,t,r){this.fn=e,this.len=t,this.next=void 0,this.val=r}function c0(){}function Zx(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}function fe(){this.len=0,this.head=new bi(c0,0,0),this.tail=this.head,this.states=null}var Hl=function(){return bt.Buffer?function(){return(fe.create=function(){return new s0})()}:function(){return new fe}};fe.create=Hl();fe.alloc=function(t){return new bt.Array(t)};bt.Array!==Array&&(fe.alloc=bt.pool(fe.alloc,bt.Array.prototype.subarray));fe.prototype._push=function(t,r,n){return this.tail=this.tail.next=new bi(t,r,n),this.len+=r,this};function u0(e,t,r){t[r]=e&255}function Qx(e,t,r){for(;e>127;)t[r++]=e&127|128,e>>>=7;t[r]=e}function f0(e,t){this.len=e,this.next=void 0,this.val=t}f0.prototype=Object.create(bi.prototype);f0.prototype.fn=Qx;fe.prototype.uint32=function(t){return this.len+=(this.tail=this.tail.next=new f0((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this};fe.prototype.int32=function(t){return t<0?this._push(l0,10,Mo.fromNumber(t)):this.uint32(t)};fe.prototype.sint32=function(t){return this.uint32((t<<1^t>>31)>>>0)};function l0(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}fe.prototype.uint64=function(t){var r=Mo.from(t);return this._push(l0,r.length(),r)};fe.prototype.int64=fe.prototype.uint64;fe.prototype.sint64=function(t){var r=Mo.from(t).zzEncode();return this._push(l0,r.length(),r)};fe.prototype.bool=function(t){return this._push(u0,1,t?1:0)};function a0(e,t,r){t[r]=e&255,t[r+1]=e>>>8&255,t[r+2]=e>>>16&255,t[r+3]=e>>>24}fe.prototype.fixed32=function(t){return this._push(a0,4,t>>>0)};fe.prototype.sfixed32=fe.prototype.fixed32;fe.prototype.fixed64=function(t){var r=Mo.from(t);return this._push(a0,4,r.lo)._push(a0,4,r.hi)};fe.prototype.sfixed64=fe.prototype.fixed64;fe.prototype.float=function(t){return this._push(bt.float.writeFloatLE,4,t)};fe.prototype.double=function(t){return this._push(bt.float.writeDoubleLE,8,t)};var Xx=bt.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]};fe.prototype.bytes=function(t){var r=t.length>>>0;if(!r)return this._push(u0,1,0);if(bt.isString(t)){var n=fe.alloc(r=ql.length(t));ql.decode(t,n,0),t=n}return this.uint32(r)._push(Xx,r,t)};fe.prototype.string=function(t){var r=zl.length(t);return r?this.uint32(r)._push(zl.write,r,t):this._push(u0,1,0)};fe.prototype.fork=function(){return this.states=new Zx(this),this.head=this.tail=new bi(c0,0,0),this.len=0,this};fe.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 bi(c0,0,0),this.len=0),this};fe.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};fe.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};fe._configure=function(e){s0=e,fe.create=Hl(),s0._configure()}});var Yl=X((T4,Wl)=>{"use strict";Wl.exports=Gt;var $l=h0();(Gt.prototype=Object.create($l.prototype)).constructor=Gt;var Tr=Jr();function Gt(){$l.call(this)}Gt._configure=function(){Gt.alloc=Tr._Buffer_allocUnsafe,Gt.writeBytesBuffer=Tr.Buffer&&Tr.Buffer.prototype instanceof Uint8Array&&Tr.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++]}};Gt.prototype.bytes=function(t){Tr.isString(t)&&(t=Tr._Buffer_from(t,"base64"));var r=t.length>>>0;return this.uint32(r),r&&this._push(Gt.writeBytesBuffer,r,t),this};function Jx(e,t,r){e.length<40?Tr.utf8.write(e,t,r):t.utf8Write?t.utf8Write(e,r):t.write(e,r)}Gt.prototype.string=function(t){var r=Tr.Buffer.byteLength(t);return this.uint32(r),r&&this._push(Jx,r,t),this};Gt._configure()});var sh=X((T3,oh)=>{var we=ge();qr();Oe();var Si=oh.exports=we.sha512=we.sha512||{};we.md.sha512=we.md.algorithms.sha512=Si;var nh=we.sha384=we.sha512.sha384=we.sha512.sha384||{};nh.create=function(){return Si.create("SHA-384")};we.md.sha384=we.md.algorithms.sha384=nh;we.sha512.sha256=we.sha512.sha256||{create:function(){return Si.create("SHA-512/256")}};we.md["sha512/256"]=we.md.algorithms["sha512/256"]=we.sha512.sha256;we.sha512.sha224=we.sha512.sha224||{create:function(){return Si.create("SHA-512/224")}};we.md["sha512/224"]=we.md.algorithms["sha512/224"]=we.sha512.sha224;Si.create=function(e){if(ih||cv(),typeof e>"u"&&(e="SHA-512"),!(e in tn))throw new Error("Invalid SHA-512 algorithm: "+e);for(var t=tn[e],r=null,n=we.util.createBuffer(),i=new Array(80),o=0;o<80;++o)i[o]=new Array(2);var s=64;switch(e){case"SHA-384":s=48;break;case"SHA-512/256":s=32;break;case"SHA-512/224":s=28;break}var a={algorithm:e.replace("-","").toLowerCase(),blockLength:128,digestLength:s,messageLength:0,fullMessageLength:null,messageLengthSize:16};return a.start=function(){a.messageLength=0,a.fullMessageLength=a.messageLength128=[];for(var c=a.messageLengthSize/4,u=0;u<c;++u)a.fullMessageLength.push(0);n=we.util.createBuffer(),r=new Array(t.length);for(var u=0;u<t.length;++u)r[u]=t[u].slice(0);return a},a.start(),a.update=function(c,u){u==="utf8"&&(c=we.util.encodeUtf8(c));var f=c.length;a.messageLength+=f,f=[f/4294967296>>>0,f>>>0];for(var l=a.fullMessageLength.length-1;l>=0;--l)a.fullMessageLength[l]+=f[1],f[1]=f[0]+(a.fullMessageLength[l]/4294967296>>>0),a.fullMessageLength[l]=a.fullMessageLength[l]>>>0,f[0]=f[1]/4294967296>>>0;return n.putBytes(c),rh(r,i,n),(n.read>2048||n.length()===0)&&n.compact(),a},a.digest=function(){var c=we.util.createBuffer();c.putBytes(n.bytes());var u=a.fullMessageLength[a.fullMessageLength.length-1]+a.messageLengthSize,f=u&a.blockLength-1;c.putBytes(v0.substr(0,a.blockLength-f));for(var l,d,m=a.fullMessageLength[0]*8,h=0;h<a.fullMessageLength.length-1;++h)l=a.fullMessageLength[h+1]*8,d=l/4294967296>>>0,m+=d,c.putInt32(m>>>0),m=l>>>0;c.putInt32(m);for(var p=new Array(r.length),h=0;h<r.length;++h)p[h]=r[h].slice(0);rh(p,i,c);var y=we.util.createBuffer(),g;e==="SHA-512"?g=p.length:e==="SHA-384"?g=p.length-2:g=p.length-4;for(var h=0;h<g;++h)y.putInt32(p[h][0]),(h!==g-1||e!=="SHA-512/224")&&y.putInt32(p[h][1]);return y},a};var v0=null,ih=!1,b0=null,tn=null;function cv(){v0=String.fromCharCode(128),v0+=we.util.fillString(String.fromCharCode(0),128),b0=[[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]],tn={},tn["SHA-512"]=[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],[528734635,4215389547],[1541459225,327033209]],tn["SHA-384"]=[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],tn["SHA-512/256"]=[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],tn["SHA-512/224"]=[[2352822216,424955298],[1944164710,2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]],ih=!0}function rh(e,t,r){for(var n,i,o,s,a,c,u,f,l,d,m,h,p,y,g,b,v,T,E,S,I,B,U,M,O,V,Z,re,A,N,k,P,R,z,$,Q=r.length();Q>=128;){for(A=0;A<16;++A)t[A][0]=r.getInt32()>>>0,t[A][1]=r.getInt32()>>>0;for(;A<80;++A)P=t[A-2],N=P[0],k=P[1],n=((N>>>19|k<<13)^(k>>>29|N<<3)^N>>>6)>>>0,i=((N<<13|k>>>19)^(k<<3|N>>>29)^(N<<26|k>>>6))>>>0,z=t[A-15],N=z[0],k=z[1],o=((N>>>1|k<<31)^(N>>>8|k<<24)^N>>>7)>>>0,s=((N<<31|k>>>1)^(N<<24|k>>>8)^(N<<25|k>>>7))>>>0,R=t[A-7],$=t[A-16],k=i+R[1]+s+$[1],t[A][0]=n+R[0]+o+$[0]+(k/4294967296>>>0)>>>0,t[A][1]=k>>>0;for(p=e[0][0],y=e[0][1],g=e[1][0],b=e[1][1],v=e[2][0],T=e[2][1],E=e[3][0],S=e[3][1],I=e[4][0],B=e[4][1],U=e[5][0],M=e[5][1],O=e[6][0],V=e[6][1],Z=e[7][0],re=e[7][1],A=0;A<80;++A)u=((I>>>14|B<<18)^(I>>>18|B<<14)^(B>>>9|I<<23))>>>0,f=((I<<18|B>>>14)^(I<<14|B>>>18)^(B<<23|I>>>9))>>>0,l=(O^I&(U^O))>>>0,d=(V^B&(M^V))>>>0,a=((p>>>28|y<<4)^(y>>>2|p<<30)^(y>>>7|p<<25))>>>0,c=((p<<4|y>>>28)^(y<<30|p>>>2)^(y<<25|p>>>7))>>>0,m=(p&g|v&(p^g))>>>0,h=(y&b|T&(y^b))>>>0,k=re+f+d+b0[A][1]+t[A][1],n=Z+u+l+b0[A][0]+t[A][0]+(k/4294967296>>>0)>>>0,i=k>>>0,k=c+h,o=a+m+(k/4294967296>>>0)>>>0,s=k>>>0,Z=O,re=V,O=U,V=M,U=I,M=B,k=S+i,I=E+n+(k/4294967296>>>0)>>>0,B=k>>>0,E=v,S=T,v=g,T=b,g=p,b=y,k=i+s,p=n+o+(k/4294967296>>>0)>>>0,y=k>>>0;k=e[0][1]+y,e[0][0]=e[0][0]+p+(k/4294967296>>>0)>>>0,e[0][1]=k>>>0,k=e[1][1]+b,e[1][0]=e[1][0]+g+(k/4294967296>>>0)>>>0,e[1][1]=k>>>0,k=e[2][1]+T,e[2][0]=e[2][0]+v+(k/4294967296>>>0)>>>0,e[2][1]=k>>>0,k=e[3][1]+S,e[3][0]=e[3][0]+E+(k/4294967296>>>0)>>>0,e[3][1]=k>>>0,k=e[4][1]+B,e[4][0]=e[4][0]+I+(k/4294967296>>>0)>>>0,e[4][1]=k>>>0,k=e[5][1]+M,e[5][0]=e[5][0]+U+(k/4294967296>>>0)>>>0,e[5][1]=k>>>0,k=e[6][1]+V,e[6][0]=e[6][0]+O+(k/4294967296>>>0)>>>0,e[6][1]=k>>>0,k=e[7][1]+re,e[7][0]=e[7][0]+Z+(k/4294967296>>>0)>>>0,e[7][1]=k>>>0,Q-=128}}});var Go=X((zS,kh)=>{"use strict";function Nh(e,t){for(let r in t)Object.defineProperty(e,r,{value:t[r],enumerable:!0,configurable:!0});return e}function Pv(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 Nh(e,r)}catch{r.message=e.message,r.stack=e.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(e)),Nh(new i,r)}}kh.exports=Pv});var Ph=X((QS,D0)=>{var ZS=function(){typeof D0<"u"&&(D0.exports=p);var e=86400,t=3200,r=146097*t/400,n=e*r,i=1e3*n,o=864e13,s=4294967296,a=1e6,c="000000000",u=Math.trunc||function(B){var U=B-B%1;return U==0&&(B<0||B===0&&1/B!=1/0)?-0:U},f=p.prototype,l=(p.fromDate=function(B){return new p(+B)},p.fromInt64BE=T(0,1,2,3,0,4),p.fromInt64LE=T(3,2,1,0,4,0),p.fromString=function(O){var U,M=new p,O=(O+="").replace(/^\s*[+\-]?\d+/,function(Z){var Z=+Z,re=1970+(Z-1970)%400;return M.year=Z-re,re}).replace(/(?:Z|([+\-]\d{2}):?(\d{2}))$/,function(V,Z,re){return Z<0&&(re*=-1),U=6e4*(60*+Z+ +re),""}).replace(/\.\d+$/,function(V){return M.nano=+(V+c).substr(1,9),""}).split(/\D+/);if(1<O.length?O[1]--:O[1]=0,M.time=U=Date.UTC.apply(Date,O)-(U||0),isNaN(U))throw new TypeError("Invalid Date");return y(M)},p.fromTimeT=function(B){return b(B,0)},f.year=0,f.time=0,f.nano=0,f.addNano=function(B){return this.nano+=+B||0,this},f.getNano=function(){var B=y(this);return(B.time%1e3*a+ +B.nano+1e9)%1e9},f.getTimeT=function(){var U=y(this),B=Math.floor(U.time/1e3),U=U.year;return U&&(B+=U*r*e/t),B},f.getYear=function(){return this.toDate().getUTCFullYear()+this.year},f.toDate=function(){return g(y(this).time)},f.toJSON=function(){return this.toString().replace(/0{1,6}Z$/,"Z")},f.toString=function(B){var U=this,M=U.toDate(),O={H:function(){return S(M.getUTCHours())},L:function(){return I(M.getUTCMilliseconds(),3)},M:function(){return S(M.getUTCMinutes())},N:function(){return I(U.getNano(),9)},S:function(){return S(M.getUTCSeconds())},Y:function(){var V=U.getYear();return 999999<V?"+"+V:9999<V?"+"+I(V,6):0<=V?I(V,4):-999999<=V?"-"+I(-V,6):V},a:function(){return m[M.getUTCDay()]},b:function(){return d[M.getUTCMonth()]},d:function(){return S(M.getUTCDate())},e:function(){return function(V){return(9<V?"":" ")+(0|V)}(M.getUTCDate())},m:function(){return S(M.getUTCMonth()+1)}};return function V(Z){return Z.replace(/%./g,function(re){var N=re[1],A=h[N],N=O[N];return A?V(A):N?N():re})}(B||l)},f.writeInt64BE=v(0,1,2,3,0,4),f.writeInt64LE=v(3,2,1,0,4,0),"%Y-%m-%dT%H:%M:%S.%NZ"),d=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],m=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],h={"%":"%",F:"%Y-%m-%d",n:`
16
- `,R:"%H:%M",T:"%H:%M:%S",t:" ",X:"%T",Z:"GMT",z:"+0000"};return p;function p(B,U,M){var O=this;if(!(O instanceof p))return new p(B,U,M);O.time=+B||0,O.nano=+U||0,O.year=+M||0,y(O)}function y(B){var U,M,O,V=B.year,Z=B.time,re=B.nano,A=((re<0||a<=re)&&(re-=(M=Math.floor(re/a))*a,Z+=M,M=1),V%t);return(Z<-o||o<Z||A)&&((U=u(Z/i))&&(V+=U*t,Z-=U*i),(O=g(Z)).setUTCFullYear(A+O.getUTCFullYear()),O=(Z=+O)+(U=u((V-=A)/t))*i,U&&-o<=O&&O<=o&&(V-=U*t,Z=O),M=1),M&&(B.year=V,B.time=Z,B.nano=re),B}function g(B){var U=new Date(0);return U.setTime(B),U}function b(V,O){V=+V||0;var M=u((O=(O|0)*s)/n)+u(V/n),O=O%n+V%n,V=u(O/n);return V&&(M+=V,O-=V*n),new p(1e3*O,0,M*t)}function v(B,U,M,O,V,Z){return function(A,N){var P=y(this);A=A||new Array(8),E(A,N|=0);var R=Math.floor(P.time/1e3),P=P.year*(r*e/t),k=u(P/s)+u(R/s),P=P%s+R%s,R=Math.floor(P/s);return R&&(k+=R,P-=R*s),re(A,N+V,k),re(A,N+Z,P),A};function re(A,N,k){A[N+B]=k>>24&255,A[N+U]=k>>16&255,A[N+M]=k>>8&255,A[N+O]=255&k}}function T(B,U,M,O,V,Z){return function(A,N){E(A,N|=0);var k=re(A,N+V);return b(re(A,N+Z),k)};function re(A,N){return 16777216*A[N+B]+(A[N+U]<<16|A[N+M]<<8|A[N+O])}}function E(B,U){if(B=B&&B.length,B==null)throw new TypeError("Invalid Buffer");if(B<U+8)throw new RangeError("Out of range")}function S(B){return(9<B?"":"0")+(0|B)}function I(B,U){return(c+(0|B)).substr(-U)}}()});var fp=X((X5,j0)=>{"use strict";var Tb=Object.prototype.hasOwnProperty,tt="~";function Vi(){}Object.create&&(Vi.prototype=Object.create(null),new Vi().__proto__||(tt=!1));function _b(e,t,r){this.fn=e,this.context=t,this.once=r||!1}function up(e,t,r,n,i){if(typeof r!="function")throw new TypeError("The listener must be a function");var o=new _b(r,n||e,i),s=tt?tt+t:t;return e._events[s]?e._events[s].fn?e._events[s]=[e._events[s],o]:e._events[s].push(o):(e._events[s]=o,e._eventsCount++),e}function as(e,t){--e._eventsCount===0?e._events=new Vi:delete e._events[t]}function Xe(){this._events=new Vi,this._eventsCount=0}Xe.prototype.eventNames=function(){var t=[],r,n;if(this._eventsCount===0)return t;for(n in r=this._events)Tb.call(r,n)&&t.push(tt?n.slice(1):n);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(r)):t};Xe.prototype.listeners=function(t){var r=tt?tt+t:t,n=this._events[r];if(!n)return[];if(n.fn)return[n.fn];for(var i=0,o=n.length,s=new Array(o);i<o;i++)s[i]=n[i].fn;return s};Xe.prototype.listenerCount=function(t){var r=tt?tt+t:t,n=this._events[r];return n?n.fn?1:n.length:0};Xe.prototype.emit=function(t,r,n,i,o,s){var a=tt?tt+t:t;if(!this._events[a])return!1;var c=this._events[a],u=arguments.length,f,l;if(c.fn){switch(c.once&&this.removeListener(t,c.fn,void 0,!0),u){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,r),!0;case 3:return c.fn.call(c.context,r,n),!0;case 4:return c.fn.call(c.context,r,n,i),!0;case 5:return c.fn.call(c.context,r,n,i,o),!0;case 6:return c.fn.call(c.context,r,n,i,o,s),!0}for(l=1,f=new Array(u-1);l<u;l++)f[l-1]=arguments[l];c.fn.apply(c.context,f)}else{var d=c.length,m;for(l=0;l<d;l++)switch(c[l].once&&this.removeListener(t,c[l].fn,void 0,!0),u){case 1:c[l].fn.call(c[l].context);break;case 2:c[l].fn.call(c[l].context,r);break;case 3:c[l].fn.call(c[l].context,r,n);break;case 4:c[l].fn.call(c[l].context,r,n,i);break;default:if(!f)for(m=1,f=new Array(u-1);m<u;m++)f[m-1]=arguments[m];c[l].fn.apply(c[l].context,f)}}return!0};Xe.prototype.on=function(t,r,n){return up(this,t,r,n,!1)};Xe.prototype.once=function(t,r,n){return up(this,t,r,n,!0)};Xe.prototype.removeListener=function(t,r,n,i){var o=tt?tt+t:t;if(!this._events[o])return this;if(!r)return as(this,o),this;var s=this._events[o];if(s.fn)s.fn===r&&(!i||s.once)&&(!n||s.context===n)&&as(this,o);else{for(var a=0,c=[],u=s.length;a<u;a++)(s[a].fn!==r||i&&!s[a].once||n&&s[a].context!==n)&&c.push(s[a]);c.length?this._events[o]=c.length===1?c[0]:c:as(this,o)}return this};Xe.prototype.removeAllListeners=function(t){var r;return t?(r=tt?tt+t:t,this._events[r]&&as(this,r)):(this._events=new Vi,this._eventsCount=0),this};Xe.prototype.off=Xe.prototype.removeListener;Xe.prototype.addListener=Xe.prototype.on;Xe.prefixed=tt;Xe.EventEmitter=Xe;typeof j0<"u"&&(j0.exports=Xe)});var Ep=X((aB,wp)=>{wp.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,s){r[o]=s,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 s=r[o];if(s!==void 0)return s;if((s=n[o])!==void 0)return i(o,s),s},set:function(o,s){r[o]!==void 0?r[o]=s:i(o,s)},clear:function(){r=Object.create(null),n=Object.create(null)}}}});var Lb={};de(Lb,{ipns:()=>kb,ipnsSelector:()=>ss,ipnsValidator:()=>X0});var vs=Symbol.for("@libp2p/peer-id");function bc(e){return e!=null&&!!e[vs]}var Jn=class extends Error{code;props;constructor(t,r,n){super(t),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var st=xe(bs(),1);function jp(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),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}var a=e.length,c=e.charAt(0),u=Math.log(a)/Math.log(256),f=Math.log(256)/Math.log(a);function l(h){if(h instanceof Uint8Array||(ArrayBuffer.isView(h)?h=new Uint8Array(h.buffer,h.byteOffset,h.byteLength):Array.isArray(h)&&(h=Uint8Array.from(h))),!(h instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(h.length===0)return"";for(var p=0,y=0,g=0,b=h.length;g!==b&&h[g]===0;)g++,p++;for(var v=(b-g)*f+1>>>0,T=new Uint8Array(v);g!==b;){for(var E=h[g],S=0,I=v-1;(E!==0||S<y)&&I!==-1;I--,S++)E+=256*T[I]>>>0,T[I]=E%a>>>0,E=E/a>>>0;if(E!==0)throw new Error("Non-zero carry");y=S,g++}for(var B=v-y;B!==v&&T[B]===0;)B++;for(var U=c.repeat(p);B<v;++B)U+=e.charAt(T[B]);return U}function d(h){if(typeof h!="string")throw new TypeError("Expected String");if(h.length===0)return new Uint8Array;var p=0;if(h[p]!==" "){for(var y=0,g=0;h[p]===c;)y++,p++;for(var b=(h.length-p)*u+1>>>0,v=new Uint8Array(b);h[p];){var T=r[h.charCodeAt(p)];if(T===255)return;for(var E=0,S=b-1;(T!==0||E<g)&&S!==-1;S--,E++)T+=a*v[S]>>>0,v[S]=T%256>>>0,T=T/256>>>0;if(T!==0)throw new Error("Non-zero carry");g=E,p++}if(h[p]!==" "){for(var I=b-g;I!==b&&v[I]===0;)I++;for(var B=new Uint8Array(y+(b-I)),U=y;I!==b;)B[U++]=v[I++];return B}}}function m(h){var p=d(h);if(p)return p;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:d,decode:m}}var ey=jp,ty=ey,Ac=ty;var Vb=new Uint8Array(0);var Cc=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 ws=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")}},Es=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 Tc(this,t)}},Ss=class{constructor(t){this.decoders=t}or(t){return Tc(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`)}},Tc=(e,t)=>new Ss({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),Bs=class{constructor(t,r,n,i){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new ws(t,r,n),this.decoder=new Es(t,r,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},_c=({name:e,prefix:t,encode:r,decode:n})=>new Bs(e,t,r,n),As=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:i}=Ac(r,t);return _c({prefix:e,name:t,encode:n,decode:o=>Cc(i(o))})},ry=(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 s=new Uint8Array(o*r/8|0),a=0,c=0,u=0;for(let f=0;f<o;++f){let l=i[e[f]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|l,a+=r,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},ny=(e,t,r)=>{let n=t[t.length-1]==="=",i=(1<<r)-1,o="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,o+=t[i&a>>s];if(s&&(o+=t[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},Je=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>_c({prefix:t,name:e,encode(i){return ny(i,n,r)},decode(i){return ry(i,n,r,e)}});var Ic=As({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Wb=As({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Rc=Je({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Qb=Je({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Xb=Je({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Jb=Je({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),jb=Je({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),ew=Je({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),tw=Je({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),rw=Je({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),nw=Je({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Dc=Je({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),sw=Je({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),aw=Je({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),cw=Je({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});st.default.formatters.b=e=>e==null?"undefined":Ic.baseEncode(e);st.default.formatters.t=e=>e==null?"undefined":Rc.baseEncode(e);st.default.formatters.m=e=>e==null?"undefined":Dc.baseEncode(e);st.default.formatters.p=e=>e==null?"undefined":e.toString();st.default.formatters.c=e=>e==null?"undefined":e.toString();st.default.formatters.k=e=>e==null?"undefined":e.toString();st.default.formatters.a=e=>e==null?"undefined":e.toString();function iy(e){let t=()=>{};return t.enabled=!1,t.color="",t.diff=0,t.log=()=>{},t.namespace=e,t.destroy=()=>!0,t.extend=()=>t,t}function Nc(e){let t=iy(`${e}:trace`);return st.default.enabled(`${e}:trace`)&&st.default.names.map(r=>r.toString()).find(r=>r.includes(":trace"))!=null&&(t=(0,st.default)(`${e}:trace`)),Object.assign((0,st.default)(e),{error:(0,st.default)(`${e}:error`),trace:t})}var Rs={};de(Rs,{base58btc:()=>at,base58flickr:()=>fy});function oy(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),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}var a=e.length,c=e.charAt(0),u=Math.log(a)/Math.log(256),f=Math.log(256)/Math.log(a);function l(h){if(h instanceof Uint8Array||(ArrayBuffer.isView(h)?h=new Uint8Array(h.buffer,h.byteOffset,h.byteLength):Array.isArray(h)&&(h=Uint8Array.from(h))),!(h instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(h.length===0)return"";for(var p=0,y=0,g=0,b=h.length;g!==b&&h[g]===0;)g++,p++;for(var v=(b-g)*f+1>>>0,T=new Uint8Array(v);g!==b;){for(var E=h[g],S=0,I=v-1;(E!==0||S<y)&&I!==-1;I--,S++)E+=256*T[I]>>>0,T[I]=E%a>>>0,E=E/a>>>0;if(E!==0)throw new Error("Non-zero carry");y=S,g++}for(var B=v-y;B!==v&&T[B]===0;)B++;for(var U=c.repeat(p);B<v;++B)U+=e.charAt(T[B]);return U}function d(h){if(typeof h!="string")throw new TypeError("Expected String");if(h.length===0)return new Uint8Array;var p=0;if(h[p]!==" "){for(var y=0,g=0;h[p]===c;)y++,p++;for(var b=(h.length-p)*u+1>>>0,v=new Uint8Array(b);h[p];){var T=r[h.charCodeAt(p)];if(T===255)return;for(var E=0,S=b-1;(T!==0||E<g)&&S!==-1;S--,E++)T+=a*v[S]>>>0,v[S]=T%256>>>0,T=T/256>>>0;if(T!==0)throw new Error("Non-zero carry");g=E,p++}if(h[p]!==" "){for(var I=b-g;I!==b&&v[I]===0;)I++;for(var B=new Uint8Array(y+(b-I)),U=y;I!==b;)B[U++]=v[I++];return B}}}function m(h){var p=d(h);if(p)return p;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:d,decode:m}}var sy=oy,ay=sy,kc=ay;var yw=new Uint8Array(0);var Lc=(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},Xt=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 Uc=e=>new TextEncoder().encode(e),Pc=e=>new TextDecoder().decode(e);var Cs=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")}},Ts=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 Kc(this,t)}},_s=class{constructor(t){this.decoders=t}or(t){return Kc(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`)}},Kc=(e,t)=>new _s({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),Is=class{constructor(t,r,n,i){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new Cs(t,r,n),this.decoder=new Ts(t,r,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},ln=({name:e,prefix:t,encode:r,decode:n})=>new Is(e,t,r,n),pr=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:i}=kc(r,t);return ln({prefix:e,name:t,encode:n,decode:o=>Xt(i(o))})},cy=(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 s=new Uint8Array(o*r/8|0),a=0,c=0,u=0;for(let f=0;f<o;++f){let l=i[e[f]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|l,a+=r,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},uy=(e,t,r)=>{let n=t[t.length-1]==="=",i=(1<<r)-1,o="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,o+=t[i&a>>s];if(s&&(o+=t[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},Re=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>ln({prefix:t,name:e,encode(i){return uy(i,n,r)},decode(i){return cy(i,n,r,e)}});var at=pr({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),fy=pr({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Ds={};de(Ds,{identity:()=>ly});var ly=ln({prefix:"\0",name:"identity",encode:e=>Pc(e),decode:e=>Uc(e)});var Ns={};de(Ns,{base2:()=>hy});var hy=Re({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var ks={};de(ks,{base8:()=>dy});var dy=Re({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ls={};de(Ls,{base10:()=>py});var py=pr({prefix:"9",name:"base10",alphabet:"0123456789"});var Us={};de(Us,{base16:()=>yy,base16upper:()=>gy});var yy=Re({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),gy=Re({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Ps={};de(Ps,{base32:()=>hn,base32hex:()=>by,base32hexpad:()=>Ey,base32hexpadupper:()=>Sy,base32hexupper:()=>wy,base32pad:()=>xy,base32padupper:()=>vy,base32upper:()=>my,base32z:()=>By});var hn=Re({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),my=Re({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),xy=Re({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),vy=Re({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),by=Re({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),wy=Re({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Ey=Re({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Sy=Re({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),By=Re({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Os={};de(Os,{base36:()=>Ay,base36upper:()=>Cy});var Ay=pr({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Cy=pr({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Ks={};de(Ks,{base64:()=>Ty,base64pad:()=>_y,base64url:()=>Iy,base64urlpad:()=>Ry});var Ty=Re({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),_y=Re({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Iy=Re({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Ry=Re({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Ms={};de(Ms,{base256emoji:()=>Uy});var Mc=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}"),Dy=Mc.reduce((e,t,r)=>(e[r]=t,e),[]),Ny=Mc.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function ky(e){return e.reduce((t,r)=>(t+=Dy[r],t),"")}function Ly(e){let t=[];for(let r of e){let n=Ny[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var Uy=ln({prefix:"\u{1F680}",name:"base256emoji",encode:ky,decode:Ly});var zs={};de(zs,{sha256:()=>Ji,sha512:()=>e1});var Py=qc,Fc=128,Oy=127,Ky=~Oy,My=Math.pow(2,31);function qc(e,t,r){t=t||[],r=r||0;for(var n=r;e>=My;)t[r++]=e&255|Fc,e/=128;for(;e&Ky;)t[r++]=e&255|Fc,e>>>=7;return t[r]=e|0,qc.bytes=r-n+1,t}var Fy=Fs,Vy=128,Vc=127;function Fs(e,n){var r=0,n=n||0,i=0,o=n,s,a=e.length;do{if(o>=a)throw Fs.bytes=0,new RangeError("Could not decode varint");s=e[o++],r+=i<28?(s&Vc)<<i:(s&Vc)*Math.pow(2,i),i+=7}while(s>=Vy);return Fs.bytes=o-n,r}var qy=Math.pow(2,7),zy=Math.pow(2,14),Hy=Math.pow(2,21),Gy=Math.pow(2,28),$y=Math.pow(2,35),Wy=Math.pow(2,42),Yy=Math.pow(2,49),Zy=Math.pow(2,56),Qy=Math.pow(2,63),Xy=function(e){return e<qy?1:e<zy?2:e<Hy?3:e<Gy?4:e<$y?5:e<Wy?6:e<Yy?7:e<Zy?8:e<Qy?9:10},Jy={encode:Py,decode:Fy,encodingLength:Xy},jy=Jy,jn=jy;var ei=(e,t=0)=>[jn.decode(e,t),jn.decode.bytes],dn=(e,t,r=0)=>(jn.encode(e,t,r),t),pn=e=>jn.encodingLength(e);var yr=(e,t)=>{let r=t.byteLength,n=pn(e),i=n+pn(r),o=new Uint8Array(i+r);return dn(e,o,0),dn(r,o,n),o.set(t,i),new yn(e,r,t,o)},ti=e=>{let t=Xt(e),[r,n]=ei(t),[i,o]=ei(t.subarray(n)),s=t.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new yn(r,i,s,t)},zc=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&Lc(e.bytes,r.bytes)}},yn=class{constructor(t,r,n,i){this.code=t,this.size=r,this.digest=n,this.bytes=i}};var qs=({name:e,code:t,encode:r})=>new Vs(e,t,r),Vs=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?yr(this.code,r):r.then(n=>yr(this.code,n))}else throw Error("Unknown type, must be binary type")}};var Gc=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),Ji=qs({name:"sha2-256",code:18,encode:Gc("SHA-256")}),e1=qs({name:"sha2-512",code:19,encode:Gc("SHA-512")});var Hs={};de(Hs,{identity:()=>ji});var $c=0,t1="identity",Wc=Xt,r1=e=>yr($c,Wc(e)),ji={code:$c,name:t1,encode:Wc,digest:r1};var Pw=new TextEncoder,Ow=new TextDecoder;var Yc=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return s1(r,Gs(e),t||at.encoder);default:return a1(r,Gs(e),t||hn.encoder)}};var Zc=new WeakMap,Gs=e=>{let t=Zc.get(e);if(t==null){let r=new Map;return Zc.set(e,r),r}return t},Fr=class e{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!==ri)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==c1)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.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=yr(t,r);return e.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 e.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&zc(t.multihash,n.multihash)}toString(t){return Yc(this,t)}toJSON(){return{"/":Yc(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 e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:o,bytes:s}=r;return new e(n,i,o,s||Qc(n,i,o.bytes))}else if(r[u1]===!0){let{version:n,multihash:i,code:o}=r,s=ti(i);return e.create(n,o,s)}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!==ri)throw new Error(`Version 0 CID must use dag-pb (code: ${ri}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let i=Qc(t,r,n.bytes);return new e(t,r,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,ri,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,i=Xt(t.subarray(n,n+r.multihashSize));if(i.byteLength!==r.multihashSize)throw new Error("Incorrect length");let o=i.subarray(r.multihashSize-r.digestSize),s=new yn(r.multihashCode,r.digestSize,o,i);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[l,d]=ei(t.subarray(r));return r+=d,l},i=n(),o=ri;if(i===18?(i=0,r=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=r,a=n(),c=n(),u=r+c,f=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:f,size:u}}static parse(t,r){let[n,i]=o1(t,r),o=e.decode(i);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Gs(o).set(n,t),o}},o1=(e,t)=>{switch(e[0]){case"Q":{let r=t||at;return[at.prefix,r.decode(`${at.prefix}${e}`)]}case at.prefix:{let r=t||at;return[at.prefix,r.decode(e)]}case hn.prefix:{let r=t||hn;return[hn.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)]}}},s1=(e,t,r)=>{let{prefix:n}=r;if(n!==at.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},a1=(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},ri=112,c1=18,Qc=(e,t,r)=>{let n=pn(e),i=n+pn(t),o=new Uint8Array(i+r.byteLength);return dn(e,o,0),dn(t,o,n),o.set(r,i),o},u1=Symbol.for("@ipld/js-cid/CID");var $s={...Ds,...Ns,...ks,...Ls,...Us,...Ps,...Os,...Rs,...Ks,...Ms},Ww={...zs,...Hs};function ke(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 f1=Symbol.for("nodejs.util.inspect.custom"),Xc=Object.values($s).map(e=>e.decoder).reduce((e,t)=>e.or(t),$s.identity.decoder),Jc=114,jc=36,eu=37,ni=class{type;multihash;privateKey;publicKey;string;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()})`}[vs]=!0;toString(){return this.string==null&&(this.string=at.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return Fr.createV1(Jc,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(t){if(t instanceof Uint8Array)return ke(this.multihash.bytes,t);if(typeof t=="string")return Ws(t).equals(this);if(t?.multihash?.bytes!=null)return ke(this.multihash.bytes,t.multihash.bytes);throw new Error("not valid Id")}[f1](){return`PeerId(${this.toString()})`}},ii=class extends ni{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},oi=class extends ni{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.multihash.digest}},si=class extends ni{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.multihash.digest}};function Ws(e,t){if(t=t??Xc,e.charAt(0)==="1"||e.charAt(0)==="Q"){let r=ti(at.decode(`z${e}`));return e.startsWith("12D")?new oi({multihash:r}):e.startsWith("16U")?new si({multihash:r}):new ii({multihash:r})}return l1(Xc.decode(e))}function l1(e){try{let t=ti(e);if(t.code===ji.code){if(t.digest.length===jc)return new oi({multihash:t});if(t.digest.length===eu)return new si({multihash:t})}if(t.code===Ji.code)return new ii({multihash:t})}catch{return h1(Fr.decode(e))}throw new Error("Supplied PeerID CID is invalid")}function h1(e){if(e==null||e.multihash==null||e.version==null||e.version===1&&e.code!==Jc)throw new Error("Supplied PeerID CID is invalid");let t=e.multihash;if(t.code===Ji.code)return new ii({multihash:e.multihash});if(t.code===ji.code){if(t.digest.length===jc)return new oi({multihash:e.multihash});if(t.digest.length===eu)return new si({multihash:e.multihash})}throw new Error("Supplied PeerID CID is invalid")}var DS=xe(fi(),1),NS=xe(mf(),1);var ce=class extends Error{code;props;constructor(t,r,n){super(t),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var Lv=xe(ge(),1);function wn(e){return globalThis.Buffer!=null?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e}var ba={};de(ba,{base10:()=>qm});function Om(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),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}var a=e.length,c=e.charAt(0),u=Math.log(a)/Math.log(256),f=Math.log(256)/Math.log(a);function l(h){if(h instanceof Uint8Array||(ArrayBuffer.isView(h)?h=new Uint8Array(h.buffer,h.byteOffset,h.byteLength):Array.isArray(h)&&(h=Uint8Array.from(h))),!(h instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(h.length===0)return"";for(var p=0,y=0,g=0,b=h.length;g!==b&&h[g]===0;)g++,p++;for(var v=(b-g)*f+1>>>0,T=new Uint8Array(v);g!==b;){for(var E=h[g],S=0,I=v-1;(E!==0||S<y)&&I!==-1;I--,S++)E+=256*T[I]>>>0,T[I]=E%a>>>0,E=E/a>>>0;if(E!==0)throw new Error("Non-zero carry");y=S,g++}for(var B=v-y;B!==v&&T[B]===0;)B++;for(var U=c.repeat(p);B<v;++B)U+=e.charAt(T[B]);return U}function d(h){if(typeof h!="string")throw new TypeError("Expected String");if(h.length===0)return new Uint8Array;var p=0;if(h[p]!==" "){for(var y=0,g=0;h[p]===c;)y++,p++;for(var b=(h.length-p)*u+1>>>0,v=new Uint8Array(b);h[p];){var T=r[h.charCodeAt(p)];if(T===255)return;for(var E=0,S=b-1;(T!==0||E<g)&&S!==-1;S--,E++)T+=a*v[S]>>>0,v[S]=T%256>>>0,T=T/256>>>0;if(T!==0)throw new Error("Non-zero carry");g=E,p++}if(h[p]!==" "){for(var I=b-g;I!==b&&v[I]===0;)I++;for(var B=new Uint8Array(y+(b-I)),U=y;I!==b;)B[U++]=v[I++];return B}}}function m(h){var p=d(h);if(p)return p;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:d,decode:m}}var Km=Om,Mm=Km,xf=Mm;var kE=new Uint8Array(0);var vf=(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},tr=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 bf=e=>new TextEncoder().encode(e),wf=e=>new TextDecoder().decode(e);var ga=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")}},ma=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 Sf(this,t)}},xa=class{constructor(t){this.decoders=t}or(t){return Sf(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`)}},Sf=(e,t)=>new xa({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),va=class{constructor(t,r,n,i){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new ga(t,r,n),this.decoder=new ma(t,r,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},En=({name:e,prefix:t,encode:r,decode:n})=>new va(e,t,r,n),br=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:i}=xf(r,t);return En({prefix:e,name:t,encode:n,decode:o=>tr(i(o))})},Fm=(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 s=new Uint8Array(o*r/8|0),a=0,c=0,u=0;for(let f=0;f<o;++f){let l=i[e[f]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|l,a+=r,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},Vm=(e,t,r)=>{let n=t[t.length-1]==="=",i=(1<<r)-1,o="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,o+=t[i&a>>s];if(s&&(o+=t[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},De=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>En({prefix:t,name:e,encode(i){return Vm(i,n,r)},decode(i){return Fm(i,n,r,e)}});var qm=br({prefix:"9",name:"base10",alphabet:"0123456789"});var wa={};de(wa,{base16:()=>zm,base16upper:()=>Hm});var zm=De({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Hm=De({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Ea={};de(Ea,{base2:()=>Gm});var Gm=De({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Sa={};de(Sa,{base256emoji:()=>Qm});var Bf=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}"),$m=Bf.reduce((e,t,r)=>(e[r]=t,e),[]),Wm=Bf.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function Ym(e){return e.reduce((t,r)=>(t+=$m[r],t),"")}function Zm(e){let t=[];for(let r of e){let n=Wm[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var Qm=En({prefix:"\u{1F680}",name:"base256emoji",encode:Ym,decode:Zm});var Ba={};de(Ba,{base32:()=>wr,base32hex:()=>jm,base32hexpad:()=>t2,base32hexpadupper:()=>r2,base32hexupper:()=>e2,base32pad:()=>Xm,base32padupper:()=>Jm,base32upper:()=>Af,base32z:()=>n2});var wr=De({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Af=De({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Xm=De({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Jm=De({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),jm=De({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),e2=De({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),t2=De({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),r2=De({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),n2=De({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Aa={};de(Aa,{base36:()=>i2,base36upper:()=>o2});var i2=br({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),o2=br({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Ca={};de(Ca,{base58btc:()=>We,base58flickr:()=>s2});var We=br({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),s2=br({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Ta={};de(Ta,{base64:()=>Sn,base64pad:()=>a2,base64url:()=>c2,base64urlpad:()=>u2});var Sn=De({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),a2=De({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),c2=De({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),u2=De({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var _a={};de(_a,{base8:()=>f2});var f2=De({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ia={};de(Ia,{identity:()=>l2});var l2=En({prefix:"\0",name:"identity",encode:e=>wf(e),decode:e=>bf(e)});var YE=new TextEncoder,ZE=new TextDecoder;var Da={};de(Da,{identity:()=>zt});var p2=_f,Cf=128,y2=127,g2=~y2,m2=Math.pow(2,31);function _f(e,t,r){t=t||[],r=r||0;for(var n=r;e>=m2;)t[r++]=e&255|Cf,e/=128;for(;e&g2;)t[r++]=e&255|Cf,e>>>=7;return t[r]=e|0,_f.bytes=r-n+1,t}var x2=Ra,v2=128,Tf=127;function Ra(e,n){var r=0,n=n||0,i=0,o=n,s,a=e.length;do{if(o>=a)throw Ra.bytes=0,new RangeError("Could not decode varint");s=e[o++],r+=i<28?(s&Tf)<<i:(s&Tf)*Math.pow(2,i),i+=7}while(s>=v2);return Ra.bytes=o-n,r}var b2=Math.pow(2,7),w2=Math.pow(2,14),E2=Math.pow(2,21),S2=Math.pow(2,28),B2=Math.pow(2,35),A2=Math.pow(2,42),C2=Math.pow(2,49),T2=Math.pow(2,56),_2=Math.pow(2,63),I2=function(e){return e<b2?1:e<w2?2:e<E2?3:e<S2?4:e<B2?5:e<A2?6:e<C2?7:e<T2?8:e<_2?9:10},R2={encode:p2,decode:x2,encodingLength:I2},D2=R2,di=D2;var pi=(e,t=0)=>[di.decode(e,t),di.decode.bytes],Bn=(e,t,r=0)=>(di.encode(e,t,r),t),An=e=>di.encodingLength(e);var qt=(e,t)=>{let r=t.byteLength,n=An(e),i=n+An(r),o=new Uint8Array(i+r);return Bn(e,o,0),Bn(r,o,n),o.set(t,i),new Cn(e,r,t,o)},$r=e=>{let t=tr(e),[r,n]=pi(t),[i,o]=pi(t.subarray(n)),s=t.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new Cn(r,i,s,t)},If=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&vf(e.bytes,r.bytes)}},Cn=class{constructor(t,r,n,i){this.code=t,this.size=r,this.digest=n,this.bytes=i}};var Rf=0,N2="identity",Df=tr,k2=e=>qt(Rf,Df(e)),zt={code:Rf,name:N2,encode:Df,digest:k2};var La={};de(La,{sha256:()=>Ye,sha512:()=>L2});var ka=({name:e,code:t,encode:r})=>new Na(e,t,r),Na=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?qt(this.code,r):r.then(n=>qt(this.code,n))}else throw Error("Unknown type, must be binary type")}};var kf=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),Ye=ka({name:"sha2-256",code:18,encode:kf("SHA-256")}),L2=ka({name:"sha2-512",code:19,encode:kf("SHA-512")});var Lf=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return P2(r,Ua(e),t||We.encoder);default:return O2(r,Ua(e),t||wr.encoder)}};var Uf=new WeakMap,Ua=e=>{let t=Uf.get(e);if(t==null){let r=new Map;return Uf.set(e,r),r}return t},rr=class e{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!==yi)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==K2)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.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=qt(t,r);return e.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 e.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&If(t.multihash,n.multihash)}toString(t){return Lf(this,t)}toJSON(){return{"/":Lf(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 e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:o,bytes:s}=r;return new e(n,i,o,s||Pf(n,i,o.bytes))}else if(r[M2]===!0){let{version:n,multihash:i,code:o}=r,s=$r(i);return e.create(n,o,s)}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!==yi)throw new Error(`Version 0 CID must use dag-pb (code: ${yi}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let i=Pf(t,r,n.bytes);return new e(t,r,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,yi,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,i=tr(t.subarray(n,n+r.multihashSize));if(i.byteLength!==r.multihashSize)throw new Error("Incorrect length");let o=i.subarray(r.multihashSize-r.digestSize),s=new Cn(r.multihashCode,r.digestSize,o,i);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[l,d]=pi(t.subarray(r));return r+=d,l},i=n(),o=yi;if(i===18?(i=0,r=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=r,a=n(),c=n(),u=r+c,f=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:f,size:u}}static parse(t,r){let[n,i]=U2(t,r),o=e.decode(i);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Ua(o).set(n,t),o}},U2=(e,t)=>{switch(e[0]){case"Q":{let r=t||We;return[We.prefix,r.decode(`${We.prefix}${e}`)]}case We.prefix:{let r=t||We;return[We.prefix,r.decode(e)]}case wr.prefix:{let r=t||wr;return[wr.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)]}}},P2=(e,t,r)=>{let{prefix:n}=r;if(n!==We.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},O2=(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},yi=112,K2=18,Pf=(e,t,r)=>{let n=An(e),i=n+An(t),o=new Uint8Array(i+r.byteLength);return Bn(e,o,0),Bn(t,o,n),o.set(r,i),o},M2=Symbol.for("@ipld/js-cid/CID");var Tn={...Ia,...Ea,..._a,...ba,...wa,...Ba,...Aa,...Ca,...Ta,...Sa},l8={...La,...Da};function bo(e=0){return globalThis.Buffer?.allocUnsafe!=null?wn(globalThis.Buffer.allocUnsafe(e)):new Uint8Array(e)}function Kf(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var Of=Kf("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),Pa=Kf("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=bo(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),F2={utf8:Of,"utf-8":Of,hex:Tn.base16,latin1:Pa,ascii:Pa,binary:Pa,...Tn},wo=F2;function Te(e,t="utf8"){let r=wo[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?wn(globalThis.Buffer.from(e,"utf-8")):r.decoder.decode(`${r.prefix}${e}`)}var x0={};de(x0,{Ed25519PrivateKey:()=>en,Ed25519PublicKey:()=>Ei,generateKeyPair:()=>iv,generateKeyPairFromSeed:()=>jl,unmarshalEd25519PrivateKey:()=>rv,unmarshalEd25519PublicKey:()=>nv});function Mf(e){if(!Number.isSafeInteger(e)||e<0)throw new Error(`Wrong positive integer: ${e}`)}function Oa(e,...t){if(!(e instanceof Uint8Array))throw new Error("Expected Uint8Array");if(t.length>0&&!t.includes(e.length))throw new Error(`Expected Uint8Array of length ${t}, not of length=${e.length}`)}function Ff(e){if(typeof e!="function"||typeof e.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");Mf(e.outputLen),Mf(e.blockLen)}function _n(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function Vf(e,t){Oa(e);let r=t.outputLen;if(e.length<r)throw new Error(`digestInto() expects output buffer of length at least ${r}`)}var Eo=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;var qf=e=>e instanceof Uint8Array;var So=e=>new DataView(e.buffer,e.byteOffset,e.byteLength),Ct=(e,t)=>e<<32-t|e>>>t,V2=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;if(!V2)throw new Error("Non little-endian hardware is not supported");function Ka(e){if(typeof e!="string")throw new Error(`utf8ToBytes expected string, got ${typeof e}`);return new Uint8Array(new TextEncoder().encode(e))}function gi(e){if(typeof e=="string"&&(e=Ka(e)),!qf(e))throw new Error(`expected Uint8Array, got ${typeof e}`);return e}function Bo(...e){let t=new Uint8Array(e.reduce((n,i)=>n+i.length,0)),r=0;return e.forEach(n=>{if(!qf(n))throw new Error("Uint8Array expected");t.set(n,r),r+=n.length}),t}var In=class{clone(){return this._cloneInto()}},B8={}.toString;function Ao(e){let t=n=>e().update(gi(n)).digest(),r=e();return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=()=>e(),t}function Rn(e=32){if(Eo&&typeof Eo.getRandomValues=="function")return Eo.getRandomValues(new Uint8Array(e));throw new Error("crypto.getRandomValues must be defined")}function q2(e,t,r,n){if(typeof e.setBigUint64=="function")return e.setBigUint64(t,r,n);let i=BigInt(32),o=BigInt(4294967295),s=Number(r>>i&o),a=Number(r&o),c=n?4:0,u=n?0:4;e.setUint32(t+c,s,n),e.setUint32(t+u,a,n)}var Dn=class extends In{constructor(t,r,n,i){super(),this.blockLen=t,this.outputLen=r,this.padOffset=n,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(t),this.view=So(this.buffer)}update(t){_n(this);let{view:r,buffer:n,blockLen:i}=this;t=gi(t);let o=t.length;for(let s=0;s<o;){let a=Math.min(i-this.pos,o-s);if(a===i){let c=So(t);for(;i<=o-s;s+=i)this.process(c,s);continue}n.set(t.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===i&&(this.process(r,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){_n(this),Vf(t,this),this.finished=!0;let{buffer:r,view:n,blockLen:i,isLE:o}=this,{pos:s}=this;r[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>i-s&&(this.process(n,0),s=0);for(let l=s;l<i;l++)r[l]=0;q2(n,i-8,BigInt(this.length*8),o),this.process(n,0);let a=So(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let u=c/4,f=this.get();if(u>f.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<u;l++)a.setUint32(4*l,f[l],o)}digest(){let{buffer:t,outputLen:r}=this;this.digestInto(t);let n=t.slice(0,r);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:r,buffer:n,length:i,finished:o,destroyed:s,pos:a}=this;return t.length=i,t.pos=a,t.finished=o,t.destroyed=s,i%r&&t.buffer.set(n),t}};var Co=BigInt(4294967295),Ma=BigInt(32);function zf(e,t=!1){return t?{h:Number(e&Co),l:Number(e>>Ma&Co)}:{h:Number(e>>Ma&Co)|0,l:Number(e&Co)|0}}function z2(e,t=!1){let r=new Uint32Array(e.length),n=new Uint32Array(e.length);for(let i=0;i<e.length;i++){let{h:o,l:s}=zf(e[i],t);[r[i],n[i]]=[o,s]}return[r,n]}var H2=(e,t)=>BigInt(e>>>0)<<Ma|BigInt(t>>>0),G2=(e,t,r)=>e>>>r,$2=(e,t,r)=>e<<32-r|t>>>r,W2=(e,t,r)=>e>>>r|t<<32-r,Y2=(e,t,r)=>e<<32-r|t>>>r,Z2=(e,t,r)=>e<<64-r|t>>>r-32,Q2=(e,t,r)=>e>>>r-32|t<<64-r,X2=(e,t)=>t,J2=(e,t)=>e,j2=(e,t,r)=>e<<r|t>>>32-r,ex=(e,t,r)=>t<<r|e>>>32-r,tx=(e,t,r)=>t<<r-32|e>>>64-r,rx=(e,t,r)=>e<<r-32|t>>>64-r;function nx(e,t,r,n){let i=(t>>>0)+(n>>>0);return{h:e+r+(i/2**32|0)|0,l:i|0}}var ix=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),ox=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,sx=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),ax=(e,t,r,n,i)=>t+r+n+i+(e/2**32|0)|0,cx=(e,t,r,n,i)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(i>>>0),ux=(e,t,r,n,i,o)=>t+r+n+i+o+(e/2**32|0)|0;var fx={fromBig:zf,split:z2,toBig:H2,shrSH:G2,shrSL:$2,rotrSH:W2,rotrSL:Y2,rotrBH:Z2,rotrBL:Q2,rotr32H:X2,rotr32L:J2,rotlSH:j2,rotlSL:ex,rotlBH:tx,rotlBL:rx,add:nx,add3L:ix,add3H:ox,add4L:sx,add4H:ax,add5H:ux,add5L:cx},te=fx;var[lx,hx]=(()=>te.split(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))))(),Er=new Uint32Array(80),Sr=new Uint32Array(80),Fa=class extends Dn{constructor(){super(128,64,16,!1),this.Ah=1779033703,this.Al=-205731576,this.Bh=-1150833019,this.Bl=-2067093701,this.Ch=1013904242,this.Cl=-23791573,this.Dh=-1521486534,this.Dl=1595750129,this.Eh=1359893119,this.El=-1377402159,this.Fh=-1694144372,this.Fl=725511199,this.Gh=528734635,this.Gl=-79577749,this.Hh=1541459225,this.Hl=327033209}get(){let{Ah:t,Al:r,Bh:n,Bl:i,Ch:o,Cl:s,Dh:a,Dl:c,Eh:u,El:f,Fh:l,Fl:d,Gh:m,Gl:h,Hh:p,Hl:y}=this;return[t,r,n,i,o,s,a,c,u,f,l,d,m,h,p,y]}set(t,r,n,i,o,s,a,c,u,f,l,d,m,h,p,y){this.Ah=t|0,this.Al=r|0,this.Bh=n|0,this.Bl=i|0,this.Ch=o|0,this.Cl=s|0,this.Dh=a|0,this.Dl=c|0,this.Eh=u|0,this.El=f|0,this.Fh=l|0,this.Fl=d|0,this.Gh=m|0,this.Gl=h|0,this.Hh=p|0,this.Hl=y|0}process(t,r){for(let v=0;v<16;v++,r+=4)Er[v]=t.getUint32(r),Sr[v]=t.getUint32(r+=4);for(let v=16;v<80;v++){let T=Er[v-15]|0,E=Sr[v-15]|0,S=te.rotrSH(T,E,1)^te.rotrSH(T,E,8)^te.shrSH(T,E,7),I=te.rotrSL(T,E,1)^te.rotrSL(T,E,8)^te.shrSL(T,E,7),B=Er[v-2]|0,U=Sr[v-2]|0,M=te.rotrSH(B,U,19)^te.rotrBH(B,U,61)^te.shrSH(B,U,6),O=te.rotrSL(B,U,19)^te.rotrBL(B,U,61)^te.shrSL(B,U,6),V=te.add4L(I,O,Sr[v-7],Sr[v-16]),Z=te.add4H(V,S,M,Er[v-7],Er[v-16]);Er[v]=Z|0,Sr[v]=V|0}let{Ah:n,Al:i,Bh:o,Bl:s,Ch:a,Cl:c,Dh:u,Dl:f,Eh:l,El:d,Fh:m,Fl:h,Gh:p,Gl:y,Hh:g,Hl:b}=this;for(let v=0;v<80;v++){let T=te.rotrSH(l,d,14)^te.rotrSH(l,d,18)^te.rotrBH(l,d,41),E=te.rotrSL(l,d,14)^te.rotrSL(l,d,18)^te.rotrBL(l,d,41),S=l&m^~l&p,I=d&h^~d&y,B=te.add5L(b,E,I,hx[v],Sr[v]),U=te.add5H(B,g,T,S,lx[v],Er[v]),M=B|0,O=te.rotrSH(n,i,28)^te.rotrBH(n,i,34)^te.rotrBH(n,i,39),V=te.rotrSL(n,i,28)^te.rotrBL(n,i,34)^te.rotrBL(n,i,39),Z=n&o^n&a^o&a,re=i&s^i&c^s&c;g=p|0,b=y|0,p=m|0,y=h|0,m=l|0,h=d|0,{h:l,l:d}=te.add(u|0,f|0,U|0,M|0),u=a|0,f=c|0,a=o|0,c=s|0,o=n|0,s=i|0;let A=te.add3L(M,V,re);n=te.add3H(A,U,O,Z),i=A|0}({h:n,l:i}=te.add(this.Ah|0,this.Al|0,n|0,i|0)),{h:o,l:s}=te.add(this.Bh|0,this.Bl|0,o|0,s|0),{h:a,l:c}=te.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l:f}=te.add(this.Dh|0,this.Dl|0,u|0,f|0),{h:l,l:d}=te.add(this.Eh|0,this.El|0,l|0,d|0),{h:m,l:h}=te.add(this.Fh|0,this.Fl|0,m|0,h|0),{h:p,l:y}=te.add(this.Gh|0,this.Gl|0,p|0,y|0),{h:g,l:b}=te.add(this.Hh|0,this.Hl|0,g|0,b|0),this.set(n,i,o,s,a,c,u,f,l,d,m,h,p,y,g,b)}roundClean(){Er.fill(0),Sr.fill(0)}destroy(){this.buffer.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var Va=Ao(()=>new Fa);var Io={};de(Io,{bitGet:()=>vx,bitLen:()=>xx,bitMask:()=>mi,bitSet:()=>bx,bytesToHex:()=>nr,bytesToNumberBE:()=>ir,bytesToNumberLE:()=>Br,concatBytes:()=>or,createHmacDrbg:()=>Ha,ensureBytes:()=>Ne,equalBytes:()=>gx,hexToBytes:()=>Yr,hexToNumber:()=>za,numberToBytesBE:()=>Ar,numberToBytesLE:()=>Zr,numberToHexUnpadded:()=>$f,numberToVarBytesBE:()=>yx,utf8ToBytes:()=>mx,validateObject:()=>Ht});var Gf=BigInt(0),To=BigInt(1),dx=BigInt(2),_o=e=>e instanceof Uint8Array,px=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function nr(e){if(!_o(e))throw new Error("Uint8Array expected");let t="";for(let r=0;r<e.length;r++)t+=px[e[r]];return t}function $f(e){let t=e.toString(16);return t.length&1?`0${t}`:t}function za(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);return BigInt(e===""?"0":`0x${e}`)}function Yr(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);let t=e.length;if(t%2)throw new Error("padded hex string expected, got unpadded hex of length "+t);let r=new Uint8Array(t/2);for(let n=0;n<r.length;n++){let i=n*2,o=e.slice(i,i+2),s=Number.parseInt(o,16);if(Number.isNaN(s)||s<0)throw new Error("Invalid byte sequence");r[n]=s}return r}function ir(e){return za(nr(e))}function Br(e){if(!_o(e))throw new Error("Uint8Array expected");return za(nr(Uint8Array.from(e).reverse()))}function Ar(e,t){return Yr(e.toString(16).padStart(t*2,"0"))}function Zr(e,t){return Ar(e,t).reverse()}function yx(e){return Yr($f(e))}function Ne(e,t,r){let n;if(typeof t=="string")try{n=Yr(t)}catch(o){throw new Error(`${e} must be valid hex string, got "${t}". Cause: ${o}`)}else if(_o(t))n=Uint8Array.from(t);else throw new Error(`${e} must be hex string or Uint8Array`);let i=n.length;if(typeof r=="number"&&i!==r)throw new Error(`${e} expected ${r} bytes, got ${i}`);return n}function or(...e){let t=new Uint8Array(e.reduce((n,i)=>n+i.length,0)),r=0;return e.forEach(n=>{if(!_o(n))throw new Error("Uint8Array expected");t.set(n,r),r+=n.length}),t}function gx(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 mx(e){if(typeof e!="string")throw new Error(`utf8ToBytes expected string, got ${typeof e}`);return new Uint8Array(new TextEncoder().encode(e))}function xx(e){let t;for(t=0;e>Gf;e>>=To,t+=1);return t}function vx(e,t){return e>>BigInt(t)&To}var bx=(e,t,r)=>e|(r?To:Gf)<<BigInt(t),mi=e=>(dx<<BigInt(e-1))-To,qa=e=>new Uint8Array(e),Hf=e=>Uint8Array.from(e);function Ha(e,t,r){if(typeof e!="number"||e<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof r!="function")throw new Error("hmacFn must be a function");let n=qa(e),i=qa(e),o=0,s=()=>{n.fill(1),i.fill(0),o=0},a=(...l)=>r(i,n,...l),c=(l=qa())=>{i=a(Hf([0]),l),n=a(),l.length!==0&&(i=a(Hf([1]),l),n=a())},u=()=>{if(o++>=1e3)throw new Error("drbg: tried 1000 values");let l=0,d=[];for(;l<t;){n=a();let m=n.slice();d.push(m),l+=n.length}return or(...d)};return(l,d)=>{s(),c(l);let m;for(;!(m=d(u()));)c();return s(),m}}var wx={bigint:e=>typeof e=="bigint",function:e=>typeof e=="function",boolean:e=>typeof e=="boolean",string:e=>typeof e=="string",stringOrUint8Array:e=>typeof e=="string"||e instanceof Uint8Array,isSafeInteger:e=>Number.isSafeInteger(e),array:e=>Array.isArray(e),field:(e,t)=>t.Fp.isValid(e),hash:e=>typeof e=="function"&&Number.isSafeInteger(e.outputLen)};function Ht(e,t,r={}){let n=(i,o,s)=>{let a=wx[o];if(typeof a!="function")throw new Error(`Invalid validator "${o}", expected function`);let c=e[i];if(!(s&&c===void 0)&&!a(c,e))throw new Error(`Invalid param ${String(i)}=${c} (${typeof c}), expected ${o}`)};for(let[i,o]of Object.entries(t))n(i,o,!1);for(let[i,o]of Object.entries(r))n(i,o,!0);return e}var Me=BigInt(0),Se=BigInt(1),Qr=BigInt(2),Ex=BigInt(3),Ga=BigInt(4),Wf=BigInt(5),Yf=BigInt(8),Sx=BigInt(9),Bx=BigInt(16);function me(e,t){let r=e%t;return r>=Me?r:t+r}function Ax(e,t,r){if(r<=Me||t<Me)throw new Error("Expected power/modulo > 0");if(r===Se)return Me;let n=Se;for(;t>Me;)t&Se&&(n=n*e%r),e=e*e%r,t>>=Se;return n}function Be(e,t,r){let n=e;for(;t-- >Me;)n*=n,n%=r;return n}function Ro(e,t){if(e===Me||t<=Me)throw new Error(`invert: expected positive integers, got n=${e} mod=${t}`);let r=me(e,t),n=t,i=Me,o=Se,s=Se,a=Me;for(;r!==Me;){let u=n/r,f=n%r,l=i-s*u,d=o-a*u;n=r,r=f,i=s,o=a,s=l,a=d}if(n!==Se)throw new Error("invert: does not exist");return me(i,t)}function Cx(e){let t=(e-Se)/Qr,r,n,i;for(r=e-Se,n=0;r%Qr===Me;r/=Qr,n++);for(i=Qr;i<e&&Ax(i,t,e)!==e-Se;i++);if(n===1){let s=(e+Se)/Ga;return function(c,u){let f=c.pow(u,s);if(!c.eql(c.sqr(f),u))throw new Error("Cannot find square root");return f}}let o=(r+Se)/Qr;return function(a,c){if(a.pow(c,t)===a.neg(a.ONE))throw new Error("Cannot find square root");let u=n,f=a.pow(a.mul(a.ONE,i),r),l=a.pow(c,o),d=a.pow(c,r);for(;!a.eql(d,a.ONE);){if(a.eql(d,a.ZERO))return a.ZERO;let m=1;for(let p=a.sqr(d);m<u&&!a.eql(p,a.ONE);m++)p=a.sqr(p);let h=a.pow(f,Se<<BigInt(u-m-1));f=a.sqr(h),l=a.mul(l,h),d=a.mul(d,f),u=m}return l}}function Tx(e){if(e%Ga===Ex){let t=(e+Se)/Ga;return function(n,i){let o=n.pow(i,t);if(!n.eql(n.sqr(o),i))throw new Error("Cannot find square root");return o}}if(e%Yf===Wf){let t=(e-Wf)/Yf;return function(n,i){let o=n.mul(i,Qr),s=n.pow(o,t),a=n.mul(i,s),c=n.mul(n.mul(a,Qr),s),u=n.mul(a,n.sub(c,n.ONE));if(!n.eql(n.sqr(u),i))throw new Error("Cannot find square root");return u}}return e%Bx,Cx(e)}var Zf=(e,t)=>(me(e,t)&Se)===Se,_x=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function $a(e){let t={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},r=_x.reduce((n,i)=>(n[i]="function",n),t);return Ht(e,r)}function Ix(e,t,r){if(r<Me)throw new Error("Expected power > 0");if(r===Me)return e.ONE;if(r===Se)return t;let n=e.ONE,i=t;for(;r>Me;)r&Se&&(n=e.mul(n,i)),i=e.sqr(i),r>>=Se;return n}function Rx(e,t){let r=new Array(t.length),n=t.reduce((o,s,a)=>e.is0(s)?o:(r[a]=o,e.mul(o,s)),e.ONE),i=e.inv(n);return t.reduceRight((o,s,a)=>e.is0(s)?o:(r[a]=e.mul(o,r[a]),e.mul(o,s)),i),r}function Wa(e,t){let r=t!==void 0?t:e.toString(2).length,n=Math.ceil(r/8);return{nBitLength:r,nByteLength:n}}function Do(e,t,r=!1,n={}){if(e<=Me)throw new Error(`Expected Field ORDER > 0, got ${e}`);let{nBitLength:i,nByteLength:o}=Wa(e,t);if(o>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=Tx(e),a=Object.freeze({ORDER:e,BITS:i,BYTES:o,MASK:mi(i),ZERO:Me,ONE:Se,create:c=>me(c,e),isValid:c=>{if(typeof c!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof c}`);return Me<=c&&c<e},is0:c=>c===Me,isOdd:c=>(c&Se)===Se,neg:c=>me(-c,e),eql:(c,u)=>c===u,sqr:c=>me(c*c,e),add:(c,u)=>me(c+u,e),sub:(c,u)=>me(c-u,e),mul:(c,u)=>me(c*u,e),pow:(c,u)=>Ix(a,c,u),div:(c,u)=>me(c*Ro(u,e),e),sqrN:c=>c*c,addN:(c,u)=>c+u,subN:(c,u)=>c-u,mulN:(c,u)=>c*u,inv:c=>Ro(c,e),sqrt:n.sqrt||(c=>s(a,c)),invertBatch:c=>Rx(a,c),cmov:(c,u,f)=>f?u:c,toBytes:c=>r?Zr(c,o):Ar(c,o),fromBytes:c=>{if(c.length!==o)throw new Error(`Fp.fromBytes: expected ${o}, got ${c.length}`);return r?Br(c):ir(c)}});return Object.freeze(a)}function Qf(e,t){if(!e.isOdd)throw new Error("Field doesn't have isOdd");let r=e.sqrt(t);return e.isOdd(r)?e.neg(r):r}function Xf(e){if(typeof e!="bigint")throw new Error("field order must be bigint");let t=e.toString(2).length;return Math.ceil(t/8)}function Ya(e){let t=Xf(e);return t+Math.ceil(t/2)}function Jf(e,t,r=!1){let n=e.length,i=Xf(t),o=Ya(t);if(n<16||n<o||n>1024)throw new Error(`expected ${o}-1024 bytes of input, got ${n}`);let s=r?ir(e):Br(e),a=me(s,t-Se)+Se;return r?Zr(a,i):Ar(a,i)}var Nx=BigInt(0),Za=BigInt(1);function No(e,t){let r=(i,o)=>{let s=o.negate();return i?s:o},n=i=>{let o=Math.ceil(t/i)+1,s=2**(i-1);return{windows:o,windowSize:s}};return{constTimeNegate:r,unsafeLadder(i,o){let s=e.ZERO,a=i;for(;o>Nx;)o&Za&&(s=s.add(a)),a=a.double(),o>>=Za;return s},precomputeWindow(i,o){let{windows:s,windowSize:a}=n(o),c=[],u=i,f=u;for(let l=0;l<s;l++){f=u,c.push(f);for(let d=1;d<a;d++)f=f.add(u),c.push(f);u=f.double()}return c},wNAF(i,o,s){let{windows:a,windowSize:c}=n(i),u=e.ZERO,f=e.BASE,l=BigInt(2**i-1),d=2**i,m=BigInt(i);for(let h=0;h<a;h++){let p=h*c,y=Number(s&l);s>>=m,y>c&&(y-=d,s+=Za);let g=p,b=p+Math.abs(y)-1,v=h%2!==0,T=y<0;y===0?f=f.add(r(v,o[g])):u=u.add(r(T,o[b]))}return{p:u,f}},wNAFCached(i,o,s,a){let c=i._WINDOW_SIZE||1,u=o.get(i);return u||(u=this.precomputeWindow(i,c),c!==1&&o.set(i,a(u))),this.wNAF(c,u,s)}}}function xi(e){return $a(e.Fp),Ht(e,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Wa(e.n,e.nBitLength),...e,p:e.Fp.ORDER})}var Tt=BigInt(0),ct=BigInt(1),ko=BigInt(2),kx=BigInt(8),Lx={zip215:!0};function Ux(e){let t=xi(e);return Ht(e,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...t})}function Lo(e){let t=Ux(e),{Fp:r,n,prehash:i,hash:o,randomBytes:s,nByteLength:a,h:c}=t,u=ko<<BigInt(a*8)-ct,f=r.create,l=t.uvRatio||((P,R)=>{try{return{isValid:!0,value:r.sqrt(P*r.inv(R))}}catch{return{isValid:!1,value:Tt}}}),d=t.adjustScalarBytes||(P=>P),m=t.domain||((P,R,z)=>{if(R.length||z)throw new Error("Contexts/pre-hash are not supported");return P}),h=P=>typeof P=="bigint"&&Tt<P,p=(P,R)=>h(P)&&h(R)&&P<R,y=P=>P===Tt||p(P,u);function g(P,R){if(p(P,R))return P;throw new Error(`Expected valid scalar < ${R}, got ${typeof P} ${P}`)}function b(P){return P===Tt?P:g(P,n)}let v=new Map;function T(P){if(!(P instanceof E))throw new Error("ExtendedPoint expected")}class E{constructor(R,z,$,Q){if(this.ex=R,this.ey=z,this.ez=$,this.et=Q,!y(R))throw new Error("x required");if(!y(z))throw new Error("y required");if(!y($))throw new Error("z required");if(!y(Q))throw new Error("t required")}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(R){if(R instanceof E)throw new Error("extended point not allowed");let{x:z,y:$}=R||{};if(!y(z)||!y($))throw new Error("invalid affine point");return new E(z,$,ct,f(z*$))}static normalizeZ(R){let z=r.invertBatch(R.map($=>$.ez));return R.map(($,Q)=>$.toAffine(z[Q])).map(E.fromAffine)}_setWindowSize(R){this._WINDOW_SIZE=R,v.delete(this)}assertValidity(){let{a:R,d:z}=t;if(this.is0())throw new Error("bad point: ZERO");let{ex:$,ey:Q,ez:ne,et:oe}=this,ye=f($*$),se=f(Q*Q),le=f(ne*ne),Pe=f(le*le),Ie=f(ye*R),Ge=f(le*f(Ie+se)),$e=f(Pe+f(z*f(ye*se)));if(Ge!==$e)throw new Error("bad point: equation left != right (1)");let Ke=f($*Q),Qe=f(ne*oe);if(Ke!==Qe)throw new Error("bad point: equation left != right (2)")}equals(R){T(R);let{ex:z,ey:$,ez:Q}=this,{ex:ne,ey:oe,ez:ye}=R,se=f(z*ye),le=f(ne*Q),Pe=f($*ye),Ie=f(oe*Q);return se===le&&Pe===Ie}is0(){return this.equals(E.ZERO)}negate(){return new E(f(-this.ex),this.ey,this.ez,f(-this.et))}double(){let{a:R}=t,{ex:z,ey:$,ez:Q}=this,ne=f(z*z),oe=f($*$),ye=f(ko*f(Q*Q)),se=f(R*ne),le=z+$,Pe=f(f(le*le)-ne-oe),Ie=se+oe,Ge=Ie-ye,$e=se-oe,Ke=f(Pe*Ge),Qe=f(Ie*$e),Qt=f(Pe*$e),Kr=f(Ge*Ie);return new E(Ke,Qe,Kr,Qt)}add(R){T(R);let{a:z,d:$}=t,{ex:Q,ey:ne,ez:oe,et:ye}=this,{ex:se,ey:le,ez:Pe,et:Ie}=R;if(z===BigInt(-1)){let hc=f((ne-Q)*(le+se)),dc=f((ne+Q)*(le-se)),xs=f(dc-hc);if(xs===Tt)return this.double();let pc=f(oe*ko*Ie),yc=f(ye*ko*Pe),gc=yc+pc,mc=dc+hc,xc=yc-pc,Dp=f(gc*xs),Np=f(mc*xc),kp=f(gc*xc),Lp=f(xs*mc);return new E(Dp,Np,Lp,kp)}let Ge=f(Q*se),$e=f(ne*le),Ke=f(ye*$*Ie),Qe=f(oe*Pe),Qt=f((Q+ne)*(se+le)-Ge-$e),Kr=Qe-Ke,Xn=Qe+Ke,lc=f($e-z*Ge),Tp=f(Qt*Kr),_p=f(Xn*lc),Ip=f(Qt*lc),Rp=f(Kr*Xn);return new E(Tp,_p,Rp,Ip)}subtract(R){return this.add(R.negate())}wNAF(R){return B.wNAFCached(this,v,R,E.normalizeZ)}multiply(R){let{p:z,f:$}=this.wNAF(g(R,n));return E.normalizeZ([z,$])[0]}multiplyUnsafe(R){let z=b(R);return z===Tt?I:this.equals(I)||z===ct?this:this.equals(S)?this.wNAF(z).p:B.unsafeLadder(this,z)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return B.unsafeLadder(this,n).is0()}toAffine(R){let{ex:z,ey:$,ez:Q}=this,ne=this.is0();R==null&&(R=ne?kx:r.inv(Q));let oe=f(z*R),ye=f($*R),se=f(Q*R);if(ne)return{x:Tt,y:ct};if(se!==ct)throw new Error("invZ was invalid");return{x:oe,y:ye}}clearCofactor(){let{h:R}=t;return R===ct?this:this.multiplyUnsafe(R)}static fromHex(R,z=!1){let{d:$,a:Q}=t,ne=r.BYTES;R=Ne("pointHex",R,ne);let oe=R.slice(),ye=R[ne-1];oe[ne-1]=ye&-129;let se=Br(oe);se===Tt||(z?g(se,u):g(se,r.ORDER));let le=f(se*se),Pe=f(le-ct),Ie=f($*le-Q),{isValid:Ge,value:$e}=l(Pe,Ie);if(!Ge)throw new Error("Point.fromHex: invalid y coordinate");let Ke=($e&ct)===ct,Qe=(ye&128)!==0;if(!z&&$e===Tt&&Qe)throw new Error("Point.fromHex: x=0 and x_0=1");return Qe!==Ke&&($e=f(-$e)),E.fromAffine({x:$e,y:se})}static fromPrivateKey(R){return O(R).point}toRawBytes(){let{x:R,y:z}=this.toAffine(),$=Zr(z,r.BYTES);return $[$.length-1]|=R&ct?128:0,$}toHex(){return nr(this.toRawBytes())}}E.BASE=new E(t.Gx,t.Gy,ct,f(t.Gx*t.Gy)),E.ZERO=new E(Tt,ct,ct,Tt);let{BASE:S,ZERO:I}=E,B=No(E,a*8);function U(P){return me(P,n)}function M(P){return U(Br(P))}function O(P){let R=a;P=Ne("private key",P,R);let z=Ne("hashed private key",o(P),2*R),$=d(z.slice(0,R)),Q=z.slice(R,2*R),ne=M($),oe=S.multiply(ne),ye=oe.toRawBytes();return{head:$,prefix:Q,scalar:ne,point:oe,pointBytes:ye}}function V(P){return O(P).pointBytes}function Z(P=new Uint8Array,...R){let z=or(...R);return M(o(m(z,Ne("context",P),!!i)))}function re(P,R,z={}){P=Ne("message",P),i&&(P=i(P));let{prefix:$,scalar:Q,pointBytes:ne}=O(R),oe=Z(z.context,$,P),ye=S.multiply(oe).toRawBytes(),se=Z(z.context,ye,ne,P),le=U(oe+se*Q);b(le);let Pe=or(ye,Zr(le,r.BYTES));return Ne("result",Pe,a*2)}let A=Lx;function N(P,R,z,$=A){let{context:Q,zip215:ne}=$,oe=r.BYTES;P=Ne("signature",P,2*oe),R=Ne("message",R),i&&(R=i(R));let ye=Br(P.slice(oe,2*oe)),se,le,Pe;try{se=E.fromHex(z,ne),le=E.fromHex(P.slice(0,oe),ne),Pe=S.multiplyUnsafe(ye)}catch{return!1}if(!ne&&se.isSmallOrder())return!1;let Ie=Z(Q,le.toRawBytes(),se.toRawBytes(),R);return le.add(se.multiplyUnsafe(Ie)).subtract(Pe).clearCofactor().equals(E.ZERO)}return S._setWindowSize(8),{CURVE:t,getPublicKey:V,sign:re,verify:N,ExtendedPoint:E,utils:{getExtendedPublicKey:O,randomPrivateKey:()=>s(r.BYTES),precompute(P=8,R=E.BASE){return R._setWindowSize(P),R.multiply(BigInt(3)),R}}}}var Xa=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),jf=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),$8=BigInt(0),Px=BigInt(1),Qa=BigInt(2),Ox=BigInt(5),el=BigInt(10),Kx=BigInt(20),Mx=BigInt(40),tl=BigInt(80);function Fx(e){let t=Xa,n=e*e%t*e%t,i=Be(n,Qa,t)*n%t,o=Be(i,Px,t)*e%t,s=Be(o,Ox,t)*o%t,a=Be(s,el,t)*s%t,c=Be(a,Kx,t)*a%t,u=Be(c,Mx,t)*c%t,f=Be(u,tl,t)*u%t,l=Be(f,tl,t)*u%t,d=Be(l,el,t)*s%t;return{pow_p_5_8:Be(d,Qa,t)*e%t,b2:n}}function Vx(e){return e[0]&=248,e[31]&=127,e[31]|=64,e}function qx(e,t){let r=Xa,n=me(t*t*t,r),i=me(n*n*t,r),o=Fx(e*i).pow_p_5_8,s=me(e*n*o,r),a=me(t*s*s,r),c=s,u=me(s*jf,r),f=a===e,l=a===me(-e,r),d=a===me(-e*jf,r);return f&&(s=c),(l||d)&&(s=u),Zf(s,r)&&(s=me(-s,r)),{isValid:f||l,value:s}}var sr=Do(Xa,void 0,!0),Ja={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:sr,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:Va,randomBytes:Rn,adjustScalarBytes:Vx,uvRatio:qx},Nn=Lo(Ja);function rl(e,t,r){if(t.length>255)throw new Error("Context is too big");return Bo(Ka("SigEd25519 no Ed25519 collisions"),new Uint8Array([r?1:0,t.length]),t,e)}var W8=Lo({...Ja,domain:rl}),Y8=Lo({...Ja,domain:rl,prehash:Va});var zx=(sr.ORDER+BigInt(3))/BigInt(8),Z8=sr.pow(Qa,zx),Q8=sr.sqrt(sr.neg(sr.ONE)),X8=(sr.ORDER-BigInt(5))/BigInt(8),J8=BigInt(486662);var j8=Qf(sr,sr.neg(BigInt(486664)));var e4=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),t4=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),r4=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),n4=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952");var i4=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var kn=32,ar=64,Uo=32;async function nl(){let e=Nn.utils.randomPrivateKey(),t=Nn.getPublicKey(e);return{privateKey:al(e,t),publicKey:t}}async function il(e){if(e.length!==Uo)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=Nn.getPublicKey(t);return{privateKey:al(t,r),publicKey:r}}async function ol(e,t){let r=e.subarray(0,Uo);return Nn.sign(t,r)}async function sl(e,t,r){return Nn.verify(t,r,e)}function al(e,t){let r=new Uint8Array(ar);for(let n=0;n<Uo;n++)r[n]=e[n],r[Uo+n]=t[n];return r}function _t(e,t){t==null&&(t=e.reduce((i,o)=>i+o.length,0));let r=bo(t),n=0;for(let i of e)r.set(i,n),n+=i.length;return wn(r)}var nt={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 ja={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function e0(e){let t=e?.algorithm??"AES-GCM",r=e?.keyLength??16,n=e?.nonceLength??12,i=e?.digest??"SHA-256",o=e?.saltLength??16,s=e?.iterations??32767,a=nt.get();r*=8;async function c(l,d){let m=a.getRandomValues(new Uint8Array(o)),h=a.getRandomValues(new Uint8Array(n)),p={name:t,iv:h};typeof d=="string"&&(d=Te(d));let y;if(d.length===0){y=await a.subtle.importKey("jwk",ja,{name:"AES-GCM"},!0,["encrypt"]);try{let b={name:"PBKDF2",salt:m,iterations:s,hash:{name:i}},v=await a.subtle.importKey("raw",d,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(b,v,{name:t,length:r},!0,["encrypt"])}catch{y=await a.subtle.importKey("jwk",ja,{name:"AES-GCM"},!0,["encrypt"])}}else{let b={name:"PBKDF2",salt:m,iterations:s,hash:{name:i}},v=await a.subtle.importKey("raw",d,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(b,v,{name:t,length:r},!0,["encrypt"])}let g=await a.subtle.encrypt(p,y,l);return _t([m,p.iv,new Uint8Array(g)])}async function u(l,d){let m=l.subarray(0,o),h=l.subarray(o,o+n),p=l.subarray(o+n),y={name:t,iv:h};typeof d=="string"&&(d=Te(d));let g;if(d.length===0)try{let v={name:"PBKDF2",salt:m,iterations:s,hash:{name:i}},T=await a.subtle.importKey("raw",d,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(v,T,{name:t,length:r},!0,["decrypt"])}catch{g=await a.subtle.importKey("jwk",ja,{name:"AES-GCM"},!0,["decrypt"])}else{let v={name:"PBKDF2",salt:m,iterations:s,hash:{name:i}},T=await a.subtle.importKey("raw",d,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(v,T,{name:t,length:r},!0,["decrypt"])}let b=await a.subtle.decrypt(y,g,p);return new Uint8Array(b)}return{encrypt:c,decrypt:u}}async function Ln(e,t){let n=await e0().encrypt(e,t);return Sn.encode(n)}var d0=xe(o0(),1),Zl=xe(Vl(),1),Ql=xe(Jr(),1),p0=xe(h0(),1),Xl=xe(Yl(),1);function jx(){Ql.default._configure(),d0.default._configure(Zl.default),p0.default._configure(Xl.default)}jx();var Jl=["uint64","int64","sint64","fixed64","sfixed64"];function ev(e){for(let t of Jl){if(e[t]==null)continue;let r=e[t];e[t]=function(){return BigInt(r.call(this).toString())}}return e}function y0(e){return ev(new d0.default(e))}function tv(e){for(let t of Jl){if(e[t]==null)continue;let r=e[t];e[t]=function(n){return r.call(this,n.toString())}}return e}function g0(){return tv(p0.default.create())}function _r(e,t){let r=y0(e instanceof Uint8Array?e:e.subarray());return t.decode(r)}function Ir(e,t){let r=g0();return t.encode(e,r,{lengthDelimited:!1}),r.finish()}var Pn;(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"})(Pn||(Pn={}));function Fo(e,t,r,n){return{name:e,type:t,encode:r,decode:n}}function wi(e){function t(i){if(e[i.toString()]==null)throw new Error("Invalid enum value");return e[i]}let r=function(o,s){let a=t(o);s.int32(a)},n=function(o){let s=o.int32();return t(s)};return Fo("enum",Pn.VARINT,r,n)}function Rr(e,t){return Fo("message",Pn.LENGTH_DELIMITED,e,t)}var Ae;(function(e){e.RSA="RSA",e.Ed25519="Ed25519",e.Secp256k1="Secp256k1"})(Ae||(Ae={}));var m0;(function(e){e[e.RSA=0]="RSA",e[e.Ed25519=1]="Ed25519",e[e.Secp256k1=2]="Secp256k1"})(m0||(m0={}));(function(e){e.codec=()=>wi(m0)})(Ae||(Ae={}));var $t;(function(e){let t;e.codec=()=>(t==null&&(t=Rr((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),Ae.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 s=r.uint32();switch(s>>>3){case 1:i.Type=Ae.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),t),e.encode=r=>Ir(r,e.codec()),e.decode=r=>_r(r,e.codec())})($t||($t={}));var Wt;(function(e){let t;e.codec=()=>(t==null&&(t=Rr((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),Ae.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 s=r.uint32();switch(s>>>3){case 1:i.Type=Ae.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),t),e.encode=r=>Ir(r,e.codec()),e.decode=r=>_r(r,e.codec())})(Wt||(Wt={}));var Ei=class{_key;constructor(t){this._key=On(t,kn)}async verify(t,r){return sl(this._key,r,t)}marshal(){return this._key}get bytes(){return $t.encode({Type:Ae.Ed25519,Data:this.marshal()}).subarray()}equals(t){return ke(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}},en=class{_key;_publicKey;constructor(t,r){this._key=On(t,ar),this._publicKey=On(r,kn)}async sign(t){return ol(this._key,t)}get public(){return new Ei(this._publicKey)}marshal(){return this._key}get bytes(){return Wt.encode({Type:Ae.Ed25519,Data:this.marshal()}).subarray()}equals(t){return ke(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}async id(){let t=zt.digest(this.public.bytes);return We.encode(t.bytes).substring(1)}async export(t,r="libp2p-key"){if(r==="libp2p-key")return Ln(this.bytes,t);throw new ce(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function rv(e){if(e.length>ar){e=On(e,ar+kn);let n=e.subarray(0,ar),i=e.subarray(ar,e.length);return new en(n,i)}e=On(e,ar);let t=e.subarray(0,ar),r=e.subarray(kn);return new en(t,r)}function nv(e){return e=On(e,kn),new Ei(e)}async function iv(){let{privateKey:e,publicKey:t}=await nl();return new en(e,t)}async function jl(e){let{privateKey:t,publicKey:r}=await il(e);return new en(t,r)}function On(e,t){if(e=Uint8Array.from(e??[]),e.length!==t)throw new ce(`Key must be a Uint8Array of length ${t}, got ${e.length}`,"ERR_INVALID_KEY_TYPE");return e}function Ce(e,t="utf8"){let r=wo[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)}var j4=xe(Oe(),1),e3=xe(yo(),1),eh=xe(ge(),1);function Nt(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=_t([new Uint8Array(t-r.length),r])}return Ce(r,"base64url")}function ut(e){let t=th(e);return new eh.default.jsbn.BigInteger(Ce(t,"base16"),16)}function th(e,t){let r=Te(e,"base64urlpad");if(t!=null){if(r.length>t)throw new Error("byte array longer than desired length");r=_t([new Uint8Array(t-r.length),r])}return r}var ov={"P-256":256,"P-384":384,"P-521":521},sv=Object.keys(ov),l3=sv.join(" / ");var S0={};de(S0,{MAX_KEY_SIZE:()=>Ci,RsaPrivateKey:()=>Kn,RsaPublicKey:()=>Ai,fromJwk:()=>mv,generateKeyPair:()=>xv,unmarshalRsaPrivateKey:()=>yv,unmarshalRsaPublicKey:()=>gv});var Bi=xe(ge(),1);var Z3=xe(sh(),1);function qo(e){if(isNaN(e)||e<=0)throw new ce("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return Rn(e)}var D3=xe(xo(),1),w0=xe(ge(),1);function ah(e,t){return t.map(r=>ut(e[r]))}function ch(e){return w0.default.pki.setRsaPrivateKey(...ah(e,["n","e","d","p","q","dp","dq","qi"]))}function uh(e){return w0.default.pki.setRsaPublicKey(...ah(e,["n","e"]))}var rn={};de(rn,{jwkToPkcs1:()=>fv,jwkToPkix:()=>hv,pkcs1ToJwk:()=>uv,pkixToJwk:()=>lv});var L3=xe(fi(),1),U3=xe(xo(),1);var cr=xe(ge(),1);function uv(e){let t=cr.default.asn1.fromDer(Ce(e,"ascii")),r=cr.default.pki.privateKeyFromAsn1(t);return{kty:"RSA",n:Nt(r.n),e:Nt(r.e),d:Nt(r.d),p:Nt(r.p),q:Nt(r.q),dp:Nt(r.dP),dq:Nt(r.dQ),qi:Nt(r.qInv),alg:"RS256"}}function fv(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 new ce("JWK was missing components","ERR_INVALID_PARAMETERS");let t=cr.default.pki.privateKeyToAsn1({n:ut(e.n),e:ut(e.e),d:ut(e.d),p:ut(e.p),q:ut(e.q),dP:ut(e.dp),dQ:ut(e.dq),qInv:ut(e.qi)});return Te(cr.default.asn1.toDer(t).getBytes(),"ascii")}function lv(e){let t=cr.default.asn1.fromDer(Ce(e,"ascii")),r=cr.default.pki.publicKeyFromAsn1(t);return{kty:"RSA",n:Nt(r.n),e:Nt(r.e)}}function hv(e){if(e.n==null||e.e==null)throw new ce("JWK was missing components","ERR_INVALID_PARAMETERS");let t=cr.default.pki.publicKeyToAsn1({n:ut(e.n),e:ut(e.e)});return Te(cr.default.asn1.toDer(t).getBytes(),"ascii")}async function fh(e){let t=await nt.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 dh(t);return{privateKey:r[0],publicKey:r[1]}}async function E0(e){let r=[await nt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await dv(e)],n=await dh({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function lh(e,t){let r=await nt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await nt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,Uint8Array.from(t));return new Uint8Array(n,0,n.byteLength)}async function hh(e,t,r){let n=await nt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return nt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,t,r)}async function dh(e){if(e.privateKey==null||e.publicKey==null)throw new ce("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([nt.get().subtle.exportKey("jwk",e.privateKey),nt.get().subtle.exportKey("jwk",e.publicKey)])}async function dv(e){return nt.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 ph(e,t,r,n){let i=t?uh(e):ch(e),o=Ce(Uint8Array.from(r),"ascii"),s=n(o,i);return Te(s,"ascii")}function yh(e,t){return ph(e,!0,t,(r,n)=>n.encrypt(r))}function gh(e,t){return ph(e,!1,t,(r,n)=>n.decrypt(r))}function zo(e){if(e.kty!=="RSA")throw new ce("invalid key type","ERR_INVALID_KEY_TYPE");if(e.n==null)throw new ce("invalid key modulus","ERR_INVALID_KEY_MODULUS");return Te(e.n,"base64url").length*8}var Ci=8192,Ai=class{_key;constructor(t){this._key=t}async verify(t,r){return hh(this._key,r,t)}marshal(){return rn.jwkToPkix(this._key)}get bytes(){return $t.encode({Type:Ae.RSA,Data:this.marshal()}).subarray()}encrypt(t){return yh(this._key,t)}equals(t){return ke(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}},Kn=class{_key;_publicKey;constructor(t,r){this._key=t,this._publicKey=r}genSecret(){return qo(16)}async sign(t){return lh(this._key,t)}get public(){if(this._publicKey==null)throw new ce("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new Ai(this._publicKey)}decrypt(t){return gh(this._key,t)}marshal(){return rn.jwkToPkcs1(this._key)}get bytes(){return Wt.encode({Type:Ae.RSA,Data:this.marshal()}).subarray()}equals(t){return ke(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}async id(){let t=await this.public.hash();return Ce(t,"base58btc")}async export(t,r="pkcs-8"){if(r==="pkcs-8"){let n=new Bi.default.util.ByteBuffer(this.marshal()),i=Bi.default.asn1.fromDer(n),o=Bi.default.pki.privateKeyFromAsn1(i),s={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return Bi.default.pki.encryptRsaPrivateKey(o,t,s)}else{if(r==="libp2p-key")return Ln(this.bytes,t);throw new ce(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}}};async function yv(e){let t=rn.pkcs1ToJwk(e);if(zo(t)>Ci)throw new ce("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let r=await E0(t);return new Kn(r.privateKey,r.publicKey)}function gv(e){let t=rn.pkixToJwk(e);if(zo(t)>Ci)throw new ce("key size is too large","ERR_KEY_SIZE_TOO_LARGE");return new Ai(t)}async function mv(e){if(zo(e)>Ci)throw new ce("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let t=await E0(e);return new Kn(t.privateKey,t.publicKey)}async function xv(e){if(e>Ci)throw new ce("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let t=await fh(e);return new Kn(t.privateKey,t.publicKey)}var I0={};de(I0,{Secp256k1PrivateKey:()=>_i,Secp256k1PublicKey:()=>Ti,generateKeyPair:()=>kv,unmarshalSecp256k1PrivateKey:()=>Dv,unmarshalSecp256k1PublicKey:()=>Nv});var vv=(e,t,r)=>e&t^~e&r,bv=(e,t,r)=>e&t^e&r^t&r,wv=new Uint32Array([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]),Dr=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Nr=new Uint32Array(64),B0=class extends Dn{constructor(){super(64,32,8,!1),this.A=Dr[0]|0,this.B=Dr[1]|0,this.C=Dr[2]|0,this.D=Dr[3]|0,this.E=Dr[4]|0,this.F=Dr[5]|0,this.G=Dr[6]|0,this.H=Dr[7]|0}get(){let{A:t,B:r,C:n,D:i,E:o,F:s,G:a,H:c}=this;return[t,r,n,i,o,s,a,c]}set(t,r,n,i,o,s,a,c){this.A=t|0,this.B=r|0,this.C=n|0,this.D=i|0,this.E=o|0,this.F=s|0,this.G=a|0,this.H=c|0}process(t,r){for(let l=0;l<16;l++,r+=4)Nr[l]=t.getUint32(r,!1);for(let l=16;l<64;l++){let d=Nr[l-15],m=Nr[l-2],h=Ct(d,7)^Ct(d,18)^d>>>3,p=Ct(m,17)^Ct(m,19)^m>>>10;Nr[l]=p+Nr[l-7]+h+Nr[l-16]|0}let{A:n,B:i,C:o,D:s,E:a,F:c,G:u,H:f}=this;for(let l=0;l<64;l++){let d=Ct(a,6)^Ct(a,11)^Ct(a,25),m=f+d+vv(a,c,u)+wv[l]+Nr[l]|0,p=(Ct(n,2)^Ct(n,13)^Ct(n,22))+bv(n,i,o)|0;f=u,u=c,c=a,a=s+m|0,s=o,o=i,i=n,n=m+p|0}n=n+this.A|0,i=i+this.B|0,o=o+this.C|0,s=s+this.D|0,a=a+this.E|0,c=c+this.F|0,u=u+this.G|0,f=f+this.H|0,this.set(n,i,o,s,a,c,u,f)}roundClean(){Nr.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var mh=Ao(()=>new B0);function Ev(e){let t=xi(e);Ht(t,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:r,Fp:n,a:i}=t;if(r){if(!n.eql(i,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof r!="object"||typeof r.beta!="bigint"||typeof r.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...t})}var{bytesToNumberBE:Sv,hexToBytes:Bv}=Io,nn={Err:class extends Error{constructor(t=""){super(t)}},_parseInt(e){let{Err:t}=nn;if(e.length<2||e[0]!==2)throw new t("Invalid signature integer tag");let r=e[1],n=e.subarray(2,r+2);if(!r||n.length!==r)throw new t("Invalid signature integer: wrong length");if(n[0]&128)throw new t("Invalid signature integer: negative");if(n[0]===0&&!(n[1]&128))throw new t("Invalid signature integer: unnecessary leading zero");return{d:Sv(n),l:e.subarray(r+2)}},toSig(e){let{Err:t}=nn,r=typeof e=="string"?Bv(e):e;if(!(r instanceof Uint8Array))throw new Error("ui8a expected");let n=r.length;if(n<2||r[0]!=48)throw new t("Invalid signature tag");if(r[1]!==n-2)throw new t("Invalid signature: incorrect length");let{d:i,l:o}=nn._parseInt(r.subarray(2)),{d:s,l:a}=nn._parseInt(o);if(a.length)throw new t("Invalid signature: left bytes after parsing");return{r:i,s}},hexFromSig(e){let t=u=>Number.parseInt(u[0],16)&8?"00"+u:u,r=u=>{let f=u.toString(16);return f.length&1?`0${f}`:f},n=t(r(e.s)),i=t(r(e.r)),o=n.length/2,s=i.length/2,a=r(o),c=r(s);return`30${r(s+o+4)}02${c}${i}02${a}${n}`}},ur=BigInt(0),wt=BigInt(1),iS=BigInt(2),xh=BigInt(3),oS=BigInt(4);function Av(e){let t=Ev(e),{Fp:r}=t,n=t.toBytes||((h,p,y)=>{let g=p.toAffine();return or(Uint8Array.from([4]),r.toBytes(g.x),r.toBytes(g.y))}),i=t.fromBytes||(h=>{let p=h.subarray(1),y=r.fromBytes(p.subarray(0,r.BYTES)),g=r.fromBytes(p.subarray(r.BYTES,2*r.BYTES));return{x:y,y:g}});function o(h){let{a:p,b:y}=t,g=r.sqr(h),b=r.mul(g,h);return r.add(r.add(b,r.mul(h,p)),y)}if(!r.eql(r.sqr(t.Gy),o(t.Gx)))throw new Error("bad generator point: equation left != right");function s(h){return typeof h=="bigint"&&ur<h&&h<t.n}function a(h){if(!s(h))throw new Error("Expected valid bigint: 0 < bigint < curve.n")}function c(h){let{allowedPrivateKeyLengths:p,nByteLength:y,wrapPrivateKey:g,n:b}=t;if(p&&typeof h!="bigint"){if(h instanceof Uint8Array&&(h=nr(h)),typeof h!="string"||!p.includes(h.length))throw new Error("Invalid key");h=h.padStart(y*2,"0")}let v;try{v=typeof h=="bigint"?h:ir(Ne("private key",h,y))}catch{throw new Error(`private key must be ${y} bytes, hex or bigint, not ${typeof h}`)}return g&&(v=me(v,b)),a(v),v}let u=new Map;function f(h){if(!(h instanceof l))throw new Error("ProjectivePoint expected")}class l{constructor(p,y,g){if(this.px=p,this.py=y,this.pz=g,p==null||!r.isValid(p))throw new Error("x required");if(y==null||!r.isValid(y))throw new Error("y required");if(g==null||!r.isValid(g))throw new Error("z required")}static fromAffine(p){let{x:y,y:g}=p||{};if(!p||!r.isValid(y)||!r.isValid(g))throw new Error("invalid affine point");if(p instanceof l)throw new Error("projective point not allowed");let b=v=>r.eql(v,r.ZERO);return b(y)&&b(g)?l.ZERO:new l(y,g,r.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(p){let y=r.invertBatch(p.map(g=>g.pz));return p.map((g,b)=>g.toAffine(y[b])).map(l.fromAffine)}static fromHex(p){let y=l.fromAffine(i(Ne("pointHex",p)));return y.assertValidity(),y}static fromPrivateKey(p){return l.BASE.multiply(c(p))}_setWindowSize(p){this._WINDOW_SIZE=p,u.delete(this)}assertValidity(){if(this.is0()){if(t.allowInfinityPoint&&!r.is0(this.py))return;throw new Error("bad point: ZERO")}let{x:p,y}=this.toAffine();if(!r.isValid(p)||!r.isValid(y))throw new Error("bad point: x or y not FE");let g=r.sqr(y),b=o(p);if(!r.eql(g,b))throw new Error("bad point: equation left != right");if(!this.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:p}=this.toAffine();if(r.isOdd)return!r.isOdd(p);throw new Error("Field doesn't support isOdd")}equals(p){f(p);let{px:y,py:g,pz:b}=this,{px:v,py:T,pz:E}=p,S=r.eql(r.mul(y,E),r.mul(v,b)),I=r.eql(r.mul(g,E),r.mul(T,b));return S&&I}negate(){return new l(this.px,r.neg(this.py),this.pz)}double(){let{a:p,b:y}=t,g=r.mul(y,xh),{px:b,py:v,pz:T}=this,E=r.ZERO,S=r.ZERO,I=r.ZERO,B=r.mul(b,b),U=r.mul(v,v),M=r.mul(T,T),O=r.mul(b,v);return O=r.add(O,O),I=r.mul(b,T),I=r.add(I,I),E=r.mul(p,I),S=r.mul(g,M),S=r.add(E,S),E=r.sub(U,S),S=r.add(U,S),S=r.mul(E,S),E=r.mul(O,E),I=r.mul(g,I),M=r.mul(p,M),O=r.sub(B,M),O=r.mul(p,O),O=r.add(O,I),I=r.add(B,B),B=r.add(I,B),B=r.add(B,M),B=r.mul(B,O),S=r.add(S,B),M=r.mul(v,T),M=r.add(M,M),B=r.mul(M,O),E=r.sub(E,B),I=r.mul(M,U),I=r.add(I,I),I=r.add(I,I),new l(E,S,I)}add(p){f(p);let{px:y,py:g,pz:b}=this,{px:v,py:T,pz:E}=p,S=r.ZERO,I=r.ZERO,B=r.ZERO,U=t.a,M=r.mul(t.b,xh),O=r.mul(y,v),V=r.mul(g,T),Z=r.mul(b,E),re=r.add(y,g),A=r.add(v,T);re=r.mul(re,A),A=r.add(O,V),re=r.sub(re,A),A=r.add(y,b);let N=r.add(v,E);return A=r.mul(A,N),N=r.add(O,Z),A=r.sub(A,N),N=r.add(g,b),S=r.add(T,E),N=r.mul(N,S),S=r.add(V,Z),N=r.sub(N,S),B=r.mul(U,A),S=r.mul(M,Z),B=r.add(S,B),S=r.sub(V,B),B=r.add(V,B),I=r.mul(S,B),V=r.add(O,O),V=r.add(V,O),Z=r.mul(U,Z),A=r.mul(M,A),V=r.add(V,Z),Z=r.sub(O,Z),Z=r.mul(U,Z),A=r.add(A,Z),O=r.mul(V,A),I=r.add(I,O),O=r.mul(N,A),S=r.mul(re,S),S=r.sub(S,O),O=r.mul(re,V),B=r.mul(N,B),B=r.add(B,O),new l(S,I,B)}subtract(p){return this.add(p.negate())}is0(){return this.equals(l.ZERO)}wNAF(p){return m.wNAFCached(this,u,p,y=>{let g=r.invertBatch(y.map(b=>b.pz));return y.map((b,v)=>b.toAffine(g[v])).map(l.fromAffine)})}multiplyUnsafe(p){let y=l.ZERO;if(p===ur)return y;if(a(p),p===wt)return this;let{endo:g}=t;if(!g)return m.unsafeLadder(this,p);let{k1neg:b,k1:v,k2neg:T,k2:E}=g.splitScalar(p),S=y,I=y,B=this;for(;v>ur||E>ur;)v&wt&&(S=S.add(B)),E&wt&&(I=I.add(B)),B=B.double(),v>>=wt,E>>=wt;return b&&(S=S.negate()),T&&(I=I.negate()),I=new l(r.mul(I.px,g.beta),I.py,I.pz),S.add(I)}multiply(p){a(p);let y=p,g,b,{endo:v}=t;if(v){let{k1neg:T,k1:E,k2neg:S,k2:I}=v.splitScalar(y),{p:B,f:U}=this.wNAF(E),{p:M,f:O}=this.wNAF(I);B=m.constTimeNegate(T,B),M=m.constTimeNegate(S,M),M=new l(r.mul(M.px,v.beta),M.py,M.pz),g=B.add(M),b=U.add(O)}else{let{p:T,f:E}=this.wNAF(y);g=T,b=E}return l.normalizeZ([g,b])[0]}multiplyAndAddUnsafe(p,y,g){let b=l.BASE,v=(E,S)=>S===ur||S===wt||!E.equals(b)?E.multiplyUnsafe(S):E.multiply(S),T=v(this,y).add(v(p,g));return T.is0()?void 0:T}toAffine(p){let{px:y,py:g,pz:b}=this,v=this.is0();p==null&&(p=v?r.ONE:r.inv(b));let T=r.mul(y,p),E=r.mul(g,p),S=r.mul(b,p);if(v)return{x:r.ZERO,y:r.ZERO};if(!r.eql(S,r.ONE))throw new Error("invZ was invalid");return{x:T,y:E}}isTorsionFree(){let{h:p,isTorsionFree:y}=t;if(p===wt)return!0;if(y)return y(l,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:p,clearCofactor:y}=t;return p===wt?this:y?y(l,this):this.multiplyUnsafe(t.h)}toRawBytes(p=!0){return this.assertValidity(),n(l,this,p)}toHex(p=!0){return nr(this.toRawBytes(p))}}l.BASE=new l(t.Gx,t.Gy,r.ONE),l.ZERO=new l(r.ZERO,r.ONE,r.ZERO);let d=t.nBitLength,m=No(l,t.endo?Math.ceil(d/2):d);return{CURVE:t,ProjectivePoint:l,normPrivateKeyToScalar:c,weierstrassEquation:o,isWithinCurveOrder:s}}function Cv(e){let t=xi(e);return Ht(t,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...t})}function vh(e){let t=Cv(e),{Fp:r,n}=t,i=r.BYTES+1,o=2*r.BYTES+1;function s(A){return ur<A&&A<r.ORDER}function a(A){return me(A,n)}function c(A){return Ro(A,n)}let{ProjectivePoint:u,normPrivateKeyToScalar:f,weierstrassEquation:l,isWithinCurveOrder:d}=Av({...t,toBytes(A,N,k){let P=N.toAffine(),R=r.toBytes(P.x),z=or;return k?z(Uint8Array.from([N.hasEvenY()?2:3]),R):z(Uint8Array.from([4]),R,r.toBytes(P.y))},fromBytes(A){let N=A.length,k=A[0],P=A.subarray(1);if(N===i&&(k===2||k===3)){let R=ir(P);if(!s(R))throw new Error("Point is not on curve");let z=l(R),$=r.sqrt(z),Q=($&wt)===wt;return(k&1)===1!==Q&&($=r.neg($)),{x:R,y:$}}else if(N===o&&k===4){let R=r.fromBytes(P.subarray(0,r.BYTES)),z=r.fromBytes(P.subarray(r.BYTES,2*r.BYTES));return{x:R,y:z}}else throw new Error(`Point of length ${N} was invalid. Expected ${i} compressed bytes or ${o} uncompressed bytes`)}}),m=A=>nr(Ar(A,t.nByteLength));function h(A){let N=n>>wt;return A>N}function p(A){return h(A)?a(-A):A}let y=(A,N,k)=>ir(A.slice(N,k));class g{constructor(N,k,P){this.r=N,this.s=k,this.recovery=P,this.assertValidity()}static fromCompact(N){let k=t.nByteLength;return N=Ne("compactSignature",N,k*2),new g(y(N,0,k),y(N,k,2*k))}static fromDER(N){let{r:k,s:P}=nn.toSig(Ne("DER",N));return new g(k,P)}assertValidity(){if(!d(this.r))throw new Error("r must be 0 < r < CURVE.n");if(!d(this.s))throw new Error("s must be 0 < s < CURVE.n")}addRecoveryBit(N){return new g(this.r,this.s,N)}recoverPublicKey(N){let{r:k,s:P,recovery:R}=this,z=I(Ne("msgHash",N));if(R==null||![0,1,2,3].includes(R))throw new Error("recovery id invalid");let $=R===2||R===3?k+t.n:k;if($>=r.ORDER)throw new Error("recovery id 2 or 3 invalid");let Q=R&1?"03":"02",ne=u.fromHex(Q+m($)),oe=c($),ye=a(-z*oe),se=a(P*oe),le=u.BASE.multiplyAndAddUnsafe(ne,ye,se);if(!le)throw new Error("point at infinify");return le.assertValidity(),le}hasHighS(){return h(this.s)}normalizeS(){return this.hasHighS()?new g(this.r,a(-this.s),this.recovery):this}toDERRawBytes(){return Yr(this.toDERHex())}toDERHex(){return nn.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return Yr(this.toCompactHex())}toCompactHex(){return m(this.r)+m(this.s)}}let b={isValidPrivateKey(A){try{return f(A),!0}catch{return!1}},normPrivateKeyToScalar:f,randomPrivateKey:()=>{let A=Ya(t.n);return Jf(t.randomBytes(A),t.n)},precompute(A=8,N=u.BASE){return N._setWindowSize(A),N.multiply(BigInt(3)),N}};function v(A,N=!0){return u.fromPrivateKey(A).toRawBytes(N)}function T(A){let N=A instanceof Uint8Array,k=typeof A=="string",P=(N||k)&&A.length;return N?P===i||P===o:k?P===2*i||P===2*o:A instanceof u}function E(A,N,k=!0){if(T(A))throw new Error("first arg must be private key");if(!T(N))throw new Error("second arg must be public key");return u.fromHex(N).multiply(f(A)).toRawBytes(k)}let S=t.bits2int||function(A){let N=ir(A),k=A.length*8-t.nBitLength;return k>0?N>>BigInt(k):N},I=t.bits2int_modN||function(A){return a(S(A))},B=mi(t.nBitLength);function U(A){if(typeof A!="bigint")throw new Error("bigint expected");if(!(ur<=A&&A<B))throw new Error(`bigint expected < 2^${t.nBitLength}`);return Ar(A,t.nByteLength)}function M(A,N,k=O){if(["recovered","canonical"].some(Ie=>Ie in k))throw new Error("sign() legacy options not supported");let{hash:P,randomBytes:R}=t,{lowS:z,prehash:$,extraEntropy:Q}=k;z==null&&(z=!0),A=Ne("msgHash",A),$&&(A=Ne("prehashed msgHash",P(A)));let ne=I(A),oe=f(N),ye=[U(oe),U(ne)];if(Q!=null){let Ie=Q===!0?R(r.BYTES):Q;ye.push(Ne("extraEntropy",Ie))}let se=or(...ye),le=ne;function Pe(Ie){let Ge=S(Ie);if(!d(Ge))return;let $e=c(Ge),Ke=u.BASE.multiply(Ge).toAffine(),Qe=a(Ke.x);if(Qe===ur)return;let Qt=a($e*a(le+Qe*oe));if(Qt===ur)return;let Kr=(Ke.x===Qe?0:2)|Number(Ke.y&wt),Xn=Qt;return z&&h(Qt)&&(Xn=p(Qt),Kr^=1),new g(Qe,Xn,Kr)}return{seed:se,k2sig:Pe}}let O={lowS:t.lowS,prehash:!1},V={lowS:t.lowS,prehash:!1};function Z(A,N,k=O){let{seed:P,k2sig:R}=M(A,N,k),z=t;return Ha(z.hash.outputLen,z.nByteLength,z.hmac)(P,R)}u.BASE._setWindowSize(8);function re(A,N,k,P=V){let R=A;if(N=Ne("msgHash",N),k=Ne("publicKey",k),"strict"in P)throw new Error("options.strict was renamed to lowS");let{lowS:z,prehash:$}=P,Q,ne;try{if(typeof R=="string"||R instanceof Uint8Array)try{Q=g.fromDER(R)}catch(Ke){if(!(Ke instanceof nn.Err))throw Ke;Q=g.fromCompact(R)}else if(typeof R=="object"&&typeof R.r=="bigint"&&typeof R.s=="bigint"){let{r:Ke,s:Qe}=R;Q=new g(Ke,Qe)}else throw new Error("PARSE");ne=u.fromHex(k)}catch(Ke){if(Ke.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(z&&Q.hasHighS())return!1;$&&(N=t.hash(N));let{r:oe,s:ye}=Q,se=I(N),le=c(ye),Pe=a(se*le),Ie=a(oe*le),Ge=u.BASE.multiplyAndAddUnsafe(ne,Pe,Ie)?.toAffine();return Ge?a(Ge.x)===oe:!1}return{CURVE:t,getPublicKey:v,getSharedSecret:E,sign:Z,verify:re,ProjectivePoint:u,Signature:g,utils:b}}var Ho=class extends In{constructor(t,r){super(),this.finished=!1,this.destroyed=!1,Ff(t);let n=gi(r);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let i=this.blockLen,o=new Uint8Array(i);o.set(n.length>i?t.create().update(n).digest():n);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=t.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),o.fill(0)}update(t){return _n(this),this.iHash.update(t),this}digestInto(t){_n(this),Oa(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:r,iHash:n,finished:i,destroyed:o,blockLen:s,outputLen:a}=this;return t=t,t.finished=i,t.destroyed=o,t.blockLen=s,t.outputLen=a,t.oHash=r._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},A0=(e,t,r)=>new Ho(e,t).update(r).digest();A0.create=(e,t)=>new Ho(e,t);function Tv(e){return{hash:e,hmac:(t,...r)=>A0(e,t,Bo(...r)),randomBytes:Rn}}function bh(e,t){let r=n=>vh({...e,...Tv(n)});return Object.freeze({...r(t),create:r})}var Sh=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),wh=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),_v=BigInt(1),C0=BigInt(2),Eh=(e,t)=>(e+t/C0)/t;function Iv(e){let t=Sh,r=BigInt(3),n=BigInt(6),i=BigInt(11),o=BigInt(22),s=BigInt(23),a=BigInt(44),c=BigInt(88),u=e*e*e%t,f=u*u*e%t,l=Be(f,r,t)*f%t,d=Be(l,r,t)*f%t,m=Be(d,C0,t)*u%t,h=Be(m,i,t)*m%t,p=Be(h,o,t)*h%t,y=Be(p,a,t)*p%t,g=Be(y,c,t)*y%t,b=Be(g,a,t)*p%t,v=Be(b,r,t)*f%t,T=Be(v,s,t)*h%t,E=Be(T,n,t)*u%t,S=Be(E,C0,t);if(!T0.eql(T0.sqr(S),e))throw new Error("Cannot find square root");return S}var T0=Do(Sh,void 0,void 0,{sqrt:Iv}),fr=bh({a:BigInt(0),b:BigInt(7),Fp:T0,n:wh,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:e=>{let t=wh,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-_v*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=r,s=BigInt("0x100000000000000000000000000000000"),a=Eh(o*e,t),c=Eh(-n*e,t),u=me(e-a*r-c*i,t),f=me(-a*n-c*o,t),l=u>s,d=f>s;if(l&&(u=t-u),d&&(f=t-f),u>s||f>s)throw new Error("splitScalar: Endomorphism failed, k="+e);return{k1neg:l,k1:u,k2neg:d,k2:f}}}},mh),mS=BigInt(0);var xS=fr.ProjectivePoint;function Bh(){return fr.utils.randomPrivateKey()}async function Ah(e,t){let{digest:r}=await Ye.digest(t);try{return fr.sign(r,e).toDERRawBytes()}catch(n){throw new ce(String(n),"ERR_INVALID_INPUT")}}async function Ch(e,t,r){try{let{digest:n}=await Ye.digest(r);return fr.verify(t,n,e)}catch(n){throw new ce(String(n),"ERR_INVALID_INPUT")}}function Th(e){return fr.ProjectivePoint.fromHex(e).toRawBytes(!0)}function _h(e){try{fr.getPublicKey(e,!0)}catch(t){throw new ce(String(t),"ERR_INVALID_PRIVATE_KEY")}}function _0(e){try{fr.ProjectivePoint.fromHex(e)}catch(t){throw new ce(String(t),"ERR_INVALID_PUBLIC_KEY")}}function Ih(e){try{return fr.getPublicKey(e,!0)}catch(t){throw new ce(String(t),"ERR_INVALID_PRIVATE_KEY")}}var Ti=class{_key;constructor(t){_0(t),this._key=t}async verify(t,r){return Ch(this._key,r,t)}marshal(){return Th(this._key)}get bytes(){return $t.encode({Type:Ae.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return ke(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}},_i=class{_key;_publicKey;constructor(t,r){this._key=t,this._publicKey=r??Ih(t),_h(this._key),_0(this._publicKey)}async sign(t){return Ah(this._key,t)}get public(){return new Ti(this._publicKey)}marshal(){return this._key}get bytes(){return Wt.encode({Type:Ae.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return ke(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}async id(){let t=await this.public.hash();return Ce(t,"base58btc")}async export(t,r="libp2p-key"){if(r==="libp2p-key")return Ln(this.bytes,t);throw new ce(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function Dv(e){return new _i(e)}function Nv(e){return new Ti(e)}async function kv(){let e=Bh();return new _i(e)}var on={rsa:S0,ed25519:x0,secp256k1:I0};function Rh(e){let t=Object.keys(on).join(" / ");return new ce(`invalid or unsupported key type ${e}. Must be ${t}`,"ERR_UNSUPPORTED_KEY_TYPE")}function R0(e){let t=$t.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case Ae.RSA:return on.rsa.unmarshalRsaPublicKey(r);case Ae.Ed25519:return on.ed25519.unmarshalEd25519PublicKey(r);case Ae.Secp256k1:return on.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw Rh(t.Type??"RSA")}}async function Dh(e){let t=Wt.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case Ae.RSA:return on.rsa.unmarshalRsaPrivateKey(r);case Ae.Ed25519:return on.ed25519.unmarshalEd25519PrivateKey(r);case Ae.Secp256k1:return on.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw Rh(t.Type??"RSA")}}var ft=xe(bs(),1);ft.default.formatters.b=e=>e==null?"undefined":We.baseEncode(e);ft.default.formatters.t=e=>e==null?"undefined":wr.baseEncode(e);ft.default.formatters.m=e=>e==null?"undefined":Sn.baseEncode(e);ft.default.formatters.p=e=>e==null?"undefined":e.toString();ft.default.formatters.c=e=>e==null?"undefined":e.toString();ft.default.formatters.k=e=>e==null?"undefined":e.toString();ft.default.formatters.a=e=>e==null?"undefined":e.toString();function Uv(e){let t=()=>{};return t.enabled=!1,t.color="",t.diff=0,t.log=()=>{},t.namespace=e,t.destroy=()=>!0,t.extend=()=>t,t}function Mn(e){let t=Uv(`${e}:trace`);return ft.default.enabled(`${e}:trace`)&&ft.default.names.map(r=>r.toString()).find(r=>r.includes(":trace"))!=null&&(t=(0,ft.default)(`${e}:trace`)),Object.assign((0,ft.default)(e),{error:(0,ft.default)(`${e}:error`),trace:t})}var Q0=xe(Go(),1);var Lh=(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 lr="/",Uh=new TextEncoder().encode(lr),$o=Uh[0],Fn=class e{_buf;constructor(t,r){if(typeof t=="string")this._buf=Te(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]!==$o)throw new Error("Invalid key")}toString(t="utf8"){return Ce(this._buf,t)}uint8Array(){return this._buf}get[Symbol.toStringTag](){return`Key(${this.toString()})`}static withNamespaces(t){return new e(t.join(lr))}static random(){return new e(Lh().replace(/-/g,""))}static asKey(t){return t instanceof Uint8Array||typeof t=="string"?new e(t):typeof t.uint8Array=="function"?new e(t.uint8Array()):null}clean(){if((this._buf==null||this._buf.byteLength===0)&&(this._buf=Uh),this._buf[0]!==$o){let t=new Uint8Array(this._buf.byteLength+1);t.fill($o,0,1),t.set(this._buf,1),this._buf=t}for(;this._buf.byteLength>1&&this._buf[this._buf.byteLength-1]===$o;)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],s=n[i];if(o<s)return!0;if(o>s)return!1}return r.length<n.length}reverse(){return e.withNamespaces(this.list().slice().reverse())}namespaces(){return this.list()}baseNamespace(){let t=this.namespaces();return t[t.length-1]}list(){return this.toString().split(lr).slice(1)}type(){return Ov(this.baseNamespace())}name(){return Kv(this.baseNamespace())}instance(t){return new e(this.toString()+":"+t)}path(){let t=this.parent().toString();return t.endsWith(lr)||(t+=lr),t+=this.type(),new e(t)}parent(){let t=this.list();return t.length===1?new e(lr):new e(t.slice(0,-1).join(lr))}child(t){return this.toString()===lr?t:t.toString()===lr?this:new e(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 e.withNamespaces([...this.namespaces(),...Mv(t.map(r=>r.namespaces()))])}};function Ov(e){let t=e.split(":");return t.length<2?"":t.slice(0,-1).join(":")}function Kv(e){let t=e.split(":");return t[t.length-1]}function Mv(e){return[].concat(...e)}var np=xe(Ph(),1);var Oh="ERR_IPNS_EXPIRED_RECORD",Ii="ERR_UNRECOGNIZED_VALIDITY",Kh="ERR_SIGNATURE_CREATION",kr="ERR_SIGNATURE_VERIFICATION",Mh="ERR_UNRECOGNIZED_FORMAT";var N0="ERR_UNDEFINED_PARAMETER",Fh="ERR_INVALID_RECORD_DATA",Vh="ERR_INVALID_EMBEDDED_KEY",qh="ERR_MISSING_PRIVATE_KEY",zh="ERR_RECORD_TOO_LARGE";var it;(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=()=>wi(r)}(t=e.ValidityType||(e.ValidityType={}));let n;e.codec=()=>(n==null&&(n=Rr((i,o,s={})=>{s.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)),s.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let s={},a=o==null?i.len:i.pos+o;for(;i.pos<a;){let c=i.uint32();switch(c>>>3){case 1:s.value=i.bytes();break;case 2:s.signature=i.bytes();break;case 3:s.validityType=e.ValidityType.codec().decode(i);break;case 4:s.validity=i.bytes();break;case 5:s.sequence=i.uint64();break;case 6:s.ttl=i.uint64();break;case 7:s.pubKey=i.bytes();break;case 8:s.signatureV2=i.bytes();break;case 9:s.data=i.bytes();break;default:i.skipType(c&7);break}}return s})),n),e.encode=i=>Ir(i,e.codec()),e.decode=i=>_r(i,e.codec())})(it||(it={}));var Hh=Symbol.for("@libp2p/peer-id");var Fv=Symbol.for("nodejs.util.inspect.custom"),Gh=Object.values(Tn).map(e=>e.decoder).reduce((e,t)=>e.or(t),Tn.identity.decoder),$h=114,L0=36,U0=37,Ri=class{type;multihash;privateKey;publicKey;string;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()})`}[Hh]=!0;toString(){return this.string==null&&(this.string=We.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return rr.createV1($h,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(t){if(t instanceof Uint8Array)return ke(this.multihash.bytes,t);if(typeof t=="string")return Vv(t).equals(this);if(t?.multihash?.bytes!=null)return ke(this.multihash.bytes,t.multihash.bytes);throw new Error("not valid Id")}[Fv](){return`PeerId(${this.toString()})`}},Vn=class extends Ri{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},qn=class extends Ri{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.multihash.digest}},zn=class extends Ri{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.multihash.digest}};function Vv(e,t){if(t=t??Gh,e.charAt(0)==="1"||e.charAt(0)==="Q"){let r=$r(We.decode(`z${e}`));return e.startsWith("12D")?new qn({multihash:r}):e.startsWith("16U")?new zn({multihash:r}):new Vn({multihash:r})}return P0(Gh.decode(e))}function P0(e){try{let t=$r(e);if(t.code===zt.code){if(t.digest.length===L0)return new qn({multihash:t});if(t.digest.length===U0)return new zn({multihash:t})}if(t.code===Ye.code)return new Vn({multihash:t})}catch{return qv(rr.decode(e))}throw new Error("Supplied PeerID CID is invalid")}function qv(e){if(e==null||e.multihash==null||e.version==null||e.version===1&&e.code!==$h)throw new Error("Supplied PeerID CID is invalid");let t=e.multihash;if(t.code===Ye.code)return new Vn({multihash:e.multihash});if(t.code===zt.code){if(t.digest.length===L0)return new qn({multihash:e.multihash});if(t.digest.length===U0)return new zn({multihash:e.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function Wh(e,t){return e.length===L0?new qn({multihash:qt(zt.code,e),privateKey:t}):e.length===U0?new zn({multihash:qt(zt.code,e),privateKey:t}):new Vn({multihash:await Ye.digest(e),publicKey:e,privateKey:t})}var zv=["string","number","bigint","symbol"],Hv=["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 Yh(e){if(e===null)return"null";if(e===void 0)return"undefined";if(e===!0||e===!1)return"boolean";let t=typeof e;if(zv.includes(t))return t;if(t==="function")return"Function";if(Array.isArray(e))return"Array";if(Gv(e))return"Buffer";let r=$v(e);return r||"Object"}function Gv(e){return e&&e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer.call(null,e)}function $v(e){let t=Object.prototype.toString.call(e).slice(8,-1);if(Hv.includes(t))return t}var _=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}};_.uint=new _(0,"uint",!0);_.negint=new _(1,"negint",!0);_.bytes=new _(2,"bytes",!0);_.string=new _(3,"string",!0);_.array=new _(4,"array",!1);_.map=new _(5,"map",!1);_.tag=new _(6,"tag",!1);_.float=new _(7,"float",!0);_.false=new _(7,"false",!0);_.true=new _(7,"true",!0);_.null=new _(7,"null",!0);_.undefined=new _(7,"undefined",!0);_.break=new _(7,"break",!0);var H=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 Hn=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",Wv=new TextDecoder,Yv=new TextEncoder;function Wo(e){return Hn&&globalThis.Buffer.isBuffer(e)}function O0(e){return e instanceof Uint8Array?Wo(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e:Uint8Array.from(e)}var Jh=Hn?(e,t,r)=>r-t>64?globalThis.Buffer.from(e.subarray(t,r)).toString("utf8"):Qh(e,t,r):(e,t,r)=>r-t>64?Wv.decode(e.subarray(t,r)):Qh(e,t,r),jh=Hn?e=>e.length>64?globalThis.Buffer.from(e):Zh(e):e=>e.length>64?Yv.encode(e):Zh(e),Yt=e=>Uint8Array.from(e),Gn=Hn?(e,t,r)=>Wo(e)?new Uint8Array(e.subarray(t,r)):e.slice(t,r):(e,t,r)=>e.slice(t,r),ed=Hn?(e,t)=>(e=e.map(r=>r instanceof Uint8Array?r:globalThis.Buffer.from(r)),O0(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},td=Hn?e=>globalThis.Buffer.allocUnsafe(e):e=>new Uint8Array(e);function rd(e,t){if(Wo(e)&&Wo(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 Zh(e,t=1/0){let r,n=e.length,i=null,o=[];for(let s=0;s<n;++s){if(r=e.charCodeAt(s),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&o.push(239,191,189);continue}else if(s+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 Qh(e,t,r){let n=[];for(;t<r;){let i=e[t],o=null,s=i>239?4:i>223?3:i>191?2:1;if(t+s<=r){let a,c,u,f;switch(s){case 1:i<128&&(o=i);break;case 2:a=e[t+1],(a&192)===128&&(f=(i&31)<<6|a&63,f>127&&(o=f));break;case 3:a=e[t+1],c=e[t+2],(a&192)===128&&(c&192)===128&&(f=(i&15)<<12|(a&63)<<6|c&63,f>2047&&(f<55296||f>57343)&&(o=f));break;case 4:a=e[t+1],c=e[t+2],u=e[t+3],(a&192)===128&&(c&192)===128&&(u&192)===128&&(f=(i&15)<<18|(a&63)<<12|(c&63)<<6|u&63,f>65535&&f<1114112&&(o=f))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),t+=s}return Zv(n)}var Xh=4096;function Zv(e){let t=e.length;if(t<=Xh)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=Xh));return r}var Qv=256,Di=class{constructor(t=Qv){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=td(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=Gn(n,0,this.cursor)}else r=ed(this.chunks,this.cursor);return t&&this.reset(),r}};var J="CBOR decode error:",K0="CBOR encode error:",Ni=[];Ni[23]=1;Ni[24]=2;Ni[25]=3;Ni[26]=5;Ni[27]=9;function hr(e,t,r){if(e.length-t<r)throw new Error(`${J} not enough data for type`)}var He=[24,256,65536,4294967296,BigInt("18446744073709551616")];function lt(e,t,r){hr(e,t,1);let n=e[t];if(r.strict===!0&&n<He[0])throw new Error(`${J} integer encoded in more bytes than necessary (strict decode)`);return n}function ht(e,t,r){hr(e,t,2);let n=e[t]<<8|e[t+1];if(r.strict===!0&&n<He[1])throw new Error(`${J} integer encoded in more bytes than necessary (strict decode)`);return n}function dt(e,t,r){hr(e,t,4);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3];if(r.strict===!0&&n<He[2])throw new Error(`${J} integer encoded in more bytes than necessary (strict decode)`);return n}function pt(e,t,r){hr(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<He[3])throw new Error(`${J} 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(`${J} integers outside of the safe integer range are not supported`)}function nd(e,t,r,n){return new H(_.uint,lt(e,t+1,n),2)}function id(e,t,r,n){return new H(_.uint,ht(e,t+1,n),3)}function od(e,t,r,n){return new H(_.uint,dt(e,t+1,n),5)}function sd(e,t,r,n){return new H(_.uint,pt(e,t+1,n),9)}function Et(e,t){return Ze(e,0,t.value)}function Ze(e,t,r){if(r<He[0]){let n=Number(r);e.push([t|n])}else if(r<He[1]){let n=Number(r);e.push([t|24,n])}else if(r<He[2]){let n=Number(r);e.push([t|25,n>>>8,n&255])}else if(r<He[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<He[4]){let i=[t|27,0,0,0,0,0,0,0],o=Number(n&BigInt(4294967295)),s=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]=s&255,s=s>>8,i[3]=s&255,s=s>>8,i[2]=s&255,s=s>>8,i[1]=s&255,e.push(i)}else throw new Error(`${J} encountered BigInt larger than allowable range`)}}Et.encodedSize=function(t){return Ze.encodedSize(t.value)};Ze.encodedSize=function(t){return t<He[0]?1:t<He[1]?2:t<He[2]?3:t<He[3]?5:9};Et.compareTokens=function(t,r){return t.value<r.value?-1:t.value>r.value?1:0};function ad(e,t,r,n){return new H(_.negint,-1-lt(e,t+1,n),2)}function cd(e,t,r,n){return new H(_.negint,-1-ht(e,t+1,n),3)}function ud(e,t,r,n){return new H(_.negint,-1-dt(e,t+1,n),5)}var M0=BigInt(-1),fd=BigInt(1);function ld(e,t,r,n){let i=pt(e,t+1,n);if(typeof i!="bigint"){let o=-1-i;if(o>=Number.MIN_SAFE_INTEGER)return new H(_.negint,o,9)}if(n.allowBigInt!==!0)throw new Error(`${J} integers outside of the safe integer range are not supported`);return new H(_.negint,M0-BigInt(i),9)}function Yo(e,t){let r=t.value,n=typeof r=="bigint"?r*M0-fd:r*-1-1;Ze(e,t.type.majorEncoded,n)}Yo.encodedSize=function(t){let r=t.value,n=typeof r=="bigint"?r*M0-fd:r*-1-1;return n<He[0]?1:n<He[1]?2:n<He[2]?3:n<He[3]?5:9};Yo.compareTokens=function(t,r){return t.value<r.value?1:t.value>r.value?-1:0};function ki(e,t,r,n){hr(e,t,r+n);let i=Gn(e,t+r,t+r+n);return new H(_.bytes,i,r+n)}function hd(e,t,r,n){return ki(e,t,1,r)}function dd(e,t,r,n){return ki(e,t,2,lt(e,t+1,n))}function pd(e,t,r,n){return ki(e,t,3,ht(e,t+1,n))}function yd(e,t,r,n){return ki(e,t,5,dt(e,t+1,n))}function gd(e,t,r,n){let i=pt(e,t+1,n);if(typeof i=="bigint")throw new Error(`${J} 64-bit integer bytes lengths not supported`);return ki(e,t,9,i)}function Zo(e){return e.encodedBytes===void 0&&(e.encodedBytes=e.type===_.string?jh(e.value):e.value),e.encodedBytes}function $n(e,t){let r=Zo(t);Ze(e,t.type.majorEncoded,r.length),e.push(r)}$n.encodedSize=function(t){let r=Zo(t);return Ze.encodedSize(r.length)+r.length};$n.compareTokens=function(t,r){return Jv(Zo(t),Zo(r))};function Jv(e,t){return e.length<t.length?-1:e.length>t.length?1:rd(e,t)}function Li(e,t,r,n,i){let o=r+n;hr(e,t,o);let s=new H(_.string,Jh(e,t+r,t+o),o);return i.retainStringBytes===!0&&(s.byteValue=Gn(e,t+r,t+o)),s}function md(e,t,r,n){return Li(e,t,1,r,n)}function xd(e,t,r,n){return Li(e,t,2,lt(e,t+1,n),n)}function vd(e,t,r,n){return Li(e,t,3,ht(e,t+1,n),n)}function bd(e,t,r,n){return Li(e,t,5,dt(e,t+1,n),n)}function wd(e,t,r,n){let i=pt(e,t+1,n);if(typeof i=="bigint")throw new Error(`${J} 64-bit integer string lengths not supported`);return Li(e,t,9,i,n)}var Ed=$n;function Wn(e,t,r,n){return new H(_.array,n,r)}function Sd(e,t,r,n){return Wn(e,t,1,r)}function Bd(e,t,r,n){return Wn(e,t,2,lt(e,t+1,n))}function Ad(e,t,r,n){return Wn(e,t,3,ht(e,t+1,n))}function Cd(e,t,r,n){return Wn(e,t,5,dt(e,t+1,n))}function Td(e,t,r,n){let i=pt(e,t+1,n);if(typeof i=="bigint")throw new Error(`${J} 64-bit integer array lengths not supported`);return Wn(e,t,9,i)}function _d(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${J} indefinite length items not allowed`);return Wn(e,t,1,1/0)}function Qo(e,t){Ze(e,_.array.majorEncoded,t.value)}Qo.compareTokens=Et.compareTokens;Qo.encodedSize=function(t){return Ze.encodedSize(t.value)};function Yn(e,t,r,n){return new H(_.map,n,r)}function Id(e,t,r,n){return Yn(e,t,1,r)}function Rd(e,t,r,n){return Yn(e,t,2,lt(e,t+1,n))}function Dd(e,t,r,n){return Yn(e,t,3,ht(e,t+1,n))}function Nd(e,t,r,n){return Yn(e,t,5,dt(e,t+1,n))}function kd(e,t,r,n){let i=pt(e,t+1,n);if(typeof i=="bigint")throw new Error(`${J} 64-bit integer map lengths not supported`);return Yn(e,t,9,i)}function Ld(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${J} indefinite length items not allowed`);return Yn(e,t,1,1/0)}function Xo(e,t){Ze(e,_.map.majorEncoded,t.value)}Xo.compareTokens=Et.compareTokens;Xo.encodedSize=function(t){return Ze.encodedSize(t.value)};function Ud(e,t,r,n){return new H(_.tag,r,1)}function Pd(e,t,r,n){return new H(_.tag,lt(e,t+1,n),2)}function Od(e,t,r,n){return new H(_.tag,ht(e,t+1,n),3)}function Kd(e,t,r,n){return new H(_.tag,dt(e,t+1,n),5)}function Md(e,t,r,n){return new H(_.tag,pt(e,t+1,n),9)}function Jo(e,t){Ze(e,_.tag.majorEncoded,t.value)}Jo.compareTokens=Et.compareTokens;Jo.encodedSize=function(t){return Ze.encodedSize(t.value)};var ib=20,ob=21,sb=22,ab=23;function Fd(e,t,r,n){if(n.allowUndefined===!1)throw new Error(`${J} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new H(_.null,null,1):new H(_.undefined,void 0,1)}function Vd(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${J} indefinite length items not allowed`);return new H(_.break,void 0,1)}function F0(e,t,r){if(r){if(r.allowNaN===!1&&Number.isNaN(e))throw new Error(`${J} NaN values are not supported`);if(r.allowInfinity===!1&&(e===1/0||e===-1/0))throw new Error(`${J} Infinity values are not supported`)}return new H(_.float,e,t)}function qd(e,t,r,n){return F0(V0(e,t+1),3,n)}function zd(e,t,r,n){return F0(q0(e,t+1),5,n)}function Hd(e,t,r,n){return F0(Yd(e,t+1),9,n)}function jo(e,t,r){let n=t.value;if(n===!1)e.push([_.float.majorEncoded|ib]);else if(n===!0)e.push([_.float.majorEncoded|ob]);else if(n===null)e.push([_.float.majorEncoded|sb]);else if(n===void 0)e.push([_.float.majorEncoded|ab]);else{let i,o=!1;(!r||r.float64!==!0)&&($d(n),i=V0(kt,1),n===i||Number.isNaN(n)?(kt[0]=249,e.push(kt.slice(0,3)),o=!0):(Wd(n),i=q0(kt,1),n===i&&(kt[0]=250,e.push(kt.slice(0,5)),o=!0))),o||(cb(n),i=Yd(kt,1),kt[0]=251,e.push(kt.slice(0,9)))}}jo.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){$d(n);let i=V0(kt,1);if(n===i||Number.isNaN(n))return 3;if(Wd(n),i=q0(kt,1),n===i)return 5}return 9};var Gd=new ArrayBuffer(9),St=new DataView(Gd,1),kt=new Uint8Array(Gd,0);function $d(e){if(e===1/0)St.setUint16(0,31744,!1);else if(e===-1/0)St.setUint16(0,64512,!1);else if(Number.isNaN(e))St.setUint16(0,32256,!1);else{St.setFloat32(0,e);let t=St.getUint32(0),r=(t&2139095040)>>23,n=t&8388607;if(r===255)St.setUint16(0,31744,!1);else if(r===0)St.setUint16(0,(e&2147483648)>>16|n>>13,!1);else{let i=r-127;i<-24?St.setUint16(0,0):i<-14?St.setUint16(0,(t&2147483648)>>16|1<<24+i,!1):St.setUint16(0,(t&2147483648)>>16|i+15<<10|n>>13,!1)}}}function V0(e,t){if(e.length-t<2)throw new Error(`${J} 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 Wd(e){St.setFloat32(0,e,!1)}function q0(e,t){if(e.length-t<4)throw new Error(`${J} not enough data for float32`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,4).getFloat32(0,!1)}function cb(e){St.setFloat64(0,e,!1)}function Yd(e,t){if(e.length-t<8)throw new Error(`${J} not enough data for float64`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,8).getFloat64(0,!1)}jo.compareTokens=Et.compareTokens;function he(e,t,r){throw new Error(`${J} encountered invalid minor (${r}) for major ${e[t]>>>5}`)}function es(e){return()=>{throw new Error(`${J} ${e}`)}}var K=[];for(let e=0;e<=23;e++)K[e]=he;K[24]=nd;K[25]=id;K[26]=od;K[27]=sd;K[28]=he;K[29]=he;K[30]=he;K[31]=he;for(let e=32;e<=55;e++)K[e]=he;K[56]=ad;K[57]=cd;K[58]=ud;K[59]=ld;K[60]=he;K[61]=he;K[62]=he;K[63]=he;for(let e=64;e<=87;e++)K[e]=hd;K[88]=dd;K[89]=pd;K[90]=yd;K[91]=gd;K[92]=he;K[93]=he;K[94]=he;K[95]=es("indefinite length bytes/strings are not supported");for(let e=96;e<=119;e++)K[e]=md;K[120]=xd;K[121]=vd;K[122]=bd;K[123]=wd;K[124]=he;K[125]=he;K[126]=he;K[127]=es("indefinite length bytes/strings are not supported");for(let e=128;e<=151;e++)K[e]=Sd;K[152]=Bd;K[153]=Ad;K[154]=Cd;K[155]=Td;K[156]=he;K[157]=he;K[158]=he;K[159]=_d;for(let e=160;e<=183;e++)K[e]=Id;K[184]=Rd;K[185]=Dd;K[186]=Nd;K[187]=kd;K[188]=he;K[189]=he;K[190]=he;K[191]=Ld;for(let e=192;e<=215;e++)K[e]=Ud;K[216]=Pd;K[217]=Od;K[218]=Kd;K[219]=Md;K[220]=he;K[221]=he;K[222]=he;K[223]=he;for(let e=224;e<=243;e++)K[e]=es("simple values are not supported");K[244]=he;K[245]=he;K[246]=he;K[247]=Fd;K[248]=es("simple values are not supported");K[249]=qd;K[250]=zd;K[251]=Hd;K[252]=he;K[253]=he;K[254]=he;K[255]=Vd;var Lt=[];for(let e=0;e<24;e++)Lt[e]=new H(_.uint,e,1);for(let e=-1;e>=-24;e--)Lt[31-e]=new H(_.negint,e,1);Lt[64]=new H(_.bytes,new Uint8Array(0),1);Lt[96]=new H(_.string,"",1);Lt[128]=new H(_.array,0,1);Lt[160]=new H(_.map,0,1);Lt[244]=new H(_.false,!1,1);Lt[245]=new H(_.true,!0,1);Lt[246]=new H(_.null,null,1);function Zd(e){switch(e.type){case _.false:return Yt([244]);case _.true:return Yt([245]);case _.null:return Yt([246]);case _.bytes:return e.value.length?void 0:Yt([64]);case _.string:return e.value===""?Yt([96]):void 0;case _.array:return e.value===0?Yt([128]):void 0;case _.map:return e.value===0?Yt([160]):void 0;case _.uint:return e.value<24?Yt([Number(e.value)]):void 0;case _.negint:if(e.value>=-24)return Yt([31-Number(e.value)])}}var fb={float64:!1,mapSorter:db,quickEncodeToken:Zd};function lb(){let e=[];return e[_.uint.major]=Et,e[_.negint.major]=Yo,e[_.bytes.major]=$n,e[_.string.major]=Ed,e[_.array.major]=Qo,e[_.map.major]=Xo,e[_.tag.major]=Jo,e[_.float.major]=jo,e}var Qd=lb(),z0=new Di,rs=class e{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(`${K0} object contains circular references`);return new e(r,t)}},Lr={null:new H(_.null,null),undefined:new H(_.undefined,void 0),true:new H(_.true,!0),false:new H(_.false,!1),emptyArray:new H(_.array,0),emptyMap:new H(_.map,0)},Ur={number(e,t,r,n){return!Number.isInteger(e)||!Number.isSafeInteger(e)?new H(_.float,e):e>=0?new H(_.uint,e):new H(_.negint,e)},bigint(e,t,r,n){return e>=BigInt(0)?new H(_.uint,e):new H(_.negint,e)},Uint8Array(e,t,r,n){return new H(_.bytes,e)},string(e,t,r,n){return new H(_.string,e)},boolean(e,t,r,n){return e?Lr.true:Lr.false},null(e,t,r,n){return Lr.null},undefined(e,t,r,n){return Lr.undefined},ArrayBuffer(e,t,r,n){return new H(_.bytes,new Uint8Array(e))},DataView(e,t,r,n){return new H(_.bytes,new Uint8Array(e.buffer,e.byteOffset,e.byteLength))},Array(e,t,r,n){if(!e.length)return r.addBreakTokens===!0?[Lr.emptyArray,new H(_.break)]:Lr.emptyArray;n=rs.createCheck(n,e);let i=[],o=0;for(let s of e)i[o++]=ts(s,r,n);return r.addBreakTokens?[new H(_.array,e.length),i,new H(_.break)]:[new H(_.array,e.length),i]},Object(e,t,r,n){let i=t!=="Object",o=i?e.keys():Object.keys(e),s=i?e.size:o.length;if(!s)return r.addBreakTokens===!0?[Lr.emptyMap,new H(_.break)]:Lr.emptyMap;n=rs.createCheck(n,e);let a=[],c=0;for(let u of o)a[c++]=[ts(u,r,n),ts(i?e.get(u):e[u],r,n)];return hb(a,r),r.addBreakTokens?[new H(_.map,s),a,new H(_.break)]:[new H(_.map,s),a]}};Ur.Map=Ur.Object;Ur.Buffer=Ur.Uint8Array;for(let e of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))Ur[`${e}Array`]=Ur.DataView;function ts(e,t={},r){let n=Yh(e),i=t&&t.typeEncoders&&t.typeEncoders[n]||Ur[n];if(typeof i=="function"){let s=i(e,n,t,r);if(s!=null)return s}let o=Ur[n];if(!o)throw new Error(`${K0} unsupported type: ${n}`);return o(e,n,t,r)}function hb(e,t){t.mapSorter&&e.sort(t.mapSorter)}function db(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=Qd[i].compareTokens(r,n);return o===0&&console.warn("WARNING: complex key types used, CBOR key sorting guarantees are gone"),o}function Xd(e,t,r,n){if(Array.isArray(t))for(let i of t)Xd(e,i,r,n);else r[t.type.major](e,t,n)}function pb(e,t,r){let n=ts(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 s=o.encodedSize(n,r),a=new Di(s);if(o(a,n,r),a.chunks.length!==1)throw new Error(`Unexpected error: pre-calculated length for ${n} was wrong`);return O0(a.chunks[0])}}return z0.reset(),Xd(z0,n,t,r),z0.toBytes(!0)}function H0(e,t){return t=Object.assign({},fb,t),pb(e,Qd,t)}var yb={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},G0=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=Lt[t];if(r===void 0){let n=K[t];if(!n)throw new Error(`${J} 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}},Ui=Symbol.for("DONE"),ns=Symbol.for("BREAK");function gb(e,t,r){let n=[];for(let i=0;i<e.value;i++){let o=Pi(t,r);if(o===ns){if(e.value===1/0)break;throw new Error(`${J} got unexpected break to lengthed array`)}if(o===Ui)throw new Error(`${J} found array but not enough entries (got ${i}, expected ${e.value})`);n[i]=o}return n}function mb(e,t,r){let n=r.useMaps===!0,i=n?void 0:{},o=n?new Map:void 0;for(let s=0;s<e.value;s++){let a=Pi(t,r);if(a===ns){if(e.value===1/0)break;throw new Error(`${J} got unexpected break to lengthed map`)}if(a===Ui)throw new Error(`${J} found map but not enough entries (got ${s} [no key], expected ${e.value})`);if(n!==!0&&typeof a!="string")throw new Error(`${J} non-string keys not supported (got ${typeof a})`);if(r.rejectDuplicateMapKeys===!0&&(n&&o.has(a)||!n&&a in i))throw new Error(`${J} found repeat map key "${a}"`);let c=Pi(t,r);if(c===Ui)throw new Error(`${J} found map but not enough entries (got ${s} [no value], expected ${e.value})`);n?o.set(a,c):i[a]=c}return n?o:i}function Pi(e,t){if(e.done())return Ui;let r=e.next();if(r.type===_.break)return ns;if(r.type.terminal)return r.value;if(r.type===_.array)return gb(r,e,t);if(r.type===_.map)return mb(r,e,t);if(r.type===_.tag){if(t.tags&&typeof t.tags[r.value]=="function"){let n=Pi(e,t);return t.tags[r.value](n)}throw new Error(`${J} tag not supported (${r.value})`)}throw new Error("unsupported")}function $0(e,t){if(!(e instanceof Uint8Array))throw new Error(`${J} data to decode must be a Uint8Array`);t=Object.assign({},yb,t);let r=t.tokenizer||new G0(e,t),n=Pi(r,t);if(n===Ui)throw new Error(`${J} did not find any content to decode`);if(n===ns)throw new Error(`${J} got unexpected break`);if(!r.done())throw new Error(`${J} too many terminals, data makes no sense`);return n}var Zn=xe(Go(),1);var Jd=Mn("ipns:utils"),jd=Te("/ipns/");function Oi(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),s=parseInt(r[4],10),a=parseInt(r[5],10),c=parseInt(r[6],10),u=parseInt(r[7].slice(0,-6),10);return new Date(Date.UTC(n,i,o,s,a,c,u))}var W0=async(e,t)=>{if(t==null||e==null){let n=new Error("one or more of the provided parameters are not defined");throw Jd.error(n),(0,Zn.default)(n,N0)}let r;if(t.pubKey!=null){try{r=R0(t.pubKey)}catch(i){throw Jd.error(i),i}if(!(await Wh(t.pubKey)).equals(e))throw(0,Zn.default)(new Error("Embedded public key did not match PeerID"),Vh)}else e.publicKey!=null&&(r=R0(e.publicKey));if(r!=null)return r;throw(0,Zn.default)(new Error("no public key is available"),N0)},ep=(e,t,r)=>{let n=Te(t);return _t([e,r,n])},is=e=>{let t=Te("ipns-signature:");return _t([t,e])},Y0=e=>it.encode(e),Qn=e=>{let t=it.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??it.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}},os=e=>_t([jd,e.toBytes()]),Z0=e=>P0(e.slice(jd.length)),tp=(e,t,r,n,i)=>{let o;if(r===it.ValidityType.EOL)o=0;else throw(0,Zn.default)(new Error("Unknown validity type"),Ii);return H0({Value:e,Validity:t,ValidityType:o,Sequence:n,TTL:i})},rp=e=>{let t=$0(e);if(t.ValidityType===0)t.ValidityType=it.ValidityType.EOL;else throw(0,Zn.default)(new Error("Unknown validity type"),Ii);return Number.isInteger(t.Sequence)&&(t.Sequence=BigInt(t.Sequence)),Number.isInteger(t.TTL)&&(t.TTL=BigInt(t.TTL)),t};var ip=Mn("ipns"),vb=zt.code,bb="/ipns/",E5=bb.length,op=async(e,t,r,n)=>{let i=new np.default(Date.now()+Number(n)),o=it.ValidityType.EOL,[s,a]=n.toString().split("."),c=BigInt(s)*BigInt(1e5)+BigInt(a??"0");return wb(e,t,r,o,i,c)};var wb=async(e,t,r,n,i,o)=>{r=BigInt(r);let s=Te(i.toString());if(e.privateKey==null)throw(0,Q0.default)(new Error("Missing private key"),qh);let a=await Dh(e.privateKey),c=await Eb(a,t,n,s),u=tp(t,s,n,r,o),f=is(u),l=await a.sign(f),d={value:t,signature:c,validityType:n,validity:s,sequence:r,ttl:o,signatureV2:l,data:u};if(e.publicKey!=null){let m=$r(e.toBytes());(m.code!==vb||!ke(e.publicKey,m.digest))&&(d.pubKey=e.publicKey)}return ip("ipns entry for %b created",t),d};var Eb=async(e,t,r,n)=>{try{let i=ep(t,r,n);return await e.sign(i)}catch(i){throw ip.error("record signature creation failed",i),(0,Q0.default)(new Error("record signature creation failed"),Kh)}};var ss=(e,t)=>{let r=t.map((n,i)=>({entry:it.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,s=i.entry.sequence??0n;if(o>s)return-1;if(o<s)return 1;let a=n.entry.validity??new Uint8Array(0),c=i.entry.validity??new Uint8Array(0),u=Oi(Ce(a)),f=Oi(Ce(c));return u.getTime()>f.getTime()?-1:u.getTime()<f.getTime()?1:0}),r[0].index};var yt=xe(Go(),1);var Ki=Mn("ipns:validator"),Sb=1024*10,Bb=async(e,t)=>{let{value:r,validityType:n,validity:i}=t,o,s;if(t.signatureV2!=null&&t.data!=null)s=t.signatureV2,o=is(t.data),Ab(t);else throw(0,yt.default)(new Error("missing data or signatureV2"),kr);let a;try{a=await e.verify(o,s)}catch{a=!1}if(!a)throw Ki.error("record signature verification failed"),(0,yt.default)(new Error("record signature verification failed"),kr);if(i!=null&&n===it.ValidityType.EOL){let c;try{c=Oi(Ce(i))}catch{throw Ki.error("unrecognized validity format (not an rfc3339 format)"),(0,yt.default)(new Error("unrecognized validity format (not an rfc3339 format)"),Mh)}if(c.getTime()<Date.now())throw Ki.error("record has expired"),(0,yt.default)(new Error("record has expired"),Oh)}else if(n!=null)throw Ki.error("unrecognized validity type"),(0,yt.default)(new Error("unrecognized validity type"),Ii);Ki("ipns entry for %b is valid",r)},Ab=e=>{if(e.data==null)throw(0,yt.default)(new Error("Record data is missing"),Fh);let t=rp(e.data);if(!ke(t.Value,e.value))throw(0,yt.default)(new Error('Field "value" did not match between protobuf and CBOR'),kr);if(!ke(t.Validity,e.validity))throw(0,yt.default)(new Error('Field "validity" did not match between protobuf and CBOR'),kr);if(t.ValidityType!==e.validityType)throw(0,yt.default)(new Error('Field "validityType" did not match between protobuf and CBOR'),kr);if(t.Sequence!==e.sequence)throw(0,yt.default)(new Error('Field "sequence" did not match between protobuf and CBOR'),kr);if(t.TTL!==e.ttl)throw(0,yt.default)(new Error('Field "ttl" did not match between protobuf and CBOR'),kr)},X0=async(e,t)=>{if(t.byteLength>Sb)throw(0,yt.default)(new Error("record too large"),zh);let r=Z0(e),n=Qn(t),i=await W0(r,n);await Bb(i,n)};var Zt=class extends Event{constructor(t,r){super(t),this.detail=r}};var Mi;(function(e){let t;e.codec=()=>(t==null&&(t=Rr((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.key!=null&&r.key.byteLength>0&&(n.uint32(10),n.bytes(r.key)),r.value!=null&&r.value.byteLength>0&&(n.uint32(18),n.bytes(r.value)),r.timeReceived!=null&&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 s=r.uint32();switch(s>>>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(s&7);break}}return i})),t),e.encode=r=>Ir(r,e.codec()),e.decode=r=>_r(r,e.codec())})(Mi||(Mi={}));function sp(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"),s=String(e.getUTCSeconds()).padStart(2,"0"),a=e.getUTCMilliseconds(),c=String(a*1e3*1e3).padStart(9,"0");return`${t}-${r}-${n}T${i}:${o}:${s}.${c}Z`}function ap(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),s=parseInt(r[4],10),a=parseInt(r[5],10),c=parseInt(r[6],10),u=parseInt(r[7].slice(0,-6),10);return new Date(Date.UTC(n,i,o,s,a,c,u))}var Fi=class e{key;value;timeReceived;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 Mi.encode(this.prepareSerialize())}prepareSerialize(){return{key:this.key,value:this.value,timeReceived:sp(this.timeReceived)}}static deserialize(t){let r=Mi.decode(t);return new e(r.key,r.value,new Date(r.timeReceived))}static fromDeserialized(t){let r=ap(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 e(t.key,t.value,r)}};function J0(e){return new Fn("/dht/record/"+Ce(e,"base32"),!1)}function cp(e){return{async put(t,r,n={}){try{let i=J0(t),o=new Fi(t,r,new Date);n.onProgress?.(new Zt("ipns:routing:datastore:put")),await e.put(i,o.serialize(),n)}catch(i){throw n.onProgress?.(new Zt("ipns:routing:datastore:error",i)),i}},async get(t,r={}){try{let n=J0(t);r.onProgress?.(new Zt("ipns:routing:datastore:get"));let i=await e.get(n,r);return Fi.deserialize(i).value}catch(n){throw r.onProgress?.(new Zt("ipns:routing:datastore:error",n)),n}},async has(t,r={}){let n=J0(t);return e.has(n,r)}}}var ec=xe(fp(),1);var qi=class extends Error{constructor(t){super(t),this.name="TimeoutError"}},tc=class extends Error{constructor(t){super(),this.name="AbortError",this.message=t}},lp=e=>globalThis.DOMException===void 0?new tc(e):new DOMException(e),hp=e=>{let t=e.reason===void 0?lp("This operation was aborted."):e.reason;return t instanceof Error?t:lp(t)};function rc(e,t,r,n){let i,o=new Promise((s,a)=>{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){s(e);return}if(n={customTimers:{setTimeout,clearTimeout},...n},n.signal){let{signal:c}=n;c.aborted&&a(hp(c)),c.addEventListener("abort",()=>{a(hp(c))})}i=n.customTimers.setTimeout.call(void 0,()=>{if(typeof r=="function"){try{s(r())}catch(f){a(f)}return}let c=typeof r=="string"?r:`Promise timed out after ${t} milliseconds`,u=r instanceof Error?r:new qi(c);typeof e.cancel=="function"&&e.cancel(),a(u)},t),(async()=>{try{s(await e)}catch(c){a(c)}finally{n.customTimers.clearTimeout.call(void 0,i)}})()});return o.clear=()=>{clearTimeout(i),i=void 0},o}function nc(e,t,r){let n=0,i=e.length;for(;i>0;){let o=Math.trunc(i/2),s=n+o;r(e[s],t)<=0?(n=++s,i-=o+1):i=o}return n}var an=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)},dr,ic=class{constructor(){dr.set(this,[])}enqueue(t,r){r={priority:0,...r};let n={priority:r.priority,run:t};if(this.size&&an(this,dr,"f")[this.size-1].priority>=r.priority){an(this,dr,"f").push(n);return}let i=nc(an(this,dr,"f"),n,(o,s)=>s.priority-o.priority);an(this,dr,"f").splice(i,0,n)}dequeue(){let t=an(this,dr,"f").shift();return t?.run}filter(t){return an(this,dr,"f").filter(r=>r.priority===t.priority).map(r=>r.run)}get size(){return an(this,dr,"f").length}};dr=new WeakMap;var dp=ic;var _e=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},G=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)},Ue,Hi,Gi,Or,ds,$i,cs,Ut,zi,gt,us,mt,Wi,Pr,fs,pp,yp,xp,gp,mp,ls,oc,sc,ps,vp,hs,ys=class extends Error{},ac=class extends ec.default{constructor(t){var r,n,i,o;if(super(),Ue.add(this),Hi.set(this,void 0),Gi.set(this,void 0),Or.set(this,0),ds.set(this,void 0),$i.set(this,void 0),cs.set(this,0),Ut.set(this,void 0),zi.set(this,void 0),gt.set(this,void 0),us.set(this,void 0),mt.set(this,0),Wi.set(this,void 0),Pr.set(this,void 0),fs.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:dp,...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})`);_e(this,Hi,t.carryoverConcurrencyCount,"f"),_e(this,Gi,t.intervalCap===Number.POSITIVE_INFINITY||t.interval===0,"f"),_e(this,ds,t.intervalCap,"f"),_e(this,$i,t.interval,"f"),_e(this,gt,new t.queueClass,"f"),_e(this,us,t.queueClass,"f"),this.concurrency=t.concurrency,this.timeout=t.timeout,_e(this,fs,t.throwOnTimeout===!0,"f"),_e(this,Pr,t.autoStart===!1,"f")}get concurrency(){return G(this,Wi,"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})`);_e(this,Wi,t,"f"),G(this,Ue,"m",ps).call(this)}async add(t,r={}){return r={timeout:this.timeout,throwOnTimeout:G(this,fs,"f"),...r},new Promise((n,i)=>{G(this,gt,"f").enqueue(async()=>{var o,s,a;_e(this,mt,(s=G(this,mt,"f"),s++,s),"f"),_e(this,Or,(a=G(this,Or,"f"),a++,a),"f");try{if(!((o=r.signal)===null||o===void 0)&&o.aborted)throw new ys("The task was aborted.");let c=t({signal:r.signal});r.timeout&&(c=rc(Promise.resolve(c),r.timeout)),r.signal&&(c=Promise.race([c,G(this,Ue,"m",vp).call(this,r.signal)]));let u=await c;n(u),this.emit("completed",u)}catch(c){if(c instanceof qi&&!r.throwOnTimeout){n();return}i(c),this.emit("error",c)}finally{G(this,Ue,"m",xp).call(this)}},r),this.emit("add"),G(this,Ue,"m",ls).call(this)})}async addAll(t,r){return Promise.all(t.map(async n=>this.add(n,r)))}start(){return G(this,Pr,"f")?(_e(this,Pr,!1,"f"),G(this,Ue,"m",ps).call(this),this):this}pause(){_e(this,Pr,!0,"f")}clear(){_e(this,gt,new(G(this,us,"f")),"f")}async onEmpty(){G(this,gt,"f").size!==0&&await G(this,Ue,"m",hs).call(this,"empty")}async onSizeLessThan(t){G(this,gt,"f").size<t||await G(this,Ue,"m",hs).call(this,"next",()=>G(this,gt,"f").size<t)}async onIdle(){G(this,mt,"f")===0&&G(this,gt,"f").size===0||await G(this,Ue,"m",hs).call(this,"idle")}get size(){return G(this,gt,"f").size}sizeBy(t){return G(this,gt,"f").filter(t).length}get pending(){return G(this,mt,"f")}get isPaused(){return G(this,Pr,"f")}};Hi=new WeakMap,Gi=new WeakMap,Or=new WeakMap,ds=new WeakMap,$i=new WeakMap,cs=new WeakMap,Ut=new WeakMap,zi=new WeakMap,gt=new WeakMap,us=new WeakMap,mt=new WeakMap,Wi=new WeakMap,Pr=new WeakMap,fs=new WeakMap,Ue=new WeakSet,pp=function(){return G(this,Gi,"f")||G(this,Or,"f")<G(this,ds,"f")},yp=function(){return G(this,mt,"f")<G(this,Wi,"f")},xp=function(){var t;_e(this,mt,(t=G(this,mt,"f"),t--,t),"f"),G(this,Ue,"m",ls).call(this),this.emit("next")},gp=function(){G(this,Ue,"m",sc).call(this),G(this,Ue,"m",oc).call(this),_e(this,zi,void 0,"f")},mp=function(){let t=Date.now();if(G(this,Ut,"f")===void 0){let r=G(this,cs,"f")-t;if(r<0)_e(this,Or,G(this,Hi,"f")?G(this,mt,"f"):0,"f");else return G(this,zi,"f")===void 0&&_e(this,zi,setTimeout(()=>{G(this,Ue,"m",gp).call(this)},r),"f"),!0}return!1},ls=function(){if(G(this,gt,"f").size===0)return G(this,Ut,"f")&&clearInterval(G(this,Ut,"f")),_e(this,Ut,void 0,"f"),this.emit("empty"),G(this,mt,"f")===0&&this.emit("idle"),!1;if(!G(this,Pr,"f")){let t=!G(this,Ue,"a",mp);if(G(this,Ue,"a",pp)&&G(this,Ue,"a",yp)){let r=G(this,gt,"f").dequeue();return r?(this.emit("active"),r(),t&&G(this,Ue,"m",oc).call(this),!0):!1}}return!1},oc=function(){G(this,Gi,"f")||G(this,Ut,"f")!==void 0||(_e(this,Ut,setInterval(()=>{G(this,Ue,"m",sc).call(this)},G(this,$i,"f")),"f"),_e(this,cs,Date.now()+G(this,$i,"f"),"f"))},sc=function(){G(this,Or,"f")===0&&G(this,mt,"f")===0&&G(this,Ut,"f")&&(clearInterval(G(this,Ut,"f")),_e(this,Ut,void 0,"f")),_e(this,Or,G(this,Hi,"f")?G(this,mt,"f"):0,"f"),G(this,Ue,"m",ps).call(this)},ps=function(){for(;G(this,Ue,"m",ls).call(this););},vp=async function(t){return new Promise((r,n)=>{t.addEventListener("abort",()=>{n(new ys("The task was aborted."))},{once:!0})})},hs=async function(t,r){return new Promise(n=>{let i=()=>{r&&!r()||(this.off(t,i),n())};this.on(t,i)})};var bp=ac;var Sp=xe(Ep(),1),gs=class{lru;constructor(t){this.lru=(0,Sp.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 cc=new gs(1e3),Ib=60*1e3,Rb=new bp({concurrency:4}),Bp=e=>{if(e.Path!=null)return e.Path;throw new Error(e.Message)};async function Ap(e,t={}){return(async(n,i={})=>{let o=new URLSearchParams(i);o.set("arg",n);let s=o.toString();if(i.nocache!==!0&&cc.has(s)){let c=cc.get(s);if(c!=null)return Bp(c)}let a=await Rb.add(async()=>{let c=await fetch(`https://ipfs.io/api/v0/dns?${o}`),u=new URL(c.url).search.slice(1),f=await c.json();return cc.set(u,f,Ib),f});return Bp(a)})(e,t)}var ms=Nc("helia:ipns"),Db=60*1e3,Cp=60*Db,Nb=24*Cp,uc=23*Cp,fc=class{routers;localStore;timeout;constructor(t,r=[]){this.routers=r,this.localStore=cp(t.datastore)}async publish(t,r,n={}){try{let i=1n,o=os(t);if(await this.localStore.has(o,n)){let f=await this.localStore.get(o,n);i=Qn(f).sequence+1n}let s;bc(r)?s=`/ipns/${r.toString()}`:s=`/ipfs/${r.toString()}`;let a=Te(s),c=await op(t,a,i,n.lifetime??Nb),u=Y0(c);return await this.localStore.put(o,u,n),n.offline!==!0&&await Promise.all(this.routers.map(async f=>{await f.put(o,u,n)})),c}catch(i){throw n.onProgress?.(new Zt("ipns:publish:error",i)),i}}async resolve(t,r={}){let n=os(t),i=await this.#t(n,r),o=Ce(i.value);return this.#e(o,r)}async resolveDns(t,r={}){let n=await Ap(t,r);return this.#e(n,r)}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 Zt("ipns:republish:start"));let o=Date.now()-n,s=uc-o;s<0&&(s=t.interval??uc),setTimeout(()=>{r().catch(a=>{ms.error("error republishing",a)})},s)}this.timeout=setTimeout(()=>{r().catch(n=>{ms.error("error republishing",n)})},t.interval??uc)}async#e(t,r={}){let n=t.split("/");if(n.length===3){let i=n[1];if(i==="ipns")return this.resolve(Ws(n[2]),r);if(i==="ipfs")return rr.parse(n[2])}throw ms.error("invalid ipfs path %s",t),new Error("Invalid value")}async#t(t,r={}){let n=[this.localStore,...this.routers];r.offline===!0&&(n=[this.localStore]);let i=[];if(await Promise.all(n.map(async s=>{try{let a=await s.get(t,r);await X0(t,a),i.push(a)}catch(a){ms.error("error finding IPNS record",a)}})),i.length===0)throw new Jn("Could not find record for routing key","ERR_NOT_FOUND");let o=i[ss(t,i)];return await this.localStore.put(t,o,r),Qn(o)}};function kb(e,t=[]){return new fc(e,t)}return Fp(Lb);})();
15
+ `+a+t.substr(s+1),o=i-s-1,s=-1,++i}else(t[i]===" "||t[i]===" "||t[i]===",")&&(s=i);return t}function _1(e){return e.replace(/^\s+/,"")}});var Au=X((Ow,Cu)=>{var Ut=ge();Vr();Oe();var Eu=Cu.exports=Ut.sha256=Ut.sha256||{};Ut.md.sha256=Ut.md.algorithms.sha256=Eu;Eu.create=function(){Su||I1();var e=null,t=Ut.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=Ut.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=Ut.util.encodeUtf8(i));var s=i.length;n.messageLength+=s,s=[s/4294967296>>>0,s>>>0];for(var a=n.fullMessageLength.length-1;a>=0;--a)n.fullMessageLength[a]+=s[1],s[1]=s[0]+(n.fullMessageLength[a]/4294967296>>>0),n.fullMessageLength[a]=n.fullMessageLength[a]>>>0,s[0]=s[1]/4294967296>>>0;return t.putBytes(i),wu(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,s=o&n.blockLength-1;i.putBytes(sa.substr(0,n.blockLength-s));for(var a,c,u=n.fullMessageLength[0]*8,f=0;f<n.fullMessageLength.length-1;++f)a=n.fullMessageLength[f+1]*8,c=a/4294967296>>>0,u+=c,i.putInt32(u>>>0),u=a>>>0;i.putInt32(u);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};wu(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.putInt32(l.h5),h.putInt32(l.h6),h.putInt32(l.h7),h},n};var sa=null,Su=!1,Bu=null;function I1(){sa=String.fromCharCode(128),sa+=Ut.util.fillString(String.fromCharCode(0),64),Bu=[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],Su=!0}function wu(e,t,r){for(var n,i,o,s,a,c,u,f,l,h,g,d,p,y,m,w=r.length();w>=64;){for(u=0;u<16;++u)t[u]=r.getInt32();for(;u<64;++u)n=t[u-2],n=(n>>>17|n<<15)^(n>>>19|n<<13)^n>>>10,i=t[u-15],i=(i>>>7|i<<25)^(i>>>18|i<<14)^i>>>3,t[u]=n+t[u-7]+i+t[u-16]|0;for(f=e.h0,l=e.h1,h=e.h2,g=e.h3,d=e.h4,p=e.h5,y=e.h6,m=e.h7,u=0;u<64;++u)s=(d>>>6|d<<26)^(d>>>11|d<<21)^(d>>>25|d<<7),a=y^d&(p^y),o=(f>>>2|f<<30)^(f>>>13|f<<19)^(f>>>22|f<<10),c=f&l|h&(f^l),n=m+s+a+Bu[u]+t[u],i=o+c,m=y,y=p,p=d,d=g+n>>>0,g=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+g|0,e.h4=e.h4+d|0,e.h5=e.h5+p|0,e.h6=e.h6+y|0,e.h7=e.h7+m|0,w-=64}}});var _u=X((Kw,Tu)=>{var Pt=ge();Oe();var uo=null;Pt.util.isNodejs&&!Pt.options.usePureJavaScript&&!process.versions["node-webkit"]&&(uo=so());var R1=Tu.exports=Pt.prng=Pt.prng||{};R1.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(u,f){if(!f)return t.generateSync(u);var l=t.plugin.cipher,h=t.plugin.increment,g=t.plugin.formatKey,d=t.plugin.formatSeed,p=Pt.util.createBuffer();t.key=null,y();function y(m){if(m)return f(m);if(p.length()>=u)return f(null,p.getBytes(u));if(t.generated>1048575&&(t.key=null),t.key===null)return Pt.util.nextTick(function(){o(y)});var w=l(t.key,t.seed);t.generated+=w.length,p.putBytes(w),t.key=g(l(t.key,h(t.seed))),t.seed=d(l(t.key,t.seed)),Pt.util.setImmediate(y)}},t.generateSync=function(u){var f=t.plugin.cipher,l=t.plugin.increment,h=t.plugin.formatKey,g=t.plugin.formatSeed;t.key=null;for(var d=Pt.util.createBuffer();d.length()<u;){t.generated>1048575&&(t.key=null),t.key===null&&s();var p=f(t.key,t.seed);t.generated+=p.length,d.putBytes(p),t.key=h(f(t.key,l(t.seed))),t.seed=g(f(t.key,t.seed))}return d.getBytes(u)};function o(u){if(t.pools[0].messageLength>=32)return a(),u();var f=32-t.pools[0].messageLength<<5;t.seedFile(f,function(l,h){if(l)return u(l);t.collect(h),a(),u()})}function s(){if(t.pools[0].messageLength>=32)return a();var u=32-t.pools[0].messageLength<<5;t.collect(t.seedFileSync(u)),a()}function a(){t.reseeds=t.reseeds===4294967295?0:t.reseeds+1;var u=t.plugin.md.create();u.update(t.keyBytes);for(var f=1,l=0;l<32;++l)t.reseeds%f===0&&(u.update(t.pools[l].digest().getBytes()),t.pools[l].start()),f=f<<1;t.keyBytes=u.digest().getBytes(),u.start(),u.update(t.keyBytes);var h=u.digest().getBytes();t.key=t.plugin.formatKey(t.keyBytes),t.seed=t.plugin.formatSeed(h),t.generated=0}function c(u){var f=null,l=Pt.util.globalScope,h=l.crypto||l.msCrypto;h&&h.getRandomValues&&(f=function(E){return h.getRandomValues(E)});var g=Pt.util.createBuffer();if(f)for(;g.length()<u;){var d=Math.max(1,Math.min(u-g.length(),65536)/4),p=new Uint32Array(Math.floor(d));try{f(p);for(var y=0;y<p.length;++y)g.putInt32(p[y])}catch(E){if(!(typeof QuotaExceededError<"u"&&E instanceof QuotaExceededError))throw E}}if(g.length()<u)for(var m,w,v,I=Math.floor(Math.random()*65536);g.length()<u;){w=16807*(I&65535),m=16807*(I>>16),w+=(m&32767)<<16,w+=m>>15,w=(w&2147483647)+(w>>31),I=w&4294967295;for(var y=0;y<3;++y)v=I>>>(y<<3),v^=Math.floor(Math.random()*256),g.putByte(v&255)}return g.getBytes(u)}return uo?(t.seedFile=function(u,f){uo.randomBytes(u,function(l,h){if(l)return f(l);f(null,h.toString())})},t.seedFileSync=function(u){return uo.randomBytes(u).toString()}):(t.seedFile=function(u,f){try{f(null,c(u))}catch(l){f(l)}},t.seedFileSync=c),t.collect=function(u){for(var f=u.length,l=0;l<f;++l)t.pools[t.pool].update(u.substr(l,1)),t.pool=t.pool===31?0:t.pool+1},t.collectInt=function(u,f){for(var l="",h=0;h<f;h+=8)l+=String.fromCharCode(u>>h&255);t.collect(l)},t.registerWorker=function(u){if(u===self)t.seedFile=function(l,h){function g(d){var p=d.data;p.forge&&p.forge.prng&&(self.removeEventListener("message",g),h(p.forge.prng.err,p.forge.prng.bytes))}self.addEventListener("message",g),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(g,d){u.postMessage({forge:{prng:{err:g,bytes:d}}})})};u.addEventListener("message",f)}},t}});var ui=X((Mw,aa)=>{var qe=ge();oa();Au();_u();Oe();(function(){if(qe.random&&qe.random.getBytes){aa.exports=qe.random;return}(function(e){var t={},r=new Array(4),n=qe.util.createBuffer();t.formatKey=function(l){var h=qe.util.createBuffer(l);return l=new Array(4),l[0]=h.getInt32(),l[1]=h.getInt32(),l[2]=h.getInt32(),l[3]=h.getInt32(),qe.aes._expandKey(l,!1)},t.formatSeed=function(l){var h=qe.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 qe.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=qe.md.sha256;function i(){var l=qe.prng.create(t);return l.getBytes=function(h,g){return l.generate(h,g)},l.getBytesSync=function(h){return l.generate(h)},l}var o=i(),s=null,a=qe.util.globalScope,c=a.crypto||a.msCrypto;if(c&&c.getRandomValues&&(s=function(l){return c.getRandomValues(l)}),qe.options.usePureJavaScript||!qe.util.isNodejs&&!s){if(typeof window>"u"||window.document,o.collectInt(+new Date,32),typeof navigator<"u"){var u="";for(var f in navigator)try{typeof navigator[f]=="string"&&(u+=navigator[f])}catch{}o.collect(u),u=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(!qe.random)qe.random=o;else for(var f in o)qe.random[f]=o[f];qe.random.createInstance=i,aa.exports=qe.random})(typeof jQuery<"u"?jQuery:null)})()});var Nu=X((Fw,Du)=>{var tt=ge();Oe();var ca=[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],Iu=[1,2,3,5],D1=function(e,t){return e<<t&65535|(e&65535)>>16-t},N1=function(e,t){return(e&65535)>>t|e<<16-t&65535};Du.exports=tt.rc2=tt.rc2||{};tt.rc2.expandKey=function(e,t){typeof e=="string"&&(e=tt.util.createBuffer(e)),t=t||128;var r=e,n=e.length(),i=t,o=Math.ceil(i/8),s=255>>(i&7),a;for(a=n;a<128;a++)r.putByte(ca[r.at(a-1)+r.at(a-n)&255]);for(r.setAt(128-o,ca[r.at(128-o)&s]),a=127-o;a>=0;a--)r.setAt(a,ca[r.at(a+1)^r.at(a+o)]);return r};var Ru=function(e,t,r){var n=!1,i=null,o=null,s=null,a,c,u,f,l=[];for(e=tt.rc2.expandKey(e,t),u=0;u<64;u++)l.push(e.getInt16Le());r?(a=function(d){for(u=0;u<4;u++)d[u]+=l[f]+(d[(u+3)%4]&d[(u+2)%4])+(~d[(u+3)%4]&d[(u+1)%4]),d[u]=D1(d[u],Iu[u]),f++},c=function(d){for(u=0;u<4;u++)d[u]+=l[d[(u+3)%4]&63]}):(a=function(d){for(u=3;u>=0;u--)d[u]=N1(d[u],Iu[u]),d[u]-=l[f]+(d[(u+3)%4]&d[(u+2)%4])+(~d[(u+3)%4]&d[(u+1)%4]),f--},c=function(d){for(u=3;u>=0;u--)d[u]-=l[d[(u+3)%4]&63]});var h=function(d){var p=[];for(u=0;u<4;u++){var y=i.getInt16Le();s!==null&&(r?y^=s.getInt16Le():s.putInt16Le(y)),p.push(y&65535)}f=r?0:63;for(var m=0;m<d.length;m++)for(var w=0;w<d[m][0];w++)d[m][1](p);for(u=0;u<4;u++)s!==null&&(r?s.putInt16Le(p[u]):p[u]^=s.getInt16Le()),o.putInt16Le(p[u])},g=null;return g={start:function(d,p){d&&typeof d=="string"&&(d=tt.util.createBuffer(d)),n=!1,i=tt.util.createBuffer(),o=p||new tt.util.createBuffer,s=d,g.output=o},update:function(d){for(n||i.putBuffer(d);i.length()>=8;)h([[5,a],[1,c],[6,a],[1,c],[5,a]])},finish:function(d){var p=!0;if(r)if(d)p=d(8,i,!r);else{var y=i.length()===8?8:8-i.length();i.fillWithByte(y,y)}if(p&&(n=!0,g.update()),!r&&(p=i.length()===0,p))if(d)p=d(8,o,!r);else{var m=o.length(),w=o.at(m-1);w>m?p=!1:o.truncate(w)}return p}},g};tt.rc2.startEncrypting=function(e,t,r){var n=tt.rc2.createEncryptionCipher(e,128);return n.start(t,r),n};tt.rc2.createEncryptionCipher=function(e,t){return Ru(e,t,!0)};tt.rc2.startDecrypting=function(e,t,r){var n=tt.rc2.createDecryptionCipher(e,128);return n.start(t,r),n};tt.rc2.createDecryptionCipher=function(e,t){return Ru(e,t,!1)}});var ho=X((Vw,Fu)=>{var ua=ge();Fu.exports=ua.jsbn=ua.jsbn||{};var jt,L1=0xdeadbeefcafe,Lu=(L1&16777215)==15715070;function R(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))}ua.jsbn.BigInteger=R;function ue(){return new R(null)}function k1(e,t,r,n,i,o){for(;--o>=0;){var s=t*this.data[e++]+r.data[n]+i;i=Math.floor(s/67108864),r.data[n++]=s&67108863}return i}function U1(e,t,r,n,i,o){for(var s=t&32767,a=t>>15;--o>=0;){var c=this.data[e]&32767,u=this.data[e++]>>15,f=a*c+u*s;c=s*c+((f&32767)<<15)+r.data[n]+(i&1073741823),i=(c>>>30)+(f>>>15)+a*u+(i>>>30),r.data[n++]=c&1073741823}return i}function ku(e,t,r,n,i,o){for(var s=t&16383,a=t>>14;--o>=0;){var c=this.data[e]&16383,u=this.data[e++]>>14,f=a*c+u*s;c=s*c+((f&16383)<<14)+r.data[n]+i,i=(c>>28)+(f>>14)+a*u,r.data[n++]=c&268435455}return i}typeof navigator>"u"?(R.prototype.am=ku,jt=28):Lu&&navigator.appName=="Microsoft Internet Explorer"?(R.prototype.am=U1,jt=30):Lu&&navigator.appName!="Netscape"?(R.prototype.am=k1,jt=26):(R.prototype.am=ku,jt=28);R.prototype.DB=jt;R.prototype.DM=(1<<jt)-1;R.prototype.DV=1<<jt;var fa=52;R.prototype.FV=Math.pow(2,fa);R.prototype.F1=fa-jt;R.prototype.F2=2*jt-fa;var P1="0123456789abcdefghijklmnopqrstuvwxyz",fo=new Array,bn,gt;bn="0".charCodeAt(0);for(gt=0;gt<=9;++gt)fo[bn++]=gt;bn="a".charCodeAt(0);for(gt=10;gt<36;++gt)fo[bn++]=gt;bn="A".charCodeAt(0);for(gt=10;gt<36;++gt)fo[bn++]=gt;function Uu(e){return P1.charAt(e)}function Pu(e,t){var r=fo[e.charCodeAt(t)];return r??-1}function O1(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 K1(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 vr(e){var t=ue();return t.fromInt(e),t}function M1(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 s=r==8?e[n]&255:Pu(e,n);if(s<0){e.charAt(n)=="-"&&(i=!0);continue}i=!1,o==0?this.data[this.t++]=s:o+r>this.DB?(this.data[this.t-1]|=(s&(1<<this.DB-o)-1)<<o,this.data[this.t++]=s>>this.DB-o):this.data[this.t-1]|=s<<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&&R.ZERO.subTo(this,this)}function F1(){for(var e=this.s&this.DM;this.t>0&&this.data[this.t-1]==e;)--this.t}function V1(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="",s=this.t,a=this.DB-s*this.DB%t;if(s-- >0)for(a<this.DB&&(n=this.data[s]>>a)>0&&(i=!0,o=Uu(n));s>=0;)a<t?(n=(this.data[s]&(1<<a)-1)<<t-a,n|=this.data[--s]>>(a+=this.DB-t)):(n=this.data[s]>>(a-=t)&r,a<=0&&(a+=this.DB,--s)),n>0&&(i=!0),i&&(o+=Uu(n));return i?o:"0"}function q1(){var e=ue();return R.ZERO.subTo(this,e),e}function z1(){return this.s<0?this.negate():this}function H1(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 lo(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 G1(){return this.t<=0?0:this.DB*(this.t-1)+lo(this.data[this.t-1]^this.s&this.DM)}function $1(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 W1(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 Y1(e,t){var r=e%this.DB,n=this.DB-r,i=(1<<n)-1,o=Math.floor(e/this.DB),s=this.s<<r&this.DM,a;for(a=this.t-1;a>=0;--a)t.data[a+o+1]=this.data[a]>>n|s,s=(this.data[a]&i)<<r;for(a=o-1;a>=0;--a)t.data[a]=0;t.data[o]=s,t.t=this.t+o+1,t.s=this.s,t.clamp()}function Z1(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 s=r+1;s<this.t;++s)t.data[s-r-1]|=(this.data[s]&o)<<i,t.data[s-r]=this.data[s]>>n;n>0&&(t.data[this.t-r-1]|=(this.s&o)<<i),t.t=this.t-r,t.clamp()}function Q1(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 X1(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&&R.ZERO.subTo(t,t)}function J1(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 j1(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=ue());var o=ue(),s=this.s,a=e.s,c=this.DB-lo(n.data[n.t-1]);c>0?(n.lShiftTo(c,o),i.lShiftTo(c,r)):(n.copyTo(o),i.copyTo(r));var u=o.t,f=o.data[u-1];if(f!=0){var l=f*(1<<this.F1)+(u>1?o.data[u-2]>>this.F2:0),h=this.FV/l,g=(1<<this.F1)/l,d=1<<this.F2,p=r.t,y=p-u,m=t??ue();for(o.dlShiftTo(y,m),r.compareTo(m)>=0&&(r.data[r.t++]=1,r.subTo(m,r)),R.ONE.dlShiftTo(u,m),m.subTo(o,o);o.t<u;)o.data[o.t++]=0;for(;--y>=0;){var w=r.data[--p]==f?this.DM:Math.floor(r.data[p]*h+(r.data[p-1]+d)*g);if((r.data[p]+=o.am(0,w,r,y,0,u))<w)for(o.dlShiftTo(y,m),r.subTo(m,r);r.data[p]<--w;)r.subTo(m,r)}t!=null&&(r.drShiftTo(u,t),s!=a&&R.ZERO.subTo(t,t)),r.t=u,r.clamp(),c>0&&r.rShiftTo(c,r),s<0&&R.ZERO.subTo(r,r)}}}function eg(e){var t=ue();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(R.ZERO)>0&&e.subTo(t,t),t}function qr(e){this.m=e}function tg(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function rg(e){return e}function ng(e){e.divRemTo(this.m,null,e)}function ig(e,t,r){e.multiplyTo(t,r),this.reduce(r)}function og(e,t){e.squareTo(t),this.reduce(t)}qr.prototype.convert=tg;qr.prototype.revert=rg;qr.prototype.reduce=ng;qr.prototype.mulTo=ig;qr.prototype.sqrTo=og;function sg(){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 zr(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 ag(e){var t=ue();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(R.ZERO)>0&&this.m.subTo(t,t),t}function cg(e){var t=ue();return e.copyTo(t),this.reduce(t),t}function ug(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 fg(e,t){e.squareTo(t),this.reduce(t)}function lg(e,t,r){e.multiplyTo(t,r),this.reduce(r)}zr.prototype.convert=ag;zr.prototype.revert=cg;zr.prototype.reduce=ug;zr.prototype.mulTo=lg;zr.prototype.sqrTo=fg;function hg(){return(this.t>0?this.data[0]&1:this.s)==0}function dg(e,t){if(e>4294967295||e<1)return R.ONE;var r=ue(),n=ue(),i=t.convert(this),o=lo(e)-1;for(i.copyTo(r);--o>=0;)if(t.sqrTo(r,n),(e&1<<o)>0)t.mulTo(n,i,r);else{var s=r;r=n,n=s}return t.revert(r)}function pg(e,t){var r;return e<256||t.isEven()?r=new qr(t):r=new zr(t),this.exp(e,r)}R.prototype.copyTo=O1;R.prototype.fromInt=K1;R.prototype.fromString=M1;R.prototype.clamp=F1;R.prototype.dlShiftTo=$1;R.prototype.drShiftTo=W1;R.prototype.lShiftTo=Y1;R.prototype.rShiftTo=Z1;R.prototype.subTo=Q1;R.prototype.multiplyTo=X1;R.prototype.squareTo=J1;R.prototype.divRemTo=j1;R.prototype.invDigit=sg;R.prototype.isEven=hg;R.prototype.exp=dg;R.prototype.toString=V1;R.prototype.negate=q1;R.prototype.abs=z1;R.prototype.compareTo=H1;R.prototype.bitLength=G1;R.prototype.mod=eg;R.prototype.modPowInt=pg;R.ZERO=vr(0);R.ONE=vr(1);function yg(){var e=ue();return this.copyTo(e),e}function gg(){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 mg(){return this.t==0?this.s:this.data[0]<<24>>24}function xg(){return this.t==0?this.s:this.data[0]<<16>>16}function vg(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function bg(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function wg(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=vr(r),i=ue(),o=ue(),s="";for(this.divRemTo(n,i,o);i.signum()>0;)s=(r+o.intValue()).toString(e).substr(1)+s,i.divRemTo(n,i,o);return o.intValue().toString(e)+s}function Eg(e,t){this.fromInt(0),t==null&&(t=10);for(var r=this.chunkSize(t),n=Math.pow(t,r),i=!1,o=0,s=0,a=0;a<e.length;++a){var c=Pu(e,a);if(c<0){e.charAt(a)=="-"&&this.signum()==0&&(i=!0);continue}s=t*s+c,++o>=r&&(this.dMultiply(n),this.dAddOffset(s,0),o=0,s=0)}o>0&&(this.dMultiply(Math.pow(t,o)),this.dAddOffset(s,0)),i&&R.ZERO.subTo(this,this)}function Sg(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(R.ONE.shiftLeft(e-1),la,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(R.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 Bg(){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 Cg(e){return this.compareTo(e)==0}function Ag(e){return this.compareTo(e)<0?this:e}function Tg(e){return this.compareTo(e)>0?this:e}function _g(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 Ig(e,t){return e&t}function Rg(e){var t=ue();return this.bitwiseTo(e,Ig,t),t}function la(e,t){return e|t}function Dg(e){var t=ue();return this.bitwiseTo(e,la,t),t}function Ou(e,t){return e^t}function Ng(e){var t=ue();return this.bitwiseTo(e,Ou,t),t}function Ku(e,t){return e&~t}function Lg(e){var t=ue();return this.bitwiseTo(e,Ku,t),t}function kg(){for(var e=ue(),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 Ug(e){var t=ue();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t}function Pg(e){var t=ue();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t}function Og(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 Kg(){for(var e=0;e<this.t;++e)if(this.data[e]!=0)return e*this.DB+Og(this.data[e]);return this.s<0?this.t*this.DB:-1}function Mg(e){for(var t=0;e!=0;)e&=e-1,++t;return t}function Fg(){for(var e=0,t=this.s&this.DM,r=0;r<this.t;++r)e+=Mg(this.data[r]^t);return e}function Vg(e){var t=Math.floor(e/this.DB);return t>=this.t?this.s!=0:(this.data[t]&1<<e%this.DB)!=0}function qg(e,t){var r=R.ONE.shiftLeft(e);return this.bitwiseTo(r,t,r),r}function zg(e){return this.changeBit(e,la)}function Hg(e){return this.changeBit(e,Ku)}function Gg(e){return this.changeBit(e,Ou)}function $g(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 Wg(e){var t=ue();return this.addTo(e,t),t}function Yg(e){var t=ue();return this.subTo(e,t),t}function Zg(e){var t=ue();return this.multiplyTo(e,t),t}function Qg(e){var t=ue();return this.divRemTo(e,t,null),t}function Xg(e){var t=ue();return this.divRemTo(e,null,t),t}function Jg(e){var t=ue(),r=ue();return this.divRemTo(e,t,r),new Array(t,r)}function jg(e){this.data[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function em(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 fi(){}function Mu(e){return e}function tm(e,t,r){e.multiplyTo(t,r)}function rm(e,t){e.squareTo(t)}fi.prototype.convert=Mu;fi.prototype.revert=Mu;fi.prototype.mulTo=tm;fi.prototype.sqrTo=rm;function nm(e){return this.exp(e,new fi)}function im(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 om(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 wn(e){this.r2=ue(),this.q3=ue(),R.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}function sm(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=ue();return e.copyTo(t),this.reduce(t),t}function am(e){return e}function cm(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 um(e,t){e.squareTo(t),this.reduce(t)}function fm(e,t,r){e.multiplyTo(t,r),this.reduce(r)}wn.prototype.convert=sm;wn.prototype.revert=am;wn.prototype.reduce=cm;wn.prototype.mulTo=fm;wn.prototype.sqrTo=um;function lm(e,t){var r=e.bitLength(),n,i=vr(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 qr(t):t.isEven()?o=new wn(t):o=new zr(t);var s=new Array,a=3,c=n-1,u=(1<<n)-1;if(s[1]=o.convert(this),n>1){var f=ue();for(o.sqrTo(s[1],f);a<=u;)s[a]=ue(),o.mulTo(f,s[a-2],s[a]),a+=2}var l=e.t-1,h,g=!0,d=ue(),p;for(r=lo(e.data[l])-1;l>=0;){for(r>=c?h=e.data[l]>>r-c&u:(h=(e.data[l]&(1<<r+1)-1)<<c-r,l>0&&(h|=e.data[l-1]>>this.DB+r-c)),a=n;!(h&1);)h>>=1,--a;if((r-=a)<0&&(r+=this.DB,--l),g)s[h].copyTo(i),g=!1;else{for(;a>1;)o.sqrTo(i,d),o.sqrTo(d,i),a-=2;a>0?o.sqrTo(i,d):(p=i,i=d,d=p),o.mulTo(d,s[h],i)}for(;l>=0&&!(e.data[l]&1<<r);)o.sqrTo(i,d),p=i,i=d,d=p,--r<0&&(r=this.DB-1,--l)}return o.revert(i)}function hm(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 dm(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 pm(e){var t=e.isEven();if(this.isEven()&&t||e.signum()==0)return R.ZERO;for(var r=e.clone(),n=this.clone(),i=vr(1),o=vr(0),s=vr(0),a=vr(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?((!s.isEven()||!a.isEven())&&(s.addTo(this,s),a.subTo(e,a)),s.rShiftTo(1,s)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),t&&i.subTo(s,i),o.subTo(a,o)):(n.subTo(r,n),t&&s.subTo(i,s),a.subTo(o,a))}if(n.compareTo(R.ONE)!=0)return R.ZERO;if(a.compareTo(e)>=0)return a.subtract(e);if(a.signum()<0)a.addTo(e,a);else return a;return a.signum()<0?a.add(e):a}var St=[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],ym=(1<<26)/St[St.length-1];function gm(e){var t,r=this.abs();if(r.t==1&&r.data[0]<=St[St.length-1]){for(t=0;t<St.length;++t)if(r.data[0]==St[t])return!0;return!1}if(r.isEven())return!1;for(t=1;t<St.length;){for(var n=St[t],i=t+1;i<St.length&&n<ym;)n*=St[i++];for(n=r.modInt(n);t<i;)if(n%St[t++]==0)return!1}return r.millerRabin(e)}function mm(e){var t=this.subtract(R.ONE),r=t.getLowestSetBit();if(r<=0)return!1;for(var n=t.shiftRight(r),i=xm(),o,s=0;s<e;++s){do o=new R(this.bitLength(),i);while(o.compareTo(R.ONE)<=0||o.compareTo(t)>=0);var a=o.modPow(n,this);if(a.compareTo(R.ONE)!=0&&a.compareTo(t)!=0){for(var c=1;c++<r&&a.compareTo(t)!=0;)if(a=a.modPowInt(2,this),a.compareTo(R.ONE)==0)return!1;if(a.compareTo(t)!=0)return!1}}return!0}function xm(){return{nextBytes:function(e){for(var t=0;t<e.length;++t)e[t]=Math.floor(Math.random()*256)}}}R.prototype.chunkSize=vg;R.prototype.toRadix=wg;R.prototype.fromRadix=Eg;R.prototype.fromNumber=Sg;R.prototype.bitwiseTo=_g;R.prototype.changeBit=qg;R.prototype.addTo=$g;R.prototype.dMultiply=jg;R.prototype.dAddOffset=em;R.prototype.multiplyLowerTo=im;R.prototype.multiplyUpperTo=om;R.prototype.modInt=dm;R.prototype.millerRabin=mm;R.prototype.clone=yg;R.prototype.intValue=gg;R.prototype.byteValue=mg;R.prototype.shortValue=xg;R.prototype.signum=bg;R.prototype.toByteArray=Bg;R.prototype.equals=Cg;R.prototype.min=Ag;R.prototype.max=Tg;R.prototype.and=Rg;R.prototype.or=Dg;R.prototype.xor=Ng;R.prototype.andNot=Lg;R.prototype.not=kg;R.prototype.shiftLeft=Ug;R.prototype.shiftRight=Pg;R.prototype.getLowestSetBit=Kg;R.prototype.bitCount=Fg;R.prototype.testBit=Vg;R.prototype.setBit=zg;R.prototype.clearBit=Hg;R.prototype.flipBit=Gg;R.prototype.add=Wg;R.prototype.subtract=Yg;R.prototype.multiply=Zg;R.prototype.divide=Qg;R.prototype.remainder=Xg;R.prototype.divideAndRemainder=Jg;R.prototype.modPow=lm;R.prototype.modInverse=pm;R.prototype.pow=nm;R.prototype.gcd=hm;R.prototype.isProbablePrime=gm});var Gu=X((qw,Hu)=>{var Ot=ge();Vr();Oe();var qu=Hu.exports=Ot.sha1=Ot.sha1||{};Ot.md.sha1=Ot.md.algorithms.sha1=qu;qu.create=function(){zu||vm();var e=null,t=Ot.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=Ot.util.createBuffer(),e={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520},n},n.start(),n.update=function(i,o){o==="utf8"&&(i=Ot.util.encodeUtf8(i));var s=i.length;n.messageLength+=s,s=[s/4294967296>>>0,s>>>0];for(var a=n.fullMessageLength.length-1;a>=0;--a)n.fullMessageLength[a]+=s[1],s[1]=s[0]+(n.fullMessageLength[a]/4294967296>>>0),n.fullMessageLength[a]=n.fullMessageLength[a]>>>0,s[0]=s[1]/4294967296>>>0;return t.putBytes(i),Vu(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var i=Ot.util.createBuffer();i.putBytes(t.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=o&n.blockLength-1;i.putBytes(ha.substr(0,n.blockLength-s));for(var a,c,u=n.fullMessageLength[0]*8,f=0;f<n.fullMessageLength.length-1;++f)a=n.fullMessageLength[f+1]*8,c=a/4294967296>>>0,u+=c,i.putInt32(u>>>0),u=a>>>0;i.putInt32(u);var l={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3,h4:e.h4};Vu(l,r,i);var h=Ot.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 ha=null,zu=!1;function vm(){ha=String.fromCharCode(128),ha+=Ot.util.fillString(String.fromCharCode(0),64),zu=!0}function Vu(e,t,r){for(var n,i,o,s,a,c,u,f,l=r.length();l>=64;){for(i=e.h0,o=e.h1,s=e.h2,a=e.h3,c=e.h4,f=0;f<16;++f)n=r.getInt32(),t[f]=n,u=a^o&(s^a),n=(i<<5|i>>>27)+u+c+1518500249+n,c=a,a=s,s=(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,u=a^o&(s^a),n=(i<<5|i>>>27)+u+c+1518500249+n,c=a,a=s,s=(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,u=o^s^a,n=(i<<5|i>>>27)+u+c+1859775393+n,c=a,a=s,s=(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,u=o^s^a,n=(i<<5|i>>>27)+u+c+1859775393+n,c=a,a=s,s=(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,u=o&s|a&(o^s),n=(i<<5|i>>>27)+u+c+2400959708+n,c=a,a=s,s=(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,u=o^s^a,n=(i<<5|i>>>27)+u+c+3395469782+n,c=a,a=s,s=(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+s|0,e.h3=e.h3+a|0,e.h4=e.h4+c|0,l-=64}}});var Yu=X((zw,Wu)=>{var Kt=ge();Oe();ui();Gu();var $u=Wu.exports=Kt.pkcs1=Kt.pkcs1||{};$u.encode_rsa_oaep=function(e,t,r){var n,i,o,s;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&&(s=r.mgf1.md)),o?o.start():o=Kt.md.sha1.create(),s||(s=o);var a=Math.ceil(e.n.bitLength()/8),c=a-2*o.digestLength-2;if(t.length>c){var u=new Error("RSAES-OAEP input message length is too long.");throw u.length=t.length,u.maxLength=c,u}n||(n=""),o.update(n,"raw");for(var f=o.digest(),l="",h=c-t.length,g=0;g<h;g++)l+="\0";var d=f.getBytes()+l+""+t;if(!i)i=Kt.random.getBytes(o.digestLength);else if(i.length!==o.digestLength){var u=new Error("Invalid RSAES-OAEP seed. The seed length must match the digest length.");throw u.seedLength=i.length,u.digestLength=o.digestLength,u}var p=po(i,a-o.digestLength-1,s),y=Kt.util.xorBytes(d,p,d.length),m=po(y,o.digestLength,s),w=Kt.util.xorBytes(i,m,i.length);return"\0"+w+y};$u.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 s=Math.ceil(e.n.bitLength()/8);if(t.length!==s){var y=new Error("RSAES-OAEP encoded message length is invalid.");throw y.length=t.length,y.expectedLength=s,y}if(i===void 0?i=Kt.md.sha1.create():i.start(),o||(o=i),s<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 a=i.digest().getBytes(),c=t.charAt(0),u=t.substring(1,i.digestLength+1),f=t.substring(1+i.digestLength),l=po(f,i.digestLength,o),h=Kt.util.xorBytes(u,l,u.length),g=po(h,s-i.digestLength-1,o),d=Kt.util.xorBytes(f,g,f.length),p=d.substring(0,i.digestLength),y=c!=="\0",m=0;m<i.digestLength;++m)y|=a.charAt(m)!==p.charAt(m);for(var w=1,v=i.digestLength,I=i.digestLength;I<d.length;I++){var E=d.charCodeAt(I),S=E&1^1,D=w?65534:0;y|=E&D,w=w&S,v+=w}if(y||d.charCodeAt(v)!==1)throw new Error("Invalid RSAES-OAEP padding.");return d.substring(v+1)};function po(e,t,r){r||(r=Kt.md.sha1.create());for(var n="",i=Math.ceil(t/r.digestLength),o=0;o<i;++o){var s=String.fromCharCode(o>>24&255,o>>16&255,o>>8&255,o&255);r.start(),r.update(e+s),n+=r.digest().getBytes()}return n.substring(0,t)}});var Zu=X((Hw,da)=>{var br=ge();Oe();ho();ui();(function(){if(br.prime){da.exports=br.prime;return}var e=da.exports=br.prime=br.prime||{},t=br.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,g){typeof h=="function"&&(g=h,h={}),h=h||{};var d=h.algorithm||"PRIMEINC";typeof d=="string"&&(d={name:d}),d.options=d.options||{};var p=h.prng||br.random,y={nextBytes:function(m){for(var w=p.getBytesSync(m.length),v=0;v<m.length;++v)m[v]=w.charCodeAt(v)}};if(d.name==="PRIMEINC")return o(l,y,d.options,g);throw new Error("Invalid prime generation algorithm: "+d.name)};function o(l,h,g,d){return"workers"in g?c(l,h,g,d):s(l,h,g,d)}function s(l,h,g,d){var p=u(l,h),y=0,m=f(p.bitLength());"millerRabinTests"in g&&(m=g.millerRabinTests);var w=10;"maxBlockTime"in g&&(w=g.maxBlockTime),a(p,l,h,y,m,w,d)}function a(l,h,g,d,p,y,m){var w=+new Date;do{if(l.bitLength()>h&&(l=u(h,g)),l.isProbablePrime(p))return m(null,l);l.dAddOffset(r[d++%8],0)}while(y<0||+new Date-w<y);br.util.setImmediate(function(){a(l,h,g,d,p,y,m)})}function c(l,h,g,d){if(typeof Worker>"u")return s(l,h,g,d);var p=u(l,h),y=g.workers,m=g.workLoad||100,w=m*30/8,v=g.workerScript||"forge/prime.worker.js";if(y===-1)return br.util.estimateCores(function(E,S){E&&(S=2),y=S-1,I()});I();function I(){y=Math.max(1,y);for(var E=[],S=0;S<y;++S)E[S]=new Worker(v);for(var D=y,S=0;S<y;++S)E[S].addEventListener("message",P);var B=!1;function P(M){if(!B){--D;var O=M.data;if(O.found){for(var V=0;V<E.length;++V)E[V].terminate();return B=!0,d(null,new t(O.prime,16))}p.bitLength()>l&&(p=u(l,h));var Z=p.toString(16);M.target.postMessage({hex:Z,workLoad:m}),p.dAddOffset(w,0)}}}}function u(l,h){var g=new t(l,h),d=l-1;return g.testBit(d)||g.bitwiseTo(t.ONE.shiftLeft(d),i,g),g.dAddOffset(31-g.mod(n).byteValue(),0),g}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 go=X((Gw,rf)=>{var Y=ge();ci();ho();ji();Yu();Zu();ui();Oe();typeof ae>"u"&&(ae=Y.jsbn.BigInteger);var ae,pa=Y.util.isNodejs?so():null,b=Y.asn1,mt=Y.util;Y.pki=Y.pki||{};rf.exports=Y.pki.rsa=Y.rsa=Y.rsa||{};var j=Y.pki,bm=[6,4,2,4,2,4,6,2],wm={name:"PrivateKeyInfo",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:b.Class.UNIVERSAL,type:b.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:b.Class.UNIVERSAL,type:b.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},Em={name:"RSAPrivateKey",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyModulus"},{name:"RSAPrivateKey.publicExponent",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyPublicExponent"},{name:"RSAPrivateKey.privateExponent",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyPrivateExponent"},{name:"RSAPrivateKey.prime1",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyPrime1"},{name:"RSAPrivateKey.prime2",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},Sm={name:"RSAPublicKey",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPublicKey.modulus",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"publicKeyModulus"},{name:"RSAPublicKey.exponent",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"publicKeyExponent"}]},Bm=Y.pki.rsa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:b.Class.UNIVERSAL,type:b.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:b.Class.UNIVERSAL,type:b.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},Cm={name:"DigestInfo",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm.algorithmIdentifier",tagClass:b.Class.UNIVERSAL,type:b.Type.OID,constructed:!1,capture:"algorithmIdentifier"},{name:"DigestInfo.DigestAlgorithm.parameters",tagClass:b.Class.UNIVERSAL,type:b.Type.NULL,capture:"parameters",optional:!0,constructed:!1}]},{name:"DigestInfo.digest",tagClass:b.Class.UNIVERSAL,type:b.Type.OCTETSTRING,constructed:!1,capture:"digest"}]},Am=function(e){var t;if(e.algorithm in j.oids)t=j.oids[e.algorithm];else{var r=new Error("Unknown message digest algorithm.");throw r.algorithm=e.algorithm,r}var n=b.oidToDer(t).getBytes(),i=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[]),o=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[]);o.value.push(b.create(b.Class.UNIVERSAL,b.Type.OID,!1,n)),o.value.push(b.create(b.Class.UNIVERSAL,b.Type.NULL,!1,""));var s=b.create(b.Class.UNIVERSAL,b.Type.OCTETSTRING,!1,e.digest().getBytes());return i.value.push(o),i.value.push(s),b.toDer(i).getBytes()},ef=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(ae.ONE))),t.dQ||(t.dQ=t.d.mod(t.q.subtract(ae.ONE))),t.qInv||(t.qInv=t.q.modInverse(t.p));var n;do n=new ae(Y.util.bytesToHex(Y.random.getBytes(t.n.bitLength()/8)),16);while(n.compareTo(t.n)>=0||!n.gcd(t.n).equals(ae.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 s=i.subtract(o).multiply(t.qInv).mod(t.p).multiply(t.q).add(o);return s=s.multiply(n.modInverse(t.n)).mod(t.n),s};j.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=tf(e,t,r)):(i=Y.util.createBuffer(),i.putBytes(e));for(var s=new ae(i.toHex(),16),a=ef(s,t,n),c=a.toString(16),u=Y.util.createBuffer(),f=o-Math.ceil(c.length/2);f>0;)u.putByte(0),--f;return u.putBytes(Y.util.hexToBytes(c)),u.getBytes()};j.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 s=new ae(Y.util.createBuffer(e).toHex(),16);if(s.compareTo(t.n)>=0)throw new Error("Encrypted message is invalid.");for(var a=ef(s,t,r),c=a.toString(16),u=Y.util.createBuffer(),f=i-Math.ceil(c.length/2);f>0;)u.putByte(0),--f;return u.putBytes(Y.util.hexToBytes(c)),n!==!1?yo(u.getBytes(),t,r):u.getBytes()};j.rsa.createKeyPairGenerationState=function(e,t,r){typeof e=="string"&&(e=parseInt(e,10)),e=e||2048,r=r||{};var n=r.prng||Y.random,i={nextBytes:function(a){for(var c=n.getBytesSync(a.length),u=0;u<a.length;++u)a[u]=c.charCodeAt(u)}},o=r.algorithm||"PRIMEINC",s;if(o==="PRIMEINC")s={algorithm:o,state:0,bits:e,rng:i,eInt:t||65537,e:new ae(null),p:null,q:null,qBits:e>>1,pBits:e-(e>>1),pqState:0,num:null,keys:null},s.e.fromInt(s.eInt);else throw new Error("Invalid key generation algorithm: "+o);return s};j.rsa.stepKeyPairGenerationState=function(e,t){"algorithm"in e||(e.algorithm="PRIMEINC");var r=new ae(null);r.fromInt(30);for(var n=0,i=function(l,h){return l|h},o=+new Date,s,a=0;e.keys===null&&(t<=0||a<t);){if(e.state===0){var c=e.p===null?e.pBits:e.qBits,u=c-1;e.pqState===0?(e.num=new ae(c,e.rng),e.num.testBit(u)||e.num.bitwiseTo(ae.ONE.shiftLeft(u),i,e.num),e.num.dAddOffset(31-e.num.mod(r).byteValue(),0),n=0,++e.pqState):e.pqState===1?e.num.bitLength()>c?e.pqState=0:e.num.isProbablePrime(_m(e.num.bitLength()))?++e.pqState:e.num.dAddOffset(bm[n++%8],0):e.pqState===2?e.pqState=e.num.subtract(ae.ONE).gcd(e.e).compareTo(ae.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(ae.ONE),e.q1=e.q.subtract(ae.ONE),e.phi=e.p1.multiply(e.q1),++e.state;else if(e.state===3)e.phi.gcd(e.e).compareTo(ae.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:j.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:j.rsa.setPublicKey(e.n,e.e)}}s=+new Date,a+=s-o,o=s}return e.keys!==null};j.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),!Y.options.usePureJavaScript&&!r.prng&&e>=256&&e<=16384&&(t===65537||t===3)){if(n){if(Qu("generateKeyPair"))return pa.generateKeyPair("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}},function(a,c,u){if(a)return n(a);n(null,{privateKey:j.privateKeyFromPem(u),publicKey:j.publicKeyFromPem(c)})});if(Xu("generateKey")&&Xu("exportKey"))return mt.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:ju(t),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(a){return mt.globalScope.crypto.subtle.exportKey("pkcs8",a.privateKey)}).then(void 0,function(a){n(a)}).then(function(a){if(a){var c=j.privateKeyFromAsn1(b.fromDer(Y.util.createBuffer(a)));n(null,{privateKey:c,publicKey:j.setRsaPublicKey(c.n,c.e)})}});if(Ju("generateKey")&&Ju("exportKey")){var i=mt.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:ju(t),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(a){var c=a.target.result,u=mt.globalScope.msCrypto.subtle.exportKey("pkcs8",c.privateKey);u.oncomplete=function(f){var l=f.target.result,h=j.privateKeyFromAsn1(b.fromDer(Y.util.createBuffer(l)));n(null,{privateKey:h,publicKey:j.setRsaPublicKey(h.n,h.e)})},u.onerror=function(f){n(f)}},i.onerror=function(a){n(a)};return}}else if(Qu("generateKeyPairSync")){var o=pa.generateKeyPairSync("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:j.privateKeyFromPem(o.privateKey),publicKey:j.publicKeyFromPem(o.publicKey)}}}var s=j.rsa.createKeyPairGenerationState(e,t,r);if(!n)return j.rsa.stepKeyPairGenerationState(s,0),s.keys;Tm(s,r,n)};j.setRsaPublicKey=j.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(a,c,u){return tf(a,c,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(a,c){return Y.pkcs1.encode_rsa_oaep(c,a,o)}};else if(["RAW","NONE","NULL",null].indexOf(i)!==-1)i={encode:function(a){return a}};else if(typeof i=="string")throw new Error('Unsupported encryption scheme: "'+i+'".');var s=i.encode(n,r,!0);return j.rsa.encrypt(s,r,!0)},r.verify=function(n,i,o,s){typeof o=="string"?o=o.toUpperCase():o===void 0&&(o="RSASSA-PKCS1-V1_5"),s===void 0&&(s={_parseAllDigestBytes:!0}),"_parseAllDigestBytes"in s||(s._parseAllDigestBytes=!0),o==="RSASSA-PKCS1-V1_5"?o={verify:function(c,u){u=yo(u,r,!0);var f=b.fromDer(u,{parseAllBytes:s._parseAllDigestBytes}),l={},h=[];if(!b.validate(f,Cm,l,h)){var g=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw g.errors=h,g}var d=b.derToOid(l.algorithmIdentifier);if(!(d===Y.oids.md2||d===Y.oids.md5||d===Y.oids.sha1||d===Y.oids.sha224||d===Y.oids.sha256||d===Y.oids.sha384||d===Y.oids.sha512||d===Y.oids["sha512-224"]||d===Y.oids["sha512-256"])){var g=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw g.oid=d,g}if((d===Y.oids.md2||d===Y.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 c===l.digest}}:(o==="NONE"||o==="NULL"||o===null)&&(o={verify:function(c,u){return u=yo(u,r,!0),c===u}});var a=j.rsa.decrypt(i,r,!0,!1);return o.verify(n,a,r.n.bitLength())},r};j.setRsaPrivateKey=j.rsa.setPrivateKey=function(e,t,r,n,i,o,s,a){var c={n:e,e:t,d:r,p:n,q:i,dP:o,dQ:s,qInv:a};return c.decrypt=function(u,f,l){typeof f=="string"?f=f.toUpperCase():f===void 0&&(f="RSAES-PKCS1-V1_5");var h=j.rsa.decrypt(u,c,!1,!1);if(f==="RSAES-PKCS1-V1_5")f={decode:yo};else if(f==="RSA-OAEP"||f==="RSAES-OAEP")f={decode:function(g,d){return Y.pkcs1.decode_rsa_oaep(d,g,l)}};else if(["RAW","NONE","NULL",null].indexOf(f)!==-1)f={decode:function(g){return g}};else throw new Error('Unsupported encryption scheme: "'+f+'".');return f.decode(h,c,!1)},c.sign=function(u,f){var l=!1;typeof f=="string"&&(f=f.toUpperCase()),f===void 0||f==="RSASSA-PKCS1-V1_5"?(f={encode:Am},l=1):(f==="NONE"||f==="NULL"||f===null)&&(f={encode:function(){return u}},l=1);var h=f.encode(u,c.n.bitLength());return j.rsa.encrypt(h,c,l)},c};j.wrapRsaPrivateKey=function(e){return b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,b.integerToDer(0).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.OID,!1,b.oidToDer(j.oids.rsaEncryption).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.NULL,!1,"")]),b.create(b.Class.UNIVERSAL,b.Type.OCTETSTRING,!1,b.toDer(e).getBytes())])};j.privateKeyFromAsn1=function(e){var t={},r=[];if(b.validate(e,wm,t,r)&&(e=b.fromDer(Y.util.createBuffer(t.privateKey))),t={},r=[],!b.validate(e,Em,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,s,a,c,u,f,l;return i=Y.util.createBuffer(t.privateKeyModulus).toHex(),o=Y.util.createBuffer(t.privateKeyPublicExponent).toHex(),s=Y.util.createBuffer(t.privateKeyPrivateExponent).toHex(),a=Y.util.createBuffer(t.privateKeyPrime1).toHex(),c=Y.util.createBuffer(t.privateKeyPrime2).toHex(),u=Y.util.createBuffer(t.privateKeyExponent1).toHex(),f=Y.util.createBuffer(t.privateKeyExponent2).toHex(),l=Y.util.createBuffer(t.privateKeyCoefficient).toHex(),j.setRsaPrivateKey(new ae(i,16),new ae(o,16),new ae(s,16),new ae(a,16),new ae(c,16),new ae(u,16),new ae(f,16),new ae(l,16))};j.privateKeyToAsn1=j.privateKeyToRSAPrivateKey=function(e){return b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,b.integerToDer(0).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Mt(e.n)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Mt(e.e)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Mt(e.d)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Mt(e.p)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Mt(e.q)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Mt(e.dP)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Mt(e.dQ)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Mt(e.qInv))])};j.publicKeyFromAsn1=function(e){var t={},r=[];if(b.validate(e,Bm,t,r)){var n=b.derToOid(t.publicKeyOid);if(n!==j.oids.rsaEncryption){var i=new Error("Cannot read public key. Unknown OID.");throw i.oid=n,i}e=t.rsaPublicKey}if(r=[],!b.validate(e,Sm,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=Y.util.createBuffer(t.publicKeyModulus).toHex(),s=Y.util.createBuffer(t.publicKeyExponent).toHex();return j.setRsaPublicKey(new ae(o,16),new ae(s,16))};j.publicKeyToAsn1=j.publicKeyToSubjectPublicKeyInfo=function(e){return b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.OID,!1,b.oidToDer(j.oids.rsaEncryption).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.NULL,!1,"")]),b.create(b.Class.UNIVERSAL,b.Type.BITSTRING,!1,[j.publicKeyToRSAPublicKey(e)])])};j.publicKeyToRSAPublicKey=function(e){return b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Mt(e.n)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Mt(e.e))])};function tf(e,t,r){var n=Y.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 s=i-3-e.length,a;if(r===0||r===1){a=r===0?0:255;for(var c=0;c<s;++c)n.putByte(a)}else for(;s>0;){for(var u=0,f=Y.random.getBytes(s),c=0;c<s;++c)a=f.charCodeAt(c),a===0?++u:n.putByte(a);s=u}return n.putByte(0),n.putBytes(e),n}function yo(e,t,r,n){var i=Math.ceil(t.n.bitLength()/8),o=Y.util.createBuffer(e),s=o.getByte(),a=o.getByte();if(s!==0||r&&a!==0&&a!==1||!r&&a!=2||r&&a===0&&typeof n>"u")throw new Error("Encryption block is invalid.");var c=0;if(a===0){c=i-3-n;for(var u=0;u<c;++u)if(o.getByte()!==0)throw new Error("Encryption block is invalid.")}else if(a===1)for(c=0;o.length()>1;){if(o.getByte()!==255){--o.read;break}++c}else if(a===2)for(c=0;o.length()>1;){if(o.getByte()===0){--o.read;break}++c}var f=o.getByte();if(f!==0||c!==i-3-o.length())throw new Error("Encryption block is invalid.");return o.getBytes()}function Tm(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(a,c){if(a)return r(a);if(e.p=c,e.q!==null)return s(a,e.q);o(e.qBits,s)})}function o(a,c){Y.prime.generateProbablePrime(a,n,c)}function s(a,c){if(a)return r(a);if(e.q=c,e.p.compareTo(e.q)<0){var u=e.p;e.p=e.q,e.q=u}if(e.p.subtract(ae.ONE).gcd(e.e).compareTo(ae.ONE)!==0){e.p=null,i();return}if(e.q.subtract(ae.ONE).gcd(e.e).compareTo(ae.ONE)!==0){e.q=null,o(e.qBits,s);return}if(e.p1=e.p.subtract(ae.ONE),e.q1=e.q.subtract(ae.ONE),e.phi=e.p1.multiply(e.q1),e.phi.gcd(e.e).compareTo(ae.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,s);return}var f=e.e.modInverse(e.phi);e.keys={privateKey:j.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:j.rsa.setPublicKey(e.n,e.e)},r(null,e.keys)}}function Mt(e){var t=e.toString(16);t[0]>="8"&&(t="00"+t);var r=Y.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 _m(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 Qu(e){return Y.util.isNodejs&&typeof pa[e]=="function"}function Xu(e){return typeof mt.globalScope<"u"&&typeof mt.globalScope.crypto=="object"&&typeof mt.globalScope.crypto.subtle=="object"&&typeof mt.globalScope.crypto.subtle[e]=="function"}function Ju(e){return typeof mt.globalScope<"u"&&typeof mt.globalScope.msCrypto=="object"&&typeof mt.globalScope.msCrypto.subtle=="object"&&typeof mt.globalScope.msCrypto.subtle[e]=="function"}function ju(e){for(var t=Y.util.hexToBytes(e.toString(16)),r=new Uint8Array(t.length),n=0;n<t.length;++n)r[n]=t.charCodeAt(n);return r}});var uf=X(($w,cf)=>{var q=ge();oa();ci();hu();Vr();ji();mu();bu();ui();Nu();go();Oe();typeof nf>"u"&&(nf=q.jsbn.BigInteger);var nf,A=q.asn1,ee=q.pki=q.pki||{};cf.exports=ee.pbe=q.pbe=q.pbe||{};var Hr=ee.oids,Im={name:"EncryptedPrivateKeyInfo",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedPrivateKeyInfo.encryptionAlgorithm",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"encryptionOid"},{name:"AlgorithmIdentifier.parameters",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,captureAsn1:"encryptionParams"}]},{name:"EncryptedPrivateKeyInfo.encryptedData",tagClass:A.Class.UNIVERSAL,type:A.Type.OCTETSTRING,constructed:!1,capture:"encryptedData"}]},Rm={name:"PBES2Algorithms",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc.oid",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"kdfOid"},{name:"PBES2Algorithms.params",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.params.salt",tagClass:A.Class.UNIVERSAL,type:A.Type.OCTETSTRING,constructed:!1,capture:"kdfSalt"},{name:"PBES2Algorithms.params.iterationCount",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"kdfIterationCount"},{name:"PBES2Algorithms.params.keyLength",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,optional:!0,capture:"keyLength"},{name:"PBES2Algorithms.params.prf",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,optional:!0,value:[{name:"PBES2Algorithms.params.prf.algorithm",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"prfOid"}]}]}]},{name:"PBES2Algorithms.encryptionScheme",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.encryptionScheme.oid",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"encOid"},{name:"PBES2Algorithms.encryptionScheme.iv",tagClass:A.Class.UNIVERSAL,type:A.Type.OCTETSTRING,constructed:!1,capture:"encIv"}]}]},Dm={name:"pkcs-12PbeParams",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"pkcs-12PbeParams.salt",tagClass:A.Class.UNIVERSAL,type:A.Type.OCTETSTRING,constructed:!1,capture:"salt"},{name:"pkcs-12PbeParams.iterations",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"iterations"}]};ee.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=q.random.getBytesSync(r.saltSize),i=r.count,o=A.integerToDer(i),s,a,c;if(r.algorithm.indexOf("aes")===0||r.algorithm==="des"){var u,f,l;switch(r.algorithm){case"aes128":s=16,u=16,f=Hr["aes128-CBC"],l=q.aes.createEncryptionCipher;break;case"aes192":s=24,u=16,f=Hr["aes192-CBC"],l=q.aes.createEncryptionCipher;break;case"aes256":s=32,u=16,f=Hr["aes256-CBC"],l=q.aes.createEncryptionCipher;break;case"des":s=8,u=8,f=Hr.desCBC,l=q.des.createEncryptionCipher;break;default:var h=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw h.algorithm=r.algorithm,h}var g="hmacWith"+r.prfAlgorithm.toUpperCase(),d=af(g),p=q.pkcs5.pbkdf2(t,n,i,s,d),y=q.random.getBytesSync(u),m=l(p);m.start(y),m.update(A.toDer(e)),m.finish(),c=m.output.getBytes();var w=Nm(n,o,s,g);a=A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer(Hr.pkcs5PBES2).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer(Hr.pkcs5PBKDF2).getBytes()),w]),A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer(f).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.OCTETSTRING,!1,y)])])])}else if(r.algorithm==="3des"){s=24;var v=new q.util.ByteBuffer(n),p=ee.pbe.generatePkcs12Key(t,v,1,i,s),y=ee.pbe.generatePkcs12Key(t,v,2,i,s),m=q.des.createEncryptionCipher(p);m.start(y),m.update(A.toDer(e)),m.finish(),c=m.output.getBytes(),a=A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer(Hr["pbeWithSHAAnd3-KeyTripleDES-CBC"]).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OCTETSTRING,!1,n),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,o.getBytes())])])}else{var h=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw h.algorithm=r.algorithm,h}var I=A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[a,A.create(A.Class.UNIVERSAL,A.Type.OCTETSTRING,!1,c)]);return I};ee.decryptPrivateKeyInfo=function(e,t){var r=null,n={},i=[];if(!A.validate(e,Im,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 s=A.derToOid(n.encryptionOid),a=ee.pbe.getCipher(s,n.encryptionParams,t),c=q.util.createBuffer(n.encryptedData);return a.update(c),a.finish()&&(r=A.fromDer(a.output)),r};ee.encryptedPrivateKeyToPem=function(e,t){var r={type:"ENCRYPTED PRIVATE KEY",body:A.toDer(e).getBytes()};return q.pem.encode(r,{maxline:t})};ee.encryptedPrivateKeyFromPem=function(e){var t=q.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 A.fromDer(t.body)};ee.encryptRsaPrivateKey=function(e,t,r){if(r=r||{},!r.legacy){var n=ee.wrapRsaPrivateKey(ee.privateKeyToAsn1(e));return n=ee.encryptPrivateKeyInfo(n,t,r),ee.encryptedPrivateKeyToPem(n)}var i,o,s,a;switch(r.algorithm){case"aes128":i="AES-128-CBC",s=16,o=q.random.getBytesSync(16),a=q.aes.createEncryptionCipher;break;case"aes192":i="AES-192-CBC",s=24,o=q.random.getBytesSync(16),a=q.aes.createEncryptionCipher;break;case"aes256":i="AES-256-CBC",s=32,o=q.random.getBytesSync(16),a=q.aes.createEncryptionCipher;break;case"3des":i="DES-EDE3-CBC",s=24,o=q.random.getBytesSync(8),a=q.des.createEncryptionCipher;break;case"des":i="DES-CBC",s=8,o=q.random.getBytesSync(8),a=q.des.createEncryptionCipher;break;default:var c=new Error('Could not encrypt RSA private key; unsupported encryption algorithm "'+r.algorithm+'".');throw c.algorithm=r.algorithm,c}var u=q.pbe.opensslDeriveBytes(t,o.substr(0,8),s),f=a(u);f.start(o),f.update(A.toDer(ee.privateKeyToAsn1(e))),f.finish();var l={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:i,parameters:q.util.bytesToHex(o).toUpperCase()},body:f.output.getBytes()};return q.pem.encode(l)};ee.decryptRsaPrivateKey=function(e,t){var r=null,n=q.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,s;switch(n.dekInfo.algorithm){case"DES-CBC":o=8,s=q.des.createDecryptionCipher;break;case"DES-EDE3-CBC":o=24,s=q.des.createDecryptionCipher;break;case"AES-128-CBC":o=16,s=q.aes.createDecryptionCipher;break;case"AES-192-CBC":o=24,s=q.aes.createDecryptionCipher;break;case"AES-256-CBC":o=32,s=q.aes.createDecryptionCipher;break;case"RC2-40-CBC":o=5,s=function(l){return q.rc2.createDecryptionCipher(l,40)};break;case"RC2-64-CBC":o=8,s=function(l){return q.rc2.createDecryptionCipher(l,64)};break;case"RC2-128-CBC":o=16,s=function(l){return q.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 a=q.util.hexToBytes(n.dekInfo.parameters),c=q.pbe.opensslDeriveBytes(t,a.substr(0,8),o),u=s(c);if(u.start(a),u.update(q.util.createBuffer(n.body)),u.finish())r=u.output.getBytes();else return r}else r=n.body;return n.type==="ENCRYPTED PRIVATE KEY"?r=ee.decryptPrivateKeyInfo(A.fromDer(r),t):r=A.fromDer(r),r!==null&&(r=ee.privateKeyFromAsn1(r)),r};ee.pbe.generatePkcs12Key=function(e,t,r,n,i,o){var s,a;if(typeof o>"u"||o===null){if(!("sha1"in q.md))throw new Error('"sha1" hash algorithm unavailable.');o=q.md.sha1.create()}var c=o.digestLength,u=o.blockLength,f=new q.util.ByteBuffer,l=new q.util.ByteBuffer;if(e!=null){for(a=0;a<e.length;a++)l.putInt16(e.charCodeAt(a));l.putInt16(0)}var h=l.length(),g=t.length(),d=new q.util.ByteBuffer;d.fillWithByte(r,u);var p=u*Math.ceil(g/u),y=new q.util.ByteBuffer;for(a=0;a<p;a++)y.putByte(t.at(a%g));var m=u*Math.ceil(h/u),w=new q.util.ByteBuffer;for(a=0;a<m;a++)w.putByte(l.at(a%h));var v=y;v.putBuffer(w);for(var I=Math.ceil(i/c),E=1;E<=I;E++){var S=new q.util.ByteBuffer;S.putBytes(d.bytes()),S.putBytes(v.bytes());for(var D=0;D<n;D++)o.start(),o.update(S.getBytes()),S=o.digest();var B=new q.util.ByteBuffer;for(a=0;a<u;a++)B.putByte(S.at(a%c));var P=Math.ceil(g/u)+Math.ceil(h/u),M=new q.util.ByteBuffer;for(s=0;s<P;s++){var O=new q.util.ByteBuffer(v.getBytes(u)),V=511;for(a=B.length()-1;a>=0;a--)V=V>>8,V+=B.at(a)+O.at(a),O.setAt(a,V&255);M.putBuffer(O)}v=M,f.putBuffer(S)}return f.truncate(f.length()-i),f};ee.pbe.getCipher=function(e,t,r){switch(e){case ee.oids.pkcs5PBES2:return ee.pbe.getCipherForPBES2(e,t,r);case ee.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case ee.oids["pbewithSHAAnd40BitRC2-CBC"]:return ee.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}};ee.pbe.getCipherForPBES2=function(e,t,r){var n={},i=[];if(!A.validate(t,Rm,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=A.derToOid(n.kdfOid),e!==ee.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=A.derToOid(n.encOid),e!==ee.oids["aes128-CBC"]&&e!==ee.oids["aes192-CBC"]&&e!==ee.oids["aes256-CBC"]&&e!==ee.oids["des-EDE3-CBC"]&&e!==ee.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 s=n.kdfSalt,a=q.util.createBuffer(n.kdfIterationCount);a=a.getInt(a.length()<<3);var c,u;switch(ee.oids[e]){case"aes128-CBC":c=16,u=q.aes.createDecryptionCipher;break;case"aes192-CBC":c=24,u=q.aes.createDecryptionCipher;break;case"aes256-CBC":c=32,u=q.aes.createDecryptionCipher;break;case"des-EDE3-CBC":c=24,u=q.des.createDecryptionCipher;break;case"desCBC":c=8,u=q.des.createDecryptionCipher;break}var f=sf(n.prfOid),l=q.pkcs5.pbkdf2(r,s,a,c,f),h=n.encIv,g=u(l);return g.start(h),g};ee.pbe.getCipherForPKCS12PBE=function(e,t,r){var n={},i=[];if(!A.validate(t,Dm,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 s=q.util.createBuffer(n.salt),a=q.util.createBuffer(n.iterations);a=a.getInt(a.length()<<3);var c,u,f;switch(e){case ee.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:c=24,u=8,f=q.des.startDecrypting;break;case ee.oids["pbewithSHAAnd40BitRC2-CBC"]:c=5,u=8,f=function(p,y){var m=q.rc2.createDecryptionCipher(p,40);return m.start(y,null),m};break;default:var o=new Error("Cannot read PKCS #12 PBE data block. Unsupported OID.");throw o.oid=e,o}var l=sf(n.prfOid),h=ee.pbe.generatePkcs12Key(r,s,1,a,c,l);l.start();var g=ee.pbe.generatePkcs12Key(r,s,2,a,u,l);return f(h,g)};ee.pbe.opensslDeriveBytes=function(e,t,r,n){if(typeof n>"u"||n===null){if(!("md5"in q.md))throw new Error('"md5" hash algorithm unavailable.');n=q.md.md5.create()}t===null&&(t="");for(var i=[of(n,e+t)],o=16,s=1;o<r;++s,o+=16)i.push(of(n,i[s-1]+e+t));return i.join("").substr(0,r)};function of(e,t){return e.start().update(t).digest().getBytes()}function sf(e){var t;if(!e)t="hmacWithSHA1";else if(t=ee.oids[A.derToOid(e)],!t){var r=new Error("Unsupported PRF OID.");throw r.oid=e,r.supported=["hmacWithSHA1","hmacWithSHA224","hmacWithSHA256","hmacWithSHA384","hmacWithSHA512"],r}return af(t)}function af(e){var t=q.md;switch(e){case"hmacWithSHA224":t=q.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 Nm(e,t,r,n){var i=A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OCTETSTRING,!1,e),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,t.getBytes())]);return n!=="hmacWithSHA1"&&i.value.push(A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,q.util.hexToBytes(r.toString(16))),A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer(ee.oids[n]).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.NULL,!1,"")])),i}});var Zf=X((C8,Yf)=>{"use strict";Yf.exports=Cx;function Cx(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(a,c){r[n]=function(f){if(o)if(o=!1,f)c(f);else{for(var l=new Array(arguments.length-1),h=0;h<l.length;)l[h++]=arguments[h];a.apply(null,l)}};try{e.apply(t||null,r)}catch(u){o&&(o=!1,c(u))}})}});var jf=X(Jf=>{"use strict";var ko=Jf;ko.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 kn=new Array(64),Xf=new Array(123);for(Tt=0;Tt<64;)Xf[kn[Tt]=Tt<26?Tt+65:Tt<52?Tt+71:Tt<62?Tt-4:Tt-59|43]=Tt++;var Tt;ko.encode=function(t,r,n){for(var i=null,o=[],s=0,a=0,c;r<n;){var u=t[r++];switch(a){case 0:o[s++]=kn[u>>2],c=(u&3)<<4,a=1;break;case 1:o[s++]=kn[c|u>>4],c=(u&15)<<2,a=2;break;case 2:o[s++]=kn[c|u>>6],o[s++]=kn[u&63],a=0;break}s>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,o)),s=0)}return a&&(o[s++]=kn[c],o[s++]=61,a===1&&(o[s++]=61)),i?(s&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))};var Qf="invalid encoding";ko.decode=function(t,r,n){for(var i=n,o=0,s,a=0;a<t.length;){var c=t.charCodeAt(a++);if(c===61&&o>1)break;if((c=Xf[c])===void 0)throw Error(Qf);switch(o){case 0:s=c,o=1;break;case 1:r[n++]=s<<2|(c&48)>>4,s=c,o=2;break;case 2:r[n++]=(s&15)<<4|(c&60)>>2,s=c,o=3;break;case 3:r[n++]=(s&3)<<6|c,o=0;break}}if(o===1)throw Error(Qf);return n-i};ko.test=function(t){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(t)}});var tl=X((T8,el)=>{"use strict";el.exports=Uo;function Uo(){this._listeners={}}Uo.prototype.on=function(t,r,n){return(this._listeners[t]||(this._listeners[t]=[])).push({fn:r,ctx:n||this}),this};Uo.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};Uo.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 cl=X((_8,al)=>{"use strict";al.exports=rl(rl);function rl(e){return typeof Float32Array<"u"?function(){var t=new Float32Array([-0]),r=new Uint8Array(t.buffer),n=r[3]===128;function i(c,u,f){t[0]=c,u[f]=r[0],u[f+1]=r[1],u[f+2]=r[2],u[f+3]=r[3]}function o(c,u,f){t[0]=c,u[f]=r[3],u[f+1]=r[2],u[f+2]=r[1],u[f+3]=r[0]}e.writeFloatLE=n?i:o,e.writeFloatBE=n?o:i;function s(c,u){return r[0]=c[u],r[1]=c[u+1],r[2]=c[u+2],r[3]=c[u+3],t[0]}function a(c,u){return r[3]=c[u],r[2]=c[u+1],r[1]=c[u+2],r[0]=c[u+3],t[0]}e.readFloatLE=n?s:a,e.readFloatBE=n?a:s}():function(){function t(n,i,o,s){var a=i<0?1:0;if(a&&(i=-i),i===0)n(1/i>0?0:2147483648,o,s);else if(isNaN(i))n(2143289344,o,s);else if(i>34028234663852886e22)n((a<<31|2139095040)>>>0,o,s);else if(i<11754943508222875e-54)n((a<<31|Math.round(i/1401298464324817e-60))>>>0,o,s);else{var c=Math.floor(Math.log(i)/Math.LN2),u=Math.round(i*Math.pow(2,-c)*8388608)&8388607;n((a<<31|c+127<<23|u)>>>0,o,s)}}e.writeFloatLE=t.bind(null,nl),e.writeFloatBE=t.bind(null,il);function r(n,i,o){var s=n(i,o),a=(s>>31)*2+1,c=s>>>23&255,u=s&8388607;return c===255?u?NaN:a*(1/0):c===0?a*1401298464324817e-60*u:a*Math.pow(2,c-150)*(u+8388608)}e.readFloatLE=r.bind(null,ol),e.readFloatBE=r.bind(null,sl)}(),typeof Float64Array<"u"?function(){var t=new Float64Array([-0]),r=new Uint8Array(t.buffer),n=r[7]===128;function i(c,u,f){t[0]=c,u[f]=r[0],u[f+1]=r[1],u[f+2]=r[2],u[f+3]=r[3],u[f+4]=r[4],u[f+5]=r[5],u[f+6]=r[6],u[f+7]=r[7]}function o(c,u,f){t[0]=c,u[f]=r[7],u[f+1]=r[6],u[f+2]=r[5],u[f+3]=r[4],u[f+4]=r[3],u[f+5]=r[2],u[f+6]=r[1],u[f+7]=r[0]}e.writeDoubleLE=n?i:o,e.writeDoubleBE=n?o:i;function s(c,u){return r[0]=c[u],r[1]=c[u+1],r[2]=c[u+2],r[3]=c[u+3],r[4]=c[u+4],r[5]=c[u+5],r[6]=c[u+6],r[7]=c[u+7],t[0]}function a(c,u){return r[7]=c[u],r[6]=c[u+1],r[5]=c[u+2],r[4]=c[u+3],r[3]=c[u+4],r[2]=c[u+5],r[1]=c[u+6],r[0]=c[u+7],t[0]}e.readDoubleLE=n?s:a,e.readDoubleBE=n?a:s}():function(){function t(n,i,o,s,a,c){var u=s<0?1:0;if(u&&(s=-s),s===0)n(0,a,c+i),n(1/s>0?0:2147483648,a,c+o);else if(isNaN(s))n(0,a,c+i),n(2146959360,a,c+o);else if(s>17976931348623157e292)n(0,a,c+i),n((u<<31|2146435072)>>>0,a,c+o);else{var f;if(s<22250738585072014e-324)f=s/5e-324,n(f>>>0,a,c+i),n((u<<31|f/4294967296)>>>0,a,c+o);else{var l=Math.floor(Math.log(s)/Math.LN2);l===1024&&(l=1023),f=s*Math.pow(2,-l),n(f*4503599627370496>>>0,a,c+i),n((u<<31|l+1023<<20|f*1048576&1048575)>>>0,a,c+o)}}}e.writeDoubleLE=t.bind(null,nl,0,4),e.writeDoubleBE=t.bind(null,il,4,0);function r(n,i,o,s,a){var c=n(s,a+i),u=n(s,a+o),f=(u>>31)*2+1,l=u>>>20&2047,h=4294967296*(u&1048575)+c;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,ol,0,4),e.readDoubleBE=r.bind(null,sl,4,0)}(),e}function nl(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 il(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 ol(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0}function sl(e,t){return(e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3])>>>0}});var ul=X((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 ll=X(fl=>{"use strict";var Wa=fl;Wa.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};Wa.read=function(t,r,n){var i=n-r;if(i<1)return"";for(var o=null,s=[],a=0,c;r<n;)c=t[r++],c<128?s[a++]=c:c>191&&c<224?s[a++]=(c&31)<<6|t[r++]&63:c>239&&c<365?(c=((c&7)<<18|(t[r++]&63)<<12|(t[r++]&63)<<6|t[r++]&63)-65536,s[a++]=55296+(c>>10),s[a++]=56320+(c&1023)):s[a++]=(c&15)<<12|(t[r++]&63)<<6|t[r++]&63,a>8191&&((o||(o=[])).push(String.fromCharCode.apply(String,s)),a=0);return o?(a&&o.push(String.fromCharCode.apply(String,s.slice(0,a))),o.join("")):String.fromCharCode.apply(String,s.slice(0,a))};Wa.write=function(t,r,n){for(var i=n,o,s,a=0;a<t.length;++a)o=t.charCodeAt(a),o<128?r[n++]=o:o<2048?(r[n++]=o>>6|192,r[n++]=o&63|128):(o&64512)===55296&&((s=t.charCodeAt(a+1))&64512)===56320?(o=65536+((o&1023)<<10)+(s&1023),++a,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 dl=X((R8,hl)=>{"use strict";hl.exports=Ax;function Ax(e,t,r){var n=r||8192,i=n>>>1,o=null,s=n;return function(c){if(c<1||c>i)return e(c);s+c>n&&(o=e(n),s=0);var u=t.call(o,s,s+=c);return s&7&&(s=(s|7)+1),u}}});var yl=X((D8,pl)=>{"use strict";pl.exports=ze;var mi=Xr();function ze(e,t){this.lo=e>>>0,this.hi=t>>>0}var Qr=ze.zero=new ze(0,0);Qr.toNumber=function(){return 0};Qr.zzEncode=Qr.zzDecode=function(){return this};Qr.length=function(){return 1};var Tx=ze.zeroHash="\0\0\0\0\0\0\0\0";ze.fromNumber=function(t){if(t===0)return Qr;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 ze(n,i)};ze.from=function(t){if(typeof t=="number")return ze.fromNumber(t);if(mi.isString(t))if(mi.Long)t=mi.Long.fromString(t);else return ze.fromNumber(parseInt(t,10));return t.low||t.high?new ze(t.low>>>0,t.high>>>0):Qr};ze.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};ze.prototype.toLong=function(t){return mi.Long?new mi.Long(this.lo|0,this.hi|0,!!t):{low:this.lo|0,high:this.hi|0,unsigned:!!t}};var Cr=String.prototype.charCodeAt;ze.fromHash=function(t){return t===Tx?Qr:new ze((Cr.call(t,0)|Cr.call(t,1)<<8|Cr.call(t,2)<<16|Cr.call(t,3)<<24)>>>0,(Cr.call(t,4)|Cr.call(t,5)<<8|Cr.call(t,6)<<16|Cr.call(t,7)<<24)>>>0)};ze.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)};ze.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};ze.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};ze.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 Xr=X(Ya=>{"use strict";var W=Ya;W.asPromise=Zf();W.base64=jf();W.EventEmitter=tl();W.float=cl();W.inquire=ul();W.utf8=ll();W.pool=dl();W.LongBits=yl();W.isNode=!!(typeof globalThis<"u"&&globalThis&&globalThis.process&&globalThis.process.versions&&globalThis.process.versions.node);W.global=W.isNode&&globalThis||typeof window<"u"&&window||typeof self<"u"&&self||Ya;W.emptyArray=Object.freeze?Object.freeze([]):[];W.emptyObject=Object.freeze?Object.freeze({}):{};W.isInteger=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};W.isString=function(t){return typeof t=="string"||t instanceof String};W.isObject=function(t){return t&&typeof t=="object"};W.isset=W.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};W.Buffer=function(){try{var e=W.inquire("buffer").Buffer;return e.prototype.utf8Write?e:null}catch{return null}}();W._Buffer_from=null;W._Buffer_allocUnsafe=null;W.newBuffer=function(t){return typeof t=="number"?W.Buffer?W._Buffer_allocUnsafe(t):new W.Array(t):W.Buffer?W._Buffer_from(t):typeof Uint8Array>"u"?t:new Uint8Array(t)};W.Array=typeof Uint8Array<"u"?Uint8Array:Array;W.Long=W.global.dcodeIO&&W.global.dcodeIO.Long||W.global.Long||W.inquire("long");W.key2Re=/^true|false|0|1$/;W.key32Re=/^-?(?:0|[1-9][0-9]*)$/;W.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;W.longToHash=function(t){return t?W.LongBits.from(t).toHash():W.LongBits.zeroHash};W.longFromHash=function(t,r){var n=W.LongBits.fromHash(t);return W.Long?W.Long.fromBits(n.lo,n.hi,r):n.toNumber(!!r)};function gl(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}W.merge=gl;W.lcFirst=function(t){return t.charAt(0).toLowerCase()+t.substring(1)};function ml(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&&gl(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}W.newError=ml;W.ProtocolError=ml("ProtocolError");W.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]}};W.oneOfSetter=function(t){return function(r){for(var n=0;n<t.length;++n)t[n]!==r&&delete this[t[n]]}};W.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};W._configure=function(){var e=W.Buffer;if(!e){W._Buffer_from=W._Buffer_allocUnsafe=null;return}W._Buffer_from=e.from!==Uint8Array.from&&e.from||function(r,n){return new e(r,n)},W._Buffer_allocUnsafe=e.allocUnsafe||function(r){return new e(r)}}});var Xa=X((L8,El)=>{"use strict";El.exports=ke;var _t=Xr(),Qa,bl=_t.LongBits,_x=_t.utf8;function It(e,t){return RangeError("index out of range: "+e.pos+" + "+(t||1)+" > "+e.len)}function ke(e){this.buf=e,this.pos=0,this.len=e.length}var xl=typeof Uint8Array<"u"?function(t){if(t instanceof Uint8Array||Array.isArray(t))return new ke(t);throw Error("illegal buffer")}:function(t){if(Array.isArray(t))return new ke(t);throw Error("illegal buffer")},wl=function(){return _t.Buffer?function(r){return(ke.create=function(i){return _t.Buffer.isBuffer(i)?new Qa(i):xl(i)})(r)}:xl};ke.create=wl();ke.prototype._slice=_t.Array.prototype.subarray||_t.Array.prototype.slice;ke.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,It(this,10);return t}}();ke.prototype.int32=function(){return this.uint32()|0};ke.prototype.sint32=function(){var t=this.uint32();return t>>>1^-(t&1)|0};function Za(){var e=new bl(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 It(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 It(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")}ke.prototype.bool=function(){return this.uint32()!==0};function Po(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<<24)>>>0}ke.prototype.fixed32=function(){if(this.pos+4>this.len)throw It(this,4);return Po(this.buf,this.pos+=4)};ke.prototype.sfixed32=function(){if(this.pos+4>this.len)throw It(this,4);return Po(this.buf,this.pos+=4)|0};function vl(){if(this.pos+8>this.len)throw It(this,8);return new bl(Po(this.buf,this.pos+=4),Po(this.buf,this.pos+=4))}ke.prototype.float=function(){if(this.pos+4>this.len)throw It(this,4);var t=_t.float.readFloatLE(this.buf,this.pos);return this.pos+=4,t};ke.prototype.double=function(){if(this.pos+8>this.len)throw It(this,4);var t=_t.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,t};ke.prototype.bytes=function(){var t=this.uint32(),r=this.pos,n=this.pos+t;if(n>this.len)throw It(this,t);if(this.pos+=t,Array.isArray(this.buf))return this.buf.slice(r,n);if(r===n){var i=_t.Buffer;return i?i.alloc(0):new this.buf.constructor(0)}return this._slice.call(this.buf,r,n)};ke.prototype.string=function(){var t=this.bytes();return _x.read(t,0,t.length)};ke.prototype.skip=function(t){if(typeof t=="number"){if(this.pos+t>this.len)throw It(this,t);this.pos+=t}else do if(this.pos>=this.len)throw It(this);while(this.buf[this.pos++]&128);return this};ke.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};ke._configure=function(e){Qa=e,ke.create=wl(),Qa._configure();var t=_t.Long?"toLong":"toNumber";_t.merge(ke.prototype,{int64:function(){return Za.call(this)[t](!1)},uint64:function(){return Za.call(this)[t](!0)},sint64:function(){return Za.call(this).zzDecode()[t](!1)},fixed64:function(){return vl.call(this)[t](!0)},sfixed64:function(){return vl.call(this)[t](!1)}})}});var Al=X((k8,Cl)=>{"use strict";Cl.exports=Jr;var Bl=Xa();(Jr.prototype=Object.create(Bl.prototype)).constructor=Jr;var Sl=Xr();function Jr(e){Bl.call(this,e)}Jr._configure=function(){Sl.Buffer&&(Jr.prototype._slice=Sl.Buffer.prototype.slice)};Jr.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))};Jr._configure()});var i0=X((U8,Rl)=>{"use strict";Rl.exports=fe;var xt=Xr(),Ja,Oo=xt.LongBits,Tl=xt.base64,_l=xt.utf8;function xi(e,t,r){this.fn=e,this.len=t,this.next=void 0,this.val=r}function e0(){}function Ix(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}function fe(){this.len=0,this.head=new xi(e0,0,0),this.tail=this.head,this.states=null}var Il=function(){return xt.Buffer?function(){return(fe.create=function(){return new Ja})()}:function(){return new fe}};fe.create=Il();fe.alloc=function(t){return new xt.Array(t)};xt.Array!==Array&&(fe.alloc=xt.pool(fe.alloc,xt.Array.prototype.subarray));fe.prototype._push=function(t,r,n){return this.tail=this.tail.next=new xi(t,r,n),this.len+=r,this};function t0(e,t,r){t[r]=e&255}function Rx(e,t,r){for(;e>127;)t[r++]=e&127|128,e>>>=7;t[r]=e}function r0(e,t){this.len=e,this.next=void 0,this.val=t}r0.prototype=Object.create(xi.prototype);r0.prototype.fn=Rx;fe.prototype.uint32=function(t){return this.len+=(this.tail=this.tail.next=new r0((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this};fe.prototype.int32=function(t){return t<0?this._push(n0,10,Oo.fromNumber(t)):this.uint32(t)};fe.prototype.sint32=function(t){return this.uint32((t<<1^t>>31)>>>0)};function n0(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}fe.prototype.uint64=function(t){var r=Oo.from(t);return this._push(n0,r.length(),r)};fe.prototype.int64=fe.prototype.uint64;fe.prototype.sint64=function(t){var r=Oo.from(t).zzEncode();return this._push(n0,r.length(),r)};fe.prototype.bool=function(t){return this._push(t0,1,t?1:0)};function ja(e,t,r){t[r]=e&255,t[r+1]=e>>>8&255,t[r+2]=e>>>16&255,t[r+3]=e>>>24}fe.prototype.fixed32=function(t){return this._push(ja,4,t>>>0)};fe.prototype.sfixed32=fe.prototype.fixed32;fe.prototype.fixed64=function(t){var r=Oo.from(t);return this._push(ja,4,r.lo)._push(ja,4,r.hi)};fe.prototype.sfixed64=fe.prototype.fixed64;fe.prototype.float=function(t){return this._push(xt.float.writeFloatLE,4,t)};fe.prototype.double=function(t){return this._push(xt.float.writeDoubleLE,8,t)};var Dx=xt.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]};fe.prototype.bytes=function(t){var r=t.length>>>0;if(!r)return this._push(t0,1,0);if(xt.isString(t)){var n=fe.alloc(r=Tl.length(t));Tl.decode(t,n,0),t=n}return this.uint32(r)._push(Dx,r,t)};fe.prototype.string=function(t){var r=_l.length(t);return r?this.uint32(r)._push(_l.write,r,t):this._push(t0,1,0)};fe.prototype.fork=function(){return this.states=new Ix(this),this.head=this.tail=new xi(e0,0,0),this.len=0,this};fe.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 xi(e0,0,0),this.len=0),this};fe.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};fe.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};fe._configure=function(e){Ja=e,fe.create=Il(),Ja._configure()}});var Ll=X((P8,Nl)=>{"use strict";Nl.exports=zt;var Dl=i0();(zt.prototype=Object.create(Dl.prototype)).constructor=zt;var Ar=Xr();function zt(){Dl.call(this)}zt._configure=function(){zt.alloc=Ar._Buffer_allocUnsafe,zt.writeBytesBuffer=Ar.Buffer&&Ar.Buffer.prototype instanceof Uint8Array&&Ar.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++]}};zt.prototype.bytes=function(t){Ar.isString(t)&&(t=Ar._Buffer_from(t,"base64"));var r=t.length>>>0;return this.uint32(r),r&&this._push(zt.writeBytesBuffer,r,t),this};function Nx(e,t,r){e.length<40?Ar.utf8.write(e,t,r):t.utf8Write?t.utf8Write(e,r):t.write(e,r)}zt.prototype.string=function(t){var r=Ar.Buffer.byteLength(t);return this.uint32(r),r&&this._push(Nx,r,t),this};zt._configure()});var Gl=X((P4,Hl)=>{var we=ge();Vr();Oe();var wi=Hl.exports=we.sha512=we.sha512||{};we.md.sha512=we.md.algorithms.sha512=wi;var ql=we.sha384=we.sha512.sha384=we.sha512.sha384||{};ql.create=function(){return wi.create("SHA-384")};we.md.sha384=we.md.algorithms.sha384=ql;we.sha512.sha256=we.sha512.sha256||{create:function(){return wi.create("SHA-512/256")}};we.md["sha512/256"]=we.md.algorithms["sha512/256"]=we.sha512.sha256;we.sha512.sha224=we.sha512.sha224||{create:function(){return wi.create("SHA-512/224")}};we.md["sha512/224"]=we.md.algorithms["sha512/224"]=we.sha512.sha224;wi.create=function(e){if(zl||qx(),typeof e>"u"&&(e="SHA-512"),!(e in en))throw new Error("Invalid SHA-512 algorithm: "+e);for(var t=en[e],r=null,n=we.util.createBuffer(),i=new Array(80),o=0;o<80;++o)i[o]=new Array(2);var s=64;switch(e){case"SHA-384":s=48;break;case"SHA-512/256":s=32;break;case"SHA-512/224":s=28;break}var a={algorithm:e.replace("-","").toLowerCase(),blockLength:128,digestLength:s,messageLength:0,fullMessageLength:null,messageLengthSize:16};return a.start=function(){a.messageLength=0,a.fullMessageLength=a.messageLength128=[];for(var c=a.messageLengthSize/4,u=0;u<c;++u)a.fullMessageLength.push(0);n=we.util.createBuffer(),r=new Array(t.length);for(var u=0;u<t.length;++u)r[u]=t[u].slice(0);return a},a.start(),a.update=function(c,u){u==="utf8"&&(c=we.util.encodeUtf8(c));var f=c.length;a.messageLength+=f,f=[f/4294967296>>>0,f>>>0];for(var l=a.fullMessageLength.length-1;l>=0;--l)a.fullMessageLength[l]+=f[1],f[1]=f[0]+(a.fullMessageLength[l]/4294967296>>>0),a.fullMessageLength[l]=a.fullMessageLength[l]>>>0,f[0]=f[1]/4294967296>>>0;return n.putBytes(c),Vl(r,i,n),(n.read>2048||n.length()===0)&&n.compact(),a},a.digest=function(){var c=we.util.createBuffer();c.putBytes(n.bytes());var u=a.fullMessageLength[a.fullMessageLength.length-1]+a.messageLengthSize,f=u&a.blockLength-1;c.putBytes(l0.substr(0,a.blockLength-f));for(var l,h,g=a.fullMessageLength[0]*8,d=0;d<a.fullMessageLength.length-1;++d)l=a.fullMessageLength[d+1]*8,h=l/4294967296>>>0,g+=h,c.putInt32(g>>>0),g=l>>>0;c.putInt32(g);for(var p=new Array(r.length),d=0;d<r.length;++d)p[d]=r[d].slice(0);Vl(p,i,c);var y=we.util.createBuffer(),m;e==="SHA-512"?m=p.length:e==="SHA-384"?m=p.length-2:m=p.length-4;for(var d=0;d<m;++d)y.putInt32(p[d][0]),(d!==m-1||e!=="SHA-512/224")&&y.putInt32(p[d][1]);return y},a};var l0=null,zl=!1,h0=null,en=null;function qx(){l0=String.fromCharCode(128),l0+=we.util.fillString(String.fromCharCode(0),128),h0=[[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]],en={},en["SHA-512"]=[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],[528734635,4215389547],[1541459225,327033209]],en["SHA-384"]=[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],en["SHA-512/256"]=[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],en["SHA-512/224"]=[[2352822216,424955298],[1944164710,2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]],zl=!0}function Vl(e,t,r){for(var n,i,o,s,a,c,u,f,l,h,g,d,p,y,m,w,v,I,E,S,D,B,P,M,O,V,Z,re,C,N,L,U,_,z,$,Q=r.length();Q>=128;){for(C=0;C<16;++C)t[C][0]=r.getInt32()>>>0,t[C][1]=r.getInt32()>>>0;for(;C<80;++C)U=t[C-2],N=U[0],L=U[1],n=((N>>>19|L<<13)^(L>>>29|N<<3)^N>>>6)>>>0,i=((N<<13|L>>>19)^(L<<3|N>>>29)^(N<<26|L>>>6))>>>0,z=t[C-15],N=z[0],L=z[1],o=((N>>>1|L<<31)^(N>>>8|L<<24)^N>>>7)>>>0,s=((N<<31|L>>>1)^(N<<24|L>>>8)^(N<<25|L>>>7))>>>0,_=t[C-7],$=t[C-16],L=i+_[1]+s+$[1],t[C][0]=n+_[0]+o+$[0]+(L/4294967296>>>0)>>>0,t[C][1]=L>>>0;for(p=e[0][0],y=e[0][1],m=e[1][0],w=e[1][1],v=e[2][0],I=e[2][1],E=e[3][0],S=e[3][1],D=e[4][0],B=e[4][1],P=e[5][0],M=e[5][1],O=e[6][0],V=e[6][1],Z=e[7][0],re=e[7][1],C=0;C<80;++C)u=((D>>>14|B<<18)^(D>>>18|B<<14)^(B>>>9|D<<23))>>>0,f=((D<<18|B>>>14)^(D<<14|B>>>18)^(B<<23|D>>>9))>>>0,l=(O^D&(P^O))>>>0,h=(V^B&(M^V))>>>0,a=((p>>>28|y<<4)^(y>>>2|p<<30)^(y>>>7|p<<25))>>>0,c=((p<<4|y>>>28)^(y<<30|p>>>2)^(y<<25|p>>>7))>>>0,g=(p&m|v&(p^m))>>>0,d=(y&w|I&(y^w))>>>0,L=re+f+h+h0[C][1]+t[C][1],n=Z+u+l+h0[C][0]+t[C][0]+(L/4294967296>>>0)>>>0,i=L>>>0,L=c+d,o=a+g+(L/4294967296>>>0)>>>0,s=L>>>0,Z=O,re=V,O=P,V=M,P=D,M=B,L=S+i,D=E+n+(L/4294967296>>>0)>>>0,B=L>>>0,E=v,S=I,v=m,I=w,m=p,w=y,L=i+s,p=n+o+(L/4294967296>>>0)>>>0,y=L>>>0;L=e[0][1]+y,e[0][0]=e[0][0]+p+(L/4294967296>>>0)>>>0,e[0][1]=L>>>0,L=e[1][1]+w,e[1][0]=e[1][0]+m+(L/4294967296>>>0)>>>0,e[1][1]=L>>>0,L=e[2][1]+I,e[2][0]=e[2][0]+v+(L/4294967296>>>0)>>>0,e[2][1]=L>>>0,L=e[3][1]+S,e[3][0]=e[3][0]+E+(L/4294967296>>>0)>>>0,e[3][1]=L>>>0,L=e[4][1]+B,e[4][0]=e[4][0]+D+(L/4294967296>>>0)>>>0,e[4][1]=L>>>0,L=e[5][1]+M,e[5][0]=e[5][0]+P+(L/4294967296>>>0)>>>0,e[5][1]=L>>>0,L=e[6][1]+V,e[6][0]=e[6][0]+O+(L/4294967296>>>0)>>>0,e[6][1]=L>>>0,L=e[7][1]+re,e[7][0]=e[7][0]+Z+(L/4294967296>>>0)>>>0,e[7][1]=L>>>0,Q-=128}}});var zo=X((Y3,xh)=>{"use strict";function mh(e,t){for(let r in t)Object.defineProperty(e,r,{value:t[r],enumerable:!0,configurable:!0});return e}function yv(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 mh(e,r)}catch{r.message=e.message,r.stack=e.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(e)),mh(new i,r)}}xh.exports=yv});var wh=X((tS,S0)=>{var eS=function(){typeof S0<"u"&&(S0.exports=p);var e=86400,t=3200,r=146097*t/400,n=e*r,i=1e3*n,o=864e13,s=4294967296,a=1e6,c="000000000",u=Math.trunc||function(B){var P=B-B%1;return P==0&&(B<0||B===0&&1/B!=1/0)?-0:P},f=p.prototype,l=(p.fromDate=function(B){return new p(+B)},p.fromInt64BE=I(0,1,2,3,0,4),p.fromInt64LE=I(3,2,1,0,4,0),p.fromString=function(O){var P,M=new p,O=(O+="").replace(/^\s*[+\-]?\d+/,function(Z){var Z=+Z,re=1970+(Z-1970)%400;return M.year=Z-re,re}).replace(/(?:Z|([+\-]\d{2}):?(\d{2}))$/,function(V,Z,re){return Z<0&&(re*=-1),P=6e4*(60*+Z+ +re),""}).replace(/\.\d+$/,function(V){return M.nano=+(V+c).substr(1,9),""}).split(/\D+/);if(1<O.length?O[1]--:O[1]=0,M.time=P=Date.UTC.apply(Date,O)-(P||0),isNaN(P))throw new TypeError("Invalid Date");return y(M)},p.fromTimeT=function(B){return w(B,0)},f.year=0,f.time=0,f.nano=0,f.addNano=function(B){return this.nano+=+B||0,this},f.getNano=function(){var B=y(this);return(B.time%1e3*a+ +B.nano+1e9)%1e9},f.getTimeT=function(){var P=y(this),B=Math.floor(P.time/1e3),P=P.year;return P&&(B+=P*r*e/t),B},f.getYear=function(){return this.toDate().getUTCFullYear()+this.year},f.toDate=function(){return m(y(this).time)},f.toJSON=function(){return this.toString().replace(/0{1,6}Z$/,"Z")},f.toString=function(B){var P=this,M=P.toDate(),O={H:function(){return S(M.getUTCHours())},L:function(){return D(M.getUTCMilliseconds(),3)},M:function(){return S(M.getUTCMinutes())},N:function(){return D(P.getNano(),9)},S:function(){return S(M.getUTCSeconds())},Y:function(){var V=P.getYear();return 999999<V?"+"+V:9999<V?"+"+D(V,6):0<=V?D(V,4):-999999<=V?"-"+D(-V,6):V},a:function(){return g[M.getUTCDay()]},b:function(){return h[M.getUTCMonth()]},d:function(){return S(M.getUTCDate())},e:function(){return function(V){return(9<V?"":" ")+(0|V)}(M.getUTCDate())},m:function(){return S(M.getUTCMonth()+1)}};return function V(Z){return Z.replace(/%./g,function(re){var N=re[1],C=d[N],N=O[N];return C?V(C):N?N():re})}(B||l)},f.writeInt64BE=v(0,1,2,3,0,4),f.writeInt64LE=v(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"],g=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],d={"%":"%",F:"%Y-%m-%d",n:`
16
+ `,R:"%H:%M",T:"%H:%M:%S",t:" ",X:"%T",Z:"GMT",z:"+0000"};return p;function p(B,P,M){var O=this;if(!(O instanceof p))return new p(B,P,M);O.time=+B||0,O.nano=+P||0,O.year=+M||0,y(O)}function y(B){var P,M,O,V=B.year,Z=B.time,re=B.nano,C=((re<0||a<=re)&&(re-=(M=Math.floor(re/a))*a,Z+=M,M=1),V%t);return(Z<-o||o<Z||C)&&((P=u(Z/i))&&(V+=P*t,Z-=P*i),(O=m(Z)).setUTCFullYear(C+O.getUTCFullYear()),O=(Z=+O)+(P=u((V-=C)/t))*i,P&&-o<=O&&O<=o&&(V-=P*t,Z=O),M=1),M&&(B.year=V,B.time=Z,B.nano=re),B}function m(B){var P=new Date(0);return P.setTime(B),P}function w(V,O){V=+V||0;var M=u((O=(O|0)*s)/n)+u(V/n),O=O%n+V%n,V=u(O/n);return V&&(M+=V,O-=V*n),new p(1e3*O,0,M*t)}function v(B,P,M,O,V,Z){return function(C,N){var U=y(this);C=C||new Array(8),E(C,N|=0);var _=Math.floor(U.time/1e3),U=U.year*(r*e/t),L=u(U/s)+u(_/s),U=U%s+_%s,_=Math.floor(U/s);return _&&(L+=_,U-=_*s),re(C,N+V,L),re(C,N+Z,U),C};function re(C,N,L){C[N+B]=L>>24&255,C[N+P]=L>>16&255,C[N+M]=L>>8&255,C[N+O]=255&L}}function I(B,P,M,O,V,Z){return function(C,N){E(C,N|=0);var L=re(C,N+V);return w(re(C,N+Z),L)};function re(C,N){return 16777216*C[N+B]+(C[N+P]<<16|C[N+M]<<8|C[N+O])}}function E(B,P){if(B=B&&B.length,B==null)throw new TypeError("Invalid Buffer");if(B<P+8)throw new RangeError("Out of range")}function S(B){return(9<B?"":"0")+(0|B)}function D(B,P){return(c+(0|B)).substr(-P)}}()});var Zd=X((r5,G0)=>{"use strict";var sb=Object.prototype.hasOwnProperty,et="~";function Mi(){}Object.create&&(Mi.prototype=Object.create(null),new Mi().__proto__||(et=!1));function ab(e,t,r){this.fn=e,this.context=t,this.once=r||!1}function Yd(e,t,r,n,i){if(typeof r!="function")throw new TypeError("The listener must be a function");var o=new ab(r,n||e,i),s=et?et+t:t;return e._events[s]?e._events[s].fn?e._events[s]=[e._events[s],o]:e._events[s].push(o):(e._events[s]=o,e._eventsCount++),e}function os(e,t){--e._eventsCount===0?e._events=new Mi:delete e._events[t]}function Xe(){this._events=new Mi,this._eventsCount=0}Xe.prototype.eventNames=function(){var t=[],r,n;if(this._eventsCount===0)return t;for(n in r=this._events)sb.call(r,n)&&t.push(et?n.slice(1):n);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(r)):t};Xe.prototype.listeners=function(t){var r=et?et+t:t,n=this._events[r];if(!n)return[];if(n.fn)return[n.fn];for(var i=0,o=n.length,s=new Array(o);i<o;i++)s[i]=n[i].fn;return s};Xe.prototype.listenerCount=function(t){var r=et?et+t:t,n=this._events[r];return n?n.fn?1:n.length:0};Xe.prototype.emit=function(t,r,n,i,o,s){var a=et?et+t:t;if(!this._events[a])return!1;var c=this._events[a],u=arguments.length,f,l;if(c.fn){switch(c.once&&this.removeListener(t,c.fn,void 0,!0),u){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,r),!0;case 3:return c.fn.call(c.context,r,n),!0;case 4:return c.fn.call(c.context,r,n,i),!0;case 5:return c.fn.call(c.context,r,n,i,o),!0;case 6:return c.fn.call(c.context,r,n,i,o,s),!0}for(l=1,f=new Array(u-1);l<u;l++)f[l-1]=arguments[l];c.fn.apply(c.context,f)}else{var h=c.length,g;for(l=0;l<h;l++)switch(c[l].once&&this.removeListener(t,c[l].fn,void 0,!0),u){case 1:c[l].fn.call(c[l].context);break;case 2:c[l].fn.call(c[l].context,r);break;case 3:c[l].fn.call(c[l].context,r,n);break;case 4:c[l].fn.call(c[l].context,r,n,i);break;default:if(!f)for(g=1,f=new Array(u-1);g<u;g++)f[g-1]=arguments[g];c[l].fn.apply(c[l].context,f)}}return!0};Xe.prototype.on=function(t,r,n){return Yd(this,t,r,n,!1)};Xe.prototype.once=function(t,r,n){return Yd(this,t,r,n,!0)};Xe.prototype.removeListener=function(t,r,n,i){var o=et?et+t:t;if(!this._events[o])return this;if(!r)return os(this,o),this;var s=this._events[o];if(s.fn)s.fn===r&&(!i||s.once)&&(!n||s.context===n)&&os(this,o);else{for(var a=0,c=[],u=s.length;a<u;a++)(s[a].fn!==r||i&&!s[a].once||n&&s[a].context!==n)&&c.push(s[a]);c.length?this._events[o]=c.length===1?c[0]:c:os(this,o)}return this};Xe.prototype.removeAllListeners=function(t){var r;return t?(r=et?et+t:t,this._events[r]&&os(this,r)):(this._events=new Mi,this._eventsCount=0),this};Xe.prototype.off=Xe.prototype.removeListener;Xe.prototype.addListener=Xe.prototype.on;Xe.prefixed=et;Xe.EventEmitter=Xe;typeof G0<"u"&&(G0.exports=Xe)});var ap=X((h5,sp)=>{sp.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,s){r[o]=s,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 s=r[o];if(s!==void 0)return s;if((s=n[o])!==void 0)return i(o,s),s},set:function(o,s){r[o]!==void 0?r[o]=s:i(o,s)},clear:function(){r=Object.create(null),n=Object.create(null)}}}});var db={};de(db,{ipns:()=>hb,ipnsSelector:()=>is,ipnsValidator:()=>z0});var ms=Symbol.for("@libp2p/peer-id");function hc(e){return e!=null&&!!e[ms]}var Qn=class extends Error{code;props;constructor(t,r,n){super(t),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var ot=ve(mc(),1);var Es={};de(Es,{base32:()=>dr,base32hex:()=>Gp,base32hexpad:()=>Wp,base32hexpadupper:()=>Yp,base32hexupper:()=>$p,base32pad:()=>zp,base32padupper:()=>Hp,base32upper:()=>Bc,base32z:()=>Zp});function Kp(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),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}var a=e.length,c=e.charAt(0),u=Math.log(a)/Math.log(256),f=Math.log(256)/Math.log(a);function l(d){if(d instanceof Uint8Array||(ArrayBuffer.isView(d)?d=new Uint8Array(d.buffer,d.byteOffset,d.byteLength):Array.isArray(d)&&(d=Uint8Array.from(d))),!(d instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(d.length===0)return"";for(var p=0,y=0,m=0,w=d.length;m!==w&&d[m]===0;)m++,p++;for(var v=(w-m)*f+1>>>0,I=new Uint8Array(v);m!==w;){for(var E=d[m],S=0,D=v-1;(E!==0||S<y)&&D!==-1;D--,S++)E+=256*I[D]>>>0,I[D]=E%a>>>0,E=E/a>>>0;if(E!==0)throw new Error("Non-zero carry");y=S,m++}for(var B=v-y;B!==v&&I[B]===0;)B++;for(var P=c.repeat(p);B<v;++B)P+=e.charAt(I[B]);return P}function h(d){if(typeof d!="string")throw new TypeError("Expected String");if(d.length===0)return new Uint8Array;var p=0;if(d[p]!==" "){for(var y=0,m=0;d[p]===c;)y++,p++;for(var w=(d.length-p)*u+1>>>0,v=new Uint8Array(w);d[p];){var I=r[d.charCodeAt(p)];if(I===255)return;for(var E=0,S=w-1;(I!==0||E<m)&&S!==-1;S--,E++)I+=a*v[S]>>>0,v[S]=I%256>>>0,I=I/256>>>0;if(I!==0)throw new Error("Non-zero carry");m=E,p++}if(d[p]!==" "){for(var D=w-m;D!==w&&v[D]===0;)D++;for(var B=new Uint8Array(y+(w-D)),P=y;D!==w;)B[P++]=v[D++];return B}}}function g(d){var p=h(d);if(p)return p;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:h,decode:g}}var Mp=Kp,Fp=Mp,xc=Fp;var bb=new Uint8Array(0);var vc=(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},Zt=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 bc=e=>new TextEncoder().encode(e),wc=e=>new TextDecoder().decode(e);var xs=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")}},vs=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 Sc(this,t)}},bs=class{constructor(t){this.decoders=t}or(t){return Sc(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`)}},Sc=(e,t)=>new bs({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),ws=class{constructor(t,r,n,i){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new xs(t,r,n),this.decoder=new vs(t,r,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},fn=({name:e,prefix:t,encode:r,decode:n})=>new ws(e,t,r,n),hr=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:i}=xc(r,t);return fn({prefix:e,name:t,encode:n,decode:o=>Zt(i(o))})},Vp=(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 s=new Uint8Array(o*r/8|0),a=0,c=0,u=0;for(let f=0;f<o;++f){let l=i[e[f]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|l,a+=r,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},qp=(e,t,r)=>{let n=t[t.length-1]==="=",i=(1<<r)-1,o="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,o+=t[i&a>>s];if(s&&(o+=t[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},Re=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>fn({prefix:t,name:e,encode(i){return qp(i,n,r)},decode(i){return Vp(i,n,r,e)}});var dr=Re({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Bc=Re({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),zp=Re({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Hp=Re({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Gp=Re({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),$p=Re({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Wp=Re({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Yp=Re({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Zp=Re({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Ss={};de(Ss,{base58btc:()=>We,base58flickr:()=>Qp});var We=hr({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Qp=hr({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Bs={};de(Bs,{base64:()=>ln,base64pad:()=>Xp,base64url:()=>Jp,base64urlpad:()=>jp});var ln=Re({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Xp=Re({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Jp=Re({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),jp=Re({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});ot.default.formatters.b=e=>e==null?"undefined":We.baseEncode(e);ot.default.formatters.t=e=>e==null?"undefined":dr.baseEncode(e);ot.default.formatters.m=e=>e==null?"undefined":ln.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();ot.default.formatters.a=e=>e==null?"undefined":e.toString();function ey(e){let t=()=>{};return t.enabled=!1,t.color="",t.diff=0,t.log=()=>{},t.namespace=e,t.destroy=()=>!0,t.extend=()=>t,t}function pr(e){let t=ey(`${e}:trace`);return ot.default.enabled(`${e}:trace`)&&ot.default.names.map(r=>r.toString()).find(r=>r.includes(":trace"))!=null&&(t=(0,ot.default)(`${e}:trace`)),Object.assign((0,ot.default)(e),{error:(0,ot.default)(`${e}:error`),trace:t})}var Is={};de(Is,{base58btc:()=>st,base58flickr:()=>sy});function ty(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),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}var a=e.length,c=e.charAt(0),u=Math.log(a)/Math.log(256),f=Math.log(256)/Math.log(a);function l(d){if(d instanceof Uint8Array||(ArrayBuffer.isView(d)?d=new Uint8Array(d.buffer,d.byteOffset,d.byteLength):Array.isArray(d)&&(d=Uint8Array.from(d))),!(d instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(d.length===0)return"";for(var p=0,y=0,m=0,w=d.length;m!==w&&d[m]===0;)m++,p++;for(var v=(w-m)*f+1>>>0,I=new Uint8Array(v);m!==w;){for(var E=d[m],S=0,D=v-1;(E!==0||S<y)&&D!==-1;D--,S++)E+=256*I[D]>>>0,I[D]=E%a>>>0,E=E/a>>>0;if(E!==0)throw new Error("Non-zero carry");y=S,m++}for(var B=v-y;B!==v&&I[B]===0;)B++;for(var P=c.repeat(p);B<v;++B)P+=e.charAt(I[B]);return P}function h(d){if(typeof d!="string")throw new TypeError("Expected String");if(d.length===0)return new Uint8Array;var p=0;if(d[p]!==" "){for(var y=0,m=0;d[p]===c;)y++,p++;for(var w=(d.length-p)*u+1>>>0,v=new Uint8Array(w);d[p];){var I=r[d.charCodeAt(p)];if(I===255)return;for(var E=0,S=w-1;(I!==0||E<m)&&S!==-1;S--,E++)I+=a*v[S]>>>0,v[S]=I%256>>>0,I=I/256>>>0;if(I!==0)throw new Error("Non-zero carry");m=E,p++}if(d[p]!==" "){for(var D=w-m;D!==w&&v[D]===0;)D++;for(var B=new Uint8Array(y+(w-D)),P=y;D!==w;)B[P++]=v[D++];return B}}}function g(d){var p=h(d);if(p)return p;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:h,decode:g}}var ry=ty,ny=ry,Cc=ny;var Nb=new Uint8Array(0);var Ac=(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 Tc=e=>new TextEncoder().encode(e),_c=e=>new TextDecoder().decode(e);var Cs=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")}},As=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 Rc(this,t)}},Ts=class{constructor(t){this.decoders=t}or(t){return Rc(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`)}},Rc=(e,t)=>new Ts({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),_s=class{constructor(t,r,n,i){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new Cs(t,r,n),this.decoder=new As(t,r,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},hn=({name:e,prefix:t,encode:r,decode:n})=>new _s(e,t,r,n),yr=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:i}=Cc(r,t);return hn({prefix:e,name:t,encode:n,decode:o=>Qt(i(o))})},iy=(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 s=new Uint8Array(o*r/8|0),a=0,c=0,u=0;for(let f=0;f<o;++f){let l=i[e[f]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|l,a+=r,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},oy=(e,t,r)=>{let n=t[t.length-1]==="=",i=(1<<r)-1,o="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,o+=t[i&a>>s];if(s&&(o+=t[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},De=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>hn({prefix:t,name:e,encode(i){return oy(i,n,r)},decode(i){return iy(i,n,r,e)}});var st=yr({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),sy=yr({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Rs={};de(Rs,{identity:()=>ay});var ay=hn({prefix:"\0",name:"identity",encode:e=>_c(e),decode:e=>Tc(e)});var Ds={};de(Ds,{base2:()=>cy});var cy=De({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Ns={};de(Ns,{base8:()=>uy});var uy=De({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ls={};de(Ls,{base10:()=>fy});var fy=yr({prefix:"9",name:"base10",alphabet:"0123456789"});var ks={};de(ks,{base16:()=>ly,base16upper:()=>hy});var ly=De({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),hy=De({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Us={};de(Us,{base32:()=>dn,base32hex:()=>gy,base32hexpad:()=>xy,base32hexpadupper:()=>vy,base32hexupper:()=>my,base32pad:()=>py,base32padupper:()=>yy,base32upper:()=>dy,base32z:()=>by});var dn=De({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),dy=De({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),py=De({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),yy=De({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),gy=De({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),my=De({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),xy=De({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),vy=De({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),by=De({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Ps={};de(Ps,{base36:()=>wy,base36upper:()=>Ey});var wy=yr({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Ey=yr({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Os={};de(Os,{base64:()=>Sy,base64pad:()=>By,base64url:()=>Cy,base64urlpad:()=>Ay});var Sy=De({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),By=De({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Cy=De({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Ay=De({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Ks={};de(Ks,{base256emoji:()=>Dy});var Dc=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}"),Ty=Dc.reduce((e,t,r)=>(e[r]=t,e),[]),_y=Dc.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function Iy(e){return e.reduce((t,r)=>(t+=Ty[r],t),"")}function Ry(e){let t=[];for(let r of e){let n=_y[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var Dy=hn({prefix:"\u{1F680}",name:"base256emoji",encode:Iy,decode:Ry});var qs={};de(qs,{sha256:()=>Qi,sha512:()=>Qy});var Ny=kc,Nc=128,Ly=127,ky=~Ly,Uy=Math.pow(2,31);function kc(e,t,r){t=t||[],r=r||0;for(var n=r;e>=Uy;)t[r++]=e&255|Nc,e/=128;for(;e&ky;)t[r++]=e&255|Nc,e>>>=7;return t[r]=e|0,kc.bytes=r-n+1,t}var Py=Ms,Oy=128,Lc=127;function Ms(e,n){var r=0,n=n||0,i=0,o=n,s,a=e.length;do{if(o>=a)throw Ms.bytes=0,new RangeError("Could not decode varint");s=e[o++],r+=i<28?(s&Lc)<<i:(s&Lc)*Math.pow(2,i),i+=7}while(s>=Oy);return Ms.bytes=o-n,r}var Ky=Math.pow(2,7),My=Math.pow(2,14),Fy=Math.pow(2,21),Vy=Math.pow(2,28),qy=Math.pow(2,35),zy=Math.pow(2,42),Hy=Math.pow(2,49),Gy=Math.pow(2,56),$y=Math.pow(2,63),Wy=function(e){return e<Ky?1:e<My?2:e<Fy?3:e<Vy?4:e<qy?5:e<zy?6:e<Hy?7:e<Gy?8:e<$y?9:10},Yy={encode:Ny,decode:Py,encodingLength:Wy},Zy=Yy,Xn=Zy;var Jn=(e,t=0)=>[Xn.decode(e,t),Xn.decode.bytes],pn=(e,t,r=0)=>(Xn.encode(e,t,r),t),yn=e=>Xn.encodingLength(e);var gr=(e,t)=>{let r=t.byteLength,n=yn(e),i=n+yn(r),o=new Uint8Array(i+r);return pn(e,o,0),pn(r,o,n),o.set(t,i),new gn(e,r,t,o)},jn=e=>{let t=Qt(e),[r,n]=Jn(t),[i,o]=Jn(t.subarray(n)),s=t.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new gn(r,i,s,t)},Uc=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&Ac(e.bytes,r.bytes)}},gn=class{constructor(t,r,n,i){this.code=t,this.size=r,this.digest=n,this.bytes=i}};var Vs=({name:e,code:t,encode:r})=>new Fs(e,t,r),Fs=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?gr(this.code,r):r.then(n=>gr(this.code,n))}else throw Error("Unknown type, must be binary type")}};var Oc=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),Qi=Vs({name:"sha2-256",code:18,encode:Oc("SHA-256")}),Qy=Vs({name:"sha2-512",code:19,encode:Oc("SHA-512")});var zs={};de(zs,{identity:()=>Xi});var Kc=0,Xy="identity",Mc=Qt,Jy=e=>gr(Kc,Mc(e)),Xi={code:Kc,name:Xy,encode:Mc,digest:Jy};var jb=new TextEncoder,ew=new TextDecoder;var Fc=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return r1(r,Hs(e),t||st.encoder);default:return n1(r,Hs(e),t||dn.encoder)}};var Vc=new WeakMap,Hs=e=>{let t=Vc.get(e);if(t==null){let r=new Map;return Vc.set(e,r),r}return t},Mr=class e{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!==ei)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==i1)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.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=gr(t,r);return e.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 e.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&Uc(t.multihash,n.multihash)}toString(t){return Fc(this,t)}toJSON(){return{"/":Fc(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 e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:o,bytes:s}=r;return new e(n,i,o,s||qc(n,i,o.bytes))}else if(r[o1]===!0){let{version:n,multihash:i,code:o}=r,s=jn(i);return e.create(n,o,s)}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!==ei)throw new Error(`Version 0 CID must use dag-pb (code: ${ei}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let i=qc(t,r,n.bytes);return new e(t,r,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,ei,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.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),s=new gn(r.multihashCode,r.digestSize,o,i);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[l,h]=Jn(t.subarray(r));return r+=h,l},i=n(),o=ei;if(i===18?(i=0,r=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=r,a=n(),c=n(),u=r+c,f=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:f,size:u}}static parse(t,r){let[n,i]=t1(t,r),o=e.decode(i);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Hs(o).set(n,t),o}},t1=(e,t)=>{switch(e[0]){case"Q":{let r=t||st;return[st.prefix,r.decode(`${st.prefix}${e}`)]}case st.prefix:{let r=t||st;return[st.prefix,r.decode(e)]}case dn.prefix:{let r=t||dn;return[dn.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)]}}},r1=(e,t,r)=>{let{prefix:n}=r;if(n!==st.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},n1=(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},ei=112,i1=18,qc=(e,t,r)=>{let n=yn(e),i=n+yn(t),o=new Uint8Array(i+r.byteLength);return pn(e,o,0),pn(t,o,n),o.set(r,i),o},o1=Symbol.for("@ipld/js-cid/CID");var Gs={...Rs,...Ds,...Ns,...Ls,...ks,...Us,...Ps,...Is,...Os,...Ks},fw={...qs,...zs};function Le(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 s1=Symbol.for("nodejs.util.inspect.custom"),zc=Object.values(Gs).map(e=>e.decoder).reduce((e,t)=>e.or(t),Gs.identity.decoder),Hc=114,Gc=36,$c=37,ti=class{type;multihash;privateKey;publicKey;string;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()})`}[ms]=!0;toString(){return this.string==null&&(this.string=st.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return Mr.createV1(Hc,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(t){if(t instanceof Uint8Array)return Le(this.multihash.bytes,t);if(typeof t=="string")return $s(t).equals(this);if(t?.multihash?.bytes!=null)return Le(this.multihash.bytes,t.multihash.bytes);throw new Error("not valid Id")}[s1](){return`PeerId(${this.toString()})`}},ri=class extends ti{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},ni=class extends ti{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.multihash.digest}},ii=class extends ti{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.multihash.digest}};function $s(e,t){if(t=t??zc,e.charAt(0)==="1"||e.charAt(0)==="Q"){let r=jn(st.decode(`z${e}`));return e.startsWith("12D")?new ni({multihash:r}):e.startsWith("16U")?new ii({multihash:r}):new ri({multihash:r})}return a1(zc.decode(e))}function a1(e){try{let t=jn(e);if(t.code===Xi.code){if(t.digest.length===Gc)return new ni({multihash:t});if(t.digest.length===$c)return new ii({multihash:t})}if(t.code===Qi.code)return new ri({multihash:t})}catch{return c1(Mr.decode(e))}throw new Error("Supplied PeerID CID is invalid")}function c1(e){if(e==null||e.multihash==null||e.version==null||e.version===1&&e.code!==Hc)throw new Error("Supplied PeerID CID is invalid");let t=e.multihash;if(t.code===Qi.code)return new ri({multihash:e.multihash});if(t.code===Xi.code){if(t.digest.length===Gc)return new ni({multihash:e.multihash});if(t.digest.length===$c)return new ii({multihash:e.multihash})}throw new Error("Supplied PeerID CID is invalid")}var F3=ve(ci(),1),V3=ve(uf(),1);var ce=class extends Error{code;props;constructor(t,r,n){super(t),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var pv=ve(ge(),1);function En(e){return globalThis.Buffer!=null?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e}var ya={};de(ya,{base10:()=>Lm});var Lm=hr({prefix:"9",name:"base10",alphabet:"0123456789"});var ga={};de(ga,{base16:()=>km,base16upper:()=>Um});var km=Re({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Um=Re({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var ma={};de(ma,{base2:()=>Pm});var Pm=Re({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var xa={};de(xa,{base256emoji:()=>Vm});var ff=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}"),Om=ff.reduce((e,t,r)=>(e[r]=t,e),[]),Km=ff.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function Mm(e){return e.reduce((t,r)=>(t+=Om[r],t),"")}function Fm(e){let t=[];for(let r of e){let n=Km[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var Vm=fn({prefix:"\u{1F680}",name:"base256emoji",encode:Mm,decode:Fm});var va={};de(va,{base36:()=>qm,base36upper:()=>zm});var qm=hr({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),zm=hr({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var ba={};de(ba,{base8:()=>Hm});var Hm=Re({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var wa={};de(wa,{identity:()=>Gm});var Gm=fn({prefix:"\0",name:"identity",encode:e=>wc(e),decode:e=>bc(e)});var nE=new TextEncoder,iE=new TextDecoder;var Sa={};de(Sa,{identity:()=>Vt});var Ym=df,lf=128,Zm=127,Qm=~Zm,Xm=Math.pow(2,31);function df(e,t,r){t=t||[],r=r||0;for(var n=r;e>=Xm;)t[r++]=e&255|lf,e/=128;for(;e&Qm;)t[r++]=e&255|lf,e>>>=7;return t[r]=e|0,df.bytes=r-n+1,t}var Jm=Ea,jm=128,hf=127;function Ea(e,n){var r=0,n=n||0,i=0,o=n,s,a=e.length;do{if(o>=a)throw Ea.bytes=0,new RangeError("Could not decode varint");s=e[o++],r+=i<28?(s&hf)<<i:(s&hf)*Math.pow(2,i),i+=7}while(s>=jm);return Ea.bytes=o-n,r}var e2=Math.pow(2,7),t2=Math.pow(2,14),r2=Math.pow(2,21),n2=Math.pow(2,28),i2=Math.pow(2,35),o2=Math.pow(2,42),s2=Math.pow(2,49),a2=Math.pow(2,56),c2=Math.pow(2,63),u2=function(e){return e<e2?1:e<t2?2:e<r2?3:e<n2?4:e<i2?5:e<o2?6:e<s2?7:e<a2?8:e<c2?9:10},f2={encode:Ym,decode:Jm,encodingLength:u2},l2=f2,li=l2;var hi=(e,t=0)=>[li.decode(e,t),li.decode.bytes],Sn=(e,t,r=0)=>(li.encode(e,t,r),t),Bn=e=>li.encodingLength(e);var Ft=(e,t)=>{let r=t.byteLength,n=Bn(e),i=n+Bn(r),o=new Uint8Array(i+r);return Sn(e,o,0),Sn(r,o,n),o.set(t,i),new Cn(e,r,t,o)},Gr=e=>{let t=Zt(e),[r,n]=hi(t),[i,o]=hi(t.subarray(n)),s=t.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new Cn(r,i,s,t)},pf=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&vc(e.bytes,r.bytes)}},Cn=class{constructor(t,r,n,i){this.code=t,this.size=r,this.digest=n,this.bytes=i}};var yf=0,h2="identity",gf=Zt,d2=e=>Ft(yf,gf(e)),Vt={code:yf,name:h2,encode:gf,digest:d2};var Aa={};de(Aa,{sha256:()=>Ye,sha512:()=>p2});var Ca=({name:e,code:t,encode:r})=>new Ba(e,t,r),Ba=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?Ft(this.code,r):r.then(n=>Ft(this.code,n))}else throw Error("Unknown type, must be binary type")}};var xf=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),Ye=Ca({name:"sha2-256",code:18,encode:xf("SHA-256")}),p2=Ca({name:"sha2-512",code:19,encode:xf("SHA-512")});var vf=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return g2(r,Ta(e),t||We.encoder);default:return m2(r,Ta(e),t||dr.encoder)}};var bf=new WeakMap,Ta=e=>{let t=bf.get(e);if(t==null){let r=new Map;return bf.set(e,r),r}return t},er=class e{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!==di)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==x2)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.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=Ft(t,r);return e.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 e.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&pf(t.multihash,n.multihash)}toString(t){return vf(this,t)}toJSON(){return{"/":vf(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 e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:o,bytes:s}=r;return new e(n,i,o,s||wf(n,i,o.bytes))}else if(r[v2]===!0){let{version:n,multihash:i,code:o}=r,s=Gr(i);return e.create(n,o,s)}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!==di)throw new Error(`Version 0 CID must use dag-pb (code: ${di}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let i=wf(t,r,n.bytes);return new e(t,r,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,di,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,i=Zt(t.subarray(n,n+r.multihashSize));if(i.byteLength!==r.multihashSize)throw new Error("Incorrect length");let o=i.subarray(r.multihashSize-r.digestSize),s=new Cn(r.multihashCode,r.digestSize,o,i);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[l,h]=hi(t.subarray(r));return r+=h,l},i=n(),o=di;if(i===18?(i=0,r=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=r,a=n(),c=n(),u=r+c,f=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:f,size:u}}static parse(t,r){let[n,i]=y2(t,r),o=e.decode(i);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Ta(o).set(n,t),o}},y2=(e,t)=>{switch(e[0]){case"Q":{let r=t||We;return[We.prefix,r.decode(`${We.prefix}${e}`)]}case We.prefix:{let r=t||We;return[We.prefix,r.decode(e)]}case dr.prefix:{let r=t||dr;return[dr.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)]}}},g2=(e,t,r)=>{let{prefix:n}=r;if(n!==We.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},m2=(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},di=112,x2=18,wf=(e,t,r)=>{let n=Bn(e),i=n+Bn(t),o=new Uint8Array(i+r.byteLength);return Sn(e,o,0),Sn(t,o,n),o.set(r,i),o},v2=Symbol.for("@ipld/js-cid/CID");var An={...wa,...ma,...ba,...ya,...ga,...Es,...va,...Ss,...Bs,...xa},bE={...Aa,...Sa};function xo(e=0){return globalThis.Buffer?.allocUnsafe!=null?En(globalThis.Buffer.allocUnsafe(e)):new Uint8Array(e)}function Sf(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var Ef=Sf("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),_a=Sf("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=xo(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),b2={utf8:Ef,"utf-8":Ef,hex:An.base16,latin1:_a,ascii:_a,binary:_a,...An},vo=b2;function Te(e,t="utf8"){let r=vo[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?En(globalThis.Buffer.from(e,"utf-8")):r.decoder.decode(`${r.prefix}${e}`)}var f0={};de(f0,{Ed25519PrivateKey:()=>jr,Ed25519PublicKey:()=>bi,generateKeyPair:()=>Kx,generateKeyPairFromSeed:()=>Kl,unmarshalEd25519PrivateKey:()=>Px,unmarshalEd25519PublicKey:()=>Ox});function Bf(e){if(!Number.isSafeInteger(e)||e<0)throw new Error(`Wrong positive integer: ${e}`)}function Ia(e,...t){if(!(e instanceof Uint8Array))throw new Error("Expected Uint8Array");if(t.length>0&&!t.includes(e.length))throw new Error(`Expected Uint8Array of length ${t}, not of length=${e.length}`)}function Cf(e){if(typeof e!="function"||typeof e.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");Bf(e.outputLen),Bf(e.blockLen)}function Tn(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function Af(e,t){Ia(e);let r=t.outputLen;if(e.length<r)throw new Error(`digestInto() expects output buffer of length at least ${r}`)}var bo=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;var Tf=e=>e instanceof Uint8Array;var wo=e=>new DataView(e.buffer,e.byteOffset,e.byteLength),Bt=(e,t)=>e<<32-t|e>>>t,w2=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;if(!w2)throw new Error("Non little-endian hardware is not supported");function Ra(e){if(typeof e!="string")throw new Error(`utf8ToBytes expected string, got ${typeof e}`);return new Uint8Array(new TextEncoder().encode(e))}function pi(e){if(typeof e=="string"&&(e=Ra(e)),!Tf(e))throw new Error(`expected Uint8Array, got ${typeof e}`);return e}function Eo(...e){let t=new Uint8Array(e.reduce((n,i)=>n+i.length,0)),r=0;return e.forEach(n=>{if(!Tf(n))throw new Error("Uint8Array expected");t.set(n,r),r+=n.length}),t}var _n=class{clone(){return this._cloneInto()}},LE={}.toString;function So(e){let t=n=>e().update(pi(n)).digest(),r=e();return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=()=>e(),t}function In(e=32){if(bo&&typeof bo.getRandomValues=="function")return bo.getRandomValues(new Uint8Array(e));throw new Error("crypto.getRandomValues must be defined")}function E2(e,t,r,n){if(typeof e.setBigUint64=="function")return e.setBigUint64(t,r,n);let i=BigInt(32),o=BigInt(4294967295),s=Number(r>>i&o),a=Number(r&o),c=n?4:0,u=n?0:4;e.setUint32(t+c,s,n),e.setUint32(t+u,a,n)}var Rn=class extends _n{constructor(t,r,n,i){super(),this.blockLen=t,this.outputLen=r,this.padOffset=n,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(t),this.view=wo(this.buffer)}update(t){Tn(this);let{view:r,buffer:n,blockLen:i}=this;t=pi(t);let o=t.length;for(let s=0;s<o;){let a=Math.min(i-this.pos,o-s);if(a===i){let c=wo(t);for(;i<=o-s;s+=i)this.process(c,s);continue}n.set(t.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===i&&(this.process(r,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Tn(this),Af(t,this),this.finished=!0;let{buffer:r,view:n,blockLen:i,isLE:o}=this,{pos:s}=this;r[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>i-s&&(this.process(n,0),s=0);for(let l=s;l<i;l++)r[l]=0;E2(n,i-8,BigInt(this.length*8),o),this.process(n,0);let a=wo(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let u=c/4,f=this.get();if(u>f.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<u;l++)a.setUint32(4*l,f[l],o)}digest(){let{buffer:t,outputLen:r}=this;this.digestInto(t);let n=t.slice(0,r);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:r,buffer:n,length:i,finished:o,destroyed:s,pos:a}=this;return t.length=i,t.pos=a,t.finished=o,t.destroyed=s,i%r&&t.buffer.set(n),t}};var Bo=BigInt(4294967295),Da=BigInt(32);function _f(e,t=!1){return t?{h:Number(e&Bo),l:Number(e>>Da&Bo)}:{h:Number(e>>Da&Bo)|0,l:Number(e&Bo)|0}}function S2(e,t=!1){let r=new Uint32Array(e.length),n=new Uint32Array(e.length);for(let i=0;i<e.length;i++){let{h:o,l:s}=_f(e[i],t);[r[i],n[i]]=[o,s]}return[r,n]}var B2=(e,t)=>BigInt(e>>>0)<<Da|BigInt(t>>>0),C2=(e,t,r)=>e>>>r,A2=(e,t,r)=>e<<32-r|t>>>r,T2=(e,t,r)=>e>>>r|t<<32-r,_2=(e,t,r)=>e<<32-r|t>>>r,I2=(e,t,r)=>e<<64-r|t>>>r-32,R2=(e,t,r)=>e>>>r-32|t<<64-r,D2=(e,t)=>t,N2=(e,t)=>e,L2=(e,t,r)=>e<<r|t>>>32-r,k2=(e,t,r)=>t<<r|e>>>32-r,U2=(e,t,r)=>t<<r-32|e>>>64-r,P2=(e,t,r)=>e<<r-32|t>>>64-r;function O2(e,t,r,n){let i=(t>>>0)+(n>>>0);return{h:e+r+(i/2**32|0)|0,l:i|0}}var K2=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),M2=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,F2=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),V2=(e,t,r,n,i)=>t+r+n+i+(e/2**32|0)|0,q2=(e,t,r,n,i)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(i>>>0),z2=(e,t,r,n,i,o)=>t+r+n+i+o+(e/2**32|0)|0;var H2={fromBig:_f,split:S2,toBig:B2,shrSH:C2,shrSL:A2,rotrSH:T2,rotrSL:_2,rotrBH:I2,rotrBL:R2,rotr32H:D2,rotr32L:N2,rotlSH:L2,rotlSL:k2,rotlBH:U2,rotlBL:P2,add:O2,add3L:K2,add3H:M2,add4L:F2,add4H:V2,add5H:z2,add5L:q2},te=H2;var[G2,$2]=(()=>te.split(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))))(),wr=new Uint32Array(80),Er=new Uint32Array(80),Na=class extends Rn{constructor(){super(128,64,16,!1),this.Ah=1779033703,this.Al=-205731576,this.Bh=-1150833019,this.Bl=-2067093701,this.Ch=1013904242,this.Cl=-23791573,this.Dh=-1521486534,this.Dl=1595750129,this.Eh=1359893119,this.El=-1377402159,this.Fh=-1694144372,this.Fl=725511199,this.Gh=528734635,this.Gl=-79577749,this.Hh=1541459225,this.Hl=327033209}get(){let{Ah:t,Al:r,Bh:n,Bl:i,Ch:o,Cl:s,Dh:a,Dl:c,Eh:u,El:f,Fh:l,Fl:h,Gh:g,Gl:d,Hh:p,Hl:y}=this;return[t,r,n,i,o,s,a,c,u,f,l,h,g,d,p,y]}set(t,r,n,i,o,s,a,c,u,f,l,h,g,d,p,y){this.Ah=t|0,this.Al=r|0,this.Bh=n|0,this.Bl=i|0,this.Ch=o|0,this.Cl=s|0,this.Dh=a|0,this.Dl=c|0,this.Eh=u|0,this.El=f|0,this.Fh=l|0,this.Fl=h|0,this.Gh=g|0,this.Gl=d|0,this.Hh=p|0,this.Hl=y|0}process(t,r){for(let v=0;v<16;v++,r+=4)wr[v]=t.getUint32(r),Er[v]=t.getUint32(r+=4);for(let v=16;v<80;v++){let I=wr[v-15]|0,E=Er[v-15]|0,S=te.rotrSH(I,E,1)^te.rotrSH(I,E,8)^te.shrSH(I,E,7),D=te.rotrSL(I,E,1)^te.rotrSL(I,E,8)^te.shrSL(I,E,7),B=wr[v-2]|0,P=Er[v-2]|0,M=te.rotrSH(B,P,19)^te.rotrBH(B,P,61)^te.shrSH(B,P,6),O=te.rotrSL(B,P,19)^te.rotrBL(B,P,61)^te.shrSL(B,P,6),V=te.add4L(D,O,Er[v-7],Er[v-16]),Z=te.add4H(V,S,M,wr[v-7],wr[v-16]);wr[v]=Z|0,Er[v]=V|0}let{Ah:n,Al:i,Bh:o,Bl:s,Ch:a,Cl:c,Dh:u,Dl:f,Eh:l,El:h,Fh:g,Fl:d,Gh:p,Gl:y,Hh:m,Hl:w}=this;for(let v=0;v<80;v++){let I=te.rotrSH(l,h,14)^te.rotrSH(l,h,18)^te.rotrBH(l,h,41),E=te.rotrSL(l,h,14)^te.rotrSL(l,h,18)^te.rotrBL(l,h,41),S=l&g^~l&p,D=h&d^~h&y,B=te.add5L(w,E,D,$2[v],Er[v]),P=te.add5H(B,m,I,S,G2[v],wr[v]),M=B|0,O=te.rotrSH(n,i,28)^te.rotrBH(n,i,34)^te.rotrBH(n,i,39),V=te.rotrSL(n,i,28)^te.rotrBL(n,i,34)^te.rotrBL(n,i,39),Z=n&o^n&a^o&a,re=i&s^i&c^s&c;m=p|0,w=y|0,p=g|0,y=d|0,g=l|0,d=h|0,{h:l,l:h}=te.add(u|0,f|0,P|0,M|0),u=a|0,f=c|0,a=o|0,c=s|0,o=n|0,s=i|0;let C=te.add3L(M,V,re);n=te.add3H(C,P,O,Z),i=C|0}({h:n,l:i}=te.add(this.Ah|0,this.Al|0,n|0,i|0)),{h:o,l:s}=te.add(this.Bh|0,this.Bl|0,o|0,s|0),{h:a,l:c}=te.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l:f}=te.add(this.Dh|0,this.Dl|0,u|0,f|0),{h:l,l:h}=te.add(this.Eh|0,this.El|0,l|0,h|0),{h:g,l:d}=te.add(this.Fh|0,this.Fl|0,g|0,d|0),{h:p,l:y}=te.add(this.Gh|0,this.Gl|0,p|0,y|0),{h:m,l:w}=te.add(this.Hh|0,this.Hl|0,m|0,w|0),this.set(n,i,o,s,a,c,u,f,l,h,g,d,p,y,m,w)}roundClean(){wr.fill(0),Er.fill(0)}destroy(){this.buffer.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var La=So(()=>new Na);var To={};de(To,{bitGet:()=>j2,bitLen:()=>J2,bitMask:()=>yi,bitSet:()=>ex,bytesToHex:()=>tr,bytesToNumberBE:()=>rr,bytesToNumberLE:()=>Sr,concatBytes:()=>nr,createHmacDrbg:()=>Pa,ensureBytes:()=>Ne,equalBytes:()=>Q2,hexToBytes:()=>Wr,hexToNumber:()=>Ua,numberToBytesBE:()=>Br,numberToBytesLE:()=>Yr,numberToHexUnpadded:()=>Df,numberToVarBytesBE:()=>Z2,utf8ToBytes:()=>X2,validateObject:()=>qt});var Rf=BigInt(0),Co=BigInt(1),W2=BigInt(2),Ao=e=>e instanceof Uint8Array,Y2=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function tr(e){if(!Ao(e))throw new Error("Uint8Array expected");let t="";for(let r=0;r<e.length;r++)t+=Y2[e[r]];return t}function Df(e){let t=e.toString(16);return t.length&1?`0${t}`:t}function Ua(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);return BigInt(e===""?"0":`0x${e}`)}function Wr(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);let t=e.length;if(t%2)throw new Error("padded hex string expected, got unpadded hex of length "+t);let r=new Uint8Array(t/2);for(let n=0;n<r.length;n++){let i=n*2,o=e.slice(i,i+2),s=Number.parseInt(o,16);if(Number.isNaN(s)||s<0)throw new Error("Invalid byte sequence");r[n]=s}return r}function rr(e){return Ua(tr(e))}function Sr(e){if(!Ao(e))throw new Error("Uint8Array expected");return Ua(tr(Uint8Array.from(e).reverse()))}function Br(e,t){return Wr(e.toString(16).padStart(t*2,"0"))}function Yr(e,t){return Br(e,t).reverse()}function Z2(e){return Wr(Df(e))}function Ne(e,t,r){let n;if(typeof t=="string")try{n=Wr(t)}catch(o){throw new Error(`${e} must be valid hex string, got "${t}". Cause: ${o}`)}else if(Ao(t))n=Uint8Array.from(t);else throw new Error(`${e} must be hex string or Uint8Array`);let i=n.length;if(typeof r=="number"&&i!==r)throw new Error(`${e} expected ${r} bytes, got ${i}`);return n}function nr(...e){let t=new Uint8Array(e.reduce((n,i)=>n+i.length,0)),r=0;return e.forEach(n=>{if(!Ao(n))throw new Error("Uint8Array expected");t.set(n,r),r+=n.length}),t}function Q2(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 X2(e){if(typeof e!="string")throw new Error(`utf8ToBytes expected string, got ${typeof e}`);return new Uint8Array(new TextEncoder().encode(e))}function J2(e){let t;for(t=0;e>Rf;e>>=Co,t+=1);return t}function j2(e,t){return e>>BigInt(t)&Co}var ex=(e,t,r)=>e|(r?Co:Rf)<<BigInt(t),yi=e=>(W2<<BigInt(e-1))-Co,ka=e=>new Uint8Array(e),If=e=>Uint8Array.from(e);function Pa(e,t,r){if(typeof e!="number"||e<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof r!="function")throw new Error("hmacFn must be a function");let n=ka(e),i=ka(e),o=0,s=()=>{n.fill(1),i.fill(0),o=0},a=(...l)=>r(i,n,...l),c=(l=ka())=>{i=a(If([0]),l),n=a(),l.length!==0&&(i=a(If([1]),l),n=a())},u=()=>{if(o++>=1e3)throw new Error("drbg: tried 1000 values");let l=0,h=[];for(;l<t;){n=a();let g=n.slice();h.push(g),l+=n.length}return nr(...h)};return(l,h)=>{s(),c(l);let g;for(;!(g=h(u()));)c();return s(),g}}var tx={bigint:e=>typeof e=="bigint",function:e=>typeof e=="function",boolean:e=>typeof e=="boolean",string:e=>typeof e=="string",stringOrUint8Array:e=>typeof e=="string"||e instanceof Uint8Array,isSafeInteger:e=>Number.isSafeInteger(e),array:e=>Array.isArray(e),field:(e,t)=>t.Fp.isValid(e),hash:e=>typeof e=="function"&&Number.isSafeInteger(e.outputLen)};function qt(e,t,r={}){let n=(i,o,s)=>{let a=tx[o];if(typeof a!="function")throw new Error(`Invalid validator "${o}", expected function`);let c=e[i];if(!(s&&c===void 0)&&!a(c,e))throw new Error(`Invalid param ${String(i)}=${c} (${typeof c}), expected ${o}`)};for(let[i,o]of Object.entries(t))n(i,o,!1);for(let[i,o]of Object.entries(r))n(i,o,!0);return e}var Me=BigInt(0),Se=BigInt(1),Zr=BigInt(2),rx=BigInt(3),Oa=BigInt(4),Nf=BigInt(5),Lf=BigInt(8),nx=BigInt(9),ix=BigInt(16);function me(e,t){let r=e%t;return r>=Me?r:t+r}function ox(e,t,r){if(r<=Me||t<Me)throw new Error("Expected power/modulo > 0");if(r===Se)return Me;let n=Se;for(;t>Me;)t&Se&&(n=n*e%r),e=e*e%r,t>>=Se;return n}function Be(e,t,r){let n=e;for(;t-- >Me;)n*=n,n%=r;return n}function _o(e,t){if(e===Me||t<=Me)throw new Error(`invert: expected positive integers, got n=${e} mod=${t}`);let r=me(e,t),n=t,i=Me,o=Se,s=Se,a=Me;for(;r!==Me;){let u=n/r,f=n%r,l=i-s*u,h=o-a*u;n=r,r=f,i=s,o=a,s=l,a=h}if(n!==Se)throw new Error("invert: does not exist");return me(i,t)}function sx(e){let t=(e-Se)/Zr,r,n,i;for(r=e-Se,n=0;r%Zr===Me;r/=Zr,n++);for(i=Zr;i<e&&ox(i,t,e)!==e-Se;i++);if(n===1){let s=(e+Se)/Oa;return function(c,u){let f=c.pow(u,s);if(!c.eql(c.sqr(f),u))throw new Error("Cannot find square root");return f}}let o=(r+Se)/Zr;return function(a,c){if(a.pow(c,t)===a.neg(a.ONE))throw new Error("Cannot find square root");let u=n,f=a.pow(a.mul(a.ONE,i),r),l=a.pow(c,o),h=a.pow(c,r);for(;!a.eql(h,a.ONE);){if(a.eql(h,a.ZERO))return a.ZERO;let g=1;for(let p=a.sqr(h);g<u&&!a.eql(p,a.ONE);g++)p=a.sqr(p);let d=a.pow(f,Se<<BigInt(u-g-1));f=a.sqr(d),l=a.mul(l,d),h=a.mul(h,f),u=g}return l}}function ax(e){if(e%Oa===rx){let t=(e+Se)/Oa;return function(n,i){let o=n.pow(i,t);if(!n.eql(n.sqr(o),i))throw new Error("Cannot find square root");return o}}if(e%Lf===Nf){let t=(e-Nf)/Lf;return function(n,i){let o=n.mul(i,Zr),s=n.pow(o,t),a=n.mul(i,s),c=n.mul(n.mul(a,Zr),s),u=n.mul(a,n.sub(c,n.ONE));if(!n.eql(n.sqr(u),i))throw new Error("Cannot find square root");return u}}return e%ix,sx(e)}var kf=(e,t)=>(me(e,t)&Se)===Se,cx=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Ka(e){let t={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},r=cx.reduce((n,i)=>(n[i]="function",n),t);return qt(e,r)}function ux(e,t,r){if(r<Me)throw new Error("Expected power > 0");if(r===Me)return e.ONE;if(r===Se)return t;let n=e.ONE,i=t;for(;r>Me;)r&Se&&(n=e.mul(n,i)),i=e.sqr(i),r>>=Se;return n}function fx(e,t){let r=new Array(t.length),n=t.reduce((o,s,a)=>e.is0(s)?o:(r[a]=o,e.mul(o,s)),e.ONE),i=e.inv(n);return t.reduceRight((o,s,a)=>e.is0(s)?o:(r[a]=e.mul(o,r[a]),e.mul(o,s)),i),r}function Ma(e,t){let r=t!==void 0?t:e.toString(2).length,n=Math.ceil(r/8);return{nBitLength:r,nByteLength:n}}function Io(e,t,r=!1,n={}){if(e<=Me)throw new Error(`Expected Field ORDER > 0, got ${e}`);let{nBitLength:i,nByteLength:o}=Ma(e,t);if(o>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=ax(e),a=Object.freeze({ORDER:e,BITS:i,BYTES:o,MASK:yi(i),ZERO:Me,ONE:Se,create:c=>me(c,e),isValid:c=>{if(typeof c!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof c}`);return Me<=c&&c<e},is0:c=>c===Me,isOdd:c=>(c&Se)===Se,neg:c=>me(-c,e),eql:(c,u)=>c===u,sqr:c=>me(c*c,e),add:(c,u)=>me(c+u,e),sub:(c,u)=>me(c-u,e),mul:(c,u)=>me(c*u,e),pow:(c,u)=>ux(a,c,u),div:(c,u)=>me(c*_o(u,e),e),sqrN:c=>c*c,addN:(c,u)=>c+u,subN:(c,u)=>c-u,mulN:(c,u)=>c*u,inv:c=>_o(c,e),sqrt:n.sqrt||(c=>s(a,c)),invertBatch:c=>fx(a,c),cmov:(c,u,f)=>f?u:c,toBytes:c=>r?Yr(c,o):Br(c,o),fromBytes:c=>{if(c.length!==o)throw new Error(`Fp.fromBytes: expected ${o}, got ${c.length}`);return r?Sr(c):rr(c)}});return Object.freeze(a)}function Uf(e,t){if(!e.isOdd)throw new Error("Field doesn't have isOdd");let r=e.sqrt(t);return e.isOdd(r)?e.neg(r):r}function Pf(e){if(typeof e!="bigint")throw new Error("field order must be bigint");let t=e.toString(2).length;return Math.ceil(t/8)}function Fa(e){let t=Pf(e);return t+Math.ceil(t/2)}function Of(e,t,r=!1){let n=e.length,i=Pf(t),o=Fa(t);if(n<16||n<o||n>1024)throw new Error(`expected ${o}-1024 bytes of input, got ${n}`);let s=r?rr(e):Sr(e),a=me(s,t-Se)+Se;return r?Yr(a,i):Br(a,i)}var hx=BigInt(0),Va=BigInt(1);function Ro(e,t){let r=(i,o)=>{let s=o.negate();return i?s:o},n=i=>{let o=Math.ceil(t/i)+1,s=2**(i-1);return{windows:o,windowSize:s}};return{constTimeNegate:r,unsafeLadder(i,o){let s=e.ZERO,a=i;for(;o>hx;)o&Va&&(s=s.add(a)),a=a.double(),o>>=Va;return s},precomputeWindow(i,o){let{windows:s,windowSize:a}=n(o),c=[],u=i,f=u;for(let l=0;l<s;l++){f=u,c.push(f);for(let h=1;h<a;h++)f=f.add(u),c.push(f);u=f.double()}return c},wNAF(i,o,s){let{windows:a,windowSize:c}=n(i),u=e.ZERO,f=e.BASE,l=BigInt(2**i-1),h=2**i,g=BigInt(i);for(let d=0;d<a;d++){let p=d*c,y=Number(s&l);s>>=g,y>c&&(y-=h,s+=Va);let m=p,w=p+Math.abs(y)-1,v=d%2!==0,I=y<0;y===0?f=f.add(r(v,o[m])):u=u.add(r(I,o[w]))}return{p:u,f}},wNAFCached(i,o,s,a){let c=i._WINDOW_SIZE||1,u=o.get(i);return u||(u=this.precomputeWindow(i,c),c!==1&&o.set(i,a(u))),this.wNAF(c,u,s)}}}function gi(e){return Ka(e.Fp),qt(e,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Ma(e.n,e.nBitLength),...e,p:e.Fp.ORDER})}var Ct=BigInt(0),at=BigInt(1),Do=BigInt(2),dx=BigInt(8),px={zip215:!0};function yx(e){let t=gi(e);return qt(e,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...t})}function No(e){let t=yx(e),{Fp:r,n,prehash:i,hash:o,randomBytes:s,nByteLength:a,h:c}=t,u=Do<<BigInt(a*8)-at,f=r.create,l=t.uvRatio||((U,_)=>{try{return{isValid:!0,value:r.sqrt(U*r.inv(_))}}catch{return{isValid:!1,value:Ct}}}),h=t.adjustScalarBytes||(U=>U),g=t.domain||((U,_,z)=>{if(_.length||z)throw new Error("Contexts/pre-hash are not supported");return U}),d=U=>typeof U=="bigint"&&Ct<U,p=(U,_)=>d(U)&&d(_)&&U<_,y=U=>U===Ct||p(U,u);function m(U,_){if(p(U,_))return U;throw new Error(`Expected valid scalar < ${_}, got ${typeof U} ${U}`)}function w(U){return U===Ct?U:m(U,n)}let v=new Map;function I(U){if(!(U instanceof E))throw new Error("ExtendedPoint expected")}class E{constructor(_,z,$,Q){if(this.ex=_,this.ey=z,this.ez=$,this.et=Q,!y(_))throw new Error("x required");if(!y(z))throw new Error("y required");if(!y($))throw new Error("z required");if(!y(Q))throw new Error("t required")}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(_){if(_ instanceof E)throw new Error("extended point not allowed");let{x:z,y:$}=_||{};if(!y(z)||!y($))throw new Error("invalid affine point");return new E(z,$,at,f(z*$))}static normalizeZ(_){let z=r.invertBatch(_.map($=>$.ez));return _.map(($,Q)=>$.toAffine(z[Q])).map(E.fromAffine)}_setWindowSize(_){this._WINDOW_SIZE=_,v.delete(this)}assertValidity(){let{a:_,d:z}=t;if(this.is0())throw new Error("bad point: ZERO");let{ex:$,ey:Q,ez:ne,et:oe}=this,ye=f($*$),se=f(Q*Q),le=f(ne*ne),Pe=f(le*le),Ie=f(ye*_),Ge=f(le*f(Ie+se)),$e=f(Pe+f(z*f(ye*se)));if(Ge!==$e)throw new Error("bad point: equation left != right (1)");let Ke=f($*Q),Qe=f(ne*oe);if(Ke!==Qe)throw new Error("bad point: equation left != right (2)")}equals(_){I(_);let{ex:z,ey:$,ez:Q}=this,{ex:ne,ey:oe,ez:ye}=_,se=f(z*ye),le=f(ne*Q),Pe=f($*ye),Ie=f(oe*Q);return se===le&&Pe===Ie}is0(){return this.equals(E.ZERO)}negate(){return new E(f(-this.ex),this.ey,this.ez,f(-this.et))}double(){let{a:_}=t,{ex:z,ey:$,ez:Q}=this,ne=f(z*z),oe=f($*$),ye=f(Do*f(Q*Q)),se=f(_*ne),le=z+$,Pe=f(f(le*le)-ne-oe),Ie=se+oe,Ge=Ie-ye,$e=se-oe,Ke=f(Pe*Ge),Qe=f(Ie*$e),Yt=f(Pe*$e),Or=f(Ge*Ie);return new E(Ke,Qe,Or,Yt)}add(_){I(_);let{a:z,d:$}=t,{ex:Q,ey:ne,ez:oe,et:ye}=this,{ex:se,ey:le,ez:Pe,et:Ie}=_;if(z===BigInt(-1)){let ic=f((ne-Q)*(le+se)),oc=f((ne+Q)*(le-se)),gs=f(oc-ic);if(gs===Ct)return this.double();let sc=f(oe*Do*Ie),ac=f(ye*Do*Pe),cc=ac+sc,uc=oc+ic,fc=ac-sc,gp=f(cc*gs),mp=f(uc*fc),xp=f(cc*fc),vp=f(gs*uc);return new E(gp,mp,vp,xp)}let Ge=f(Q*se),$e=f(ne*le),Ke=f(ye*$*Ie),Qe=f(oe*Pe),Yt=f((Q+ne)*(se+le)-Ge-$e),Or=Qe-Ke,Zn=Qe+Ke,nc=f($e-z*Ge),hp=f(Yt*Or),dp=f(Zn*nc),pp=f(Yt*nc),yp=f(Or*Zn);return new E(hp,dp,yp,pp)}subtract(_){return this.add(_.negate())}wNAF(_){return B.wNAFCached(this,v,_,E.normalizeZ)}multiply(_){let{p:z,f:$}=this.wNAF(m(_,n));return E.normalizeZ([z,$])[0]}multiplyUnsafe(_){let z=w(_);return z===Ct?D:this.equals(D)||z===at?this:this.equals(S)?this.wNAF(z).p:B.unsafeLadder(this,z)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return B.unsafeLadder(this,n).is0()}toAffine(_){let{ex:z,ey:$,ez:Q}=this,ne=this.is0();_==null&&(_=ne?dx:r.inv(Q));let oe=f(z*_),ye=f($*_),se=f(Q*_);if(ne)return{x:Ct,y:at};if(se!==at)throw new Error("invZ was invalid");return{x:oe,y:ye}}clearCofactor(){let{h:_}=t;return _===at?this:this.multiplyUnsafe(_)}static fromHex(_,z=!1){let{d:$,a:Q}=t,ne=r.BYTES;_=Ne("pointHex",_,ne);let oe=_.slice(),ye=_[ne-1];oe[ne-1]=ye&-129;let se=Sr(oe);se===Ct||(z?m(se,u):m(se,r.ORDER));let le=f(se*se),Pe=f(le-at),Ie=f($*le-Q),{isValid:Ge,value:$e}=l(Pe,Ie);if(!Ge)throw new Error("Point.fromHex: invalid y coordinate");let Ke=($e&at)===at,Qe=(ye&128)!==0;if(!z&&$e===Ct&&Qe)throw new Error("Point.fromHex: x=0 and x_0=1");return Qe!==Ke&&($e=f(-$e)),E.fromAffine({x:$e,y:se})}static fromPrivateKey(_){return O(_).point}toRawBytes(){let{x:_,y:z}=this.toAffine(),$=Yr(z,r.BYTES);return $[$.length-1]|=_&at?128:0,$}toHex(){return tr(this.toRawBytes())}}E.BASE=new E(t.Gx,t.Gy,at,f(t.Gx*t.Gy)),E.ZERO=new E(Ct,at,at,Ct);let{BASE:S,ZERO:D}=E,B=Ro(E,a*8);function P(U){return me(U,n)}function M(U){return P(Sr(U))}function O(U){let _=a;U=Ne("private key",U,_);let z=Ne("hashed private key",o(U),2*_),$=h(z.slice(0,_)),Q=z.slice(_,2*_),ne=M($),oe=S.multiply(ne),ye=oe.toRawBytes();return{head:$,prefix:Q,scalar:ne,point:oe,pointBytes:ye}}function V(U){return O(U).pointBytes}function Z(U=new Uint8Array,..._){let z=nr(..._);return M(o(g(z,Ne("context",U),!!i)))}function re(U,_,z={}){U=Ne("message",U),i&&(U=i(U));let{prefix:$,scalar:Q,pointBytes:ne}=O(_),oe=Z(z.context,$,U),ye=S.multiply(oe).toRawBytes(),se=Z(z.context,ye,ne,U),le=P(oe+se*Q);w(le);let Pe=nr(ye,Yr(le,r.BYTES));return Ne("result",Pe,a*2)}let C=px;function N(U,_,z,$=C){let{context:Q,zip215:ne}=$,oe=r.BYTES;U=Ne("signature",U,2*oe),_=Ne("message",_),i&&(_=i(_));let ye=Sr(U.slice(oe,2*oe)),se,le,Pe;try{se=E.fromHex(z,ne),le=E.fromHex(U.slice(0,oe),ne),Pe=S.multiplyUnsafe(ye)}catch{return!1}if(!ne&&se.isSmallOrder())return!1;let Ie=Z(Q,le.toRawBytes(),se.toRawBytes(),_);return le.add(se.multiplyUnsafe(Ie)).subtract(Pe).clearCofactor().equals(E.ZERO)}return S._setWindowSize(8),{CURVE:t,getPublicKey:V,sign:re,verify:N,ExtendedPoint:E,utils:{getExtendedPublicKey:O,randomPrivateKey:()=>s(r.BYTES),precompute(U=8,_=E.BASE){return _._setWindowSize(U),_.multiply(BigInt(3)),_}}}}var za=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),Kf=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),t8=BigInt(0),gx=BigInt(1),qa=BigInt(2),mx=BigInt(5),Mf=BigInt(10),xx=BigInt(20),vx=BigInt(40),Ff=BigInt(80);function bx(e){let t=za,n=e*e%t*e%t,i=Be(n,qa,t)*n%t,o=Be(i,gx,t)*e%t,s=Be(o,mx,t)*o%t,a=Be(s,Mf,t)*s%t,c=Be(a,xx,t)*a%t,u=Be(c,vx,t)*c%t,f=Be(u,Ff,t)*u%t,l=Be(f,Ff,t)*u%t,h=Be(l,Mf,t)*s%t;return{pow_p_5_8:Be(h,qa,t)*e%t,b2:n}}function wx(e){return e[0]&=248,e[31]&=127,e[31]|=64,e}function Ex(e,t){let r=za,n=me(t*t*t,r),i=me(n*n*t,r),o=bx(e*i).pow_p_5_8,s=me(e*n*o,r),a=me(t*s*s,r),c=s,u=me(s*Kf,r),f=a===e,l=a===me(-e,r),h=a===me(-e*Kf,r);return f&&(s=c),(l||h)&&(s=u),kf(s,r)&&(s=me(-s,r)),{isValid:f||l,value:s}}var ir=Io(za,void 0,!0),Ha={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:ir,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:La,randomBytes:In,adjustScalarBytes:wx,uvRatio:Ex},Dn=No(Ha);function Vf(e,t,r){if(t.length>255)throw new Error("Context is too big");return Eo(Ra("SigEd25519 no Ed25519 collisions"),new Uint8Array([r?1:0,t.length]),t,e)}var r8=No({...Ha,domain:Vf}),n8=No({...Ha,domain:Vf,prehash:La});var Sx=(ir.ORDER+BigInt(3))/BigInt(8),i8=ir.pow(qa,Sx),o8=ir.sqrt(ir.neg(ir.ONE)),s8=(ir.ORDER-BigInt(5))/BigInt(8),a8=BigInt(486662);var c8=Uf(ir,ir.neg(BigInt(486664)));var u8=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),f8=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),l8=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),h8=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952");var d8=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var Nn=32,or=64,Lo=32;async function qf(){let e=Dn.utils.randomPrivateKey(),t=Dn.getPublicKey(e);return{privateKey:$f(e,t),publicKey:t}}async function zf(e){if(e.length!==Lo)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=Dn.getPublicKey(t);return{privateKey:$f(t,r),publicKey:r}}async function Hf(e,t){let r=e.subarray(0,Lo);return Dn.sign(t,r)}async function Gf(e,t,r){return Dn.verify(t,r,e)}function $f(e,t){let r=new Uint8Array(or);for(let n=0;n<Lo;n++)r[n]=e[n],r[Lo+n]=t[n];return r}function At(e,t){t==null&&(t=e.reduce((i,o)=>i+o.length,0));let r=xo(t),n=0;for(let i of e)r.set(i,n),n+=i.length;return En(r)}var rt={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 Ga={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function $a(e){let t=e?.algorithm??"AES-GCM",r=e?.keyLength??16,n=e?.nonceLength??12,i=e?.digest??"SHA-256",o=e?.saltLength??16,s=e?.iterations??32767,a=rt.get();r*=8;async function c(l,h){let g=a.getRandomValues(new Uint8Array(o)),d=a.getRandomValues(new Uint8Array(n)),p={name:t,iv:d};typeof h=="string"&&(h=Te(h));let y;if(h.length===0){y=await a.subtle.importKey("jwk",Ga,{name:"AES-GCM"},!0,["encrypt"]);try{let w={name:"PBKDF2",salt:g,iterations:s,hash:{name:i}},v=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(w,v,{name:t,length:r},!0,["encrypt"])}catch{y=await a.subtle.importKey("jwk",Ga,{name:"AES-GCM"},!0,["encrypt"])}}else{let w={name:"PBKDF2",salt:g,iterations:s,hash:{name:i}},v=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(w,v,{name:t,length:r},!0,["encrypt"])}let m=await a.subtle.encrypt(p,y,l);return At([g,p.iv,new Uint8Array(m)])}async function u(l,h){let g=l.subarray(0,o),d=l.subarray(o,o+n),p=l.subarray(o+n),y={name:t,iv:d};typeof h=="string"&&(h=Te(h));let m;if(h.length===0)try{let v={name:"PBKDF2",salt:g,iterations:s,hash:{name:i}},I=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);m=await a.subtle.deriveKey(v,I,{name:t,length:r},!0,["decrypt"])}catch{m=await a.subtle.importKey("jwk",Ga,{name:"AES-GCM"},!0,["decrypt"])}else{let v={name:"PBKDF2",salt:g,iterations:s,hash:{name:i}},I=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);m=await a.subtle.deriveKey(v,I,{name:t,length:r},!0,["decrypt"])}let w=await a.subtle.decrypt(y,m,p);return new Uint8Array(w)}return{encrypt:c,decrypt:u}}async function Ln(e,t){let n=await $a().encrypt(e,t);return ln.encode(n)}var o0=ve(Xa(),1),kl=ve(Al(),1),Ul=ve(Xr(),1),s0=ve(i0(),1),Pl=ve(Ll(),1);function Lx(){Ul.default._configure(),o0.default._configure(kl.default),s0.default._configure(Pl.default)}Lx();var Ol=["uint64","int64","sint64","fixed64","sfixed64"];function kx(e){for(let t of Ol){if(e[t]==null)continue;let r=e[t];e[t]=function(){return BigInt(r.call(this).toString())}}return e}function a0(e){return kx(new o0.default(e))}function Ux(e){for(let t of Ol){if(e[t]==null)continue;let r=e[t];e[t]=function(n){return r.call(this,n.toString())}}return e}function c0(){return Ux(s0.default.create())}function Tr(e,t){let r=a0(e instanceof Uint8Array?e:e.subarray());return t.decode(r)}function _r(e,t){let r=c0();return t.encode(e,r,{lengthDelimited:!1}),r.finish()}var Un;(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"})(Un||(Un={}));function Ko(e,t,r,n){return{name:e,type:t,encode:r,decode:n}}function vi(e){function t(i){if(e[i.toString()]==null)throw new Error("Invalid enum value");return e[i]}let r=function(o,s){let a=t(o);s.int32(a)},n=function(o){let s=o.int32();return t(s)};return Ko("enum",Un.VARINT,r,n)}function Ir(e,t){return Ko("message",Un.LENGTH_DELIMITED,e,t)}var Ce;(function(e){e.RSA="RSA",e.Ed25519="Ed25519",e.Secp256k1="Secp256k1"})(Ce||(Ce={}));var u0;(function(e){e[e.RSA=0]="RSA",e[e.Ed25519=1]="Ed25519",e[e.Secp256k1=2]="Secp256k1"})(u0||(u0={}));(function(e){e.codec=()=>vi(u0)})(Ce||(Ce={}));var Ht;(function(e){let t;e.codec=()=>(t==null&&(t=Ir((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),Ce.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 s=r.uint32();switch(s>>>3){case 1:i.Type=Ce.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),t),e.encode=r=>_r(r,e.codec()),e.decode=r=>Tr(r,e.codec())})(Ht||(Ht={}));var Gt;(function(e){let t;e.codec=()=>(t==null&&(t=Ir((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),Ce.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 s=r.uint32();switch(s>>>3){case 1:i.Type=Ce.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),t),e.encode=r=>_r(r,e.codec()),e.decode=r=>Tr(r,e.codec())})(Gt||(Gt={}));var bi=class{_key;constructor(t){this._key=Pn(t,Nn)}async verify(t,r){return Gf(this._key,r,t)}marshal(){return this._key}get bytes(){return Ht.encode({Type:Ce.Ed25519,Data:this.marshal()}).subarray()}equals(t){return Le(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}},jr=class{_key;_publicKey;constructor(t,r){this._key=Pn(t,or),this._publicKey=Pn(r,Nn)}async sign(t){return Hf(this._key,t)}get public(){return new bi(this._publicKey)}marshal(){return this._key}get bytes(){return Gt.encode({Type:Ce.Ed25519,Data:this.marshal()}).subarray()}equals(t){return Le(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}async id(){let t=Vt.digest(this.public.bytes);return We.encode(t.bytes).substring(1)}async export(t,r="libp2p-key"){if(r==="libp2p-key")return Ln(this.bytes,t);throw new ce(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function Px(e){if(e.length>or){e=Pn(e,or+Nn);let n=e.subarray(0,or),i=e.subarray(or,e.length);return new jr(n,i)}e=Pn(e,or);let t=e.subarray(0,or),r=e.subarray(Nn);return new jr(t,r)}function Ox(e){return e=Pn(e,Nn),new bi(e)}async function Kx(){let{privateKey:e,publicKey:t}=await qf();return new jr(e,t)}async function Kl(e){let{privateKey:t,publicKey:r}=await zf(e);return new jr(t,r)}function Pn(e,t){if(e=Uint8Array.from(e??[]),e.length!==t)throw new ce(`Key must be a Uint8Array of length ${t}, got ${e.length}`,"ERR_INVALID_KEY_TYPE");return e}function Ae(e,t="utf8"){let r=vo[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)}var c4=ve(Oe(),1),u4=ve(ho(),1),Ml=ve(ge(),1);function Rt(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=At([new Uint8Array(t-r.length),r])}return Ae(r,"base64url")}function ct(e){let t=Fl(e);return new Ml.default.jsbn.BigInteger(Ae(t,"base16"),16)}function Fl(e,t){let r=Te(e,"base64urlpad");if(t!=null){if(r.length>t)throw new Error("byte array longer than desired length");r=At([new Uint8Array(t-r.length),r])}return r}var Mx={"P-256":256,"P-384":384,"P-521":521},Fx=Object.keys(Mx),b4=Fx.join(" / ");var y0={};de(y0,{MAX_KEY_SIZE:()=>Bi,RsaPrivateKey:()=>On,RsaPublicKey:()=>Si,fromJwk:()=>Xx,generateKeyPair:()=>Jx,unmarshalRsaPrivateKey:()=>Zx,unmarshalRsaPublicKey:()=>Qx});var Ei=ve(ge(),1);var i3=ve(Gl(),1);function Fo(e){if(isNaN(e)||e<=0)throw new ce("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return In(e)}var F4=ve(go(),1),d0=ve(ge(),1);function $l(e,t){return t.map(r=>ct(e[r]))}function Wl(e){return d0.default.pki.setRsaPrivateKey(...$l(e,["n","e","d","p","q","dp","dq","qi"]))}function Yl(e){return d0.default.pki.setRsaPublicKey(...$l(e,["n","e"]))}var tn={};de(tn,{jwkToPkcs1:()=>Hx,jwkToPkix:()=>$x,pkcs1ToJwk:()=>zx,pkixToJwk:()=>Gx});var z4=ve(ci(),1),H4=ve(go(),1);var sr=ve(ge(),1);function zx(e){let t=sr.default.asn1.fromDer(Ae(e,"ascii")),r=sr.default.pki.privateKeyFromAsn1(t);return{kty:"RSA",n:Rt(r.n),e:Rt(r.e),d:Rt(r.d),p:Rt(r.p),q:Rt(r.q),dp:Rt(r.dP),dq:Rt(r.dQ),qi:Rt(r.qInv),alg:"RS256"}}function Hx(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 new ce("JWK was missing components","ERR_INVALID_PARAMETERS");let t=sr.default.pki.privateKeyToAsn1({n:ct(e.n),e:ct(e.e),d:ct(e.d),p:ct(e.p),q:ct(e.q),dP:ct(e.dp),dQ:ct(e.dq),qInv:ct(e.qi)});return Te(sr.default.asn1.toDer(t).getBytes(),"ascii")}function Gx(e){let t=sr.default.asn1.fromDer(Ae(e,"ascii")),r=sr.default.pki.publicKeyFromAsn1(t);return{kty:"RSA",n:Rt(r.n),e:Rt(r.e)}}function $x(e){if(e.n==null||e.e==null)throw new ce("JWK was missing components","ERR_INVALID_PARAMETERS");let t=sr.default.pki.publicKeyToAsn1({n:ct(e.n),e:ct(e.e)});return Te(sr.default.asn1.toDer(t).getBytes(),"ascii")}async function Zl(e){let t=await rt.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 Jl(t);return{privateKey:r[0],publicKey:r[1]}}async function p0(e){let r=[await rt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await Wx(e)],n=await Jl({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function Ql(e,t){let r=await rt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await rt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,Uint8Array.from(t));return new Uint8Array(n,0,n.byteLength)}async function Xl(e,t,r){let n=await rt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return rt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,t,r)}async function Jl(e){if(e.privateKey==null||e.publicKey==null)throw new ce("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([rt.get().subtle.exportKey("jwk",e.privateKey),rt.get().subtle.exportKey("jwk",e.publicKey)])}async function Wx(e){return rt.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 jl(e,t,r,n){let i=t?Yl(e):Wl(e),o=Ae(Uint8Array.from(r),"ascii"),s=n(o,i);return Te(s,"ascii")}function eh(e,t){return jl(e,!0,t,(r,n)=>n.encrypt(r))}function th(e,t){return jl(e,!1,t,(r,n)=>n.decrypt(r))}function Vo(e){if(e.kty!=="RSA")throw new ce("invalid key type","ERR_INVALID_KEY_TYPE");if(e.n==null)throw new ce("invalid key modulus","ERR_INVALID_KEY_MODULUS");return Te(e.n,"base64url").length*8}var Bi=8192,Si=class{_key;constructor(t){this._key=t}async verify(t,r){return Xl(this._key,r,t)}marshal(){return tn.jwkToPkix(this._key)}get bytes(){return Ht.encode({Type:Ce.RSA,Data:this.marshal()}).subarray()}encrypt(t){return eh(this._key,t)}equals(t){return Le(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}},On=class{_key;_publicKey;constructor(t,r){this._key=t,this._publicKey=r}genSecret(){return Fo(16)}async sign(t){return Ql(this._key,t)}get public(){if(this._publicKey==null)throw new ce("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new Si(this._publicKey)}decrypt(t){return th(this._key,t)}marshal(){return tn.jwkToPkcs1(this._key)}get bytes(){return Gt.encode({Type:Ce.RSA,Data:this.marshal()}).subarray()}equals(t){return Le(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}async id(){let t=await this.public.hash();return Ae(t,"base58btc")}async export(t,r="pkcs-8"){if(r==="pkcs-8"){let n=new Ei.default.util.ByteBuffer(this.marshal()),i=Ei.default.asn1.fromDer(n),o=Ei.default.pki.privateKeyFromAsn1(i),s={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return Ei.default.pki.encryptRsaPrivateKey(o,t,s)}else{if(r==="libp2p-key")return Ln(this.bytes,t);throw new ce(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}}};async function Zx(e){let t=tn.pkcs1ToJwk(e);if(Vo(t)>Bi)throw new ce("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let r=await p0(t);return new On(r.privateKey,r.publicKey)}function Qx(e){let t=tn.pkixToJwk(e);if(Vo(t)>Bi)throw new ce("key size is too large","ERR_KEY_SIZE_TOO_LARGE");return new Si(t)}async function Xx(e){if(Vo(e)>Bi)throw new ce("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let t=await p0(e);return new On(t.privateKey,t.publicKey)}async function Jx(e){if(e>Bi)throw new ce("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let t=await Zl(e);return new On(t.privateKey,t.publicKey)}var w0={};de(w0,{Secp256k1PrivateKey:()=>Ai,Secp256k1PublicKey:()=>Ci,generateKeyPair:()=>dv,unmarshalSecp256k1PrivateKey:()=>lv,unmarshalSecp256k1PublicKey:()=>hv});var jx=(e,t,r)=>e&t^~e&r,ev=(e,t,r)=>e&t^e&r^t&r,tv=new Uint32Array([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]),Rr=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Dr=new Uint32Array(64),g0=class extends Rn{constructor(){super(64,32,8,!1),this.A=Rr[0]|0,this.B=Rr[1]|0,this.C=Rr[2]|0,this.D=Rr[3]|0,this.E=Rr[4]|0,this.F=Rr[5]|0,this.G=Rr[6]|0,this.H=Rr[7]|0}get(){let{A:t,B:r,C:n,D:i,E:o,F:s,G:a,H:c}=this;return[t,r,n,i,o,s,a,c]}set(t,r,n,i,o,s,a,c){this.A=t|0,this.B=r|0,this.C=n|0,this.D=i|0,this.E=o|0,this.F=s|0,this.G=a|0,this.H=c|0}process(t,r){for(let l=0;l<16;l++,r+=4)Dr[l]=t.getUint32(r,!1);for(let l=16;l<64;l++){let h=Dr[l-15],g=Dr[l-2],d=Bt(h,7)^Bt(h,18)^h>>>3,p=Bt(g,17)^Bt(g,19)^g>>>10;Dr[l]=p+Dr[l-7]+d+Dr[l-16]|0}let{A:n,B:i,C:o,D:s,E:a,F:c,G:u,H:f}=this;for(let l=0;l<64;l++){let h=Bt(a,6)^Bt(a,11)^Bt(a,25),g=f+h+jx(a,c,u)+tv[l]+Dr[l]|0,p=(Bt(n,2)^Bt(n,13)^Bt(n,22))+ev(n,i,o)|0;f=u,u=c,c=a,a=s+g|0,s=o,o=i,i=n,n=g+p|0}n=n+this.A|0,i=i+this.B|0,o=o+this.C|0,s=s+this.D|0,a=a+this.E|0,c=c+this.F|0,u=u+this.G|0,f=f+this.H|0,this.set(n,i,o,s,a,c,u,f)}roundClean(){Dr.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var rh=So(()=>new g0);function rv(e){let t=gi(e);qt(t,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:r,Fp:n,a:i}=t;if(r){if(!n.eql(i,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof r!="object"||typeof r.beta!="bigint"||typeof r.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...t})}var{bytesToNumberBE:nv,hexToBytes:iv}=To,rn={Err:class extends Error{constructor(t=""){super(t)}},_parseInt(e){let{Err:t}=rn;if(e.length<2||e[0]!==2)throw new t("Invalid signature integer tag");let r=e[1],n=e.subarray(2,r+2);if(!r||n.length!==r)throw new t("Invalid signature integer: wrong length");if(n[0]&128)throw new t("Invalid signature integer: negative");if(n[0]===0&&!(n[1]&128))throw new t("Invalid signature integer: unnecessary leading zero");return{d:nv(n),l:e.subarray(r+2)}},toSig(e){let{Err:t}=rn,r=typeof e=="string"?iv(e):e;if(!(r instanceof Uint8Array))throw new Error("ui8a expected");let n=r.length;if(n<2||r[0]!=48)throw new t("Invalid signature tag");if(r[1]!==n-2)throw new t("Invalid signature: incorrect length");let{d:i,l:o}=rn._parseInt(r.subarray(2)),{d:s,l:a}=rn._parseInt(o);if(a.length)throw new t("Invalid signature: left bytes after parsing");return{r:i,s}},hexFromSig(e){let t=u=>Number.parseInt(u[0],16)&8?"00"+u:u,r=u=>{let f=u.toString(16);return f.length&1?`0${f}`:f},n=t(r(e.s)),i=t(r(e.r)),o=n.length/2,s=i.length/2,a=r(o),c=r(s);return`30${r(s+o+4)}02${c}${i}02${a}${n}`}},ar=BigInt(0),vt=BigInt(1),d3=BigInt(2),nh=BigInt(3),p3=BigInt(4);function ov(e){let t=rv(e),{Fp:r}=t,n=t.toBytes||((d,p,y)=>{let m=p.toAffine();return nr(Uint8Array.from([4]),r.toBytes(m.x),r.toBytes(m.y))}),i=t.fromBytes||(d=>{let p=d.subarray(1),y=r.fromBytes(p.subarray(0,r.BYTES)),m=r.fromBytes(p.subarray(r.BYTES,2*r.BYTES));return{x:y,y:m}});function o(d){let{a:p,b:y}=t,m=r.sqr(d),w=r.mul(m,d);return r.add(r.add(w,r.mul(d,p)),y)}if(!r.eql(r.sqr(t.Gy),o(t.Gx)))throw new Error("bad generator point: equation left != right");function s(d){return typeof d=="bigint"&&ar<d&&d<t.n}function a(d){if(!s(d))throw new Error("Expected valid bigint: 0 < bigint < curve.n")}function c(d){let{allowedPrivateKeyLengths:p,nByteLength:y,wrapPrivateKey:m,n:w}=t;if(p&&typeof d!="bigint"){if(d instanceof Uint8Array&&(d=tr(d)),typeof d!="string"||!p.includes(d.length))throw new Error("Invalid key");d=d.padStart(y*2,"0")}let v;try{v=typeof d=="bigint"?d:rr(Ne("private key",d,y))}catch{throw new Error(`private key must be ${y} bytes, hex or bigint, not ${typeof d}`)}return m&&(v=me(v,w)),a(v),v}let u=new Map;function f(d){if(!(d instanceof l))throw new Error("ProjectivePoint expected")}class l{constructor(p,y,m){if(this.px=p,this.py=y,this.pz=m,p==null||!r.isValid(p))throw new Error("x required");if(y==null||!r.isValid(y))throw new Error("y required");if(m==null||!r.isValid(m))throw new Error("z required")}static fromAffine(p){let{x:y,y:m}=p||{};if(!p||!r.isValid(y)||!r.isValid(m))throw new Error("invalid affine point");if(p instanceof l)throw new Error("projective point not allowed");let w=v=>r.eql(v,r.ZERO);return w(y)&&w(m)?l.ZERO:new l(y,m,r.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(p){let y=r.invertBatch(p.map(m=>m.pz));return p.map((m,w)=>m.toAffine(y[w])).map(l.fromAffine)}static fromHex(p){let y=l.fromAffine(i(Ne("pointHex",p)));return y.assertValidity(),y}static fromPrivateKey(p){return l.BASE.multiply(c(p))}_setWindowSize(p){this._WINDOW_SIZE=p,u.delete(this)}assertValidity(){if(this.is0()){if(t.allowInfinityPoint&&!r.is0(this.py))return;throw new Error("bad point: ZERO")}let{x:p,y}=this.toAffine();if(!r.isValid(p)||!r.isValid(y))throw new Error("bad point: x or y not FE");let m=r.sqr(y),w=o(p);if(!r.eql(m,w))throw new Error("bad point: equation left != right");if(!this.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:p}=this.toAffine();if(r.isOdd)return!r.isOdd(p);throw new Error("Field doesn't support isOdd")}equals(p){f(p);let{px:y,py:m,pz:w}=this,{px:v,py:I,pz:E}=p,S=r.eql(r.mul(y,E),r.mul(v,w)),D=r.eql(r.mul(m,E),r.mul(I,w));return S&&D}negate(){return new l(this.px,r.neg(this.py),this.pz)}double(){let{a:p,b:y}=t,m=r.mul(y,nh),{px:w,py:v,pz:I}=this,E=r.ZERO,S=r.ZERO,D=r.ZERO,B=r.mul(w,w),P=r.mul(v,v),M=r.mul(I,I),O=r.mul(w,v);return O=r.add(O,O),D=r.mul(w,I),D=r.add(D,D),E=r.mul(p,D),S=r.mul(m,M),S=r.add(E,S),E=r.sub(P,S),S=r.add(P,S),S=r.mul(E,S),E=r.mul(O,E),D=r.mul(m,D),M=r.mul(p,M),O=r.sub(B,M),O=r.mul(p,O),O=r.add(O,D),D=r.add(B,B),B=r.add(D,B),B=r.add(B,M),B=r.mul(B,O),S=r.add(S,B),M=r.mul(v,I),M=r.add(M,M),B=r.mul(M,O),E=r.sub(E,B),D=r.mul(M,P),D=r.add(D,D),D=r.add(D,D),new l(E,S,D)}add(p){f(p);let{px:y,py:m,pz:w}=this,{px:v,py:I,pz:E}=p,S=r.ZERO,D=r.ZERO,B=r.ZERO,P=t.a,M=r.mul(t.b,nh),O=r.mul(y,v),V=r.mul(m,I),Z=r.mul(w,E),re=r.add(y,m),C=r.add(v,I);re=r.mul(re,C),C=r.add(O,V),re=r.sub(re,C),C=r.add(y,w);let N=r.add(v,E);return C=r.mul(C,N),N=r.add(O,Z),C=r.sub(C,N),N=r.add(m,w),S=r.add(I,E),N=r.mul(N,S),S=r.add(V,Z),N=r.sub(N,S),B=r.mul(P,C),S=r.mul(M,Z),B=r.add(S,B),S=r.sub(V,B),B=r.add(V,B),D=r.mul(S,B),V=r.add(O,O),V=r.add(V,O),Z=r.mul(P,Z),C=r.mul(M,C),V=r.add(V,Z),Z=r.sub(O,Z),Z=r.mul(P,Z),C=r.add(C,Z),O=r.mul(V,C),D=r.add(D,O),O=r.mul(N,C),S=r.mul(re,S),S=r.sub(S,O),O=r.mul(re,V),B=r.mul(N,B),B=r.add(B,O),new l(S,D,B)}subtract(p){return this.add(p.negate())}is0(){return this.equals(l.ZERO)}wNAF(p){return g.wNAFCached(this,u,p,y=>{let m=r.invertBatch(y.map(w=>w.pz));return y.map((w,v)=>w.toAffine(m[v])).map(l.fromAffine)})}multiplyUnsafe(p){let y=l.ZERO;if(p===ar)return y;if(a(p),p===vt)return this;let{endo:m}=t;if(!m)return g.unsafeLadder(this,p);let{k1neg:w,k1:v,k2neg:I,k2:E}=m.splitScalar(p),S=y,D=y,B=this;for(;v>ar||E>ar;)v&vt&&(S=S.add(B)),E&vt&&(D=D.add(B)),B=B.double(),v>>=vt,E>>=vt;return w&&(S=S.negate()),I&&(D=D.negate()),D=new l(r.mul(D.px,m.beta),D.py,D.pz),S.add(D)}multiply(p){a(p);let y=p,m,w,{endo:v}=t;if(v){let{k1neg:I,k1:E,k2neg:S,k2:D}=v.splitScalar(y),{p:B,f:P}=this.wNAF(E),{p:M,f:O}=this.wNAF(D);B=g.constTimeNegate(I,B),M=g.constTimeNegate(S,M),M=new l(r.mul(M.px,v.beta),M.py,M.pz),m=B.add(M),w=P.add(O)}else{let{p:I,f:E}=this.wNAF(y);m=I,w=E}return l.normalizeZ([m,w])[0]}multiplyAndAddUnsafe(p,y,m){let w=l.BASE,v=(E,S)=>S===ar||S===vt||!E.equals(w)?E.multiplyUnsafe(S):E.multiply(S),I=v(this,y).add(v(p,m));return I.is0()?void 0:I}toAffine(p){let{px:y,py:m,pz:w}=this,v=this.is0();p==null&&(p=v?r.ONE:r.inv(w));let I=r.mul(y,p),E=r.mul(m,p),S=r.mul(w,p);if(v)return{x:r.ZERO,y:r.ZERO};if(!r.eql(S,r.ONE))throw new Error("invZ was invalid");return{x:I,y:E}}isTorsionFree(){let{h:p,isTorsionFree:y}=t;if(p===vt)return!0;if(y)return y(l,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:p,clearCofactor:y}=t;return p===vt?this:y?y(l,this):this.multiplyUnsafe(t.h)}toRawBytes(p=!0){return this.assertValidity(),n(l,this,p)}toHex(p=!0){return tr(this.toRawBytes(p))}}l.BASE=new l(t.Gx,t.Gy,r.ONE),l.ZERO=new l(r.ZERO,r.ONE,r.ZERO);let h=t.nBitLength,g=Ro(l,t.endo?Math.ceil(h/2):h);return{CURVE:t,ProjectivePoint:l,normPrivateKeyToScalar:c,weierstrassEquation:o,isWithinCurveOrder:s}}function sv(e){let t=gi(e);return qt(t,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...t})}function ih(e){let t=sv(e),{Fp:r,n}=t,i=r.BYTES+1,o=2*r.BYTES+1;function s(C){return ar<C&&C<r.ORDER}function a(C){return me(C,n)}function c(C){return _o(C,n)}let{ProjectivePoint:u,normPrivateKeyToScalar:f,weierstrassEquation:l,isWithinCurveOrder:h}=ov({...t,toBytes(C,N,L){let U=N.toAffine(),_=r.toBytes(U.x),z=nr;return L?z(Uint8Array.from([N.hasEvenY()?2:3]),_):z(Uint8Array.from([4]),_,r.toBytes(U.y))},fromBytes(C){let N=C.length,L=C[0],U=C.subarray(1);if(N===i&&(L===2||L===3)){let _=rr(U);if(!s(_))throw new Error("Point is not on curve");let z=l(_),$=r.sqrt(z),Q=($&vt)===vt;return(L&1)===1!==Q&&($=r.neg($)),{x:_,y:$}}else if(N===o&&L===4){let _=r.fromBytes(U.subarray(0,r.BYTES)),z=r.fromBytes(U.subarray(r.BYTES,2*r.BYTES));return{x:_,y:z}}else throw new Error(`Point of length ${N} was invalid. Expected ${i} compressed bytes or ${o} uncompressed bytes`)}}),g=C=>tr(Br(C,t.nByteLength));function d(C){let N=n>>vt;return C>N}function p(C){return d(C)?a(-C):C}let y=(C,N,L)=>rr(C.slice(N,L));class m{constructor(N,L,U){this.r=N,this.s=L,this.recovery=U,this.assertValidity()}static fromCompact(N){let L=t.nByteLength;return N=Ne("compactSignature",N,L*2),new m(y(N,0,L),y(N,L,2*L))}static fromDER(N){let{r:L,s:U}=rn.toSig(Ne("DER",N));return new m(L,U)}assertValidity(){if(!h(this.r))throw new Error("r must be 0 < r < CURVE.n");if(!h(this.s))throw new Error("s must be 0 < s < CURVE.n")}addRecoveryBit(N){return new m(this.r,this.s,N)}recoverPublicKey(N){let{r:L,s:U,recovery:_}=this,z=D(Ne("msgHash",N));if(_==null||![0,1,2,3].includes(_))throw new Error("recovery id invalid");let $=_===2||_===3?L+t.n:L;if($>=r.ORDER)throw new Error("recovery id 2 or 3 invalid");let Q=_&1?"03":"02",ne=u.fromHex(Q+g($)),oe=c($),ye=a(-z*oe),se=a(U*oe),le=u.BASE.multiplyAndAddUnsafe(ne,ye,se);if(!le)throw new Error("point at infinify");return le.assertValidity(),le}hasHighS(){return d(this.s)}normalizeS(){return this.hasHighS()?new m(this.r,a(-this.s),this.recovery):this}toDERRawBytes(){return Wr(this.toDERHex())}toDERHex(){return rn.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return Wr(this.toCompactHex())}toCompactHex(){return g(this.r)+g(this.s)}}let w={isValidPrivateKey(C){try{return f(C),!0}catch{return!1}},normPrivateKeyToScalar:f,randomPrivateKey:()=>{let C=Fa(t.n);return Of(t.randomBytes(C),t.n)},precompute(C=8,N=u.BASE){return N._setWindowSize(C),N.multiply(BigInt(3)),N}};function v(C,N=!0){return u.fromPrivateKey(C).toRawBytes(N)}function I(C){let N=C instanceof Uint8Array,L=typeof C=="string",U=(N||L)&&C.length;return N?U===i||U===o:L?U===2*i||U===2*o:C instanceof u}function E(C,N,L=!0){if(I(C))throw new Error("first arg must be private key");if(!I(N))throw new Error("second arg must be public key");return u.fromHex(N).multiply(f(C)).toRawBytes(L)}let S=t.bits2int||function(C){let N=rr(C),L=C.length*8-t.nBitLength;return L>0?N>>BigInt(L):N},D=t.bits2int_modN||function(C){return a(S(C))},B=yi(t.nBitLength);function P(C){if(typeof C!="bigint")throw new Error("bigint expected");if(!(ar<=C&&C<B))throw new Error(`bigint expected < 2^${t.nBitLength}`);return Br(C,t.nByteLength)}function M(C,N,L=O){if(["recovered","canonical"].some(Ie=>Ie in L))throw new Error("sign() legacy options not supported");let{hash:U,randomBytes:_}=t,{lowS:z,prehash:$,extraEntropy:Q}=L;z==null&&(z=!0),C=Ne("msgHash",C),$&&(C=Ne("prehashed msgHash",U(C)));let ne=D(C),oe=f(N),ye=[P(oe),P(ne)];if(Q!=null){let Ie=Q===!0?_(r.BYTES):Q;ye.push(Ne("extraEntropy",Ie))}let se=nr(...ye),le=ne;function Pe(Ie){let Ge=S(Ie);if(!h(Ge))return;let $e=c(Ge),Ke=u.BASE.multiply(Ge).toAffine(),Qe=a(Ke.x);if(Qe===ar)return;let Yt=a($e*a(le+Qe*oe));if(Yt===ar)return;let Or=(Ke.x===Qe?0:2)|Number(Ke.y&vt),Zn=Yt;return z&&d(Yt)&&(Zn=p(Yt),Or^=1),new m(Qe,Zn,Or)}return{seed:se,k2sig:Pe}}let O={lowS:t.lowS,prehash:!1},V={lowS:t.lowS,prehash:!1};function Z(C,N,L=O){let{seed:U,k2sig:_}=M(C,N,L),z=t;return Pa(z.hash.outputLen,z.nByteLength,z.hmac)(U,_)}u.BASE._setWindowSize(8);function re(C,N,L,U=V){let _=C;if(N=Ne("msgHash",N),L=Ne("publicKey",L),"strict"in U)throw new Error("options.strict was renamed to lowS");let{lowS:z,prehash:$}=U,Q,ne;try{if(typeof _=="string"||_ instanceof Uint8Array)try{Q=m.fromDER(_)}catch(Ke){if(!(Ke instanceof rn.Err))throw Ke;Q=m.fromCompact(_)}else if(typeof _=="object"&&typeof _.r=="bigint"&&typeof _.s=="bigint"){let{r:Ke,s:Qe}=_;Q=new m(Ke,Qe)}else throw new Error("PARSE");ne=u.fromHex(L)}catch(Ke){if(Ke.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(z&&Q.hasHighS())return!1;$&&(N=t.hash(N));let{r:oe,s:ye}=Q,se=D(N),le=c(ye),Pe=a(se*le),Ie=a(oe*le),Ge=u.BASE.multiplyAndAddUnsafe(ne,Pe,Ie)?.toAffine();return Ge?a(Ge.x)===oe:!1}return{CURVE:t,getPublicKey:v,getSharedSecret:E,sign:Z,verify:re,ProjectivePoint:u,Signature:m,utils:w}}var qo=class extends _n{constructor(t,r){super(),this.finished=!1,this.destroyed=!1,Cf(t);let n=pi(r);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let i=this.blockLen,o=new Uint8Array(i);o.set(n.length>i?t.create().update(n).digest():n);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=t.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),o.fill(0)}update(t){return Tn(this),this.iHash.update(t),this}digestInto(t){Tn(this),Ia(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:r,iHash:n,finished:i,destroyed:o,blockLen:s,outputLen:a}=this;return t=t,t.finished=i,t.destroyed=o,t.blockLen=s,t.outputLen=a,t.oHash=r._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},m0=(e,t,r)=>new qo(e,t).update(r).digest();m0.create=(e,t)=>new qo(e,t);function av(e){return{hash:e,hmac:(t,...r)=>m0(e,t,Eo(...r)),randomBytes:In}}function oh(e,t){let r=n=>ih({...e,...av(n)});return Object.freeze({...r(t),create:r})}var ch=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),sh=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),cv=BigInt(1),x0=BigInt(2),ah=(e,t)=>(e+t/x0)/t;function uv(e){let t=ch,r=BigInt(3),n=BigInt(6),i=BigInt(11),o=BigInt(22),s=BigInt(23),a=BigInt(44),c=BigInt(88),u=e*e*e%t,f=u*u*e%t,l=Be(f,r,t)*f%t,h=Be(l,r,t)*f%t,g=Be(h,x0,t)*u%t,d=Be(g,i,t)*g%t,p=Be(d,o,t)*d%t,y=Be(p,a,t)*p%t,m=Be(y,c,t)*y%t,w=Be(m,a,t)*p%t,v=Be(w,r,t)*f%t,I=Be(v,s,t)*d%t,E=Be(I,n,t)*u%t,S=Be(E,x0,t);if(!v0.eql(v0.sqr(S),e))throw new Error("Cannot find square root");return S}var v0=Io(ch,void 0,void 0,{sqrt:uv}),cr=oh({a:BigInt(0),b:BigInt(7),Fp:v0,n:sh,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:e=>{let t=sh,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-cv*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=r,s=BigInt("0x100000000000000000000000000000000"),a=ah(o*e,t),c=ah(-n*e,t),u=me(e-a*r-c*i,t),f=me(-a*n-c*o,t),l=u>s,h=f>s;if(l&&(u=t-u),h&&(f=t-f),u>s||f>s)throw new Error("splitScalar: Endomorphism failed, k="+e);return{k1neg:l,k1:u,k2neg:h,k2:f}}}},rh),A3=BigInt(0);var T3=cr.ProjectivePoint;function uh(){return cr.utils.randomPrivateKey()}async function fh(e,t){let{digest:r}=await Ye.digest(t);try{return cr.sign(r,e).toDERRawBytes()}catch(n){throw new ce(String(n),"ERR_INVALID_INPUT")}}async function lh(e,t,r){try{let{digest:n}=await Ye.digest(r);return cr.verify(t,n,e)}catch(n){throw new ce(String(n),"ERR_INVALID_INPUT")}}function hh(e){return cr.ProjectivePoint.fromHex(e).toRawBytes(!0)}function dh(e){try{cr.getPublicKey(e,!0)}catch(t){throw new ce(String(t),"ERR_INVALID_PRIVATE_KEY")}}function b0(e){try{cr.ProjectivePoint.fromHex(e)}catch(t){throw new ce(String(t),"ERR_INVALID_PUBLIC_KEY")}}function ph(e){try{return cr.getPublicKey(e,!0)}catch(t){throw new ce(String(t),"ERR_INVALID_PRIVATE_KEY")}}var Ci=class{_key;constructor(t){b0(t),this._key=t}async verify(t,r){return lh(this._key,r,t)}marshal(){return hh(this._key)}get bytes(){return Ht.encode({Type:Ce.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return Le(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}},Ai=class{_key;_publicKey;constructor(t,r){this._key=t,this._publicKey=r??ph(t),dh(this._key),b0(this._publicKey)}async sign(t){return fh(this._key,t)}get public(){return new Ci(this._publicKey)}marshal(){return this._key}get bytes(){return Gt.encode({Type:Ce.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return Le(this.bytes,t.bytes)}async hash(){let{bytes:t}=await Ye.digest(this.bytes);return t}async id(){let t=await this.public.hash();return Ae(t,"base58btc")}async export(t,r="libp2p-key"){if(r==="libp2p-key")return Ln(this.bytes,t);throw new ce(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function lv(e){return new Ai(e)}function hv(e){return new Ci(e)}async function dv(){let e=uh();return new Ai(e)}var nn={rsa:y0,ed25519:f0,secp256k1:w0};function yh(e){let t=Object.keys(nn).join(" / ");return new ce(`invalid or unsupported key type ${e}. Must be ${t}`,"ERR_UNSUPPORTED_KEY_TYPE")}function E0(e){let t=Ht.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case Ce.RSA:return nn.rsa.unmarshalRsaPublicKey(r);case Ce.Ed25519:return nn.ed25519.unmarshalEd25519PublicKey(r);case Ce.Secp256k1:return nn.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw yh(t.Type??"RSA")}}async function gh(e){let t=Gt.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case Ce.RSA:return nn.rsa.unmarshalRsaPrivateKey(r);case Ce.Ed25519:return nn.ed25519.unmarshalEd25519PrivateKey(r);case Ce.Secp256k1:return nn.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw yh(t.Type??"RSA")}}var q0=ve(zo(),1);var vh=(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 ur="/",bh=new TextEncoder().encode(ur),Ho=bh[0],Kn=class e{_buf;constructor(t,r){if(typeof t=="string")this._buf=Te(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]!==Ho)throw new Error("Invalid key")}toString(t="utf8"){return Ae(this._buf,t)}uint8Array(){return this._buf}get[Symbol.toStringTag](){return`Key(${this.toString()})`}static withNamespaces(t){return new e(t.join(ur))}static random(){return new e(vh().replace(/-/g,""))}static asKey(t){return t instanceof Uint8Array||typeof t=="string"?new e(t):typeof t.uint8Array=="function"?new e(t.uint8Array()):null}clean(){if((this._buf==null||this._buf.byteLength===0)&&(this._buf=bh),this._buf[0]!==Ho){let t=new Uint8Array(this._buf.byteLength+1);t.fill(Ho,0,1),t.set(this._buf,1),this._buf=t}for(;this._buf.byteLength>1&&this._buf[this._buf.byteLength-1]===Ho;)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],s=n[i];if(o<s)return!0;if(o>s)return!1}return r.length<n.length}reverse(){return e.withNamespaces(this.list().slice().reverse())}namespaces(){return this.list()}baseNamespace(){let t=this.namespaces();return t[t.length-1]}list(){return this.toString().split(ur).slice(1)}type(){return gv(this.baseNamespace())}name(){return mv(this.baseNamespace())}instance(t){return new e(this.toString()+":"+t)}path(){let t=this.parent().toString();return t.endsWith(ur)||(t+=ur),t+=this.type(),new e(t)}parent(){let t=this.list();return t.length===1?new e(ur):new e(t.slice(0,-1).join(ur))}child(t){return this.toString()===ur?t:t.toString()===ur?this:new e(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 e.withNamespaces([...this.namespaces(),...xv(t.map(r=>r.namespaces()))])}};function gv(e){let t=e.split(":");return t.length<2?"":t.slice(0,-1).join(":")}function mv(e){let t=e.split(":");return t[t.length-1]}function xv(e){return[].concat(...e)}var qd=ve(wh(),1);var Eh="ERR_IPNS_EXPIRED_RECORD",Ti="ERR_UNRECOGNIZED_VALIDITY",Sh="ERR_SIGNATURE_CREATION",Nr="ERR_SIGNATURE_VERIFICATION",Bh="ERR_UNRECOGNIZED_FORMAT";var B0="ERR_UNDEFINED_PARAMETER",Ch="ERR_INVALID_RECORD_DATA",Ah="ERR_INVALID_EMBEDDED_KEY",Th="ERR_MISSING_PRIVATE_KEY",_h="ERR_RECORD_TOO_LARGE";var nt;(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=()=>vi(r)}(t=e.ValidityType||(e.ValidityType={}));let n;e.codec=()=>(n==null&&(n=Ir((i,o,s={})=>{s.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)),s.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let s={},a=o==null?i.len:i.pos+o;for(;i.pos<a;){let c=i.uint32();switch(c>>>3){case 1:s.value=i.bytes();break;case 2:s.signature=i.bytes();break;case 3:s.validityType=e.ValidityType.codec().decode(i);break;case 4:s.validity=i.bytes();break;case 5:s.sequence=i.uint64();break;case 6:s.ttl=i.uint64();break;case 7:s.pubKey=i.bytes();break;case 8:s.signatureV2=i.bytes();break;case 9:s.data=i.bytes();break;default:i.skipType(c&7);break}}return s})),n),e.encode=i=>_r(i,e.codec()),e.decode=i=>Tr(i,e.codec())})(nt||(nt={}));var Ih=Symbol.for("@libp2p/peer-id");var vv=Symbol.for("nodejs.util.inspect.custom"),Rh=Object.values(An).map(e=>e.decoder).reduce((e,t)=>e.or(t),An.identity.decoder),Dh=114,A0=36,T0=37,_i=class{type;multihash;privateKey;publicKey;string;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()})`}[Ih]=!0;toString(){return this.string==null&&(this.string=We.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return er.createV1(Dh,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(t){if(t instanceof Uint8Array)return Le(this.multihash.bytes,t);if(typeof t=="string")return bv(t).equals(this);if(t?.multihash?.bytes!=null)return Le(this.multihash.bytes,t.multihash.bytes);throw new Error("not valid Id")}[vv](){return`PeerId(${this.toString()})`}},Mn=class extends _i{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},Fn=class extends _i{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.multihash.digest}},Vn=class extends _i{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.multihash.digest}};function bv(e,t){if(t=t??Rh,e.charAt(0)==="1"||e.charAt(0)==="Q"){let r=Gr(We.decode(`z${e}`));return e.startsWith("12D")?new Fn({multihash:r}):e.startsWith("16U")?new Vn({multihash:r}):new Mn({multihash:r})}return _0(Rh.decode(e))}function _0(e){try{let t=Gr(e);if(t.code===Vt.code){if(t.digest.length===A0)return new Fn({multihash:t});if(t.digest.length===T0)return new Vn({multihash:t})}if(t.code===Ye.code)return new Mn({multihash:t})}catch{return wv(er.decode(e))}throw new Error("Supplied PeerID CID is invalid")}function wv(e){if(e==null||e.multihash==null||e.version==null||e.version===1&&e.code!==Dh)throw new Error("Supplied PeerID CID is invalid");let t=e.multihash;if(t.code===Ye.code)return new Mn({multihash:e.multihash});if(t.code===Vt.code){if(t.digest.length===A0)return new Fn({multihash:e.multihash});if(t.digest.length===T0)return new Vn({multihash:e.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function Nh(e,t){return e.length===A0?new Fn({multihash:Ft(Vt.code,e),privateKey:t}):e.length===T0?new Vn({multihash:Ft(Vt.code,e),privateKey:t}):new Mn({multihash:await Ye.digest(e),publicKey:e,privateKey:t})}var Ev=["string","number","bigint","symbol"],Sv=["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 Lh(e){if(e===null)return"null";if(e===void 0)return"undefined";if(e===!0||e===!1)return"boolean";let t=typeof e;if(Ev.includes(t))return t;if(t==="function")return"Function";if(Array.isArray(e))return"Array";if(Bv(e))return"Buffer";let r=Cv(e);return r||"Object"}function Bv(e){return e&&e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer.call(null,e)}function Cv(e){let t=Object.prototype.toString.call(e).slice(8,-1);if(Sv.includes(t))return t}var T=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}};T.uint=new T(0,"uint",!0);T.negint=new T(1,"negint",!0);T.bytes=new T(2,"bytes",!0);T.string=new T(3,"string",!0);T.array=new T(4,"array",!1);T.map=new T(5,"map",!1);T.tag=new T(6,"tag",!1);T.float=new T(7,"float",!0);T.false=new T(7,"false",!0);T.true=new T(7,"true",!0);T.null=new T(7,"null",!0);T.undefined=new T(7,"undefined",!0);T.break=new T(7,"break",!0);var H=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 qn=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",Av=new TextDecoder,Tv=new TextEncoder;function Go(e){return qn&&globalThis.Buffer.isBuffer(e)}function I0(e){return e instanceof Uint8Array?Go(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e:Uint8Array.from(e)}var Oh=qn?(e,t,r)=>r-t>64?globalThis.Buffer.from(e.subarray(t,r)).toString("utf8"):Uh(e,t,r):(e,t,r)=>r-t>64?Av.decode(e.subarray(t,r)):Uh(e,t,r),Kh=qn?e=>e.length>64?globalThis.Buffer.from(e):kh(e):e=>e.length>64?Tv.encode(e):kh(e),$t=e=>Uint8Array.from(e),zn=qn?(e,t,r)=>Go(e)?new Uint8Array(e.subarray(t,r)):e.slice(t,r):(e,t,r)=>e.slice(t,r),Mh=qn?(e,t)=>(e=e.map(r=>r instanceof Uint8Array?r:globalThis.Buffer.from(r)),I0(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},Fh=qn?e=>globalThis.Buffer.allocUnsafe(e):e=>new Uint8Array(e);function Vh(e,t){if(Go(e)&&Go(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 kh(e,t=1/0){let r,n=e.length,i=null,o=[];for(let s=0;s<n;++s){if(r=e.charCodeAt(s),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&o.push(239,191,189);continue}else if(s+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 Uh(e,t,r){let n=[];for(;t<r;){let i=e[t],o=null,s=i>239?4:i>223?3:i>191?2:1;if(t+s<=r){let a,c,u,f;switch(s){case 1:i<128&&(o=i);break;case 2:a=e[t+1],(a&192)===128&&(f=(i&31)<<6|a&63,f>127&&(o=f));break;case 3:a=e[t+1],c=e[t+2],(a&192)===128&&(c&192)===128&&(f=(i&15)<<12|(a&63)<<6|c&63,f>2047&&(f<55296||f>57343)&&(o=f));break;case 4:a=e[t+1],c=e[t+2],u=e[t+3],(a&192)===128&&(c&192)===128&&(u&192)===128&&(f=(i&15)<<18|(a&63)<<12|(c&63)<<6|u&63,f>65535&&f<1114112&&(o=f))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),t+=s}return _v(n)}var Ph=4096;function _v(e){let t=e.length;if(t<=Ph)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=Ph));return r}var Iv=256,Ii=class{constructor(t=Iv){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=Fh(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=zn(n,0,this.cursor)}else r=Mh(this.chunks,this.cursor);return t&&this.reset(),r}};var J="CBOR decode error:",R0="CBOR encode error:",Ri=[];Ri[23]=1;Ri[24]=2;Ri[25]=3;Ri[26]=5;Ri[27]=9;function fr(e,t,r){if(e.length-t<r)throw new Error(`${J} not enough data for type`)}var He=[24,256,65536,4294967296,BigInt("18446744073709551616")];function ut(e,t,r){fr(e,t,1);let n=e[t];if(r.strict===!0&&n<He[0])throw new Error(`${J} integer encoded in more bytes than necessary (strict decode)`);return n}function ft(e,t,r){fr(e,t,2);let n=e[t]<<8|e[t+1];if(r.strict===!0&&n<He[1])throw new Error(`${J} integer encoded in more bytes than necessary (strict decode)`);return n}function lt(e,t,r){fr(e,t,4);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3];if(r.strict===!0&&n<He[2])throw new Error(`${J} integer encoded in more bytes than necessary (strict decode)`);return n}function ht(e,t,r){fr(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<He[3])throw new Error(`${J} 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(`${J} integers outside of the safe integer range are not supported`)}function qh(e,t,r,n){return new H(T.uint,ut(e,t+1,n),2)}function zh(e,t,r,n){return new H(T.uint,ft(e,t+1,n),3)}function Hh(e,t,r,n){return new H(T.uint,lt(e,t+1,n),5)}function Gh(e,t,r,n){return new H(T.uint,ht(e,t+1,n),9)}function bt(e,t){return Ze(e,0,t.value)}function Ze(e,t,r){if(r<He[0]){let n=Number(r);e.push([t|n])}else if(r<He[1]){let n=Number(r);e.push([t|24,n])}else if(r<He[2]){let n=Number(r);e.push([t|25,n>>>8,n&255])}else if(r<He[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<He[4]){let i=[t|27,0,0,0,0,0,0,0],o=Number(n&BigInt(4294967295)),s=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]=s&255,s=s>>8,i[3]=s&255,s=s>>8,i[2]=s&255,s=s>>8,i[1]=s&255,e.push(i)}else throw new Error(`${J} encountered BigInt larger than allowable range`)}}bt.encodedSize=function(t){return Ze.encodedSize(t.value)};Ze.encodedSize=function(t){return t<He[0]?1:t<He[1]?2:t<He[2]?3:t<He[3]?5:9};bt.compareTokens=function(t,r){return t.value<r.value?-1:t.value>r.value?1:0};function $h(e,t,r,n){return new H(T.negint,-1-ut(e,t+1,n),2)}function Wh(e,t,r,n){return new H(T.negint,-1-ft(e,t+1,n),3)}function Yh(e,t,r,n){return new H(T.negint,-1-lt(e,t+1,n),5)}var D0=BigInt(-1),Zh=BigInt(1);function Qh(e,t,r,n){let i=ht(e,t+1,n);if(typeof i!="bigint"){let o=-1-i;if(o>=Number.MIN_SAFE_INTEGER)return new H(T.negint,o,9)}if(n.allowBigInt!==!0)throw new Error(`${J} integers outside of the safe integer range are not supported`);return new H(T.negint,D0-BigInt(i),9)}function $o(e,t){let r=t.value,n=typeof r=="bigint"?r*D0-Zh:r*-1-1;Ze(e,t.type.majorEncoded,n)}$o.encodedSize=function(t){let r=t.value,n=typeof r=="bigint"?r*D0-Zh:r*-1-1;return n<He[0]?1:n<He[1]?2:n<He[2]?3:n<He[3]?5:9};$o.compareTokens=function(t,r){return t.value<r.value?1:t.value>r.value?-1:0};function Di(e,t,r,n){fr(e,t,r+n);let i=zn(e,t+r,t+r+n);return new H(T.bytes,i,r+n)}function Xh(e,t,r,n){return Di(e,t,1,r)}function Jh(e,t,r,n){return Di(e,t,2,ut(e,t+1,n))}function jh(e,t,r,n){return Di(e,t,3,ft(e,t+1,n))}function ed(e,t,r,n){return Di(e,t,5,lt(e,t+1,n))}function td(e,t,r,n){let i=ht(e,t+1,n);if(typeof i=="bigint")throw new Error(`${J} 64-bit integer bytes lengths not supported`);return Di(e,t,9,i)}function Wo(e){return e.encodedBytes===void 0&&(e.encodedBytes=e.type===T.string?Kh(e.value):e.value),e.encodedBytes}function Hn(e,t){let r=Wo(t);Ze(e,t.type.majorEncoded,r.length),e.push(r)}Hn.encodedSize=function(t){let r=Wo(t);return Ze.encodedSize(r.length)+r.length};Hn.compareTokens=function(t,r){return Dv(Wo(t),Wo(r))};function Dv(e,t){return e.length<t.length?-1:e.length>t.length?1:Vh(e,t)}function Ni(e,t,r,n,i){let o=r+n;fr(e,t,o);let s=new H(T.string,Oh(e,t+r,t+o),o);return i.retainStringBytes===!0&&(s.byteValue=zn(e,t+r,t+o)),s}function rd(e,t,r,n){return Ni(e,t,1,r,n)}function nd(e,t,r,n){return Ni(e,t,2,ut(e,t+1,n),n)}function id(e,t,r,n){return Ni(e,t,3,ft(e,t+1,n),n)}function od(e,t,r,n){return Ni(e,t,5,lt(e,t+1,n),n)}function sd(e,t,r,n){let i=ht(e,t+1,n);if(typeof i=="bigint")throw new Error(`${J} 64-bit integer string lengths not supported`);return Ni(e,t,9,i,n)}var ad=Hn;function Gn(e,t,r,n){return new H(T.array,n,r)}function cd(e,t,r,n){return Gn(e,t,1,r)}function ud(e,t,r,n){return Gn(e,t,2,ut(e,t+1,n))}function fd(e,t,r,n){return Gn(e,t,3,ft(e,t+1,n))}function ld(e,t,r,n){return Gn(e,t,5,lt(e,t+1,n))}function hd(e,t,r,n){let i=ht(e,t+1,n);if(typeof i=="bigint")throw new Error(`${J} 64-bit integer array lengths not supported`);return Gn(e,t,9,i)}function dd(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${J} indefinite length items not allowed`);return Gn(e,t,1,1/0)}function Yo(e,t){Ze(e,T.array.majorEncoded,t.value)}Yo.compareTokens=bt.compareTokens;Yo.encodedSize=function(t){return Ze.encodedSize(t.value)};function $n(e,t,r,n){return new H(T.map,n,r)}function pd(e,t,r,n){return $n(e,t,1,r)}function yd(e,t,r,n){return $n(e,t,2,ut(e,t+1,n))}function gd(e,t,r,n){return $n(e,t,3,ft(e,t+1,n))}function md(e,t,r,n){return $n(e,t,5,lt(e,t+1,n))}function xd(e,t,r,n){let i=ht(e,t+1,n);if(typeof i=="bigint")throw new Error(`${J} 64-bit integer map lengths not supported`);return $n(e,t,9,i)}function vd(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${J} indefinite length items not allowed`);return $n(e,t,1,1/0)}function Zo(e,t){Ze(e,T.map.majorEncoded,t.value)}Zo.compareTokens=bt.compareTokens;Zo.encodedSize=function(t){return Ze.encodedSize(t.value)};function bd(e,t,r,n){return new H(T.tag,r,1)}function wd(e,t,r,n){return new H(T.tag,ut(e,t+1,n),2)}function Ed(e,t,r,n){return new H(T.tag,ft(e,t+1,n),3)}function Sd(e,t,r,n){return new H(T.tag,lt(e,t+1,n),5)}function Bd(e,t,r,n){return new H(T.tag,ht(e,t+1,n),9)}function Qo(e,t){Ze(e,T.tag.majorEncoded,t.value)}Qo.compareTokens=bt.compareTokens;Qo.encodedSize=function(t){return Ze.encodedSize(t.value)};var Ov=20,Kv=21,Mv=22,Fv=23;function Cd(e,t,r,n){if(n.allowUndefined===!1)throw new Error(`${J} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new H(T.null,null,1):new H(T.undefined,void 0,1)}function Ad(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${J} indefinite length items not allowed`);return new H(T.break,void 0,1)}function N0(e,t,r){if(r){if(r.allowNaN===!1&&Number.isNaN(e))throw new Error(`${J} NaN values are not supported`);if(r.allowInfinity===!1&&(e===1/0||e===-1/0))throw new Error(`${J} Infinity values are not supported`)}return new H(T.float,e,t)}function Td(e,t,r,n){return N0(L0(e,t+1),3,n)}function _d(e,t,r,n){return N0(k0(e,t+1),5,n)}function Id(e,t,r,n){return N0(Ld(e,t+1),9,n)}function Xo(e,t,r){let n=t.value;if(n===!1)e.push([T.float.majorEncoded|Ov]);else if(n===!0)e.push([T.float.majorEncoded|Kv]);else if(n===null)e.push([T.float.majorEncoded|Mv]);else if(n===void 0)e.push([T.float.majorEncoded|Fv]);else{let i,o=!1;(!r||r.float64!==!0)&&(Dd(n),i=L0(Dt,1),n===i||Number.isNaN(n)?(Dt[0]=249,e.push(Dt.slice(0,3)),o=!0):(Nd(n),i=k0(Dt,1),n===i&&(Dt[0]=250,e.push(Dt.slice(0,5)),o=!0))),o||(Vv(n),i=Ld(Dt,1),Dt[0]=251,e.push(Dt.slice(0,9)))}}Xo.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){Dd(n);let i=L0(Dt,1);if(n===i||Number.isNaN(n))return 3;if(Nd(n),i=k0(Dt,1),n===i)return 5}return 9};var Rd=new ArrayBuffer(9),wt=new DataView(Rd,1),Dt=new Uint8Array(Rd,0);function Dd(e){if(e===1/0)wt.setUint16(0,31744,!1);else if(e===-1/0)wt.setUint16(0,64512,!1);else if(Number.isNaN(e))wt.setUint16(0,32256,!1);else{wt.setFloat32(0,e);let t=wt.getUint32(0),r=(t&2139095040)>>23,n=t&8388607;if(r===255)wt.setUint16(0,31744,!1);else if(r===0)wt.setUint16(0,(e&2147483648)>>16|n>>13,!1);else{let i=r-127;i<-24?wt.setUint16(0,0):i<-14?wt.setUint16(0,(t&2147483648)>>16|1<<24+i,!1):wt.setUint16(0,(t&2147483648)>>16|i+15<<10|n>>13,!1)}}}function L0(e,t){if(e.length-t<2)throw new Error(`${J} 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 Nd(e){wt.setFloat32(0,e,!1)}function k0(e,t){if(e.length-t<4)throw new Error(`${J} not enough data for float32`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,4).getFloat32(0,!1)}function Vv(e){wt.setFloat64(0,e,!1)}function Ld(e,t){if(e.length-t<8)throw new Error(`${J} not enough data for float64`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,8).getFloat64(0,!1)}Xo.compareTokens=bt.compareTokens;function he(e,t,r){throw new Error(`${J} encountered invalid minor (${r}) for major ${e[t]>>>5}`)}function Jo(e){return()=>{throw new Error(`${J} ${e}`)}}var K=[];for(let e=0;e<=23;e++)K[e]=he;K[24]=qh;K[25]=zh;K[26]=Hh;K[27]=Gh;K[28]=he;K[29]=he;K[30]=he;K[31]=he;for(let e=32;e<=55;e++)K[e]=he;K[56]=$h;K[57]=Wh;K[58]=Yh;K[59]=Qh;K[60]=he;K[61]=he;K[62]=he;K[63]=he;for(let e=64;e<=87;e++)K[e]=Xh;K[88]=Jh;K[89]=jh;K[90]=ed;K[91]=td;K[92]=he;K[93]=he;K[94]=he;K[95]=Jo("indefinite length bytes/strings are not supported");for(let e=96;e<=119;e++)K[e]=rd;K[120]=nd;K[121]=id;K[122]=od;K[123]=sd;K[124]=he;K[125]=he;K[126]=he;K[127]=Jo("indefinite length bytes/strings are not supported");for(let e=128;e<=151;e++)K[e]=cd;K[152]=ud;K[153]=fd;K[154]=ld;K[155]=hd;K[156]=he;K[157]=he;K[158]=he;K[159]=dd;for(let e=160;e<=183;e++)K[e]=pd;K[184]=yd;K[185]=gd;K[186]=md;K[187]=xd;K[188]=he;K[189]=he;K[190]=he;K[191]=vd;for(let e=192;e<=215;e++)K[e]=bd;K[216]=wd;K[217]=Ed;K[218]=Sd;K[219]=Bd;K[220]=he;K[221]=he;K[222]=he;K[223]=he;for(let e=224;e<=243;e++)K[e]=Jo("simple values are not supported");K[244]=he;K[245]=he;K[246]=he;K[247]=Cd;K[248]=Jo("simple values are not supported");K[249]=Td;K[250]=_d;K[251]=Id;K[252]=he;K[253]=he;K[254]=he;K[255]=Ad;var Nt=[];for(let e=0;e<24;e++)Nt[e]=new H(T.uint,e,1);for(let e=-1;e>=-24;e--)Nt[31-e]=new H(T.negint,e,1);Nt[64]=new H(T.bytes,new Uint8Array(0),1);Nt[96]=new H(T.string,"",1);Nt[128]=new H(T.array,0,1);Nt[160]=new H(T.map,0,1);Nt[244]=new H(T.false,!1,1);Nt[245]=new H(T.true,!0,1);Nt[246]=new H(T.null,null,1);function kd(e){switch(e.type){case T.false:return $t([244]);case T.true:return $t([245]);case T.null:return $t([246]);case T.bytes:return e.value.length?void 0:$t([64]);case T.string:return e.value===""?$t([96]):void 0;case T.array:return e.value===0?$t([128]):void 0;case T.map:return e.value===0?$t([160]):void 0;case T.uint:return e.value<24?$t([Number(e.value)]):void 0;case T.negint:if(e.value>=-24)return $t([31-Number(e.value)])}}var zv={float64:!1,mapSorter:$v,quickEncodeToken:kd};function Hv(){let e=[];return e[T.uint.major]=bt,e[T.negint.major]=$o,e[T.bytes.major]=Hn,e[T.string.major]=ad,e[T.array.major]=Yo,e[T.map.major]=Zo,e[T.tag.major]=Qo,e[T.float.major]=Xo,e}var Ud=Hv(),U0=new Ii,es=class e{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(`${R0} object contains circular references`);return new e(r,t)}},Lr={null:new H(T.null,null),undefined:new H(T.undefined,void 0),true:new H(T.true,!0),false:new H(T.false,!1),emptyArray:new H(T.array,0),emptyMap:new H(T.map,0)},kr={number(e,t,r,n){return!Number.isInteger(e)||!Number.isSafeInteger(e)?new H(T.float,e):e>=0?new H(T.uint,e):new H(T.negint,e)},bigint(e,t,r,n){return e>=BigInt(0)?new H(T.uint,e):new H(T.negint,e)},Uint8Array(e,t,r,n){return new H(T.bytes,e)},string(e,t,r,n){return new H(T.string,e)},boolean(e,t,r,n){return e?Lr.true:Lr.false},null(e,t,r,n){return Lr.null},undefined(e,t,r,n){return Lr.undefined},ArrayBuffer(e,t,r,n){return new H(T.bytes,new Uint8Array(e))},DataView(e,t,r,n){return new H(T.bytes,new Uint8Array(e.buffer,e.byteOffset,e.byteLength))},Array(e,t,r,n){if(!e.length)return r.addBreakTokens===!0?[Lr.emptyArray,new H(T.break)]:Lr.emptyArray;n=es.createCheck(n,e);let i=[],o=0;for(let s of e)i[o++]=jo(s,r,n);return r.addBreakTokens?[new H(T.array,e.length),i,new H(T.break)]:[new H(T.array,e.length),i]},Object(e,t,r,n){let i=t!=="Object",o=i?e.keys():Object.keys(e),s=i?e.size:o.length;if(!s)return r.addBreakTokens===!0?[Lr.emptyMap,new H(T.break)]:Lr.emptyMap;n=es.createCheck(n,e);let a=[],c=0;for(let u of o)a[c++]=[jo(u,r,n),jo(i?e.get(u):e[u],r,n)];return Gv(a,r),r.addBreakTokens?[new H(T.map,s),a,new H(T.break)]:[new H(T.map,s),a]}};kr.Map=kr.Object;kr.Buffer=kr.Uint8Array;for(let e of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))kr[`${e}Array`]=kr.DataView;function jo(e,t={},r){let n=Lh(e),i=t&&t.typeEncoders&&t.typeEncoders[n]||kr[n];if(typeof i=="function"){let s=i(e,n,t,r);if(s!=null)return s}let o=kr[n];if(!o)throw new Error(`${R0} unsupported type: ${n}`);return o(e,n,t,r)}function Gv(e,t){t.mapSorter&&e.sort(t.mapSorter)}function $v(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=Ud[i].compareTokens(r,n);return o===0&&console.warn("WARNING: complex key types used, CBOR key sorting guarantees are gone"),o}function Pd(e,t,r,n){if(Array.isArray(t))for(let i of t)Pd(e,i,r,n);else r[t.type.major](e,t,n)}function Wv(e,t,r){let n=jo(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 s=o.encodedSize(n,r),a=new Ii(s);if(o(a,n,r),a.chunks.length!==1)throw new Error(`Unexpected error: pre-calculated length for ${n} was wrong`);return I0(a.chunks[0])}}return U0.reset(),Pd(U0,n,t,r),U0.toBytes(!0)}function P0(e,t){return t=Object.assign({},zv,t),Wv(e,Ud,t)}var Yv={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},O0=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=Nt[t];if(r===void 0){let n=K[t];if(!n)throw new Error(`${J} 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}},Li=Symbol.for("DONE"),ts=Symbol.for("BREAK");function Zv(e,t,r){let n=[];for(let i=0;i<e.value;i++){let o=ki(t,r);if(o===ts){if(e.value===1/0)break;throw new Error(`${J} got unexpected break to lengthed array`)}if(o===Li)throw new Error(`${J} found array but not enough entries (got ${i}, expected ${e.value})`);n[i]=o}return n}function Qv(e,t,r){let n=r.useMaps===!0,i=n?void 0:{},o=n?new Map:void 0;for(let s=0;s<e.value;s++){let a=ki(t,r);if(a===ts){if(e.value===1/0)break;throw new Error(`${J} got unexpected break to lengthed map`)}if(a===Li)throw new Error(`${J} found map but not enough entries (got ${s} [no key], expected ${e.value})`);if(n!==!0&&typeof a!="string")throw new Error(`${J} non-string keys not supported (got ${typeof a})`);if(r.rejectDuplicateMapKeys===!0&&(n&&o.has(a)||!n&&a in i))throw new Error(`${J} found repeat map key "${a}"`);let c=ki(t,r);if(c===Li)throw new Error(`${J} found map but not enough entries (got ${s} [no value], expected ${e.value})`);n?o.set(a,c):i[a]=c}return n?o:i}function ki(e,t){if(e.done())return Li;let r=e.next();if(r.type===T.break)return ts;if(r.type.terminal)return r.value;if(r.type===T.array)return Zv(r,e,t);if(r.type===T.map)return Qv(r,e,t);if(r.type===T.tag){if(t.tags&&typeof t.tags[r.value]=="function"){let n=ki(e,t);return t.tags[r.value](n)}throw new Error(`${J} tag not supported (${r.value})`)}throw new Error("unsupported")}function K0(e,t){if(!(e instanceof Uint8Array))throw new Error(`${J} data to decode must be a Uint8Array`);t=Object.assign({},Yv,t);let r=t.tokenizer||new O0(e,t),n=ki(r,t);if(n===Li)throw new Error(`${J} did not find any content to decode`);if(n===ts)throw new Error(`${J} got unexpected break`);if(!r.done())throw new Error(`${J} too many terminals, data makes no sense`);return n}var Wn=ve(zo(),1);var Od=pr("ipns:utils"),Kd=Te("/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),s=parseInt(r[4],10),a=parseInt(r[5],10),c=parseInt(r[6],10),u=parseInt(r[7].slice(0,-6),10);return new Date(Date.UTC(n,i,o,s,a,c,u))}var M0=async(e,t)=>{if(t==null||e==null){let n=new Error("one or more of the provided parameters are not defined");throw Od.error(n),(0,Wn.default)(n,B0)}let r;if(t.pubKey!=null){try{r=E0(t.pubKey)}catch(i){throw Od.error(i),i}if(!(await Nh(t.pubKey)).equals(e))throw(0,Wn.default)(new Error("Embedded public key did not match PeerID"),Ah)}else e.publicKey!=null&&(r=E0(e.publicKey));if(r!=null)return r;throw(0,Wn.default)(new Error("no public key is available"),B0)},Md=(e,t,r)=>{let n=Te(t);return At([e,r,n])},rs=e=>{let t=Te("ipns-signature:");return At([t,e])},F0=e=>nt.encode(e),Yn=e=>{let t=nt.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??nt.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}},ns=e=>At([Kd,e.toBytes()]),V0=e=>_0(e.slice(Kd.length)),Fd=(e,t,r,n,i)=>{let o;if(r===nt.ValidityType.EOL)o=0;else throw(0,Wn.default)(new Error("Unknown validity type"),Ti);return P0({Value:e,Validity:t,ValidityType:o,Sequence:n,TTL:i})},Vd=e=>{let t=K0(e);if(t.ValidityType===0)t.ValidityType=nt.ValidityType.EOL;else throw(0,Wn.default)(new Error("Unknown validity type"),Ti);return Number.isInteger(t.Sequence)&&(t.Sequence=BigInt(t.Sequence)),Number.isInteger(t.TTL)&&(t.TTL=BigInt(t.TTL)),t};var zd=pr("ipns"),Jv=Vt.code,jv="/ipns/",T6=jv.length,Hd=async(e,t,r,n)=>{let i=new qd.default(Date.now()+Number(n)),o=nt.ValidityType.EOL,[s,a]=n.toString().split("."),c=BigInt(s)*BigInt(1e5)+BigInt(a??"0");return eb(e,t,r,o,i,c)};var eb=async(e,t,r,n,i,o)=>{r=BigInt(r);let s=Te(i.toString());if(e.privateKey==null)throw(0,q0.default)(new Error("Missing private key"),Th);let a=await gh(e.privateKey),c=await tb(a,t,n,s),u=Fd(t,s,n,r,o),f=rs(u),l=await a.sign(f),h={value:t,signature:c,validityType:n,validity:s,sequence:r,ttl:o,signatureV2:l,data:u};if(e.publicKey!=null){let g=Gr(e.toBytes());(g.code!==Jv||!Le(e.publicKey,g.digest))&&(h.pubKey=e.publicKey)}return zd("ipns entry for %b created",t),h};var tb=async(e,t,r,n)=>{try{let i=Md(t,r,n);return await e.sign(i)}catch(i){throw zd.error("record signature creation failed",i),(0,q0.default)(new Error("record signature creation failed"),Sh)}};var is=(e,t)=>{let r=t.map((n,i)=>({entry:nt.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,s=i.entry.sequence??0n;if(o>s)return-1;if(o<s)return 1;let a=n.entry.validity??new Uint8Array(0),c=i.entry.validity??new Uint8Array(0),u=Ui(Ae(a)),f=Ui(Ae(c));return u.getTime()>f.getTime()?-1:u.getTime()<f.getTime()?1:0}),r[0].index};var dt=ve(zo(),1);var Pi=pr("ipns:validator"),rb=1024*10,nb=async(e,t)=>{let{value:r,validityType:n,validity:i}=t,o,s;if(t.signatureV2!=null&&t.data!=null)s=t.signatureV2,o=rs(t.data),ib(t);else throw(0,dt.default)(new Error("missing data or signatureV2"),Nr);let a;try{a=await e.verify(o,s)}catch{a=!1}if(!a)throw Pi.error("record signature verification failed"),(0,dt.default)(new Error("record signature verification failed"),Nr);if(i!=null&&n===nt.ValidityType.EOL){let c;try{c=Ui(Ae(i))}catch{throw Pi.error("unrecognized validity format (not an rfc3339 format)"),(0,dt.default)(new Error("unrecognized validity format (not an rfc3339 format)"),Bh)}if(c.getTime()<Date.now())throw Pi.error("record has expired"),(0,dt.default)(new Error("record has expired"),Eh)}else if(n!=null)throw Pi.error("unrecognized validity type"),(0,dt.default)(new Error("unrecognized validity type"),Ti);Pi("ipns entry for %b is valid",r)},ib=e=>{if(e.data==null)throw(0,dt.default)(new Error("Record data is missing"),Ch);let t=Vd(e.data);if(!Le(t.Value,e.value))throw(0,dt.default)(new Error('Field "value" did not match between protobuf and CBOR'),Nr);if(!Le(t.Validity,e.validity))throw(0,dt.default)(new Error('Field "validity" did not match between protobuf and CBOR'),Nr);if(t.ValidityType!==e.validityType)throw(0,dt.default)(new Error('Field "validityType" did not match between protobuf and CBOR'),Nr);if(t.Sequence!==e.sequence)throw(0,dt.default)(new Error('Field "sequence" did not match between protobuf and CBOR'),Nr);if(t.TTL!==e.ttl)throw(0,dt.default)(new Error('Field "ttl" did not match between protobuf and CBOR'),Nr)},z0=async(e,t)=>{if(t.byteLength>rb)throw(0,dt.default)(new Error("record too large"),_h);let r=V0(e),n=Yn(t),i=await M0(r,n);await nb(i,n)};var Wt=class extends Event{constructor(t,r){super(t),this.detail=r}};var Oi;(function(e){let t;e.codec=()=>(t==null&&(t=Ir((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.key!=null&&r.key.byteLength>0&&(n.uint32(10),n.bytes(r.key)),r.value!=null&&r.value.byteLength>0&&(n.uint32(18),n.bytes(r.value)),r.timeReceived!=null&&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 s=r.uint32();switch(s>>>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(s&7);break}}return i})),t),e.encode=r=>_r(r,e.codec()),e.decode=r=>Tr(r,e.codec())})(Oi||(Oi={}));function Gd(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"),s=String(e.getUTCSeconds()).padStart(2,"0"),a=e.getUTCMilliseconds(),c=String(a*1e3*1e3).padStart(9,"0");return`${t}-${r}-${n}T${i}:${o}:${s}.${c}Z`}function $d(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),s=parseInt(r[4],10),a=parseInt(r[5],10),c=parseInt(r[6],10),u=parseInt(r[7].slice(0,-6),10);return new Date(Date.UTC(n,i,o,s,a,c,u))}var Ki=class e{key;value;timeReceived;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 Oi.encode(this.prepareSerialize())}prepareSerialize(){return{key:this.key,value:this.value,timeReceived:Gd(this.timeReceived)}}static deserialize(t){let r=Oi.decode(t);return new e(r.key,r.value,new Date(r.timeReceived))}static fromDeserialized(t){let r=$d(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 e(t.key,t.value,r)}};function H0(e){return new Kn("/dht/record/"+Ae(e,"base32"),!1)}function Wd(e){return{async put(t,r,n={}){try{let i=H0(t),o=new Ki(t,r,new Date);n.onProgress?.(new Wt("ipns:routing:datastore:put")),await e.put(i,o.serialize(),n)}catch(i){throw n.onProgress?.(new Wt("ipns:routing:datastore:error",i)),i}},async get(t,r={}){try{let n=H0(t);r.onProgress?.(new Wt("ipns:routing:datastore:get"));let i=await e.get(n,r);return Ki.deserialize(i).value}catch(n){throw r.onProgress?.(new Wt("ipns:routing:datastore:error",n)),n}},async has(t,r={}){let n=H0(t);return e.has(n,r)}}}var $0=ve(Zd(),1);var Fi=class extends Error{constructor(t){super(t),this.name="TimeoutError"}},W0=class extends Error{constructor(t){super(),this.name="AbortError",this.message=t}},Qd=e=>globalThis.DOMException===void 0?new W0(e):new DOMException(e),Xd=e=>{let t=e.reason===void 0?Qd("This operation was aborted."):e.reason;return t instanceof Error?t:Qd(t)};function Y0(e,t,r,n){let i,o=new Promise((s,a)=>{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){s(e);return}if(n={customTimers:{setTimeout,clearTimeout},...n},n.signal){let{signal:c}=n;c.aborted&&a(Xd(c)),c.addEventListener("abort",()=>{a(Xd(c))})}i=n.customTimers.setTimeout.call(void 0,()=>{if(typeof r=="function"){try{s(r())}catch(f){a(f)}return}let c=typeof r=="string"?r:`Promise timed out after ${t} milliseconds`,u=r instanceof Error?r:new Fi(c);typeof e.cancel=="function"&&e.cancel(),a(u)},t),(async()=>{try{s(await e)}catch(c){a(c)}finally{n.customTimers.clearTimeout.call(void 0,i)}})()});return o.clear=()=>{clearTimeout(i),i=void 0},o}function Z0(e,t,r){let n=0,i=e.length;for(;i>0;){let o=Math.trunc(i/2),s=n+o;r(e[s],t)<=0?(n=++s,i-=o+1):i=o}return n}var sn=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)},lr,Q0=class{constructor(){lr.set(this,[])}enqueue(t,r){r={priority:0,...r};let n={priority:r.priority,run:t};if(this.size&&sn(this,lr,"f")[this.size-1].priority>=r.priority){sn(this,lr,"f").push(n);return}let i=Z0(sn(this,lr,"f"),n,(o,s)=>s.priority-o.priority);sn(this,lr,"f").splice(i,0,n)}dequeue(){let t=sn(this,lr,"f").shift();return t?.run}filter(t){return sn(this,lr,"f").filter(r=>r.priority===t.priority).map(r=>r.run)}get size(){return sn(this,lr,"f").length}};lr=new WeakMap;var Jd=Q0;var _e=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},G=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)},Ue,qi,zi,Pr,ls,Hi,ss,Lt,Vi,pt,as,yt,Gi,Ur,cs,jd,ep,np,tp,rp,us,X0,J0,hs,ip,fs,ds=class extends Error{},j0=class extends $0.default{constructor(t){var r,n,i,o;if(super(),Ue.add(this),qi.set(this,void 0),zi.set(this,void 0),Pr.set(this,0),ls.set(this,void 0),Hi.set(this,void 0),ss.set(this,0),Lt.set(this,void 0),Vi.set(this,void 0),pt.set(this,void 0),as.set(this,void 0),yt.set(this,0),Gi.set(this,void 0),Ur.set(this,void 0),cs.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:Jd,...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})`);_e(this,qi,t.carryoverConcurrencyCount,"f"),_e(this,zi,t.intervalCap===Number.POSITIVE_INFINITY||t.interval===0,"f"),_e(this,ls,t.intervalCap,"f"),_e(this,Hi,t.interval,"f"),_e(this,pt,new t.queueClass,"f"),_e(this,as,t.queueClass,"f"),this.concurrency=t.concurrency,this.timeout=t.timeout,_e(this,cs,t.throwOnTimeout===!0,"f"),_e(this,Ur,t.autoStart===!1,"f")}get concurrency(){return G(this,Gi,"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})`);_e(this,Gi,t,"f"),G(this,Ue,"m",hs).call(this)}async add(t,r={}){return r={timeout:this.timeout,throwOnTimeout:G(this,cs,"f"),...r},new Promise((n,i)=>{G(this,pt,"f").enqueue(async()=>{var o,s,a;_e(this,yt,(s=G(this,yt,"f"),s++,s),"f"),_e(this,Pr,(a=G(this,Pr,"f"),a++,a),"f");try{if(!((o=r.signal)===null||o===void 0)&&o.aborted)throw new ds("The task was aborted.");let c=t({signal:r.signal});r.timeout&&(c=Y0(Promise.resolve(c),r.timeout)),r.signal&&(c=Promise.race([c,G(this,Ue,"m",ip).call(this,r.signal)]));let u=await c;n(u),this.emit("completed",u)}catch(c){if(c instanceof Fi&&!r.throwOnTimeout){n();return}i(c),this.emit("error",c)}finally{G(this,Ue,"m",np).call(this)}},r),this.emit("add"),G(this,Ue,"m",us).call(this)})}async addAll(t,r){return Promise.all(t.map(async n=>this.add(n,r)))}start(){return G(this,Ur,"f")?(_e(this,Ur,!1,"f"),G(this,Ue,"m",hs).call(this),this):this}pause(){_e(this,Ur,!0,"f")}clear(){_e(this,pt,new(G(this,as,"f")),"f")}async onEmpty(){G(this,pt,"f").size!==0&&await G(this,Ue,"m",fs).call(this,"empty")}async onSizeLessThan(t){G(this,pt,"f").size<t||await G(this,Ue,"m",fs).call(this,"next",()=>G(this,pt,"f").size<t)}async onIdle(){G(this,yt,"f")===0&&G(this,pt,"f").size===0||await G(this,Ue,"m",fs).call(this,"idle")}get size(){return G(this,pt,"f").size}sizeBy(t){return G(this,pt,"f").filter(t).length}get pending(){return G(this,yt,"f")}get isPaused(){return G(this,Ur,"f")}};qi=new WeakMap,zi=new WeakMap,Pr=new WeakMap,ls=new WeakMap,Hi=new WeakMap,ss=new WeakMap,Lt=new WeakMap,Vi=new WeakMap,pt=new WeakMap,as=new WeakMap,yt=new WeakMap,Gi=new WeakMap,Ur=new WeakMap,cs=new WeakMap,Ue=new WeakSet,jd=function(){return G(this,zi,"f")||G(this,Pr,"f")<G(this,ls,"f")},ep=function(){return G(this,yt,"f")<G(this,Gi,"f")},np=function(){var t;_e(this,yt,(t=G(this,yt,"f"),t--,t),"f"),G(this,Ue,"m",us).call(this),this.emit("next")},tp=function(){G(this,Ue,"m",J0).call(this),G(this,Ue,"m",X0).call(this),_e(this,Vi,void 0,"f")},rp=function(){let t=Date.now();if(G(this,Lt,"f")===void 0){let r=G(this,ss,"f")-t;if(r<0)_e(this,Pr,G(this,qi,"f")?G(this,yt,"f"):0,"f");else return G(this,Vi,"f")===void 0&&_e(this,Vi,setTimeout(()=>{G(this,Ue,"m",tp).call(this)},r),"f"),!0}return!1},us=function(){if(G(this,pt,"f").size===0)return G(this,Lt,"f")&&clearInterval(G(this,Lt,"f")),_e(this,Lt,void 0,"f"),this.emit("empty"),G(this,yt,"f")===0&&this.emit("idle"),!1;if(!G(this,Ur,"f")){let t=!G(this,Ue,"a",rp);if(G(this,Ue,"a",jd)&&G(this,Ue,"a",ep)){let r=G(this,pt,"f").dequeue();return r?(this.emit("active"),r(),t&&G(this,Ue,"m",X0).call(this),!0):!1}}return!1},X0=function(){G(this,zi,"f")||G(this,Lt,"f")!==void 0||(_e(this,Lt,setInterval(()=>{G(this,Ue,"m",J0).call(this)},G(this,Hi,"f")),"f"),_e(this,ss,Date.now()+G(this,Hi,"f"),"f"))},J0=function(){G(this,Pr,"f")===0&&G(this,yt,"f")===0&&G(this,Lt,"f")&&(clearInterval(G(this,Lt,"f")),_e(this,Lt,void 0,"f")),_e(this,Pr,G(this,qi,"f")?G(this,yt,"f"):0,"f"),G(this,Ue,"m",hs).call(this)},hs=function(){for(;G(this,Ue,"m",us).call(this););},ip=async function(t){return new Promise((r,n)=>{t.addEventListener("abort",()=>{n(new ds("The task was aborted."))},{once:!0})})},fs=async function(t,r){return new Promise(n=>{let i=()=>{r&&!r()||(this.off(t,i),n())};this.on(t,i)})};var op=j0;var cp=ve(ap(),1),ps=class{lru;constructor(t){this.lru=(0,cp.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 ec=new ps(1e3),cb=60*1e3,ub=new op({concurrency:4}),up=e=>{if(e.Path!=null)return e.Path;throw new Error(e.Message)};async function fp(e,t={}){return(async(n,i={})=>{let o=new URLSearchParams(i);o.set("arg",n);let s=o.toString();if(i.nocache!==!0&&ec.has(s)){let c=ec.get(s);if(c!=null)return up(c)}let a=await ub.add(async()=>{let c=await fetch(`https://ipfs.io/api/v0/dns?${o}`),u=new URL(c.url).search.slice(1),f=await c.json();return ec.set(u,f,cb),f});return up(a)})(e,t)}var ys=pr("helia:ipns"),fb=60*1e3,lp=60*fb,lb=24*lp,tc=23*lp,rc=class{routers;localStore;timeout;constructor(t,r=[]){this.routers=r,this.localStore=Wd(t.datastore)}async publish(t,r,n={}){try{let i=1n,o=ns(t);if(await this.localStore.has(o,n)){let f=await this.localStore.get(o,n);i=Yn(f).sequence+1n}let s;hc(r)?s=`/ipns/${r.toString()}`:s=`/ipfs/${r.toString()}`;let a=Te(s),c=await Hd(t,a,i,n.lifetime??lb),u=F0(c);return await this.localStore.put(o,u,n),n.offline!==!0&&await Promise.all(this.routers.map(async f=>{await f.put(o,u,n)})),c}catch(i){throw n.onProgress?.(new Wt("ipns:publish:error",i)),i}}async resolve(t,r={}){let n=ns(t),i=await this.#t(n,r),o=Ae(i.value);return this.#e(o,r)}async resolveDns(t,r={}){let n=await fp(t,r);return this.#e(n,r)}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 Wt("ipns:republish:start"));let o=Date.now()-n,s=tc-o;s<0&&(s=t.interval??tc),setTimeout(()=>{r().catch(a=>{ys.error("error republishing",a)})},s)}this.timeout=setTimeout(()=>{r().catch(n=>{ys.error("error republishing",n)})},t.interval??tc)}async#e(t,r={}){let n=t.split("/");if(n.length===3){let i=n[1];if(i==="ipns")return this.resolve($s(n[2]),r);if(i==="ipfs")return er.parse(n[2])}throw ys.error("invalid ipfs path %s",t),new Error("Invalid value")}async#t(t,r={}){let n=[this.localStore,...this.routers];r.offline===!0&&(n=[this.localStore]);let i=[];if(await Promise.all(n.map(async s=>{try{let a=await s.get(t,r);await z0(t,a),i.push(a)}catch(a){ys.error("error finding IPNS record",a)}})),i.length===0)throw new Qn("Could not find record for routing key","ERR_NOT_FOUND");let o=i[is(t,i)];return await this.localStore.put(t,o,r),Yn(o)}};function hb(e,t=[]){return new rc(e,t)}return Cp(db);})();
17
17
  /*! Bundled license information:
18
18
 
19
19
  @noble/hashes/esm/utils.js: