@helia/verified-fetch 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.min.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.HeliaVerifiedFetch = factory()}(typeof self !== 'undefined' ? self : this, function () {
|
|
2
|
-
"use strict";var HeliaVerifiedFetch=(()=>{var GE=Object.create;var Ia=Object.defineProperty;var qE=Object.getOwnPropertyDescriptor;var WE=Object.getOwnPropertyNames;var YE=Object.getPrototypeOf,jE=Object.prototype.hasOwnProperty;var le=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Be=(r,e)=>{for(var t in e)Ia(r,t,{get:e[t],enumerable:!0})},_p=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of WE(e))!jE.call(r,i)&&i!==t&&Ia(r,i,{get:()=>e[i],enumerable:!(n=qE(e,i))||n.enumerable});return r};var Q=(r,e,t)=>(t=r!=null?GE(YE(r)):{},_p(e||!r||!r.__esModule?Ia(t,"default",{value:r,enumerable:!0}):t,r)),XE=r=>_p(Ia({},"__esModule",{value:!0}),r);var Fu=le((RB,Hp)=>{var Yi=1e3,ji=Yi*60,Xi=ji*60,fi=Xi*24,Mx=fi*7,Hx=fi*365.25;Hp.exports=function(r,e){e=e||{};var t=typeof r;if(t==="string"&&r.length>0)return $x(r);if(t==="number"&&isFinite(r))return e.long?Kx(r):zx(r);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(r))};function $x(r){if(r=String(r),!(r.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(r);if(e){var t=parseFloat(e[1]),n=(e[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return t*Hx;case"weeks":case"week":case"w":return t*Mx;case"days":case"day":case"d":return t*fi;case"hours":case"hour":case"hrs":case"hr":case"h":return t*Xi;case"minutes":case"minute":case"mins":case"min":case"m":return t*ji;case"seconds":case"second":case"secs":case"sec":case"s":return t*Yi;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return t;default:return}}}}function zx(r){var e=Math.abs(r);return e>=fi?Math.round(r/fi)+"d":e>=Xi?Math.round(r/Xi)+"h":e>=ji?Math.round(r/ji)+"m":e>=Yi?Math.round(r/Yi)+"s":r+"ms"}function Kx(r){var e=Math.abs(r);return e>=fi?Ra(r,e,fi,"day"):e>=Xi?Ra(r,e,Xi,"hour"):e>=ji?Ra(r,e,ji,"minute"):e>=Yi?Ra(r,e,Yi,"second"):r+" ms"}function Ra(r,e,t,n){var i=e>=t*1.5;return Math.round(r/t)+" "+n+(i?"s":"")}});var zp=le((TB,$p)=>{function Gx(r){t.debug=t,t.default=t,t.coerce=c,t.disable=o,t.enable=i,t.enabled=s,t.humanize=Fu(),t.destroy=u,Object.keys(r).forEach(l=>{t[l]=r[l]}),t.names=[],t.skips=[],t.formatters={};function e(l){let d=0;for(let m=0;m<l.length;m++)d=(d<<5)-d+l.charCodeAt(m),d|=0;return t.colors[Math.abs(d)%t.colors.length]}t.selectColor=e;function t(l){let d,m=null,f,h;function p(...y){if(!p.enabled)return;let g=p,x=Number(new Date),E=x-(d||x);g.diff=E,g.prev=d,g.curr=x,d=x,y[0]=t.coerce(y[0]),typeof y[0]!="string"&&y.unshift("%O");let _=0;y[0]=y[0].replace(/%([a-zA-Z%])/g,(A,v)=>{if(A==="%%")return"%";_++;let b=t.formatters[v];if(typeof b=="function"){let T=y[_];A=b.call(g,T),y.splice(_,1),_--}return A}),t.formatArgs.call(g,y),(g.log||t.log).apply(g,y)}return p.namespace=l,p.useColors=t.useColors(),p.color=t.selectColor(l),p.extend=n,p.destroy=t.destroy,Object.defineProperty(p,"enabled",{enumerable:!0,configurable:!1,get:()=>m!==null?m:(f!==t.namespaces&&(f=t.namespaces,h=t.enabled(l)),h),set:y=>{m=y}}),typeof t.init=="function"&&t.init(p),p}function n(l,d){let m=t(this.namespace+(typeof d>"u"?":":d)+l);return m.log=this.log,m}function i(l){t.save(l),t.namespaces=l,t.names=[],t.skips=[];let d,m=(typeof l=="string"?l:"").split(/[\s,]+/),f=m.length;for(d=0;d<f;d++)m[d]&&(l=m[d].replace(/\*/g,".*?"),l[0]==="-"?t.skips.push(new RegExp("^"+l.slice(1)+"$")):t.names.push(new RegExp("^"+l+"$")))}function o(){let l=[...t.names.map(a),...t.skips.map(a).map(d=>"-"+d)].join(",");return t.enable(""),l}function s(l){if(l[l.length-1]==="*")return!0;let d,m;for(d=0,m=t.skips.length;d<m;d++)if(t.skips[d].test(l))return!1;for(d=0,m=t.names.length;d<m;d++)if(t.names[d].test(l))return!0;return!1}function a(l){return l.toString().substring(2,l.toString().length-2).replace(/\.\*\?$/,"*")}function c(l){return l instanceof Error?l.stack||l.message:l}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 t.enable(t.load()),t}$p.exports=Gx});var Vu=le((At,Ta)=>{At.formatArgs=Wx;At.save=Yx;At.load=jx;At.useColors=qx;At.storage=Xx();At.destroy=(()=>{let r=!1;return()=>{r||(r=!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`."))}})();At.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 qx(){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 Wx(r){if(r[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+r[0]+(this.useColors?"%c ":" ")+"+"+Ta.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;r.splice(1,0,e,"color: inherit");let t=0,n=0;r[0].replace(/%[a-zA-Z%]/g,i=>{i!=="%%"&&(t++,i==="%c"&&(n=t))}),r.splice(n,0,e)}At.log=console.debug||console.log||(()=>{});function Yx(r){try{r?At.storage.setItem("debug",r):At.storage.removeItem("debug")}catch{}}function jx(){let r;try{r=At.storage.getItem("debug")}catch{}return!r&&typeof process<"u"&&"env"in process&&(r=process.env.DEBUG),r}function Xx(){try{return localStorage}catch{}}Ta.exports=zp()(At);var{formatters:Zx}=Ta.exports;Zx.j=function(r){try{return JSON.stringify(r)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var Yp=le((PB,Wp)=>{Wp.exports=Hu;var qp=128,tb=127,rb=~tb,nb=Math.pow(2,31);function Hu(r,e,t){if(Number.MAX_SAFE_INTEGER&&r>Number.MAX_SAFE_INTEGER)throw Hu.bytes=0,new RangeError("Could not encode varint");e=e||[],t=t||0;for(var n=t;r>=nb;)e[t++]=r&255|qp,r/=128;for(;r&rb;)e[t++]=r&255|qp,r>>>=7;return e[t]=r|0,Hu.bytes=t-n+1,e}});var Zp=le((FB,Xp)=>{Xp.exports=$u;var ib=128,jp=127;function $u(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a||i>49)throw $u.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&jp)<<i:(s&jp)*Math.pow(2,i),i+=7}while(s>=ib);return $u.bytes=o-n,t}});var Qp=le((VB,Jp)=>{var ob=Math.pow(2,7),sb=Math.pow(2,14),ab=Math.pow(2,21),cb=Math.pow(2,28),lb=Math.pow(2,35),ub=Math.pow(2,42),db=Math.pow(2,49),fb=Math.pow(2,56),hb=Math.pow(2,63);Jp.exports=function(r){return r<ob?1:r<sb?2:r<ab?3:r<cb?4:r<lb?5:r<ub?6:r<db?7:r<fb?8:r<hb?9:10}});var Na=le((MB,e0)=>{e0.exports={encode:Yp(),decode:Zp(),encodingLength:Qp()}});var Ce=le((i5,E0)=>{"use strict";function w0(r,e){for(let t in e)Object.defineProperty(r,t,{value:e[t],enumerable:!0,configurable:!0});return r}function Yb(r,e,t){if(!r||typeof r=="string")throw new TypeError("Please pass an Error to err-code");t||(t={}),typeof e=="object"&&(t=e,e=""),e&&(t.code=e);try{return w0(r,t)}catch{t.message=r.message,t.stack=r.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(r)),w0(new i,t)}}E0.exports=Yb});var m1=le(go=>{"use strict";var V6="[object ArrayBuffer]",Yr=class r{static isArrayBuffer(e){return Object.prototype.toString.call(e)===V6}static toArrayBuffer(e){return this.isArrayBuffer(e)?e:e.byteLength===e.buffer.byteLength||e.byteOffset===0&&e.byteLength===e.buffer.byteLength?e.buffer:this.toUint8Array(e.buffer).slice(e.byteOffset,e.byteOffset+e.byteLength).buffer}static toUint8Array(e){return this.toView(e,Uint8Array)}static toView(e,t){if(e.constructor===t)return e;if(this.isArrayBuffer(e))return new t(e);if(this.isArrayBufferView(e))return new t(e.buffer,e.byteOffset,e.byteLength);throw new TypeError("The provided value is not of type '(ArrayBuffer or ArrayBufferView)'")}static isBufferSource(e){return this.isArrayBufferView(e)||this.isArrayBuffer(e)}static isArrayBufferView(e){return ArrayBuffer.isView(e)||e&&this.isArrayBuffer(e.buffer)}static isEqual(e,t){let n=r.toUint8Array(e),i=r.toUint8Array(t);if(n.length!==i.byteLength)return!1;for(let o=0;o<n.length;o++)if(n[o]!==i[o])return!1;return!0}static concat(...e){let t;Array.isArray(e[0])&&!(e[1]instanceof Function)||Array.isArray(e[0])&&e[1]instanceof Function?t=e[0]:e[e.length-1]instanceof Function?t=e.slice(0,e.length-1):t=e;let n=0;for(let s of t)n+=s.byteLength;let i=new Uint8Array(n),o=0;for(let s of t){let a=this.toUint8Array(s);i.set(a,o),o+=a.length}return e[e.length-1]instanceof Function?this.toView(i,e[e.length-1]):i.buffer}},Zd="string",M6=/^[0-9a-f]+$/i,H6=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,$6=/^[a-zA-Z0-9-_]+$/,ac=class{static fromString(e){let t=unescape(encodeURIComponent(e)),n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=t.charCodeAt(i);return n.buffer}static toString(e){let t=Yr.toUint8Array(e),n="";for(let o=0;o<t.length;o++)n+=String.fromCharCode(t[o]);return decodeURIComponent(escape(n))}},qt=class{static toString(e,t=!1){let n=Yr.toArrayBuffer(e),i=new DataView(n),o="";for(let s=0;s<n.byteLength;s+=2){let a=i.getUint16(s,t);o+=String.fromCharCode(a)}return o}static fromString(e,t=!1){let n=new ArrayBuffer(e.length*2),i=new DataView(n);for(let o=0;o<e.length;o++)i.setUint16(o*2,e.charCodeAt(o),t);return n}},cc=class r{static isHex(e){return typeof e===Zd&&M6.test(e)}static isBase64(e){return typeof e===Zd&&H6.test(e)}static isBase64Url(e){return typeof e===Zd&&$6.test(e)}static ToString(e,t="utf8"){let n=Yr.toUint8Array(e);switch(t.toLowerCase()){case"utf8":return this.ToUtf8String(n);case"binary":return this.ToBinary(n);case"hex":return this.ToHex(n);case"base64":return this.ToBase64(n);case"base64url":return this.ToBase64Url(n);case"utf16le":return qt.toString(n,!0);case"utf16":case"utf16be":return qt.toString(n);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromString(e,t="utf8"){if(!e)return new ArrayBuffer(0);switch(t.toLowerCase()){case"utf8":return this.FromUtf8String(e);case"binary":return this.FromBinary(e);case"hex":return this.FromHex(e);case"base64":return this.FromBase64(e);case"base64url":return this.FromBase64Url(e);case"utf16le":return qt.fromString(e,!0);case"utf16":case"utf16be":return qt.fromString(e);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToBase64(e){let t=Yr.toUint8Array(e);if(typeof btoa<"u"){let n=this.ToString(t,"binary");return btoa(n)}else return Buffer.from(t).toString("base64")}static FromBase64(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isBase64(t))throw new TypeError("Argument 'base64Text' is not Base64 encoded");return typeof atob<"u"?this.FromBinary(atob(t)):new Uint8Array(Buffer.from(t,"base64")).buffer}static FromBase64Url(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isBase64Url(t))throw new TypeError("Argument 'base64url' is not Base64Url encoded");return this.FromBase64(this.Base64Padding(t.replace(/\-/g,"+").replace(/\_/g,"/")))}static ToBase64Url(e){return this.ToBase64(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")}static FromUtf8String(e,t=r.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.FromBinary(e);case"utf8":return ac.fromString(e);case"utf16":case"utf16be":return qt.fromString(e);case"utf16le":case"usc2":return qt.fromString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToUtf8String(e,t=r.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.ToBinary(e);case"utf8":return ac.toString(e);case"utf16":case"utf16be":return qt.toString(e);case"utf16le":case"usc2":return qt.toString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromBinary(e){let t=e.length,n=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);return n.buffer}static ToBinary(e){let t=Yr.toUint8Array(e),n="";for(let i=0;i<t.length;i++)n+=String.fromCharCode(t[i]);return n}static ToHex(e){let t=Yr.toUint8Array(e),n="",i=t.length;for(let o=0;o<i;o++){let s=t[o];s<16&&(n+="0"),n+=s.toString(16)}return n}static FromHex(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isHex(t))throw new TypeError("Argument 'hexString' is not HEX encoded");t.length%2&&(t=`0${t}`);let n=new Uint8Array(t.length/2);for(let i=0;i<t.length;i=i+2){let o=t.slice(i,i+2);n[i/2]=parseInt(o,16)}return n.buffer}static ToUtf16String(e,t=!1){return qt.toString(e,t)}static FromUtf16String(e,t=!1){return qt.fromString(e,t)}static Base64Padding(e){let t=4-e.length%4;if(t<4)for(let n=0;n<t;n++)e+="=";return e}static formatString(e){return e?.replace(/[\n\r\t ]/g,"")||""}};cc.DEFAULT_UTF8_ENCODING="utf8";function z6(r,...e){let t=arguments[0];for(let n=1;n<arguments.length;n++){let i=arguments[n];for(let o in i)t[o]=i[o]}return t}function K6(...r){let e=r.map(i=>i.byteLength).reduce((i,o)=>i+o),t=new Uint8Array(e),n=0;return r.map(i=>new Uint8Array(i)).forEach(i=>{for(let o of i)t[n++]=o}),t.buffer}function G6(r,e){if(!(r&&e)||r.byteLength!==e.byteLength)return!1;let t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<r.byteLength;i++)if(t[i]!==n[i])return!1;return!0}go.BufferSourceConverter=Yr;go.Convert=cc;go.assign=z6;go.combine=K6;go.isEqual=G6});var Zc=le((bN,hf)=>{var xN=function(){typeof hf<"u"&&(hf.exports=p);var r=86400,e=3200,t=146097*e/400,n=r*t,i=1e3*n,o=864e13,s=4294967296,a=1e6,c="000000000",u=Math.trunc||function(b){var T=b-b%1;return T==0&&(b<0||b===0&&1/b!=1/0)?-0:T},l=p.prototype,d=(p.fromDate=function(b){return new p(+b)},p.fromInt64BE=_(0,1,2,3,0,4),p.fromInt64LE=_(3,2,1,0,4,0),p.fromString=function(N){var T,C=new p,N=(N+="").replace(/^\s*[+\-]?\d+/,function(D){var D=+D,ne=1970+(D-1970)%400;return C.year=D-ne,ne}).replace(/(?:Z|([+\-]\d{2}):?(\d{2}))$/,function($,D,ne){return D<0&&(ne*=-1),T=6e4*(60*+D+ +ne),""}).replace(/\.\d+$/,function($){return C.nano=+($+c).substr(1,9),""}).split(/\D+/);if(1<N.length?N[1]--:N[1]=0,C.time=T=Date.UTC.apply(Date,N)-(T||0),isNaN(T))throw new TypeError("Invalid Date");return y(C)},p.fromTimeT=function(b){return x(b,0)},l.year=0,l.time=0,l.nano=0,l.addNano=function(b){return this.nano+=+b||0,this},l.getNano=function(){var b=y(this);return(b.time%1e3*a+ +b.nano+1e9)%1e9},l.getTimeT=function(){var T=y(this),b=Math.floor(T.time/1e3),T=T.year;return T&&(b+=T*t*r/e),b},l.getYear=function(){return this.toDate().getUTCFullYear()+this.year},l.toDate=function(){return g(y(this).time)},l.toJSON=function(){return this.toString().replace(/0{1,6}Z$/,"Z")},l.toString=function(b){var T=this,C=T.toDate(),N={H:function(){return A(C.getUTCHours())},L:function(){return v(C.getUTCMilliseconds(),3)},M:function(){return A(C.getUTCMinutes())},N:function(){return v(T.getNano(),9)},S:function(){return A(C.getUTCSeconds())},Y:function(){var $=T.getYear();return 999999<$?"+"+$:9999<$?"+"+v($,6):0<=$?v($,4):-999999<=$?"-"+v(-$,6):$},a:function(){return f[C.getUTCDay()]},b:function(){return m[C.getUTCMonth()]},d:function(){return A(C.getUTCDate())},e:function(){return function($){return(9<$?"":" ")+(0|$)}(C.getUTCDate())},m:function(){return A(C.getUTCMonth()+1)}};return function $(D){return D.replace(/%./g,function(ne){var U=ne[1],B=h[U],U=N[U];return B?$(B):U?U():ne})}(b||d)},l.writeInt64BE=E(0,1,2,3,0,4),l.writeInt64LE=E(3,2,1,0,4,0),"%Y-%m-%dT%H:%M:%S.%NZ"),m=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],f=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],h={"%":"%",F:"%Y-%m-%d",n:`
|
|
3
|
-
`,R:"%H:%M",T:"%H:%M:%S",t:" ",X:"%T",Z:"GMT",z:"+0000"};return p;function p(b,T,C){var N=this;if(!(N instanceof p))return new p(b,T,C);N.time=+b||0,N.nano=+T||0,N.year=+C||0,y(N)}function y(b){var T,C,N,$=b.year,D=b.time,ne=b.nano,B=((ne<0||a<=ne)&&(ne-=(C=Math.floor(ne/a))*a,D+=C,C=1),$%e);return(D<-o||o<D||B)&&((T=u(D/i))&&($+=T*e,D-=T*i),(N=g(D)).setUTCFullYear(B+N.getUTCFullYear()),N=(D=+N)+(T=u(($-=B)/e))*i,T&&-o<=N&&N<=o&&($-=T*e,D=N),C=1),C&&(b.year=$,b.time=D,b.nano=ne),b}function g(b){var T=new Date(0);return T.setTime(b),T}function x($,N){$=+$||0;var C=u((N=(N|0)*s)/n)+u($/n),N=N%n+$%n,$=u(N/n);return $&&(C+=$,N-=$*n),new p(1e3*N,0,C*e)}function E(b,T,C,N,$,D){return function(B,U){var L=y(this);B=B||new Array(8),S(B,U|=0);var k=Math.floor(L.time/1e3),L=L.year*(t*r/e),X=u(L/s)+u(k/s),L=L%s+k%s,k=Math.floor(L/s);return k&&(X+=k,L-=k*s),ne(B,U+$,X),ne(B,U+D,L),B};function ne(B,U,X){B[U+b]=X>>24&255,B[U+T]=X>>16&255,B[U+C]=X>>8&255,B[U+N]=255&X}}function _(b,T,C,N,$,D){return function(B,U){S(B,U|=0);var X=ne(B,U+$);return x(ne(B,U+D),X)};function ne(B,U){return 16777216*B[U+b]+(B[U+T]<<16|B[U+C]<<8|B[U+N])}}function S(b,T){if(b=b&&b.length,b==null)throw new TypeError("Invalid Buffer");if(b<T+8)throw new RangeError("Out of range")}function A(b){return(9<b?"":"0")+(0|b)}function v(b,T){return(c+(0|b)).substr(-T)}}()});var zy=le((iL,kf)=>{"use strict";var uA=Object.prototype.hasOwnProperty,dt="~";function Ps(){}Object.create&&(Ps.prototype=Object.create(null),new Ps().__proto__||(dt=!1));function dA(r,e,t){this.fn=r,this.context=e,this.once=t||!1}function $y(r,e,t,n,i){if(typeof t!="function")throw new TypeError("The listener must be a function");var o=new dA(t,n||r,i),s=dt?dt+e:e;return r._events[s]?r._events[s].fn?r._events[s]=[r._events[s],o]:r._events[s].push(o):(r._events[s]=o,r._eventsCount++),r}function pl(r,e){--r._eventsCount===0?r._events=new Ps:delete r._events[e]}function nt(){this._events=new Ps,this._eventsCount=0}nt.prototype.eventNames=function(){var e=[],t,n;if(this._eventsCount===0)return e;for(n in t=this._events)uA.call(t,n)&&e.push(dt?n.slice(1):n);return Object.getOwnPropertySymbols?e.concat(Object.getOwnPropertySymbols(t)):e};nt.prototype.listeners=function(e){var t=dt?dt+e:e,n=this._events[t];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};nt.prototype.listenerCount=function(e){var t=dt?dt+e:e,n=this._events[t];return n?n.fn?1:n.length:0};nt.prototype.emit=function(e,t,n,i,o,s){var a=dt?dt+e:e;if(!this._events[a])return!1;var c=this._events[a],u=arguments.length,l,d;if(c.fn){switch(c.once&&this.removeListener(e,c.fn,void 0,!0),u){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,t),!0;case 3:return c.fn.call(c.context,t,n),!0;case 4:return c.fn.call(c.context,t,n,i),!0;case 5:return c.fn.call(c.context,t,n,i,o),!0;case 6:return c.fn.call(c.context,t,n,i,o,s),!0}for(d=1,l=new Array(u-1);d<u;d++)l[d-1]=arguments[d];c.fn.apply(c.context,l)}else{var m=c.length,f;for(d=0;d<m;d++)switch(c[d].once&&this.removeListener(e,c[d].fn,void 0,!0),u){case 1:c[d].fn.call(c[d].context);break;case 2:c[d].fn.call(c[d].context,t);break;case 3:c[d].fn.call(c[d].context,t,n);break;case 4:c[d].fn.call(c[d].context,t,n,i);break;default:if(!l)for(f=1,l=new Array(u-1);f<u;f++)l[f-1]=arguments[f];c[d].fn.apply(c[d].context,l)}}return!0};nt.prototype.on=function(e,t,n){return $y(this,e,t,n,!1)};nt.prototype.once=function(e,t,n){return $y(this,e,t,n,!0)};nt.prototype.removeListener=function(e,t,n,i){var o=dt?dt+e:e;if(!this._events[o])return this;if(!t)return pl(this,o),this;var s=this._events[o];if(s.fn)s.fn===t&&(!i||s.once)&&(!n||s.context===n)&&pl(this,o);else{for(var a=0,c=[],u=s.length;a<u;a++)(s[a].fn!==t||i&&!s[a].once||n&&s[a].context!==n)&&c.push(s[a]);c.length?this._events[o]=c.length===1?c[0]:c:pl(this,o)}return this};nt.prototype.removeAllListeners=function(e){var t;return e?(t=dt?dt+e:e,this._events[t]&&pl(this,t)):(this._events=new Ps,this._eventsCount=0),this};nt.prototype.off=nt.prototype.removeListener;nt.prototype.addListener=nt.prototype.on;nt.prefixed=dt;nt.EventEmitter=nt;typeof kf<"u"&&(kf.exports=nt)});var zg=le((P7,$g)=>{"use strict";$g.exports=Hg;var __=Fu(),Jn=Hg.prototype,S_=new Date%1e9;function I_(){return(Math.random()*1e9>>>0)+S_++}function Hg(r){r=r||{},this.id=r.id||I_(),this.max=r.max||1/0,this.items=r.items||[],this._lookup={},this.size=this.items.length,this.lastModified=new Date(r.lastModified||new Date);for(var e,t,n=this.items.length;n--;)e=this.items[n],t=new Date(e.expires)-new Date,this._lookup[e.key]=e,t>0?this.expire(e.key,t):t<=0&&this.delete(e.key)}Jn.has=function(r){return r in this._lookup};Jn.get=function(r){if(!this.has(r))return null;var e=this._lookup[r];return e.refresh&&this.expire(r,e.refresh),this.items.splice(this.items.indexOf(e),1),this.items.push(e),e.value};Jn.meta=function(r){if(!this.has(r))return null;var e=this._lookup[r];return"meta"in e?e.meta:null};Jn.set=function(r,e,t){var n=this._lookup[r],i=this._lookup[r]={key:r,value:e};return this.lastModified=new Date,n?(clearTimeout(n.timeout),this.items.splice(this.items.indexOf(n),1,i)):(this.size>=this.max&&this.delete(this.items[0].key),this.items.push(i),this.size++),t&&("ttl"in t&&this.expire(r,t.ttl),"meta"in t&&(i.meta=t.meta),t.refresh&&(i.refresh=t.ttl)),this};Jn.delete=function(r){var e=this._lookup[r];return e?(this.lastModified=new Date,this.items.splice(this.items.indexOf(e),1),clearTimeout(e.timeout),delete this._lookup[r],this.size--,this):!1};Jn.expire=function(r,e){var t=e||0,n=this._lookup[r];if(!n)return this;if(typeof t=="string"&&(t=__(e)),typeof t!="number")throw new TypeError("Expiration time must be a string or number.");return clearTimeout(n.timeout),n.timeout=setTimeout(this.delete.bind(this,n.key),t),n.expires=Number(new Date)+t,this};Jn.clear=function(){for(var r=this.items.length;r--;)this.delete(this.items[r].key);return this};Jn.toJSON=function(){for(var r=new Array(this.items.length),e,t=r.length;t--;)e=this.items[t],r[t]={key:e.key,meta:e.meta,value:e.value,expires:e.expires,refresh:e.refresh};return{id:this.id,max:isFinite(this.max)?this.max:void 0,lastModified:this.lastModified,items:r}}});var wh=le((V7,qg)=>{qg.exports=function(r){if(!r)throw Error("hashlru must have a max value, of type number, greater than 0");var e=0,t=Object.create(null),n=Object.create(null);function i(o,s){t[o]=s,e++,e>=r&&(e=0,n=t,t=Object.create(null))}return{has:function(o){return t[o]!==void 0||n[o]!==void 0},remove:function(o){t[o]!==void 0&&(t[o]=void 0),n[o]!==void 0&&(n[o]=void 0)},get:function(o){var s=t[o];if(s!==void 0)return s;if((s=n[o])!==void 0)return i(o,s),s},set:function(o,s){t[o]!==void 0?t[o]=s:i(o,s)},clear:function(){t=Object.create(null),n=Object.create(null)}}}});var sw=le(Vl=>{"use strict";Vl.byteLength=D_;Vl.toByteArray=P_;Vl.fromByteArray=M_;var Ir=[],Xt=[],U_=typeof Uint8Array<"u"?Uint8Array:Array,_h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Li=0,iw=_h.length;Li<iw;++Li)Ir[Li]=_h[Li],Xt[_h.charCodeAt(Li)]=Li;var Li,iw;Xt[45]=62;Xt[95]=63;function ow(r){var e=r.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=r.indexOf("=");t===-1&&(t=e);var n=t===e?0:4-t%4;return[t,n]}function D_(r){var e=ow(r),t=e[0],n=e[1];return(t+n)*3/4-n}function O_(r,e,t){return(e+t)*3/4-t}function P_(r){var e,t=ow(r),n=t[0],i=t[1],o=new U_(O_(r,n,i)),s=0,a=i>0?n-4:n,c;for(c=0;c<a;c+=4)e=Xt[r.charCodeAt(c)]<<18|Xt[r.charCodeAt(c+1)]<<12|Xt[r.charCodeAt(c+2)]<<6|Xt[r.charCodeAt(c+3)],o[s++]=e>>16&255,o[s++]=e>>8&255,o[s++]=e&255;return i===2&&(e=Xt[r.charCodeAt(c)]<<2|Xt[r.charCodeAt(c+1)]>>4,o[s++]=e&255),i===1&&(e=Xt[r.charCodeAt(c)]<<10|Xt[r.charCodeAt(c+1)]<<4|Xt[r.charCodeAt(c+2)]>>2,o[s++]=e>>8&255,o[s++]=e&255),o}function F_(r){return Ir[r>>18&63]+Ir[r>>12&63]+Ir[r>>6&63]+Ir[r&63]}function V_(r,e,t){for(var n,i=[],o=e;o<t;o+=3)n=(r[o]<<16&16711680)+(r[o+1]<<8&65280)+(r[o+2]&255),i.push(F_(n));return i.join("")}function M_(r){for(var e,t=r.length,n=t%3,i=[],o=16383,s=0,a=t-n;s<a;s+=o)i.push(V_(r,s,s+o>a?a:s+o));return n===1?(e=r[t-1],i.push(Ir[e>>2]+Ir[e<<4&63]+"==")):n===2&&(e=(r[t-2]<<8)+r[t-1],i.push(Ir[e>>10]+Ir[e>>4&63]+Ir[e<<2&63]+"=")),i.join("")}});var aw=le(Sh=>{Sh.read=function(r,e,t,n,i){var o,s,a=i*8-n-1,c=(1<<a)-1,u=c>>1,l=-7,d=t?i-1:0,m=t?-1:1,f=r[e+d];for(d+=m,o=f&(1<<-l)-1,f>>=-l,l+=a;l>0;o=o*256+r[e+d],d+=m,l-=8);for(s=o&(1<<-l)-1,o>>=-l,l+=n;l>0;s=s*256+r[e+d],d+=m,l-=8);if(o===0)o=1-u;else{if(o===c)return s?NaN:(f?-1:1)*(1/0);s=s+Math.pow(2,n),o=o-u}return(f?-1:1)*s*Math.pow(2,o-n)};Sh.write=function(r,e,t,n,i,o){var s,a,c,u=o*8-i-1,l=(1<<u)-1,d=l>>1,m=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:o-1,h=n?1:-1,p=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=l):(s=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-s))<1&&(s--,c*=2),s+d>=1?e+=m/c:e+=m*Math.pow(2,1-d),e*c>=2&&(s++,c/=2),s+d>=l?(a=0,s=l):s+d>=1?(a=(e*c-1)*Math.pow(2,i),s=s+d):(a=e*Math.pow(2,d-1)*Math.pow(2,i),s=0));i>=8;r[t+f]=a&255,f+=h,a/=256,i-=8);for(s=s<<i|a,u+=i;u>0;r[t+f]=s&255,f+=h,s/=256,u-=8);r[t+f-h]|=p*128}});var Uh=le(Vo=>{"use strict";var Ih=sw(),Po=aw(),cw=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Vo.Buffer=I;Vo.SlowBuffer=q_;Vo.INSPECT_MAX_BYTES=50;var Ml=2147483647;Vo.kMaxLength=Ml;I.TYPED_ARRAY_SUPPORT=H_();!I.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function H_(){try{let r=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(r,e),r.foo()===42}catch{return!1}}Object.defineProperty(I.prototype,"parent",{enumerable:!0,get:function(){if(I.isBuffer(this))return this.buffer}});Object.defineProperty(I.prototype,"offset",{enumerable:!0,get:function(){if(I.isBuffer(this))return this.byteOffset}});function ln(r){if(r>Ml)throw new RangeError('The value "'+r+'" is invalid for option "size"');let e=new Uint8Array(r);return Object.setPrototypeOf(e,I.prototype),e}function I(r,e,t){if(typeof r=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Th(r)}return fw(r,e,t)}I.poolSize=8192;function fw(r,e,t){if(typeof r=="string")return z_(r,e);if(ArrayBuffer.isView(r))return K_(r);if(r==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(Br(r,ArrayBuffer)||r&&Br(r.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Br(r,SharedArrayBuffer)||r&&Br(r.buffer,SharedArrayBuffer)))return kh(r,e,t);if(typeof r=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let n=r.valueOf&&r.valueOf();if(n!=null&&n!==r)return I.from(n,e,t);let i=G_(r);if(i)return i;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof r[Symbol.toPrimitive]=="function")return I.from(r[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r)}I.from=function(r,e,t){return fw(r,e,t)};Object.setPrototypeOf(I.prototype,Uint8Array.prototype);Object.setPrototypeOf(I,Uint8Array);function hw(r){if(typeof r!="number")throw new TypeError('"size" argument must be of type number');if(r<0)throw new RangeError('The value "'+r+'" is invalid for option "size"')}function $_(r,e,t){return hw(r),r<=0?ln(r):e!==void 0?typeof t=="string"?ln(r).fill(e,t):ln(r).fill(e):ln(r)}I.alloc=function(r,e,t){return $_(r,e,t)};function Th(r){return hw(r),ln(r<0?0:Nh(r)|0)}I.allocUnsafe=function(r){return Th(r)};I.allocUnsafeSlow=function(r){return Th(r)};function z_(r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!I.isEncoding(e))throw new TypeError("Unknown encoding: "+e);let t=pw(r,e)|0,n=ln(t),i=n.write(r,e);return i!==t&&(n=n.slice(0,i)),n}function Bh(r){let e=r.length<0?0:Nh(r.length)|0,t=ln(e);for(let n=0;n<e;n+=1)t[n]=r[n]&255;return t}function K_(r){if(Br(r,Uint8Array)){let e=new Uint8Array(r);return kh(e.buffer,e.byteOffset,e.byteLength)}return Bh(r)}function kh(r,e,t){if(e<0||r.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(r.byteLength<e+(t||0))throw new RangeError('"length" is outside of buffer bounds');let n;return e===void 0&&t===void 0?n=new Uint8Array(r):t===void 0?n=new Uint8Array(r,e):n=new Uint8Array(r,e,t),Object.setPrototypeOf(n,I.prototype),n}function G_(r){if(I.isBuffer(r)){let e=Nh(r.length)|0,t=ln(e);return t.length===0||r.copy(t,0,0,e),t}if(r.length!==void 0)return typeof r.length!="number"||Lh(r.length)?ln(0):Bh(r);if(r.type==="Buffer"&&Array.isArray(r.data))return Bh(r.data)}function Nh(r){if(r>=Ml)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ml.toString(16)+" bytes");return r|0}function q_(r){return+r!=r&&(r=0),I.alloc(+r)}I.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==I.prototype};I.compare=function(e,t){if(Br(e,Uint8Array)&&(e=I.from(e,e.offset,e.byteLength)),Br(t,Uint8Array)&&(t=I.from(t,t.offset,t.byteLength)),!I.isBuffer(e)||!I.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let n=e.length,i=t.length;for(let o=0,s=Math.min(n,i);o<s;++o)if(e[o]!==t[o]){n=e[o],i=t[o];break}return n<i?-1:i<n?1:0};I.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};I.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return I.alloc(0);let n;if(t===void 0)for(t=0,n=0;n<e.length;++n)t+=e[n].length;let i=I.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){let s=e[n];if(Br(s,Uint8Array))o+s.length>i.length?(I.isBuffer(s)||(s=I.from(s)),s.copy(i,o)):Uint8Array.prototype.set.call(i,s,o);else if(I.isBuffer(s))s.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=s.length}return i};function pw(r,e){if(I.isBuffer(r))return r.length;if(ArrayBuffer.isView(r)||Br(r,ArrayBuffer))return r.byteLength;if(typeof r!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof r);let t=r.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;let i=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Rh(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Aw(r).length;default:if(i)return n?-1:Rh(r).length;e=(""+e).toLowerCase(),i=!0}}I.byteLength=pw;function W_(r,e,t){let n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,e>>>=0,t<=e))return"";for(r||(r="utf8");;)switch(r){case"hex":return nS(this,e,t);case"utf8":case"utf-8":return yw(this,e,t);case"ascii":return tS(this,e,t);case"latin1":case"binary":return rS(this,e,t);case"base64":return Q_(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return iS(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}I.prototype._isBuffer=!0;function Ui(r,e,t){let n=r[e];r[e]=r[t],r[t]=n}I.prototype.swap16=function(){let e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)Ui(this,t,t+1);return this};I.prototype.swap32=function(){let e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)Ui(this,t,t+3),Ui(this,t+1,t+2);return this};I.prototype.swap64=function(){let e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)Ui(this,t,t+7),Ui(this,t+1,t+6),Ui(this,t+2,t+5),Ui(this,t+3,t+4);return this};I.prototype.toString=function(){let e=this.length;return e===0?"":arguments.length===0?yw(this,0,e):W_.apply(this,arguments)};I.prototype.toLocaleString=I.prototype.toString;I.prototype.equals=function(e){if(!I.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:I.compare(this,e)===0};I.prototype.inspect=function(){let e="",t=Vo.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"};cw&&(I.prototype[cw]=I.prototype.inspect);I.prototype.compare=function(e,t,n,i,o){if(Br(e,Uint8Array)&&(e=I.from(e,e.offset,e.byteLength)),!I.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(t===void 0&&(t=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;let s=o-i,a=n-t,c=Math.min(s,a),u=this.slice(i,o),l=e.slice(t,n);for(let d=0;d<c;++d)if(u[d]!==l[d]){s=u[d],a=l[d];break}return s<a?-1:a<s?1:0};function mw(r,e,t,n,i){if(r.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,Lh(t)&&(t=i?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(i)return-1;t=r.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof e=="string"&&(e=I.from(e,n)),I.isBuffer(e))return e.length===0?-1:lw(r,e,t,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):lw(r,[e],t,n,i);throw new TypeError("val must be string, number or Buffer")}function lw(r,e,t,n,i){let o=1,s=r.length,a=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(r.length<2||e.length<2)return-1;o=2,s/=2,a/=2,t/=2}function c(l,d){return o===1?l[d]:l.readUInt16BE(d*o)}let u;if(i){let l=-1;for(u=t;u<s;u++)if(c(r,u)===c(e,l===-1?0:u-l)){if(l===-1&&(l=u),u-l+1===a)return l*o}else l!==-1&&(u-=u-l),l=-1}else for(t+a>s&&(t=s-a),u=t;u>=0;u--){let l=!0;for(let d=0;d<a;d++)if(c(r,u+d)!==c(e,d)){l=!1;break}if(l)return u}return-1}I.prototype.includes=function(e,t,n){return this.indexOf(e,t,n)!==-1};I.prototype.indexOf=function(e,t,n){return mw(this,e,t,n,!0)};I.prototype.lastIndexOf=function(e,t,n){return mw(this,e,t,n,!1)};function Y_(r,e,t,n){t=Number(t)||0;let i=r.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;let o=e.length;n>o/2&&(n=o/2);let s;for(s=0;s<n;++s){let a=parseInt(e.substr(s*2,2),16);if(Lh(a))return s;r[t+s]=a}return s}function j_(r,e,t,n){return Hl(Rh(e,r.length-t),r,t,n)}function X_(r,e,t,n){return Hl(cS(e),r,t,n)}function Z_(r,e,t,n){return Hl(Aw(e),r,t,n)}function J_(r,e,t,n){return Hl(lS(e,r.length-t),r,t,n)}I.prototype.write=function(e,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let o=this.length-t;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let s=!1;for(;;)switch(i){case"hex":return Y_(this,e,t,n);case"utf8":case"utf-8":return j_(this,e,t,n);case"ascii":case"latin1":case"binary":return X_(this,e,t,n);case"base64":return Z_(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return J_(this,e,t,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};I.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Q_(r,e,t){return e===0&&t===r.length?Ih.fromByteArray(r):Ih.fromByteArray(r.slice(e,t))}function yw(r,e,t){t=Math.min(r.length,t);let n=[],i=e;for(;i<t;){let o=r[i],s=null,a=o>239?4:o>223?3:o>191?2:1;if(i+a<=t){let c,u,l,d;switch(a){case 1:o<128&&(s=o);break;case 2:c=r[i+1],(c&192)===128&&(d=(o&31)<<6|c&63,d>127&&(s=d));break;case 3:c=r[i+1],u=r[i+2],(c&192)===128&&(u&192)===128&&(d=(o&15)<<12|(c&63)<<6|u&63,d>2047&&(d<55296||d>57343)&&(s=d));break;case 4:c=r[i+1],u=r[i+2],l=r[i+3],(c&192)===128&&(u&192)===128&&(l&192)===128&&(d=(o&15)<<18|(c&63)<<12|(u&63)<<6|l&63,d>65535&&d<1114112&&(s=d))}}s===null?(s=65533,a=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=a}return eS(n)}var uw=4096;function eS(r){let e=r.length;if(e<=uw)return String.fromCharCode.apply(String,r);let t="",n=0;for(;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=uw));return t}function tS(r,e,t){let n="";t=Math.min(r.length,t);for(let i=e;i<t;++i)n+=String.fromCharCode(r[i]&127);return n}function rS(r,e,t){let n="";t=Math.min(r.length,t);for(let i=e;i<t;++i)n+=String.fromCharCode(r[i]);return n}function nS(r,e,t){let n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);let i="";for(let o=e;o<t;++o)i+=uS[r[o]];return i}function iS(r,e,t){let n=r.slice(e,t),i="";for(let o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}I.prototype.slice=function(e,t){let n=this.length;e=~~e,t=t===void 0?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<e&&(t=e);let i=this.subarray(e,t);return Object.setPrototypeOf(i,I.prototype),i};function He(r,e,t){if(r%1!==0||r<0)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}I.prototype.readUintLE=I.prototype.readUIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=this[e],o=1,s=0;for(;++s<t&&(o*=256);)i+=this[e+s]*o;return i};I.prototype.readUintBE=I.prototype.readUIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=this[e+--t],o=1;for(;t>0&&(o*=256);)i+=this[e+--t]*o;return i};I.prototype.readUint8=I.prototype.readUInt8=function(e,t){return e=e>>>0,t||He(e,1,this.length),this[e]};I.prototype.readUint16LE=I.prototype.readUInt16LE=function(e,t){return e=e>>>0,t||He(e,2,this.length),this[e]|this[e+1]<<8};I.prototype.readUint16BE=I.prototype.readUInt16BE=function(e,t){return e=e>>>0,t||He(e,2,this.length),this[e]<<8|this[e+1]};I.prototype.readUint32LE=I.prototype.readUInt32LE=function(e,t){return e=e>>>0,t||He(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};I.prototype.readUint32BE=I.prototype.readUInt32BE=function(e,t){return e=e>>>0,t||He(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};I.prototype.readBigUInt64LE=ti(function(e){e=e>>>0,Fo(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&ia(e,this.length-8);let i=t+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24,o=this[++e]+this[++e]*2**8+this[++e]*2**16+n*2**24;return BigInt(i)+(BigInt(o)<<BigInt(32))});I.prototype.readBigUInt64BE=ti(function(e){e=e>>>0,Fo(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&ia(e,this.length-8);let i=t*2**24+this[++e]*2**16+this[++e]*2**8+this[++e],o=this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n;return(BigInt(i)<<BigInt(32))+BigInt(o)});I.prototype.readIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=this[e],o=1,s=0;for(;++s<t&&(o*=256);)i+=this[e+s]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};I.prototype.readIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=t,o=1,s=this[e+--i];for(;i>0&&(o*=256);)s+=this[e+--i]*o;return o*=128,s>=o&&(s-=Math.pow(2,8*t)),s};I.prototype.readInt8=function(e,t){return e=e>>>0,t||He(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};I.prototype.readInt16LE=function(e,t){e=e>>>0,t||He(e,2,this.length);let n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};I.prototype.readInt16BE=function(e,t){e=e>>>0,t||He(e,2,this.length);let n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};I.prototype.readInt32LE=function(e,t){return e=e>>>0,t||He(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};I.prototype.readInt32BE=function(e,t){return e=e>>>0,t||He(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};I.prototype.readBigInt64LE=ti(function(e){e=e>>>0,Fo(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&ia(e,this.length-8);let i=this[e+4]+this[e+5]*2**8+this[e+6]*2**16+(n<<24);return(BigInt(i)<<BigInt(32))+BigInt(t+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24)});I.prototype.readBigInt64BE=ti(function(e){e=e>>>0,Fo(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&ia(e,this.length-8);let i=(t<<24)+this[++e]*2**16+this[++e]*2**8+this[++e];return(BigInt(i)<<BigInt(32))+BigInt(this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n)});I.prototype.readFloatLE=function(e,t){return e=e>>>0,t||He(e,4,this.length),Po.read(this,e,!0,23,4)};I.prototype.readFloatBE=function(e,t){return e=e>>>0,t||He(e,4,this.length),Po.read(this,e,!1,23,4)};I.prototype.readDoubleLE=function(e,t){return e=e>>>0,t||He(e,8,this.length),Po.read(this,e,!0,52,8)};I.prototype.readDoubleBE=function(e,t){return e=e>>>0,t||He(e,8,this.length),Po.read(this,e,!1,52,8)};function bt(r,e,t,n,i,o){if(!I.isBuffer(r))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(t+n>r.length)throw new RangeError("Index out of range")}I.prototype.writeUintLE=I.prototype.writeUIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){let a=Math.pow(2,8*n)-1;bt(this,e,t,n,a,0)}let o=1,s=0;for(this[t]=e&255;++s<n&&(o*=256);)this[t+s]=e/o&255;return t+n};I.prototype.writeUintBE=I.prototype.writeUIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){let a=Math.pow(2,8*n)-1;bt(this,e,t,n,a,0)}let o=n-1,s=1;for(this[t+o]=e&255;--o>=0&&(s*=256);)this[t+o]=e/s&255;return t+n};I.prototype.writeUint8=I.prototype.writeUInt8=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,1,255,0),this[t]=e&255,t+1};I.prototype.writeUint16LE=I.prototype.writeUInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,65535,0),this[t]=e&255,this[t+1]=e>>>8,t+2};I.prototype.writeUint16BE=I.prototype.writeUInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=e&255,t+2};I.prototype.writeUint32LE=I.prototype.writeUInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e&255,t+4};I.prototype.writeUint32BE=I.prototype.writeUInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};function gw(r,e,t,n,i){vw(e,n,i,r,t,7);let o=Number(e&BigInt(4294967295));r[t++]=o,o=o>>8,r[t++]=o,o=o>>8,r[t++]=o,o=o>>8,r[t++]=o;let s=Number(e>>BigInt(32)&BigInt(4294967295));return r[t++]=s,s=s>>8,r[t++]=s,s=s>>8,r[t++]=s,s=s>>8,r[t++]=s,t}function ww(r,e,t,n,i){vw(e,n,i,r,t,7);let o=Number(e&BigInt(4294967295));r[t+7]=o,o=o>>8,r[t+6]=o,o=o>>8,r[t+5]=o,o=o>>8,r[t+4]=o;let s=Number(e>>BigInt(32)&BigInt(4294967295));return r[t+3]=s,s=s>>8,r[t+2]=s,s=s>>8,r[t+1]=s,s=s>>8,r[t]=s,t+8}I.prototype.writeBigUInt64LE=ti(function(e,t=0){return gw(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))});I.prototype.writeBigUInt64BE=ti(function(e,t=0){return ww(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))});I.prototype.writeIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){let c=Math.pow(2,8*n-1);bt(this,e,t,n,c-1,-c)}let o=0,s=1,a=0;for(this[t]=e&255;++o<n&&(s*=256);)e<0&&a===0&&this[t+o-1]!==0&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+n};I.prototype.writeIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){let c=Math.pow(2,8*n-1);bt(this,e,t,n,c-1,-c)}let o=n-1,s=1,a=0;for(this[t+o]=e&255;--o>=0&&(s*=256);)e<0&&a===0&&this[t+o+1]!==0&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+n};I.prototype.writeInt8=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=e&255,t+1};I.prototype.writeInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,32767,-32768),this[t]=e&255,this[t+1]=e>>>8,t+2};I.prototype.writeInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=e&255,t+2};I.prototype.writeInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,2147483647,-2147483648),this[t]=e&255,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4};I.prototype.writeInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};I.prototype.writeBigInt64LE=ti(function(e,t=0){return gw(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});I.prototype.writeBigInt64BE=ti(function(e,t=0){return ww(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Ew(r,e,t,n,i,o){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function xw(r,e,t,n,i){return e=+e,t=t>>>0,i||Ew(r,e,t,4,34028234663852886e22,-34028234663852886e22),Po.write(r,e,t,n,23,4),t+4}I.prototype.writeFloatLE=function(e,t,n){return xw(this,e,t,!0,n)};I.prototype.writeFloatBE=function(e,t,n){return xw(this,e,t,!1,n)};function bw(r,e,t,n,i){return e=+e,t=t>>>0,i||Ew(r,e,t,8,17976931348623157e292,-17976931348623157e292),Po.write(r,e,t,n,52,8),t+8}I.prototype.writeDoubleLE=function(e,t,n){return bw(this,e,t,!0,n)};I.prototype.writeDoubleBE=function(e,t,n){return bw(this,e,t,!1,n)};I.prototype.copy=function(e,t,n,i){if(!I.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t<i-n&&(i=e.length-t+n);let o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),t),o};I.prototype.fill=function(e,t,n,i){if(typeof e=="string"){if(typeof t=="string"?(i=t,t=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!I.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){let s=e.charCodeAt(0);(i==="utf8"&&s<128||i==="latin1")&&(e=s)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);let o;if(typeof e=="number")for(o=t;o<n;++o)this[o]=e;else{let s=I.isBuffer(e)?e:I.from(e,i),a=s.length;if(a===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-t;++o)this[o+t]=s[o%a]}return this};var Oo={};function Ch(r,e,t){Oo[r]=class extends t{constructor(){super(),Object.defineProperty(this,"message",{value:e.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${r}]`,this.stack,delete this.name}get code(){return r}set code(i){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:i,writable:!0})}toString(){return`${this.name} [${r}]: ${this.message}`}}}Ch("ERR_BUFFER_OUT_OF_BOUNDS",function(r){return r?`${r} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError);Ch("ERR_INVALID_ARG_TYPE",function(r,e){return`The "${r}" argument must be of type number. Received type ${typeof e}`},TypeError);Ch("ERR_OUT_OF_RANGE",function(r,e,t){let n=`The value of "${r}" is out of range.`,i=t;return Number.isInteger(t)&&Math.abs(t)>2**32?i=dw(String(t)):typeof t=="bigint"&&(i=String(t),(t>BigInt(2)**BigInt(32)||t<-(BigInt(2)**BigInt(32)))&&(i=dw(i)),i+="n"),n+=` It must be ${e}. Received ${i}`,n},RangeError);function dw(r){let e="",t=r.length,n=r[0]==="-"?1:0;for(;t>=n+4;t-=3)e=`_${r.slice(t-3,t)}${e}`;return`${r.slice(0,t)}${e}`}function oS(r,e,t){Fo(e,"offset"),(r[e]===void 0||r[e+t]===void 0)&&ia(e,r.length-(t+1))}function vw(r,e,t,n,i,o){if(r>t||r<e){let s=typeof e=="bigint"?"n":"",a;throw o>3?e===0||e===BigInt(0)?a=`>= 0${s} and < 2${s} ** ${(o+1)*8}${s}`:a=`>= -(2${s} ** ${(o+1)*8-1}${s}) and < 2 ** ${(o+1)*8-1}${s}`:a=`>= ${e}${s} and <= ${t}${s}`,new Oo.ERR_OUT_OF_RANGE("value",a,r)}oS(n,i,o)}function Fo(r,e){if(typeof r!="number")throw new Oo.ERR_INVALID_ARG_TYPE(e,"number",r)}function ia(r,e,t){throw Math.floor(r)!==r?(Fo(r,t),new Oo.ERR_OUT_OF_RANGE(t||"offset","an integer",r)):e<0?new Oo.ERR_BUFFER_OUT_OF_BOUNDS:new Oo.ERR_OUT_OF_RANGE(t||"offset",`>= ${t?1:0} and <= ${e}`,r)}var sS=/[^+/0-9A-Za-z-_]/g;function aS(r){if(r=r.split("=")[0],r=r.trim().replace(sS,""),r.length<2)return"";for(;r.length%4!==0;)r=r+"=";return r}function Rh(r,e){e=e||1/0;let t,n=r.length,i=null,o=[];for(let s=0;s<n;++s){if(t=r.charCodeAt(s),t>55295&&t<57344){if(!i){if(t>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=t;continue}if(t<56320){(e-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,t<128){if((e-=1)<0)break;o.push(t)}else if(t<2048){if((e-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((e-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((e-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function cS(r){let e=[];for(let t=0;t<r.length;++t)e.push(r.charCodeAt(t)&255);return e}function lS(r,e){let t,n,i,o=[];for(let s=0;s<r.length&&!((e-=2)<0);++s)t=r.charCodeAt(s),n=t>>8,i=t%256,o.push(i),o.push(n);return o}function Aw(r){return Ih.toByteArray(aS(r))}function Hl(r,e,t,n){let i;for(i=0;i<n&&!(i+t>=e.length||i>=r.length);++i)e[i+t]=r[i];return i}function Br(r,e){return r instanceof e||r!=null&&r.constructor!=null&&r.constructor.name!=null&&r.constructor.name===e.name}function Lh(r){return r!==r}var uS=function(){let r="0123456789abcdef",e=new Array(256);for(let t=0;t<16;++t){let n=t*16;for(let i=0;i<16;++i)e[n+i]=r[t]+r[i]}return e}();function ti(r){return typeof BigInt>"u"?dS:r}function dS(){throw new Error("BigInt not supported")}});var _w=le(Dh=>{"use strict";Dh.toString=function(r){switch(r){case 1:return"A";case 10:return"NULL";case 28:return"AAAA";case 18:return"AFSDB";case 42:return"APL";case 257:return"CAA";case 60:return"CDNSKEY";case 59:return"CDS";case 37:return"CERT";case 5:return"CNAME";case 49:return"DHCID";case 32769:return"DLV";case 39:return"DNAME";case 48:return"DNSKEY";case 43:return"DS";case 55:return"HIP";case 13:return"HINFO";case 45:return"IPSECKEY";case 25:return"KEY";case 36:return"KX";case 29:return"LOC";case 15:return"MX";case 35:return"NAPTR";case 2:return"NS";case 47:return"NSEC";case 50:return"NSEC3";case 51:return"NSEC3PARAM";case 12:return"PTR";case 46:return"RRSIG";case 17:return"RP";case 24:return"SIG";case 6:return"SOA";case 99:return"SPF";case 33:return"SRV";case 44:return"SSHFP";case 32768:return"TA";case 249:return"TKEY";case 52:return"TLSA";case 250:return"TSIG";case 16:return"TXT";case 252:return"AXFR";case 251:return"IXFR";case 41:return"OPT";case 255:return"ANY"}return"UNKNOWN_"+r};Dh.toType=function(r){switch(r.toUpperCase()){case"A":return 1;case"NULL":return 10;case"AAAA":return 28;case"AFSDB":return 18;case"APL":return 42;case"CAA":return 257;case"CDNSKEY":return 60;case"CDS":return 59;case"CERT":return 37;case"CNAME":return 5;case"DHCID":return 49;case"DLV":return 32769;case"DNAME":return 39;case"DNSKEY":return 48;case"DS":return 43;case"HIP":return 55;case"HINFO":return 13;case"IPSECKEY":return 45;case"KEY":return 25;case"KX":return 36;case"LOC":return 29;case"MX":return 15;case"NAPTR":return 35;case"NS":return 2;case"NSEC":return 47;case"NSEC3":return 50;case"NSEC3PARAM":return 51;case"PTR":return 12;case"RRSIG":return 46;case"RP":return 17;case"SIG":return 24;case"SOA":return 6;case"SPF":return 99;case"SRV":return 33;case"SSHFP":return 44;case"TA":return 32768;case"TKEY":return 249;case"TLSA":return 52;case"TSIG":return 250;case"TXT":return 16;case"AXFR":return 252;case"IXFR":return 251;case"OPT":return 41;case"ANY":return 255;case"*":return 255}return r.toUpperCase().startsWith("UNKNOWN_")?parseInt(r.slice(8)):0}});var Sw=le(Oh=>{"use strict";Oh.toString=function(r){switch(r){case 0:return"NOERROR";case 1:return"FORMERR";case 2:return"SERVFAIL";case 3:return"NXDOMAIN";case 4:return"NOTIMP";case 5:return"REFUSED";case 6:return"YXDOMAIN";case 7:return"YXRRSET";case 8:return"NXRRSET";case 9:return"NOTAUTH";case 10:return"NOTZONE";case 11:return"RCODE_11";case 12:return"RCODE_12";case 13:return"RCODE_13";case 14:return"RCODE_14";case 15:return"RCODE_15"}return"RCODE_"+r};Oh.toRcode=function(r){switch(r.toUpperCase()){case"NOERROR":return 0;case"FORMERR":return 1;case"SERVFAIL":return 2;case"NXDOMAIN":return 3;case"NOTIMP":return 4;case"REFUSED":return 5;case"YXDOMAIN":return 6;case"YXRRSET":return 7;case"NXRRSET":return 8;case"NOTAUTH":return 9;case"NOTZONE":return 10;case"RCODE_11":return 11;case"RCODE_12":return 12;case"RCODE_13":return 13;case"RCODE_14":return 14;case"RCODE_15":return 15}return 0}});var Iw=le(Ph=>{"use strict";Ph.toString=function(r){switch(r){case 0:return"QUERY";case 1:return"IQUERY";case 2:return"STATUS";case 3:return"OPCODE_3";case 4:return"NOTIFY";case 5:return"UPDATE";case 6:return"OPCODE_6";case 7:return"OPCODE_7";case 8:return"OPCODE_8";case 9:return"OPCODE_9";case 10:return"OPCODE_10";case 11:return"OPCODE_11";case 12:return"OPCODE_12";case 13:return"OPCODE_13";case 14:return"OPCODE_14";case 15:return"OPCODE_15"}return"OPCODE_"+r};Ph.toOpcode=function(r){switch(r.toUpperCase()){case"QUERY":return 0;case"IQUERY":return 1;case"STATUS":return 2;case"OPCODE_3":return 3;case"NOTIFY":return 4;case"UPDATE":return 5;case"OPCODE_6":return 6;case"OPCODE_7":return 7;case"OPCODE_8":return 8;case"OPCODE_9":return 9;case"OPCODE_10":return 10;case"OPCODE_11":return 11;case"OPCODE_12":return 12;case"OPCODE_13":return 13;case"OPCODE_14":return 14;case"OPCODE_15":return 15}return 0}});var Bw=le(Fh=>{"use strict";Fh.toString=function(r){switch(r){case 1:return"IN";case 2:return"CS";case 3:return"CH";case 4:return"HS";case 255:return"ANY"}return"UNKNOWN_"+r};Fh.toClass=function(r){switch(r.toUpperCase()){case"IN":return 1;case"CS":return 2;case"CH":return 3;case"HS":return 4;case"ANY":return 255}return 0}});var kw=le(Vh=>{"use strict";Vh.toString=function(r){switch(r){case 1:return"LLQ";case 2:return"UL";case 3:return"NSID";case 5:return"DAU";case 6:return"DHU";case 7:return"N3U";case 8:return"CLIENT_SUBNET";case 9:return"EXPIRE";case 10:return"COOKIE";case 11:return"TCP_KEEPALIVE";case 12:return"PADDING";case 13:return"CHAIN";case 14:return"KEY_TAG";case 26946:return"DEVICEID"}return r<0?null:`OPTION_${r}`};Vh.toCode=function(r){if(typeof r=="number")return r;if(!r)return-1;switch(r.toUpperCase()){case"OPTION_0":return 0;case"LLQ":return 1;case"UL":return 2;case"NSID":return 3;case"OPTION_4":return 4;case"DAU":return 5;case"DHU":return 6;case"N3U":return 7;case"CLIENT_SUBNET":return 8;case"EXPIRE":return 9;case"COOKIE":return 10;case"TCP_KEEPALIVE":return 11;case"PADDING":return 12;case"CHAIN":return 13;case"KEY_TAG":return 14;case"DEVICEID":return 26946;case"OPTION_65535":return 65535}let e=r.match(/_(\d+)$/);return e?parseInt(e[1],10):-1}});var Nw=le((Tw,Mh)=>{var Rw=function(r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.decode=d,r.encode=l,r.familyOf=u,r.name=void 0,r.sizeOf=c,r.v6=r.v4=void 0;let e=/^(\d{1,3}\.){3,3}\d{1,3}$/,t=4,n=/^(::)?(((\d{1,3}\.){3}(\d{1,3}){1})?([0-9a-f]){0,4}:{0,2}){1,8}(::)?$/i,i=16,o={name:"v4",size:t,isFormat:m=>e.test(m),encode(m,f,h){h=~~h,f=f||new Uint8Array(h+t);let p=m.length,y=0;for(let g=0;g<p;){let x=m.charCodeAt(g++);x===46?(f[h++]=y,y=0):y=y*10+(x-48)}return f[h]=y,f},decode(m,f){return f=~~f,`${m[f++]}.${m[f++]}.${m[f++]}.${m[f]}`}};r.v4=o;let s={name:"v6",size:i,isFormat:m=>m.length>0&&n.test(m),encode(m,f,h){h=~~h;let p=h+i,y=-1,g=0,x=0,E=!0,_=!1;f=f||new Uint8Array(h+i);for(let S=0;S<m.length;S++){let A=m.charCodeAt(S);A===58?(E?y!==-1?(h<p&&(f[h]=0),h<p-1&&(f[h+1]=0),h+=2):h<p&&(y=h):(_===!0?(h<p&&(f[h]=x),h++):(h<p&&(f[h]=g>>8),h<p-1&&(f[h+1]=g&255),h+=2),g=0,x=0),E=!0,_=!1):A===46?(h<p&&(f[h]=x),h++,x=0,g=0,E=!1,_=!0):(E=!1,A>=97?A-=87:A>=65?A-=55:(A-=48,x=x*10+A),g=(g<<4)+A)}if(E===!1)_===!0?(h<p&&(f[h]=x),h++):(h<p&&(f[h]=g>>8),h<p-1&&(f[h+1]=g&255),h+=2);else if(y===0)h<p&&(f[h]=0),h<p-1&&(f[h+1]=0),h+=2;else if(y!==-1){h+=2;for(let S=Math.min(h-1,p-1);S>=y+2;S--)f[S]=f[S-2];f[y]=0,f[y+1]=0,y=h}if(y!==h&&y!==-1)for(h>p-2&&(h=p-2);p>y;)f[--p]=h<p&&h>y?f[--h]:0;else for(;h<p;)f[h++]=0;return f},decode(m,f){f=~~f;let h="";for(let p=0;p<i;p+=2)p!==0&&(h+=":"),h+=(m[f+p]<<8|m[f+p+1]).toString(16);return h.replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}};r.v6=s;let a="ip";r.name=a;function c(m){if(o.isFormat(m))return o.size;if(s.isFormat(m))return s.size;throw Error(`Invalid ip address: ${m}`)}function u(m){return c(m)===o.size?1:2}function l(m,f,h){h=~~h;let p=c(m);return typeof f=="function"&&(f=f(h+p)),p===o.size?o.encode(m,f,h):s.encode(m,f,h)}function d(m,f,h){if(f=~~f,h=h||m.length-f,h===o.size)return o.decode(m,f,h);if(h===s.size)return s.decode(m,f,h);throw Error(`Invalid buffer size needs to be ${o.size} for v4 or ${s.size} for v6.`)}return"default"in r?r.default:r}({});typeof define=="function"&&define.amd?define([],function(){return Rw}):typeof Mh=="object"&&typeof Tw=="object"&&(Mh.exports=Rw)});var Uw=le(q=>{"use strict";var W=Uh().Buffer,En=_w(),fS=Sw(),hS=Iw(),zl=Bw(),Hh=kw(),Di=Nw(),pS=0,Cw=32768,$h=32768,mS=~$h,Lw=32768,yS=~Lw,H=q.name={};H.encode=function(r,e,t,{mail:n=!1}={}){e||(e=W.alloc(H.encodingLength(r))),t||(t=0);let i=t,o=r.replace(/^\.|\.$/gm,"");if(o.length){let s=[];if(n){let a="";o.split(".").forEach(c=>{c.endsWith("\\")?a+=(a.length?".":"")+c.slice(0,-1):s.length===0&&a.length?s.push(a+"."+c):s.push(c)})}else s=o.split(".");for(let a=0;a<s.length;a++){let c=e.write(s[a],t+1);e[t]=c,t+=c+1}}return e[t++]=0,H.encode.bytes=t-i,e};H.encode.bytes=0;H.decode=function(r,e,{mail:t=!1}={}){e||(e=0);let n=[],i=e,o=0,s=0,a=!1;for(;;){if(e>=r.length)throw new Error("Cannot decode name (buffer overflow)");let c=r[e++];if(s+=a?0:1,c===0)break;if(c&192)if((c&192)===192){if(e+1>r.length)throw new Error("Cannot decode name (buffer overflow)");let u=r.readUInt16BE(e-1)-49152;if(u>=i)throw new Error("Cannot decode name (bad pointer)");e=u,i=u,s+=a?0:1,a=!0}else throw new Error("Cannot decode name (bad label)");else{if(e+c>r.length)throw new Error("Cannot decode name (buffer overflow)");if(o+=c+1,o>254)throw new Error("Cannot decode name (name too long)");let u=r.toString("utf-8",e,e+c);t&&(u=u.replace(/\./g,"\\.")),n.push(u),e+=c,s+=a?0:c}}return H.decode.bytes=s,n.length===0?".":n.join(".")};H.decode.bytes=0;H.encodingLength=function(r){return r==="."||r===".."?1:W.byteLength(r.replace(/^\.|\.$/gm,""))+2};var te={};te.encode=function(r,e,t){e||(e=W.alloc(te.encodingLength(r))),t||(t=0);let n=e.write(r,t+1);return e[t]=n,te.encode.bytes=n+1,e};te.encode.bytes=0;te.decode=function(r,e){e||(e=0);let t=r[e],n=r.toString("utf-8",e+1,e+1+t);return te.decode.bytes=t+1,n};te.decode.bytes=0;te.encodingLength=function(r){return W.byteLength(r)+1};var ur={};ur.encode=function(r,e,t){e||(e=ur.encodingLength(r)),t||(t=0);let n=(r.flags||0)&32767,i=r.type==="response"?Cw:pS;return e.writeUInt16BE(r.id||0,t),e.writeUInt16BE(n|i,t+2),e.writeUInt16BE(r.questions.length,t+4),e.writeUInt16BE(r.answers.length,t+6),e.writeUInt16BE(r.authorities.length,t+8),e.writeUInt16BE(r.additionals.length,t+10),e};ur.encode.bytes=12;ur.decode=function(r,e){if(e||(e=0),r.length<12)throw new Error("Header must be 12 bytes");let t=r.readUInt16BE(e+2);return{id:r.readUInt16BE(e),type:t&Cw?"response":"query",flags:t&32767,flag_qr:(t>>15&1)===1,opcode:hS.toString(t>>11&15),flag_aa:(t>>10&1)===1,flag_tc:(t>>9&1)===1,flag_rd:(t>>8&1)===1,flag_ra:(t>>7&1)===1,flag_z:(t>>6&1)===1,flag_ad:(t>>5&1)===1,flag_cd:(t>>4&1)===1,rcode:fS.toString(t&15),questions:new Array(r.readUInt16BE(e+4)),answers:new Array(r.readUInt16BE(e+6)),authorities:new Array(r.readUInt16BE(e+8)),additionals:new Array(r.readUInt16BE(e+10))}};ur.decode.bytes=12;ur.encodingLength=function(){return 12};var un=q.unknown={};un.encode=function(r,e,t){return e||(e=W.alloc(un.encodingLength(r))),t||(t=0),e.writeUInt16BE(r.length,t),r.copy(e,t+2),un.encode.bytes=r.length+2,e};un.encode.bytes=0;un.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n=r.slice(e+2,e+2+t);return un.decode.bytes=t+2,n};un.decode.bytes=0;un.encodingLength=function(r){return r.length+2};var dn=q.ns={};dn.encode=function(r,e,t){return e||(e=W.alloc(dn.encodingLength(r))),t||(t=0),H.encode(r,e,t+2),e.writeUInt16BE(H.encode.bytes,t),dn.encode.bytes=H.encode.bytes+2,e};dn.encode.bytes=0;dn.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n=H.decode(r,e+2);return dn.decode.bytes=t+2,n};dn.decode.bytes=0;dn.encodingLength=function(r){return H.encodingLength(r)+2};var fn=q.soa={};fn.encode=function(r,e,t){e||(e=W.alloc(fn.encodingLength(r))),t||(t=0);let n=t;return t+=2,H.encode(r.mname,e,t),t+=H.encode.bytes,H.encode(r.rname,e,t,{mail:!0}),t+=H.encode.bytes,e.writeUInt32BE(r.serial||0,t),t+=4,e.writeUInt32BE(r.refresh||0,t),t+=4,e.writeUInt32BE(r.retry||0,t),t+=4,e.writeUInt32BE(r.expire||0,t),t+=4,e.writeUInt32BE(r.minimum||0,t),t+=4,e.writeUInt16BE(t-n-2,n),fn.encode.bytes=t-n,e};fn.encode.bytes=0;fn.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.mname=H.decode(r,e),e+=H.decode.bytes,n.rname=H.decode(r,e,{mail:!0}),e+=H.decode.bytes,n.serial=r.readUInt32BE(e),e+=4,n.refresh=r.readUInt32BE(e),e+=4,n.retry=r.readUInt32BE(e),e+=4,n.expire=r.readUInt32BE(e),e+=4,n.minimum=r.readUInt32BE(e),e+=4,fn.decode.bytes=e-t,n};fn.decode.bytes=0;fn.encodingLength=function(r){return 22+H.encodingLength(r.mname)+H.encodingLength(r.rname)};var hn=q.txt={};hn.encode=function(r,e,t){Array.isArray(r)||(r=[r]);for(let i=0;i<r.length;i++)if(typeof r[i]=="string"&&(r[i]=W.from(r[i])),!W.isBuffer(r[i]))throw new Error("Must be a Buffer");e||(e=W.alloc(hn.encodingLength(r))),t||(t=0);let n=t;return t+=2,r.forEach(function(i){e[t++]=i.length,i.copy(e,t,0,i.length),t+=i.length}),e.writeUInt16BE(t-n-2,n),hn.encode.bytes=t-n,e};hn.encode.bytes=0;hn.decode=function(r,e){e||(e=0);let t=e,n=r.readUInt16BE(e);e+=2;let i=[];for(;n>0;){let o=r[e++];if(--n,n<o)throw new Error("Buffer overflow");i.push(r.slice(e,e+o)),e+=o,n-=o}return hn.decode.bytes=e-t,i};hn.decode.bytes=0;hn.encodingLength=function(r){Array.isArray(r)||(r=[r]);let e=2;return r.forEach(function(t){typeof t=="string"?e+=W.byteLength(t)+1:e+=t.length+1}),e};var pn=q.null={};pn.encode=function(r,e,t){e||(e=W.alloc(pn.encodingLength(r))),t||(t=0),typeof r=="string"&&(r=W.from(r)),r||(r=W.alloc(0));let n=t;t+=2;let i=r.length;return r.copy(e,t,0,i),t+=i,e.writeUInt16BE(t-n-2,n),pn.encode.bytes=t-n,e};pn.encode.bytes=0;pn.decode=function(r,e){e||(e=0);let t=e,n=r.readUInt16BE(e);e+=2;let i=r.slice(e,e+n);return e+=n,pn.decode.bytes=e-t,i};pn.decode.bytes=0;pn.encodingLength=function(r){return r?(W.isBuffer(r)?r.length:W.byteLength(r))+2:2};var mn=q.hinfo={};mn.encode=function(r,e,t){e||(e=W.alloc(mn.encodingLength(r))),t||(t=0);let n=t;return t+=2,te.encode(r.cpu,e,t),t+=te.encode.bytes,te.encode(r.os,e,t),t+=te.encode.bytes,e.writeUInt16BE(t-n-2,n),mn.encode.bytes=t-n,e};mn.encode.bytes=0;mn.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.cpu=te.decode(r,e),e+=te.decode.bytes,n.os=te.decode(r,e),e+=te.decode.bytes,mn.decode.bytes=e-t,n};mn.decode.bytes=0;mn.encodingLength=function(r){return te.encodingLength(r.cpu)+te.encodingLength(r.os)+2};var cr=q.ptr={},gS=q.cname=cr,wS=q.dname=cr;cr.encode=function(r,e,t){return e||(e=W.alloc(cr.encodingLength(r))),t||(t=0),H.encode(r,e,t+2),e.writeUInt16BE(H.encode.bytes,t),cr.encode.bytes=H.encode.bytes+2,e};cr.encode.bytes=0;cr.decode=function(r,e){e||(e=0);let t=H.decode(r,e+2);return cr.decode.bytes=H.decode.bytes+2,t};cr.decode.bytes=0;cr.encodingLength=function(r){return H.encodingLength(r)+2};var yn=q.srv={};yn.encode=function(r,e,t){e||(e=W.alloc(yn.encodingLength(r))),t||(t=0),e.writeUInt16BE(r.priority||0,t+2),e.writeUInt16BE(r.weight||0,t+4),e.writeUInt16BE(r.port||0,t+6),H.encode(r.target,e,t+8);let n=H.encode.bytes+6;return e.writeUInt16BE(n,t),yn.encode.bytes=n+2,e};yn.encode.bytes=0;yn.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n={};return n.priority=r.readUInt16BE(e+2),n.weight=r.readUInt16BE(e+4),n.port=r.readUInt16BE(e+6),n.target=H.decode(r,e+8),yn.decode.bytes=t+2,n};yn.decode.bytes=0;yn.encodingLength=function(r){return 8+H.encodingLength(r.target)};var Ct=q.caa={};Ct.ISSUER_CRITICAL=128;Ct.encode=function(r,e,t){let n=Ct.encodingLength(r);return e||(e=W.alloc(Ct.encodingLength(r))),t||(t=0),r.issuerCritical&&(r.flags=Ct.ISSUER_CRITICAL),e.writeUInt16BE(n-2,t),t+=2,e.writeUInt8(r.flags||0,t),t+=1,te.encode(r.tag,e,t),t+=te.encode.bytes,e.write(r.value,t),t+=W.byteLength(r.value),Ct.encode.bytes=n,e};Ct.encode.bytes=0;Ct.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e);e+=2;let n=e,i={};return i.flags=r.readUInt8(e),e+=1,i.tag=te.decode(r,e),e+=te.decode.bytes,i.value=r.toString("utf-8",e,n+t),i.issuerCritical=!!(i.flags&Ct.ISSUER_CRITICAL),Ct.decode.bytes=t+2,i};Ct.decode.bytes=0;Ct.encodingLength=function(r){return te.encodingLength(r.tag)+te.encodingLength(r.value)+2};var ri=q.mx={};ri.encode=function(r,e,t){e||(e=W.alloc(ri.encodingLength(r))),t||(t=0);let n=t;return t+=2,e.writeUInt16BE(r.preference||0,t),t+=2,H.encode(r.exchange,e,t),t+=H.encode.bytes,e.writeUInt16BE(t-n-2,n),ri.encode.bytes=t-n,e};ri.encode.bytes=0;ri.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.preference=r.readUInt16BE(e),e+=2,n.exchange=H.decode(r,e),e+=H.decode.bytes,ri.decode.bytes=e-t,n};ri.encodingLength=function(r){return 4+H.encodingLength(r.exchange)};var gn=q.a={};gn.encode=function(r,e,t){return e||(e=W.alloc(gn.encodingLength(r))),t||(t=0),e.writeUInt16BE(4,t),t+=2,Di.v4.encode(r,e,t),gn.encode.bytes=6,e};gn.encode.bytes=0;gn.decode=function(r,e){e||(e=0),e+=2;let t=Di.v4.decode(r,e);return gn.decode.bytes=6,t};gn.decode.bytes=0;gn.encodingLength=function(){return 6};var wn=q.aaaa={};wn.encode=function(r,e,t){return e||(e=W.alloc(wn.encodingLength(r))),t||(t=0),e.writeUInt16BE(16,t),t+=2,Di.v6.encode(r,e,t),wn.encode.bytes=18,e};wn.encode.bytes=0;wn.decode=function(r,e){e||(e=0),e+=2;let t=Di.v6.decode(r,e);return wn.decode.bytes=18,t};wn.decode.bytes=0;wn.encodingLength=function(){return 18};var vt=q.option={};vt.encode=function(r,e,t){e||(e=W.alloc(vt.encodingLength(r))),t||(t=0);let n=t,i=Hh.toCode(r.code);if(e.writeUInt16BE(i,t),t+=2,r.data)e.writeUInt16BE(r.data.length,t),t+=2,r.data.copy(e,t),t+=r.data.length;else switch(i){case 8:let o=r.sourcePrefixLength||0,s=r.family||Di.familyOf(r.ip),a=Di.encode(r.ip,W.alloc),c=Math.ceil(o/8);e.writeUInt16BE(c+4,t),t+=2,e.writeUInt16BE(s,t),t+=2,e.writeUInt8(o,t++),e.writeUInt8(r.scopePrefixLength||0,t++),a.copy(e,t,0,c),t+=c;break;case 11:r.timeout?(e.writeUInt16BE(2,t),t+=2,e.writeUInt16BE(r.timeout,t),t+=2):(e.writeUInt16BE(0,t),t+=2);break;case 12:let u=r.length||0;e.writeUInt16BE(u,t),t+=2,e.fill(0,t,t+u),t+=u;break;case 14:let l=r.tags.length*2;e.writeUInt16BE(l,t),t+=2;for(let d of r.tags)e.writeUInt16BE(d,t),t+=2;break;default:throw new Error(`Unknown roption code: ${r.code}`)}return vt.encode.bytes=t-n,e};vt.encode.bytes=0;vt.decode=function(r,e){e||(e=0);let t={};t.code=r.readUInt16BE(e),t.type=Hh.toString(t.code),e+=2;let n=r.readUInt16BE(e);switch(e+=2,t.data=r.slice(e,e+n),t.code){case 8:t.family=r.readUInt16BE(e),e+=2,t.sourcePrefixLength=r.readUInt8(e++),t.scopePrefixLength=r.readUInt8(e++);let i=W.alloc(t.family===1?4:16);r.copy(i,0,e,e+n-4),t.ip=Di.decode(i);break;case 11:n>0&&(t.timeout=r.readUInt16BE(e),e+=2);break;case 14:t.tags=[];for(let o=0;o<n;o+=2)t.tags.push(r.readUInt16BE(e)),e+=2}return vt.decode.bytes=n+4,t};vt.decode.bytes=0;vt.encodingLength=function(r){if(r.data)return r.data.length+4;switch(Hh.toCode(r.code)){case 8:let t=r.sourcePrefixLength||0;return Math.ceil(t/8)+8;case 11:return typeof r.timeout=="number"?6:4;case 12:return r.length+4;case 14:return 4+r.tags.length*2}throw new Error(`Unknown roption code: ${r.code}`)};var Ut=q.opt={};Ut.encode=function(r,e,t){e||(e=W.alloc(Ut.encodingLength(r))),t||(t=0);let n=t,i=Mo(r,vt);return e.writeUInt16BE(i,t),t=oa(r,vt,e,t+2),Ut.encode.bytes=t-n,e};Ut.encode.bytes=0;Ut.decode=function(r,e){e||(e=0);let t=e,n=[],i=r.readUInt16BE(e);e+=2;let o=0;for(;i>0;)n[o++]=vt.decode(r,e),e+=vt.decode.bytes,i-=vt.decode.bytes;return Ut.decode.bytes=e-t,n};Ut.decode.bytes=0;Ut.encodingLength=function(r){return 2+Mo(r||[],vt)};var ft=q.dnskey={};ft.PROTOCOL_DNSSEC=3;ft.ZONE_KEY=128;ft.SECURE_ENTRYPOINT=32768;ft.encode=function(r,e,t){e||(e=W.alloc(ft.encodingLength(r))),t||(t=0);let n=t,i=r.key;if(!W.isBuffer(i))throw new Error("Key must be a Buffer");return t+=2,e.writeUInt16BE(r.flags,t),t+=2,e.writeUInt8(ft.PROTOCOL_DNSSEC,t),t+=1,e.writeUInt8(r.algorithm,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,ft.encode.bytes=t-n,e.writeUInt16BE(ft.encode.bytes-2,n),e};ft.encode.bytes=0;ft.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);if(e+=2,n.flags=r.readUInt16BE(e),e+=2,r.readUInt8(e)!==ft.PROTOCOL_DNSSEC)throw new Error("Protocol must be 3");return e+=1,n.algorithm=r.readUInt8(e),e+=1,n.key=r.slice(e,t+i+2),e+=n.key.length,ft.decode.bytes=e-t,n};ft.decode.bytes=0;ft.encodingLength=function(r){return 6+W.byteLength(r.key)};var kr=q.rrsig={};kr.encode=function(r,e,t){e||(e=W.alloc(kr.encodingLength(r))),t||(t=0);let n=t,i=r.signature;if(!W.isBuffer(i))throw new Error("Signature must be a Buffer");return t+=2,e.writeUInt16BE(En.toType(r.typeCovered),t),t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.labels,t),t+=1,e.writeUInt32BE(r.originalTTL,t),t+=4,e.writeUInt32BE(r.expiration,t),t+=4,e.writeUInt32BE(r.inception,t),t+=4,e.writeUInt16BE(r.keyTag,t),t+=2,H.encode(r.signersName,e,t),t+=H.encode.bytes,i.copy(e,t,0,i.length),t+=i.length,kr.encode.bytes=t-n,e.writeUInt16BE(kr.encode.bytes-2,n),e};kr.encode.bytes=0;kr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.typeCovered=En.toString(r.readUInt16BE(e)),e+=2,n.algorithm=r.readUInt8(e),e+=1,n.labels=r.readUInt8(e),e+=1,n.originalTTL=r.readUInt32BE(e),e+=4,n.expiration=r.readUInt32BE(e),e+=4,n.inception=r.readUInt32BE(e),e+=4,n.keyTag=r.readUInt16BE(e),e+=2,n.signersName=H.decode(r,e),e+=H.decode.bytes,n.signature=r.slice(e,t+i+2),e+=n.signature.length,kr.decode.bytes=e-t,n};kr.decode.bytes=0;kr.encodingLength=function(r){return 20+H.encodingLength(r.signersName)+W.byteLength(r.signature)};var Rr=q.rp={};Rr.encode=function(r,e,t){e||(e=W.alloc(Rr.encodingLength(r))),t||(t=0);let n=t;return t+=2,H.encode(r.mbox||".",e,t,{mail:!0}),t+=H.encode.bytes,H.encode(r.txt||".",e,t),t+=H.encode.bytes,Rr.encode.bytes=t-n,e.writeUInt16BE(Rr.encode.bytes-2,n),e};Rr.encode.bytes=0;Rr.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.mbox=H.decode(r,e,{mail:!0})||".",e+=H.decode.bytes,n.txt=H.decode(r,e)||".",e+=H.decode.bytes,Rr.decode.bytes=e-t,n};Rr.decode.bytes=0;Rr.encodingLength=function(r){return 2+H.encodingLength(r.mbox||".")+H.encodingLength(r.txt||".")};var $e={};$e.encode=function(r,e,t){e||(e=W.alloc($e.encodingLength(r))),t||(t=0);let n=t;for(var i=[],o=0;o<r.length;o++){var s=En.toType(r[o]);i[s>>8]===void 0&&(i[s>>8]=[]),i[s>>8][s>>3&31]|=1<<7-(s&7)}for(o=0;o<i.length;o++)if(i[o]!==void 0){var a=W.from(i[o]);e.writeUInt8(o,t),t+=1,e.writeUInt8(a.length,t),t+=1,a.copy(e,t),t+=a.length}return $e.encode.bytes=t-n,e};$e.encode.bytes=0;$e.decode=function(r,e,t){e||(e=0);let n=e;for(var i=[];e-n<t;){var o=r.readUInt8(e);e+=1;var s=r.readUInt8(e);e+=1;for(var a=0;a<s;a++)for(var c=r.readUInt8(e+a),u=0;u<8;u++)if(c&1<<7-u){var l=En.toString(o<<8|a<<3|u);i.push(l)}e+=s}return $e.decode.bytes=e-n,i};$e.decode.bytes=0;$e.encodingLength=function(r){for(var e=[],t=0;t<r.length;t++){var n=En.toType(r[t]);e[n>>8]=Math.max(e[n>>8]||0,n&255)}var i=0;for(t=0;t<e.length;t++)e[t]!==void 0&&(i+=2+Math.ceil((e[t]+1)/8));return i};var Tr=q.nsec={};Tr.encode=function(r,e,t){e||(e=W.alloc(Tr.encodingLength(r))),t||(t=0);let n=t;return t+=2,H.encode(r.nextDomain,e,t),t+=H.encode.bytes,$e.encode(r.rrtypes,e,t),t+=$e.encode.bytes,Tr.encode.bytes=t-n,e.writeUInt16BE(Tr.encode.bytes-2,n),e};Tr.encode.bytes=0;Tr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.nextDomain=H.decode(r,e),e+=H.decode.bytes,n.rrtypes=$e.decode(r,e,i-(e-t)),e+=$e.decode.bytes,Tr.decode.bytes=e-t,n};Tr.decode.bytes=0;Tr.encodingLength=function(r){return 2+H.encodingLength(r.nextDomain)+$e.encodingLength(r.rrtypes)};var Nr=q.nsec3={};Nr.encode=function(r,e,t){e||(e=W.alloc(Nr.encodingLength(r))),t||(t=0);let n=t,i=r.salt;if(!W.isBuffer(i))throw new Error("salt must be a Buffer");let o=r.nextDomain;if(!W.isBuffer(o))throw new Error("nextDomain must be a Buffer");return t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.flags,t),t+=1,e.writeUInt16BE(r.iterations,t),t+=2,e.writeUInt8(i.length,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,e.writeUInt8(o.length,t),t+=1,o.copy(e,t,0,o.length),t+=o.length,$e.encode(r.rrtypes,e,t),t+=$e.encode.bytes,Nr.encode.bytes=t-n,e.writeUInt16BE(Nr.encode.bytes-2,n),e};Nr.encode.bytes=0;Nr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);e+=2,n.algorithm=r.readUInt8(e),e+=1,n.flags=r.readUInt8(e),e+=1,n.iterations=r.readUInt16BE(e),e+=2;let o=r.readUInt8(e);e+=1,n.salt=r.slice(e,e+o),e+=o;let s=r.readUInt8(e);return e+=1,n.nextDomain=r.slice(e,e+s),e+=s,n.rrtypes=$e.decode(r,e,i-(e-t)),e+=$e.decode.bytes,Nr.decode.bytes=e-t,n};Nr.decode.bytes=0;Nr.encodingLength=function(r){return 8+r.salt.length+r.nextDomain.length+$e.encodingLength(r.rrtypes)};var Cr=q.ds={};Cr.encode=function(r,e,t){e||(e=W.alloc(Cr.encodingLength(r))),t||(t=0);let n=t,i=r.digest;if(!W.isBuffer(i))throw new Error("Digest must be a Buffer");return t+=2,e.writeUInt16BE(r.keyTag,t),t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.digestType,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,Cr.encode.bytes=t-n,e.writeUInt16BE(Cr.encode.bytes-2,n),e};Cr.encode.bytes=0;Cr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.keyTag=r.readUInt16BE(e),e+=2,n.algorithm=r.readUInt8(e),e+=1,n.digestType=r.readUInt8(e),e+=1,n.digest=r.slice(e,t+i+2),e+=n.digest.length,Cr.decode.bytes=e-t,n};Cr.decode.bytes=0;Cr.encodingLength=function(r){return 6+W.byteLength(r.digest)};var Lt=q.sshfp={};Lt.getFingerprintLengthForHashType=function(e){switch(e){case 1:return 20;case 2:return 32}};Lt.encode=function(e,t,n){t||(t=W.alloc(Lt.encodingLength(e))),n||(n=0);let i=n;n+=2,t[n]=e.algorithm,n+=1,t[n]=e.hash,n+=1;let o=W.from(e.fingerprint.toUpperCase(),"hex");if(o.length!==Lt.getFingerprintLengthForHashType(e.hash))throw new Error("Invalid fingerprint length");return o.copy(t,n),n+=o.byteLength,Lt.encode.bytes=n-i,t.writeUInt16BE(Lt.encode.bytes-2,i),t};Lt.encode.bytes=0;Lt.decode=function(e,t){t||(t=0);let n=t,i={};t+=2,i.algorithm=e[t],t+=1,i.hash=e[t],t+=1;let o=Lt.getFingerprintLengthForHashType(i.hash);return i.fingerprint=e.slice(t,t+o).toString("hex").toUpperCase(),t+=o,Lt.decode.bytes=t-n,i};Lt.decode.bytes=0;Lt.encodingLength=function(r){return 4+W.from(r.fingerprint,"hex").byteLength};var Lr=q.naptr={};Lr.encode=function(r,e,t){e||(e=W.alloc(Lr.encodingLength(r))),t||(t=0);let n=t;return t+=2,e.writeUInt16BE(r.order||0,t),t+=2,e.writeUInt16BE(r.preference||0,t),t+=2,te.encode(r.flags,e,t),t+=te.encode.bytes,te.encode(r.services,e,t),t+=te.encode.bytes,te.encode(r.regexp,e,t),t+=te.encode.bytes,H.encode(r.replacement,e,t),t+=H.encode.bytes,Lr.encode.bytes=t-n,e.writeUInt16BE(Lr.encode.bytes-2,n),e};Lr.encode.bytes=0;Lr.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.order=r.readUInt16BE(e),e+=2,n.preference=r.readUInt16BE(e),e+=2,n.flags=te.decode(r,e),e+=te.decode.bytes,n.services=te.decode(r,e),e+=te.decode.bytes,n.regexp=te.decode(r,e),e+=te.decode.bytes,n.replacement=H.decode(r,e),e+=H.decode.bytes,Lr.decode.bytes=e-t,n};Lr.decode.bytes=0;Lr.encodingLength=function(r){return te.encodingLength(r.flags)+te.encodingLength(r.services)+te.encodingLength(r.regexp)+H.encodingLength(r.replacement)+6};var Ur=q.tlsa={};Ur.encode=function(r,e,t){e||(e=W.alloc(Ur.encodingLength(r))),t||(t=0);let n=t,i=r.certificate;if(!W.isBuffer(i))throw new Error("Certificate must be a Buffer");return t+=2,e.writeUInt8(r.usage,t),t+=1,e.writeUInt8(r.selector,t),t+=1,e.writeUInt8(r.matchingType,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,Ur.encode.bytes=t-n,e.writeUInt16BE(Ur.encode.bytes-2,n),e};Ur.encode.bytes=0;Ur.decode=function(r,e){e||(e=0);let t=e,n={},i=r.readUInt16BE(e);return e+=2,n.usage=r.readUInt8(e),e+=1,n.selector=r.readUInt8(e),e+=1,n.matchingType=r.readUInt8(e),e+=1,n.certificate=r.slice(e,t+i+2),e+=n.certificate.length,Ur.decode.bytes=e-t,n};Ur.decode.bytes=0;Ur.encodingLength=function(r){return 5+W.byteLength(r.certificate)};var zh=q.record=function(r){switch(r.toUpperCase()){case"A":return gn;case"PTR":return cr;case"CNAME":return gS;case"DNAME":return wS;case"TXT":return hn;case"NULL":return pn;case"AAAA":return wn;case"SRV":return yn;case"HINFO":return mn;case"CAA":return Ct;case"NS":return dn;case"SOA":return fn;case"MX":return ri;case"OPT":return Ut;case"DNSKEY":return ft;case"RRSIG":return kr;case"RP":return Rr;case"NSEC":return Tr;case"NSEC3":return Nr;case"SSHFP":return Lt;case"DS":return Cr;case"NAPTR":return Lr;case"TLSA":return Ur}return un},je=q.answer={};je.encode=function(r,e,t){e||(e=W.alloc(je.encodingLength(r))),t||(t=0);let n=t;if(H.encode(r.name,e,t),t+=H.encode.bytes,e.writeUInt16BE(En.toType(r.type),t),r.type.toUpperCase()==="OPT"){if(r.name!==".")throw new Error("OPT name must be root.");e.writeUInt16BE(r.udpPayloadSize||4096,t+2),e.writeUInt8(r.extendedRcode||0,t+4),e.writeUInt8(r.ednsVersion||0,t+5),e.writeUInt16BE(r.flags||0,t+6),t+=8,Ut.encode(r.options||[],e,t),t+=Ut.encode.bytes}else{let i=zl.toClass(r.class===void 0?"IN":r.class);r.flush&&(i|=$h),e.writeUInt16BE(i,t+2),e.writeUInt32BE(r.ttl||0,t+4),t+=8;let o=zh(r.type);o.encode(r.data,e,t),t+=o.encode.bytes}return je.encode.bytes=t-n,e};je.encode.bytes=0;je.decode=function(r,e){e||(e=0);let t={},n=e;if(t.name=H.decode(r,e),e+=H.decode.bytes,t.type=En.toString(r.readUInt16BE(e)),t.type==="OPT")t.udpPayloadSize=r.readUInt16BE(e+2),t.extendedRcode=r.readUInt8(e+4),t.ednsVersion=r.readUInt8(e+5),t.flags=r.readUInt16BE(e+6),t.flag_do=(t.flags>>15&1)===1,t.options=Ut.decode(r,e+8),e+=8+Ut.decode.bytes;else{let i=r.readUInt16BE(e+2);t.ttl=r.readUInt32BE(e+4),t.class=zl.toString(i&mS),t.flush=!!(i&$h);let o=zh(t.type);t.data=o.decode(r,e+8),e+=8+o.decode.bytes}return je.decode.bytes=e-n,t};je.decode.bytes=0;je.encodingLength=function(r){let e=r.data!==null&&r.data!==void 0?r.data:r.options;return H.encodingLength(r.name)+8+zh(r.type).encodingLength(e)};var lr=q.question={};lr.encode=function(r,e,t){e||(e=W.alloc(lr.encodingLength(r))),t||(t=0);let n=t;return H.encode(r.name,e,t),t+=H.encode.bytes,e.writeUInt16BE(En.toType(r.type),t),t+=2,e.writeUInt16BE(zl.toClass(r.class===void 0?"IN":r.class),t),t+=2,lr.encode.bytes=t-n,r};lr.encode.bytes=0;lr.decode=function(r,e){e||(e=0);let t=e,n={};return n.name=H.decode(r,e),e+=H.decode.bytes,n.type=En.toString(r.readUInt16BE(e)),e+=2,n.class=zl.toString(r.readUInt16BE(e)),e+=2,!!(n.class&Lw)&&(n.class&=yS),lr.decode.bytes=e-t,n};lr.decode.bytes=0;lr.encodingLength=function(r){return H.encodingLength(r.name)+4};q.AUTHORITATIVE_ANSWER=1024;q.TRUNCATED_RESPONSE=512;q.RECURSION_DESIRED=256;q.RECURSION_AVAILABLE=128;q.AUTHENTIC_DATA=32;q.CHECKING_DISABLED=16;q.DNSSEC_OK=32768;q.encode=function(r,e,t){let n=!e;n&&(e=W.alloc(q.encodingLength(r))),t||(t=0);let i=t;return r.questions||(r.questions=[]),r.answers||(r.answers=[]),r.authorities||(r.authorities=[]),r.additionals||(r.additionals=[]),ur.encode(r,e,t),t+=ur.encode.bytes,t=oa(r.questions,lr,e,t),t=oa(r.answers,je,e,t),t=oa(r.authorities,je,e,t),t=oa(r.additionals,je,e,t),q.encode.bytes=t-i,n&&q.encode.bytes!==e.length?e.slice(0,q.encode.bytes):e};q.encode.bytes=0;q.decode=function(r,e){e||(e=0);let t=e,n=ur.decode(r,e);return e+=ur.decode.bytes,e=$l(n.questions,lr,r,e),e=$l(n.answers,je,r,e),e=$l(n.authorities,je,r,e),e=$l(n.additionals,je,r,e),q.decode.bytes=e-t,n};q.decode.bytes=0;q.encodingLength=function(r){return ur.encodingLength(r)+Mo(r.questions||[],lr)+Mo(r.answers||[],je)+Mo(r.authorities||[],je)+Mo(r.additionals||[],je)};q.streamEncode=function(r){let e=q.encode(r),t=W.alloc(2);t.writeUInt16BE(e.byteLength);let n=W.concat([t,e]);return q.streamEncode.bytes=n.byteLength,n};q.streamEncode.bytes=0;q.streamDecode=function(r){let e=r.readUInt16BE(0);if(r.byteLength<e+2)return null;let t=q.decode(r.slice(2));return q.streamDecode.bytes=q.decode.bytes,t};q.streamDecode.bytes=0;function Mo(r,e){let t=0;for(let n=0;n<r.length;n++)t+=e.encodingLength(r[n]);return t}function oa(r,e,t,n){for(let i=0;i<r.length;i++)e.encode(r[i],t,n),n+=e.encode.bytes;return n}function $l(r,e,t,n){for(let i=0;i<r.length;i++)r[i]=e.decode(t,n),n+=e.decode.bytes;return n}});var Gw=le((fa,ql)=>{(function(r,e){"use strict";var t={version:"3.0.0",x86:{},x64:{},inputValidation:!0};function n(f){if(!Array.isArray(f)&&!ArrayBuffer.isView(f))return!1;for(var h=0;h<f.length;h++)if(!Number.isInteger(f[h])||f[h]<0||f[h]>255)return!1;return!0}function i(f,h){return(f&65535)*h+(((f>>>16)*h&65535)<<16)}function o(f,h){return f<<h|f>>>32-h}function s(f){return f^=f>>>16,f=i(f,2246822507),f^=f>>>13,f=i(f,3266489909),f^=f>>>16,f}function a(f,h){f=[f[0]>>>16,f[0]&65535,f[1]>>>16,f[1]&65535],h=[h[0]>>>16,h[0]&65535,h[1]>>>16,h[1]&65535];var p=[0,0,0,0];return p[3]+=f[3]+h[3],p[2]+=p[3]>>>16,p[3]&=65535,p[2]+=f[2]+h[2],p[1]+=p[2]>>>16,p[2]&=65535,p[1]+=f[1]+h[1],p[0]+=p[1]>>>16,p[1]&=65535,p[0]+=f[0]+h[0],p[0]&=65535,[p[0]<<16|p[1],p[2]<<16|p[3]]}function c(f,h){f=[f[0]>>>16,f[0]&65535,f[1]>>>16,f[1]&65535],h=[h[0]>>>16,h[0]&65535,h[1]>>>16,h[1]&65535];var p=[0,0,0,0];return p[3]+=f[3]*h[3],p[2]+=p[3]>>>16,p[3]&=65535,p[2]+=f[2]*h[3],p[1]+=p[2]>>>16,p[2]&=65535,p[2]+=f[3]*h[2],p[1]+=p[2]>>>16,p[2]&=65535,p[1]+=f[1]*h[3],p[0]+=p[1]>>>16,p[1]&=65535,p[1]+=f[2]*h[2],p[0]+=p[1]>>>16,p[1]&=65535,p[1]+=f[3]*h[1],p[0]+=p[1]>>>16,p[1]&=65535,p[0]+=f[0]*h[3]+f[1]*h[2]+f[2]*h[1]+f[3]*h[0],p[0]&=65535,[p[0]<<16|p[1],p[2]<<16|p[3]]}function u(f,h){return h%=64,h===32?[f[1],f[0]]:h<32?[f[0]<<h|f[1]>>>32-h,f[1]<<h|f[0]>>>32-h]:(h-=32,[f[1]<<h|f[0]>>>32-h,f[0]<<h|f[1]>>>32-h])}function l(f,h){return h%=64,h===0?f:h<32?[f[0]<<h|f[1]>>>32-h,f[1]<<h]:[f[1]<<h-32,0]}function d(f,h){return[f[0]^h[0],f[1]^h[1]]}function m(f){return f=d(f,[0,f[0]>>>1]),f=c(f,[4283543511,3981806797]),f=d(f,[0,f[0]>>>1]),f=c(f,[3301882366,444984403]),f=d(f,[0,f[0]>>>1]),f}t.x86.hash32=function(f,h){if(t.inputValidation&&!n(f))return e;h=h||0;for(var p=f.length%4,y=f.length-p,g=h,x=0,E=3432918353,_=461845907,S=0;S<y;S=S+4)x=f[S]|f[S+1]<<8|f[S+2]<<16|f[S+3]<<24,x=i(x,E),x=o(x,15),x=i(x,_),g^=x,g=o(g,13),g=i(g,5)+3864292196;switch(x=0,p){case 3:x^=f[S+2]<<16;case 2:x^=f[S+1]<<8;case 1:x^=f[S],x=i(x,E),x=o(x,15),x=i(x,_),g^=x}return g^=f.length,g=s(g),g>>>0},t.x86.hash128=function(f,h){if(t.inputValidation&&!n(f))return e;h=h||0;for(var p=f.length%16,y=f.length-p,g=h,x=h,E=h,_=h,S=0,A=0,v=0,b=0,T=597399067,C=2869860233,N=951274213,$=2716044179,D=0;D<y;D=D+16)S=f[D]|f[D+1]<<8|f[D+2]<<16|f[D+3]<<24,A=f[D+4]|f[D+5]<<8|f[D+6]<<16|f[D+7]<<24,v=f[D+8]|f[D+9]<<8|f[D+10]<<16|f[D+11]<<24,b=f[D+12]|f[D+13]<<8|f[D+14]<<16|f[D+15]<<24,S=i(S,T),S=o(S,15),S=i(S,C),g^=S,g=o(g,19),g+=x,g=i(g,5)+1444728091,A=i(A,C),A=o(A,16),A=i(A,N),x^=A,x=o(x,17),x+=E,x=i(x,5)+197830471,v=i(v,N),v=o(v,17),v=i(v,$),E^=v,E=o(E,15),E+=_,E=i(E,5)+2530024501,b=i(b,$),b=o(b,18),b=i(b,T),_^=b,_=o(_,13),_+=g,_=i(_,5)+850148119;switch(S=0,A=0,v=0,b=0,p){case 15:b^=f[D+14]<<16;case 14:b^=f[D+13]<<8;case 13:b^=f[D+12],b=i(b,$),b=o(b,18),b=i(b,T),_^=b;case 12:v^=f[D+11]<<24;case 11:v^=f[D+10]<<16;case 10:v^=f[D+9]<<8;case 9:v^=f[D+8],v=i(v,N),v=o(v,17),v=i(v,$),E^=v;case 8:A^=f[D+7]<<24;case 7:A^=f[D+6]<<16;case 6:A^=f[D+5]<<8;case 5:A^=f[D+4],A=i(A,C),A=o(A,16),A=i(A,N),x^=A;case 4:S^=f[D+3]<<24;case 3:S^=f[D+2]<<16;case 2:S^=f[D+1]<<8;case 1:S^=f[D],S=i(S,T),S=o(S,15),S=i(S,C),g^=S}return g^=f.length,x^=f.length,E^=f.length,_^=f.length,g+=x,g+=E,g+=_,x+=g,E+=g,_+=g,g=s(g),x=s(x),E=s(E),_=s(_),g+=x,g+=E,g+=_,x+=g,E+=g,_+=g,("00000000"+(g>>>0).toString(16)).slice(-8)+("00000000"+(x>>>0).toString(16)).slice(-8)+("00000000"+(E>>>0).toString(16)).slice(-8)+("00000000"+(_>>>0).toString(16)).slice(-8)},t.x64.hash128=function(f,h){if(t.inputValidation&&!n(f))return e;h=h||0;for(var p=f.length%16,y=f.length-p,g=[0,h],x=[0,h],E=[0,0],_=[0,0],S=[2277735313,289559509],A=[1291169091,658871167],v=0;v<y;v=v+16)E=[f[v+4]|f[v+5]<<8|f[v+6]<<16|f[v+7]<<24,f[v]|f[v+1]<<8|f[v+2]<<16|f[v+3]<<24],_=[f[v+12]|f[v+13]<<8|f[v+14]<<16|f[v+15]<<24,f[v+8]|f[v+9]<<8|f[v+10]<<16|f[v+11]<<24],E=c(E,S),E=u(E,31),E=c(E,A),g=d(g,E),g=u(g,27),g=a(g,x),g=a(c(g,[0,5]),[0,1390208809]),_=c(_,A),_=u(_,33),_=c(_,S),x=d(x,_),x=u(x,31),x=a(x,g),x=a(c(x,[0,5]),[0,944331445]);switch(E=[0,0],_=[0,0],p){case 15:_=d(_,l([0,f[v+14]],48));case 14:_=d(_,l([0,f[v+13]],40));case 13:_=d(_,l([0,f[v+12]],32));case 12:_=d(_,l([0,f[v+11]],24));case 11:_=d(_,l([0,f[v+10]],16));case 10:_=d(_,l([0,f[v+9]],8));case 9:_=d(_,[0,f[v+8]]),_=c(_,A),_=u(_,33),_=c(_,S),x=d(x,_);case 8:E=d(E,l([0,f[v+7]],56));case 7:E=d(E,l([0,f[v+6]],48));case 6:E=d(E,l([0,f[v+5]],40));case 5:E=d(E,l([0,f[v+4]],32));case 4:E=d(E,l([0,f[v+3]],24));case 3:E=d(E,l([0,f[v+2]],16));case 2:E=d(E,l([0,f[v+1]],8));case 1:E=d(E,[0,f[v]]),E=c(E,S),E=u(E,31),E=c(E,A),g=d(g,E)}return g=d(g,[0,f.length]),x=d(x,[0,f.length]),g=a(g,x),x=a(x,g),g=m(g),x=m(x),g=a(g,x),x=a(x,g),("00000000"+(g[0]>>>0).toString(16)).slice(-8)+("00000000"+(g[1]>>>0).toString(16)).slice(-8)+("00000000"+(x[0]>>>0).toString(16)).slice(-8)+("00000000"+(x[1]>>>0).toString(16)).slice(-8)},typeof fa<"u"?(typeof ql<"u"&&ql.exports&&(fa=ql.exports=t),fa.murmurHash3=t):typeof define=="function"&&define.amd?define([],function(){return t}):(t._murmurHash3=r.murmurHash3,t.noConflict=function(){return r.murmurHash3=t._murmurHash3,t._murmurHash3=e,t.noConflict=e,t},r.murmurHash3=t)})(fa)});var Ww=le((Y9,qw)=>{qw.exports=Gw()});var Yl=le((tV,jw)=>{"use strict";jw.exports=class{constructor(){this._bitArrays=[],this._data=[],this._length=0,this._changedLength=!1,this._changedData=!1}set(e,t){let n=this._internalPositionFor(e,!1);if(t===void 0)n!==-1&&(this._unsetInternalPos(n),this._unsetBit(e),this._changedLength=!0,this._changedData=!0);else{let i=!1;n===-1?(n=this._data.length,this._setBit(e),this._changedData=!0):i=!0,this._setInternalPos(n,e,t,i),this._changedLength=!0}}unset(e){this.set(e,void 0)}get(e){this._sortData();let t=this._internalPositionFor(e,!0);if(t!==-1)return this._data[t][1]}push(e){return this.set(this.length,e),this.length}get length(){if(this._sortData(),this._changedLength){let e=this._data[this._data.length-1];this._length=e?e[0]+1:0,this._changedLength=!1}return this._length}forEach(e){let t=0;for(;t<this.length;)e(this.get(t),t,this),t++}map(e){let t=0,n=new Array(this.length);for(;t<this.length;)n[t]=e(this.get(t),t,this),t++;return n}reduce(e,t){let n=0,i=t;for(;n<this.length;){let o=this.get(n);i=e(i,o,n),n++}return i}find(e){let t=0,n,i;for(;t<this.length&&!n;)i=this.get(t),n=e(i),t++;return n?i:void 0}_internalPositionFor(e,t){let n=this._bytePosFor(e,t);if(n>=this._bitArrays.length)return-1;let i=this._bitArrays[n],o=e-n*7;if(!((i&1<<o)>0))return-1;let a=this._bitArrays.slice(0,n).reduce(US,0),c=~(4294967295<<o+1),u=Yw(i&c);return a+u-1}_bytePosFor(e,t){let n=Math.floor(e/7),i=n+1;for(;!t&&this._bitArrays.length<i;)this._bitArrays.push(0);return n}_setBit(e){let t=this._bytePosFor(e,!1);this._bitArrays[t]|=1<<e-t*7}_unsetBit(e){let t=this._bytePosFor(e,!1);this._bitArrays[t]&=~(1<<e-t*7)}_setInternalPos(e,t,n,i){let o=this._data,s=[t,n];if(i)this._sortData(),o[e]=s;else{if(o.length)if(o[o.length-1][0]>=t)o.push(s);else if(o[0][0]<=t)o.unshift(s);else{let a=Math.round(o.length/2);this._data=o.slice(0,a).concat(s).concat(o.slice(a))}else this._data.push(s);this._changedData=!0,this._changedLength=!0}}_unsetInternalPos(e){this._data.splice(e,1)}_sortData(){this._changedData&&this._data.sort(DS),this._changedData=!1}bitField(){let e=[],t=8,n=0,i=0,o,s=this._bitArrays.slice();for(;s.length||n;){n===0&&(o=s.shift(),n=7);let c=Math.min(n,t),u=~(255<<c),l=o&u;i|=l<<8-t,o=o>>>c,n-=c,t-=c,(!t||!n&&!s.length)&&(e.push(i),i=0,t=8)}for(var a=e.length-1;a>0&&e[a]===0;a--)e.pop();return e}compactArray(){return this._sortData(),this._data.map(OS)}};function US(r,e){return r+Yw(e)}function Yw(r){let e=r;return e=e-(e>>1&1431655765),e=(e&858993459)+(e>>2&858993459),(e+(e>>4)&252645135)*16843009>>24}function DS(r,e){return r[0]-e[0]}function OS(r){return r[1]}});var u2=le((OV,l2)=>{var Zh=class{constructor(e,t=12,n=8*1024,i=32*1024,o=64,s){this.bits=t,this.min=n,this.max=i,this.asModule=e,this.rabin=new e.Rabin(t,n,i,o,s),this.polynomial=s}fingerprint(e){let{__retain:t,__release:n,__allocArray:i,__getInt32Array:o,Int32Array_ID:s,Uint8Array_ID:a}=this.asModule,c=new Int32Array(Math.ceil(e.length/this.min)),u=t(i(s,c)),l=t(i(a,e)),d=this.rabin.fingerprint(l,u),m=o(d);n(l),n(u);let f=m.indexOf(0);return f>=0?m.subarray(0,f):m}};l2.exports=Zh});var y2=le(ma=>{"use strict";var jS=typeof BigUint64Array<"u",ha=Symbol(),pa=1024;function d2(r,e){let t=new Uint32Array(r),n=new Uint16Array(r);var i=t[e+-4>>>2]>>>1,o=e>>>1;if(i<=pa)return String.fromCharCode.apply(String,n.subarray(o,o+i));let s=[];do{let a=n[o+pa-1],c=a>=55296&&a<56320?pa-1:pa;s.push(String.fromCharCode.apply(String,n.subarray(o,o+=c))),i-=c}while(i>pa);return s.join("")+String.fromCharCode.apply(String,n.subarray(o,o+i))}function Jh(r){let e={};function t(i,o){return i?d2(i.buffer,o):"<yet unknown>"}let n=r.env=r.env||{};return n.abort=n.abort||function(o,s,a,c){let u=e.memory||n.memory;throw Error("abort: "+t(u,o)+" at "+t(u,s)+":"+a+":"+c)},n.trace=n.trace||function(o,s){let a=e.memory||n.memory;console.log("trace: "+t(a,o)+(s?" ":"")+Array.prototype.slice.call(arguments,2,2+s).join(", "))},r.Math=r.Math||Math,r.Date=r.Date||Date,e}function Qh(r,e){let t=e.exports,n=t.memory,i=t.table,o=t.__alloc,s=t.__retain,a=t.__rtti_base||-1;function c(A){let v=new Uint32Array(n.buffer),b=v[a>>>2];if((A>>>=0)>=b)throw Error("invalid id: "+A);return v[(a+4>>>2)+A*2]}function u(A){let v=new Uint32Array(n.buffer),b=v[a>>>2];if((A>>>=0)>=b)throw Error("invalid id: "+A);return v[(a+4>>>2)+A*2+1]}function l(A){return 31-Math.clz32(A>>>5&31)}function d(A){return 31-Math.clz32(A>>>14&31)}function m(A){let v=A.length,b=o(v<<1,1),T=new Uint16Array(n.buffer);for(var C=0,N=b>>>1;C<v;++C)T[N+C]=A.charCodeAt(C);return b}r.__allocString=m;function f(A){let v=n.buffer;if(new Uint32Array(v)[A+-8>>>2]!==1)throw Error("not a string: "+A);return d2(v,A)}r.__getString=f;function h(A,v,b){let T=n.buffer;if(b)switch(A){case 2:return new Float32Array(T);case 3:return new Float64Array(T)}else switch(A){case 0:return new(v?Int8Array:Uint8Array)(T);case 1:return new(v?Int16Array:Uint16Array)(T);case 2:return new(v?Int32Array:Uint32Array)(T);case 3:return new(v?BigInt64Array:BigUint64Array)(T)}throw Error("unsupported align: "+A)}function p(A,v){let b=c(A);if(!(b&3))throw Error("not an array: "+A+" @ "+b);let T=l(b),C=v.length,N=o(C<<T,0),$=o(b&2?16:12,A),D=new Uint32Array(n.buffer);D[$+0>>>2]=s(N),D[$+4>>>2]=N,D[$+8>>>2]=C<<T,b&2&&(D[$+12>>>2]=C);let ne=h(T,b&1024,b&2048);if(b&8192)for(let B=0;B<C;++B)ne[(N>>>T)+B]=s(v[B]);else ne.set(v,N>>>T);return $}r.__allocArray=p;function y(A){let v=new Uint32Array(n.buffer),b=v[A+-8>>>2],T=c(b);if(!(T&1))throw Error("not an array: "+b);let C=l(T);var N=v[A+4>>>2];let $=T&2?v[A+12>>>2]:v[N+-4>>>2]>>>C;return h(C,T&1024,T&2048).subarray(N>>>=C,N+$)}r.__getArrayView=y;function g(A){let v=y(A),b=v.length,T=new Array(b);for(let C=0;C<b;C++)T[C]=v[C];return T}r.__getArray=g;function x(A){let v=n.buffer,b=new Uint32Array(v)[A+-4>>>2];return v.slice(A,A+b)}r.__getArrayBuffer=x;function E(A,v,b){return new A(_(A,v,b))}function _(A,v,b){let T=n.buffer,C=new Uint32Array(T),N=C[b+4>>>2];return new A(T,N,C[N+-4>>>2]>>>v)}r.__getInt8Array=E.bind(null,Int8Array,0),r.__getInt8ArrayView=_.bind(null,Int8Array,0),r.__getUint8Array=E.bind(null,Uint8Array,0),r.__getUint8ArrayView=_.bind(null,Uint8Array,0),r.__getUint8ClampedArray=E.bind(null,Uint8ClampedArray,0),r.__getUint8ClampedArrayView=_.bind(null,Uint8ClampedArray,0),r.__getInt16Array=E.bind(null,Int16Array,1),r.__getInt16ArrayView=_.bind(null,Int16Array,1),r.__getUint16Array=E.bind(null,Uint16Array,1),r.__getUint16ArrayView=_.bind(null,Uint16Array,1),r.__getInt32Array=E.bind(null,Int32Array,2),r.__getInt32ArrayView=_.bind(null,Int32Array,2),r.__getUint32Array=E.bind(null,Uint32Array,2),r.__getUint32ArrayView=_.bind(null,Uint32Array,2),jS&&(r.__getInt64Array=E.bind(null,BigInt64Array,3),r.__getInt64ArrayView=_.bind(null,BigInt64Array,3),r.__getUint64Array=E.bind(null,BigUint64Array,3),r.__getUint64ArrayView=_.bind(null,BigUint64Array,3)),r.__getFloat32Array=E.bind(null,Float32Array,2),r.__getFloat32ArrayView=_.bind(null,Float32Array,2),r.__getFloat64Array=E.bind(null,Float64Array,3),r.__getFloat64ArrayView=_.bind(null,Float64Array,3);function S(A,v){let b=new Uint32Array(n.buffer);var T=b[A+-8>>>2];if(T<=b[a>>>2])do if(T==v)return!0;while(T=u(T));return!1}return r.__instanceof=S,r.memory=r.memory||n,r.table=r.table||i,m2(t,r)}function f2(r){return typeof Response<"u"&&r instanceof Response}async function h2(r,e){return f2(r=await r)?p2(r,e):Qh(Jh(e||(e={})),await WebAssembly.instantiate(r instanceof WebAssembly.Module?r:await WebAssembly.compile(r),e))}ma.instantiate=h2;function XS(r,e){return Qh(Jh(e||(e={})),new WebAssembly.Instance(r instanceof WebAssembly.Module?r:new WebAssembly.Module(r),e))}ma.instantiateSync=XS;async function p2(r,e){return WebAssembly.instantiateStreaming?Qh(Jh(e||(e={})),(await WebAssembly.instantiateStreaming(r,e)).instance):h2(f2(r=await r)?r.arrayBuffer():r,e)}ma.instantiateStreaming=p2;function m2(r,e){var t=e?Object.create(e):{},n=r.__argumentsLength?function(i){r.__argumentsLength.value=i}:r.__setArgumentsLength||r.__setargc||function(){};for(let i in r){if(!Object.prototype.hasOwnProperty.call(r,i))continue;let o=r[i],s=i.split("."),a=t;for(;s.length>1;){let l=s.shift();Object.prototype.hasOwnProperty.call(a,l)||(a[l]={}),a=a[l]}let c=s[0],u=c.indexOf("#");if(u>=0){let l=c.substring(0,u),d=a[l];if(typeof d>"u"||!d.prototype){let m=function(...f){return m.wrap(m.prototype.constructor(0,...f))};m.prototype={valueOf:function(){return this[ha]}},m.wrap=function(f){return Object.create(m.prototype,{[ha]:{value:f,writable:!1}})},d&&Object.getOwnPropertyNames(d).forEach(f=>Object.defineProperty(m,f,Object.getOwnPropertyDescriptor(d,f))),a[l]=m}if(c=c.substring(u+1),a=a[l].prototype,/^(get|set):/.test(c)){if(!Object.prototype.hasOwnProperty.call(a,c=c.substring(4))){let m=r[i.replace("set:","get:")],f=r[i.replace("get:","set:")];Object.defineProperty(a,c,{get:function(){return m(this[ha])},set:function(h){f(this[ha],h)},enumerable:!0})}}else c==="constructor"?(a[c]=(...m)=>(n(m.length),o(...m))).original=o:(a[c]=function(...m){return n(m.length),o(this[ha],...m)}).original=o}else/^(get|set):/.test(c)?Object.prototype.hasOwnProperty.call(a,c=c.substring(4))||Object.defineProperty(a,c,{get:r[i.replace("set:","get:")],set:r[i.replace("get:","set:")],enumerable:!0}):typeof o=="function"&&o!==n?(a[c]=(...l)=>(n(l.length),o(...l))).original=o:a[c]=o}return t}ma.demangle=m2});var w2=le((FV,g2)=>{var{instantiate:ZS}=y2();ep.supported=typeof WebAssembly<"u";function ep(r={}){if(!ep.supported)return null;var e=new Uint8Array([0,97,115,109,1,0,0,0,1,78,14,96,2,127,126,0,96,1,127,1,126,96,2,127,127,0,96,1,127,1,127,96,1,127,0,96,2,127,127,1,127,96,3,127,127,127,1,127,96,0,0,96,3,127,127,127,0,96,0,1,127,96,4,127,127,127,127,0,96,5,127,127,127,127,127,1,127,96,1,126,1,127,96,2,126,126,1,126,2,13,1,3,101,110,118,5,97,98,111,114,116,0,10,3,54,53,2,2,8,9,3,5,2,8,6,5,3,4,2,6,9,12,13,2,5,11,3,2,3,2,3,2,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,6,7,7,4,4,5,3,1,0,1,6,47,9,127,1,65,0,11,127,1,65,0,11,127,0,65,3,11,127,0,65,4,11,127,1,65,0,11,127,1,65,0,11,127,1,65,0,11,127,0,65,240,2,11,127,0,65,6,11,7,240,5,41,6,109,101,109,111,114,121,2,0,7,95,95,97,108,108,111,99,0,10,8,95,95,114,101,116,97,105,110,0,11,9,95,95,114,101,108,101,97,115,101,0,12,9,95,95,99,111,108,108,101,99,116,0,51,11,95,95,114,116,116,105,95,98,97,115,101,3,7,13,73,110,116,51,50,65,114,114,97,121,95,73,68,3,2,13,85,105,110,116,56,65,114,114,97,121,95,73,68,3,3,6,100,101,103,114,101,101,0,16,3,109,111,100,0,17,5,82,97,98,105,110,3,8,16,82,97,98,105,110,35,103,101,116,58,119,105,110,100,111,119,0,21,16,82,97,98,105,110,35,115,101,116,58,119,105,110,100,111,119,0,22,21,82,97,98,105,110,35,103,101,116,58,119,105,110,100,111,119,95,115,105,122,101,0,23,21,82,97,98,105,110,35,115,101,116,58,119,105,110,100,111,119,95,115,105,122,101,0,24,14,82,97,98,105,110,35,103,101,116,58,119,112,111,115,0,25,14,82,97,98,105,110,35,115,101,116,58,119,112,111,115,0,26,15,82,97,98,105,110,35,103,101,116,58,99,111,117,110,116,0,27,15,82,97,98,105,110,35,115,101,116,58,99,111,117,110,116,0,28,13,82,97,98,105,110,35,103,101,116,58,112,111,115,0,29,13,82,97,98,105,110,35,115,101,116,58,112,111,115,0,30,15,82,97,98,105,110,35,103,101,116,58,115,116,97,114,116,0,31,15,82,97,98,105,110,35,115,101,116,58,115,116,97,114,116,0,32,16,82,97,98,105,110,35,103,101,116,58,100,105,103,101,115,116,0,33,16,82,97,98,105,110,35,115,101,116,58,100,105,103,101,115,116,0,34,21,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,115,116,97,114,116,0,35,21,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,115,116,97,114,116,0,36,22,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,108,101,110,103,116,104,0,37,22,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,108,101,110,103,116,104,0,38,31,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,99,117,116,95,102,105,110,103,101,114,112,114,105,110,116,0,39,31,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,99,117,116,95,102,105,110,103,101,114,112,114,105,110,116,0,40,20,82,97,98,105,110,35,103,101,116,58,112,111,108,121,110,111,109,105,97,108,0,41,20,82,97,98,105,110,35,115,101,116,58,112,111,108,121,110,111,109,105,97,108,0,42,17,82,97,98,105,110,35,103,101,116,58,109,105,110,115,105,122,101,0,43,17,82,97,98,105,110,35,115,101,116,58,109,105,110,115,105,122,101,0,44,17,82,97,98,105,110,35,103,101,116,58,109,97,120,115,105,122,101,0,45,17,82,97,98,105,110,35,115,101,116,58,109,97,120,115,105,122,101,0,46,14,82,97,98,105,110,35,103,101,116,58,109,97,115,107,0,47,14,82,97,98,105,110,35,115,101,116,58,109,97,115,107,0,48,17,82,97,98,105,110,35,99,111,110,115,116,114,117,99,116,111,114,0,20,17,82,97,98,105,110,35,102,105,110,103,101,114,112,114,105,110,116,0,49,8,1,50,10,165,31,53,199,1,1,4,127,32,1,40,2,0,65,124,113,34,2,65,128,2,73,4,127,32,2,65,4,118,33,4,65,0,5,32,2,65,31,32,2,103,107,34,3,65,4,107,118,65,16,115,33,4,32,3,65,7,107,11,33,3,32,1,40,2,20,33,2,32,1,40,2,16,34,5,4,64,32,5,32,2,54,2,20,11,32,2,4,64,32,2,32,5,54,2,16,11,32,1,32,0,32,4,32,3,65,4,116,106,65,2,116,106,40,2,96,70,4,64,32,0,32,4,32,3,65,4,116,106,65,2,116,106,32,2,54,2,96,32,2,69,4,64,32,0,32,3,65,2,116,106,32,0,32,3,65,2,116,106,40,2,4,65,1,32,4,116,65,127,115,113,34,1,54,2,4,32,1,69,4,64,32,0,32,0,40,2,0,65,1,32,3,116,65,127,115,113,54,2,0,11,11,11,11,226,2,1,6,127,32,1,40,2,0,33,3,32,1,65,16,106,32,1,40,2,0,65,124,113,106,34,4,40,2,0,34,5,65,1,113,4,64,32,3,65,124,113,65,16,106,32,5,65,124,113,106,34,2,65,240,255,255,255,3,73,4,64,32,0,32,4,16,1,32,1,32,2,32,3,65,3,113,114,34,3,54,2,0,32,1,65,16,106,32,1,40,2,0,65,124,113,106,34,4,40,2,0,33,5,11,11,32,3,65,2,113,4,64,32,1,65,4,107,40,2,0,34,2,40,2,0,34,6,65,124,113,65,16,106,32,3,65,124,113,106,34,7,65,240,255,255,255,3,73,4,64,32,0,32,2,16,1,32,2,32,7,32,6,65,3,113,114,34,3,54,2,0,32,2,33,1,11,11,32,4,32,5,65,2,114,54,2,0,32,4,65,4,107,32,1,54,2,0,32,0,32,3,65,124,113,34,2,65,128,2,73,4,127,32,2,65,4,118,33,4,65,0,5,32,2,65,31,32,2,103,107,34,2,65,4,107,118,65,16,115,33,4,32,2,65,7,107,11,34,3,65,4,116,32,4,106,65,2,116,106,40,2,96,33,2,32,1,65,0,54,2,16,32,1,32,2,54,2,20,32,2,4,64,32,2,32,1,54,2,16,11,32,0,32,4,32,3,65,4,116,106,65,2,116,106,32,1,54,2,96,32,0,32,0,40,2,0,65,1,32,3,116,114,54,2,0,32,0,32,3,65,2,116,106,32,0,32,3,65,2,116,106,40,2,4,65,1,32,4,116,114,54,2,4,11,119,1,1,127,32,2,2,127,32,0,40,2,160,12,34,2,4,64,32,2,32,1,65,16,107,70,4,64,32,2,40,2,0,33,3,32,1,65,16,107,33,1,11,11,32,1,11,107,34,2,65,48,73,4,64,15,11,32,1,32,3,65,2,113,32,2,65,32,107,65,1,114,114,54,2,0,32,1,65,0,54,2,16,32,1,65,0,54,2,20,32,1,32,2,106,65,16,107,34,2,65,2,54,2,0,32,0,32,2,54,2,160,12,32,0,32,1,16,2,11,155,1,1,3,127,35,0,34,0,69,4,64,65,1,63,0,34,0,74,4,127,65,1,32,0,107,64,0,65,0,72,5,65,0,11,4,64,0,11,65,176,3,34,0,65,0,54,2,0,65,208,15,65,0,54,2,0,3,64,32,1,65,23,73,4,64,32,1,65,2,116,65,176,3,106,65,0,54,2,4,65,0,33,2,3,64,32,2,65,16,73,4,64,32,1,65,4,116,32,2,106,65,2,116,65,176,3,106,65,0,54,2,96,32,2,65,1,106,33,2,12,1,11,11,32,1,65,1,106,33,1,12,1,11,11,65,176,3,65,224,15,63,0,65,16,116,16,3,65,176,3,36,0,11,32,0,11,45,0,32,0,65,240,255,255,255,3,79,4,64,65,32,65,224,0,65,201,3,65,29,16,0,0,11,32,0,65,15,106,65,112,113,34,0,65,16,32,0,65,16,75,27,11,169,1,1,1,127,32,0,32,1,65,128,2,73,4,127,32,1,65,4,118,33,1,65,0,5,32,1,65,248,255,255,255,1,73,4,64,32,1,65,1,65,27,32,1,103,107,116,106,65,1,107,33,1,11,32,1,65,31,32,1,103,107,34,2,65,4,107,118,65,16,115,33,1,32,2,65,7,107,11,34,2,65,2,116,106,40,2,4,65,127,32,1,116,113,34,1,4,127,32,0,32,1,104,32,2,65,4,116,106,65,2,116,106,40,2,96,5,32,0,40,2,0,65,127,32,2,65,1,106,116,113,34,1,4,127,32,0,32,0,32,1,104,34,0,65,2,116,106,40,2,4,104,32,0,65,4,116,106,65,2,116,106,40,2,96,5,65,0,11,11,11,111,1,1,127,63,0,34,2,32,1,65,248,255,255,255,1,73,4,127,32,1,65,1,65,27,32,1,103,107,116,65,1,107,106,5,32,1,11,65,16,32,0,40,2,160,12,32,2,65,16,116,65,16,107,71,116,106,65,255,255,3,106,65,128,128,124,113,65,16,118,34,1,32,2,32,1,74,27,64,0,65,0,72,4,64,32,1,64,0,65,0,72,4,64,0,11,11,32,0,32,2,65,16,116,63,0,65,16,116,16,3,11,113,1,2,127,32,1,40,2,0,34,3,65,124,113,32,2,107,34,4,65,32,79,4,64,32,1,32,2,32,3,65,2,113,114,54,2,0,32,2,32,1,65,16,106,106,34,1,32,4,65,16,107,65,1,114,54,2,0,32,0,32,1,16,2,5,32,1,32,3,65,126,113,54,2,0,32,1,65,16,106,32,1,40,2,0,65,124,113,106,32,1,65,16,106,32,1,40,2,0,65,124,113,106,40,2,0,65,125,113,54,2,0,11,11,91,1,2,127,32,0,32,1,16,5,34,4,16,6,34,3,69,4,64,65,1,36,1,65,0,36,1,32,0,32,4,16,6,34,3,69,4,64,32,0,32,4,16,7,32,0,32,4,16,6,33,3,11,11,32,3,65,0,54,2,4,32,3,32,2,54,2,8,32,3,32,1,54,2,12,32,0,32,3,16,1,32,0,32,3,32,4,16,8,32,3,11,13,0,16,4,32,0,32,1,16,9,65,16,106,11,33,1,1,127,32,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,11,18,0,32,0,65,172,3,75,4,64,32,0,65,16,107,16,52,11,11,140,3,1,1,127,2,64,32,1,69,13,0,32,0,65,0,58,0,0,32,0,32,1,106,65,1,107,65,0,58,0,0,32,1,65,2,77,13,0,32,0,65,1,106,65,0,58,0,0,32,0,65,2,106,65,0,58,0,0,32,0,32,1,106,34,2,65,2,107,65,0,58,0,0,32,2,65,3,107,65,0,58,0,0,32,1,65,6,77,13,0,32,0,65,3,106,65,0,58,0,0,32,0,32,1,106,65,4,107,65,0,58,0,0,32,1,65,8,77,13,0,32,1,65,0,32,0,107,65,3,113,34,1,107,33,2,32,0,32,1,106,34,0,65,0,54,2,0,32,0,32,2,65,124,113,34,1,106,65,4,107,65,0,54,2,0,32,1,65,8,77,13,0,32,0,65,4,106,65,0,54,2,0,32,0,65,8,106,65,0,54,2,0,32,0,32,1,106,34,2,65,12,107,65,0,54,2,0,32,2,65,8,107,65,0,54,2,0,32,1,65,24,77,13,0,32,0,65,12,106,65,0,54,2,0,32,0,65,16,106,65,0,54,2,0,32,0,65,20,106,65,0,54,2,0,32,0,65,24,106,65,0,54,2,0,32,0,32,1,106,34,2,65,28,107,65,0,54,2,0,32,2,65,24,107,65,0,54,2,0,32,2,65,20,107,65,0,54,2,0,32,2,65,16,107,65,0,54,2,0,32,0,32,0,65,4,113,65,24,106,34,2,106,33,0,32,1,32,2,107,33,1,3,64,32,1,65,32,79,4,64,32,0,66,0,55,3,0,32,0,65,8,106,66,0,55,3,0,32,0,65,16,106,66,0,55,3,0,32,0,65,24,106,66,0,55,3,0,32,1,65,32,107,33,1,32,0,65,32,106,33,0,12,1,11,11,11,11,178,1,1,3,127,32,1,65,240,255,255,255,3,32,2,118,75,4,64,65,144,1,65,192,1,65,23,65,56,16,0,0,11,32,1,32,2,116,34,3,65,0,16,10,34,2,32,3,16,13,32,0,69,4,64,65,12,65,2,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,11,32,0,65,0,54,2,0,32,0,65,0,54,2,4,32,0,65,0,54,2,8,32,2,34,1,32,0,40,2,0,34,4,71,4,64,32,1,65,172,3,75,4,64,32,1,65,16,107,34,5,32,5,40,2,4,65,1,106,54,2,4,11,32,4,16,12,11,32,0,32,1,54,2,0,32,0,32,2,54,2,4,32,0,32,3,54,2,8,32,0,11,46,1,2,127,65,12,65,5,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,65,128,2,65,3,16,14,11,9,0,65,63,32,0,121,167,107,11,49,1,2,127,65,63,32,1,121,167,107,33,2,3,64,65,63,32,0,121,167,107,32,2,107,34,3,65,0,78,4,64,32,0,32,1,32,3,172,134,133,33,0,12,1,11,11,32,0,11,40,0,32,1,32,0,40,2,8,79,4,64,65,128,2,65,192,2,65,163,1,65,44,16,0,0,11,32,1,32,0,40,2,4,106,65,0,58,0,0,11,38,0,32,1,32,0,40,2,8,79,4,64,65,128,2,65,192,2,65,152,1,65,44,16,0,0,11,32,1,32,0,40,2,4,106,45,0,0,11,254,5,2,1,127,4,126,32,0,69,4,64,65,232,0,65,6,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,5,32,5,40,2,4,65,1,106,54,2,4,11,11,32,0,65,0,54,2,0,32,0,65,0,54,2,4,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,24,32,0,66,0,55,3,32,32,0,66,0,55,3,40,32,0,66,0,55,3,48,32,0,66,0,55,3,56,32,0,66,0,55,3,64,32,0,66,0,55,3,72,32,0,66,0,55,3,80,32,0,66,0,55,3,88,32,0,66,0,55,3,96,32,0,32,2,173,55,3,80,32,0,32,3,173,55,3,88,65,12,65,4,16,10,34,2,65,172,3,75,4,64,32,2,65,16,107,34,3,32,3,40,2,4,65,1,106,54,2,4,11,32,2,32,4,65,0,16,14,33,2,32,0,40,2,0,16,12,32,0,32,2,54,2,0,32,0,32,4,54,2,4,32,0,66,1,32,1,173,134,66,1,125,55,3,96,32,0,66,243,130,183,218,216,230,232,30,55,3,72,35,4,69,4,64,65,0,33,2,3,64,32,2,65,128,2,72,4,64,32,2,65,255,1,113,173,33,6,32,0,41,3,72,34,7,33,8,65,63,32,7,121,167,107,33,1,3,64,65,63,32,6,121,167,107,32,1,107,34,3,65,0,78,4,64,32,6,32,8,32,3,172,134,133,33,6,12,1,11,11,65,0,33,4,3,64,32,4,32,0,40,2,4,65,1,107,72,4,64,32,6,66,8,134,33,6,32,0,41,3,72,34,7,33,8,65,63,32,7,121,167,107,33,1,3,64,65,63,32,6,121,167,107,32,1,107,34,3,65,0,78,4,64,32,6,32,8,32,3,172,134,133,33,6,12,1,11,11,32,4,65,1,106,33,4,12,1,11,11,35,6,40,2,4,32,2,65,3,116,106,32,6,55,3,0,32,2,65,1,106,33,2,12,1,11,11,65,63,32,0,41,3,72,121,167,107,172,33,7,65,0,33,2,3,64,32,2,65,128,2,72,4,64,35,5,33,1,32,2,172,32,7,134,34,8,33,6,65,63,32,0,41,3,72,34,9,121,167,107,33,3,3,64,65,63,32,6,121,167,107,32,3,107,34,4,65,0,78,4,64,32,6,32,9,32,4,172,134,133,33,6,12,1,11,11,32,1,40,2,4,32,2,65,3,116,106,32,6,32,8,132,55,3,0,32,2,65,1,106,33,2,12,1,11,11,65,1,36,4,11,32,0,66,0,55,3,24,32,0,66,0,55,3,32,65,0,33,2,3,64,32,2,32,0,40,2,4,72,4,64,32,0,40,2,0,32,2,16,18,32,2,65,1,106,33,2,12,1,11,11,32,0,66,0,55,3,40,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,40,32,0,40,2,0,32,0,40,2,8,16,19,33,1,32,0,40,2,8,32,0,40,2,0,40,2,4,106,65,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,1,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,6,66,45,136,167,65,3,116,106,41,3,0,32,6,66,8,134,66,1,132,133,55,3,40,32,0,11,38,1,1,127,32,0,40,2,0,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,11,55,1,2,127,32,1,32,0,40,2,0,34,2,71,4,64,32,1,65,172,3,75,4,64,32,1,65,16,107,34,3,32,3,40,2,4,65,1,106,54,2,4,11,32,2,16,12,11,32,0,32,1,54,2,0,11,7,0,32,0,40,2,4,11,9,0,32,0,32,1,54,2,4,11,7,0,32,0,40,2,8,11,9,0,32,0,32,1,54,2,8,11,7,0,32,0,41,3,16,11,9,0,32,0,32,1,55,3,16,11,7,0,32,0,41,3,24,11,9,0,32,0,32,1,55,3,24,11,7,0,32,0,41,3,32,11,9,0,32,0,32,1,55,3,32,11,7,0,32,0,41,3,40,11,9,0,32,0,32,1,55,3,40,11,7,0,32,0,41,3,48,11,9,0,32,0,32,1,55,3,48,11,7,0,32,0,41,3,56,11,9,0,32,0,32,1,55,3,56,11,7,0,32,0,41,3,64,11,9,0,32,0,32,1,55,3,64,11,7,0,32,0,41,3,72,11,9,0,32,0,32,1,55,3,72,11,7,0,32,0,41,3,80,11,9,0,32,0,32,1,55,3,80,11,7,0,32,0,41,3,88,11,9,0,32,0,32,1,55,3,88,11,7,0,32,0,41,3,96,11,9,0,32,0,32,1,55,3,96,11,172,4,2,5,127,1,126,32,2,65,172,3,75,4,64,32,2,65,16,107,34,4,32,4,40,2,4,65,1,106,54,2,4,11,32,2,33,4,65,0,33,2,32,1,40,2,8,33,5,32,1,40,2,4,33,6,3,64,2,127,65,0,33,3,3,64,32,3,32,5,72,4,64,32,3,32,6,106,45,0,0,33,1,32,0,40,2,0,32,0,40,2,8,16,19,33,7,32,0,40,2,8,32,0,40,2,0,40,2,4,106,32,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,7,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,8,66,45,136,167,65,3,116,106,41,3,0,32,1,173,32,8,66,8,134,132,133,55,3,40,32,0,32,0,41,3,16,66,1,124,55,3,16,32,0,32,0,41,3,24,66,1,124,55,3,24,32,0,41,3,16,32,0,41,3,80,90,4,127,32,0,41,3,40,32,0,41,3,96,131,80,5,65,0,11,4,127,65,1,5,32,0,41,3,16,32,0,41,3,88,90,11,4,64,32,0,32,0,41,3,32,55,3,48,32,0,32,0,41,3,16,55,3,56,32,0,32,0,41,3,40,55,3,64,65,0,33,1,3,64,32,1,32,0,40,2,4,72,4,64,32,0,40,2,0,32,1,16,18,32,1,65,1,106,33,1,12,1,11,11,32,0,66,0,55,3,40,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,40,32,0,40,2,0,32,0,40,2,8,16,19,33,1,32,0,40,2,8,32,0,40,2,0,40,2,4,106,65,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,1,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,8,66,45,136,167,65,3,116,106,41,3,0,32,8,66,8,134,66,1,132,133,55,3,40,32,3,65,1,106,12,3,11,32,3,65,1,106,33,3,12,1,11,11,65,127,11,34,1,65,0,78,4,64,32,5,32,1,107,33,5,32,1,32,6,106,33,6,32,2,34,1,65,1,106,33,2,32,4,40,2,4,32,1,65,2,116,106,32,0,41,3,56,62,2,0,12,1,11,11,32,4,11,10,0,16,15,36,5,16,15,36,6,11,3,0,1,11,73,1,2,127,32,0,40,2,4,34,1,65,255,255,255,255,0,113,34,2,65,1,70,4,64,32,0,65,16,106,16,53,32,0,32,0,40,2,0,65,1,114,54,2,0,35,0,32,0,16,2,5,32,0,32,2,65,1,107,32,1,65,128,128,128,128,127,113,114,54,2,4,11,11,58,0,2,64,2,64,2,64,32,0,65,8,107,40,2,0,14,7,0,0,1,1,1,1,1,2,11,15,11,32,0,40,2,0,34,0,4,64,32,0,65,172,3,79,4,64,32,0,65,16,107,16,52,11,11,15,11,0,11,11,137,3,7,0,65,16,11,55,40,0,0,0,1,0,0,0,1,0,0,0,40,0,0,0,97,0,108,0,108,0,111,0,99,0,97,0,116,0,105,0,111,0,110,0,32,0,116,0,111,0,111,0,32,0,108,0,97,0,114,0,103,0,101,0,65,208,0,11,45,30,0,0,0,1,0,0,0,1,0,0,0,30,0,0,0,126,0,108,0,105,0,98,0,47,0,114,0,116,0,47,0,116,0,108,0,115,0,102,0,46,0,116,0,115,0,65,128,1,11,43,28,0,0,0,1,0,0,0,1,0,0,0,28,0,0,0,73,0,110,0,118,0,97,0,108,0,105,0,100,0,32,0,108,0,101,0,110,0,103,0,116,0,104,0,65,176,1,11,53,38,0,0,0,1,0,0,0,1,0,0,0,38,0,0,0,126,0,108,0,105,0,98,0,47,0,97,0,114,0,114,0,97,0,121,0,98,0,117,0,102,0,102,0,101,0,114,0,46,0,116,0,115,0,65,240,1,11,51,36,0,0,0,1,0,0,0,1,0,0,0,36,0,0,0,73,0,110,0,100,0,101,0,120,0,32,0,111,0,117,0,116,0,32,0,111,0,102,0,32,0,114,0,97,0,110,0,103,0,101,0,65,176,2,11,51,36,0,0,0,1,0,0,0,1,0,0,0,36,0,0,0,126,0,108,0,105,0,98,0,47,0,116,0,121,0,112,0,101,0,100,0,97,0,114,0,114,0,97,0,121,0,46,0,116,0,115,0,65,240,2,11,53,7,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,145,4,0,0,2,0,0,0,49,0,0,0,2,0,0,0,17,1,0,0,2,0,0,0,16,0,34,16,115,111,117,114,99,101,77,97,112,112,105,110,103,85,82,76,16,46,47,114,97,98,105,110,46,119,97,115,109,46,109,97,112]);return ZS(new Response(new Blob([e],{type:"application/wasm"})),r)}g2.exports=ep});var b2=le((VV,x2)=>{var E2=u2(),JS=w2(),QS=async(r,e,t,n,i)=>{let o=await JS();return new E2(o,r,e,t,n,i)};x2.exports={Rabin:E2,create:QS}});var W2=le((cH,q2)=>{"use strict";q2.exports=r=>{if(Object.prototype.toString.call(r)!=="[object Object]")return!1;let e=Object.getPrototypeOf(r);return e===null||e===Object.prototype}});var Q2=le((Z2,J2)=>{"use strict";var eu=W2(),{hasOwnProperty:j2}=Object.prototype,{propertyIsEnumerable:SI}=Object,Go=(r,e,t)=>Object.defineProperty(r,e,{value:t,writable:!0,enumerable:!0,configurable:!0}),II=Z2,Y2={concatArrays:!1,ignoreUndefined:!1},tu=r=>{let e=[];for(let t in r)j2.call(r,t)&&e.push(t);if(Object.getOwnPropertySymbols){let t=Object.getOwnPropertySymbols(r);for(let n of t)SI.call(r,n)&&e.push(n)}return e};function qo(r){return Array.isArray(r)?BI(r):eu(r)?kI(r):r}function BI(r){let e=r.slice(0,0);return tu(r).forEach(t=>{Go(e,t,qo(r[t]))}),e}function kI(r){let e=Object.getPrototypeOf(r)===null?Object.create(null):{};return tu(r).forEach(t=>{Go(e,t,qo(r[t]))}),e}var X2=(r,e,t,n)=>(t.forEach(i=>{typeof e[i]>"u"&&n.ignoreUndefined||(i in r&&r[i]!==Object.getPrototypeOf(r)?Go(r,i,rp(r[i],e[i],n)):Go(r,i,qo(e[i])))}),r),RI=(r,e,t)=>{let n=r.slice(0,0),i=0;return[r,e].forEach(o=>{let s=[];for(let a=0;a<o.length;a++)j2.call(o,a)&&(s.push(String(a)),o===r?Go(n,i++,o[a]):Go(n,i++,qo(o[a])));n=X2(n,o,tu(o).filter(a=>!s.includes(a)),t)}),n};function rp(r,e,t){return t.concatArrays&&Array.isArray(r)&&Array.isArray(e)?RI(r,e,t):!eu(e)||!eu(r)?qo(e):X2(r,e,tu(e),t)}J2.exports=function(...r){let e=rp(qo(Y2),this!==II&&this||{},Y2),t={_:{}};for(let n of r)if(n!==void 0){if(!eu(n))throw new TypeError("`"+n+"` is not an Option Object");t=rp(t,{_:n},e)}return t._}});var AE=le((_K,vE)=>{"use strict";vE.exports={RTLD_LAZY:1,RTLD_NOW:2,RTLD_GLOBAL:256,RTLD_LOCAL:0,RTLD_DEEPBIND:8,E2BIG:7,EACCES:13,EADDRINUSE:98,EADDRNOTAVAIL:99,EAFNOSUPPORT:97,EAGAIN:11,EALREADY:114,EBADF:9,EBADMSG:74,EBUSY:16,ECANCELED:125,ECHILD:10,ECONNABORTED:103,ECONNREFUSED:111,ECONNRESET:104,EDEADLK:35,EDESTADDRREQ:89,EDOM:33,EDQUOT:122,EEXIST:17,EFAULT:14,EFBIG:27,EHOSTUNREACH:113,EIDRM:43,EILSEQ:84,EINPROGRESS:115,EINTR:4,EINVAL:22,EIO:5,EISCONN:106,EISDIR:21,ELOOP:40,EMFILE:24,EMLINK:31,EMSGSIZE:90,EMULTIHOP:72,ENAMETOOLONG:36,ENETDOWN:100,ENETRESET:102,ENETUNREACH:101,ENFILE:23,ENOBUFS:105,ENODATA:61,ENODEV:19,ENOENT:2,ENOEXEC:8,ENOLCK:37,ENOLINK:67,ENOMEM:12,ENOMSG:42,ENOPROTOOPT:92,ENOSPC:28,ENOSR:63,ENOSTR:60,ENOSYS:38,ENOTCONN:107,ENOTDIR:20,ENOTEMPTY:39,ENOTSOCK:88,ENOTSUP:95,ENOTTY:25,ENXIO:6,EOPNOTSUPP:95,EOVERFLOW:75,EPERM:1,EPIPE:32,EPROTO:71,EPROTONOSUPPORT:93,EPROTOTYPE:91,ERANGE:34,EROFS:30,ESPIPE:29,ESRCH:3,ESTALE:116,ETIME:62,ETIMEDOUT:110,ETXTBSY:26,EWOULDBLOCK:11,EXDEV:18,PRIORITY_LOW:19,PRIORITY_BELOW_NORMAL:10,PRIORITY_NORMAL:0,PRIORITY_ABOVE_NORMAL:-7,PRIORITY_HIGH:-14,PRIORITY_HIGHEST:-20,SIGHUP:1,SIGINT:2,SIGQUIT:3,SIGILL:4,SIGTRAP:5,SIGABRT:6,SIGIOT:6,SIGBUS:7,SIGFPE:8,SIGKILL:9,SIGUSR1:10,SIGSEGV:11,SIGUSR2:12,SIGPIPE:13,SIGALRM:14,SIGTERM:15,SIGCHLD:17,SIGSTKFLT:16,SIGCONT:18,SIGSTOP:19,SIGTSTP:20,SIGTTIN:21,SIGTTOU:22,SIGURG:23,SIGXCPU:24,SIGXFSZ:25,SIGVTALRM:26,SIGPROF:27,SIGWINCH:28,SIGIO:29,SIGPOLL:29,SIGPWR:30,SIGSYS:31,UV_FS_SYMLINK_DIR:1,UV_FS_SYMLINK_JUNCTION:2,O_RDONLY:0,O_WRONLY:1,O_RDWR:2,UV_DIRENT_UNKNOWN:0,UV_DIRENT_FILE:1,UV_DIRENT_DIR:2,UV_DIRENT_LINK:3,UV_DIRENT_FIFO:4,UV_DIRENT_SOCKET:5,UV_DIRENT_CHAR:6,UV_DIRENT_BLOCK:7,EXTENSIONLESS_FORMAT_JAVASCRIPT:0,EXTENSIONLESS_FORMAT_WASM:1,S_IFMT:61440,S_IFREG:32768,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960,S_IFSOCK:49152,O_CREAT:64,O_EXCL:128,UV_FS_O_FILEMAP:0,O_NOCTTY:256,O_TRUNC:512,O_APPEND:1024,O_DIRECTORY:65536,O_NOATIME:262144,O_NOFOLLOW:131072,O_SYNC:1052672,O_DSYNC:4096,O_DIRECT:16384,O_NONBLOCK:2048,S_IRWXU:448,S_IRUSR:256,S_IWUSR:128,S_IXUSR:64,S_IRWXG:56,S_IRGRP:32,S_IWGRP:16,S_IXGRP:8,S_IRWXO:7,S_IROTH:4,S_IWOTH:2,S_IXOTH:1,F_OK:0,R_OK:4,W_OK:2,X_OK:1,UV_FS_COPYFILE_EXCL:1,COPYFILE_EXCL:1,UV_FS_COPYFILE_FICLONE:2,COPYFILE_FICLONE:2,UV_FS_COPYFILE_FICLONE_FORCE:4,COPYFILE_FICLONE_FORCE:4,OPENSSL_VERSION_NUMBER:805306576,SSL_OP_ALL:2147485776,SSL_OP_ALLOW_NO_DHE_KEX:1024,SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION:262144,SSL_OP_CIPHER_SERVER_PREFERENCE:4194304,SSL_OP_CISCO_ANYCONNECT:32768,SSL_OP_COOKIE_EXCHANGE:8192,SSL_OP_CRYPTOPRO_TLSEXT_BUG:2147483648,SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS:2048,SSL_OP_LEGACY_SERVER_CONNECT:4,SSL_OP_NO_COMPRESSION:131072,SSL_OP_NO_ENCRYPT_THEN_MAC:524288,SSL_OP_NO_QUERY_MTU:4096,SSL_OP_NO_RENEGOTIATION:1073741824,SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION:65536,SSL_OP_NO_SSLv2:0,SSL_OP_NO_SSLv3:33554432,SSL_OP_NO_TICKET:16384,SSL_OP_NO_TLSv1:67108864,SSL_OP_NO_TLSv1_1:268435456,SSL_OP_NO_TLSv1_2:134217728,SSL_OP_NO_TLSv1_3:536870912,SSL_OP_PRIORITIZE_CHACHA:2097152,SSL_OP_TLS_ROLLBACK_BUG:8388608,ENGINE_METHOD_RSA:1,ENGINE_METHOD_DSA:2,ENGINE_METHOD_DH:4,ENGINE_METHOD_RAND:8,ENGINE_METHOD_EC:2048,ENGINE_METHOD_CIPHERS:64,ENGINE_METHOD_DIGESTS:128,ENGINE_METHOD_PKEY_METHS:512,ENGINE_METHOD_PKEY_ASN1_METHS:1024,ENGINE_METHOD_ALL:65535,ENGINE_METHOD_NONE:0,DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,RSA_PKCS1_PADDING:1,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,RSA_PSS_SALTLEN_DIGEST:-1,RSA_PSS_SALTLEN_MAX_SIGN:-2,RSA_PSS_SALTLEN_AUTO:-2,defaultCoreCipherList:"TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA",TLS1_VERSION:769,TLS1_1_VERSION:770,TLS1_2_VERSION:771,TLS1_3_VERSION:772,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6}});var eB={};Be(eB,{createVerifiedFetch:()=>mp,verifiedFetch:()=>Eu});function ui(r){let e=new globalThis.AbortController;function t(){e.abort();for(let o of r)o?.removeEventListener!=null&&o.removeEventListener("abort",t)}for(let o of r){if(o?.aborted===!0){t();break}o?.addEventListener!=null&&o.addEventListener("abort",t)}function n(){for(let o of r)o?.removeEventListener!=null&&o.removeEventListener("abort",t)}let i=e.signal;return i.clear=n,i}function ZE(r){let[e,t]=r[Symbol.asyncIterator]!=null?[r[Symbol.asyncIterator](),Symbol.asyncIterator]:[r[Symbol.iterator](),Symbol.iterator],n=[];return{peek:()=>e.next(),push:i=>{n.push(i)},next:()=>n.length>0?{done:!1,value:n.shift()}:e.next(),[t](){return this}}}var Hi=ZE;function JE(r){return r[Symbol.asyncIterator]!=null}function Sp(r){return r?.then!=null}function QE(r,e){if(JE(r))return async function*(){for await(let a of r){let c=e(a);Sp(c)&&await c,yield a}}();let t=Hi(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();if(typeof e(n)?.then=="function")return async function*(){yield n;for await(let a of t){let c=e(a);Sp(c)&&await c,yield a}}();let s=e;return function*(){yield n;for(let a of t)s(a),yield a}()}var bu=QE;var Ru={};Be(Ru,{base32:()=>Ge,base32hex:()=>ux,base32hexpad:()=>fx,base32hexpadupper:()=>hx,base32hexupper:()=>dx,base32pad:()=>cx,base32padupper:()=>lx,base32upper:()=>Rp,base32z:()=>px});var $i={};Be($i,{coerce:()=>Pt,empty:()=>Ip,equals:()=>vu,fromHex:()=>tx,fromString:()=>Au,isBinary:()=>rx,toHex:()=>ex,toString:()=>_u});var Ip=new Uint8Array(0);function ex(r){return r.reduce((e,t)=>e+t.toString(16).padStart(2,"0"),"")}function tx(r){let e=r.match(/../g);return e!=null?new Uint8Array(e.map(t=>parseInt(t,16))):Ip}function vu(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}function Pt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function rx(r){return r instanceof ArrayBuffer||ArrayBuffer.isView(r)}function Au(r){return new TextEncoder().encode(r)}function _u(r){return new TextDecoder().decode(r)}function nx(r,e){if(r.length>=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),n=0;n<t.length;n++)t[n]=255;for(var i=0;i<r.length;i++){var o=r.charAt(i),s=o.charCodeAt(0);if(t[s]!==255)throw new TypeError(o+" is ambiguous");t[s]=i}var a=r.length,c=r.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function d(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,x=h.length;g!==x&&h[g]===0;)g++,p++;for(var E=(x-g)*l+1>>>0,_=new Uint8Array(E);g!==x;){for(var S=h[g],A=0,v=E-1;(S!==0||A<y)&&v!==-1;v--,A++)S+=256*_[v]>>>0,_[v]=S%a>>>0,S=S/a>>>0;if(S!==0)throw new Error("Non-zero carry");y=A,g++}for(var b=E-y;b!==E&&_[b]===0;)b++;for(var T=c.repeat(p);b<E;++b)T+=r.charAt(_[b]);return T}function m(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 x=(h.length-p)*u+1>>>0,E=new Uint8Array(x);h[p];){var _=t[h.charCodeAt(p)];if(_===255)return;for(var S=0,A=x-1;(_!==0||S<g)&&A!==-1;A--,S++)_+=a*E[A]>>>0,E[A]=_%256>>>0,_=_/256>>>0;if(_!==0)throw new Error("Non-zero carry");g=S,p++}if(h[p]!==" "){for(var v=x-g;v!==x&&E[v]===0;)v++;for(var b=new Uint8Array(y+(x-v)),T=y;v!==x;)b[T++]=E[v++];return b}}}function f(h){var p=m(h);if(p)return p;throw new Error(`Non-${e} character`)}return{encode:d,decodeUnsafe:m,decode:f}}var ix=nx,ox=ix,Bp=ox;var Su=class{name;prefix;baseEncode;constructor(e,t,n){this.name=e,this.prefix=t,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},Iu=class{name;prefix;baseDecode;prefixCodePoint;constructor(e,t,n){if(this.name=e,this.prefix=t,t.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=t.codePointAt(0),this.baseDecode=n}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return kp(this,e)}},Bu=class{decoders;constructor(e){this.decoders=e}or(e){return kp(this,e)}decode(e){let t=e[0],n=this.decoders[t];if(n!=null)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function kp(r,e){return new Bu({...r.decoders??{[r.prefix]:r},...e.decoders??{[e.prefix]:e}})}var ku=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(e,t,n,i){this.name=e,this.prefix=t,this.baseEncode=n,this.baseDecode=i,this.encoder=new Su(e,t,n),this.decoder=new Iu(e,t,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}};function zi({name:r,prefix:e,encode:t,decode:n}){return new ku(r,e,t,n)}function vn({name:r,prefix:e,alphabet:t}){let{encode:n,decode:i}=Bp(t,r);return zi({prefix:e,name:r,encode:n,decode:o=>Pt(i(o))})}function sx(r,e,t,n){let i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*t/8|0),a=0,c=0,u=0;for(let l=0;l<o;++l){let d=i[r[l]];if(d===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<t|d,a+=t,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=t||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s}function ax(r,e,t){let n=e[e.length-1]==="=",i=(1<<t)-1,o="",s=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],s+=8;s>t;)s-=t,o+=e[i&a>>s];if(s!==0&&(o+=e[i&a<<t-s]),n)for(;o.length*t&7;)o+="=";return o}function ke({name:r,prefix:e,bitsPerChar:t,alphabet:n}){return zi({prefix:e,name:r,encode(i){return ax(i,n,t)},decode(i){return sx(i,n,t,r)}})}var Ge=ke({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Rp=ke({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),cx=ke({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),lx=ke({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),ux=ke({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),dx=ke({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),fx=ke({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),hx=ke({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),px=ke({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Tu={};Be(Tu,{base58btc:()=>Ne,base58flickr:()=>mx});var Ne=vn({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),mx=vn({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var yx=Cp,Tp=128,gx=127,wx=~gx,Ex=Math.pow(2,31);function Cp(r,e,t){e=e||[],t=t||0;for(var n=t;r>=Ex;)e[t++]=r&255|Tp,r/=128;for(;r&wx;)e[t++]=r&255|Tp,r>>>=7;return e[t]=r|0,Cp.bytes=t-n+1,e}var xx=Nu,bx=128,Np=127;function Nu(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a)throw Nu.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&Np)<<i:(s&Np)*Math.pow(2,i),i+=7}while(s>=bx);return Nu.bytes=o-n,t}var vx=Math.pow(2,7),Ax=Math.pow(2,14),_x=Math.pow(2,21),Sx=Math.pow(2,28),Ix=Math.pow(2,35),Bx=Math.pow(2,42),kx=Math.pow(2,49),Rx=Math.pow(2,56),Tx=Math.pow(2,63),Nx=function(r){return r<vx?1:r<Ax?2:r<_x?3:r<Sx?4:r<Ix?5:r<Bx?6:r<kx?7:r<Rx?8:r<Tx?9:10},Cx={encode:yx,decode:xx,encodingLength:Nx},Lx=Cx,es=Lx;function ts(r,e=0){return[es.decode(r,e),es.decode.bytes]}function Ki(r,e,t=0){return es.encode(r,e,t),e}function Gi(r){return es.encodingLength(r)}function mr(r,e){let t=e.byteLength,n=Gi(r),i=n+Gi(t),o=new Uint8Array(i+t);return Ki(r,o,0),Ki(t,o,n),o.set(e,i),new qi(r,t,e,o)}function st(r){let e=Pt(r),[t,n]=ts(e),[i,o]=ts(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new qi(t,i,s,e)}function Lp(r,e){if(r===e)return!0;{let t=e;return r.code===t.code&&r.size===t.size&&t.bytes instanceof Uint8Array&&vu(r.bytes,t.bytes)}}var qi=class{code;size;digest;bytes;constructor(e,t,n,i){this.code=e,this.size=t,this.digest=n,this.bytes=i}};function Up(r,e){let{bytes:t,version:n}=r;switch(n){case 0:return Dx(t,Cu(r),e??Ne.encoder);default:return Ox(t,Cu(r),e??Ge.encoder)}}var Dp=new WeakMap;function Cu(r){let e=Dp.get(r);if(e==null){let t=new Map;return Dp.set(r,t),t}return e}var F=class r{code;version;multihash;bytes;"/";constructor(e,t,n,i){this.code=t,this.version=e,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:e,multihash:t}=this;if(e!==rs)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(t.code!==Px)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(t)}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:e,digest:t}=this.multihash,n=mr(e,t);return r.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(e){return r.equals(this,e)}static equals(e,t){let n=t;return n!=null&&e.code===n.code&&e.version===n.version&&Lp(e.multihash,n.multihash)}toString(e){return Up(this,e)}toJSON(){return{"/":Up(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(e){if(e==null)return null;let t=e;if(t instanceof r)return t;if(t["/"]!=null&&t["/"]===t.bytes||t.asCID===t){let{version:n,code:i,multihash:o,bytes:s}=t;return new r(n,i,o,s??Op(n,i,o.bytes))}else if(t[Fx]===!0){let{version:n,multihash:i,code:o}=t,s=st(i);return r.create(n,o,s)}else return null}static create(e,t,n){if(typeof t!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(e){case 0:{if(t!==rs)throw new Error(`Version 0 CID must use dag-pb (code: ${rs}) block encoding`);return new r(e,t,n,n.bytes)}case 1:{let i=Op(e,t,n.bytes);return new r(e,t,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return r.create(0,rs,e)}static createV1(e,t){return r.create(1,e,t)}static decode(e){let[t,n]=r.decodeFirst(e);if(n.length!==0)throw new Error("Incorrect length");return t}static decodeFirst(e){let t=r.inspectBytes(e),n=t.size-t.multihashSize,i=Pt(e.subarray(n,n+t.multihashSize));if(i.byteLength!==t.multihashSize)throw new Error("Incorrect length");let o=i.subarray(t.multihashSize-t.digestSize),s=new qi(t.multihashCode,t.digestSize,o,i);return[t.version===0?r.createV0(s):r.createV1(t.codec,s),e.subarray(t.size)]}static inspectBytes(e){let t=0,n=()=>{let[d,m]=ts(e.subarray(t));return t+=m,d},i=n(),o=rs;if(i===18?(i=0,t=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=t,a=n(),c=n(),u=t+c,l=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:l,size:u}}static parse(e,t){let[n,i]=Ux(e,t),o=r.decode(i);if(o.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Cu(o).set(n,e),o}};function Ux(r,e){switch(r[0]){case"Q":{let t=e??Ne;return[Ne.prefix,t.decode(`${Ne.prefix}${r}`)]}case Ne.prefix:{let t=e??Ne;return[Ne.prefix,t.decode(r)]}case Ge.prefix:{let t=e??Ge;return[Ge.prefix,t.decode(r)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],e.decode(r)]}}}function Dx(r,e,t){let{prefix:n}=t;if(n!==Ne.prefix)throw Error(`Cannot string encode V0 in ${t.name} encoding`);let i=e.get(n);if(i==null){let o=t.encode(r).slice(1);return e.set(n,o),o}else return i}function Ox(r,e,t){let{prefix:n}=t,i=e.get(n);if(i==null){let o=t.encode(r);return e.set(n,o),o}else return i}var rs=112,Px=18;function Op(r,e,t){let n=Gi(r),i=n+Gi(e),o=new Uint8Array(i+t.byteLength);return Ki(r,o,0),Ki(e,o,n),o.set(t,i),o}var Fx=Symbol.for("@ipld/js-cid/CID");var ns=Symbol.for("@libp2p/content-routing");var Lu=Symbol.for("@libp2p/peer-id");function Pp(r){return r!=null&&!!r[Lu]}var is=Symbol.for("@libp2p/peer-routing");var An=class r extends Error{code;type;constructor(e="The operation was aborted"){super(e),this.code=r.code,this.type=r.type}static code="ABORT_ERR";static type="aborted"},O=class extends Error{code;props;constructor(e,t,n){super(e),this.code=t,this.name=n?.name??"CodeError",this.props=n??{}}};var Wi=(r,...e)=>{try{[...e]}catch{}};var ka=class extends EventTarget{#e=new Map;constructor(){super(),Wi(1/0,this)}listenerCount(e){let t=this.#e.get(e);return t==null?0:t.length}addEventListener(e,t,n){super.addEventListener(e,t,n);let i=this.#e.get(e);i==null&&(i=[],this.#e.set(e,i)),i.push({callback:t,once:(n!==!0&&n!==!1&&n?.once)??!1})}removeEventListener(e,t,n){super.removeEventListener(e.toString(),t??null,n);let i=this.#e.get(e);i!=null&&(i=i.filter(({callback:o})=>o!==t),this.#e.set(e,i))}dispatchEvent(e){let t=super.dispatchEvent(e),n=this.#e.get(e.type);return n==null||(n=n.filter(({once:i})=>!i),this.#e.set(e.type,n)),t}safeDispatchEvent(e,t={}){return this.dispatchEvent(new Vx(e,t))}},Uu=class extends Event{detail;constructor(e,t){super(e,t),this.detail=t?.detail}},Vx=globalThis.CustomEvent??Uu;function Fp(r){return r!=null&&typeof r.start=="function"&&typeof r.stop=="function"}async function _n(...r){let e=[];for(let t of r)Fp(t)&&e.push(t);await Promise.all(e.map(async t=>{t.beforeStart!=null&&await t.beforeStart()})),await Promise.all(e.map(async t=>{await t.start()})),await Promise.all(e.map(async t=>{t.afterStart!=null&&await t.afterStart()}))}async function Sn(...r){let e=[];for(let t of r)Fp(t)&&e.push(t);await Promise.all(e.map(async t=>{t.beforeStop!=null&&await t.beforeStop()})),await Promise.all(e.map(async t=>{await t.stop()})),await Promise.all(e.map(async t=>{t.afterStop!=null&&await t.afterStop()}))}var Pu={};Be(Pu,{sha256:()=>fe,sha512:()=>Ou});function di({name:r,code:e,encode:t}){return new Du(r,e,t)}var Du=class{name;code;encode;constructor(e,t,n){this.name=e,this.code=t,this.encode=n}digest(e){if(e instanceof Uint8Array){let t=this.encode(e);return t instanceof Uint8Array?mr(this.code,t):t.then(n=>mr(this.code,n))}else throw Error("Unknown type, must be binary type")}};function Mp(r){return async e=>new Uint8Array(await crypto.subtle.digest(r,e))}var fe=di({name:"sha2-256",code:18,encode:Mp("SHA-256")}),Ou=di({name:"sha2-512",code:19,encode:Mp("SHA-512")});var _t=Q(Vu(),1);var Mu={};Be(Mu,{base64:()=>yr,base64pad:()=>Jx,base64url:()=>Kp,base64urlpad:()=>Qx});var yr=ke({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Jx=ke({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Kp=ke({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Qx=ke({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});_t.default.formatters.b=r=>r==null?"undefined":Ne.baseEncode(r);_t.default.formatters.t=r=>r==null?"undefined":Ge.baseEncode(r);_t.default.formatters.m=r=>r==null?"undefined":yr.baseEncode(r);_t.default.formatters.p=r=>r==null?"undefined":r.toString();_t.default.formatters.c=r=>r==null?"undefined":r.toString();_t.default.formatters.k=r=>r==null?"undefined":r.toString();_t.default.formatters.a=r=>r==null?"undefined":r.toString();function eb(r){let e=()=>{};return e.enabled=!1,e.color="",e.diff=0,e.log=()=>{},e.namespace=r,e.destroy=()=>!0,e.extend=()=>e,e}function Gp(){return{forComponent(r){return oe(r)}}}function oe(r){let e=eb(`${r}:trace`);return _t.default.enabled(`${r}:trace`)&&_t.default.names.map(t=>t.toString()).find(t=>t.includes(":trace"))!=null&&(e=(0,_t.default)(`${r}:trace`)),Object.assign((0,_t.default)(r),{error:(0,_t.default)(`${r}:error`),trace:e})}function he(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}function In(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}function Mr(r=0){return globalThis.Buffer?.alloc!=null?In(globalThis.Buffer.alloc(r)):new Uint8Array(r)}function pt(r=0){return globalThis.Buffer?.allocUnsafe!=null?In(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}var pb=Math.pow(2,7),mb=Math.pow(2,14),yb=Math.pow(2,21),zu=Math.pow(2,28),Ku=Math.pow(2,35),Gu=Math.pow(2,42),qu=Math.pow(2,49),pe=128,Je=127;function mt(r){if(r<pb)return 1;if(r<mb)return 2;if(r<yb)return 3;if(r<zu)return 4;if(r<Ku)return 5;if(r<Gu)return 6;if(r<qu)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Wu(r,e,t=0){switch(mt(r)){case 8:e[t++]=r&255|pe,r/=128;case 7:e[t++]=r&255|pe,r/=128;case 6:e[t++]=r&255|pe,r/=128;case 5:e[t++]=r&255|pe,r/=128;case 4:e[t++]=r&255|pe,r>>>=7;case 3:e[t++]=r&255|pe,r>>>=7;case 2:e[t++]=r&255|pe,r>>>=7;case 1:{e[t++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return e}function gb(r,e,t=0){switch(mt(r)){case 8:e.set(t++,r&255|pe),r/=128;case 7:e.set(t++,r&255|pe),r/=128;case 6:e.set(t++,r&255|pe),r/=128;case 5:e.set(t++,r&255|pe),r/=128;case 4:e.set(t++,r&255|pe),r>>>=7;case 3:e.set(t++,r&255|pe),r>>>=7;case 2:e.set(t++,r&255|pe),r>>>=7;case 1:{e.set(t++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return e}function Yu(r,e){let t=r[e],n=0;if(n+=t&Je,t<pe||(t=r[e+1],n+=(t&Je)<<7,t<pe)||(t=r[e+2],n+=(t&Je)<<14,t<pe)||(t=r[e+3],n+=(t&Je)<<21,t<pe)||(t=r[e+4],n+=(t&Je)*zu,t<pe)||(t=r[e+5],n+=(t&Je)*Ku,t<pe)||(t=r[e+6],n+=(t&Je)*Gu,t<pe)||(t=r[e+7],n+=(t&Je)*qu,t<pe))return n;throw new RangeError("Could not decode varint")}function wb(r,e){let t=r.get(e),n=0;if(n+=t&Je,t<pe||(t=r.get(e+1),n+=(t&Je)<<7,t<pe)||(t=r.get(e+2),n+=(t&Je)<<14,t<pe)||(t=r.get(e+3),n+=(t&Je)<<21,t<pe)||(t=r.get(e+4),n+=(t&Je)*zu,t<pe)||(t=r.get(e+5),n+=(t&Je)*Ku,t<pe)||(t=r.get(e+6),n+=(t&Je)*Gu,t<pe)||(t=r.get(e+7),n+=(t&Je)*qu,t<pe))return n;throw new RangeError("Could not decode varint")}function Zi(r,e,t=0){return e==null&&(e=pt(mt(r))),e instanceof Uint8Array?Wu(r,e,t):gb(r,e,t)}function hi(r,e=0){return r instanceof Uint8Array?Yu(r,e):wb(r,e)}var ju=new Float32Array([-0]),Bn=new Uint8Array(ju.buffer);function r0(r,e,t){ju[0]=r,e[t]=Bn[0],e[t+1]=Bn[1],e[t+2]=Bn[2],e[t+3]=Bn[3]}function n0(r,e){return Bn[0]=r[e],Bn[1]=r[e+1],Bn[2]=r[e+2],Bn[3]=r[e+3],ju[0]}var Xu=new Float64Array([-0]),Qe=new Uint8Array(Xu.buffer);function i0(r,e,t){Xu[0]=r,e[t]=Qe[0],e[t+1]=Qe[1],e[t+2]=Qe[2],e[t+3]=Qe[3],e[t+4]=Qe[4],e[t+5]=Qe[5],e[t+6]=Qe[6],e[t+7]=Qe[7]}function o0(r,e){return Qe[0]=r[e],Qe[1]=r[e+1],Qe[2]=r[e+2],Qe[3]=r[e+3],Qe[4]=r[e+4],Qe[5]=r[e+5],Qe[6]=r[e+6],Qe[7]=r[e+7],Xu[0]}var Eb=BigInt(Number.MAX_SAFE_INTEGER),xb=BigInt(Number.MIN_SAFE_INTEGER),St=class r{lo;hi;constructor(e,t){this.lo=e|0,this.hi=t|0}toNumber(e=!1){if(!e&&this.hi>>>31>0){let t=~this.lo+1>>>0,n=~this.hi>>>0;return t===0&&(n=n+1>>>0),-(t+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(e=!1){if(e)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let t=~this.lo+1>>>0,n=~this.hi>>>0;return t===0&&(n=n+1>>>0),-(BigInt(t)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(e=!1){return this.toBigInt(e).toString()}zzEncode(){let e=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^e)>>>0,this.lo=(this.lo<<1^e)>>>0,this}zzDecode(){let e=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^e)>>>0,this.hi=(this.hi>>>1^e)>>>0,this}length(){let e=this.lo,t=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?t===0?e<16384?e<128?1:2:e<2097152?3:4:t<16384?t<128?5:6:t<2097152?7:8:n<128?9:10}static fromBigInt(e){if(e===0n)return pi;if(e<Eb&&e>xb)return this.fromNumber(Number(e));let t=e<0n;t&&(e=-e);let n=e>>32n,i=e-(n<<32n);return t&&(n=~n|0n,i=~i|0n,++i>s0&&(i=0n,++n>s0&&(n=0n))),new r(Number(i),Number(n))}static fromNumber(e){if(e===0)return pi;let t=e<0;t&&(e=-e);let n=e>>>0,i=(e-n)/4294967296>>>0;return t&&(i=~i>>>0,n=~n>>>0,++n>4294967295&&(n=0,++i>4294967295&&(i=0))),new r(n,i)}static from(e){return typeof e=="number"?r.fromNumber(e):typeof e=="bigint"?r.fromBigInt(e):typeof e=="string"?r.fromBigInt(BigInt(e)):e.low!=null||e.high!=null?new r(e.low>>>0,e.high>>>0):pi}},pi=new St(0,0);pi.toBigInt=function(){return 0n};pi.zzEncode=pi.zzDecode=function(){return this};pi.length=function(){return 1};var s0=4294967296n;function a0(r){let e=0,t=0;for(let n=0;n<r.length;++n)t=r.charCodeAt(n),t<128?e+=1:t<2048?e+=2:(t&64512)===55296&&(r.charCodeAt(n+1)&64512)===56320?(++n,e+=4):e+=3;return e}function c0(r,e,t){if(t-e<1)return"";let i,o=[],s=0,a;for(;e<t;)a=r[e++],a<128?o[s++]=a:a>191&&a<224?o[s++]=(a&31)<<6|r[e++]&63:a>239&&a<365?(a=((a&7)<<18|(r[e++]&63)<<12|(r[e++]&63)<<6|r[e++]&63)-65536,o[s++]=55296+(a>>10),o[s++]=56320+(a&1023)):o[s++]=(a&15)<<12|(r[e++]&63)<<6|r[e++]&63,s>8191&&((i??(i=[])).push(String.fromCharCode.apply(String,o)),s=0);return i!=null?(s>0&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))}function Zu(r,e,t){let n=t,i,o;for(let s=0;s<r.length;++s)i=r.charCodeAt(s),i<128?e[t++]=i:i<2048?(e[t++]=i>>6|192,e[t++]=i&63|128):(i&64512)===55296&&((o=r.charCodeAt(s+1))&64512)===56320?(i=65536+((i&1023)<<10)+(o&1023),++s,e[t++]=i>>18|240,e[t++]=i>>12&63|128,e[t++]=i>>6&63|128,e[t++]=i&63|128):(e[t++]=i>>12|224,e[t++]=i>>6&63|128,e[t++]=i&63|128);return t-n}function Zt(r,e){return RangeError(`index out of range: ${r.pos} + ${e??1} > ${r.len}`)}function Ca(r,e){return(r[e-4]|r[e-3]<<8|r[e-2]<<16|r[e-1]<<24)>>>0}var Ju=class{buf;pos;len;_slice=Uint8Array.prototype.subarray;constructor(e){this.buf=e,this.pos=0,this.len=e.length}uint32(){let e=4294967295;if(e=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(e=(e|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return e;if((this.pos+=5)>this.len)throw this.pos=this.len,Zt(this,10);return e}int32(){return this.uint32()|0}sint32(){let e=this.uint32();return e>>>1^-(e&1)|0}bool(){return this.uint32()!==0}fixed32(){if(this.pos+4>this.len)throw Zt(this,4);return Ca(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw Zt(this,4);return Ca(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw Zt(this,4);let e=n0(this.buf,this.pos);return this.pos+=4,e}double(){if(this.pos+8>this.len)throw Zt(this,4);let e=o0(this.buf,this.pos);return this.pos+=8,e}bytes(){let e=this.uint32(),t=this.pos,n=this.pos+e;if(n>this.len)throw Zt(this,e);return this.pos+=e,t===n?new Uint8Array(0):this.buf.subarray(t,n)}string(){let e=this.bytes();return c0(e,0,e.length)}skip(e){if(typeof e=="number"){if(this.pos+e>this.len)throw Zt(this,e);this.pos+=e}else do if(this.pos>=this.len)throw Zt(this);while(this.buf[this.pos++]&128);return this}skipType(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}readLongVarint(){let e=new St(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 Zt(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 Zt(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")}readFixed64(){if(this.pos+8>this.len)throw Zt(this,8);let e=Ca(this.buf,this.pos+=4),t=Ca(this.buf,this.pos+=4);return new St(e,t)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let e=Yu(this.buf,this.pos);return this.pos+=mt(e),e}uint64String(){return this.readLongVarint().toString(!0)}sint64(){return this.readLongVarint().zzDecode().toBigInt()}sint64Number(){return this.readLongVarint().zzDecode().toNumber()}sint64String(){return this.readLongVarint().zzDecode().toString()}fixed64(){return this.readFixed64().toBigInt()}fixed64Number(){return this.readFixed64().toNumber()}fixed64String(){return this.readFixed64().toString()}sfixed64(){return this.readFixed64().toBigInt()}sfixed64Number(){return this.readFixed64().toNumber()}sfixed64String(){return this.readFixed64().toString()}};function Qu(r){return new Ju(r instanceof Uint8Array?r:r.subarray())}function Vt(r,e,t){let n=Qu(r);return e.decode(n,void 0,t)}var ed={};Be(ed,{base10:()=>bb});var bb=vn({prefix:"9",name:"base10",alphabet:"0123456789"});var td={};Be(td,{base16:()=>vb,base16upper:()=>Ab});var vb=ke({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Ab=ke({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var rd={};Be(rd,{base2:()=>_b});var _b=ke({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var nd={};Be(nd,{base256emoji:()=>Rb});var u0=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}"),Sb=u0.reduce((r,e,t)=>(r[t]=e,r),[]),Ib=u0.reduce((r,e,t)=>(r[e.codePointAt(0)]=t,r),[]);function Bb(r){return r.reduce((e,t)=>(e+=Sb[t],e),"")}function kb(r){let e=[];for(let t of r){let n=Ib[t.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${t}`);e.push(n)}return new Uint8Array(e)}var Rb=zi({prefix:"\u{1F680}",name:"base256emoji",encode:Bb,decode:kb});var id={};Be(id,{base36:()=>kn,base36upper:()=>Tb});var kn=vn({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Tb=vn({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var od={};Be(od,{base8:()=>Nb});var Nb=ke({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var sd={};Be(sd,{identity:()=>Cb});var Cb=zi({prefix:"\0",name:"identity",encode:r=>_u(r),decode:r=>Au(r)});var a8=new TextEncoder,Lb=new TextDecoder;var Rn=512;function d0(r){return JSON.parse(Lb.decode(r))}var Mt={};Be(Mt,{code:()=>Ae,decode:()=>Ob,encode:()=>Db,name:()=>Ub});var Ub="raw",Ae=85;function Db(r){return Pt(r)}function Ob(r){return Pt(r)}var ad={};Be(ad,{identity:()=>et});var f0=0,Pb="identity",h0=Pt;function Fb(r){return mr(f0,h0(r))}var et={code:f0,name:Pb,encode:h0,digest:Fb};var Tn={...sd,...rd,...od,...ed,...td,...Ru,...id,...Tu,...Mu,...nd},E8={...Pu,...ad};function m0(r,e,t,n){return{name:r,prefix:e,encoder:{name:r,prefix:e,encode:t},decoder:{decode:n}}}var p0=m0("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),cd=m0("ascii","a",r=>{let e="a";for(let t=0;t<r.length;t++)e+=String.fromCharCode(r[t]);return e},r=>{r=r.substring(1);let e=pt(r.length);for(let t=0;t<r.length;t++)e[t]=r.charCodeAt(t);return e}),Vb={utf8:p0,"utf-8":p0,hex:Tn.base16,latin1:cd,ascii:cd,binary:cd,...Tn},Ua=Vb;function V(r,e="utf8"){let t=Ua[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?In(globalThis.Buffer.from(r,"utf-8")):t.decoder.decode(`${t.prefix}${r}`)}function ld(r){let e=r??8192,t=e>>>1,n,i=e;return function(s){if(s<1||s>t)return pt(s);i+s>e&&(n=pt(e),i=0);let a=n.subarray(i,i+=s);return i&7&&(i=(i|7)+1),a}}var mi=class{fn;len;next;val;constructor(e,t,n){this.fn=e,this.len=t,this.next=void 0,this.val=n}};function ud(){}var fd=class{head;tail;len;next;constructor(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}},Mb=ld();function Hb(r){return globalThis.Buffer!=null?pt(r):Mb(r)}var ss=class{len;head;tail;states;constructor(){this.len=0,this.head=new mi(ud,0,0),this.tail=this.head,this.states=null}_push(e,t,n){return this.tail=this.tail.next=new mi(e,t,n),this.len+=t,this}uint32(e){return this.len+=(this.tail=this.tail.next=new hd((e=e>>>0)<128?1:e<16384?2:e<2097152?3:e<268435456?4:5,e)).len,this}int32(e){return e<0?this._push(Da,10,St.fromNumber(e)):this.uint32(e)}sint32(e){return this.uint32((e<<1^e>>31)>>>0)}uint64(e){let t=St.fromBigInt(e);return this._push(Da,t.length(),t)}uint64Number(e){return this._push(Wu,mt(e),e)}uint64String(e){return this.uint64(BigInt(e))}int64(e){return this.uint64(e)}int64Number(e){return this.uint64Number(e)}int64String(e){return this.uint64String(e)}sint64(e){let t=St.fromBigInt(e).zzEncode();return this._push(Da,t.length(),t)}sint64Number(e){let t=St.fromNumber(e).zzEncode();return this._push(Da,t.length(),t)}sint64String(e){return this.sint64(BigInt(e))}bool(e){return this._push(dd,1,e?1:0)}fixed32(e){return this._push(os,4,e>>>0)}sfixed32(e){return this.fixed32(e)}fixed64(e){let t=St.fromBigInt(e);return this._push(os,4,t.lo)._push(os,4,t.hi)}fixed64Number(e){let t=St.fromNumber(e);return this._push(os,4,t.lo)._push(os,4,t.hi)}fixed64String(e){return this.fixed64(BigInt(e))}sfixed64(e){return this.fixed64(e)}sfixed64Number(e){return this.fixed64Number(e)}sfixed64String(e){return this.fixed64String(e)}float(e){return this._push(r0,4,e)}double(e){return this._push(i0,8,e)}bytes(e){let t=e.length>>>0;return t===0?this._push(dd,1,0):this.uint32(t)._push(zb,t,e)}string(e){let t=a0(e);return t!==0?this.uint32(t)._push(Zu,t,e):this._push(dd,1,0)}fork(){return this.states=new fd(this),this.head=this.tail=new mi(ud,0,0),this.len=0,this}reset(){return this.states!=null?(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 mi(ud,0,0),this.len=0),this}ldelim(){let e=this.head,t=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=e.next,this.tail=t,this.len+=n),this}finish(){let e=this.head.next,t=Hb(this.len),n=0;for(;e!=null;)e.fn(e.val,t,n),n+=e.len,e=e.next;return t}};function dd(r,e,t){e[t]=r&255}function $b(r,e,t){for(;r>127;)e[t++]=r&127|128,r>>>=7;e[t]=r}var hd=class extends mi{next;constructor(e,t){super($b,e,t),this.next=void 0}};function Da(r,e,t){for(;r.hi!==0;)e[t++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)e[t++]=r.lo&127|128,r.lo=r.lo>>>7;e[t++]=r.lo}function os(r,e,t){e[t]=r&255,e[t+1]=r>>>8&255,e[t+2]=r>>>16&255,e[t+3]=r>>>24}function zb(r,e,t){e.set(r,t)}globalThis.Buffer!=null&&(ss.prototype.bytes=function(r){let e=r.length>>>0;return this.uint32(e),e>0&&this._push(Kb,e,r),this},ss.prototype.string=function(r){let e=globalThis.Buffer.byteLength(r);return this.uint32(e),e>0&&this._push(Gb,e,r),this});function Kb(r,e,t){e.set(r,t)}function Gb(r,e,t){r.length<40?Zu(r,e,t):e.utf8Write!=null?e.utf8Write(r,t):e.set(V(r),t)}function pd(){return new ss}function Ht(r,e){let t=pd();return e.encode(r,t,{lengthDelimited:!1}),t.finish()}var Ji;(function(r){r[r.VARINT=0]="VARINT",r[r.BIT64=1]="BIT64",r[r.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",r[r.START_GROUP=3]="START_GROUP",r[r.END_GROUP=4]="END_GROUP",r[r.BIT32=5]="BIT32"})(Ji||(Ji={}));function Oa(r,e,t,n){return{name:r,type:e,encode:t,decode:n}}function yi(r){function e(i){if(r[i.toString()]==null)throw new Error("Invalid enum value");return r[i]}let t=function(o,s){let a=e(o);s.int32(a)},n=function(o){let s=o.int32();return e(s)};return Oa("enum",Ji.VARINT,t,n)}function $t(r,e){return Oa("message",Ji.LENGTH_DELIMITED,r,e)}function qb(r){return r[Symbol.asyncIterator]!=null}function Wb(r){if(qb(r))return(async()=>{for await(let e of r);})();for(let e of r);}var Jt=Wb;function ye(r,e){if(globalThis.Buffer!=null)return In(globalThis.Buffer.concat(r,e));e==null&&(e=r.reduce((i,o)=>i+o.length,0));let t=pt(e),n=0;for(let i of r)t.set(i,n),n+=i.length;return In(t)}var g0=Symbol.for("@achingbrain/uint8arraylist");function y0(r,e){if(e==null||e<0)throw new RangeError("index is out of bounds");let t=0;for(let n of r){let i=t+n.byteLength;if(e<i)return{buf:n,index:e-t};t=i}throw new RangeError("index is out of bounds")}function gr(r){return!!r?.[g0]}var zt=class r{bufs;length;[g0]=!0;constructor(...e){this.bufs=[],this.length=0,e.length>0&&this.appendAll(e)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...e){this.appendAll(e)}appendAll(e){let t=0;for(let n of e)if(n instanceof Uint8Array)t+=n.byteLength,this.bufs.push(n);else if(gr(n))t+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=t}prepend(...e){this.prependAll(e)}prependAll(e){let t=0;for(let n of e.reverse())if(n instanceof Uint8Array)t+=n.byteLength,this.bufs.unshift(n);else if(gr(n))t+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=t}get(e){let t=y0(this.bufs,e);return t.buf[t.index]}set(e,t){let n=y0(this.bufs,e);n.buf[n.index]=t}write(e,t=0){if(e instanceof Uint8Array)for(let n=0;n<e.length;n++)this.set(t+n,e[n]);else if(gr(e))for(let n=0;n<e.length;n++)this.set(t+n,e.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(e){if(e=Math.trunc(e),!(Number.isNaN(e)||e<=0)){if(e===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(e>=this.bufs[0].byteLength)e-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(e),this.length-=e;break}}}slice(e,t){let{bufs:n,length:i}=this._subList(e,t);return ye(n,i)}subarray(e,t){let{bufs:n,length:i}=this._subList(e,t);return n.length===1?n[0]:ye(n,i)}sublist(e,t){let{bufs:n,length:i}=this._subList(e,t),o=new r;return o.length=i,o.bufs=[...n],o}_subList(e,t){if(e=e??0,t=t??this.length,e<0&&(e=this.length+e),t<0&&(t=this.length+t),e<0||t>this.length)throw new RangeError("index is out of bounds");if(e===t)return{bufs:[],length:0};if(e===0&&t===this.length)return{bufs:this.bufs,length:this.length};let n=[],i=0;for(let o=0;o<this.bufs.length;o++){let s=this.bufs[o],a=i,c=a+s.byteLength;if(i=c,e>=c)continue;let u=e>=a&&e<c,l=t>a&&t<=c;if(u&&l){if(e===a&&t===c){n.push(s);break}let d=e-a;n.push(s.subarray(d,d+(t-e)));break}if(u){if(e===0){n.push(s);continue}n.push(s.subarray(e-a));continue}if(l){if(t===c){n.push(s);break}n.push(s.subarray(0,t-a));break}n.push(s)}return{bufs:n,length:t-e}}indexOf(e,t=0){if(!gr(e)&&!(e instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=e instanceof Uint8Array?e:e.subarray();if(t=Number(t??0),isNaN(t)&&(t=0),t<0&&(t=this.length+t),t<0&&(t=0),e.length===0)return t>this.length?this.length:t;let i=n.byteLength;if(i===0)throw new TypeError("search must be at least 1 byte long");let o=256,s=new Int32Array(o);for(let d=0;d<o;d++)s[d]=-1;for(let d=0;d<i;d++)s[n[d]]=d;let a=s,c=this.byteLength-n.byteLength,u=n.byteLength-1,l;for(let d=t;d<=c;d+=l){l=0;for(let m=u;m>=0;m--){let f=this.get(d+m);if(n[m]!==f){l=Math.max(1,m-a[f]);break}}if(l===0)return d}return-1}getInt8(e){let t=this.subarray(e,e+1);return new DataView(t.buffer,t.byteOffset,t.byteLength).getInt8(0)}setInt8(e,t){let n=pt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,t),this.write(n,e)}getInt16(e,t){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,t)}setInt16(e,t,n){let i=Mr(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt16(0,t,n),this.write(i,e)}getInt32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,t)}setInt32(e,t,n){let i=Mr(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt32(0,t,n),this.write(i,e)}getBigInt64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,t)}setBigInt64(e,t,n){let i=Mr(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigInt64(0,t,n),this.write(i,e)}getUint8(e){let t=this.subarray(e,e+1);return new DataView(t.buffer,t.byteOffset,t.byteLength).getUint8(0)}setUint8(e,t){let n=pt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,t),this.write(n,e)}getUint16(e,t){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,t)}setUint16(e,t,n){let i=Mr(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint16(0,t,n),this.write(i,e)}getUint32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,t)}setUint32(e,t,n){let i=Mr(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,t,n),this.write(i,e)}getBigUint64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,t)}setBigUint64(e,t,n){let i=Mr(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigUint64(0,t,n),this.write(i,e)}getFloat32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,t)}setFloat32(e,t,n){let i=Mr(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat32(0,t,n),this.write(i,e)}getFloat64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,t)}setFloat64(e,t,n){let i=Mr(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,t,n),this.write(i,e)}equals(e){if(e==null||!(e instanceof r)||e.bufs.length!==this.bufs.length)return!1;for(let t=0;t<this.bufs.length;t++)if(!he(this.bufs[t],e.bufs[t]))return!1;return!0}static fromUint8Arrays(e,t){let n=new r;return n.bufs=e,t==null&&(t=e.reduce((i,o)=>i+o.byteLength,0)),n.length=t,n}};function jb(r){return r[Symbol.asyncIterator]!=null}function Xb(r,e){if(jb(r))return async function*(){for await(let a of r)yield e(a)}();let t=Hi(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();let o=e(n);if(typeof o.then=="function")return async function*(){yield await o;for await(let a of t)yield e(a)}();let s=e;return function*(){yield o;for(let a of t)yield s(a)}()}var tt=Xb;function _e(){let r={};return r.promise=new Promise((e,t)=>{r.resolve=e,r.reject=t}),r}var Pa=class{buffer;mask;top;btm;next;constructor(e){if(!(e>0)||e-1&e)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(e),this.mask=e-1,this.top=0,this.btm=0,this.next=null}push(e){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=e,this.top=this.top+1&this.mask,!0)}shift(){let e=this.buffer[this.btm];if(e!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,e}isEmpty(){return this.buffer[this.btm]===void 0}},Qi=class{size;hwm;head;tail;constructor(e={}){this.hwm=e.splitLimit??16,this.head=new Pa(this.hwm),this.tail=this.head,this.size=0}calculateSize(e){return e?.byteLength!=null?e.byteLength:1}push(e){if(e?.value!=null&&(this.size+=this.calculateSize(e.value)),!this.head.push(e)){let t=this.head;this.head=t.next=new Pa(2*this.head.buffer.length),this.head.push(e)}}shift(){let e=this.tail.shift();if(e===void 0&&this.tail.next!=null){let t=this.tail.next;this.tail.next=null,this.tail=t,e=this.tail.shift()}return e?.value!=null&&(this.size-=this.calculateSize(e.value)),e}isEmpty(){return this.head.isEmpty()}};var md=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.code=t??"ABORT_ERR"}};function Kt(r={}){return Zb(t=>{let n=t.shift();if(n==null)return{done:!0};if(n.error!=null)throw n.error;return{done:n.done===!0,value:n.value}},r)}function Zb(r,e){e=e??{};let t=e.onEnd,n=new Qi,i,o,s,a=_e(),c=async()=>{try{return n.isEmpty()?s?{done:!0}:await new Promise((y,g)=>{o=x=>{o=null,n.push(x);try{y(r(n))}catch(E){g(E)}return i}}):r(n)}finally{n.isEmpty()&&queueMicrotask(()=>{a.resolve(),a=_e()})}},u=y=>o!=null?o(y):(n.push(y),i),l=y=>(n=new Qi,o!=null?o({error:y}):(n.push({error:y}),i)),d=y=>{if(s)return i;if(e?.objectMode!==!0&&y?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return u({done:!1,value:y})},m=y=>s?i:(s=!0,y!=null?l(y):u({done:!0})),f=()=>(n=new Qi,m(),{done:!0}),h=y=>(m(y),{done:!0});if(i={[Symbol.asyncIterator](){return this},next:c,return:f,throw:h,push:d,end:m,get readableLength(){return n.size},onEmpty:async y=>{let g=y?.signal;if(g?.throwIfAborted(),n.isEmpty())return;let x,E;g!=null&&(x=new Promise((_,S)=>{E=()=>{S(new md)},g.addEventListener("abort",E)}));try{await Promise.race([a.promise,x])}finally{E!=null&&g!=null&&g?.removeEventListener("abort",E)}}},t==null)return i;let p=i;return i={[Symbol.asyncIterator](){return this},next(){return p.next()},throw(y){return p.throw(y),t!=null&&(t(y),t=void 0),{done:!0}},return(){return p.return(),t!=null&&(t(),t=void 0),{done:!0}},push:d,end(y){return p.end(y),t!=null&&(t(y),t=void 0),i},get readableLength(){return p.readableLength},onEmpty:y=>p.onEmpty(y)},i}function Jb(r){return r[Symbol.asyncIterator]!=null}function Qb(...r){let e=[];for(let t of r)Jb(t)||e.push(t);return e.length===r.length?function*(){for(let t of e)yield*t}():async function*(){let t=Kt({objectMode:!0});Promise.resolve().then(async()=>{try{await Promise.all(r.map(async n=>{for await(let i of n)t.push(i)})),t.end()}catch(n){t.end(n)}}),yield*t}()}var Hr=Qb;function yt(r,...e){if(r==null)throw new Error("Empty pipeline");if(yd(r)){let n=r;r=()=>n.source}else if(b0(r)||x0(r)){let n=r;r=()=>n}let t=[r,...e];if(t.length>1&&yd(t[t.length-1])&&(t[t.length-1]=t[t.length-1].sink),t.length>2)for(let n=1;n<t.length-1;n++)yd(t[n])&&(t[n]=t3(t[n]));return e3(...t)}var e3=(...r)=>{let e;for(;r.length>0;)e=r.shift()(e);return e},x0=r=>r?.[Symbol.asyncIterator]!=null,b0=r=>r?.[Symbol.iterator]!=null,yd=r=>r==null?!1:r.sink!=null&&r.source!=null,t3=r=>e=>{let t=r.sink(e);if(t?.then!=null){let n=Kt({objectMode:!0});t.then(()=>{n.end()},s=>{n.end(s)});let i,o=r.source;if(x0(o))i=async function*(){yield*o,n.end()};else if(b0(o))i=function*(){yield*o,n.end()};else throw new Error("Unknown duplex source type - must be Iterable or AsyncIterable");return Hr(n,i())}return r.source};function r3(r){return r[Symbol.asyncIterator]!=null}function n3(r,e){return r3(r)?async function*(){let t=0;if(!(e<1)){for await(let n of r)if(yield n,t++,t===e)return}}():function*(){let t=0;if(!(e<1)){for(let n of r)if(yield n,t++,t===e)return}}()}var Fa=n3;var M=class extends Event{constructor(e,t){super(e),this.detail=t}};function Z(r,e="utf8"){let t=Ua[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):t.encoder.encode(r).substring(1)}var Va=class{url;#e=0;#t=0;#r=0;#s=0;constructor(e){this.url=e instanceof URL?e:new URL(e)}async getRawBlock(e,t){let n=this.url;if(n.pathname=`/ipfs/${e.toString()}`,n.search="?format=raw",t?.aborted===!0)throw new Error(`Signal to fetch raw block for CID ${e} from gateway ${this.url} was aborted prior to fetch`);try{this.#e++;let i=await fetch(n.toString(),{signal:t,headers:{Accept:"application/vnd.ipld.raw"},cache:"force-cache"});if(!i.ok)throw this.#t++,new Error(`unable to fetch raw block for CID ${e} from gateway ${this.url}`);return this.#s++,new Uint8Array(await i.arrayBuffer())}catch{throw t?.aborted===!0?new Error(`fetching raw block for CID ${e} from gateway ${this.url} was aborted`):(this.#t++,new Error(`unable to fetch raw block for CID ${e}`))}}reliability(){return this.#e===0?1:this.#r>0?-1/0:this.#s/(this.#e+this.#t*3)}incrementInvalidBlocks(){this.#r++}};var Ma=class{gateways;log;constructor(e,t={}){this.log=e.logger.forComponent("helia:trustless-gateway-block-broker"),this.gateways=(t.gateways??v0).map(n=>new Va(n))}async retrieve(e,t={}){let n=this.gateways.sort((o,s)=>s.reliability()-o.reliability()),i=[];for(let o of n){this.log("getting block for %c from %s",e,o.url);try{let s=await o.getRawBlock(e,t.signal);this.log.trace("got block for %c from %s",e,o.url);try{await t.validateFn?.(s)}catch(a){throw this.log.error("failed to validate block for %c from %s",e,o.url,a),o.incrementInvalidBlocks(),new Error(`unable to validate block for CID ${e} from gateway ${o.url}`)}return s}catch(s){if(this.log.error("failed to get block for %c from %s",e,o.url,s),s instanceof Error?i.push(s):i.push(new Error(`unable to fetch raw block for CID ${e} from gateway ${o.url}`)),t.signal?.aborted===!0){this.log.trace("request aborted while fetching raw block for CID %c from gateway %s",e,o.url);break}}}throw new AggregateError(i,`unable to fetch raw block for CID ${e} from any gateway`)}};var v0=["https://trustless-gateway.link","https://cloudflare-ipfs.com","https://4everland.io"];function as(r={}){return e=>new Ma(e,r)}var i3=Symbol.for("nodejs.util.inspect.custom"),A0=Object.values(Tn).map(r=>r.decoder).reduce((r,e)=>r.or(e),Tn.identity.decoder),_0=114,gd=36,wd=37,cs=class{type;multihash;privateKey;publicKey;string;constructor(e){this.type=e.type,this.multihash=e.multihash,this.privateKey=e.privateKey,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[Lu]=!0;toString(){return this.string==null&&(this.string=Ne.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return F.createV1(_0,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(e){if(e==null)return!1;if(e instanceof Uint8Array)return he(this.multihash.bytes,e);if(typeof e=="string")return It(e).equals(this);if(e?.multihash?.bytes!=null)return he(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[i3](){return`PeerId(${this.toString()})`}},eo=class extends cs{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},to=class extends cs{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},ro=class extends cs{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function It(r,e){if(e=e??A0,r.charAt(0)==="1"||r.charAt(0)==="Q"){let t=st(Ne.decode(`z${r}`));return r.startsWith("12D")?new to({multihash:t}):r.startsWith("16U")?new ro({multihash:t}):new eo({multihash:t})}return ls(A0.decode(r))}function ls(r){try{let e=st(r);if(e.code===et.code){if(e.digest.length===gd)return new to({multihash:e});if(e.digest.length===wd)return new ro({multihash:e})}if(e.code===fe.code)return new eo({multihash:e})}catch{return o3(F.decode(r))}throw new Error("Supplied PeerID CID is invalid")}function o3(r){if(r==null||r.multihash==null||r.version==null||r.version===1&&r.code!==_0)throw new Error("Supplied PeerID CID is invalid");let e=r.multihash;if(e.code===fe.code)return new eo({multihash:r.multihash});if(e.code===et.code){if(e.digest.length===gd)return new to({multihash:r.multihash});if(e.digest.length===wd)return new ro({multihash:r.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function S0(r,e){return r.length===gd?new to({multihash:mr(et.code,r),privateKey:e}):r.length===wd?new ro({multihash:mr(et.code,r),privateKey:e}):new eo({multihash:await fe.digest(r),publicKey:r,privateKey:e})}var Ha=class{index=0;input="";new(e){return this.index=0,this.input=e,this}readAtomically(e){let t=this.index,n=e();return n===void 0&&(this.index=t),n}parseWith(e){let t=e();if(this.index===this.input.length)return t}peekChar(){if(!(this.index>=this.input.length))return this.input[this.index]}readChar(){if(!(this.index>=this.input.length))return this.input[this.index++]}readGivenChar(e){return this.readAtomically(()=>{let t=this.readChar();if(t===e)return t})}readSeparator(e,t,n){return this.readAtomically(()=>{if(!(t>0&&this.readGivenChar(e)===void 0))return n()})}readNumber(e,t,n,i){return this.readAtomically(()=>{let o=0,s=0,a=this.peekChar();if(a===void 0)return;let c=a==="0",u=2**(8*i)-1;for(;;){let l=this.readAtomically(()=>{let d=this.readChar();if(d===void 0)return;let m=Number.parseInt(d,e);if(!Number.isNaN(m))return m});if(l===void 0)break;if(o*=e,o+=l,o>u||(s+=1,t!==void 0&&s>t))return}if(s!==0)return!n&&c&&s>1?void 0:o})}readIPv4Addr(){return this.readAtomically(()=>{let e=new Uint8Array(4);for(let t=0;t<e.length;t++){let n=this.readSeparator(".",t,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;e[t]=n}return e})}readIPv6Addr(){let e=t=>{for(let n=0;n<t.length/2;n++){let i=n*2;if(n<t.length-3){let s=this.readSeparator(":",n,()=>this.readIPv4Addr());if(s!==void 0)return t[i]=s[0],t[i+1]=s[1],t[i+2]=s[2],t[i+3]=s[3],[i+4,!0]}let o=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(o===void 0)return[i,!1];t[i]=o>>8,t[i+1]=o&255}return[t.length,!1]};return this.readAtomically(()=>{let t=new Uint8Array(16),[n,i]=e(t);if(n===16)return t;if(i||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let o=new Uint8Array(14),s=16-(n+2),[a]=e(o.subarray(0,s));return t.set(o.subarray(0,a),16-a),t})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var I0=45,s3=15,no=new Ha;function Ed(r){if(!(r.length>s3))return no.new(r).parseWith(()=>no.readIPv4Addr())}function xd(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>I0))return no.new(r).parseWith(()=>no.readIPv6Addr())}function $a(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>I0))return no.new(r).parseWith(()=>no.readIPAddr())}var j5=parseInt("0xFFFF",16),X5=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function R0(r){return!!Ed(r)}function T0(r){return!!xd(r)}function za(r){return!!$a(r)}var N0=R0,d3=T0,bd=function(r){let e=0;if(r=r.toString().trim(),N0(r)){let t=new Uint8Array(e+4);return r.split(/\./g).forEach(n=>{t[e++]=parseInt(n,10)&255}),t}if(d3(r)){let t=r.split(":",8),n;for(n=0;n<t.length;n++){let o=N0(t[n]),s;o&&(s=bd(t[n]),t[n]=Z(s.slice(0,2),"base16")),s!=null&&++n<8&&t.splice(n,0,Z(s.slice(2,4),"base16"))}if(t[0]==="")for(;t.length<8;)t.unshift("0");else if(t[t.length-1]==="")for(;t.length<8;)t.push("0");else if(t.length<8){for(n=0;n<t.length&&t[n]!=="";n++);let o=[n,1];for(n=9-t.length;n>0;n--)o.push("0");t.splice.apply(t,o)}let i=new Uint8Array(e+16);for(n=0;n<t.length;n++){let o=parseInt(t[n],16);i[e++]=o>>8&255,i[e++]=o&255}return i}throw new Error("invalid ip address")},C0=function(r,e=0,t){e=~~e,t=t??r.length-e;let n=new DataView(r.buffer);if(t===4){let i=[];for(let o=0;o<t;o++)i.push(r[e+o]);return i.join(".")}if(t===16){let i=[];for(let o=0;o<t;o+=2)i.push(n.getUint16(e+o).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var io={},vd={},h3=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[777,-1,"memory"]];h3.forEach(r=>{let e=p3(...r);vd[e.code]=e,io[e.name]=e});function p3(r,e,t,n,i){return{code:r,size:e,name:t,resolvable:!!n,path:!!i}}function we(r){if(typeof r=="number"){if(vd[r]!=null)return vd[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(io[r]!=null)return io[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var Lk=we("ip4"),Uk=we("ip6"),Dk=we("ipcidr");function _d(r,e){switch(we(r).code){case 4:case 41:return y3(e);case 42:return D0(e);case 6:case 273:case 33:case 132:return P0(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return D0(e);case 421:return x3(e);case 444:return O0(e);case 445:return O0(e);case 466:return E3(e);default:return Z(e,"base16")}}function Sd(r,e){switch(we(r).code){case 4:return L0(e);case 41:return L0(e);case 42:return U0(e);case 6:case 273:case 33:case 132:return Id(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return U0(e);case 421:return g3(e);case 444:return b3(e);case 445:return v3(e);case 466:return w3(e);default:return V(e,"base16")}}var Ad=Object.values(Tn).map(r=>r.decoder),m3=function(){let r=Ad[0].or(Ad[1]);return Ad.slice(2).forEach(e=>r=r.or(e)),r}();function L0(r){if(!za(r))throw new Error("invalid ip address");return bd(r)}function y3(r){let e=C0(r,0,r.length);if(e==null)throw new Error("ipBuff is required");if(!za(e))throw new Error("invalid ip address");return e}function Id(r){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,r),new Uint8Array(e)}function P0(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function U0(r){let e=V(r),t=Uint8Array.from(Zi(e.length));return ye([t,e],t.length+e.length)}function D0(r){let e=hi(r);if(r=r.slice(mt(e)),r.length!==e)throw new Error("inconsistent lengths");return Z(r)}function g3(r){let e;r[0]==="Q"||r[0]==="1"?e=st(Ne.decode(`z${r}`)).bytes:e=F.parse(r).multihash.bytes;let t=Uint8Array.from(Zi(e.length));return ye([t,e],t.length+e.length)}function w3(r){let e=m3.decode(r),t=Uint8Array.from(Zi(e.length));return ye([t,e],t.length+e.length)}function E3(r){let e=hi(r),t=r.slice(mt(e));if(t.length!==e)throw new Error("inconsistent lengths");return"u"+Z(t,"base64url")}function x3(r){let e=hi(r),t=r.slice(mt(e));if(t.length!==e)throw new Error("inconsistent lengths");return Z(t,"base58btc")}function b3(r){let e=r.split(":");if(e.length!==2)throw new Error(`failed to parse onion addr: ["'${e.join('", "')}'"]' does not contain a port number`);if(e[0].length!==16)throw new Error(`failed to parse onion addr: ${e[0]} not a Tor onion address.`);let t=Ge.decode("b"+e[0]),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=Id(n);return ye([t,i],t.length+i.length)}function v3(r){let e=r.split(":");if(e.length!==2)throw new Error(`failed to parse onion addr: ["'${e.join('", "')}'"]' does not contain a port number`);if(e[0].length!==56)throw new Error(`failed to parse onion addr: ${e[0]} not a Tor onion3 address.`);let t=Ge.decode(`b${e[0]}`),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=Id(n);return ye([t,i],t.length+i.length)}function O0(r){let e=r.slice(0,r.length-2),t=r.slice(r.length-2),n=Z(e,"base32"),i=P0(t);return`${n}:${i}`}function F0(r){r=Bd(r);let e=[],t=[],n=null,i=r.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let o=0;o<i.length;o++){let s=i[o],a=we(s);if(a.size===0){e.push([a.code]),t.push([a.code]);continue}if(o++,o>=i.length)throw M0("invalid address: "+r);if(a.path===!0){n=Bd(i.slice(o).join("/")),e.push([a.code,Sd(a.code,n)]),t.push([a.code,n]);break}let c=Sd(a.code,i[o]);e.push([a.code,c]),t.push([a.code,_d(a.code,c)])}return{string:V0(t),bytes:Rd(e),tuples:e,stringTuples:t,path:n}}function kd(r){let e=[],t=[],n=null,i=0;for(;i<r.length;){let o=hi(r,i),s=mt(o),a=we(o),c=A3(a,r.slice(i+s));if(c===0){e.push([o]),t.push([o]),i+=s;continue}let u=r.slice(i+s,i+s+c);if(i+=c+s,i>r.length)throw M0("Invalid address Uint8Array: "+Z(r,"base16"));e.push([o,u]);let l=_d(o,u);if(t.push([o,l]),a.path===!0){n=l;break}}return{bytes:Uint8Array.from(r),string:V0(t),tuples:e,stringTuples:t,path:n}}function V0(r){let e=[];return r.map(t=>{let n=we(t[0]);return e.push(n.name),t.length>1&&t[1]!=null&&e.push(t[1]),null}),Bd(e.join("/"))}function Rd(r){return ye(r.map(e=>{let t=we(e[0]),n=Uint8Array.from(Zi(t.code));return e.length>1&&e[1]!=null&&(n=ye([n,e[1]])),n}))}function A3(r,e){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let t=hi(e instanceof Uint8Array?e:Uint8Array.from(e));return t+mt(t)}}function Bd(r){return"/"+r.trim().split("/").filter(e=>e).join("/")}function M0(r){return new Error("Error parsing address: "+r)}var _3=Symbol.for("nodejs.util.inspect.custom"),Td=Symbol.for("@multiformats/js-multiaddr/multiaddr"),S3=[we("dns").code,we("dns4").code,we("dns6").code,we("dnsaddr").code],Ka=class r{bytes;#e;#t;#r;#s;[Td]=!0;constructor(e){e==null&&(e="");let t;if(e instanceof Uint8Array)t=kd(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);t=F0(e)}else if($0(e))t=kd(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=t.bytes,this.#e=t.string,this.#t=t.tuples,this.#r=t.stringTuples,this.#s=t.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let e,t,n,i,o="",s=we("tcp"),a=we("udp"),c=we("ip4"),u=we("ip6"),l=we("dns6"),d=we("ip6zone");for(let[f,h]of this.stringTuples())f===d.code&&(o=`%${h??""}`),S3.includes(f)&&(t=s.name,i=443,n=`${h??""}${o}`,e=f===l.code?6:4),(f===s.code||f===a.code)&&(t=we(f).name,i=parseInt(h??"")),(f===c.code||f===u.code)&&(t=we(f).name,n=`${h??""}${o}`,e=f===u.code?6:4);if(e==null||t==null||n==null||i==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:e,host:n,transport:t,port:i}}protos(){return this.#t.map(([e])=>Object.assign({},we(e)))}protoCodes(){return this.#t.map(([e])=>e)}protoNames(){return this.#t.map(([e])=>we(e).name)}tuples(){return this.#t}stringTuples(){return this.#r}encapsulate(e){return e=new r(e),new r(this.toString()+e.toString())}decapsulate(e){let t=e.toString(),n=this.toString(),i=n.lastIndexOf(t);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new r(n.slice(0,i))}decapsulateCode(e){let t=this.tuples();for(let n=t.length-1;n>=0;n--)if(t[n][0]===e)return new r(Rd(t.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===io.p2p.code&&e.push([n,i]),n===io["p2p-circuit"].code&&(e=[])});let t=e.pop();if(t?.[1]!=null){let n=t[1];return n[0]==="Q"||n[0]==="1"?Z(Ne.decode(`z${n}`),"base58btc"):Z(F.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#s}equals(e){return he(this.bytes,e.bytes)}async resolve(e){let t=this.protos().find(o=>o.resolvable);if(t==null)return[this];let n=H0.get(t.name);if(n==null)throw new O(`no available resolver for ${t.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,e)).map(o=>new r(o))}nodeAddress(){let e=this.toOptions();if(e.transport!=="tcp"&&e.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${e.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:e.family,address:e.host,port:e.port}}isThinWaistAddress(e){let t=(e??this).protos();return!(t.length!==2||t[0].code!==4&&t[0].code!==41||t[1].code!==6&&t[1].code!==273)}[_3](){return`Multiaddr(${this.#e})`}};var H0=new Map;function $0(r){return!!r?.[Td]}function Nd(r){return new Ka(r)}async function*Ga(r,e={}){let t=r.getReader();try{for(;;){let n=await t.read();if(n.done)return;yield n.value}}finally{e.preventCancel!==!0&&await t.cancel(),t.releaseLock()}}var jd={};Be(jd,{Ed25519PrivateKey:()=>xi,Ed25519PublicKey:()=>fs,generateKeyPair:()=>O6,generateKeyPairFromSeed:()=>p1,unmarshalEd25519PrivateKey:()=>U6,unmarshalEd25519PublicKey:()=>D6});function Gt(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}function oo(r){if(!Number.isSafeInteger(r)||r<0)throw new Error(`Wrong positive integer: ${r}`)}function I3(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}function Cd(r,...e){if(!I3(r))throw new Error("Expected Uint8Array");if(e.length>0&&!e.includes(r.length))throw new Error(`Expected Uint8Array of length ${e}, not of length=${r.length}`)}function qa(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");oo(r.outputLen),oo(r.blockLen)}function so(r,e=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(e&&r.finished)throw new Error("Hash#digest() has already been called")}function z0(r,e){Cd(r);let t=e.outputLen;if(r.length<t)throw new Error(`digestInto() expects output buffer of length at least ${t}`)}var Wa=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function K0(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}var co=r=>new DataView(r.buffer,r.byteOffset,r.byteLength),Qt=(r,e)=>r<<32-e|r>>>e,B3=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;if(!B3)throw new Error("Non little-endian hardware is not supported");var k3=async()=>{};async function G0(r,e,t){let n=Date.now();for(let i=0;i<r;i++){t(i);let o=Date.now()-n;o>=0&&o<e||(await k3(),n+=o)}}function Ld(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}function Nn(r){if(typeof r=="string"&&(r=Ld(r)),!K0(r))throw new Error(`expected Uint8Array, got ${typeof r}`);return r}function Ya(...r){let e=0;for(let n=0;n<r.length;n++){let i=r[n];if(!K0(i))throw new Error("Uint8Array expected");e+=i.length}let t=new Uint8Array(e);for(let n=0,i=0;n<r.length;n++){let o=r[n];t.set(o,i),i+=o.length}return t}var ao=class{clone(){return this._cloneInto()}},R3={}.toString;function q0(r,e){if(e!==void 0&&R3.call(e)!=="[object Object]")throw new Error("Options should be object or undefined");return Object.assign(r,e)}function ja(r){let e=n=>r().update(Nn(n)).digest(),t=r();return e.outputLen=t.outputLen,e.blockLen=t.blockLen,e.create=()=>r(),e}function lo(r=32){if(Wa&&typeof Wa.getRandomValues=="function")return Wa.getRandomValues(new Uint8Array(r));throw new Error("crypto.getRandomValues must be defined")}function T3(r,e,t,n){if(typeof r.setBigUint64=="function")return r.setBigUint64(e,t,n);let i=BigInt(32),o=BigInt(4294967295),s=Number(t>>i&o),a=Number(t&o),c=n?4:0,u=n?0:4;r.setUint32(e+c,s,n),r.setUint32(e+u,a,n)}var uo=class extends ao{constructor(e,t,n,i){super(),this.blockLen=e,this.outputLen=t,this.padOffset=n,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(e),this.view=co(this.buffer)}update(e){so(this);let{view:t,buffer:n,blockLen:i}=this;e=Nn(e);let o=e.length;for(let s=0;s<o;){let a=Math.min(i-this.pos,o-s);if(a===i){let c=co(e);for(;i<=o-s;s+=i)this.process(c,s);continue}n.set(e.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===i&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){so(this),z0(e,this),this.finished=!0;let{buffer:t,view:n,blockLen:i,isLE:o}=this,{pos:s}=this;t[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>i-s&&(this.process(n,0),s=0);for(let d=s;d<i;d++)t[d]=0;T3(n,i-8,BigInt(this.length*8),o),this.process(n,0);let a=co(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let u=c/4,l=this.get();if(u>l.length)throw new Error("_sha2: outputLen bigger than state");for(let d=0;d<u;d++)a.setUint32(4*d,l[d],o)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let n=e.slice(0,t);return this.destroy(),n}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());let{blockLen:t,buffer:n,length:i,finished:o,destroyed:s,pos:a}=this;return e.length=i,e.pos=a,e.finished=o,e.destroyed=s,i%t&&e.buffer.set(n),e}};var Xa=BigInt(4294967295),Ud=BigInt(32);function W0(r,e=!1){return e?{h:Number(r&Xa),l:Number(r>>Ud&Xa)}:{h:Number(r>>Ud&Xa)|0,l:Number(r&Xa)|0}}function N3(r,e=!1){let t=new Uint32Array(r.length),n=new Uint32Array(r.length);for(let i=0;i<r.length;i++){let{h:o,l:s}=W0(r[i],e);[t[i],n[i]]=[o,s]}return[t,n]}var C3=(r,e)=>BigInt(r>>>0)<<Ud|BigInt(e>>>0),L3=(r,e,t)=>r>>>t,U3=(r,e,t)=>r<<32-t|e>>>t,D3=(r,e,t)=>r>>>t|e<<32-t,O3=(r,e,t)=>r<<32-t|e>>>t,P3=(r,e,t)=>r<<64-t|e>>>t-32,F3=(r,e,t)=>r>>>t-32|e<<64-t,V3=(r,e)=>e,M3=(r,e)=>r,H3=(r,e,t)=>r<<t|e>>>32-t,$3=(r,e,t)=>e<<t|r>>>32-t,z3=(r,e,t)=>e<<t-32|r>>>64-t,K3=(r,e,t)=>r<<t-32|e>>>64-t;function G3(r,e,t,n){let i=(e>>>0)+(n>>>0);return{h:r+t+(i/2**32|0)|0,l:i|0}}var q3=(r,e,t)=>(r>>>0)+(e>>>0)+(t>>>0),W3=(r,e,t,n)=>e+t+n+(r/2**32|0)|0,Y3=(r,e,t,n)=>(r>>>0)+(e>>>0)+(t>>>0)+(n>>>0),j3=(r,e,t,n,i)=>e+t+n+i+(r/2**32|0)|0,X3=(r,e,t,n,i)=>(r>>>0)+(e>>>0)+(t>>>0)+(n>>>0)+(i>>>0),Z3=(r,e,t,n,i,o)=>e+t+n+i+o+(r/2**32|0)|0;var J3={fromBig:W0,split:N3,toBig:C3,shrSH:L3,shrSL:U3,rotrSH:D3,rotrSL:O3,rotrBH:P3,rotrBL:F3,rotr32H:V3,rotr32L:M3,rotlSH:H3,rotlSL:$3,rotlBH:z3,rotlBL:K3,add:G3,add3L:q3,add3H:W3,add4L:Y3,add4H:j3,add5H:Z3,add5L:X3},ee=J3;var[Q3,e6]=ee.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(r=>BigInt(r))),Cn=new Uint32Array(80),Ln=new Uint32Array(80),Dd=class extends uo{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:e,Al:t,Bh:n,Bl:i,Ch:o,Cl:s,Dh:a,Dl:c,Eh:u,El:l,Fh:d,Fl:m,Gh:f,Gl:h,Hh:p,Hl:y}=this;return[e,t,n,i,o,s,a,c,u,l,d,m,f,h,p,y]}set(e,t,n,i,o,s,a,c,u,l,d,m,f,h,p,y){this.Ah=e|0,this.Al=t|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=l|0,this.Fh=d|0,this.Fl=m|0,this.Gh=f|0,this.Gl=h|0,this.Hh=p|0,this.Hl=y|0}process(e,t){for(let E=0;E<16;E++,t+=4)Cn[E]=e.getUint32(t),Ln[E]=e.getUint32(t+=4);for(let E=16;E<80;E++){let _=Cn[E-15]|0,S=Ln[E-15]|0,A=ee.rotrSH(_,S,1)^ee.rotrSH(_,S,8)^ee.shrSH(_,S,7),v=ee.rotrSL(_,S,1)^ee.rotrSL(_,S,8)^ee.shrSL(_,S,7),b=Cn[E-2]|0,T=Ln[E-2]|0,C=ee.rotrSH(b,T,19)^ee.rotrBH(b,T,61)^ee.shrSH(b,T,6),N=ee.rotrSL(b,T,19)^ee.rotrBL(b,T,61)^ee.shrSL(b,T,6),$=ee.add4L(v,N,Ln[E-7],Ln[E-16]),D=ee.add4H($,A,C,Cn[E-7],Cn[E-16]);Cn[E]=D|0,Ln[E]=$|0}let{Ah:n,Al:i,Bh:o,Bl:s,Ch:a,Cl:c,Dh:u,Dl:l,Eh:d,El:m,Fh:f,Fl:h,Gh:p,Gl:y,Hh:g,Hl:x}=this;for(let E=0;E<80;E++){let _=ee.rotrSH(d,m,14)^ee.rotrSH(d,m,18)^ee.rotrBH(d,m,41),S=ee.rotrSL(d,m,14)^ee.rotrSL(d,m,18)^ee.rotrBL(d,m,41),A=d&f^~d&p,v=m&h^~m&y,b=ee.add5L(x,S,v,e6[E],Ln[E]),T=ee.add5H(b,g,_,A,Q3[E],Cn[E]),C=b|0,N=ee.rotrSH(n,i,28)^ee.rotrBH(n,i,34)^ee.rotrBH(n,i,39),$=ee.rotrSL(n,i,28)^ee.rotrBL(n,i,34)^ee.rotrBL(n,i,39),D=n&o^n&a^o&a,ne=i&s^i&c^s&c;g=p|0,x=y|0,p=f|0,y=h|0,f=d|0,h=m|0,{h:d,l:m}=ee.add(u|0,l|0,T|0,C|0),u=a|0,l=c|0,a=o|0,c=s|0,o=n|0,s=i|0;let B=ee.add3L(C,$,ne);n=ee.add3H(B,T,N,D),i=B|0}({h:n,l:i}=ee.add(this.Ah|0,this.Al|0,n|0,i|0)),{h:o,l:s}=ee.add(this.Bh|0,this.Bl|0,o|0,s|0),{h:a,l:c}=ee.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l}=ee.add(this.Dh|0,this.Dl|0,u|0,l|0),{h:d,l:m}=ee.add(this.Eh|0,this.El|0,d|0,m|0),{h:f,l:h}=ee.add(this.Fh|0,this.Fl|0,f|0,h|0),{h:p,l:y}=ee.add(this.Gh|0,this.Gl|0,p|0,y|0),{h:g,l:x}=ee.add(this.Hh|0,this.Hl|0,g|0,x|0),this.set(n,i,o,s,a,c,u,l,d,m,f,h,p,y,g,x)}roundClean(){Cn.fill(0),Ln.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 fo=ja(()=>new Dd);var Ja={};Be(Ja,{bitGet:()=>a6,bitLen:()=>s6,bitMask:()=>us,bitSet:()=>c6,bytesToHex:()=>zr,bytesToNumberBE:()=>Kr,bytesToNumberLE:()=>Un,concatBytes:()=>Gr,createHmacDrbg:()=>Fd,ensureBytes:()=>Re,equalBytes:()=>i6,hexToBytes:()=>gi,hexToNumber:()=>Pd,isBytes:()=>er,numberToBytesBE:()=>Dn,numberToBytesLE:()=>wi,numberToHexUnpadded:()=>Z0,numberToVarBytesBE:()=>n6,utf8ToBytes:()=>o6,validateObject:()=>wr});var X0=BigInt(0),Za=BigInt(1),t6=BigInt(2);function er(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}var r6=Array.from({length:256},(r,e)=>e.toString(16).padStart(2,"0"));function zr(r){if(!er(r))throw new Error("Uint8Array expected");let e="";for(let t=0;t<r.length;t++)e+=r6[r[t]];return e}function Z0(r){let e=r.toString(16);return e.length&1?`0${e}`:e}function Pd(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return BigInt(r===""?"0":`0x${r}`)}var $r={_0:48,_9:57,_A:65,_F:70,_a:97,_f:102};function Y0(r){if(r>=$r._0&&r<=$r._9)return r-$r._0;if(r>=$r._A&&r<=$r._F)return r-($r._A-10);if(r>=$r._a&&r<=$r._f)return r-($r._a-10)}function gi(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);let e=r.length,t=e/2;if(e%2)throw new Error("padded hex string expected, got unpadded hex of length "+e);let n=new Uint8Array(t);for(let i=0,o=0;i<t;i++,o+=2){let s=Y0(r.charCodeAt(o)),a=Y0(r.charCodeAt(o+1));if(s===void 0||a===void 0){let c=r[o]+r[o+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+o)}n[i]=s*16+a}return n}function Kr(r){return Pd(zr(r))}function Un(r){if(!er(r))throw new Error("Uint8Array expected");return Pd(zr(Uint8Array.from(r).reverse()))}function Dn(r,e){return gi(r.toString(16).padStart(e*2,"0"))}function wi(r,e){return Dn(r,e).reverse()}function n6(r){return gi(Z0(r))}function Re(r,e,t){let n;if(typeof e=="string")try{n=gi(e)}catch(o){throw new Error(`${r} must be valid hex string, got "${e}". Cause: ${o}`)}else if(er(e))n=Uint8Array.from(e);else throw new Error(`${r} must be hex string or Uint8Array`);let i=n.length;if(typeof t=="number"&&i!==t)throw new Error(`${r} expected ${t} bytes, got ${i}`);return n}function Gr(...r){let e=0;for(let i=0;i<r.length;i++){let o=r[i];if(!er(o))throw new Error("Uint8Array expected");e+=o.length}let t=new Uint8Array(e),n=0;for(let i=0;i<r.length;i++){let o=r[i];t.set(o,n),n+=o.length}return t}function i6(r,e){if(r.length!==e.length)return!1;let t=0;for(let n=0;n<r.length;n++)t|=r[n]^e[n];return t===0}function o6(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}function s6(r){let e;for(e=0;r>X0;r>>=Za,e+=1);return e}function a6(r,e){return r>>BigInt(e)&Za}var c6=(r,e,t)=>r|(t?Za:X0)<<BigInt(e),us=r=>(t6<<BigInt(r-1))-Za,Od=r=>new Uint8Array(r),j0=r=>Uint8Array.from(r);function Fd(r,e,t){if(typeof r!="number"||r<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof t!="function")throw new Error("hmacFn must be a function");let n=Od(r),i=Od(r),o=0,s=()=>{n.fill(1),i.fill(0),o=0},a=(...d)=>t(i,n,...d),c=(d=Od())=>{i=a(j0([0]),d),n=a(),d.length!==0&&(i=a(j0([1]),d),n=a())},u=()=>{if(o++>=1e3)throw new Error("drbg: tried 1000 values");let d=0,m=[];for(;d<e;){n=a();let f=n.slice();m.push(f),d+=n.length}return Gr(...m)};return(d,m)=>{s(),c(d);let f;for(;!(f=m(u()));)c();return s(),f}}var l6={bigint:r=>typeof r=="bigint",function:r=>typeof r=="function",boolean:r=>typeof r=="boolean",string:r=>typeof r=="string",stringOrUint8Array:r=>typeof r=="string"||er(r),isSafeInteger:r=>Number.isSafeInteger(r),array:r=>Array.isArray(r),field:(r,e)=>e.Fp.isValid(r),hash:r=>typeof r=="function"&&Number.isSafeInteger(r.outputLen)};function wr(r,e,t={}){let n=(i,o,s)=>{let a=l6[o];if(typeof a!="function")throw new Error(`Invalid validator "${o}", expected function`);let c=r[i];if(!(s&&c===void 0)&&!a(c,r))throw new Error(`Invalid param ${String(i)}=${c} (${typeof c}), expected ${o}`)};for(let[i,o]of Object.entries(e))n(i,o,!1);for(let[i,o]of Object.entries(t))n(i,o,!0);return r}var Fe=BigInt(0),Ee=BigInt(1),Ei=BigInt(2),u6=BigInt(3),Vd=BigInt(4),J0=BigInt(5),Q0=BigInt(8),d6=BigInt(9),f6=BigInt(16);function ge(r,e){let t=r%e;return t>=Fe?t:e+t}function h6(r,e,t){if(t<=Fe||e<Fe)throw new Error("Expected power/modulo > 0");if(t===Ee)return Fe;let n=Ee;for(;e>Fe;)e&Ee&&(n=n*r%t),r=r*r%t,e>>=Ee;return n}function xe(r,e,t){let n=r;for(;e-- >Fe;)n*=n,n%=t;return n}function Qa(r,e){if(r===Fe||e<=Fe)throw new Error(`invert: expected positive integers, got n=${r} mod=${e}`);let t=ge(r,e),n=e,i=Fe,o=Ee,s=Ee,a=Fe;for(;t!==Fe;){let u=n/t,l=n%t,d=i-s*u,m=o-a*u;n=t,t=l,i=s,o=a,s=d,a=m}if(n!==Ee)throw new Error("invert: does not exist");return ge(i,e)}function p6(r){let e=(r-Ee)/Ei,t,n,i;for(t=r-Ee,n=0;t%Ei===Fe;t/=Ei,n++);for(i=Ei;i<r&&h6(i,e,r)!==r-Ee;i++);if(n===1){let s=(r+Ee)/Vd;return function(c,u){let l=c.pow(u,s);if(!c.eql(c.sqr(l),u))throw new Error("Cannot find square root");return l}}let o=(t+Ee)/Ei;return function(a,c){if(a.pow(c,e)===a.neg(a.ONE))throw new Error("Cannot find square root");let u=n,l=a.pow(a.mul(a.ONE,i),t),d=a.pow(c,o),m=a.pow(c,t);for(;!a.eql(m,a.ONE);){if(a.eql(m,a.ZERO))return a.ZERO;let f=1;for(let p=a.sqr(m);f<u&&!a.eql(p,a.ONE);f++)p=a.sqr(p);let h=a.pow(l,Ee<<BigInt(u-f-1));l=a.sqr(h),d=a.mul(d,h),m=a.mul(m,l),u=f}return d}}function m6(r){if(r%Vd===u6){let e=(r+Ee)/Vd;return function(n,i){let o=n.pow(i,e);if(!n.eql(n.sqr(o),i))throw new Error("Cannot find square root");return o}}if(r%Q0===J0){let e=(r-J0)/Q0;return function(n,i){let o=n.mul(i,Ei),s=n.pow(o,e),a=n.mul(i,s),c=n.mul(n.mul(a,Ei),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 r%f6,p6(r)}var e1=(r,e)=>(ge(r,e)&Ee)===Ee,y6=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Md(r){let e={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},t=y6.reduce((n,i)=>(n[i]="function",n),e);return wr(r,t)}function g6(r,e,t){if(t<Fe)throw new Error("Expected power > 0");if(t===Fe)return r.ONE;if(t===Ee)return e;let n=r.ONE,i=e;for(;t>Fe;)t&Ee&&(n=r.mul(n,i)),i=r.sqr(i),t>>=Ee;return n}function w6(r,e){let t=new Array(e.length),n=e.reduce((o,s,a)=>r.is0(s)?o:(t[a]=o,r.mul(o,s)),r.ONE),i=r.inv(n);return e.reduceRight((o,s,a)=>r.is0(s)?o:(t[a]=r.mul(o,t[a]),r.mul(o,s)),i),t}function Hd(r,e){let t=e!==void 0?e:r.toString(2).length,n=Math.ceil(t/8);return{nBitLength:t,nByteLength:n}}function ec(r,e,t=!1,n={}){if(r<=Fe)throw new Error(`Expected Field ORDER > 0, got ${r}`);let{nBitLength:i,nByteLength:o}=Hd(r,e);if(o>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=m6(r),a=Object.freeze({ORDER:r,BITS:i,BYTES:o,MASK:us(i),ZERO:Fe,ONE:Ee,create:c=>ge(c,r),isValid:c=>{if(typeof c!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof c}`);return Fe<=c&&c<r},is0:c=>c===Fe,isOdd:c=>(c&Ee)===Ee,neg:c=>ge(-c,r),eql:(c,u)=>c===u,sqr:c=>ge(c*c,r),add:(c,u)=>ge(c+u,r),sub:(c,u)=>ge(c-u,r),mul:(c,u)=>ge(c*u,r),pow:(c,u)=>g6(a,c,u),div:(c,u)=>ge(c*Qa(u,r),r),sqrN:c=>c*c,addN:(c,u)=>c+u,subN:(c,u)=>c-u,mulN:(c,u)=>c*u,inv:c=>Qa(c,r),sqrt:n.sqrt||(c=>s(a,c)),invertBatch:c=>w6(a,c),cmov:(c,u,l)=>l?u:c,toBytes:c=>t?wi(c,o):Dn(c,o),fromBytes:c=>{if(c.length!==o)throw new Error(`Fp.fromBytes: expected ${o}, got ${c.length}`);return t?Un(c):Kr(c)}});return Object.freeze(a)}function t1(r,e){if(!r.isOdd)throw new Error("Field doesn't have isOdd");let t=r.sqrt(e);return r.isOdd(t)?r.neg(t):t}function r1(r){if(typeof r!="bigint")throw new Error("field order must be bigint");let e=r.toString(2).length;return Math.ceil(e/8)}function $d(r){let e=r1(r);return e+Math.ceil(e/2)}function n1(r,e,t=!1){let n=r.length,i=r1(e),o=$d(e);if(n<16||n<o||n>1024)throw new Error(`expected ${o}-1024 bytes of input, got ${n}`);let s=t?Kr(r):Un(r),a=ge(s,e-Ee)+Ee;return t?wi(a,i):Dn(a,i)}var x6=BigInt(0),zd=BigInt(1);function tc(r,e){let t=(i,o)=>{let s=o.negate();return i?s:o},n=i=>{let o=Math.ceil(e/i)+1,s=2**(i-1);return{windows:o,windowSize:s}};return{constTimeNegate:t,unsafeLadder(i,o){let s=r.ZERO,a=i;for(;o>x6;)o&zd&&(s=s.add(a)),a=a.double(),o>>=zd;return s},precomputeWindow(i,o){let{windows:s,windowSize:a}=n(o),c=[],u=i,l=u;for(let d=0;d<s;d++){l=u,c.push(l);for(let m=1;m<a;m++)l=l.add(u),c.push(l);u=l.double()}return c},wNAF(i,o,s){let{windows:a,windowSize:c}=n(i),u=r.ZERO,l=r.BASE,d=BigInt(2**i-1),m=2**i,f=BigInt(i);for(let h=0;h<a;h++){let p=h*c,y=Number(s&d);s>>=f,y>c&&(y-=m,s+=zd);let g=p,x=p+Math.abs(y)-1,E=h%2!==0,_=y<0;y===0?l=l.add(t(E,o[g])):u=u.add(t(_,o[x]))}return{p:u,f:l}},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 ds(r){return Md(r.Fp),wr(r,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Hd(r.n,r.nBitLength),...r,p:r.Fp.ORDER})}var tr=BigInt(0),Bt=BigInt(1),rc=BigInt(2),b6=BigInt(8),v6={zip215:!0};function A6(r){let e=ds(r);return wr(r,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...e})}function nc(r){let e=A6(r),{Fp:t,n,prehash:i,hash:o,randomBytes:s,nByteLength:a,h:c}=e,u=rc<<BigInt(a*8)-Bt,l=t.create,d=e.uvRatio||((L,k)=>{try{return{isValid:!0,value:t.sqrt(L*t.inv(k))}}catch{return{isValid:!1,value:tr}}}),m=e.adjustScalarBytes||(L=>L),f=e.domain||((L,k,K)=>{if(k.length||K)throw new Error("Contexts/pre-hash are not supported");return L}),h=L=>typeof L=="bigint"&&tr<L,p=(L,k)=>h(L)&&h(k)&&L<k,y=L=>L===tr||p(L,u);function g(L,k){if(p(L,k))return L;throw new Error(`Expected valid scalar < ${k}, got ${typeof L} ${L}`)}function x(L){return L===tr?L:g(L,n)}let E=new Map;function _(L){if(!(L instanceof S))throw new Error("ExtendedPoint expected")}class S{constructor(k,K,Y,J){if(this.ex=k,this.ey=K,this.ez=Y,this.et=J,!y(k))throw new Error("x required");if(!y(K))throw new Error("y required");if(!y(Y))throw new Error("z required");if(!y(J))throw new Error("t required")}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(k){if(k instanceof S)throw new Error("extended point not allowed");let{x:K,y:Y}=k||{};if(!y(K)||!y(Y))throw new Error("invalid affine point");return new S(K,Y,Bt,l(K*Y))}static normalizeZ(k){let K=t.invertBatch(k.map(Y=>Y.ez));return k.map((Y,J)=>Y.toAffine(K[J])).map(S.fromAffine)}_setWindowSize(k){this._WINDOW_SIZE=k,E.delete(this)}assertValidity(){let{a:k,d:K}=e;if(this.is0())throw new Error("bad point: ZERO");let{ex:Y,ey:J,ez:re,et:ie}=this,me=l(Y*Y),ae=l(J*J),ue=l(re*re),Ue=l(ue*ue),Ie=l(me*k),ze=l(ue*l(Ie+ae)),Ke=l(Ue+l(K*l(me*ae)));if(ze!==Ke)throw new Error("bad point: equation left != right (1)");let Pe=l(Y*J),Ze=l(re*ie);if(Pe!==Ze)throw new Error("bad point: equation left != right (2)")}equals(k){_(k);let{ex:K,ey:Y,ez:J}=this,{ex:re,ey:ie,ez:me}=k,ae=l(K*me),ue=l(re*J),Ue=l(Y*me),Ie=l(ie*J);return ae===ue&&Ue===Ie}is0(){return this.equals(S.ZERO)}negate(){return new S(l(-this.ex),this.ey,this.ez,l(-this.et))}double(){let{a:k}=e,{ex:K,ey:Y,ez:J}=this,re=l(K*K),ie=l(Y*Y),me=l(rc*l(J*J)),ae=l(k*re),ue=K+Y,Ue=l(l(ue*ue)-re-ie),Ie=ae+ie,ze=Ie-me,Ke=ae-ie,Pe=l(Ue*ze),Ze=l(Ie*Ke),Vr=l(Ue*Ke),li=l(ze*Ie);return new S(Pe,Ze,li,Vr)}add(k){_(k);let{a:K,d:Y}=e,{ex:J,ey:re,ez:ie,et:me}=this,{ex:ae,ey:ue,ez:Ue,et:Ie}=k;if(K===BigInt(-1)){let gp=l((re-J)*(ue+ae)),wp=l((re+J)*(ue-ae)),xu=l(wp-gp);if(xu===tr)return this.double();let Ep=l(ie*rc*Ie),xp=l(me*rc*Ue),bp=xp+Ep,vp=wp+gp,Ap=xp-Ep,HE=l(bp*xu),$E=l(vp*Ap),zE=l(bp*Ap),KE=l(xu*vp);return new S(HE,$E,KE,zE)}let ze=l(J*ae),Ke=l(re*ue),Pe=l(me*Y*Ie),Ze=l(ie*Ue),Vr=l((J+re)*(ae+ue)-ze-Ke),li=Ze-Pe,Qo=Ze+Pe,yp=l(Ke-K*ze),PE=l(Vr*li),FE=l(Qo*yp),VE=l(Vr*yp),ME=l(li*Qo);return new S(PE,FE,ME,VE)}subtract(k){return this.add(k.negate())}wNAF(k){return b.wNAFCached(this,E,k,S.normalizeZ)}multiply(k){let{p:K,f:Y}=this.wNAF(g(k,n));return S.normalizeZ([K,Y])[0]}multiplyUnsafe(k){let K=x(k);return K===tr?v:this.equals(v)||K===Bt?this:this.equals(A)?this.wNAF(K).p:b.unsafeLadder(this,K)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return b.unsafeLadder(this,n).is0()}toAffine(k){let{ex:K,ey:Y,ez:J}=this,re=this.is0();k==null&&(k=re?b6:t.inv(J));let ie=l(K*k),me=l(Y*k),ae=l(J*k);if(re)return{x:tr,y:Bt};if(ae!==Bt)throw new Error("invZ was invalid");return{x:ie,y:me}}clearCofactor(){let{h:k}=e;return k===Bt?this:this.multiplyUnsafe(k)}static fromHex(k,K=!1){let{d:Y,a:J}=e,re=t.BYTES;k=Re("pointHex",k,re);let ie=k.slice(),me=k[re-1];ie[re-1]=me&-129;let ae=Un(ie);ae===tr||(K?g(ae,u):g(ae,t.ORDER));let ue=l(ae*ae),Ue=l(ue-Bt),Ie=l(Y*ue-J),{isValid:ze,value:Ke}=d(Ue,Ie);if(!ze)throw new Error("Point.fromHex: invalid y coordinate");let Pe=(Ke&Bt)===Bt,Ze=(me&128)!==0;if(!K&&Ke===tr&&Ze)throw new Error("Point.fromHex: x=0 and x_0=1");return Ze!==Pe&&(Ke=l(-Ke)),S.fromAffine({x:Ke,y:ae})}static fromPrivateKey(k){return N(k).point}toRawBytes(){let{x:k,y:K}=this.toAffine(),Y=wi(K,t.BYTES);return Y[Y.length-1]|=k&Bt?128:0,Y}toHex(){return zr(this.toRawBytes())}}S.BASE=new S(e.Gx,e.Gy,Bt,l(e.Gx*e.Gy)),S.ZERO=new S(tr,Bt,Bt,tr);let{BASE:A,ZERO:v}=S,b=tc(S,a*8);function T(L){return ge(L,n)}function C(L){return T(Un(L))}function N(L){let k=a;L=Re("private key",L,k);let K=Re("hashed private key",o(L),2*k),Y=m(K.slice(0,k)),J=K.slice(k,2*k),re=C(Y),ie=A.multiply(re),me=ie.toRawBytes();return{head:Y,prefix:J,scalar:re,point:ie,pointBytes:me}}function $(L){return N(L).pointBytes}function D(L=new Uint8Array,...k){let K=Gr(...k);return C(o(f(K,Re("context",L),!!i)))}function ne(L,k,K={}){L=Re("message",L),i&&(L=i(L));let{prefix:Y,scalar:J,pointBytes:re}=N(k),ie=D(K.context,Y,L),me=A.multiply(ie).toRawBytes(),ae=D(K.context,me,re,L),ue=T(ie+ae*J);x(ue);let Ue=Gr(me,wi(ue,t.BYTES));return Re("result",Ue,a*2)}let B=v6;function U(L,k,K,Y=B){let{context:J,zip215:re}=Y,ie=t.BYTES;L=Re("signature",L,2*ie),k=Re("message",k),i&&(k=i(k));let me=Un(L.slice(ie,2*ie)),ae,ue,Ue;try{ae=S.fromHex(K,re),ue=S.fromHex(L.slice(0,ie),re),Ue=A.multiplyUnsafe(me)}catch{return!1}if(!re&&ae.isSmallOrder())return!1;let Ie=D(J,ue.toRawBytes(),ae.toRawBytes(),k);return ue.add(ae.multiplyUnsafe(Ie)).subtract(Ue).clearCofactor().equals(S.ZERO)}return A._setWindowSize(8),{CURVE:e,getPublicKey:$,sign:ne,verify:U,ExtendedPoint:S,utils:{getExtendedPublicKey:N,randomPrivateKey:()=>s(t.BYTES),precompute(L=8,k=S.BASE){return k._setWindowSize(L),k.multiply(BigInt(3)),k}}}}var Gd=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),i1=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),UR=BigInt(0),_6=BigInt(1),Kd=BigInt(2),S6=BigInt(5),o1=BigInt(10),I6=BigInt(20),B6=BigInt(40),s1=BigInt(80);function k6(r){let e=Gd,n=r*r%e*r%e,i=xe(n,Kd,e)*n%e,o=xe(i,_6,e)*r%e,s=xe(o,S6,e)*o%e,a=xe(s,o1,e)*s%e,c=xe(a,I6,e)*a%e,u=xe(c,B6,e)*c%e,l=xe(u,s1,e)*u%e,d=xe(l,s1,e)*u%e,m=xe(d,o1,e)*s%e;return{pow_p_5_8:xe(m,Kd,e)*r%e,b2:n}}function R6(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}function T6(r,e){let t=Gd,n=ge(e*e*e,t),i=ge(n*n*e,t),o=k6(r*i).pow_p_5_8,s=ge(r*n*o,t),a=ge(e*s*s,t),c=s,u=ge(s*i1,t),l=a===r,d=a===ge(-r,t),m=a===ge(-r*i1,t);return l&&(s=c),(d||m)&&(s=u),e1(s,t)&&(s=ge(-s,t)),{isValid:l||d,value:s}}var qr=ec(Gd,void 0,!0),qd={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:qr,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:fo,randomBytes:lo,adjustScalarBytes:R6,uvRatio:T6},ho=nc(qd);function a1(r,e,t){if(e.length>255)throw new Error("Context is too big");return Ya(Ld("SigEd25519 no Ed25519 collisions"),new Uint8Array([t?1:0,e.length]),e,r)}var DR=nc({...qd,domain:a1}),OR=nc({...qd,domain:a1,prehash:fo});var N6=(qr.ORDER+BigInt(3))/BigInt(8),PR=qr.pow(Kd,N6),FR=qr.sqrt(qr.neg(qr.ONE)),VR=(qr.ORDER-BigInt(5))/BigInt(8),MR=BigInt(486662);var HR=t1(qr,qr.neg(BigInt(486664)));var $R=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),zR=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),KR=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),GR=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952");var qR=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var po=32,Wr=64,ic=32;function c1(){let r=ho.utils.randomPrivateKey(),e=ho.getPublicKey(r);return{privateKey:f1(r,e),publicKey:e}}function l1(r){if(r.length!==ic)throw new TypeError('"seed" must be 32 bytes in length.');if(!(r instanceof Uint8Array))throw new TypeError('"seed" must be a node.js Buffer, or Uint8Array.');let e=r,t=ho.getPublicKey(e);return{privateKey:f1(e,t),publicKey:t}}function u1(r,e){let t=r.subarray(0,ic);return ho.sign(e instanceof Uint8Array?e:e.subarray(),t)}function d1(r,e,t){return ho.verify(e,t instanceof Uint8Array?t:t.subarray(),r)}function f1(r,e){let t=new Uint8Array(Wr);for(let n=0;n<ic;n++)t[n]=r[n],t[ic+n]=e[n];return t}var at={get(r=globalThis){let e=r.crypto;if(e==null||e.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/blob/main/packages/crypto/README.md#web-crypto-api"),{code:"ERR_MISSING_WEB_CRYPTO"});return e}};var Wd={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function h1(r){let e=r?.algorithm??"AES-GCM",t=r?.keyLength??16,n=r?.nonceLength??12,i=r?.digest??"SHA-256",o=r?.saltLength??16,s=r?.iterations??32767,a=at.get();t*=8;async function c(d,m){let f=a.getRandomValues(new Uint8Array(o)),h=a.getRandomValues(new Uint8Array(n)),p={name:e,iv:h};typeof m=="string"&&(m=V(m));let y;if(m.length===0){y=await a.subtle.importKey("jwk",Wd,{name:"AES-GCM"},!0,["encrypt"]);try{let x={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},E=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(x,E,{name:e,length:t},!0,["encrypt"])}catch{y=await a.subtle.importKey("jwk",Wd,{name:"AES-GCM"},!0,["encrypt"])}}else{let x={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},E=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(x,E,{name:e,length:t},!0,["encrypt"])}let g=await a.subtle.encrypt(p,y,d);return ye([f,p.iv,new Uint8Array(g)])}async function u(d,m){let f=d.subarray(0,o),h=d.subarray(o,o+n),p=d.subarray(o+n),y={name:e,iv:h};typeof m=="string"&&(m=V(m));let g;if(m.length===0)try{let E={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},_=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(E,_,{name:e,length:t},!0,["decrypt"])}catch{g=await a.subtle.importKey("jwk",Wd,{name:"AES-GCM"},!0,["decrypt"])}else{let E={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},_=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(E,_,{name:e,length:t},!0,["decrypt"])}let x=await a.subtle.decrypt(y,g,p);return new Uint8Array(x)}return{encrypt:c,decrypt:u}}async function mo(r,e){let n=await h1().encrypt(r,e);return yr.encode(n)}var be;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.Secp256k1="Secp256k1"})(be||(be={}));var Yd;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.Secp256k1=2]="Secp256k1"})(Yd||(Yd={}));(function(r){r.codec=()=>yi(Yd)})(be||(be={}));var Er;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Type!=null&&(n.uint32(8),be.codec().encode(t.Type,n)),t.Data!=null&&(n.uint32(18),n.bytes(t.Data)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Type=be.codec().decode(t);break;case 2:i.Data=t.bytes();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(Er||(Er={}));var xr;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Type!=null&&(n.uint32(8),be.codec().encode(t.Type,n)),t.Data!=null&&(n.uint32(18),n.bytes(t.Data)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Type=be.codec().decode(t);break;case 2:i.Data=t.bytes();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(xr||(xr={}));var fs=class{_key;constructor(e){this._key=yo(e,po)}verify(e,t){return d1(this._key,t,e)}marshal(){return this._key}get bytes(){return Er.encode({Type:be.Ed25519,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}},xi=class{_key;_publicKey;constructor(e,t){this._key=yo(e,Wr),this._publicKey=yo(t,po)}sign(e){return u1(this._key,e)}get public(){return new fs(this._publicKey)}marshal(){return this._key}get bytes(){return xr.encode({Type:be.Ed25519,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}async hash(){let e=fe.digest(this.bytes),t;return Gt(e)?{bytes:t}=await e:t=e.bytes,t}async id(){let e=et.digest(this.public.bytes);return Ne.encode(e.bytes).substring(1)}async export(e,t="libp2p-key"){if(t==="libp2p-key")return mo(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function U6(r){if(r.length>Wr){r=yo(r,Wr+po);let n=r.subarray(0,Wr),i=r.subarray(Wr,r.length);return new xi(n,i)}r=yo(r,Wr);let e=r.subarray(0,Wr),t=r.subarray(po);return new xi(e,t)}function D6(r){return r=yo(r,po),new fs(r)}async function O6(){let{privateKey:r,publicKey:e}=c1();return new xi(r,e)}async function p1(r){let{privateKey:e,publicKey:t}=l1(r);return new xi(e,t)}function yo(r,e){if(r=Uint8Array.from(r??[]),r.length!==e)throw new O(`Key must be a Uint8Array of length ${e}, got ${r.length}`,"ERR_INVALID_KEY_TYPE");return r}var sf={};Be(sf,{MAX_RSA_KEY_SIZE:()=>_s,RsaPrivateKey:()=>bo,RsaPublicKey:()=>As,fromJwk:()=>lv,generateKeyPair:()=>uv,unmarshalRsaPrivateKey:()=>nf,unmarshalRsaPublicKey:()=>cv});function bi(r){if(isNaN(r)||r<=0)throw new O("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return lo(r)}var Vn={};Be(Vn,{exportToPem:()=>nv,importFromPem:()=>iv,jwkToPkcs1:()=>Q6,jwkToPkix:()=>tv,pkcs1ToJwk:()=>J6,pkixToJwk:()=>ev});var sc=class extends ao{constructor(e,t){super(),this.finished=!1,this.destroyed=!1,qa(e);let n=Nn(t);if(this.iHash=e.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?e.create().update(n).digest():n);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=e.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),o.fill(0)}update(e){return so(this),this.iHash.update(e),this}digestInto(e){so(this),Cd(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){let e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));let{oHash:t,iHash:n,finished:i,destroyed:o,blockLen:s,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=o,e.blockLen=s,e.outputLen=a,e.oHash=t._cloneInto(e.oHash),e.iHash=n._cloneInto(e.iHash),e}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},hs=(r,e,t)=>new sc(r,e).update(t).digest();hs.create=(r,e)=>new sc(r,e);function P6(r,e,t,n){qa(r);let i=q0({dkLen:32,asyncTick:10},n),{c:o,dkLen:s,asyncTick:a}=i;if(oo(o),oo(s),oo(a),o<1)throw new Error("PBKDF2: iterations (c) should be >= 1");let c=Nn(e),u=Nn(t),l=new Uint8Array(s),d=hs.create(r,c),m=d._cloneInto().update(u);return{c:o,dkLen:s,asyncTick:a,DK:l,PRF:d,PRFSalt:m}}function F6(r,e,t,n,i){return r.destroy(),e.destroy(),n&&n.destroy(),i.fill(0),t}async function Xd(r,e,t,n){let{c:i,dkLen:o,asyncTick:s,DK:a,PRF:c,PRFSalt:u}=P6(r,e,t,n),l,d=new Uint8Array(4),m=co(d),f=new Uint8Array(c.outputLen);for(let h=1,p=0;p<o;h++,p+=c.outputLen){let y=a.subarray(p,p+c.outputLen);m.setInt32(0,h,!1),(l=u._cloneInto(l)).update(d).digestInto(f),y.set(f.subarray(0,y.length)),await G0(i-1,s,()=>{c._cloneInto(l).update(f).digestInto(f);for(let g=0;g<y.length;g++)y[g]^=f[g]})}return F6(c,u,a,l,f)}var se=Q(m1());function vi(r,e){let t=0;if(r.length===1)return r[0];for(let n=r.length-1;n>=0;n--)t+=r[r.length-1-n]*Math.pow(2,e*n);return t}function On(r,e,t=-1){let n=t,i=r,o=0,s=Math.pow(2,e);for(let a=1;a<8;a++){if(r<s){let c;if(n<0)c=new ArrayBuffer(a),o=a;else{if(n<a)return new ArrayBuffer(0);c=new ArrayBuffer(n),o=n}let u=new Uint8Array(c);for(let l=a-1;l>=0;l--){let d=Math.pow(2,l*e);u[o-l-1]=Math.floor(i/d),i-=u[o-l-1]*d}return c}s*=Math.pow(2,e)}return new ArrayBuffer(0)}function lc(...r){let e=0,t=0;for(let o of r)e+=o.length;let n=new ArrayBuffer(e),i=new Uint8Array(n);for(let o of r)i.set(o,t),t+=o.length;return i}function Jd(){let r=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){let a=r[0]===255&&r[1]&128,c=r[0]===0&&(r[1]&128)===0;(a||c)&&this.warnings.push("Needlessly long format")}let e=new ArrayBuffer(this.valueHex.byteLength),t=new Uint8Array(e);for(let a=0;a<this.valueHex.byteLength;a++)t[a]=0;t[0]=r[0]&128;let n=vi(t,8),i=new ArrayBuffer(this.valueHex.byteLength),o=new Uint8Array(i);for(let a=0;a<this.valueHex.byteLength;a++)o[a]=r[a];return o[0]&=127,vi(o,8)-n}function y1(r){let e=r<0?r*-1:r,t=128;for(let n=1;n<8;n++){if(e<=t){if(r<0){let s=t-e,a=On(s,8,n),c=new Uint8Array(a);return c[0]|=128,a}let i=On(e,8,n),o=new Uint8Array(i);if(o[0]&128){let s=i.slice(0),a=new Uint8Array(s);i=new ArrayBuffer(i.byteLength+1),o=new Uint8Array(i);for(let c=0;c<s.byteLength;c++)o[c+1]=a[c];o[0]=0}return i}t*=Math.pow(2,8)}return new ArrayBuffer(0)}function g1(r,e){if(r.byteLength!==e.byteLength)return!1;let t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<t.length;i++)if(t[i]!==n[i])return!1;return!0}function gt(r,e){let t=r.toString(10);if(e<t.length)return"";let n=e-t.length,i=new Array(n);for(let s=0;s<n;s++)i[s]="0";return i.join("").concat(t)}var xT=Math.log(2);function uc(){if(typeof BigInt>"u")throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}function Qd(r){let e=0,t=0;for(let i=0;i<r.length;i++){let o=r[i];e+=o.byteLength}let n=new Uint8Array(e);for(let i=0;i<r.length;i++){let o=r[i];n.set(new Uint8Array(o),t),t+=o.byteLength}return n.buffer}function Jr(r,e,t,n){return e instanceof Uint8Array?e.byteLength?t<0?(r.error="Wrong parameter: inputOffset less than zero",!1):n<0?(r.error="Wrong parameter: inputLength less than zero",!1):e.byteLength-t-n<0?(r.error="End of input reached before message was fully decoded (inconsistent offset and length values)",!1):!0:(r.error="Wrong parameter: inputBuffer has zero length",!1):(r.error="Wrong parameter: inputBuffer must be 'Uint8Array'",!1)}var ms=class{constructor(){this.items=[]}write(e){this.items.push(e)}final(){return Qd(this.items)}},ps=[new Uint8Array([1])],w1="0123456789";var Eo="",nr=new ArrayBuffer(0),ef=new Uint8Array(0),ys="EndOfContent",x1="OCTET STRING",b1="BIT STRING";function Qr(r){var e;return e=class extends r{constructor(...n){var i;super(...n);let o=n[0]||{};this.isHexOnly=(i=o.isHexOnly)!==null&&i!==void 0?i:!1,this.valueHexView=o.valueHex?se.BufferSourceConverter.toUint8Array(o.valueHex):ef}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(n){this.valueHexView=new Uint8Array(n)}fromBER(n,i,o){let s=n instanceof ArrayBuffer?new Uint8Array(n):n;if(!Jr(this,s,i,o))return-1;let a=i+o;return this.valueHexView=s.subarray(i,a),this.valueHexView.length?(this.blockLength=o,a):(this.warnings.push("Zero buffer length"),i)}toBER(n=!1){return this.isHexOnly?n?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer:(this.error="Flag 'isHexOnly' is not set, abort",nr)}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:se.Convert.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}var jr=class{constructor({blockLength:e=0,error:t=Eo,warnings:n=[],valueBeforeDecode:i=ef}={}){this.blockLength=e,this.error=t,this.warnings=n,this.valueBeforeDecodeView=se.BufferSourceConverter.toUint8Array(i)}static blockName(){return this.NAME}get valueBeforeDecode(){return this.valueBeforeDecodeView.slice().buffer}set valueBeforeDecode(e){this.valueBeforeDecodeView=new Uint8Array(e)}toJSON(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:se.Convert.ToHex(this.valueBeforeDecodeView)}}};jr.NAME="baseBlock";var rt=class extends jr{fromBER(e,t,n){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}toBER(e,t){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}};rt.NAME="valueBlock";var dc=class extends Qr(jr){constructor({idBlock:e={}}={}){var t,n,i,o;super(),e?(this.isHexOnly=(t=e.isHexOnly)!==null&&t!==void 0?t:!1,this.valueHexView=e.valueHex?se.BufferSourceConverter.toUint8Array(e.valueHex):ef,this.tagClass=(n=e.tagClass)!==null&&n!==void 0?n:-1,this.tagNumber=(i=e.tagNumber)!==null&&i!==void 0?i:-1,this.isConstructed=(o=e.isConstructed)!==null&&o!==void 0?o:!1):(this.tagClass=-1,this.tagNumber=-1,this.isConstructed=!1)}toBER(e=!1){let t=0;switch(this.tagClass){case 1:t|=0;break;case 2:t|=64;break;case 3:t|=128;break;case 4:t|=192;break;default:return this.error="Unknown tag class",nr}if(this.isConstructed&&(t|=32),this.tagNumber<31&&!this.isHexOnly){let i=new Uint8Array(1);if(!e){let o=this.tagNumber;o&=31,t|=o,i[0]=t}return i.buffer}if(!this.isHexOnly){let i=On(this.tagNumber,7),o=new Uint8Array(i),s=i.byteLength,a=new Uint8Array(s+1);if(a[0]=t|31,!e){for(let c=0;c<s-1;c++)a[c+1]=o[c]|128;a[s]=o[s-1]}return a.buffer}let n=new Uint8Array(this.valueHexView.byteLength+1);if(n[0]=t|31,!e){let i=this.valueHexView;for(let o=0;o<i.length-1;o++)n[o+1]=i[o]|128;n[this.valueHexView.byteLength]=i[i.length-1]}return n.buffer}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);if(o.length===0)return this.error="Zero buffer length",-1;switch(o[0]&192){case 0:this.tagClass=1;break;case 64:this.tagClass=2;break;case 128:this.tagClass=3;break;case 192:this.tagClass=4;break;default:return this.error="Unknown tag class",-1}this.isConstructed=(o[0]&32)===32,this.isHexOnly=!1;let a=o[0]&31;if(a!==31)this.tagNumber=a,this.blockLength=1;else{let c=1,u=this.valueHexView=new Uint8Array(255),l=255;for(;o[c]&128;){if(u[c-1]=o[c]&127,c++,c>=o.length)return this.error="End of input reached before message was fully decoded",-1;if(c===l){l+=255;let m=new Uint8Array(l);for(let f=0;f<u.length;f++)m[f]=u[f];u=this.valueHexView=new Uint8Array(l)}}this.blockLength=c+1,u[c-1]=o[c]&127;let d=new Uint8Array(c);for(let m=0;m<c;m++)d[m]=u[m];u=this.valueHexView=new Uint8Array(c),u.set(d),this.blockLength<=9?this.tagNumber=vi(u,7):(this.isHexOnly=!0,this.warnings.push("Tag too long, represented as hex-coded"))}if(this.tagClass===1&&this.isConstructed)switch(this.tagNumber){case 1:case 2:case 5:case 6:case 9:case 13:case 14:case 23:case 24:case 31:case 32:case 33:case 34:return this.error="Constructed encoding used for primitive type",-1}return t+this.blockLength}toJSON(){return{...super.toJSON(),tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed}}};dc.NAME="identificationBlock";var fc=class extends jr{constructor({lenBlock:e={}}={}){var t,n,i;super(),this.isIndefiniteForm=(t=e.isIndefiniteForm)!==null&&t!==void 0?t:!1,this.longFormUsed=(n=e.longFormUsed)!==null&&n!==void 0?n:!1,this.length=(i=e.length)!==null&&i!==void 0?i:0}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);if(o.length===0)return this.error="Zero buffer length",-1;if(o[0]===255)return this.error="Length block 0xFF is reserved by standard",-1;if(this.isIndefiniteForm=o[0]===128,this.isIndefiniteForm)return this.blockLength=1,t+this.blockLength;if(this.longFormUsed=!!(o[0]&128),this.longFormUsed===!1)return this.length=o[0],this.blockLength=1,t+this.blockLength;let s=o[0]&127;if(s>8)return this.error="Too big integer",-1;if(s+1>o.length)return this.error="End of input reached before message was fully decoded",-1;let a=t+1,c=i.subarray(a,a+s);return c[s-1]===0&&this.warnings.push("Needlessly long encoded length"),this.length=vi(c,8),this.longFormUsed&&this.length<=127&&this.warnings.push("Unnecessary usage of long length form"),this.blockLength=s+1,t+this.blockLength}toBER(e=!1){let t,n;if(this.length>127&&(this.longFormUsed=!0),this.isIndefiniteForm)return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=128),t;if(this.longFormUsed){let i=On(this.length,8);if(i.byteLength>127)return this.error="Too big length",nr;if(t=new ArrayBuffer(i.byteLength+1),e)return t;let o=new Uint8Array(i);n=new Uint8Array(t),n[0]=i.byteLength|128;for(let s=0;s<i.byteLength;s++)n[s+1]=o[s];return t}return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=this.length),t}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}};fc.NAME="lengthBlock";var z={},qe=class extends jr{constructor({name:e=Eo,optional:t=!1,primitiveSchema:n,...i}={},o){super(i),this.name=e,this.optional=t,n&&(this.primitiveSchema=n),this.idBlock=new dc(i),this.lenBlock=new fc(i),this.valueBlock=o?new o(i):new rt(i)}fromBER(e,t,n){let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}toBER(e,t){let n=t||new ms;t||v1(this);let i=this.idBlock.toBER(e);if(n.write(i),this.lenBlock.isIndefiniteForm)n.write(new Uint8Array([128]).buffer),this.valueBlock.toBER(e,n),n.write(new ArrayBuffer(2));else{let o=this.valueBlock.toBER(e);this.lenBlock.length=o.byteLength;let s=this.lenBlock.toBER(e);n.write(s),n.write(o)}return t?nr:n.final()}toJSON(){let e={...super.toJSON(),idBlock:this.idBlock.toJSON(),lenBlock:this.lenBlock.toJSON(),valueBlock:this.valueBlock.toJSON(),name:this.name,optional:this.optional};return this.primitiveSchema&&(e.primitiveSchema=this.primitiveSchema.toJSON()),e}toString(e="ascii"){return e==="ascii"?this.onAsciiEncoding():se.Convert.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${se.Convert.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(e){if(this===e)return!0;if(!(e instanceof this.constructor))return!1;let t=this.toBER(),n=e.toBER();return g1(t,n)}};qe.NAME="BaseBlock";function v1(r){if(r instanceof z.Constructed)for(let e of r.valueBlock.value)v1(e)&&(r.lenBlock.isIndefiniteForm=!0);return!!r.lenBlock.isIndefiniteForm}var hc=class extends qe{constructor({value:e=Eo,...t}={},n){super(t,n),e&&this.fromString(e)}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}fromBER(e,t,n){let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.fromBuffer(this.valueBlock.valueHexView),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}};hc.NAME="BaseStringBlock";var pc=class extends Qr(rt){constructor({isHexOnly:e=!0,...t}={}){super(t),this.isHexOnly=e}};pc.NAME="PrimitiveValueBlock";var A1,mc=class extends qe{constructor(e={}){super(e,pc),this.idBlock.isConstructed=!1}};A1=mc;z.Primitive=A1;mc.NAME="PRIMITIVE";function W6(r,e){if(r instanceof e)return r;let t=new e;return t.idBlock=r.idBlock,t.lenBlock=r.lenBlock,t.warnings=r.warnings,t.valueBeforeDecodeView=r.valueBeforeDecodeView,t}function Yc(r,e=0,t=r.length){let n=e,i=new qe({},rt),o=new jr;if(!Jr(o,r,e,t))return i.error=o.error,{offset:-1,result:i};if(!r.subarray(e,e+t).length)return i.error="Zero buffer length",{offset:-1,result:i};let a=i.idBlock.fromBER(r,e,t);if(i.idBlock.warnings.length&&i.warnings.concat(i.idBlock.warnings),a===-1)return i.error=i.idBlock.error,{offset:-1,result:i};if(e=a,t-=i.idBlock.blockLength,a=i.lenBlock.fromBER(r,e,t),i.lenBlock.warnings.length&&i.warnings.concat(i.lenBlock.warnings),a===-1)return i.error=i.lenBlock.error,{offset:-1,result:i};if(e=a,t-=i.lenBlock.blockLength,!i.idBlock.isConstructed&&i.lenBlock.isIndefiniteForm)return i.error="Indefinite length form used for primitive encoding form",{offset:-1,result:i};let c=qe;switch(i.idBlock.tagClass){case 1:if(i.idBlock.tagNumber>=37&&i.idBlock.isHexOnly===!1)return i.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard",{offset:-1,result:i};switch(i.idBlock.tagNumber){case 0:if(i.idBlock.isConstructed&&i.lenBlock.length>0)return i.error="Type [UNIVERSAL 0] is reserved",{offset:-1,result:i};c=z.EndOfContent;break;case 1:c=z.Boolean;break;case 2:c=z.Integer;break;case 3:c=z.BitString;break;case 4:c=z.OctetString;break;case 5:c=z.Null;break;case 6:c=z.ObjectIdentifier;break;case 10:c=z.Enumerated;break;case 12:c=z.Utf8String;break;case 13:c=z.RelativeObjectIdentifier;break;case 14:c=z.TIME;break;case 15:return i.error="[UNIVERSAL 15] is reserved by ASN.1 standard",{offset:-1,result:i};case 16:c=z.Sequence;break;case 17:c=z.Set;break;case 18:c=z.NumericString;break;case 19:c=z.PrintableString;break;case 20:c=z.TeletexString;break;case 21:c=z.VideotexString;break;case 22:c=z.IA5String;break;case 23:c=z.UTCTime;break;case 24:c=z.GeneralizedTime;break;case 25:c=z.GraphicString;break;case 26:c=z.VisibleString;break;case 27:c=z.GeneralString;break;case 28:c=z.UniversalString;break;case 29:c=z.CharacterString;break;case 30:c=z.BmpString;break;case 31:c=z.DATE;break;case 32:c=z.TimeOfDay;break;case 33:c=z.DateTime;break;case 34:c=z.Duration;break;default:{let u=i.idBlock.isConstructed?new z.Constructed:new z.Primitive;u.idBlock=i.idBlock,u.lenBlock=i.lenBlock,u.warnings=i.warnings,i=u}}break;case 2:case 3:case 4:default:c=i.idBlock.isConstructed?z.Constructed:z.Primitive}return i=W6(i,c),a=i.fromBER(r,e,i.lenBlock.isIndefiniteForm?t:i.lenBlock.length),i.valueBeforeDecodeView=r.subarray(n,n+i.blockLength),{offset:a,result:i}}function xo(r){if(!r.byteLength){let e=new qe({},rt);return e.error="Input buffer has zero length",{offset:-1,result:e}}return Yc(se.BufferSourceConverter.toUint8Array(r).slice(),0,r.byteLength)}function Y6(r,e){return r?1:e}var br=class extends rt{constructor({value:e=[],isIndefiniteForm:t=!1,...n}={}){super(n),this.value=e,this.isIndefiniteForm=t}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;if(this.valueBeforeDecodeView=i.subarray(t,t+n),this.valueBeforeDecodeView.length===0)return this.warnings.push("Zero buffer length"),t;let o=t;for(;Y6(this.isIndefiniteForm,n)>0;){let s=Yc(i,o,n);if(s.offset===-1)return this.error=s.result.error,this.warnings.concat(s.result.warnings),-1;if(o=s.offset,this.blockLength+=s.result.blockLength,n-=s.result.blockLength,this.value.push(s.result),this.isIndefiniteForm&&s.result.constructor.NAME===ys)break}return this.isIndefiniteForm&&(this.value[this.value.length-1].constructor.NAME===ys?this.value.pop():this.warnings.push("No EndOfContent block encoded")),o}toBER(e,t){let n=t||new ms;for(let i=0;i<this.value.length;i++)this.value[i].toBER(e,n);return t?nr:n.final()}toJSON(){let e={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(let t of this.value)e.value.push(t.toJSON());return e}};br.NAME="ConstructedValueBlock";var _1,Pn=class extends qe{constructor(e={}){super(e,br),this.idBlock.isConstructed=!0}fromBER(e,t,n){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){let e=[];for(let n of this.valueBlock.value)e.push(n.toString("ascii").split(`
|
|
2
|
+
"use strict";var HeliaVerifiedFetch=(()=>{var KE=Object.create;var Ba=Object.defineProperty;var GE=Object.getOwnPropertyDescriptor;var qE=Object.getOwnPropertyNames;var WE=Object.getPrototypeOf,YE=Object.prototype.hasOwnProperty;var le=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Be=(r,e)=>{for(var t in e)Ba(r,t,{get:e[t],enumerable:!0})},_p=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of qE(e))!YE.call(r,i)&&i!==t&&Ba(r,i,{get:()=>e[i],enumerable:!(n=GE(e,i))||n.enumerable});return r};var Q=(r,e,t)=>(t=r!=null?KE(WE(r)):{},_p(e||!r||!r.__esModule?Ba(t,"default",{value:r,enumerable:!0}):t,r)),jE=r=>_p(Ba({},"__esModule",{value:!0}),r);var Vu=le((NB,Hp)=>{var Yi=1e3,ji=Yi*60,Xi=ji*60,fi=Xi*24,Vx=fi*7,Mx=fi*365.25;Hp.exports=function(r,e){e=e||{};var t=typeof r;if(t==="string"&&r.length>0)return Hx(r);if(t==="number"&&isFinite(r))return e.long?zx(r):$x(r);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(r))};function Hx(r){if(r=String(r),!(r.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(r);if(e){var t=parseFloat(e[1]),n=(e[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return t*Mx;case"weeks":case"week":case"w":return t*Vx;case"days":case"day":case"d":return t*fi;case"hours":case"hour":case"hrs":case"hr":case"h":return t*Xi;case"minutes":case"minute":case"mins":case"min":case"m":return t*ji;case"seconds":case"second":case"secs":case"sec":case"s":return t*Yi;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return t;default:return}}}}function $x(r){var e=Math.abs(r);return e>=fi?Math.round(r/fi)+"d":e>=Xi?Math.round(r/Xi)+"h":e>=ji?Math.round(r/ji)+"m":e>=Yi?Math.round(r/Yi)+"s":r+"ms"}function zx(r){var e=Math.abs(r);return e>=fi?Ta(r,e,fi,"day"):e>=Xi?Ta(r,e,Xi,"hour"):e>=ji?Ta(r,e,ji,"minute"):e>=Yi?Ta(r,e,Yi,"second"):r+" ms"}function Ta(r,e,t,n){var i=e>=t*1.5;return Math.round(r/t)+" "+n+(i?"s":"")}});var zp=le((CB,$p)=>{function Kx(r){t.debug=t,t.default=t,t.coerce=c,t.disable=o,t.enable=i,t.enabled=s,t.humanize=Vu(),t.destroy=u,Object.keys(r).forEach(l=>{t[l]=r[l]}),t.names=[],t.skips=[],t.formatters={};function e(l){let d=0;for(let m=0;m<l.length;m++)d=(d<<5)-d+l.charCodeAt(m),d|=0;return t.colors[Math.abs(d)%t.colors.length]}t.selectColor=e;function t(l){let d,m=null,f,h;function p(...y){if(!p.enabled)return;let g=p,x=Number(new Date),E=x-(d||x);g.diff=E,g.prev=d,g.curr=x,d=x,y[0]=t.coerce(y[0]),typeof y[0]!="string"&&y.unshift("%O");let _=0;y[0]=y[0].replace(/%([a-zA-Z%])/g,(A,v)=>{if(A==="%%")return"%";_++;let b=t.formatters[v];if(typeof b=="function"){let T=y[_];A=b.call(g,T),y.splice(_,1),_--}return A}),t.formatArgs.call(g,y),(g.log||t.log).apply(g,y)}return p.namespace=l,p.useColors=t.useColors(),p.color=t.selectColor(l),p.extend=n,p.destroy=t.destroy,Object.defineProperty(p,"enabled",{enumerable:!0,configurable:!1,get:()=>m!==null?m:(f!==t.namespaces&&(f=t.namespaces,h=t.enabled(l)),h),set:y=>{m=y}}),typeof t.init=="function"&&t.init(p),p}function n(l,d){let m=t(this.namespace+(typeof d>"u"?":":d)+l);return m.log=this.log,m}function i(l){t.save(l),t.namespaces=l,t.names=[],t.skips=[];let d,m=(typeof l=="string"?l:"").split(/[\s,]+/),f=m.length;for(d=0;d<f;d++)m[d]&&(l=m[d].replace(/\*/g,".*?"),l[0]==="-"?t.skips.push(new RegExp("^"+l.slice(1)+"$")):t.names.push(new RegExp("^"+l+"$")))}function o(){let l=[...t.names.map(a),...t.skips.map(a).map(d=>"-"+d)].join(",");return t.enable(""),l}function s(l){if(l[l.length-1]==="*")return!0;let d,m;for(d=0,m=t.skips.length;d<m;d++)if(t.skips[d].test(l))return!1;for(d=0,m=t.names.length;d<m;d++)if(t.names[d].test(l))return!0;return!1}function a(l){return l.toString().substring(2,l.toString().length-2).replace(/\.\*\?$/,"*")}function c(l){return l instanceof Error?l.stack||l.message:l}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 t.enable(t.load()),t}$p.exports=Kx});var Mu=le((At,Na)=>{At.formatArgs=qx;At.save=Wx;At.load=Yx;At.useColors=Gx;At.storage=jx();At.destroy=(()=>{let r=!1;return()=>{r||(r=!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`."))}})();At.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 Gx(){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 qx(r){if(r[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+r[0]+(this.useColors?"%c ":" ")+"+"+Na.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;r.splice(1,0,e,"color: inherit");let t=0,n=0;r[0].replace(/%[a-zA-Z%]/g,i=>{i!=="%%"&&(t++,i==="%c"&&(n=t))}),r.splice(n,0,e)}At.log=console.debug||console.log||(()=>{});function Wx(r){try{r?At.storage.setItem("debug",r):At.storage.removeItem("debug")}catch{}}function Yx(){let r;try{r=At.storage.getItem("debug")}catch{}return!r&&typeof process<"u"&&"env"in process&&(r=process.env.DEBUG),r}function jx(){try{return localStorage}catch{}}Na.exports=zp()(At);var{formatters:Xx}=Na.exports;Xx.j=function(r){try{return JSON.stringify(r)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var Yp=le((VB,Wp)=>{Wp.exports=$u;var qp=128,eb=127,tb=~eb,rb=Math.pow(2,31);function $u(r,e,t){if(Number.MAX_SAFE_INTEGER&&r>Number.MAX_SAFE_INTEGER)throw $u.bytes=0,new RangeError("Could not encode varint");e=e||[],t=t||0;for(var n=t;r>=rb;)e[t++]=r&255|qp,r/=128;for(;r&tb;)e[t++]=r&255|qp,r>>>=7;return e[t]=r|0,$u.bytes=t-n+1,e}});var Zp=le((MB,Xp)=>{Xp.exports=zu;var nb=128,jp=127;function zu(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a||i>49)throw zu.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&jp)<<i:(s&jp)*Math.pow(2,i),i+=7}while(s>=nb);return zu.bytes=o-n,t}});var Qp=le((HB,Jp)=>{var ib=Math.pow(2,7),ob=Math.pow(2,14),sb=Math.pow(2,21),ab=Math.pow(2,28),cb=Math.pow(2,35),lb=Math.pow(2,42),ub=Math.pow(2,49),db=Math.pow(2,56),fb=Math.pow(2,63);Jp.exports=function(r){return r<ib?1:r<ob?2:r<sb?3:r<ab?4:r<cb?5:r<lb?6:r<ub?7:r<db?8:r<fb?9:10}});var Ca=le(($B,e0)=>{e0.exports={encode:Yp(),decode:Zp(),encodingLength:Qp()}});var Ce=le((s5,E0)=>{"use strict";function w0(r,e){for(let t in e)Object.defineProperty(r,t,{value:e[t],enumerable:!0,configurable:!0});return r}function Wb(r,e,t){if(!r||typeof r=="string")throw new TypeError("Please pass an Error to err-code");t||(t={}),typeof e=="object"&&(t=e,e=""),e&&(t.code=e);try{return w0(r,t)}catch{t.message=r.message,t.stack=r.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(r)),w0(new i,t)}}E0.exports=Wb});var m1=le(go=>{"use strict";var F6="[object ArrayBuffer]",Yr=class r{static isArrayBuffer(e){return Object.prototype.toString.call(e)===F6}static toArrayBuffer(e){return this.isArrayBuffer(e)?e:e.byteLength===e.buffer.byteLength||e.byteOffset===0&&e.byteLength===e.buffer.byteLength?e.buffer:this.toUint8Array(e.buffer).slice(e.byteOffset,e.byteOffset+e.byteLength).buffer}static toUint8Array(e){return this.toView(e,Uint8Array)}static toView(e,t){if(e.constructor===t)return e;if(this.isArrayBuffer(e))return new t(e);if(this.isArrayBufferView(e))return new t(e.buffer,e.byteOffset,e.byteLength);throw new TypeError("The provided value is not of type '(ArrayBuffer or ArrayBufferView)'")}static isBufferSource(e){return this.isArrayBufferView(e)||this.isArrayBuffer(e)}static isArrayBufferView(e){return ArrayBuffer.isView(e)||e&&this.isArrayBuffer(e.buffer)}static isEqual(e,t){let n=r.toUint8Array(e),i=r.toUint8Array(t);if(n.length!==i.byteLength)return!1;for(let o=0;o<n.length;o++)if(n[o]!==i[o])return!1;return!0}static concat(...e){let t;Array.isArray(e[0])&&!(e[1]instanceof Function)||Array.isArray(e[0])&&e[1]instanceof Function?t=e[0]:e[e.length-1]instanceof Function?t=e.slice(0,e.length-1):t=e;let n=0;for(let s of t)n+=s.byteLength;let i=new Uint8Array(n),o=0;for(let s of t){let a=this.toUint8Array(s);i.set(a,o),o+=a.length}return e[e.length-1]instanceof Function?this.toView(i,e[e.length-1]):i.buffer}},Zd="string",V6=/^[0-9a-f]+$/i,M6=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,H6=/^[a-zA-Z0-9-_]+$/,cc=class{static fromString(e){let t=unescape(encodeURIComponent(e)),n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=t.charCodeAt(i);return n.buffer}static toString(e){let t=Yr.toUint8Array(e),n="";for(let o=0;o<t.length;o++)n+=String.fromCharCode(t[o]);return decodeURIComponent(escape(n))}},qt=class{static toString(e,t=!1){let n=Yr.toArrayBuffer(e),i=new DataView(n),o="";for(let s=0;s<n.byteLength;s+=2){let a=i.getUint16(s,t);o+=String.fromCharCode(a)}return o}static fromString(e,t=!1){let n=new ArrayBuffer(e.length*2),i=new DataView(n);for(let o=0;o<e.length;o++)i.setUint16(o*2,e.charCodeAt(o),t);return n}},lc=class r{static isHex(e){return typeof e===Zd&&V6.test(e)}static isBase64(e){return typeof e===Zd&&M6.test(e)}static isBase64Url(e){return typeof e===Zd&&H6.test(e)}static ToString(e,t="utf8"){let n=Yr.toUint8Array(e);switch(t.toLowerCase()){case"utf8":return this.ToUtf8String(n);case"binary":return this.ToBinary(n);case"hex":return this.ToHex(n);case"base64":return this.ToBase64(n);case"base64url":return this.ToBase64Url(n);case"utf16le":return qt.toString(n,!0);case"utf16":case"utf16be":return qt.toString(n);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromString(e,t="utf8"){if(!e)return new ArrayBuffer(0);switch(t.toLowerCase()){case"utf8":return this.FromUtf8String(e);case"binary":return this.FromBinary(e);case"hex":return this.FromHex(e);case"base64":return this.FromBase64(e);case"base64url":return this.FromBase64Url(e);case"utf16le":return qt.fromString(e,!0);case"utf16":case"utf16be":return qt.fromString(e);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToBase64(e){let t=Yr.toUint8Array(e);if(typeof btoa<"u"){let n=this.ToString(t,"binary");return btoa(n)}else return Buffer.from(t).toString("base64")}static FromBase64(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isBase64(t))throw new TypeError("Argument 'base64Text' is not Base64 encoded");return typeof atob<"u"?this.FromBinary(atob(t)):new Uint8Array(Buffer.from(t,"base64")).buffer}static FromBase64Url(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isBase64Url(t))throw new TypeError("Argument 'base64url' is not Base64Url encoded");return this.FromBase64(this.Base64Padding(t.replace(/\-/g,"+").replace(/\_/g,"/")))}static ToBase64Url(e){return this.ToBase64(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")}static FromUtf8String(e,t=r.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.FromBinary(e);case"utf8":return cc.fromString(e);case"utf16":case"utf16be":return qt.fromString(e);case"utf16le":case"usc2":return qt.fromString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToUtf8String(e,t=r.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.ToBinary(e);case"utf8":return cc.toString(e);case"utf16":case"utf16be":return qt.toString(e);case"utf16le":case"usc2":return qt.toString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromBinary(e){let t=e.length,n=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);return n.buffer}static ToBinary(e){let t=Yr.toUint8Array(e),n="";for(let i=0;i<t.length;i++)n+=String.fromCharCode(t[i]);return n}static ToHex(e){let t=Yr.toUint8Array(e),n="",i=t.length;for(let o=0;o<i;o++){let s=t[o];s<16&&(n+="0"),n+=s.toString(16)}return n}static FromHex(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!r.isHex(t))throw new TypeError("Argument 'hexString' is not HEX encoded");t.length%2&&(t=`0${t}`);let n=new Uint8Array(t.length/2);for(let i=0;i<t.length;i=i+2){let o=t.slice(i,i+2);n[i/2]=parseInt(o,16)}return n.buffer}static ToUtf16String(e,t=!1){return qt.toString(e,t)}static FromUtf16String(e,t=!1){return qt.fromString(e,t)}static Base64Padding(e){let t=4-e.length%4;if(t<4)for(let n=0;n<t;n++)e+="=";return e}static formatString(e){return e?.replace(/[\n\r\t ]/g,"")||""}};lc.DEFAULT_UTF8_ENCODING="utf8";function $6(r,...e){let t=arguments[0];for(let n=1;n<arguments.length;n++){let i=arguments[n];for(let o in i)t[o]=i[o]}return t}function z6(...r){let e=r.map(i=>i.byteLength).reduce((i,o)=>i+o),t=new Uint8Array(e),n=0;return r.map(i=>new Uint8Array(i)).forEach(i=>{for(let o of i)t[n++]=o}),t.buffer}function K6(r,e){if(!(r&&e)||r.byteLength!==e.byteLength)return!1;let t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<r.byteLength;i++)if(t[i]!==n[i])return!1;return!0}go.BufferSourceConverter=Yr;go.Convert=lc;go.assign=$6;go.combine=z6;go.isEqual=K6});var Jc=le((AN,hf)=>{var vN=function(){typeof hf<"u"&&(hf.exports=p);var r=86400,e=3200,t=146097*e/400,n=r*t,i=1e3*n,o=864e13,s=4294967296,a=1e6,c="000000000",u=Math.trunc||function(b){var T=b-b%1;return T==0&&(b<0||b===0&&1/b!=1/0)?-0:T},l=p.prototype,d=(p.fromDate=function(b){return new p(+b)},p.fromInt64BE=_(0,1,2,3,0,4),p.fromInt64LE=_(3,2,1,0,4,0),p.fromString=function(N){var T,C=new p,N=(N+="").replace(/^\s*[+\-]?\d+/,function(D){var D=+D,ne=1970+(D-1970)%400;return C.year=D-ne,ne}).replace(/(?:Z|([+\-]\d{2}):?(\d{2}))$/,function($,D,ne){return D<0&&(ne*=-1),T=6e4*(60*+D+ +ne),""}).replace(/\.\d+$/,function($){return C.nano=+($+c).substr(1,9),""}).split(/\D+/);if(1<N.length?N[1]--:N[1]=0,C.time=T=Date.UTC.apply(Date,N)-(T||0),isNaN(T))throw new TypeError("Invalid Date");return y(C)},p.fromTimeT=function(b){return x(b,0)},l.year=0,l.time=0,l.nano=0,l.addNano=function(b){return this.nano+=+b||0,this},l.getNano=function(){var b=y(this);return(b.time%1e3*a+ +b.nano+1e9)%1e9},l.getTimeT=function(){var T=y(this),b=Math.floor(T.time/1e3),T=T.year;return T&&(b+=T*t*r/e),b},l.getYear=function(){return this.toDate().getUTCFullYear()+this.year},l.toDate=function(){return g(y(this).time)},l.toJSON=function(){return this.toString().replace(/0{1,6}Z$/,"Z")},l.toString=function(b){var T=this,C=T.toDate(),N={H:function(){return A(C.getUTCHours())},L:function(){return v(C.getUTCMilliseconds(),3)},M:function(){return A(C.getUTCMinutes())},N:function(){return v(T.getNano(),9)},S:function(){return A(C.getUTCSeconds())},Y:function(){var $=T.getYear();return 999999<$?"+"+$:9999<$?"+"+v($,6):0<=$?v($,4):-999999<=$?"-"+v(-$,6):$},a:function(){return f[C.getUTCDay()]},b:function(){return m[C.getUTCMonth()]},d:function(){return A(C.getUTCDate())},e:function(){return function($){return(9<$?"":" ")+(0|$)}(C.getUTCDate())},m:function(){return A(C.getUTCMonth()+1)}};return function $(D){return D.replace(/%./g,function(ne){var U=ne[1],B=h[U],U=N[U];return B?$(B):U?U():ne})}(b||d)},l.writeInt64BE=E(0,1,2,3,0,4),l.writeInt64LE=E(3,2,1,0,4,0),"%Y-%m-%dT%H:%M:%S.%NZ"),m=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],f=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],h={"%":"%",F:"%Y-%m-%d",n:`
|
|
3
|
+
`,R:"%H:%M",T:"%H:%M:%S",t:" ",X:"%T",Z:"GMT",z:"+0000"};return p;function p(b,T,C){var N=this;if(!(N instanceof p))return new p(b,T,C);N.time=+b||0,N.nano=+T||0,N.year=+C||0,y(N)}function y(b){var T,C,N,$=b.year,D=b.time,ne=b.nano,B=((ne<0||a<=ne)&&(ne-=(C=Math.floor(ne/a))*a,D+=C,C=1),$%e);return(D<-o||o<D||B)&&((T=u(D/i))&&($+=T*e,D-=T*i),(N=g(D)).setUTCFullYear(B+N.getUTCFullYear()),N=(D=+N)+(T=u(($-=B)/e))*i,T&&-o<=N&&N<=o&&($-=T*e,D=N),C=1),C&&(b.year=$,b.time=D,b.nano=ne),b}function g(b){var T=new Date(0);return T.setTime(b),T}function x($,N){$=+$||0;var C=u((N=(N|0)*s)/n)+u($/n),N=N%n+$%n,$=u(N/n);return $&&(C+=$,N-=$*n),new p(1e3*N,0,C*e)}function E(b,T,C,N,$,D){return function(B,U){var L=y(this);B=B||new Array(8),S(B,U|=0);var k=Math.floor(L.time/1e3),L=L.year*(t*r/e),X=u(L/s)+u(k/s),L=L%s+k%s,k=Math.floor(L/s);return k&&(X+=k,L-=k*s),ne(B,U+$,X),ne(B,U+D,L),B};function ne(B,U,X){B[U+b]=X>>24&255,B[U+T]=X>>16&255,B[U+C]=X>>8&255,B[U+N]=255&X}}function _(b,T,C,N,$,D){return function(B,U){S(B,U|=0);var X=ne(B,U+$);return x(ne(B,U+D),X)};function ne(B,U){return 16777216*B[U+b]+(B[U+T]<<16|B[U+C]<<8|B[U+N])}}function S(b,T){if(b=b&&b.length,b==null)throw new TypeError("Invalid Buffer");if(b<T+8)throw new RangeError("Out of range")}function A(b){return(9<b?"":"0")+(0|b)}function v(b,T){return(c+(0|b)).substr(-T)}}()});var zy=le((sL,kf)=>{"use strict";var lA=Object.prototype.hasOwnProperty,dt="~";function Fs(){}Object.create&&(Fs.prototype=Object.create(null),new Fs().__proto__||(dt=!1));function uA(r,e,t){this.fn=r,this.context=e,this.once=t||!1}function $y(r,e,t,n,i){if(typeof t!="function")throw new TypeError("The listener must be a function");var o=new uA(t,n||r,i),s=dt?dt+e:e;return r._events[s]?r._events[s].fn?r._events[s]=[r._events[s],o]:r._events[s].push(o):(r._events[s]=o,r._eventsCount++),r}function ml(r,e){--r._eventsCount===0?r._events=new Fs:delete r._events[e]}function nt(){this._events=new Fs,this._eventsCount=0}nt.prototype.eventNames=function(){var e=[],t,n;if(this._eventsCount===0)return e;for(n in t=this._events)lA.call(t,n)&&e.push(dt?n.slice(1):n);return Object.getOwnPropertySymbols?e.concat(Object.getOwnPropertySymbols(t)):e};nt.prototype.listeners=function(e){var t=dt?dt+e:e,n=this._events[t];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};nt.prototype.listenerCount=function(e){var t=dt?dt+e:e,n=this._events[t];return n?n.fn?1:n.length:0};nt.prototype.emit=function(e,t,n,i,o,s){var a=dt?dt+e:e;if(!this._events[a])return!1;var c=this._events[a],u=arguments.length,l,d;if(c.fn){switch(c.once&&this.removeListener(e,c.fn,void 0,!0),u){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,t),!0;case 3:return c.fn.call(c.context,t,n),!0;case 4:return c.fn.call(c.context,t,n,i),!0;case 5:return c.fn.call(c.context,t,n,i,o),!0;case 6:return c.fn.call(c.context,t,n,i,o,s),!0}for(d=1,l=new Array(u-1);d<u;d++)l[d-1]=arguments[d];c.fn.apply(c.context,l)}else{var m=c.length,f;for(d=0;d<m;d++)switch(c[d].once&&this.removeListener(e,c[d].fn,void 0,!0),u){case 1:c[d].fn.call(c[d].context);break;case 2:c[d].fn.call(c[d].context,t);break;case 3:c[d].fn.call(c[d].context,t,n);break;case 4:c[d].fn.call(c[d].context,t,n,i);break;default:if(!l)for(f=1,l=new Array(u-1);f<u;f++)l[f-1]=arguments[f];c[d].fn.apply(c[d].context,l)}}return!0};nt.prototype.on=function(e,t,n){return $y(this,e,t,n,!1)};nt.prototype.once=function(e,t,n){return $y(this,e,t,n,!0)};nt.prototype.removeListener=function(e,t,n,i){var o=dt?dt+e:e;if(!this._events[o])return this;if(!t)return ml(this,o),this;var s=this._events[o];if(s.fn)s.fn===t&&(!i||s.once)&&(!n||s.context===n)&&ml(this,o);else{for(var a=0,c=[],u=s.length;a<u;a++)(s[a].fn!==t||i&&!s[a].once||n&&s[a].context!==n)&&c.push(s[a]);c.length?this._events[o]=c.length===1?c[0]:c:ml(this,o)}return this};nt.prototype.removeAllListeners=function(e){var t;return e?(t=dt?dt+e:e,this._events[t]&&ml(this,t)):(this._events=new Fs,this._eventsCount=0),this};nt.prototype.off=nt.prototype.removeListener;nt.prototype.addListener=nt.prototype.on;nt.prefixed=dt;nt.EventEmitter=nt;typeof kf<"u"&&(kf.exports=nt)});var zg=le((V7,$g)=>{"use strict";$g.exports=Hg;var A_=Vu(),Jn=Hg.prototype,__=new Date%1e9;function S_(){return(Math.random()*1e9>>>0)+__++}function Hg(r){r=r||{},this.id=r.id||S_(),this.max=r.max||1/0,this.items=r.items||[],this._lookup={},this.size=this.items.length,this.lastModified=new Date(r.lastModified||new Date);for(var e,t,n=this.items.length;n--;)e=this.items[n],t=new Date(e.expires)-new Date,this._lookup[e.key]=e,t>0?this.expire(e.key,t):t<=0&&this.delete(e.key)}Jn.has=function(r){return r in this._lookup};Jn.get=function(r){if(!this.has(r))return null;var e=this._lookup[r];return e.refresh&&this.expire(r,e.refresh),this.items.splice(this.items.indexOf(e),1),this.items.push(e),e.value};Jn.meta=function(r){if(!this.has(r))return null;var e=this._lookup[r];return"meta"in e?e.meta:null};Jn.set=function(r,e,t){var n=this._lookup[r],i=this._lookup[r]={key:r,value:e};return this.lastModified=new Date,n?(clearTimeout(n.timeout),this.items.splice(this.items.indexOf(n),1,i)):(this.size>=this.max&&this.delete(this.items[0].key),this.items.push(i),this.size++),t&&("ttl"in t&&this.expire(r,t.ttl),"meta"in t&&(i.meta=t.meta),t.refresh&&(i.refresh=t.ttl)),this};Jn.delete=function(r){var e=this._lookup[r];return e?(this.lastModified=new Date,this.items.splice(this.items.indexOf(e),1),clearTimeout(e.timeout),delete this._lookup[r],this.size--,this):!1};Jn.expire=function(r,e){var t=e||0,n=this._lookup[r];if(!n)return this;if(typeof t=="string"&&(t=A_(e)),typeof t!="number")throw new TypeError("Expiration time must be a string or number.");return clearTimeout(n.timeout),n.timeout=setTimeout(this.delete.bind(this,n.key),t),n.expires=Number(new Date)+t,this};Jn.clear=function(){for(var r=this.items.length;r--;)this.delete(this.items[r].key);return this};Jn.toJSON=function(){for(var r=new Array(this.items.length),e,t=r.length;t--;)e=this.items[t],r[t]={key:e.key,meta:e.meta,value:e.value,expires:e.expires,refresh:e.refresh};return{id:this.id,max:isFinite(this.max)?this.max:void 0,lastModified:this.lastModified,items:r}}});var wh=le((H7,qg)=>{qg.exports=function(r){if(!r)throw Error("hashlru must have a max value, of type number, greater than 0");var e=0,t=Object.create(null),n=Object.create(null);function i(o,s){t[o]=s,e++,e>=r&&(e=0,n=t,t=Object.create(null))}return{has:function(o){return t[o]!==void 0||n[o]!==void 0},remove:function(o){t[o]!==void 0&&(t[o]=void 0),n[o]!==void 0&&(n[o]=void 0)},get:function(o){var s=t[o];if(s!==void 0)return s;if((s=n[o])!==void 0)return i(o,s),s},set:function(o,s){t[o]!==void 0?t[o]=s:i(o,s)},clear:function(){t=Object.create(null),n=Object.create(null)}}}});var ow=le(Ml=>{"use strict";Ml.byteLength=U_;Ml.toByteArray=O_;Ml.fromByteArray=V_;var Ir=[],Xt=[],L_=typeof Uint8Array<"u"?Uint8Array:Array,_h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Li=0,nw=_h.length;Li<nw;++Li)Ir[Li]=_h[Li],Xt[_h.charCodeAt(Li)]=Li;var Li,nw;Xt[45]=62;Xt[95]=63;function iw(r){var e=r.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=r.indexOf("=");t===-1&&(t=e);var n=t===e?0:4-t%4;return[t,n]}function U_(r){var e=iw(r),t=e[0],n=e[1];return(t+n)*3/4-n}function D_(r,e,t){return(e+t)*3/4-t}function O_(r){var e,t=iw(r),n=t[0],i=t[1],o=new L_(D_(r,n,i)),s=0,a=i>0?n-4:n,c;for(c=0;c<a;c+=4)e=Xt[r.charCodeAt(c)]<<18|Xt[r.charCodeAt(c+1)]<<12|Xt[r.charCodeAt(c+2)]<<6|Xt[r.charCodeAt(c+3)],o[s++]=e>>16&255,o[s++]=e>>8&255,o[s++]=e&255;return i===2&&(e=Xt[r.charCodeAt(c)]<<2|Xt[r.charCodeAt(c+1)]>>4,o[s++]=e&255),i===1&&(e=Xt[r.charCodeAt(c)]<<10|Xt[r.charCodeAt(c+1)]<<4|Xt[r.charCodeAt(c+2)]>>2,o[s++]=e>>8&255,o[s++]=e&255),o}function P_(r){return Ir[r>>18&63]+Ir[r>>12&63]+Ir[r>>6&63]+Ir[r&63]}function F_(r,e,t){for(var n,i=[],o=e;o<t;o+=3)n=(r[o]<<16&16711680)+(r[o+1]<<8&65280)+(r[o+2]&255),i.push(P_(n));return i.join("")}function V_(r){for(var e,t=r.length,n=t%3,i=[],o=16383,s=0,a=t-n;s<a;s+=o)i.push(F_(r,s,s+o>a?a:s+o));return n===1?(e=r[t-1],i.push(Ir[e>>2]+Ir[e<<4&63]+"==")):n===2&&(e=(r[t-2]<<8)+r[t-1],i.push(Ir[e>>10]+Ir[e>>4&63]+Ir[e<<2&63]+"=")),i.join("")}});var sw=le(Sh=>{Sh.read=function(r,e,t,n,i){var o,s,a=i*8-n-1,c=(1<<a)-1,u=c>>1,l=-7,d=t?i-1:0,m=t?-1:1,f=r[e+d];for(d+=m,o=f&(1<<-l)-1,f>>=-l,l+=a;l>0;o=o*256+r[e+d],d+=m,l-=8);for(s=o&(1<<-l)-1,o>>=-l,l+=n;l>0;s=s*256+r[e+d],d+=m,l-=8);if(o===0)o=1-u;else{if(o===c)return s?NaN:(f?-1:1)*(1/0);s=s+Math.pow(2,n),o=o-u}return(f?-1:1)*s*Math.pow(2,o-n)};Sh.write=function(r,e,t,n,i,o){var s,a,c,u=o*8-i-1,l=(1<<u)-1,d=l>>1,m=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:o-1,h=n?1:-1,p=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=l):(s=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-s))<1&&(s--,c*=2),s+d>=1?e+=m/c:e+=m*Math.pow(2,1-d),e*c>=2&&(s++,c/=2),s+d>=l?(a=0,s=l):s+d>=1?(a=(e*c-1)*Math.pow(2,i),s=s+d):(a=e*Math.pow(2,d-1)*Math.pow(2,i),s=0));i>=8;r[t+f]=a&255,f+=h,a/=256,i-=8);for(s=s<<i|a,u+=i;u>0;r[t+f]=s&255,f+=h,s/=256,u-=8);r[t+f-h]|=p*128}});var Uh=le(Vo=>{"use strict";var Ih=ow(),Po=sw(),aw=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Vo.Buffer=I;Vo.SlowBuffer=G_;Vo.INSPECT_MAX_BYTES=50;var Hl=2147483647;Vo.kMaxLength=Hl;I.TYPED_ARRAY_SUPPORT=M_();!I.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function M_(){try{let r=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(r,e),r.foo()===42}catch{return!1}}Object.defineProperty(I.prototype,"parent",{enumerable:!0,get:function(){if(I.isBuffer(this))return this.buffer}});Object.defineProperty(I.prototype,"offset",{enumerable:!0,get:function(){if(I.isBuffer(this))return this.byteOffset}});function ln(r){if(r>Hl)throw new RangeError('The value "'+r+'" is invalid for option "size"');let e=new Uint8Array(r);return Object.setPrototypeOf(e,I.prototype),e}function I(r,e,t){if(typeof r=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Th(r)}return dw(r,e,t)}I.poolSize=8192;function dw(r,e,t){if(typeof r=="string")return $_(r,e);if(ArrayBuffer.isView(r))return z_(r);if(r==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(Br(r,ArrayBuffer)||r&&Br(r.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Br(r,SharedArrayBuffer)||r&&Br(r.buffer,SharedArrayBuffer)))return kh(r,e,t);if(typeof r=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');let n=r.valueOf&&r.valueOf();if(n!=null&&n!==r)return I.from(n,e,t);let i=K_(r);if(i)return i;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof r[Symbol.toPrimitive]=="function")return I.from(r[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r)}I.from=function(r,e,t){return dw(r,e,t)};Object.setPrototypeOf(I.prototype,Uint8Array.prototype);Object.setPrototypeOf(I,Uint8Array);function fw(r){if(typeof r!="number")throw new TypeError('"size" argument must be of type number');if(r<0)throw new RangeError('The value "'+r+'" is invalid for option "size"')}function H_(r,e,t){return fw(r),r<=0?ln(r):e!==void 0?typeof t=="string"?ln(r).fill(e,t):ln(r).fill(e):ln(r)}I.alloc=function(r,e,t){return H_(r,e,t)};function Th(r){return fw(r),ln(r<0?0:Nh(r)|0)}I.allocUnsafe=function(r){return Th(r)};I.allocUnsafeSlow=function(r){return Th(r)};function $_(r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!I.isEncoding(e))throw new TypeError("Unknown encoding: "+e);let t=hw(r,e)|0,n=ln(t),i=n.write(r,e);return i!==t&&(n=n.slice(0,i)),n}function Bh(r){let e=r.length<0?0:Nh(r.length)|0,t=ln(e);for(let n=0;n<e;n+=1)t[n]=r[n]&255;return t}function z_(r){if(Br(r,Uint8Array)){let e=new Uint8Array(r);return kh(e.buffer,e.byteOffset,e.byteLength)}return Bh(r)}function kh(r,e,t){if(e<0||r.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(r.byteLength<e+(t||0))throw new RangeError('"length" is outside of buffer bounds');let n;return e===void 0&&t===void 0?n=new Uint8Array(r):t===void 0?n=new Uint8Array(r,e):n=new Uint8Array(r,e,t),Object.setPrototypeOf(n,I.prototype),n}function K_(r){if(I.isBuffer(r)){let e=Nh(r.length)|0,t=ln(e);return t.length===0||r.copy(t,0,0,e),t}if(r.length!==void 0)return typeof r.length!="number"||Lh(r.length)?ln(0):Bh(r);if(r.type==="Buffer"&&Array.isArray(r.data))return Bh(r.data)}function Nh(r){if(r>=Hl)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Hl.toString(16)+" bytes");return r|0}function G_(r){return+r!=r&&(r=0),I.alloc(+r)}I.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==I.prototype};I.compare=function(e,t){if(Br(e,Uint8Array)&&(e=I.from(e,e.offset,e.byteLength)),Br(t,Uint8Array)&&(t=I.from(t,t.offset,t.byteLength)),!I.isBuffer(e)||!I.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let n=e.length,i=t.length;for(let o=0,s=Math.min(n,i);o<s;++o)if(e[o]!==t[o]){n=e[o],i=t[o];break}return n<i?-1:i<n?1:0};I.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};I.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return I.alloc(0);let n;if(t===void 0)for(t=0,n=0;n<e.length;++n)t+=e[n].length;let i=I.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){let s=e[n];if(Br(s,Uint8Array))o+s.length>i.length?(I.isBuffer(s)||(s=I.from(s)),s.copy(i,o)):Uint8Array.prototype.set.call(i,s,o);else if(I.isBuffer(s))s.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=s.length}return i};function hw(r,e){if(I.isBuffer(r))return r.length;if(ArrayBuffer.isView(r)||Br(r,ArrayBuffer))return r.byteLength;if(typeof r!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof r);let t=r.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;let i=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Rh(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return vw(r).length;default:if(i)return n?-1:Rh(r).length;e=(""+e).toLowerCase(),i=!0}}I.byteLength=hw;function q_(r,e,t){let n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,e>>>=0,t<=e))return"";for(r||(r="utf8");;)switch(r){case"hex":return rS(this,e,t);case"utf8":case"utf-8":return mw(this,e,t);case"ascii":return eS(this,e,t);case"latin1":case"binary":return tS(this,e,t);case"base64":return J_(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return nS(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}I.prototype._isBuffer=!0;function Ui(r,e,t){let n=r[e];r[e]=r[t],r[t]=n}I.prototype.swap16=function(){let e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)Ui(this,t,t+1);return this};I.prototype.swap32=function(){let e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)Ui(this,t,t+3),Ui(this,t+1,t+2);return this};I.prototype.swap64=function(){let e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)Ui(this,t,t+7),Ui(this,t+1,t+6),Ui(this,t+2,t+5),Ui(this,t+3,t+4);return this};I.prototype.toString=function(){let e=this.length;return e===0?"":arguments.length===0?mw(this,0,e):q_.apply(this,arguments)};I.prototype.toLocaleString=I.prototype.toString;I.prototype.equals=function(e){if(!I.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:I.compare(this,e)===0};I.prototype.inspect=function(){let e="",t=Vo.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"};aw&&(I.prototype[aw]=I.prototype.inspect);I.prototype.compare=function(e,t,n,i,o){if(Br(e,Uint8Array)&&(e=I.from(e,e.offset,e.byteLength)),!I.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(t===void 0&&(t=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;let s=o-i,a=n-t,c=Math.min(s,a),u=this.slice(i,o),l=e.slice(t,n);for(let d=0;d<c;++d)if(u[d]!==l[d]){s=u[d],a=l[d];break}return s<a?-1:a<s?1:0};function pw(r,e,t,n,i){if(r.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,Lh(t)&&(t=i?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(i)return-1;t=r.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof e=="string"&&(e=I.from(e,n)),I.isBuffer(e))return e.length===0?-1:cw(r,e,t,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):cw(r,[e],t,n,i);throw new TypeError("val must be string, number or Buffer")}function cw(r,e,t,n,i){let o=1,s=r.length,a=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(r.length<2||e.length<2)return-1;o=2,s/=2,a/=2,t/=2}function c(l,d){return o===1?l[d]:l.readUInt16BE(d*o)}let u;if(i){let l=-1;for(u=t;u<s;u++)if(c(r,u)===c(e,l===-1?0:u-l)){if(l===-1&&(l=u),u-l+1===a)return l*o}else l!==-1&&(u-=u-l),l=-1}else for(t+a>s&&(t=s-a),u=t;u>=0;u--){let l=!0;for(let d=0;d<a;d++)if(c(r,u+d)!==c(e,d)){l=!1;break}if(l)return u}return-1}I.prototype.includes=function(e,t,n){return this.indexOf(e,t,n)!==-1};I.prototype.indexOf=function(e,t,n){return pw(this,e,t,n,!0)};I.prototype.lastIndexOf=function(e,t,n){return pw(this,e,t,n,!1)};function W_(r,e,t,n){t=Number(t)||0;let i=r.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;let o=e.length;n>o/2&&(n=o/2);let s;for(s=0;s<n;++s){let a=parseInt(e.substr(s*2,2),16);if(Lh(a))return s;r[t+s]=a}return s}function Y_(r,e,t,n){return $l(Rh(e,r.length-t),r,t,n)}function j_(r,e,t,n){return $l(aS(e),r,t,n)}function X_(r,e,t,n){return $l(vw(e),r,t,n)}function Z_(r,e,t,n){return $l(cS(e,r.length-t),r,t,n)}I.prototype.write=function(e,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let o=this.length-t;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let s=!1;for(;;)switch(i){case"hex":return W_(this,e,t,n);case"utf8":case"utf-8":return Y_(this,e,t,n);case"ascii":case"latin1":case"binary":return j_(this,e,t,n);case"base64":return X_(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Z_(this,e,t,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};I.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function J_(r,e,t){return e===0&&t===r.length?Ih.fromByteArray(r):Ih.fromByteArray(r.slice(e,t))}function mw(r,e,t){t=Math.min(r.length,t);let n=[],i=e;for(;i<t;){let o=r[i],s=null,a=o>239?4:o>223?3:o>191?2:1;if(i+a<=t){let c,u,l,d;switch(a){case 1:o<128&&(s=o);break;case 2:c=r[i+1],(c&192)===128&&(d=(o&31)<<6|c&63,d>127&&(s=d));break;case 3:c=r[i+1],u=r[i+2],(c&192)===128&&(u&192)===128&&(d=(o&15)<<12|(c&63)<<6|u&63,d>2047&&(d<55296||d>57343)&&(s=d));break;case 4:c=r[i+1],u=r[i+2],l=r[i+3],(c&192)===128&&(u&192)===128&&(l&192)===128&&(d=(o&15)<<18|(c&63)<<12|(u&63)<<6|l&63,d>65535&&d<1114112&&(s=d))}}s===null?(s=65533,a=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=a}return Q_(n)}var lw=4096;function Q_(r){let e=r.length;if(e<=lw)return String.fromCharCode.apply(String,r);let t="",n=0;for(;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=lw));return t}function eS(r,e,t){let n="";t=Math.min(r.length,t);for(let i=e;i<t;++i)n+=String.fromCharCode(r[i]&127);return n}function tS(r,e,t){let n="";t=Math.min(r.length,t);for(let i=e;i<t;++i)n+=String.fromCharCode(r[i]);return n}function rS(r,e,t){let n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);let i="";for(let o=e;o<t;++o)i+=lS[r[o]];return i}function nS(r,e,t){let n=r.slice(e,t),i="";for(let o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}I.prototype.slice=function(e,t){let n=this.length;e=~~e,t=t===void 0?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<e&&(t=e);let i=this.subarray(e,t);return Object.setPrototypeOf(i,I.prototype),i};function He(r,e,t){if(r%1!==0||r<0)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}I.prototype.readUintLE=I.prototype.readUIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=this[e],o=1,s=0;for(;++s<t&&(o*=256);)i+=this[e+s]*o;return i};I.prototype.readUintBE=I.prototype.readUIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=this[e+--t],o=1;for(;t>0&&(o*=256);)i+=this[e+--t]*o;return i};I.prototype.readUint8=I.prototype.readUInt8=function(e,t){return e=e>>>0,t||He(e,1,this.length),this[e]};I.prototype.readUint16LE=I.prototype.readUInt16LE=function(e,t){return e=e>>>0,t||He(e,2,this.length),this[e]|this[e+1]<<8};I.prototype.readUint16BE=I.prototype.readUInt16BE=function(e,t){return e=e>>>0,t||He(e,2,this.length),this[e]<<8|this[e+1]};I.prototype.readUint32LE=I.prototype.readUInt32LE=function(e,t){return e=e>>>0,t||He(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};I.prototype.readUint32BE=I.prototype.readUInt32BE=function(e,t){return e=e>>>0,t||He(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};I.prototype.readBigUInt64LE=ti(function(e){e=e>>>0,Fo(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&oa(e,this.length-8);let i=t+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24,o=this[++e]+this[++e]*2**8+this[++e]*2**16+n*2**24;return BigInt(i)+(BigInt(o)<<BigInt(32))});I.prototype.readBigUInt64BE=ti(function(e){e=e>>>0,Fo(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&oa(e,this.length-8);let i=t*2**24+this[++e]*2**16+this[++e]*2**8+this[++e],o=this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n;return(BigInt(i)<<BigInt(32))+BigInt(o)});I.prototype.readIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=this[e],o=1,s=0;for(;++s<t&&(o*=256);)i+=this[e+s]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};I.prototype.readIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||He(e,t,this.length);let i=t,o=1,s=this[e+--i];for(;i>0&&(o*=256);)s+=this[e+--i]*o;return o*=128,s>=o&&(s-=Math.pow(2,8*t)),s};I.prototype.readInt8=function(e,t){return e=e>>>0,t||He(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};I.prototype.readInt16LE=function(e,t){e=e>>>0,t||He(e,2,this.length);let n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};I.prototype.readInt16BE=function(e,t){e=e>>>0,t||He(e,2,this.length);let n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};I.prototype.readInt32LE=function(e,t){return e=e>>>0,t||He(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};I.prototype.readInt32BE=function(e,t){return e=e>>>0,t||He(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};I.prototype.readBigInt64LE=ti(function(e){e=e>>>0,Fo(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&oa(e,this.length-8);let i=this[e+4]+this[e+5]*2**8+this[e+6]*2**16+(n<<24);return(BigInt(i)<<BigInt(32))+BigInt(t+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24)});I.prototype.readBigInt64BE=ti(function(e){e=e>>>0,Fo(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&oa(e,this.length-8);let i=(t<<24)+this[++e]*2**16+this[++e]*2**8+this[++e];return(BigInt(i)<<BigInt(32))+BigInt(this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n)});I.prototype.readFloatLE=function(e,t){return e=e>>>0,t||He(e,4,this.length),Po.read(this,e,!0,23,4)};I.prototype.readFloatBE=function(e,t){return e=e>>>0,t||He(e,4,this.length),Po.read(this,e,!1,23,4)};I.prototype.readDoubleLE=function(e,t){return e=e>>>0,t||He(e,8,this.length),Po.read(this,e,!0,52,8)};I.prototype.readDoubleBE=function(e,t){return e=e>>>0,t||He(e,8,this.length),Po.read(this,e,!1,52,8)};function bt(r,e,t,n,i,o){if(!I.isBuffer(r))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(t+n>r.length)throw new RangeError("Index out of range")}I.prototype.writeUintLE=I.prototype.writeUIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){let a=Math.pow(2,8*n)-1;bt(this,e,t,n,a,0)}let o=1,s=0;for(this[t]=e&255;++s<n&&(o*=256);)this[t+s]=e/o&255;return t+n};I.prototype.writeUintBE=I.prototype.writeUIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){let a=Math.pow(2,8*n)-1;bt(this,e,t,n,a,0)}let o=n-1,s=1;for(this[t+o]=e&255;--o>=0&&(s*=256);)this[t+o]=e/s&255;return t+n};I.prototype.writeUint8=I.prototype.writeUInt8=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,1,255,0),this[t]=e&255,t+1};I.prototype.writeUint16LE=I.prototype.writeUInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,65535,0),this[t]=e&255,this[t+1]=e>>>8,t+2};I.prototype.writeUint16BE=I.prototype.writeUInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=e&255,t+2};I.prototype.writeUint32LE=I.prototype.writeUInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e&255,t+4};I.prototype.writeUint32BE=I.prototype.writeUInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};function yw(r,e,t,n,i){bw(e,n,i,r,t,7);let o=Number(e&BigInt(4294967295));r[t++]=o,o=o>>8,r[t++]=o,o=o>>8,r[t++]=o,o=o>>8,r[t++]=o;let s=Number(e>>BigInt(32)&BigInt(4294967295));return r[t++]=s,s=s>>8,r[t++]=s,s=s>>8,r[t++]=s,s=s>>8,r[t++]=s,t}function gw(r,e,t,n,i){bw(e,n,i,r,t,7);let o=Number(e&BigInt(4294967295));r[t+7]=o,o=o>>8,r[t+6]=o,o=o>>8,r[t+5]=o,o=o>>8,r[t+4]=o;let s=Number(e>>BigInt(32)&BigInt(4294967295));return r[t+3]=s,s=s>>8,r[t+2]=s,s=s>>8,r[t+1]=s,s=s>>8,r[t]=s,t+8}I.prototype.writeBigUInt64LE=ti(function(e,t=0){return yw(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))});I.prototype.writeBigUInt64BE=ti(function(e,t=0){return gw(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))});I.prototype.writeIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){let c=Math.pow(2,8*n-1);bt(this,e,t,n,c-1,-c)}let o=0,s=1,a=0;for(this[t]=e&255;++o<n&&(s*=256);)e<0&&a===0&&this[t+o-1]!==0&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+n};I.prototype.writeIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){let c=Math.pow(2,8*n-1);bt(this,e,t,n,c-1,-c)}let o=n-1,s=1,a=0;for(this[t+o]=e&255;--o>=0&&(s*=256);)e<0&&a===0&&this[t+o+1]!==0&&(a=1),this[t+o]=(e/s>>0)-a&255;return t+n};I.prototype.writeInt8=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=e&255,t+1};I.prototype.writeInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,32767,-32768),this[t]=e&255,this[t+1]=e>>>8,t+2};I.prototype.writeInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=e&255,t+2};I.prototype.writeInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,2147483647,-2147483648),this[t]=e&255,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4};I.prototype.writeInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||bt(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};I.prototype.writeBigInt64LE=ti(function(e,t=0){return yw(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});I.prototype.writeBigInt64BE=ti(function(e,t=0){return gw(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function ww(r,e,t,n,i,o){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function Ew(r,e,t,n,i){return e=+e,t=t>>>0,i||ww(r,e,t,4,34028234663852886e22,-34028234663852886e22),Po.write(r,e,t,n,23,4),t+4}I.prototype.writeFloatLE=function(e,t,n){return Ew(this,e,t,!0,n)};I.prototype.writeFloatBE=function(e,t,n){return Ew(this,e,t,!1,n)};function xw(r,e,t,n,i){return e=+e,t=t>>>0,i||ww(r,e,t,8,17976931348623157e292,-17976931348623157e292),Po.write(r,e,t,n,52,8),t+8}I.prototype.writeDoubleLE=function(e,t,n){return xw(this,e,t,!0,n)};I.prototype.writeDoubleBE=function(e,t,n){return xw(this,e,t,!1,n)};I.prototype.copy=function(e,t,n,i){if(!I.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t<i-n&&(i=e.length-t+n);let o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),t),o};I.prototype.fill=function(e,t,n,i){if(typeof e=="string"){if(typeof t=="string"?(i=t,t=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!I.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){let s=e.charCodeAt(0);(i==="utf8"&&s<128||i==="latin1")&&(e=s)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);let o;if(typeof e=="number")for(o=t;o<n;++o)this[o]=e;else{let s=I.isBuffer(e)?e:I.from(e,i),a=s.length;if(a===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-t;++o)this[o+t]=s[o%a]}return this};var Oo={};function Ch(r,e,t){Oo[r]=class extends t{constructor(){super(),Object.defineProperty(this,"message",{value:e.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${r}]`,this.stack,delete this.name}get code(){return r}set code(i){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:i,writable:!0})}toString(){return`${this.name} [${r}]: ${this.message}`}}}Ch("ERR_BUFFER_OUT_OF_BOUNDS",function(r){return r?`${r} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError);Ch("ERR_INVALID_ARG_TYPE",function(r,e){return`The "${r}" argument must be of type number. Received type ${typeof e}`},TypeError);Ch("ERR_OUT_OF_RANGE",function(r,e,t){let n=`The value of "${r}" is out of range.`,i=t;return Number.isInteger(t)&&Math.abs(t)>2**32?i=uw(String(t)):typeof t=="bigint"&&(i=String(t),(t>BigInt(2)**BigInt(32)||t<-(BigInt(2)**BigInt(32)))&&(i=uw(i)),i+="n"),n+=` It must be ${e}. Received ${i}`,n},RangeError);function uw(r){let e="",t=r.length,n=r[0]==="-"?1:0;for(;t>=n+4;t-=3)e=`_${r.slice(t-3,t)}${e}`;return`${r.slice(0,t)}${e}`}function iS(r,e,t){Fo(e,"offset"),(r[e]===void 0||r[e+t]===void 0)&&oa(e,r.length-(t+1))}function bw(r,e,t,n,i,o){if(r>t||r<e){let s=typeof e=="bigint"?"n":"",a;throw o>3?e===0||e===BigInt(0)?a=`>= 0${s} and < 2${s} ** ${(o+1)*8}${s}`:a=`>= -(2${s} ** ${(o+1)*8-1}${s}) and < 2 ** ${(o+1)*8-1}${s}`:a=`>= ${e}${s} and <= ${t}${s}`,new Oo.ERR_OUT_OF_RANGE("value",a,r)}iS(n,i,o)}function Fo(r,e){if(typeof r!="number")throw new Oo.ERR_INVALID_ARG_TYPE(e,"number",r)}function oa(r,e,t){throw Math.floor(r)!==r?(Fo(r,t),new Oo.ERR_OUT_OF_RANGE(t||"offset","an integer",r)):e<0?new Oo.ERR_BUFFER_OUT_OF_BOUNDS:new Oo.ERR_OUT_OF_RANGE(t||"offset",`>= ${t?1:0} and <= ${e}`,r)}var oS=/[^+/0-9A-Za-z-_]/g;function sS(r){if(r=r.split("=")[0],r=r.trim().replace(oS,""),r.length<2)return"";for(;r.length%4!==0;)r=r+"=";return r}function Rh(r,e){e=e||1/0;let t,n=r.length,i=null,o=[];for(let s=0;s<n;++s){if(t=r.charCodeAt(s),t>55295&&t<57344){if(!i){if(t>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=t;continue}if(t<56320){(e-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,t<128){if((e-=1)<0)break;o.push(t)}else if(t<2048){if((e-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((e-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((e-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function aS(r){let e=[];for(let t=0;t<r.length;++t)e.push(r.charCodeAt(t)&255);return e}function cS(r,e){let t,n,i,o=[];for(let s=0;s<r.length&&!((e-=2)<0);++s)t=r.charCodeAt(s),n=t>>8,i=t%256,o.push(i),o.push(n);return o}function vw(r){return Ih.toByteArray(sS(r))}function $l(r,e,t,n){let i;for(i=0;i<n&&!(i+t>=e.length||i>=r.length);++i)e[i+t]=r[i];return i}function Br(r,e){return r instanceof e||r!=null&&r.constructor!=null&&r.constructor.name!=null&&r.constructor.name===e.name}function Lh(r){return r!==r}var lS=function(){let r="0123456789abcdef",e=new Array(256);for(let t=0;t<16;++t){let n=t*16;for(let i=0;i<16;++i)e[n+i]=r[t]+r[i]}return e}();function ti(r){return typeof BigInt>"u"?uS:r}function uS(){throw new Error("BigInt not supported")}});var Aw=le(Dh=>{"use strict";Dh.toString=function(r){switch(r){case 1:return"A";case 10:return"NULL";case 28:return"AAAA";case 18:return"AFSDB";case 42:return"APL";case 257:return"CAA";case 60:return"CDNSKEY";case 59:return"CDS";case 37:return"CERT";case 5:return"CNAME";case 49:return"DHCID";case 32769:return"DLV";case 39:return"DNAME";case 48:return"DNSKEY";case 43:return"DS";case 55:return"HIP";case 13:return"HINFO";case 45:return"IPSECKEY";case 25:return"KEY";case 36:return"KX";case 29:return"LOC";case 15:return"MX";case 35:return"NAPTR";case 2:return"NS";case 47:return"NSEC";case 50:return"NSEC3";case 51:return"NSEC3PARAM";case 12:return"PTR";case 46:return"RRSIG";case 17:return"RP";case 24:return"SIG";case 6:return"SOA";case 99:return"SPF";case 33:return"SRV";case 44:return"SSHFP";case 32768:return"TA";case 249:return"TKEY";case 52:return"TLSA";case 250:return"TSIG";case 16:return"TXT";case 252:return"AXFR";case 251:return"IXFR";case 41:return"OPT";case 255:return"ANY"}return"UNKNOWN_"+r};Dh.toType=function(r){switch(r.toUpperCase()){case"A":return 1;case"NULL":return 10;case"AAAA":return 28;case"AFSDB":return 18;case"APL":return 42;case"CAA":return 257;case"CDNSKEY":return 60;case"CDS":return 59;case"CERT":return 37;case"CNAME":return 5;case"DHCID":return 49;case"DLV":return 32769;case"DNAME":return 39;case"DNSKEY":return 48;case"DS":return 43;case"HIP":return 55;case"HINFO":return 13;case"IPSECKEY":return 45;case"KEY":return 25;case"KX":return 36;case"LOC":return 29;case"MX":return 15;case"NAPTR":return 35;case"NS":return 2;case"NSEC":return 47;case"NSEC3":return 50;case"NSEC3PARAM":return 51;case"PTR":return 12;case"RRSIG":return 46;case"RP":return 17;case"SIG":return 24;case"SOA":return 6;case"SPF":return 99;case"SRV":return 33;case"SSHFP":return 44;case"TA":return 32768;case"TKEY":return 249;case"TLSA":return 52;case"TSIG":return 250;case"TXT":return 16;case"AXFR":return 252;case"IXFR":return 251;case"OPT":return 41;case"ANY":return 255;case"*":return 255}return r.toUpperCase().startsWith("UNKNOWN_")?parseInt(r.slice(8)):0}});var _w=le(Oh=>{"use strict";Oh.toString=function(r){switch(r){case 0:return"NOERROR";case 1:return"FORMERR";case 2:return"SERVFAIL";case 3:return"NXDOMAIN";case 4:return"NOTIMP";case 5:return"REFUSED";case 6:return"YXDOMAIN";case 7:return"YXRRSET";case 8:return"NXRRSET";case 9:return"NOTAUTH";case 10:return"NOTZONE";case 11:return"RCODE_11";case 12:return"RCODE_12";case 13:return"RCODE_13";case 14:return"RCODE_14";case 15:return"RCODE_15"}return"RCODE_"+r};Oh.toRcode=function(r){switch(r.toUpperCase()){case"NOERROR":return 0;case"FORMERR":return 1;case"SERVFAIL":return 2;case"NXDOMAIN":return 3;case"NOTIMP":return 4;case"REFUSED":return 5;case"YXDOMAIN":return 6;case"YXRRSET":return 7;case"NXRRSET":return 8;case"NOTAUTH":return 9;case"NOTZONE":return 10;case"RCODE_11":return 11;case"RCODE_12":return 12;case"RCODE_13":return 13;case"RCODE_14":return 14;case"RCODE_15":return 15}return 0}});var Sw=le(Ph=>{"use strict";Ph.toString=function(r){switch(r){case 0:return"QUERY";case 1:return"IQUERY";case 2:return"STATUS";case 3:return"OPCODE_3";case 4:return"NOTIFY";case 5:return"UPDATE";case 6:return"OPCODE_6";case 7:return"OPCODE_7";case 8:return"OPCODE_8";case 9:return"OPCODE_9";case 10:return"OPCODE_10";case 11:return"OPCODE_11";case 12:return"OPCODE_12";case 13:return"OPCODE_13";case 14:return"OPCODE_14";case 15:return"OPCODE_15"}return"OPCODE_"+r};Ph.toOpcode=function(r){switch(r.toUpperCase()){case"QUERY":return 0;case"IQUERY":return 1;case"STATUS":return 2;case"OPCODE_3":return 3;case"NOTIFY":return 4;case"UPDATE":return 5;case"OPCODE_6":return 6;case"OPCODE_7":return 7;case"OPCODE_8":return 8;case"OPCODE_9":return 9;case"OPCODE_10":return 10;case"OPCODE_11":return 11;case"OPCODE_12":return 12;case"OPCODE_13":return 13;case"OPCODE_14":return 14;case"OPCODE_15":return 15}return 0}});var Iw=le(Fh=>{"use strict";Fh.toString=function(r){switch(r){case 1:return"IN";case 2:return"CS";case 3:return"CH";case 4:return"HS";case 255:return"ANY"}return"UNKNOWN_"+r};Fh.toClass=function(r){switch(r.toUpperCase()){case"IN":return 1;case"CS":return 2;case"CH":return 3;case"HS":return 4;case"ANY":return 255}return 0}});var Bw=le(Vh=>{"use strict";Vh.toString=function(r){switch(r){case 1:return"LLQ";case 2:return"UL";case 3:return"NSID";case 5:return"DAU";case 6:return"DHU";case 7:return"N3U";case 8:return"CLIENT_SUBNET";case 9:return"EXPIRE";case 10:return"COOKIE";case 11:return"TCP_KEEPALIVE";case 12:return"PADDING";case 13:return"CHAIN";case 14:return"KEY_TAG";case 26946:return"DEVICEID"}return r<0?null:`OPTION_${r}`};Vh.toCode=function(r){if(typeof r=="number")return r;if(!r)return-1;switch(r.toUpperCase()){case"OPTION_0":return 0;case"LLQ":return 1;case"UL":return 2;case"NSID":return 3;case"OPTION_4":return 4;case"DAU":return 5;case"DHU":return 6;case"N3U":return 7;case"CLIENT_SUBNET":return 8;case"EXPIRE":return 9;case"COOKIE":return 10;case"TCP_KEEPALIVE":return 11;case"PADDING":return 12;case"CHAIN":return 13;case"KEY_TAG":return 14;case"DEVICEID":return 26946;case"OPTION_65535":return 65535}let e=r.match(/_(\d+)$/);return e?parseInt(e[1],10):-1}});var Tw=le((Rw,Mh)=>{var kw=function(r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),r.decode=d,r.encode=l,r.familyOf=u,r.name=void 0,r.sizeOf=c,r.v6=r.v4=void 0;let e=/^(\d{1,3}\.){3,3}\d{1,3}$/,t=4,n=/^(::)?(((\d{1,3}\.){3}(\d{1,3}){1})?([0-9a-f]){0,4}:{0,2}){1,8}(::)?$/i,i=16,o={name:"v4",size:t,isFormat:m=>e.test(m),encode(m,f,h){h=~~h,f=f||new Uint8Array(h+t);let p=m.length,y=0;for(let g=0;g<p;){let x=m.charCodeAt(g++);x===46?(f[h++]=y,y=0):y=y*10+(x-48)}return f[h]=y,f},decode(m,f){return f=~~f,`${m[f++]}.${m[f++]}.${m[f++]}.${m[f]}`}};r.v4=o;let s={name:"v6",size:i,isFormat:m=>m.length>0&&n.test(m),encode(m,f,h){h=~~h;let p=h+i,y=-1,g=0,x=0,E=!0,_=!1;f=f||new Uint8Array(h+i);for(let S=0;S<m.length;S++){let A=m.charCodeAt(S);A===58?(E?y!==-1?(h<p&&(f[h]=0),h<p-1&&(f[h+1]=0),h+=2):h<p&&(y=h):(_===!0?(h<p&&(f[h]=x),h++):(h<p&&(f[h]=g>>8),h<p-1&&(f[h+1]=g&255),h+=2),g=0,x=0),E=!0,_=!1):A===46?(h<p&&(f[h]=x),h++,x=0,g=0,E=!1,_=!0):(E=!1,A>=97?A-=87:A>=65?A-=55:(A-=48,x=x*10+A),g=(g<<4)+A)}if(E===!1)_===!0?(h<p&&(f[h]=x),h++):(h<p&&(f[h]=g>>8),h<p-1&&(f[h+1]=g&255),h+=2);else if(y===0)h<p&&(f[h]=0),h<p-1&&(f[h+1]=0),h+=2;else if(y!==-1){h+=2;for(let S=Math.min(h-1,p-1);S>=y+2;S--)f[S]=f[S-2];f[y]=0,f[y+1]=0,y=h}if(y!==h&&y!==-1)for(h>p-2&&(h=p-2);p>y;)f[--p]=h<p&&h>y?f[--h]:0;else for(;h<p;)f[h++]=0;return f},decode(m,f){f=~~f;let h="";for(let p=0;p<i;p+=2)p!==0&&(h+=":"),h+=(m[f+p]<<8|m[f+p+1]).toString(16);return h.replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}};r.v6=s;let a="ip";r.name=a;function c(m){if(o.isFormat(m))return o.size;if(s.isFormat(m))return s.size;throw Error(`Invalid ip address: ${m}`)}function u(m){return c(m)===o.size?1:2}function l(m,f,h){h=~~h;let p=c(m);return typeof f=="function"&&(f=f(h+p)),p===o.size?o.encode(m,f,h):s.encode(m,f,h)}function d(m,f,h){if(f=~~f,h=h||m.length-f,h===o.size)return o.decode(m,f,h);if(h===s.size)return s.decode(m,f,h);throw Error(`Invalid buffer size needs to be ${o.size} for v4 or ${s.size} for v6.`)}return"default"in r?r.default:r}({});typeof define=="function"&&define.amd?define([],function(){return kw}):typeof Mh=="object"&&typeof Rw=="object"&&(Mh.exports=kw)});var Lw=le(q=>{"use strict";var W=Uh().Buffer,En=Aw(),dS=_w(),fS=Sw(),Kl=Iw(),Hh=Bw(),Di=Tw(),hS=0,Nw=32768,$h=32768,pS=~$h,Cw=32768,mS=~Cw,H=q.name={};H.encode=function(r,e,t,{mail:n=!1}={}){e||(e=W.alloc(H.encodingLength(r))),t||(t=0);let i=t,o=r.replace(/^\.|\.$/gm,"");if(o.length){let s=[];if(n){let a="";o.split(".").forEach(c=>{c.endsWith("\\")?a+=(a.length?".":"")+c.slice(0,-1):s.length===0&&a.length?s.push(a+"."+c):s.push(c)})}else s=o.split(".");for(let a=0;a<s.length;a++){let c=e.write(s[a],t+1);e[t]=c,t+=c+1}}return e[t++]=0,H.encode.bytes=t-i,e};H.encode.bytes=0;H.decode=function(r,e,{mail:t=!1}={}){e||(e=0);let n=[],i=e,o=0,s=0,a=!1;for(;;){if(e>=r.length)throw new Error("Cannot decode name (buffer overflow)");let c=r[e++];if(s+=a?0:1,c===0)break;if(c&192)if((c&192)===192){if(e+1>r.length)throw new Error("Cannot decode name (buffer overflow)");let u=r.readUInt16BE(e-1)-49152;if(u>=i)throw new Error("Cannot decode name (bad pointer)");e=u,i=u,s+=a?0:1,a=!0}else throw new Error("Cannot decode name (bad label)");else{if(e+c>r.length)throw new Error("Cannot decode name (buffer overflow)");if(o+=c+1,o>254)throw new Error("Cannot decode name (name too long)");let u=r.toString("utf-8",e,e+c);t&&(u=u.replace(/\./g,"\\.")),n.push(u),e+=c,s+=a?0:c}}return H.decode.bytes=s,n.length===0?".":n.join(".")};H.decode.bytes=0;H.encodingLength=function(r){return r==="."||r===".."?1:W.byteLength(r.replace(/^\.|\.$/gm,""))+2};var te={};te.encode=function(r,e,t){e||(e=W.alloc(te.encodingLength(r))),t||(t=0);let n=e.write(r,t+1);return e[t]=n,te.encode.bytes=n+1,e};te.encode.bytes=0;te.decode=function(r,e){e||(e=0);let t=r[e],n=r.toString("utf-8",e+1,e+1+t);return te.decode.bytes=t+1,n};te.decode.bytes=0;te.encodingLength=function(r){return W.byteLength(r)+1};var ur={};ur.encode=function(r,e,t){e||(e=ur.encodingLength(r)),t||(t=0);let n=(r.flags||0)&32767,i=r.type==="response"?Nw:hS;return e.writeUInt16BE(r.id||0,t),e.writeUInt16BE(n|i,t+2),e.writeUInt16BE(r.questions.length,t+4),e.writeUInt16BE(r.answers.length,t+6),e.writeUInt16BE(r.authorities.length,t+8),e.writeUInt16BE(r.additionals.length,t+10),e};ur.encode.bytes=12;ur.decode=function(r,e){if(e||(e=0),r.length<12)throw new Error("Header must be 12 bytes");let t=r.readUInt16BE(e+2);return{id:r.readUInt16BE(e),type:t&Nw?"response":"query",flags:t&32767,flag_qr:(t>>15&1)===1,opcode:fS.toString(t>>11&15),flag_aa:(t>>10&1)===1,flag_tc:(t>>9&1)===1,flag_rd:(t>>8&1)===1,flag_ra:(t>>7&1)===1,flag_z:(t>>6&1)===1,flag_ad:(t>>5&1)===1,flag_cd:(t>>4&1)===1,rcode:dS.toString(t&15),questions:new Array(r.readUInt16BE(e+4)),answers:new Array(r.readUInt16BE(e+6)),authorities:new Array(r.readUInt16BE(e+8)),additionals:new Array(r.readUInt16BE(e+10))}};ur.decode.bytes=12;ur.encodingLength=function(){return 12};var un=q.unknown={};un.encode=function(r,e,t){return e||(e=W.alloc(un.encodingLength(r))),t||(t=0),e.writeUInt16BE(r.length,t),r.copy(e,t+2),un.encode.bytes=r.length+2,e};un.encode.bytes=0;un.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n=r.slice(e+2,e+2+t);return un.decode.bytes=t+2,n};un.decode.bytes=0;un.encodingLength=function(r){return r.length+2};var dn=q.ns={};dn.encode=function(r,e,t){return e||(e=W.alloc(dn.encodingLength(r))),t||(t=0),H.encode(r,e,t+2),e.writeUInt16BE(H.encode.bytes,t),dn.encode.bytes=H.encode.bytes+2,e};dn.encode.bytes=0;dn.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n=H.decode(r,e+2);return dn.decode.bytes=t+2,n};dn.decode.bytes=0;dn.encodingLength=function(r){return H.encodingLength(r)+2};var fn=q.soa={};fn.encode=function(r,e,t){e||(e=W.alloc(fn.encodingLength(r))),t||(t=0);let n=t;return t+=2,H.encode(r.mname,e,t),t+=H.encode.bytes,H.encode(r.rname,e,t,{mail:!0}),t+=H.encode.bytes,e.writeUInt32BE(r.serial||0,t),t+=4,e.writeUInt32BE(r.refresh||0,t),t+=4,e.writeUInt32BE(r.retry||0,t),t+=4,e.writeUInt32BE(r.expire||0,t),t+=4,e.writeUInt32BE(r.minimum||0,t),t+=4,e.writeUInt16BE(t-n-2,n),fn.encode.bytes=t-n,e};fn.encode.bytes=0;fn.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.mname=H.decode(r,e),e+=H.decode.bytes,n.rname=H.decode(r,e,{mail:!0}),e+=H.decode.bytes,n.serial=r.readUInt32BE(e),e+=4,n.refresh=r.readUInt32BE(e),e+=4,n.retry=r.readUInt32BE(e),e+=4,n.expire=r.readUInt32BE(e),e+=4,n.minimum=r.readUInt32BE(e),e+=4,fn.decode.bytes=e-t,n};fn.decode.bytes=0;fn.encodingLength=function(r){return 22+H.encodingLength(r.mname)+H.encodingLength(r.rname)};var hn=q.txt={};hn.encode=function(r,e,t){Array.isArray(r)||(r=[r]);for(let i=0;i<r.length;i++)if(typeof r[i]=="string"&&(r[i]=W.from(r[i])),!W.isBuffer(r[i]))throw new Error("Must be a Buffer");e||(e=W.alloc(hn.encodingLength(r))),t||(t=0);let n=t;return t+=2,r.forEach(function(i){e[t++]=i.length,i.copy(e,t,0,i.length),t+=i.length}),e.writeUInt16BE(t-n-2,n),hn.encode.bytes=t-n,e};hn.encode.bytes=0;hn.decode=function(r,e){e||(e=0);let t=e,n=r.readUInt16BE(e);e+=2;let i=[];for(;n>0;){let o=r[e++];if(--n,n<o)throw new Error("Buffer overflow");i.push(r.slice(e,e+o)),e+=o,n-=o}return hn.decode.bytes=e-t,i};hn.decode.bytes=0;hn.encodingLength=function(r){Array.isArray(r)||(r=[r]);let e=2;return r.forEach(function(t){typeof t=="string"?e+=W.byteLength(t)+1:e+=t.length+1}),e};var pn=q.null={};pn.encode=function(r,e,t){e||(e=W.alloc(pn.encodingLength(r))),t||(t=0),typeof r=="string"&&(r=W.from(r)),r||(r=W.alloc(0));let n=t;t+=2;let i=r.length;return r.copy(e,t,0,i),t+=i,e.writeUInt16BE(t-n-2,n),pn.encode.bytes=t-n,e};pn.encode.bytes=0;pn.decode=function(r,e){e||(e=0);let t=e,n=r.readUInt16BE(e);e+=2;let i=r.slice(e,e+n);return e+=n,pn.decode.bytes=e-t,i};pn.decode.bytes=0;pn.encodingLength=function(r){return r?(W.isBuffer(r)?r.length:W.byteLength(r))+2:2};var mn=q.hinfo={};mn.encode=function(r,e,t){e||(e=W.alloc(mn.encodingLength(r))),t||(t=0);let n=t;return t+=2,te.encode(r.cpu,e,t),t+=te.encode.bytes,te.encode(r.os,e,t),t+=te.encode.bytes,e.writeUInt16BE(t-n-2,n),mn.encode.bytes=t-n,e};mn.encode.bytes=0;mn.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.cpu=te.decode(r,e),e+=te.decode.bytes,n.os=te.decode(r,e),e+=te.decode.bytes,mn.decode.bytes=e-t,n};mn.decode.bytes=0;mn.encodingLength=function(r){return te.encodingLength(r.cpu)+te.encodingLength(r.os)+2};var cr=q.ptr={},yS=q.cname=cr,gS=q.dname=cr;cr.encode=function(r,e,t){return e||(e=W.alloc(cr.encodingLength(r))),t||(t=0),H.encode(r,e,t+2),e.writeUInt16BE(H.encode.bytes,t),cr.encode.bytes=H.encode.bytes+2,e};cr.encode.bytes=0;cr.decode=function(r,e){e||(e=0);let t=H.decode(r,e+2);return cr.decode.bytes=H.decode.bytes+2,t};cr.decode.bytes=0;cr.encodingLength=function(r){return H.encodingLength(r)+2};var yn=q.srv={};yn.encode=function(r,e,t){e||(e=W.alloc(yn.encodingLength(r))),t||(t=0),e.writeUInt16BE(r.priority||0,t+2),e.writeUInt16BE(r.weight||0,t+4),e.writeUInt16BE(r.port||0,t+6),H.encode(r.target,e,t+8);let n=H.encode.bytes+6;return e.writeUInt16BE(n,t),yn.encode.bytes=n+2,e};yn.encode.bytes=0;yn.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e),n={};return n.priority=r.readUInt16BE(e+2),n.weight=r.readUInt16BE(e+4),n.port=r.readUInt16BE(e+6),n.target=H.decode(r,e+8),yn.decode.bytes=t+2,n};yn.decode.bytes=0;yn.encodingLength=function(r){return 8+H.encodingLength(r.target)};var Ct=q.caa={};Ct.ISSUER_CRITICAL=128;Ct.encode=function(r,e,t){let n=Ct.encodingLength(r);return e||(e=W.alloc(Ct.encodingLength(r))),t||(t=0),r.issuerCritical&&(r.flags=Ct.ISSUER_CRITICAL),e.writeUInt16BE(n-2,t),t+=2,e.writeUInt8(r.flags||0,t),t+=1,te.encode(r.tag,e,t),t+=te.encode.bytes,e.write(r.value,t),t+=W.byteLength(r.value),Ct.encode.bytes=n,e};Ct.encode.bytes=0;Ct.decode=function(r,e){e||(e=0);let t=r.readUInt16BE(e);e+=2;let n=e,i={};return i.flags=r.readUInt8(e),e+=1,i.tag=te.decode(r,e),e+=te.decode.bytes,i.value=r.toString("utf-8",e,n+t),i.issuerCritical=!!(i.flags&Ct.ISSUER_CRITICAL),Ct.decode.bytes=t+2,i};Ct.decode.bytes=0;Ct.encodingLength=function(r){return te.encodingLength(r.tag)+te.encodingLength(r.value)+2};var ri=q.mx={};ri.encode=function(r,e,t){e||(e=W.alloc(ri.encodingLength(r))),t||(t=0);let n=t;return t+=2,e.writeUInt16BE(r.preference||0,t),t+=2,H.encode(r.exchange,e,t),t+=H.encode.bytes,e.writeUInt16BE(t-n-2,n),ri.encode.bytes=t-n,e};ri.encode.bytes=0;ri.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.preference=r.readUInt16BE(e),e+=2,n.exchange=H.decode(r,e),e+=H.decode.bytes,ri.decode.bytes=e-t,n};ri.encodingLength=function(r){return 4+H.encodingLength(r.exchange)};var gn=q.a={};gn.encode=function(r,e,t){return e||(e=W.alloc(gn.encodingLength(r))),t||(t=0),e.writeUInt16BE(4,t),t+=2,Di.v4.encode(r,e,t),gn.encode.bytes=6,e};gn.encode.bytes=0;gn.decode=function(r,e){e||(e=0),e+=2;let t=Di.v4.decode(r,e);return gn.decode.bytes=6,t};gn.decode.bytes=0;gn.encodingLength=function(){return 6};var wn=q.aaaa={};wn.encode=function(r,e,t){return e||(e=W.alloc(wn.encodingLength(r))),t||(t=0),e.writeUInt16BE(16,t),t+=2,Di.v6.encode(r,e,t),wn.encode.bytes=18,e};wn.encode.bytes=0;wn.decode=function(r,e){e||(e=0),e+=2;let t=Di.v6.decode(r,e);return wn.decode.bytes=18,t};wn.decode.bytes=0;wn.encodingLength=function(){return 18};var vt=q.option={};vt.encode=function(r,e,t){e||(e=W.alloc(vt.encodingLength(r))),t||(t=0);let n=t,i=Hh.toCode(r.code);if(e.writeUInt16BE(i,t),t+=2,r.data)e.writeUInt16BE(r.data.length,t),t+=2,r.data.copy(e,t),t+=r.data.length;else switch(i){case 8:let o=r.sourcePrefixLength||0,s=r.family||Di.familyOf(r.ip),a=Di.encode(r.ip,W.alloc),c=Math.ceil(o/8);e.writeUInt16BE(c+4,t),t+=2,e.writeUInt16BE(s,t),t+=2,e.writeUInt8(o,t++),e.writeUInt8(r.scopePrefixLength||0,t++),a.copy(e,t,0,c),t+=c;break;case 11:r.timeout?(e.writeUInt16BE(2,t),t+=2,e.writeUInt16BE(r.timeout,t),t+=2):(e.writeUInt16BE(0,t),t+=2);break;case 12:let u=r.length||0;e.writeUInt16BE(u,t),t+=2,e.fill(0,t,t+u),t+=u;break;case 14:let l=r.tags.length*2;e.writeUInt16BE(l,t),t+=2;for(let d of r.tags)e.writeUInt16BE(d,t),t+=2;break;default:throw new Error(`Unknown roption code: ${r.code}`)}return vt.encode.bytes=t-n,e};vt.encode.bytes=0;vt.decode=function(r,e){e||(e=0);let t={};t.code=r.readUInt16BE(e),t.type=Hh.toString(t.code),e+=2;let n=r.readUInt16BE(e);switch(e+=2,t.data=r.slice(e,e+n),t.code){case 8:t.family=r.readUInt16BE(e),e+=2,t.sourcePrefixLength=r.readUInt8(e++),t.scopePrefixLength=r.readUInt8(e++);let i=W.alloc(t.family===1?4:16);r.copy(i,0,e,e+n-4),t.ip=Di.decode(i);break;case 11:n>0&&(t.timeout=r.readUInt16BE(e),e+=2);break;case 14:t.tags=[];for(let o=0;o<n;o+=2)t.tags.push(r.readUInt16BE(e)),e+=2}return vt.decode.bytes=n+4,t};vt.decode.bytes=0;vt.encodingLength=function(r){if(r.data)return r.data.length+4;switch(Hh.toCode(r.code)){case 8:let t=r.sourcePrefixLength||0;return Math.ceil(t/8)+8;case 11:return typeof r.timeout=="number"?6:4;case 12:return r.length+4;case 14:return 4+r.tags.length*2}throw new Error(`Unknown roption code: ${r.code}`)};var Ut=q.opt={};Ut.encode=function(r,e,t){e||(e=W.alloc(Ut.encodingLength(r))),t||(t=0);let n=t,i=Mo(r,vt);return e.writeUInt16BE(i,t),t=sa(r,vt,e,t+2),Ut.encode.bytes=t-n,e};Ut.encode.bytes=0;Ut.decode=function(r,e){e||(e=0);let t=e,n=[],i=r.readUInt16BE(e);e+=2;let o=0;for(;i>0;)n[o++]=vt.decode(r,e),e+=vt.decode.bytes,i-=vt.decode.bytes;return Ut.decode.bytes=e-t,n};Ut.decode.bytes=0;Ut.encodingLength=function(r){return 2+Mo(r||[],vt)};var ft=q.dnskey={};ft.PROTOCOL_DNSSEC=3;ft.ZONE_KEY=128;ft.SECURE_ENTRYPOINT=32768;ft.encode=function(r,e,t){e||(e=W.alloc(ft.encodingLength(r))),t||(t=0);let n=t,i=r.key;if(!W.isBuffer(i))throw new Error("Key must be a Buffer");return t+=2,e.writeUInt16BE(r.flags,t),t+=2,e.writeUInt8(ft.PROTOCOL_DNSSEC,t),t+=1,e.writeUInt8(r.algorithm,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,ft.encode.bytes=t-n,e.writeUInt16BE(ft.encode.bytes-2,n),e};ft.encode.bytes=0;ft.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);if(e+=2,n.flags=r.readUInt16BE(e),e+=2,r.readUInt8(e)!==ft.PROTOCOL_DNSSEC)throw new Error("Protocol must be 3");return e+=1,n.algorithm=r.readUInt8(e),e+=1,n.key=r.slice(e,t+i+2),e+=n.key.length,ft.decode.bytes=e-t,n};ft.decode.bytes=0;ft.encodingLength=function(r){return 6+W.byteLength(r.key)};var kr=q.rrsig={};kr.encode=function(r,e,t){e||(e=W.alloc(kr.encodingLength(r))),t||(t=0);let n=t,i=r.signature;if(!W.isBuffer(i))throw new Error("Signature must be a Buffer");return t+=2,e.writeUInt16BE(En.toType(r.typeCovered),t),t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.labels,t),t+=1,e.writeUInt32BE(r.originalTTL,t),t+=4,e.writeUInt32BE(r.expiration,t),t+=4,e.writeUInt32BE(r.inception,t),t+=4,e.writeUInt16BE(r.keyTag,t),t+=2,H.encode(r.signersName,e,t),t+=H.encode.bytes,i.copy(e,t,0,i.length),t+=i.length,kr.encode.bytes=t-n,e.writeUInt16BE(kr.encode.bytes-2,n),e};kr.encode.bytes=0;kr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.typeCovered=En.toString(r.readUInt16BE(e)),e+=2,n.algorithm=r.readUInt8(e),e+=1,n.labels=r.readUInt8(e),e+=1,n.originalTTL=r.readUInt32BE(e),e+=4,n.expiration=r.readUInt32BE(e),e+=4,n.inception=r.readUInt32BE(e),e+=4,n.keyTag=r.readUInt16BE(e),e+=2,n.signersName=H.decode(r,e),e+=H.decode.bytes,n.signature=r.slice(e,t+i+2),e+=n.signature.length,kr.decode.bytes=e-t,n};kr.decode.bytes=0;kr.encodingLength=function(r){return 20+H.encodingLength(r.signersName)+W.byteLength(r.signature)};var Rr=q.rp={};Rr.encode=function(r,e,t){e||(e=W.alloc(Rr.encodingLength(r))),t||(t=0);let n=t;return t+=2,H.encode(r.mbox||".",e,t,{mail:!0}),t+=H.encode.bytes,H.encode(r.txt||".",e,t),t+=H.encode.bytes,Rr.encode.bytes=t-n,e.writeUInt16BE(Rr.encode.bytes-2,n),e};Rr.encode.bytes=0;Rr.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.mbox=H.decode(r,e,{mail:!0})||".",e+=H.decode.bytes,n.txt=H.decode(r,e)||".",e+=H.decode.bytes,Rr.decode.bytes=e-t,n};Rr.decode.bytes=0;Rr.encodingLength=function(r){return 2+H.encodingLength(r.mbox||".")+H.encodingLength(r.txt||".")};var $e={};$e.encode=function(r,e,t){e||(e=W.alloc($e.encodingLength(r))),t||(t=0);let n=t;for(var i=[],o=0;o<r.length;o++){var s=En.toType(r[o]);i[s>>8]===void 0&&(i[s>>8]=[]),i[s>>8][s>>3&31]|=1<<7-(s&7)}for(o=0;o<i.length;o++)if(i[o]!==void 0){var a=W.from(i[o]);e.writeUInt8(o,t),t+=1,e.writeUInt8(a.length,t),t+=1,a.copy(e,t),t+=a.length}return $e.encode.bytes=t-n,e};$e.encode.bytes=0;$e.decode=function(r,e,t){e||(e=0);let n=e;for(var i=[];e-n<t;){var o=r.readUInt8(e);e+=1;var s=r.readUInt8(e);e+=1;for(var a=0;a<s;a++)for(var c=r.readUInt8(e+a),u=0;u<8;u++)if(c&1<<7-u){var l=En.toString(o<<8|a<<3|u);i.push(l)}e+=s}return $e.decode.bytes=e-n,i};$e.decode.bytes=0;$e.encodingLength=function(r){for(var e=[],t=0;t<r.length;t++){var n=En.toType(r[t]);e[n>>8]=Math.max(e[n>>8]||0,n&255)}var i=0;for(t=0;t<e.length;t++)e[t]!==void 0&&(i+=2+Math.ceil((e[t]+1)/8));return i};var Tr=q.nsec={};Tr.encode=function(r,e,t){e||(e=W.alloc(Tr.encodingLength(r))),t||(t=0);let n=t;return t+=2,H.encode(r.nextDomain,e,t),t+=H.encode.bytes,$e.encode(r.rrtypes,e,t),t+=$e.encode.bytes,Tr.encode.bytes=t-n,e.writeUInt16BE(Tr.encode.bytes-2,n),e};Tr.encode.bytes=0;Tr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.nextDomain=H.decode(r,e),e+=H.decode.bytes,n.rrtypes=$e.decode(r,e,i-(e-t)),e+=$e.decode.bytes,Tr.decode.bytes=e-t,n};Tr.decode.bytes=0;Tr.encodingLength=function(r){return 2+H.encodingLength(r.nextDomain)+$e.encodingLength(r.rrtypes)};var Nr=q.nsec3={};Nr.encode=function(r,e,t){e||(e=W.alloc(Nr.encodingLength(r))),t||(t=0);let n=t,i=r.salt;if(!W.isBuffer(i))throw new Error("salt must be a Buffer");let o=r.nextDomain;if(!W.isBuffer(o))throw new Error("nextDomain must be a Buffer");return t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.flags,t),t+=1,e.writeUInt16BE(r.iterations,t),t+=2,e.writeUInt8(i.length,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,e.writeUInt8(o.length,t),t+=1,o.copy(e,t,0,o.length),t+=o.length,$e.encode(r.rrtypes,e,t),t+=$e.encode.bytes,Nr.encode.bytes=t-n,e.writeUInt16BE(Nr.encode.bytes-2,n),e};Nr.encode.bytes=0;Nr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);e+=2,n.algorithm=r.readUInt8(e),e+=1,n.flags=r.readUInt8(e),e+=1,n.iterations=r.readUInt16BE(e),e+=2;let o=r.readUInt8(e);e+=1,n.salt=r.slice(e,e+o),e+=o;let s=r.readUInt8(e);return e+=1,n.nextDomain=r.slice(e,e+s),e+=s,n.rrtypes=$e.decode(r,e,i-(e-t)),e+=$e.decode.bytes,Nr.decode.bytes=e-t,n};Nr.decode.bytes=0;Nr.encodingLength=function(r){return 8+r.salt.length+r.nextDomain.length+$e.encodingLength(r.rrtypes)};var Cr=q.ds={};Cr.encode=function(r,e,t){e||(e=W.alloc(Cr.encodingLength(r))),t||(t=0);let n=t,i=r.digest;if(!W.isBuffer(i))throw new Error("Digest must be a Buffer");return t+=2,e.writeUInt16BE(r.keyTag,t),t+=2,e.writeUInt8(r.algorithm,t),t+=1,e.writeUInt8(r.digestType,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,Cr.encode.bytes=t-n,e.writeUInt16BE(Cr.encode.bytes-2,n),e};Cr.encode.bytes=0;Cr.decode=function(r,e){e||(e=0);let t=e;var n={},i=r.readUInt16BE(e);return e+=2,n.keyTag=r.readUInt16BE(e),e+=2,n.algorithm=r.readUInt8(e),e+=1,n.digestType=r.readUInt8(e),e+=1,n.digest=r.slice(e,t+i+2),e+=n.digest.length,Cr.decode.bytes=e-t,n};Cr.decode.bytes=0;Cr.encodingLength=function(r){return 6+W.byteLength(r.digest)};var Lt=q.sshfp={};Lt.getFingerprintLengthForHashType=function(e){switch(e){case 1:return 20;case 2:return 32}};Lt.encode=function(e,t,n){t||(t=W.alloc(Lt.encodingLength(e))),n||(n=0);let i=n;n+=2,t[n]=e.algorithm,n+=1,t[n]=e.hash,n+=1;let o=W.from(e.fingerprint.toUpperCase(),"hex");if(o.length!==Lt.getFingerprintLengthForHashType(e.hash))throw new Error("Invalid fingerprint length");return o.copy(t,n),n+=o.byteLength,Lt.encode.bytes=n-i,t.writeUInt16BE(Lt.encode.bytes-2,i),t};Lt.encode.bytes=0;Lt.decode=function(e,t){t||(t=0);let n=t,i={};t+=2,i.algorithm=e[t],t+=1,i.hash=e[t],t+=1;let o=Lt.getFingerprintLengthForHashType(i.hash);return i.fingerprint=e.slice(t,t+o).toString("hex").toUpperCase(),t+=o,Lt.decode.bytes=t-n,i};Lt.decode.bytes=0;Lt.encodingLength=function(r){return 4+W.from(r.fingerprint,"hex").byteLength};var Lr=q.naptr={};Lr.encode=function(r,e,t){e||(e=W.alloc(Lr.encodingLength(r))),t||(t=0);let n=t;return t+=2,e.writeUInt16BE(r.order||0,t),t+=2,e.writeUInt16BE(r.preference||0,t),t+=2,te.encode(r.flags,e,t),t+=te.encode.bytes,te.encode(r.services,e,t),t+=te.encode.bytes,te.encode(r.regexp,e,t),t+=te.encode.bytes,H.encode(r.replacement,e,t),t+=H.encode.bytes,Lr.encode.bytes=t-n,e.writeUInt16BE(Lr.encode.bytes-2,n),e};Lr.encode.bytes=0;Lr.decode=function(r,e){e||(e=0);let t=e,n={};return e+=2,n.order=r.readUInt16BE(e),e+=2,n.preference=r.readUInt16BE(e),e+=2,n.flags=te.decode(r,e),e+=te.decode.bytes,n.services=te.decode(r,e),e+=te.decode.bytes,n.regexp=te.decode(r,e),e+=te.decode.bytes,n.replacement=H.decode(r,e),e+=H.decode.bytes,Lr.decode.bytes=e-t,n};Lr.decode.bytes=0;Lr.encodingLength=function(r){return te.encodingLength(r.flags)+te.encodingLength(r.services)+te.encodingLength(r.regexp)+H.encodingLength(r.replacement)+6};var Ur=q.tlsa={};Ur.encode=function(r,e,t){e||(e=W.alloc(Ur.encodingLength(r))),t||(t=0);let n=t,i=r.certificate;if(!W.isBuffer(i))throw new Error("Certificate must be a Buffer");return t+=2,e.writeUInt8(r.usage,t),t+=1,e.writeUInt8(r.selector,t),t+=1,e.writeUInt8(r.matchingType,t),t+=1,i.copy(e,t,0,i.length),t+=i.length,Ur.encode.bytes=t-n,e.writeUInt16BE(Ur.encode.bytes-2,n),e};Ur.encode.bytes=0;Ur.decode=function(r,e){e||(e=0);let t=e,n={},i=r.readUInt16BE(e);return e+=2,n.usage=r.readUInt8(e),e+=1,n.selector=r.readUInt8(e),e+=1,n.matchingType=r.readUInt8(e),e+=1,n.certificate=r.slice(e,t+i+2),e+=n.certificate.length,Ur.decode.bytes=e-t,n};Ur.decode.bytes=0;Ur.encodingLength=function(r){return 5+W.byteLength(r.certificate)};var zh=q.record=function(r){switch(r.toUpperCase()){case"A":return gn;case"PTR":return cr;case"CNAME":return yS;case"DNAME":return gS;case"TXT":return hn;case"NULL":return pn;case"AAAA":return wn;case"SRV":return yn;case"HINFO":return mn;case"CAA":return Ct;case"NS":return dn;case"SOA":return fn;case"MX":return ri;case"OPT":return Ut;case"DNSKEY":return ft;case"RRSIG":return kr;case"RP":return Rr;case"NSEC":return Tr;case"NSEC3":return Nr;case"SSHFP":return Lt;case"DS":return Cr;case"NAPTR":return Lr;case"TLSA":return Ur}return un},je=q.answer={};je.encode=function(r,e,t){e||(e=W.alloc(je.encodingLength(r))),t||(t=0);let n=t;if(H.encode(r.name,e,t),t+=H.encode.bytes,e.writeUInt16BE(En.toType(r.type),t),r.type.toUpperCase()==="OPT"){if(r.name!==".")throw new Error("OPT name must be root.");e.writeUInt16BE(r.udpPayloadSize||4096,t+2),e.writeUInt8(r.extendedRcode||0,t+4),e.writeUInt8(r.ednsVersion||0,t+5),e.writeUInt16BE(r.flags||0,t+6),t+=8,Ut.encode(r.options||[],e,t),t+=Ut.encode.bytes}else{let i=Kl.toClass(r.class===void 0?"IN":r.class);r.flush&&(i|=$h),e.writeUInt16BE(i,t+2),e.writeUInt32BE(r.ttl||0,t+4),t+=8;let o=zh(r.type);o.encode(r.data,e,t),t+=o.encode.bytes}return je.encode.bytes=t-n,e};je.encode.bytes=0;je.decode=function(r,e){e||(e=0);let t={},n=e;if(t.name=H.decode(r,e),e+=H.decode.bytes,t.type=En.toString(r.readUInt16BE(e)),t.type==="OPT")t.udpPayloadSize=r.readUInt16BE(e+2),t.extendedRcode=r.readUInt8(e+4),t.ednsVersion=r.readUInt8(e+5),t.flags=r.readUInt16BE(e+6),t.flag_do=(t.flags>>15&1)===1,t.options=Ut.decode(r,e+8),e+=8+Ut.decode.bytes;else{let i=r.readUInt16BE(e+2);t.ttl=r.readUInt32BE(e+4),t.class=Kl.toString(i&pS),t.flush=!!(i&$h);let o=zh(t.type);t.data=o.decode(r,e+8),e+=8+o.decode.bytes}return je.decode.bytes=e-n,t};je.decode.bytes=0;je.encodingLength=function(r){let e=r.data!==null&&r.data!==void 0?r.data:r.options;return H.encodingLength(r.name)+8+zh(r.type).encodingLength(e)};var lr=q.question={};lr.encode=function(r,e,t){e||(e=W.alloc(lr.encodingLength(r))),t||(t=0);let n=t;return H.encode(r.name,e,t),t+=H.encode.bytes,e.writeUInt16BE(En.toType(r.type),t),t+=2,e.writeUInt16BE(Kl.toClass(r.class===void 0?"IN":r.class),t),t+=2,lr.encode.bytes=t-n,r};lr.encode.bytes=0;lr.decode=function(r,e){e||(e=0);let t=e,n={};return n.name=H.decode(r,e),e+=H.decode.bytes,n.type=En.toString(r.readUInt16BE(e)),e+=2,n.class=Kl.toString(r.readUInt16BE(e)),e+=2,!!(n.class&Cw)&&(n.class&=mS),lr.decode.bytes=e-t,n};lr.decode.bytes=0;lr.encodingLength=function(r){return H.encodingLength(r.name)+4};q.AUTHORITATIVE_ANSWER=1024;q.TRUNCATED_RESPONSE=512;q.RECURSION_DESIRED=256;q.RECURSION_AVAILABLE=128;q.AUTHENTIC_DATA=32;q.CHECKING_DISABLED=16;q.DNSSEC_OK=32768;q.encode=function(r,e,t){let n=!e;n&&(e=W.alloc(q.encodingLength(r))),t||(t=0);let i=t;return r.questions||(r.questions=[]),r.answers||(r.answers=[]),r.authorities||(r.authorities=[]),r.additionals||(r.additionals=[]),ur.encode(r,e,t),t+=ur.encode.bytes,t=sa(r.questions,lr,e,t),t=sa(r.answers,je,e,t),t=sa(r.authorities,je,e,t),t=sa(r.additionals,je,e,t),q.encode.bytes=t-i,n&&q.encode.bytes!==e.length?e.slice(0,q.encode.bytes):e};q.encode.bytes=0;q.decode=function(r,e){e||(e=0);let t=e,n=ur.decode(r,e);return e+=ur.decode.bytes,e=zl(n.questions,lr,r,e),e=zl(n.answers,je,r,e),e=zl(n.authorities,je,r,e),e=zl(n.additionals,je,r,e),q.decode.bytes=e-t,n};q.decode.bytes=0;q.encodingLength=function(r){return ur.encodingLength(r)+Mo(r.questions||[],lr)+Mo(r.answers||[],je)+Mo(r.authorities||[],je)+Mo(r.additionals||[],je)};q.streamEncode=function(r){let e=q.encode(r),t=W.alloc(2);t.writeUInt16BE(e.byteLength);let n=W.concat([t,e]);return q.streamEncode.bytes=n.byteLength,n};q.streamEncode.bytes=0;q.streamDecode=function(r){let e=r.readUInt16BE(0);if(r.byteLength<e+2)return null;let t=q.decode(r.slice(2));return q.streamDecode.bytes=q.decode.bytes,t};q.streamDecode.bytes=0;function Mo(r,e){let t=0;for(let n=0;n<r.length;n++)t+=e.encodingLength(r[n]);return t}function sa(r,e,t,n){for(let i=0;i<r.length;i++)e.encode(r[i],t,n),n+=e.encode.bytes;return n}function zl(r,e,t,n){for(let i=0;i<r.length;i++)r[i]=e.decode(t,n),n+=e.decode.bytes;return n}});var Kw=le((ha,Wl)=>{(function(r,e){"use strict";var t={version:"3.0.0",x86:{},x64:{},inputValidation:!0};function n(f){if(!Array.isArray(f)&&!ArrayBuffer.isView(f))return!1;for(var h=0;h<f.length;h++)if(!Number.isInteger(f[h])||f[h]<0||f[h]>255)return!1;return!0}function i(f,h){return(f&65535)*h+(((f>>>16)*h&65535)<<16)}function o(f,h){return f<<h|f>>>32-h}function s(f){return f^=f>>>16,f=i(f,2246822507),f^=f>>>13,f=i(f,3266489909),f^=f>>>16,f}function a(f,h){f=[f[0]>>>16,f[0]&65535,f[1]>>>16,f[1]&65535],h=[h[0]>>>16,h[0]&65535,h[1]>>>16,h[1]&65535];var p=[0,0,0,0];return p[3]+=f[3]+h[3],p[2]+=p[3]>>>16,p[3]&=65535,p[2]+=f[2]+h[2],p[1]+=p[2]>>>16,p[2]&=65535,p[1]+=f[1]+h[1],p[0]+=p[1]>>>16,p[1]&=65535,p[0]+=f[0]+h[0],p[0]&=65535,[p[0]<<16|p[1],p[2]<<16|p[3]]}function c(f,h){f=[f[0]>>>16,f[0]&65535,f[1]>>>16,f[1]&65535],h=[h[0]>>>16,h[0]&65535,h[1]>>>16,h[1]&65535];var p=[0,0,0,0];return p[3]+=f[3]*h[3],p[2]+=p[3]>>>16,p[3]&=65535,p[2]+=f[2]*h[3],p[1]+=p[2]>>>16,p[2]&=65535,p[2]+=f[3]*h[2],p[1]+=p[2]>>>16,p[2]&=65535,p[1]+=f[1]*h[3],p[0]+=p[1]>>>16,p[1]&=65535,p[1]+=f[2]*h[2],p[0]+=p[1]>>>16,p[1]&=65535,p[1]+=f[3]*h[1],p[0]+=p[1]>>>16,p[1]&=65535,p[0]+=f[0]*h[3]+f[1]*h[2]+f[2]*h[1]+f[3]*h[0],p[0]&=65535,[p[0]<<16|p[1],p[2]<<16|p[3]]}function u(f,h){return h%=64,h===32?[f[1],f[0]]:h<32?[f[0]<<h|f[1]>>>32-h,f[1]<<h|f[0]>>>32-h]:(h-=32,[f[1]<<h|f[0]>>>32-h,f[0]<<h|f[1]>>>32-h])}function l(f,h){return h%=64,h===0?f:h<32?[f[0]<<h|f[1]>>>32-h,f[1]<<h]:[f[1]<<h-32,0]}function d(f,h){return[f[0]^h[0],f[1]^h[1]]}function m(f){return f=d(f,[0,f[0]>>>1]),f=c(f,[4283543511,3981806797]),f=d(f,[0,f[0]>>>1]),f=c(f,[3301882366,444984403]),f=d(f,[0,f[0]>>>1]),f}t.x86.hash32=function(f,h){if(t.inputValidation&&!n(f))return e;h=h||0;for(var p=f.length%4,y=f.length-p,g=h,x=0,E=3432918353,_=461845907,S=0;S<y;S=S+4)x=f[S]|f[S+1]<<8|f[S+2]<<16|f[S+3]<<24,x=i(x,E),x=o(x,15),x=i(x,_),g^=x,g=o(g,13),g=i(g,5)+3864292196;switch(x=0,p){case 3:x^=f[S+2]<<16;case 2:x^=f[S+1]<<8;case 1:x^=f[S],x=i(x,E),x=o(x,15),x=i(x,_),g^=x}return g^=f.length,g=s(g),g>>>0},t.x86.hash128=function(f,h){if(t.inputValidation&&!n(f))return e;h=h||0;for(var p=f.length%16,y=f.length-p,g=h,x=h,E=h,_=h,S=0,A=0,v=0,b=0,T=597399067,C=2869860233,N=951274213,$=2716044179,D=0;D<y;D=D+16)S=f[D]|f[D+1]<<8|f[D+2]<<16|f[D+3]<<24,A=f[D+4]|f[D+5]<<8|f[D+6]<<16|f[D+7]<<24,v=f[D+8]|f[D+9]<<8|f[D+10]<<16|f[D+11]<<24,b=f[D+12]|f[D+13]<<8|f[D+14]<<16|f[D+15]<<24,S=i(S,T),S=o(S,15),S=i(S,C),g^=S,g=o(g,19),g+=x,g=i(g,5)+1444728091,A=i(A,C),A=o(A,16),A=i(A,N),x^=A,x=o(x,17),x+=E,x=i(x,5)+197830471,v=i(v,N),v=o(v,17),v=i(v,$),E^=v,E=o(E,15),E+=_,E=i(E,5)+2530024501,b=i(b,$),b=o(b,18),b=i(b,T),_^=b,_=o(_,13),_+=g,_=i(_,5)+850148119;switch(S=0,A=0,v=0,b=0,p){case 15:b^=f[D+14]<<16;case 14:b^=f[D+13]<<8;case 13:b^=f[D+12],b=i(b,$),b=o(b,18),b=i(b,T),_^=b;case 12:v^=f[D+11]<<24;case 11:v^=f[D+10]<<16;case 10:v^=f[D+9]<<8;case 9:v^=f[D+8],v=i(v,N),v=o(v,17),v=i(v,$),E^=v;case 8:A^=f[D+7]<<24;case 7:A^=f[D+6]<<16;case 6:A^=f[D+5]<<8;case 5:A^=f[D+4],A=i(A,C),A=o(A,16),A=i(A,N),x^=A;case 4:S^=f[D+3]<<24;case 3:S^=f[D+2]<<16;case 2:S^=f[D+1]<<8;case 1:S^=f[D],S=i(S,T),S=o(S,15),S=i(S,C),g^=S}return g^=f.length,x^=f.length,E^=f.length,_^=f.length,g+=x,g+=E,g+=_,x+=g,E+=g,_+=g,g=s(g),x=s(x),E=s(E),_=s(_),g+=x,g+=E,g+=_,x+=g,E+=g,_+=g,("00000000"+(g>>>0).toString(16)).slice(-8)+("00000000"+(x>>>0).toString(16)).slice(-8)+("00000000"+(E>>>0).toString(16)).slice(-8)+("00000000"+(_>>>0).toString(16)).slice(-8)},t.x64.hash128=function(f,h){if(t.inputValidation&&!n(f))return e;h=h||0;for(var p=f.length%16,y=f.length-p,g=[0,h],x=[0,h],E=[0,0],_=[0,0],S=[2277735313,289559509],A=[1291169091,658871167],v=0;v<y;v=v+16)E=[f[v+4]|f[v+5]<<8|f[v+6]<<16|f[v+7]<<24,f[v]|f[v+1]<<8|f[v+2]<<16|f[v+3]<<24],_=[f[v+12]|f[v+13]<<8|f[v+14]<<16|f[v+15]<<24,f[v+8]|f[v+9]<<8|f[v+10]<<16|f[v+11]<<24],E=c(E,S),E=u(E,31),E=c(E,A),g=d(g,E),g=u(g,27),g=a(g,x),g=a(c(g,[0,5]),[0,1390208809]),_=c(_,A),_=u(_,33),_=c(_,S),x=d(x,_),x=u(x,31),x=a(x,g),x=a(c(x,[0,5]),[0,944331445]);switch(E=[0,0],_=[0,0],p){case 15:_=d(_,l([0,f[v+14]],48));case 14:_=d(_,l([0,f[v+13]],40));case 13:_=d(_,l([0,f[v+12]],32));case 12:_=d(_,l([0,f[v+11]],24));case 11:_=d(_,l([0,f[v+10]],16));case 10:_=d(_,l([0,f[v+9]],8));case 9:_=d(_,[0,f[v+8]]),_=c(_,A),_=u(_,33),_=c(_,S),x=d(x,_);case 8:E=d(E,l([0,f[v+7]],56));case 7:E=d(E,l([0,f[v+6]],48));case 6:E=d(E,l([0,f[v+5]],40));case 5:E=d(E,l([0,f[v+4]],32));case 4:E=d(E,l([0,f[v+3]],24));case 3:E=d(E,l([0,f[v+2]],16));case 2:E=d(E,l([0,f[v+1]],8));case 1:E=d(E,[0,f[v]]),E=c(E,S),E=u(E,31),E=c(E,A),g=d(g,E)}return g=d(g,[0,f.length]),x=d(x,[0,f.length]),g=a(g,x),x=a(x,g),g=m(g),x=m(x),g=a(g,x),x=a(x,g),("00000000"+(g[0]>>>0).toString(16)).slice(-8)+("00000000"+(g[1]>>>0).toString(16)).slice(-8)+("00000000"+(x[0]>>>0).toString(16)).slice(-8)+("00000000"+(x[1]>>>0).toString(16)).slice(-8)},typeof ha<"u"?(typeof Wl<"u"&&Wl.exports&&(ha=Wl.exports=t),ha.murmurHash3=t):typeof define=="function"&&define.amd?define([],function(){return t}):(t._murmurHash3=r.murmurHash3,t.noConflict=function(){return r.murmurHash3=t._murmurHash3,t._murmurHash3=e,t.noConflict=e,t},r.murmurHash3=t)})(ha)});var qw=le((X9,Gw)=>{Gw.exports=Kw()});var jl=le((nV,Yw)=>{"use strict";Yw.exports=class{constructor(){this._bitArrays=[],this._data=[],this._length=0,this._changedLength=!1,this._changedData=!1}set(e,t){let n=this._internalPositionFor(e,!1);if(t===void 0)n!==-1&&(this._unsetInternalPos(n),this._unsetBit(e),this._changedLength=!0,this._changedData=!0);else{let i=!1;n===-1?(n=this._data.length,this._setBit(e),this._changedData=!0):i=!0,this._setInternalPos(n,e,t,i),this._changedLength=!0}}unset(e){this.set(e,void 0)}get(e){this._sortData();let t=this._internalPositionFor(e,!0);if(t!==-1)return this._data[t][1]}push(e){return this.set(this.length,e),this.length}get length(){if(this._sortData(),this._changedLength){let e=this._data[this._data.length-1];this._length=e?e[0]+1:0,this._changedLength=!1}return this._length}forEach(e){let t=0;for(;t<this.length;)e(this.get(t),t,this),t++}map(e){let t=0,n=new Array(this.length);for(;t<this.length;)n[t]=e(this.get(t),t,this),t++;return n}reduce(e,t){let n=0,i=t;for(;n<this.length;){let o=this.get(n);i=e(i,o,n),n++}return i}find(e){let t=0,n,i;for(;t<this.length&&!n;)i=this.get(t),n=e(i),t++;return n?i:void 0}_internalPositionFor(e,t){let n=this._bytePosFor(e,t);if(n>=this._bitArrays.length)return-1;let i=this._bitArrays[n],o=e-n*7;if(!((i&1<<o)>0))return-1;let a=this._bitArrays.slice(0,n).reduce(LS,0),c=~(4294967295<<o+1),u=Ww(i&c);return a+u-1}_bytePosFor(e,t){let n=Math.floor(e/7),i=n+1;for(;!t&&this._bitArrays.length<i;)this._bitArrays.push(0);return n}_setBit(e){let t=this._bytePosFor(e,!1);this._bitArrays[t]|=1<<e-t*7}_unsetBit(e){let t=this._bytePosFor(e,!1);this._bitArrays[t]&=~(1<<e-t*7)}_setInternalPos(e,t,n,i){let o=this._data,s=[t,n];if(i)this._sortData(),o[e]=s;else{if(o.length)if(o[o.length-1][0]>=t)o.push(s);else if(o[0][0]<=t)o.unshift(s);else{let a=Math.round(o.length/2);this._data=o.slice(0,a).concat(s).concat(o.slice(a))}else this._data.push(s);this._changedData=!0,this._changedLength=!0}}_unsetInternalPos(e){this._data.splice(e,1)}_sortData(){this._changedData&&this._data.sort(US),this._changedData=!1}bitField(){let e=[],t=8,n=0,i=0,o,s=this._bitArrays.slice();for(;s.length||n;){n===0&&(o=s.shift(),n=7);let c=Math.min(n,t),u=~(255<<c),l=o&u;i|=l<<8-t,o=o>>>c,n-=c,t-=c,(!t||!n&&!s.length)&&(e.push(i),i=0,t=8)}for(var a=e.length-1;a>0&&e[a]===0;a--)e.pop();return e}compactArray(){return this._sortData(),this._data.map(DS)}};function LS(r,e){return r+Ww(e)}function Ww(r){let e=r;return e=e-(e>>1&1431655765),e=(e&858993459)+(e>>2&858993459),(e+(e>>4)&252645135)*16843009>>24}function US(r,e){return r[0]-e[0]}function DS(r){return r[1]}});var l2=le((FV,c2)=>{var Zh=class{constructor(e,t=12,n=8*1024,i=32*1024,o=64,s){this.bits=t,this.min=n,this.max=i,this.asModule=e,this.rabin=new e.Rabin(t,n,i,o,s),this.polynomial=s}fingerprint(e){let{__retain:t,__release:n,__allocArray:i,__getInt32Array:o,Int32Array_ID:s,Uint8Array_ID:a}=this.asModule,c=new Int32Array(Math.ceil(e.length/this.min)),u=t(i(s,c)),l=t(i(a,e)),d=this.rabin.fingerprint(l,u),m=o(d);n(l),n(u);let f=m.indexOf(0);return f>=0?m.subarray(0,f):m}};c2.exports=Zh});var m2=le(ya=>{"use strict";var YS=typeof BigUint64Array<"u",pa=Symbol(),ma=1024;function u2(r,e){let t=new Uint32Array(r),n=new Uint16Array(r);var i=t[e+-4>>>2]>>>1,o=e>>>1;if(i<=ma)return String.fromCharCode.apply(String,n.subarray(o,o+i));let s=[];do{let a=n[o+ma-1],c=a>=55296&&a<56320?ma-1:ma;s.push(String.fromCharCode.apply(String,n.subarray(o,o+=c))),i-=c}while(i>ma);return s.join("")+String.fromCharCode.apply(String,n.subarray(o,o+i))}function Jh(r){let e={};function t(i,o){return i?u2(i.buffer,o):"<yet unknown>"}let n=r.env=r.env||{};return n.abort=n.abort||function(o,s,a,c){let u=e.memory||n.memory;throw Error("abort: "+t(u,o)+" at "+t(u,s)+":"+a+":"+c)},n.trace=n.trace||function(o,s){let a=e.memory||n.memory;console.log("trace: "+t(a,o)+(s?" ":"")+Array.prototype.slice.call(arguments,2,2+s).join(", "))},r.Math=r.Math||Math,r.Date=r.Date||Date,e}function Qh(r,e){let t=e.exports,n=t.memory,i=t.table,o=t.__alloc,s=t.__retain,a=t.__rtti_base||-1;function c(A){let v=new Uint32Array(n.buffer),b=v[a>>>2];if((A>>>=0)>=b)throw Error("invalid id: "+A);return v[(a+4>>>2)+A*2]}function u(A){let v=new Uint32Array(n.buffer),b=v[a>>>2];if((A>>>=0)>=b)throw Error("invalid id: "+A);return v[(a+4>>>2)+A*2+1]}function l(A){return 31-Math.clz32(A>>>5&31)}function d(A){return 31-Math.clz32(A>>>14&31)}function m(A){let v=A.length,b=o(v<<1,1),T=new Uint16Array(n.buffer);for(var C=0,N=b>>>1;C<v;++C)T[N+C]=A.charCodeAt(C);return b}r.__allocString=m;function f(A){let v=n.buffer;if(new Uint32Array(v)[A+-8>>>2]!==1)throw Error("not a string: "+A);return u2(v,A)}r.__getString=f;function h(A,v,b){let T=n.buffer;if(b)switch(A){case 2:return new Float32Array(T);case 3:return new Float64Array(T)}else switch(A){case 0:return new(v?Int8Array:Uint8Array)(T);case 1:return new(v?Int16Array:Uint16Array)(T);case 2:return new(v?Int32Array:Uint32Array)(T);case 3:return new(v?BigInt64Array:BigUint64Array)(T)}throw Error("unsupported align: "+A)}function p(A,v){let b=c(A);if(!(b&3))throw Error("not an array: "+A+" @ "+b);let T=l(b),C=v.length,N=o(C<<T,0),$=o(b&2?16:12,A),D=new Uint32Array(n.buffer);D[$+0>>>2]=s(N),D[$+4>>>2]=N,D[$+8>>>2]=C<<T,b&2&&(D[$+12>>>2]=C);let ne=h(T,b&1024,b&2048);if(b&8192)for(let B=0;B<C;++B)ne[(N>>>T)+B]=s(v[B]);else ne.set(v,N>>>T);return $}r.__allocArray=p;function y(A){let v=new Uint32Array(n.buffer),b=v[A+-8>>>2],T=c(b);if(!(T&1))throw Error("not an array: "+b);let C=l(T);var N=v[A+4>>>2];let $=T&2?v[A+12>>>2]:v[N+-4>>>2]>>>C;return h(C,T&1024,T&2048).subarray(N>>>=C,N+$)}r.__getArrayView=y;function g(A){let v=y(A),b=v.length,T=new Array(b);for(let C=0;C<b;C++)T[C]=v[C];return T}r.__getArray=g;function x(A){let v=n.buffer,b=new Uint32Array(v)[A+-4>>>2];return v.slice(A,A+b)}r.__getArrayBuffer=x;function E(A,v,b){return new A(_(A,v,b))}function _(A,v,b){let T=n.buffer,C=new Uint32Array(T),N=C[b+4>>>2];return new A(T,N,C[N+-4>>>2]>>>v)}r.__getInt8Array=E.bind(null,Int8Array,0),r.__getInt8ArrayView=_.bind(null,Int8Array,0),r.__getUint8Array=E.bind(null,Uint8Array,0),r.__getUint8ArrayView=_.bind(null,Uint8Array,0),r.__getUint8ClampedArray=E.bind(null,Uint8ClampedArray,0),r.__getUint8ClampedArrayView=_.bind(null,Uint8ClampedArray,0),r.__getInt16Array=E.bind(null,Int16Array,1),r.__getInt16ArrayView=_.bind(null,Int16Array,1),r.__getUint16Array=E.bind(null,Uint16Array,1),r.__getUint16ArrayView=_.bind(null,Uint16Array,1),r.__getInt32Array=E.bind(null,Int32Array,2),r.__getInt32ArrayView=_.bind(null,Int32Array,2),r.__getUint32Array=E.bind(null,Uint32Array,2),r.__getUint32ArrayView=_.bind(null,Uint32Array,2),YS&&(r.__getInt64Array=E.bind(null,BigInt64Array,3),r.__getInt64ArrayView=_.bind(null,BigInt64Array,3),r.__getUint64Array=E.bind(null,BigUint64Array,3),r.__getUint64ArrayView=_.bind(null,BigUint64Array,3)),r.__getFloat32Array=E.bind(null,Float32Array,2),r.__getFloat32ArrayView=_.bind(null,Float32Array,2),r.__getFloat64Array=E.bind(null,Float64Array,3),r.__getFloat64ArrayView=_.bind(null,Float64Array,3);function S(A,v){let b=new Uint32Array(n.buffer);var T=b[A+-8>>>2];if(T<=b[a>>>2])do if(T==v)return!0;while(T=u(T));return!1}return r.__instanceof=S,r.memory=r.memory||n,r.table=r.table||i,p2(t,r)}function d2(r){return typeof Response<"u"&&r instanceof Response}async function f2(r,e){return d2(r=await r)?h2(r,e):Qh(Jh(e||(e={})),await WebAssembly.instantiate(r instanceof WebAssembly.Module?r:await WebAssembly.compile(r),e))}ya.instantiate=f2;function jS(r,e){return Qh(Jh(e||(e={})),new WebAssembly.Instance(r instanceof WebAssembly.Module?r:new WebAssembly.Module(r),e))}ya.instantiateSync=jS;async function h2(r,e){return WebAssembly.instantiateStreaming?Qh(Jh(e||(e={})),(await WebAssembly.instantiateStreaming(r,e)).instance):f2(d2(r=await r)?r.arrayBuffer():r,e)}ya.instantiateStreaming=h2;function p2(r,e){var t=e?Object.create(e):{},n=r.__argumentsLength?function(i){r.__argumentsLength.value=i}:r.__setArgumentsLength||r.__setargc||function(){};for(let i in r){if(!Object.prototype.hasOwnProperty.call(r,i))continue;let o=r[i],s=i.split("."),a=t;for(;s.length>1;){let l=s.shift();Object.prototype.hasOwnProperty.call(a,l)||(a[l]={}),a=a[l]}let c=s[0],u=c.indexOf("#");if(u>=0){let l=c.substring(0,u),d=a[l];if(typeof d>"u"||!d.prototype){let m=function(...f){return m.wrap(m.prototype.constructor(0,...f))};m.prototype={valueOf:function(){return this[pa]}},m.wrap=function(f){return Object.create(m.prototype,{[pa]:{value:f,writable:!1}})},d&&Object.getOwnPropertyNames(d).forEach(f=>Object.defineProperty(m,f,Object.getOwnPropertyDescriptor(d,f))),a[l]=m}if(c=c.substring(u+1),a=a[l].prototype,/^(get|set):/.test(c)){if(!Object.prototype.hasOwnProperty.call(a,c=c.substring(4))){let m=r[i.replace("set:","get:")],f=r[i.replace("get:","set:")];Object.defineProperty(a,c,{get:function(){return m(this[pa])},set:function(h){f(this[pa],h)},enumerable:!0})}}else c==="constructor"?(a[c]=(...m)=>(n(m.length),o(...m))).original=o:(a[c]=function(...m){return n(m.length),o(this[pa],...m)}).original=o}else/^(get|set):/.test(c)?Object.prototype.hasOwnProperty.call(a,c=c.substring(4))||Object.defineProperty(a,c,{get:r[i.replace("set:","get:")],set:r[i.replace("get:","set:")],enumerable:!0}):typeof o=="function"&&o!==n?(a[c]=(...l)=>(n(l.length),o(...l))).original=o:a[c]=o}return t}ya.demangle=p2});var g2=le((MV,y2)=>{var{instantiate:XS}=m2();ep.supported=typeof WebAssembly<"u";function ep(r={}){if(!ep.supported)return null;var e=new Uint8Array([0,97,115,109,1,0,0,0,1,78,14,96,2,127,126,0,96,1,127,1,126,96,2,127,127,0,96,1,127,1,127,96,1,127,0,96,2,127,127,1,127,96,3,127,127,127,1,127,96,0,0,96,3,127,127,127,0,96,0,1,127,96,4,127,127,127,127,0,96,5,127,127,127,127,127,1,127,96,1,126,1,127,96,2,126,126,1,126,2,13,1,3,101,110,118,5,97,98,111,114,116,0,10,3,54,53,2,2,8,9,3,5,2,8,6,5,3,4,2,6,9,12,13,2,5,11,3,2,3,2,3,2,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,6,7,7,4,4,5,3,1,0,1,6,47,9,127,1,65,0,11,127,1,65,0,11,127,0,65,3,11,127,0,65,4,11,127,1,65,0,11,127,1,65,0,11,127,1,65,0,11,127,0,65,240,2,11,127,0,65,6,11,7,240,5,41,6,109,101,109,111,114,121,2,0,7,95,95,97,108,108,111,99,0,10,8,95,95,114,101,116,97,105,110,0,11,9,95,95,114,101,108,101,97,115,101,0,12,9,95,95,99,111,108,108,101,99,116,0,51,11,95,95,114,116,116,105,95,98,97,115,101,3,7,13,73,110,116,51,50,65,114,114,97,121,95,73,68,3,2,13,85,105,110,116,56,65,114,114,97,121,95,73,68,3,3,6,100,101,103,114,101,101,0,16,3,109,111,100,0,17,5,82,97,98,105,110,3,8,16,82,97,98,105,110,35,103,101,116,58,119,105,110,100,111,119,0,21,16,82,97,98,105,110,35,115,101,116,58,119,105,110,100,111,119,0,22,21,82,97,98,105,110,35,103,101,116,58,119,105,110,100,111,119,95,115,105,122,101,0,23,21,82,97,98,105,110,35,115,101,116,58,119,105,110,100,111,119,95,115,105,122,101,0,24,14,82,97,98,105,110,35,103,101,116,58,119,112,111,115,0,25,14,82,97,98,105,110,35,115,101,116,58,119,112,111,115,0,26,15,82,97,98,105,110,35,103,101,116,58,99,111,117,110,116,0,27,15,82,97,98,105,110,35,115,101,116,58,99,111,117,110,116,0,28,13,82,97,98,105,110,35,103,101,116,58,112,111,115,0,29,13,82,97,98,105,110,35,115,101,116,58,112,111,115,0,30,15,82,97,98,105,110,35,103,101,116,58,115,116,97,114,116,0,31,15,82,97,98,105,110,35,115,101,116,58,115,116,97,114,116,0,32,16,82,97,98,105,110,35,103,101,116,58,100,105,103,101,115,116,0,33,16,82,97,98,105,110,35,115,101,116,58,100,105,103,101,115,116,0,34,21,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,115,116,97,114,116,0,35,21,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,115,116,97,114,116,0,36,22,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,108,101,110,103,116,104,0,37,22,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,108,101,110,103,116,104,0,38,31,82,97,98,105,110,35,103,101,116,58,99,104,117,110,107,95,99,117,116,95,102,105,110,103,101,114,112,114,105,110,116,0,39,31,82,97,98,105,110,35,115,101,116,58,99,104,117,110,107,95,99,117,116,95,102,105,110,103,101,114,112,114,105,110,116,0,40,20,82,97,98,105,110,35,103,101,116,58,112,111,108,121,110,111,109,105,97,108,0,41,20,82,97,98,105,110,35,115,101,116,58,112,111,108,121,110,111,109,105,97,108,0,42,17,82,97,98,105,110,35,103,101,116,58,109,105,110,115,105,122,101,0,43,17,82,97,98,105,110,35,115,101,116,58,109,105,110,115,105,122,101,0,44,17,82,97,98,105,110,35,103,101,116,58,109,97,120,115,105,122,101,0,45,17,82,97,98,105,110,35,115,101,116,58,109,97,120,115,105,122,101,0,46,14,82,97,98,105,110,35,103,101,116,58,109,97,115,107,0,47,14,82,97,98,105,110,35,115,101,116,58,109,97,115,107,0,48,17,82,97,98,105,110,35,99,111,110,115,116,114,117,99,116,111,114,0,20,17,82,97,98,105,110,35,102,105,110,103,101,114,112,114,105,110,116,0,49,8,1,50,10,165,31,53,199,1,1,4,127,32,1,40,2,0,65,124,113,34,2,65,128,2,73,4,127,32,2,65,4,118,33,4,65,0,5,32,2,65,31,32,2,103,107,34,3,65,4,107,118,65,16,115,33,4,32,3,65,7,107,11,33,3,32,1,40,2,20,33,2,32,1,40,2,16,34,5,4,64,32,5,32,2,54,2,20,11,32,2,4,64,32,2,32,5,54,2,16,11,32,1,32,0,32,4,32,3,65,4,116,106,65,2,116,106,40,2,96,70,4,64,32,0,32,4,32,3,65,4,116,106,65,2,116,106,32,2,54,2,96,32,2,69,4,64,32,0,32,3,65,2,116,106,32,0,32,3,65,2,116,106,40,2,4,65,1,32,4,116,65,127,115,113,34,1,54,2,4,32,1,69,4,64,32,0,32,0,40,2,0,65,1,32,3,116,65,127,115,113,54,2,0,11,11,11,11,226,2,1,6,127,32,1,40,2,0,33,3,32,1,65,16,106,32,1,40,2,0,65,124,113,106,34,4,40,2,0,34,5,65,1,113,4,64,32,3,65,124,113,65,16,106,32,5,65,124,113,106,34,2,65,240,255,255,255,3,73,4,64,32,0,32,4,16,1,32,1,32,2,32,3,65,3,113,114,34,3,54,2,0,32,1,65,16,106,32,1,40,2,0,65,124,113,106,34,4,40,2,0,33,5,11,11,32,3,65,2,113,4,64,32,1,65,4,107,40,2,0,34,2,40,2,0,34,6,65,124,113,65,16,106,32,3,65,124,113,106,34,7,65,240,255,255,255,3,73,4,64,32,0,32,2,16,1,32,2,32,7,32,6,65,3,113,114,34,3,54,2,0,32,2,33,1,11,11,32,4,32,5,65,2,114,54,2,0,32,4,65,4,107,32,1,54,2,0,32,0,32,3,65,124,113,34,2,65,128,2,73,4,127,32,2,65,4,118,33,4,65,0,5,32,2,65,31,32,2,103,107,34,2,65,4,107,118,65,16,115,33,4,32,2,65,7,107,11,34,3,65,4,116,32,4,106,65,2,116,106,40,2,96,33,2,32,1,65,0,54,2,16,32,1,32,2,54,2,20,32,2,4,64,32,2,32,1,54,2,16,11,32,0,32,4,32,3,65,4,116,106,65,2,116,106,32,1,54,2,96,32,0,32,0,40,2,0,65,1,32,3,116,114,54,2,0,32,0,32,3,65,2,116,106,32,0,32,3,65,2,116,106,40,2,4,65,1,32,4,116,114,54,2,4,11,119,1,1,127,32,2,2,127,32,0,40,2,160,12,34,2,4,64,32,2,32,1,65,16,107,70,4,64,32,2,40,2,0,33,3,32,1,65,16,107,33,1,11,11,32,1,11,107,34,2,65,48,73,4,64,15,11,32,1,32,3,65,2,113,32,2,65,32,107,65,1,114,114,54,2,0,32,1,65,0,54,2,16,32,1,65,0,54,2,20,32,1,32,2,106,65,16,107,34,2,65,2,54,2,0,32,0,32,2,54,2,160,12,32,0,32,1,16,2,11,155,1,1,3,127,35,0,34,0,69,4,64,65,1,63,0,34,0,74,4,127,65,1,32,0,107,64,0,65,0,72,5,65,0,11,4,64,0,11,65,176,3,34,0,65,0,54,2,0,65,208,15,65,0,54,2,0,3,64,32,1,65,23,73,4,64,32,1,65,2,116,65,176,3,106,65,0,54,2,4,65,0,33,2,3,64,32,2,65,16,73,4,64,32,1,65,4,116,32,2,106,65,2,116,65,176,3,106,65,0,54,2,96,32,2,65,1,106,33,2,12,1,11,11,32,1,65,1,106,33,1,12,1,11,11,65,176,3,65,224,15,63,0,65,16,116,16,3,65,176,3,36,0,11,32,0,11,45,0,32,0,65,240,255,255,255,3,79,4,64,65,32,65,224,0,65,201,3,65,29,16,0,0,11,32,0,65,15,106,65,112,113,34,0,65,16,32,0,65,16,75,27,11,169,1,1,1,127,32,0,32,1,65,128,2,73,4,127,32,1,65,4,118,33,1,65,0,5,32,1,65,248,255,255,255,1,73,4,64,32,1,65,1,65,27,32,1,103,107,116,106,65,1,107,33,1,11,32,1,65,31,32,1,103,107,34,2,65,4,107,118,65,16,115,33,1,32,2,65,7,107,11,34,2,65,2,116,106,40,2,4,65,127,32,1,116,113,34,1,4,127,32,0,32,1,104,32,2,65,4,116,106,65,2,116,106,40,2,96,5,32,0,40,2,0,65,127,32,2,65,1,106,116,113,34,1,4,127,32,0,32,0,32,1,104,34,0,65,2,116,106,40,2,4,104,32,0,65,4,116,106,65,2,116,106,40,2,96,5,65,0,11,11,11,111,1,1,127,63,0,34,2,32,1,65,248,255,255,255,1,73,4,127,32,1,65,1,65,27,32,1,103,107,116,65,1,107,106,5,32,1,11,65,16,32,0,40,2,160,12,32,2,65,16,116,65,16,107,71,116,106,65,255,255,3,106,65,128,128,124,113,65,16,118,34,1,32,2,32,1,74,27,64,0,65,0,72,4,64,32,1,64,0,65,0,72,4,64,0,11,11,32,0,32,2,65,16,116,63,0,65,16,116,16,3,11,113,1,2,127,32,1,40,2,0,34,3,65,124,113,32,2,107,34,4,65,32,79,4,64,32,1,32,2,32,3,65,2,113,114,54,2,0,32,2,32,1,65,16,106,106,34,1,32,4,65,16,107,65,1,114,54,2,0,32,0,32,1,16,2,5,32,1,32,3,65,126,113,54,2,0,32,1,65,16,106,32,1,40,2,0,65,124,113,106,32,1,65,16,106,32,1,40,2,0,65,124,113,106,40,2,0,65,125,113,54,2,0,11,11,91,1,2,127,32,0,32,1,16,5,34,4,16,6,34,3,69,4,64,65,1,36,1,65,0,36,1,32,0,32,4,16,6,34,3,69,4,64,32,0,32,4,16,7,32,0,32,4,16,6,33,3,11,11,32,3,65,0,54,2,4,32,3,32,2,54,2,8,32,3,32,1,54,2,12,32,0,32,3,16,1,32,0,32,3,32,4,16,8,32,3,11,13,0,16,4,32,0,32,1,16,9,65,16,106,11,33,1,1,127,32,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,11,18,0,32,0,65,172,3,75,4,64,32,0,65,16,107,16,52,11,11,140,3,1,1,127,2,64,32,1,69,13,0,32,0,65,0,58,0,0,32,0,32,1,106,65,1,107,65,0,58,0,0,32,1,65,2,77,13,0,32,0,65,1,106,65,0,58,0,0,32,0,65,2,106,65,0,58,0,0,32,0,32,1,106,34,2,65,2,107,65,0,58,0,0,32,2,65,3,107,65,0,58,0,0,32,1,65,6,77,13,0,32,0,65,3,106,65,0,58,0,0,32,0,32,1,106,65,4,107,65,0,58,0,0,32,1,65,8,77,13,0,32,1,65,0,32,0,107,65,3,113,34,1,107,33,2,32,0,32,1,106,34,0,65,0,54,2,0,32,0,32,2,65,124,113,34,1,106,65,4,107,65,0,54,2,0,32,1,65,8,77,13,0,32,0,65,4,106,65,0,54,2,0,32,0,65,8,106,65,0,54,2,0,32,0,32,1,106,34,2,65,12,107,65,0,54,2,0,32,2,65,8,107,65,0,54,2,0,32,1,65,24,77,13,0,32,0,65,12,106,65,0,54,2,0,32,0,65,16,106,65,0,54,2,0,32,0,65,20,106,65,0,54,2,0,32,0,65,24,106,65,0,54,2,0,32,0,32,1,106,34,2,65,28,107,65,0,54,2,0,32,2,65,24,107,65,0,54,2,0,32,2,65,20,107,65,0,54,2,0,32,2,65,16,107,65,0,54,2,0,32,0,32,0,65,4,113,65,24,106,34,2,106,33,0,32,1,32,2,107,33,1,3,64,32,1,65,32,79,4,64,32,0,66,0,55,3,0,32,0,65,8,106,66,0,55,3,0,32,0,65,16,106,66,0,55,3,0,32,0,65,24,106,66,0,55,3,0,32,1,65,32,107,33,1,32,0,65,32,106,33,0,12,1,11,11,11,11,178,1,1,3,127,32,1,65,240,255,255,255,3,32,2,118,75,4,64,65,144,1,65,192,1,65,23,65,56,16,0,0,11,32,1,32,2,116,34,3,65,0,16,10,34,2,32,3,16,13,32,0,69,4,64,65,12,65,2,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,11,32,0,65,0,54,2,0,32,0,65,0,54,2,4,32,0,65,0,54,2,8,32,2,34,1,32,0,40,2,0,34,4,71,4,64,32,1,65,172,3,75,4,64,32,1,65,16,107,34,5,32,5,40,2,4,65,1,106,54,2,4,11,32,4,16,12,11,32,0,32,1,54,2,0,32,0,32,2,54,2,4,32,0,32,3,54,2,8,32,0,11,46,1,2,127,65,12,65,5,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,65,128,2,65,3,16,14,11,9,0,65,63,32,0,121,167,107,11,49,1,2,127,65,63,32,1,121,167,107,33,2,3,64,65,63,32,0,121,167,107,32,2,107,34,3,65,0,78,4,64,32,0,32,1,32,3,172,134,133,33,0,12,1,11,11,32,0,11,40,0,32,1,32,0,40,2,8,79,4,64,65,128,2,65,192,2,65,163,1,65,44,16,0,0,11,32,1,32,0,40,2,4,106,65,0,58,0,0,11,38,0,32,1,32,0,40,2,8,79,4,64,65,128,2,65,192,2,65,152,1,65,44,16,0,0,11,32,1,32,0,40,2,4,106,45,0,0,11,254,5,2,1,127,4,126,32,0,69,4,64,65,232,0,65,6,16,10,34,0,65,172,3,75,4,64,32,0,65,16,107,34,5,32,5,40,2,4,65,1,106,54,2,4,11,11,32,0,65,0,54,2,0,32,0,65,0,54,2,4,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,24,32,0,66,0,55,3,32,32,0,66,0,55,3,40,32,0,66,0,55,3,48,32,0,66,0,55,3,56,32,0,66,0,55,3,64,32,0,66,0,55,3,72,32,0,66,0,55,3,80,32,0,66,0,55,3,88,32,0,66,0,55,3,96,32,0,32,2,173,55,3,80,32,0,32,3,173,55,3,88,65,12,65,4,16,10,34,2,65,172,3,75,4,64,32,2,65,16,107,34,3,32,3,40,2,4,65,1,106,54,2,4,11,32,2,32,4,65,0,16,14,33,2,32,0,40,2,0,16,12,32,0,32,2,54,2,0,32,0,32,4,54,2,4,32,0,66,1,32,1,173,134,66,1,125,55,3,96,32,0,66,243,130,183,218,216,230,232,30,55,3,72,35,4,69,4,64,65,0,33,2,3,64,32,2,65,128,2,72,4,64,32,2,65,255,1,113,173,33,6,32,0,41,3,72,34,7,33,8,65,63,32,7,121,167,107,33,1,3,64,65,63,32,6,121,167,107,32,1,107,34,3,65,0,78,4,64,32,6,32,8,32,3,172,134,133,33,6,12,1,11,11,65,0,33,4,3,64,32,4,32,0,40,2,4,65,1,107,72,4,64,32,6,66,8,134,33,6,32,0,41,3,72,34,7,33,8,65,63,32,7,121,167,107,33,1,3,64,65,63,32,6,121,167,107,32,1,107,34,3,65,0,78,4,64,32,6,32,8,32,3,172,134,133,33,6,12,1,11,11,32,4,65,1,106,33,4,12,1,11,11,35,6,40,2,4,32,2,65,3,116,106,32,6,55,3,0,32,2,65,1,106,33,2,12,1,11,11,65,63,32,0,41,3,72,121,167,107,172,33,7,65,0,33,2,3,64,32,2,65,128,2,72,4,64,35,5,33,1,32,2,172,32,7,134,34,8,33,6,65,63,32,0,41,3,72,34,9,121,167,107,33,3,3,64,65,63,32,6,121,167,107,32,3,107,34,4,65,0,78,4,64,32,6,32,9,32,4,172,134,133,33,6,12,1,11,11,32,1,40,2,4,32,2,65,3,116,106,32,6,32,8,132,55,3,0,32,2,65,1,106,33,2,12,1,11,11,65,1,36,4,11,32,0,66,0,55,3,24,32,0,66,0,55,3,32,65,0,33,2,3,64,32,2,32,0,40,2,4,72,4,64,32,0,40,2,0,32,2,16,18,32,2,65,1,106,33,2,12,1,11,11,32,0,66,0,55,3,40,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,40,32,0,40,2,0,32,0,40,2,8,16,19,33,1,32,0,40,2,8,32,0,40,2,0,40,2,4,106,65,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,1,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,6,66,45,136,167,65,3,116,106,41,3,0,32,6,66,8,134,66,1,132,133,55,3,40,32,0,11,38,1,1,127,32,0,40,2,0,34,0,65,172,3,75,4,64,32,0,65,16,107,34,1,32,1,40,2,4,65,1,106,54,2,4,11,32,0,11,55,1,2,127,32,1,32,0,40,2,0,34,2,71,4,64,32,1,65,172,3,75,4,64,32,1,65,16,107,34,3,32,3,40,2,4,65,1,106,54,2,4,11,32,2,16,12,11,32,0,32,1,54,2,0,11,7,0,32,0,40,2,4,11,9,0,32,0,32,1,54,2,4,11,7,0,32,0,40,2,8,11,9,0,32,0,32,1,54,2,8,11,7,0,32,0,41,3,16,11,9,0,32,0,32,1,55,3,16,11,7,0,32,0,41,3,24,11,9,0,32,0,32,1,55,3,24,11,7,0,32,0,41,3,32,11,9,0,32,0,32,1,55,3,32,11,7,0,32,0,41,3,40,11,9,0,32,0,32,1,55,3,40,11,7,0,32,0,41,3,48,11,9,0,32,0,32,1,55,3,48,11,7,0,32,0,41,3,56,11,9,0,32,0,32,1,55,3,56,11,7,0,32,0,41,3,64,11,9,0,32,0,32,1,55,3,64,11,7,0,32,0,41,3,72,11,9,0,32,0,32,1,55,3,72,11,7,0,32,0,41,3,80,11,9,0,32,0,32,1,55,3,80,11,7,0,32,0,41,3,88,11,9,0,32,0,32,1,55,3,88,11,7,0,32,0,41,3,96,11,9,0,32,0,32,1,55,3,96,11,172,4,2,5,127,1,126,32,2,65,172,3,75,4,64,32,2,65,16,107,34,4,32,4,40,2,4,65,1,106,54,2,4,11,32,2,33,4,65,0,33,2,32,1,40,2,8,33,5,32,1,40,2,4,33,6,3,64,2,127,65,0,33,3,3,64,32,3,32,5,72,4,64,32,3,32,6,106,45,0,0,33,1,32,0,40,2,0,32,0,40,2,8,16,19,33,7,32,0,40,2,8,32,0,40,2,0,40,2,4,106,32,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,7,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,8,66,45,136,167,65,3,116,106,41,3,0,32,1,173,32,8,66,8,134,132,133,55,3,40,32,0,32,0,41,3,16,66,1,124,55,3,16,32,0,32,0,41,3,24,66,1,124,55,3,24,32,0,41,3,16,32,0,41,3,80,90,4,127,32,0,41,3,40,32,0,41,3,96,131,80,5,65,0,11,4,127,65,1,5,32,0,41,3,16,32,0,41,3,88,90,11,4,64,32,0,32,0,41,3,32,55,3,48,32,0,32,0,41,3,16,55,3,56,32,0,32,0,41,3,40,55,3,64,65,0,33,1,3,64,32,1,32,0,40,2,4,72,4,64,32,0,40,2,0,32,1,16,18,32,1,65,1,106,33,1,12,1,11,11,32,0,66,0,55,3,40,32,0,65,0,54,2,8,32,0,66,0,55,3,16,32,0,66,0,55,3,40,32,0,40,2,0,32,0,40,2,8,16,19,33,1,32,0,40,2,8,32,0,40,2,0,40,2,4,106,65,1,58,0,0,32,0,32,0,41,3,40,35,6,40,2,4,32,1,65,3,116,106,41,3,0,133,55,3,40,32,0,32,0,40,2,8,65,1,106,32,0,40,2,4,111,54,2,8,32,0,35,5,40,2,4,32,0,41,3,40,34,8,66,45,136,167,65,3,116,106,41,3,0,32,8,66,8,134,66,1,132,133,55,3,40,32,3,65,1,106,12,3,11,32,3,65,1,106,33,3,12,1,11,11,65,127,11,34,1,65,0,78,4,64,32,5,32,1,107,33,5,32,1,32,6,106,33,6,32,2,34,1,65,1,106,33,2,32,4,40,2,4,32,1,65,2,116,106,32,0,41,3,56,62,2,0,12,1,11,11,32,4,11,10,0,16,15,36,5,16,15,36,6,11,3,0,1,11,73,1,2,127,32,0,40,2,4,34,1,65,255,255,255,255,0,113,34,2,65,1,70,4,64,32,0,65,16,106,16,53,32,0,32,0,40,2,0,65,1,114,54,2,0,35,0,32,0,16,2,5,32,0,32,2,65,1,107,32,1,65,128,128,128,128,127,113,114,54,2,4,11,11,58,0,2,64,2,64,2,64,32,0,65,8,107,40,2,0,14,7,0,0,1,1,1,1,1,2,11,15,11,32,0,40,2,0,34,0,4,64,32,0,65,172,3,79,4,64,32,0,65,16,107,16,52,11,11,15,11,0,11,11,137,3,7,0,65,16,11,55,40,0,0,0,1,0,0,0,1,0,0,0,40,0,0,0,97,0,108,0,108,0,111,0,99,0,97,0,116,0,105,0,111,0,110,0,32,0,116,0,111,0,111,0,32,0,108,0,97,0,114,0,103,0,101,0,65,208,0,11,45,30,0,0,0,1,0,0,0,1,0,0,0,30,0,0,0,126,0,108,0,105,0,98,0,47,0,114,0,116,0,47,0,116,0,108,0,115,0,102,0,46,0,116,0,115,0,65,128,1,11,43,28,0,0,0,1,0,0,0,1,0,0,0,28,0,0,0,73,0,110,0,118,0,97,0,108,0,105,0,100,0,32,0,108,0,101,0,110,0,103,0,116,0,104,0,65,176,1,11,53,38,0,0,0,1,0,0,0,1,0,0,0,38,0,0,0,126,0,108,0,105,0,98,0,47,0,97,0,114,0,114,0,97,0,121,0,98,0,117,0,102,0,102,0,101,0,114,0,46,0,116,0,115,0,65,240,1,11,51,36,0,0,0,1,0,0,0,1,0,0,0,36,0,0,0,73,0,110,0,100,0,101,0,120,0,32,0,111,0,117,0,116,0,32,0,111,0,102,0,32,0,114,0,97,0,110,0,103,0,101,0,65,176,2,11,51,36,0,0,0,1,0,0,0,1,0,0,0,36,0,0,0,126,0,108,0,105,0,98,0,47,0,116,0,121,0,112,0,101,0,100,0,97,0,114,0,114,0,97,0,121,0,46,0,116,0,115,0,65,240,2,11,53,7,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,145,4,0,0,2,0,0,0,49,0,0,0,2,0,0,0,17,1,0,0,2,0,0,0,16,0,34,16,115,111,117,114,99,101,77,97,112,112,105,110,103,85,82,76,16,46,47,114,97,98,105,110,46,119,97,115,109,46,109,97,112]);return XS(new Response(new Blob([e],{type:"application/wasm"})),r)}y2.exports=ep});var x2=le((HV,E2)=>{var w2=l2(),ZS=g2(),JS=async(r,e,t,n,i)=>{let o=await ZS();return new w2(o,r,e,t,n,i)};E2.exports={Rabin:w2,create:JS}});var q2=le((uH,G2)=>{"use strict";G2.exports=r=>{if(Object.prototype.toString.call(r)!=="[object Object]")return!1;let e=Object.getPrototypeOf(r);return e===null||e===Object.prototype}});var J2=le((X2,Z2)=>{"use strict";var tu=q2(),{hasOwnProperty:Y2}=Object.prototype,{propertyIsEnumerable:_4}=Object,Go=(r,e,t)=>Object.defineProperty(r,e,{value:t,writable:!0,enumerable:!0,configurable:!0}),S4=X2,W2={concatArrays:!1,ignoreUndefined:!1},ru=r=>{let e=[];for(let t in r)Y2.call(r,t)&&e.push(t);if(Object.getOwnPropertySymbols){let t=Object.getOwnPropertySymbols(r);for(let n of t)_4.call(r,n)&&e.push(n)}return e};function qo(r){return Array.isArray(r)?I4(r):tu(r)?B4(r):r}function I4(r){let e=r.slice(0,0);return ru(r).forEach(t=>{Go(e,t,qo(r[t]))}),e}function B4(r){let e=Object.getPrototypeOf(r)===null?Object.create(null):{};return ru(r).forEach(t=>{Go(e,t,qo(r[t]))}),e}var j2=(r,e,t,n)=>(t.forEach(i=>{typeof e[i]>"u"&&n.ignoreUndefined||(i in r&&r[i]!==Object.getPrototypeOf(r)?Go(r,i,rp(r[i],e[i],n)):Go(r,i,qo(e[i])))}),r),k4=(r,e,t)=>{let n=r.slice(0,0),i=0;return[r,e].forEach(o=>{let s=[];for(let a=0;a<o.length;a++)Y2.call(o,a)&&(s.push(String(a)),o===r?Go(n,i++,o[a]):Go(n,i++,qo(o[a])));n=j2(n,o,ru(o).filter(a=>!s.includes(a)),t)}),n};function rp(r,e,t){return t.concatArrays&&Array.isArray(r)&&Array.isArray(e)?k4(r,e,t):!tu(e)||!tu(r)?qo(e):j2(r,e,ru(e),t)}Z2.exports=function(...r){let e=rp(qo(W2),this!==S4&&this||{},W2),t={_:{}};for(let n of r)if(n!==void 0){if(!tu(n))throw new TypeError("`"+n+"` is not an Option Object");t=rp(t,{_:n},e)}return t._}});var vE=le((IK,bE)=>{"use strict";bE.exports={RTLD_LAZY:1,RTLD_NOW:2,RTLD_GLOBAL:256,RTLD_LOCAL:0,RTLD_DEEPBIND:8,E2BIG:7,EACCES:13,EADDRINUSE:98,EADDRNOTAVAIL:99,EAFNOSUPPORT:97,EAGAIN:11,EALREADY:114,EBADF:9,EBADMSG:74,EBUSY:16,ECANCELED:125,ECHILD:10,ECONNABORTED:103,ECONNREFUSED:111,ECONNRESET:104,EDEADLK:35,EDESTADDRREQ:89,EDOM:33,EDQUOT:122,EEXIST:17,EFAULT:14,EFBIG:27,EHOSTUNREACH:113,EIDRM:43,EILSEQ:84,EINPROGRESS:115,EINTR:4,EINVAL:22,EIO:5,EISCONN:106,EISDIR:21,ELOOP:40,EMFILE:24,EMLINK:31,EMSGSIZE:90,EMULTIHOP:72,ENAMETOOLONG:36,ENETDOWN:100,ENETRESET:102,ENETUNREACH:101,ENFILE:23,ENOBUFS:105,ENODATA:61,ENODEV:19,ENOENT:2,ENOEXEC:8,ENOLCK:37,ENOLINK:67,ENOMEM:12,ENOMSG:42,ENOPROTOOPT:92,ENOSPC:28,ENOSR:63,ENOSTR:60,ENOSYS:38,ENOTCONN:107,ENOTDIR:20,ENOTEMPTY:39,ENOTSOCK:88,ENOTSUP:95,ENOTTY:25,ENXIO:6,EOPNOTSUPP:95,EOVERFLOW:75,EPERM:1,EPIPE:32,EPROTO:71,EPROTONOSUPPORT:93,EPROTOTYPE:91,ERANGE:34,EROFS:30,ESPIPE:29,ESRCH:3,ESTALE:116,ETIME:62,ETIMEDOUT:110,ETXTBSY:26,EWOULDBLOCK:11,EXDEV:18,PRIORITY_LOW:19,PRIORITY_BELOW_NORMAL:10,PRIORITY_NORMAL:0,PRIORITY_ABOVE_NORMAL:-7,PRIORITY_HIGH:-14,PRIORITY_HIGHEST:-20,SIGHUP:1,SIGINT:2,SIGQUIT:3,SIGILL:4,SIGTRAP:5,SIGABRT:6,SIGIOT:6,SIGBUS:7,SIGFPE:8,SIGKILL:9,SIGUSR1:10,SIGSEGV:11,SIGUSR2:12,SIGPIPE:13,SIGALRM:14,SIGTERM:15,SIGCHLD:17,SIGSTKFLT:16,SIGCONT:18,SIGSTOP:19,SIGTSTP:20,SIGTTIN:21,SIGTTOU:22,SIGURG:23,SIGXCPU:24,SIGXFSZ:25,SIGVTALRM:26,SIGPROF:27,SIGWINCH:28,SIGIO:29,SIGPOLL:29,SIGPWR:30,SIGSYS:31,UV_FS_SYMLINK_DIR:1,UV_FS_SYMLINK_JUNCTION:2,O_RDONLY:0,O_WRONLY:1,O_RDWR:2,UV_DIRENT_UNKNOWN:0,UV_DIRENT_FILE:1,UV_DIRENT_DIR:2,UV_DIRENT_LINK:3,UV_DIRENT_FIFO:4,UV_DIRENT_SOCKET:5,UV_DIRENT_CHAR:6,UV_DIRENT_BLOCK:7,EXTENSIONLESS_FORMAT_JAVASCRIPT:0,EXTENSIONLESS_FORMAT_WASM:1,S_IFMT:61440,S_IFREG:32768,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960,S_IFSOCK:49152,O_CREAT:64,O_EXCL:128,UV_FS_O_FILEMAP:0,O_NOCTTY:256,O_TRUNC:512,O_APPEND:1024,O_DIRECTORY:65536,O_NOATIME:262144,O_NOFOLLOW:131072,O_SYNC:1052672,O_DSYNC:4096,O_DIRECT:16384,O_NONBLOCK:2048,S_IRWXU:448,S_IRUSR:256,S_IWUSR:128,S_IXUSR:64,S_IRWXG:56,S_IRGRP:32,S_IWGRP:16,S_IXGRP:8,S_IRWXO:7,S_IROTH:4,S_IWOTH:2,S_IXOTH:1,F_OK:0,R_OK:4,W_OK:2,X_OK:1,UV_FS_COPYFILE_EXCL:1,COPYFILE_EXCL:1,UV_FS_COPYFILE_FICLONE:2,COPYFILE_FICLONE:2,UV_FS_COPYFILE_FICLONE_FORCE:4,COPYFILE_FICLONE_FORCE:4,OPENSSL_VERSION_NUMBER:805306576,SSL_OP_ALL:2147485776,SSL_OP_ALLOW_NO_DHE_KEX:1024,SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION:262144,SSL_OP_CIPHER_SERVER_PREFERENCE:4194304,SSL_OP_CISCO_ANYCONNECT:32768,SSL_OP_COOKIE_EXCHANGE:8192,SSL_OP_CRYPTOPRO_TLSEXT_BUG:2147483648,SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS:2048,SSL_OP_LEGACY_SERVER_CONNECT:4,SSL_OP_NO_COMPRESSION:131072,SSL_OP_NO_ENCRYPT_THEN_MAC:524288,SSL_OP_NO_QUERY_MTU:4096,SSL_OP_NO_RENEGOTIATION:1073741824,SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION:65536,SSL_OP_NO_SSLv2:0,SSL_OP_NO_SSLv3:33554432,SSL_OP_NO_TICKET:16384,SSL_OP_NO_TLSv1:67108864,SSL_OP_NO_TLSv1_1:268435456,SSL_OP_NO_TLSv1_2:134217728,SSL_OP_NO_TLSv1_3:536870912,SSL_OP_PRIORITIZE_CHACHA:2097152,SSL_OP_TLS_ROLLBACK_BUG:8388608,ENGINE_METHOD_RSA:1,ENGINE_METHOD_DSA:2,ENGINE_METHOD_DH:4,ENGINE_METHOD_RAND:8,ENGINE_METHOD_EC:2048,ENGINE_METHOD_CIPHERS:64,ENGINE_METHOD_DIGESTS:128,ENGINE_METHOD_PKEY_METHS:512,ENGINE_METHOD_PKEY_ASN1_METHS:1024,ENGINE_METHOD_ALL:65535,ENGINE_METHOD_NONE:0,DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,RSA_PKCS1_PADDING:1,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,RSA_PSS_SALTLEN_DIGEST:-1,RSA_PSS_SALTLEN_MAX_SIGN:-2,RSA_PSS_SALTLEN_AUTO:-2,defaultCoreCipherList:"TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA",TLS1_VERSION:769,TLS1_1_VERSION:770,TLS1_2_VERSION:771,TLS1_3_VERSION:772,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6}});var rB={};Be(rB,{createVerifiedFetch:()=>mp,verifiedFetch:()=>xu});function ui(r){let e=new globalThis.AbortController;function t(){e.abort();for(let o of r)o?.removeEventListener!=null&&o.removeEventListener("abort",t)}for(let o of r){if(o?.aborted===!0){t();break}o?.addEventListener!=null&&o.addEventListener("abort",t)}function n(){for(let o of r)o?.removeEventListener!=null&&o.removeEventListener("abort",t)}let i=e.signal;return i.clear=n,i}function XE(r){let[e,t]=r[Symbol.asyncIterator]!=null?[r[Symbol.asyncIterator](),Symbol.asyncIterator]:[r[Symbol.iterator](),Symbol.iterator],n=[];return{peek:()=>e.next(),push:i=>{n.push(i)},next:()=>n.length>0?{done:!1,value:n.shift()}:e.next(),[t](){return this}}}var Hi=XE;function ZE(r){return r[Symbol.asyncIterator]!=null}function Sp(r){return r?.then!=null}function JE(r,e){if(ZE(r))return async function*(){for await(let a of r){let c=e(a);Sp(c)&&await c,yield a}}();let t=Hi(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();if(typeof e(n)?.then=="function")return async function*(){yield n;for await(let a of t){let c=e(a);Sp(c)&&await c,yield a}}();let s=e;return function*(){yield n;for(let a of t)s(a),yield a}()}var vu=JE;var Tu={};Be(Tu,{base32:()=>Ge,base32hex:()=>lx,base32hexpad:()=>dx,base32hexpadupper:()=>fx,base32hexupper:()=>ux,base32pad:()=>ax,base32padupper:()=>cx,base32upper:()=>Rp,base32z:()=>hx});var $i={};Be($i,{coerce:()=>Pt,empty:()=>Ip,equals:()=>Au,fromHex:()=>ex,fromString:()=>_u,isBinary:()=>tx,toHex:()=>QE,toString:()=>Su});var Ip=new Uint8Array(0);function QE(r){return r.reduce((e,t)=>e+t.toString(16).padStart(2,"0"),"")}function ex(r){let e=r.match(/../g);return e!=null?new Uint8Array(e.map(t=>parseInt(t,16))):Ip}function Au(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}function Pt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function tx(r){return r instanceof ArrayBuffer||ArrayBuffer.isView(r)}function _u(r){return new TextEncoder().encode(r)}function Su(r){return new TextDecoder().decode(r)}function rx(r,e){if(r.length>=255)throw new TypeError("Alphabet too long");for(var t=new Uint8Array(256),n=0;n<t.length;n++)t[n]=255;for(var i=0;i<r.length;i++){var o=r.charAt(i),s=o.charCodeAt(0);if(t[s]!==255)throw new TypeError(o+" is ambiguous");t[s]=i}var a=r.length,c=r.charAt(0),u=Math.log(a)/Math.log(256),l=Math.log(256)/Math.log(a);function d(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,x=h.length;g!==x&&h[g]===0;)g++,p++;for(var E=(x-g)*l+1>>>0,_=new Uint8Array(E);g!==x;){for(var S=h[g],A=0,v=E-1;(S!==0||A<y)&&v!==-1;v--,A++)S+=256*_[v]>>>0,_[v]=S%a>>>0,S=S/a>>>0;if(S!==0)throw new Error("Non-zero carry");y=A,g++}for(var b=E-y;b!==E&&_[b]===0;)b++;for(var T=c.repeat(p);b<E;++b)T+=r.charAt(_[b]);return T}function m(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 x=(h.length-p)*u+1>>>0,E=new Uint8Array(x);h[p];){var _=t[h.charCodeAt(p)];if(_===255)return;for(var S=0,A=x-1;(_!==0||S<g)&&A!==-1;A--,S++)_+=a*E[A]>>>0,E[A]=_%256>>>0,_=_/256>>>0;if(_!==0)throw new Error("Non-zero carry");g=S,p++}if(h[p]!==" "){for(var v=x-g;v!==x&&E[v]===0;)v++;for(var b=new Uint8Array(y+(x-v)),T=y;v!==x;)b[T++]=E[v++];return b}}}function f(h){var p=m(h);if(p)return p;throw new Error(`Non-${e} character`)}return{encode:d,decodeUnsafe:m,decode:f}}var nx=rx,ix=nx,Bp=ix;var Iu=class{name;prefix;baseEncode;constructor(e,t,n){this.name=e,this.prefix=t,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},Bu=class{name;prefix;baseDecode;prefixCodePoint;constructor(e,t,n){if(this.name=e,this.prefix=t,t.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=t.codePointAt(0),this.baseDecode=n}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return kp(this,e)}},ku=class{decoders;constructor(e){this.decoders=e}or(e){return kp(this,e)}decode(e){let t=e[0],n=this.decoders[t];if(n!=null)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function kp(r,e){return new ku({...r.decoders??{[r.prefix]:r},...e.decoders??{[e.prefix]:e}})}var Ru=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(e,t,n,i){this.name=e,this.prefix=t,this.baseEncode=n,this.baseDecode=i,this.encoder=new Iu(e,t,n),this.decoder=new Bu(e,t,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}};function zi({name:r,prefix:e,encode:t,decode:n}){return new Ru(r,e,t,n)}function vn({name:r,prefix:e,alphabet:t}){let{encode:n,decode:i}=Bp(t,r);return zi({prefix:e,name:r,encode:n,decode:o=>Pt(i(o))})}function ox(r,e,t,n){let i={};for(let l=0;l<e.length;++l)i[e[l]]=l;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*t/8|0),a=0,c=0,u=0;for(let l=0;l<o;++l){let d=i[r[l]];if(d===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<t|d,a+=t,a>=8&&(a-=8,s[u++]=255&c>>a)}if(a>=t||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s}function sx(r,e,t){let n=e[e.length-1]==="=",i=(1<<t)-1,o="",s=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],s+=8;s>t;)s-=t,o+=e[i&a>>s];if(s!==0&&(o+=e[i&a<<t-s]),n)for(;o.length*t&7;)o+="=";return o}function ke({name:r,prefix:e,bitsPerChar:t,alphabet:n}){return zi({prefix:e,name:r,encode(i){return sx(i,n,t)},decode(i){return ox(i,n,t,r)}})}var Ge=ke({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Rp=ke({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),ax=ke({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),cx=ke({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),lx=ke({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),ux=ke({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),dx=ke({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),fx=ke({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),hx=ke({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Nu={};Be(Nu,{base58btc:()=>Ne,base58flickr:()=>px});var Ne=vn({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),px=vn({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var mx=Cp,Tp=128,yx=127,gx=~yx,wx=Math.pow(2,31);function Cp(r,e,t){e=e||[],t=t||0;for(var n=t;r>=wx;)e[t++]=r&255|Tp,r/=128;for(;r&gx;)e[t++]=r&255|Tp,r>>>=7;return e[t]=r|0,Cp.bytes=t-n+1,e}var Ex=Cu,xx=128,Np=127;function Cu(r,n){var t=0,n=n||0,i=0,o=n,s,a=r.length;do{if(o>=a)throw Cu.bytes=0,new RangeError("Could not decode varint");s=r[o++],t+=i<28?(s&Np)<<i:(s&Np)*Math.pow(2,i),i+=7}while(s>=xx);return Cu.bytes=o-n,t}var bx=Math.pow(2,7),vx=Math.pow(2,14),Ax=Math.pow(2,21),_x=Math.pow(2,28),Sx=Math.pow(2,35),Ix=Math.pow(2,42),Bx=Math.pow(2,49),kx=Math.pow(2,56),Rx=Math.pow(2,63),Tx=function(r){return r<bx?1:r<vx?2:r<Ax?3:r<_x?4:r<Sx?5:r<Ix?6:r<Bx?7:r<kx?8:r<Rx?9:10},Nx={encode:mx,decode:Ex,encodingLength:Tx},Cx=Nx,es=Cx;function ts(r,e=0){return[es.decode(r,e),es.decode.bytes]}function Ki(r,e,t=0){return es.encode(r,e,t),e}function Gi(r){return es.encodingLength(r)}function mr(r,e){let t=e.byteLength,n=Gi(r),i=n+Gi(t),o=new Uint8Array(i+t);return Ki(r,o,0),Ki(t,o,n),o.set(e,i),new qi(r,t,e,o)}function st(r){let e=Pt(r),[t,n]=ts(e),[i,o]=ts(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new qi(t,i,s,e)}function Lp(r,e){if(r===e)return!0;{let t=e;return r.code===t.code&&r.size===t.size&&t.bytes instanceof Uint8Array&&Au(r.bytes,t.bytes)}}var qi=class{code;size;digest;bytes;constructor(e,t,n,i){this.code=e,this.size=t,this.digest=n,this.bytes=i}};function Up(r,e){let{bytes:t,version:n}=r;switch(n){case 0:return Ux(t,Lu(r),e??Ne.encoder);default:return Dx(t,Lu(r),e??Ge.encoder)}}var Dp=new WeakMap;function Lu(r){let e=Dp.get(r);if(e==null){let t=new Map;return Dp.set(r,t),t}return e}var F=class r{code;version;multihash;bytes;"/";constructor(e,t,n,i){this.code=t,this.version=e,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:e,multihash:t}=this;if(e!==rs)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(t.code!==Ox)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(t)}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:e,digest:t}=this.multihash,n=mr(e,t);return r.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(e){return r.equals(this,e)}static equals(e,t){let n=t;return n!=null&&e.code===n.code&&e.version===n.version&&Lp(e.multihash,n.multihash)}toString(e){return Up(this,e)}toJSON(){return{"/":Up(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(e){if(e==null)return null;let t=e;if(t instanceof r)return t;if(t["/"]!=null&&t["/"]===t.bytes||t.asCID===t){let{version:n,code:i,multihash:o,bytes:s}=t;return new r(n,i,o,s??Op(n,i,o.bytes))}else if(t[Px]===!0){let{version:n,multihash:i,code:o}=t,s=st(i);return r.create(n,o,s)}else return null}static create(e,t,n){if(typeof t!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(e){case 0:{if(t!==rs)throw new Error(`Version 0 CID must use dag-pb (code: ${rs}) block encoding`);return new r(e,t,n,n.bytes)}case 1:{let i=Op(e,t,n.bytes);return new r(e,t,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return r.create(0,rs,e)}static createV1(e,t){return r.create(1,e,t)}static decode(e){let[t,n]=r.decodeFirst(e);if(n.length!==0)throw new Error("Incorrect length");return t}static decodeFirst(e){let t=r.inspectBytes(e),n=t.size-t.multihashSize,i=Pt(e.subarray(n,n+t.multihashSize));if(i.byteLength!==t.multihashSize)throw new Error("Incorrect length");let o=i.subarray(t.multihashSize-t.digestSize),s=new qi(t.multihashCode,t.digestSize,o,i);return[t.version===0?r.createV0(s):r.createV1(t.codec,s),e.subarray(t.size)]}static inspectBytes(e){let t=0,n=()=>{let[d,m]=ts(e.subarray(t));return t+=m,d},i=n(),o=rs;if(i===18?(i=0,t=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=t,a=n(),c=n(),u=t+c,l=u-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:l,size:u}}static parse(e,t){let[n,i]=Lx(e,t),o=r.decode(i);if(o.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Lu(o).set(n,e),o}};function Lx(r,e){switch(r[0]){case"Q":{let t=e??Ne;return[Ne.prefix,t.decode(`${Ne.prefix}${r}`)]}case Ne.prefix:{let t=e??Ne;return[Ne.prefix,t.decode(r)]}case Ge.prefix:{let t=e??Ge;return[Ge.prefix,t.decode(r)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],e.decode(r)]}}}function Ux(r,e,t){let{prefix:n}=t;if(n!==Ne.prefix)throw Error(`Cannot string encode V0 in ${t.name} encoding`);let i=e.get(n);if(i==null){let o=t.encode(r).slice(1);return e.set(n,o),o}else return i}function Dx(r,e,t){let{prefix:n}=t,i=e.get(n);if(i==null){let o=t.encode(r);return e.set(n,o),o}else return i}var rs=112,Ox=18;function Op(r,e,t){let n=Gi(r),i=n+Gi(e),o=new Uint8Array(i+t.byteLength);return Ki(r,o,0),Ki(e,o,n),o.set(t,i),o}var Px=Symbol.for("@ipld/js-cid/CID");var ns=Symbol.for("@libp2p/content-routing");var Uu=Symbol.for("@libp2p/peer-id");function Pp(r){return r!=null&&!!r[Uu]}var is=Symbol.for("@libp2p/peer-routing");var An=class r extends Error{code;type;constructor(e="The operation was aborted"){super(e),this.code=r.code,this.type=r.type}static code="ABORT_ERR";static type="aborted"},O=class extends Error{code;props;constructor(e,t,n){super(e),this.code=t,this.name=n?.name??"CodeError",this.props=n??{}}};var Wi=(r,...e)=>{try{[...e]}catch{}};var Ra=class extends EventTarget{#e=new Map;constructor(){super(),Wi(1/0,this)}listenerCount(e){let t=this.#e.get(e);return t==null?0:t.length}addEventListener(e,t,n){super.addEventListener(e,t,n);let i=this.#e.get(e);i==null&&(i=[],this.#e.set(e,i)),i.push({callback:t,once:(n!==!0&&n!==!1&&n?.once)??!1})}removeEventListener(e,t,n){super.removeEventListener(e.toString(),t??null,n);let i=this.#e.get(e);i!=null&&(i=i.filter(({callback:o})=>o!==t),this.#e.set(e,i))}dispatchEvent(e){let t=super.dispatchEvent(e),n=this.#e.get(e.type);return n==null||(n=n.filter(({once:i})=>!i),this.#e.set(e.type,n)),t}safeDispatchEvent(e,t={}){return this.dispatchEvent(new Fx(e,t))}},Du=class extends Event{detail;constructor(e,t){super(e,t),this.detail=t?.detail}},Fx=globalThis.CustomEvent??Du;function Fp(r){return r!=null&&typeof r.start=="function"&&typeof r.stop=="function"}async function _n(...r){let e=[];for(let t of r)Fp(t)&&e.push(t);await Promise.all(e.map(async t=>{t.beforeStart!=null&&await t.beforeStart()})),await Promise.all(e.map(async t=>{await t.start()})),await Promise.all(e.map(async t=>{t.afterStart!=null&&await t.afterStart()}))}async function Sn(...r){let e=[];for(let t of r)Fp(t)&&e.push(t);await Promise.all(e.map(async t=>{t.beforeStop!=null&&await t.beforeStop()})),await Promise.all(e.map(async t=>{await t.stop()})),await Promise.all(e.map(async t=>{t.afterStop!=null&&await t.afterStop()}))}var Fu={};Be(Fu,{sha256:()=>fe,sha512:()=>Pu});function di({name:r,code:e,encode:t}){return new Ou(r,e,t)}var Ou=class{name;code;encode;constructor(e,t,n){this.name=e,this.code=t,this.encode=n}digest(e){if(e instanceof Uint8Array){let t=this.encode(e);return t instanceof Uint8Array?mr(this.code,t):t.then(n=>mr(this.code,n))}else throw Error("Unknown type, must be binary type")}};function Mp(r){return async e=>new Uint8Array(await crypto.subtle.digest(r,e))}var fe=di({name:"sha2-256",code:18,encode:Mp("SHA-256")}),Pu=di({name:"sha2-512",code:19,encode:Mp("SHA-512")});var _t=Q(Mu(),1);var Hu={};Be(Hu,{base64:()=>yr,base64pad:()=>Zx,base64url:()=>Kp,base64urlpad:()=>Jx});var yr=ke({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Zx=ke({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Kp=ke({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Jx=ke({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});_t.default.formatters.b=r=>r==null?"undefined":Ne.baseEncode(r);_t.default.formatters.t=r=>r==null?"undefined":Ge.baseEncode(r);_t.default.formatters.m=r=>r==null?"undefined":yr.baseEncode(r);_t.default.formatters.p=r=>r==null?"undefined":r.toString();_t.default.formatters.c=r=>r==null?"undefined":r.toString();_t.default.formatters.k=r=>r==null?"undefined":r.toString();_t.default.formatters.a=r=>r==null?"undefined":r.toString();function Qx(r){let e=()=>{};return e.enabled=!1,e.color="",e.diff=0,e.log=()=>{},e.namespace=r,e.destroy=()=>!0,e.extend=()=>e,e}function Gp(){return{forComponent(r){return oe(r)}}}function oe(r){let e=Qx(`${r}:trace`);return _t.default.enabled(`${r}:trace`)&&_t.default.names.map(t=>t.toString()).find(t=>t.includes(":trace"))!=null&&(e=(0,_t.default)(`${r}:trace`)),Object.assign((0,_t.default)(r),{error:(0,_t.default)(`${r}:error`),trace:e})}function he(r,e){if(r===e)return!0;if(r.byteLength!==e.byteLength)return!1;for(let t=0;t<r.byteLength;t++)if(r[t]!==e[t])return!1;return!0}function In(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}function Mr(r=0){return globalThis.Buffer?.alloc!=null?In(globalThis.Buffer.alloc(r)):new Uint8Array(r)}function pt(r=0){return globalThis.Buffer?.allocUnsafe!=null?In(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}var hb=Math.pow(2,7),pb=Math.pow(2,14),mb=Math.pow(2,21),Ku=Math.pow(2,28),Gu=Math.pow(2,35),qu=Math.pow(2,42),Wu=Math.pow(2,49),pe=128,Je=127;function mt(r){if(r<hb)return 1;if(r<pb)return 2;if(r<mb)return 3;if(r<Ku)return 4;if(r<Gu)return 5;if(r<qu)return 6;if(r<Wu)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Yu(r,e,t=0){switch(mt(r)){case 8:e[t++]=r&255|pe,r/=128;case 7:e[t++]=r&255|pe,r/=128;case 6:e[t++]=r&255|pe,r/=128;case 5:e[t++]=r&255|pe,r/=128;case 4:e[t++]=r&255|pe,r>>>=7;case 3:e[t++]=r&255|pe,r>>>=7;case 2:e[t++]=r&255|pe,r>>>=7;case 1:{e[t++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return e}function yb(r,e,t=0){switch(mt(r)){case 8:e.set(t++,r&255|pe),r/=128;case 7:e.set(t++,r&255|pe),r/=128;case 6:e.set(t++,r&255|pe),r/=128;case 5:e.set(t++,r&255|pe),r/=128;case 4:e.set(t++,r&255|pe),r>>>=7;case 3:e.set(t++,r&255|pe),r>>>=7;case 2:e.set(t++,r&255|pe),r>>>=7;case 1:{e.set(t++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return e}function ju(r,e){let t=r[e],n=0;if(n+=t&Je,t<pe||(t=r[e+1],n+=(t&Je)<<7,t<pe)||(t=r[e+2],n+=(t&Je)<<14,t<pe)||(t=r[e+3],n+=(t&Je)<<21,t<pe)||(t=r[e+4],n+=(t&Je)*Ku,t<pe)||(t=r[e+5],n+=(t&Je)*Gu,t<pe)||(t=r[e+6],n+=(t&Je)*qu,t<pe)||(t=r[e+7],n+=(t&Je)*Wu,t<pe))return n;throw new RangeError("Could not decode varint")}function gb(r,e){let t=r.get(e),n=0;if(n+=t&Je,t<pe||(t=r.get(e+1),n+=(t&Je)<<7,t<pe)||(t=r.get(e+2),n+=(t&Je)<<14,t<pe)||(t=r.get(e+3),n+=(t&Je)<<21,t<pe)||(t=r.get(e+4),n+=(t&Je)*Ku,t<pe)||(t=r.get(e+5),n+=(t&Je)*Gu,t<pe)||(t=r.get(e+6),n+=(t&Je)*qu,t<pe)||(t=r.get(e+7),n+=(t&Je)*Wu,t<pe))return n;throw new RangeError("Could not decode varint")}function Zi(r,e,t=0){return e==null&&(e=pt(mt(r))),e instanceof Uint8Array?Yu(r,e,t):yb(r,e,t)}function hi(r,e=0){return r instanceof Uint8Array?ju(r,e):gb(r,e)}var Xu=new Float32Array([-0]),Bn=new Uint8Array(Xu.buffer);function r0(r,e,t){Xu[0]=r,e[t]=Bn[0],e[t+1]=Bn[1],e[t+2]=Bn[2],e[t+3]=Bn[3]}function n0(r,e){return Bn[0]=r[e],Bn[1]=r[e+1],Bn[2]=r[e+2],Bn[3]=r[e+3],Xu[0]}var Zu=new Float64Array([-0]),Qe=new Uint8Array(Zu.buffer);function i0(r,e,t){Zu[0]=r,e[t]=Qe[0],e[t+1]=Qe[1],e[t+2]=Qe[2],e[t+3]=Qe[3],e[t+4]=Qe[4],e[t+5]=Qe[5],e[t+6]=Qe[6],e[t+7]=Qe[7]}function o0(r,e){return Qe[0]=r[e],Qe[1]=r[e+1],Qe[2]=r[e+2],Qe[3]=r[e+3],Qe[4]=r[e+4],Qe[5]=r[e+5],Qe[6]=r[e+6],Qe[7]=r[e+7],Zu[0]}var wb=BigInt(Number.MAX_SAFE_INTEGER),Eb=BigInt(Number.MIN_SAFE_INTEGER),St=class r{lo;hi;constructor(e,t){this.lo=e|0,this.hi=t|0}toNumber(e=!1){if(!e&&this.hi>>>31>0){let t=~this.lo+1>>>0,n=~this.hi>>>0;return t===0&&(n=n+1>>>0),-(t+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(e=!1){if(e)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let t=~this.lo+1>>>0,n=~this.hi>>>0;return t===0&&(n=n+1>>>0),-(BigInt(t)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(e=!1){return this.toBigInt(e).toString()}zzEncode(){let e=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^e)>>>0,this.lo=(this.lo<<1^e)>>>0,this}zzDecode(){let e=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^e)>>>0,this.hi=(this.hi>>>1^e)>>>0,this}length(){let e=this.lo,t=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?t===0?e<16384?e<128?1:2:e<2097152?3:4:t<16384?t<128?5:6:t<2097152?7:8:n<128?9:10}static fromBigInt(e){if(e===0n)return pi;if(e<wb&&e>Eb)return this.fromNumber(Number(e));let t=e<0n;t&&(e=-e);let n=e>>32n,i=e-(n<<32n);return t&&(n=~n|0n,i=~i|0n,++i>s0&&(i=0n,++n>s0&&(n=0n))),new r(Number(i),Number(n))}static fromNumber(e){if(e===0)return pi;let t=e<0;t&&(e=-e);let n=e>>>0,i=(e-n)/4294967296>>>0;return t&&(i=~i>>>0,n=~n>>>0,++n>4294967295&&(n=0,++i>4294967295&&(i=0))),new r(n,i)}static from(e){return typeof e=="number"?r.fromNumber(e):typeof e=="bigint"?r.fromBigInt(e):typeof e=="string"?r.fromBigInt(BigInt(e)):e.low!=null||e.high!=null?new r(e.low>>>0,e.high>>>0):pi}},pi=new St(0,0);pi.toBigInt=function(){return 0n};pi.zzEncode=pi.zzDecode=function(){return this};pi.length=function(){return 1};var s0=4294967296n;function a0(r){let e=0,t=0;for(let n=0;n<r.length;++n)t=r.charCodeAt(n),t<128?e+=1:t<2048?e+=2:(t&64512)===55296&&(r.charCodeAt(n+1)&64512)===56320?(++n,e+=4):e+=3;return e}function c0(r,e,t){if(t-e<1)return"";let i,o=[],s=0,a;for(;e<t;)a=r[e++],a<128?o[s++]=a:a>191&&a<224?o[s++]=(a&31)<<6|r[e++]&63:a>239&&a<365?(a=((a&7)<<18|(r[e++]&63)<<12|(r[e++]&63)<<6|r[e++]&63)-65536,o[s++]=55296+(a>>10),o[s++]=56320+(a&1023)):o[s++]=(a&15)<<12|(r[e++]&63)<<6|r[e++]&63,s>8191&&((i??(i=[])).push(String.fromCharCode.apply(String,o)),s=0);return i!=null?(s>0&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))}function Ju(r,e,t){let n=t,i,o;for(let s=0;s<r.length;++s)i=r.charCodeAt(s),i<128?e[t++]=i:i<2048?(e[t++]=i>>6|192,e[t++]=i&63|128):(i&64512)===55296&&((o=r.charCodeAt(s+1))&64512)===56320?(i=65536+((i&1023)<<10)+(o&1023),++s,e[t++]=i>>18|240,e[t++]=i>>12&63|128,e[t++]=i>>6&63|128,e[t++]=i&63|128):(e[t++]=i>>12|224,e[t++]=i>>6&63|128,e[t++]=i&63|128);return t-n}function Zt(r,e){return RangeError(`index out of range: ${r.pos} + ${e??1} > ${r.len}`)}function La(r,e){return(r[e-4]|r[e-3]<<8|r[e-2]<<16|r[e-1]<<24)>>>0}var Qu=class{buf;pos;len;_slice=Uint8Array.prototype.subarray;constructor(e){this.buf=e,this.pos=0,this.len=e.length}uint32(){let e=4294967295;if(e=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(e=(e|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return e;if((this.pos+=5)>this.len)throw this.pos=this.len,Zt(this,10);return e}int32(){return this.uint32()|0}sint32(){let e=this.uint32();return e>>>1^-(e&1)|0}bool(){return this.uint32()!==0}fixed32(){if(this.pos+4>this.len)throw Zt(this,4);return La(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw Zt(this,4);return La(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw Zt(this,4);let e=n0(this.buf,this.pos);return this.pos+=4,e}double(){if(this.pos+8>this.len)throw Zt(this,4);let e=o0(this.buf,this.pos);return this.pos+=8,e}bytes(){let e=this.uint32(),t=this.pos,n=this.pos+e;if(n>this.len)throw Zt(this,e);return this.pos+=e,t===n?new Uint8Array(0):this.buf.subarray(t,n)}string(){let e=this.bytes();return c0(e,0,e.length)}skip(e){if(typeof e=="number"){if(this.pos+e>this.len)throw Zt(this,e);this.pos+=e}else do if(this.pos>=this.len)throw Zt(this);while(this.buf[this.pos++]&128);return this}skipType(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}readLongVarint(){let e=new St(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 Zt(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 Zt(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")}readFixed64(){if(this.pos+8>this.len)throw Zt(this,8);let e=La(this.buf,this.pos+=4),t=La(this.buf,this.pos+=4);return new St(e,t)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let e=ju(this.buf,this.pos);return this.pos+=mt(e),e}uint64String(){return this.readLongVarint().toString(!0)}sint64(){return this.readLongVarint().zzDecode().toBigInt()}sint64Number(){return this.readLongVarint().zzDecode().toNumber()}sint64String(){return this.readLongVarint().zzDecode().toString()}fixed64(){return this.readFixed64().toBigInt()}fixed64Number(){return this.readFixed64().toNumber()}fixed64String(){return this.readFixed64().toString()}sfixed64(){return this.readFixed64().toBigInt()}sfixed64Number(){return this.readFixed64().toNumber()}sfixed64String(){return this.readFixed64().toString()}};function ed(r){return new Qu(r instanceof Uint8Array?r:r.subarray())}function Vt(r,e,t){let n=ed(r);return e.decode(n,void 0,t)}var td={};Be(td,{base10:()=>xb});var xb=vn({prefix:"9",name:"base10",alphabet:"0123456789"});var rd={};Be(rd,{base16:()=>bb,base16upper:()=>vb});var bb=ke({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),vb=ke({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var nd={};Be(nd,{base2:()=>Ab});var Ab=ke({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var id={};Be(id,{base256emoji:()=>kb});var u0=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}"),_b=u0.reduce((r,e,t)=>(r[t]=e,r),[]),Sb=u0.reduce((r,e,t)=>(r[e.codePointAt(0)]=t,r),[]);function Ib(r){return r.reduce((e,t)=>(e+=_b[t],e),"")}function Bb(r){let e=[];for(let t of r){let n=Sb[t.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${t}`);e.push(n)}return new Uint8Array(e)}var kb=zi({prefix:"\u{1F680}",name:"base256emoji",encode:Ib,decode:Bb});var od={};Be(od,{base36:()=>kn,base36upper:()=>Rb});var kn=vn({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Rb=vn({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var sd={};Be(sd,{base8:()=>Tb});var Tb=ke({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var ad={};Be(ad,{identity:()=>Nb});var Nb=zi({prefix:"\0",name:"identity",encode:r=>Su(r),decode:r=>_u(r)});var l8=new TextEncoder,Cb=new TextDecoder;var Rn=512;function d0(r){return JSON.parse(Cb.decode(r))}var Mt={};Be(Mt,{code:()=>Ae,decode:()=>Db,encode:()=>Ub,name:()=>Lb});var Lb="raw",Ae=85;function Ub(r){return Pt(r)}function Db(r){return Pt(r)}var cd={};Be(cd,{identity:()=>et});var f0=0,Ob="identity",h0=Pt;function Pb(r){return mr(f0,h0(r))}var et={code:f0,name:Ob,encode:h0,digest:Pb};var Tn={...ad,...nd,...sd,...td,...rd,...Tu,...od,...Nu,...Hu,...id},b8={...Fu,...cd};function m0(r,e,t,n){return{name:r,prefix:e,encoder:{name:r,prefix:e,encode:t},decoder:{decode:n}}}var p0=m0("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),ld=m0("ascii","a",r=>{let e="a";for(let t=0;t<r.length;t++)e+=String.fromCharCode(r[t]);return e},r=>{r=r.substring(1);let e=pt(r.length);for(let t=0;t<r.length;t++)e[t]=r.charCodeAt(t);return e}),Fb={utf8:p0,"utf-8":p0,hex:Tn.base16,latin1:ld,ascii:ld,binary:ld,...Tn},Da=Fb;function V(r,e="utf8"){let t=Da[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?In(globalThis.Buffer.from(r,"utf-8")):t.decoder.decode(`${t.prefix}${r}`)}function ud(r){let e=r??8192,t=e>>>1,n,i=e;return function(s){if(s<1||s>t)return pt(s);i+s>e&&(n=pt(e),i=0);let a=n.subarray(i,i+=s);return i&7&&(i=(i|7)+1),a}}var mi=class{fn;len;next;val;constructor(e,t,n){this.fn=e,this.len=t,this.next=void 0,this.val=n}};function dd(){}var hd=class{head;tail;len;next;constructor(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}},Vb=ud();function Mb(r){return globalThis.Buffer!=null?pt(r):Vb(r)}var ss=class{len;head;tail;states;constructor(){this.len=0,this.head=new mi(dd,0,0),this.tail=this.head,this.states=null}_push(e,t,n){return this.tail=this.tail.next=new mi(e,t,n),this.len+=t,this}uint32(e){return this.len+=(this.tail=this.tail.next=new pd((e=e>>>0)<128?1:e<16384?2:e<2097152?3:e<268435456?4:5,e)).len,this}int32(e){return e<0?this._push(Oa,10,St.fromNumber(e)):this.uint32(e)}sint32(e){return this.uint32((e<<1^e>>31)>>>0)}uint64(e){let t=St.fromBigInt(e);return this._push(Oa,t.length(),t)}uint64Number(e){return this._push(Yu,mt(e),e)}uint64String(e){return this.uint64(BigInt(e))}int64(e){return this.uint64(e)}int64Number(e){return this.uint64Number(e)}int64String(e){return this.uint64String(e)}sint64(e){let t=St.fromBigInt(e).zzEncode();return this._push(Oa,t.length(),t)}sint64Number(e){let t=St.fromNumber(e).zzEncode();return this._push(Oa,t.length(),t)}sint64String(e){return this.sint64(BigInt(e))}bool(e){return this._push(fd,1,e?1:0)}fixed32(e){return this._push(os,4,e>>>0)}sfixed32(e){return this.fixed32(e)}fixed64(e){let t=St.fromBigInt(e);return this._push(os,4,t.lo)._push(os,4,t.hi)}fixed64Number(e){let t=St.fromNumber(e);return this._push(os,4,t.lo)._push(os,4,t.hi)}fixed64String(e){return this.fixed64(BigInt(e))}sfixed64(e){return this.fixed64(e)}sfixed64Number(e){return this.fixed64Number(e)}sfixed64String(e){return this.fixed64String(e)}float(e){return this._push(r0,4,e)}double(e){return this._push(i0,8,e)}bytes(e){let t=e.length>>>0;return t===0?this._push(fd,1,0):this.uint32(t)._push($b,t,e)}string(e){let t=a0(e);return t!==0?this.uint32(t)._push(Ju,t,e):this._push(fd,1,0)}fork(){return this.states=new hd(this),this.head=this.tail=new mi(dd,0,0),this.len=0,this}reset(){return this.states!=null?(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 mi(dd,0,0),this.len=0),this}ldelim(){let e=this.head,t=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=e.next,this.tail=t,this.len+=n),this}finish(){let e=this.head.next,t=Mb(this.len),n=0;for(;e!=null;)e.fn(e.val,t,n),n+=e.len,e=e.next;return t}};function fd(r,e,t){e[t]=r&255}function Hb(r,e,t){for(;r>127;)e[t++]=r&127|128,r>>>=7;e[t]=r}var pd=class extends mi{next;constructor(e,t){super(Hb,e,t),this.next=void 0}};function Oa(r,e,t){for(;r.hi!==0;)e[t++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)e[t++]=r.lo&127|128,r.lo=r.lo>>>7;e[t++]=r.lo}function os(r,e,t){e[t]=r&255,e[t+1]=r>>>8&255,e[t+2]=r>>>16&255,e[t+3]=r>>>24}function $b(r,e,t){e.set(r,t)}globalThis.Buffer!=null&&(ss.prototype.bytes=function(r){let e=r.length>>>0;return this.uint32(e),e>0&&this._push(zb,e,r),this},ss.prototype.string=function(r){let e=globalThis.Buffer.byteLength(r);return this.uint32(e),e>0&&this._push(Kb,e,r),this});function zb(r,e,t){e.set(r,t)}function Kb(r,e,t){r.length<40?Ju(r,e,t):e.utf8Write!=null?e.utf8Write(r,t):e.set(V(r),t)}function md(){return new ss}function Ht(r,e){let t=md();return e.encode(r,t,{lengthDelimited:!1}),t.finish()}var Ji;(function(r){r[r.VARINT=0]="VARINT",r[r.BIT64=1]="BIT64",r[r.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",r[r.START_GROUP=3]="START_GROUP",r[r.END_GROUP=4]="END_GROUP",r[r.BIT32=5]="BIT32"})(Ji||(Ji={}));function Pa(r,e,t,n){return{name:r,type:e,encode:t,decode:n}}function yi(r){function e(i){if(r[i.toString()]==null)throw new Error("Invalid enum value");return r[i]}let t=function(o,s){let a=e(o);s.int32(a)},n=function(o){let s=o.int32();return e(s)};return Pa("enum",Ji.VARINT,t,n)}function $t(r,e){return Pa("message",Ji.LENGTH_DELIMITED,r,e)}function Gb(r){return r[Symbol.asyncIterator]!=null}function qb(r){if(Gb(r))return(async()=>{for await(let e of r);})();for(let e of r);}var Jt=qb;function ye(r,e){if(globalThis.Buffer!=null)return In(globalThis.Buffer.concat(r,e));e==null&&(e=r.reduce((i,o)=>i+o.length,0));let t=pt(e),n=0;for(let i of r)t.set(i,n),n+=i.length;return In(t)}var g0=Symbol.for("@achingbrain/uint8arraylist");function y0(r,e){if(e==null||e<0)throw new RangeError("index is out of bounds");let t=0;for(let n of r){let i=t+n.byteLength;if(e<i)return{buf:n,index:e-t};t=i}throw new RangeError("index is out of bounds")}function gr(r){return!!r?.[g0]}var zt=class r{bufs;length;[g0]=!0;constructor(...e){this.bufs=[],this.length=0,e.length>0&&this.appendAll(e)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...e){this.appendAll(e)}appendAll(e){let t=0;for(let n of e)if(n instanceof Uint8Array)t+=n.byteLength,this.bufs.push(n);else if(gr(n))t+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=t}prepend(...e){this.prependAll(e)}prependAll(e){let t=0;for(let n of e.reverse())if(n instanceof Uint8Array)t+=n.byteLength,this.bufs.unshift(n);else if(gr(n))t+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=t}get(e){let t=y0(this.bufs,e);return t.buf[t.index]}set(e,t){let n=y0(this.bufs,e);n.buf[n.index]=t}write(e,t=0){if(e instanceof Uint8Array)for(let n=0;n<e.length;n++)this.set(t+n,e[n]);else if(gr(e))for(let n=0;n<e.length;n++)this.set(t+n,e.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(e){if(e=Math.trunc(e),!(Number.isNaN(e)||e<=0)){if(e===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(e>=this.bufs[0].byteLength)e-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(e),this.length-=e;break}}}slice(e,t){let{bufs:n,length:i}=this._subList(e,t);return ye(n,i)}subarray(e,t){let{bufs:n,length:i}=this._subList(e,t);return n.length===1?n[0]:ye(n,i)}sublist(e,t){let{bufs:n,length:i}=this._subList(e,t),o=new r;return o.length=i,o.bufs=[...n],o}_subList(e,t){if(e=e??0,t=t??this.length,e<0&&(e=this.length+e),t<0&&(t=this.length+t),e<0||t>this.length)throw new RangeError("index is out of bounds");if(e===t)return{bufs:[],length:0};if(e===0&&t===this.length)return{bufs:this.bufs,length:this.length};let n=[],i=0;for(let o=0;o<this.bufs.length;o++){let s=this.bufs[o],a=i,c=a+s.byteLength;if(i=c,e>=c)continue;let u=e>=a&&e<c,l=t>a&&t<=c;if(u&&l){if(e===a&&t===c){n.push(s);break}let d=e-a;n.push(s.subarray(d,d+(t-e)));break}if(u){if(e===0){n.push(s);continue}n.push(s.subarray(e-a));continue}if(l){if(t===c){n.push(s);break}n.push(s.subarray(0,t-a));break}n.push(s)}return{bufs:n,length:t-e}}indexOf(e,t=0){if(!gr(e)&&!(e instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=e instanceof Uint8Array?e:e.subarray();if(t=Number(t??0),isNaN(t)&&(t=0),t<0&&(t=this.length+t),t<0&&(t=0),e.length===0)return t>this.length?this.length:t;let i=n.byteLength;if(i===0)throw new TypeError("search must be at least 1 byte long");let o=256,s=new Int32Array(o);for(let d=0;d<o;d++)s[d]=-1;for(let d=0;d<i;d++)s[n[d]]=d;let a=s,c=this.byteLength-n.byteLength,u=n.byteLength-1,l;for(let d=t;d<=c;d+=l){l=0;for(let m=u;m>=0;m--){let f=this.get(d+m);if(n[m]!==f){l=Math.max(1,m-a[f]);break}}if(l===0)return d}return-1}getInt8(e){let t=this.subarray(e,e+1);return new DataView(t.buffer,t.byteOffset,t.byteLength).getInt8(0)}setInt8(e,t){let n=pt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,t),this.write(n,e)}getInt16(e,t){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,t)}setInt16(e,t,n){let i=Mr(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt16(0,t,n),this.write(i,e)}getInt32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,t)}setInt32(e,t,n){let i=Mr(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt32(0,t,n),this.write(i,e)}getBigInt64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,t)}setBigInt64(e,t,n){let i=Mr(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigInt64(0,t,n),this.write(i,e)}getUint8(e){let t=this.subarray(e,e+1);return new DataView(t.buffer,t.byteOffset,t.byteLength).getUint8(0)}setUint8(e,t){let n=pt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,t),this.write(n,e)}getUint16(e,t){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,t)}setUint16(e,t,n){let i=Mr(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint16(0,t,n),this.write(i,e)}getUint32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,t)}setUint32(e,t,n){let i=Mr(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,t,n),this.write(i,e)}getBigUint64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,t)}setBigUint64(e,t,n){let i=Mr(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigUint64(0,t,n),this.write(i,e)}getFloat32(e,t){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,t)}setFloat32(e,t,n){let i=Mr(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat32(0,t,n),this.write(i,e)}getFloat64(e,t){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,t)}setFloat64(e,t,n){let i=Mr(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,t,n),this.write(i,e)}equals(e){if(e==null||!(e instanceof r)||e.bufs.length!==this.bufs.length)return!1;for(let t=0;t<this.bufs.length;t++)if(!he(this.bufs[t],e.bufs[t]))return!1;return!0}static fromUint8Arrays(e,t){let n=new r;return n.bufs=e,t==null&&(t=e.reduce((i,o)=>i+o.byteLength,0)),n.length=t,n}};function Yb(r){return r[Symbol.asyncIterator]!=null}function jb(r,e){if(Yb(r))return async function*(){for await(let a of r)yield e(a)}();let t=Hi(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();let o=e(n);if(typeof o.then=="function")return async function*(){yield await o;for await(let a of t)yield e(a)}();let s=e;return function*(){yield o;for(let a of t)yield s(a)}()}var tt=jb;function _e(){let r={};return r.promise=new Promise((e,t)=>{r.resolve=e,r.reject=t}),r}var Fa=class{buffer;mask;top;btm;next;constructor(e){if(!(e>0)||e-1&e)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(e),this.mask=e-1,this.top=0,this.btm=0,this.next=null}push(e){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=e,this.top=this.top+1&this.mask,!0)}shift(){let e=this.buffer[this.btm];if(e!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,e}isEmpty(){return this.buffer[this.btm]===void 0}},Qi=class{size;hwm;head;tail;constructor(e={}){this.hwm=e.splitLimit??16,this.head=new Fa(this.hwm),this.tail=this.head,this.size=0}calculateSize(e){return e?.byteLength!=null?e.byteLength:1}push(e){if(e?.value!=null&&(this.size+=this.calculateSize(e.value)),!this.head.push(e)){let t=this.head;this.head=t.next=new Fa(2*this.head.buffer.length),this.head.push(e)}}shift(){let e=this.tail.shift();if(e===void 0&&this.tail.next!=null){let t=this.tail.next;this.tail.next=null,this.tail=t,e=this.tail.shift()}return e?.value!=null&&(this.size-=this.calculateSize(e.value)),e}isEmpty(){return this.head.isEmpty()}};var yd=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.code=t??"ABORT_ERR"}};function Kt(r={}){return Xb(t=>{let n=t.shift();if(n==null)return{done:!0};if(n.error!=null)throw n.error;return{done:n.done===!0,value:n.value}},r)}function Xb(r,e){e=e??{};let t=e.onEnd,n=new Qi,i,o,s,a=_e(),c=async()=>{try{return n.isEmpty()?s?{done:!0}:await new Promise((y,g)=>{o=x=>{o=null,n.push(x);try{y(r(n))}catch(E){g(E)}return i}}):r(n)}finally{n.isEmpty()&&queueMicrotask(()=>{a.resolve(),a=_e()})}},u=y=>o!=null?o(y):(n.push(y),i),l=y=>(n=new Qi,o!=null?o({error:y}):(n.push({error:y}),i)),d=y=>{if(s)return i;if(e?.objectMode!==!0&&y?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return u({done:!1,value:y})},m=y=>s?i:(s=!0,y!=null?l(y):u({done:!0})),f=()=>(n=new Qi,m(),{done:!0}),h=y=>(m(y),{done:!0});if(i={[Symbol.asyncIterator](){return this},next:c,return:f,throw:h,push:d,end:m,get readableLength(){return n.size},onEmpty:async y=>{let g=y?.signal;if(g?.throwIfAborted(),n.isEmpty())return;let x,E;g!=null&&(x=new Promise((_,S)=>{E=()=>{S(new yd)},g.addEventListener("abort",E)}));try{await Promise.race([a.promise,x])}finally{E!=null&&g!=null&&g?.removeEventListener("abort",E)}}},t==null)return i;let p=i;return i={[Symbol.asyncIterator](){return this},next(){return p.next()},throw(y){return p.throw(y),t!=null&&(t(y),t=void 0),{done:!0}},return(){return p.return(),t!=null&&(t(),t=void 0),{done:!0}},push:d,end(y){return p.end(y),t!=null&&(t(y),t=void 0),i},get readableLength(){return p.readableLength},onEmpty:y=>p.onEmpty(y)},i}function Zb(r){return r[Symbol.asyncIterator]!=null}function Jb(...r){let e=[];for(let t of r)Zb(t)||e.push(t);return e.length===r.length?function*(){for(let t of e)yield*t}():async function*(){let t=Kt({objectMode:!0});Promise.resolve().then(async()=>{try{await Promise.all(r.map(async n=>{for await(let i of n)t.push(i)})),t.end()}catch(n){t.end(n)}}),yield*t}()}var Hr=Jb;function yt(r,...e){if(r==null)throw new Error("Empty pipeline");if(gd(r)){let n=r;r=()=>n.source}else if(b0(r)||x0(r)){let n=r;r=()=>n}let t=[r,...e];if(t.length>1&&gd(t[t.length-1])&&(t[t.length-1]=t[t.length-1].sink),t.length>2)for(let n=1;n<t.length-1;n++)gd(t[n])&&(t[n]=e3(t[n]));return Qb(...t)}var Qb=(...r)=>{let e;for(;r.length>0;)e=r.shift()(e);return e},x0=r=>r?.[Symbol.asyncIterator]!=null,b0=r=>r?.[Symbol.iterator]!=null,gd=r=>r==null?!1:r.sink!=null&&r.source!=null,e3=r=>e=>{let t=r.sink(e);if(t?.then!=null){let n=Kt({objectMode:!0});t.then(()=>{n.end()},s=>{n.end(s)});let i,o=r.source;if(x0(o))i=async function*(){yield*o,n.end()};else if(b0(o))i=function*(){yield*o,n.end()};else throw new Error("Unknown duplex source type - must be Iterable or AsyncIterable");return Hr(n,i())}return r.source};function t3(r){return r[Symbol.asyncIterator]!=null}function r3(r,e){return t3(r)?async function*(){let t=0;if(!(e<1)){for await(let n of r)if(yield n,t++,t===e)return}}():function*(){let t=0;if(!(e<1)){for(let n of r)if(yield n,t++,t===e)return}}()}var Va=r3;var M=class extends Event{constructor(e,t){super(e),this.detail=t}};function Z(r,e="utf8"){let t=Da[e];if(t==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):t.encoder.encode(r).substring(1)}var Ma=class{url;#e=0;#t=0;#r=0;#s=0;constructor(e){this.url=e instanceof URL?e:new URL(e)}async getRawBlock(e,t){let n=this.url;if(n.pathname=`/ipfs/${e.toString()}`,n.search="?format=raw",t?.aborted===!0)throw new Error(`Signal to fetch raw block for CID ${e} from gateway ${this.url} was aborted prior to fetch`);try{this.#e++;let i=await fetch(n.toString(),{signal:t,headers:{Accept:"application/vnd.ipld.raw"},cache:"force-cache"});if(!i.ok)throw this.#t++,new Error(`unable to fetch raw block for CID ${e} from gateway ${this.url}`);return this.#s++,new Uint8Array(await i.arrayBuffer())}catch{throw t?.aborted===!0?new Error(`fetching raw block for CID ${e} from gateway ${this.url} was aborted`):(this.#t++,new Error(`unable to fetch raw block for CID ${e}`))}}reliability(){return this.#e===0?1:this.#r>0?-1/0:this.#s/(this.#e+this.#t*3)}incrementInvalidBlocks(){this.#r++}};var Ha=class{gateways;log;constructor(e,t={}){this.log=e.logger.forComponent("helia:trustless-gateway-block-broker"),this.gateways=(t.gateways??v0).map(n=>new Ma(n))}async retrieve(e,t={}){let n=this.gateways.sort((o,s)=>s.reliability()-o.reliability()),i=[];for(let o of n){this.log("getting block for %c from %s",e,o.url);try{let s=await o.getRawBlock(e,t.signal);this.log.trace("got block for %c from %s",e,o.url);try{await t.validateFn?.(s)}catch(a){throw this.log.error("failed to validate block for %c from %s",e,o.url,a),o.incrementInvalidBlocks(),new Error(`unable to validate block for CID ${e} from gateway ${o.url}`)}return s}catch(s){if(this.log.error("failed to get block for %c from %s",e,o.url,s),s instanceof Error?i.push(s):i.push(new Error(`unable to fetch raw block for CID ${e} from gateway ${o.url}`)),t.signal?.aborted===!0){this.log.trace("request aborted while fetching raw block for CID %c from gateway %s",e,o.url);break}}}throw new AggregateError(i,`unable to fetch raw block for CID ${e} from any gateway`)}};var v0=["https://trustless-gateway.link","https://cloudflare-ipfs.com","https://4everland.io"];function as(r={}){return e=>new Ha(e,r)}var n3=Symbol.for("nodejs.util.inspect.custom"),A0=Object.values(Tn).map(r=>r.decoder).reduce((r,e)=>r.or(e),Tn.identity.decoder),_0=114,wd=36,Ed=37,cs=class{type;multihash;privateKey;publicKey;string;constructor(e){this.type=e.type,this.multihash=e.multihash,this.privateKey=e.privateKey,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[Uu]=!0;toString(){return this.string==null&&(this.string=Ne.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return F.createV1(_0,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(e){if(e==null)return!1;if(e instanceof Uint8Array)return he(this.multihash.bytes,e);if(typeof e=="string")return It(e).equals(this);if(e?.multihash?.bytes!=null)return he(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[n3](){return`PeerId(${this.toString()})`}},eo=class extends cs{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},to=class extends cs{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},ro=class extends cs{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function It(r,e){if(e=e??A0,r.charAt(0)==="1"||r.charAt(0)==="Q"){let t=st(Ne.decode(`z${r}`));return r.startsWith("12D")?new to({multihash:t}):r.startsWith("16U")?new ro({multihash:t}):new eo({multihash:t})}return ls(A0.decode(r))}function ls(r){try{let e=st(r);if(e.code===et.code){if(e.digest.length===wd)return new to({multihash:e});if(e.digest.length===Ed)return new ro({multihash:e})}if(e.code===fe.code)return new eo({multihash:e})}catch{return i3(F.decode(r))}throw new Error("Supplied PeerID CID is invalid")}function i3(r){if(r==null||r.multihash==null||r.version==null||r.version===1&&r.code!==_0)throw new Error("Supplied PeerID CID is invalid");let e=r.multihash;if(e.code===fe.code)return new eo({multihash:r.multihash});if(e.code===et.code){if(e.digest.length===wd)return new to({multihash:r.multihash});if(e.digest.length===Ed)return new ro({multihash:r.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function S0(r,e){return r.length===wd?new to({multihash:mr(et.code,r),privateKey:e}):r.length===Ed?new ro({multihash:mr(et.code,r),privateKey:e}):new eo({multihash:await fe.digest(r),publicKey:r,privateKey:e})}var $a=class{index=0;input="";new(e){return this.index=0,this.input=e,this}readAtomically(e){let t=this.index,n=e();return n===void 0&&(this.index=t),n}parseWith(e){let t=e();if(this.index===this.input.length)return t}peekChar(){if(!(this.index>=this.input.length))return this.input[this.index]}readChar(){if(!(this.index>=this.input.length))return this.input[this.index++]}readGivenChar(e){return this.readAtomically(()=>{let t=this.readChar();if(t===e)return t})}readSeparator(e,t,n){return this.readAtomically(()=>{if(!(t>0&&this.readGivenChar(e)===void 0))return n()})}readNumber(e,t,n,i){return this.readAtomically(()=>{let o=0,s=0,a=this.peekChar();if(a===void 0)return;let c=a==="0",u=2**(8*i)-1;for(;;){let l=this.readAtomically(()=>{let d=this.readChar();if(d===void 0)return;let m=Number.parseInt(d,e);if(!Number.isNaN(m))return m});if(l===void 0)break;if(o*=e,o+=l,o>u||(s+=1,t!==void 0&&s>t))return}if(s!==0)return!n&&c&&s>1?void 0:o})}readIPv4Addr(){return this.readAtomically(()=>{let e=new Uint8Array(4);for(let t=0;t<e.length;t++){let n=this.readSeparator(".",t,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;e[t]=n}return e})}readIPv6Addr(){let e=t=>{for(let n=0;n<t.length/2;n++){let i=n*2;if(n<t.length-3){let s=this.readSeparator(":",n,()=>this.readIPv4Addr());if(s!==void 0)return t[i]=s[0],t[i+1]=s[1],t[i+2]=s[2],t[i+3]=s[3],[i+4,!0]}let o=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(o===void 0)return[i,!1];t[i]=o>>8,t[i+1]=o&255}return[t.length,!1]};return this.readAtomically(()=>{let t=new Uint8Array(16),[n,i]=e(t);if(n===16)return t;if(i||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let o=new Uint8Array(14),s=16-(n+2),[a]=e(o.subarray(0,s));return t.set(o.subarray(0,a),16-a),t})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var I0=45,o3=15,no=new $a;function xd(r){if(!(r.length>o3))return no.new(r).parseWith(()=>no.readIPv4Addr())}function bd(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>I0))return no.new(r).parseWith(()=>no.readIPv6Addr())}function za(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>I0))return no.new(r).parseWith(()=>no.readIPAddr())}var Z5=parseInt("0xFFFF",16),J5=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function R0(r){return!!xd(r)}function T0(r){return!!bd(r)}function Ka(r){return!!za(r)}var N0=R0,u3=T0,vd=function(r){let e=0;if(r=r.toString().trim(),N0(r)){let t=new Uint8Array(e+4);return r.split(/\./g).forEach(n=>{t[e++]=parseInt(n,10)&255}),t}if(u3(r)){let t=r.split(":",8),n;for(n=0;n<t.length;n++){let o=N0(t[n]),s;o&&(s=vd(t[n]),t[n]=Z(s.slice(0,2),"base16")),s!=null&&++n<8&&t.splice(n,0,Z(s.slice(2,4),"base16"))}if(t[0]==="")for(;t.length<8;)t.unshift("0");else if(t[t.length-1]==="")for(;t.length<8;)t.push("0");else if(t.length<8){for(n=0;n<t.length&&t[n]!=="";n++);let o=[n,1];for(n=9-t.length;n>0;n--)o.push("0");t.splice.apply(t,o)}let i=new Uint8Array(e+16);for(n=0;n<t.length;n++){let o=parseInt(t[n],16);i[e++]=o>>8&255,i[e++]=o&255}return i}throw new Error("invalid ip address")},C0=function(r,e=0,t){e=~~e,t=t??r.length-e;let n=new DataView(r.buffer);if(t===4){let i=[];for(let o=0;o<t;o++)i.push(r[e+o]);return i.join(".")}if(t===16){let i=[];for(let o=0;o<t;o+=2)i.push(n.getUint16(e+o).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var io={},Ad={},f3=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[777,-1,"memory"]];f3.forEach(r=>{let e=h3(...r);Ad[e.code]=e,io[e.name]=e});function h3(r,e,t,n,i){return{code:r,size:e,name:t,resolvable:!!n,path:!!i}}function we(r){if(typeof r=="number"){if(Ad[r]!=null)return Ad[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(io[r]!=null)return io[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var Dk=we("ip4"),Ok=we("ip6"),Pk=we("ipcidr");function Sd(r,e){switch(we(r).code){case 4:case 41:return m3(e);case 42:return D0(e);case 6:case 273:case 33:case 132:return P0(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return D0(e);case 421:return E3(e);case 444:return O0(e);case 445:return O0(e);case 466:return w3(e);default:return Z(e,"base16")}}function Id(r,e){switch(we(r).code){case 4:return L0(e);case 41:return L0(e);case 42:return U0(e);case 6:case 273:case 33:case 132:return Bd(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return U0(e);case 421:return y3(e);case 444:return x3(e);case 445:return b3(e);case 466:return g3(e);default:return V(e,"base16")}}var _d=Object.values(Tn).map(r=>r.decoder),p3=function(){let r=_d[0].or(_d[1]);return _d.slice(2).forEach(e=>r=r.or(e)),r}();function L0(r){if(!Ka(r))throw new Error("invalid ip address");return vd(r)}function m3(r){let e=C0(r,0,r.length);if(e==null)throw new Error("ipBuff is required");if(!Ka(e))throw new Error("invalid ip address");return e}function Bd(r){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,r),new Uint8Array(e)}function P0(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function U0(r){let e=V(r),t=Uint8Array.from(Zi(e.length));return ye([t,e],t.length+e.length)}function D0(r){let e=hi(r);if(r=r.slice(mt(e)),r.length!==e)throw new Error("inconsistent lengths");return Z(r)}function y3(r){let e;r[0]==="Q"||r[0]==="1"?e=st(Ne.decode(`z${r}`)).bytes:e=F.parse(r).multihash.bytes;let t=Uint8Array.from(Zi(e.length));return ye([t,e],t.length+e.length)}function g3(r){let e=p3.decode(r),t=Uint8Array.from(Zi(e.length));return ye([t,e],t.length+e.length)}function w3(r){let e=hi(r),t=r.slice(mt(e));if(t.length!==e)throw new Error("inconsistent lengths");return"u"+Z(t,"base64url")}function E3(r){let e=hi(r),t=r.slice(mt(e));if(t.length!==e)throw new Error("inconsistent lengths");return Z(t,"base58btc")}function x3(r){let e=r.split(":");if(e.length!==2)throw new Error(`failed to parse onion addr: ["'${e.join('", "')}'"]' does not contain a port number`);if(e[0].length!==16)throw new Error(`failed to parse onion addr: ${e[0]} not a Tor onion address.`);let t=Ge.decode("b"+e[0]),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=Bd(n);return ye([t,i],t.length+i.length)}function b3(r){let e=r.split(":");if(e.length!==2)throw new Error(`failed to parse onion addr: ["'${e.join('", "')}'"]' does not contain a port number`);if(e[0].length!==56)throw new Error(`failed to parse onion addr: ${e[0]} not a Tor onion3 address.`);let t=Ge.decode(`b${e[0]}`),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=Bd(n);return ye([t,i],t.length+i.length)}function O0(r){let e=r.slice(0,r.length-2),t=r.slice(r.length-2),n=Z(e,"base32"),i=P0(t);return`${n}:${i}`}function F0(r){r=kd(r);let e=[],t=[],n=null,i=r.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let o=0;o<i.length;o++){let s=i[o],a=we(s);if(a.size===0){e.push([a.code]),t.push([a.code]);continue}if(o++,o>=i.length)throw M0("invalid address: "+r);if(a.path===!0){n=kd(i.slice(o).join("/")),e.push([a.code,Id(a.code,n)]),t.push([a.code,n]);break}let c=Id(a.code,i[o]);e.push([a.code,c]),t.push([a.code,Sd(a.code,c)])}return{string:V0(t),bytes:Td(e),tuples:e,stringTuples:t,path:n}}function Rd(r){let e=[],t=[],n=null,i=0;for(;i<r.length;){let o=hi(r,i),s=mt(o),a=we(o),c=v3(a,r.slice(i+s));if(c===0){e.push([o]),t.push([o]),i+=s;continue}let u=r.slice(i+s,i+s+c);if(i+=c+s,i>r.length)throw M0("Invalid address Uint8Array: "+Z(r,"base16"));e.push([o,u]);let l=Sd(o,u);if(t.push([o,l]),a.path===!0){n=l;break}}return{bytes:Uint8Array.from(r),string:V0(t),tuples:e,stringTuples:t,path:n}}function V0(r){let e=[];return r.map(t=>{let n=we(t[0]);return e.push(n.name),t.length>1&&t[1]!=null&&e.push(t[1]),null}),kd(e.join("/"))}function Td(r){return ye(r.map(e=>{let t=we(e[0]),n=Uint8Array.from(Zi(t.code));return e.length>1&&e[1]!=null&&(n=ye([n,e[1]])),n}))}function v3(r,e){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let t=hi(e instanceof Uint8Array?e:Uint8Array.from(e));return t+mt(t)}}function kd(r){return"/"+r.trim().split("/").filter(e=>e).join("/")}function M0(r){return new Error("Error parsing address: "+r)}var A3=Symbol.for("nodejs.util.inspect.custom"),Nd=Symbol.for("@multiformats/js-multiaddr/multiaddr"),_3=[we("dns").code,we("dns4").code,we("dns6").code,we("dnsaddr").code],Ga=class r{bytes;#e;#t;#r;#s;[Nd]=!0;constructor(e){e==null&&(e="");let t;if(e instanceof Uint8Array)t=Rd(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);t=F0(e)}else if($0(e))t=Rd(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=t.bytes,this.#e=t.string,this.#t=t.tuples,this.#r=t.stringTuples,this.#s=t.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let e,t,n,i,o="",s=we("tcp"),a=we("udp"),c=we("ip4"),u=we("ip6"),l=we("dns6"),d=we("ip6zone");for(let[f,h]of this.stringTuples())f===d.code&&(o=`%${h??""}`),_3.includes(f)&&(t=s.name,i=443,n=`${h??""}${o}`,e=f===l.code?6:4),(f===s.code||f===a.code)&&(t=we(f).name,i=parseInt(h??"")),(f===c.code||f===u.code)&&(t=we(f).name,n=`${h??""}${o}`,e=f===u.code?6:4);if(e==null||t==null||n==null||i==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:e,host:n,transport:t,port:i}}protos(){return this.#t.map(([e])=>Object.assign({},we(e)))}protoCodes(){return this.#t.map(([e])=>e)}protoNames(){return this.#t.map(([e])=>we(e).name)}tuples(){return this.#t}stringTuples(){return this.#r}encapsulate(e){return e=new r(e),new r(this.toString()+e.toString())}decapsulate(e){let t=e.toString(),n=this.toString(),i=n.lastIndexOf(t);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new r(n.slice(0,i))}decapsulateCode(e){let t=this.tuples();for(let n=t.length-1;n>=0;n--)if(t[n][0]===e)return new r(Td(t.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===io.p2p.code&&e.push([n,i]),n===io["p2p-circuit"].code&&(e=[])});let t=e.pop();if(t?.[1]!=null){let n=t[1];return n[0]==="Q"||n[0]==="1"?Z(Ne.decode(`z${n}`),"base58btc"):Z(F.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#s}equals(e){return he(this.bytes,e.bytes)}async resolve(e){let t=this.protos().find(o=>o.resolvable);if(t==null)return[this];let n=H0.get(t.name);if(n==null)throw new O(`no available resolver for ${t.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,e)).map(o=>us(o))}nodeAddress(){let e=this.toOptions();if(e.transport!=="tcp"&&e.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${e.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:e.family,address:e.host,port:e.port}}isThinWaistAddress(e){let t=(e??this).protos();return!(t.length!==2||t[0].code!==4&&t[0].code!==41||t[1].code!==6&&t[1].code!==273)}[A3](){return`Multiaddr(${this.#e})`}};var H0=new Map;function $0(r){return!!r?.[Nd]}function us(r){return new Ga(r)}async function*qa(r,e={}){let t=r.getReader();try{for(;;){let n=await t.read();if(n.done)return;yield n.value}}finally{e.preventCancel!==!0&&await t.cancel(),t.releaseLock()}}var jd={};Be(jd,{Ed25519PrivateKey:()=>xi,Ed25519PublicKey:()=>hs,generateKeyPair:()=>D6,generateKeyPairFromSeed:()=>p1,unmarshalEd25519PrivateKey:()=>L6,unmarshalEd25519PublicKey:()=>U6});function Gt(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}function oo(r){if(!Number.isSafeInteger(r)||r<0)throw new Error(`Wrong positive integer: ${r}`)}function S3(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}function Cd(r,...e){if(!S3(r))throw new Error("Expected Uint8Array");if(e.length>0&&!e.includes(r.length))throw new Error(`Expected Uint8Array of length ${e}, not of length=${r.length}`)}function Wa(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");oo(r.outputLen),oo(r.blockLen)}function so(r,e=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(e&&r.finished)throw new Error("Hash#digest() has already been called")}function z0(r,e){Cd(r);let t=e.outputLen;if(r.length<t)throw new Error(`digestInto() expects output buffer of length at least ${t}`)}var Ya=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function K0(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}var co=r=>new DataView(r.buffer,r.byteOffset,r.byteLength),Qt=(r,e)=>r<<32-e|r>>>e,I3=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;if(!I3)throw new Error("Non little-endian hardware is not supported");var B3=async()=>{};async function G0(r,e,t){let n=Date.now();for(let i=0;i<r;i++){t(i);let o=Date.now()-n;o>=0&&o<e||(await B3(),n+=o)}}function Ld(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}function Nn(r){if(typeof r=="string"&&(r=Ld(r)),!K0(r))throw new Error(`expected Uint8Array, got ${typeof r}`);return r}function ja(...r){let e=0;for(let n=0;n<r.length;n++){let i=r[n];if(!K0(i))throw new Error("Uint8Array expected");e+=i.length}let t=new Uint8Array(e);for(let n=0,i=0;n<r.length;n++){let o=r[n];t.set(o,i),i+=o.length}return t}var ao=class{clone(){return this._cloneInto()}},k3={}.toString;function q0(r,e){if(e!==void 0&&k3.call(e)!=="[object Object]")throw new Error("Options should be object or undefined");return Object.assign(r,e)}function Xa(r){let e=n=>r().update(Nn(n)).digest(),t=r();return e.outputLen=t.outputLen,e.blockLen=t.blockLen,e.create=()=>r(),e}function lo(r=32){if(Ya&&typeof Ya.getRandomValues=="function")return Ya.getRandomValues(new Uint8Array(r));throw new Error("crypto.getRandomValues must be defined")}function R3(r,e,t,n){if(typeof r.setBigUint64=="function")return r.setBigUint64(e,t,n);let i=BigInt(32),o=BigInt(4294967295),s=Number(t>>i&o),a=Number(t&o),c=n?4:0,u=n?0:4;r.setUint32(e+c,s,n),r.setUint32(e+u,a,n)}var uo=class extends ao{constructor(e,t,n,i){super(),this.blockLen=e,this.outputLen=t,this.padOffset=n,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(e),this.view=co(this.buffer)}update(e){so(this);let{view:t,buffer:n,blockLen:i}=this;e=Nn(e);let o=e.length;for(let s=0;s<o;){let a=Math.min(i-this.pos,o-s);if(a===i){let c=co(e);for(;i<=o-s;s+=i)this.process(c,s);continue}n.set(e.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===i&&(this.process(t,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){so(this),z0(e,this),this.finished=!0;let{buffer:t,view:n,blockLen:i,isLE:o}=this,{pos:s}=this;t[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>i-s&&(this.process(n,0),s=0);for(let d=s;d<i;d++)t[d]=0;R3(n,i-8,BigInt(this.length*8),o),this.process(n,0);let a=co(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let u=c/4,l=this.get();if(u>l.length)throw new Error("_sha2: outputLen bigger than state");for(let d=0;d<u;d++)a.setUint32(4*d,l[d],o)}digest(){let{buffer:e,outputLen:t}=this;this.digestInto(e);let n=e.slice(0,t);return this.destroy(),n}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());let{blockLen:t,buffer:n,length:i,finished:o,destroyed:s,pos:a}=this;return e.length=i,e.pos=a,e.finished=o,e.destroyed=s,i%t&&e.buffer.set(n),e}};var Za=BigInt(4294967295),Ud=BigInt(32);function W0(r,e=!1){return e?{h:Number(r&Za),l:Number(r>>Ud&Za)}:{h:Number(r>>Ud&Za)|0,l:Number(r&Za)|0}}function T3(r,e=!1){let t=new Uint32Array(r.length),n=new Uint32Array(r.length);for(let i=0;i<r.length;i++){let{h:o,l:s}=W0(r[i],e);[t[i],n[i]]=[o,s]}return[t,n]}var N3=(r,e)=>BigInt(r>>>0)<<Ud|BigInt(e>>>0),C3=(r,e,t)=>r>>>t,L3=(r,e,t)=>r<<32-t|e>>>t,U3=(r,e,t)=>r>>>t|e<<32-t,D3=(r,e,t)=>r<<32-t|e>>>t,O3=(r,e,t)=>r<<64-t|e>>>t-32,P3=(r,e,t)=>r>>>t-32|e<<64-t,F3=(r,e)=>e,V3=(r,e)=>r,M3=(r,e,t)=>r<<t|e>>>32-t,H3=(r,e,t)=>e<<t|r>>>32-t,$3=(r,e,t)=>e<<t-32|r>>>64-t,z3=(r,e,t)=>r<<t-32|e>>>64-t;function K3(r,e,t,n){let i=(e>>>0)+(n>>>0);return{h:r+t+(i/2**32|0)|0,l:i|0}}var G3=(r,e,t)=>(r>>>0)+(e>>>0)+(t>>>0),q3=(r,e,t,n)=>e+t+n+(r/2**32|0)|0,W3=(r,e,t,n)=>(r>>>0)+(e>>>0)+(t>>>0)+(n>>>0),Y3=(r,e,t,n,i)=>e+t+n+i+(r/2**32|0)|0,j3=(r,e,t,n,i)=>(r>>>0)+(e>>>0)+(t>>>0)+(n>>>0)+(i>>>0),X3=(r,e,t,n,i,o)=>e+t+n+i+o+(r/2**32|0)|0;var Z3={fromBig:W0,split:T3,toBig:N3,shrSH:C3,shrSL:L3,rotrSH:U3,rotrSL:D3,rotrBH:O3,rotrBL:P3,rotr32H:F3,rotr32L:V3,rotlSH:M3,rotlSL:H3,rotlBH:$3,rotlBL:z3,add:K3,add3L:G3,add3H:q3,add4L:W3,add4H:Y3,add5H:X3,add5L:j3},ee=Z3;var[J3,Q3]=ee.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(r=>BigInt(r))),Cn=new Uint32Array(80),Ln=new Uint32Array(80),Dd=class extends uo{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:e,Al:t,Bh:n,Bl:i,Ch:o,Cl:s,Dh:a,Dl:c,Eh:u,El:l,Fh:d,Fl:m,Gh:f,Gl:h,Hh:p,Hl:y}=this;return[e,t,n,i,o,s,a,c,u,l,d,m,f,h,p,y]}set(e,t,n,i,o,s,a,c,u,l,d,m,f,h,p,y){this.Ah=e|0,this.Al=t|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=l|0,this.Fh=d|0,this.Fl=m|0,this.Gh=f|0,this.Gl=h|0,this.Hh=p|0,this.Hl=y|0}process(e,t){for(let E=0;E<16;E++,t+=4)Cn[E]=e.getUint32(t),Ln[E]=e.getUint32(t+=4);for(let E=16;E<80;E++){let _=Cn[E-15]|0,S=Ln[E-15]|0,A=ee.rotrSH(_,S,1)^ee.rotrSH(_,S,8)^ee.shrSH(_,S,7),v=ee.rotrSL(_,S,1)^ee.rotrSL(_,S,8)^ee.shrSL(_,S,7),b=Cn[E-2]|0,T=Ln[E-2]|0,C=ee.rotrSH(b,T,19)^ee.rotrBH(b,T,61)^ee.shrSH(b,T,6),N=ee.rotrSL(b,T,19)^ee.rotrBL(b,T,61)^ee.shrSL(b,T,6),$=ee.add4L(v,N,Ln[E-7],Ln[E-16]),D=ee.add4H($,A,C,Cn[E-7],Cn[E-16]);Cn[E]=D|0,Ln[E]=$|0}let{Ah:n,Al:i,Bh:o,Bl:s,Ch:a,Cl:c,Dh:u,Dl:l,Eh:d,El:m,Fh:f,Fl:h,Gh:p,Gl:y,Hh:g,Hl:x}=this;for(let E=0;E<80;E++){let _=ee.rotrSH(d,m,14)^ee.rotrSH(d,m,18)^ee.rotrBH(d,m,41),S=ee.rotrSL(d,m,14)^ee.rotrSL(d,m,18)^ee.rotrBL(d,m,41),A=d&f^~d&p,v=m&h^~m&y,b=ee.add5L(x,S,v,Q3[E],Ln[E]),T=ee.add5H(b,g,_,A,J3[E],Cn[E]),C=b|0,N=ee.rotrSH(n,i,28)^ee.rotrBH(n,i,34)^ee.rotrBH(n,i,39),$=ee.rotrSL(n,i,28)^ee.rotrBL(n,i,34)^ee.rotrBL(n,i,39),D=n&o^n&a^o&a,ne=i&s^i&c^s&c;g=p|0,x=y|0,p=f|0,y=h|0,f=d|0,h=m|0,{h:d,l:m}=ee.add(u|0,l|0,T|0,C|0),u=a|0,l=c|0,a=o|0,c=s|0,o=n|0,s=i|0;let B=ee.add3L(C,$,ne);n=ee.add3H(B,T,N,D),i=B|0}({h:n,l:i}=ee.add(this.Ah|0,this.Al|0,n|0,i|0)),{h:o,l:s}=ee.add(this.Bh|0,this.Bl|0,o|0,s|0),{h:a,l:c}=ee.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l}=ee.add(this.Dh|0,this.Dl|0,u|0,l|0),{h:d,l:m}=ee.add(this.Eh|0,this.El|0,d|0,m|0),{h:f,l:h}=ee.add(this.Fh|0,this.Fl|0,f|0,h|0),{h:p,l:y}=ee.add(this.Gh|0,this.Gl|0,p|0,y|0),{h:g,l:x}=ee.add(this.Hh|0,this.Hl|0,g|0,x|0),this.set(n,i,o,s,a,c,u,l,d,m,f,h,p,y,g,x)}roundClean(){Cn.fill(0),Ln.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 fo=Xa(()=>new Dd);var Qa={};Be(Qa,{bitGet:()=>s6,bitLen:()=>o6,bitMask:()=>ds,bitSet:()=>a6,bytesToHex:()=>zr,bytesToNumberBE:()=>Kr,bytesToNumberLE:()=>Un,concatBytes:()=>Gr,createHmacDrbg:()=>Fd,ensureBytes:()=>Re,equalBytes:()=>n6,hexToBytes:()=>gi,hexToNumber:()=>Pd,isBytes:()=>er,numberToBytesBE:()=>Dn,numberToBytesLE:()=>wi,numberToHexUnpadded:()=>Z0,numberToVarBytesBE:()=>r6,utf8ToBytes:()=>i6,validateObject:()=>wr});var X0=BigInt(0),Ja=BigInt(1),e6=BigInt(2);function er(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}var t6=Array.from({length:256},(r,e)=>e.toString(16).padStart(2,"0"));function zr(r){if(!er(r))throw new Error("Uint8Array expected");let e="";for(let t=0;t<r.length;t++)e+=t6[r[t]];return e}function Z0(r){let e=r.toString(16);return e.length&1?`0${e}`:e}function Pd(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return BigInt(r===""?"0":`0x${r}`)}var $r={_0:48,_9:57,_A:65,_F:70,_a:97,_f:102};function Y0(r){if(r>=$r._0&&r<=$r._9)return r-$r._0;if(r>=$r._A&&r<=$r._F)return r-($r._A-10);if(r>=$r._a&&r<=$r._f)return r-($r._a-10)}function gi(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);let e=r.length,t=e/2;if(e%2)throw new Error("padded hex string expected, got unpadded hex of length "+e);let n=new Uint8Array(t);for(let i=0,o=0;i<t;i++,o+=2){let s=Y0(r.charCodeAt(o)),a=Y0(r.charCodeAt(o+1));if(s===void 0||a===void 0){let c=r[o]+r[o+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+o)}n[i]=s*16+a}return n}function Kr(r){return Pd(zr(r))}function Un(r){if(!er(r))throw new Error("Uint8Array expected");return Pd(zr(Uint8Array.from(r).reverse()))}function Dn(r,e){return gi(r.toString(16).padStart(e*2,"0"))}function wi(r,e){return Dn(r,e).reverse()}function r6(r){return gi(Z0(r))}function Re(r,e,t){let n;if(typeof e=="string")try{n=gi(e)}catch(o){throw new Error(`${r} must be valid hex string, got "${e}". Cause: ${o}`)}else if(er(e))n=Uint8Array.from(e);else throw new Error(`${r} must be hex string or Uint8Array`);let i=n.length;if(typeof t=="number"&&i!==t)throw new Error(`${r} expected ${t} bytes, got ${i}`);return n}function Gr(...r){let e=0;for(let i=0;i<r.length;i++){let o=r[i];if(!er(o))throw new Error("Uint8Array expected");e+=o.length}let t=new Uint8Array(e),n=0;for(let i=0;i<r.length;i++){let o=r[i];t.set(o,n),n+=o.length}return t}function n6(r,e){if(r.length!==e.length)return!1;let t=0;for(let n=0;n<r.length;n++)t|=r[n]^e[n];return t===0}function i6(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}function o6(r){let e;for(e=0;r>X0;r>>=Ja,e+=1);return e}function s6(r,e){return r>>BigInt(e)&Ja}var a6=(r,e,t)=>r|(t?Ja:X0)<<BigInt(e),ds=r=>(e6<<BigInt(r-1))-Ja,Od=r=>new Uint8Array(r),j0=r=>Uint8Array.from(r);function Fd(r,e,t){if(typeof r!="number"||r<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof t!="function")throw new Error("hmacFn must be a function");let n=Od(r),i=Od(r),o=0,s=()=>{n.fill(1),i.fill(0),o=0},a=(...d)=>t(i,n,...d),c=(d=Od())=>{i=a(j0([0]),d),n=a(),d.length!==0&&(i=a(j0([1]),d),n=a())},u=()=>{if(o++>=1e3)throw new Error("drbg: tried 1000 values");let d=0,m=[];for(;d<e;){n=a();let f=n.slice();m.push(f),d+=n.length}return Gr(...m)};return(d,m)=>{s(),c(d);let f;for(;!(f=m(u()));)c();return s(),f}}var c6={bigint:r=>typeof r=="bigint",function:r=>typeof r=="function",boolean:r=>typeof r=="boolean",string:r=>typeof r=="string",stringOrUint8Array:r=>typeof r=="string"||er(r),isSafeInteger:r=>Number.isSafeInteger(r),array:r=>Array.isArray(r),field:(r,e)=>e.Fp.isValid(r),hash:r=>typeof r=="function"&&Number.isSafeInteger(r.outputLen)};function wr(r,e,t={}){let n=(i,o,s)=>{let a=c6[o];if(typeof a!="function")throw new Error(`Invalid validator "${o}", expected function`);let c=r[i];if(!(s&&c===void 0)&&!a(c,r))throw new Error(`Invalid param ${String(i)}=${c} (${typeof c}), expected ${o}`)};for(let[i,o]of Object.entries(e))n(i,o,!1);for(let[i,o]of Object.entries(t))n(i,o,!0);return r}var Fe=BigInt(0),Ee=BigInt(1),Ei=BigInt(2),l6=BigInt(3),Vd=BigInt(4),J0=BigInt(5),Q0=BigInt(8),u6=BigInt(9),d6=BigInt(16);function ge(r,e){let t=r%e;return t>=Fe?t:e+t}function f6(r,e,t){if(t<=Fe||e<Fe)throw new Error("Expected power/modulo > 0");if(t===Ee)return Fe;let n=Ee;for(;e>Fe;)e&Ee&&(n=n*r%t),r=r*r%t,e>>=Ee;return n}function xe(r,e,t){let n=r;for(;e-- >Fe;)n*=n,n%=t;return n}function ec(r,e){if(r===Fe||e<=Fe)throw new Error(`invert: expected positive integers, got n=${r} mod=${e}`);let t=ge(r,e),n=e,i=Fe,o=Ee,s=Ee,a=Fe;for(;t!==Fe;){let u=n/t,l=n%t,d=i-s*u,m=o-a*u;n=t,t=l,i=s,o=a,s=d,a=m}if(n!==Ee)throw new Error("invert: does not exist");return ge(i,e)}function h6(r){let e=(r-Ee)/Ei,t,n,i;for(t=r-Ee,n=0;t%Ei===Fe;t/=Ei,n++);for(i=Ei;i<r&&f6(i,e,r)!==r-Ee;i++);if(n===1){let s=(r+Ee)/Vd;return function(c,u){let l=c.pow(u,s);if(!c.eql(c.sqr(l),u))throw new Error("Cannot find square root");return l}}let o=(t+Ee)/Ei;return function(a,c){if(a.pow(c,e)===a.neg(a.ONE))throw new Error("Cannot find square root");let u=n,l=a.pow(a.mul(a.ONE,i),t),d=a.pow(c,o),m=a.pow(c,t);for(;!a.eql(m,a.ONE);){if(a.eql(m,a.ZERO))return a.ZERO;let f=1;for(let p=a.sqr(m);f<u&&!a.eql(p,a.ONE);f++)p=a.sqr(p);let h=a.pow(l,Ee<<BigInt(u-f-1));l=a.sqr(h),d=a.mul(d,h),m=a.mul(m,l),u=f}return d}}function p6(r){if(r%Vd===l6){let e=(r+Ee)/Vd;return function(n,i){let o=n.pow(i,e);if(!n.eql(n.sqr(o),i))throw new Error("Cannot find square root");return o}}if(r%Q0===J0){let e=(r-J0)/Q0;return function(n,i){let o=n.mul(i,Ei),s=n.pow(o,e),a=n.mul(i,s),c=n.mul(n.mul(a,Ei),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 r%d6,h6(r)}var e1=(r,e)=>(ge(r,e)&Ee)===Ee,m6=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Md(r){let e={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},t=m6.reduce((n,i)=>(n[i]="function",n),e);return wr(r,t)}function y6(r,e,t){if(t<Fe)throw new Error("Expected power > 0");if(t===Fe)return r.ONE;if(t===Ee)return e;let n=r.ONE,i=e;for(;t>Fe;)t&Ee&&(n=r.mul(n,i)),i=r.sqr(i),t>>=Ee;return n}function g6(r,e){let t=new Array(e.length),n=e.reduce((o,s,a)=>r.is0(s)?o:(t[a]=o,r.mul(o,s)),r.ONE),i=r.inv(n);return e.reduceRight((o,s,a)=>r.is0(s)?o:(t[a]=r.mul(o,t[a]),r.mul(o,s)),i),t}function Hd(r,e){let t=e!==void 0?e:r.toString(2).length,n=Math.ceil(t/8);return{nBitLength:t,nByteLength:n}}function tc(r,e,t=!1,n={}){if(r<=Fe)throw new Error(`Expected Field ORDER > 0, got ${r}`);let{nBitLength:i,nByteLength:o}=Hd(r,e);if(o>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=p6(r),a=Object.freeze({ORDER:r,BITS:i,BYTES:o,MASK:ds(i),ZERO:Fe,ONE:Ee,create:c=>ge(c,r),isValid:c=>{if(typeof c!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof c}`);return Fe<=c&&c<r},is0:c=>c===Fe,isOdd:c=>(c&Ee)===Ee,neg:c=>ge(-c,r),eql:(c,u)=>c===u,sqr:c=>ge(c*c,r),add:(c,u)=>ge(c+u,r),sub:(c,u)=>ge(c-u,r),mul:(c,u)=>ge(c*u,r),pow:(c,u)=>y6(a,c,u),div:(c,u)=>ge(c*ec(u,r),r),sqrN:c=>c*c,addN:(c,u)=>c+u,subN:(c,u)=>c-u,mulN:(c,u)=>c*u,inv:c=>ec(c,r),sqrt:n.sqrt||(c=>s(a,c)),invertBatch:c=>g6(a,c),cmov:(c,u,l)=>l?u:c,toBytes:c=>t?wi(c,o):Dn(c,o),fromBytes:c=>{if(c.length!==o)throw new Error(`Fp.fromBytes: expected ${o}, got ${c.length}`);return t?Un(c):Kr(c)}});return Object.freeze(a)}function t1(r,e){if(!r.isOdd)throw new Error("Field doesn't have isOdd");let t=r.sqrt(e);return r.isOdd(t)?r.neg(t):t}function r1(r){if(typeof r!="bigint")throw new Error("field order must be bigint");let e=r.toString(2).length;return Math.ceil(e/8)}function $d(r){let e=r1(r);return e+Math.ceil(e/2)}function n1(r,e,t=!1){let n=r.length,i=r1(e),o=$d(e);if(n<16||n<o||n>1024)throw new Error(`expected ${o}-1024 bytes of input, got ${n}`);let s=t?Kr(r):Un(r),a=ge(s,e-Ee)+Ee;return t?wi(a,i):Dn(a,i)}var E6=BigInt(0),zd=BigInt(1);function rc(r,e){let t=(i,o)=>{let s=o.negate();return i?s:o},n=i=>{let o=Math.ceil(e/i)+1,s=2**(i-1);return{windows:o,windowSize:s}};return{constTimeNegate:t,unsafeLadder(i,o){let s=r.ZERO,a=i;for(;o>E6;)o&zd&&(s=s.add(a)),a=a.double(),o>>=zd;return s},precomputeWindow(i,o){let{windows:s,windowSize:a}=n(o),c=[],u=i,l=u;for(let d=0;d<s;d++){l=u,c.push(l);for(let m=1;m<a;m++)l=l.add(u),c.push(l);u=l.double()}return c},wNAF(i,o,s){let{windows:a,windowSize:c}=n(i),u=r.ZERO,l=r.BASE,d=BigInt(2**i-1),m=2**i,f=BigInt(i);for(let h=0;h<a;h++){let p=h*c,y=Number(s&d);s>>=f,y>c&&(y-=m,s+=zd);let g=p,x=p+Math.abs(y)-1,E=h%2!==0,_=y<0;y===0?l=l.add(t(E,o[g])):u=u.add(t(_,o[x]))}return{p:u,f:l}},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 fs(r){return Md(r.Fp),wr(r,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Hd(r.n,r.nBitLength),...r,p:r.Fp.ORDER})}var tr=BigInt(0),Bt=BigInt(1),nc=BigInt(2),x6=BigInt(8),b6={zip215:!0};function v6(r){let e=fs(r);return wr(r,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...e})}function ic(r){let e=v6(r),{Fp:t,n,prehash:i,hash:o,randomBytes:s,nByteLength:a,h:c}=e,u=nc<<BigInt(a*8)-Bt,l=t.create,d=e.uvRatio||((L,k)=>{try{return{isValid:!0,value:t.sqrt(L*t.inv(k))}}catch{return{isValid:!1,value:tr}}}),m=e.adjustScalarBytes||(L=>L),f=e.domain||((L,k,K)=>{if(k.length||K)throw new Error("Contexts/pre-hash are not supported");return L}),h=L=>typeof L=="bigint"&&tr<L,p=(L,k)=>h(L)&&h(k)&&L<k,y=L=>L===tr||p(L,u);function g(L,k){if(p(L,k))return L;throw new Error(`Expected valid scalar < ${k}, got ${typeof L} ${L}`)}function x(L){return L===tr?L:g(L,n)}let E=new Map;function _(L){if(!(L instanceof S))throw new Error("ExtendedPoint expected")}class S{constructor(k,K,Y,J){if(this.ex=k,this.ey=K,this.ez=Y,this.et=J,!y(k))throw new Error("x required");if(!y(K))throw new Error("y required");if(!y(Y))throw new Error("z required");if(!y(J))throw new Error("t required")}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(k){if(k instanceof S)throw new Error("extended point not allowed");let{x:K,y:Y}=k||{};if(!y(K)||!y(Y))throw new Error("invalid affine point");return new S(K,Y,Bt,l(K*Y))}static normalizeZ(k){let K=t.invertBatch(k.map(Y=>Y.ez));return k.map((Y,J)=>Y.toAffine(K[J])).map(S.fromAffine)}_setWindowSize(k){this._WINDOW_SIZE=k,E.delete(this)}assertValidity(){let{a:k,d:K}=e;if(this.is0())throw new Error("bad point: ZERO");let{ex:Y,ey:J,ez:re,et:ie}=this,me=l(Y*Y),ae=l(J*J),ue=l(re*re),Ue=l(ue*ue),Ie=l(me*k),ze=l(ue*l(Ie+ae)),Ke=l(Ue+l(K*l(me*ae)));if(ze!==Ke)throw new Error("bad point: equation left != right (1)");let Pe=l(Y*J),Ze=l(re*ie);if(Pe!==Ze)throw new Error("bad point: equation left != right (2)")}equals(k){_(k);let{ex:K,ey:Y,ez:J}=this,{ex:re,ey:ie,ez:me}=k,ae=l(K*me),ue=l(re*J),Ue=l(Y*me),Ie=l(ie*J);return ae===ue&&Ue===Ie}is0(){return this.equals(S.ZERO)}negate(){return new S(l(-this.ex),this.ey,this.ez,l(-this.et))}double(){let{a:k}=e,{ex:K,ey:Y,ez:J}=this,re=l(K*K),ie=l(Y*Y),me=l(nc*l(J*J)),ae=l(k*re),ue=K+Y,Ue=l(l(ue*ue)-re-ie),Ie=ae+ie,ze=Ie-me,Ke=ae-ie,Pe=l(Ue*ze),Ze=l(Ie*Ke),Vr=l(Ue*Ke),li=l(ze*Ie);return new S(Pe,Ze,li,Vr)}add(k){_(k);let{a:K,d:Y}=e,{ex:J,ey:re,ez:ie,et:me}=this,{ex:ae,ey:ue,ez:Ue,et:Ie}=k;if(K===BigInt(-1)){let gp=l((re-J)*(ue+ae)),wp=l((re+J)*(ue-ae)),bu=l(wp-gp);if(bu===tr)return this.double();let Ep=l(ie*nc*Ie),xp=l(me*nc*Ue),bp=xp+Ep,vp=wp+gp,Ap=xp-Ep,ME=l(bp*bu),HE=l(vp*Ap),$E=l(bp*Ap),zE=l(bu*vp);return new S(ME,HE,zE,$E)}let ze=l(J*ae),Ke=l(re*ue),Pe=l(me*Y*Ie),Ze=l(ie*Ue),Vr=l((J+re)*(ae+ue)-ze-Ke),li=Ze-Pe,Qo=Ze+Pe,yp=l(Ke-K*ze),OE=l(Vr*li),PE=l(Qo*yp),FE=l(Vr*yp),VE=l(li*Qo);return new S(OE,PE,VE,FE)}subtract(k){return this.add(k.negate())}wNAF(k){return b.wNAFCached(this,E,k,S.normalizeZ)}multiply(k){let{p:K,f:Y}=this.wNAF(g(k,n));return S.normalizeZ([K,Y])[0]}multiplyUnsafe(k){let K=x(k);return K===tr?v:this.equals(v)||K===Bt?this:this.equals(A)?this.wNAF(K).p:b.unsafeLadder(this,K)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return b.unsafeLadder(this,n).is0()}toAffine(k){let{ex:K,ey:Y,ez:J}=this,re=this.is0();k==null&&(k=re?x6:t.inv(J));let ie=l(K*k),me=l(Y*k),ae=l(J*k);if(re)return{x:tr,y:Bt};if(ae!==Bt)throw new Error("invZ was invalid");return{x:ie,y:me}}clearCofactor(){let{h:k}=e;return k===Bt?this:this.multiplyUnsafe(k)}static fromHex(k,K=!1){let{d:Y,a:J}=e,re=t.BYTES;k=Re("pointHex",k,re);let ie=k.slice(),me=k[re-1];ie[re-1]=me&-129;let ae=Un(ie);ae===tr||(K?g(ae,u):g(ae,t.ORDER));let ue=l(ae*ae),Ue=l(ue-Bt),Ie=l(Y*ue-J),{isValid:ze,value:Ke}=d(Ue,Ie);if(!ze)throw new Error("Point.fromHex: invalid y coordinate");let Pe=(Ke&Bt)===Bt,Ze=(me&128)!==0;if(!K&&Ke===tr&&Ze)throw new Error("Point.fromHex: x=0 and x_0=1");return Ze!==Pe&&(Ke=l(-Ke)),S.fromAffine({x:Ke,y:ae})}static fromPrivateKey(k){return N(k).point}toRawBytes(){let{x:k,y:K}=this.toAffine(),Y=wi(K,t.BYTES);return Y[Y.length-1]|=k&Bt?128:0,Y}toHex(){return zr(this.toRawBytes())}}S.BASE=new S(e.Gx,e.Gy,Bt,l(e.Gx*e.Gy)),S.ZERO=new S(tr,Bt,Bt,tr);let{BASE:A,ZERO:v}=S,b=rc(S,a*8);function T(L){return ge(L,n)}function C(L){return T(Un(L))}function N(L){let k=a;L=Re("private key",L,k);let K=Re("hashed private key",o(L),2*k),Y=m(K.slice(0,k)),J=K.slice(k,2*k),re=C(Y),ie=A.multiply(re),me=ie.toRawBytes();return{head:Y,prefix:J,scalar:re,point:ie,pointBytes:me}}function $(L){return N(L).pointBytes}function D(L=new Uint8Array,...k){let K=Gr(...k);return C(o(f(K,Re("context",L),!!i)))}function ne(L,k,K={}){L=Re("message",L),i&&(L=i(L));let{prefix:Y,scalar:J,pointBytes:re}=N(k),ie=D(K.context,Y,L),me=A.multiply(ie).toRawBytes(),ae=D(K.context,me,re,L),ue=T(ie+ae*J);x(ue);let Ue=Gr(me,wi(ue,t.BYTES));return Re("result",Ue,a*2)}let B=b6;function U(L,k,K,Y=B){let{context:J,zip215:re}=Y,ie=t.BYTES;L=Re("signature",L,2*ie),k=Re("message",k),i&&(k=i(k));let me=Un(L.slice(ie,2*ie)),ae,ue,Ue;try{ae=S.fromHex(K,re),ue=S.fromHex(L.slice(0,ie),re),Ue=A.multiplyUnsafe(me)}catch{return!1}if(!re&&ae.isSmallOrder())return!1;let Ie=D(J,ue.toRawBytes(),ae.toRawBytes(),k);return ue.add(ae.multiplyUnsafe(Ie)).subtract(Ue).clearCofactor().equals(S.ZERO)}return A._setWindowSize(8),{CURVE:e,getPublicKey:$,sign:ne,verify:U,ExtendedPoint:S,utils:{getExtendedPublicKey:N,randomPrivateKey:()=>s(t.BYTES),precompute(L=8,k=S.BASE){return k._setWindowSize(L),k.multiply(BigInt(3)),k}}}}var Gd=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),i1=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),OR=BigInt(0),A6=BigInt(1),Kd=BigInt(2),_6=BigInt(5),o1=BigInt(10),S6=BigInt(20),I6=BigInt(40),s1=BigInt(80);function B6(r){let e=Gd,n=r*r%e*r%e,i=xe(n,Kd,e)*n%e,o=xe(i,A6,e)*r%e,s=xe(o,_6,e)*o%e,a=xe(s,o1,e)*s%e,c=xe(a,S6,e)*a%e,u=xe(c,I6,e)*c%e,l=xe(u,s1,e)*u%e,d=xe(l,s1,e)*u%e,m=xe(d,o1,e)*s%e;return{pow_p_5_8:xe(m,Kd,e)*r%e,b2:n}}function k6(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}function R6(r,e){let t=Gd,n=ge(e*e*e,t),i=ge(n*n*e,t),o=B6(r*i).pow_p_5_8,s=ge(r*n*o,t),a=ge(e*s*s,t),c=s,u=ge(s*i1,t),l=a===r,d=a===ge(-r,t),m=a===ge(-r*i1,t);return l&&(s=c),(d||m)&&(s=u),e1(s,t)&&(s=ge(-s,t)),{isValid:l||d,value:s}}var qr=tc(Gd,void 0,!0),qd={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:qr,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:fo,randomBytes:lo,adjustScalarBytes:k6,uvRatio:R6},ho=ic(qd);function a1(r,e,t){if(e.length>255)throw new Error("Context is too big");return ja(Ld("SigEd25519 no Ed25519 collisions"),new Uint8Array([t?1:0,e.length]),e,r)}var PR=ic({...qd,domain:a1}),FR=ic({...qd,domain:a1,prehash:fo});var T6=(qr.ORDER+BigInt(3))/BigInt(8),VR=qr.pow(Kd,T6),MR=qr.sqrt(qr.neg(qr.ONE)),HR=(qr.ORDER-BigInt(5))/BigInt(8),$R=BigInt(486662);var zR=t1(qr,qr.neg(BigInt(486664)));var KR=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),GR=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),qR=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),WR=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952");var YR=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var po=32,Wr=64,oc=32;function c1(){let r=ho.utils.randomPrivateKey(),e=ho.getPublicKey(r);return{privateKey:f1(r,e),publicKey:e}}function l1(r){if(r.length!==oc)throw new TypeError('"seed" must be 32 bytes in length.');if(!(r instanceof Uint8Array))throw new TypeError('"seed" must be a node.js Buffer, or Uint8Array.');let e=r,t=ho.getPublicKey(e);return{privateKey:f1(e,t),publicKey:t}}function u1(r,e){let t=r.subarray(0,oc);return ho.sign(e instanceof Uint8Array?e:e.subarray(),t)}function d1(r,e,t){return ho.verify(e,t instanceof Uint8Array?t:t.subarray(),r)}function f1(r,e){let t=new Uint8Array(Wr);for(let n=0;n<oc;n++)t[n]=r[n],t[oc+n]=e[n];return t}var at={get(r=globalThis){let e=r.crypto;if(e==null||e.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/blob/main/packages/crypto/README.md#web-crypto-api"),{code:"ERR_MISSING_WEB_CRYPTO"});return e}};var Wd={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function h1(r){let e=r?.algorithm??"AES-GCM",t=r?.keyLength??16,n=r?.nonceLength??12,i=r?.digest??"SHA-256",o=r?.saltLength??16,s=r?.iterations??32767,a=at.get();t*=8;async function c(d,m){let f=a.getRandomValues(new Uint8Array(o)),h=a.getRandomValues(new Uint8Array(n)),p={name:e,iv:h};typeof m=="string"&&(m=V(m));let y;if(m.length===0){y=await a.subtle.importKey("jwk",Wd,{name:"AES-GCM"},!0,["encrypt"]);try{let x={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},E=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(x,E,{name:e,length:t},!0,["encrypt"])}catch{y=await a.subtle.importKey("jwk",Wd,{name:"AES-GCM"},!0,["encrypt"])}}else{let x={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},E=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(x,E,{name:e,length:t},!0,["encrypt"])}let g=await a.subtle.encrypt(p,y,d);return ye([f,p.iv,new Uint8Array(g)])}async function u(d,m){let f=d.subarray(0,o),h=d.subarray(o,o+n),p=d.subarray(o+n),y={name:e,iv:h};typeof m=="string"&&(m=V(m));let g;if(m.length===0)try{let E={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},_=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(E,_,{name:e,length:t},!0,["decrypt"])}catch{g=await a.subtle.importKey("jwk",Wd,{name:"AES-GCM"},!0,["decrypt"])}else{let E={name:"PBKDF2",salt:f,iterations:s,hash:{name:i}},_=await a.subtle.importKey("raw",m,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(E,_,{name:e,length:t},!0,["decrypt"])}let x=await a.subtle.decrypt(y,g,p);return new Uint8Array(x)}return{encrypt:c,decrypt:u}}async function mo(r,e){let n=await h1().encrypt(r,e);return yr.encode(n)}var be;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.Secp256k1="Secp256k1"})(be||(be={}));var Yd;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.Secp256k1=2]="Secp256k1"})(Yd||(Yd={}));(function(r){r.codec=()=>yi(Yd)})(be||(be={}));var Er;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Type!=null&&(n.uint32(8),be.codec().encode(t.Type,n)),t.Data!=null&&(n.uint32(18),n.bytes(t.Data)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Type=be.codec().decode(t);break;case 2:i.Data=t.bytes();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(Er||(Er={}));var xr;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Type!=null&&(n.uint32(8),be.codec().encode(t.Type,n)),t.Data!=null&&(n.uint32(18),n.bytes(t.Data)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Type=be.codec().decode(t);break;case 2:i.Data=t.bytes();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(xr||(xr={}));var hs=class{_key;constructor(e){this._key=yo(e,po)}verify(e,t){return d1(this._key,t,e)}marshal(){return this._key}get bytes(){return Er.encode({Type:be.Ed25519,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}},xi=class{_key;_publicKey;constructor(e,t){this._key=yo(e,Wr),this._publicKey=yo(t,po)}sign(e){return u1(this._key,e)}get public(){return new hs(this._publicKey)}marshal(){return this._key}get bytes(){return xr.encode({Type:be.Ed25519,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}async hash(){let e=fe.digest(this.bytes),t;return Gt(e)?{bytes:t}=await e:t=e.bytes,t}async id(){let e=et.digest(this.public.bytes);return Ne.encode(e.bytes).substring(1)}async export(e,t="libp2p-key"){if(t==="libp2p-key")return mo(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function L6(r){if(r.length>Wr){r=yo(r,Wr+po);let n=r.subarray(0,Wr),i=r.subarray(Wr,r.length);return new xi(n,i)}r=yo(r,Wr);let e=r.subarray(0,Wr),t=r.subarray(po);return new xi(e,t)}function U6(r){return r=yo(r,po),new hs(r)}async function D6(){let{privateKey:r,publicKey:e}=c1();return new xi(r,e)}async function p1(r){let{privateKey:e,publicKey:t}=l1(r);return new xi(e,t)}function yo(r,e){if(r=Uint8Array.from(r??[]),r.length!==e)throw new O(`Key must be a Uint8Array of length ${e}, got ${r.length}`,"ERR_INVALID_KEY_TYPE");return r}var sf={};Be(sf,{MAX_RSA_KEY_SIZE:()=>Ss,RsaPrivateKey:()=>bo,RsaPublicKey:()=>_s,fromJwk:()=>cv,generateKeyPair:()=>lv,unmarshalRsaPrivateKey:()=>nf,unmarshalRsaPublicKey:()=>av});function bi(r){if(isNaN(r)||r<=0)throw new O("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return lo(r)}var Vn={};Be(Vn,{exportToPem:()=>rv,importFromPem:()=>nv,jwkToPkcs1:()=>J6,jwkToPkix:()=>ev,pkcs1ToJwk:()=>Z6,pkixToJwk:()=>Q6});var ac=class extends ao{constructor(e,t){super(),this.finished=!1,this.destroyed=!1,Wa(e);let n=Nn(t);if(this.iHash=e.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?e.create().update(n).digest():n);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=e.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),o.fill(0)}update(e){return so(this),this.iHash.update(e),this}digestInto(e){so(this),Cd(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){let e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));let{oHash:t,iHash:n,finished:i,destroyed:o,blockLen:s,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=o,e.blockLen=s,e.outputLen=a,e.oHash=t._cloneInto(e.oHash),e.iHash=n._cloneInto(e.iHash),e}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},ps=(r,e,t)=>new ac(r,e).update(t).digest();ps.create=(r,e)=>new ac(r,e);function O6(r,e,t,n){Wa(r);let i=q0({dkLen:32,asyncTick:10},n),{c:o,dkLen:s,asyncTick:a}=i;if(oo(o),oo(s),oo(a),o<1)throw new Error("PBKDF2: iterations (c) should be >= 1");let c=Nn(e),u=Nn(t),l=new Uint8Array(s),d=ps.create(r,c),m=d._cloneInto().update(u);return{c:o,dkLen:s,asyncTick:a,DK:l,PRF:d,PRFSalt:m}}function P6(r,e,t,n,i){return r.destroy(),e.destroy(),n&&n.destroy(),i.fill(0),t}async function Xd(r,e,t,n){let{c:i,dkLen:o,asyncTick:s,DK:a,PRF:c,PRFSalt:u}=O6(r,e,t,n),l,d=new Uint8Array(4),m=co(d),f=new Uint8Array(c.outputLen);for(let h=1,p=0;p<o;h++,p+=c.outputLen){let y=a.subarray(p,p+c.outputLen);m.setInt32(0,h,!1),(l=u._cloneInto(l)).update(d).digestInto(f),y.set(f.subarray(0,y.length)),await G0(i-1,s,()=>{c._cloneInto(l).update(f).digestInto(f);for(let g=0;g<y.length;g++)y[g]^=f[g]})}return P6(c,u,a,l,f)}var se=Q(m1());function vi(r,e){let t=0;if(r.length===1)return r[0];for(let n=r.length-1;n>=0;n--)t+=r[r.length-1-n]*Math.pow(2,e*n);return t}function On(r,e,t=-1){let n=t,i=r,o=0,s=Math.pow(2,e);for(let a=1;a<8;a++){if(r<s){let c;if(n<0)c=new ArrayBuffer(a),o=a;else{if(n<a)return new ArrayBuffer(0);c=new ArrayBuffer(n),o=n}let u=new Uint8Array(c);for(let l=a-1;l>=0;l--){let d=Math.pow(2,l*e);u[o-l-1]=Math.floor(i/d),i-=u[o-l-1]*d}return c}s*=Math.pow(2,e)}return new ArrayBuffer(0)}function uc(...r){let e=0,t=0;for(let o of r)e+=o.length;let n=new ArrayBuffer(e),i=new Uint8Array(n);for(let o of r)i.set(o,t),t+=o.length;return i}function Jd(){let r=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){let a=r[0]===255&&r[1]&128,c=r[0]===0&&(r[1]&128)===0;(a||c)&&this.warnings.push("Needlessly long format")}let e=new ArrayBuffer(this.valueHex.byteLength),t=new Uint8Array(e);for(let a=0;a<this.valueHex.byteLength;a++)t[a]=0;t[0]=r[0]&128;let n=vi(t,8),i=new ArrayBuffer(this.valueHex.byteLength),o=new Uint8Array(i);for(let a=0;a<this.valueHex.byteLength;a++)o[a]=r[a];return o[0]&=127,vi(o,8)-n}function y1(r){let e=r<0?r*-1:r,t=128;for(let n=1;n<8;n++){if(e<=t){if(r<0){let s=t-e,a=On(s,8,n),c=new Uint8Array(a);return c[0]|=128,a}let i=On(e,8,n),o=new Uint8Array(i);if(o[0]&128){let s=i.slice(0),a=new Uint8Array(s);i=new ArrayBuffer(i.byteLength+1),o=new Uint8Array(i);for(let c=0;c<s.byteLength;c++)o[c+1]=a[c];o[0]=0}return i}t*=Math.pow(2,8)}return new ArrayBuffer(0)}function g1(r,e){if(r.byteLength!==e.byteLength)return!1;let t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<t.length;i++)if(t[i]!==n[i])return!1;return!0}function gt(r,e){let t=r.toString(10);if(e<t.length)return"";let n=e-t.length,i=new Array(n);for(let s=0;s<n;s++)i[s]="0";return i.join("").concat(t)}var vT=Math.log(2);function dc(){if(typeof BigInt>"u")throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}function Qd(r){let e=0,t=0;for(let i=0;i<r.length;i++){let o=r[i];e+=o.byteLength}let n=new Uint8Array(e);for(let i=0;i<r.length;i++){let o=r[i];n.set(new Uint8Array(o),t),t+=o.byteLength}return n.buffer}function Jr(r,e,t,n){return e instanceof Uint8Array?e.byteLength?t<0?(r.error="Wrong parameter: inputOffset less than zero",!1):n<0?(r.error="Wrong parameter: inputLength less than zero",!1):e.byteLength-t-n<0?(r.error="End of input reached before message was fully decoded (inconsistent offset and length values)",!1):!0:(r.error="Wrong parameter: inputBuffer has zero length",!1):(r.error="Wrong parameter: inputBuffer must be 'Uint8Array'",!1)}var ys=class{constructor(){this.items=[]}write(e){this.items.push(e)}final(){return Qd(this.items)}},ms=[new Uint8Array([1])],w1="0123456789";var Eo="",nr=new ArrayBuffer(0),ef=new Uint8Array(0),gs="EndOfContent",x1="OCTET STRING",b1="BIT STRING";function Qr(r){var e;return e=class extends r{constructor(...n){var i;super(...n);let o=n[0]||{};this.isHexOnly=(i=o.isHexOnly)!==null&&i!==void 0?i:!1,this.valueHexView=o.valueHex?se.BufferSourceConverter.toUint8Array(o.valueHex):ef}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(n){this.valueHexView=new Uint8Array(n)}fromBER(n,i,o){let s=n instanceof ArrayBuffer?new Uint8Array(n):n;if(!Jr(this,s,i,o))return-1;let a=i+o;return this.valueHexView=s.subarray(i,a),this.valueHexView.length?(this.blockLength=o,a):(this.warnings.push("Zero buffer length"),i)}toBER(n=!1){return this.isHexOnly?n?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer:(this.error="Flag 'isHexOnly' is not set, abort",nr)}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:se.Convert.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}var jr=class{constructor({blockLength:e=0,error:t=Eo,warnings:n=[],valueBeforeDecode:i=ef}={}){this.blockLength=e,this.error=t,this.warnings=n,this.valueBeforeDecodeView=se.BufferSourceConverter.toUint8Array(i)}static blockName(){return this.NAME}get valueBeforeDecode(){return this.valueBeforeDecodeView.slice().buffer}set valueBeforeDecode(e){this.valueBeforeDecodeView=new Uint8Array(e)}toJSON(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:se.Convert.ToHex(this.valueBeforeDecodeView)}}};jr.NAME="baseBlock";var rt=class extends jr{fromBER(e,t,n){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}toBER(e,t){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}};rt.NAME="valueBlock";var fc=class extends Qr(jr){constructor({idBlock:e={}}={}){var t,n,i,o;super(),e?(this.isHexOnly=(t=e.isHexOnly)!==null&&t!==void 0?t:!1,this.valueHexView=e.valueHex?se.BufferSourceConverter.toUint8Array(e.valueHex):ef,this.tagClass=(n=e.tagClass)!==null&&n!==void 0?n:-1,this.tagNumber=(i=e.tagNumber)!==null&&i!==void 0?i:-1,this.isConstructed=(o=e.isConstructed)!==null&&o!==void 0?o:!1):(this.tagClass=-1,this.tagNumber=-1,this.isConstructed=!1)}toBER(e=!1){let t=0;switch(this.tagClass){case 1:t|=0;break;case 2:t|=64;break;case 3:t|=128;break;case 4:t|=192;break;default:return this.error="Unknown tag class",nr}if(this.isConstructed&&(t|=32),this.tagNumber<31&&!this.isHexOnly){let i=new Uint8Array(1);if(!e){let o=this.tagNumber;o&=31,t|=o,i[0]=t}return i.buffer}if(!this.isHexOnly){let i=On(this.tagNumber,7),o=new Uint8Array(i),s=i.byteLength,a=new Uint8Array(s+1);if(a[0]=t|31,!e){for(let c=0;c<s-1;c++)a[c+1]=o[c]|128;a[s]=o[s-1]}return a.buffer}let n=new Uint8Array(this.valueHexView.byteLength+1);if(n[0]=t|31,!e){let i=this.valueHexView;for(let o=0;o<i.length-1;o++)n[o+1]=i[o]|128;n[this.valueHexView.byteLength]=i[i.length-1]}return n.buffer}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);if(o.length===0)return this.error="Zero buffer length",-1;switch(o[0]&192){case 0:this.tagClass=1;break;case 64:this.tagClass=2;break;case 128:this.tagClass=3;break;case 192:this.tagClass=4;break;default:return this.error="Unknown tag class",-1}this.isConstructed=(o[0]&32)===32,this.isHexOnly=!1;let a=o[0]&31;if(a!==31)this.tagNumber=a,this.blockLength=1;else{let c=1,u=this.valueHexView=new Uint8Array(255),l=255;for(;o[c]&128;){if(u[c-1]=o[c]&127,c++,c>=o.length)return this.error="End of input reached before message was fully decoded",-1;if(c===l){l+=255;let m=new Uint8Array(l);for(let f=0;f<u.length;f++)m[f]=u[f];u=this.valueHexView=new Uint8Array(l)}}this.blockLength=c+1,u[c-1]=o[c]&127;let d=new Uint8Array(c);for(let m=0;m<c;m++)d[m]=u[m];u=this.valueHexView=new Uint8Array(c),u.set(d),this.blockLength<=9?this.tagNumber=vi(u,7):(this.isHexOnly=!0,this.warnings.push("Tag too long, represented as hex-coded"))}if(this.tagClass===1&&this.isConstructed)switch(this.tagNumber){case 1:case 2:case 5:case 6:case 9:case 13:case 14:case 23:case 24:case 31:case 32:case 33:case 34:return this.error="Constructed encoding used for primitive type",-1}return t+this.blockLength}toJSON(){return{...super.toJSON(),tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed}}};fc.NAME="identificationBlock";var hc=class extends jr{constructor({lenBlock:e={}}={}){var t,n,i;super(),this.isIndefiniteForm=(t=e.isIndefiniteForm)!==null&&t!==void 0?t:!1,this.longFormUsed=(n=e.longFormUsed)!==null&&n!==void 0?n:!1,this.length=(i=e.length)!==null&&i!==void 0?i:0}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);if(o.length===0)return this.error="Zero buffer length",-1;if(o[0]===255)return this.error="Length block 0xFF is reserved by standard",-1;if(this.isIndefiniteForm=o[0]===128,this.isIndefiniteForm)return this.blockLength=1,t+this.blockLength;if(this.longFormUsed=!!(o[0]&128),this.longFormUsed===!1)return this.length=o[0],this.blockLength=1,t+this.blockLength;let s=o[0]&127;if(s>8)return this.error="Too big integer",-1;if(s+1>o.length)return this.error="End of input reached before message was fully decoded",-1;let a=t+1,c=i.subarray(a,a+s);return c[s-1]===0&&this.warnings.push("Needlessly long encoded length"),this.length=vi(c,8),this.longFormUsed&&this.length<=127&&this.warnings.push("Unnecessary usage of long length form"),this.blockLength=s+1,t+this.blockLength}toBER(e=!1){let t,n;if(this.length>127&&(this.longFormUsed=!0),this.isIndefiniteForm)return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=128),t;if(this.longFormUsed){let i=On(this.length,8);if(i.byteLength>127)return this.error="Too big length",nr;if(t=new ArrayBuffer(i.byteLength+1),e)return t;let o=new Uint8Array(i);n=new Uint8Array(t),n[0]=i.byteLength|128;for(let s=0;s<i.byteLength;s++)n[s+1]=o[s];return t}return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=this.length),t}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}};hc.NAME="lengthBlock";var z={},qe=class extends jr{constructor({name:e=Eo,optional:t=!1,primitiveSchema:n,...i}={},o){super(i),this.name=e,this.optional=t,n&&(this.primitiveSchema=n),this.idBlock=new fc(i),this.lenBlock=new hc(i),this.valueBlock=o?new o(i):new rt(i)}fromBER(e,t,n){let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}toBER(e,t){let n=t||new ys;t||v1(this);let i=this.idBlock.toBER(e);if(n.write(i),this.lenBlock.isIndefiniteForm)n.write(new Uint8Array([128]).buffer),this.valueBlock.toBER(e,n),n.write(new ArrayBuffer(2));else{let o=this.valueBlock.toBER(e);this.lenBlock.length=o.byteLength;let s=this.lenBlock.toBER(e);n.write(s),n.write(o)}return t?nr:n.final()}toJSON(){let e={...super.toJSON(),idBlock:this.idBlock.toJSON(),lenBlock:this.lenBlock.toJSON(),valueBlock:this.valueBlock.toJSON(),name:this.name,optional:this.optional};return this.primitiveSchema&&(e.primitiveSchema=this.primitiveSchema.toJSON()),e}toString(e="ascii"){return e==="ascii"?this.onAsciiEncoding():se.Convert.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${se.Convert.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(e){if(this===e)return!0;if(!(e instanceof this.constructor))return!1;let t=this.toBER(),n=e.toBER();return g1(t,n)}};qe.NAME="BaseBlock";function v1(r){if(r instanceof z.Constructed)for(let e of r.valueBlock.value)v1(e)&&(r.lenBlock.isIndefiniteForm=!0);return!!r.lenBlock.isIndefiniteForm}var pc=class extends qe{constructor({value:e=Eo,...t}={},n){super(t,n),e&&this.fromString(e)}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}fromBER(e,t,n){let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.fromBuffer(this.valueBlock.valueHexView),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}};pc.NAME="BaseStringBlock";var mc=class extends Qr(rt){constructor({isHexOnly:e=!0,...t}={}){super(t),this.isHexOnly=e}};mc.NAME="PrimitiveValueBlock";var A1,yc=class extends qe{constructor(e={}){super(e,mc),this.idBlock.isConstructed=!1}};A1=yc;z.Primitive=A1;yc.NAME="PRIMITIVE";function q6(r,e){if(r instanceof e)return r;let t=new e;return t.idBlock=r.idBlock,t.lenBlock=r.lenBlock,t.warnings=r.warnings,t.valueBeforeDecodeView=r.valueBeforeDecodeView,t}function jc(r,e=0,t=r.length){let n=e,i=new qe({},rt),o=new jr;if(!Jr(o,r,e,t))return i.error=o.error,{offset:-1,result:i};if(!r.subarray(e,e+t).length)return i.error="Zero buffer length",{offset:-1,result:i};let a=i.idBlock.fromBER(r,e,t);if(i.idBlock.warnings.length&&i.warnings.concat(i.idBlock.warnings),a===-1)return i.error=i.idBlock.error,{offset:-1,result:i};if(e=a,t-=i.idBlock.blockLength,a=i.lenBlock.fromBER(r,e,t),i.lenBlock.warnings.length&&i.warnings.concat(i.lenBlock.warnings),a===-1)return i.error=i.lenBlock.error,{offset:-1,result:i};if(e=a,t-=i.lenBlock.blockLength,!i.idBlock.isConstructed&&i.lenBlock.isIndefiniteForm)return i.error="Indefinite length form used for primitive encoding form",{offset:-1,result:i};let c=qe;switch(i.idBlock.tagClass){case 1:if(i.idBlock.tagNumber>=37&&i.idBlock.isHexOnly===!1)return i.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard",{offset:-1,result:i};switch(i.idBlock.tagNumber){case 0:if(i.idBlock.isConstructed&&i.lenBlock.length>0)return i.error="Type [UNIVERSAL 0] is reserved",{offset:-1,result:i};c=z.EndOfContent;break;case 1:c=z.Boolean;break;case 2:c=z.Integer;break;case 3:c=z.BitString;break;case 4:c=z.OctetString;break;case 5:c=z.Null;break;case 6:c=z.ObjectIdentifier;break;case 10:c=z.Enumerated;break;case 12:c=z.Utf8String;break;case 13:c=z.RelativeObjectIdentifier;break;case 14:c=z.TIME;break;case 15:return i.error="[UNIVERSAL 15] is reserved by ASN.1 standard",{offset:-1,result:i};case 16:c=z.Sequence;break;case 17:c=z.Set;break;case 18:c=z.NumericString;break;case 19:c=z.PrintableString;break;case 20:c=z.TeletexString;break;case 21:c=z.VideotexString;break;case 22:c=z.IA5String;break;case 23:c=z.UTCTime;break;case 24:c=z.GeneralizedTime;break;case 25:c=z.GraphicString;break;case 26:c=z.VisibleString;break;case 27:c=z.GeneralString;break;case 28:c=z.UniversalString;break;case 29:c=z.CharacterString;break;case 30:c=z.BmpString;break;case 31:c=z.DATE;break;case 32:c=z.TimeOfDay;break;case 33:c=z.DateTime;break;case 34:c=z.Duration;break;default:{let u=i.idBlock.isConstructed?new z.Constructed:new z.Primitive;u.idBlock=i.idBlock,u.lenBlock=i.lenBlock,u.warnings=i.warnings,i=u}}break;case 2:case 3:case 4:default:c=i.idBlock.isConstructed?z.Constructed:z.Primitive}return i=q6(i,c),a=i.fromBER(r,e,i.lenBlock.isIndefiniteForm?t:i.lenBlock.length),i.valueBeforeDecodeView=r.subarray(n,n+i.blockLength),{offset:a,result:i}}function xo(r){if(!r.byteLength){let e=new qe({},rt);return e.error="Input buffer has zero length",{offset:-1,result:e}}return jc(se.BufferSourceConverter.toUint8Array(r).slice(),0,r.byteLength)}function W6(r,e){return r?1:e}var br=class extends rt{constructor({value:e=[],isIndefiniteForm:t=!1,...n}={}){super(n),this.value=e,this.isIndefiniteForm=t}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;if(this.valueBeforeDecodeView=i.subarray(t,t+n),this.valueBeforeDecodeView.length===0)return this.warnings.push("Zero buffer length"),t;let o=t;for(;W6(this.isIndefiniteForm,n)>0;){let s=jc(i,o,n);if(s.offset===-1)return this.error=s.result.error,this.warnings.concat(s.result.warnings),-1;if(o=s.offset,this.blockLength+=s.result.blockLength,n-=s.result.blockLength,this.value.push(s.result),this.isIndefiniteForm&&s.result.constructor.NAME===gs)break}return this.isIndefiniteForm&&(this.value[this.value.length-1].constructor.NAME===gs?this.value.pop():this.warnings.push("No EndOfContent block encoded")),o}toBER(e,t){let n=t||new ys;for(let i=0;i<this.value.length;i++)this.value[i].toBER(e,n);return t?nr:n.final()}toJSON(){let e={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(let t of this.value)e.value.push(t.toJSON());return e}};br.NAME="ConstructedValueBlock";var _1,Pn=class extends qe{constructor(e={}){super(e,br),this.idBlock.isConstructed=!0}fromBER(e,t,n){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;let i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){let e=[];for(let n of this.valueBlock.value)e.push(n.toString("ascii").split(`
|
|
4
4
|
`).map(i=>` ${i}`).join(`
|
|
5
5
|
`));let t=this.idBlock.tagClass===3?`[${this.idBlock.tagNumber}]`:this.constructor.NAME;return e.length?`${t} :
|
|
6
6
|
${e.join(`
|
|
7
|
-
`)}`:`${t} :`}};_1=Pn;z.Constructed=_1;Pn.NAME="CONSTRUCTED";var yc=class extends rt{fromBER(e,t,n){return t}toBER(e){return nr}};yc.override="EndOfContentValueBlock";var S1,gc=class extends qe{constructor(e={}){super(e,yc),this.idBlock.tagClass=1,this.idBlock.tagNumber=0}};S1=gc;z.EndOfContent=S1;gc.NAME=ys;var I1,Fn=class extends qe{constructor(e={}){super(e,rt),this.idBlock.tagClass=1,this.idBlock.tagNumber=5}fromBER(e,t,n){return this.lenBlock.length>0&&this.warnings.push("Non-zero length of value block for Null type"),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.blockLength+=n,t+n>e.byteLength?(this.error="End of input reached before message was fully decoded (inconsistent offset and length values)",-1):t+n}toBER(e,t){let n=new ArrayBuffer(2);if(!e){let i=new Uint8Array(n);i[0]=5,i[1]=0}return t&&t.write(n),n}onAsciiEncoding(){return`${this.constructor.NAME}`}};I1=Fn;z.Null=I1;Fn.NAME="NULL";var wc=class extends Qr(rt){constructor({value:e,...t}={}){super(t),t.valueHex?this.valueHexView=se.BufferSourceConverter.toUint8Array(t.valueHex):this.valueHexView=new Uint8Array(1),e&&(this.value=e)}get value(){for(let e of this.valueHexView)if(e>0)return!0;return!1}set value(e){this.valueHexView[0]=e?255:0}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);return Jr(this,i,t,n)?(this.valueHexView=i.subarray(t,t+n),n>1&&this.warnings.push("Boolean value encoded in more then 1 octet"),this.isHexOnly=!0,Jd.call(this),this.blockLength=n,t+n):-1}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}};wc.NAME="BooleanValueBlock";var B1,Ec=class extends qe{constructor(e={}){super(e,wc),this.idBlock.tagClass=1,this.idBlock.tagNumber=1}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.getValue}`}};B1=Ec;z.Boolean=B1;Ec.NAME="BOOLEAN";var xc=class extends Qr(br){constructor({isConstructed:e=!1,...t}={}){super(t),this.isConstructed=e}fromBER(e,t,n){let i=0;if(this.isConstructed){if(this.isHexOnly=!1,i=br.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(let o=0;o<this.value.length;o++){let s=this.value[o].constructor.NAME;if(s===ys){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only",-1}if(s!==x1)return this.error="OCTET STRING may consists of OCTET STRINGs only",-1}}else this.isHexOnly=!0,i=super.fromBER(e,t,n),this.blockLength=n;return i}toBER(e,t){return this.isConstructed?br.prototype.toBER.call(this,e,t):e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}};xc.NAME="OctetStringValueBlock";var k1,Xr=class r extends qe{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,o;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((o=n.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},xc),this.idBlock.tagClass=1,this.idBlock.tagNumber=4}fromBER(e,t,n){if(this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,n===0)return this.idBlock.error.length===0&&(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length===0&&(this.blockLength+=this.lenBlock.blockLength),t;if(!this.valueBlock.isConstructed){let o=(e instanceof ArrayBuffer?new Uint8Array(e):e).subarray(t,t+n);try{if(o.byteLength){let s=Yc(o,0,o.byteLength);s.offset!==-1&&s.offset===n&&(this.valueBlock.value=[s.result])}}catch{}}return super.fromBER(e,t,n)}onAsciiEncoding(){return this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length?Pn.prototype.onAsciiEncoding.call(this):`${this.constructor.NAME} : ${se.Convert.ToHex(this.valueBlock.valueHexView)}`}getValue(){if(!this.idBlock.isConstructed)return this.valueBlock.valueHexView.slice().buffer;let e=[];for(let t of this.valueBlock.value)t instanceof r&&e.push(t.valueBlock.valueHexView);return se.BufferSourceConverter.concat(e)}};k1=Xr;z.OctetString=k1;Xr.NAME=x1;var bc=class extends Qr(br){constructor({unusedBits:e=0,isConstructed:t=!1,...n}={}){super(n),this.unusedBits=e,this.isConstructed=t,this.blockLength=this.valueHexView.byteLength}fromBER(e,t,n){if(!n)return t;let i=-1;if(this.isConstructed){if(i=br.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(let a of this.value){let c=a.constructor.NAME;if(c===ys){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only",-1}if(c!==b1)return this.error="BIT STRING may consists of BIT STRINGs only",-1;let u=a.valueBlock;if(this.unusedBits>0&&u.unusedBits>0)return this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only',-1;this.unusedBits=u.unusedBits}return i}let o=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,o,t,n))return-1;let s=o.subarray(t,t+n);if(this.unusedBits=s[0],this.unusedBits>7)return this.error="Unused bits for BitString must be in range 0-7",-1;if(!this.unusedBits){let a=s.subarray(1);try{if(a.byteLength){let c=Yc(a,0,a.byteLength);c.offset!==-1&&c.offset===n-1&&(this.value=[c.result])}}catch{}}return this.valueHexView=s.subarray(1),this.blockLength=s.length,t+n}toBER(e,t){if(this.isConstructed)return br.prototype.toBER.call(this,e,t);if(e)return new ArrayBuffer(this.valueHexView.byteLength+1);if(!this.valueHexView.byteLength)return nr;let n=new Uint8Array(this.valueHexView.length+1);return n[0]=this.unusedBits,n.set(this.valueHexView,1),n.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}};bc.NAME="BitStringValueBlock";var R1,wo=class extends qe{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,o;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((o=n.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},bc),this.idBlock.tagClass=1,this.idBlock.tagNumber=3}fromBER(e,t,n){return this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,super.fromBER(e,t,n)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length)return Pn.prototype.onAsciiEncoding.call(this);{let e=[],t=this.valueBlock.valueHexView;for(let i of t)e.push(i.toString(2).padStart(8,"0"));let n=e.join("");return`${this.constructor.NAME} : ${n.substring(0,n.length-this.valueBlock.unusedBits)}`}}};R1=wo;z.BitString=R1;wo.NAME=b1;var T1;function j6(r,e){let t=new Uint8Array([0]),n=new Uint8Array(r),i=new Uint8Array(e),o=n.slice(0),s=o.length-1,a=i.slice(0),c=a.length-1,u=0,l=c<s?s:c,d=0;for(let m=l;m>=0;m--,d++){switch(!0){case d<a.length:u=o[s-d]+a[c-d]+t[0];break;default:u=o[s-d]+t[0]}switch(t[0]=u/10,!0){case d>=o.length:o=lc(new Uint8Array([u%10]),o);break;default:o[s-d]=u%10}}return t[0]>0&&(o=lc(t,o)),o}function E1(r){if(r>=ps.length)for(let e=ps.length;e<=r;e++){let t=new Uint8Array([0]),n=ps[e-1].slice(0);for(let i=n.length-1;i>=0;i--){let o=new Uint8Array([(n[i]<<1)+t[0]]);t[0]=o[0]/10,n[i]=o[0]%10}t[0]>0&&(n=lc(t,n)),ps.push(n)}return ps[r]}function X6(r,e){let t=0,n=new Uint8Array(r),i=new Uint8Array(e),o=n.slice(0),s=o.length-1,a=i.slice(0),c=a.length-1,u,l=0;for(let d=c;d>=0;d--,l++)switch(u=o[s-l]-a[c-l]-t,!0){case u<0:t=1,o[s-l]=u+10;break;default:t=0,o[s-l]=u}if(t>0)for(let d=s-c+1;d>=0;d--,l++)if(u=o[s-l]-t,u<0)t=1,o[s-l]=u+10;else{t=0,o[s-l]=u;break}return o.slice()}var gs=class extends Qr(rt){constructor({value:e,...t}={}){super(t),this._valueDec=0,t.valueHex&&this.setValueHex(),e!==void 0&&(this.valueDec=e)}setValueHex(){this.valueHexView.length>=4?(this.warnings.push("Too big Integer for decoding, hex only"),this.isHexOnly=!0,this._valueDec=0):(this.isHexOnly=!1,this.valueHexView.length>0&&(this._valueDec=Jd.call(this)))}set valueDec(e){this._valueDec=e,this.isHexOnly=!1,this.valueHexView=new Uint8Array(y1(e))}get valueDec(){return this._valueDec}fromDER(e,t,n,i=0){let o=this.fromBER(e,t,n);if(o===-1)return o;let s=this.valueHexView;return s[0]===0&&s[1]&128?this.valueHexView=s.subarray(1):i!==0&&s.length<i&&(i-s.length>1&&(i=s.length+1),this.valueHexView=s.subarray(i-s.length)),o}toDER(e=!1){let t=this.valueHexView;switch(!0){case(t[0]&128)!==0:{let n=new Uint8Array(this.valueHexView.length+1);n[0]=0,n.set(t,1),this.valueHexView=n}break;case(t[0]===0&&(t[1]&128)===0):this.valueHexView=this.valueHexView.subarray(1);break}return this.toBER(e)}fromBER(e,t,n){let i=super.fromBER(e,t,n);return i===-1||this.setValueHex(),i}toBER(e){return e?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}toString(){let e=this.valueHexView.length*8-1,t=new Uint8Array(this.valueHexView.length*8/3),n=0,i,o=this.valueHexView,s="",a=!1;for(let c=o.byteLength-1;c>=0;c--){i=o[c];for(let u=0;u<8;u++){if((i&1)===1)switch(n){case e:t=X6(E1(n),t),s="-";break;default:t=j6(t,E1(n))}n++,i>>=1}}for(let c=0;c<t.length;c++)t[c]&&(a=!0),a&&(s+=w1.charAt(t[c]));return a===!1&&(s+=w1.charAt(0)),s}};T1=gs;gs.NAME="IntegerValueBlock";Object.defineProperty(T1.prototype,"valueHex",{set:function(r){this.valueHexView=new Uint8Array(r),this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}});var N1,De=class r extends qe{constructor(e={}){super(e,gs),this.idBlock.tagClass=1,this.idBlock.tagNumber=2}toBigInt(){return uc(),BigInt(this.valueBlock.toString())}static fromBigInt(e){uc();let t=BigInt(e),n=new ms,i=t.toString(16).replace(/^-/,""),o=new Uint8Array(se.Convert.FromHex(i));if(t<0){let a=new Uint8Array(o.length+(o[0]&128?1:0));a[0]|=128;let u=BigInt(`0x${se.Convert.ToHex(a)}`)+t,l=se.BufferSourceConverter.toUint8Array(se.Convert.FromHex(u.toString(16)));l[0]|=128,n.write(l)}else o[0]&128&&n.write(new Uint8Array([0])),n.write(o);return new r({valueHex:n.final()})}convertToDER(){let e=new r({valueHex:this.valueBlock.valueHexView});return e.valueBlock.toDER(),e}convertFromDER(){return new r({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}};N1=De;z.Integer=N1;De.NAME="INTEGER";var C1,vc=class extends De{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=10}};C1=vc;z.Enumerated=C1;vc.NAME="ENUMERATED";var ws=class extends Qr(rt){constructor({valueDec:e=-1,isFirstSid:t=!1,...n}={}){super(n),this.valueDec=e,this.isFirstSid=t}fromBER(e,t,n){if(!n)return t;let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let a=0;a<n&&(this.valueHexView[a]=o[a]&127,this.blockLength++,!!(o[a]&128));a++);let s=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength;a++)s[a]=this.valueHexView[a];return this.valueHexView=s,o[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=vi(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}set valueBigInt(e){uc();let t=BigInt(e).toString(2);for(;t.length%7;)t="0"+t;let n=new Uint8Array(t.length/7);for(let i=0;i<n.length;i++)n[i]=parseInt(t.slice(i*7,i*7+7),2)+(i+1<n.length?128:0);this.fromBER(n.buffer,0,n.length)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);let i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let s=0;s<this.blockLength-1;s++)o[s]=i[s]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}let t=On(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",nr;let n=new Uint8Array(t.byteLength);if(!e){let i=new Uint8Array(t),o=t.byteLength-1;for(let s=0;s<o;s++)n[s]=i[s]|128;n[o]=i[o]}return n}toString(){let e="";if(this.isHexOnly)e=se.Convert.ToHex(this.valueHexView);else if(this.isFirstSid){let t=this.valueDec;this.valueDec<=39?e="0.":this.valueDec<=79?(e="1.",t-=40):(e="2.",t-=80),e+=t.toString()}else e=this.valueDec.toString();return e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec,isFirstSid:this.isFirstSid}}};ws.NAME="sidBlock";var Ac=class extends rt{constructor({value:e=Eo,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){let o=new ws;if(i=o.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=o.error,i;this.value.length===0&&(o.isFirstSid=!0),this.blockLength+=o.blockLength,n-=o.blockLength,this.value.push(o)}return i}toBER(e){let t=[];for(let n=0;n<this.value.length;n++){let i=this.value[n].toBER(e);if(i.byteLength===0)return this.error=this.value[n].error,nr;t.push(i)}return Qd(t)}fromString(e){this.value=[];let t=0,n=0,i="",o=!1;do if(n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1,o){let s=this.value[0],a=0;switch(s.valueDec){case 0:break;case 1:a=40;break;case 2:a=80;break;default:this.value=[];return}let c=parseInt(i,10);if(isNaN(c))return;s.valueDec=c+a,o=!1}else{let s=new ws;if(i>Number.MAX_SAFE_INTEGER){uc();let a=BigInt(i);s.valueBigInt=a}else if(s.valueDec=parseInt(i,10),isNaN(s.valueDec))return;this.value.length||(s.isFirstSid=!0,o=!0),this.value.push(s)}while(n!==-1)}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t?(i=`{${i}}`,this.value[n].isFirstSid?e=`2.{${i} - 80}`:e+=i):e+=i}return e}toJSON(){let e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}};Ac.NAME="ObjectIdentifierValueBlock";var L1,rr=class extends qe{constructor(e={}){super(e,Ac),this.idBlock.tagClass=1,this.idBlock.tagNumber=6}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}};L1=rr;z.ObjectIdentifier=L1;rr.NAME="OBJECT IDENTIFIER";var Es=class extends Qr(jr){constructor({valueDec:e=0,...t}={}){super(t),this.valueDec=e}fromBER(e,t,n){if(n===0)return t;let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let a=0;a<n&&(this.valueHexView[a]=o[a]&127,this.blockLength++,!!(o[a]&128));a++);let s=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength;a++)s[a]=this.valueHexView[a];return this.valueHexView=s,o[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=vi(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);let i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let s=0;s<this.blockLength-1;s++)o[s]=i[s]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}let t=On(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",nr;let n=new Uint8Array(t.byteLength);if(!e){let i=new Uint8Array(t),o=t.byteLength-1;for(let s=0;s<o;s++)n[s]=i[s]|128;n[o]=i[o]}return n.buffer}toString(){let e="";return this.isHexOnly?e=se.Convert.ToHex(this.valueHexView):e=this.valueDec.toString(),e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}};Es.NAME="relativeSidBlock";var _c=class extends rt{constructor({value:e=Eo,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){let o=new Es;if(i=o.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=o.error,i;this.blockLength+=o.blockLength,n-=o.blockLength,this.value.push(o)}return i}toBER(e,t){let n=[];for(let i=0;i<this.value.length;i++){let o=this.value[i].toBER(e);if(o.byteLength===0)return this.error=this.value[i].error,nr;n.push(o)}return Qd(n)}fromString(e){this.value=[];let t=0,n=0,i="";do{n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1;let o=new Es;if(o.valueDec=parseInt(i,10),isNaN(o.valueDec))return!0;this.value.push(o)}while(n!==-1);return!0}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t&&(i=`{${i}}`),e+=i}return e}toJSON(){let e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}};_c.NAME="RelativeObjectIdentifierValueBlock";var U1,Sc=class extends qe{constructor(e={}){super(e,_c),this.idBlock.tagClass=1,this.idBlock.tagNumber=13}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}};U1=Sc;z.RelativeObjectIdentifier=U1;Sc.NAME="RelativeObjectIdentifier";var D1,Ve=class extends Pn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=16}};D1=Ve;z.Sequence=D1;Ve.NAME="SEQUENCE";var O1,Ic=class extends Pn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=17}};O1=Ic;z.Set=O1;Ic.NAME="SET";var Bc=class extends Qr(rt){constructor({...e}={}){super(e),this.isHexOnly=!0,this.value=Eo}toJSON(){return{...super.toJSON(),value:this.value}}};Bc.NAME="StringValueBlock";var kc=class extends Bc{};kc.NAME="SimpleStringValueBlock";var ct=class extends hc{constructor({...e}={}){super(e,kc)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,se.BufferSourceConverter.toUint8Array(e))}fromString(e){let t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);this.valueBlock.value=e}};ct.NAME="SIMPLE STRING";var Rc=class extends ct{fromBuffer(e){this.valueBlock.valueHexView=se.BufferSourceConverter.toUint8Array(e);try{this.valueBlock.value=se.Convert.ToUtf8String(e)}catch(t){this.warnings.push(`Error during "decodeURIComponent": ${t}, using raw string`),this.valueBlock.value=se.Convert.ToBinary(e)}}fromString(e){this.valueBlock.valueHexView=new Uint8Array(se.Convert.FromUtf8String(e)),this.valueBlock.value=e}};Rc.NAME="Utf8StringValueBlock";var P1,Zr=class extends Rc{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=12}};P1=Zr;z.Utf8String=P1;Zr.NAME="UTF8String";var Tc=class extends ct{fromBuffer(e){this.valueBlock.value=se.Convert.ToUtf16String(e),this.valueBlock.valueHexView=se.BufferSourceConverter.toUint8Array(e)}fromString(e){this.valueBlock.value=e,this.valueBlock.valueHexView=new Uint8Array(se.Convert.FromUtf16String(e))}};Tc.NAME="BmpStringValueBlock";var F1,Nc=class extends Tc{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=30}};F1=Nc;z.BmpString=F1;Nc.NAME="BMPString";var Cc=class extends ct{fromBuffer(e){let t=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0),n=new Uint8Array(t);for(let i=0;i<n.length;i+=4)n[i]=n[i+3],n[i+1]=n[i+2],n[i+2]=0,n[i+3]=0;this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(t))}fromString(e){let t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t*4);for(let i=0;i<t;i++){let o=On(e.charCodeAt(i),8),s=new Uint8Array(o);if(s.length>4)continue;let a=4-s.length;for(let c=s.length-1;c>=0;c--)n[i*4+c+a]=s[c]}this.valueBlock.value=e}};Cc.NAME="UniversalStringValueBlock";var V1,Lc=class extends Cc{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=28}};V1=Lc;z.UniversalString=V1;Lc.NAME="UniversalString";var M1,Uc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=18}};M1=Uc;z.NumericString=M1;Uc.NAME="NumericString";var H1,Dc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=19}};H1=Dc;z.PrintableString=H1;Dc.NAME="PrintableString";var $1,Oc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=20}};$1=Oc;z.TeletexString=$1;Oc.NAME="TeletexString";var z1,Pc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=21}};z1=Pc;z.VideotexString=z1;Pc.NAME="VideotexString";var K1,Fc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=22}};K1=Fc;z.IA5String=K1;Fc.NAME="IA5String";var G1,Vc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=25}};G1=Vc;z.GraphicString=G1;Vc.NAME="GraphicString";var q1,xs=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=26}};q1=xs;z.VisibleString=q1;xs.NAME="VisibleString";var W1,Mc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=27}};W1=Mc;z.GeneralString=W1;Mc.NAME="GeneralString";var Y1,Hc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=29}};Y1=Hc;z.CharacterString=Y1;Hc.NAME="CharacterString";var j1,bs=class extends xs{constructor({value:e,valueDate:t,...n}={}){if(super(n),this.year=0,this.month=0,this.day=0,this.hour=0,this.minute=0,this.second=0,e){this.fromString(e),this.valueBlock.valueHexView=new Uint8Array(e.length);for(let i=0;i<e.length;i++)this.valueBlock.valueHexView[i]=e.charCodeAt(i)}t&&(this.fromDate(t),this.valueBlock.valueHexView=new Uint8Array(this.toBuffer())),this.idBlock.tagClass=1,this.idBlock.tagNumber=23}fromBuffer(e){this.fromString(String.fromCharCode.apply(null,se.BufferSourceConverter.toUint8Array(e)))}toBuffer(){let e=this.toString(),t=new ArrayBuffer(e.length),n=new Uint8Array(t);for(let i=0;i<e.length;i++)n[i]=e.charCodeAt(i);return t}fromDate(e){this.year=e.getUTCFullYear(),this.month=e.getUTCMonth()+1,this.day=e.getUTCDate(),this.hour=e.getUTCHours(),this.minute=e.getUTCMinutes(),this.second=e.getUTCSeconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))}fromString(e){let n=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/ig.exec(e);if(n===null){this.error="Wrong input string for conversion";return}let i=parseInt(n[1],10);i>=50?this.year=1900+i:this.year=2e3+i,this.month=parseInt(n[2],10),this.day=parseInt(n[3],10),this.hour=parseInt(n[4],10),this.minute=parseInt(n[5],10),this.second=parseInt(n[6],10)}toString(e="iso"){if(e==="iso"){let t=new Array(7);return t[0]=gt(this.year<2e3?this.year-1900:this.year-2e3,2),t[1]=gt(this.month,2),t[2]=gt(this.day,2),t[3]=gt(this.hour,2),t[4]=gt(this.minute,2),t[5]=gt(this.second,2),t[6]="Z",t.join("")}return super.toString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.toDate().toISOString()}`}toJSON(){return{...super.toJSON(),year:this.year,month:this.month,day:this.day,hour:this.hour,minute:this.minute,second:this.second}}};j1=bs;z.UTCTime=j1;bs.NAME="UTCTime";var X1,$c=class extends bs{constructor(e={}){var t;super(e),(t=this.millisecond)!==null&&t!==void 0||(this.millisecond=0),this.idBlock.tagClass=1,this.idBlock.tagNumber=24}fromDate(e){super.fromDate(e),this.millisecond=e.getUTCMilliseconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond))}fromString(e){let t=!1,n="",i="",o=0,s,a=0,c=0;if(e[e.length-1]==="Z")n=e.substring(0,e.length-1),t=!0;else{let d=new Number(e[e.length-1]);if(isNaN(d.valueOf()))throw new Error("Wrong input string for conversion");n=e}if(t){if(n.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(n.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let d=1,m=n.indexOf("+"),f="";if(m===-1&&(m=n.indexOf("-"),d=-1),m!==-1){if(f=n.substring(m+1),n=n.substring(0,m),f.length!==2&&f.length!==4)throw new Error("Wrong input string for conversion");let h=parseInt(f.substring(0,2),10);if(isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");if(a=d*h,f.length===4){if(h=parseInt(f.substring(2,4),10),isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");c=d*h}}}let u=n.indexOf(".");if(u===-1&&(u=n.indexOf(",")),u!==-1){let d=new Number(`0${n.substring(u)}`);if(isNaN(d.valueOf()))throw new Error("Wrong input string for conversion");o=d.valueOf(),i=n.substring(0,u)}else i=n;switch(!0){case i.length===8:if(s=/(\d{4})(\d{2})(\d{2})/ig,u!==-1)throw new Error("Wrong input string for conversion");break;case i.length===10:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let d=60*o;this.minute=Math.floor(d),d=60*(d-this.minute),this.second=Math.floor(d),d=1e3*(d-this.second),this.millisecond=Math.floor(d)}break;case i.length===12:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let d=60*o;this.second=Math.floor(d),d=1e3*(d-this.second),this.millisecond=Math.floor(d)}break;case i.length===14:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let d=1e3*o;this.millisecond=Math.floor(d)}break;default:throw new Error("Wrong input string for conversion")}let l=s.exec(i);if(l===null)throw new Error("Wrong input string for conversion");for(let d=1;d<l.length;d++)switch(d){case 1:this.year=parseInt(l[d],10);break;case 2:this.month=parseInt(l[d],10);break;case 3:this.day=parseInt(l[d],10);break;case 4:this.hour=parseInt(l[d],10)+a;break;case 5:this.minute=parseInt(l[d],10)+c;break;case 6:this.second=parseInt(l[d],10);break;default:throw new Error("Wrong input string for conversion")}if(t===!1){let d=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=d.getUTCFullYear(),this.month=d.getUTCMonth(),this.day=d.getUTCDay(),this.hour=d.getUTCHours(),this.minute=d.getUTCMinutes(),this.second=d.getUTCSeconds(),this.millisecond=d.getUTCMilliseconds()}}toString(e="iso"){if(e==="iso"){let t=[];return t.push(gt(this.year,4)),t.push(gt(this.month,2)),t.push(gt(this.day,2)),t.push(gt(this.hour,2)),t.push(gt(this.minute,2)),t.push(gt(this.second,2)),this.millisecond!==0&&(t.push("."),t.push(gt(this.millisecond,3))),t.push("Z"),t.join("")}return super.toString(e)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}};X1=$c;z.GeneralizedTime=X1;$c.NAME="GeneralizedTime";var Z1,zc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=31}};Z1=zc;z.DATE=Z1;zc.NAME="DATE";var J1,Kc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=32}};J1=Kc;z.TimeOfDay=J1;Kc.NAME="TimeOfDay";var Q1,Gc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=33}};Q1=Gc;z.DateTime=Q1;Gc.NAME="DateTime";var em,qc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=34}};em=qc;z.Duration=em;qc.NAME="Duration";var tm,Wc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=14}};tm=Wc;z.TIME=tm;Wc.NAME="TIME";function J6(r){let{result:e}=xo(r),t=e.valueBlock.value;return{n:Z(vr(t[1].toBigInt()),"base64url"),e:Z(vr(t[2].toBigInt()),"base64url"),d:Z(vr(t[3].toBigInt()),"base64url"),p:Z(vr(t[4].toBigInt()),"base64url"),q:Z(vr(t[5].toBigInt()),"base64url"),dp:Z(vr(t[6].toBigInt()),"base64url"),dq:Z(vr(t[7].toBigInt()),"base64url"),qi:Z(vr(t[8].toBigInt()),"base64url"),kty:"RSA",alg:"RS256"}}function Q6(r){if(r.n==null||r.e==null||r.d==null||r.p==null||r.q==null||r.dp==null||r.dq==null||r.qi==null)throw new O("JWK was missing components","ERR_INVALID_PARAMETERS");let t=new Ve({value:[new De({value:0}),De.fromBigInt(Ar(V(r.n,"base64url"))),De.fromBigInt(Ar(V(r.e,"base64url"))),De.fromBigInt(Ar(V(r.d,"base64url"))),De.fromBigInt(Ar(V(r.p,"base64url"))),De.fromBigInt(Ar(V(r.q,"base64url"))),De.fromBigInt(Ar(V(r.dp,"base64url"))),De.fromBigInt(Ar(V(r.dq,"base64url"))),De.fromBigInt(Ar(V(r.qi,"base64url")))]}).toBER();return new Uint8Array(t,0,t.byteLength)}function ev(r){let{result:e}=xo(r),t=e.valueBlock.value[1].valueBlock.value[0].valueBlock.value;return{kty:"RSA",n:Z(vr(t[0].toBigInt()),"base64url"),e:Z(vr(t[1].toBigInt()),"base64url")}}function tv(r){if(r.n==null||r.e==null)throw new O("JWK was missing components","ERR_INVALID_PARAMETERS");let t=new Ve({value:[new Ve({value:[new rr({value:"1.2.840.113549.1.1.1"}),new Fn]}),new wo({valueHex:new Ve({value:[De.fromBigInt(Ar(V(r.n,"base64url"))),De.fromBigInt(Ar(V(r.e,"base64url")))]}).toBER()})]}).toBER();return new Uint8Array(t,0,t.byteLength)}function vr(r){let e=r.toString(16);e.length%2>0&&(e=`0${e}`);let t=e.length/2,n=new Uint8Array(t),i=0,o=0;for(;i<t;)n[i]=parseInt(e.slice(o,o+2),16),i+=1,o+=2;return n}function Ar(r){let e=[];return r.forEach(function(t){let n=t.toString(16);n.length%2>0&&(n=`0${n}`),e.push(n)}),BigInt("0x"+e.join(""))}var rv=16,tf=32,rf=1e4;async function nv(r,e){let t=at.get(),i=new Ve({value:[new De({value:0}),new Ve({value:[new rr({value:"1.2.840.113549.1.1.1"}),new Fn]}),new Xr({valueHex:r.marshal()})]}).toBER(),o=new Uint8Array(i,0,i.byteLength),s=bi(rv),a=await Xd(fo,e,s,{c:rf,dkLen:tf}),c=bi(16),u=await t.subtle.importKey("raw",a,"AES-CBC",!1,["encrypt"]),l=await t.subtle.encrypt({name:"AES-CBC",iv:c},u,o),d=new Ve({value:[new Xr({valueHex:s}),new De({value:rf}),new De({value:tf}),new Ve({value:[new rr({value:"1.2.840.113549.2.11"}),new Fn]})]}),m=new Ve({value:[new rr({value:"1.2.840.113549.1.5.13"}),new Ve({value:[new Ve({value:[new rr({value:"1.2.840.113549.1.5.12"}),d]}),new Ve({value:[new rr({value:"2.16.840.1.101.3.4.1.42"}),new Xr({valueHex:c})]})]})]}),h=new Ve({value:[m,new Xr({valueHex:l})]}).toBER(),p=new Uint8Array(h,0,h.byteLength);return["-----BEGIN ENCRYPTED PRIVATE KEY-----",...Z(p,"base64pad").split(/(.{64})/).filter(Boolean),"-----END ENCRYPTED PRIVATE KEY-----"].join(`
|
|
8
|
-
`)}async function iv(r,e){let t=at.get(),n;if(r.includes("-----BEGIN ENCRYPTED PRIVATE KEY-----")){let i=V(r.replace("-----BEGIN ENCRYPTED PRIVATE KEY-----","").replace("-----END ENCRYPTED PRIVATE KEY-----","").replace(/\n/g,"").trim(),"base64pad"),{result:o}=xo(i),{iv:s,salt:a,iterations:c,keySize:u,cipherText:l}=ov(o),d=await Xd(fo,e,a,{c,dkLen:u}),m=await t.subtle.importKey("raw",d,"AES-CBC",!1,["decrypt"]),f=vs(await t.subtle.decrypt({name:"AES-CBC",iv:s},m,l)),{result:h}=xo(f);n=rm(h)}else if(r.includes("-----BEGIN PRIVATE KEY-----")){let i=V(r.replace("-----BEGIN PRIVATE KEY-----","").replace("-----END PRIVATE KEY-----","").replace(/\n/g,"").trim(),"base64pad"),{result:o}=xo(i);n=rm(o)}else throw new O("Could not parse private key from PEM data","ERR_INVALID_PARAMETERS");return nf(n)}function ov(r){let e=r.valueBlock.value[0];if(e.valueBlock.value[0].toString()!=="OBJECT IDENTIFIER : 1.2.840.113549.1.5.13")throw new O("Only pkcs5PBES2 encrypted private keys are supported","ERR_INVALID_PARAMS");let n=e.valueBlock.value[1].valueBlock.value[0];if(n.valueBlock.value[0].toString()!=="OBJECT IDENTIFIER : 1.2.840.113549.1.5.12")throw new O("Only pkcs5PBKDF2 key derivation functions are supported","ERR_INVALID_PARAMS");let o=n.valueBlock.value[1],s=vs(o.valueBlock.value[0].getValue()),a=rf,c=tf;if(o.valueBlock.value.length===3)a=Number(o.valueBlock.value[1].toBigInt()),c=Number(o.valueBlock.value[2].toBigInt());else if(o.valueBlock.value.length===2)throw new O("Could not derive key size and iterations from PEM file - please use @libp2p/rsa to re-import your key","ERR_INVALID_PARAMS");let u=e.valueBlock.value[1].valueBlock.value[1],l=u.valueBlock.value[0].toString();if(l!=="OBJECT IDENTIFIER : 1.2.840.113549.3.7"){if(l!=="OBJECT IDENTIFIER : 1.3.14.3.2.7"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.2"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.22"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.42")throw new O("Only AES-CBC encryption schemes are supported","ERR_INVALID_PARAMS")}}}}let d=vs(u.valueBlock.value[1].getValue());return{cipherText:vs(r.valueBlock.value[1].getValue()),salt:s,iterations:a,keySize:c,iv:d}}function rm(r){return vs(r.valueBlock.value[2].getValue())}function vs(r){return new Uint8Array(r,0,r.byteLength)}async function nm(r){let e=await at.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:r,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]),t=await sm(e);return{privateKey:t[0],publicKey:t[1]}}async function of(r){let t=[await at.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await sv(r)],n=await sm({privateKey:t[0],publicKey:t[1]});return{privateKey:n[0],publicKey:n[1]}}async function im(r,e){let t=await at.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await at.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},t,e instanceof Uint8Array?e:e.subarray());return new Uint8Array(n,0,n.byteLength)}async function om(r,e,t){let n=await at.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return at.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,e,t instanceof Uint8Array?t:t.subarray())}async function sm(r){if(r.privateKey==null||r.publicKey==null)throw new O("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([at.get().subtle.exportKey("jwk",r.privateKey),at.get().subtle.exportKey("jwk",r.publicKey)])}async function sv(r){return at.get().subtle.importKey("jwk",{kty:r.kty,n:r.n,e:r.e},{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["verify"])}function jc(r){if(r.kty!=="RSA")throw new O("invalid key type","ERR_INVALID_KEY_TYPE");if(r.n==null)throw new O("invalid key modulus","ERR_INVALID_KEY_MODULUS");return V(r.n,"base64url").length*8}var _s=8192,As=class{_key;constructor(e){this._key=e}verify(e,t){return om(this._key,t,e)}marshal(){return Vn.jwkToPkix(this._key)}get bytes(){return Er.encode({Type:be.RSA,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}},bo=class{_key;_publicKey;constructor(e,t){this._key=e,this._publicKey=t}genSecret(){return bi(16)}sign(e){return im(this._key,e)}get public(){if(this._publicKey==null)throw new O("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new As(this._publicKey)}marshal(){return Vn.jwkToPkcs1(this._key)}get bytes(){return xr.encode({Type:be.RSA,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}async id(){let e=await this.public.hash();return Z(e,"base58btc")}async export(e,t="pkcs-8"){if(t==="pkcs-8")return Vn.exportToPem(this,e);if(t==="libp2p-key")return mo(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};async function nf(r){let e=Vn.pkcs1ToJwk(r);if(jc(e)>_s)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let t=await of(e);return new bo(t.privateKey,t.publicKey)}function cv(r){let e=Vn.pkixToJwk(r);if(jc(e)>_s)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");return new As(e)}async function lv(r){if(jc(r)>_s)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await of(r);return new bo(e.privateKey,e.publicKey)}async function uv(r){if(r>_s)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await nm(r);return new bo(e.privateKey,e.publicKey)}var df={};Be(df,{Secp256k1PrivateKey:()=>Is,Secp256k1PublicKey:()=>Ss,generateKeyPair:()=>Sv,unmarshalSecp256k1PrivateKey:()=>Av,unmarshalSecp256k1PublicKey:()=>_v});var dv=(r,e,t)=>r&e^~r&t,fv=(r,e,t)=>r&e^r&t^e&t,hv=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]),Mn=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Hn=new Uint32Array(64),af=class extends uo{constructor(){super(64,32,8,!1),this.A=Mn[0]|0,this.B=Mn[1]|0,this.C=Mn[2]|0,this.D=Mn[3]|0,this.E=Mn[4]|0,this.F=Mn[5]|0,this.G=Mn[6]|0,this.H=Mn[7]|0}get(){let{A:e,B:t,C:n,D:i,E:o,F:s,G:a,H:c}=this;return[e,t,n,i,o,s,a,c]}set(e,t,n,i,o,s,a,c){this.A=e|0,this.B=t|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(e,t){for(let d=0;d<16;d++,t+=4)Hn[d]=e.getUint32(t,!1);for(let d=16;d<64;d++){let m=Hn[d-15],f=Hn[d-2],h=Qt(m,7)^Qt(m,18)^m>>>3,p=Qt(f,17)^Qt(f,19)^f>>>10;Hn[d]=p+Hn[d-7]+h+Hn[d-16]|0}let{A:n,B:i,C:o,D:s,E:a,F:c,G:u,H:l}=this;for(let d=0;d<64;d++){let m=Qt(a,6)^Qt(a,11)^Qt(a,25),f=l+m+dv(a,c,u)+hv[d]+Hn[d]|0,p=(Qt(n,2)^Qt(n,13)^Qt(n,22))+fv(n,i,o)|0;l=u,u=c,c=a,a=s+f|0,s=o,o=i,i=n,n=f+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,l=l+this.H|0,this.set(n,i,o,s,a,c,u,l)}roundClean(){Hn.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var am=ja(()=>new af);function pv(r){let e=ds(r);wr(e,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:t,Fp:n,a:i}=e;if(t){if(!n.eql(i,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof t!="object"||typeof t.beta!="bigint"||typeof t.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...e})}var{bytesToNumberBE:mv,hexToBytes:yv}=Ja,Ai={Err:class extends Error{constructor(e=""){super(e)}},_parseInt(r){let{Err:e}=Ai;if(r.length<2||r[0]!==2)throw new e("Invalid signature integer tag");let t=r[1],n=r.subarray(2,t+2);if(!t||n.length!==t)throw new e("Invalid signature integer: wrong length");if(n[0]&128)throw new e("Invalid signature integer: negative");if(n[0]===0&&!(n[1]&128))throw new e("Invalid signature integer: unnecessary leading zero");return{d:mv(n),l:r.subarray(t+2)}},toSig(r){let{Err:e}=Ai,t=typeof r=="string"?yv(r):r;if(!er(t))throw new Error("ui8a expected");let n=t.length;if(n<2||t[0]!=48)throw new e("Invalid signature tag");if(t[1]!==n-2)throw new e("Invalid signature: incorrect length");let{d:i,l:o}=Ai._parseInt(t.subarray(2)),{d:s,l:a}=Ai._parseInt(o);if(a.length)throw new e("Invalid signature: left bytes after parsing");return{r:i,s}},hexFromSig(r){let e=u=>Number.parseInt(u[0],16)&8?"00"+u:u,t=u=>{let l=u.toString(16);return l.length&1?`0${l}`:l},n=e(t(r.s)),i=e(t(r.r)),o=n.length/2,s=i.length/2,a=t(o),c=t(s);return`30${t(s+o+4)}02${c}${i}02${a}${n}`}},en=BigInt(0),Wt=BigInt(1),qT=BigInt(2),cm=BigInt(3),WT=BigInt(4);function gv(r){let e=pv(r),{Fp:t}=e,n=e.toBytes||((h,p,y)=>{let g=p.toAffine();return Gr(Uint8Array.from([4]),t.toBytes(g.x),t.toBytes(g.y))}),i=e.fromBytes||(h=>{let p=h.subarray(1),y=t.fromBytes(p.subarray(0,t.BYTES)),g=t.fromBytes(p.subarray(t.BYTES,2*t.BYTES));return{x:y,y:g}});function o(h){let{a:p,b:y}=e,g=t.sqr(h),x=t.mul(g,h);return t.add(t.add(x,t.mul(h,p)),y)}if(!t.eql(t.sqr(e.Gy),o(e.Gx)))throw new Error("bad generator point: equation left != right");function s(h){return typeof h=="bigint"&&en<h&&h<e.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:x}=e;if(p&&typeof h!="bigint"){if(er(h)&&(h=zr(h)),typeof h!="string"||!p.includes(h.length))throw new Error("Invalid key");h=h.padStart(y*2,"0")}let E;try{E=typeof h=="bigint"?h:Kr(Re("private key",h,y))}catch{throw new Error(`private key must be ${y} bytes, hex or bigint, not ${typeof h}`)}return g&&(E=ge(E,x)),a(E),E}let u=new Map;function l(h){if(!(h instanceof d))throw new Error("ProjectivePoint expected")}class d{constructor(p,y,g){if(this.px=p,this.py=y,this.pz=g,p==null||!t.isValid(p))throw new Error("x required");if(y==null||!t.isValid(y))throw new Error("y required");if(g==null||!t.isValid(g))throw new Error("z required")}static fromAffine(p){let{x:y,y:g}=p||{};if(!p||!t.isValid(y)||!t.isValid(g))throw new Error("invalid affine point");if(p instanceof d)throw new Error("projective point not allowed");let x=E=>t.eql(E,t.ZERO);return x(y)&&x(g)?d.ZERO:new d(y,g,t.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(p){let y=t.invertBatch(p.map(g=>g.pz));return p.map((g,x)=>g.toAffine(y[x])).map(d.fromAffine)}static fromHex(p){let y=d.fromAffine(i(Re("pointHex",p)));return y.assertValidity(),y}static fromPrivateKey(p){return d.BASE.multiply(c(p))}_setWindowSize(p){this._WINDOW_SIZE=p,u.delete(this)}assertValidity(){if(this.is0()){if(e.allowInfinityPoint&&!t.is0(this.py))return;throw new Error("bad point: ZERO")}let{x:p,y}=this.toAffine();if(!t.isValid(p)||!t.isValid(y))throw new Error("bad point: x or y not FE");let g=t.sqr(y),x=o(p);if(!t.eql(g,x))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(t.isOdd)return!t.isOdd(p);throw new Error("Field doesn't support isOdd")}equals(p){l(p);let{px:y,py:g,pz:x}=this,{px:E,py:_,pz:S}=p,A=t.eql(t.mul(y,S),t.mul(E,x)),v=t.eql(t.mul(g,S),t.mul(_,x));return A&&v}negate(){return new d(this.px,t.neg(this.py),this.pz)}double(){let{a:p,b:y}=e,g=t.mul(y,cm),{px:x,py:E,pz:_}=this,S=t.ZERO,A=t.ZERO,v=t.ZERO,b=t.mul(x,x),T=t.mul(E,E),C=t.mul(_,_),N=t.mul(x,E);return N=t.add(N,N),v=t.mul(x,_),v=t.add(v,v),S=t.mul(p,v),A=t.mul(g,C),A=t.add(S,A),S=t.sub(T,A),A=t.add(T,A),A=t.mul(S,A),S=t.mul(N,S),v=t.mul(g,v),C=t.mul(p,C),N=t.sub(b,C),N=t.mul(p,N),N=t.add(N,v),v=t.add(b,b),b=t.add(v,b),b=t.add(b,C),b=t.mul(b,N),A=t.add(A,b),C=t.mul(E,_),C=t.add(C,C),b=t.mul(C,N),S=t.sub(S,b),v=t.mul(C,T),v=t.add(v,v),v=t.add(v,v),new d(S,A,v)}add(p){l(p);let{px:y,py:g,pz:x}=this,{px:E,py:_,pz:S}=p,A=t.ZERO,v=t.ZERO,b=t.ZERO,T=e.a,C=t.mul(e.b,cm),N=t.mul(y,E),$=t.mul(g,_),D=t.mul(x,S),ne=t.add(y,g),B=t.add(E,_);ne=t.mul(ne,B),B=t.add(N,$),ne=t.sub(ne,B),B=t.add(y,x);let U=t.add(E,S);return B=t.mul(B,U),U=t.add(N,D),B=t.sub(B,U),U=t.add(g,x),A=t.add(_,S),U=t.mul(U,A),A=t.add($,D),U=t.sub(U,A),b=t.mul(T,B),A=t.mul(C,D),b=t.add(A,b),A=t.sub($,b),b=t.add($,b),v=t.mul(A,b),$=t.add(N,N),$=t.add($,N),D=t.mul(T,D),B=t.mul(C,B),$=t.add($,D),D=t.sub(N,D),D=t.mul(T,D),B=t.add(B,D),N=t.mul($,B),v=t.add(v,N),N=t.mul(U,B),A=t.mul(ne,A),A=t.sub(A,N),N=t.mul(ne,$),b=t.mul(U,b),b=t.add(b,N),new d(A,v,b)}subtract(p){return this.add(p.negate())}is0(){return this.equals(d.ZERO)}wNAF(p){return f.wNAFCached(this,u,p,y=>{let g=t.invertBatch(y.map(x=>x.pz));return y.map((x,E)=>x.toAffine(g[E])).map(d.fromAffine)})}multiplyUnsafe(p){let y=d.ZERO;if(p===en)return y;if(a(p),p===Wt)return this;let{endo:g}=e;if(!g)return f.unsafeLadder(this,p);let{k1neg:x,k1:E,k2neg:_,k2:S}=g.splitScalar(p),A=y,v=y,b=this;for(;E>en||S>en;)E&Wt&&(A=A.add(b)),S&Wt&&(v=v.add(b)),b=b.double(),E>>=Wt,S>>=Wt;return x&&(A=A.negate()),_&&(v=v.negate()),v=new d(t.mul(v.px,g.beta),v.py,v.pz),A.add(v)}multiply(p){a(p);let y=p,g,x,{endo:E}=e;if(E){let{k1neg:_,k1:S,k2neg:A,k2:v}=E.splitScalar(y),{p:b,f:T}=this.wNAF(S),{p:C,f:N}=this.wNAF(v);b=f.constTimeNegate(_,b),C=f.constTimeNegate(A,C),C=new d(t.mul(C.px,E.beta),C.py,C.pz),g=b.add(C),x=T.add(N)}else{let{p:_,f:S}=this.wNAF(y);g=_,x=S}return d.normalizeZ([g,x])[0]}multiplyAndAddUnsafe(p,y,g){let x=d.BASE,E=(S,A)=>A===en||A===Wt||!S.equals(x)?S.multiplyUnsafe(A):S.multiply(A),_=E(this,y).add(E(p,g));return _.is0()?void 0:_}toAffine(p){let{px:y,py:g,pz:x}=this,E=this.is0();p==null&&(p=E?t.ONE:t.inv(x));let _=t.mul(y,p),S=t.mul(g,p),A=t.mul(x,p);if(E)return{x:t.ZERO,y:t.ZERO};if(!t.eql(A,t.ONE))throw new Error("invZ was invalid");return{x:_,y:S}}isTorsionFree(){let{h:p,isTorsionFree:y}=e;if(p===Wt)return!0;if(y)return y(d,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:p,clearCofactor:y}=e;return p===Wt?this:y?y(d,this):this.multiplyUnsafe(e.h)}toRawBytes(p=!0){return this.assertValidity(),n(d,this,p)}toHex(p=!0){return zr(this.toRawBytes(p))}}d.BASE=new d(e.Gx,e.Gy,t.ONE),d.ZERO=new d(t.ZERO,t.ONE,t.ZERO);let m=e.nBitLength,f=tc(d,e.endo?Math.ceil(m/2):m);return{CURVE:e,ProjectivePoint:d,normPrivateKeyToScalar:c,weierstrassEquation:o,isWithinCurveOrder:s}}function wv(r){let e=ds(r);return wr(e,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...e})}function lm(r){let e=wv(r),{Fp:t,n}=e,i=t.BYTES+1,o=2*t.BYTES+1;function s(B){return en<B&&B<t.ORDER}function a(B){return ge(B,n)}function c(B){return Qa(B,n)}let{ProjectivePoint:u,normPrivateKeyToScalar:l,weierstrassEquation:d,isWithinCurveOrder:m}=gv({...e,toBytes(B,U,X){let L=U.toAffine(),k=t.toBytes(L.x),K=Gr;return X?K(Uint8Array.from([U.hasEvenY()?2:3]),k):K(Uint8Array.from([4]),k,t.toBytes(L.y))},fromBytes(B){let U=B.length,X=B[0],L=B.subarray(1);if(U===i&&(X===2||X===3)){let k=Kr(L);if(!s(k))throw new Error("Point is not on curve");let K=d(k),Y=t.sqrt(K),J=(Y&Wt)===Wt;return(X&1)===1!==J&&(Y=t.neg(Y)),{x:k,y:Y}}else if(U===o&&X===4){let k=t.fromBytes(L.subarray(0,t.BYTES)),K=t.fromBytes(L.subarray(t.BYTES,2*t.BYTES));return{x:k,y:K}}else throw new Error(`Point of length ${U} was invalid. Expected ${i} compressed bytes or ${o} uncompressed bytes`)}}),f=B=>zr(Dn(B,e.nByteLength));function h(B){let U=n>>Wt;return B>U}function p(B){return h(B)?a(-B):B}let y=(B,U,X)=>Kr(B.slice(U,X));class g{constructor(U,X,L){this.r=U,this.s=X,this.recovery=L,this.assertValidity()}static fromCompact(U){let X=e.nByteLength;return U=Re("compactSignature",U,X*2),new g(y(U,0,X),y(U,X,2*X))}static fromDER(U){let{r:X,s:L}=Ai.toSig(Re("DER",U));return new g(X,L)}assertValidity(){if(!m(this.r))throw new Error("r must be 0 < r < CURVE.n");if(!m(this.s))throw new Error("s must be 0 < s < CURVE.n")}addRecoveryBit(U){return new g(this.r,this.s,U)}recoverPublicKey(U){let{r:X,s:L,recovery:k}=this,K=v(Re("msgHash",U));if(k==null||![0,1,2,3].includes(k))throw new Error("recovery id invalid");let Y=k===2||k===3?X+e.n:X;if(Y>=t.ORDER)throw new Error("recovery id 2 or 3 invalid");let J=k&1?"03":"02",re=u.fromHex(J+f(Y)),ie=c(Y),me=a(-K*ie),ae=a(L*ie),ue=u.BASE.multiplyAndAddUnsafe(re,me,ae);if(!ue)throw new Error("point at infinify");return ue.assertValidity(),ue}hasHighS(){return h(this.s)}normalizeS(){return this.hasHighS()?new g(this.r,a(-this.s),this.recovery):this}toDERRawBytes(){return gi(this.toDERHex())}toDERHex(){return Ai.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return gi(this.toCompactHex())}toCompactHex(){return f(this.r)+f(this.s)}}let x={isValidPrivateKey(B){try{return l(B),!0}catch{return!1}},normPrivateKeyToScalar:l,randomPrivateKey:()=>{let B=$d(e.n);return n1(e.randomBytes(B),e.n)},precompute(B=8,U=u.BASE){return U._setWindowSize(B),U.multiply(BigInt(3)),U}};function E(B,U=!0){return u.fromPrivateKey(B).toRawBytes(U)}function _(B){let U=er(B),X=typeof B=="string",L=(U||X)&&B.length;return U?L===i||L===o:X?L===2*i||L===2*o:B instanceof u}function S(B,U,X=!0){if(_(B))throw new Error("first arg must be private key");if(!_(U))throw new Error("second arg must be public key");return u.fromHex(U).multiply(l(B)).toRawBytes(X)}let A=e.bits2int||function(B){let U=Kr(B),X=B.length*8-e.nBitLength;return X>0?U>>BigInt(X):U},v=e.bits2int_modN||function(B){return a(A(B))},b=us(e.nBitLength);function T(B){if(typeof B!="bigint")throw new Error("bigint expected");if(!(en<=B&&B<b))throw new Error(`bigint expected < 2^${e.nBitLength}`);return Dn(B,e.nByteLength)}function C(B,U,X=N){if(["recovered","canonical"].some(Ie=>Ie in X))throw new Error("sign() legacy options not supported");let{hash:L,randomBytes:k}=e,{lowS:K,prehash:Y,extraEntropy:J}=X;K==null&&(K=!0),B=Re("msgHash",B),Y&&(B=Re("prehashed msgHash",L(B)));let re=v(B),ie=l(U),me=[T(ie),T(re)];if(J!=null){let Ie=J===!0?k(t.BYTES):J;me.push(Re("extraEntropy",Ie))}let ae=Gr(...me),ue=re;function Ue(Ie){let ze=A(Ie);if(!m(ze))return;let Ke=c(ze),Pe=u.BASE.multiply(ze).toAffine(),Ze=a(Pe.x);if(Ze===en)return;let Vr=a(Ke*a(ue+Ze*ie));if(Vr===en)return;let li=(Pe.x===Ze?0:2)|Number(Pe.y&Wt),Qo=Vr;return K&&h(Vr)&&(Qo=p(Vr),li^=1),new g(Ze,Qo,li)}return{seed:ae,k2sig:Ue}}let N={lowS:e.lowS,prehash:!1},$={lowS:e.lowS,prehash:!1};function D(B,U,X=N){let{seed:L,k2sig:k}=C(B,U,X),K=e;return Fd(K.hash.outputLen,K.nByteLength,K.hmac)(L,k)}u.BASE._setWindowSize(8);function ne(B,U,X,L=$){let k=B;if(U=Re("msgHash",U),X=Re("publicKey",X),"strict"in L)throw new Error("options.strict was renamed to lowS");let{lowS:K,prehash:Y}=L,J,re;try{if(typeof k=="string"||er(k))try{J=g.fromDER(k)}catch(Pe){if(!(Pe instanceof Ai.Err))throw Pe;J=g.fromCompact(k)}else if(typeof k=="object"&&typeof k.r=="bigint"&&typeof k.s=="bigint"){let{r:Pe,s:Ze}=k;J=new g(Pe,Ze)}else throw new Error("PARSE");re=u.fromHex(X)}catch(Pe){if(Pe.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(K&&J.hasHighS())return!1;Y&&(U=e.hash(U));let{r:ie,s:me}=J,ae=v(U),ue=c(me),Ue=a(ae*ue),Ie=a(ie*ue),ze=u.BASE.multiplyAndAddUnsafe(re,Ue,Ie)?.toAffine();return ze?a(ze.x)===ie:!1}return{CURVE:e,getPublicKey:E,getSharedSecret:S,sign:D,verify:ne,ProjectivePoint:u,Signature:g,utils:x}}function Ev(r){return{hash:r,hmac:(e,...t)=>hs(r,e,Ya(...t)),randomBytes:lo}}function um(r,e){let t=n=>lm({...r,...Ev(n)});return Object.freeze({...t(e),create:t})}var hm=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),dm=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),xv=BigInt(1),cf=BigInt(2),fm=(r,e)=>(r+e/cf)/e;function bv(r){let e=hm,t=BigInt(3),n=BigInt(6),i=BigInt(11),o=BigInt(22),s=BigInt(23),a=BigInt(44),c=BigInt(88),u=r*r*r%e,l=u*u*r%e,d=xe(l,t,e)*l%e,m=xe(d,t,e)*l%e,f=xe(m,cf,e)*u%e,h=xe(f,i,e)*f%e,p=xe(h,o,e)*h%e,y=xe(p,a,e)*p%e,g=xe(y,c,e)*y%e,x=xe(g,a,e)*p%e,E=xe(x,t,e)*l%e,_=xe(E,s,e)*h%e,S=xe(_,n,e)*u%e,A=xe(S,cf,e);if(!lf.eql(lf.sqr(A),r))throw new Error("Cannot find square root");return A}var lf=ec(hm,void 0,void 0,{sqrt:bv}),ir=um({a:BigInt(0),b:BigInt(7),Fp:lf,n:dm,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:r=>{let e=dm,t=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-xv*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=t,s=BigInt("0x100000000000000000000000000000000"),a=fm(o*r,e),c=fm(-n*r,e),u=ge(r-a*t-c*i,e),l=ge(-a*n-c*o,e),d=u>s,m=l>s;if(d&&(u=e-u),m&&(l=e-l),u>s||l>s)throw new Error("splitScalar: Endomorphism failed, k="+r);return{k1neg:d,k1:u,k2neg:m,k2:l}}}},am),rN=BigInt(0);var nN=ir.ProjectivePoint;function pm(){return ir.utils.randomPrivateKey()}function mm(r,e){let t=fe.digest(e instanceof Uint8Array?e:e.subarray());if(Gt(t))return t.then(({digest:n})=>ir.sign(n,r).toDERRawBytes()).catch(n=>{throw new O(String(n),"ERR_INVALID_INPUT")});try{return ir.sign(t.digest,r).toDERRawBytes()}catch(n){throw new O(String(n),"ERR_INVALID_INPUT")}}function ym(r,e,t){let n=fe.digest(t instanceof Uint8Array?t:t.subarray());if(Gt(n))return n.then(({digest:i})=>ir.verify(e,i,r)).catch(i=>{throw new O(String(i),"ERR_INVALID_INPUT")});try{return ir.verify(e,n.digest,r)}catch(i){throw new O(String(i),"ERR_INVALID_INPUT")}}function gm(r){return ir.ProjectivePoint.fromHex(r).toRawBytes(!0)}function wm(r){try{ir.getPublicKey(r,!0)}catch(e){throw new O(String(e),"ERR_INVALID_PRIVATE_KEY")}}function uf(r){try{ir.ProjectivePoint.fromHex(r)}catch(e){throw new O(String(e),"ERR_INVALID_PUBLIC_KEY")}}function Em(r){try{return ir.getPublicKey(r,!0)}catch(e){throw new O(String(e),"ERR_INVALID_PRIVATE_KEY")}}var Ss=class{_key;constructor(e){uf(e),this._key=e}verify(e,t){return ym(this._key,t,e)}marshal(){return gm(this._key)}get bytes(){return Er.encode({Type:be.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}async hash(){let e=fe.digest(this.bytes),t;return Gt(e)?{bytes:t}=await e:t=e.bytes,t}},Is=class{_key;_publicKey;constructor(e,t){this._key=e,this._publicKey=t??Em(e),wm(this._key),uf(this._publicKey)}sign(e){return mm(this._key,e)}get public(){return new Ss(this._publicKey)}marshal(){return this._key}get bytes(){return xr.encode({Type:be.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}async id(){let e=await this.public.hash();return Z(e,"base58btc")}async export(e,t="libp2p-key"){if(t==="libp2p-key")return mo(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function Av(r){return new Is(r)}function _v(r){return new Ss(r)}async function Sv(){let r=pm();return new Is(r)}var _i={rsa:sf,ed25519:jd,secp256k1:df};function xm(r){let e=Object.keys(_i).join(" / ");return new O(`invalid or unsupported key type ${r}. Must be ${e}`,"ERR_UNSUPPORTED_KEY_TYPE")}function ff(r){let e=Er.decode(r),t=e.Data??new Uint8Array;switch(e.Type){case be.RSA:return _i.rsa.unmarshalRsaPublicKey(t);case be.Ed25519:return _i.ed25519.unmarshalEd25519PublicKey(t);case be.Secp256k1:return _i.secp256k1.unmarshalSecp256k1PublicKey(t);default:throw xm(e.Type??"unknown")}}async function bm(r){let e=xr.decode(r),t=e.Data??new Uint8Array;switch(e.Type){case be.RSA:return _i.rsa.unmarshalRsaPrivateKey(t);case be.Ed25519:return _i.ed25519.unmarshalEd25519PrivateKey(t);case be.Secp256k1:return _i.secp256k1.unmarshalSecp256k1PrivateKey(t);default:throw xm(e.Type??"RSA")}}var Bf=Q(Ce(),1);var tn="/",vm=new TextEncoder().encode(tn),Xc=vm[0],Le=class r{_buf;constructor(e,t){if(typeof e=="string")this._buf=V(e);else if(e instanceof Uint8Array)this._buf=e;else throw new Error("Invalid key, should be String of Uint8Array");if(t==null&&(t=!0),t&&this.clean(),this._buf.byteLength===0||this._buf[0]!==Xc)throw new Error("Invalid key")}toString(e="utf8"){return Z(this._buf,e)}uint8Array(){return this._buf}get[Symbol.toStringTag](){return`Key(${this.toString()})`}static withNamespaces(e){return new r(e.join(tn))}static random(){return new r(Math.random().toString().substring(2))}static asKey(e){return e instanceof Uint8Array||typeof e=="string"?new r(e):typeof e.uint8Array=="function"?new r(e.uint8Array()):null}clean(){if((this._buf==null||this._buf.byteLength===0)&&(this._buf=vm),this._buf[0]!==Xc){let e=new Uint8Array(this._buf.byteLength+1);e.fill(Xc,0,1),e.set(this._buf,1),this._buf=e}for(;this._buf.byteLength>1&&this._buf[this._buf.byteLength-1]===Xc;)this._buf=this._buf.subarray(0,-1)}less(e){let t=this.list(),n=e.list();for(let i=0;i<t.length;i++){if(n.length<i+1)return!1;let o=t[i],s=n[i];if(o<s)return!0;if(o>s)return!1}return t.length<n.length}reverse(){return r.withNamespaces(this.list().slice().reverse())}namespaces(){return this.list()}baseNamespace(){let e=this.namespaces();return e[e.length-1]}list(){return this.toString().split(tn).slice(1)}type(){return Iv(this.baseNamespace())}name(){return Bv(this.baseNamespace())}instance(e){return new r(this.toString()+":"+e)}path(){let e=this.parent().toString();return e.endsWith(tn)||(e+=tn),e+=this.type(),new r(e)}parent(){let e=this.list();return e.length===1?new r(tn):new r(e.slice(0,-1).join(tn))}child(e){return this.toString()===tn?e:e.toString()===tn?this:new r(this.toString()+e.toString(),!1)}isAncestorOf(e){return e.toString()===this.toString()?!1:e.toString().startsWith(this.toString())}isDecendantOf(e){return e.toString()===this.toString()?!1:this.toString().startsWith(e.toString())}isTopLevel(){return this.list().length===1}concat(...e){return r.withNamespaces([...this.namespaces(),...kv(e.map(t=>t.namespaces()))])}};function Iv(r){let e=r.split(":");return e.length<2?"":e.slice(0,-1).join(":")}function Bv(r){let e=r.split(":");return e[e.length-1]}function kv(r){return[].concat(...r)}var Fy=Q(Zc(),1);var Am="ERR_IPNS_EXPIRED_RECORD",Bs="ERR_UNRECOGNIZED_VALIDITY",_m="ERR_SIGNATURE_CREATION",rn="ERR_SIGNATURE_VERIFICATION";var pf="ERR_UNDEFINED_PARAMETER",Sm="ERR_INVALID_RECORD_DATA",Im="ERR_INVALID_VALUE",Bm="ERR_INVALID_EMBEDDED_KEY",km="ERR_MISSING_PRIVATE_KEY",Rm="ERR_RECORD_TOO_LARGE";var We;(function(r){let e;(function(i){i.EOL="EOL"})(e=r.ValidityType||(r.ValidityType={}));let t;(function(i){i[i.EOL=0]="EOL"})(t||(t={})),function(i){i.codec=()=>yi(t)}(e=r.ValidityType||(r.ValidityType={}));let n;r.codec=()=>(n==null&&(n=$t((i,o,s={})=>{s.lengthDelimited!==!1&&o.fork(),i.value!=null&&(o.uint32(10),o.bytes(i.value)),i.signatureV1!=null&&(o.uint32(18),o.bytes(i.signatureV1)),i.validityType!=null&&(o.uint32(24),r.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.signatureV1=i.bytes();break;case 3:s.validityType=r.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),r.encode=i=>Ht(i,r.codec()),r.decode=i=>Vt(i,r.codec())})(We||(We={}));var Rv=["string","number","bigint","symbol"],Tv=["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 Tm(r){if(r===null)return"null";if(r===void 0)return"undefined";if(r===!0||r===!1)return"boolean";let e=typeof r;if(Rv.includes(e))return e;if(e==="function")return"Function";if(Array.isArray(r))return"Array";if(Nv(r))return"Buffer";let t=Cv(r);return t||"Object"}function Nv(r){return r&&r.constructor&&r.constructor.isBuffer&&r.constructor.isBuffer.call(null,r)}function Cv(r){let e=Object.prototype.toString.call(r).slice(8,-1);if(Tv.includes(e))return e}var w=class{constructor(e,t,n){this.major=e,this.majorEncoded=e<<5,this.name=t,this.terminal=n}toString(){return`Type[${this.major}].${this.name}`}compare(e){return this.major<e.major?-1:this.major>e.major?1:0}};w.uint=new w(0,"uint",!0);w.negint=new w(1,"negint",!0);w.bytes=new w(2,"bytes",!0);w.string=new w(3,"string",!0);w.array=new w(4,"array",!1);w.map=new w(5,"map",!1);w.tag=new w(6,"tag",!1);w.float=new w(7,"float",!0);w.false=new w(7,"false",!0);w.true=new w(7,"true",!0);w.null=new w(7,"null",!0);w.undefined=new w(7,"undefined",!0);w.break=new w(7,"break",!0);var R=class{constructor(e,t,n){this.type=e,this.value=t,this.encodedLength=n,this.encodedBytes=void 0,this.byteValue=void 0}toString(){return`Token[${this.type}].${this.value}`}};var vo=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",Lv=new TextDecoder,Uv=new TextEncoder;function Jc(r){return vo&&globalThis.Buffer.isBuffer(r)}function ks(r){return r instanceof Uint8Array?Jc(r)?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r:Uint8Array.from(r)}var Um=vo?(r,e,t)=>t-e>64?globalThis.Buffer.from(r.subarray(e,t)).toString("utf8"):Cm(r,e,t):(r,e,t)=>t-e>64?Lv.decode(r.subarray(e,t)):Cm(r,e,t),Qc=vo?r=>r.length>64?globalThis.Buffer.from(r):Nm(r):r=>r.length>64?Uv.encode(r):Nm(r),_r=r=>Uint8Array.from(r),Ao=vo?(r,e,t)=>Jc(r)?new Uint8Array(r.subarray(e,t)):r.slice(e,t):(r,e,t)=>r.slice(e,t),Dm=vo?(r,e)=>(r=r.map(t=>t instanceof Uint8Array?t:globalThis.Buffer.from(t)),ks(globalThis.Buffer.concat(r,e))):(r,e)=>{let t=new Uint8Array(e),n=0;for(let i of r)n+i.length>t.length&&(i=i.subarray(0,t.length-n)),t.set(i,n),n+=i.length;return t},Om=vo?r=>globalThis.Buffer.allocUnsafe(r):r=>new Uint8Array(r);function Pm(r,e){if(Jc(r)&&Jc(e))return r.compare(e);for(let t=0;t<r.length;t++)if(r[t]!==e[t])return r[t]<e[t]?-1:1;return 0}function Nm(r){let e=[],t=0;for(let n=0;n<r.length;n++){let i=r.charCodeAt(n);i<128?e[t++]=i:i<2048?(e[t++]=i>>6|192,e[t++]=i&63|128):(i&64512)===55296&&n+1<r.length&&(r.charCodeAt(n+1)&64512)===56320?(i=65536+((i&1023)<<10)+(r.charCodeAt(++n)&1023),e[t++]=i>>18|240,e[t++]=i>>12&63|128,e[t++]=i>>6&63|128,e[t++]=i&63|128):(e[t++]=i>>12|224,e[t++]=i>>6&63|128,e[t++]=i&63|128)}return e}function Cm(r,e,t){let n=[];for(;e<t;){let i=r[e],o=null,s=i>239?4:i>223?3:i>191?2:1;if(e+s<=t){let a,c,u,l;switch(s){case 1:i<128&&(o=i);break;case 2:a=r[e+1],(a&192)===128&&(l=(i&31)<<6|a&63,l>127&&(o=l));break;case 3:a=r[e+1],c=r[e+2],(a&192)===128&&(c&192)===128&&(l=(i&15)<<12|(a&63)<<6|c&63,l>2047&&(l<55296||l>57343)&&(o=l));break;case 4:a=r[e+1],c=r[e+2],u=r[e+3],(a&192)===128&&(c&192)===128&&(u&192)===128&&(l=(i&15)<<18|(a&63)<<12|(c&63)<<6|u&63,l>65535&&l<1114112&&(o=l))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),e+=s}return yf(n)}var Lm=4096;function yf(r){let e=r.length;if(e<=Lm)return String.fromCharCode.apply(String,r);let t="",n=0;for(;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=Lm));return t}var Dv=256,Rs=class{constructor(e=Dv){this.chunkSize=e,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(e){let t=this.chunks[this.chunks.length-1];if(this.cursor+e.length<=this.maxCursor+1){let i=t.length-(this.maxCursor-this.cursor)-1;t.set(e,i)}else{if(t){let i=t.length-(this.maxCursor-this.cursor)-1;i<t.length&&(this.chunks[this.chunks.length-1]=t.subarray(0,i),this.maxCursor=this.cursor-1)}e.length<64&&e.length<this.chunkSize?(t=Om(this.chunkSize),this.chunks.push(t),this.maxCursor+=t.length,this._initReuseChunk===null&&(this._initReuseChunk=t),t.set(e,0)):(this.chunks.push(e),this.maxCursor+=e.length)}this.cursor+=e.length}toBytes(e=!1){let t;if(this.chunks.length===1){let n=this.chunks[0];e&&this.cursor>n.length/2?(t=this.cursor===n.length?n:n.subarray(0,this.cursor),this._initReuseChunk=null,this.chunks=[]):t=Ao(n,0,this.cursor)}else t=Dm(this.chunks,this.cursor);return e&&this.reset(),t}};var G="CBOR decode error:",nn="CBOR encode error:",Ts=[];Ts[23]=1;Ts[24]=2;Ts[25]=3;Ts[26]=5;Ts[27]=9;function on(r,e,t){if(r.length-e<t)throw new Error(`${G} not enough data for type`)}var Me=[24,256,65536,4294967296,BigInt("18446744073709551616")];function kt(r,e,t){on(r,e,1);let n=r[e];if(t.strict===!0&&n<Me[0])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function Rt(r,e,t){on(r,e,2);let n=r[e]<<8|r[e+1];if(t.strict===!0&&n<Me[1])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function Tt(r,e,t){on(r,e,4);let n=r[e]*16777216+(r[e+1]<<16)+(r[e+2]<<8)+r[e+3];if(t.strict===!0&&n<Me[2])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function Nt(r,e,t){on(r,e,8);let n=r[e]*16777216+(r[e+1]<<16)+(r[e+2]<<8)+r[e+3],i=r[e+4]*16777216+(r[e+5]<<16)+(r[e+6]<<8)+r[e+7],o=(BigInt(n)<<BigInt(32))+BigInt(i);if(t.strict===!0&&o<Me[3])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);if(o<=Number.MAX_SAFE_INTEGER)return Number(o);if(t.allowBigInt===!0)return o;throw new Error(`${G} integers outside of the safe integer range are not supported`)}function Fm(r,e,t,n){return new R(w.uint,kt(r,e+1,n),2)}function Vm(r,e,t,n){return new R(w.uint,Rt(r,e+1,n),3)}function Mm(r,e,t,n){return new R(w.uint,Tt(r,e+1,n),5)}function Hm(r,e,t,n){return new R(w.uint,Nt(r,e+1,n),9)}function Yt(r,e){return Ye(r,0,e.value)}function Ye(r,e,t){if(t<Me[0]){let n=Number(t);r.push([e|n])}else if(t<Me[1]){let n=Number(t);r.push([e|24,n])}else if(t<Me[2]){let n=Number(t);r.push([e|25,n>>>8,n&255])}else if(t<Me[3]){let n=Number(t);r.push([e|26,n>>>24&255,n>>>16&255,n>>>8&255,n&255])}else{let n=BigInt(t);if(n<Me[4]){let i=[e|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,r.push(i)}else throw new Error(`${G} encountered BigInt larger than allowable range`)}}Yt.encodedSize=function(e){return Ye.encodedSize(e.value)};Ye.encodedSize=function(e){return e<Me[0]?1:e<Me[1]?2:e<Me[2]?3:e<Me[3]?5:9};Yt.compareTokens=function(e,t){return e.value<t.value?-1:e.value>t.value?1:0};function $m(r,e,t,n){return new R(w.negint,-1-kt(r,e+1,n),2)}function zm(r,e,t,n){return new R(w.negint,-1-Rt(r,e+1,n),3)}function Km(r,e,t,n){return new R(w.negint,-1-Tt(r,e+1,n),5)}var gf=BigInt(-1),Gm=BigInt(1);function qm(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i!="bigint"){let o=-1-i;if(o>=Number.MIN_SAFE_INTEGER)return new R(w.negint,o,9)}if(n.allowBigInt!==!0)throw new Error(`${G} integers outside of the safe integer range are not supported`);return new R(w.negint,gf-BigInt(i),9)}function el(r,e){let t=e.value,n=typeof t=="bigint"?t*gf-Gm:t*-1-1;Ye(r,e.type.majorEncoded,n)}el.encodedSize=function(e){let t=e.value,n=typeof t=="bigint"?t*gf-Gm:t*-1-1;return n<Me[0]?1:n<Me[1]?2:n<Me[2]?3:n<Me[3]?5:9};el.compareTokens=function(e,t){return e.value<t.value?1:e.value>t.value?-1:0};function Ns(r,e,t,n){on(r,e,t+n);let i=Ao(r,e+t,e+t+n);return new R(w.bytes,i,t+n)}function Wm(r,e,t,n){return Ns(r,e,1,t)}function Ym(r,e,t,n){return Ns(r,e,2,kt(r,e+1,n))}function jm(r,e,t,n){return Ns(r,e,3,Rt(r,e+1,n))}function Xm(r,e,t,n){return Ns(r,e,5,Tt(r,e+1,n))}function Zm(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer bytes lengths not supported`);return Ns(r,e,9,i)}function tl(r){return r.encodedBytes===void 0&&(r.encodedBytes=r.type===w.string?Qc(r.value):r.value),r.encodedBytes}function _o(r,e){let t=tl(e);Ye(r,e.type.majorEncoded,t.length),r.push(t)}_o.encodedSize=function(e){let t=tl(e);return Ye.encodedSize(t.length)+t.length};_o.compareTokens=function(e,t){return Pv(tl(e),tl(t))};function Pv(r,e){return r.length<e.length?-1:r.length>e.length?1:Pm(r,e)}function Cs(r,e,t,n,i){let o=t+n;on(r,e,o);let s=new R(w.string,Um(r,e+t,e+o),o);return i.retainStringBytes===!0&&(s.byteValue=Ao(r,e+t,e+o)),s}function Jm(r,e,t,n){return Cs(r,e,1,t,n)}function Qm(r,e,t,n){return Cs(r,e,2,kt(r,e+1,n),n)}function ey(r,e,t,n){return Cs(r,e,3,Rt(r,e+1,n),n)}function ty(r,e,t,n){return Cs(r,e,5,Tt(r,e+1,n),n)}function ry(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer string lengths not supported`);return Cs(r,e,9,i,n)}var ny=_o;function So(r,e,t,n){return new R(w.array,n,t)}function iy(r,e,t,n){return So(r,e,1,t)}function oy(r,e,t,n){return So(r,e,2,kt(r,e+1,n))}function sy(r,e,t,n){return So(r,e,3,Rt(r,e+1,n))}function ay(r,e,t,n){return So(r,e,5,Tt(r,e+1,n))}function cy(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer array lengths not supported`);return So(r,e,9,i)}function ly(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return So(r,e,1,1/0)}function rl(r,e){Ye(r,w.array.majorEncoded,e.value)}rl.compareTokens=Yt.compareTokens;rl.encodedSize=function(e){return Ye.encodedSize(e.value)};function Io(r,e,t,n){return new R(w.map,n,t)}function uy(r,e,t,n){return Io(r,e,1,t)}function dy(r,e,t,n){return Io(r,e,2,kt(r,e+1,n))}function fy(r,e,t,n){return Io(r,e,3,Rt(r,e+1,n))}function hy(r,e,t,n){return Io(r,e,5,Tt(r,e+1,n))}function py(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer map lengths not supported`);return Io(r,e,9,i)}function my(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return Io(r,e,1,1/0)}function nl(r,e){Ye(r,w.map.majorEncoded,e.value)}nl.compareTokens=Yt.compareTokens;nl.encodedSize=function(e){return Ye.encodedSize(e.value)};function yy(r,e,t,n){return new R(w.tag,t,1)}function gy(r,e,t,n){return new R(w.tag,kt(r,e+1,n),2)}function wy(r,e,t,n){return new R(w.tag,Rt(r,e+1,n),3)}function Ey(r,e,t,n){return new R(w.tag,Tt(r,e+1,n),5)}function xy(r,e,t,n){return new R(w.tag,Nt(r,e+1,n),9)}function il(r,e){Ye(r,w.tag.majorEncoded,e.value)}il.compareTokens=Yt.compareTokens;il.encodedSize=function(e){return Ye.encodedSize(e.value)};var zv=20,Kv=21,Gv=22,qv=23;function by(r,e,t,n){if(n.allowUndefined===!1)throw new Error(`${G} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new R(w.null,null,1):new R(w.undefined,void 0,1)}function vy(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return new R(w.break,void 0,1)}function wf(r,e,t){if(t){if(t.allowNaN===!1&&Number.isNaN(r))throw new Error(`${G} NaN values are not supported`);if(t.allowInfinity===!1&&(r===1/0||r===-1/0))throw new Error(`${G} Infinity values are not supported`)}return new R(w.float,r,e)}function Ay(r,e,t,n){return wf(Ef(r,e+1),3,n)}function _y(r,e,t,n){return wf(xf(r,e+1),5,n)}function Sy(r,e,t,n){return wf(Ry(r,e+1),9,n)}function ol(r,e,t){let n=e.value;if(n===!1)r.push([w.float.majorEncoded|zv]);else if(n===!0)r.push([w.float.majorEncoded|Kv]);else if(n===null)r.push([w.float.majorEncoded|Gv]);else if(n===void 0)r.push([w.float.majorEncoded|qv]);else{let i,o=!1;(!t||t.float64!==!0)&&(By(n),i=Ef(or,1),n===i||Number.isNaN(n)?(or[0]=249,r.push(or.slice(0,3)),o=!0):(ky(n),i=xf(or,1),n===i&&(or[0]=250,r.push(or.slice(0,5)),o=!0))),o||(Wv(n),i=Ry(or,1),or[0]=251,r.push(or.slice(0,9)))}}ol.encodedSize=function(e,t){let n=e.value;if(n===!1||n===!0||n===null||n===void 0)return 1;if(!t||t.float64!==!0){By(n);let i=Ef(or,1);if(n===i||Number.isNaN(n))return 3;if(ky(n),i=xf(or,1),n===i)return 5}return 9};var Iy=new ArrayBuffer(9),jt=new DataView(Iy,1),or=new Uint8Array(Iy,0);function By(r){if(r===1/0)jt.setUint16(0,31744,!1);else if(r===-1/0)jt.setUint16(0,64512,!1);else if(Number.isNaN(r))jt.setUint16(0,32256,!1);else{jt.setFloat32(0,r);let e=jt.getUint32(0),t=(e&2139095040)>>23,n=e&8388607;if(t===255)jt.setUint16(0,31744,!1);else if(t===0)jt.setUint16(0,(r&2147483648)>>16|n>>13,!1);else{let i=t-127;i<-24?jt.setUint16(0,0):i<-14?jt.setUint16(0,(e&2147483648)>>16|1<<24+i,!1):jt.setUint16(0,(e&2147483648)>>16|i+15<<10|n>>13,!1)}}}function Ef(r,e){if(r.length-e<2)throw new Error(`${G} not enough data for float16`);let t=(r[e]<<8)+r[e+1];if(t===31744)return 1/0;if(t===64512)return-1/0;if(t===32256)return NaN;let n=t>>10&31,i=t&1023,o;return n===0?o=i*2**-24:n!==31?o=(i+1024)*2**(n-25):o=i===0?1/0:NaN,t&32768?-o:o}function ky(r){jt.setFloat32(0,r,!1)}function xf(r,e){if(r.length-e<4)throw new Error(`${G} not enough data for float32`);let t=(r.byteOffset||0)+e;return new DataView(r.buffer,t,4).getFloat32(0,!1)}function Wv(r){jt.setFloat64(0,r,!1)}function Ry(r,e){if(r.length-e<8)throw new Error(`${G} not enough data for float64`);let t=(r.byteOffset||0)+e;return new DataView(r.buffer,t,8).getFloat64(0,!1)}ol.compareTokens=Yt.compareTokens;function de(r,e,t){throw new Error(`${G} encountered invalid minor (${t}) for major ${r[e]>>>5}`)}function sl(r){return()=>{throw new Error(`${G} ${r}`)}}var P=[];for(let r=0;r<=23;r++)P[r]=de;P[24]=Fm;P[25]=Vm;P[26]=Mm;P[27]=Hm;P[28]=de;P[29]=de;P[30]=de;P[31]=de;for(let r=32;r<=55;r++)P[r]=de;P[56]=$m;P[57]=zm;P[58]=Km;P[59]=qm;P[60]=de;P[61]=de;P[62]=de;P[63]=de;for(let r=64;r<=87;r++)P[r]=Wm;P[88]=Ym;P[89]=jm;P[90]=Xm;P[91]=Zm;P[92]=de;P[93]=de;P[94]=de;P[95]=sl("indefinite length bytes/strings are not supported");for(let r=96;r<=119;r++)P[r]=Jm;P[120]=Qm;P[121]=ey;P[122]=ty;P[123]=ry;P[124]=de;P[125]=de;P[126]=de;P[127]=sl("indefinite length bytes/strings are not supported");for(let r=128;r<=151;r++)P[r]=iy;P[152]=oy;P[153]=sy;P[154]=ay;P[155]=cy;P[156]=de;P[157]=de;P[158]=de;P[159]=ly;for(let r=160;r<=183;r++)P[r]=uy;P[184]=dy;P[185]=fy;P[186]=hy;P[187]=py;P[188]=de;P[189]=de;P[190]=de;P[191]=my;for(let r=192;r<=215;r++)P[r]=yy;P[216]=gy;P[217]=wy;P[218]=Ey;P[219]=xy;P[220]=de;P[221]=de;P[222]=de;P[223]=de;for(let r=224;r<=243;r++)P[r]=sl("simple values are not supported");P[244]=de;P[245]=de;P[246]=de;P[247]=by;P[248]=sl("simple values are not supported");P[249]=Ay;P[250]=_y;P[251]=Sy;P[252]=de;P[253]=de;P[254]=de;P[255]=vy;var sr=[];for(let r=0;r<24;r++)sr[r]=new R(w.uint,r,1);for(let r=-1;r>=-24;r--)sr[31-r]=new R(w.negint,r,1);sr[64]=new R(w.bytes,new Uint8Array(0),1);sr[96]=new R(w.string,"",1);sr[128]=new R(w.array,0,1);sr[160]=new R(w.map,0,1);sr[244]=new R(w.false,!1,1);sr[245]=new R(w.true,!0,1);sr[246]=new R(w.null,null,1);function bf(r){switch(r.type){case w.false:return _r([244]);case w.true:return _r([245]);case w.null:return _r([246]);case w.bytes:return r.value.length?void 0:_r([64]);case w.string:return r.value===""?_r([96]):void 0;case w.array:return r.value===0?_r([128]):void 0;case w.map:return r.value===0?_r([160]):void 0;case w.uint:return r.value<24?_r([Number(r.value)]):void 0;case w.negint:if(r.value>=-24)return _r([31-Number(r.value)])}}var jv={float64:!1,mapSorter:Zv,quickEncodeToken:bf};function Af(){let r=[];return r[w.uint.major]=Yt,r[w.negint.major]=el,r[w.bytes.major]=_o,r[w.string.major]=ny,r[w.array.major]=rl,r[w.map.major]=nl,r[w.tag.major]=il,r[w.float.major]=ol,r}var Ty=Af(),vf=new Rs,al=class r{constructor(e,t){this.obj=e,this.parent=t}includes(e){let t=this;do if(t.obj===e)return!0;while(t=t.parent);return!1}static createCheck(e,t){if(e&&e.includes(t))throw new Error(`${nn} object contains circular references`);return new r(t,e)}},$n={null:new R(w.null,null),undefined:new R(w.undefined,void 0),true:new R(w.true,!0),false:new R(w.false,!1),emptyArray:new R(w.array,0),emptyMap:new R(w.map,0)},zn={number(r,e,t,n){return!Number.isInteger(r)||!Number.isSafeInteger(r)?new R(w.float,r):r>=0?new R(w.uint,r):new R(w.negint,r)},bigint(r,e,t,n){return r>=BigInt(0)?new R(w.uint,r):new R(w.negint,r)},Uint8Array(r,e,t,n){return new R(w.bytes,r)},string(r,e,t,n){return new R(w.string,r)},boolean(r,e,t,n){return r?$n.true:$n.false},null(r,e,t,n){return $n.null},undefined(r,e,t,n){return $n.undefined},ArrayBuffer(r,e,t,n){return new R(w.bytes,new Uint8Array(r))},DataView(r,e,t,n){return new R(w.bytes,new Uint8Array(r.buffer,r.byteOffset,r.byteLength))},Array(r,e,t,n){if(!r.length)return t.addBreakTokens===!0?[$n.emptyArray,new R(w.break)]:$n.emptyArray;n=al.createCheck(n,r);let i=[],o=0;for(let s of r)i[o++]=Ls(s,t,n);return t.addBreakTokens?[new R(w.array,r.length),i,new R(w.break)]:[new R(w.array,r.length),i]},Object(r,e,t,n){let i=e!=="Object",o=i?r.keys():Object.keys(r),s=i?r.size:o.length;if(!s)return t.addBreakTokens===!0?[$n.emptyMap,new R(w.break)]:$n.emptyMap;n=al.createCheck(n,r);let a=[],c=0;for(let u of o)a[c++]=[Ls(u,t,n),Ls(i?r.get(u):r[u],t,n)];return Xv(a,t),t.addBreakTokens?[new R(w.map,s),a,new R(w.break)]:[new R(w.map,s),a]}};zn.Map=zn.Object;zn.Buffer=zn.Uint8Array;for(let r of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))zn[`${r}Array`]=zn.DataView;function Ls(r,e={},t){let n=Tm(r),i=e&&e.typeEncoders&&e.typeEncoders[n]||zn[n];if(typeof i=="function"){let s=i(r,n,e,t);if(s!=null)return s}let o=zn[n];if(!o)throw new Error(`${nn} unsupported type: ${n}`);return o(r,n,e,t)}function Xv(r,e){e.mapSorter&&r.sort(e.mapSorter)}function Zv(r,e){let t=Array.isArray(r[0])?r[0][0]:r[0],n=Array.isArray(e[0])?e[0][0]:e[0];if(t.type!==n.type)return t.type.compare(n.type);let i=t.type.major,o=Ty[i].compareTokens(t,n);return o===0&&console.warn("WARNING: complex key types used, CBOR key sorting guarantees are gone"),o}function Ny(r,e,t,n){if(Array.isArray(e))for(let i of e)Ny(r,i,t,n);else t[e.type.major](r,e,n)}function _f(r,e,t){let n=Ls(r,t);if(!Array.isArray(n)&&t.quickEncodeToken){let i=t.quickEncodeToken(n);if(i)return i;let o=e[n.type.major];if(o.encodedSize){let s=o.encodedSize(n,t),a=new Rs(s);if(o(a,n,t),a.chunks.length!==1)throw new Error(`Unexpected error: pre-calculated length for ${n} was wrong`);return ks(a.chunks[0])}}return vf.reset(),Ny(vf,n,e,t),vf.toBytes(!0)}function Kn(r,e){return e=Object.assign({},jv,e),_f(r,Ty,e)}var Jv={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},cl=class{constructor(e,t={}){this._pos=0,this.data=e,this.options=t}pos(){return this._pos}done(){return this._pos>=this.data.length}next(){let e=this.data[this._pos],t=sr[e];if(t===void 0){let n=P[e];if(!n)throw new Error(`${G} no decoder for major type ${e>>>5} (byte 0x${e.toString(16).padStart(2,"0")})`);let i=e&31;t=n(this.data,this._pos,i,this.options)}return this._pos+=t.encodedLength,t}},Us=Symbol.for("DONE"),ll=Symbol.for("BREAK");function Qv(r,e,t){let n=[];for(let i=0;i<r.value;i++){let o=Bo(e,t);if(o===ll){if(r.value===1/0)break;throw new Error(`${G} got unexpected break to lengthed array`)}if(o===Us)throw new Error(`${G} found array but not enough entries (got ${i}, expected ${r.value})`);n[i]=o}return n}function eA(r,e,t){let n=t.useMaps===!0,i=n?void 0:{},o=n?new Map:void 0;for(let s=0;s<r.value;s++){let a=Bo(e,t);if(a===ll){if(r.value===1/0)break;throw new Error(`${G} got unexpected break to lengthed map`)}if(a===Us)throw new Error(`${G} found map but not enough entries (got ${s} [no key], expected ${r.value})`);if(n!==!0&&typeof a!="string")throw new Error(`${G} non-string keys not supported (got ${typeof a})`);if(t.rejectDuplicateMapKeys===!0&&(n&&o.has(a)||!n&&a in i))throw new Error(`${G} found repeat map key "${a}"`);let c=Bo(e,t);if(c===Us)throw new Error(`${G} found map but not enough entries (got ${s} [no value], expected ${r.value})`);n?o.set(a,c):i[a]=c}return n?o:i}function Bo(r,e){if(r.done())return Us;let t=r.next();if(t.type===w.break)return ll;if(t.type.terminal)return t.value;if(t.type===w.array)return Qv(t,r,e);if(t.type===w.map)return eA(t,r,e);if(t.type===w.tag){if(e.tags&&typeof e.tags[t.value]=="function"){let n=Bo(r,e);return e.tags[t.value](n)}throw new Error(`${G} tag not supported (${t.value})`)}throw new Error("unsupported")}function Sf(r,e){if(!(r instanceof Uint8Array))throw new Error(`${G} data to decode must be a Uint8Array`);e=Object.assign({},Jv,e);let t=e.tokenizer||new cl(r,e),n=Bo(t,e);if(n===Us)throw new Error(`${G} did not find any content to decode`);if(n===ll)throw new Error(`${G} got unexpected break`);return[n,r.subarray(t.pos())]}function lt(r,e){let[t,n]=Sf(r,e);if(n.length>0)throw new Error(`${G} too many terminals, data makes no sense`);return t}var wt=Q(Ce(),1);var Cy=oe("ipns:utils"),Ly=V("/ipns/"),tA=114,Uy=async(r,e)=>{if(e==null||r==null){let n=new Error("one or more of the provided parameters are not defined");throw Cy.error(n),(0,wt.default)(n,pf)}let t;if(e.pubKey!=null){try{t=ff(e.pubKey)}catch(i){throw Cy.error(i),i}if(!(await S0(e.pubKey)).equals(r))throw(0,wt.default)(new Error("Embedded public key did not match PeerID"),Bm)}else r.publicKey!=null&&(t=ff(r.publicKey));if(t!=null)return t;throw(0,wt.default)(new Error("no public key is available"),pf)},Dy=(r,e,t)=>{let n=V(e);return ye([r,t,n])},dl=r=>{let e=V("ipns-signature:");return ye([e,r])},sn=r=>"signatureV1"in r?We.encode({value:V(r.value),signatureV1:r.signatureV1,validityType:r.validityType,validity:V(r.validity),sequence:r.sequence,ttl:r.ttl,pubKey:r.pubKey,signatureV2:r.signatureV2,data:r.data}):We.encode({pubKey:r.pubKey,signatureV2:r.signatureV2,data:r.data});function ut(r){let e=We.decode(r);if(e.sequence!=null&&(e.sequence=BigInt(e.sequence)),e.ttl!=null&&(e.ttl=BigInt(e.ttl)),e.signatureV2==null||e.data==null)throw(0,wt.default)(new Error("missing data or signatureV2"),rn);let t=Py(e.data),n=If(t.Value),i=Z(t.Validity);if(e.value!=null&&e.signatureV1!=null)return rA(e),{value:n,validityType:We.ValidityType.EOL,validity:i,sequence:t.Sequence,ttl:t.TTL,pubKey:e.pubKey,signatureV1:e.signatureV1,signatureV2:e.signatureV2,data:e.data};if(e.signatureV2!=null)return{value:n,validityType:We.ValidityType.EOL,validity:i,sequence:t.Sequence,ttl:t.TTL,pubKey:e.pubKey,signatureV2:e.signatureV2,data:e.data};throw new Error("invalid record: does not include signatureV1 or signatureV2")}var ko=r=>ye([Ly,r.toBytes()]),Ro=r=>ls(r.slice(Ly.length)),Oy=(r,e,t,n,i)=>{let o;if(e===We.ValidityType.EOL)o=0;else throw(0,wt.default)(new Error("Unknown validity type"),Bs);return Kn({Value:r,Validity:t,ValidityType:o,Sequence:n,TTL:i})},Py=r=>{let e=lt(r);if(e.ValidityType===0)e.ValidityType=We.ValidityType.EOL;else throw(0,wt.default)(new Error("Unknown validity type"),Bs);return Number.isInteger(e.Sequence)&&(e.Sequence=BigInt(e.Sequence)),Number.isInteger(e.TTL)&&(e.TTL=BigInt(e.TTL)),e},If=r=>{if(r!=null){if(Pp(r))return`/ipns/${r.toCID().toString(kn)}`;if(r instanceof Uint8Array){let n=Z(r);n.startsWith("/")&&(r=n)}let e=r.toString().trim();if(e.startsWith("/")&&e.length>1)return e;let t=F.asCID(r);if(t!=null)return t.code===tA?`/ipns/${t.toString(kn)}`:`/ipfs/${t.toV1().toString()}`;try{return r instanceof Uint8Array?`/ipfs/${F.decode(r).toV1().toString()}`:`/ipfs/${F.parse(e).toV1().toString()}`}catch{}}throw(0,wt.default)(new Error("Value must be a valid content path starting with /"),Im)},rA=r=>{if(r.data==null)throw(0,wt.default)(new Error("Record data is missing"),Sm);let e=Py(r.data);if(!he(e.Value,r.value??new Uint8Array(0)))throw(0,wt.default)(new Error('Field "value" did not match between protobuf and CBOR'),rn);if(!he(e.Validity,r.validity??new Uint8Array(0)))throw(0,wt.default)(new Error('Field "validity" did not match between protobuf and CBOR'),rn);if(e.ValidityType!==r.validityType)throw(0,wt.default)(new Error('Field "validityType" did not match between protobuf and CBOR'),rn);if(e.Sequence!==r.sequence)throw(0,wt.default)(new Error('Field "sequence" did not match between protobuf and CBOR'),rn);if(e.TTL!==r.ttl)throw(0,wt.default)(new Error('Field "ttl" did not match between protobuf and CBOR'),rn)};var nA=oe("ipns"),iA=et.code,oA="/ipns/",$C=oA.length,Vy={v1Compatible:!0};async function My(r,e,t,n,i=Vy){let o=new Fy.default(Date.now()+Number(n)),s=We.ValidityType.EOL,[a,c]=n.toString().split("."),u=BigInt(a)*BigInt(1e5)+BigInt(c??"0");return sA(r,e,t,s,o.toString(),u,i)}var sA=async(r,e,t,n,i,o,s=Vy)=>{t=BigInt(t);let a=V(i),c=If(e),u=V(c);if(r.privateKey==null)throw(0,Bf.default)(new Error("Missing private key"),km);let l=await bm(r.privateKey),d=Oy(u,n,a,t,o),m=dl(d),f=await l.sign(m),h;if(r.publicKey!=null){let p=st(r.toBytes());(p.code!==iA||!he(r.publicKey,p.digest))&&(h=r.publicKey)}if(s.v1Compatible===!0){let p=await aA(l,u,n,a),y={value:c,signatureV1:p,validity:i,validityType:n,sequence:t,ttl:o,signatureV2:f,data:d};return h!=null&&(y.pubKey=h),y}else{let p={value:c,validity:i,validityType:n,sequence:t,ttl:o,signatureV2:f,data:d};return h!=null&&(p.pubKey=h),p}};var aA=async(r,e,t,n)=>{try{let i=Dy(e,t,n);return await r.sign(i)}catch(i){throw nA.error("record signature creation failed",i),(0,Bf.default)(new Error("record signature creation failed"),_m)}};var Ds=Q(Ce(),1),Hy=Q(Zc(),1);var fl=oe("ipns:validator"),cA=1024*10,lA=async(r,e)=>{let t=ut(e),n;try{let i=dl(t.data);n=await r.verify(i,t.signatureV2)}catch{n=!1}if(!n)throw fl.error("record signature verification failed"),(0,Ds.default)(new Error("record signature verification failed"),rn);if(t.validityType===We.ValidityType.EOL){if(Hy.default.fromString(t.validity).toDate().getTime()<Date.now())throw fl.error("record has expired"),(0,Ds.default)(new Error("record has expired"),Am)}else if(t.validityType!=null)throw fl.error("unrecognized validity type"),(0,Ds.default)(new Error("unrecognized validity type"),Bs);fl("ipns record for %s is valid",t.value)};async function hl(r,e){if(e.byteLength>cA)throw(0,Ds.default)(new Error("record too large"),Rm);let t=Ro(r),n=ut(e),i=await Uy(t,n);await lA(i,e)}async function*Os(r){let e=/\r?\n/,t=new TextDecoder("utf8"),n="";for await(let i of r){typeof i=="string"&&(i=new TextEncoder().encode(i)),n+=t.decode(i,{stream:!0});let o=n.split(e);n=o.pop()??"";for(let s=0;s<o.length;s++)yield JSON.parse(o[s])}n+=t.decode(),n!==""&&(yield JSON.parse(n))}var Rf=Q(zy(),1);var Fs=class extends Error{constructor(e){super(e),this.name="TimeoutError"}},Tf=class extends Error{constructor(e){super(),this.name="AbortError",this.message=e}},Ky=r=>globalThis.DOMException===void 0?new Tf(r):new DOMException(r),Gy=r=>{let e=r.reason===void 0?Ky("This operation was aborted."):r.reason;return e instanceof Error?e:Ky(e)};function Vs(r,e){let{milliseconds:t,fallback:n,message:i,customTimers:o={setTimeout,clearTimeout}}=e,s,c=new Promise((u,l)=>{if(typeof t!="number"||Math.sign(t)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${t}\``);if(e.signal){let{signal:m}=e;m.aborted&&l(Gy(m)),m.addEventListener("abort",()=>{l(Gy(m))})}if(t===Number.POSITIVE_INFINITY){r.then(u,l);return}let d=new Fs;s=o.setTimeout.call(void 0,()=>{if(n){try{u(n())}catch(m){l(m)}return}typeof r.cancel=="function"&&r.cancel(),i===!1?u():i instanceof Error?l(i):(d.message=i??`Promise timed out after ${t} milliseconds`,l(d))},t),(async()=>{try{u(await r)}catch(m){l(m)}})()}).finally(()=>{c.clear()});return c.clear=()=>{o.clearTimeout.call(void 0,s),s=void 0},c}function Nf(r,e,t){let n=0,i=r.length;for(;i>0;){let o=Math.trunc(i/2),s=n+o;t(r[s],e)<=0?(n=++s,i-=o+1):i=o}return n}var Ms=class{#e=[];enqueue(e,t){t={priority:0,...t};let n={priority:t.priority,run:e};if(this.size&&this.#e[this.size-1].priority>=t.priority){this.#e.push(n);return}let i=Nf(this.#e,n,(o,s)=>s.priority-o.priority);this.#e.splice(i,0,n)}dequeue(){return this.#e.shift()?.run}filter(e){return this.#e.filter(t=>t.priority===e.priority).map(t=>t.run)}get size(){return this.#e.length}};var it=class extends Rf.default{#e;#t;#r=0;#s;#c;#p=0;#i;#l;#n;#m;#o=0;#u;#a;#y;timeout;constructor(e){if(super(),e={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:Ms,...e},!(typeof e.intervalCap=="number"&&e.intervalCap>=1))throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${e.intervalCap?.toString()??""}\` (${typeof e.intervalCap})`);if(e.interval===void 0||!(Number.isFinite(e.interval)&&e.interval>=0))throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${e.interval?.toString()??""}\` (${typeof e.interval})`);this.#e=e.carryoverConcurrencyCount,this.#t=e.intervalCap===Number.POSITIVE_INFINITY||e.interval===0,this.#s=e.intervalCap,this.#c=e.interval,this.#n=new e.queueClass,this.#m=e.queueClass,this.concurrency=e.concurrency,this.timeout=e.timeout,this.#y=e.throwOnTimeout===!0,this.#a=e.autoStart===!1}get#E(){return this.#t||this.#r<this.#s}get#x(){return this.#o<this.#u}#b(){this.#o--,this.#d(),this.emit("next")}#v(){this.#w(),this.#g(),this.#l=void 0}get#A(){let e=Date.now();if(this.#i===void 0){let t=this.#p-e;if(t<0)this.#r=this.#e?this.#o:0;else return this.#l===void 0&&(this.#l=setTimeout(()=>{this.#v()},t)),!0}return!1}#d(){if(this.#n.size===0)return this.#i&&clearInterval(this.#i),this.#i=void 0,this.emit("empty"),this.#o===0&&this.emit("idle"),!1;if(!this.#a){let e=!this.#A;if(this.#E&&this.#x){let t=this.#n.dequeue();return t?(this.emit("active"),t(),e&&this.#g(),!0):!1}}return!1}#g(){this.#t||this.#i!==void 0||(this.#i=setInterval(()=>{this.#w()},this.#c),this.#p=Date.now()+this.#c)}#w(){this.#r===0&&this.#o===0&&this.#i&&(clearInterval(this.#i),this.#i=void 0),this.#r=this.#e?this.#o:0,this.#f()}#f(){for(;this.#d(););}get concurrency(){return this.#u}set concurrency(e){if(!(typeof e=="number"&&e>=1))throw new TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${e}\` (${typeof e})`);this.#u=e,this.#f()}async#_(e){return new Promise((t,n)=>{e.addEventListener("abort",()=>{n(e.reason)},{once:!0})})}async add(e,t={}){return t={timeout:this.timeout,throwOnTimeout:this.#y,...t},new Promise((n,i)=>{this.#n.enqueue(async()=>{this.#o++,this.#r++;try{t.signal?.throwIfAborted();let o=e({signal:t.signal});t.timeout&&(o=Vs(Promise.resolve(o),{milliseconds:t.timeout})),t.signal&&(o=Promise.race([o,this.#_(t.signal)]));let s=await o;n(s),this.emit("completed",s)}catch(o){if(o instanceof Fs&&!t.throwOnTimeout){n();return}i(o),this.emit("error",o)}finally{this.#b()}},t),this.emit("add"),this.#d()})}async addAll(e,t){return Promise.all(e.map(async n=>this.add(n,t)))}start(){return this.#a?(this.#a=!1,this.#f(),this):this}pause(){this.#a=!0}clear(){this.#n=new this.#m}async onEmpty(){this.#n.size!==0&&await this.#h("empty")}async onSizeLessThan(e){this.#n.size<e||await this.#h("next",()=>this.#n.size<e)}async onIdle(){this.#o===0&&this.#n.size===0||await this.#h("idle")}async#h(e,t){return new Promise(n=>{let i=()=>{t&&!t()||(this.off(e,i),n())};this.on(e,i)})}get size(){return this.#n.size}sizeBy(e){return this.#n.filter(e).length}get pending(){return this.#o}get isPaused(){return this.#a}};function fA(r){return r[Symbol.asyncIterator]!=null}function hA(r){if(fA(r))return(async()=>{for await(let e of r)return e})();for(let e of r)return e}var Ii=hA;var Cf=V("/ipns/");function qy(r){return he(r.subarray(0,Cf.byteLength),Cf)}var Wy=r=>ls(r.slice(Cf.length)),ml=class{client;constructor(e){this.client=e}async*findProviders(e,t={}){yield*tt(this.client.getProviders(e,t),n=>({id:n.ID,multiaddrs:n.Addrs??[]}))}async provide(){}async put(e,t,n){if(!qy(e))return;let i=Wy(e),o=ut(t);await this.client.putIPNS(i,o,n)}async get(e,t){if(!qy(e))throw new O("Not found","ERR_NOT_FOUND");let n=Wy(e);try{let i=await this.client.getIPNS(n,t);return sn(i)}catch(i){throw i.code==="ERR_BAD_RESPONSE"?new O("Not found","ERR_NOT_FOUND"):i}}},yl=class{client;constructor(e){this.client=e}async findPeer(e,t={}){let n=await Ii(this.client.getPeers(e,t));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new O("Not found","ERR_NOT_FOUND")}async*getClosestPeers(e,t={}){}};var Et=oe("delegated-routing-v1-http-api-client"),Yy={concurrentRequests:4,timeout:3e4},gl=class{started;httpQueue;shutDownController;clientUrl;timeout;contentRouting;peerRouting;constructor(e,t={}){this.started=!1,this.shutDownController=new AbortController,Wi(1/0,this.shutDownController.signal),this.httpQueue=new it({concurrency:t.concurrentRequests??Yy.concurrentRequests}),this.clientUrl=e instanceof URL?e:new URL(e),this.timeout=t.timeout??Yy.timeout,this.contentRouting=new ml(this),this.peerRouting=new yl(this)}get[ns](){return this.contentRouting}get[is](){return this.peerRouting}isStarted(){return this.started}start(){this.started=!0}stop(){this.httpQueue.clear(),this.shutDownController.abort(),this.started=!1}async*getProviders(e,t={}){Et("getProviders starts: %c",e);let n=ui([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=_e(),o=_e();this.httpQueue.add(async()=>(i.resolve(),o.promise));try{await i.promise;let s=`${this.clientUrl}routing/v1/providers/${e.toString()}`,c=await fetch(s,{headers:{Accept:"application/x-ndjson"},signal:n});if(c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("Routing response had no body","ERR_BAD_RESPONSE");if(c.headers.get("Content-Type")==="application/json"){let l=await c.json();for(let d of l.Providers){let m=this.#e(d);m!=null&&(yield m)}}else for await(let l of Os(Ga(c.body))){let d=this.#e(l);d!=null&&(yield d)}}catch(s){Et.error("getProviders errored:",s)}finally{n.clear(),o.resolve(),Et("getProviders finished: %c",e)}}async*getPeers(e,t={}){Et("getPeers starts: %c",e);let n=ui([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=_e(),o=_e();this.httpQueue.add(async()=>(i.resolve(),o.promise));try{await i.promise;let s=`${this.clientUrl}routing/v1/peers/${e.toCID().toString()}`,c=await fetch(s,{headers:{Accept:"application/x-ndjson"},signal:n});if(c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("Routing response had no body","ERR_BAD_RESPONSE");if(c.headers.get("Content-Type")==="application/json"){let l=await c.json();for(let d of l.Peers){let m=this.#e(d);m!=null&&(yield m)}}else for await(let l of Os(Ga(c.body))){let d=this.#e(l);d!=null&&(yield d)}}catch(s){Et.error("getPeers errored:",s)}finally{n.clear(),o.resolve(),Et("getPeers finished: %c",e)}}async getIPNS(e,t={}){Et("getIPNS starts: %c",e);let n=ui([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=_e(),o=_e();this.httpQueue.add(async()=>(i.resolve(),o.promise));let s=`${this.clientUrl}routing/v1/ipns/${e.toCID().toString()}`;try{await i.promise;let c=await fetch(s,{headers:{Accept:"application/vnd.ipfs.ipns-record"},signal:n});if(Et("getIPNS GET %s %d",s,c.status),c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("GET ipns response had no body","ERR_BAD_RESPONSE");let u=await c.arrayBuffer(),l=new Uint8Array(u,0,u.byteLength);return t.validate!==!1&&await hl(ko(e),l),ut(l)}catch(a){throw Et.error("getIPNS GET %s error:",s,a),a}finally{n.clear(),o.resolve(),Et("getIPNS finished: %c",e)}}async putIPNS(e,t,n={}){Et("putIPNS starts: %c",e);let i=ui([this.shutDownController.signal,n.signal,AbortSignal.timeout(this.timeout)]),o=_e(),s=_e();this.httpQueue.add(async()=>(o.resolve(),s.promise));let a=`${this.clientUrl}routing/v1/ipns/${e.toCID().toString()}`;try{await o.promise;let c=sn(t),l=await fetch(a,{method:"PUT",headers:{"Content-Type":"application/vnd.ipfs.ipns-record"},body:c,signal:i});if(Et("putIPNS PUT %s %d",a,l.status),l.status!==200)throw new O("PUT ipns response had status other than 200","ERR_BAD_RESPONSE")}catch(c){throw Et.error("putIPNS PUT %s error:",a,c.stack),c}finally{i.clear(),s.resolve(),Et("putIPNS finished: %c",e)}}#e(e){let t=[],n=e.Addrs?.map(Nd)??[];return e.Protocols!=null&&t.push(...e.Protocols),e.Protocol!=null&&(t.push(e.Protocol),delete e.Protocol),{...e,Schema:"peer",ID:It(e.ID),Addrs:n,Protocols:t}}};function jy(r,e={}){return new gl(new URL(r),e)}var Xy=V("/ipns/");function Zy(r){return he(r.subarray(0,Xy.byteLength),Xy)}var Lf=class{client;constructor(e){this.client=jy(e)}async provide(e,t){}async*findProviders(e,t){yield*tt(this.client.getProviders(e,t),n=>({id:n.ID,multiaddrs:n.Addrs,protocols:n.Protocols}))}async put(e,t,n){if(!Zy(e))return;let i=Ro(e),o=ut(t);await this.client.putIPNS(i,o,n)}async get(e,t){if(!Zy(e))throw new O("Not found","ERR_NOT_FOUND");let n=Ro(e);try{let i=await this.client.getIPNS(n,t);return sn(i)}catch(i){throw i.code==="ERR_BAD_RESPONSE"?new O("Not found","ERR_NOT_FOUND"):i}}async findPeer(e,t){let n=await Ii(this.client.getPeers(e,t));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new O("Not found","ERR_NOT_FOUND")}async*getClosestPeers(e,t){}};function Hs(r){return new Lf(new URL(r))}var Uf=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=t??"ABORT_ERR"}};async function wl(r,e,t,n){let i=new Uf(n?.errorMessage,n?.errorCode);return t?.aborted===!0?Promise.reject(i):new Promise((o,s)=>{let a=u=>{try{if(n?.filter?.(u)===!1)return}catch(l){r.removeEventListener(e,a),t?.removeEventListener("abort",c),s(l);return}r.removeEventListener(e,a),t?.removeEventListener("abort",c),o(u)},c=()=>{r.removeEventListener(e,a),t?.removeEventListener("abort",c),s(i)};r.addEventListener(e,a),t?.addEventListener("abort",c)})}var El=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=t??"ABORT_ERR"}};async function Jy(r,e,t){if(e==null)return r;if(e.aborted)return Promise.reject(new El(t?.errorMessage,t?.errorCode));let n,i=new El(t?.errorMessage,t?.errorCode);try{return await Promise.race([r,new Promise((o,s)=>{n=()=>{s(i)},e.addEventListener("abort",n)})])}finally{n!=null&&e.removeEventListener("abort",n)}}var xl=class{deferred;signal;where;constructor(e,t){this.signal=t,this.deferred=_e(),this.where=e,this.onAbort=this.onAbort.bind(this),this.signal?.addEventListener("abort",this.onAbort)}onAbort(){this.deferred.reject(new An)}cleanup(){this.signal?.removeEventListener("abort",this.onAbort)}};function pA(){return`${parseInt(String(Math.random()*1e9),10).toString()}${Date.now()}`}var bl=class{id;fn;options;priority;recipients;status;timeline;controller;constructor(e,t,n=0){this.id=pA(),this.status="queued",this.fn=e,this.priority=n,this.options=t,this.recipients=[],this.timeline={created:Date.now()},this.controller=new AbortController,Wi(1/0,this.controller.signal),this.onAbort=this.onAbort.bind(this)}abort(e){this.controller.abort(e)}onAbort(){this.recipients.reduce((t,n)=>t&&n.signal?.aborted===!0,!0)&&this.controller.abort(new An)}async join(e={}){let t=new xl(new Error("where").stack,e.signal);return this.recipients.push(t),e.signal?.addEventListener("abort",this.onAbort),t.deferred.promise}async run(){this.status="running",this.timeline.started=Date.now();try{this.controller.signal.throwIfAborted();let e=await Jy(this.fn({...this.options??{},signal:this.controller.signal}),this.controller.signal);this.recipients.forEach(t=>{t.deferred.resolve(e)}),this.status="complete"}catch(e){this.recipients.forEach(t=>{t.deferred.reject(e)}),this.status="errored"}finally{this.timeline.finished=Date.now(),this.cleanup()}}cleanup(){this.recipients.forEach(e=>{e.signal?.removeEventListener("abort",this.onAbort)})}};function mA(r,e,t){let n=0,i=r.length;for(;i>0;){let o=Math.trunc(i/2),s=n+o;t(r[s],e)<=0?(n=++s,i-=o+1):i=o}return n}var $s=class extends ka{concurrency;queue;pending;constructor(e={}){super(),this.concurrency=e.concurrency??Number.POSITIVE_INFINITY,this.pending=0,e.metricName!=null&&e.metrics?.registerMetricGroup(e.metricName,{calculate:()=>({size:this.queue.length,running:this.pending,queued:this.queue.length-this.pending})}),this.queue=[]}tryToStartAnother(){if(this.size===0)return queueMicrotask(()=>{this.safeDispatchEvent("empty")}),this.running===0&&queueMicrotask(()=>{this.safeDispatchEvent("idle")}),!1;if(this.pending<this.concurrency){let e;for(let t of this.queue)if(t.status==="queued"){e=t;break}return e==null?!1:(this.safeDispatchEvent("active"),this.pending++,e.run().finally(()=>{for(let t=0;t<this.queue.length;t++)if(this.queue[t]===e){this.queue.splice(t,1);break}this.pending--,this.tryToStartAnother(),this.safeDispatchEvent("next")}),!0)}return!1}enqueue(e){if(this.queue[this.size-1]?.priority>=e.priority){this.queue.push(e);return}let t=mA(this.queue,e,(n,i)=>i.priority-n.priority);this.queue.splice(t,0,e)}async add(e,t){t?.signal?.throwIfAborted();let n=new bl(e,t,t?.priority),i=n.join(t).then(o=>(this.safeDispatchEvent("completed",{detail:o}),o)).catch(o=>{throw this.safeDispatchEvent("error",{detail:o}),o});return this.enqueue(n),this.safeDispatchEvent("add"),this.tryToStartAnother(),i}clear(){this.queue.splice(0,this.queue.length)}abort(){this.queue.forEach(e=>{e.abort(new An)}),this.clear()}async onEmpty(e){this.size!==0&&await wl(this,"empty",e?.signal)}async onSizeLessThan(e,t){this.size<e||await wl(this,"next",t?.signal,{filter:()=>this.size<e})}async onIdle(e){this.pending===0&&this.size===0||await wl(this,"idle",e?.signal)}get size(){return this.queue.length}get queued(){return this.queue.length-this.pending}get running(){return this.pending}async*toGenerator(e){e?.signal?.throwIfAborted();let t=Kt({objectMode:!0}),n=c=>{c!=null?this.abort():this.clear(),t.end(c)},i=c=>{c.detail!=null&&t.push(c.detail)},o=c=>{n(c.detail)},s=()=>{n()},a=()=>{n(new O("Queue aborted","ERR_QUEUE_ABORTED"))};this.addEventListener("completed",i),this.addEventListener("error",o),this.addEventListener("idle",s),e?.signal?.addEventListener("abort",a);try{yield*t}finally{this.removeEventListener("completed",i),this.removeEventListener("error",o),this.removeEventListener("idle",s),e?.signal?.removeEventListener("abort",a),n()}}};var rg="/pin/",Qy="/pinned-block/",Df=kn,eg=1;function tg(r){return r.version===0&&(r=r.toV1()),new Le(`${rg}${r.toString(Df)}`)}var vl=class{datastore;blockstore;dagWalkers;constructor(e,t,n){this.datastore=e,this.blockstore=t,this.dagWalkers=n}async*add(e,t={}){let n=tg(e);if(await this.datastore.has(n))throw new Error("Already pinned");let i=Math.round(t.depth??1/0);if(i<0)throw new Error("Depth must be greater than or equal to 0");let o=new $s({concurrency:eg});for await(let a of this.#e(e,o,{...t,depth:i}))await this.#t(a,c=>c.pinnedBy.find(u=>he(u,e.bytes))!=null?!1:(c.pinCount++,c.pinnedBy.push(e.bytes),!0),t),yield a;let s={depth:i,metadata:t.metadata??{}};await this.datastore.put(n,Kn(s),t)}async*#e(e,t,n){if(n.depth===-1)return;let i=this.dagWalkers[e.code];if(i==null)throw new Error(`No dag walker found for cid codec ${e.code}`);let o=await this.blockstore.get(e,n);yield e;for await(let s of i.walk(o))yield*await t.add(async()=>this.#e(s,t,{...n,depth:n.depth-1}))}async#t(e,t,n){let i=new Le(`${Qy}${Df.encode(e.multihash.bytes)}`),o={pinCount:0,pinnedBy:[]};try{o=lt(await this.datastore.get(i,n))}catch(a){if(a.code!=="ERR_NOT_FOUND")throw a}if(t(o)){if(o.pinCount===0&&await this.datastore.has(i)){await this.datastore.delete(i);return}await this.datastore.put(i,Kn(o),n),n.onProgress?.(new M("helia:pin:add",e))}}async*rm(e,t={}){let n=tg(e),i=await this.datastore.get(n,t),o=lt(i);await this.datastore.delete(n,t);let s=new $s({concurrency:eg});for await(let a of this.#e(e,s,{...t,depth:o.depth}))await this.#t(a,c=>(c.pinCount--,c.pinnedBy=c.pinnedBy.filter(u=>he(u,e.bytes)),!0),{...t,depth:o.depth}),yield a}async*ls(e={}){for await(let{key:t,value:n}of this.datastore.query({prefix:rg+(e.cid!=null?`${e.cid.toString(kn)}`:"")},e)){let i=F.parse(t.toString().substring(5),kn),o=lt(n);yield{cid:i,...o}}}async isPinned(e,t={}){let n=new Le(`${Qy}${Df.encode(e.multihash.bytes)}`);return this.datastore.has(n,t)}};function Of(r,e){let t={[Symbol.iterator]:()=>t,next:()=>{let n=r.next(),i=n.value;return n.done===!0||i==null?{done:!0,value:void 0}:{done:!1,value:e(i)}}};return t}var To=class r{set;constructor(e){if(this.set=new Set,e!=null)for(let t of e)this.set.add(t.toString())}get size(){return this.set.size}[Symbol.iterator](){return this.values()}add(e){this.set.add(e.toString())}clear(){this.set.clear()}delete(e){this.set.delete(e.toString())}entries(){return Of(this.set.entries(),e=>{let t=It(e[0]);return[t,t]})}forEach(e){this.set.forEach(t=>{let n=It(t);e(n,n,this)})}has(e){return this.set.has(e.toString())}values(){return Of(this.set.values(),e=>It(e))}intersection(e){let t=new r;for(let n of e)this.has(n)&&t.add(n);return t}difference(e){let t=new r;for(let n of this)e.has(n)||t.add(n);return t}union(e){let t=new r;for(let n of e)t.add(n);for(let n of this)t.add(n);return t}};var Al=class{log;routers;constructor(e,t){this.log=e.logger.forComponent("helia:routing"),this.routers=t.routers??[]}async start(){await _n(...this.routers)}async stop(){await Sn(...this.routers)}async*findProviders(e,t={}){if(this.routers.length===0)throw new O("No content routers available","ERR_NO_ROUTERS_AVAILABLE");let n=new To;for await(let i of Hr(...No(this.routers,"findProviders").map(o=>o.findProviders(e,t))))i!=null&&(n.has(i.id)||(n.add(i.id),yield i))}async provide(e,t={}){if(this.routers.length===0)throw new O("No content routers available","ERR_NO_ROUTERS_AVAILABLE");await Promise.all(No(this.routers,"provide").map(async n=>{await n.provide(e,t)}))}async put(e,t,n){await Promise.all(No(this.routers,"put").map(async i=>{await i.put(e,t,n)}))}async get(e,t){return Promise.any(No(this.routers,"get").map(async n=>n.get(e,t)))}async findPeer(e,t){if(this.routers.length===0)throw new O("No peer routers available","ERR_NO_ROUTERS_AVAILABLE");let n=this,i=Hr(...No(this.routers,"findPeer").map(o=>async function*(){try{yield await o.findPeer(e,t)}catch(s){n.log.error(s)}}()));for await(let o of i)if(o!=null)return o;throw new O("Could not find peer in routing","ERR_NOT_FOUND")}async*getClosestPeers(e,t={}){if(this.routers.length===0)throw new O("No peer routers available","ERR_NO_ROUTERS_AVAILABLE");let n=new To;for await(let i of Hr(...No(this.routers,"getClosestPeers").map(o=>o.getClosestPeers(e,t))))i!=null&&(n.has(i.id)||(n.add(i.id),yield i))}};function No(r,e){return r.filter(t=>t[e]!=null)}var Gn={},Co=r=>{r.addEventListener("message",e=>{Co.dispatchEvent("message",r,e)}),r.port!=null&&r.port.addEventListener("message",e=>{Co.dispatchEvent("message",r,e)})};Co.addEventListener=(r,e)=>{Gn[r]==null&&(Gn[r]=[]),Gn[r].push(e)};Co.removeEventListener=(r,e)=>{Gn[r]!=null&&(Gn[r]=Gn[r].filter(t=>t===e))};Co.dispatchEvent=function(r,e,t){Gn[r]!=null&&Gn[r].forEach(n=>n(e,t))};var Pf=Co;var Ff="lock:worker:request-read",Vf="lock:worker:release-read",Mf="lock:master:grant-read",Hf="lock:worker:request-write",$f="lock:worker:release-write",zf="lock:master:grant-write";var ng=(r=21)=>Math.random().toString().substring(2);var ig=(r,e,t,n,i)=>(o,s)=>{if(s.data.type!==t)return;let a={type:s.data.type,name:s.data.name,identifier:s.data.identifier};r.dispatchEvent(new MessageEvent(e,{data:{name:a.name,handler:async()=>{o.postMessage({type:i,name:a.name,identifier:a.identifier}),await new Promise(c=>{let u=l=>{if(l==null||l.data==null)return;let d={type:l.data.type,name:l.data.name,identifier:l.data.identifier};d.type===n&&d.identifier===a.identifier&&(o.removeEventListener("message",u),c())};o.addEventListener("message",u)})}}}))},og=(r,e,t,n)=>async()=>{let i=ng();return globalThis.postMessage({type:e,identifier:i,name:r}),new Promise(o=>{let s=a=>{if(a==null||a.data==null)return;let c={type:a.data.type,identifier:a.data.identifier};c.type===t&&c.identifier===i&&(globalThis.removeEventListener("message",s),o(()=>{globalThis.postMessage({type:n,identifier:i,name:r})}))};globalThis.addEventListener("message",s)})},yA={singleProcess:!1},sg=r=>{if(r=Object.assign({},yA,r),!!globalThis.document||r.singleProcess){let t=new EventTarget;return Pf.addEventListener("message",ig(t,"requestReadLock",Ff,Vf,Mf)),Pf.addEventListener("message",ig(t,"requestWriteLock",Hf,$f,zf)),t}return{isWorker:!0,readLock:t=>og(t,Ff,Mf,Vf),writeLock:t=>og(t,Hf,zf,$f)}};var Bi={},qn;async function Kf(r,e){let t,n=new Promise(i=>{t=i});return r.add(async()=>Vs((async()=>{await new Promise(i=>{t(()=>{i()})})})(),{milliseconds:e.timeout})),n}var gA=(r,e)=>{if(qn.isWorker===!0)return{readLock:qn.readLock(r,e),writeLock:qn.writeLock(r,e)};let t=new it({concurrency:1}),n;return{async readLock(){if(n!=null)return Kf(n,e);n=new it({concurrency:e.concurrency,autoStart:!1});let i=n,o=Kf(n,e);return t.add(async()=>{i.start(),await i.onIdle().then(()=>{n===i&&(n=null)})}),o},async writeLock(){return n=null,Kf(t,e)}}},wA={name:"lock",concurrency:1/0,timeout:846e5,singleProcess:!1};function Gf(r){let e=Object.assign({},wA,r);return qn==null&&(qn=sg(e),qn.isWorker!==!0&&(qn.addEventListener("requestReadLock",t=>{Bi[t.data.name]!=null&&Bi[t.data.name].readLock().then(async n=>t.data.handler().finally(()=>{n()}))}),qn.addEventListener("requestWriteLock",async t=>{Bi[t.data.name]!=null&&Bi[t.data.name].writeLock().then(async n=>t.data.handler().finally(()=>{n()}))}))),Bi[e.name]==null&&(Bi[e.name]=gA(e.name,e)),Bi[e.name]}var _l=class{lock;child;pins;started;constructor(e,t,n={}){this.child=e,this.pins=t,this.lock=Gf({singleProcess:n.holdGcLock}),this.started=!1}isStarted(){return this.started}async start(){await _n(this.child),this.started=!0}async stop(){await Sn(this.child),this.started=!1}unwrap(){return this.child}async put(e,t,n={}){let i=await this.lock.readLock();try{return await this.child.put(e,t,n)}finally{i()}}async*putMany(e,t={}){let n=await this.lock.readLock();try{yield*this.child.putMany(e,t)}finally{n()}}async get(e,t={}){let n=await this.lock.readLock();try{return await this.child.get(e,t)}finally{n()}}async*getMany(e,t={}){let n=await this.lock.readLock();try{yield*this.child.getMany(e,t)}finally{n()}}async delete(e,t={}){let n=await this.lock.writeLock();try{if(await this.pins.isPinned(e))throw new Error("CID was pinned");await this.child.delete(e,t)}finally{n()}}async*deleteMany(e,t={}){let n=await this.lock.writeLock();try{let i=this;yield*this.child.deleteMany(async function*(){for await(let o of e){if(await i.pins.isPinned(o))throw new Error("CID was pinned");yield o}}(),t)}finally{n()}}async has(e,t={}){let n=await this.lock.readLock();try{return await this.child.has(e,t)}finally{n()}}async*getAll(e={}){let t=await this.lock.readLock();try{yield*this.child.getAll(e)}finally{t()}}};var ag=42;function EA(r){return r instanceof ArrayBuffer?new Uint8Array(r,0,r.byteLength):r}function xA(r){if(r.asCID!==r&&r["/"]!==r.bytes)return null;let e=F.asCID(r);if(!e)return null;let t=new Uint8Array(e.bytes.byteLength+1);return t.set(e.bytes,1),[new R(w.tag,ag),new R(w.bytes,t)]}function bA(){throw new Error("`undefined` is not supported by the IPLD Data Model and cannot be encoded")}function vA(r){if(Number.isNaN(r))throw new Error("`NaN` is not supported by the IPLD Data Model and cannot be encoded");if(r===1/0||r===-1/0)throw new Error("`Infinity` and `-Infinity` is not supported by the IPLD Data Model and cannot be encoded");return null}var qf={float64:!0,typeEncoders:{Object:xA,undefined:bA,number:vA}},zU={...qf,typeEncoders:{...qf.typeEncoders}};function AA(r){if(r[0]!==0)throw new Error("Invalid CID for CBOR tag 42; expected leading 0x00");return F.decode(r.subarray(1))}var Sl={allowIndefinite:!1,coerceUndefinedToNull:!0,allowNaN:!1,allowInfinity:!1,allowBigInt:!0,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,tags:[]};Sl.tags[ag]=AA;var KU={...Sl,tags:Sl.tags.slice()};var Wn=113,zs=r=>Kn(r,qf),ki=r=>lt(EA(r),Sl);var Wf=class extends Array{constructor(){super(),this.inRecursive=[]}prefix(e){let t=this.inRecursive[this.inRecursive.length-1];t&&(t.type===w.array&&(t.elements++,t.elements!==1&&e.push([44])),t.type===w.map&&(t.elements++,t.elements!==1&&(t.elements%2===1?e.push([44]):e.push([58]))))}[w.uint.major](e,t){this.prefix(e);let n=String(t.value),i=[];for(let o=0;o<n.length;o++)i[o]=n.charCodeAt(o);e.push(i)}[w.negint.major](e,t){this[w.uint.major](e,t)}[w.bytes.major](e,t){throw new Error(`${nn} unsupported type: Uint8Array`)}[w.string.major](e,t){this.prefix(e);let n=Qc(JSON.stringify(t.value));e.push(n.length>32?ks(n):n)}[w.array.major](e,t){this.prefix(e),this.inRecursive.push({type:w.array,elements:0}),e.push([91])}[w.map.major](e,t){this.prefix(e),this.inRecursive.push({type:w.map,elements:0}),e.push([123])}[w.tag.major](e,t){}[w.float.major](e,t){if(t.type.name==="break"){let s=this.inRecursive.pop();if(s){if(s.type===w.array)e.push([93]);else if(s.type===w.map)e.push([125]);else throw new Error("Unexpected recursive type; this should not happen!");return}throw new Error("Unexpected break; this should not happen!")}if(t.value===void 0)throw new Error(`${nn} unsupported type: undefined`);if(this.prefix(e),t.type.name==="true"){e.push([116,114,117,101]);return}else if(t.type.name==="false"){e.push([102,97,108,115,101]);return}else if(t.type.name==="null"){e.push([110,117,108,108]);return}let n=String(t.value),i=[],o=!1;for(let s=0;s<n.length;s++)i[s]=n.charCodeAt(s),!o&&(i[s]===46||i[s]===101||i[s]===69)&&(o=!0);o||(i.push(46),i.push(48)),e.push(i)}};function _A(r,e){if(Array.isArray(r[0])||Array.isArray(e[0]))throw new Error(`${nn} complex map keys are not supported`);let t=r[0],n=e[0];if(t.type!==w.string||n.type!==w.string)throw new Error(`${nn} non-string map keys are not supported`);if(t<n)return-1;if(t>n)return 1;throw new Error(`${nn} unexpected duplicate map keys, this is not supported`)}var SA={addBreakTokens:!0,mapSorter:_A};function Gs(r,e){return e=Object.assign({},SA,e),_f(r,new Wf,e)}var Yn=class{constructor(e,t={}){this._pos=0,this.data=e,this.options=t,this.modeStack=["value"],this.lastToken=""}pos(){return this._pos}done(){return this._pos>=this.data.length}ch(){return this.data[this._pos]}currentMode(){return this.modeStack[this.modeStack.length-1]}skipWhitespace(){let e=this.ch();for(;e===32||e===9||e===13||e===10;)e=this.data[++this._pos]}expect(e){if(this.data.length-this._pos<e.length)throw new Error(`${G} unexpected end of input at position ${this._pos}`);for(let t=0;t<e.length;t++)if(this.data[this._pos++]!==e[t])throw new Error(`${G} unexpected token at position ${this._pos}, expected to find '${String.fromCharCode(...e)}'`)}parseNumber(){let e=this._pos,t=!1,n=!1,i=a=>{for(;!this.done();){let c=this.ch();if(a.includes(c))this._pos++;else break}};if(this.ch()===45&&(t=!0,this._pos++),this.ch()===48)if(this._pos++,this.ch()===46)this._pos++,n=!0;else return new R(w.uint,0,this._pos-e);if(i([48,49,50,51,52,53,54,55,56,57]),t&&this._pos===e+1)throw new Error(`${G} unexpected token at position ${this._pos}`);if(!this.done()&&this.ch()===46){if(n)throw new Error(`${G} unexpected token at position ${this._pos}`);n=!0,this._pos++,i([48,49,50,51,52,53,54,55,56,57])}!this.done()&&(this.ch()===101||this.ch()===69)&&(n=!0,this._pos++,!this.done()&&(this.ch()===43||this.ch()===45)&&this._pos++,i([48,49,50,51,52,53,54,55,56,57]));let o=String.fromCharCode.apply(null,this.data.subarray(e,this._pos)),s=parseFloat(o);return n?new R(w.float,s,this._pos-e):this.options.allowBigInt!==!0||Number.isSafeInteger(s)?new R(s>=0?w.uint:w.negint,s,this._pos-e):new R(s>=0?w.uint:w.negint,BigInt(o),this._pos-e)}parseString(){if(this.ch()!==34)throw new Error(`${G} unexpected character at position ${this._pos}; this shouldn't happen`);this._pos++;for(let o=this._pos,s=0;o<this.data.length&&s<65536;o++,s++){let a=this.data[o];if(a===92||a<32||a>=128)break;if(a===34){let c=String.fromCharCode.apply(null,this.data.subarray(this._pos,o));return this._pos=o+1,new R(w.string,c,s)}}let e=this._pos,t=[],n=()=>{if(this._pos+4>=this.data.length)throw new Error(`${G} unexpected end of unicode escape sequence at position ${this._pos}`);let o=0;for(let s=0;s<4;s++){let a=this.ch();if(a>=48&&a<=57)a-=48;else if(a>=97&&a<=102)a=a-97+10;else if(a>=65&&a<=70)a=a-65+10;else throw new Error(`${G} unexpected unicode escape character at position ${this._pos}`);o=o*16+a,this._pos++}return o},i=()=>{let o=this.ch(),s=null,a=o>239?4:o>223?3:o>191?2:1;if(this._pos+a>this.data.length)throw new Error(`${G} unexpected unicode sequence at position ${this._pos}`);let c,u,l,d;switch(a){case 1:o<128&&(s=o);break;case 2:c=this.data[this._pos+1],(c&192)===128&&(d=(o&31)<<6|c&63,d>127&&(s=d));break;case 3:c=this.data[this._pos+1],u=this.data[this._pos+2],(c&192)===128&&(u&192)===128&&(d=(o&15)<<12|(c&63)<<6|u&63,d>2047&&(d<55296||d>57343)&&(s=d));break;case 4:c=this.data[this._pos+1],u=this.data[this._pos+2],l=this.data[this._pos+3],(c&192)===128&&(u&192)===128&&(l&192)===128&&(d=(o&15)<<18|(c&63)<<12|(u&63)<<6|l&63,d>65535&&d<1114112&&(s=d))}s===null?(s=65533,a=1):s>65535&&(s-=65536,t.push(s>>>10&1023|55296),s=56320|s&1023),t.push(s),this._pos+=a};for(;!this.done();){let o=this.ch(),s;switch(o){case 92:if(this._pos++,this.done())throw new Error(`${G} unexpected string termination at position ${this._pos}`);switch(s=this.ch(),this._pos++,s){case 34:case 39:case 92:case 47:t.push(s);break;case 98:t.push(8);break;case 116:t.push(9);break;case 110:t.push(10);break;case 102:t.push(12);break;case 114:t.push(13);break;case 117:t.push(n());break;default:throw new Error(`${G} unexpected string escape character at position ${this._pos}`)}break;case 34:return this._pos++,new R(w.string,yf(t),this._pos-e);default:if(o<32)throw new Error(`${G} invalid control character at position ${this._pos}`);o<128?(t.push(o),this._pos++):i()}}throw new Error(`${G} unexpected end of string at position ${this._pos}`)}parseValue(){switch(this.ch()){case 123:return this.modeStack.push("obj-start"),this._pos++,new R(w.map,1/0,1);case 91:return this.modeStack.push("array-start"),this._pos++,new R(w.array,1/0,1);case 34:return this.parseString();case 110:return this.expect([110,117,108,108]),new R(w.null,null,4);case 102:return this.expect([102,97,108,115,101]),new R(w.false,!1,5);case 116:return this.expect([116,114,117,101]),new R(w.true,!0,4);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.parseNumber();default:throw new Error(`${G} unexpected character at position ${this._pos}`)}}next(){switch(this.skipWhitespace(),this.currentMode()){case"value":return this.modeStack.pop(),this.parseValue();case"array-value":{if(this.modeStack.pop(),this.ch()===93)return this._pos++,this.skipWhitespace(),new R(w.break,void 0,1);if(this.ch()!==44)throw new Error(`${G} unexpected character at position ${this._pos}, was expecting array delimiter but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue()}case"array-start":return this.modeStack.pop(),this.ch()===93?(this._pos++,this.skipWhitespace(),new R(w.break,void 0,1)):(this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue());case"obj-key":if(this.ch()===125)return this.modeStack.pop(),this._pos++,this.skipWhitespace(),new R(w.break,void 0,1);if(this.ch()!==44)throw new Error(`${G} unexpected character at position ${this._pos}, was expecting object delimiter but found '${String.fromCharCode(this.ch())}'`);this._pos++,this.skipWhitespace();case"obj-start":{if(this.modeStack.pop(),this.ch()===125)return this._pos++,this.skipWhitespace(),new R(w.break,void 0,1);let e=this.parseString();if(this.skipWhitespace(),this.ch()!==58)throw new Error(`${G} unexpected character at position ${this._pos}, was expecting key/value delimiter ':' but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("obj-value"),e}case"obj-value":return this.modeStack.pop(),this.modeStack.push("obj-key"),this.skipWhitespace(),this.parseValue();default:throw new Error(`${G} unexpected parse state at position ${this._pos}; this shouldn't happen`)}}};function qs(r,e){return e=Object.assign({tokenizer:new Yn(r,e)},e),lt(r,e)}function IA(r){return r instanceof ArrayBuffer?new Uint8Array(r,0,r.byteLength):r}function BA(r){if(r.asCID!==r&&r["/"]!==r.bytes)return null;let e=F.asCID(r);if(!e)return null;let t=e.toString();return[new R(w.map,1/0,1),new R(w.string,"/",1),new R(w.string,t,t.length),new R(w.break,void 0,1)]}function Il(r){let e=yr.encode(r).slice(1);return[new R(w.map,1/0,1),new R(w.string,"/",1),new R(w.map,1/0,1),new R(w.string,"bytes",5),new R(w.string,e,e.length),new R(w.break,void 0,1),new R(w.break,void 0,1)]}function ar(r){return Il(new Uint8Array(r.buffer,r.byteOffset,r.byteLength))}function kA(r){return Il(new Uint8Array(r))}function RA(){throw new Error("`undefined` is not supported by the IPLD Data Model and cannot be encoded")}function TA(r){if(Number.isNaN(r))throw new Error("`NaN` is not supported by the IPLD Data Model and cannot be encoded");if(r===1/0||r===-1/0)throw new Error("`Infinity` and `-Infinity` is not supported by the IPLD Data Model and cannot be encoded");return null}var NA={typeEncoders:{Object:BA,Buffer:Il,Uint8Array:Il,Int8Array:ar,Uint16Array:ar,Int16Array:ar,Uint32Array:ar,Int32Array:ar,Float32Array:ar,Float64Array:ar,Uint8ClampedArray:ar,BigInt64Array:ar,BigUint64Array:ar,DataView:ar,ArrayBuffer:kA,undefined:RA,number:TA}},Yf=class extends Yn{constructor(e,t){super(e,t),this.tokenBuffer=[]}done(){return this.tokenBuffer.length===0&&super.done()}_next(){return this.tokenBuffer.length>0?this.tokenBuffer.pop():super.next()}next(){let e=this._next();if(e.type===w.map){let t=this._next();if(t.type===w.string&&t.value==="/"){let n=this._next();if(n.type===w.string){if(this._next().type!==w.break)throw new Error("Invalid encoded CID form");return this.tokenBuffer.push(n),new R(w.tag,42,0)}if(n.type===w.map){let i=this._next();if(i.type===w.string&&i.value==="bytes"){let o=this._next();if(o.type===w.string){for(let a=0;a<2;a++)if(this._next().type!==w.break)throw new Error("Invalid encoded Bytes form");let s=yr.decode(`m${o.value}`);return new R(w.bytes,s,o.value.length)}this.tokenBuffer.push(o)}this.tokenBuffer.push(i)}this.tokenBuffer.push(n)}this.tokenBuffer.push(t)}return e}},jf={allowIndefinite:!1,allowUndefined:!1,allowNaN:!1,allowInfinity:!1,allowBigInt:!0,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,tags:[]};jf.tags[42]=F.parse;var jn=297,lg=r=>Gs(r,NA),Bl=r=>{let e=IA(r),t=Object.assign(jf,{tokenizer:new Yf(e,jf)});return qs(e,t)};var aD=new TextDecoder;var cD=new TextEncoder;var Oe={};Be(Oe,{code:()=>ve,createLink:()=>Eg,createNode:()=>wg,decode:()=>Se,encode:()=>ce,name:()=>$A,prepare:()=>Te,validate:()=>Jf});var CA=new TextDecoder;function Xf(r,e){let t=0;for(let n=0;;n+=7){if(n>=64)throw new Error("protobuf: varint overflow");if(e>=r.length)throw new Error("protobuf: unexpected end of data");let i=r[e++];if(t+=n<28?(i&127)<<n:(i&127)*2**n,i<128)break}return[t,e]}function Rl(r,e){let t;[t,e]=Xf(r,e);let n=e+t;if(t<0||n<0)throw new Error("protobuf: invalid length");if(n>r.length)throw new Error("protobuf: unexpected end of data");return[r.subarray(e,n),n]}function ug(r,e){let t;return[t,e]=Xf(r,e),[t&7,t>>3,e]}function LA(r){let e={},t=r.length,n=0;for(;n<t;){let i,o;if([i,o,n]=ug(r,n),o===1){if(e.Hash)throw new Error("protobuf: (PBLink) duplicate Hash section");if(i!==2)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Hash`);if(e.Name!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Name before Hash");if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Hash");[e.Hash,n]=Rl(r,n)}else if(o===2){if(e.Name!==void 0)throw new Error("protobuf: (PBLink) duplicate Name section");if(i!==2)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Name`);if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Name");let s;[s,n]=Rl(r,n),e.Name=CA.decode(s)}else if(o===3){if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) duplicate Tsize section");if(i!==0)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Tsize`);[e.Tsize,n]=Xf(r,n)}else throw new Error(`protobuf: (PBLink) invalid fieldNumber, expected 1, 2 or 3, got ${o}`)}if(n>t)throw new Error("protobuf: (PBLink) unexpected end of data");return e}function dg(r){let e=r.length,t=0,n,i=!1,o;for(;t<e;){let a,c;if([a,c,t]=ug(r,t),a!==2)throw new Error(`protobuf: (PBNode) invalid wireType, expected 2, got ${a}`);if(c===1){if(o)throw new Error("protobuf: (PBNode) duplicate Data section");[o,t]=Rl(r,t),n&&(i=!0)}else if(c===2){if(i)throw new Error("protobuf: (PBNode) duplicate Links section");n||(n=[]);let u;[u,t]=Rl(r,t),n.push(LA(u))}else throw new Error(`protobuf: (PBNode) invalid fieldNumber, expected 1 or 2, got ${c}`)}if(t>e)throw new Error("protobuf: (PBNode) unexpected end of data");let s={};return o&&(s.Data=o),s.Links=n||[],s}var hg=new TextEncoder,fg=2**32,UA=2**31;function DA(r,e){let t=e.length;if(typeof r.Tsize=="number"){if(r.Tsize<0)throw new Error("Tsize cannot be negative");if(!Number.isSafeInteger(r.Tsize))throw new Error("Tsize too large for encoding");t=Ws(e,t,r.Tsize)-1,e[t]=24}if(typeof r.Name=="string"){let n=hg.encode(r.Name);t-=n.length,e.set(n,t),t=Ws(e,t,n.length)-1,e[t]=18}return r.Hash&&(t-=r.Hash.length,e.set(r.Hash,t),t=Ws(e,t,r.Hash.length)-1,e[t]=10),e.length-t}function pg(r){let e=PA(r),t=new Uint8Array(e),n=e;if(r.Data&&(n-=r.Data.length,t.set(r.Data,n),n=Ws(t,n,r.Data.length)-1,t[n]=10),r.Links)for(let i=r.Links.length-1;i>=0;i--){let o=DA(r.Links[i],t.subarray(0,n));n-=o,n=Ws(t,n,o)-1,t[n]=18}return t}function OA(r){let e=0;if(r.Hash){let t=r.Hash.length;e+=1+t+Lo(t)}if(typeof r.Name=="string"){let t=hg.encode(r.Name).length;e+=1+t+Lo(t)}return typeof r.Tsize=="number"&&(e+=1+Lo(r.Tsize)),e}function PA(r){let e=0;if(r.Data){let t=r.Data.length;e+=1+t+Lo(t)}if(r.Links)for(let t of r.Links){let n=OA(t);e+=1+n+Lo(n)}return e}function Ws(r,e,t){e-=Lo(t);let n=e;for(;t>=UA;)r[e++]=t&127|128,t/=128;for(;t>=128;)r[e++]=t&127|128,t>>>=7;return r[e]=t,n}function Lo(r){return r%2===0&&r++,Math.floor((FA(r)+6)/7)}function FA(r){let e=0;return r>=fg&&(r=Math.floor(r/fg),e=32),r>=65536&&(r>>>=16,e+=16),r>=256&&(r>>>=8,e+=8),e+VA[r]}var VA=[0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8];var MA=["Data","Links"],HA=["Hash","Name","Tsize"],Zf=new TextEncoder;function yg(r,e){if(r===e)return 0;let t=r.Name?Zf.encode(r.Name):[],n=e.Name?Zf.encode(e.Name):[],i=t.length,o=n.length;for(let s=0,a=Math.min(i,o);s<a;++s)if(t[s]!==n[s]){i=t[s],o=n[s];break}return i<o?-1:o<i?1:0}function mg(r,e){return!Object.keys(r).some(t=>!e.includes(t))}function gg(r){if(typeof r.asCID=="object"){let t=F.asCID(r);if(!t)throw new TypeError("Invalid DAG-PB form");return{Hash:t}}if(typeof r!="object"||Array.isArray(r))throw new TypeError("Invalid DAG-PB form");let e={};if(r.Hash){let t=F.asCID(r.Hash);try{t||(typeof r.Hash=="string"?t=F.parse(r.Hash):r.Hash instanceof Uint8Array&&(t=F.decode(r.Hash)))}catch(n){throw new TypeError(`Invalid DAG-PB form: ${n.message}`)}t&&(e.Hash=t)}if(!e.Hash)throw new TypeError("Invalid DAG-PB form");return typeof r.Name=="string"&&(e.Name=r.Name),typeof r.Tsize=="number"&&(e.Tsize=r.Tsize),e}function Te(r){if((r instanceof Uint8Array||typeof r=="string")&&(r={Data:r}),typeof r!="object"||Array.isArray(r))throw new TypeError("Invalid DAG-PB form");let e={};if(r.Data!==void 0)if(typeof r.Data=="string")e.Data=Zf.encode(r.Data);else if(r.Data instanceof Uint8Array)e.Data=r.Data;else throw new TypeError("Invalid DAG-PB form");if(r.Links!==void 0)if(Array.isArray(r.Links))e.Links=r.Links.map(gg),e.Links.sort(yg);else throw new TypeError("Invalid DAG-PB form");else e.Links=[];return e}function Jf(r){if(!r||typeof r!="object"||Array.isArray(r)||r instanceof Uint8Array||r["/"]&&r["/"]===r.bytes)throw new TypeError("Invalid DAG-PB form");if(!mg(r,MA))throw new TypeError("Invalid DAG-PB form (extraneous properties)");if(r.Data!==void 0&&!(r.Data instanceof Uint8Array))throw new TypeError("Invalid DAG-PB form (Data must be bytes)");if(!Array.isArray(r.Links))throw new TypeError("Invalid DAG-PB form (Links must be a list)");for(let e=0;e<r.Links.length;e++){let t=r.Links[e];if(!t||typeof t!="object"||Array.isArray(t)||t instanceof Uint8Array||t["/"]&&t["/"]===t.bytes)throw new TypeError("Invalid DAG-PB form (bad link)");if(!mg(t,HA))throw new TypeError("Invalid DAG-PB form (extraneous properties on link)");if(t.Hash===void 0)throw new TypeError("Invalid DAG-PB form (link must have a Hash)");if(t.Hash==null||!t.Hash["/"]||t.Hash["/"]!==t.Hash.bytes)throw new TypeError("Invalid DAG-PB form (link Hash must be a CID)");if(t.Name!==void 0&&typeof t.Name!="string")throw new TypeError("Invalid DAG-PB form (link Name must be a string)");if(t.Tsize!==void 0){if(typeof t.Tsize!="number"||t.Tsize%1!==0)throw new TypeError("Invalid DAG-PB form (link Tsize must be an integer)");if(t.Tsize<0)throw new TypeError("Invalid DAG-PB form (link Tsize cannot be negative)")}if(e>0&&yg(t,r.Links[e-1])===-1)throw new TypeError("Invalid DAG-PB form (links must be sorted by Name bytes)")}}function wg(r,e=[]){return Te({Data:r,Links:e})}function Eg(r,e,t){return gg({Hash:t,Name:r,Tsize:e})}function xg(r){return r instanceof ArrayBuffer?new Uint8Array(r,0,r.byteLength):r}var $A="dag-pb",ve=112;function ce(r){Jf(r);let e={};return r.Links&&(e.Links=r.Links.map(t=>{let n={};return t.Hash&&(n.Hash=t.Hash.bytes),t.Name!==void 0&&(n.Name=t.Name),t.Tsize!==void 0&&(n.Tsize=t.Tsize),n})),r.Data&&(e.Data=r.Data),pg(e)}function Se(r){let e=xg(r),t=dg(e),n={};return t.Data&&(n.Data=t.Data),t.Links&&(n.Links=t.Links.map(i=>{let o={};try{o.Hash=F.decode(i.Hash)}catch{}if(!o.Hash)throw new Error("Invalid Hash field found in link, expected CID");return i.Name!==void 0&&(o.Name=i.Name),i.Tsize!==void 0&&(o.Tsize=i.Tsize),o})),n}var zA={codec:ve,*walk(r){yield*Se(r).Links.map(t=>t.Hash)}},KA={codec:Ae,*walk(){}},bg=42,GA={codec:Wn,*walk(r){let e=[],t=[];t[bg]=n=>{if(n[0]!==0)throw new Error("Invalid CID for CBOR tag 42; expected leading 0x00");let i=F.decode(n.subarray(1));return e.push(i),i},lt(r,{tags:t}),yield*e}},Qf=class extends Yn{tokenBuffer;constructor(e,t){super(e,t),this.tokenBuffer=[]}done(){return this.tokenBuffer.length===0&&super.done()}_next(){return this.tokenBuffer.length>0?this.tokenBuffer.pop():super.next()}next(){let e=this._next();if(e.type===w.map){let t=this._next();if(t.type===w.string&&t.value==="/"){let n=this._next();if(n.type===w.string){if(this._next().type!==w.break)throw new Error("Invalid encoded CID form");return this.tokenBuffer.push(n),new R(w.tag,42,0)}if(n.type===w.map){let i=this._next();if(i.type===w.string&&i.value==="bytes"){let o=this._next();if(o.type===w.string){for(let a=0;a<2;a++)if(this._next().type!==w.break)throw new Error("Invalid encoded Bytes form");let s=yr.decode(`m${o.value}`);return new R(w.bytes,s,o.value.length)}this.tokenBuffer.push(o)}this.tokenBuffer.push(i)}this.tokenBuffer.push(n)}this.tokenBuffer.push(t)}return e}},qA={codec:jn,*walk(r){let e=[],t=[];t[bg]=n=>{let i=F.parse(n);return e.push(i),i},qs(r,{tags:t,tokenizer:new Qf(r,{tags:t,allowIndefinite:!0,allowUndefined:!0,allowNaN:!0,allowInfinity:!0,allowBigInt:!0,strict:!1,rejectDuplicateMapKeys:!1})}),yield*e}},WA={codec:Rn,*walk(){}};function vg(r=[]){let e={};return[zA,KA,GA,qA,WA,...r].forEach(t=>{e[t.codec]=t}),e}var eh=new Le("/version"),Ag=1;async function _g(r){if(!await r.has(eh)){await r.put(eh,V(`${Ag}`));return}let e=await r.get(eh),t=Z(e);if(parseInt(t,10)!==Ag)throw new Error("Unknown datastore version, a datastore migration may be required")}function Sg(r=[]){let e={};return[fe,Ou,et,...r].forEach(t=>{e[t.code]=t}),e}var Sr=class{has(e,t){return Promise.reject(new Error(".has is not implemented"))}put(e,t,n){return Promise.reject(new Error(".put is not implemented"))}async*putMany(e,t){for await(let{cid:n,block:i}of e)await this.put(n,i,t),yield n}get(e,t){return Promise.reject(new Error(".get is not implemented"))}async*getMany(e,t){for await(let n of e)yield{cid:n,block:await this.get(n,t)}}delete(e,t){return Promise.reject(new Error(".delete is not implemented"))}async*deleteMany(e,t){for await(let n of e)await this.delete(n,t),yield n}async*getAll(e){throw new Error(".getAll is not implemented")}};var Ri={};Be(Ri,{abortedError:()=>JA,closeFailedError:()=>jA,deleteFailedError:()=>rh,getFailedError:()=>XA,hasFailedError:()=>ZA,notFoundError:()=>Xn,openFailedError:()=>YA,putFailedError:()=>th});var an=Q(Ce(),1);function YA(r){return r=r??new Error("Open failed"),(0,an.default)(r,"ERR_OPEN_FAILED")}function jA(r){return r=r??new Error("Close failed"),(0,an.default)(r,"ERR_CLOSE_FAILED")}function th(r){return r=r??new Error("Put failed"),(0,an.default)(r,"ERR_PUT_FAILED")}function XA(r){return r=r??new Error("Get failed"),(0,an.default)(r,"ERR_GET_FAILED")}function rh(r){return r=r??new Error("Delete failed"),(0,an.default)(r,"ERR_DELETE_FAILED")}function ZA(r){return r=r??new Error("Has failed"),(0,an.default)(r,"ERR_HAS_FAILED")}function Xn(r){return r=r??new Error("Not Found"),(0,an.default)(r,"ERR_NOT_FOUND")}function JA(r){return r=r??new Error("Aborted"),(0,an.default)(r,"ERR_ABORTED")}var Ig=0,Tl=class extends Sr{put(e){return e}get(e){if(e.code===Ig)return e.multihash.digest;throw Xn()}has(e){return e.code===Ig}delete(){}*getAll(){}};function QA(r){return r[Symbol.asyncIterator]!=null}function e_(r,e){if(QA(r))return async function*(){for await(let a of r)await e(a)&&(yield a)}();let t=Hi(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();let o=e(n);if(typeof o.then=="function")return async function*(){await o&&(yield n);for await(let a of t)await e(a)&&(yield a)}();let s=e;return function*(){o===!0&&(yield n);for(let a of t)s(a)&&(yield a)}()}var xt=e_;var t_=oe("blockstore:core:tiered"),Ys=class extends Sr{stores;constructor(e){super(),this.stores=e.slice()}async put(e,t,n){try{return await Promise.all(this.stores.map(async i=>{await i.put(e,t,n)})),e}catch(i){throw th(i)}}async get(e,t){for(let n of this.stores)try{let i=await n.get(e,t);if(i!=null)return i}catch(i){t_.error(i)}throw Xn()}async has(e,t){for(let n of this.stores)if(await n.has(e,t))return!0;return!1}async delete(e,t){try{await Promise.all(this.stores.map(async n=>{await n.delete(e,t)}))}catch(n){throw rh(n)}}async*putMany(e,t={}){let n,i=this.stores.map(o=>{let s=Kt({objectMode:!0});return Jt(o.putMany(s,t)).catch(a=>{n=a}),s});try{for await(let o of e){if(n!=null)throw n;i.forEach(s=>s.push(o)),yield o.cid}}finally{i.forEach(o=>o.end())}}async*deleteMany(e,t={}){let n,i=this.stores.map(o=>{let s=Kt({objectMode:!0});return Jt(o.deleteMany(s,t)).catch(a=>{n=a}),s});try{for await(let o of e){if(n!=null)throw n;i.forEach(s=>s.push(o)),yield o}}finally{i.forEach(o=>o.end())}}async*getAll(e){let t=new Set;yield*xt(Hr(...this.stores.map(n=>n.getAll(e))),n=>{let i=n.cid.toString();return t.has(i)?!1:(t.add(i),!0)})}};function r_(r){return typeof r.retrieve=="function"}function n_(r){return typeof r.announce=="function"}var Nl=class{child;blockRetrievers;blockAnnouncers;hashers;started;log;constructor(e){this.log=e.logger.forComponent("helia:networked-storage"),this.child=new Ys([new Tl,e.blockstore]),this.blockRetrievers=(e.blockBrokers??[]).filter(r_),this.blockAnnouncers=(e.blockBrokers??[]).filter(n_),this.hashers=e.hashers??{},this.started=!1}isStarted(){return this.started}async start(){await _n(this.child,...new Set([...this.blockRetrievers,...this.blockAnnouncers])),this.started=!0}async stop(){await Sn(this.child,...new Set([...this.blockRetrievers,...this.blockAnnouncers])),this.started=!1}unwrap(){return this.child}async put(e,t,n={}){return await this.child.has(e)?(n.onProgress?.(new M("blocks:put:duplicate",e)),e):(n.onProgress?.(new M("blocks:put:providers:notify",e)),this.blockAnnouncers.forEach(i=>{i.announce(e,t,n)}),n.onProgress?.(new M("blocks:put:blockstore:put",e)),this.child.put(e,t,n))}async*putMany(e,t={}){let n=xt(e,async({cid:o})=>{let s=await this.child.has(o);return s&&t.onProgress?.(new M("blocks:put-many:duplicate",o)),!s}),i=bu(n,({cid:o,block:s})=>{t.onProgress?.(new M("blocks:put-many:providers:notify",o)),this.blockAnnouncers.forEach(a=>{a.announce(o,s,t)})});t.onProgress?.(new M("blocks:put-many:blockstore:put-many")),yield*this.child.putMany(i,t)}async get(e,t={}){if(t.offline!==!0&&!await this.child.has(e)){t.onProgress?.(new M("blocks:get:providers:get",e));let n=await Bg(e,this.blockRetrievers,this.hashers[e.multihash.code],{...t,log:this.log});return t.onProgress?.(new M("blocks:get:blockstore:put",e)),await this.child.put(e,n,t),t.onProgress?.(new M("blocks:get:providers:notify",e)),this.blockAnnouncers.forEach(i=>{i.announce(e,n,t)}),n}return t.onProgress?.(new M("blocks:get:blockstore:get",e)),this.child.get(e,t)}async*getMany(e,t={}){t.onProgress?.(new M("blocks:get-many:blockstore:get-many")),yield*this.child.getMany(bu(e,async n=>{if(t.offline!==!0&&!await this.child.has(n)){t.onProgress?.(new M("blocks:get-many:providers:get",n));let i=await Bg(n,this.blockRetrievers,this.hashers[n.multihash.code],{...t,log:this.log});t.onProgress?.(new M("blocks:get-many:blockstore:put",n)),await this.child.put(n,i,t),t.onProgress?.(new M("blocks:get-many:providers:notify",n)),this.blockAnnouncers.forEach(o=>{o.announce(n,i,t)})}}))}async delete(e,t={}){t.onProgress?.(new M("blocks:delete:blockstore:delete",e)),await this.child.delete(e,t)}async*deleteMany(e,t={}){t.onProgress?.(new M("blocks:delete-many:blockstore:delete-many")),yield*this.child.deleteMany(async function*(){for await(let n of e)yield n}(),t)}async has(e,t={}){return this.child.has(e,t)}async*getAll(e={}){e.onProgress?.(new M("blocks:get-all:blockstore:get-many")),yield*this.child.getAll(e)}},i_=(r,e)=>{if(e==null)throw new O(`No hasher configured for multihash code 0x${r.multihash.code.toString(16)}, please configure one. You can look up which hash this is at https://github.com/multiformats/multicodec/blob/master/table.csv`,"ERR_UNKNOWN_HASH_ALG");return async t=>{let n=await e.digest(t);if(!he(n.digest,r.multihash.digest))throw new O("Hash of downloaded block did not match multihash from passed CID","ERR_HASH_MISMATCH")}};async function Bg(r,e,t,n){let i=i_(r,t),o=new AbortController,s=ui([o.signal,n.signal]);try{return await Promise.any(e.map(async a=>{try{let c=!1,u=await a.retrieve(r,{...n,signal:s,validateFn:async l=>{await i(l),c=!0}});return c||await i(u),u}catch(c){throw n.log.error("could not retrieve verified block for %c",r,c),c}}))}finally{s.clear()}}var Cl=class{blockstore;datastore;pins;logger;routing;dagWalkers;hashers;log;constructor(e){this.logger=e.logger??Gp(),this.log=this.logger.forComponent("helia"),this.hashers=Sg(e.hashers),this.dagWalkers=vg(e.dagWalkers);let t={blockstore:e.blockstore,datastore:e.datastore,hashers:this.hashers,dagWalkers:this.dagWalkers,logger:this.logger,blockBrokers:[],...e.components??{}};t.blockBrokers=e.blockBrokers.map(i=>i(t));let n=new Nl(t);this.pins=new vl(e.datastore,n,this.dagWalkers),this.blockstore=new _l(n,this.pins,{holdGcLock:e.holdGcLock??!0}),this.datastore=e.datastore,this.routing=new Al(t,{routers:(e.routers??[]).flatMap(i=>{let o=[i];return i[ns]!=null&&o.push(i[ns]),i[is]!=null&&o.push(i[is]),o})})}async start(){await _g(this.datastore),await _n(this.blockstore,this.datastore,this.routing)}async stop(){await Sn(this.blockstore,this.datastore,this.routing)}async gc(e={}){let t=await this.blockstore.lock.writeLock();try{let n=this,i=this.blockstore.unwrap();this.log("gc start"),await Jt(i.deleteMany(async function*(){for await(let{cid:o}of i.getAll())try{if(await n.pins.isPinned(o,e))continue;yield o,e.onProgress?.(new M("helia:gc:deleted",o))}catch(s){n.log.error("Error during gc",s),e.onProgress?.(new M("helia:gc:error",s))}}()))}finally{t()}this.log("gc finished")}};var js=class extends Sr{data;constructor(){super(),this.data=new Map}put(e,t){return this.data.set(Ge.encode(e.multihash.bytes),t),e}get(e){let t=this.data.get(Ge.encode(e.multihash.bytes));if(t==null)throw Xn();return t}has(e){return this.data.has(Ge.encode(e.multihash.bytes))}async delete(e){this.data.delete(Ge.encode(e.multihash.bytes))}async*getAll(){for(let[e,t]of this.data.entries())yield{cid:F.createV1(Ae,st(Ge.decode(e))),block:t}}};var pO={...Ri};var kg=Q(Ce(),1);function Ll(r){return r=r??new Error("Not Found"),(0,kg.default)(r,"ERR_NOT_FOUND")}var Rg="SHARDING";function s_(r){return r[Symbol.asyncIterator]!=null}function a_(r){if(s_(r))return(async()=>{let t=[];for await(let n of r)t.push(n);return t})();let e=[];for(let t of r)e.push(t);return e}var Uo=a_;function c_(r){return r[Symbol.asyncIterator]!=null}function l_(r,e){return c_(r)?async function*(){yield*(await Uo(r)).sort(e)}():function*(){yield*Uo(r).sort(e)}()}var Ul=l_;var cn=class{put(e,t,n){return Promise.reject(new Error(".put is not implemented"))}get(e,t){return Promise.reject(new Error(".get is not implemented"))}has(e,t){return Promise.reject(new Error(".has is not implemented"))}delete(e,t){return Promise.reject(new Error(".delete is not implemented"))}async*putMany(e,t={}){for await(let{key:n,value:i}of e)await this.put(n,i,t),yield n}async*getMany(e,t={}){for await(let n of e)yield{key:n,value:await this.get(n,t)}}async*deleteMany(e,t={}){for await(let n of e)await this.delete(n,t),yield n}batch(){let e=[],t=[];return{put(n,i){e.push({key:n,value:i})},delete(n){t.push(n)},commit:async n=>{await Jt(this.putMany(e,n)),e=[],await Jt(this.deleteMany(t,n)),t=[]}}}async*_all(e,t){throw new Error("._all is not implemented")}async*_allKeys(e,t){throw new Error("._allKeys is not implemented")}query(e,t){let n=this._all(e,t);if(e.prefix!=null){let i=e.prefix;n=xt(n,o=>o.key.toString().startsWith(i))}if(Array.isArray(e.filters)&&(n=e.filters.reduce((i,o)=>xt(i,o),n)),Array.isArray(e.orders)&&(n=e.orders.reduce((i,o)=>Ul(i,o),n)),e.offset!=null){let i=0,o=e.offset;n=xt(n,()=>i++>=o)}return e.limit!=null&&(n=Fa(n,e.limit)),n}queryKeys(e,t){let n=this._allKeys(e,t);if(e.prefix!=null){let i=e.prefix;n=xt(n,o=>o.toString().startsWith(i))}if(Array.isArray(e.filters)&&(n=e.filters.reduce((i,o)=>xt(i,o),n)),Array.isArray(e.orders)&&(n=e.orders.reduce((i,o)=>Ul(i,o),n)),e.offset!=null){let i=e.offset,o=0;n=xt(n,()=>o++>=i)}return e.limit!=null&&(n=Fa(n,e.limit)),n}};var Zs=class extends cn{data;constructor(){super(),this.data=new Map}put(e,t){return this.data.set(e.toString(),t),e}get(e){let t=this.data.get(e.toString());if(t==null)throw Ll();return t}has(e){return this.data.has(e.toString())}delete(e){this.data.delete(e.toString())}*_all(){for(let[e,t]of this.data.entries())yield{key:new Le(e),value:t}}*_allKeys(){for(let e of this.data.keys())yield new Le(e)}};var $O=new Le(Rg);var eP=oe("datastore:core:tiered");async function Ng(r={}){let e=r.datastore??new Zs,t=r.blockstore??new js,n=new Cl({...r,datastore:e,blockstore:t,blockBrokers:r.blockBrokers??[as()],routers:r.routers??[Hs("https://delegated-ipfs.dev")]});return r.start!==!1&&await n.start(),n}var nh=Q(Na(),1);var ih=40;function oh(r,e){if(!r.length)throw new Error("Unexpected end of data");let t=nh.default.decode(r);return e.seek(nh.default.decode.bytes),t}function sh(r){let e=new DataView(r.buffer,r.byteOffset,r.byteLength),t=0;return{version:2,characteristics:[e.getBigUint64(t,!0),e.getBigUint64(t+=8,!0)],dataOffset:Number(e.getBigUint64(t+=8,!0)),dataSize:Number(e.getBigUint64(t+=8,!0)),indexOffset:Number(e.getBigUint64(t+=8,!0))}}var Zn={Null:r=>r===null?r:void 0,Int:r=>Number.isInteger(r)?r:void 0,Float:r=>typeof r=="number"&&Number.isFinite(r)?r:void 0,String:r=>typeof r=="string"?r:void 0,Bool:r=>typeof r=="boolean"?r:void 0,Bytes:r=>r instanceof Uint8Array?r:void 0,Link:r=>r!==null&&typeof r=="object"&&r.asCID===r?r:void 0,List:r=>Array.isArray(r)?r:void 0,Map:r=>r!==null&&typeof r=="object"&&r.asCID!==r&&!Array.isArray(r)&&!(r instanceof Uint8Array)?r:void 0},Js={"CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)":Zn.Link,"CarV1HeaderOrV2Pragma > roots (anon)":r=>{if(Zn.List(r)!==void 0){for(let e=0;e<r.length;e++){let t=r[e];if(t=Js["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](t),t===void 0)return;if(t!==r[e]){let n=r.slice(0,e);for(let i=e;i<r.length;i++){let o=r[i];if(o=Js["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](o),o===void 0)return;n.push(o)}return n}}return r}},Int:Zn.Int,CarV1HeaderOrV2Pragma:r=>{if(Zn.Map(r)===void 0)return;let e=Object.entries(r),t=r,n=1;for(let i=0;i<e.length;i++){let[o,s]=e[i];switch(o){case"roots":{let a=Js["CarV1HeaderOrV2Pragma > roots (anon)"](r[o]);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.roots=a}}break;case"version":{n--;let a=Js.Int(r[o]);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.version=a}}break;default:return}}if(!(n>0))return t}},Qs={"CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)":Zn.Link,"CarV1HeaderOrV2Pragma > roots (anon)":r=>{if(Zn.List(r)!==void 0){for(let e=0;e<r.length;e++){let t=r[e];if(t=Qs["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](t),t===void 0)return;if(t!==r[e]){let n=r.slice(0,e);for(let i=e;i<r.length;i++){let o=r[i];if(o=Qs["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](o),o===void 0)return;n.push(o)}return n}}return r}},Int:Zn.Int,CarV1HeaderOrV2Pragma:r=>{if(Zn.Map(r)===void 0)return;let e=Object.entries(r),t=r,n=1;for(let i=0;i<e.length;i++){let[o,s]=e[i];switch(o){case"roots":{let a=Qs["CarV1HeaderOrV2Pragma > roots (anon)"](s);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.roots=a}}break;case"version":{n--;let a=Qs.Int(s);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.version=a}}break;default:return}}if(!(n>0))return t}},ah={toTyped:Js.CarV1HeaderOrV2Pragma,toRepresentation:Qs.CarV1HeaderOrV2Pragma};var FP=Af();var m_=Q(Na(),1);var zP=[new R(w.map,2),new R(w.string,"version"),new R(w.uint,1),new R(w.string,"roots")],KP=new R(w.tag,42);async function ch(r,e){let t=oh(await r.upTo(8),r);if(t===0)throw new Error("Invalid CAR header (zero length)");let n=await r.exactly(t,!0),i=ki(n);if(ah.toTyped(i)===void 0)throw new Error("Invalid CAR header format");if(i.version!==1&&i.version!==2||e!==void 0&&i.version!==e)throw new Error(`Invalid CAR version: ${i.version}${e!==void 0?` (expected ${e})`:""}`);if(i.version===1){if(!Array.isArray(i.roots))throw new Error("Invalid CAR header format");return i}if(i.roots!==void 0)throw new Error("Invalid CAR header format");let o=sh(await r.exactly(ih,!0));r.seek(o.dataOffset-r.pos);let s=await ch(r,1);return Object.assign(s,o)}function ea(r){let e=0;return{async upTo(t){return r.subarray(e,e+Math.min(t,r.length-e))},async exactly(t,n=!1){if(t>r.length-e)throw new Error("Unexpected end of data");let i=r.subarray(e,e+t);return n&&(e+=t),i},seek(t){e+=t},get pos(){return e}}}var lh=Q(Na(),1),Ug=1;function uh(r){let e=zs({version:Ug,roots:r}),t=lh.default.encode(e.length),n=new Uint8Array(t.length+e.length);return n.set(t,0),n.set(e,t.length),n}function Dg(r){return{async setRoots(e){let t=uh(e);await r.write(t)},async writeBlock(e){let{cid:t,bytes:n}=e;await r.write(new Uint8Array(lh.default.encode(t.bytes.length+n.length))),await r.write(t.bytes),n.length&&await r.write(n)},async close(){await r.end()},version(){return Ug}}}function Dl(){}function Og(){let r=[],e=null,t=Dl,n=!1,i=null,o=Dl,s=()=>(e||(e=new Promise(u=>{t=()=>{e=null,t=Dl,u()}})),e),a={write(u){r.push(u);let l=s();return o(),l},async end(){n=!0;let u=s();o(),await u}},c={async next(){let u=r.shift();return u?(r.length===0&&t(),{done:!1,value:u}):n?(t(),{done:!0,value:void 0}):(i||(i=new Promise(l=>{o=()=>(i=null,o=Dl,l(c.next()))})),i)}};return{writer:a,iterator:c}}var ta=class r{constructor(e,t){this._encoder=t,this._mutex=t.setRoots(e),this._ended=!1}async put(e){if(!(e.bytes instanceof Uint8Array)||!e.cid)throw new TypeError("Can only write {cid, bytes} objects");if(this._ended)throw new Error("Already closed");let t=F.asCID(e.cid);if(!t)throw new TypeError("Can only write {cid, bytes} objects");return this._mutex=this._mutex.then(()=>this._encoder.writeBlock({cid:t,bytes:e.bytes})),this._mutex}async close(){if(this._ended)throw new Error("Already closed");return await this._mutex,this._ended=!0,this._encoder.close()}version(){return this._encoder.version()}static create(e){e=E_(e);let{encoder:t,iterator:n}=Pg(),i=new r(e,t),o=new Ol(n);return{writer:i,out:o}}static createAppender(){let{encoder:e,iterator:t}=Pg();e.setRoots=()=>Promise.resolve();let n=new r([],e),i=new Ol(t);return{writer:n,out:i}}static async updateRootsInBytes(e,t){let n=ea(e);await ch(n);let i=uh(t);if(Number(n.pos)!==i.length)throw new Error(`updateRoots() can only overwrite a header of the same length (old header is ${n.pos} bytes, new header is ${i.length} bytes)`);return e.set(i,0),e}},Ol=class{constructor(e){this._iterator=e}[Symbol.asyncIterator](){if(this._iterating)throw new Error("Multiple iterator not supported");return this._iterating=!0,this._iterator}};function Pg(){let r=Og(),{writer:e,iterator:t}=r;return{encoder:Dg(e),iterator:t}}function E_(r){if(r===void 0)return[];if(!Array.isArray(r)){let t=F.asCID(r);if(!t)throw new TypeError("roots must be a single CID or an array of CIDs");return[t]}let e=[];for(let t of r){let n=F.asCID(t);if(!n)throw new TypeError("roots must be a single CID or an array of CIDs");e.push(n)}return e}var x_=1,dh=class{components;constructor(e,t){this.components=e}async import(e,t){await Jt(this.components.blockstore.putMany(tt(e.blocks(),({cid:n,bytes:i})=>({cid:n,block:i})),t))}async export(e,t,n){let i=_e(),o=Array.isArray(e)?e:[e],s=new it({concurrency:x_});s.on("idle",()=>{i.resolve()}),s.on("error",a=>{s.clear(),i.reject(a)});for(let a of o)s.add(async()=>{await this.#e(a,s,async(c,u)=>{await t.put({cid:c,bytes:u})},n)}).catch(()=>{});try{await i.promise}finally{await t.close()}}async*stream(e,t){let{writer:n,out:i}=ta.create(e);this.export(e,n,t).catch(()=>{});for await(let o of i)yield o}async#e(e,t,n,i){let o=this.components.dagWalkers[e.code];if(o==null)throw new Error(`No dag walker found for cid codec ${e.code}`);let s=await this.components.blockstore.get(e,i);await n(e,s);for await(let a of o.walk(s))t.add(async()=>{await this.#e(a,t,n,i)})}};function Fg(r,e={}){return new dh(r,e)}var fh=Q(Zc(),1);function Vg(r,e){let t=e.map((n,i)=>({record:ut(n),index:i}));return t.sort((n,i)=>{let o=n.record.sequence,s=i.record.sequence;if(o>s)return-1;if(o<s)return 1;if(n.record.validityType===We.ValidityType.EOL&&i.record.validityType===We.ValidityType.EOL){let a=fh.default.fromString(n.record.validity).toDate(),c=fh.default.fromString(i.record.validity).toDate();if(a.getTime()>c.getTime())return-1;if(a.getTime()<c.getTime())return 1}return 0}),t[0].index}var b_=r=>{let e=r.data;return e.startsWith('"')&&(e=e.substring(1)),e.endsWith('"')&&(e=e.substring(0,e.length-1)),e.replace("dnslink=","")},hh=(r,e)=>{let t=v_(r,e);return{ipfsPath:b_(t),answer:t}},v_=(r,e)=>{let t=e.Answer?.filter(n=>n.data.includes("dnslink=/ipfs")||n.data.includes("dnslink=/ipns")).pop();if(t==null)throw new O(`No dnslink records found for domain: ${r}`,"ERR_DNSLINK_NOT_FOUND");return t},ra=32,Do=async(r,e,t,n={})=>{if(e===0)throw new Error("recursion limit exceeded");let i;try{i=await t(r,n)}catch(a){if(a.code!=="ENOTFOUND"&&a.code!=="ERR_DNSLINK_NOT_FOUND"&&a.code!=="ENODATA")throw a;r.startsWith("_dnslink.")?r=r.replace("_dnslink.",""):r=`_dnslink.${r}`,i=await t(r,n)}let o=i.replace("dnslink=",""),s=o.split("/")[2];try{return F.parse(s),o}catch{}return Do(s,e-1,t,n)},A_=/^dnslink=.+$/,Mg=async(r,e)=>{let i=(await r.resolveTxt(e)).flat().filter(o=>A_.test(o))[0];if(i==null)throw new O(`No dnslink records found for domain: ${e}`,"ERR_DNSLINK_NOT_FOUND");return i};var mh=Q(Vu(),1),yh=Q(zg(),1);function Pl(r,e,t){return`${r}?name=${e}&type=${t}`}async function Kg(r,e){return await(await fetch(r,{headers:new Headers({accept:"application/dns-json"}),signal:e})).json()}function Ti(r,e){return`${e}_${r}`}var ph=Object.assign((0,mh.default)("dns-over-http-resolver"),{error:(0,mh.default)("dns-over-http-resolver:error")}),gh=class{_cache;_TXTcache;_servers;_request;_abortControllers;constructor(e={}){this._cache=new yh.default({max:e?.maxCache??100}),this._TXTcache=new yh.default({max:e?.maxCache??100}),this._servers=["https://cloudflare-dns.com/dns-query","https://dns.google/resolve"],this._request=e.request??Kg,this._abortControllers=[]}cancel(){this._abortControllers.forEach(e=>{e.abort()})}getServers(){return this._servers}_getShuffledServers(){let e=[...this._servers];for(let t=e.length-1;t>0;t--){let n=Math.floor(Math.random()*t),i=e[t];e[t]=e[n],e[n]=i}return e}setServers(e){this._servers=e}async resolve(e,t="A"){switch(t){case"A":return this.resolve4(e);case"AAAA":return this.resolve6(e);case"TXT":return this.resolveTxt(e);default:throw new Error(`${t} is not supported`)}}async resolve4(e){let t="A",n=this._cache.get(Ti(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Pl(o,e,t),s.signal),c=a.Answer.map(l=>l.data),u=Math.min(...a.Answer.map(l=>l.TTL));return this._cache.set(Ti(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),ph.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryA ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}async resolve6(e){let t="AAAA",n=this._cache.get(Ti(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Pl(o,e,t),s.signal),c=a.Answer.map(l=>l.data),u=Math.min(...a.Answer.map(l=>l.TTL));return this._cache.set(Ti(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),ph.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryAaaa ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}async resolveTxt(e){let t="TXT",n=this._TXTcache.get(Ti(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Pl(o,e,t),s.signal),c=a.Answer.map(l=>[l.data.replace(/['"]+/g,"")]),u=Math.min(...a.Answer.map(l=>l.TTL));return this._TXTcache.set(Ti(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),ph.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryTxt ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}clearCache(){this._cache.clear(),this._TXTcache.clear()}},Gg=gh;var Wg=Q(wh(),1),Qn=class{lru;constructor(e){this.lru=(0,Wg.default)(e)}get(e){let t=this.lru.get(e);if(t!=null){if(t.expire!=null&&t.expire<Date.now()){this.lru.remove(e);return}return t.value}}set(e,t,n){this.lru.set(e,{value:t,expire:Date.now()+n})}has(e){return this.get(e)!=null}remove(e){this.lru.remove(e)}clear(){this.lru.clear()}};var Eh=new Qn(1e3),k_=60*1e3,R_=new it({concurrency:4}),T_=async function(e,t={}){let n=new Gg({maxCache:0});if(t.nocache!==!0&&Eh.has(e)){let o=Eh.get(e);if(o!=null)return t?.onProgress?.(new M("dnslink:cache",{detail:o})),o}t.onProgress?.(new M("dnslink:query",{detail:e}));let i=await R_.add(async()=>{let o=await Mg(n,e);return t.onProgress?.(new M("dnslink:answer",{detail:o})),Eh.set(e,o,k_),o},{signal:t?.signal});if(i==null)throw new Error("No DNS response received");return i},Yg=T_;function jg(){return async(r,e={})=>Do(r,ra,Yg,e)}var xh=class{routing;constructor(e){this.routing=e}async put(e,t,n={}){try{await this.routing.put(e,t,n)}catch(i){n.onProgress?.(new M("ipns:routing:helia:error",i))}}async get(e,t={}){try{return await this.routing.get(e,t)}catch(n){t.onProgress?.(new M("ipns:routing:helia:error",n))}throw new Error("Not found")}};function Xg(r){return new xh(r)}var Fl=globalThis.CustomEvent??Event;async function*Ni(r,e={}){let t=e.concurrency??1/0;t<1&&(t=1/0);let n=e.ordered==null?!1:e.ordered,i=new EventTarget,o=[],s=_e(),a=_e(),c=!1,u,l=!1;i.addEventListener("task-complete",()=>{a.resolve()}),Promise.resolve().then(async()=>{try{for await(let h of r){if(o.length===t&&(s=_e(),await s.promise),l)break;let p={done:!1};o.push(p),h().then(y=>{p.done=!0,p.ok=!0,p.value=y,i.dispatchEvent(new Fl("task-complete"))},y=>{p.done=!0,p.err=y,i.dispatchEvent(new Fl("task-complete"))})}c=!0,i.dispatchEvent(new Fl("task-complete"))}catch(h){u=h,i.dispatchEvent(new Fl("task-complete"))}});function d(){return n?o[0]?.done:!!o.find(h=>h.done)}function*m(){for(;o.length>0&&o[0].done;){let h=o[0];if(o.shift(),h.ok)yield h.value;else throw l=!0,s.resolve(),h.err;s.resolve()}}function*f(){for(;d();)for(let h=0;h<o.length;h++)if(o[h].done){let p=o[h];if(o.splice(h,1),h--,p.ok)yield p.value;else throw l=!0,s.resolve(),p.err;s.resolve()}}for(;;){if(d()||(a=_e(),await a.promise),u!=null)throw u;if(n?yield*m():yield*f(),c&&o.length===0)break}}var na;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.key!=null&&t.key.byteLength>0&&(n.uint32(10),n.bytes(t.key)),t.value!=null&&t.value.byteLength>0&&(n.uint32(18),n.bytes(t.value)),t.timeReceived!=null&&t.timeReceived!==""&&(n.uint32(42),n.string(t.timeReceived)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={key:new Uint8Array(0),value:new Uint8Array(0),timeReceived:""},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.key=t.bytes();break;case 2:i.value=t.bytes();break;case 5:i.timeReceived=t.string();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(na||(na={}));function Zg(r){let e=r.getUTCFullYear(),t=String(r.getUTCMonth()+1).padStart(2,"0"),n=String(r.getUTCDate()).padStart(2,"0"),i=String(r.getUTCHours()).padStart(2,"0"),o=String(r.getUTCMinutes()).padStart(2,"0"),s=String(r.getUTCSeconds()).padStart(2,"0"),a=r.getUTCMilliseconds(),c=String(a*1e3*1e3).padStart(9,"0");return`${e}-${t}-${n}T${i}:${o}:${s}.${c}Z`}function Jg(r){let e=new RegExp("(\\d{4})-(\\d{2})-(\\d{2})T(\\d{2}):(\\d{2}):(\\d{2})\\.(\\d+)Z"),t=String(r).trim().match(e);if(t==null)throw new Error("Invalid format");let n=parseInt(t[1],10),i=parseInt(t[2],10)-1,o=parseInt(t[3],10),s=parseInt(t[4],10),a=parseInt(t[5],10),c=parseInt(t[6],10),u=parseInt(t[7].slice(0,-6),10);return new Date(Date.UTC(n,i,o,s,a,c,u))}var ei=class r{key;value;timeReceived;constructor(e,t,n){if(!(e instanceof Uint8Array))throw new Error("key must be a Uint8Array");if(!(t instanceof Uint8Array))throw new Error("value must be a Uint8Array");this.key=e,this.value=t,this.timeReceived=n}serialize(){return na.encode(this.prepareSerialize())}prepareSerialize(){return{key:this.key,value:this.value,timeReceived:Zg(this.timeReceived)}}static deserialize(e){let t=na.decode(e);return new r(t.key,t.value,new Date(t.timeReceived))}static fromDeserialized(e){let t=Jg(e.timeReceived);if(e.key==null)throw new Error("key missing from deserialized object");if(e.value==null)throw new Error("value missing from deserialized object");return new r(e.key,e.value,t)}};var Qg;(function(r){r[r.SEND_QUERY=0]="SEND_QUERY",r[r.PEER_RESPONSE=1]="PEER_RESPONSE",r[r.FINAL_PEER=2]="FINAL_PEER",r[r.QUERY_ERROR=3]="QUERY_ERROR",r[r.PROVIDER=4]="PROVIDER",r[r.VALUE=5]="VALUE",r[r.ADD_PEER=6]="ADD_PEER",r[r.DIAL_PEER=7]="DIAL_PEER"})(Qg||(Qg={}));var ew;(function(r){r[r.PUT_VALUE=0]="PUT_VALUE",r[r.GET_VALUE=1]="GET_VALUE",r[r.ADD_PROVIDER=2]="ADD_PROVIDER",r[r.GET_PROVIDERS=3]="GET_PROVIDERS",r[r.FIND_NODE=4]="FIND_NODE",r[r.PING=5]="PING"})(ew||(ew={}));function bh(r){return new Le("/dht/record/"+Z(r,"base32"),!1)}function tw(r){return{async put(e,t,n={}){try{let i=bh(e),o=new ei(e,t,new Date);n.onProgress?.(new M("ipns:routing:datastore:put")),await r.put(i,o.serialize(),n)}catch(i){throw n.onProgress?.(new M("ipns:routing:datastore:error",i)),i}},async get(e,t={}){try{let n=bh(e);t.onProgress?.(new M("ipns:routing:datastore:get"));let i=await r.get(n,t);return ei.deserialize(i).value}catch(n){throw t.onProgress?.(new M("ipns:routing:datastore:error",n)),n}},async has(e,t={}){let n=bh(e);return r.has(n,t)}}}var Ci=oe("helia:ipns"),C_=60*1e3,rw=60*C_,L_=24*rw,vh=23*rw,Ah=class{routers;localStore;timeout;defaultResolvers;constructor(e,t=[],n=[]){this.routers=[Xg(e.routing),...t],this.localStore=tw(e.datastore),this.defaultResolvers=n.length>0?n:[jg()]}async publish(e,t,n={}){try{let i=1n,o=ko(e);if(await this.localStore.has(o,n)){let c=await this.localStore.get(o,n);i=ut(c).sequence+1n}let s=await My(e,t,i,n.lifetime??L_,n),a=sn(s);return await this.localStore.put(o,a,n),n.offline!==!0&&await Promise.all(this.routers.map(async c=>{await c.put(o,a,n)})),s}catch(i){throw n.onProgress?.(new M("ipns:publish:error",i)),i}}async resolve(e,t={}){let n=ko(e),i=await this.#t(n,t);return this.#e(i.value,t)}async resolveDns(e,t={}){let n=t.resolvers??this.defaultResolvers,i=await Promise.any(n.map(async o=>o(e,t)));return this.#e(i,t)}republish(e={}){if(this.timeout!=null)throw new Error("Republish is already running");e.signal?.addEventListener("abort",()=>{clearTimeout(this.timeout)});async function t(){let n=Date.now();e.onProgress?.(new M("ipns:republish:start"));let o=Date.now()-n,s=vh-o;s<0&&(s=e.interval??vh),setTimeout(()=>{t().catch(a=>{Ci.error("error republishing",a)})},s)}this.timeout=setTimeout(()=>{t().catch(n=>{Ci.error("error republishing",n)})},e.interval??vh)}async#e(e,t={}){let n=e.split("/");try{let i=n[1];if(i==="ipns"){let{cid:o}=await this.resolve(It(n[2]),t),s=n.slice(3).join("/");return{cid:o,path:s}}else if(i==="ipfs"){let o=F.parse(n[2]),s=n.slice(3).join("/");return{cid:o,path:s}}}catch(i){Ci.error("error parsing ipfs path",i)}throw Ci.error("invalid ipfs path %s",e),new Error("Invalid value")}async#t(e,t={}){let n=[this.localStore,...this.routers];t.offline===!0&&(n=[this.localStore]);let i=[],o=0;if(await Promise.all(n.map(async a=>{let c;try{c=await a.get(e,{...t,validate:!1})}catch(u){a===this.localStore&&u.code==="ERR_NOT_FOUND"?Ci("did not have record locally"):Ci.error("error finding IPNS record",u);return}try{await hl(e,c),i.push(c)}catch(u){o++,Ci.error("error finding IPNS record",u)}})),i.length===0)throw o>0?new O(`${o>1?`${o} records`:"Record"} found for routing key ${o>1?"were":"was"} invalid`,"ERR_RECORDS_FAILED_VALIDATION"):new O("Could not find record for routing key","ERR_NOT_FOUND");let s=i[Vg(e,i)];return await this.localStore.put(e,s,t),ut(s)}};function nw(r,{routers:e=[],resolvers:t=[]}={}){return new Ah(r,e,t)}var ES=Q(Uh(),1),xS=Q(Uw(),1);var VF=new Qn(1e3),MF=60*1e3;var Kh=new Qn(1e3),bS=60*1e3;function Kl(r){let e=new it({concurrency:4}),t=async(n,i={})=>{let o=new URLSearchParams;o.set("name",n),o.set("type","TXT");let s=o.toString();if(i.nocache!==!0&&Kh.has(s)){let c=Kh.get(s);if(c!=null)return i.onProgress?.(new M("dnslink:cache",{detail:c})),c}i.onProgress?.(new M("dnslink:query",{detail:n}));let a=await e.add(async()=>{let c=await fetch(`${r}?${o}`,{headers:{accept:"application/dns-json"},signal:i.signal});if(c.status!==200)throw new Error(`Unexpected HTTP status: ${c.status} - ${c.statusText}`);let u=new URL(c.url).search.slice(1),l=await c.json();i.onProgress?.(new M("dnslink:answer",{detail:l}));let{ipfsPath:d,answer:m}=hh(n,l);return Kh.set(u,d,m.TTL??bS),d},{signal:i.signal});if(a==null)throw new Error("No DNS response received");return a};return async(n,i={})=>Do(n,ra,t,i)}var Xh=Q(Ce(),1);function vS(r){return r[Symbol.asyncIterator]!=null}function AS(r,e=1){return e=Number(e),vS(r)?async function*(){let t=[];if(e<1&&(e=1),e!==Math.round(e))throw new Error("Batch size must be an integer");for await(let n of r)for(t.push(n);t.length>=e;)yield t.slice(0,e),t=t.slice(e);for(;t.length>0;)yield t.slice(0,e),t=t.slice(e)}():function*(){let t=[];if(e<1&&(e=1),e!==Math.round(e))throw new Error("Batch size must be an integer");for(let n of r)for(t.push(n);t.length>=e;)yield t.slice(0,e),t=t.slice(e);for(;t.length>0;)yield t.slice(0,e),t=t.slice(e)}()}var sa=AS;async function*aa(r,e=1){for await(let t of sa(r,e)){let n=t.map(async i=>i().then(o=>({ok:!0,value:o}),o=>({ok:!1,err:o})));for(let i=0;i<n.length;i++){let o=await n[i];if(o.ok)yield o.value;else throw o.err}}}var _S=262144,ca=(r={})=>{let e=r.chunkSize??_S;return async function*(n){let i=new zt,o=0,s=!1;for await(let a of n)for(i.append(a),o+=a.length;o>=e;)if(yield i.slice(0,e),s=!0,e===i.length)i=new zt,o=0;else{let c=new zt;c.append(i.sublist(e)),i=c,o-=e}(!s||o>0)&&(yield i.subarray(0,o))}};var Gh=Q(Ce(),1);var dr;(function(r){let e;(function(i){i.Raw="Raw",i.Directory="Directory",i.File="File",i.Metadata="Metadata",i.Symlink="Symlink",i.HAMTShard="HAMTShard"})(e=r.DataType||(r.DataType={}));let t;(function(i){i[i.Raw=0]="Raw",i[i.Directory=1]="Directory",i[i.File=2]="File",i[i.Metadata=3]="Metadata",i[i.Symlink=4]="Symlink",i[i.HAMTShard=5]="HAMTShard"})(t||(t={})),function(i){i.codec=()=>yi(t)}(e=r.DataType||(r.DataType={}));let n;r.codec=()=>(n==null&&(n=$t((i,o,s={})=>{if(s.lengthDelimited!==!1&&o.fork(),i.Type!=null&&(o.uint32(8),r.DataType.codec().encode(i.Type,o)),i.Data!=null&&(o.uint32(18),o.bytes(i.Data)),i.filesize!=null&&(o.uint32(24),o.uint64(i.filesize)),i.blocksizes!=null)for(let a of i.blocksizes)o.uint32(32),o.uint64(a);i.hashType!=null&&(o.uint32(40),o.uint64(i.hashType)),i.fanout!=null&&(o.uint32(48),o.uint64(i.fanout)),i.mode!=null&&(o.uint32(56),o.uint32(i.mode)),i.mtime!=null&&(o.uint32(66),Gl.codec().encode(i.mtime,o)),s.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let s={blocksizes:[]},a=o==null?i.len:i.pos+o;for(;i.pos<a;){let c=i.uint32();switch(c>>>3){case 1:s.Type=r.DataType.codec().decode(i);break;case 2:s.Data=i.bytes();break;case 3:s.filesize=i.uint64();break;case 4:s.blocksizes.push(i.uint64());break;case 5:s.hashType=i.uint64();break;case 6:s.fanout=i.uint64();break;case 7:s.mode=i.uint32();break;case 8:s.mtime=Gl.codec().decode(i,i.uint32());break;default:i.skipType(c&7);break}}return s})),n),r.encode=i=>Ht(i,r.codec()),r.decode=i=>Vt(i,r.codec())})(dr||(dr={}));var Gl;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Seconds!=null&&(n.uint32(8),n.int64(t.Seconds)),t.FractionalNanoseconds!=null&&(n.uint32(21),n.fixed32(t.FractionalNanoseconds)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Seconds=t.int64();break;case 2:i.FractionalNanoseconds=t.fixed32();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(Gl||(Gl={}));var Dw;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.MimeType!=null&&(n.uint32(10),n.string(t.MimeType)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.MimeType=t.string();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(Dw||(Dw={}));var Ow={Raw:"raw",Directory:"directory",File:"file",Metadata:"metadata",Symlink:"symlink",HAMTShard:"hamt-sharded-directory"},SS=["directory","hamt-sharded-directory"],Pw=parseInt("0644",8),Fw=parseInt("0755",8),j=class r{static unmarshal(e){let t=dr.decode(e),n=new r({type:Ow[t.Type!=null?t.Type.toString():"File"],data:t.Data,blockSizes:t.blocksizes,mode:t.mode,mtime:t.mtime!=null?{secs:t.mtime.Seconds??0n,nsecs:t.mtime.FractionalNanoseconds}:void 0,fanout:t.fanout});return n._originalMode=t.mode??0,n}type;data;blockSizes;hashType;fanout;mtime;_mode;_originalMode;constructor(e={type:"file"}){let{type:t,data:n,blockSizes:i,hashType:o,fanout:s,mtime:a,mode:c}=e;if(t!=null&&!Object.values(Ow).includes(t))throw(0,Gh.default)(new Error("Type: "+t+" is not valid"),"ERR_INVALID_TYPE");this.type=t??"file",this.data=n,this.hashType=o,this.fanout=s,this.blockSizes=i??[],this._originalMode=0,this.mode=c,this.mtime=a}set mode(e){e==null?this._mode=this.isDirectory()?Fw:Pw:this._mode=e&4095}get mode(){return this._mode}isDirectory(){return SS.includes(this.type)}addBlockSize(e){this.blockSizes.push(e)}removeBlockSize(e){this.blockSizes.splice(e,1)}fileSize(){if(this.isDirectory())return 0n;let e=0n;return this.blockSizes.forEach(t=>{e+=t}),this.data!=null&&(e+=BigInt(this.data.length)),e}marshal(){let e;switch(this.type){case"raw":e=dr.DataType.Raw;break;case"directory":e=dr.DataType.Directory;break;case"file":e=dr.DataType.File;break;case"metadata":e=dr.DataType.Metadata;break;case"symlink":e=dr.DataType.Symlink;break;case"hamt-sharded-directory":e=dr.DataType.HAMTShard;break;default:throw(0,Gh.default)(new Error(`Type: ${e} is not valid`),"ERR_INVALID_TYPE")}let t=this.data;(this.data==null||this.data.length===0)&&(t=void 0);let n;this.mode!=null&&(n=this._originalMode&4294963200|(this.mode??0),n===Pw&&!this.isDirectory()&&(n=void 0),n===Fw&&this.isDirectory()&&(n=void 0));let i;return this.mtime!=null&&(i={Seconds:this.mtime.secs,FractionalNanoseconds:this.mtime.nsecs}),dr.encode({Type:e,Data:t,filesize:this.isDirectory()?void 0:this.fileSize(),blocksizes:this.blockSizes,hashType:this.hashType,fanout:this.fanout,mode:n,mtime:i})}};var fr=async(r,e,t)=>{t.codec==null&&(t.codec=Oe);let n=await fe.digest(r),i=F.create(t.cidVersion,t.codec.code,n);return await e.put(i,r,t),i};function Vw(r){return async function*(t,n){let i=0n;for await(let o of t.content)yield async()=>{let s,a={codec:Oe,cidVersion:r.cidVersion,onProgress:r.onProgress};r.rawLeaves?(a.codec=Mt,a.cidVersion=1):(s=new j({type:r.leafType,data:o}),o=ce({Data:s.marshal(),Links:[]}));let c=await fr(o,n,a);return i+=BigInt(o.byteLength),r.onProgress?.(new M("unixfs:importer:progress:file:write",{bytesWritten:i,cid:c,path:t.path})),{cid:c,unixfs:s,size:BigInt(o.length),block:o}}}}var qh=Q(Ce(),1);var Mw=async(r,e,t)=>{let n=new j({type:"directory",mtime:r.mtime,mode:r.mode}),i=ce(Te({Data:n.marshal()})),o=await fr(i,e,t),s=r.path;return{cid:o,path:s,unixfs:n,size:BigInt(i.length),originalPath:r.originalPath,block:i}};async function*IS(r,e,t){let n=-1,i;for await(let o of aa(t.bufferImporter(r,e),t.blockWriteConcurrency)){if(n++,n===0){i={...o,single:!0};continue}else n===1&&i!=null&&(yield{...i,block:void 0,single:void 0},i=void 0);yield{...o,block:void 0}}i!=null&&(yield i)}function Hw(r){return r.single===!0}var BS=(r,e,t)=>async function(i){if(i.length===1&&Hw(i[0])&&t.reduceSingleLeafToSelf){let l=i[0],d=l.block;return Hw(l)&&(r.mtime!==void 0||r.mode!==void 0)&&(l.unixfs=new j({type:"file",mtime:r.mtime,mode:r.mode,data:l.block}),d={Data:l.unixfs.marshal(),Links:[]},l.block=ce(Te(d)),l.cid=await fr(l.block,e,{...t,cidVersion:t.cidVersion}),l.size=BigInt(l.block.length)),t.onProgress?.(new M("unixfs:importer:progress:file:layout",{cid:l.cid,path:l.originalPath})),{cid:l.cid,path:r.path,unixfs:l.unixfs,size:l.size,originalPath:l.originalPath}}let o=new j({type:"file",mtime:r.mtime,mode:r.mode}),s=i.filter(l=>l.cid.code===Ae&&l.size>0||l.unixfs!=null&&l.unixfs.data==null&&l.unixfs.fileSize()>0n?!0:!!l.unixfs?.data?.length).map(l=>l.cid.code===Ae?(o.addBlockSize(l.size),{Name:"",Tsize:Number(l.size),Hash:l.cid}):(l.unixfs==null||l.unixfs.data==null?o.addBlockSize(l.unixfs?.fileSize()??0n):o.addBlockSize(BigInt(l.unixfs.data.length)),{Name:"",Tsize:Number(l.size),Hash:l.cid})),a={Data:o.marshal(),Links:s},c=ce(Te(a)),u=await fr(c,e,t);return t.onProgress?.(new M("unixfs:importer:progress:file:layout",{cid:u,path:r.originalPath})),{cid:u,path:r.path,unixfs:o,size:BigInt(c.length+a.Links.reduce((l,d)=>l+(d.Tsize??0),0)),originalPath:r.originalPath,block:c}},$w=async(r,e,t)=>t.layout(IS(r,e,t),BS(r,e,t));function kS(r){return Symbol.iterator in r}function RS(r){return Symbol.asyncIterator in r}function TS(r){try{if(r instanceof Uint8Array)return async function*(){yield r}();if(kS(r))return async function*(){yield*r}();if(RS(r))return r}catch{throw(0,qh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}throw(0,qh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}function zw(r){return async function*(t,n){for await(let i of t){let o;if(i.path!=null&&(o=i.path,i.path=i.path.split("/").filter(s=>s!=null&&s!==".").join("/")),NS(i)){let s={path:i.path,mtime:i.mtime,mode:i.mode,content:async function*(){let a=0n;for await(let c of r.chunker(r.chunkValidator(TS(i.content)))){let u=BigInt(c.byteLength);a+=u,r.onProgress?.(new M("unixfs:importer:progress:file:read",{bytesRead:a,chunkSize:u,path:i.path})),yield c}}(),originalPath:o};yield async()=>$w(s,n,r)}else if(i.path!=null){let s={path:i.path,mtime:i.mtime,mode:i.mode,originalPath:o};yield async()=>Mw(s,n,r)}else throw new Error("Import candidate must have content or path or both")}}}function NS(r){return r.content!=null}var Wh=Q(Ce(),1);var Kw=()=>async function*(e){for await(let t of e){if(t.length===void 0)throw(0,Wh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT");if(typeof t=="string"||t instanceof String)yield V(t.toString());else if(Array.isArray(t))yield Uint8Array.from(t);else if(t instanceof Uint8Array)yield t;else throw(0,Wh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}};var CS=174;function la(r){let e=r?.maxChildrenPerNode??CS;return async function t(n,i){let o=[];for await(let s of sa(n,e))o.push(await i(s));return o.length>1?t(o,i):o[0]}}var Dr=class{options;root;dir;path;dirty;flat;parent;parentKey;unixfs;mode;mtime;cid;size;nodeSize;constructor(e,t){this.options=t??{},this.root=e.root,this.dir=e.dir,this.path=e.path,this.dirty=e.dirty,this.flat=e.flat,this.parent=e.parent,this.parentKey=e.parentKey,this.unixfs=e.unixfs,this.mode=e.mode,this.mtime=e.mtime}},ua=F.parse("QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"),da=F.parse("zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi");var Oi=class extends Dr{_children;constructor(e,t){super(e,t),this._children=new Map}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,this._children.set(e,t)}async get(e){return Promise.resolve(this._children.get(e))}childCount(){return this._children.size}directChildrenCount(){return this.childCount()}onlyChild(){return this._children.values().next().value}async*eachChildSeries(){for(let[e,t]of this._children.entries())yield{key:e,child:t}}estimateNodeSize(){if(this.nodeSize!==void 0)return this.nodeSize;this.nodeSize=0;for(let[e,t]of this._children.entries())t.size!=null&&t.cid!=null&&(this.nodeSize+=e.length+(this.options.cidVersion===1?da.bytes.byteLength:ua.bytes.byteLength));return this.nodeSize}async*flush(e){let t=[];for(let[c,u]of this._children.entries()){let l=u;if(u instanceof Dr)for await(let d of u.flush(e))l=d,yield d;l.size!=null&&l.cid!=null&&t.push({Name:c,Tsize:Number(l.size),Hash:l.cid})}let n=new j({type:"directory",mtime:this.mtime,mode:this.mode}),i={Data:n.marshal(),Links:t},o=ce(Te(i)),s=await fr(o,e,this.options),a=o.length+i.Links.reduce((c,u)=>c+(u.Tsize==null?0:u.Tsize),0);this.cid=s,this.size=a,yield{cid:s,unixfs:n,path:this.path,size:BigInt(a)}}};var Wl=Q(Ww(),1);function LS(r){let e=new Array(4);for(let t=0;t<4;t++)e[t]=r&255,r=r>>8;return new Uint8Array(e)}var Z9=di({name:"murmur3-32",code:35,encode:r=>LS(Wl.default.x86.hash32(r))}),Pi=di({name:"murmur3-128",code:34,encode:r=>$i.fromHex(Wl.default.x64.hash128(r))}),J9=di({name:"murmur3-x64-64",code:34,encode:r=>$i.fromHex(Wl.default.x64.hash128(r)).subarray(0,8)});var Xw=Q(Yl(),1);var Dt=class r{_options;_popCount;_parent;_posAtParent;_children;key;constructor(e,t,n=0){this._options=e,this._popCount=0,this._parent=t,this._posAtParent=n,this._children=new Xw.default,this.key=null}async put(e,t){let n=await this._findNewBucketAndPos(e);n.bucket._putAt(n,e,t)}async get(e){let t=await this._findChild(e);if(t!=null)return t.value}async del(e){let t=await this._findPlace(e),n=t.bucket._at(t.pos);n!=null&&n.key===e&&t.bucket._delAt(t.pos)}leafCount(){return this._children.compactArray().reduce((t,n)=>n instanceof r?t+n.leafCount():t+1,0)}childrenCount(){return this._children.length}onlyChild(){return this._children.get(0)}*eachLeafSeries(){let e=this._children.compactArray();for(let t of e)t instanceof r?yield*t.eachLeafSeries():yield t}serialize(e,t){let n=[];return t(this._children.reduce((i,o,s)=>(o!=null&&(o instanceof r?i.push(o.serialize(e,t)):i.push(e(o,s))),i),n))}async asyncTransform(e,t){return Zw(this,e,t)}toJSON(){return this.serialize(FS,VS)}prettyPrint(){return JSON.stringify(this.toJSON(),null," ")}tableSize(){return Math.pow(2,this._options.bits)}async _findChild(e){let t=await this._findPlace(e),n=t.bucket._at(t.pos);if(!(n instanceof r)&&n!=null&&n.key===e)return n}async _findPlace(e){let t=this._options.hash(typeof e=="string"?V(e):e),n=await t.take(this._options.bits),i=this._children.get(n);return i instanceof r?i._findPlace(t):{bucket:this,pos:n,hash:t,existingChild:i}}async _findNewBucketAndPos(e){let t=await this._findPlace(e);if(t.existingChild!=null&&t.existingChild.key!==e){let n=new r(this._options,t.bucket,t.pos);t.bucket._putObjectAt(t.pos,n);let i=await n._findPlace(t.existingChild.hash);return i.bucket._putAt(i,t.existingChild.key,t.existingChild.value),n._findNewBucketAndPos(t.hash)}return t}_putAt(e,t,n){this._putObjectAt(e.pos,{key:t,value:n,hash:e.hash})}_putObjectAt(e,t){this._children.get(e)==null&&this._popCount++,this._children.set(e,t)}_delAt(e){if(e===-1)throw new Error("Invalid position");this._children.get(e)!=null&&this._popCount--,this._children.unset(e),this._level()}_level(){if(this._parent!=null&&this._popCount<=1)if(this._popCount===1){let e=this._children.find(PS);if(e!=null&&!(e instanceof r)){let t=e.hash;t.untake(this._options.bits);let n={pos:this._posAtParent,hash:t,bucket:this._parent};this._parent._putAt(n,e.key,e.value)}}else this._parent._delAt(this._posAtParent)}_at(e){return this._children.get(e)}};function PS(r){return!!r}function FS(r,e){return r.key}function VS(r){return r}async function Zw(r,e,t){let n=[];for(let i of r._children.compactArray())if(i instanceof Dt)await Zw(i,e,t);else{let o=await e(i);n.push({bitField:r._children.bitField(),children:o})}return t(n)}var MS=[255,254,252,248,240,224,192,128],HS=[1,3,7,15,31,63,127,255],jl=class{_value;_currentBytePos;_currentBitPos;constructor(e){this._value=e,this._currentBytePos=e.length-1,this._currentBitPos=7}availableBits(){return this._currentBitPos+1+this._currentBytePos*8}totalBits(){return this._value.length*8}take(e){let t=e,n=0;for(;t>0&&this._haveBits();){let i=this._value[this._currentBytePos],o=this._currentBitPos+1,s=Math.min(o,t),a=$S(i,o-s,s);n=(n<<s)+a,t-=s,this._currentBitPos-=s,this._currentBitPos<0&&(this._currentBitPos=7,this._currentBytePos--)}return n}untake(e){for(this._currentBitPos+=e;this._currentBitPos>7;)this._currentBitPos-=8,this._currentBytePos+=1}_haveBits(){return this._currentBytePos>=0}};function $S(r,e,t){let n=zS(e,t);return(r&n)>>>e}function zS(r,e){return MS[r]&HS[Math.min(e+r-1,7)]}function Jw(r){function e(t){return t instanceof Xl?t:new Xl(t,r)}return e}var Xl=class{_value;_hashFn;_depth;_availableBits;_currentBufferIndex;_buffers;constructor(e,t){if(!(e instanceof Uint8Array))throw new Error("can only hash Uint8Arrays");this._value=e,this._hashFn=t,this._depth=-1,this._availableBits=0,this._currentBufferIndex=0,this._buffers=[]}async take(e){let t=e;for(;this._availableBits<t;)await this._produceMoreBits();let n=0;for(;t>0;){let i=this._buffers[this._currentBufferIndex],o=Math.min(i.availableBits(),t),s=i.take(o);n=(n<<o)+s,t-=o,this._availableBits-=o,i.availableBits()===0&&this._currentBufferIndex++}return n}untake(e){let t=e;for(;t>0;){let n=this._buffers[this._currentBufferIndex],i=Math.min(n.totalBits()-n.availableBits(),t);n.untake(i),t-=i,this._availableBits+=i,this._currentBufferIndex>0&&n.totalBits()===n.availableBits()&&(this._depth--,this._currentBufferIndex--)}}async _produceMoreBits(){this._depth++;let e=this._depth>0?ye([this._value,Uint8Array.from([this._depth])]):this._value,t=await this._hashFn(e),n=new jl(t);this._buffers.push(n),this._availableBits+=n.availableBits()}};function Ho(r){if(r==null||r.hashFn==null)throw new Error("please define an options.hashFn");let e={bits:r.bits??8,hash:Jw(r.hashFn)};return new Dt(e)}async function KS(r){return(await Pi.encode(r)).slice(0,8).reverse()}var Qw=BigInt(34),GS=8,Yh=class extends Dr{_bucket;constructor(e,t){super(e,t),this._bucket=Ho({hashFn:KS,bits:t.shardFanoutBits??GS})}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,await this._bucket.put(e,t)}async get(e){return this._bucket.get(e)}childCount(){return this._bucket.leafCount()}directChildrenCount(){return this._bucket.childrenCount()}onlyChild(){return this._bucket.onlyChild()}async*eachChildSeries(){for await(let{key:e,value:t}of this._bucket.eachLeafSeries())yield{key:e,child:t}}estimateNodeSize(){return this.nodeSize!==void 0?this.nodeSize:(this.nodeSize=r2(this._bucket,this,this.options),this.nodeSize)}async*flush(e){for await(let t of t2(this._bucket,e,this,this.options))yield{...t,path:this.path}}},e2=Yh;async function*t2(r,e,t,n){let i=r._children,o=(r.tableSize()-1).toString(16).length,s=[],a=0n;for(let h=0;h<i.length;h++){let p=i.get(h);if(p==null)continue;let y=h.toString(16).toUpperCase().padStart(o,"0");if(p instanceof Dt){let g;for await(let x of t2(p,e,null,n))g=x;if(g==null)throw new Error("Could not flush sharded directory, no subshard found");s.push({Name:y,Tsize:Number(g.size),Hash:g.cid}),a+=g.size}else if(qS(p.value)){let g=p.value,x;for await(let _ of g.flush(e))x=_,yield x;if(x==null)throw new Error("Did not flush dir");let E=y+p.key;s.push({Name:E,Tsize:Number(x.size),Hash:x.cid}),a+=x.size}else{let g=p.value;if(g.cid==null)continue;let x=y+p.key,E=g.size;s.push({Name:x,Tsize:Number(E),Hash:g.cid}),a+=BigInt(E??0)}}let c=Uint8Array.from(i.bitField().reverse()),u=new j({type:"hamt-sharded-directory",data:c,fanout:BigInt(r.tableSize()),hashType:Qw,mtime:t?.mtime,mode:t?.mode}),l={Data:u.marshal(),Links:s},d=ce(Te(l)),m=await fr(d,e,n),f=BigInt(d.byteLength)+a;yield{cid:m,unixfs:u,size:f}}function qS(r){return typeof r.flush=="function"}function r2(r,e,t){let n=r._children,i=(r.tableSize()-1).toString(16).length,o=[];for(let u=0;u<n.length;u++){let l=n.get(u);if(l==null)continue;let d=u.toString(16).toUpperCase().padStart(i,"0");if(l instanceof Dt){let m=r2(l,null,t);o.push({Name:d,Tsize:Number(m),Hash:t.cidVersion===0?ua:da})}else if(typeof l.value.flush=="function"){let f=l.value.nodeSize();o.push({Name:d+l.key,Tsize:Number(f),Hash:t.cidVersion===0?ua:da})}else{let m=l.value;if(m.cid==null)continue;let f=d+l.key,h=m.size;o.push({Name:f,Tsize:Number(h),Hash:m.cid})}}let s=Uint8Array.from(n.bitField().reverse()),a=new j({type:"hamt-sharded-directory",data:s,fanout:BigInt(r.tableSize()),hashType:Qw,mtime:e?.mtime,mode:e?.mode});return ce(Te({Data:a.marshal(),Links:o})).length}async function jh(r,e,t,n){let i=e;e instanceof Oi&&e.estimateNodeSize()>t&&(i=await WS(e,n));let o=i.parent;if(o!=null){if(i!==e){if(r!=null&&(r.parent=i),i.parentKey==null)throw new Error("No parent key found");await o.put(i.parentKey,i)}return jh(i,o,t,n)}return i}async function WS(r,e){let t=new e2({root:r.root,dir:!0,parent:r.parent,parentKey:r.parentKey,path:r.path,dirty:r.dirty,flat:!1,mtime:r.mtime,mode:r.mode},e);for await(let{key:n,child:i}of r.eachChildSeries())await t.put(n,i);return t}var n2=(r="")=>r.split(/(?<!\\)\//).filter(Boolean);async function YS(r,e,t){let n=n2(r.path??""),i=n.length-1,o=e,s="";for(let a=0;a<n.length;a++){let c=n[a];s+=`${s!==""?"/":""}${c}`;let u=a===i;if(o.dirty=!0,o.cid=void 0,o.size=void 0,u)await o.put(c,r),e=await jh(null,o,t.shardSplitThresholdBytes,t);else{let l=await o.get(c);(l==null||!(l instanceof Dr))&&(l=new Oi({root:!1,dir:!0,parent:o,parentKey:c,path:s,dirty:!0,flat:!0,mtime:l?.unixfs?.mtime,mode:l?.unixfs?.mode},t)),await o.put(c,l),o=l}}return e}async function*i2(r,e){if(!(r instanceof Dr)){r.unixfs?.isDirectory()===!0&&(yield r);return}yield*r.flush(e)}function o2(r){return async function*(t,n){let i=new Oi({root:!0,dir:!0,path:"",dirty:!0,flat:!0},r),o,s=!1;for await(let a of t){if(a==null)continue;let c=`${a.originalPath??""}`.split("/")[0];c!=null&&c!==""&&(o==null?(o=c,s=!0):o!==c&&(s=!1)),i=await YS(a,i,r),(a.unixfs==null||!a.unixfs.isDirectory())&&(yield a)}if(r.wrapWithDirectory||s&&i.childCount()>1)yield*i2(i,n);else for await(let a of i.eachChildSeries())a!=null&&(yield*i2(a.child,n))}}async function*ni(r,e,t={}){let n;Symbol.asyncIterator in r||Symbol.iterator in r?n=r:n=[r];let i=t.wrapWithDirectory??!1,o=t.shardSplitThresholdBytes??262144,s=t.shardFanoutBits??8,a=t.cidVersion??1,c=t.rawLeaves??!0,u=t.leafType??"file",l=t.fileImportConcurrency??50,d=t.blockWriteConcurrency??10,m=t.reduceSingleLeafToSelf??!0,f=t.chunker??ca(),h=t.chunkValidator??Kw(),p=t.dagBuilder??zw({chunker:f,chunkValidator:h,wrapWithDirectory:i,layout:t.layout??la(),bufferImporter:t.bufferImporter??Vw({cidVersion:a,rawLeaves:c,leafType:u,onProgress:t.onProgress}),blockWriteConcurrency:d,reduceSingleLeafToSelf:m,cidVersion:a,onProgress:t.onProgress}),y=t.treeBuilder??o2({wrapWithDirectory:i,shardSplitThresholdBytes:o,shardFanoutBits:s,cidVersion:a,onProgress:t.onProgress});for await(let g of y(aa(p(n,e),l),e))yield{cid:g.cid,path:g.path,unixfs:g.unixfs,size:g.size}}async function Zl(r,e,t={}){let n=await Ii(ni([r],e,t));if(n==null)throw(0,Xh.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function s2(r,e,t={}){let n=await Ii(ni([r],e,t));if(n==null)throw(0,Xh.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function a2(r,e,t={}){return Zl({content:r},e,t)}async function c2(r,e,t={}){return Zl({content:r},e,t)}var eI=Q(Ce(),1),tI=Q(b2(),1);var ya={cidVersion:1,rawLeaves:!0,layout:la({maxChildrenPerNode:1024}),chunker:ca({chunkSize:1048576})};async function*v2(r,e,t={}){yield*ni(r,e,{...ya,...t})}async function A2(r,e,t={}){let{cid:n}=await a2(r,e,{...ya,...t});return n}async function _2(r,e,t={}){let{cid:n}=await c2(r,e,{...ya,...t});return n}async function S2(r,e,t={}){let{cid:n}=await Zl(r,e,{...ya,...t});return n}async function I2(r,e,t={}){let{cid:n}=await s2({...r,path:r.path??"-"},e,{...ya,...t});return n}var Ql=Q(Ce(),1);function rI(r){return r[Symbol.asyncIterator]!=null}function nI(r){if(rI(r))return(async()=>{let t;for await(let n of r)t=n;return t})();let e;for(let t of r)e=t;return e}var ii=nI;var z2=Q(Ce(),1);var B2=Q(Ce(),1);function $o(r,e,t,n,i,o,s){let a=r,c=i;for(;o.length>0;){let u=o[0];if(u in a){o.shift(),c=`${c}/${u}`;let l=F.asCID(a[u]);if(l!=null)return{entry:{type:"object",name:n,path:i,cid:t,node:e,depth:s,size:BigInt(e.length),content:async function*(){yield r}},next:{cid:l,name:u,path:c,toResolve:o}};a=a[u]}else throw(0,B2.default)(new Error(`No property named ${u} found in node ${t}`),"ERR_NO_PROP")}return{entry:{type:"object",name:n,path:i,cid:t,node:e,depth:s,size:BigInt(e.length),content:async function*(){yield r}}}}var iI=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=ki(c);return $o(u,c,r,e,t,n,o)},k2=iI;var oI=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=Bl(c);return $o(u,c,r,e,t,n,o)},R2=oI;var T2=Q(Ce(),1);function sI(r,e,t,n){let i=BigInt(r.length),o=BigInt(e+i);return t>=o||n<e?new Uint8Array(0):(n>=e&&n<o&&(r=r.subarray(0,Number(n-e))),t>=e&&t<o&&(r=r.subarray(Number(t-e))),r)}var Fi=sI;var ga=Q(Ce(),1),aI=(r,e=0,t=r)=>{let n=BigInt(r),i=BigInt(e??0),o=BigInt(t);if(o!==n&&(o=i+o),o>n&&(o=n),i<0n)throw(0,ga.default)(new Error("Offset must be greater than or equal to 0"),"ERR_INVALID_PARAMS");if(i>n)throw(0,ga.default)(new Error("Offset must be less than the file size"),"ERR_INVALID_PARAMS");if(o<0n)throw(0,ga.default)(new Error("Length must be greater than or equal to 0"),"ERR_INVALID_PARAMS");if(o>n)throw(0,ga.default)(new Error("Length must be less than the file size"),"ERR_INVALID_PARAMS");return{start:i,end:o}},zo=aI;var cI=r=>{async function*e(t={}){let{start:n,end:i}=zo(r.length,t.offset,t.length),o=Fi(r,0n,n,i);t.onProgress?.(new M("unixfs:exporter:progress:identity",{bytesRead:BigInt(o.byteLength),totalBytes:i-n,fileSize:BigInt(r.byteLength)})),yield o}return e},lI=async(r,e,t,n,i,o,s,a)=>{if(n.length>0)throw(0,T2.default)(new Error(`No link named ${t} found in raw node ${r}`),"ERR_NOT_FOUND");let c=st(r.multihash.bytes);return{entry:{type:"identity",name:e,path:t,cid:r,content:cI(c.digest),depth:o,size:BigInt(c.digest.length),node:c.digest}}},N2=lI;var uI=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=d0(c);return $o(u,c,r,e,t,n,o)},C2=uI;var L2=Q(Ce(),1);var dI=r=>{async function*e(t={}){let{start:n,end:i}=zo(r.length,t.offset,t.length),o=Fi(r,0n,n,i);t.onProgress?.(new M("unixfs:exporter:progress:raw",{bytesRead:BigInt(o.byteLength),totalBytes:i-n,fileSize:BigInt(r.byteLength)})),yield o}return e},fI=async(r,e,t,n,i,o,s,a)=>{if(n.length>0)throw(0,L2.default)(new Error(`No link named ${t} found in raw node ${r}`),"ERR_NOT_FOUND");let c=await s.get(r,a);return{entry:{type:"raw",name:e,path:t,cid:r,content:dI(c),depth:o,size:BigInt(c.length),node:c}}},U2=fI;var Ea=Q(Ce(),1);var wa=Q(Ce(),1);var hI=async function(r){return(await Pi.encode(r)).slice(0,8).reverse()},pI=async(r,e,t)=>{let n=(e.tableSize()-1).toString(16).length;await Promise.all(r.map(async i=>{if(i.Name==null)throw new Error("Unexpected Link without a Name");if(i.Name.length===n){let o=parseInt(i.Name,16);e._putObjectAt(o,new Dt({hash:t._options.hash,bits:t._options.bits},e,o));return}await t.put(i.Name.substring(2),!0)}))},D2=(r,e)=>r.toString(16).toUpperCase().padStart(e,"0").substring(0,e),mI=r=>{let e=r.bucket,t=[];for(;e._parent!=null;)t.push(e),e=e._parent;return t.push(e),t.reverse()},O2=async(r,e,t,n,i)=>{if(n==null){if(r.Data==null)throw(0,wa.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let d;try{d=j.unmarshal(r.Data)}catch(f){throw(0,wa.default)(f,"ERR_NOT_UNIXFS")}if(d.type!=="hamt-sharded-directory")throw(0,wa.default)(new Error("not a HAMT"),"ERR_NOT_UNIXFS");if(d.fanout==null)throw(0,wa.default)(new Error("missing fanout"),"ERR_NOT_UNIXFS");let m=Ho({hashFn:hI,bits:Math.log2(Number(d.fanout))});n={rootBucket:m,hamtDepth:1,lastBucket:m}}let o=(n.lastBucket.tableSize()-1).toString(16).length;await pI(r.Links,n.lastBucket,n.rootBucket);let s=await n.rootBucket._findNewBucketAndPos(e),a=D2(s.pos,o),c=mI(s);c.length>n.hamtDepth&&(n.lastBucket=c[n.hamtDepth],a=D2(n.lastBucket._posAtParent,o));let u=r.Links.find(d=>{if(d.Name==null)return!1;let m=d.Name.substring(0,o),f=d.Name.substring(o);return!(m!==a||f!==""&&f!==e)});if(u==null)return;if(u.Name!=null&&u.Name.substring(o)===e)return u.Hash;n.hamtDepth++;let l=await t.get(u.Hash,i);return r=Se(l),O2(r,e,t,n,i)},P2=O2;var yI=(r,e,t,n,i,o,s)=>{async function*a(c={}){let u=c.offset??0,l=c.length??e.Links.length,d=e.Links.slice(u,l);c.onProgress?.(new M("unixfs:exporter:walk:directory",{cid:r})),yield*yt(d,m=>tt(m,f=>async()=>{let h=f.Name??"",p=`${n}/${h}`;return(await i(f.Hash,h,p,[],o+1,s,c)).entry}),m=>Ni(m,{ordered:!0,concurrency:c.blockReadConcurrency}),m=>xt(m,f=>f!=null))}return a},F2=yI;var Vi=Q(Ce(),1);async function V2(r,e,t,n,i,o,s){if(e instanceof Uint8Array){let u=Fi(e,n,i,o);t.push(u);return}if(e.Data==null)throw(0,Vi.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let a;try{a=j.unmarshal(e.Data)}catch(u){throw(0,Vi.default)(u,"ERR_NOT_UNIXFS")}if(a.data!=null){let u=a.data,l=Fi(u,n,i,o);t.push(l),n+=BigInt(l.byteLength)}let c=[];if(e.Links.length!==a.blockSizes.length)throw(0,Vi.default)(new Error("Inconsistent block sizes and dag links"),"ERR_NOT_UNIXFS");for(let u=0;u<e.Links.length;u++){let l=e.Links[u],d=n,m=d+a.blockSizes[u];if((i>=d&&i<m||o>=d&&o<=m||i<d&&o>m)&&c.push({link:l,blockStart:n}),n=m,n>o)break}await yt(c,u=>tt(u,l=>async()=>{let d=await r.get(l.link.Hash,s);return{...l,block:d}}),u=>Ni(u,{ordered:!0,concurrency:s.blockReadConcurrency}),async u=>{for await(let{link:l,block:d,blockStart:m}of u){let f;switch(l.Hash.code){case ve:f=Se(d);break;case Ae:f=d;break;default:t.end((0,Vi.default)(new Error(`Unsupported codec: ${l.Hash.code}`),"ERR_NOT_UNIXFS"));return}let h=new it({concurrency:1});h.on("error",p=>{t.end(p)}),h.add(async()=>{s.onProgress?.(new M("unixfs:exporter:walk:file",{cid:l.Hash})),await V2(r,f,t,m,i,o,s)}),await h.onIdle()}}),n>=o&&t.end()}var gI=(r,e,t,n,i,o,s)=>{async function*a(c={}){let u=t.fileSize();if(u===void 0)throw new Error("File was a directory");let{start:l,end:d}=zo(u,c.offset,c.length);if(d===0n)return;let m=0n,f=d-l,h=Kt();c.onProgress?.(new M("unixfs:exporter:walk:file",{cid:r})),V2(s,e,h,0n,l,d,c).catch(p=>{h.end(p)});for await(let p of h)if(p!=null){if(m+=BigInt(p.byteLength),m>f)throw h.end(),(0,Vi.default)(new Error("Read too many bytes - the file size reported by the UnixFS data in the root node may be incorrect"),"ERR_OVER_READ");m===f&&h.end(),c.onProgress?.(new M("unixfs:exporter:progress:unixfs:file",{bytesRead:m,totalBytes:f,fileSize:u})),yield p}if(m<f)throw(0,Vi.default)(new Error("Traversed entire DAG but did not read enough bytes"),"ERR_UNDER_READ")}return a},tp=gI;var Jl=Q(Ce(),1);var wI=(r,e,t,n,i,o,s)=>{function a(c={}){return c.onProgress?.(new M("unixfs:exporter:walk:hamt-sharded-directory",{cid:r})),M2(e,n,i,o,s,c)}return a};async function*M2(r,e,t,n,i,o){let s=r.Links;if(r.Data==null)throw(0,Jl.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let a;try{a=j.unmarshal(r.Data)}catch(l){throw(0,Jl.default)(l,"ERR_NOT_UNIXFS")}if(a.fanout==null)throw(0,Jl.default)(new Error("missing fanout"),"ERR_NOT_UNIXFS");let c=(a.fanout-1n).toString(16).length,u=yt(s,l=>tt(l,d=>async()=>{let m=d.Name!=null?d.Name.substring(c):null;if(m!=null&&m!==""){let f=await t(d.Hash,m,`${e}/${m}`,[],n+1,i,o);return{entries:f.entry==null?[]:[f.entry]}}else{let f=await i.get(d.Hash,o);return r=Se(f),o.onProgress?.(new M("unixfs:exporter:walk:hamt-sharded-directory",{cid:d.Hash})),{entries:M2(r,e,t,n,i,o)}}}),l=>Ni(l,{ordered:!0,concurrency:o.blockReadConcurrency}));for await(let{entries:l}of u)yield*l}var H2=wI;var EI=(r,e)=>r.Links.find(n=>n.Name===e)?.Hash,xI={raw:tp,file:tp,directory:F2,"hamt-sharded-directory":H2,metadata:(r,e,t,n,i,o,s)=>()=>[],symlink:(r,e,t,n,i,o,s)=>()=>[]},bI=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=Se(c),l,d;if(e==null&&(e=r.toString()),u.Data==null)throw(0,Ea.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");try{l=j.unmarshal(u.Data)}catch(f){throw(0,Ea.default)(f,"ERR_NOT_UNIXFS")}if(t==null&&(t=e),n.length>0){let f;if(l?.type==="hamt-sharded-directory"?f=await P2(u,n[0],s):f=EI(u,n[0]),f==null)throw(0,Ea.default)(new Error("file does not exist"),"ERR_NOT_FOUND");let h=n.shift(),p=`${t}/${h}`;d={cid:f,toResolve:n,name:h??"",path:p}}let m=xI[l.type](r,u,l,t,i,o,s);if(m==null)throw(0,Ea.default)(new Error("could not find content exporter"),"ERR_NOT_FOUND");return l.isDirectory()?{entry:{type:"directory",name:e,path:t,cid:r,content:m,unixfs:l,depth:o,node:u,size:l.fileSize()},next:d}:{entry:{type:"file",name:e,path:t,cid:r,content:m,unixfs:l,depth:o,node:u,size:l.fileSize()},next:d}},$2=bI;var vI={[ve]:$2,[Ae]:U2,[Wn]:k2,[jn]:R2,[et.code]:N2,[Rn]:C2},K2=async(r,e,t,n,i,o,s)=>{let a=vI[r.code];if(a==null)throw(0,z2.default)(new Error(`No resolver for code ${r.code}`),"ERR_NO_RESOLVER");return a(r,e,t,n,K2,i,o,s)},G2=K2;var AI=(r="")=>(r.trim().match(/([^\\^/]|\\\/)+/g)??[]).filter(Boolean),_I=r=>{if(r instanceof Uint8Array)return{cid:F.decode(r),toResolve:[]};let e=F.asCID(r);if(e!=null)return{cid:e,toResolve:[]};if(typeof r=="string"){r.indexOf("/ipfs/")===0&&(r=r.substring(6));let t=AI(r);return{cid:F.parse(t[0]),toResolve:t.slice(1)}}throw(0,Ql.default)(new Error(`Unknown path type ${r}`),"ERR_BAD_PATH")};async function*xa(r,e,t={}){let{cid:n,toResolve:i}=_I(r),o=n.toString(),s=o,a=i.length;for(;;){let c=await G2(n,o,s,i,a,e,t);if(c.entry==null&&c.next==null)throw(0,Ql.default)(new Error(`Could not resolve ${r}`),"ERR_NOT_FOUND");if(c.entry!=null&&(yield c.entry),c.next==null)return;i=c.next.toResolve,n=c.next.cid,o=c.next.name,s=c.next.path}}async function Xe(r,e,t={}){let n=await ii(xa(r,e,t));if(n==null)throw(0,Ql.default)(new Error(`Could not resolve ${r}`),"ERR_NOT_FOUND");return n}async function*Ko(r,e,t={}){let n=await Xe(r,e,t);if(n==null)return;if(yield n,n.type==="directory")for await(let o of i(n,t))yield o;async function*i(o,s){for await(let a of o.content(s))yield a,!(a instanceof Uint8Array)&&a.type==="directory"&&(yield*i(a,s))}}var eE=Q(Q2(),1),ot=eE.default;var hr=class extends Error{name;code;constructor(e,t,n){super(e),this.name=t,this.code=n}},Or=class extends hr{constructor(e="not a Unixfs node"){super(e,"NotUnixFSError","ERR_NOT_UNIXFS")}},ht=class extends hr{constructor(e="invalid PBNode"){super(e,"InvalidPBNodeError","ERR_INVALID_PBNODE")}},xn=class extends hr{constructor(e="unknown error"){super(e,"InvalidPBNodeError","ERR_UNKNOWN_ERROR")}},ba=class extends hr{constructor(e="path already exists"){super(e,"AlreadyExistsError","ERR_ALREADY_EXISTS")}},ru=class extends hr{constructor(e="path does not exist"){super(e,"DoesNotExistError","ERR_DOES_NOT_EXIST")}},Wo=class extends hr{constructor(e="no content"){super(e,"NoContentError","ERR_NO_CONTENT")}},nu=class extends hr{constructor(e="not a file"){super(e,"NotAFileError","ERR_NOT_A_FILE")}},oi=class extends hr{constructor(e="not a directory"){super(e,"NotADirectoryError","ERR_NOT_A_DIRECTORY")}},Ot=class extends hr{constructor(e="invalid parameters"){super(e,"InvalidParametersError","ERR_INVALID_PARAMETERS")}};var sp=Q(Yl(),1);function ou(r){function e(t){return t instanceof iu?t:new iu(t,r)}return e}var iu=class{_value;_hashFn;_depth;_availableBits;_currentBufferIndex;_buffers;constructor(e,t){if(!(e instanceof Uint8Array))throw new Error("can only hash Uint8Arrays");this._value=e,this._hashFn=t,this._depth=-1,this._availableBits=0,this._currentBufferIndex=0,this._buffers=[]}async take(e){let t=e;for(;this._availableBits<t;)await this._produceMoreBits();let n=0;for(;t>0;){let i=this._buffers[this._currentBufferIndex],o=Math.min(i.availableBits(),t),s=i.take(o);n=(n<<o)+s,t-=o,this._availableBits-=o,i.availableBits()===0&&this._currentBufferIndex++}return n}untake(e){let t=e;for(;t>0;){let n=this._buffers[this._currentBufferIndex],i=Math.min(n.totalBits()-n.availableBits(),t);n.untake(i),t-=i,this._availableBits+=i,this._currentBufferIndex>0&&n.totalBits()===n.availableBits()&&(this._depth--,this._currentBufferIndex--)}}async _produceMoreBits(){this._depth++;let e=this._depth>0?ye([this._value,Uint8Array.from([this._depth])]):this._value,t=await this._hashFn(e),n=new np(t);this._buffers.push(n),this._availableBits+=n.availableBits()}},TI=[255,254,252,248,240,224,192,128],NI=[1,3,7,15,31,63,127,255],np=class{_value;_currentBytePos;_currentBitPos;constructor(e){this._value=e,this._currentBytePos=e.length-1,this._currentBitPos=7}availableBits(){return this._currentBitPos+1+this._currentBytePos*8}totalBits(){return this._value.length*8}take(e){let t=e,n=0;for(;t>0&&this._haveBits();){let i=this._value[this._currentBytePos],o=this._currentBitPos+1,s=Math.min(o,t),a=CI(i,o-s,s);n=(n<<s)+a,t-=s,this._currentBitPos-=s,this._currentBitPos<0&&(this._currentBitPos=7,this._currentBytePos--)}return n}untake(e){for(this._currentBitPos+=e;this._currentBitPos>7;)this._currentBitPos-=8,this._currentBytePos+=1}_haveBits(){return this._currentBytePos>=0}};function CI(r,e,t){let n=LI(e,t);return(r&n)>>>e}function LI(r,e){return TI[r]&NI[Math.min(e+r-1,7)]}var va=BigInt(Pi.code),Mi=8;async function Yo(r){return(await Pi.encode(r)).subarray(0,8).reverse()}var nE=Q(Yl(),1);var pr=async(r,e,t)=>{t.codec==null&&(t.codec=Oe);let n=await fe.digest(r),i=F.create(t.cidVersion,t.codec.code,n);return await e.put(i,r,{...t,signal:t.signal}),i};var ip=class{options;root;dir;path;dirty;flat;parent;parentKey;unixfs;mode;mtime;cid;size;nodeSize;constructor(e,t){this.options=t??{},this.root=e.root,this.dir=e.dir,this.path=e.path,this.dirty=e.dirty,this.flat=e.flat,this.parent=e.parent,this.parentKey=e.parentKey,this.unixfs=e.unixfs,this.mode=e.mode,this.mtime=e.mtime}},su=class extends ip{_bucket;constructor(e,t){super(e,t),this._bucket=Ho({hashFn:Yo,bits:8})}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,await this._bucket.put(e,t)}async get(e){return this._bucket.get(e)}childCount(){return this._bucket.leafCount()}directChildrenCount(){return this._bucket.childrenCount()}onlyChild(){return this._bucket.onlyChild()}async*eachChildSeries(){for await(let{key:e,value:t}of this._bucket.eachLeafSeries())yield{key:e,child:t}}estimateNodeSize(){return this.nodeSize!==void 0?this.nodeSize:(this.nodeSize=rE(this._bucket,this,this.options),this.nodeSize)}async*flush(e){for await(let t of tE(this._bucket,e,this,this.options))yield{...t,path:this.path}}};async function*tE(r,e,t,n){let i=r._children,o=[],s=0n;for(let f=0;f<i.length;f++){let h=i.get(f);if(h==null)continue;let p=f.toString(16).toUpperCase().padStart(2,"0");if(h instanceof Dt){let y;for await(let g of tE(h,e,null,n))y=g;if(y==null)throw new Error("Could not flush sharded directory, no subshard found");o.push({Name:p,Tsize:Number(y.size),Hash:y.cid}),s+=y.size}else if(UI(h.value)){let y=h.value,g;for await(let E of y.flush(e))g=E,yield g;if(g==null)throw new Error("Did not flush dir");let x=p+h.key;o.push({Name:x,Tsize:Number(g.size),Hash:g.cid}),s+=g.size}else{let y=h.value;if(y.cid==null)continue;let g=p+h.key,x=y.size;o.push({Name:g,Tsize:Number(x),Hash:y.cid}),s+=BigInt(x??0)}}let a=Uint8Array.from(i.bitField().reverse()),c=new j({type:"hamt-sharded-directory",data:a,fanout:BigInt(r.tableSize()),hashType:va,mtime:t?.mtime,mode:t?.mode}),u={Data:c.marshal(),Links:o},l=ce(Te(u)),d=await pr(l,e,n),m=BigInt(l.byteLength)+s;yield{cid:d,unixfs:c,size:m}}function UI(r){return typeof r.flush=="function"}function rE(r,e,t){let n=r._children,i=[];for(let c=0;c<n.length;c++){let u=n.get(c);if(u==null)continue;let l=c.toString(16).toUpperCase().padStart(2,"0");if(u instanceof Dt){let d=rE(u,null,t);i.push({Name:l,Tsize:Number(d),Hash:t.cidVersion===0?au:cu})}else if(typeof u.value.flush=="function"){let m=u.value.nodeSize();i.push({Name:l+u.key,Tsize:Number(m),Hash:t.cidVersion===0?au:cu})}else{let d=u.value;if(d.cid==null)continue;let m=l+u.key,f=d.size;i.push({Name:m,Tsize:Number(f),Hash:d.cid})}}let o=Uint8Array.from(n.bitField().reverse()),s=new j({type:"hamt-sharded-directory",data:o,fanout:BigInt(r.tableSize()),hashType:va,mtime:e?.mtime,mode:e?.mode});return ce(Te({Data:s.marshal(),Links:i})).length}var au=F.parse("QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"),cu=F.parse("zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi");var op=oe("helia:unixfs:commands:utils:hamt-utils"),lu=r=>r.toString(16).toUpperCase().padStart(2,"0").substring(0,2),iE=async(r,e,t)=>{let n=new su({root:!0,dir:!0,parent:void 0,parentKey:void 0,path:"",dirty:!0,flat:!1,mtime:t.mtime,mode:t.mode},t);for(let o=0;o<e.length;o++)await n._bucket.put(e[o].name,{size:e[o].size,cid:e[o].cid});let i=await ii(n.flush(r));if(i==null)throw new Error("Flushing shard yielded no result");return i},uu=async(r,e,t)=>{let n=j.unmarshal(r[0].node.Data??new Uint8Array(0)),i=BigInt(Math.pow(2,Mi));r.reverse();let o,s;for(let a=0;a<r.length;a++){let c=a===r.length-1,u=r[a],l=Uint8Array.from(u.children.bitField().reverse()),d=new j({type:"hamt-sharded-directory",data:l,fanout:i,hashType:va});c&&(d.mtime=n.mtime,d.mode=n.mode),s={Data:d.marshal(),Links:u.node.Links};let m=ce(Te(s));if(o=await pr(m,e,t),!c){let f=r[a+1];if(f==null)throw new Error("Was not operating on shard root but also had no parent?");op("updating link in parent sub-shard with prefix %s",f.prefix),f.node.Links=f.node.Links.filter(h=>h.Name!==f.prefix),f.node.Links.push({Name:f.prefix,Hash:o,Tsize:u.node.Links.reduce((h,p)=>h+(p.Tsize??0),m.byteLength)})}}if(o==null||s==null)throw new Error("Noting persisted");return{cid:o,node:s}},du=async(r,e,t,n)=>{let o=ou(Yo)(V(e)),s=[];for(;;){let a=await t.get(r,n),c=Se(a),u=new nE.default,l=await o.take(Mi),d=lu(l);s.push({prefix:d,children:u,node:c});let m;for(let h of c.Links){let p=h.Name??"";if(p.length<2)throw new Error("Invalid HAMT - link name was too short");let y=parseInt(p.substring(0,2),16);u.set(y,!0),p.startsWith(d)&&(m=h)}if(m==null){op("no link found with prefix %s for %s",d,e);break}let f=m.Name??"";if(f.length<2)throw new Error("Invalid HAMT - link name was too short");if(f.length===2){r=m.Hash,op("descend into sub-shard with prefix %s",f);continue}break}return{path:s,hash:o}};async function fu(r,e,t,n){if(r.Data==null)throw new Error("DagPB node had no data");let i=j.unmarshal(r.Data),o;if(i.type==="directory")o=DI(r);else if(i.type==="hamt-sharded-directory")o=await oE(r,0,t,e,n);else throw new Error("Can only estimate the size of directories or shards");return o>t}function DI(r){let e=0;for(let t of r.Links)e+=(t.Name??"").length,e+=t.Hash.version===1?cu.bytes.byteLength:au.bytes.byteLength;return e}async function oE(r,e,t,n,i){if(e>t)return t;if(r.Data==null||!j.unmarshal(r.Data).isDirectory())return e;for(let s of r.Links){let a=s.Name??"";if(a=a.substring(2),e+=a.length,e+=s.Hash.bytes.byteLength,s.Hash.code===ve){let c=await n.get(s.Hash,i),u=Se(c);e+=await oE(u,e,t,n,i)}}return e}var Pr=oe("helia:unixfs:components:utils:add-link");async function jo(r,e,t,n){if(r.node.Data==null)throw new Ot("Invalid parent passed to addLink");if(j.unmarshal(r.node.Data).type==="hamt-sharded-directory")return Pr("adding link to sharded directory"),FI(r,e,t,n);Pr(`adding ${e.Name} (${e.Hash}) to regular directory`);let o=await PI(r,e,t,n);if(await fu(o.node,t,n.shardSplitThresholdBytes,n)){Pr("converting directory to sharded directory");let s=await OI(o,t);o.cid=s.cid,o.node=Se(await t.get(s.cid,n))}return o}var OI=async(r,e)=>{if(r.node.Data==null)throw new Ot("Invalid parent passed to convertToShardedDirectory");let t=j.unmarshal(r.node.Data),n=await iE(e,r.node.Links.map(i=>({name:i.Name??"",size:BigInt(i.Tsize??0),cid:i.Hash})),{mode:t.mode,mtime:t.mtime,cidVersion:r.cid.version});return Pr(`converted directory to sharded directory ${n.cid}`),n},PI=async(r,e,t,n)=>{let i=r.node.Links.filter(l=>{let d=l.Name===e.Name;if(d&&!n.allowOverwriting)throw new ba;return!d});if(i.push(e),r.node.Data==null)throw new ht("Parent node with no data passed to addToDirectory");let o=j.unmarshal(r.node.Data),s;if(o.mtime!=null){let l=Date.now(),d=Math.floor(l/1e3);o.mtime={secs:BigInt(d),nsecs:(l-d*1e3)*1e3},s=o.marshal()}else s=r.node.Data;r.node=Te({Data:s,Links:i});let a=ce(r.node),c=await fe.digest(a),u=F.create(r.cid.version,ve,c);return await t.put(u,a),{node:r.node,cid:u}},FI=async(r,e,t,n)=>{let{path:i,hash:o}=await du(r.cid,e.Name,t,n),s=i[i.length-1];if(s==null)throw new Error("Invalid HAMT, could not generate path");let a=s.prefix,c=parseInt(a,16);Pr("next prefix for %s is %s",e.Name,a);let u=`${a}${e.Name}`,l=s.node.Links.find(d=>(d.Name??"").startsWith(a));if(l!=null)if(Pr("link %s was present in shard",u),l.Name===u){if(!n.allowOverwriting)throw new ba;Pr("overwriting %s in subshard",e.Name),s.node.Links=s.node.Links.filter(d=>d.Name!==u),s.node.Links.push({Name:u,Hash:e.Hash,Tsize:e.Tsize})}else{if(l.Name?.length===2)throw new Error("Existing link was subshard?!");{Pr("prefix %s already exists, creating new subshard",a);let d=s.node.Links.findIndex(y=>y.Name?.startsWith(a)),m=s.node.Links.splice(d,1)[0],f=(m.Name??"").substring(2),p=ou(Yo)(V(f));for(let y=0;y<i.length;y++)await p.take(Mi);for(;;){let y=await p.take(Mi),g=lu(y);m.Name=`${g}${f}`;let x=await o.take(Mi),E=lu(x);if(g===E){let S=new sp.default;S.set(x,!0),i.push({prefix:E,children:S,node:{Links:[]}});continue}let _=new sp.default;_.set(x,!0),_.set(y,!0),i.push({prefix:a,children:_,node:{Links:[m,{Name:`${E}${e.Name}`,Hash:e.Hash,Tsize:e.Tsize}]}});break}}}else Pr("link %s was not present in sub-shard",u),e.Name=u,s.node.Links.push(e),s.children.set(c,!0),Pr("adding %s to existing sub-shard",u);return uu(i,t,n)};async function si(r,e,t={}){let n=await Xe(r,e,t);if(n.type!=="directory")throw new oi(`${r.toString()} was not a UnixFS directory`);return{cid:r,node:n.node}}async function Xo(r,e,t,n){let i=await Xe(r,t,n);if(i.type!=="directory"&&i.type!=="file"&&i.type!=="raw")throw new Or(`${r.toString()} was not a UnixFS node`);return{Name:e,Tsize:i.node instanceof Uint8Array?i.node.byteLength:VI(i.node),Hash:r}}function VI(r){let e=r.Links.reduce((t,n)=>t+(n.Tsize??0),0);return ce(r).byteLength+e}var MI=oe("helia:unixfs:components:utils:resolve");async function Fr(r,e,t,n){if(e==null||e==="")return{cid:r};let i=`/ipfs/${r}${e==null?"":`/${e}`}`,o=await Uo(xa(i,t,n));if(o.length===0)throw new ru("Could not find path in directory");return MI("resolved %s to %c",e,r),{cid:o[o.length-1].cid,path:e,segments:o}}async function Zo(r,e,t,n){if(e.segments==null||e.segments.length===0)return r;let i=e.segments.pop();if(i==null)throw new Error("Insufficient segments");i.cid=r,e.segments.reverse();for(let o of e.segments){let[s,a]=await Promise.all([si(o.cid,t,n),Xo(i.cid,i.name,t,n)]);r=(await jo(s,a,t,{...n,allowOverwriting:!0,cidVersion:r.version})).cid,o.cid=r,i=o}return r}var HI=ot.bind({ignoreUndefined:!0}),$I={};async function*sE(r,e,t={}){let n=HI($I,t),i=await Fr(r,n.path,e,n),o=await Xe(i.cid,e,n);if(o.type!=="file"&&o.type!=="raw")throw new nu;if(o.content==null)throw new Wo;yield*o.content(n)}var zI=ot.bind({ignoreUndefined:!0}),KI=oe("helia:unixfs:chmod"),GI={recursive:!1,shardSplitThresholdBytes:262144};async function aE(r,e,t,n={}){let i=zI(GI,n),o=await Fr(r,i.path,t,n);if(KI("chmod %c %d",o.cid,e),i.recursive){let m=await yt(async function*(){for await(let f of Ko(o.cid,t,n)){let h,p=[];if(f.type==="raw")h=new j({type:"file",data:f.node});else if(f.type==="file"||f.type==="directory")h=f.unixfs,p=f.node.Links;else throw new Or;h.mode=e;let y={Data:h.marshal(),Links:p};yield{path:f.path,content:y}}},f=>ni(f,t,{...i,dagBuilder:async function*(h,p){for await(let y of h)yield async function(){let g=y.content,x=ce(g),E=await pr(x,p,{...i,cidVersion:r.version});if(g.Data==null)throw new ht(`${E} had no data`);let _=j.unmarshal(g.Data);return{cid:E,size:BigInt(x.length),path:y.path,unixfs:_}}}}),async f=>ii(f));if(m==null)throw new xn(`Could not chmod ${o.cid.toString()}`);return Zo(m.cid,o,t,i)}let s=await t.get(o.cid,n),a,c=[];if(o.cid.code===Ae)a=new j({type:"file",data:s});else{let m=Se(s);if(m.Data==null)throw new ht(`${o.cid.toString()} had no data`);c=m.Links,a=j.unmarshal(m.Data)}a.mode=e;let u=ce({Data:a.marshal(),Links:c}),l=await fe.digest(u),d=F.create(o.cid.version,ve,l);return await t.put(d,u),Zo(d,o,t,i)}var qI=ot.bind({ignoreUndefined:!0}),WI=oe("helia:unixfs:cp"),YI={force:!1,shardSplitThresholdBytes:262144};async function cE(r,e,t,n,i={}){let o=qI(YI,i);if(t.includes("/"))throw new Ot("Name must not have slashes");let[s,a]=await Promise.all([si(e,n,o),Xo(r,t,n,o)]);return WI('Adding %c as "%s" to %c',r,t,e),(await jo(s,a,n,{allowOverwriting:o.force,cidVersion:e.version,...o})).cid}var jI=ot.bind({ignoreUndefined:!0}),XI={};async function*lE(r,e,t={}){let n=jI(XI,t),i=await Fr(r,n.path,e,n),o=await Xe(i.cid,e);if(o.type==="file"||o.type==="raw"){yield o;return}if(o.content==null)throw new Wo;if(o.type!=="directory")throw new oi;yield*o.content({offset:t.offset,length:t.length})}var ZI=ot.bind({ignoreUndefined:!0}),uE=oe("helia:unixfs:mkdir"),JI={cidVersion:1,force:!1,shardSplitThresholdBytes:262144};async function dE(r,e,t,n={}){let i=ZI(JI,n);if(e.includes("/"))throw new Ot("Path must not have slashes");if((await Xe(r,t,n)).type!=="directory")throw new oi(`${r.toString()} was not a UnixFS directory`);uE("creating %s",e);let a={Data:new j({type:"directory",mode:i.mode,mtime:i.mtime}).marshal(),Links:[]},c=ce(a),u=await fe.digest(c),l=F.create(i.cidVersion,ve,u);await t.put(l,c);let[d,m]=await Promise.all([si(r,t,i),Xo(l,e,t,i)]);return uE("adding empty dir called %s to %c",e,r),(await jo(d,m,t,{...i,allowOverwriting:i.force})).cid}var hu=oe("helia:unixfs:utils:remove-link");async function fE(r,e,t,n){if(r.node.Data==null)throw new ht("Parent node had no data");if(j.unmarshal(r.node.Data).type==="hamt-sharded-directory"){hu(`removing ${e} from sharded directory`);let o=await e4(r,e,t,n);return await fu(o.node,t,n.shardSplitThresholdBytes,n)?o:(hu("converting shard to flat directory %c",r.cid),t4(o,t,n))}return hu(`removing link ${e} regular directory`),QI(r,e,t,n)}var QI=async(r,e,t,n)=>{r.node.Links=r.node.Links.filter(s=>s.Name!==e);let i=ce(r.node),o=await pr(i,t,{...n,cidVersion:r.cid.version});return hu(`Updated regular directory ${o}`),{node:r.node,cid:o}},e4=async(r,e,t,n)=>{let{path:i}=await du(r.cid,e,t,n),o=i[i.length-1];if(o==null)throw new Error("Invalid HAMT, could not generate path");let s=o.node.Links.filter(u=>(u.Name??"").substring(2)===e).map(u=>u.Name).pop();if(s==null)throw new Error("File not found");let a=s.substring(0,2),c=parseInt(a,16);if(o.node.Links=o.node.Links.filter(u=>u.Name!==s),o.children.unset(c),o.node.Links.length===1)for(;i.length!==1;){let u=i[i.length-1];if(u==null||u.node.Links.length>1)break;i.pop();let l=i[i.length-1];if(l==null)break;let d=u.node.Links[0];l.node.Links=l.node.Links.filter(m=>!(m.Name??"").startsWith(l.prefix)),l.node.Links.push({Hash:d.Hash,Name:`${l.prefix}${(d.Name??"").substring(2)}`,Tsize:d.Tsize})}return uu(i,t,n)},t4=async(r,e,t)=>{if(r.node.Data==null)throw new Ot("Invalid parent passed to convertToFlatDirectory");let n={Links:[]},i=await Xe(r.cid,e);if(i.type!=="directory")throw new Error("Unexpected node type");for await(let c of i.content()){let u=0;c.node instanceof Uint8Array?u=c.node.byteLength:u=ce(c.node).length,n.Links.push({Hash:c.cid,Name:c.name,Tsize:u})}let o=j.unmarshal(r.node.Data);n.Data=new j({type:"directory",mode:o.mode,mtime:o.mtime}).marshal();let s=ce(Te(n));return{cid:await pr(s,e,{codec:Oe,cidVersion:r.cid.version,signal:t.signal}),node:n}};var r4=ot.bind({ignoreUndefined:!0}),n4=oe("helia:unixfs:rm"),i4={shardSplitThresholdBytes:262144};async function hE(r,e,t,n={}){let i=r4(i4,n);if(e.includes("/"))throw new Ot("Name must not have slashes");let o=await si(r,t,i);return n4("Removing %s from %c",e,r),(await fE(o,e,t,{...i,cidVersion:r.version})).cid}var o4=ot.bind({ignoreUndefined:!0}),s4=oe("helia:unixfs:stat"),a4={};async function pE(r,e,t={}){let n=o4(a4,t),i=await Fr(r,t.path,e,n);s4("stat %c",i.cid);let o=await Xe(i.cid,e,n);if(o.type!=="file"&&o.type!=="directory"&&o.type!=="raw")throw new Or;let s=0n,a=0n,c=0n,u=0n,l=0,d,m,f=o.type,h;if(o.type==="raw"&&(s=BigInt(o.node.byteLength),a=BigInt(o.node.byteLength),c=BigInt(o.node.byteLength),u=BigInt(o.node.byteLength),l=1),o.type==="directory"&&(s=0n,a=BigInt(o.unixfs.marshal().byteLength),c=0n,u=a,l=1,d=o.unixfs.mode,m=o.unixfs.mtime,h=o.unixfs),o.type==="file"){let p=await mE(i.cid,e,n);s=o.unixfs.fileSize(),a=BigInt((o.node.Data?.byteLength??0)+o.node.Links.reduce((y,g)=>y+(g.Tsize??0),0)),c=BigInt(p.localFileSize),u=BigInt(p.localDagSize),l=p.blocks,d=o.unixfs.mode,m=o.unixfs.mtime,h=o.unixfs}return{cid:i.cid,mode:d,mtime:m,fileSize:s,dagSize:a,localFileSize:c,localDagSize:u,blocks:l,type:f,unixfs:h}}async function mE(r,e,t){let n={localFileSize:0,localDagSize:0,blocks:0};if(await e.has(r,t)){let i=await e.get(r,t);if(n.blocks++,n.localDagSize+=i.byteLength,r.code===Ae)n.localFileSize+=i.byteLength;else if(r.code===ve){let o=Se(i);if(o.Links.length>0)for(let s of o.Links){let a=await mE(s.Hash,e,t);n.localFileSize+=a.localFileSize,n.localDagSize+=a.localDagSize,n.blocks+=a.blocks}else{if(o.Data==null)throw new ht(`PBNode ${r.toString()} had no data`);let s=j.unmarshal(o.Data);if(s.data==null)throw new ht(`UnixFS node ${r.toString()} had no data`);n.localFileSize+=s.data.byteLength??0}}else throw new xn(`${r.toString()} was neither DAG_PB nor RAW`)}return n}var c4=ot.bind({ignoreUndefined:!0}),l4=oe("helia:unixfs:touch"),u4={recursive:!1,shardSplitThresholdBytes:262144};async function yE(r,e,t={}){let n=c4(u4,t),i=await Fr(r,n.path,e,n),o=n.mtime??{secs:BigInt(Math.round(Date.now()/1e3)),nsecs:0};if(l4("touch %c %o",i.cid,o),n.recursive){let m=await yt(async function*(){for await(let f of Ko(i.cid,e)){let h,p;if(f.type==="raw")h=new j({data:f.node}),p=[];else if(f.type==="file"||f.type==="directory")h=f.unixfs,p=f.node.Links;else throw new Or;h.mtime=o;let y={Data:h.marshal(),Links:p};yield{path:f.path,content:y}}},f=>ni(f,e,{...n,dagBuilder:async function*(h,p){for await(let y of h)yield async function(){let g=y.content,x=ce(g),E=await pr(x,p,{...n,cidVersion:r.version});if(g.Data==null)throw new ht(`${E} had no data`);let _=j.unmarshal(g.Data);return{cid:E,size:BigInt(x.length),path:y.path,unixfs:_}}}}),async f=>ii(f));if(m==null)throw new xn(`Could not chmod ${i.cid.toString()}`);return Zo(m.cid,i,e,n)}let s=await e.get(i.cid,t),a,c=[];if(i.cid.code===Ae)a=new j({data:s});else{let m=Se(s);if(c=m.Links,m.Data==null)throw new ht(`${i.cid.toString()} had no data`);a=j.unmarshal(m.Data)}a.mtime=o;let u=ce({Data:a.marshal(),Links:c}),l=await fe.digest(u),d=F.create(i.cid.version,ve,l);return await e.put(d,u),Zo(d,i,e,n)}var ap=class{components;constructor(e){this.components=e}async*addAll(e,t={}){yield*v2(e,this.components.blockstore,t)}async addBytes(e,t={}){return A2(e,this.components.blockstore,t)}async addByteStream(e,t={}){return _2(e,this.components.blockstore,t)}async addFile(e,t={}){return S2(e,this.components.blockstore,t)}async addDirectory(e={},t={}){return I2(e,this.components.blockstore,t)}async*cat(e,t={}){yield*sE(e,this.components.blockstore,t)}async chmod(e,t,n={}){return aE(e,t,this.components.blockstore,n)}async cp(e,t,n,i={}){return cE(e,t,n,this.components.blockstore,i)}async*ls(e,t={}){yield*lE(e,this.components.blockstore,t)}async mkdir(e,t,n={}){return dE(e,t,this.components.blockstore,n)}async rm(e,t,n={}){return hE(e,t,this.components.blockstore,n)}async stat(e,t={}){return pE(e,this.components.blockstore,t)}async touch(e,t={}){return yE(e,this.components.blockstore,t)}};function gE(r){return new ap(r)}function pu(r,e={}){let t={_cancelled:!1,async start(){this._cancelled=!1},async pull(n){try{let{value:i,done:o}=await r.next();if(this._cancelled)return;if(o===!0){n.close();return}n.enqueue(i)}catch(i){n.error(i)}},cancel(){this._cancelled=!0}};return new globalThis.ReadableStream(t,e)}function wE(r){let e=lt(r,{allowIndefinite:!1,coerceUndefinedToNull:!1,allowNaN:!1,allowInfinity:!1,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,allowBigInt:!1});return new TextDecoder().decode(Gs(e))}function EE(r){let e=d4(r);return e===r?`filename="${r}"`:`filename="${e}"; filename*=UTF-8''${encodeURIComponent(r)}`}function d4(r){return r.replace(/[^\x00-\x7F]/g,"_")}function xE({cid:r,reqFormat:e,weak:t,rangeStart:n,rangeEnd:i}){let o=t===!0?"W/":"",s=e==null?"":`.${e}`;return(n!=null||i!=null)&&(s+=`.${n??"0"}-${i??"N"}`),`${o}"${r.toString()}${s}"`}async function bE(r,e,t,n){let i=t.forComponent("helia:verified-fetch:get-stream-from-async-iterable"),o=r[Symbol.asyncIterator](),{value:s,done:a}=await o.next();if(a===!0)throw i.error("No content found for path",e),new Error("No content found");return{stream:new ReadableStream({async start(u){n?.onProgress?.(new M("verified-fetch:request:progress:chunk")),u.enqueue(s)},async pull(u){let{value:l,done:d}=await o.next();if(d===!0){l!=null&&(n?.onProgress?.(new M("verified-fetch:request:progress:chunk")),u.enqueue(l)),u.close();return}n?.onProgress?.(new M("verified-fetch:request:progress:chunk")),u.enqueue(l)}}),firstChunk:s}}var cK=V("ustar\0","binary"),lK=V("ustar ","binary"),uK=V(" \0","binary");var IE=Q(AE(),1);function h4(r){return r[Symbol.asyncIterator]!=null}function p4(r){if(h4(r))return(async()=>{let n=new Uint8Array(0);for await(let i of r)n=ye([n,i],n.length+i.length);return n})();let e=[],t=0;for(let n of r)e.push(n),t+=n.byteLength;return ye(e,t)}var _E=p4;var m4="0000000000000000000",y4="7777777777777777777",g4=48,w4=V("ustar\0","binary"),E4=V("00","binary"),x4=parseInt("7777",8),b4=257,v4=263,A4=function(r){switch(r){case"file":return 0;case"link":return 1;case"symlink":return 2;case"character-device":return 3;case"block-device":return 4;case"directory":return 5;case"fifo":return 6;case"contiguous-file":return 7;case"pax-header":return 72;default:return 0}},_4=function(r){let e=256;for(let t=0;t<148;t++)e+=r[t];for(let t=156;t<512;t++)e+=r[t];return e},ai=function(r,e){let t=r.toString(8);return t.length>e?V(y4.slice(0,e)+" "):V(m4.slice(0,e-t.length)+t+" ")},cp=function(r){let e=V(r).byteLength,t=Math.floor(Math.log(e)/Math.log(10))+1;return e+t>=Math.pow(10,t)&&t++,`${e+t}${r}`};function SE(r){let e="";r.name!=null&&(e+=cp(" path="+r.name+`
|
|
7
|
+
`)}`:`${t} :`}};_1=Pn;z.Constructed=_1;Pn.NAME="CONSTRUCTED";var gc=class extends rt{fromBER(e,t,n){return t}toBER(e){return nr}};gc.override="EndOfContentValueBlock";var S1,wc=class extends qe{constructor(e={}){super(e,gc),this.idBlock.tagClass=1,this.idBlock.tagNumber=0}};S1=wc;z.EndOfContent=S1;wc.NAME=gs;var I1,Fn=class extends qe{constructor(e={}){super(e,rt),this.idBlock.tagClass=1,this.idBlock.tagNumber=5}fromBER(e,t,n){return this.lenBlock.length>0&&this.warnings.push("Non-zero length of value block for Null type"),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.blockLength+=n,t+n>e.byteLength?(this.error="End of input reached before message was fully decoded (inconsistent offset and length values)",-1):t+n}toBER(e,t){let n=new ArrayBuffer(2);if(!e){let i=new Uint8Array(n);i[0]=5,i[1]=0}return t&&t.write(n),n}onAsciiEncoding(){return`${this.constructor.NAME}`}};I1=Fn;z.Null=I1;Fn.NAME="NULL";var Ec=class extends Qr(rt){constructor({value:e,...t}={}){super(t),t.valueHex?this.valueHexView=se.BufferSourceConverter.toUint8Array(t.valueHex):this.valueHexView=new Uint8Array(1),e&&(this.value=e)}get value(){for(let e of this.valueHexView)if(e>0)return!0;return!1}set value(e){this.valueHexView[0]=e?255:0}fromBER(e,t,n){let i=se.BufferSourceConverter.toUint8Array(e);return Jr(this,i,t,n)?(this.valueHexView=i.subarray(t,t+n),n>1&&this.warnings.push("Boolean value encoded in more then 1 octet"),this.isHexOnly=!0,Jd.call(this),this.blockLength=n,t+n):-1}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}};Ec.NAME="BooleanValueBlock";var B1,xc=class extends qe{constructor(e={}){super(e,Ec),this.idBlock.tagClass=1,this.idBlock.tagNumber=1}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.getValue}`}};B1=xc;z.Boolean=B1;xc.NAME="BOOLEAN";var bc=class extends Qr(br){constructor({isConstructed:e=!1,...t}={}){super(t),this.isConstructed=e}fromBER(e,t,n){let i=0;if(this.isConstructed){if(this.isHexOnly=!1,i=br.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(let o=0;o<this.value.length;o++){let s=this.value[o].constructor.NAME;if(s===gs){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only",-1}if(s!==x1)return this.error="OCTET STRING may consists of OCTET STRINGs only",-1}}else this.isHexOnly=!0,i=super.fromBER(e,t,n),this.blockLength=n;return i}toBER(e,t){return this.isConstructed?br.prototype.toBER.call(this,e,t):e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}};bc.NAME="OctetStringValueBlock";var k1,Xr=class r extends qe{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,o;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((o=n.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},bc),this.idBlock.tagClass=1,this.idBlock.tagNumber=4}fromBER(e,t,n){if(this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,n===0)return this.idBlock.error.length===0&&(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length===0&&(this.blockLength+=this.lenBlock.blockLength),t;if(!this.valueBlock.isConstructed){let o=(e instanceof ArrayBuffer?new Uint8Array(e):e).subarray(t,t+n);try{if(o.byteLength){let s=jc(o,0,o.byteLength);s.offset!==-1&&s.offset===n&&(this.valueBlock.value=[s.result])}}catch{}}return super.fromBER(e,t,n)}onAsciiEncoding(){return this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length?Pn.prototype.onAsciiEncoding.call(this):`${this.constructor.NAME} : ${se.Convert.ToHex(this.valueBlock.valueHexView)}`}getValue(){if(!this.idBlock.isConstructed)return this.valueBlock.valueHexView.slice().buffer;let e=[];for(let t of this.valueBlock.value)t instanceof r&&e.push(t.valueBlock.valueHexView);return se.BufferSourceConverter.concat(e)}};k1=Xr;z.OctetString=k1;Xr.NAME=x1;var vc=class extends Qr(br){constructor({unusedBits:e=0,isConstructed:t=!1,...n}={}){super(n),this.unusedBits=e,this.isConstructed=t,this.blockLength=this.valueHexView.byteLength}fromBER(e,t,n){if(!n)return t;let i=-1;if(this.isConstructed){if(i=br.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(let a of this.value){let c=a.constructor.NAME;if(c===gs){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only",-1}if(c!==b1)return this.error="BIT STRING may consists of BIT STRINGs only",-1;let u=a.valueBlock;if(this.unusedBits>0&&u.unusedBits>0)return this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only',-1;this.unusedBits=u.unusedBits}return i}let o=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,o,t,n))return-1;let s=o.subarray(t,t+n);if(this.unusedBits=s[0],this.unusedBits>7)return this.error="Unused bits for BitString must be in range 0-7",-1;if(!this.unusedBits){let a=s.subarray(1);try{if(a.byteLength){let c=jc(a,0,a.byteLength);c.offset!==-1&&c.offset===n-1&&(this.value=[c.result])}}catch{}}return this.valueHexView=s.subarray(1),this.blockLength=s.length,t+n}toBER(e,t){if(this.isConstructed)return br.prototype.toBER.call(this,e,t);if(e)return new ArrayBuffer(this.valueHexView.byteLength+1);if(!this.valueHexView.byteLength)return nr;let n=new Uint8Array(this.valueHexView.length+1);return n[0]=this.unusedBits,n.set(this.valueHexView,1),n.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}};vc.NAME="BitStringValueBlock";var R1,wo=class extends qe{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,o;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((o=n.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},vc),this.idBlock.tagClass=1,this.idBlock.tagNumber=3}fromBER(e,t,n){return this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,super.fromBER(e,t,n)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length)return Pn.prototype.onAsciiEncoding.call(this);{let e=[],t=this.valueBlock.valueHexView;for(let i of t)e.push(i.toString(2).padStart(8,"0"));let n=e.join("");return`${this.constructor.NAME} : ${n.substring(0,n.length-this.valueBlock.unusedBits)}`}}};R1=wo;z.BitString=R1;wo.NAME=b1;var T1;function Y6(r,e){let t=new Uint8Array([0]),n=new Uint8Array(r),i=new Uint8Array(e),o=n.slice(0),s=o.length-1,a=i.slice(0),c=a.length-1,u=0,l=c<s?s:c,d=0;for(let m=l;m>=0;m--,d++){switch(!0){case d<a.length:u=o[s-d]+a[c-d]+t[0];break;default:u=o[s-d]+t[0]}switch(t[0]=u/10,!0){case d>=o.length:o=uc(new Uint8Array([u%10]),o);break;default:o[s-d]=u%10}}return t[0]>0&&(o=uc(t,o)),o}function E1(r){if(r>=ms.length)for(let e=ms.length;e<=r;e++){let t=new Uint8Array([0]),n=ms[e-1].slice(0);for(let i=n.length-1;i>=0;i--){let o=new Uint8Array([(n[i]<<1)+t[0]]);t[0]=o[0]/10,n[i]=o[0]%10}t[0]>0&&(n=uc(t,n)),ms.push(n)}return ms[r]}function j6(r,e){let t=0,n=new Uint8Array(r),i=new Uint8Array(e),o=n.slice(0),s=o.length-1,a=i.slice(0),c=a.length-1,u,l=0;for(let d=c;d>=0;d--,l++)switch(u=o[s-l]-a[c-l]-t,!0){case u<0:t=1,o[s-l]=u+10;break;default:t=0,o[s-l]=u}if(t>0)for(let d=s-c+1;d>=0;d--,l++)if(u=o[s-l]-t,u<0)t=1,o[s-l]=u+10;else{t=0,o[s-l]=u;break}return o.slice()}var ws=class extends Qr(rt){constructor({value:e,...t}={}){super(t),this._valueDec=0,t.valueHex&&this.setValueHex(),e!==void 0&&(this.valueDec=e)}setValueHex(){this.valueHexView.length>=4?(this.warnings.push("Too big Integer for decoding, hex only"),this.isHexOnly=!0,this._valueDec=0):(this.isHexOnly=!1,this.valueHexView.length>0&&(this._valueDec=Jd.call(this)))}set valueDec(e){this._valueDec=e,this.isHexOnly=!1,this.valueHexView=new Uint8Array(y1(e))}get valueDec(){return this._valueDec}fromDER(e,t,n,i=0){let o=this.fromBER(e,t,n);if(o===-1)return o;let s=this.valueHexView;return s[0]===0&&s[1]&128?this.valueHexView=s.subarray(1):i!==0&&s.length<i&&(i-s.length>1&&(i=s.length+1),this.valueHexView=s.subarray(i-s.length)),o}toDER(e=!1){let t=this.valueHexView;switch(!0){case(t[0]&128)!==0:{let n=new Uint8Array(this.valueHexView.length+1);n[0]=0,n.set(t,1),this.valueHexView=n}break;case(t[0]===0&&(t[1]&128)===0):this.valueHexView=this.valueHexView.subarray(1);break}return this.toBER(e)}fromBER(e,t,n){let i=super.fromBER(e,t,n);return i===-1||this.setValueHex(),i}toBER(e){return e?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}toString(){let e=this.valueHexView.length*8-1,t=new Uint8Array(this.valueHexView.length*8/3),n=0,i,o=this.valueHexView,s="",a=!1;for(let c=o.byteLength-1;c>=0;c--){i=o[c];for(let u=0;u<8;u++){if((i&1)===1)switch(n){case e:t=j6(E1(n),t),s="-";break;default:t=Y6(t,E1(n))}n++,i>>=1}}for(let c=0;c<t.length;c++)t[c]&&(a=!0),a&&(s+=w1.charAt(t[c]));return a===!1&&(s+=w1.charAt(0)),s}};T1=ws;ws.NAME="IntegerValueBlock";Object.defineProperty(T1.prototype,"valueHex",{set:function(r){this.valueHexView=new Uint8Array(r),this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}});var N1,De=class r extends qe{constructor(e={}){super(e,ws),this.idBlock.tagClass=1,this.idBlock.tagNumber=2}toBigInt(){return dc(),BigInt(this.valueBlock.toString())}static fromBigInt(e){dc();let t=BigInt(e),n=new ys,i=t.toString(16).replace(/^-/,""),o=new Uint8Array(se.Convert.FromHex(i));if(t<0){let a=new Uint8Array(o.length+(o[0]&128?1:0));a[0]|=128;let u=BigInt(`0x${se.Convert.ToHex(a)}`)+t,l=se.BufferSourceConverter.toUint8Array(se.Convert.FromHex(u.toString(16)));l[0]|=128,n.write(l)}else o[0]&128&&n.write(new Uint8Array([0])),n.write(o);return new r({valueHex:n.final()})}convertToDER(){let e=new r({valueHex:this.valueBlock.valueHexView});return e.valueBlock.toDER(),e}convertFromDER(){return new r({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}};N1=De;z.Integer=N1;De.NAME="INTEGER";var C1,Ac=class extends De{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=10}};C1=Ac;z.Enumerated=C1;Ac.NAME="ENUMERATED";var Es=class extends Qr(rt){constructor({valueDec:e=-1,isFirstSid:t=!1,...n}={}){super(n),this.valueDec=e,this.isFirstSid=t}fromBER(e,t,n){if(!n)return t;let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let a=0;a<n&&(this.valueHexView[a]=o[a]&127,this.blockLength++,!!(o[a]&128));a++);let s=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength;a++)s[a]=this.valueHexView[a];return this.valueHexView=s,o[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=vi(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}set valueBigInt(e){dc();let t=BigInt(e).toString(2);for(;t.length%7;)t="0"+t;let n=new Uint8Array(t.length/7);for(let i=0;i<n.length;i++)n[i]=parseInt(t.slice(i*7,i*7+7),2)+(i+1<n.length?128:0);this.fromBER(n.buffer,0,n.length)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);let i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let s=0;s<this.blockLength-1;s++)o[s]=i[s]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}let t=On(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",nr;let n=new Uint8Array(t.byteLength);if(!e){let i=new Uint8Array(t),o=t.byteLength-1;for(let s=0;s<o;s++)n[s]=i[s]|128;n[o]=i[o]}return n}toString(){let e="";if(this.isHexOnly)e=se.Convert.ToHex(this.valueHexView);else if(this.isFirstSid){let t=this.valueDec;this.valueDec<=39?e="0.":this.valueDec<=79?(e="1.",t-=40):(e="2.",t-=80),e+=t.toString()}else e=this.valueDec.toString();return e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec,isFirstSid:this.isFirstSid}}};Es.NAME="sidBlock";var _c=class extends rt{constructor({value:e=Eo,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){let o=new Es;if(i=o.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=o.error,i;this.value.length===0&&(o.isFirstSid=!0),this.blockLength+=o.blockLength,n-=o.blockLength,this.value.push(o)}return i}toBER(e){let t=[];for(let n=0;n<this.value.length;n++){let i=this.value[n].toBER(e);if(i.byteLength===0)return this.error=this.value[n].error,nr;t.push(i)}return Qd(t)}fromString(e){this.value=[];let t=0,n=0,i="",o=!1;do if(n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1,o){let s=this.value[0],a=0;switch(s.valueDec){case 0:break;case 1:a=40;break;case 2:a=80;break;default:this.value=[];return}let c=parseInt(i,10);if(isNaN(c))return;s.valueDec=c+a,o=!1}else{let s=new Es;if(i>Number.MAX_SAFE_INTEGER){dc();let a=BigInt(i);s.valueBigInt=a}else if(s.valueDec=parseInt(i,10),isNaN(s.valueDec))return;this.value.length||(s.isFirstSid=!0,o=!0),this.value.push(s)}while(n!==-1)}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t?(i=`{${i}}`,this.value[n].isFirstSid?e=`2.{${i} - 80}`:e+=i):e+=i}return e}toJSON(){let e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}};_c.NAME="ObjectIdentifierValueBlock";var L1,rr=class extends qe{constructor(e={}){super(e,_c),this.idBlock.tagClass=1,this.idBlock.tagNumber=6}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}};L1=rr;z.ObjectIdentifier=L1;rr.NAME="OBJECT IDENTIFIER";var xs=class extends Qr(jr){constructor({valueDec:e=0,...t}={}){super(t),this.valueDec=e}fromBER(e,t,n){if(n===0)return t;let i=se.BufferSourceConverter.toUint8Array(e);if(!Jr(this,i,t,n))return-1;let o=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let a=0;a<n&&(this.valueHexView[a]=o[a]&127,this.blockLength++,!!(o[a]&128));a++);let s=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength;a++)s[a]=this.valueHexView[a];return this.valueHexView=s,o[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=vi(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);let i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let s=0;s<this.blockLength-1;s++)o[s]=i[s]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}let t=On(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",nr;let n=new Uint8Array(t.byteLength);if(!e){let i=new Uint8Array(t),o=t.byteLength-1;for(let s=0;s<o;s++)n[s]=i[s]|128;n[o]=i[o]}return n.buffer}toString(){let e="";return this.isHexOnly?e=se.Convert.ToHex(this.valueHexView):e=this.valueDec.toString(),e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}};xs.NAME="relativeSidBlock";var Sc=class extends rt{constructor({value:e=Eo,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){let o=new xs;if(i=o.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=o.error,i;this.blockLength+=o.blockLength,n-=o.blockLength,this.value.push(o)}return i}toBER(e,t){let n=[];for(let i=0;i<this.value.length;i++){let o=this.value[i].toBER(e);if(o.byteLength===0)return this.error=this.value[i].error,nr;n.push(o)}return Qd(n)}fromString(e){this.value=[];let t=0,n=0,i="";do{n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1;let o=new xs;if(o.valueDec=parseInt(i,10),isNaN(o.valueDec))return!0;this.value.push(o)}while(n!==-1);return!0}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t&&(i=`{${i}}`),e+=i}return e}toJSON(){let e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}};Sc.NAME="RelativeObjectIdentifierValueBlock";var U1,Ic=class extends qe{constructor(e={}){super(e,Sc),this.idBlock.tagClass=1,this.idBlock.tagNumber=13}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}};U1=Ic;z.RelativeObjectIdentifier=U1;Ic.NAME="RelativeObjectIdentifier";var D1,Ve=class extends Pn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=16}};D1=Ve;z.Sequence=D1;Ve.NAME="SEQUENCE";var O1,Bc=class extends Pn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=17}};O1=Bc;z.Set=O1;Bc.NAME="SET";var kc=class extends Qr(rt){constructor({...e}={}){super(e),this.isHexOnly=!0,this.value=Eo}toJSON(){return{...super.toJSON(),value:this.value}}};kc.NAME="StringValueBlock";var Rc=class extends kc{};Rc.NAME="SimpleStringValueBlock";var ct=class extends pc{constructor({...e}={}){super(e,Rc)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,se.BufferSourceConverter.toUint8Array(e))}fromString(e){let t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);this.valueBlock.value=e}};ct.NAME="SIMPLE STRING";var Tc=class extends ct{fromBuffer(e){this.valueBlock.valueHexView=se.BufferSourceConverter.toUint8Array(e);try{this.valueBlock.value=se.Convert.ToUtf8String(e)}catch(t){this.warnings.push(`Error during "decodeURIComponent": ${t}, using raw string`),this.valueBlock.value=se.Convert.ToBinary(e)}}fromString(e){this.valueBlock.valueHexView=new Uint8Array(se.Convert.FromUtf8String(e)),this.valueBlock.value=e}};Tc.NAME="Utf8StringValueBlock";var P1,Zr=class extends Tc{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=12}};P1=Zr;z.Utf8String=P1;Zr.NAME="UTF8String";var Nc=class extends ct{fromBuffer(e){this.valueBlock.value=se.Convert.ToUtf16String(e),this.valueBlock.valueHexView=se.BufferSourceConverter.toUint8Array(e)}fromString(e){this.valueBlock.value=e,this.valueBlock.valueHexView=new Uint8Array(se.Convert.FromUtf16String(e))}};Nc.NAME="BmpStringValueBlock";var F1,Cc=class extends Nc{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=30}};F1=Cc;z.BmpString=F1;Cc.NAME="BMPString";var Lc=class extends ct{fromBuffer(e){let t=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0),n=new Uint8Array(t);for(let i=0;i<n.length;i+=4)n[i]=n[i+3],n[i+1]=n[i+2],n[i+2]=0,n[i+3]=0;this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(t))}fromString(e){let t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t*4);for(let i=0;i<t;i++){let o=On(e.charCodeAt(i),8),s=new Uint8Array(o);if(s.length>4)continue;let a=4-s.length;for(let c=s.length-1;c>=0;c--)n[i*4+c+a]=s[c]}this.valueBlock.value=e}};Lc.NAME="UniversalStringValueBlock";var V1,Uc=class extends Lc{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=28}};V1=Uc;z.UniversalString=V1;Uc.NAME="UniversalString";var M1,Dc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=18}};M1=Dc;z.NumericString=M1;Dc.NAME="NumericString";var H1,Oc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=19}};H1=Oc;z.PrintableString=H1;Oc.NAME="PrintableString";var $1,Pc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=20}};$1=Pc;z.TeletexString=$1;Pc.NAME="TeletexString";var z1,Fc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=21}};z1=Fc;z.VideotexString=z1;Fc.NAME="VideotexString";var K1,Vc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=22}};K1=Vc;z.IA5String=K1;Vc.NAME="IA5String";var G1,Mc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=25}};G1=Mc;z.GraphicString=G1;Mc.NAME="GraphicString";var q1,bs=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=26}};q1=bs;z.VisibleString=q1;bs.NAME="VisibleString";var W1,Hc=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=27}};W1=Hc;z.GeneralString=W1;Hc.NAME="GeneralString";var Y1,$c=class extends ct{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=29}};Y1=$c;z.CharacterString=Y1;$c.NAME="CharacterString";var j1,vs=class extends bs{constructor({value:e,valueDate:t,...n}={}){if(super(n),this.year=0,this.month=0,this.day=0,this.hour=0,this.minute=0,this.second=0,e){this.fromString(e),this.valueBlock.valueHexView=new Uint8Array(e.length);for(let i=0;i<e.length;i++)this.valueBlock.valueHexView[i]=e.charCodeAt(i)}t&&(this.fromDate(t),this.valueBlock.valueHexView=new Uint8Array(this.toBuffer())),this.idBlock.tagClass=1,this.idBlock.tagNumber=23}fromBuffer(e){this.fromString(String.fromCharCode.apply(null,se.BufferSourceConverter.toUint8Array(e)))}toBuffer(){let e=this.toString(),t=new ArrayBuffer(e.length),n=new Uint8Array(t);for(let i=0;i<e.length;i++)n[i]=e.charCodeAt(i);return t}fromDate(e){this.year=e.getUTCFullYear(),this.month=e.getUTCMonth()+1,this.day=e.getUTCDate(),this.hour=e.getUTCHours(),this.minute=e.getUTCMinutes(),this.second=e.getUTCSeconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))}fromString(e){let n=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/ig.exec(e);if(n===null){this.error="Wrong input string for conversion";return}let i=parseInt(n[1],10);i>=50?this.year=1900+i:this.year=2e3+i,this.month=parseInt(n[2],10),this.day=parseInt(n[3],10),this.hour=parseInt(n[4],10),this.minute=parseInt(n[5],10),this.second=parseInt(n[6],10)}toString(e="iso"){if(e==="iso"){let t=new Array(7);return t[0]=gt(this.year<2e3?this.year-1900:this.year-2e3,2),t[1]=gt(this.month,2),t[2]=gt(this.day,2),t[3]=gt(this.hour,2),t[4]=gt(this.minute,2),t[5]=gt(this.second,2),t[6]="Z",t.join("")}return super.toString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.toDate().toISOString()}`}toJSON(){return{...super.toJSON(),year:this.year,month:this.month,day:this.day,hour:this.hour,minute:this.minute,second:this.second}}};j1=vs;z.UTCTime=j1;vs.NAME="UTCTime";var X1,zc=class extends vs{constructor(e={}){var t;super(e),(t=this.millisecond)!==null&&t!==void 0||(this.millisecond=0),this.idBlock.tagClass=1,this.idBlock.tagNumber=24}fromDate(e){super.fromDate(e),this.millisecond=e.getUTCMilliseconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond))}fromString(e){let t=!1,n="",i="",o=0,s,a=0,c=0;if(e[e.length-1]==="Z")n=e.substring(0,e.length-1),t=!0;else{let d=new Number(e[e.length-1]);if(isNaN(d.valueOf()))throw new Error("Wrong input string for conversion");n=e}if(t){if(n.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(n.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let d=1,m=n.indexOf("+"),f="";if(m===-1&&(m=n.indexOf("-"),d=-1),m!==-1){if(f=n.substring(m+1),n=n.substring(0,m),f.length!==2&&f.length!==4)throw new Error("Wrong input string for conversion");let h=parseInt(f.substring(0,2),10);if(isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");if(a=d*h,f.length===4){if(h=parseInt(f.substring(2,4),10),isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");c=d*h}}}let u=n.indexOf(".");if(u===-1&&(u=n.indexOf(",")),u!==-1){let d=new Number(`0${n.substring(u)}`);if(isNaN(d.valueOf()))throw new Error("Wrong input string for conversion");o=d.valueOf(),i=n.substring(0,u)}else i=n;switch(!0){case i.length===8:if(s=/(\d{4})(\d{2})(\d{2})/ig,u!==-1)throw new Error("Wrong input string for conversion");break;case i.length===10:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let d=60*o;this.minute=Math.floor(d),d=60*(d-this.minute),this.second=Math.floor(d),d=1e3*(d-this.second),this.millisecond=Math.floor(d)}break;case i.length===12:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let d=60*o;this.second=Math.floor(d),d=1e3*(d-this.second),this.millisecond=Math.floor(d)}break;case i.length===14:if(s=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let d=1e3*o;this.millisecond=Math.floor(d)}break;default:throw new Error("Wrong input string for conversion")}let l=s.exec(i);if(l===null)throw new Error("Wrong input string for conversion");for(let d=1;d<l.length;d++)switch(d){case 1:this.year=parseInt(l[d],10);break;case 2:this.month=parseInt(l[d],10);break;case 3:this.day=parseInt(l[d],10);break;case 4:this.hour=parseInt(l[d],10)+a;break;case 5:this.minute=parseInt(l[d],10)+c;break;case 6:this.second=parseInt(l[d],10);break;default:throw new Error("Wrong input string for conversion")}if(t===!1){let d=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=d.getUTCFullYear(),this.month=d.getUTCMonth(),this.day=d.getUTCDay(),this.hour=d.getUTCHours(),this.minute=d.getUTCMinutes(),this.second=d.getUTCSeconds(),this.millisecond=d.getUTCMilliseconds()}}toString(e="iso"){if(e==="iso"){let t=[];return t.push(gt(this.year,4)),t.push(gt(this.month,2)),t.push(gt(this.day,2)),t.push(gt(this.hour,2)),t.push(gt(this.minute,2)),t.push(gt(this.second,2)),this.millisecond!==0&&(t.push("."),t.push(gt(this.millisecond,3))),t.push("Z"),t.join("")}return super.toString(e)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}};X1=zc;z.GeneralizedTime=X1;zc.NAME="GeneralizedTime";var Z1,Kc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=31}};Z1=Kc;z.DATE=Z1;Kc.NAME="DATE";var J1,Gc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=32}};J1=Gc;z.TimeOfDay=J1;Gc.NAME="TimeOfDay";var Q1,qc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=33}};Q1=qc;z.DateTime=Q1;qc.NAME="DateTime";var em,Wc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=34}};em=Wc;z.Duration=em;Wc.NAME="Duration";var tm,Yc=class extends Zr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=14}};tm=Yc;z.TIME=tm;Yc.NAME="TIME";function Z6(r){let{result:e}=xo(r),t=e.valueBlock.value;return{n:Z(vr(t[1].toBigInt()),"base64url"),e:Z(vr(t[2].toBigInt()),"base64url"),d:Z(vr(t[3].toBigInt()),"base64url"),p:Z(vr(t[4].toBigInt()),"base64url"),q:Z(vr(t[5].toBigInt()),"base64url"),dp:Z(vr(t[6].toBigInt()),"base64url"),dq:Z(vr(t[7].toBigInt()),"base64url"),qi:Z(vr(t[8].toBigInt()),"base64url"),kty:"RSA",alg:"RS256"}}function J6(r){if(r.n==null||r.e==null||r.d==null||r.p==null||r.q==null||r.dp==null||r.dq==null||r.qi==null)throw new O("JWK was missing components","ERR_INVALID_PARAMETERS");let t=new Ve({value:[new De({value:0}),De.fromBigInt(Ar(V(r.n,"base64url"))),De.fromBigInt(Ar(V(r.e,"base64url"))),De.fromBigInt(Ar(V(r.d,"base64url"))),De.fromBigInt(Ar(V(r.p,"base64url"))),De.fromBigInt(Ar(V(r.q,"base64url"))),De.fromBigInt(Ar(V(r.dp,"base64url"))),De.fromBigInt(Ar(V(r.dq,"base64url"))),De.fromBigInt(Ar(V(r.qi,"base64url")))]}).toBER();return new Uint8Array(t,0,t.byteLength)}function Q6(r){let{result:e}=xo(r),t=e.valueBlock.value[1].valueBlock.value[0].valueBlock.value;return{kty:"RSA",n:Z(vr(t[0].toBigInt()),"base64url"),e:Z(vr(t[1].toBigInt()),"base64url")}}function ev(r){if(r.n==null||r.e==null)throw new O("JWK was missing components","ERR_INVALID_PARAMETERS");let t=new Ve({value:[new Ve({value:[new rr({value:"1.2.840.113549.1.1.1"}),new Fn]}),new wo({valueHex:new Ve({value:[De.fromBigInt(Ar(V(r.n,"base64url"))),De.fromBigInt(Ar(V(r.e,"base64url")))]}).toBER()})]}).toBER();return new Uint8Array(t,0,t.byteLength)}function vr(r){let e=r.toString(16);e.length%2>0&&(e=`0${e}`);let t=e.length/2,n=new Uint8Array(t),i=0,o=0;for(;i<t;)n[i]=parseInt(e.slice(o,o+2),16),i+=1,o+=2;return n}function Ar(r){let e=[];return r.forEach(function(t){let n=t.toString(16);n.length%2>0&&(n=`0${n}`),e.push(n)}),BigInt("0x"+e.join(""))}var tv=16,tf=32,rf=1e4;async function rv(r,e){let t=at.get(),i=new Ve({value:[new De({value:0}),new Ve({value:[new rr({value:"1.2.840.113549.1.1.1"}),new Fn]}),new Xr({valueHex:r.marshal()})]}).toBER(),o=new Uint8Array(i,0,i.byteLength),s=bi(tv),a=await Xd(fo,e,s,{c:rf,dkLen:tf}),c=bi(16),u=await t.subtle.importKey("raw",a,"AES-CBC",!1,["encrypt"]),l=await t.subtle.encrypt({name:"AES-CBC",iv:c},u,o),d=new Ve({value:[new Xr({valueHex:s}),new De({value:rf}),new De({value:tf}),new Ve({value:[new rr({value:"1.2.840.113549.2.11"}),new Fn]})]}),m=new Ve({value:[new rr({value:"1.2.840.113549.1.5.13"}),new Ve({value:[new Ve({value:[new rr({value:"1.2.840.113549.1.5.12"}),d]}),new Ve({value:[new rr({value:"2.16.840.1.101.3.4.1.42"}),new Xr({valueHex:c})]})]})]}),h=new Ve({value:[m,new Xr({valueHex:l})]}).toBER(),p=new Uint8Array(h,0,h.byteLength);return["-----BEGIN ENCRYPTED PRIVATE KEY-----",...Z(p,"base64pad").split(/(.{64})/).filter(Boolean),"-----END ENCRYPTED PRIVATE KEY-----"].join(`
|
|
8
|
+
`)}async function nv(r,e){let t=at.get(),n;if(r.includes("-----BEGIN ENCRYPTED PRIVATE KEY-----")){let i=V(r.replace("-----BEGIN ENCRYPTED PRIVATE KEY-----","").replace("-----END ENCRYPTED PRIVATE KEY-----","").replace(/\n/g,"").trim(),"base64pad"),{result:o}=xo(i),{iv:s,salt:a,iterations:c,keySize:u,cipherText:l}=iv(o),d=await Xd(fo,e,a,{c,dkLen:u}),m=await t.subtle.importKey("raw",d,"AES-CBC",!1,["decrypt"]),f=As(await t.subtle.decrypt({name:"AES-CBC",iv:s},m,l)),{result:h}=xo(f);n=rm(h)}else if(r.includes("-----BEGIN PRIVATE KEY-----")){let i=V(r.replace("-----BEGIN PRIVATE KEY-----","").replace("-----END PRIVATE KEY-----","").replace(/\n/g,"").trim(),"base64pad"),{result:o}=xo(i);n=rm(o)}else throw new O("Could not parse private key from PEM data","ERR_INVALID_PARAMETERS");return nf(n)}function iv(r){let e=r.valueBlock.value[0];if(e.valueBlock.value[0].toString()!=="OBJECT IDENTIFIER : 1.2.840.113549.1.5.13")throw new O("Only pkcs5PBES2 encrypted private keys are supported","ERR_INVALID_PARAMS");let n=e.valueBlock.value[1].valueBlock.value[0];if(n.valueBlock.value[0].toString()!=="OBJECT IDENTIFIER : 1.2.840.113549.1.5.12")throw new O("Only pkcs5PBKDF2 key derivation functions are supported","ERR_INVALID_PARAMS");let o=n.valueBlock.value[1],s=As(o.valueBlock.value[0].getValue()),a=rf,c=tf;if(o.valueBlock.value.length===3)a=Number(o.valueBlock.value[1].toBigInt()),c=Number(o.valueBlock.value[2].toBigInt());else if(o.valueBlock.value.length===2)throw new O("Could not derive key size and iterations from PEM file - please use @libp2p/rsa to re-import your key","ERR_INVALID_PARAMS");let u=e.valueBlock.value[1].valueBlock.value[1],l=u.valueBlock.value[0].toString();if(l!=="OBJECT IDENTIFIER : 1.2.840.113549.3.7"){if(l!=="OBJECT IDENTIFIER : 1.3.14.3.2.7"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.2"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.22"){if(l!=="OBJECT IDENTIFIER : 2.16.840.1.101.3.4.1.42")throw new O("Only AES-CBC encryption schemes are supported","ERR_INVALID_PARAMS")}}}}let d=As(u.valueBlock.value[1].getValue());return{cipherText:As(r.valueBlock.value[1].getValue()),salt:s,iterations:a,keySize:c,iv:d}}function rm(r){return As(r.valueBlock.value[2].getValue())}function As(r){return new Uint8Array(r,0,r.byteLength)}async function nm(r){let e=await at.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:r,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]),t=await sm(e);return{privateKey:t[0],publicKey:t[1]}}async function of(r){let t=[await at.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await ov(r)],n=await sm({privateKey:t[0],publicKey:t[1]});return{privateKey:n[0],publicKey:n[1]}}async function im(r,e){let t=await at.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await at.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},t,e instanceof Uint8Array?e:e.subarray());return new Uint8Array(n,0,n.byteLength)}async function om(r,e,t){let n=await at.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return at.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,e,t instanceof Uint8Array?t:t.subarray())}async function sm(r){if(r.privateKey==null||r.publicKey==null)throw new O("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([at.get().subtle.exportKey("jwk",r.privateKey),at.get().subtle.exportKey("jwk",r.publicKey)])}async function ov(r){return at.get().subtle.importKey("jwk",{kty:r.kty,n:r.n,e:r.e},{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["verify"])}function Xc(r){if(r.kty!=="RSA")throw new O("invalid key type","ERR_INVALID_KEY_TYPE");if(r.n==null)throw new O("invalid key modulus","ERR_INVALID_KEY_MODULUS");return V(r.n,"base64url").length*8}var Ss=8192,_s=class{_key;constructor(e){this._key=e}verify(e,t){return om(this._key,t,e)}marshal(){return Vn.jwkToPkix(this._key)}get bytes(){return Er.encode({Type:be.RSA,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}},bo=class{_key;_publicKey;constructor(e,t){this._key=e,this._publicKey=t}genSecret(){return bi(16)}sign(e){return im(this._key,e)}get public(){if(this._publicKey==null)throw new O("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new _s(this._publicKey)}marshal(){return Vn.jwkToPkcs1(this._key)}get bytes(){return xr.encode({Type:be.RSA,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}async id(){let e=await this.public.hash();return Z(e,"base58btc")}async export(e,t="pkcs-8"){if(t==="pkcs-8")return Vn.exportToPem(this,e);if(t==="libp2p-key")return mo(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};async function nf(r){let e=Vn.pkcs1ToJwk(r);if(Xc(e)>Ss)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let t=await of(e);return new bo(t.privateKey,t.publicKey)}function av(r){let e=Vn.pkixToJwk(r);if(Xc(e)>Ss)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");return new _s(e)}async function cv(r){if(Xc(r)>Ss)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await of(r);return new bo(e.privateKey,e.publicKey)}async function lv(r){if(r>Ss)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await nm(r);return new bo(e.privateKey,e.publicKey)}var df={};Be(df,{Secp256k1PrivateKey:()=>Bs,Secp256k1PublicKey:()=>Is,generateKeyPair:()=>_v,unmarshalSecp256k1PrivateKey:()=>vv,unmarshalSecp256k1PublicKey:()=>Av});var uv=(r,e,t)=>r&e^~r&t,dv=(r,e,t)=>r&e^r&t^e&t,fv=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]),Mn=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Hn=new Uint32Array(64),af=class extends uo{constructor(){super(64,32,8,!1),this.A=Mn[0]|0,this.B=Mn[1]|0,this.C=Mn[2]|0,this.D=Mn[3]|0,this.E=Mn[4]|0,this.F=Mn[5]|0,this.G=Mn[6]|0,this.H=Mn[7]|0}get(){let{A:e,B:t,C:n,D:i,E:o,F:s,G:a,H:c}=this;return[e,t,n,i,o,s,a,c]}set(e,t,n,i,o,s,a,c){this.A=e|0,this.B=t|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(e,t){for(let d=0;d<16;d++,t+=4)Hn[d]=e.getUint32(t,!1);for(let d=16;d<64;d++){let m=Hn[d-15],f=Hn[d-2],h=Qt(m,7)^Qt(m,18)^m>>>3,p=Qt(f,17)^Qt(f,19)^f>>>10;Hn[d]=p+Hn[d-7]+h+Hn[d-16]|0}let{A:n,B:i,C:o,D:s,E:a,F:c,G:u,H:l}=this;for(let d=0;d<64;d++){let m=Qt(a,6)^Qt(a,11)^Qt(a,25),f=l+m+uv(a,c,u)+fv[d]+Hn[d]|0,p=(Qt(n,2)^Qt(n,13)^Qt(n,22))+dv(n,i,o)|0;l=u,u=c,c=a,a=s+f|0,s=o,o=i,i=n,n=f+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,l=l+this.H|0,this.set(n,i,o,s,a,c,u,l)}roundClean(){Hn.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var am=Xa(()=>new af);function hv(r){let e=fs(r);wr(e,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:t,Fp:n,a:i}=e;if(t){if(!n.eql(i,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof t!="object"||typeof t.beta!="bigint"||typeof t.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...e})}var{bytesToNumberBE:pv,hexToBytes:mv}=Qa,Ai={Err:class extends Error{constructor(e=""){super(e)}},_parseInt(r){let{Err:e}=Ai;if(r.length<2||r[0]!==2)throw new e("Invalid signature integer tag");let t=r[1],n=r.subarray(2,t+2);if(!t||n.length!==t)throw new e("Invalid signature integer: wrong length");if(n[0]&128)throw new e("Invalid signature integer: negative");if(n[0]===0&&!(n[1]&128))throw new e("Invalid signature integer: unnecessary leading zero");return{d:pv(n),l:r.subarray(t+2)}},toSig(r){let{Err:e}=Ai,t=typeof r=="string"?mv(r):r;if(!er(t))throw new Error("ui8a expected");let n=t.length;if(n<2||t[0]!=48)throw new e("Invalid signature tag");if(t[1]!==n-2)throw new e("Invalid signature: incorrect length");let{d:i,l:o}=Ai._parseInt(t.subarray(2)),{d:s,l:a}=Ai._parseInt(o);if(a.length)throw new e("Invalid signature: left bytes after parsing");return{r:i,s}},hexFromSig(r){let e=u=>Number.parseInt(u[0],16)&8?"00"+u:u,t=u=>{let l=u.toString(16);return l.length&1?`0${l}`:l},n=e(t(r.s)),i=e(t(r.r)),o=n.length/2,s=i.length/2,a=t(o),c=t(s);return`30${t(s+o+4)}02${c}${i}02${a}${n}`}},en=BigInt(0),Wt=BigInt(1),YT=BigInt(2),cm=BigInt(3),jT=BigInt(4);function yv(r){let e=hv(r),{Fp:t}=e,n=e.toBytes||((h,p,y)=>{let g=p.toAffine();return Gr(Uint8Array.from([4]),t.toBytes(g.x),t.toBytes(g.y))}),i=e.fromBytes||(h=>{let p=h.subarray(1),y=t.fromBytes(p.subarray(0,t.BYTES)),g=t.fromBytes(p.subarray(t.BYTES,2*t.BYTES));return{x:y,y:g}});function o(h){let{a:p,b:y}=e,g=t.sqr(h),x=t.mul(g,h);return t.add(t.add(x,t.mul(h,p)),y)}if(!t.eql(t.sqr(e.Gy),o(e.Gx)))throw new Error("bad generator point: equation left != right");function s(h){return typeof h=="bigint"&&en<h&&h<e.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:x}=e;if(p&&typeof h!="bigint"){if(er(h)&&(h=zr(h)),typeof h!="string"||!p.includes(h.length))throw new Error("Invalid key");h=h.padStart(y*2,"0")}let E;try{E=typeof h=="bigint"?h:Kr(Re("private key",h,y))}catch{throw new Error(`private key must be ${y} bytes, hex or bigint, not ${typeof h}`)}return g&&(E=ge(E,x)),a(E),E}let u=new Map;function l(h){if(!(h instanceof d))throw new Error("ProjectivePoint expected")}class d{constructor(p,y,g){if(this.px=p,this.py=y,this.pz=g,p==null||!t.isValid(p))throw new Error("x required");if(y==null||!t.isValid(y))throw new Error("y required");if(g==null||!t.isValid(g))throw new Error("z required")}static fromAffine(p){let{x:y,y:g}=p||{};if(!p||!t.isValid(y)||!t.isValid(g))throw new Error("invalid affine point");if(p instanceof d)throw new Error("projective point not allowed");let x=E=>t.eql(E,t.ZERO);return x(y)&&x(g)?d.ZERO:new d(y,g,t.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(p){let y=t.invertBatch(p.map(g=>g.pz));return p.map((g,x)=>g.toAffine(y[x])).map(d.fromAffine)}static fromHex(p){let y=d.fromAffine(i(Re("pointHex",p)));return y.assertValidity(),y}static fromPrivateKey(p){return d.BASE.multiply(c(p))}_setWindowSize(p){this._WINDOW_SIZE=p,u.delete(this)}assertValidity(){if(this.is0()){if(e.allowInfinityPoint&&!t.is0(this.py))return;throw new Error("bad point: ZERO")}let{x:p,y}=this.toAffine();if(!t.isValid(p)||!t.isValid(y))throw new Error("bad point: x or y not FE");let g=t.sqr(y),x=o(p);if(!t.eql(g,x))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(t.isOdd)return!t.isOdd(p);throw new Error("Field doesn't support isOdd")}equals(p){l(p);let{px:y,py:g,pz:x}=this,{px:E,py:_,pz:S}=p,A=t.eql(t.mul(y,S),t.mul(E,x)),v=t.eql(t.mul(g,S),t.mul(_,x));return A&&v}negate(){return new d(this.px,t.neg(this.py),this.pz)}double(){let{a:p,b:y}=e,g=t.mul(y,cm),{px:x,py:E,pz:_}=this,S=t.ZERO,A=t.ZERO,v=t.ZERO,b=t.mul(x,x),T=t.mul(E,E),C=t.mul(_,_),N=t.mul(x,E);return N=t.add(N,N),v=t.mul(x,_),v=t.add(v,v),S=t.mul(p,v),A=t.mul(g,C),A=t.add(S,A),S=t.sub(T,A),A=t.add(T,A),A=t.mul(S,A),S=t.mul(N,S),v=t.mul(g,v),C=t.mul(p,C),N=t.sub(b,C),N=t.mul(p,N),N=t.add(N,v),v=t.add(b,b),b=t.add(v,b),b=t.add(b,C),b=t.mul(b,N),A=t.add(A,b),C=t.mul(E,_),C=t.add(C,C),b=t.mul(C,N),S=t.sub(S,b),v=t.mul(C,T),v=t.add(v,v),v=t.add(v,v),new d(S,A,v)}add(p){l(p);let{px:y,py:g,pz:x}=this,{px:E,py:_,pz:S}=p,A=t.ZERO,v=t.ZERO,b=t.ZERO,T=e.a,C=t.mul(e.b,cm),N=t.mul(y,E),$=t.mul(g,_),D=t.mul(x,S),ne=t.add(y,g),B=t.add(E,_);ne=t.mul(ne,B),B=t.add(N,$),ne=t.sub(ne,B),B=t.add(y,x);let U=t.add(E,S);return B=t.mul(B,U),U=t.add(N,D),B=t.sub(B,U),U=t.add(g,x),A=t.add(_,S),U=t.mul(U,A),A=t.add($,D),U=t.sub(U,A),b=t.mul(T,B),A=t.mul(C,D),b=t.add(A,b),A=t.sub($,b),b=t.add($,b),v=t.mul(A,b),$=t.add(N,N),$=t.add($,N),D=t.mul(T,D),B=t.mul(C,B),$=t.add($,D),D=t.sub(N,D),D=t.mul(T,D),B=t.add(B,D),N=t.mul($,B),v=t.add(v,N),N=t.mul(U,B),A=t.mul(ne,A),A=t.sub(A,N),N=t.mul(ne,$),b=t.mul(U,b),b=t.add(b,N),new d(A,v,b)}subtract(p){return this.add(p.negate())}is0(){return this.equals(d.ZERO)}wNAF(p){return f.wNAFCached(this,u,p,y=>{let g=t.invertBatch(y.map(x=>x.pz));return y.map((x,E)=>x.toAffine(g[E])).map(d.fromAffine)})}multiplyUnsafe(p){let y=d.ZERO;if(p===en)return y;if(a(p),p===Wt)return this;let{endo:g}=e;if(!g)return f.unsafeLadder(this,p);let{k1neg:x,k1:E,k2neg:_,k2:S}=g.splitScalar(p),A=y,v=y,b=this;for(;E>en||S>en;)E&Wt&&(A=A.add(b)),S&Wt&&(v=v.add(b)),b=b.double(),E>>=Wt,S>>=Wt;return x&&(A=A.negate()),_&&(v=v.negate()),v=new d(t.mul(v.px,g.beta),v.py,v.pz),A.add(v)}multiply(p){a(p);let y=p,g,x,{endo:E}=e;if(E){let{k1neg:_,k1:S,k2neg:A,k2:v}=E.splitScalar(y),{p:b,f:T}=this.wNAF(S),{p:C,f:N}=this.wNAF(v);b=f.constTimeNegate(_,b),C=f.constTimeNegate(A,C),C=new d(t.mul(C.px,E.beta),C.py,C.pz),g=b.add(C),x=T.add(N)}else{let{p:_,f:S}=this.wNAF(y);g=_,x=S}return d.normalizeZ([g,x])[0]}multiplyAndAddUnsafe(p,y,g){let x=d.BASE,E=(S,A)=>A===en||A===Wt||!S.equals(x)?S.multiplyUnsafe(A):S.multiply(A),_=E(this,y).add(E(p,g));return _.is0()?void 0:_}toAffine(p){let{px:y,py:g,pz:x}=this,E=this.is0();p==null&&(p=E?t.ONE:t.inv(x));let _=t.mul(y,p),S=t.mul(g,p),A=t.mul(x,p);if(E)return{x:t.ZERO,y:t.ZERO};if(!t.eql(A,t.ONE))throw new Error("invZ was invalid");return{x:_,y:S}}isTorsionFree(){let{h:p,isTorsionFree:y}=e;if(p===Wt)return!0;if(y)return y(d,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:p,clearCofactor:y}=e;return p===Wt?this:y?y(d,this):this.multiplyUnsafe(e.h)}toRawBytes(p=!0){return this.assertValidity(),n(d,this,p)}toHex(p=!0){return zr(this.toRawBytes(p))}}d.BASE=new d(e.Gx,e.Gy,t.ONE),d.ZERO=new d(t.ZERO,t.ONE,t.ZERO);let m=e.nBitLength,f=rc(d,e.endo?Math.ceil(m/2):m);return{CURVE:e,ProjectivePoint:d,normPrivateKeyToScalar:c,weierstrassEquation:o,isWithinCurveOrder:s}}function gv(r){let e=fs(r);return wr(e,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...e})}function lm(r){let e=gv(r),{Fp:t,n}=e,i=t.BYTES+1,o=2*t.BYTES+1;function s(B){return en<B&&B<t.ORDER}function a(B){return ge(B,n)}function c(B){return ec(B,n)}let{ProjectivePoint:u,normPrivateKeyToScalar:l,weierstrassEquation:d,isWithinCurveOrder:m}=yv({...e,toBytes(B,U,X){let L=U.toAffine(),k=t.toBytes(L.x),K=Gr;return X?K(Uint8Array.from([U.hasEvenY()?2:3]),k):K(Uint8Array.from([4]),k,t.toBytes(L.y))},fromBytes(B){let U=B.length,X=B[0],L=B.subarray(1);if(U===i&&(X===2||X===3)){let k=Kr(L);if(!s(k))throw new Error("Point is not on curve");let K=d(k),Y=t.sqrt(K),J=(Y&Wt)===Wt;return(X&1)===1!==J&&(Y=t.neg(Y)),{x:k,y:Y}}else if(U===o&&X===4){let k=t.fromBytes(L.subarray(0,t.BYTES)),K=t.fromBytes(L.subarray(t.BYTES,2*t.BYTES));return{x:k,y:K}}else throw new Error(`Point of length ${U} was invalid. Expected ${i} compressed bytes or ${o} uncompressed bytes`)}}),f=B=>zr(Dn(B,e.nByteLength));function h(B){let U=n>>Wt;return B>U}function p(B){return h(B)?a(-B):B}let y=(B,U,X)=>Kr(B.slice(U,X));class g{constructor(U,X,L){this.r=U,this.s=X,this.recovery=L,this.assertValidity()}static fromCompact(U){let X=e.nByteLength;return U=Re("compactSignature",U,X*2),new g(y(U,0,X),y(U,X,2*X))}static fromDER(U){let{r:X,s:L}=Ai.toSig(Re("DER",U));return new g(X,L)}assertValidity(){if(!m(this.r))throw new Error("r must be 0 < r < CURVE.n");if(!m(this.s))throw new Error("s must be 0 < s < CURVE.n")}addRecoveryBit(U){return new g(this.r,this.s,U)}recoverPublicKey(U){let{r:X,s:L,recovery:k}=this,K=v(Re("msgHash",U));if(k==null||![0,1,2,3].includes(k))throw new Error("recovery id invalid");let Y=k===2||k===3?X+e.n:X;if(Y>=t.ORDER)throw new Error("recovery id 2 or 3 invalid");let J=k&1?"03":"02",re=u.fromHex(J+f(Y)),ie=c(Y),me=a(-K*ie),ae=a(L*ie),ue=u.BASE.multiplyAndAddUnsafe(re,me,ae);if(!ue)throw new Error("point at infinify");return ue.assertValidity(),ue}hasHighS(){return h(this.s)}normalizeS(){return this.hasHighS()?new g(this.r,a(-this.s),this.recovery):this}toDERRawBytes(){return gi(this.toDERHex())}toDERHex(){return Ai.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return gi(this.toCompactHex())}toCompactHex(){return f(this.r)+f(this.s)}}let x={isValidPrivateKey(B){try{return l(B),!0}catch{return!1}},normPrivateKeyToScalar:l,randomPrivateKey:()=>{let B=$d(e.n);return n1(e.randomBytes(B),e.n)},precompute(B=8,U=u.BASE){return U._setWindowSize(B),U.multiply(BigInt(3)),U}};function E(B,U=!0){return u.fromPrivateKey(B).toRawBytes(U)}function _(B){let U=er(B),X=typeof B=="string",L=(U||X)&&B.length;return U?L===i||L===o:X?L===2*i||L===2*o:B instanceof u}function S(B,U,X=!0){if(_(B))throw new Error("first arg must be private key");if(!_(U))throw new Error("second arg must be public key");return u.fromHex(U).multiply(l(B)).toRawBytes(X)}let A=e.bits2int||function(B){let U=Kr(B),X=B.length*8-e.nBitLength;return X>0?U>>BigInt(X):U},v=e.bits2int_modN||function(B){return a(A(B))},b=ds(e.nBitLength);function T(B){if(typeof B!="bigint")throw new Error("bigint expected");if(!(en<=B&&B<b))throw new Error(`bigint expected < 2^${e.nBitLength}`);return Dn(B,e.nByteLength)}function C(B,U,X=N){if(["recovered","canonical"].some(Ie=>Ie in X))throw new Error("sign() legacy options not supported");let{hash:L,randomBytes:k}=e,{lowS:K,prehash:Y,extraEntropy:J}=X;K==null&&(K=!0),B=Re("msgHash",B),Y&&(B=Re("prehashed msgHash",L(B)));let re=v(B),ie=l(U),me=[T(ie),T(re)];if(J!=null){let Ie=J===!0?k(t.BYTES):J;me.push(Re("extraEntropy",Ie))}let ae=Gr(...me),ue=re;function Ue(Ie){let ze=A(Ie);if(!m(ze))return;let Ke=c(ze),Pe=u.BASE.multiply(ze).toAffine(),Ze=a(Pe.x);if(Ze===en)return;let Vr=a(Ke*a(ue+Ze*ie));if(Vr===en)return;let li=(Pe.x===Ze?0:2)|Number(Pe.y&Wt),Qo=Vr;return K&&h(Vr)&&(Qo=p(Vr),li^=1),new g(Ze,Qo,li)}return{seed:ae,k2sig:Ue}}let N={lowS:e.lowS,prehash:!1},$={lowS:e.lowS,prehash:!1};function D(B,U,X=N){let{seed:L,k2sig:k}=C(B,U,X),K=e;return Fd(K.hash.outputLen,K.nByteLength,K.hmac)(L,k)}u.BASE._setWindowSize(8);function ne(B,U,X,L=$){let k=B;if(U=Re("msgHash",U),X=Re("publicKey",X),"strict"in L)throw new Error("options.strict was renamed to lowS");let{lowS:K,prehash:Y}=L,J,re;try{if(typeof k=="string"||er(k))try{J=g.fromDER(k)}catch(Pe){if(!(Pe instanceof Ai.Err))throw Pe;J=g.fromCompact(k)}else if(typeof k=="object"&&typeof k.r=="bigint"&&typeof k.s=="bigint"){let{r:Pe,s:Ze}=k;J=new g(Pe,Ze)}else throw new Error("PARSE");re=u.fromHex(X)}catch(Pe){if(Pe.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(K&&J.hasHighS())return!1;Y&&(U=e.hash(U));let{r:ie,s:me}=J,ae=v(U),ue=c(me),Ue=a(ae*ue),Ie=a(ie*ue),ze=u.BASE.multiplyAndAddUnsafe(re,Ue,Ie)?.toAffine();return ze?a(ze.x)===ie:!1}return{CURVE:e,getPublicKey:E,getSharedSecret:S,sign:D,verify:ne,ProjectivePoint:u,Signature:g,utils:x}}function wv(r){return{hash:r,hmac:(e,...t)=>ps(r,e,ja(...t)),randomBytes:lo}}function um(r,e){let t=n=>lm({...r,...wv(n)});return Object.freeze({...t(e),create:t})}var hm=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),dm=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),Ev=BigInt(1),cf=BigInt(2),fm=(r,e)=>(r+e/cf)/e;function xv(r){let e=hm,t=BigInt(3),n=BigInt(6),i=BigInt(11),o=BigInt(22),s=BigInt(23),a=BigInt(44),c=BigInt(88),u=r*r*r%e,l=u*u*r%e,d=xe(l,t,e)*l%e,m=xe(d,t,e)*l%e,f=xe(m,cf,e)*u%e,h=xe(f,i,e)*f%e,p=xe(h,o,e)*h%e,y=xe(p,a,e)*p%e,g=xe(y,c,e)*y%e,x=xe(g,a,e)*p%e,E=xe(x,t,e)*l%e,_=xe(E,s,e)*h%e,S=xe(_,n,e)*u%e,A=xe(S,cf,e);if(!lf.eql(lf.sqr(A),r))throw new Error("Cannot find square root");return A}var lf=tc(hm,void 0,void 0,{sqrt:xv}),ir=um({a:BigInt(0),b:BigInt(7),Fp:lf,n:dm,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:r=>{let e=dm,t=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-Ev*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=t,s=BigInt("0x100000000000000000000000000000000"),a=fm(o*r,e),c=fm(-n*r,e),u=ge(r-a*t-c*i,e),l=ge(-a*n-c*o,e),d=u>s,m=l>s;if(d&&(u=e-u),m&&(l=e-l),u>s||l>s)throw new Error("splitScalar: Endomorphism failed, k="+r);return{k1neg:d,k1:u,k2neg:m,k2:l}}}},am),iN=BigInt(0);var oN=ir.ProjectivePoint;function pm(){return ir.utils.randomPrivateKey()}function mm(r,e){let t=fe.digest(e instanceof Uint8Array?e:e.subarray());if(Gt(t))return t.then(({digest:n})=>ir.sign(n,r).toDERRawBytes()).catch(n=>{throw new O(String(n),"ERR_INVALID_INPUT")});try{return ir.sign(t.digest,r).toDERRawBytes()}catch(n){throw new O(String(n),"ERR_INVALID_INPUT")}}function ym(r,e,t){let n=fe.digest(t instanceof Uint8Array?t:t.subarray());if(Gt(n))return n.then(({digest:i})=>ir.verify(e,i,r)).catch(i=>{throw new O(String(i),"ERR_INVALID_INPUT")});try{return ir.verify(e,n.digest,r)}catch(i){throw new O(String(i),"ERR_INVALID_INPUT")}}function gm(r){return ir.ProjectivePoint.fromHex(r).toRawBytes(!0)}function wm(r){try{ir.getPublicKey(r,!0)}catch(e){throw new O(String(e),"ERR_INVALID_PRIVATE_KEY")}}function uf(r){try{ir.ProjectivePoint.fromHex(r)}catch(e){throw new O(String(e),"ERR_INVALID_PUBLIC_KEY")}}function Em(r){try{return ir.getPublicKey(r,!0)}catch(e){throw new O(String(e),"ERR_INVALID_PRIVATE_KEY")}}var Is=class{_key;constructor(e){uf(e),this._key=e}verify(e,t){return ym(this._key,t,e)}marshal(){return gm(this._key)}get bytes(){return Er.encode({Type:be.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}async hash(){let e=fe.digest(this.bytes),t;return Gt(e)?{bytes:t}=await e:t=e.bytes,t}},Bs=class{_key;_publicKey;constructor(e,t){this._key=e,this._publicKey=t??Em(e),wm(this._key),uf(this._publicKey)}sign(e){return mm(this._key,e)}get public(){return new Is(this._publicKey)}marshal(){return this._key}get bytes(){return xr.encode({Type:be.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return he(this.bytes,e.bytes)}hash(){let e=fe.digest(this.bytes);return Gt(e)?e.then(({bytes:t})=>t):e.bytes}async id(){let e=await this.public.hash();return Z(e,"base58btc")}async export(e,t="libp2p-key"){if(t==="libp2p-key")return mo(this.bytes,e);throw new O(`export format '${t}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function vv(r){return new Bs(r)}function Av(r){return new Is(r)}async function _v(){let r=pm();return new Bs(r)}var _i={rsa:sf,ed25519:jd,secp256k1:df};function xm(r){let e=Object.keys(_i).join(" / ");return new O(`invalid or unsupported key type ${r}. Must be ${e}`,"ERR_UNSUPPORTED_KEY_TYPE")}function ff(r){let e=Er.decode(r),t=e.Data??new Uint8Array;switch(e.Type){case be.RSA:return _i.rsa.unmarshalRsaPublicKey(t);case be.Ed25519:return _i.ed25519.unmarshalEd25519PublicKey(t);case be.Secp256k1:return _i.secp256k1.unmarshalSecp256k1PublicKey(t);default:throw xm(e.Type??"unknown")}}async function bm(r){let e=xr.decode(r),t=e.Data??new Uint8Array;switch(e.Type){case be.RSA:return _i.rsa.unmarshalRsaPrivateKey(t);case be.Ed25519:return _i.ed25519.unmarshalEd25519PrivateKey(t);case be.Secp256k1:return _i.secp256k1.unmarshalSecp256k1PrivateKey(t);default:throw xm(e.Type??"RSA")}}var Bf=Q(Ce(),1);var tn="/",vm=new TextEncoder().encode(tn),Zc=vm[0],Le=class r{_buf;constructor(e,t){if(typeof e=="string")this._buf=V(e);else if(e instanceof Uint8Array)this._buf=e;else throw new Error("Invalid key, should be String of Uint8Array");if(t==null&&(t=!0),t&&this.clean(),this._buf.byteLength===0||this._buf[0]!==Zc)throw new Error("Invalid key")}toString(e="utf8"){return Z(this._buf,e)}uint8Array(){return this._buf}get[Symbol.toStringTag](){return`Key(${this.toString()})`}static withNamespaces(e){return new r(e.join(tn))}static random(){return new r(Math.random().toString().substring(2))}static asKey(e){return e instanceof Uint8Array||typeof e=="string"?new r(e):typeof e.uint8Array=="function"?new r(e.uint8Array()):null}clean(){if((this._buf==null||this._buf.byteLength===0)&&(this._buf=vm),this._buf[0]!==Zc){let e=new Uint8Array(this._buf.byteLength+1);e.fill(Zc,0,1),e.set(this._buf,1),this._buf=e}for(;this._buf.byteLength>1&&this._buf[this._buf.byteLength-1]===Zc;)this._buf=this._buf.subarray(0,-1)}less(e){let t=this.list(),n=e.list();for(let i=0;i<t.length;i++){if(n.length<i+1)return!1;let o=t[i],s=n[i];if(o<s)return!0;if(o>s)return!1}return t.length<n.length}reverse(){return r.withNamespaces(this.list().slice().reverse())}namespaces(){return this.list()}baseNamespace(){let e=this.namespaces();return e[e.length-1]}list(){return this.toString().split(tn).slice(1)}type(){return Sv(this.baseNamespace())}name(){return Iv(this.baseNamespace())}instance(e){return new r(this.toString()+":"+e)}path(){let e=this.parent().toString();return e.endsWith(tn)||(e+=tn),e+=this.type(),new r(e)}parent(){let e=this.list();return e.length===1?new r(tn):new r(e.slice(0,-1).join(tn))}child(e){return this.toString()===tn?e:e.toString()===tn?this:new r(this.toString()+e.toString(),!1)}isAncestorOf(e){return e.toString()===this.toString()?!1:e.toString().startsWith(this.toString())}isDecendantOf(e){return e.toString()===this.toString()?!1:this.toString().startsWith(e.toString())}isTopLevel(){return this.list().length===1}concat(...e){return r.withNamespaces([...this.namespaces(),...Bv(e.map(t=>t.namespaces()))])}};function Sv(r){let e=r.split(":");return e.length<2?"":e.slice(0,-1).join(":")}function Iv(r){let e=r.split(":");return e[e.length-1]}function Bv(r){return[].concat(...r)}var Fy=Q(Jc(),1);var Am="ERR_IPNS_EXPIRED_RECORD",ks="ERR_UNRECOGNIZED_VALIDITY",_m="ERR_SIGNATURE_CREATION",rn="ERR_SIGNATURE_VERIFICATION";var pf="ERR_UNDEFINED_PARAMETER",Sm="ERR_INVALID_RECORD_DATA",Im="ERR_INVALID_VALUE",Bm="ERR_INVALID_EMBEDDED_KEY",km="ERR_MISSING_PRIVATE_KEY",Rm="ERR_RECORD_TOO_LARGE";var We;(function(r){let e;(function(i){i.EOL="EOL"})(e=r.ValidityType||(r.ValidityType={}));let t;(function(i){i[i.EOL=0]="EOL"})(t||(t={})),function(i){i.codec=()=>yi(t)}(e=r.ValidityType||(r.ValidityType={}));let n;r.codec=()=>(n==null&&(n=$t((i,o,s={})=>{s.lengthDelimited!==!1&&o.fork(),i.value!=null&&(o.uint32(10),o.bytes(i.value)),i.signatureV1!=null&&(o.uint32(18),o.bytes(i.signatureV1)),i.validityType!=null&&(o.uint32(24),r.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.signatureV1=i.bytes();break;case 3:s.validityType=r.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),r.encode=i=>Ht(i,r.codec()),r.decode=i=>Vt(i,r.codec())})(We||(We={}));var kv=["string","number","bigint","symbol"],Rv=["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 Tm(r){if(r===null)return"null";if(r===void 0)return"undefined";if(r===!0||r===!1)return"boolean";let e=typeof r;if(kv.includes(e))return e;if(e==="function")return"Function";if(Array.isArray(r))return"Array";if(Tv(r))return"Buffer";let t=Nv(r);return t||"Object"}function Tv(r){return r&&r.constructor&&r.constructor.isBuffer&&r.constructor.isBuffer.call(null,r)}function Nv(r){let e=Object.prototype.toString.call(r).slice(8,-1);if(Rv.includes(e))return e}var w=class{constructor(e,t,n){this.major=e,this.majorEncoded=e<<5,this.name=t,this.terminal=n}toString(){return`Type[${this.major}].${this.name}`}compare(e){return this.major<e.major?-1:this.major>e.major?1:0}};w.uint=new w(0,"uint",!0);w.negint=new w(1,"negint",!0);w.bytes=new w(2,"bytes",!0);w.string=new w(3,"string",!0);w.array=new w(4,"array",!1);w.map=new w(5,"map",!1);w.tag=new w(6,"tag",!1);w.float=new w(7,"float",!0);w.false=new w(7,"false",!0);w.true=new w(7,"true",!0);w.null=new w(7,"null",!0);w.undefined=new w(7,"undefined",!0);w.break=new w(7,"break",!0);var R=class{constructor(e,t,n){this.type=e,this.value=t,this.encodedLength=n,this.encodedBytes=void 0,this.byteValue=void 0}toString(){return`Token[${this.type}].${this.value}`}};var vo=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",Cv=new TextDecoder,Lv=new TextEncoder;function Qc(r){return vo&&globalThis.Buffer.isBuffer(r)}function Rs(r){return r instanceof Uint8Array?Qc(r)?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r:Uint8Array.from(r)}var Um=vo?(r,e,t)=>t-e>64?globalThis.Buffer.from(r.subarray(e,t)).toString("utf8"):Cm(r,e,t):(r,e,t)=>t-e>64?Cv.decode(r.subarray(e,t)):Cm(r,e,t),el=vo?r=>r.length>64?globalThis.Buffer.from(r):Nm(r):r=>r.length>64?Lv.encode(r):Nm(r),_r=r=>Uint8Array.from(r),Ao=vo?(r,e,t)=>Qc(r)?new Uint8Array(r.subarray(e,t)):r.slice(e,t):(r,e,t)=>r.slice(e,t),Dm=vo?(r,e)=>(r=r.map(t=>t instanceof Uint8Array?t:globalThis.Buffer.from(t)),Rs(globalThis.Buffer.concat(r,e))):(r,e)=>{let t=new Uint8Array(e),n=0;for(let i of r)n+i.length>t.length&&(i=i.subarray(0,t.length-n)),t.set(i,n),n+=i.length;return t},Om=vo?r=>globalThis.Buffer.allocUnsafe(r):r=>new Uint8Array(r);function Pm(r,e){if(Qc(r)&&Qc(e))return r.compare(e);for(let t=0;t<r.length;t++)if(r[t]!==e[t])return r[t]<e[t]?-1:1;return 0}function Nm(r){let e=[],t=0;for(let n=0;n<r.length;n++){let i=r.charCodeAt(n);i<128?e[t++]=i:i<2048?(e[t++]=i>>6|192,e[t++]=i&63|128):(i&64512)===55296&&n+1<r.length&&(r.charCodeAt(n+1)&64512)===56320?(i=65536+((i&1023)<<10)+(r.charCodeAt(++n)&1023),e[t++]=i>>18|240,e[t++]=i>>12&63|128,e[t++]=i>>6&63|128,e[t++]=i&63|128):(e[t++]=i>>12|224,e[t++]=i>>6&63|128,e[t++]=i&63|128)}return e}function Cm(r,e,t){let n=[];for(;e<t;){let i=r[e],o=null,s=i>239?4:i>223?3:i>191?2:1;if(e+s<=t){let a,c,u,l;switch(s){case 1:i<128&&(o=i);break;case 2:a=r[e+1],(a&192)===128&&(l=(i&31)<<6|a&63,l>127&&(o=l));break;case 3:a=r[e+1],c=r[e+2],(a&192)===128&&(c&192)===128&&(l=(i&15)<<12|(a&63)<<6|c&63,l>2047&&(l<55296||l>57343)&&(o=l));break;case 4:a=r[e+1],c=r[e+2],u=r[e+3],(a&192)===128&&(c&192)===128&&(u&192)===128&&(l=(i&15)<<18|(a&63)<<12|(c&63)<<6|u&63,l>65535&&l<1114112&&(o=l))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),e+=s}return yf(n)}var Lm=4096;function yf(r){let e=r.length;if(e<=Lm)return String.fromCharCode.apply(String,r);let t="",n=0;for(;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=Lm));return t}var Uv=256,Ts=class{constructor(e=Uv){this.chunkSize=e,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(e){let t=this.chunks[this.chunks.length-1];if(this.cursor+e.length<=this.maxCursor+1){let i=t.length-(this.maxCursor-this.cursor)-1;t.set(e,i)}else{if(t){let i=t.length-(this.maxCursor-this.cursor)-1;i<t.length&&(this.chunks[this.chunks.length-1]=t.subarray(0,i),this.maxCursor=this.cursor-1)}e.length<64&&e.length<this.chunkSize?(t=Om(this.chunkSize),this.chunks.push(t),this.maxCursor+=t.length,this._initReuseChunk===null&&(this._initReuseChunk=t),t.set(e,0)):(this.chunks.push(e),this.maxCursor+=e.length)}this.cursor+=e.length}toBytes(e=!1){let t;if(this.chunks.length===1){let n=this.chunks[0];e&&this.cursor>n.length/2?(t=this.cursor===n.length?n:n.subarray(0,this.cursor),this._initReuseChunk=null,this.chunks=[]):t=Ao(n,0,this.cursor)}else t=Dm(this.chunks,this.cursor);return e&&this.reset(),t}};var G="CBOR decode error:",nn="CBOR encode error:",Ns=[];Ns[23]=1;Ns[24]=2;Ns[25]=3;Ns[26]=5;Ns[27]=9;function on(r,e,t){if(r.length-e<t)throw new Error(`${G} not enough data for type`)}var Me=[24,256,65536,4294967296,BigInt("18446744073709551616")];function kt(r,e,t){on(r,e,1);let n=r[e];if(t.strict===!0&&n<Me[0])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function Rt(r,e,t){on(r,e,2);let n=r[e]<<8|r[e+1];if(t.strict===!0&&n<Me[1])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function Tt(r,e,t){on(r,e,4);let n=r[e]*16777216+(r[e+1]<<16)+(r[e+2]<<8)+r[e+3];if(t.strict===!0&&n<Me[2])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);return n}function Nt(r,e,t){on(r,e,8);let n=r[e]*16777216+(r[e+1]<<16)+(r[e+2]<<8)+r[e+3],i=r[e+4]*16777216+(r[e+5]<<16)+(r[e+6]<<8)+r[e+7],o=(BigInt(n)<<BigInt(32))+BigInt(i);if(t.strict===!0&&o<Me[3])throw new Error(`${G} integer encoded in more bytes than necessary (strict decode)`);if(o<=Number.MAX_SAFE_INTEGER)return Number(o);if(t.allowBigInt===!0)return o;throw new Error(`${G} integers outside of the safe integer range are not supported`)}function Fm(r,e,t,n){return new R(w.uint,kt(r,e+1,n),2)}function Vm(r,e,t,n){return new R(w.uint,Rt(r,e+1,n),3)}function Mm(r,e,t,n){return new R(w.uint,Tt(r,e+1,n),5)}function Hm(r,e,t,n){return new R(w.uint,Nt(r,e+1,n),9)}function Yt(r,e){return Ye(r,0,e.value)}function Ye(r,e,t){if(t<Me[0]){let n=Number(t);r.push([e|n])}else if(t<Me[1]){let n=Number(t);r.push([e|24,n])}else if(t<Me[2]){let n=Number(t);r.push([e|25,n>>>8,n&255])}else if(t<Me[3]){let n=Number(t);r.push([e|26,n>>>24&255,n>>>16&255,n>>>8&255,n&255])}else{let n=BigInt(t);if(n<Me[4]){let i=[e|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,r.push(i)}else throw new Error(`${G} encountered BigInt larger than allowable range`)}}Yt.encodedSize=function(e){return Ye.encodedSize(e.value)};Ye.encodedSize=function(e){return e<Me[0]?1:e<Me[1]?2:e<Me[2]?3:e<Me[3]?5:9};Yt.compareTokens=function(e,t){return e.value<t.value?-1:e.value>t.value?1:0};function $m(r,e,t,n){return new R(w.negint,-1-kt(r,e+1,n),2)}function zm(r,e,t,n){return new R(w.negint,-1-Rt(r,e+1,n),3)}function Km(r,e,t,n){return new R(w.negint,-1-Tt(r,e+1,n),5)}var gf=BigInt(-1),Gm=BigInt(1);function qm(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i!="bigint"){let o=-1-i;if(o>=Number.MIN_SAFE_INTEGER)return new R(w.negint,o,9)}if(n.allowBigInt!==!0)throw new Error(`${G} integers outside of the safe integer range are not supported`);return new R(w.negint,gf-BigInt(i),9)}function tl(r,e){let t=e.value,n=typeof t=="bigint"?t*gf-Gm:t*-1-1;Ye(r,e.type.majorEncoded,n)}tl.encodedSize=function(e){let t=e.value,n=typeof t=="bigint"?t*gf-Gm:t*-1-1;return n<Me[0]?1:n<Me[1]?2:n<Me[2]?3:n<Me[3]?5:9};tl.compareTokens=function(e,t){return e.value<t.value?1:e.value>t.value?-1:0};function Cs(r,e,t,n){on(r,e,t+n);let i=Ao(r,e+t,e+t+n);return new R(w.bytes,i,t+n)}function Wm(r,e,t,n){return Cs(r,e,1,t)}function Ym(r,e,t,n){return Cs(r,e,2,kt(r,e+1,n))}function jm(r,e,t,n){return Cs(r,e,3,Rt(r,e+1,n))}function Xm(r,e,t,n){return Cs(r,e,5,Tt(r,e+1,n))}function Zm(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer bytes lengths not supported`);return Cs(r,e,9,i)}function rl(r){return r.encodedBytes===void 0&&(r.encodedBytes=r.type===w.string?el(r.value):r.value),r.encodedBytes}function _o(r,e){let t=rl(e);Ye(r,e.type.majorEncoded,t.length),r.push(t)}_o.encodedSize=function(e){let t=rl(e);return Ye.encodedSize(t.length)+t.length};_o.compareTokens=function(e,t){return Ov(rl(e),rl(t))};function Ov(r,e){return r.length<e.length?-1:r.length>e.length?1:Pm(r,e)}function Ls(r,e,t,n,i){let o=t+n;on(r,e,o);let s=new R(w.string,Um(r,e+t,e+o),o);return i.retainStringBytes===!0&&(s.byteValue=Ao(r,e+t,e+o)),s}function Jm(r,e,t,n){return Ls(r,e,1,t,n)}function Qm(r,e,t,n){return Ls(r,e,2,kt(r,e+1,n),n)}function ey(r,e,t,n){return Ls(r,e,3,Rt(r,e+1,n),n)}function ty(r,e,t,n){return Ls(r,e,5,Tt(r,e+1,n),n)}function ry(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer string lengths not supported`);return Ls(r,e,9,i,n)}var ny=_o;function So(r,e,t,n){return new R(w.array,n,t)}function iy(r,e,t,n){return So(r,e,1,t)}function oy(r,e,t,n){return So(r,e,2,kt(r,e+1,n))}function sy(r,e,t,n){return So(r,e,3,Rt(r,e+1,n))}function ay(r,e,t,n){return So(r,e,5,Tt(r,e+1,n))}function cy(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer array lengths not supported`);return So(r,e,9,i)}function ly(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return So(r,e,1,1/0)}function nl(r,e){Ye(r,w.array.majorEncoded,e.value)}nl.compareTokens=Yt.compareTokens;nl.encodedSize=function(e){return Ye.encodedSize(e.value)};function Io(r,e,t,n){return new R(w.map,n,t)}function uy(r,e,t,n){return Io(r,e,1,t)}function dy(r,e,t,n){return Io(r,e,2,kt(r,e+1,n))}function fy(r,e,t,n){return Io(r,e,3,Rt(r,e+1,n))}function hy(r,e,t,n){return Io(r,e,5,Tt(r,e+1,n))}function py(r,e,t,n){let i=Nt(r,e+1,n);if(typeof i=="bigint")throw new Error(`${G} 64-bit integer map lengths not supported`);return Io(r,e,9,i)}function my(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return Io(r,e,1,1/0)}function il(r,e){Ye(r,w.map.majorEncoded,e.value)}il.compareTokens=Yt.compareTokens;il.encodedSize=function(e){return Ye.encodedSize(e.value)};function yy(r,e,t,n){return new R(w.tag,t,1)}function gy(r,e,t,n){return new R(w.tag,kt(r,e+1,n),2)}function wy(r,e,t,n){return new R(w.tag,Rt(r,e+1,n),3)}function Ey(r,e,t,n){return new R(w.tag,Tt(r,e+1,n),5)}function xy(r,e,t,n){return new R(w.tag,Nt(r,e+1,n),9)}function ol(r,e){Ye(r,w.tag.majorEncoded,e.value)}ol.compareTokens=Yt.compareTokens;ol.encodedSize=function(e){return Ye.encodedSize(e.value)};var $v=20,zv=21,Kv=22,Gv=23;function by(r,e,t,n){if(n.allowUndefined===!1)throw new Error(`${G} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new R(w.null,null,1):new R(w.undefined,void 0,1)}function vy(r,e,t,n){if(n.allowIndefinite===!1)throw new Error(`${G} indefinite length items not allowed`);return new R(w.break,void 0,1)}function wf(r,e,t){if(t){if(t.allowNaN===!1&&Number.isNaN(r))throw new Error(`${G} NaN values are not supported`);if(t.allowInfinity===!1&&(r===1/0||r===-1/0))throw new Error(`${G} Infinity values are not supported`)}return new R(w.float,r,e)}function Ay(r,e,t,n){return wf(Ef(r,e+1),3,n)}function _y(r,e,t,n){return wf(xf(r,e+1),5,n)}function Sy(r,e,t,n){return wf(Ry(r,e+1),9,n)}function sl(r,e,t){let n=e.value;if(n===!1)r.push([w.float.majorEncoded|$v]);else if(n===!0)r.push([w.float.majorEncoded|zv]);else if(n===null)r.push([w.float.majorEncoded|Kv]);else if(n===void 0)r.push([w.float.majorEncoded|Gv]);else{let i,o=!1;(!t||t.float64!==!0)&&(By(n),i=Ef(or,1),n===i||Number.isNaN(n)?(or[0]=249,r.push(or.slice(0,3)),o=!0):(ky(n),i=xf(or,1),n===i&&(or[0]=250,r.push(or.slice(0,5)),o=!0))),o||(qv(n),i=Ry(or,1),or[0]=251,r.push(or.slice(0,9)))}}sl.encodedSize=function(e,t){let n=e.value;if(n===!1||n===!0||n===null||n===void 0)return 1;if(!t||t.float64!==!0){By(n);let i=Ef(or,1);if(n===i||Number.isNaN(n))return 3;if(ky(n),i=xf(or,1),n===i)return 5}return 9};var Iy=new ArrayBuffer(9),jt=new DataView(Iy,1),or=new Uint8Array(Iy,0);function By(r){if(r===1/0)jt.setUint16(0,31744,!1);else if(r===-1/0)jt.setUint16(0,64512,!1);else if(Number.isNaN(r))jt.setUint16(0,32256,!1);else{jt.setFloat32(0,r);let e=jt.getUint32(0),t=(e&2139095040)>>23,n=e&8388607;if(t===255)jt.setUint16(0,31744,!1);else if(t===0)jt.setUint16(0,(r&2147483648)>>16|n>>13,!1);else{let i=t-127;i<-24?jt.setUint16(0,0):i<-14?jt.setUint16(0,(e&2147483648)>>16|1<<24+i,!1):jt.setUint16(0,(e&2147483648)>>16|i+15<<10|n>>13,!1)}}}function Ef(r,e){if(r.length-e<2)throw new Error(`${G} not enough data for float16`);let t=(r[e]<<8)+r[e+1];if(t===31744)return 1/0;if(t===64512)return-1/0;if(t===32256)return NaN;let n=t>>10&31,i=t&1023,o;return n===0?o=i*2**-24:n!==31?o=(i+1024)*2**(n-25):o=i===0?1/0:NaN,t&32768?-o:o}function ky(r){jt.setFloat32(0,r,!1)}function xf(r,e){if(r.length-e<4)throw new Error(`${G} not enough data for float32`);let t=(r.byteOffset||0)+e;return new DataView(r.buffer,t,4).getFloat32(0,!1)}function qv(r){jt.setFloat64(0,r,!1)}function Ry(r,e){if(r.length-e<8)throw new Error(`${G} not enough data for float64`);let t=(r.byteOffset||0)+e;return new DataView(r.buffer,t,8).getFloat64(0,!1)}sl.compareTokens=Yt.compareTokens;function de(r,e,t){throw new Error(`${G} encountered invalid minor (${t}) for major ${r[e]>>>5}`)}function al(r){return()=>{throw new Error(`${G} ${r}`)}}var P=[];for(let r=0;r<=23;r++)P[r]=de;P[24]=Fm;P[25]=Vm;P[26]=Mm;P[27]=Hm;P[28]=de;P[29]=de;P[30]=de;P[31]=de;for(let r=32;r<=55;r++)P[r]=de;P[56]=$m;P[57]=zm;P[58]=Km;P[59]=qm;P[60]=de;P[61]=de;P[62]=de;P[63]=de;for(let r=64;r<=87;r++)P[r]=Wm;P[88]=Ym;P[89]=jm;P[90]=Xm;P[91]=Zm;P[92]=de;P[93]=de;P[94]=de;P[95]=al("indefinite length bytes/strings are not supported");for(let r=96;r<=119;r++)P[r]=Jm;P[120]=Qm;P[121]=ey;P[122]=ty;P[123]=ry;P[124]=de;P[125]=de;P[126]=de;P[127]=al("indefinite length bytes/strings are not supported");for(let r=128;r<=151;r++)P[r]=iy;P[152]=oy;P[153]=sy;P[154]=ay;P[155]=cy;P[156]=de;P[157]=de;P[158]=de;P[159]=ly;for(let r=160;r<=183;r++)P[r]=uy;P[184]=dy;P[185]=fy;P[186]=hy;P[187]=py;P[188]=de;P[189]=de;P[190]=de;P[191]=my;for(let r=192;r<=215;r++)P[r]=yy;P[216]=gy;P[217]=wy;P[218]=Ey;P[219]=xy;P[220]=de;P[221]=de;P[222]=de;P[223]=de;for(let r=224;r<=243;r++)P[r]=al("simple values are not supported");P[244]=de;P[245]=de;P[246]=de;P[247]=by;P[248]=al("simple values are not supported");P[249]=Ay;P[250]=_y;P[251]=Sy;P[252]=de;P[253]=de;P[254]=de;P[255]=vy;var sr=[];for(let r=0;r<24;r++)sr[r]=new R(w.uint,r,1);for(let r=-1;r>=-24;r--)sr[31-r]=new R(w.negint,r,1);sr[64]=new R(w.bytes,new Uint8Array(0),1);sr[96]=new R(w.string,"",1);sr[128]=new R(w.array,0,1);sr[160]=new R(w.map,0,1);sr[244]=new R(w.false,!1,1);sr[245]=new R(w.true,!0,1);sr[246]=new R(w.null,null,1);function bf(r){switch(r.type){case w.false:return _r([244]);case w.true:return _r([245]);case w.null:return _r([246]);case w.bytes:return r.value.length?void 0:_r([64]);case w.string:return r.value===""?_r([96]):void 0;case w.array:return r.value===0?_r([128]):void 0;case w.map:return r.value===0?_r([160]):void 0;case w.uint:return r.value<24?_r([Number(r.value)]):void 0;case w.negint:if(r.value>=-24)return _r([31-Number(r.value)])}}var Yv={float64:!1,mapSorter:Xv,quickEncodeToken:bf};function Af(){let r=[];return r[w.uint.major]=Yt,r[w.negint.major]=tl,r[w.bytes.major]=_o,r[w.string.major]=ny,r[w.array.major]=nl,r[w.map.major]=il,r[w.tag.major]=ol,r[w.float.major]=sl,r}var Ty=Af(),vf=new Ts,cl=class r{constructor(e,t){this.obj=e,this.parent=t}includes(e){let t=this;do if(t.obj===e)return!0;while(t=t.parent);return!1}static createCheck(e,t){if(e&&e.includes(t))throw new Error(`${nn} object contains circular references`);return new r(t,e)}},$n={null:new R(w.null,null),undefined:new R(w.undefined,void 0),true:new R(w.true,!0),false:new R(w.false,!1),emptyArray:new R(w.array,0),emptyMap:new R(w.map,0)},zn={number(r,e,t,n){return!Number.isInteger(r)||!Number.isSafeInteger(r)?new R(w.float,r):r>=0?new R(w.uint,r):new R(w.negint,r)},bigint(r,e,t,n){return r>=BigInt(0)?new R(w.uint,r):new R(w.negint,r)},Uint8Array(r,e,t,n){return new R(w.bytes,r)},string(r,e,t,n){return new R(w.string,r)},boolean(r,e,t,n){return r?$n.true:$n.false},null(r,e,t,n){return $n.null},undefined(r,e,t,n){return $n.undefined},ArrayBuffer(r,e,t,n){return new R(w.bytes,new Uint8Array(r))},DataView(r,e,t,n){return new R(w.bytes,new Uint8Array(r.buffer,r.byteOffset,r.byteLength))},Array(r,e,t,n){if(!r.length)return t.addBreakTokens===!0?[$n.emptyArray,new R(w.break)]:$n.emptyArray;n=cl.createCheck(n,r);let i=[],o=0;for(let s of r)i[o++]=Us(s,t,n);return t.addBreakTokens?[new R(w.array,r.length),i,new R(w.break)]:[new R(w.array,r.length),i]},Object(r,e,t,n){let i=e!=="Object",o=i?r.keys():Object.keys(r),s=i?r.size:o.length;if(!s)return t.addBreakTokens===!0?[$n.emptyMap,new R(w.break)]:$n.emptyMap;n=cl.createCheck(n,r);let a=[],c=0;for(let u of o)a[c++]=[Us(u,t,n),Us(i?r.get(u):r[u],t,n)];return jv(a,t),t.addBreakTokens?[new R(w.map,s),a,new R(w.break)]:[new R(w.map,s),a]}};zn.Map=zn.Object;zn.Buffer=zn.Uint8Array;for(let r of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))zn[`${r}Array`]=zn.DataView;function Us(r,e={},t){let n=Tm(r),i=e&&e.typeEncoders&&e.typeEncoders[n]||zn[n];if(typeof i=="function"){let s=i(r,n,e,t);if(s!=null)return s}let o=zn[n];if(!o)throw new Error(`${nn} unsupported type: ${n}`);return o(r,n,e,t)}function jv(r,e){e.mapSorter&&r.sort(e.mapSorter)}function Xv(r,e){let t=Array.isArray(r[0])?r[0][0]:r[0],n=Array.isArray(e[0])?e[0][0]:e[0];if(t.type!==n.type)return t.type.compare(n.type);let i=t.type.major,o=Ty[i].compareTokens(t,n);return o===0&&console.warn("WARNING: complex key types used, CBOR key sorting guarantees are gone"),o}function Ny(r,e,t,n){if(Array.isArray(e))for(let i of e)Ny(r,i,t,n);else t[e.type.major](r,e,n)}function _f(r,e,t){let n=Us(r,t);if(!Array.isArray(n)&&t.quickEncodeToken){let i=t.quickEncodeToken(n);if(i)return i;let o=e[n.type.major];if(o.encodedSize){let s=o.encodedSize(n,t),a=new Ts(s);if(o(a,n,t),a.chunks.length!==1)throw new Error(`Unexpected error: pre-calculated length for ${n} was wrong`);return Rs(a.chunks[0])}}return vf.reset(),Ny(vf,n,e,t),vf.toBytes(!0)}function Kn(r,e){return e=Object.assign({},Yv,e),_f(r,Ty,e)}var Zv={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},ll=class{constructor(e,t={}){this._pos=0,this.data=e,this.options=t}pos(){return this._pos}done(){return this._pos>=this.data.length}next(){let e=this.data[this._pos],t=sr[e];if(t===void 0){let n=P[e];if(!n)throw new Error(`${G} no decoder for major type ${e>>>5} (byte 0x${e.toString(16).padStart(2,"0")})`);let i=e&31;t=n(this.data,this._pos,i,this.options)}return this._pos+=t.encodedLength,t}},Ds=Symbol.for("DONE"),ul=Symbol.for("BREAK");function Jv(r,e,t){let n=[];for(let i=0;i<r.value;i++){let o=Bo(e,t);if(o===ul){if(r.value===1/0)break;throw new Error(`${G} got unexpected break to lengthed array`)}if(o===Ds)throw new Error(`${G} found array but not enough entries (got ${i}, expected ${r.value})`);n[i]=o}return n}function Qv(r,e,t){let n=t.useMaps===!0,i=n?void 0:{},o=n?new Map:void 0;for(let s=0;s<r.value;s++){let a=Bo(e,t);if(a===ul){if(r.value===1/0)break;throw new Error(`${G} got unexpected break to lengthed map`)}if(a===Ds)throw new Error(`${G} found map but not enough entries (got ${s} [no key], expected ${r.value})`);if(n!==!0&&typeof a!="string")throw new Error(`${G} non-string keys not supported (got ${typeof a})`);if(t.rejectDuplicateMapKeys===!0&&(n&&o.has(a)||!n&&a in i))throw new Error(`${G} found repeat map key "${a}"`);let c=Bo(e,t);if(c===Ds)throw new Error(`${G} found map but not enough entries (got ${s} [no value], expected ${r.value})`);n?o.set(a,c):i[a]=c}return n?o:i}function Bo(r,e){if(r.done())return Ds;let t=r.next();if(t.type===w.break)return ul;if(t.type.terminal)return t.value;if(t.type===w.array)return Jv(t,r,e);if(t.type===w.map)return Qv(t,r,e);if(t.type===w.tag){if(e.tags&&typeof e.tags[t.value]=="function"){let n=Bo(r,e);return e.tags[t.value](n)}throw new Error(`${G} tag not supported (${t.value})`)}throw new Error("unsupported")}function Sf(r,e){if(!(r instanceof Uint8Array))throw new Error(`${G} data to decode must be a Uint8Array`);e=Object.assign({},Zv,e);let t=e.tokenizer||new ll(r,e),n=Bo(t,e);if(n===Ds)throw new Error(`${G} did not find any content to decode`);if(n===ul)throw new Error(`${G} got unexpected break`);return[n,r.subarray(t.pos())]}function lt(r,e){let[t,n]=Sf(r,e);if(n.length>0)throw new Error(`${G} too many terminals, data makes no sense`);return t}var wt=Q(Ce(),1);var Cy=oe("ipns:utils"),Ly=V("/ipns/"),eA=114,Uy=async(r,e)=>{if(e==null||r==null){let n=new Error("one or more of the provided parameters are not defined");throw Cy.error(n),(0,wt.default)(n,pf)}let t;if(e.pubKey!=null){try{t=ff(e.pubKey)}catch(i){throw Cy.error(i),i}if(!(await S0(e.pubKey)).equals(r))throw(0,wt.default)(new Error("Embedded public key did not match PeerID"),Bm)}else r.publicKey!=null&&(t=ff(r.publicKey));if(t!=null)return t;throw(0,wt.default)(new Error("no public key is available"),pf)},Dy=(r,e,t)=>{let n=V(e);return ye([r,t,n])},fl=r=>{let e=V("ipns-signature:");return ye([e,r])},sn=r=>"signatureV1"in r?We.encode({value:V(r.value),signatureV1:r.signatureV1,validityType:r.validityType,validity:V(r.validity),sequence:r.sequence,ttl:r.ttl,pubKey:r.pubKey,signatureV2:r.signatureV2,data:r.data}):We.encode({pubKey:r.pubKey,signatureV2:r.signatureV2,data:r.data});function ut(r){let e=We.decode(r);if(e.sequence!=null&&(e.sequence=BigInt(e.sequence)),e.ttl!=null&&(e.ttl=BigInt(e.ttl)),e.signatureV2==null||e.data==null)throw(0,wt.default)(new Error("missing data or signatureV2"),rn);let t=Py(e.data),n=If(t.Value),i=Z(t.Validity);if(e.value!=null&&e.signatureV1!=null)return tA(e),{value:n,validityType:We.ValidityType.EOL,validity:i,sequence:t.Sequence,ttl:t.TTL,pubKey:e.pubKey,signatureV1:e.signatureV1,signatureV2:e.signatureV2,data:e.data};if(e.signatureV2!=null)return{value:n,validityType:We.ValidityType.EOL,validity:i,sequence:t.Sequence,ttl:t.TTL,pubKey:e.pubKey,signatureV2:e.signatureV2,data:e.data};throw new Error("invalid record: does not include signatureV1 or signatureV2")}var ko=r=>ye([Ly,r.toBytes()]),Ro=r=>ls(r.slice(Ly.length)),Oy=(r,e,t,n,i)=>{let o;if(e===We.ValidityType.EOL)o=0;else throw(0,wt.default)(new Error("Unknown validity type"),ks);return Kn({Value:r,Validity:t,ValidityType:o,Sequence:n,TTL:i})},Py=r=>{let e=lt(r);if(e.ValidityType===0)e.ValidityType=We.ValidityType.EOL;else throw(0,wt.default)(new Error("Unknown validity type"),ks);return Number.isInteger(e.Sequence)&&(e.Sequence=BigInt(e.Sequence)),Number.isInteger(e.TTL)&&(e.TTL=BigInt(e.TTL)),e},If=r=>{if(r!=null){if(Pp(r))return`/ipns/${r.toCID().toString(kn)}`;if(r instanceof Uint8Array){let n=Z(r);n.startsWith("/")&&(r=n)}let e=r.toString().trim();if(e.startsWith("/")&&e.length>1)return e;let t=F.asCID(r);if(t!=null)return t.code===eA?`/ipns/${t.toString(kn)}`:`/ipfs/${t.toV1().toString()}`;try{return r instanceof Uint8Array?`/ipfs/${F.decode(r).toV1().toString()}`:`/ipfs/${F.parse(e).toV1().toString()}`}catch{}}throw(0,wt.default)(new Error("Value must be a valid content path starting with /"),Im)},tA=r=>{if(r.data==null)throw(0,wt.default)(new Error("Record data is missing"),Sm);let e=Py(r.data);if(!he(e.Value,r.value??new Uint8Array(0)))throw(0,wt.default)(new Error('Field "value" did not match between protobuf and CBOR'),rn);if(!he(e.Validity,r.validity??new Uint8Array(0)))throw(0,wt.default)(new Error('Field "validity" did not match between protobuf and CBOR'),rn);if(e.ValidityType!==r.validityType)throw(0,wt.default)(new Error('Field "validityType" did not match between protobuf and CBOR'),rn);if(e.Sequence!==r.sequence)throw(0,wt.default)(new Error('Field "sequence" did not match between protobuf and CBOR'),rn);if(e.TTL!==r.ttl)throw(0,wt.default)(new Error('Field "ttl" did not match between protobuf and CBOR'),rn)};var rA=oe("ipns"),nA=et.code,iA="/ipns/",KC=iA.length,Vy={v1Compatible:!0};async function My(r,e,t,n,i=Vy){let o=new Fy.default(Date.now()+Number(n)),s=We.ValidityType.EOL,[a,c]=n.toString().split("."),u=BigInt(a)*BigInt(1e5)+BigInt(c??"0");return oA(r,e,t,s,o.toString(),u,i)}var oA=async(r,e,t,n,i,o,s=Vy)=>{t=BigInt(t);let a=V(i),c=If(e),u=V(c);if(r.privateKey==null)throw(0,Bf.default)(new Error("Missing private key"),km);let l=await bm(r.privateKey),d=Oy(u,n,a,t,o),m=fl(d),f=await l.sign(m),h;if(r.publicKey!=null){let p=st(r.toBytes());(p.code!==nA||!he(r.publicKey,p.digest))&&(h=r.publicKey)}if(s.v1Compatible===!0){let p=await sA(l,u,n,a),y={value:c,signatureV1:p,validity:i,validityType:n,sequence:t,ttl:o,signatureV2:f,data:d};return h!=null&&(y.pubKey=h),y}else{let p={value:c,validity:i,validityType:n,sequence:t,ttl:o,signatureV2:f,data:d};return h!=null&&(p.pubKey=h),p}};var sA=async(r,e,t,n)=>{try{let i=Dy(e,t,n);return await r.sign(i)}catch(i){throw rA.error("record signature creation failed",i),(0,Bf.default)(new Error("record signature creation failed"),_m)}};var Os=Q(Ce(),1),Hy=Q(Jc(),1);var hl=oe("ipns:validator"),aA=1024*10,cA=async(r,e)=>{let t=ut(e),n;try{let i=fl(t.data);n=await r.verify(i,t.signatureV2)}catch{n=!1}if(!n)throw hl.error("record signature verification failed"),(0,Os.default)(new Error("record signature verification failed"),rn);if(t.validityType===We.ValidityType.EOL){if(Hy.default.fromString(t.validity).toDate().getTime()<Date.now())throw hl.error("record has expired"),(0,Os.default)(new Error("record has expired"),Am)}else if(t.validityType!=null)throw hl.error("unrecognized validity type"),(0,Os.default)(new Error("unrecognized validity type"),ks);hl("ipns record for %s is valid",t.value)};async function pl(r,e){if(e.byteLength>aA)throw(0,Os.default)(new Error("record too large"),Rm);let t=Ro(r),n=ut(e),i=await Uy(t,n);await cA(i,e)}async function*Ps(r){let e=/\r?\n/,t=new TextDecoder("utf8"),n="";for await(let i of r){typeof i=="string"&&(i=new TextEncoder().encode(i)),n+=t.decode(i,{stream:!0});let o=n.split(e);n=o.pop()??"";for(let s=0;s<o.length;s++)yield JSON.parse(o[s])}n+=t.decode(),n!==""&&(yield JSON.parse(n))}var Rf=Q(zy(),1);var Vs=class extends Error{constructor(e){super(e),this.name="TimeoutError"}},Tf=class extends Error{constructor(e){super(),this.name="AbortError",this.message=e}},Ky=r=>globalThis.DOMException===void 0?new Tf(r):new DOMException(r),Gy=r=>{let e=r.reason===void 0?Ky("This operation was aborted."):r.reason;return e instanceof Error?e:Ky(e)};function Ms(r,e){let{milliseconds:t,fallback:n,message:i,customTimers:o={setTimeout,clearTimeout}}=e,s,c=new Promise((u,l)=>{if(typeof t!="number"||Math.sign(t)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${t}\``);if(e.signal){let{signal:m}=e;m.aborted&&l(Gy(m)),m.addEventListener("abort",()=>{l(Gy(m))})}if(t===Number.POSITIVE_INFINITY){r.then(u,l);return}let d=new Vs;s=o.setTimeout.call(void 0,()=>{if(n){try{u(n())}catch(m){l(m)}return}typeof r.cancel=="function"&&r.cancel(),i===!1?u():i instanceof Error?l(i):(d.message=i??`Promise timed out after ${t} milliseconds`,l(d))},t),(async()=>{try{u(await r)}catch(m){l(m)}})()}).finally(()=>{c.clear()});return c.clear=()=>{o.clearTimeout.call(void 0,s),s=void 0},c}function Nf(r,e,t){let n=0,i=r.length;for(;i>0;){let o=Math.trunc(i/2),s=n+o;t(r[s],e)<=0?(n=++s,i-=o+1):i=o}return n}var Hs=class{#e=[];enqueue(e,t){t={priority:0,...t};let n={priority:t.priority,run:e};if(this.size&&this.#e[this.size-1].priority>=t.priority){this.#e.push(n);return}let i=Nf(this.#e,n,(o,s)=>s.priority-o.priority);this.#e.splice(i,0,n)}dequeue(){return this.#e.shift()?.run}filter(e){return this.#e.filter(t=>t.priority===e.priority).map(t=>t.run)}get size(){return this.#e.length}};var it=class extends Rf.default{#e;#t;#r=0;#s;#c;#p=0;#i;#l;#n;#m;#o=0;#u;#a;#y;timeout;constructor(e){if(super(),e={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:Hs,...e},!(typeof e.intervalCap=="number"&&e.intervalCap>=1))throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${e.intervalCap?.toString()??""}\` (${typeof e.intervalCap})`);if(e.interval===void 0||!(Number.isFinite(e.interval)&&e.interval>=0))throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${e.interval?.toString()??""}\` (${typeof e.interval})`);this.#e=e.carryoverConcurrencyCount,this.#t=e.intervalCap===Number.POSITIVE_INFINITY||e.interval===0,this.#s=e.intervalCap,this.#c=e.interval,this.#n=new e.queueClass,this.#m=e.queueClass,this.concurrency=e.concurrency,this.timeout=e.timeout,this.#y=e.throwOnTimeout===!0,this.#a=e.autoStart===!1}get#E(){return this.#t||this.#r<this.#s}get#x(){return this.#o<this.#u}#b(){this.#o--,this.#d(),this.emit("next")}#v(){this.#w(),this.#g(),this.#l=void 0}get#A(){let e=Date.now();if(this.#i===void 0){let t=this.#p-e;if(t<0)this.#r=this.#e?this.#o:0;else return this.#l===void 0&&(this.#l=setTimeout(()=>{this.#v()},t)),!0}return!1}#d(){if(this.#n.size===0)return this.#i&&clearInterval(this.#i),this.#i=void 0,this.emit("empty"),this.#o===0&&this.emit("idle"),!1;if(!this.#a){let e=!this.#A;if(this.#E&&this.#x){let t=this.#n.dequeue();return t?(this.emit("active"),t(),e&&this.#g(),!0):!1}}return!1}#g(){this.#t||this.#i!==void 0||(this.#i=setInterval(()=>{this.#w()},this.#c),this.#p=Date.now()+this.#c)}#w(){this.#r===0&&this.#o===0&&this.#i&&(clearInterval(this.#i),this.#i=void 0),this.#r=this.#e?this.#o:0,this.#f()}#f(){for(;this.#d(););}get concurrency(){return this.#u}set concurrency(e){if(!(typeof e=="number"&&e>=1))throw new TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${e}\` (${typeof e})`);this.#u=e,this.#f()}async#_(e){return new Promise((t,n)=>{e.addEventListener("abort",()=>{n(e.reason)},{once:!0})})}async add(e,t={}){return t={timeout:this.timeout,throwOnTimeout:this.#y,...t},new Promise((n,i)=>{this.#n.enqueue(async()=>{this.#o++,this.#r++;try{t.signal?.throwIfAborted();let o=e({signal:t.signal});t.timeout&&(o=Ms(Promise.resolve(o),{milliseconds:t.timeout})),t.signal&&(o=Promise.race([o,this.#_(t.signal)]));let s=await o;n(s),this.emit("completed",s)}catch(o){if(o instanceof Vs&&!t.throwOnTimeout){n();return}i(o),this.emit("error",o)}finally{this.#b()}},t),this.emit("add"),this.#d()})}async addAll(e,t){return Promise.all(e.map(async n=>this.add(n,t)))}start(){return this.#a?(this.#a=!1,this.#f(),this):this}pause(){this.#a=!0}clear(){this.#n=new this.#m}async onEmpty(){this.#n.size!==0&&await this.#h("empty")}async onSizeLessThan(e){this.#n.size<e||await this.#h("next",()=>this.#n.size<e)}async onIdle(){this.#o===0&&this.#n.size===0||await this.#h("idle")}async#h(e,t){return new Promise(n=>{let i=()=>{t&&!t()||(this.off(e,i),n())};this.on(e,i)})}get size(){return this.#n.size}sizeBy(e){return this.#n.filter(e).length}get pending(){return this.#o}get isPaused(){return this.#a}};function dA(r){return r[Symbol.asyncIterator]!=null}function fA(r){if(dA(r))return(async()=>{for await(let e of r)return e})();for(let e of r)return e}var Ii=fA;var Cf=V("/ipns/");function qy(r){return he(r.subarray(0,Cf.byteLength),Cf)}var Wy=r=>ls(r.slice(Cf.length)),yl=class{client;constructor(e){this.client=e}async*findProviders(e,t={}){yield*tt(this.client.getProviders(e,t),n=>({id:n.ID,multiaddrs:n.Addrs??[]}))}async provide(){}async put(e,t,n){if(!qy(e))return;let i=Wy(e),o=ut(t);await this.client.putIPNS(i,o,n)}async get(e,t){if(!qy(e))throw new O("Not found","ERR_NOT_FOUND");let n=Wy(e);try{let i=await this.client.getIPNS(n,t);return sn(i)}catch(i){throw i.code==="ERR_BAD_RESPONSE"?new O("Not found","ERR_NOT_FOUND"):i}}},gl=class{client;constructor(e){this.client=e}async findPeer(e,t={}){let n=await Ii(this.client.getPeers(e,t));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new O("Not found","ERR_NOT_FOUND")}async*getClosestPeers(e,t={}){}};var Et=oe("delegated-routing-v1-http-api-client"),Yy={concurrentRequests:4,timeout:3e4},wl=class{started;httpQueue;shutDownController;clientUrl;timeout;contentRouting;peerRouting;constructor(e,t={}){this.started=!1,this.shutDownController=new AbortController,Wi(1/0,this.shutDownController.signal),this.httpQueue=new it({concurrency:t.concurrentRequests??Yy.concurrentRequests}),this.clientUrl=e instanceof URL?e:new URL(e),this.timeout=t.timeout??Yy.timeout,this.contentRouting=new yl(this),this.peerRouting=new gl(this)}get[ns](){return this.contentRouting}get[is](){return this.peerRouting}isStarted(){return this.started}start(){this.started=!0}stop(){this.httpQueue.clear(),this.shutDownController.abort(),this.started=!1}async*getProviders(e,t={}){Et("getProviders starts: %c",e);let n=ui([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=_e(),o=_e();this.httpQueue.add(async()=>(i.resolve(),o.promise));try{await i.promise;let s=`${this.clientUrl}routing/v1/providers/${e.toString()}`,c=await fetch(s,{headers:{Accept:"application/x-ndjson"},signal:n});if(c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("Routing response had no body","ERR_BAD_RESPONSE");if(c.headers.get("Content-Type")==="application/json"){let l=await c.json();for(let d of l.Providers){let m=this.#e(d);m!=null&&(yield m)}}else for await(let l of Ps(qa(c.body))){let d=this.#e(l);d!=null&&(yield d)}}catch(s){Et.error("getProviders errored:",s)}finally{n.clear(),o.resolve(),Et("getProviders finished: %c",e)}}async*getPeers(e,t={}){Et("getPeers starts: %c",e);let n=ui([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=_e(),o=_e();this.httpQueue.add(async()=>(i.resolve(),o.promise));try{await i.promise;let s=`${this.clientUrl}routing/v1/peers/${e.toCID().toString()}`,c=await fetch(s,{headers:{Accept:"application/x-ndjson"},signal:n});if(c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("Routing response had no body","ERR_BAD_RESPONSE");if(c.headers.get("Content-Type")==="application/json"){let l=await c.json();for(let d of l.Peers){let m=this.#e(d);m!=null&&(yield m)}}else for await(let l of Ps(qa(c.body))){let d=this.#e(l);d!=null&&(yield d)}}catch(s){Et.error("getPeers errored:",s)}finally{n.clear(),o.resolve(),Et("getPeers finished: %c",e)}}async getIPNS(e,t={}){Et("getIPNS starts: %c",e);let n=ui([this.shutDownController.signal,t.signal,AbortSignal.timeout(this.timeout)]),i=_e(),o=_e();this.httpQueue.add(async()=>(i.resolve(),o.promise));let s=`${this.clientUrl}routing/v1/ipns/${e.toCID().toString()}`;try{await i.promise;let c=await fetch(s,{headers:{Accept:"application/vnd.ipfs.ipns-record"},signal:n});if(Et("getIPNS GET %s %d",s,c.status),c.status===404)throw new O("No matching records found.","ERR_NOT_FOUND");if(c.status===422)throw new O("Request does not conform to schema or semantic constraints.","ERR_INVALID_REQUEST");if(c.body==null)throw new O("GET ipns response had no body","ERR_BAD_RESPONSE");let u=await c.arrayBuffer(),l=new Uint8Array(u,0,u.byteLength);return t.validate!==!1&&await pl(ko(e),l),ut(l)}catch(a){throw Et.error("getIPNS GET %s error:",s,a),a}finally{n.clear(),o.resolve(),Et("getIPNS finished: %c",e)}}async putIPNS(e,t,n={}){Et("putIPNS starts: %c",e);let i=ui([this.shutDownController.signal,n.signal,AbortSignal.timeout(this.timeout)]),o=_e(),s=_e();this.httpQueue.add(async()=>(o.resolve(),s.promise));let a=`${this.clientUrl}routing/v1/ipns/${e.toCID().toString()}`;try{await o.promise;let c=sn(t),l=await fetch(a,{method:"PUT",headers:{"Content-Type":"application/vnd.ipfs.ipns-record"},body:c,signal:i});if(Et("putIPNS PUT %s %d",a,l.status),l.status!==200)throw new O("PUT ipns response had status other than 200","ERR_BAD_RESPONSE")}catch(c){throw Et.error("putIPNS PUT %s error:",a,c.stack),c}finally{i.clear(),s.resolve(),Et("putIPNS finished: %c",e)}}#e(e){let t=[],n=e.Addrs?.map(us)??[];return e.Protocols!=null&&t.push(...e.Protocols),e.Protocol!=null&&(t.push(e.Protocol),delete e.Protocol),{...e,Schema:"peer",ID:It(e.ID),Addrs:n,Protocols:t}}};function jy(r,e={}){return new wl(new URL(r),e)}var Xy=V("/ipns/");function Zy(r){return he(r.subarray(0,Xy.byteLength),Xy)}var Lf=class{client;constructor(e){this.client=jy(e)}async provide(e,t){}async*findProviders(e,t){yield*tt(this.client.getProviders(e,t),n=>({id:n.ID,multiaddrs:n.Addrs,protocols:n.Protocols}))}async put(e,t,n){if(!Zy(e))return;let i=Ro(e),o=ut(t);await this.client.putIPNS(i,o,n)}async get(e,t){if(!Zy(e))throw new O("Not found","ERR_NOT_FOUND");let n=Ro(e);try{let i=await this.client.getIPNS(n,t);return sn(i)}catch(i){throw i.code==="ERR_BAD_RESPONSE"?new O("Not found","ERR_NOT_FOUND"):i}}async findPeer(e,t){let n=await Ii(this.client.getPeers(e,t));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new O("Not found","ERR_NOT_FOUND")}async*getClosestPeers(e,t){}};function $s(r){return new Lf(new URL(r))}var Uf=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=t??"ABORT_ERR"}};async function El(r,e,t,n){let i=new Uf(n?.errorMessage,n?.errorCode);return t?.aborted===!0?Promise.reject(i):new Promise((o,s)=>{let a=u=>{try{if(n?.filter?.(u)===!1)return}catch(l){r.removeEventListener(e,a),t?.removeEventListener("abort",c),s(l);return}r.removeEventListener(e,a),t?.removeEventListener("abort",c),o(u)},c=()=>{r.removeEventListener(e,a),t?.removeEventListener("abort",c),s(i)};r.addEventListener(e,a),t?.addEventListener("abort",c)})}var xl=class extends Error{type;code;constructor(e,t){super(e??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=t??"ABORT_ERR"}};async function Jy(r,e,t){if(e==null)return r;if(e.aborted)return Promise.reject(new xl(t?.errorMessage,t?.errorCode));let n,i=new xl(t?.errorMessage,t?.errorCode);try{return await Promise.race([r,new Promise((o,s)=>{n=()=>{s(i)},e.addEventListener("abort",n)})])}finally{n!=null&&e.removeEventListener("abort",n)}}var bl=class{deferred;signal;where;constructor(e,t){this.signal=t,this.deferred=_e(),this.where=e,this.onAbort=this.onAbort.bind(this),this.signal?.addEventListener("abort",this.onAbort)}onAbort(){this.deferred.reject(new An)}cleanup(){this.signal?.removeEventListener("abort",this.onAbort)}};function hA(){return`${parseInt(String(Math.random()*1e9),10).toString()}${Date.now()}`}var vl=class{id;fn;options;priority;recipients;status;timeline;controller;constructor(e,t,n=0){this.id=hA(),this.status="queued",this.fn=e,this.priority=n,this.options=t,this.recipients=[],this.timeline={created:Date.now()},this.controller=new AbortController,Wi(1/0,this.controller.signal),this.onAbort=this.onAbort.bind(this)}abort(e){this.controller.abort(e)}onAbort(){this.recipients.reduce((t,n)=>t&&n.signal?.aborted===!0,!0)&&this.controller.abort(new An)}async join(e={}){let t=new bl(new Error("where").stack,e.signal);return this.recipients.push(t),e.signal?.addEventListener("abort",this.onAbort),t.deferred.promise}async run(){this.status="running",this.timeline.started=Date.now();try{this.controller.signal.throwIfAborted();let e=await Jy(this.fn({...this.options??{},signal:this.controller.signal}),this.controller.signal);this.recipients.forEach(t=>{t.deferred.resolve(e)}),this.status="complete"}catch(e){this.recipients.forEach(t=>{t.deferred.reject(e)}),this.status="errored"}finally{this.timeline.finished=Date.now(),this.cleanup()}}cleanup(){this.recipients.forEach(e=>{e.signal?.removeEventListener("abort",this.onAbort)})}};function pA(r,e,t){let n=0,i=r.length;for(;i>0;){let o=Math.trunc(i/2),s=n+o;t(r[s],e)<=0?(n=++s,i-=o+1):i=o}return n}var zs=class extends Ra{concurrency;queue;pending;constructor(e={}){super(),this.concurrency=e.concurrency??Number.POSITIVE_INFINITY,this.pending=0,e.metricName!=null&&e.metrics?.registerMetricGroup(e.metricName,{calculate:()=>({size:this.queue.length,running:this.pending,queued:this.queue.length-this.pending})}),this.queue=[]}tryToStartAnother(){if(this.size===0)return queueMicrotask(()=>{this.safeDispatchEvent("empty")}),this.running===0&&queueMicrotask(()=>{this.safeDispatchEvent("idle")}),!1;if(this.pending<this.concurrency){let e;for(let t of this.queue)if(t.status==="queued"){e=t;break}return e==null?!1:(this.safeDispatchEvent("active"),this.pending++,e.run().finally(()=>{for(let t=0;t<this.queue.length;t++)if(this.queue[t]===e){this.queue.splice(t,1);break}this.pending--,this.tryToStartAnother(),this.safeDispatchEvent("next")}),!0)}return!1}enqueue(e){if(this.queue[this.size-1]?.priority>=e.priority){this.queue.push(e);return}let t=pA(this.queue,e,(n,i)=>i.priority-n.priority);this.queue.splice(t,0,e)}async add(e,t){t?.signal?.throwIfAborted();let n=new vl(e,t,t?.priority),i=n.join(t).then(o=>(this.safeDispatchEvent("completed",{detail:o}),o)).catch(o=>{throw this.safeDispatchEvent("error",{detail:o}),o});return this.enqueue(n),this.safeDispatchEvent("add"),this.tryToStartAnother(),i}clear(){this.queue.splice(0,this.queue.length)}abort(){this.queue.forEach(e=>{e.abort(new An)}),this.clear()}async onEmpty(e){this.size!==0&&await El(this,"empty",e?.signal)}async onSizeLessThan(e,t){this.size<e||await El(this,"next",t?.signal,{filter:()=>this.size<e})}async onIdle(e){this.pending===0&&this.size===0||await El(this,"idle",e?.signal)}get size(){return this.queue.length}get queued(){return this.queue.length-this.pending}get running(){return this.pending}async*toGenerator(e){e?.signal?.throwIfAborted();let t=Kt({objectMode:!0}),n=c=>{c!=null?this.abort():this.clear(),t.end(c)},i=c=>{c.detail!=null&&t.push(c.detail)},o=c=>{n(c.detail)},s=()=>{n()},a=()=>{n(new O("Queue aborted","ERR_QUEUE_ABORTED"))};this.addEventListener("completed",i),this.addEventListener("error",o),this.addEventListener("idle",s),e?.signal?.addEventListener("abort",a);try{yield*t}finally{this.removeEventListener("completed",i),this.removeEventListener("error",o),this.removeEventListener("idle",s),e?.signal?.removeEventListener("abort",a),n()}}};var rg="/pin/",Qy="/pinned-block/",Df=kn,eg=1;function tg(r){return r.version===0&&(r=r.toV1()),new Le(`${rg}${r.toString(Df)}`)}var Al=class{datastore;blockstore;dagWalkers;constructor(e,t,n){this.datastore=e,this.blockstore=t,this.dagWalkers=n}async*add(e,t={}){let n=tg(e);if(await this.datastore.has(n))throw new Error("Already pinned");let i=Math.round(t.depth??1/0);if(i<0)throw new Error("Depth must be greater than or equal to 0");let o=new zs({concurrency:eg});for await(let a of this.#e(e,o,{...t,depth:i}))await this.#t(a,c=>c.pinnedBy.find(u=>he(u,e.bytes))!=null?!1:(c.pinCount++,c.pinnedBy.push(e.bytes),!0),t),yield a;let s={depth:i,metadata:t.metadata??{}};await this.datastore.put(n,Kn(s),t)}async*#e(e,t,n){if(n.depth===-1)return;let i=this.dagWalkers[e.code];if(i==null)throw new Error(`No dag walker found for cid codec ${e.code}`);let o=await this.blockstore.get(e,n);yield e;for await(let s of i.walk(o))yield*await t.add(async()=>this.#e(s,t,{...n,depth:n.depth-1}))}async#t(e,t,n){let i=new Le(`${Qy}${Df.encode(e.multihash.bytes)}`),o={pinCount:0,pinnedBy:[]};try{o=lt(await this.datastore.get(i,n))}catch(a){if(a.code!=="ERR_NOT_FOUND")throw a}if(t(o)){if(o.pinCount===0&&await this.datastore.has(i)){await this.datastore.delete(i);return}await this.datastore.put(i,Kn(o),n),n.onProgress?.(new M("helia:pin:add",e))}}async*rm(e,t={}){let n=tg(e),i=await this.datastore.get(n,t),o=lt(i);await this.datastore.delete(n,t);let s=new zs({concurrency:eg});for await(let a of this.#e(e,s,{...t,depth:o.depth}))await this.#t(a,c=>(c.pinCount--,c.pinnedBy=c.pinnedBy.filter(u=>he(u,e.bytes)),!0),{...t,depth:o.depth}),yield a}async*ls(e={}){for await(let{key:t,value:n}of this.datastore.query({prefix:rg+(e.cid!=null?`${e.cid.toString(kn)}`:"")},e)){let i=F.parse(t.toString().substring(5),kn),o=lt(n);yield{cid:i,...o}}}async isPinned(e,t={}){let n=new Le(`${Qy}${Df.encode(e.multihash.bytes)}`);return this.datastore.has(n,t)}};function Of(r,e){let t={[Symbol.iterator]:()=>t,next:()=>{let n=r.next(),i=n.value;return n.done===!0||i==null?{done:!0,value:void 0}:{done:!1,value:e(i)}}};return t}var To=class r{set;constructor(e){if(this.set=new Set,e!=null)for(let t of e)this.set.add(t.toString())}get size(){return this.set.size}[Symbol.iterator](){return this.values()}add(e){this.set.add(e.toString())}clear(){this.set.clear()}delete(e){this.set.delete(e.toString())}entries(){return Of(this.set.entries(),e=>{let t=It(e[0]);return[t,t]})}forEach(e){this.set.forEach(t=>{let n=It(t);e(n,n,this)})}has(e){return this.set.has(e.toString())}values(){return Of(this.set.values(),e=>It(e))}intersection(e){let t=new r;for(let n of e)this.has(n)&&t.add(n);return t}difference(e){let t=new r;for(let n of this)e.has(n)||t.add(n);return t}union(e){let t=new r;for(let n of e)t.add(n);for(let n of this)t.add(n);return t}};var _l=class{log;routers;constructor(e,t){this.log=e.logger.forComponent("helia:routing"),this.routers=t.routers??[]}async start(){await _n(...this.routers)}async stop(){await Sn(...this.routers)}async*findProviders(e,t={}){if(this.routers.length===0)throw new O("No content routers available","ERR_NO_ROUTERS_AVAILABLE");let n=new To;for await(let i of Hr(...No(this.routers,"findProviders").map(o=>o.findProviders(e,t))))i!=null&&(n.has(i.id)||(n.add(i.id),yield i))}async provide(e,t={}){if(this.routers.length===0)throw new O("No content routers available","ERR_NO_ROUTERS_AVAILABLE");await Promise.all(No(this.routers,"provide").map(async n=>{await n.provide(e,t)}))}async put(e,t,n){await Promise.all(No(this.routers,"put").map(async i=>{await i.put(e,t,n)}))}async get(e,t){return Promise.any(No(this.routers,"get").map(async n=>n.get(e,t)))}async findPeer(e,t){if(this.routers.length===0)throw new O("No peer routers available","ERR_NO_ROUTERS_AVAILABLE");let n=this,i=Hr(...No(this.routers,"findPeer").map(o=>async function*(){try{yield await o.findPeer(e,t)}catch(s){n.log.error(s)}}()));for await(let o of i)if(o!=null)return o;throw new O("Could not find peer in routing","ERR_NOT_FOUND")}async*getClosestPeers(e,t={}){if(this.routers.length===0)throw new O("No peer routers available","ERR_NO_ROUTERS_AVAILABLE");let n=new To;for await(let i of Hr(...No(this.routers,"getClosestPeers").map(o=>o.getClosestPeers(e,t))))i!=null&&(n.has(i.id)||(n.add(i.id),yield i))}};function No(r,e){return r.filter(t=>t[e]!=null)}var Gn={},Co=r=>{r.addEventListener("message",e=>{Co.dispatchEvent("message",r,e)}),r.port!=null&&r.port.addEventListener("message",e=>{Co.dispatchEvent("message",r,e)})};Co.addEventListener=(r,e)=>{Gn[r]==null&&(Gn[r]=[]),Gn[r].push(e)};Co.removeEventListener=(r,e)=>{Gn[r]!=null&&(Gn[r]=Gn[r].filter(t=>t===e))};Co.dispatchEvent=function(r,e,t){Gn[r]!=null&&Gn[r].forEach(n=>n(e,t))};var Pf=Co;var Ff="lock:worker:request-read",Vf="lock:worker:release-read",Mf="lock:master:grant-read",Hf="lock:worker:request-write",$f="lock:worker:release-write",zf="lock:master:grant-write";var ng=(r=21)=>Math.random().toString().substring(2);var ig=(r,e,t,n,i)=>(o,s)=>{if(s.data.type!==t)return;let a={type:s.data.type,name:s.data.name,identifier:s.data.identifier};r.dispatchEvent(new MessageEvent(e,{data:{name:a.name,handler:async()=>{o.postMessage({type:i,name:a.name,identifier:a.identifier}),await new Promise(c=>{let u=l=>{if(l==null||l.data==null)return;let d={type:l.data.type,name:l.data.name,identifier:l.data.identifier};d.type===n&&d.identifier===a.identifier&&(o.removeEventListener("message",u),c())};o.addEventListener("message",u)})}}}))},og=(r,e,t,n)=>async()=>{let i=ng();return globalThis.postMessage({type:e,identifier:i,name:r}),new Promise(o=>{let s=a=>{if(a==null||a.data==null)return;let c={type:a.data.type,identifier:a.data.identifier};c.type===t&&c.identifier===i&&(globalThis.removeEventListener("message",s),o(()=>{globalThis.postMessage({type:n,identifier:i,name:r})}))};globalThis.addEventListener("message",s)})},mA={singleProcess:!1},sg=r=>{if(r=Object.assign({},mA,r),!!globalThis.document||r.singleProcess){let t=new EventTarget;return Pf.addEventListener("message",ig(t,"requestReadLock",Ff,Vf,Mf)),Pf.addEventListener("message",ig(t,"requestWriteLock",Hf,$f,zf)),t}return{isWorker:!0,readLock:t=>og(t,Ff,Mf,Vf),writeLock:t=>og(t,Hf,zf,$f)}};var Bi={},qn;async function Kf(r,e){let t,n=new Promise(i=>{t=i});return r.add(async()=>Ms((async()=>{await new Promise(i=>{t(()=>{i()})})})(),{milliseconds:e.timeout})),n}var yA=(r,e)=>{if(qn.isWorker===!0)return{readLock:qn.readLock(r,e),writeLock:qn.writeLock(r,e)};let t=new it({concurrency:1}),n;return{async readLock(){if(n!=null)return Kf(n,e);n=new it({concurrency:e.concurrency,autoStart:!1});let i=n,o=Kf(n,e);return t.add(async()=>{i.start(),await i.onIdle().then(()=>{n===i&&(n=null)})}),o},async writeLock(){return n=null,Kf(t,e)}}},gA={name:"lock",concurrency:1/0,timeout:846e5,singleProcess:!1};function Gf(r){let e=Object.assign({},gA,r);return qn==null&&(qn=sg(e),qn.isWorker!==!0&&(qn.addEventListener("requestReadLock",t=>{Bi[t.data.name]!=null&&Bi[t.data.name].readLock().then(async n=>t.data.handler().finally(()=>{n()}))}),qn.addEventListener("requestWriteLock",async t=>{Bi[t.data.name]!=null&&Bi[t.data.name].writeLock().then(async n=>t.data.handler().finally(()=>{n()}))}))),Bi[e.name]==null&&(Bi[e.name]=yA(e.name,e)),Bi[e.name]}var Sl=class{lock;child;pins;started;constructor(e,t,n={}){this.child=e,this.pins=t,this.lock=Gf({singleProcess:n.holdGcLock}),this.started=!1}isStarted(){return this.started}async start(){await _n(this.child),this.started=!0}async stop(){await Sn(this.child),this.started=!1}unwrap(){return this.child}async put(e,t,n={}){let i=await this.lock.readLock();try{return await this.child.put(e,t,n)}finally{i()}}async*putMany(e,t={}){let n=await this.lock.readLock();try{yield*this.child.putMany(e,t)}finally{n()}}async get(e,t={}){let n=await this.lock.readLock();try{return await this.child.get(e,t)}finally{n()}}async*getMany(e,t={}){let n=await this.lock.readLock();try{yield*this.child.getMany(e,t)}finally{n()}}async delete(e,t={}){let n=await this.lock.writeLock();try{if(await this.pins.isPinned(e))throw new Error("CID was pinned");await this.child.delete(e,t)}finally{n()}}async*deleteMany(e,t={}){let n=await this.lock.writeLock();try{let i=this;yield*this.child.deleteMany(async function*(){for await(let o of e){if(await i.pins.isPinned(o))throw new Error("CID was pinned");yield o}}(),t)}finally{n()}}async has(e,t={}){let n=await this.lock.readLock();try{return await this.child.has(e,t)}finally{n()}}async*getAll(e={}){let t=await this.lock.readLock();try{yield*this.child.getAll(e)}finally{t()}}};var ag=42;function wA(r){return r instanceof ArrayBuffer?new Uint8Array(r,0,r.byteLength):r}function EA(r){if(r.asCID!==r&&r["/"]!==r.bytes)return null;let e=F.asCID(r);if(!e)return null;let t=new Uint8Array(e.bytes.byteLength+1);return t.set(e.bytes,1),[new R(w.tag,ag),new R(w.bytes,t)]}function xA(){throw new Error("`undefined` is not supported by the IPLD Data Model and cannot be encoded")}function bA(r){if(Number.isNaN(r))throw new Error("`NaN` is not supported by the IPLD Data Model and cannot be encoded");if(r===1/0||r===-1/0)throw new Error("`Infinity` and `-Infinity` is not supported by the IPLD Data Model and cannot be encoded");return null}var qf={float64:!0,typeEncoders:{Object:EA,undefined:xA,number:bA}},GU={...qf,typeEncoders:{...qf.typeEncoders}};function vA(r){if(r[0]!==0)throw new Error("Invalid CID for CBOR tag 42; expected leading 0x00");return F.decode(r.subarray(1))}var Il={allowIndefinite:!1,coerceUndefinedToNull:!0,allowNaN:!1,allowInfinity:!1,allowBigInt:!0,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,tags:[]};Il.tags[ag]=vA;var qU={...Il,tags:Il.tags.slice()};var Wn=113,Ks=r=>Kn(r,qf),ki=r=>lt(wA(r),Il);var Wf=class extends Array{constructor(){super(),this.inRecursive=[]}prefix(e){let t=this.inRecursive[this.inRecursive.length-1];t&&(t.type===w.array&&(t.elements++,t.elements!==1&&e.push([44])),t.type===w.map&&(t.elements++,t.elements!==1&&(t.elements%2===1?e.push([44]):e.push([58]))))}[w.uint.major](e,t){this.prefix(e);let n=String(t.value),i=[];for(let o=0;o<n.length;o++)i[o]=n.charCodeAt(o);e.push(i)}[w.negint.major](e,t){this[w.uint.major](e,t)}[w.bytes.major](e,t){throw new Error(`${nn} unsupported type: Uint8Array`)}[w.string.major](e,t){this.prefix(e);let n=el(JSON.stringify(t.value));e.push(n.length>32?Rs(n):n)}[w.array.major](e,t){this.prefix(e),this.inRecursive.push({type:w.array,elements:0}),e.push([91])}[w.map.major](e,t){this.prefix(e),this.inRecursive.push({type:w.map,elements:0}),e.push([123])}[w.tag.major](e,t){}[w.float.major](e,t){if(t.type.name==="break"){let s=this.inRecursive.pop();if(s){if(s.type===w.array)e.push([93]);else if(s.type===w.map)e.push([125]);else throw new Error("Unexpected recursive type; this should not happen!");return}throw new Error("Unexpected break; this should not happen!")}if(t.value===void 0)throw new Error(`${nn} unsupported type: undefined`);if(this.prefix(e),t.type.name==="true"){e.push([116,114,117,101]);return}else if(t.type.name==="false"){e.push([102,97,108,115,101]);return}else if(t.type.name==="null"){e.push([110,117,108,108]);return}let n=String(t.value),i=[],o=!1;for(let s=0;s<n.length;s++)i[s]=n.charCodeAt(s),!o&&(i[s]===46||i[s]===101||i[s]===69)&&(o=!0);o||(i.push(46),i.push(48)),e.push(i)}};function AA(r,e){if(Array.isArray(r[0])||Array.isArray(e[0]))throw new Error(`${nn} complex map keys are not supported`);let t=r[0],n=e[0];if(t.type!==w.string||n.type!==w.string)throw new Error(`${nn} non-string map keys are not supported`);if(t<n)return-1;if(t>n)return 1;throw new Error(`${nn} unexpected duplicate map keys, this is not supported`)}var _A={addBreakTokens:!0,mapSorter:AA};function qs(r,e){return e=Object.assign({},_A,e),_f(r,new Wf,e)}var Yn=class{constructor(e,t={}){this._pos=0,this.data=e,this.options=t,this.modeStack=["value"],this.lastToken=""}pos(){return this._pos}done(){return this._pos>=this.data.length}ch(){return this.data[this._pos]}currentMode(){return this.modeStack[this.modeStack.length-1]}skipWhitespace(){let e=this.ch();for(;e===32||e===9||e===13||e===10;)e=this.data[++this._pos]}expect(e){if(this.data.length-this._pos<e.length)throw new Error(`${G} unexpected end of input at position ${this._pos}`);for(let t=0;t<e.length;t++)if(this.data[this._pos++]!==e[t])throw new Error(`${G} unexpected token at position ${this._pos}, expected to find '${String.fromCharCode(...e)}'`)}parseNumber(){let e=this._pos,t=!1,n=!1,i=a=>{for(;!this.done();){let c=this.ch();if(a.includes(c))this._pos++;else break}};if(this.ch()===45&&(t=!0,this._pos++),this.ch()===48)if(this._pos++,this.ch()===46)this._pos++,n=!0;else return new R(w.uint,0,this._pos-e);if(i([48,49,50,51,52,53,54,55,56,57]),t&&this._pos===e+1)throw new Error(`${G} unexpected token at position ${this._pos}`);if(!this.done()&&this.ch()===46){if(n)throw new Error(`${G} unexpected token at position ${this._pos}`);n=!0,this._pos++,i([48,49,50,51,52,53,54,55,56,57])}!this.done()&&(this.ch()===101||this.ch()===69)&&(n=!0,this._pos++,!this.done()&&(this.ch()===43||this.ch()===45)&&this._pos++,i([48,49,50,51,52,53,54,55,56,57]));let o=String.fromCharCode.apply(null,this.data.subarray(e,this._pos)),s=parseFloat(o);return n?new R(w.float,s,this._pos-e):this.options.allowBigInt!==!0||Number.isSafeInteger(s)?new R(s>=0?w.uint:w.negint,s,this._pos-e):new R(s>=0?w.uint:w.negint,BigInt(o),this._pos-e)}parseString(){if(this.ch()!==34)throw new Error(`${G} unexpected character at position ${this._pos}; this shouldn't happen`);this._pos++;for(let o=this._pos,s=0;o<this.data.length&&s<65536;o++,s++){let a=this.data[o];if(a===92||a<32||a>=128)break;if(a===34){let c=String.fromCharCode.apply(null,this.data.subarray(this._pos,o));return this._pos=o+1,new R(w.string,c,s)}}let e=this._pos,t=[],n=()=>{if(this._pos+4>=this.data.length)throw new Error(`${G} unexpected end of unicode escape sequence at position ${this._pos}`);let o=0;for(let s=0;s<4;s++){let a=this.ch();if(a>=48&&a<=57)a-=48;else if(a>=97&&a<=102)a=a-97+10;else if(a>=65&&a<=70)a=a-65+10;else throw new Error(`${G} unexpected unicode escape character at position ${this._pos}`);o=o*16+a,this._pos++}return o},i=()=>{let o=this.ch(),s=null,a=o>239?4:o>223?3:o>191?2:1;if(this._pos+a>this.data.length)throw new Error(`${G} unexpected unicode sequence at position ${this._pos}`);let c,u,l,d;switch(a){case 1:o<128&&(s=o);break;case 2:c=this.data[this._pos+1],(c&192)===128&&(d=(o&31)<<6|c&63,d>127&&(s=d));break;case 3:c=this.data[this._pos+1],u=this.data[this._pos+2],(c&192)===128&&(u&192)===128&&(d=(o&15)<<12|(c&63)<<6|u&63,d>2047&&(d<55296||d>57343)&&(s=d));break;case 4:c=this.data[this._pos+1],u=this.data[this._pos+2],l=this.data[this._pos+3],(c&192)===128&&(u&192)===128&&(l&192)===128&&(d=(o&15)<<18|(c&63)<<12|(u&63)<<6|l&63,d>65535&&d<1114112&&(s=d))}s===null?(s=65533,a=1):s>65535&&(s-=65536,t.push(s>>>10&1023|55296),s=56320|s&1023),t.push(s),this._pos+=a};for(;!this.done();){let o=this.ch(),s;switch(o){case 92:if(this._pos++,this.done())throw new Error(`${G} unexpected string termination at position ${this._pos}`);switch(s=this.ch(),this._pos++,s){case 34:case 39:case 92:case 47:t.push(s);break;case 98:t.push(8);break;case 116:t.push(9);break;case 110:t.push(10);break;case 102:t.push(12);break;case 114:t.push(13);break;case 117:t.push(n());break;default:throw new Error(`${G} unexpected string escape character at position ${this._pos}`)}break;case 34:return this._pos++,new R(w.string,yf(t),this._pos-e);default:if(o<32)throw new Error(`${G} invalid control character at position ${this._pos}`);o<128?(t.push(o),this._pos++):i()}}throw new Error(`${G} unexpected end of string at position ${this._pos}`)}parseValue(){switch(this.ch()){case 123:return this.modeStack.push("obj-start"),this._pos++,new R(w.map,1/0,1);case 91:return this.modeStack.push("array-start"),this._pos++,new R(w.array,1/0,1);case 34:return this.parseString();case 110:return this.expect([110,117,108,108]),new R(w.null,null,4);case 102:return this.expect([102,97,108,115,101]),new R(w.false,!1,5);case 116:return this.expect([116,114,117,101]),new R(w.true,!0,4);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.parseNumber();default:throw new Error(`${G} unexpected character at position ${this._pos}`)}}next(){switch(this.skipWhitespace(),this.currentMode()){case"value":return this.modeStack.pop(),this.parseValue();case"array-value":{if(this.modeStack.pop(),this.ch()===93)return this._pos++,this.skipWhitespace(),new R(w.break,void 0,1);if(this.ch()!==44)throw new Error(`${G} unexpected character at position ${this._pos}, was expecting array delimiter but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue()}case"array-start":return this.modeStack.pop(),this.ch()===93?(this._pos++,this.skipWhitespace(),new R(w.break,void 0,1)):(this.modeStack.push("array-value"),this.skipWhitespace(),this.parseValue());case"obj-key":if(this.ch()===125)return this.modeStack.pop(),this._pos++,this.skipWhitespace(),new R(w.break,void 0,1);if(this.ch()!==44)throw new Error(`${G} unexpected character at position ${this._pos}, was expecting object delimiter but found '${String.fromCharCode(this.ch())}'`);this._pos++,this.skipWhitespace();case"obj-start":{if(this.modeStack.pop(),this.ch()===125)return this._pos++,this.skipWhitespace(),new R(w.break,void 0,1);let e=this.parseString();if(this.skipWhitespace(),this.ch()!==58)throw new Error(`${G} unexpected character at position ${this._pos}, was expecting key/value delimiter ':' but found '${String.fromCharCode(this.ch())}'`);return this._pos++,this.modeStack.push("obj-value"),e}case"obj-value":return this.modeStack.pop(),this.modeStack.push("obj-key"),this.skipWhitespace(),this.parseValue();default:throw new Error(`${G} unexpected parse state at position ${this._pos}; this shouldn't happen`)}}};function Ws(r,e){return e=Object.assign({tokenizer:new Yn(r,e)},e),lt(r,e)}function SA(r){return r instanceof ArrayBuffer?new Uint8Array(r,0,r.byteLength):r}function IA(r){if(r.asCID!==r&&r["/"]!==r.bytes)return null;let e=F.asCID(r);if(!e)return null;let t=e.toString();return[new R(w.map,1/0,1),new R(w.string,"/",1),new R(w.string,t,t.length),new R(w.break,void 0,1)]}function Bl(r){let e=yr.encode(r).slice(1);return[new R(w.map,1/0,1),new R(w.string,"/",1),new R(w.map,1/0,1),new R(w.string,"bytes",5),new R(w.string,e,e.length),new R(w.break,void 0,1),new R(w.break,void 0,1)]}function ar(r){return Bl(new Uint8Array(r.buffer,r.byteOffset,r.byteLength))}function BA(r){return Bl(new Uint8Array(r))}function kA(){throw new Error("`undefined` is not supported by the IPLD Data Model and cannot be encoded")}function RA(r){if(Number.isNaN(r))throw new Error("`NaN` is not supported by the IPLD Data Model and cannot be encoded");if(r===1/0||r===-1/0)throw new Error("`Infinity` and `-Infinity` is not supported by the IPLD Data Model and cannot be encoded");return null}var TA={typeEncoders:{Object:IA,Buffer:Bl,Uint8Array:Bl,Int8Array:ar,Uint16Array:ar,Int16Array:ar,Uint32Array:ar,Int32Array:ar,Float32Array:ar,Float64Array:ar,Uint8ClampedArray:ar,BigInt64Array:ar,BigUint64Array:ar,DataView:ar,ArrayBuffer:BA,undefined:kA,number:RA}},Yf=class extends Yn{constructor(e,t){super(e,t),this.tokenBuffer=[]}done(){return this.tokenBuffer.length===0&&super.done()}_next(){return this.tokenBuffer.length>0?this.tokenBuffer.pop():super.next()}next(){let e=this._next();if(e.type===w.map){let t=this._next();if(t.type===w.string&&t.value==="/"){let n=this._next();if(n.type===w.string){if(this._next().type!==w.break)throw new Error("Invalid encoded CID form");return this.tokenBuffer.push(n),new R(w.tag,42,0)}if(n.type===w.map){let i=this._next();if(i.type===w.string&&i.value==="bytes"){let o=this._next();if(o.type===w.string){for(let a=0;a<2;a++)if(this._next().type!==w.break)throw new Error("Invalid encoded Bytes form");let s=yr.decode(`m${o.value}`);return new R(w.bytes,s,o.value.length)}this.tokenBuffer.push(o)}this.tokenBuffer.push(i)}this.tokenBuffer.push(n)}this.tokenBuffer.push(t)}return e}},jf={allowIndefinite:!1,allowUndefined:!1,allowNaN:!1,allowInfinity:!1,allowBigInt:!0,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,tags:[]};jf.tags[42]=F.parse;var jn=297,lg=r=>qs(r,TA),kl=r=>{let e=SA(r),t=Object.assign(jf,{tokenizer:new Yf(e,jf)});return Ws(e,t)};var lD=new TextDecoder;var uD=new TextEncoder;var Oe={};Be(Oe,{code:()=>ve,createLink:()=>Eg,createNode:()=>wg,decode:()=>Se,encode:()=>ce,name:()=>HA,prepare:()=>Te,validate:()=>Jf});var NA=new TextDecoder;function Xf(r,e){let t=0;for(let n=0;;n+=7){if(n>=64)throw new Error("protobuf: varint overflow");if(e>=r.length)throw new Error("protobuf: unexpected end of data");let i=r[e++];if(t+=n<28?(i&127)<<n:(i&127)*2**n,i<128)break}return[t,e]}function Tl(r,e){let t;[t,e]=Xf(r,e);let n=e+t;if(t<0||n<0)throw new Error("protobuf: invalid length");if(n>r.length)throw new Error("protobuf: unexpected end of data");return[r.subarray(e,n),n]}function ug(r,e){let t;return[t,e]=Xf(r,e),[t&7,t>>3,e]}function CA(r){let e={},t=r.length,n=0;for(;n<t;){let i,o;if([i,o,n]=ug(r,n),o===1){if(e.Hash)throw new Error("protobuf: (PBLink) duplicate Hash section");if(i!==2)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Hash`);if(e.Name!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Name before Hash");if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Hash");[e.Hash,n]=Tl(r,n)}else if(o===2){if(e.Name!==void 0)throw new Error("protobuf: (PBLink) duplicate Name section");if(i!==2)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Name`);if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) invalid order, found Tsize before Name");let s;[s,n]=Tl(r,n),e.Name=NA.decode(s)}else if(o===3){if(e.Tsize!==void 0)throw new Error("protobuf: (PBLink) duplicate Tsize section");if(i!==0)throw new Error(`protobuf: (PBLink) wrong wireType (${i}) for Tsize`);[e.Tsize,n]=Xf(r,n)}else throw new Error(`protobuf: (PBLink) invalid fieldNumber, expected 1, 2 or 3, got ${o}`)}if(n>t)throw new Error("protobuf: (PBLink) unexpected end of data");return e}function dg(r){let e=r.length,t=0,n,i=!1,o;for(;t<e;){let a,c;if([a,c,t]=ug(r,t),a!==2)throw new Error(`protobuf: (PBNode) invalid wireType, expected 2, got ${a}`);if(c===1){if(o)throw new Error("protobuf: (PBNode) duplicate Data section");[o,t]=Tl(r,t),n&&(i=!0)}else if(c===2){if(i)throw new Error("protobuf: (PBNode) duplicate Links section");n||(n=[]);let u;[u,t]=Tl(r,t),n.push(CA(u))}else throw new Error(`protobuf: (PBNode) invalid fieldNumber, expected 1 or 2, got ${c}`)}if(t>e)throw new Error("protobuf: (PBNode) unexpected end of data");let s={};return o&&(s.Data=o),s.Links=n||[],s}var hg=new TextEncoder,fg=2**32,LA=2**31;function UA(r,e){let t=e.length;if(typeof r.Tsize=="number"){if(r.Tsize<0)throw new Error("Tsize cannot be negative");if(!Number.isSafeInteger(r.Tsize))throw new Error("Tsize too large for encoding");t=Ys(e,t,r.Tsize)-1,e[t]=24}if(typeof r.Name=="string"){let n=hg.encode(r.Name);t-=n.length,e.set(n,t),t=Ys(e,t,n.length)-1,e[t]=18}return r.Hash&&(t-=r.Hash.length,e.set(r.Hash,t),t=Ys(e,t,r.Hash.length)-1,e[t]=10),e.length-t}function pg(r){let e=OA(r),t=new Uint8Array(e),n=e;if(r.Data&&(n-=r.Data.length,t.set(r.Data,n),n=Ys(t,n,r.Data.length)-1,t[n]=10),r.Links)for(let i=r.Links.length-1;i>=0;i--){let o=UA(r.Links[i],t.subarray(0,n));n-=o,n=Ys(t,n,o)-1,t[n]=18}return t}function DA(r){let e=0;if(r.Hash){let t=r.Hash.length;e+=1+t+Lo(t)}if(typeof r.Name=="string"){let t=hg.encode(r.Name).length;e+=1+t+Lo(t)}return typeof r.Tsize=="number"&&(e+=1+Lo(r.Tsize)),e}function OA(r){let e=0;if(r.Data){let t=r.Data.length;e+=1+t+Lo(t)}if(r.Links)for(let t of r.Links){let n=DA(t);e+=1+n+Lo(n)}return e}function Ys(r,e,t){e-=Lo(t);let n=e;for(;t>=LA;)r[e++]=t&127|128,t/=128;for(;t>=128;)r[e++]=t&127|128,t>>>=7;return r[e]=t,n}function Lo(r){return r%2===0&&r++,Math.floor((PA(r)+6)/7)}function PA(r){let e=0;return r>=fg&&(r=Math.floor(r/fg),e=32),r>=65536&&(r>>>=16,e+=16),r>=256&&(r>>>=8,e+=8),e+FA[r]}var FA=[0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8];var VA=["Data","Links"],MA=["Hash","Name","Tsize"],Zf=new TextEncoder;function yg(r,e){if(r===e)return 0;let t=r.Name?Zf.encode(r.Name):[],n=e.Name?Zf.encode(e.Name):[],i=t.length,o=n.length;for(let s=0,a=Math.min(i,o);s<a;++s)if(t[s]!==n[s]){i=t[s],o=n[s];break}return i<o?-1:o<i?1:0}function mg(r,e){return!Object.keys(r).some(t=>!e.includes(t))}function gg(r){if(typeof r.asCID=="object"){let t=F.asCID(r);if(!t)throw new TypeError("Invalid DAG-PB form");return{Hash:t}}if(typeof r!="object"||Array.isArray(r))throw new TypeError("Invalid DAG-PB form");let e={};if(r.Hash){let t=F.asCID(r.Hash);try{t||(typeof r.Hash=="string"?t=F.parse(r.Hash):r.Hash instanceof Uint8Array&&(t=F.decode(r.Hash)))}catch(n){throw new TypeError(`Invalid DAG-PB form: ${n.message}`)}t&&(e.Hash=t)}if(!e.Hash)throw new TypeError("Invalid DAG-PB form");return typeof r.Name=="string"&&(e.Name=r.Name),typeof r.Tsize=="number"&&(e.Tsize=r.Tsize),e}function Te(r){if((r instanceof Uint8Array||typeof r=="string")&&(r={Data:r}),typeof r!="object"||Array.isArray(r))throw new TypeError("Invalid DAG-PB form");let e={};if(r.Data!==void 0)if(typeof r.Data=="string")e.Data=Zf.encode(r.Data);else if(r.Data instanceof Uint8Array)e.Data=r.Data;else throw new TypeError("Invalid DAG-PB form");if(r.Links!==void 0)if(Array.isArray(r.Links))e.Links=r.Links.map(gg),e.Links.sort(yg);else throw new TypeError("Invalid DAG-PB form");else e.Links=[];return e}function Jf(r){if(!r||typeof r!="object"||Array.isArray(r)||r instanceof Uint8Array||r["/"]&&r["/"]===r.bytes)throw new TypeError("Invalid DAG-PB form");if(!mg(r,VA))throw new TypeError("Invalid DAG-PB form (extraneous properties)");if(r.Data!==void 0&&!(r.Data instanceof Uint8Array))throw new TypeError("Invalid DAG-PB form (Data must be bytes)");if(!Array.isArray(r.Links))throw new TypeError("Invalid DAG-PB form (Links must be a list)");for(let e=0;e<r.Links.length;e++){let t=r.Links[e];if(!t||typeof t!="object"||Array.isArray(t)||t instanceof Uint8Array||t["/"]&&t["/"]===t.bytes)throw new TypeError("Invalid DAG-PB form (bad link)");if(!mg(t,MA))throw new TypeError("Invalid DAG-PB form (extraneous properties on link)");if(t.Hash===void 0)throw new TypeError("Invalid DAG-PB form (link must have a Hash)");if(t.Hash==null||!t.Hash["/"]||t.Hash["/"]!==t.Hash.bytes)throw new TypeError("Invalid DAG-PB form (link Hash must be a CID)");if(t.Name!==void 0&&typeof t.Name!="string")throw new TypeError("Invalid DAG-PB form (link Name must be a string)");if(t.Tsize!==void 0){if(typeof t.Tsize!="number"||t.Tsize%1!==0)throw new TypeError("Invalid DAG-PB form (link Tsize must be an integer)");if(t.Tsize<0)throw new TypeError("Invalid DAG-PB form (link Tsize cannot be negative)")}if(e>0&&yg(t,r.Links[e-1])===-1)throw new TypeError("Invalid DAG-PB form (links must be sorted by Name bytes)")}}function wg(r,e=[]){return Te({Data:r,Links:e})}function Eg(r,e,t){return gg({Hash:t,Name:r,Tsize:e})}function xg(r){return r instanceof ArrayBuffer?new Uint8Array(r,0,r.byteLength):r}var HA="dag-pb",ve=112;function ce(r){Jf(r);let e={};return r.Links&&(e.Links=r.Links.map(t=>{let n={};return t.Hash&&(n.Hash=t.Hash.bytes),t.Name!==void 0&&(n.Name=t.Name),t.Tsize!==void 0&&(n.Tsize=t.Tsize),n})),r.Data&&(e.Data=r.Data),pg(e)}function Se(r){let e=xg(r),t=dg(e),n={};return t.Data&&(n.Data=t.Data),t.Links&&(n.Links=t.Links.map(i=>{let o={};try{o.Hash=F.decode(i.Hash)}catch{}if(!o.Hash)throw new Error("Invalid Hash field found in link, expected CID");return i.Name!==void 0&&(o.Name=i.Name),i.Tsize!==void 0&&(o.Tsize=i.Tsize),o})),n}var $A={codec:ve,*walk(r){yield*Se(r).Links.map(t=>t.Hash)}},zA={codec:Ae,*walk(){}},bg=42,KA={codec:Wn,*walk(r){let e=[],t=[];t[bg]=n=>{if(n[0]!==0)throw new Error("Invalid CID for CBOR tag 42; expected leading 0x00");let i=F.decode(n.subarray(1));return e.push(i),i},lt(r,{tags:t}),yield*e}},Qf=class extends Yn{tokenBuffer;constructor(e,t){super(e,t),this.tokenBuffer=[]}done(){return this.tokenBuffer.length===0&&super.done()}_next(){return this.tokenBuffer.length>0?this.tokenBuffer.pop():super.next()}next(){let e=this._next();if(e.type===w.map){let t=this._next();if(t.type===w.string&&t.value==="/"){let n=this._next();if(n.type===w.string){if(this._next().type!==w.break)throw new Error("Invalid encoded CID form");return this.tokenBuffer.push(n),new R(w.tag,42,0)}if(n.type===w.map){let i=this._next();if(i.type===w.string&&i.value==="bytes"){let o=this._next();if(o.type===w.string){for(let a=0;a<2;a++)if(this._next().type!==w.break)throw new Error("Invalid encoded Bytes form");let s=yr.decode(`m${o.value}`);return new R(w.bytes,s,o.value.length)}this.tokenBuffer.push(o)}this.tokenBuffer.push(i)}this.tokenBuffer.push(n)}this.tokenBuffer.push(t)}return e}},GA={codec:jn,*walk(r){let e=[],t=[];t[bg]=n=>{let i=F.parse(n);return e.push(i),i},Ws(r,{tags:t,tokenizer:new Qf(r,{tags:t,allowIndefinite:!0,allowUndefined:!0,allowNaN:!0,allowInfinity:!0,allowBigInt:!0,strict:!1,rejectDuplicateMapKeys:!1})}),yield*e}},qA={codec:Rn,*walk(){}};function vg(r=[]){let e={};return[$A,zA,KA,GA,qA,...r].forEach(t=>{e[t.codec]=t}),e}var eh=new Le("/version"),Ag=1;async function _g(r){if(!await r.has(eh)){await r.put(eh,V(`${Ag}`));return}let e=await r.get(eh),t=Z(e);if(parseInt(t,10)!==Ag)throw new Error("Unknown datastore version, a datastore migration may be required")}function Sg(r=[]){let e={};return[fe,Pu,et,...r].forEach(t=>{e[t.code]=t}),e}var Sr=class{has(e,t){return Promise.reject(new Error(".has is not implemented"))}put(e,t,n){return Promise.reject(new Error(".put is not implemented"))}async*putMany(e,t){for await(let{cid:n,block:i}of e)await this.put(n,i,t),yield n}get(e,t){return Promise.reject(new Error(".get is not implemented"))}async*getMany(e,t){for await(let n of e)yield{cid:n,block:await this.get(n,t)}}delete(e,t){return Promise.reject(new Error(".delete is not implemented"))}async*deleteMany(e,t){for await(let n of e)await this.delete(n,t),yield n}async*getAll(e){throw new Error(".getAll is not implemented")}};var Ri={};Be(Ri,{abortedError:()=>ZA,closeFailedError:()=>YA,deleteFailedError:()=>rh,getFailedError:()=>jA,hasFailedError:()=>XA,notFoundError:()=>Xn,openFailedError:()=>WA,putFailedError:()=>th});var an=Q(Ce(),1);function WA(r){return r=r??new Error("Open failed"),(0,an.default)(r,"ERR_OPEN_FAILED")}function YA(r){return r=r??new Error("Close failed"),(0,an.default)(r,"ERR_CLOSE_FAILED")}function th(r){return r=r??new Error("Put failed"),(0,an.default)(r,"ERR_PUT_FAILED")}function jA(r){return r=r??new Error("Get failed"),(0,an.default)(r,"ERR_GET_FAILED")}function rh(r){return r=r??new Error("Delete failed"),(0,an.default)(r,"ERR_DELETE_FAILED")}function XA(r){return r=r??new Error("Has failed"),(0,an.default)(r,"ERR_HAS_FAILED")}function Xn(r){return r=r??new Error("Not Found"),(0,an.default)(r,"ERR_NOT_FOUND")}function ZA(r){return r=r??new Error("Aborted"),(0,an.default)(r,"ERR_ABORTED")}var Ig=0,Nl=class extends Sr{put(e){return e}get(e){if(e.code===Ig)return e.multihash.digest;throw Xn()}has(e){return e.code===Ig}delete(){}*getAll(){}};function JA(r){return r[Symbol.asyncIterator]!=null}function QA(r,e){if(JA(r))return async function*(){for await(let a of r)await e(a)&&(yield a)}();let t=Hi(r),{value:n,done:i}=t.next();if(i===!0)return function*(){}();let o=e(n);if(typeof o.then=="function")return async function*(){await o&&(yield n);for await(let a of t)await e(a)&&(yield a)}();let s=e;return function*(){o===!0&&(yield n);for(let a of t)s(a)&&(yield a)}()}var xt=QA;var e_=oe("blockstore:core:tiered"),js=class extends Sr{stores;constructor(e){super(),this.stores=e.slice()}async put(e,t,n){try{return await Promise.all(this.stores.map(async i=>{await i.put(e,t,n)})),e}catch(i){throw th(i)}}async get(e,t){for(let n of this.stores)try{let i=await n.get(e,t);if(i!=null)return i}catch(i){e_.error(i)}throw Xn()}async has(e,t){for(let n of this.stores)if(await n.has(e,t))return!0;return!1}async delete(e,t){try{await Promise.all(this.stores.map(async n=>{await n.delete(e,t)}))}catch(n){throw rh(n)}}async*putMany(e,t={}){let n,i=this.stores.map(o=>{let s=Kt({objectMode:!0});return Jt(o.putMany(s,t)).catch(a=>{n=a}),s});try{for await(let o of e){if(n!=null)throw n;i.forEach(s=>s.push(o)),yield o.cid}}finally{i.forEach(o=>o.end())}}async*deleteMany(e,t={}){let n,i=this.stores.map(o=>{let s=Kt({objectMode:!0});return Jt(o.deleteMany(s,t)).catch(a=>{n=a}),s});try{for await(let o of e){if(n!=null)throw n;i.forEach(s=>s.push(o)),yield o}}finally{i.forEach(o=>o.end())}}async*getAll(e){let t=new Set;yield*xt(Hr(...this.stores.map(n=>n.getAll(e))),n=>{let i=n.cid.toString();return t.has(i)?!1:(t.add(i),!0)})}};function t_(r){return typeof r.retrieve=="function"}function r_(r){return typeof r.announce=="function"}var Cl=class{child;blockRetrievers;blockAnnouncers;hashers;started;log;constructor(e){this.log=e.logger.forComponent("helia:networked-storage"),this.child=new js([new Nl,e.blockstore]),this.blockRetrievers=(e.blockBrokers??[]).filter(t_),this.blockAnnouncers=(e.blockBrokers??[]).filter(r_),this.hashers=e.hashers??{},this.started=!1}isStarted(){return this.started}async start(){await _n(this.child,...new Set([...this.blockRetrievers,...this.blockAnnouncers])),this.started=!0}async stop(){await Sn(this.child,...new Set([...this.blockRetrievers,...this.blockAnnouncers])),this.started=!1}unwrap(){return this.child}async put(e,t,n={}){return await this.child.has(e)?(n.onProgress?.(new M("blocks:put:duplicate",e)),e):(n.onProgress?.(new M("blocks:put:providers:notify",e)),this.blockAnnouncers.forEach(i=>{i.announce(e,t,n)}),n.onProgress?.(new M("blocks:put:blockstore:put",e)),this.child.put(e,t,n))}async*putMany(e,t={}){let n=xt(e,async({cid:o})=>{let s=await this.child.has(o);return s&&t.onProgress?.(new M("blocks:put-many:duplicate",o)),!s}),i=vu(n,({cid:o,block:s})=>{t.onProgress?.(new M("blocks:put-many:providers:notify",o)),this.blockAnnouncers.forEach(a=>{a.announce(o,s,t)})});t.onProgress?.(new M("blocks:put-many:blockstore:put-many")),yield*this.child.putMany(i,t)}async get(e,t={}){if(t.offline!==!0&&!await this.child.has(e)){t.onProgress?.(new M("blocks:get:providers:get",e));let n=await Bg(e,this.blockRetrievers,this.hashers[e.multihash.code],{...t,log:this.log});return t.onProgress?.(new M("blocks:get:blockstore:put",e)),await this.child.put(e,n,t),t.onProgress?.(new M("blocks:get:providers:notify",e)),this.blockAnnouncers.forEach(i=>{i.announce(e,n,t)}),n}return t.onProgress?.(new M("blocks:get:blockstore:get",e)),this.child.get(e,t)}async*getMany(e,t={}){t.onProgress?.(new M("blocks:get-many:blockstore:get-many")),yield*this.child.getMany(vu(e,async n=>{if(t.offline!==!0&&!await this.child.has(n)){t.onProgress?.(new M("blocks:get-many:providers:get",n));let i=await Bg(n,this.blockRetrievers,this.hashers[n.multihash.code],{...t,log:this.log});t.onProgress?.(new M("blocks:get-many:blockstore:put",n)),await this.child.put(n,i,t),t.onProgress?.(new M("blocks:get-many:providers:notify",n)),this.blockAnnouncers.forEach(o=>{o.announce(n,i,t)})}}))}async delete(e,t={}){t.onProgress?.(new M("blocks:delete:blockstore:delete",e)),await this.child.delete(e,t)}async*deleteMany(e,t={}){t.onProgress?.(new M("blocks:delete-many:blockstore:delete-many")),yield*this.child.deleteMany(async function*(){for await(let n of e)yield n}(),t)}async has(e,t={}){return this.child.has(e,t)}async*getAll(e={}){e.onProgress?.(new M("blocks:get-all:blockstore:get-many")),yield*this.child.getAll(e)}},n_=(r,e)=>{if(e==null)throw new O(`No hasher configured for multihash code 0x${r.multihash.code.toString(16)}, please configure one. You can look up which hash this is at https://github.com/multiformats/multicodec/blob/master/table.csv`,"ERR_UNKNOWN_HASH_ALG");return async t=>{let n=await e.digest(t);if(!he(n.digest,r.multihash.digest))throw new O("Hash of downloaded block did not match multihash from passed CID","ERR_HASH_MISMATCH")}};async function Bg(r,e,t,n){let i=n_(r,t),o=new AbortController,s=ui([o.signal,n.signal]);try{return await Promise.any(e.map(async a=>{try{let c=!1,u=await a.retrieve(r,{...n,signal:s,validateFn:async l=>{await i(l),c=!0}});return c||await i(u),u}catch(c){throw n.log.error("could not retrieve verified block for %c",r,c),c}}))}finally{s.clear()}}var Ll=class{blockstore;datastore;pins;logger;routing;dagWalkers;hashers;log;constructor(e){this.logger=e.logger??Gp(),this.log=this.logger.forComponent("helia"),this.hashers=Sg(e.hashers),this.dagWalkers=vg(e.dagWalkers);let t={blockstore:e.blockstore,datastore:e.datastore,hashers:this.hashers,dagWalkers:this.dagWalkers,logger:this.logger,blockBrokers:[],...e.components??{}};t.blockBrokers=e.blockBrokers.map(i=>i(t));let n=new Cl(t);this.pins=new Al(e.datastore,n,this.dagWalkers),this.blockstore=new Sl(n,this.pins,{holdGcLock:e.holdGcLock??!0}),this.datastore=e.datastore,this.routing=new _l(t,{routers:(e.routers??[]).flatMap(i=>{let o=[i];return i[ns]!=null&&o.push(i[ns]),i[is]!=null&&o.push(i[is]),o})})}async start(){await _g(this.datastore),await _n(this.blockstore,this.datastore,this.routing)}async stop(){await Sn(this.blockstore,this.datastore,this.routing)}async gc(e={}){let t=await this.blockstore.lock.writeLock();try{let n=this,i=this.blockstore.unwrap();this.log("gc start"),await Jt(i.deleteMany(async function*(){for await(let{cid:o}of i.getAll())try{if(await n.pins.isPinned(o,e))continue;yield o,e.onProgress?.(new M("helia:gc:deleted",o))}catch(s){n.log.error("Error during gc",s),e.onProgress?.(new M("helia:gc:error",s))}}()))}finally{t()}this.log("gc finished")}};var Xs=class extends Sr{data;constructor(){super(),this.data=new Map}put(e,t){return this.data.set(Ge.encode(e.multihash.bytes),t),e}get(e){let t=this.data.get(Ge.encode(e.multihash.bytes));if(t==null)throw Xn();return t}has(e){return this.data.has(Ge.encode(e.multihash.bytes))}async delete(e){this.data.delete(Ge.encode(e.multihash.bytes))}async*getAll(){for(let[e,t]of this.data.entries())yield{cid:F.createV1(Ae,st(Ge.decode(e))),block:t}}};var yO={...Ri};var kg=Q(Ce(),1);function Ul(r){return r=r??new Error("Not Found"),(0,kg.default)(r,"ERR_NOT_FOUND")}var Rg="SHARDING";function o_(r){return r[Symbol.asyncIterator]!=null}function s_(r){if(o_(r))return(async()=>{let t=[];for await(let n of r)t.push(n);return t})();let e=[];for(let t of r)e.push(t);return e}var Uo=s_;function a_(r){return r[Symbol.asyncIterator]!=null}function c_(r,e){return a_(r)?async function*(){yield*(await Uo(r)).sort(e)}():function*(){yield*Uo(r).sort(e)}()}var Dl=c_;var cn=class{put(e,t,n){return Promise.reject(new Error(".put is not implemented"))}get(e,t){return Promise.reject(new Error(".get is not implemented"))}has(e,t){return Promise.reject(new Error(".has is not implemented"))}delete(e,t){return Promise.reject(new Error(".delete is not implemented"))}async*putMany(e,t={}){for await(let{key:n,value:i}of e)await this.put(n,i,t),yield n}async*getMany(e,t={}){for await(let n of e)yield{key:n,value:await this.get(n,t)}}async*deleteMany(e,t={}){for await(let n of e)await this.delete(n,t),yield n}batch(){let e=[],t=[];return{put(n,i){e.push({key:n,value:i})},delete(n){t.push(n)},commit:async n=>{await Jt(this.putMany(e,n)),e=[],await Jt(this.deleteMany(t,n)),t=[]}}}async*_all(e,t){throw new Error("._all is not implemented")}async*_allKeys(e,t){throw new Error("._allKeys is not implemented")}query(e,t){let n=this._all(e,t);if(e.prefix!=null){let i=e.prefix;n=xt(n,o=>o.key.toString().startsWith(i))}if(Array.isArray(e.filters)&&(n=e.filters.reduce((i,o)=>xt(i,o),n)),Array.isArray(e.orders)&&(n=e.orders.reduce((i,o)=>Dl(i,o),n)),e.offset!=null){let i=0,o=e.offset;n=xt(n,()=>i++>=o)}return e.limit!=null&&(n=Va(n,e.limit)),n}queryKeys(e,t){let n=this._allKeys(e,t);if(e.prefix!=null){let i=e.prefix;n=xt(n,o=>o.toString().startsWith(i))}if(Array.isArray(e.filters)&&(n=e.filters.reduce((i,o)=>xt(i,o),n)),Array.isArray(e.orders)&&(n=e.orders.reduce((i,o)=>Dl(i,o),n)),e.offset!=null){let i=e.offset,o=0;n=xt(n,()=>o++>=i)}return e.limit!=null&&(n=Va(n,e.limit)),n}};var Js=class extends cn{data;constructor(){super(),this.data=new Map}put(e,t){return this.data.set(e.toString(),t),e}get(e){let t=this.data.get(e.toString());if(t==null)throw Ul();return t}has(e){return this.data.has(e.toString())}delete(e){this.data.delete(e.toString())}*_all(){for(let[e,t]of this.data.entries())yield{key:new Le(e),value:t}}*_allKeys(){for(let e of this.data.keys())yield new Le(e)}};var KO=new Le(Rg);var rP=oe("datastore:core:tiered");async function Ng(r={}){let e=r.datastore??new Js,t=r.blockstore??new Xs,n=new Ll({...r,datastore:e,blockstore:t,blockBrokers:r.blockBrokers??[as()],routers:r.routers??[$s("https://delegated-ipfs.dev")]});return r.start!==!1&&await n.start(),n}var nh=Q(Ca(),1);var ih=40;function oh(r,e){if(!r.length)throw new Error("Unexpected end of data");let t=nh.default.decode(r);return e.seek(nh.default.decode.bytes),t}function sh(r){let e=new DataView(r.buffer,r.byteOffset,r.byteLength),t=0;return{version:2,characteristics:[e.getBigUint64(t,!0),e.getBigUint64(t+=8,!0)],dataOffset:Number(e.getBigUint64(t+=8,!0)),dataSize:Number(e.getBigUint64(t+=8,!0)),indexOffset:Number(e.getBigUint64(t+=8,!0))}}var Zn={Null:r=>r===null?r:void 0,Int:r=>Number.isInteger(r)?r:void 0,Float:r=>typeof r=="number"&&Number.isFinite(r)?r:void 0,String:r=>typeof r=="string"?r:void 0,Bool:r=>typeof r=="boolean"?r:void 0,Bytes:r=>r instanceof Uint8Array?r:void 0,Link:r=>r!==null&&typeof r=="object"&&r.asCID===r?r:void 0,List:r=>Array.isArray(r)?r:void 0,Map:r=>r!==null&&typeof r=="object"&&r.asCID!==r&&!Array.isArray(r)&&!(r instanceof Uint8Array)?r:void 0},Qs={"CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)":Zn.Link,"CarV1HeaderOrV2Pragma > roots (anon)":r=>{if(Zn.List(r)!==void 0){for(let e=0;e<r.length;e++){let t=r[e];if(t=Qs["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](t),t===void 0)return;if(t!==r[e]){let n=r.slice(0,e);for(let i=e;i<r.length;i++){let o=r[i];if(o=Qs["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](o),o===void 0)return;n.push(o)}return n}}return r}},Int:Zn.Int,CarV1HeaderOrV2Pragma:r=>{if(Zn.Map(r)===void 0)return;let e=Object.entries(r),t=r,n=1;for(let i=0;i<e.length;i++){let[o,s]=e[i];switch(o){case"roots":{let a=Qs["CarV1HeaderOrV2Pragma > roots (anon)"](r[o]);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.roots=a}}break;case"version":{n--;let a=Qs.Int(r[o]);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.version=a}}break;default:return}}if(!(n>0))return t}},ea={"CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)":Zn.Link,"CarV1HeaderOrV2Pragma > roots (anon)":r=>{if(Zn.List(r)!==void 0){for(let e=0;e<r.length;e++){let t=r[e];if(t=ea["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](t),t===void 0)return;if(t!==r[e]){let n=r.slice(0,e);for(let i=e;i<r.length;i++){let o=r[i];if(o=ea["CarV1HeaderOrV2Pragma > roots (anon) > valueType (anon)"](o),o===void 0)return;n.push(o)}return n}}return r}},Int:Zn.Int,CarV1HeaderOrV2Pragma:r=>{if(Zn.Map(r)===void 0)return;let e=Object.entries(r),t=r,n=1;for(let i=0;i<e.length;i++){let[o,s]=e[i];switch(o){case"roots":{let a=ea["CarV1HeaderOrV2Pragma > roots (anon)"](s);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.roots=a}}break;case"version":{n--;let a=ea.Int(s);if(a===void 0)return;if(a!==s||t!==r){if(t===r){t={};for(let c=0;c<i;c++)t[e[c][0]]=e[c][1]}t.version=a}}break;default:return}}if(!(n>0))return t}},ah={toTyped:Qs.CarV1HeaderOrV2Pragma,toRepresentation:ea.CarV1HeaderOrV2Pragma};var MP=Af();var p_=Q(Ca(),1);var GP=[new R(w.map,2),new R(w.string,"version"),new R(w.uint,1),new R(w.string,"roots")],qP=new R(w.tag,42);async function ch(r,e){let t=oh(await r.upTo(8),r);if(t===0)throw new Error("Invalid CAR header (zero length)");let n=await r.exactly(t,!0),i=ki(n);if(ah.toTyped(i)===void 0)throw new Error("Invalid CAR header format");if(i.version!==1&&i.version!==2||e!==void 0&&i.version!==e)throw new Error(`Invalid CAR version: ${i.version}${e!==void 0?` (expected ${e})`:""}`);if(i.version===1){if(!Array.isArray(i.roots))throw new Error("Invalid CAR header format");return i}if(i.roots!==void 0)throw new Error("Invalid CAR header format");let o=sh(await r.exactly(ih,!0));r.seek(o.dataOffset-r.pos);let s=await ch(r,1);return Object.assign(s,o)}function ta(r){let e=0;return{async upTo(t){return r.subarray(e,e+Math.min(t,r.length-e))},async exactly(t,n=!1){if(t>r.length-e)throw new Error("Unexpected end of data");let i=r.subarray(e,e+t);return n&&(e+=t),i},seek(t){e+=t},get pos(){return e}}}var lh=Q(Ca(),1),Ug=1;function uh(r){let e=Ks({version:Ug,roots:r}),t=lh.default.encode(e.length),n=new Uint8Array(t.length+e.length);return n.set(t,0),n.set(e,t.length),n}function Dg(r){return{async setRoots(e){let t=uh(e);await r.write(t)},async writeBlock(e){let{cid:t,bytes:n}=e;await r.write(new Uint8Array(lh.default.encode(t.bytes.length+n.length))),await r.write(t.bytes),n.length&&await r.write(n)},async close(){await r.end()},version(){return Ug}}}function Ol(){}function Og(){let r=[],e=null,t=Ol,n=!1,i=null,o=Ol,s=()=>(e||(e=new Promise(u=>{t=()=>{e=null,t=Ol,u()}})),e),a={write(u){r.push(u);let l=s();return o(),l},async end(){n=!0;let u=s();o(),await u}},c={async next(){let u=r.shift();return u?(r.length===0&&t(),{done:!1,value:u}):n?(t(),{done:!0,value:void 0}):(i||(i=new Promise(l=>{o=()=>(i=null,o=Ol,l(c.next()))})),i)}};return{writer:a,iterator:c}}var ra=class r{constructor(e,t){this._encoder=t,this._mutex=t.setRoots(e),this._ended=!1}async put(e){if(!(e.bytes instanceof Uint8Array)||!e.cid)throw new TypeError("Can only write {cid, bytes} objects");if(this._ended)throw new Error("Already closed");let t=F.asCID(e.cid);if(!t)throw new TypeError("Can only write {cid, bytes} objects");return this._mutex=this._mutex.then(()=>this._encoder.writeBlock({cid:t,bytes:e.bytes})),this._mutex}async close(){if(this._ended)throw new Error("Already closed");return await this._mutex,this._ended=!0,this._encoder.close()}version(){return this._encoder.version()}static create(e){e=w_(e);let{encoder:t,iterator:n}=Pg(),i=new r(e,t),o=new Pl(n);return{writer:i,out:o}}static createAppender(){let{encoder:e,iterator:t}=Pg();e.setRoots=()=>Promise.resolve();let n=new r([],e),i=new Pl(t);return{writer:n,out:i}}static async updateRootsInBytes(e,t){let n=ta(e);await ch(n);let i=uh(t);if(Number(n.pos)!==i.length)throw new Error(`updateRoots() can only overwrite a header of the same length (old header is ${n.pos} bytes, new header is ${i.length} bytes)`);return e.set(i,0),e}},Pl=class{constructor(e){this._iterator=e}[Symbol.asyncIterator](){if(this._iterating)throw new Error("Multiple iterator not supported");return this._iterating=!0,this._iterator}};function Pg(){let r=Og(),{writer:e,iterator:t}=r;return{encoder:Dg(e),iterator:t}}function w_(r){if(r===void 0)return[];if(!Array.isArray(r)){let t=F.asCID(r);if(!t)throw new TypeError("roots must be a single CID or an array of CIDs");return[t]}let e=[];for(let t of r){let n=F.asCID(t);if(!n)throw new TypeError("roots must be a single CID or an array of CIDs");e.push(n)}return e}var E_=1,dh=class{components;constructor(e,t){this.components=e}async import(e,t){await Jt(this.components.blockstore.putMany(tt(e.blocks(),({cid:n,bytes:i})=>({cid:n,block:i})),t))}async export(e,t,n){let i=_e(),o=Array.isArray(e)?e:[e],s=new it({concurrency:E_});s.on("idle",()=>{i.resolve()}),s.on("error",a=>{s.clear(),i.reject(a)});for(let a of o)s.add(async()=>{await this.#e(a,s,async(c,u)=>{await t.put({cid:c,bytes:u})},n)}).catch(()=>{});try{await i.promise}finally{await t.close()}}async*stream(e,t){let{writer:n,out:i}=ra.create(e);this.export(e,n,t).catch(()=>{});for await(let o of i)yield o}async#e(e,t,n,i){let o=this.components.dagWalkers[e.code];if(o==null)throw new Error(`No dag walker found for cid codec ${e.code}`);let s=await this.components.blockstore.get(e,i);await n(e,s);for await(let a of o.walk(s))t.add(async()=>{await this.#e(a,t,n,i)})}};function Fg(r,e={}){return new dh(r,e)}var fh=Q(Jc(),1);function Vg(r,e){let t=e.map((n,i)=>({record:ut(n),index:i}));return t.sort((n,i)=>{let o=n.record.sequence,s=i.record.sequence;if(o>s)return-1;if(o<s)return 1;if(n.record.validityType===We.ValidityType.EOL&&i.record.validityType===We.ValidityType.EOL){let a=fh.default.fromString(n.record.validity).toDate(),c=fh.default.fromString(i.record.validity).toDate();if(a.getTime()>c.getTime())return-1;if(a.getTime()<c.getTime())return 1}return 0}),t[0].index}var x_=r=>{let e=r.data;return e.startsWith('"')&&(e=e.substring(1)),e.endsWith('"')&&(e=e.substring(0,e.length-1)),e.replace("dnslink=","")},hh=(r,e)=>{let t=b_(r,e);return{ipfsPath:x_(t),answer:t}},b_=(r,e)=>{let t=e.Answer?.filter(n=>n.data.includes("dnslink=/ipfs")||n.data.includes("dnslink=/ipns")).pop();if(t==null)throw new O(`No dnslink records found for domain: ${r}`,"ERR_DNSLINK_NOT_FOUND");return t},na=32,Do=async(r,e,t,n={})=>{if(e===0)throw new Error("recursion limit exceeded");let i;try{i=await t(r,n)}catch(a){if(a.code!=="ENOTFOUND"&&a.code!=="ERR_DNSLINK_NOT_FOUND"&&a.code!=="ENODATA")throw a;r.startsWith("_dnslink.")?r=r.replace("_dnslink.",""):r=`_dnslink.${r}`,i=await t(r,n)}let o=i.replace("dnslink=",""),s=o.split("/")[2];try{return F.parse(s),o}catch{}return Do(s,e-1,t,n)},v_=/^dnslink=.+$/,Mg=async(r,e)=>{let i=(await r.resolveTxt(e)).flat().filter(o=>v_.test(o))[0];if(i==null)throw new O(`No dnslink records found for domain: ${e}`,"ERR_DNSLINK_NOT_FOUND");return i};var mh=Q(Mu(),1),yh=Q(zg(),1);function Fl(r,e,t){return`${r}?name=${e}&type=${t}`}async function Kg(r,e){return await(await fetch(r,{headers:new Headers({accept:"application/dns-json"}),signal:e})).json()}function Ti(r,e){return`${e}_${r}`}var ph=Object.assign((0,mh.default)("dns-over-http-resolver"),{error:(0,mh.default)("dns-over-http-resolver:error")}),gh=class{_cache;_TXTcache;_servers;_request;_abortControllers;constructor(e={}){this._cache=new yh.default({max:e?.maxCache??100}),this._TXTcache=new yh.default({max:e?.maxCache??100}),this._servers=["https://cloudflare-dns.com/dns-query","https://dns.google/resolve"],this._request=e.request??Kg,this._abortControllers=[]}cancel(){this._abortControllers.forEach(e=>{e.abort()})}getServers(){return this._servers}_getShuffledServers(){let e=[...this._servers];for(let t=e.length-1;t>0;t--){let n=Math.floor(Math.random()*t),i=e[t];e[t]=e[n],e[n]=i}return e}setServers(e){this._servers=e}async resolve(e,t="A"){switch(t){case"A":return this.resolve4(e);case"AAAA":return this.resolve6(e);case"TXT":return this.resolveTxt(e);default:throw new Error(`${t} is not supported`)}}async resolve4(e){let t="A",n=this._cache.get(Ti(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Fl(o,e,t),s.signal),c=a.Answer.map(l=>l.data),u=Math.min(...a.Answer.map(l=>l.TTL));return this._cache.set(Ti(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),ph.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryA ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}async resolve6(e){let t="AAAA",n=this._cache.get(Ti(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Fl(o,e,t),s.signal),c=a.Answer.map(l=>l.data),u=Math.min(...a.Answer.map(l=>l.TTL));return this._cache.set(Ti(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),ph.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryAaaa ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}async resolveTxt(e){let t="TXT",n=this._TXTcache.get(Ti(e,t));if(n!=null)return n;let i=!1;for(let o of this._getShuffledServers()){let s=new AbortController;this._abortControllers.push(s);try{let a=await this._request(Fl(o,e,t),s.signal),c=a.Answer.map(l=>[l.data.replace(/['"]+/g,"")]),u=Math.min(...a.Answer.map(l=>l.TTL));return this._TXTcache.set(Ti(e,t),c,{ttl:u}),c}catch{s.signal.aborted&&(i=!0),ph.error(`${o} could not resolve ${e} record ${t}`)}finally{this._abortControllers=this._abortControllers.filter(a=>a!==s)}}throw i?Object.assign(new Error("queryTxt ECANCELLED"),{code:"ECANCELLED"}):new Error(`Could not resolve ${e} record ${t}`)}clearCache(){this._cache.clear(),this._TXTcache.clear()}},Gg=gh;var Wg=Q(wh(),1),Qn=class{lru;constructor(e){this.lru=(0,Wg.default)(e)}get(e){let t=this.lru.get(e);if(t!=null){if(t.expire!=null&&t.expire<Date.now()){this.lru.remove(e);return}return t.value}}set(e,t,n){this.lru.set(e,{value:t,expire:Date.now()+n})}has(e){return this.get(e)!=null}remove(e){this.lru.remove(e)}clear(){this.lru.clear()}};var Eh=new Qn(1e3),B_=60*1e3,k_=new it({concurrency:4}),R_=async function(e,t={}){let n=new Gg({maxCache:0});if(t.nocache!==!0&&Eh.has(e)){let o=Eh.get(e);if(o!=null)return t?.onProgress?.(new M("dnslink:cache",{detail:o})),o}t.onProgress?.(new M("dnslink:query",{detail:e}));let i=await k_.add(async()=>{let o=await Mg(n,e);return t.onProgress?.(new M("dnslink:answer",{detail:o})),Eh.set(e,o,B_),o},{signal:t?.signal});if(i==null)throw new Error("No DNS response received");return i},Yg=R_;function jg(){return async(r,e={})=>Do(r,na,Yg,e)}var xh=class{routing;constructor(e){this.routing=e}async put(e,t,n={}){try{await this.routing.put(e,t,n)}catch(i){n.onProgress?.(new M("ipns:routing:helia:error",i))}}async get(e,t={}){try{return await this.routing.get(e,t)}catch(n){t.onProgress?.(new M("ipns:routing:helia:error",n))}throw new Error("Not found")}};function Xg(r){return new xh(r)}var Vl=globalThis.CustomEvent??Event;async function*Ni(r,e={}){let t=e.concurrency??1/0;t<1&&(t=1/0);let n=e.ordered==null?!1:e.ordered,i=new EventTarget,o=[],s=_e(),a=_e(),c=!1,u,l=!1;i.addEventListener("task-complete",()=>{a.resolve()}),Promise.resolve().then(async()=>{try{for await(let h of r){if(o.length===t&&(s=_e(),await s.promise),l)break;let p={done:!1};o.push(p),h().then(y=>{p.done=!0,p.ok=!0,p.value=y,i.dispatchEvent(new Vl("task-complete"))},y=>{p.done=!0,p.err=y,i.dispatchEvent(new Vl("task-complete"))})}c=!0,i.dispatchEvent(new Vl("task-complete"))}catch(h){u=h,i.dispatchEvent(new Vl("task-complete"))}});function d(){return n?o[0]?.done:!!o.find(h=>h.done)}function*m(){for(;o.length>0&&o[0].done;){let h=o[0];if(o.shift(),h.ok)yield h.value;else throw l=!0,s.resolve(),h.err;s.resolve()}}function*f(){for(;d();)for(let h=0;h<o.length;h++)if(o[h].done){let p=o[h];if(o.splice(h,1),h--,p.ok)yield p.value;else throw l=!0,s.resolve(),p.err;s.resolve()}}for(;;){if(d()||(a=_e(),await a.promise),u!=null)throw u;if(n?yield*m():yield*f(),c&&o.length===0)break}}var ia;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.key!=null&&t.key.byteLength>0&&(n.uint32(10),n.bytes(t.key)),t.value!=null&&t.value.byteLength>0&&(n.uint32(18),n.bytes(t.value)),t.timeReceived!=null&&t.timeReceived!==""&&(n.uint32(42),n.string(t.timeReceived)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={key:new Uint8Array(0),value:new Uint8Array(0),timeReceived:""},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.key=t.bytes();break;case 2:i.value=t.bytes();break;case 5:i.timeReceived=t.string();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(ia||(ia={}));function Zg(r){let e=r.getUTCFullYear(),t=String(r.getUTCMonth()+1).padStart(2,"0"),n=String(r.getUTCDate()).padStart(2,"0"),i=String(r.getUTCHours()).padStart(2,"0"),o=String(r.getUTCMinutes()).padStart(2,"0"),s=String(r.getUTCSeconds()).padStart(2,"0"),a=r.getUTCMilliseconds(),c=String(a*1e3*1e3).padStart(9,"0");return`${e}-${t}-${n}T${i}:${o}:${s}.${c}Z`}function Jg(r){let e=new RegExp("(\\d{4})-(\\d{2})-(\\d{2})T(\\d{2}):(\\d{2}):(\\d{2})\\.(\\d+)Z"),t=String(r).trim().match(e);if(t==null)throw new Error("Invalid format");let n=parseInt(t[1],10),i=parseInt(t[2],10)-1,o=parseInt(t[3],10),s=parseInt(t[4],10),a=parseInt(t[5],10),c=parseInt(t[6],10),u=parseInt(t[7].slice(0,-6),10);return new Date(Date.UTC(n,i,o,s,a,c,u))}var ei=class r{key;value;timeReceived;constructor(e,t,n){if(!(e instanceof Uint8Array))throw new Error("key must be a Uint8Array");if(!(t instanceof Uint8Array))throw new Error("value must be a Uint8Array");this.key=e,this.value=t,this.timeReceived=n}serialize(){return ia.encode(this.prepareSerialize())}prepareSerialize(){return{key:this.key,value:this.value,timeReceived:Zg(this.timeReceived)}}static deserialize(e){let t=ia.decode(e);return new r(t.key,t.value,new Date(t.timeReceived))}static fromDeserialized(e){let t=Jg(e.timeReceived);if(e.key==null)throw new Error("key missing from deserialized object");if(e.value==null)throw new Error("value missing from deserialized object");return new r(e.key,e.value,t)}};var Qg;(function(r){r[r.SEND_QUERY=0]="SEND_QUERY",r[r.PEER_RESPONSE=1]="PEER_RESPONSE",r[r.FINAL_PEER=2]="FINAL_PEER",r[r.QUERY_ERROR=3]="QUERY_ERROR",r[r.PROVIDER=4]="PROVIDER",r[r.VALUE=5]="VALUE",r[r.ADD_PEER=6]="ADD_PEER",r[r.DIAL_PEER=7]="DIAL_PEER"})(Qg||(Qg={}));function bh(r){return new Le("/dht/record/"+Z(r,"base32"),!1)}function ew(r){return{async put(e,t,n={}){try{let i=bh(e),o=new ei(e,t,new Date);n.onProgress?.(new M("ipns:routing:datastore:put")),await r.put(i,o.serialize(),n)}catch(i){throw n.onProgress?.(new M("ipns:routing:datastore:error",i)),i}},async get(e,t={}){try{let n=bh(e);t.onProgress?.(new M("ipns:routing:datastore:get"));let i=await r.get(n,t);return ei.deserialize(i).value}catch(n){throw t.onProgress?.(new M("ipns:routing:datastore:error",n)),n}},async has(e,t={}){let n=bh(e);return r.has(n,t)}}}var Ci=oe("helia:ipns"),N_=60*1e3,tw=60*N_,C_=24*tw,vh=23*tw,Ah=class{routers;localStore;timeout;defaultResolvers;constructor(e,t=[],n=[]){this.routers=[Xg(e.routing),...t],this.localStore=ew(e.datastore),this.defaultResolvers=n.length>0?n:[jg()]}async publish(e,t,n={}){try{let i=1n,o=ko(e);if(await this.localStore.has(o,n)){let c=await this.localStore.get(o,n);i=ut(c).sequence+1n}let s=await My(e,t,i,n.lifetime??C_,n),a=sn(s);return await this.localStore.put(o,a,n),n.offline!==!0&&await Promise.all(this.routers.map(async c=>{await c.put(o,a,n)})),s}catch(i){throw n.onProgress?.(new M("ipns:publish:error",i)),i}}async resolve(e,t={}){let n=ko(e),i=await this.#t(n,t);return this.#e(i.value,t)}async resolveDns(e,t={}){let n=t.resolvers??this.defaultResolvers,i=await Promise.any(n.map(async o=>o(e,t)));return this.#e(i,t)}republish(e={}){if(this.timeout!=null)throw new Error("Republish is already running");e.signal?.addEventListener("abort",()=>{clearTimeout(this.timeout)});async function t(){let n=Date.now();e.onProgress?.(new M("ipns:republish:start"));let o=Date.now()-n,s=vh-o;s<0&&(s=e.interval??vh),setTimeout(()=>{t().catch(a=>{Ci.error("error republishing",a)})},s)}this.timeout=setTimeout(()=>{t().catch(n=>{Ci.error("error republishing",n)})},e.interval??vh)}async#e(e,t={}){let n=e.split("/");try{let i=n[1];if(i==="ipns"){let{cid:o}=await this.resolve(It(n[2]),t),s=n.slice(3).join("/");return{cid:o,path:s}}else if(i==="ipfs"){let o=F.parse(n[2]),s=n.slice(3).join("/");return{cid:o,path:s}}}catch(i){Ci.error("error parsing ipfs path",i)}throw Ci.error("invalid ipfs path %s",e),new Error("Invalid value")}async#t(e,t={}){let n=[this.localStore,...this.routers];t.offline===!0&&(n=[this.localStore]);let i=[],o=0;if(await Promise.all(n.map(async a=>{let c;try{c=await a.get(e,{...t,validate:!1})}catch(u){a===this.localStore&&u.code==="ERR_NOT_FOUND"?Ci("did not have record locally"):Ci.error("error finding IPNS record",u);return}try{await pl(e,c),i.push(c)}catch(u){o++,Ci.error("error finding IPNS record",u)}})),i.length===0)throw o>0?new O(`${o>1?`${o} records`:"Record"} found for routing key ${o>1?"were":"was"} invalid`,"ERR_RECORDS_FAILED_VALIDATION"):new O("Could not find record for routing key","ERR_NOT_FOUND");let s=i[Vg(e,i)];return await this.localStore.put(e,s,t),ut(s)}};function rw(r,{routers:e=[],resolvers:t=[]}={}){return new Ah(r,e,t)}var wS=Q(Uh(),1),ES=Q(Lw(),1);var HF=new Qn(1e3),$F=60*1e3;var Kh=new Qn(1e3),xS=60*1e3;function Gl(r){let e=new it({concurrency:4}),t=async(n,i={})=>{let o=new URLSearchParams;o.set("name",n),o.set("type","TXT");let s=o.toString();if(i.nocache!==!0&&Kh.has(s)){let c=Kh.get(s);if(c!=null)return i.onProgress?.(new M("dnslink:cache",{detail:c})),c}i.onProgress?.(new M("dnslink:query",{detail:n}));let a=await e.add(async()=>{let c=await fetch(`${r}?${o}`,{headers:{accept:"application/dns-json"},signal:i.signal});if(c.status!==200)throw new Error(`Unexpected HTTP status: ${c.status} - ${c.statusText}`);let u=new URL(c.url).search.slice(1),l=await c.json();i.onProgress?.(new M("dnslink:answer",{detail:l}));let{ipfsPath:d,answer:m}=hh(n,l);return Kh.set(u,d,m.TTL??xS),d},{signal:i.signal});if(a==null)throw new Error("No DNS response received");return a};return async(n,i={})=>Do(n,na,t,i)}var Xh=Q(Ce(),1);function bS(r){return r[Symbol.asyncIterator]!=null}function vS(r,e=1){return e=Number(e),bS(r)?async function*(){let t=[];if(e<1&&(e=1),e!==Math.round(e))throw new Error("Batch size must be an integer");for await(let n of r)for(t.push(n);t.length>=e;)yield t.slice(0,e),t=t.slice(e);for(;t.length>0;)yield t.slice(0,e),t=t.slice(e)}():function*(){let t=[];if(e<1&&(e=1),e!==Math.round(e))throw new Error("Batch size must be an integer");for(let n of r)for(t.push(n);t.length>=e;)yield t.slice(0,e),t=t.slice(e);for(;t.length>0;)yield t.slice(0,e),t=t.slice(e)}()}var aa=vS;async function*ca(r,e=1){for await(let t of aa(r,e)){let n=t.map(async i=>i().then(o=>({ok:!0,value:o}),o=>({ok:!1,err:o})));for(let i=0;i<n.length;i++){let o=await n[i];if(o.ok)yield o.value;else throw o.err}}}var AS=262144,la=(r={})=>{let e=r.chunkSize??AS;return async function*(n){let i=new zt,o=0,s=!1;for await(let a of n)for(i.append(a),o+=a.length;o>=e;)if(yield i.slice(0,e),s=!0,e===i.length)i=new zt,o=0;else{let c=new zt;c.append(i.sublist(e)),i=c,o-=e}(!s||o>0)&&(yield i.subarray(0,o))}};var Gh=Q(Ce(),1);var dr;(function(r){let e;(function(i){i.Raw="Raw",i.Directory="Directory",i.File="File",i.Metadata="Metadata",i.Symlink="Symlink",i.HAMTShard="HAMTShard"})(e=r.DataType||(r.DataType={}));let t;(function(i){i[i.Raw=0]="Raw",i[i.Directory=1]="Directory",i[i.File=2]="File",i[i.Metadata=3]="Metadata",i[i.Symlink=4]="Symlink",i[i.HAMTShard=5]="HAMTShard"})(t||(t={})),function(i){i.codec=()=>yi(t)}(e=r.DataType||(r.DataType={}));let n;r.codec=()=>(n==null&&(n=$t((i,o,s={})=>{if(s.lengthDelimited!==!1&&o.fork(),i.Type!=null&&(o.uint32(8),r.DataType.codec().encode(i.Type,o)),i.Data!=null&&(o.uint32(18),o.bytes(i.Data)),i.filesize!=null&&(o.uint32(24),o.uint64(i.filesize)),i.blocksizes!=null)for(let a of i.blocksizes)o.uint32(32),o.uint64(a);i.hashType!=null&&(o.uint32(40),o.uint64(i.hashType)),i.fanout!=null&&(o.uint32(48),o.uint64(i.fanout)),i.mode!=null&&(o.uint32(56),o.uint32(i.mode)),i.mtime!=null&&(o.uint32(66),ql.codec().encode(i.mtime,o)),s.lengthDelimited!==!1&&o.ldelim()},(i,o)=>{let s={blocksizes:[]},a=o==null?i.len:i.pos+o;for(;i.pos<a;){let c=i.uint32();switch(c>>>3){case 1:s.Type=r.DataType.codec().decode(i);break;case 2:s.Data=i.bytes();break;case 3:s.filesize=i.uint64();break;case 4:s.blocksizes.push(i.uint64());break;case 5:s.hashType=i.uint64();break;case 6:s.fanout=i.uint64();break;case 7:s.mode=i.uint32();break;case 8:s.mtime=ql.codec().decode(i,i.uint32());break;default:i.skipType(c&7);break}}return s})),n),r.encode=i=>Ht(i,r.codec()),r.decode=i=>Vt(i,r.codec())})(dr||(dr={}));var ql;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.Seconds!=null&&(n.uint32(8),n.int64(t.Seconds)),t.FractionalNanoseconds!=null&&(n.uint32(21),n.fixed32(t.FractionalNanoseconds)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.Seconds=t.int64();break;case 2:i.FractionalNanoseconds=t.fixed32();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(ql||(ql={}));var Uw;(function(r){let e;r.codec=()=>(e==null&&(e=$t((t,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),t.MimeType!=null&&(n.uint32(10),n.string(t.MimeType)),i.lengthDelimited!==!1&&n.ldelim()},(t,n)=>{let i={},o=n==null?t.len:t.pos+n;for(;t.pos<o;){let s=t.uint32();switch(s>>>3){case 1:i.MimeType=t.string();break;default:t.skipType(s&7);break}}return i})),e),r.encode=t=>Ht(t,r.codec()),r.decode=t=>Vt(t,r.codec())})(Uw||(Uw={}));var Dw={Raw:"raw",Directory:"directory",File:"file",Metadata:"metadata",Symlink:"symlink",HAMTShard:"hamt-sharded-directory"},_S=["directory","hamt-sharded-directory"],Ow=parseInt("0644",8),Pw=parseInt("0755",8),j=class r{static unmarshal(e){let t=dr.decode(e),n=new r({type:Dw[t.Type!=null?t.Type.toString():"File"],data:t.Data,blockSizes:t.blocksizes,mode:t.mode,mtime:t.mtime!=null?{secs:t.mtime.Seconds??0n,nsecs:t.mtime.FractionalNanoseconds}:void 0,fanout:t.fanout});return n._originalMode=t.mode??0,n}type;data;blockSizes;hashType;fanout;mtime;_mode;_originalMode;constructor(e={type:"file"}){let{type:t,data:n,blockSizes:i,hashType:o,fanout:s,mtime:a,mode:c}=e;if(t!=null&&!Object.values(Dw).includes(t))throw(0,Gh.default)(new Error("Type: "+t+" is not valid"),"ERR_INVALID_TYPE");this.type=t??"file",this.data=n,this.hashType=o,this.fanout=s,this.blockSizes=i??[],this._originalMode=0,this.mode=c,this.mtime=a}set mode(e){e==null?this._mode=this.isDirectory()?Pw:Ow:this._mode=e&4095}get mode(){return this._mode}isDirectory(){return _S.includes(this.type)}addBlockSize(e){this.blockSizes.push(e)}removeBlockSize(e){this.blockSizes.splice(e,1)}fileSize(){if(this.isDirectory())return 0n;let e=0n;return this.blockSizes.forEach(t=>{e+=t}),this.data!=null&&(e+=BigInt(this.data.length)),e}marshal(){let e;switch(this.type){case"raw":e=dr.DataType.Raw;break;case"directory":e=dr.DataType.Directory;break;case"file":e=dr.DataType.File;break;case"metadata":e=dr.DataType.Metadata;break;case"symlink":e=dr.DataType.Symlink;break;case"hamt-sharded-directory":e=dr.DataType.HAMTShard;break;default:throw(0,Gh.default)(new Error(`Type: ${e} is not valid`),"ERR_INVALID_TYPE")}let t=this.data;(this.data==null||this.data.length===0)&&(t=void 0);let n;this.mode!=null&&(n=this._originalMode&4294963200|(this.mode??0),n===Ow&&!this.isDirectory()&&(n=void 0),n===Pw&&this.isDirectory()&&(n=void 0));let i;return this.mtime!=null&&(i={Seconds:this.mtime.secs,FractionalNanoseconds:this.mtime.nsecs}),dr.encode({Type:e,Data:t,filesize:this.isDirectory()?void 0:this.fileSize(),blocksizes:this.blockSizes,hashType:this.hashType,fanout:this.fanout,mode:n,mtime:i})}};var fr=async(r,e,t)=>{t.codec==null&&(t.codec=Oe);let n=await fe.digest(r),i=F.create(t.cidVersion,t.codec.code,n);return await e.put(i,r,t),i};function Fw(r){return async function*(t,n){let i=0n;for await(let o of t.content)yield async()=>{let s,a={codec:Oe,cidVersion:r.cidVersion,onProgress:r.onProgress};r.rawLeaves?(a.codec=Mt,a.cidVersion=1):(s=new j({type:r.leafType,data:o}),o=ce({Data:s.marshal(),Links:[]}));let c=await fr(o,n,a);return i+=BigInt(o.byteLength),r.onProgress?.(new M("unixfs:importer:progress:file:write",{bytesWritten:i,cid:c,path:t.path})),{cid:c,unixfs:s,size:BigInt(o.length),block:o}}}}var qh=Q(Ce(),1);var Vw=async(r,e,t)=>{let n=new j({type:"directory",mtime:r.mtime,mode:r.mode}),i=ce(Te({Data:n.marshal()})),o=await fr(i,e,t),s=r.path;return{cid:o,path:s,unixfs:n,size:BigInt(i.length),originalPath:r.originalPath,block:i}};async function*SS(r,e,t){let n=-1,i;for await(let o of ca(t.bufferImporter(r,e),t.blockWriteConcurrency)){if(n++,n===0){i={...o,single:!0};continue}else n===1&&i!=null&&(yield{...i,block:void 0,single:void 0},i=void 0);yield{...o,block:void 0}}i!=null&&(yield i)}function Mw(r){return r.single===!0}var IS=(r,e,t)=>async function(i){if(i.length===1&&Mw(i[0])&&t.reduceSingleLeafToSelf){let l=i[0],d=l.block;return Mw(l)&&(r.mtime!==void 0||r.mode!==void 0)&&(l.unixfs=new j({type:"file",mtime:r.mtime,mode:r.mode,data:l.block}),d={Data:l.unixfs.marshal(),Links:[]},l.block=ce(Te(d)),l.cid=await fr(l.block,e,{...t,cidVersion:t.cidVersion}),l.size=BigInt(l.block.length)),t.onProgress?.(new M("unixfs:importer:progress:file:layout",{cid:l.cid,path:l.originalPath})),{cid:l.cid,path:r.path,unixfs:l.unixfs,size:l.size,originalPath:l.originalPath}}let o=new j({type:"file",mtime:r.mtime,mode:r.mode}),s=i.filter(l=>l.cid.code===Ae&&l.size>0||l.unixfs!=null&&l.unixfs.data==null&&l.unixfs.fileSize()>0n?!0:!!l.unixfs?.data?.length).map(l=>l.cid.code===Ae?(o.addBlockSize(l.size),{Name:"",Tsize:Number(l.size),Hash:l.cid}):(l.unixfs==null||l.unixfs.data==null?o.addBlockSize(l.unixfs?.fileSize()??0n):o.addBlockSize(BigInt(l.unixfs.data.length)),{Name:"",Tsize:Number(l.size),Hash:l.cid})),a={Data:o.marshal(),Links:s},c=ce(Te(a)),u=await fr(c,e,t);return t.onProgress?.(new M("unixfs:importer:progress:file:layout",{cid:u,path:r.originalPath})),{cid:u,path:r.path,unixfs:o,size:BigInt(c.length+a.Links.reduce((l,d)=>l+(d.Tsize??0),0)),originalPath:r.originalPath,block:c}},Hw=async(r,e,t)=>t.layout(SS(r,e,t),IS(r,e,t));function BS(r){return Symbol.iterator in r}function kS(r){return Symbol.asyncIterator in r}function RS(r){try{if(r instanceof Uint8Array)return async function*(){yield r}();if(BS(r))return async function*(){yield*r}();if(kS(r))return r}catch{throw(0,qh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}throw(0,qh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}function $w(r){return async function*(t,n){for await(let i of t){let o;if(i.path!=null&&(o=i.path,i.path=i.path.split("/").filter(s=>s!=null&&s!==".").join("/")),TS(i)){let s={path:i.path,mtime:i.mtime,mode:i.mode,content:async function*(){let a=0n;for await(let c of r.chunker(r.chunkValidator(RS(i.content)))){let u=BigInt(c.byteLength);a+=u,r.onProgress?.(new M("unixfs:importer:progress:file:read",{bytesRead:a,chunkSize:u,path:i.path})),yield c}}(),originalPath:o};yield async()=>Hw(s,n,r)}else if(i.path!=null){let s={path:i.path,mtime:i.mtime,mode:i.mode,originalPath:o};yield async()=>Vw(s,n,r)}else throw new Error("Import candidate must have content or path or both")}}}function TS(r){return r.content!=null}var Wh=Q(Ce(),1);var zw=()=>async function*(e){for await(let t of e){if(t.length===void 0)throw(0,Wh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT");if(typeof t=="string"||t instanceof String)yield V(t.toString());else if(Array.isArray(t))yield Uint8Array.from(t);else if(t instanceof Uint8Array)yield t;else throw(0,Wh.default)(new Error("Content was invalid"),"ERR_INVALID_CONTENT")}};var NS=174;function ua(r){let e=r?.maxChildrenPerNode??NS;return async function t(n,i){let o=[];for await(let s of aa(n,e))o.push(await i(s));return o.length>1?t(o,i):o[0]}}var Dr=class{options;root;dir;path;dirty;flat;parent;parentKey;unixfs;mode;mtime;cid;size;nodeSize;constructor(e,t){this.options=t??{},this.root=e.root,this.dir=e.dir,this.path=e.path,this.dirty=e.dirty,this.flat=e.flat,this.parent=e.parent,this.parentKey=e.parentKey,this.unixfs=e.unixfs,this.mode=e.mode,this.mtime=e.mtime}},da=F.parse("QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"),fa=F.parse("zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi");var Oi=class extends Dr{_children;constructor(e,t){super(e,t),this._children=new Map}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,this._children.set(e,t)}async get(e){return Promise.resolve(this._children.get(e))}childCount(){return this._children.size}directChildrenCount(){return this.childCount()}onlyChild(){return this._children.values().next().value}async*eachChildSeries(){for(let[e,t]of this._children.entries())yield{key:e,child:t}}estimateNodeSize(){if(this.nodeSize!==void 0)return this.nodeSize;this.nodeSize=0;for(let[e,t]of this._children.entries())t.size!=null&&t.cid!=null&&(this.nodeSize+=e.length+(this.options.cidVersion===1?fa.bytes.byteLength:da.bytes.byteLength));return this.nodeSize}async*flush(e){let t=[];for(let[c,u]of this._children.entries()){let l=u;if(u instanceof Dr)for await(let d of u.flush(e))l=d,yield d;l.size!=null&&l.cid!=null&&t.push({Name:c,Tsize:Number(l.size),Hash:l.cid})}let n=new j({type:"directory",mtime:this.mtime,mode:this.mode}),i={Data:n.marshal(),Links:t},o=ce(Te(i)),s=await fr(o,e,this.options),a=o.length+i.Links.reduce((c,u)=>c+(u.Tsize==null?0:u.Tsize),0);this.cid=s,this.size=a,yield{cid:s,unixfs:n,path:this.path,size:BigInt(a)}}};var Yl=Q(qw(),1);function CS(r){let e=new Array(4);for(let t=0;t<4;t++)e[t]=r&255,r=r>>8;return new Uint8Array(e)}var Q9=di({name:"murmur3-32",code:35,encode:r=>CS(Yl.default.x86.hash32(r))}),Pi=di({name:"murmur3-128",code:34,encode:r=>$i.fromHex(Yl.default.x64.hash128(r))}),eV=di({name:"murmur3-x64-64",code:34,encode:r=>$i.fromHex(Yl.default.x64.hash128(r)).subarray(0,8)});var jw=Q(jl(),1);var Dt=class r{_options;_popCount;_parent;_posAtParent;_children;key;constructor(e,t,n=0){this._options=e,this._popCount=0,this._parent=t,this._posAtParent=n,this._children=new jw.default,this.key=null}async put(e,t){let n=await this._findNewBucketAndPos(e);n.bucket._putAt(n,e,t)}async get(e){let t=await this._findChild(e);if(t!=null)return t.value}async del(e){let t=await this._findPlace(e),n=t.bucket._at(t.pos);n!=null&&n.key===e&&t.bucket._delAt(t.pos)}leafCount(){return this._children.compactArray().reduce((t,n)=>n instanceof r?t+n.leafCount():t+1,0)}childrenCount(){return this._children.length}onlyChild(){return this._children.get(0)}*eachLeafSeries(){let e=this._children.compactArray();for(let t of e)t instanceof r?yield*t.eachLeafSeries():yield t}serialize(e,t){let n=[];return t(this._children.reduce((i,o,s)=>(o!=null&&(o instanceof r?i.push(o.serialize(e,t)):i.push(e(o,s))),i),n))}async asyncTransform(e,t){return Xw(this,e,t)}toJSON(){return this.serialize(PS,FS)}prettyPrint(){return JSON.stringify(this.toJSON(),null," ")}tableSize(){return Math.pow(2,this._options.bits)}async _findChild(e){let t=await this._findPlace(e),n=t.bucket._at(t.pos);if(!(n instanceof r)&&n!=null&&n.key===e)return n}async _findPlace(e){let t=this._options.hash(typeof e=="string"?V(e):e),n=await t.take(this._options.bits),i=this._children.get(n);return i instanceof r?i._findPlace(t):{bucket:this,pos:n,hash:t,existingChild:i}}async _findNewBucketAndPos(e){let t=await this._findPlace(e);if(t.existingChild!=null&&t.existingChild.key!==e){let n=new r(this._options,t.bucket,t.pos);t.bucket._putObjectAt(t.pos,n);let i=await n._findPlace(t.existingChild.hash);return i.bucket._putAt(i,t.existingChild.key,t.existingChild.value),n._findNewBucketAndPos(t.hash)}return t}_putAt(e,t,n){this._putObjectAt(e.pos,{key:t,value:n,hash:e.hash})}_putObjectAt(e,t){this._children.get(e)==null&&this._popCount++,this._children.set(e,t)}_delAt(e){if(e===-1)throw new Error("Invalid position");this._children.get(e)!=null&&this._popCount--,this._children.unset(e),this._level()}_level(){if(this._parent!=null&&this._popCount<=1)if(this._popCount===1){let e=this._children.find(OS);if(e!=null&&!(e instanceof r)){let t=e.hash;t.untake(this._options.bits);let n={pos:this._posAtParent,hash:t,bucket:this._parent};this._parent._putAt(n,e.key,e.value)}}else this._parent._delAt(this._posAtParent)}_at(e){return this._children.get(e)}};function OS(r){return!!r}function PS(r,e){return r.key}function FS(r){return r}async function Xw(r,e,t){let n=[];for(let i of r._children.compactArray())if(i instanceof Dt)await Xw(i,e,t);else{let o=await e(i);n.push({bitField:r._children.bitField(),children:o})}return t(n)}var VS=[255,254,252,248,240,224,192,128],MS=[1,3,7,15,31,63,127,255],Xl=class{_value;_currentBytePos;_currentBitPos;constructor(e){this._value=e,this._currentBytePos=e.length-1,this._currentBitPos=7}availableBits(){return this._currentBitPos+1+this._currentBytePos*8}totalBits(){return this._value.length*8}take(e){let t=e,n=0;for(;t>0&&this._haveBits();){let i=this._value[this._currentBytePos],o=this._currentBitPos+1,s=Math.min(o,t),a=HS(i,o-s,s);n=(n<<s)+a,t-=s,this._currentBitPos-=s,this._currentBitPos<0&&(this._currentBitPos=7,this._currentBytePos--)}return n}untake(e){for(this._currentBitPos+=e;this._currentBitPos>7;)this._currentBitPos-=8,this._currentBytePos+=1}_haveBits(){return this._currentBytePos>=0}};function HS(r,e,t){let n=$S(e,t);return(r&n)>>>e}function $S(r,e){return VS[r]&MS[Math.min(e+r-1,7)]}function Zw(r){function e(t){return t instanceof Zl?t:new Zl(t,r)}return e}var Zl=class{_value;_hashFn;_depth;_availableBits;_currentBufferIndex;_buffers;constructor(e,t){if(!(e instanceof Uint8Array))throw new Error("can only hash Uint8Arrays");this._value=e,this._hashFn=t,this._depth=-1,this._availableBits=0,this._currentBufferIndex=0,this._buffers=[]}async take(e){let t=e;for(;this._availableBits<t;)await this._produceMoreBits();let n=0;for(;t>0;){let i=this._buffers[this._currentBufferIndex],o=Math.min(i.availableBits(),t),s=i.take(o);n=(n<<o)+s,t-=o,this._availableBits-=o,i.availableBits()===0&&this._currentBufferIndex++}return n}untake(e){let t=e;for(;t>0;){let n=this._buffers[this._currentBufferIndex],i=Math.min(n.totalBits()-n.availableBits(),t);n.untake(i),t-=i,this._availableBits+=i,this._currentBufferIndex>0&&n.totalBits()===n.availableBits()&&(this._depth--,this._currentBufferIndex--)}}async _produceMoreBits(){this._depth++;let e=this._depth>0?ye([this._value,Uint8Array.from([this._depth])]):this._value,t=await this._hashFn(e),n=new Xl(t);this._buffers.push(n),this._availableBits+=n.availableBits()}};function Ho(r){if(r==null||r.hashFn==null)throw new Error("please define an options.hashFn");let e={bits:r.bits??8,hash:Zw(r.hashFn)};return new Dt(e)}async function zS(r){return(await Pi.encode(r)).slice(0,8).reverse()}var Jw=BigInt(34),KS=8,Yh=class extends Dr{_bucket;constructor(e,t){super(e,t),this._bucket=Ho({hashFn:zS,bits:t.shardFanoutBits??KS})}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,await this._bucket.put(e,t)}async get(e){return this._bucket.get(e)}childCount(){return this._bucket.leafCount()}directChildrenCount(){return this._bucket.childrenCount()}onlyChild(){return this._bucket.onlyChild()}async*eachChildSeries(){for await(let{key:e,value:t}of this._bucket.eachLeafSeries())yield{key:e,child:t}}estimateNodeSize(){return this.nodeSize!==void 0?this.nodeSize:(this.nodeSize=t2(this._bucket,this,this.options),this.nodeSize)}async*flush(e){for await(let t of e2(this._bucket,e,this,this.options))yield{...t,path:this.path}}},Qw=Yh;async function*e2(r,e,t,n){let i=r._children,o=(r.tableSize()-1).toString(16).length,s=[],a=0n;for(let h=0;h<i.length;h++){let p=i.get(h);if(p==null)continue;let y=h.toString(16).toUpperCase().padStart(o,"0");if(p instanceof Dt){let g;for await(let x of e2(p,e,null,n))g=x;if(g==null)throw new Error("Could not flush sharded directory, no subshard found");s.push({Name:y,Tsize:Number(g.size),Hash:g.cid}),a+=g.size}else if(GS(p.value)){let g=p.value,x;for await(let _ of g.flush(e))x=_,yield x;if(x==null)throw new Error("Did not flush dir");let E=y+p.key;s.push({Name:E,Tsize:Number(x.size),Hash:x.cid}),a+=x.size}else{let g=p.value;if(g.cid==null)continue;let x=y+p.key,E=g.size;s.push({Name:x,Tsize:Number(E),Hash:g.cid}),a+=BigInt(E??0)}}let c=Uint8Array.from(i.bitField().reverse()),u=new j({type:"hamt-sharded-directory",data:c,fanout:BigInt(r.tableSize()),hashType:Jw,mtime:t?.mtime,mode:t?.mode}),l={Data:u.marshal(),Links:s},d=ce(Te(l)),m=await fr(d,e,n),f=BigInt(d.byteLength)+a;yield{cid:m,unixfs:u,size:f}}function GS(r){return typeof r.flush=="function"}function t2(r,e,t){let n=r._children,i=(r.tableSize()-1).toString(16).length,o=[];for(let u=0;u<n.length;u++){let l=n.get(u);if(l==null)continue;let d=u.toString(16).toUpperCase().padStart(i,"0");if(l instanceof Dt){let m=t2(l,null,t);o.push({Name:d,Tsize:Number(m),Hash:t.cidVersion===0?da:fa})}else if(typeof l.value.flush=="function"){let f=l.value.nodeSize();o.push({Name:d+l.key,Tsize:Number(f),Hash:t.cidVersion===0?da:fa})}else{let m=l.value;if(m.cid==null)continue;let f=d+l.key,h=m.size;o.push({Name:f,Tsize:Number(h),Hash:m.cid})}}let s=Uint8Array.from(n.bitField().reverse()),a=new j({type:"hamt-sharded-directory",data:s,fanout:BigInt(r.tableSize()),hashType:Jw,mtime:e?.mtime,mode:e?.mode});return ce(Te({Data:a.marshal(),Links:o})).length}async function jh(r,e,t,n){let i=e;e instanceof Oi&&e.estimateNodeSize()>t&&(i=await qS(e,n));let o=i.parent;if(o!=null){if(i!==e){if(r!=null&&(r.parent=i),i.parentKey==null)throw new Error("No parent key found");await o.put(i.parentKey,i)}return jh(i,o,t,n)}return i}async function qS(r,e){let t=new Qw({root:r.root,dir:!0,parent:r.parent,parentKey:r.parentKey,path:r.path,dirty:r.dirty,flat:!1,mtime:r.mtime,mode:r.mode},e);for await(let{key:n,child:i}of r.eachChildSeries())await t.put(n,i);return t}var r2=(r="")=>r.split(/(?<!\\)\//).filter(Boolean);async function WS(r,e,t){let n=r2(r.path??""),i=n.length-1,o=e,s="";for(let a=0;a<n.length;a++){let c=n[a];s+=`${s!==""?"/":""}${c}`;let u=a===i;if(o.dirty=!0,o.cid=void 0,o.size=void 0,u)await o.put(c,r),e=await jh(null,o,t.shardSplitThresholdBytes,t);else{let l=await o.get(c);(l==null||!(l instanceof Dr))&&(l=new Oi({root:!1,dir:!0,parent:o,parentKey:c,path:s,dirty:!0,flat:!0,mtime:l?.unixfs?.mtime,mode:l?.unixfs?.mode},t)),await o.put(c,l),o=l}}return e}async function*n2(r,e){if(!(r instanceof Dr)){r.unixfs?.isDirectory()===!0&&(yield r);return}yield*r.flush(e)}function i2(r){return async function*(t,n){let i=new Oi({root:!0,dir:!0,path:"",dirty:!0,flat:!0},r),o,s=!1;for await(let a of t){if(a==null)continue;let c=`${a.originalPath??""}`.split("/")[0];c!=null&&c!==""&&(o==null?(o=c,s=!0):o!==c&&(s=!1)),i=await WS(a,i,r),(a.unixfs==null||!a.unixfs.isDirectory())&&(yield a)}if(r.wrapWithDirectory||s&&i.childCount()>1)yield*n2(i,n);else for await(let a of i.eachChildSeries())a!=null&&(yield*n2(a.child,n))}}async function*ni(r,e,t={}){let n;Symbol.asyncIterator in r||Symbol.iterator in r?n=r:n=[r];let i=t.wrapWithDirectory??!1,o=t.shardSplitThresholdBytes??262144,s=t.shardFanoutBits??8,a=t.cidVersion??1,c=t.rawLeaves??!0,u=t.leafType??"file",l=t.fileImportConcurrency??50,d=t.blockWriteConcurrency??10,m=t.reduceSingleLeafToSelf??!0,f=t.chunker??la(),h=t.chunkValidator??zw(),p=t.dagBuilder??$w({chunker:f,chunkValidator:h,wrapWithDirectory:i,layout:t.layout??ua(),bufferImporter:t.bufferImporter??Fw({cidVersion:a,rawLeaves:c,leafType:u,onProgress:t.onProgress}),blockWriteConcurrency:d,reduceSingleLeafToSelf:m,cidVersion:a,onProgress:t.onProgress}),y=t.treeBuilder??i2({wrapWithDirectory:i,shardSplitThresholdBytes:o,shardFanoutBits:s,cidVersion:a,onProgress:t.onProgress});for await(let g of y(ca(p(n,e),l),e))yield{cid:g.cid,path:g.path,unixfs:g.unixfs,size:g.size}}async function Jl(r,e,t={}){let n=await Ii(ni([r],e,t));if(n==null)throw(0,Xh.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function o2(r,e,t={}){let n=await Ii(ni([r],e,t));if(n==null)throw(0,Xh.default)(new Error("Nothing imported"),"ERR_INVALID_PARAMS");return n}async function s2(r,e,t={}){return Jl({content:r},e,t)}async function a2(r,e,t={}){return Jl({content:r},e,t)}var QS=Q(Ce(),1),e4=Q(x2(),1);var ga={cidVersion:1,rawLeaves:!0,layout:ua({maxChildrenPerNode:1024}),chunker:la({chunkSize:1048576})};async function*b2(r,e,t={}){yield*ni(r,e,{...ga,...t})}async function v2(r,e,t={}){let{cid:n}=await s2(r,e,{...ga,...t});return n}async function A2(r,e,t={}){let{cid:n}=await a2(r,e,{...ga,...t});return n}async function _2(r,e,t={}){let{cid:n}=await Jl(r,e,{...ga,...t});return n}async function S2(r,e,t={}){let{cid:n}=await o2({...r,path:r.path??"-"},e,{...ga,...t});return n}var eu=Q(Ce(),1);function t4(r){return r[Symbol.asyncIterator]!=null}function r4(r){if(t4(r))return(async()=>{let t;for await(let n of r)t=n;return t})();let e;for(let t of r)e=t;return e}var ii=r4;var $2=Q(Ce(),1);var I2=Q(Ce(),1);function $o(r,e,t,n,i,o,s){let a=r,c=i;for(;o.length>0;){let u=o[0];if(u in a){o.shift(),c=`${c}/${u}`;let l=F.asCID(a[u]);if(l!=null)return{entry:{type:"object",name:n,path:i,cid:t,node:e,depth:s,size:BigInt(e.length),content:async function*(){yield r}},next:{cid:l,name:u,path:c,toResolve:o}};a=a[u]}else throw(0,I2.default)(new Error(`No property named ${u} found in node ${t}`),"ERR_NO_PROP")}return{entry:{type:"object",name:n,path:i,cid:t,node:e,depth:s,size:BigInt(e.length),content:async function*(){yield r}}}}var n4=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=ki(c);return $o(u,c,r,e,t,n,o)},B2=n4;var i4=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=kl(c);return $o(u,c,r,e,t,n,o)},k2=i4;var R2=Q(Ce(),1);function o4(r,e,t,n){let i=BigInt(r.length),o=BigInt(e+i);return t>=o||n<e?new Uint8Array(0):(n>=e&&n<o&&(r=r.subarray(0,Number(n-e))),t>=e&&t<o&&(r=r.subarray(Number(t-e))),r)}var Fi=o4;var wa=Q(Ce(),1),s4=(r,e=0,t=r)=>{let n=BigInt(r),i=BigInt(e??0),o=BigInt(t);if(o!==n&&(o=i+o),o>n&&(o=n),i<0n)throw(0,wa.default)(new Error("Offset must be greater than or equal to 0"),"ERR_INVALID_PARAMS");if(i>n)throw(0,wa.default)(new Error("Offset must be less than the file size"),"ERR_INVALID_PARAMS");if(o<0n)throw(0,wa.default)(new Error("Length must be greater than or equal to 0"),"ERR_INVALID_PARAMS");if(o>n)throw(0,wa.default)(new Error("Length must be less than the file size"),"ERR_INVALID_PARAMS");return{start:i,end:o}},zo=s4;var a4=r=>{async function*e(t={}){let{start:n,end:i}=zo(r.length,t.offset,t.length),o=Fi(r,0n,n,i);t.onProgress?.(new M("unixfs:exporter:progress:identity",{bytesRead:BigInt(o.byteLength),totalBytes:i-n,fileSize:BigInt(r.byteLength)})),yield o}return e},c4=async(r,e,t,n,i,o,s,a)=>{if(n.length>0)throw(0,R2.default)(new Error(`No link named ${t} found in raw node ${r}`),"ERR_NOT_FOUND");let c=st(r.multihash.bytes);return{entry:{type:"identity",name:e,path:t,cid:r,content:a4(c.digest),depth:o,size:BigInt(c.digest.length),node:c.digest}}},T2=c4;var l4=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=d0(c);return $o(u,c,r,e,t,n,o)},N2=l4;var C2=Q(Ce(),1);var u4=r=>{async function*e(t={}){let{start:n,end:i}=zo(r.length,t.offset,t.length),o=Fi(r,0n,n,i);t.onProgress?.(new M("unixfs:exporter:progress:raw",{bytesRead:BigInt(o.byteLength),totalBytes:i-n,fileSize:BigInt(r.byteLength)})),yield o}return e},d4=async(r,e,t,n,i,o,s,a)=>{if(n.length>0)throw(0,C2.default)(new Error(`No link named ${t} found in raw node ${r}`),"ERR_NOT_FOUND");let c=await s.get(r,a);return{entry:{type:"raw",name:e,path:t,cid:r,content:u4(c),depth:o,size:BigInt(c.length),node:c}}},L2=d4;var xa=Q(Ce(),1);var Ea=Q(Ce(),1);var f4=async function(r){return(await Pi.encode(r)).slice(0,8).reverse()},h4=async(r,e,t)=>{let n=(e.tableSize()-1).toString(16).length;await Promise.all(r.map(async i=>{if(i.Name==null)throw new Error("Unexpected Link without a Name");if(i.Name.length===n){let o=parseInt(i.Name,16);e._putObjectAt(o,new Dt({hash:t._options.hash,bits:t._options.bits},e,o));return}await t.put(i.Name.substring(2),!0)}))},U2=(r,e)=>r.toString(16).toUpperCase().padStart(e,"0").substring(0,e),p4=r=>{let e=r.bucket,t=[];for(;e._parent!=null;)t.push(e),e=e._parent;return t.push(e),t.reverse()},D2=async(r,e,t,n,i)=>{if(n==null){if(r.Data==null)throw(0,Ea.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let d;try{d=j.unmarshal(r.Data)}catch(f){throw(0,Ea.default)(f,"ERR_NOT_UNIXFS")}if(d.type!=="hamt-sharded-directory")throw(0,Ea.default)(new Error("not a HAMT"),"ERR_NOT_UNIXFS");if(d.fanout==null)throw(0,Ea.default)(new Error("missing fanout"),"ERR_NOT_UNIXFS");let m=Ho({hashFn:f4,bits:Math.log2(Number(d.fanout))});n={rootBucket:m,hamtDepth:1,lastBucket:m}}let o=(n.lastBucket.tableSize()-1).toString(16).length;await h4(r.Links,n.lastBucket,n.rootBucket);let s=await n.rootBucket._findNewBucketAndPos(e),a=U2(s.pos,o),c=p4(s);c.length>n.hamtDepth&&(n.lastBucket=c[n.hamtDepth],a=U2(n.lastBucket._posAtParent,o));let u=r.Links.find(d=>{if(d.Name==null)return!1;let m=d.Name.substring(0,o),f=d.Name.substring(o);return!(m!==a||f!==""&&f!==e)});if(u==null)return;if(u.Name!=null&&u.Name.substring(o)===e)return u.Hash;n.hamtDepth++;let l=await t.get(u.Hash,i);return r=Se(l),D2(r,e,t,n,i)},O2=D2;var m4=(r,e,t,n,i,o,s)=>{async function*a(c={}){let u=c.offset??0,l=c.length??e.Links.length,d=e.Links.slice(u,l);c.onProgress?.(new M("unixfs:exporter:walk:directory",{cid:r})),yield*yt(d,m=>tt(m,f=>async()=>{let h=f.Name??"",p=`${n}/${h}`;return(await i(f.Hash,h,p,[],o+1,s,c)).entry}),m=>Ni(m,{ordered:!0,concurrency:c.blockReadConcurrency}),m=>xt(m,f=>f!=null))}return a},P2=m4;var Vi=Q(Ce(),1);async function F2(r,e,t,n,i,o,s){if(e instanceof Uint8Array){let u=Fi(e,n,i,o);t.push(u);return}if(e.Data==null)throw(0,Vi.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let a;try{a=j.unmarshal(e.Data)}catch(u){throw(0,Vi.default)(u,"ERR_NOT_UNIXFS")}if(a.data!=null){let u=a.data,l=Fi(u,n,i,o);t.push(l),n+=BigInt(l.byteLength)}let c=[];if(e.Links.length!==a.blockSizes.length)throw(0,Vi.default)(new Error("Inconsistent block sizes and dag links"),"ERR_NOT_UNIXFS");for(let u=0;u<e.Links.length;u++){let l=e.Links[u],d=n,m=d+a.blockSizes[u];if((i>=d&&i<m||o>=d&&o<=m||i<d&&o>m)&&c.push({link:l,blockStart:n}),n=m,n>o)break}await yt(c,u=>tt(u,l=>async()=>{let d=await r.get(l.link.Hash,s);return{...l,block:d}}),u=>Ni(u,{ordered:!0,concurrency:s.blockReadConcurrency}),async u=>{for await(let{link:l,block:d,blockStart:m}of u){let f;switch(l.Hash.code){case ve:f=Se(d);break;case Ae:f=d;break;default:t.end((0,Vi.default)(new Error(`Unsupported codec: ${l.Hash.code}`),"ERR_NOT_UNIXFS"));return}let h=new it({concurrency:1});h.on("error",p=>{t.end(p)}),h.add(async()=>{s.onProgress?.(new M("unixfs:exporter:walk:file",{cid:l.Hash})),await F2(r,f,t,m,i,o,s)}),await h.onIdle()}}),n>=o&&t.end()}var y4=(r,e,t,n,i,o,s)=>{async function*a(c={}){let u=t.fileSize();if(u===void 0)throw new Error("File was a directory");let{start:l,end:d}=zo(u,c.offset,c.length);if(d===0n)return;let m=0n,f=d-l,h=Kt();c.onProgress?.(new M("unixfs:exporter:walk:file",{cid:r})),F2(s,e,h,0n,l,d,c).catch(p=>{h.end(p)});for await(let p of h)if(p!=null){if(m+=BigInt(p.byteLength),m>f)throw h.end(),(0,Vi.default)(new Error("Read too many bytes - the file size reported by the UnixFS data in the root node may be incorrect"),"ERR_OVER_READ");m===f&&h.end(),c.onProgress?.(new M("unixfs:exporter:progress:unixfs:file",{bytesRead:m,totalBytes:f,fileSize:u})),yield p}if(m<f)throw(0,Vi.default)(new Error("Traversed entire DAG but did not read enough bytes"),"ERR_UNDER_READ")}return a},tp=y4;var Ql=Q(Ce(),1);var g4=(r,e,t,n,i,o,s)=>{function a(c={}){return c.onProgress?.(new M("unixfs:exporter:walk:hamt-sharded-directory",{cid:r})),V2(e,n,i,o,s,c)}return a};async function*V2(r,e,t,n,i,o){let s=r.Links;if(r.Data==null)throw(0,Ql.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");let a;try{a=j.unmarshal(r.Data)}catch(l){throw(0,Ql.default)(l,"ERR_NOT_UNIXFS")}if(a.fanout==null)throw(0,Ql.default)(new Error("missing fanout"),"ERR_NOT_UNIXFS");let c=(a.fanout-1n).toString(16).length,u=yt(s,l=>tt(l,d=>async()=>{let m=d.Name!=null?d.Name.substring(c):null;if(m!=null&&m!==""){let f=await t(d.Hash,m,`${e}/${m}`,[],n+1,i,o);return{entries:f.entry==null?[]:[f.entry]}}else{let f=await i.get(d.Hash,o);return r=Se(f),o.onProgress?.(new M("unixfs:exporter:walk:hamt-sharded-directory",{cid:d.Hash})),{entries:V2(r,e,t,n,i,o)}}}),l=>Ni(l,{ordered:!0,concurrency:o.blockReadConcurrency}));for await(let{entries:l}of u)yield*l}var M2=g4;var w4=(r,e)=>r.Links.find(n=>n.Name===e)?.Hash,E4={raw:tp,file:tp,directory:P2,"hamt-sharded-directory":M2,metadata:(r,e,t,n,i,o,s)=>()=>[],symlink:(r,e,t,n,i,o,s)=>()=>[]},x4=async(r,e,t,n,i,o,s,a)=>{let c=await s.get(r,a),u=Se(c),l,d;if(e==null&&(e=r.toString()),u.Data==null)throw(0,xa.default)(new Error("no data in PBNode"),"ERR_NOT_UNIXFS");try{l=j.unmarshal(u.Data)}catch(f){throw(0,xa.default)(f,"ERR_NOT_UNIXFS")}if(t==null&&(t=e),n.length>0){let f;if(l?.type==="hamt-sharded-directory"?f=await O2(u,n[0],s):f=w4(u,n[0]),f==null)throw(0,xa.default)(new Error("file does not exist"),"ERR_NOT_FOUND");let h=n.shift(),p=`${t}/${h}`;d={cid:f,toResolve:n,name:h??"",path:p}}let m=E4[l.type](r,u,l,t,i,o,s);if(m==null)throw(0,xa.default)(new Error("could not find content exporter"),"ERR_NOT_FOUND");return l.isDirectory()?{entry:{type:"directory",name:e,path:t,cid:r,content:m,unixfs:l,depth:o,node:u,size:l.fileSize()},next:d}:{entry:{type:"file",name:e,path:t,cid:r,content:m,unixfs:l,depth:o,node:u,size:l.fileSize()},next:d}},H2=x4;var b4={[ve]:H2,[Ae]:L2,[Wn]:B2,[jn]:k2,[et.code]:T2,[Rn]:N2},z2=async(r,e,t,n,i,o,s)=>{let a=b4[r.code];if(a==null)throw(0,$2.default)(new Error(`No resolver for code ${r.code}`),"ERR_NO_RESOLVER");return a(r,e,t,n,z2,i,o,s)},K2=z2;var v4=(r="")=>(r.trim().match(/([^\\^/]|\\\/)+/g)??[]).filter(Boolean),A4=r=>{if(r instanceof Uint8Array)return{cid:F.decode(r),toResolve:[]};let e=F.asCID(r);if(e!=null)return{cid:e,toResolve:[]};if(typeof r=="string"){r.indexOf("/ipfs/")===0&&(r=r.substring(6));let t=v4(r);return{cid:F.parse(t[0]),toResolve:t.slice(1)}}throw(0,eu.default)(new Error(`Unknown path type ${r}`),"ERR_BAD_PATH")};async function*ba(r,e,t={}){let{cid:n,toResolve:i}=A4(r),o=n.toString(),s=o,a=i.length;for(;;){let c=await K2(n,o,s,i,a,e,t);if(c.entry==null&&c.next==null)throw(0,eu.default)(new Error(`Could not resolve ${r}`),"ERR_NOT_FOUND");if(c.entry!=null&&(yield c.entry),c.next==null)return;i=c.next.toResolve,n=c.next.cid,o=c.next.name,s=c.next.path}}async function Xe(r,e,t={}){let n=await ii(ba(r,e,t));if(n==null)throw(0,eu.default)(new Error(`Could not resolve ${r}`),"ERR_NOT_FOUND");return n}async function*Ko(r,e,t={}){let n=await Xe(r,e,t);if(n==null)return;if(yield n,n.type==="directory")for await(let o of i(n,t))yield o;async function*i(o,s){for await(let a of o.content(s))yield a,!(a instanceof Uint8Array)&&a.type==="directory"&&(yield*i(a,s))}}var Q2=Q(J2(),1),ot=Q2.default;var hr=class extends Error{name;code;constructor(e,t,n){super(e),this.name=t,this.code=n}},Or=class extends hr{constructor(e="not a Unixfs node"){super(e,"NotUnixFSError","ERR_NOT_UNIXFS")}},ht=class extends hr{constructor(e="invalid PBNode"){super(e,"InvalidPBNodeError","ERR_INVALID_PBNODE")}},xn=class extends hr{constructor(e="unknown error"){super(e,"InvalidPBNodeError","ERR_UNKNOWN_ERROR")}},va=class extends hr{constructor(e="path already exists"){super(e,"AlreadyExistsError","ERR_ALREADY_EXISTS")}},nu=class extends hr{constructor(e="path does not exist"){super(e,"DoesNotExistError","ERR_DOES_NOT_EXIST")}},Wo=class extends hr{constructor(e="no content"){super(e,"NoContentError","ERR_NO_CONTENT")}},iu=class extends hr{constructor(e="not a file"){super(e,"NotAFileError","ERR_NOT_A_FILE")}},oi=class extends hr{constructor(e="not a directory"){super(e,"NotADirectoryError","ERR_NOT_A_DIRECTORY")}},Ot=class extends hr{constructor(e="invalid parameters"){super(e,"InvalidParametersError","ERR_INVALID_PARAMETERS")}};var sp=Q(jl(),1);function su(r){function e(t){return t instanceof ou?t:new ou(t,r)}return e}var ou=class{_value;_hashFn;_depth;_availableBits;_currentBufferIndex;_buffers;constructor(e,t){if(!(e instanceof Uint8Array))throw new Error("can only hash Uint8Arrays");this._value=e,this._hashFn=t,this._depth=-1,this._availableBits=0,this._currentBufferIndex=0,this._buffers=[]}async take(e){let t=e;for(;this._availableBits<t;)await this._produceMoreBits();let n=0;for(;t>0;){let i=this._buffers[this._currentBufferIndex],o=Math.min(i.availableBits(),t),s=i.take(o);n=(n<<o)+s,t-=o,this._availableBits-=o,i.availableBits()===0&&this._currentBufferIndex++}return n}untake(e){let t=e;for(;t>0;){let n=this._buffers[this._currentBufferIndex],i=Math.min(n.totalBits()-n.availableBits(),t);n.untake(i),t-=i,this._availableBits+=i,this._currentBufferIndex>0&&n.totalBits()===n.availableBits()&&(this._depth--,this._currentBufferIndex--)}}async _produceMoreBits(){this._depth++;let e=this._depth>0?ye([this._value,Uint8Array.from([this._depth])]):this._value,t=await this._hashFn(e),n=new np(t);this._buffers.push(n),this._availableBits+=n.availableBits()}},R4=[255,254,252,248,240,224,192,128],T4=[1,3,7,15,31,63,127,255],np=class{_value;_currentBytePos;_currentBitPos;constructor(e){this._value=e,this._currentBytePos=e.length-1,this._currentBitPos=7}availableBits(){return this._currentBitPos+1+this._currentBytePos*8}totalBits(){return this._value.length*8}take(e){let t=e,n=0;for(;t>0&&this._haveBits();){let i=this._value[this._currentBytePos],o=this._currentBitPos+1,s=Math.min(o,t),a=N4(i,o-s,s);n=(n<<s)+a,t-=s,this._currentBitPos-=s,this._currentBitPos<0&&(this._currentBitPos=7,this._currentBytePos--)}return n}untake(e){for(this._currentBitPos+=e;this._currentBitPos>7;)this._currentBitPos-=8,this._currentBytePos+=1}_haveBits(){return this._currentBytePos>=0}};function N4(r,e,t){let n=C4(e,t);return(r&n)>>>e}function C4(r,e){return R4[r]&T4[Math.min(e+r-1,7)]}var Aa=BigInt(Pi.code),Mi=8;async function Yo(r){return(await Pi.encode(r)).subarray(0,8).reverse()}var rE=Q(jl(),1);var pr=async(r,e,t)=>{t.codec==null&&(t.codec=Oe);let n=await fe.digest(r),i=F.create(t.cidVersion,t.codec.code,n);return await e.put(i,r,{...t,signal:t.signal}),i};var ip=class{options;root;dir;path;dirty;flat;parent;parentKey;unixfs;mode;mtime;cid;size;nodeSize;constructor(e,t){this.options=t??{},this.root=e.root,this.dir=e.dir,this.path=e.path,this.dirty=e.dirty,this.flat=e.flat,this.parent=e.parent,this.parentKey=e.parentKey,this.unixfs=e.unixfs,this.mode=e.mode,this.mtime=e.mtime}},au=class extends ip{_bucket;constructor(e,t){super(e,t),this._bucket=Ho({hashFn:Yo,bits:8})}async put(e,t){this.cid=void 0,this.size=void 0,this.nodeSize=void 0,await this._bucket.put(e,t)}async get(e){return this._bucket.get(e)}childCount(){return this._bucket.leafCount()}directChildrenCount(){return this._bucket.childrenCount()}onlyChild(){return this._bucket.onlyChild()}async*eachChildSeries(){for await(let{key:e,value:t}of this._bucket.eachLeafSeries())yield{key:e,child:t}}estimateNodeSize(){return this.nodeSize!==void 0?this.nodeSize:(this.nodeSize=tE(this._bucket,this,this.options),this.nodeSize)}async*flush(e){for await(let t of eE(this._bucket,e,this,this.options))yield{...t,path:this.path}}};async function*eE(r,e,t,n){let i=r._children,o=[],s=0n;for(let f=0;f<i.length;f++){let h=i.get(f);if(h==null)continue;let p=f.toString(16).toUpperCase().padStart(2,"0");if(h instanceof Dt){let y;for await(let g of eE(h,e,null,n))y=g;if(y==null)throw new Error("Could not flush sharded directory, no subshard found");o.push({Name:p,Tsize:Number(y.size),Hash:y.cid}),s+=y.size}else if(L4(h.value)){let y=h.value,g;for await(let E of y.flush(e))g=E,yield g;if(g==null)throw new Error("Did not flush dir");let x=p+h.key;o.push({Name:x,Tsize:Number(g.size),Hash:g.cid}),s+=g.size}else{let y=h.value;if(y.cid==null)continue;let g=p+h.key,x=y.size;o.push({Name:g,Tsize:Number(x),Hash:y.cid}),s+=BigInt(x??0)}}let a=Uint8Array.from(i.bitField().reverse()),c=new j({type:"hamt-sharded-directory",data:a,fanout:BigInt(r.tableSize()),hashType:Aa,mtime:t?.mtime,mode:t?.mode}),u={Data:c.marshal(),Links:o},l=ce(Te(u)),d=await pr(l,e,n),m=BigInt(l.byteLength)+s;yield{cid:d,unixfs:c,size:m}}function L4(r){return typeof r.flush=="function"}function tE(r,e,t){let n=r._children,i=[];for(let c=0;c<n.length;c++){let u=n.get(c);if(u==null)continue;let l=c.toString(16).toUpperCase().padStart(2,"0");if(u instanceof Dt){let d=tE(u,null,t);i.push({Name:l,Tsize:Number(d),Hash:t.cidVersion===0?cu:lu})}else if(typeof u.value.flush=="function"){let m=u.value.nodeSize();i.push({Name:l+u.key,Tsize:Number(m),Hash:t.cidVersion===0?cu:lu})}else{let d=u.value;if(d.cid==null)continue;let m=l+u.key,f=d.size;i.push({Name:m,Tsize:Number(f),Hash:d.cid})}}let o=Uint8Array.from(n.bitField().reverse()),s=new j({type:"hamt-sharded-directory",data:o,fanout:BigInt(r.tableSize()),hashType:Aa,mtime:e?.mtime,mode:e?.mode});return ce(Te({Data:s.marshal(),Links:i})).length}var cu=F.parse("QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"),lu=F.parse("zdj7WbTaiJT1fgatdet9Ei9iDB5hdCxkbVyhyh8YTUnXMiwYi");var op=oe("helia:unixfs:commands:utils:hamt-utils"),uu=r=>r.toString(16).toUpperCase().padStart(2,"0").substring(0,2),nE=async(r,e,t)=>{let n=new au({root:!0,dir:!0,parent:void 0,parentKey:void 0,path:"",dirty:!0,flat:!1,mtime:t.mtime,mode:t.mode},t);for(let o=0;o<e.length;o++)await n._bucket.put(e[o].name,{size:e[o].size,cid:e[o].cid});let i=await ii(n.flush(r));if(i==null)throw new Error("Flushing shard yielded no result");return i},du=async(r,e,t)=>{let n=j.unmarshal(r[0].node.Data??new Uint8Array(0)),i=BigInt(Math.pow(2,Mi));r.reverse();let o,s;for(let a=0;a<r.length;a++){let c=a===r.length-1,u=r[a],l=Uint8Array.from(u.children.bitField().reverse()),d=new j({type:"hamt-sharded-directory",data:l,fanout:i,hashType:Aa});c&&(d.mtime=n.mtime,d.mode=n.mode),s={Data:d.marshal(),Links:u.node.Links};let m=ce(Te(s));if(o=await pr(m,e,t),!c){let f=r[a+1];if(f==null)throw new Error("Was not operating on shard root but also had no parent?");op("updating link in parent sub-shard with prefix %s",f.prefix),f.node.Links=f.node.Links.filter(h=>h.Name!==f.prefix),f.node.Links.push({Name:f.prefix,Hash:o,Tsize:u.node.Links.reduce((h,p)=>h+(p.Tsize??0),m.byteLength)})}}if(o==null||s==null)throw new Error("Noting persisted");return{cid:o,node:s}},fu=async(r,e,t,n)=>{let o=su(Yo)(V(e)),s=[];for(;;){let a=await t.get(r,n),c=Se(a),u=new rE.default,l=await o.take(Mi),d=uu(l);s.push({prefix:d,children:u,node:c});let m;for(let h of c.Links){let p=h.Name??"";if(p.length<2)throw new Error("Invalid HAMT - link name was too short");let y=parseInt(p.substring(0,2),16);u.set(y,!0),p.startsWith(d)&&(m=h)}if(m==null){op("no link found with prefix %s for %s",d,e);break}let f=m.Name??"";if(f.length<2)throw new Error("Invalid HAMT - link name was too short");if(f.length===2){r=m.Hash,op("descend into sub-shard with prefix %s",f);continue}break}return{path:s,hash:o}};async function hu(r,e,t,n){if(r.Data==null)throw new Error("DagPB node had no data");let i=j.unmarshal(r.Data),o;if(i.type==="directory")o=U4(r);else if(i.type==="hamt-sharded-directory")o=await iE(r,0,t,e,n);else throw new Error("Can only estimate the size of directories or shards");return o>t}function U4(r){let e=0;for(let t of r.Links)e+=(t.Name??"").length,e+=t.Hash.version===1?lu.bytes.byteLength:cu.bytes.byteLength;return e}async function iE(r,e,t,n,i){if(e>t)return t;if(r.Data==null||!j.unmarshal(r.Data).isDirectory())return e;for(let s of r.Links){let a=s.Name??"";if(a=a.substring(2),e+=a.length,e+=s.Hash.bytes.byteLength,s.Hash.code===ve){let c=await n.get(s.Hash,i),u=Se(c);e+=await iE(u,e,t,n,i)}}return e}var Pr=oe("helia:unixfs:components:utils:add-link");async function jo(r,e,t,n){if(r.node.Data==null)throw new Ot("Invalid parent passed to addLink");if(j.unmarshal(r.node.Data).type==="hamt-sharded-directory")return Pr("adding link to sharded directory"),P4(r,e,t,n);Pr(`adding ${e.Name} (${e.Hash}) to regular directory`);let o=await O4(r,e,t,n);if(await hu(o.node,t,n.shardSplitThresholdBytes,n)){Pr("converting directory to sharded directory");let s=await D4(o,t);o.cid=s.cid,o.node=Se(await t.get(s.cid,n))}return o}var D4=async(r,e)=>{if(r.node.Data==null)throw new Ot("Invalid parent passed to convertToShardedDirectory");let t=j.unmarshal(r.node.Data),n=await nE(e,r.node.Links.map(i=>({name:i.Name??"",size:BigInt(i.Tsize??0),cid:i.Hash})),{mode:t.mode,mtime:t.mtime,cidVersion:r.cid.version});return Pr(`converted directory to sharded directory ${n.cid}`),n},O4=async(r,e,t,n)=>{let i=r.node.Links.filter(l=>{let d=l.Name===e.Name;if(d&&!n.allowOverwriting)throw new va;return!d});if(i.push(e),r.node.Data==null)throw new ht("Parent node with no data passed to addToDirectory");let o=j.unmarshal(r.node.Data),s;if(o.mtime!=null){let l=Date.now(),d=Math.floor(l/1e3);o.mtime={secs:BigInt(d),nsecs:(l-d*1e3)*1e3},s=o.marshal()}else s=r.node.Data;r.node=Te({Data:s,Links:i});let a=ce(r.node),c=await fe.digest(a),u=F.create(r.cid.version,ve,c);return await t.put(u,a),{node:r.node,cid:u}},P4=async(r,e,t,n)=>{let{path:i,hash:o}=await fu(r.cid,e.Name,t,n),s=i[i.length-1];if(s==null)throw new Error("Invalid HAMT, could not generate path");let a=s.prefix,c=parseInt(a,16);Pr("next prefix for %s is %s",e.Name,a);let u=`${a}${e.Name}`,l=s.node.Links.find(d=>(d.Name??"").startsWith(a));if(l!=null)if(Pr("link %s was present in shard",u),l.Name===u){if(!n.allowOverwriting)throw new va;Pr("overwriting %s in subshard",e.Name),s.node.Links=s.node.Links.filter(d=>d.Name!==u),s.node.Links.push({Name:u,Hash:e.Hash,Tsize:e.Tsize})}else{if(l.Name?.length===2)throw new Error("Existing link was subshard?!");{Pr("prefix %s already exists, creating new subshard",a);let d=s.node.Links.findIndex(y=>y.Name?.startsWith(a)),m=s.node.Links.splice(d,1)[0],f=(m.Name??"").substring(2),p=su(Yo)(V(f));for(let y=0;y<i.length;y++)await p.take(Mi);for(;;){let y=await p.take(Mi),g=uu(y);m.Name=`${g}${f}`;let x=await o.take(Mi),E=uu(x);if(g===E){let S=new sp.default;S.set(x,!0),i.push({prefix:E,children:S,node:{Links:[]}});continue}let _=new sp.default;_.set(x,!0),_.set(y,!0),i.push({prefix:a,children:_,node:{Links:[m,{Name:`${E}${e.Name}`,Hash:e.Hash,Tsize:e.Tsize}]}});break}}}else Pr("link %s was not present in sub-shard",u),e.Name=u,s.node.Links.push(e),s.children.set(c,!0),Pr("adding %s to existing sub-shard",u);return du(i,t,n)};async function si(r,e,t={}){let n=await Xe(r,e,t);if(n.type!=="directory")throw new oi(`${r.toString()} was not a UnixFS directory`);return{cid:r,node:n.node}}async function Xo(r,e,t,n){let i=await Xe(r,t,n);if(i.type!=="directory"&&i.type!=="file"&&i.type!=="raw")throw new Or(`${r.toString()} was not a UnixFS node`);return{Name:e,Tsize:i.node instanceof Uint8Array?i.node.byteLength:F4(i.node),Hash:r}}function F4(r){let e=r.Links.reduce((t,n)=>t+(n.Tsize??0),0);return ce(r).byteLength+e}var V4=oe("helia:unixfs:components:utils:resolve");async function Fr(r,e,t,n){if(e==null||e==="")return{cid:r};let i=`/ipfs/${r}${e==null?"":`/${e}`}`,o=await Uo(ba(i,t,n));if(o.length===0)throw new nu("Could not find path in directory");return V4("resolved %s to %c",e,r),{cid:o[o.length-1].cid,path:e,segments:o}}async function Zo(r,e,t,n){if(e.segments==null||e.segments.length===0)return r;let i=e.segments.pop();if(i==null)throw new Error("Insufficient segments");i.cid=r,e.segments.reverse();for(let o of e.segments){let[s,a]=await Promise.all([si(o.cid,t,n),Xo(i.cid,i.name,t,n)]);r=(await jo(s,a,t,{...n,allowOverwriting:!0,cidVersion:r.version})).cid,o.cid=r,i=o}return r}var M4=ot.bind({ignoreUndefined:!0}),H4={};async function*oE(r,e,t={}){let n=M4(H4,t),i=await Fr(r,n.path,e,n),o=await Xe(i.cid,e,n);if(o.type!=="file"&&o.type!=="raw")throw new iu;if(o.content==null)throw new Wo;yield*o.content(n)}var $4=ot.bind({ignoreUndefined:!0}),z4=oe("helia:unixfs:chmod"),K4={recursive:!1,shardSplitThresholdBytes:262144};async function sE(r,e,t,n={}){let i=$4(K4,n),o=await Fr(r,i.path,t,n);if(z4("chmod %c %d",o.cid,e),i.recursive){let m=await yt(async function*(){for await(let f of Ko(o.cid,t,n)){let h,p=[];if(f.type==="raw")h=new j({type:"file",data:f.node});else if(f.type==="file"||f.type==="directory")h=f.unixfs,p=f.node.Links;else throw new Or;h.mode=e;let y={Data:h.marshal(),Links:p};yield{path:f.path,content:y}}},f=>ni(f,t,{...i,dagBuilder:async function*(h,p){for await(let y of h)yield async function(){let g=y.content,x=ce(g),E=await pr(x,p,{...i,cidVersion:r.version});if(g.Data==null)throw new ht(`${E} had no data`);let _=j.unmarshal(g.Data);return{cid:E,size:BigInt(x.length),path:y.path,unixfs:_}}}}),async f=>ii(f));if(m==null)throw new xn(`Could not chmod ${o.cid.toString()}`);return Zo(m.cid,o,t,i)}let s=await t.get(o.cid,n),a,c=[];if(o.cid.code===Ae)a=new j({type:"file",data:s});else{let m=Se(s);if(m.Data==null)throw new ht(`${o.cid.toString()} had no data`);c=m.Links,a=j.unmarshal(m.Data)}a.mode=e;let u=ce({Data:a.marshal(),Links:c}),l=await fe.digest(u),d=F.create(o.cid.version,ve,l);return await t.put(d,u),Zo(d,o,t,i)}var G4=ot.bind({ignoreUndefined:!0}),q4=oe("helia:unixfs:cp"),W4={force:!1,shardSplitThresholdBytes:262144};async function aE(r,e,t,n,i={}){let o=G4(W4,i);if(t.includes("/"))throw new Ot("Name must not have slashes");let[s,a]=await Promise.all([si(e,n,o),Xo(r,t,n,o)]);return q4('Adding %c as "%s" to %c',r,t,e),(await jo(s,a,n,{allowOverwriting:o.force,cidVersion:e.version,...o})).cid}var Y4=ot.bind({ignoreUndefined:!0}),j4={};async function*cE(r,e,t={}){let n=Y4(j4,t),i=await Fr(r,n.path,e,n),o=await Xe(i.cid,e);if(o.type==="file"||o.type==="raw"){yield o;return}if(o.content==null)throw new Wo;if(o.type!=="directory")throw new oi;yield*o.content({offset:t.offset,length:t.length})}var X4=ot.bind({ignoreUndefined:!0}),lE=oe("helia:unixfs:mkdir"),Z4={cidVersion:1,force:!1,shardSplitThresholdBytes:262144};async function uE(r,e,t,n={}){let i=X4(Z4,n);if(e.includes("/"))throw new Ot("Path must not have slashes");if((await Xe(r,t,n)).type!=="directory")throw new oi(`${r.toString()} was not a UnixFS directory`);lE("creating %s",e);let a={Data:new j({type:"directory",mode:i.mode,mtime:i.mtime}).marshal(),Links:[]},c=ce(a),u=await fe.digest(c),l=F.create(i.cidVersion,ve,u);await t.put(l,c);let[d,m]=await Promise.all([si(r,t,i),Xo(l,e,t,i)]);return lE("adding empty dir called %s to %c",e,r),(await jo(d,m,t,{...i,allowOverwriting:i.force})).cid}var pu=oe("helia:unixfs:utils:remove-link");async function dE(r,e,t,n){if(r.node.Data==null)throw new ht("Parent node had no data");if(j.unmarshal(r.node.Data).type==="hamt-sharded-directory"){pu(`removing ${e} from sharded directory`);let o=await Q4(r,e,t,n);return await hu(o.node,t,n.shardSplitThresholdBytes,n)?o:(pu("converting shard to flat directory %c",r.cid),eI(o,t,n))}return pu(`removing link ${e} regular directory`),J4(r,e,t,n)}var J4=async(r,e,t,n)=>{r.node.Links=r.node.Links.filter(s=>s.Name!==e);let i=ce(r.node),o=await pr(i,t,{...n,cidVersion:r.cid.version});return pu(`Updated regular directory ${o}`),{node:r.node,cid:o}},Q4=async(r,e,t,n)=>{let{path:i}=await fu(r.cid,e,t,n),o=i[i.length-1];if(o==null)throw new Error("Invalid HAMT, could not generate path");let s=o.node.Links.filter(u=>(u.Name??"").substring(2)===e).map(u=>u.Name).pop();if(s==null)throw new Error("File not found");let a=s.substring(0,2),c=parseInt(a,16);if(o.node.Links=o.node.Links.filter(u=>u.Name!==s),o.children.unset(c),o.node.Links.length===1)for(;i.length!==1;){let u=i[i.length-1];if(u==null||u.node.Links.length>1)break;i.pop();let l=i[i.length-1];if(l==null)break;let d=u.node.Links[0];l.node.Links=l.node.Links.filter(m=>!(m.Name??"").startsWith(l.prefix)),l.node.Links.push({Hash:d.Hash,Name:`${l.prefix}${(d.Name??"").substring(2)}`,Tsize:d.Tsize})}return du(i,t,n)},eI=async(r,e,t)=>{if(r.node.Data==null)throw new Ot("Invalid parent passed to convertToFlatDirectory");let n={Links:[]},i=await Xe(r.cid,e);if(i.type!=="directory")throw new Error("Unexpected node type");for await(let c of i.content()){let u=0;c.node instanceof Uint8Array?u=c.node.byteLength:u=ce(c.node).length,n.Links.push({Hash:c.cid,Name:c.name,Tsize:u})}let o=j.unmarshal(r.node.Data);n.Data=new j({type:"directory",mode:o.mode,mtime:o.mtime}).marshal();let s=ce(Te(n));return{cid:await pr(s,e,{codec:Oe,cidVersion:r.cid.version,signal:t.signal}),node:n}};var tI=ot.bind({ignoreUndefined:!0}),rI=oe("helia:unixfs:rm"),nI={shardSplitThresholdBytes:262144};async function fE(r,e,t,n={}){let i=tI(nI,n);if(e.includes("/"))throw new Ot("Name must not have slashes");let o=await si(r,t,i);return rI("Removing %s from %c",e,r),(await dE(o,e,t,{...i,cidVersion:r.version})).cid}var iI=ot.bind({ignoreUndefined:!0}),oI=oe("helia:unixfs:stat"),sI={};async function hE(r,e,t={}){let n=iI(sI,t),i=await Fr(r,t.path,e,n);oI("stat %c",i.cid);let o=await Xe(i.cid,e,n);if(o.type!=="file"&&o.type!=="directory"&&o.type!=="raw")throw new Or;let s=0n,a=0n,c=0n,u=0n,l=0,d,m,f=o.type,h;if(o.type==="raw"&&(s=BigInt(o.node.byteLength),a=BigInt(o.node.byteLength),c=BigInt(o.node.byteLength),u=BigInt(o.node.byteLength),l=1),o.type==="directory"&&(s=0n,a=BigInt(o.unixfs.marshal().byteLength),c=0n,u=a,l=1,d=o.unixfs.mode,m=o.unixfs.mtime,h=o.unixfs),o.type==="file"){let p=await pE(i.cid,e,n);s=o.unixfs.fileSize(),a=BigInt((o.node.Data?.byteLength??0)+o.node.Links.reduce((y,g)=>y+(g.Tsize??0),0)),c=BigInt(p.localFileSize),u=BigInt(p.localDagSize),l=p.blocks,d=o.unixfs.mode,m=o.unixfs.mtime,h=o.unixfs}return{cid:i.cid,mode:d,mtime:m,fileSize:s,dagSize:a,localFileSize:c,localDagSize:u,blocks:l,type:f,unixfs:h}}async function pE(r,e,t){let n={localFileSize:0,localDagSize:0,blocks:0};if(await e.has(r,t)){let i=await e.get(r,t);if(n.blocks++,n.localDagSize+=i.byteLength,r.code===Ae)n.localFileSize+=i.byteLength;else if(r.code===ve){let o=Se(i);if(o.Links.length>0)for(let s of o.Links){let a=await pE(s.Hash,e,t);n.localFileSize+=a.localFileSize,n.localDagSize+=a.localDagSize,n.blocks+=a.blocks}else{if(o.Data==null)throw new ht(`PBNode ${r.toString()} had no data`);let s=j.unmarshal(o.Data);if(s.data==null)throw new ht(`UnixFS node ${r.toString()} had no data`);n.localFileSize+=s.data.byteLength??0}}else throw new xn(`${r.toString()} was neither DAG_PB nor RAW`)}return n}var aI=ot.bind({ignoreUndefined:!0}),cI=oe("helia:unixfs:touch"),lI={recursive:!1,shardSplitThresholdBytes:262144};async function mE(r,e,t={}){let n=aI(lI,t),i=await Fr(r,n.path,e,n),o=n.mtime??{secs:BigInt(Math.round(Date.now()/1e3)),nsecs:0};if(cI("touch %c %o",i.cid,o),n.recursive){let m=await yt(async function*(){for await(let f of Ko(i.cid,e)){let h,p;if(f.type==="raw")h=new j({data:f.node}),p=[];else if(f.type==="file"||f.type==="directory")h=f.unixfs,p=f.node.Links;else throw new Or;h.mtime=o;let y={Data:h.marshal(),Links:p};yield{path:f.path,content:y}}},f=>ni(f,e,{...n,dagBuilder:async function*(h,p){for await(let y of h)yield async function(){let g=y.content,x=ce(g),E=await pr(x,p,{...n,cidVersion:r.version});if(g.Data==null)throw new ht(`${E} had no data`);let _=j.unmarshal(g.Data);return{cid:E,size:BigInt(x.length),path:y.path,unixfs:_}}}}),async f=>ii(f));if(m==null)throw new xn(`Could not chmod ${i.cid.toString()}`);return Zo(m.cid,i,e,n)}let s=await e.get(i.cid,t),a,c=[];if(i.cid.code===Ae)a=new j({data:s});else{let m=Se(s);if(c=m.Links,m.Data==null)throw new ht(`${i.cid.toString()} had no data`);a=j.unmarshal(m.Data)}a.mtime=o;let u=ce({Data:a.marshal(),Links:c}),l=await fe.digest(u),d=F.create(i.cid.version,ve,l);return await e.put(d,u),Zo(d,i,e,n)}var ap=class{components;constructor(e){this.components=e}async*addAll(e,t={}){yield*b2(e,this.components.blockstore,t)}async addBytes(e,t={}){return v2(e,this.components.blockstore,t)}async addByteStream(e,t={}){return A2(e,this.components.blockstore,t)}async addFile(e,t={}){return _2(e,this.components.blockstore,t)}async addDirectory(e={},t={}){return S2(e,this.components.blockstore,t)}async*cat(e,t={}){yield*oE(e,this.components.blockstore,t)}async chmod(e,t,n={}){return sE(e,t,this.components.blockstore,n)}async cp(e,t,n,i={}){return aE(e,t,n,this.components.blockstore,i)}async*ls(e,t={}){yield*cE(e,this.components.blockstore,t)}async mkdir(e,t,n={}){return uE(e,t,this.components.blockstore,n)}async rm(e,t,n={}){return fE(e,t,this.components.blockstore,n)}async stat(e,t={}){return hE(e,this.components.blockstore,t)}async touch(e,t={}){return mE(e,this.components.blockstore,t)}};function yE(r){return new ap(r)}function mu(r,e={}){let t={_cancelled:!1,async start(){this._cancelled=!1},async pull(n){try{let{value:i,done:o}=await r.next();if(this._cancelled)return;if(o===!0){n.close();return}n.enqueue(i)}catch(i){n.error(i)}},cancel(){this._cancelled=!0}};return new globalThis.ReadableStream(t,e)}function gE(r){let e=lt(r,{allowIndefinite:!1,coerceUndefinedToNull:!1,allowNaN:!1,allowInfinity:!1,strict:!0,useMaps:!1,rejectDuplicateMapKeys:!0,allowBigInt:!1});return new TextDecoder().decode(qs(e))}function wE(r){let e=uI(r);return e===r?`filename="${r}"`:`filename="${e}"; filename*=UTF-8''${encodeURIComponent(r)}`}function uI(r){return r.replace(/[^\x00-\x7F]/g,"_")}function EE({cid:r,reqFormat:e,weak:t,rangeStart:n,rangeEnd:i}){let o=t===!0?"W/":"",s=e==null?"":`.${e}`;return(n!=null||i!=null)&&(s+=`.${n??"0"}-${i??"N"}`),`${o}"${r.toString()}${s}"`}async function xE(r,e,t,n){let i=t.forComponent("helia:verified-fetch:get-stream-from-async-iterable"),o=r[Symbol.asyncIterator](),{value:s,done:a}=await o.next();if(a===!0)throw i.error("No content found for path",e),new Error("No content found");return{stream:new ReadableStream({async start(u){n?.onProgress?.(new M("verified-fetch:request:progress:chunk")),u.enqueue(s)},async pull(u){let{value:l,done:d}=await o.next();if(d===!0){l!=null&&(n?.onProgress?.(new M("verified-fetch:request:progress:chunk")),u.enqueue(l)),u.close();return}n?.onProgress?.(new M("verified-fetch:request:progress:chunk")),u.enqueue(l)}}),firstChunk:s}}var uK=V("ustar\0","binary"),dK=V("ustar ","binary"),fK=V(" \0","binary");var SE=Q(vE(),1);function fI(r){return r[Symbol.asyncIterator]!=null}function hI(r){if(fI(r))return(async()=>{let n=new Uint8Array(0);for await(let i of r)n=ye([n,i],n.length+i.length);return n})();let e=[],t=0;for(let n of r)e.push(n),t+=n.byteLength;return ye(e,t)}var AE=hI;var pI="0000000000000000000",mI="7777777777777777777",yI=48,gI=V("ustar\0","binary"),wI=V("00","binary"),EI=parseInt("7777",8),xI=257,bI=263,vI=function(r){switch(r){case"file":return 0;case"link":return 1;case"symlink":return 2;case"character-device":return 3;case"block-device":return 4;case"directory":return 5;case"fifo":return 6;case"contiguous-file":return 7;case"pax-header":return 72;default:return 0}},AI=function(r){let e=256;for(let t=0;t<148;t++)e+=r[t];for(let t=156;t<512;t++)e+=r[t];return e},ai=function(r,e){let t=r.toString(8);return t.length>e?V(mI.slice(0,e)+" "):V(pI.slice(0,e-t.length)+t+" ")},cp=function(r){let e=V(r).byteLength,t=Math.floor(Math.log(e)/Math.log(10))+1;return e+t>=Math.pow(10,t)&&t++,`${e+t}${r}`};function _E(r){let e="";r.name!=null&&(e+=cp(" path="+r.name+`
|
|
9
9
|
`)),r.linkname!=null&&(e+=cp(" linkpath="+r.linkname+`
|
|
10
10
|
`));let t=r.pax;if(t!=null)for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e+=cp(" "+n+"="+t[n]+`
|
|
11
|
-
`));return V(e)}function mu(r){let e=new Uint8Array(512),t=r.name,n="";if(r.typeflag===5&&t[t.length-1]!=="/"&&(t+="/"),V(t).byteLength!==t.length)return null;for(;V(t).byteLength>100;){let i=t.indexOf("/");if(i===-1)return null;n+=n!==""?"/"+t.slice(0,i):t.slice(0,i),t=t.slice(i+1)}return V(t).byteLength>100||V(n).byteLength>155||r.linkname!=null&&V(r.linkname).byteLength>100?null:(e.set(V(t),0),e.set(ai(r.mode&x4,6),100),e.set(ai(r.uid,6),108),e.set(ai(r.gid,6),116),e.set(ai(r.size,11),124),e.set(ai(r.mtime.getTime()/1e3|0,11),136),e[156]=g4+A4(r.type),r.linkname!=null&&e.set(V(r.linkname),157),e.set(w4,b4),e.set(E4,v4),r.uname!=null&&e.set(V(r.uname),265),r.gname!=null&&e.set(V(r.gname),297),e.set(ai(r.devmajor??0,6),329),e.set(ai(r.devminor??0,6),337),n!=null&&e.set(V(n),345),e.set(ai(_4(e),6),148),e)}var{S_IFMT:I4,S_IFBLK:B4,S_IFCHR:k4,S_IFDIR:R4,S_IFIFO:T4,S_IFLNK:N4}=IE.default,C4=parseInt("755",8),L4=parseInt("644",8),BE=new Uint8Array(1024);function U4(r=0){switch(r&I4){case B4:return"block-device";case k4:return"character-device";case R4:return"directory";case T4:return"fifo";case N4:return"symlink";default:return"file"}}function up(r){return r&=511,r!==0?BE.subarray(0,512-r):new Uint8Array(0)}function lp(r){if(r.pax==null){let e=mu(r);if(e!=null)return e}return D4(r)}function D4(r){let e=SE(r),t={name:"PaxHeader",mode:r.mode,uid:r.uid,gid:r.gid,size:e.length,mtime:r.mtime,type:"pax-header",linkname:r.linkname,uname:r.uname,gname:r.gname,devmajor:r.devmajor,devminor:r.devminor};return new zt(mu(t)??new Uint8Array(0),e,up(e.length),mu({...t,size:r.size,type:r.type})??new Uint8Array(0)).subarray()}function yu(){return async function*(r){for await(let{header:e,body:t}of r){let n={...e,size:e.type==="symlink"?0:e.size??0,type:e.type??U4(e.mode),mode:e.mode??(e.type==="directory"?C4:L4),uid:e.uid??0,gid:e.gid??0,mtime:e.mtime??new Date};if(typeof t=="string"&&(t=V(t)),t instanceof Uint8Array||gr(t)){n.size=t.length,yield lp(n),yield gr(t)?t.subarray():t,yield up(n.size);continue}if(n.type==="symlink"&&n.linkname==null){if(t==null)throw new Error("type was symlink but no linkname or body specified");n.linkname=Z(await _E(t)),yield lp(n);continue}if(yield lp(n),n.type!=="file"&&n.type!=="contiguous-file")continue;let i=0;for await(let o of t??[])i+=o.length,yield gr(o)?o.subarray():o;if(i!==n.size)throw new Error(`size mismatch, wrote ${i} of ${n.size} bytes`);yield up(n.size)}yield BE}}var O4=["file","raw","directory"];function P4(r){let e,t;return(r.type==="file"||r.type==="directory")&&(e=r.unixfs.mode,t=r.unixfs.mtime!=null?new Date(Number(r.unixfs.mtime.secs*1000n)):void 0),{name:r.path,mode:e,mtime:t,size:Number(r.size),type:r.type==="directory"?"directory":"file"}}function kE(r){if(!O4.includes(r.type))throw new O("Not a UnixFS node","ERR_NOT_UNIXFS");let e={header:P4(r)};return(r.type==="file"||r.type==="raw")&&(e.body=r.content()),e}async function*RE(r,e,t){let n=await Xe(r,e,t);if(n.type==="file"||n.type==="raw"){yield*yt([kE(n)],yu());return}if(n.type==="directory"){yield*yt(Ko(r,e,t),i=>tt(i,o=>kE(o)),yu());return}throw new O("Not a UnixFS node","ERR_NOT_UNIXFS")}var TE=Q(wh(),1),gu=class{lru;constructor(e){this.lru=(0,TE.default)(e)}get(e){let t=this.lru.get(e);if(t!=null){if(t.expire!=null&&t.expire<Date.now()){this.lru.remove(e);return}return t.value}}set(e,t,n){this.lru.set(e,{value:t,expire:Date.now()+n})}has(e){return this.get(e)!=null}remove(e){this.lru.remove(e)}clear(){this.lru.clear()}};var dp=new gu(1e3),F4=/^(?<protocol>ip[fn]s):\/\/(?<cidOrPeerIdOrDnsLink>[^/?]+)\/?(?<path>[^?]*)\??(?<queryString>.*)$/,V4=/^\/(?<protocol>ip[fn]s)\/(?<cidOrPeerIdOrDnsLink>[^/?]+)\/?(?<path>[^?]*)\??(?<queryString>.*)$/,M4=/^https?:\/\/(.*[^/])\/(?<protocol>ip[fn]s)\/(?<cidOrPeerIdOrDnsLink>[^/?]+)\/?(?<path>[^?]*)\??(?<queryString>.*)$/,H4=/^https?:\/\/(?<cidOrPeerIdOrDnsLink>[^/.?]+)\.(?<protocol>ip[fn]s)\.([^/?]+)\/?(?<path>[^?]*)\??(?<queryString>.*)$/;function $4(r){for(let e of[F4,V4,M4,H4]){let t=r.match(e);if(t?.groups!=null)return t.groups}throw new TypeError(`Invalid URL: ${r}, please use ipfs://, ipns://, or gateway URLs only`)}async function NE({urlString:r,ipns:e,logger:t},n){let i=t.forComponent("helia:verified-fetch:parse-url-string"),{protocol:o,cidOrPeerIdOrDnsLink:s,path:a,queryString:c}=$4(r),u,l,d=[];if(o==="ipfs")try{u=F.parse(s)}catch(f){i.error(f),d.push(new TypeError("Invalid CID for ipfs://<cid> URL"))}else{let f=dp.get(s);if(f!=null)u=f.cid,l=f.path,i.trace("resolved %s to %c from cache",s,u);else{i.trace("Attempting to resolve PeerId for %s",s);let h=null;try{h=It(s),f=await e.resolve(h,{onProgress:n?.onProgress}),u=f?.cid,l=f?.path,i.trace("resolved %s to %c",s,u),dp.set(s,f,60*1e3*2)}catch(p){h==null?(i.error('Could not parse PeerId string "%s"',s,p),d.push(new TypeError(`Could not parse PeerId in ipns url "${s}", ${p.message}`))):(i.error("Could not resolve PeerId %c",h,p),d.push(new TypeError(`Could not resolve PeerId "${s}", ${p.message}`)))}if(u==null){i.trace("Attempting to resolve DNSLink for %s",s);try{f=await e.resolveDns(s,{onProgress:n?.onProgress}),u=f?.cid,l=f?.path,i.trace("resolved %s to %c",s,u),dp.set(s,f,60*1e3*2)}catch(p){i.error('Could not resolve DnsLink for "%s"',s,p),d.push(p)}}}}if(u==null)throw d.length===1?d[0]:new AggregateError(d,`Invalid resource. Cannot determine CID from URL "${r}"`);let m={};if(c!=null&&c.length>0){let f=c.split("&");for(let h of f){let[p,y]=h.split("=");m[p]=decodeURIComponent(y)}m.download!=null&&(m.download=m.download==="true"),m.filename!=null&&(m.filename=m.filename.toString())}return{protocol:o,cid:u,path:z4(l,a),query:m}}function z4(r,e){let t="";return r!=null&&(t+=r),e.length>0&&(t=`${t.length>0?`${t}/`:t}${e}`),t=t.replace(/\/(\/)+/g,"/"),t.startsWith("/")&&(t=t.substring(1)),t}async function CE(r,{ipns:e,logger:t},n){if(typeof r=="string")return NE({urlString:r,ipns:e,logger:t},{onProgress:n?.onProgress});let i=F.asCID(r);if(i!=null)return{cid:i,protocol:"ipfs",path:"",query:{}};throw new TypeError(`Invalid resource. Cannot determine CID from resource: ${r}`)}function fp(r,e,t){Object.defineProperty(r,e,{enumerable:!0,configurable:!1,set:()=>{},get:()=>t})}function Aa(r,e){fp(r,"type",e)}function _a(r,e){fp(r,"url",e)}function K4(r){fp(r,"redirected",!0)}function ci(r,e,t){let n=new Response(e,{...t??{},status:200,statusText:"OK"});return t?.redirected===!0&&K4(n),Aa(n,"basic"),_a(n,r),n}function hp(r,e,t){let n=new Response(e,{...t??{},status:501,statusText:"Not Implemented"});return n.headers.set("X-Content-Type-Options","nosniff"),Aa(n,"basic"),_a(n,r),n}function Jo(r,e,t){let n=new Response(e,{...t??{},status:406,statusText:"Not Acceptable"});return Aa(n,"basic"),_a(n,r),n}function pp(r,e,t){let n=new Response(e,{...t??{},status:400,statusText:"Bad Request"});return Aa(n,"basic"),_a(n,r),n}function LE(r,e,t){let n=new Response(null,{...t??{},status:301,statusText:"Moved Permanently",headers:{...t?.headers??{},location:e}});return Aa(n,"basic"),_a(n,r),n}var G4={[Wn]:["application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car"],[jn]:["application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car"],[Rn]:["application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car"],[ve]:["application/octet-stream","application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car","application/x-tar"],[Ae]:["application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car","application/x-tar"]};function UE(r,e){let t=G4[r.code];if(e!=null)return q4(e,t)}function q4(r,e){let t=r.split(",").map(n=>{let i=n.trim().split(";");return{mimeType:`${i[0]}`.trim(),weight:W4(i[1])}}).sort((n,i)=>n.weight===i.weight?0:n.weight>i.weight?-1:1).map(n=>n.mimeType);for(let n of t)for(let i of e)if(n.includes(i)||n==="*/*"||n.startsWith("*/")&&i.split("/")[1]===n.split("/")[1]||n.endsWith("/*")&&i.split("/")[0]===n.split("/")[0])return i}function W4(r){if(r!=null&&(r=r.trim()),r==null||!r.startsWith("q="))return 1;let e=parseFloat(r.replace("q=",""));return isNaN(e)?0:e}var Y4={raw:"application/vnd.ipld.raw",car:"application/vnd.ipld.car","dag-json":"application/vnd.ipld.dag-json","dag-cbor":"application/vnd.ipld.dag-cbor",json:"application/json",cbor:"application/cbor","ipns-record":"application/vnd.ipfs.ipns-record",tar:"application/x-tar"};function DE(r){if(r!=null)return Y4[r]}async function OE(r,e,t){let n=[],i;for await(let o of xa(e,r,t))n.push(o.cid),i=o;if(i==null)throw new Error("No terminal element found");return{ipfsRoots:n,terminalElement:i}}function j4(r){if(r==null)return;let e;return r?.signal===null&&(e=void 0),{...r,signal:e}}var X4=["application/vnd.ipld.raw","application/octet-stream"];function Z4(r){let t=(new Headers(r).get("accept")??"").split(",").map(n=>n.split(";")[0]).map(n=>n.trim());for(let n of t){if(n==="*/*")return;if(X4.includes(n??""))return n}}var wu=class{helia;ipns;unixfs;log;contentTypeParser;constructor({helia:e,ipns:t,unixfs:n},i){this.helia=e,this.log=e.logger.forComponent("helia:verified-fetch"),this.ipns=t??nw(e,{resolvers:i?.dnsResolvers??[Kl("https://mozilla.cloudflare-dns.com/dns-query"),Kl("https://dns.google/resolve")]}),this.unixfs=n??gE(e),this.contentTypeParser=i?.contentTypeParser,this.log.trace("created VerifiedFetch instance")}async handleIPNSRecord({resource:e,cid:t,path:n,options:i}){if(n!==""||!e.startsWith("ipns://"))return pp("Invalid IPNS name");let o;try{o=It(e.replace("ipns://",""))}catch{return this.log.error("could not parse peer id from IPNS url %s",e),pp("Invalid IPNS name")}let s=ye([V("/ipns/"),o.toBytes()]),a=new Le("/dht/record/"+Z(s,"base32"),!1),c=await this.helia.datastore.get(a,i),u=ei.deserialize(c),l=ci(e,u.value);return l.headers.set("content-type","application/vnd.ipfs.ipns-record"),l}async handleCar({resource:e,cid:t,options:n}){let i=Fg(this.helia),o=pu(i.stream(t,n)),s=ci(e,o);return s.headers.set("content-type","application/vnd.ipld.car; version=1"),s}async handleTar({resource:e,cid:t,path:n,options:i}){if(t.code!==ve&&t.code!==Ae)return Jo("only UnixFS data can be returned in a TAR file");let o=pu(RE(`/ipfs/${t}/${n}`,this.helia.blockstore,i)),s=ci(e,o);return s.headers.set("content-type","application/x-tar"),s}async handleJson({resource:e,cid:t,path:n,accept:i,options:o}){this.log.trace("fetching %c/%s",t,n);let s=await this.helia.blockstore.get(t,o),a;if(i==="application/vnd.ipld.dag-cbor"||i==="application/cbor")try{let u=Bl(s);a=zs(u)}catch(u){return this.log.error("could not transform %c to application/vnd.ipld.dag-cbor",u),Jo(e)}else a=s;let c=ci(e,a);return c.headers.set("content-type",i??"application/json"),c}async handleDagCbor({resource:e,cid:t,path:n,accept:i,options:o}){this.log.trace("fetching %c/%s",t,n);let s=await this.helia.blockstore.get(t,o),a;if(i==="application/octet-stream"||i==="application/vnd.ipld.dag-cbor"||i==="application/cbor")a=s;else if(i==="application/vnd.ipld.dag-json")try{let u=ki(s);a=lg(u)}catch(u){return this.log.error("could not transform %c to application/vnd.ipld.dag-json",u),Jo(e)}else try{a=wE(s)}catch(u){if(i==="application/json")return this.log('could not decode DAG-CBOR as JSON-safe, but the client sent "Accept: application/json"',u),Jo(e);this.log("could not decode DAG-CBOR as JSON-safe, falling back to `application/octet-stream`",u),a=s}let c=ci(e,a);return i==null&&(i=a instanceof Uint8Array?"application/octet-stream":"application/json"),c.headers.set("content-type",i),c}async handleDagPb({cid:e,path:t,resource:n,options:i}){let o,s,a=!1;try{let h=await OE(this.helia.blockstore,`${e.toString()}/${t}`,i);s=h.ipfsRoots,o=h.terminalElement}catch(h){this.log.error("Error walking path %s",t,h)}let c=o?.cid??e,u;if(o?.type==="directory"){let h=o.cid;if(t!==""&&!t.endsWith("/")){if(i?.redirect==="error")throw this.log('could not redirect to %s/ as redirect option was set to "error"',n),new TypeError("Failed to fetch");if(i?.redirect==="manual")return this.log("returning 301 permanent redirect to %s/",n),LE(n,`${n}/`);n=`${n}/`,a=!0}let p="index.html";try{this.log.trace("found directory at %c/%s, looking for index.html",e,t),u=await this.unixfs.stat(h,{path:p,signal:i?.signal,onProgress:i?.onProgress}),this.log.trace("found root file at %c/%s with cid %c",h,p,u.cid),t=p,c=u.cid}catch(y){return this.log("error loading path %c/%s",h,p,y),hp("Unable to find index.html for directory at given path. Support for directories with implicit root is not implemented")}finally{i?.onProgress?.(new M("verified-fetch:request:end",{cid:h,path:p}))}}let l=this.unixfs.cat(c,{signal:i?.signal,onProgress:i?.onProgress});this.log("got async iterator for %c/%s",e,t);let{stream:d,firstChunk:m}=await bE(l,t??"",this.helia.logger,{onProgress:i?.onProgress}),f=ci(n,d,{redirected:a});return await this.setContentType(m,t,f),s!=null&&f.headers.set("X-Ipfs-Roots",s.map(h=>h.toV1().toString()).join(",")),f}async handleRaw({resource:e,cid:t,path:n,options:i}){let o=await this.helia.blockstore.get(t,i),s=ci(e,o),a=Z4(i?.headers);return a!=null?s.headers.set("content-type",a):await this.setContentType(o,n,s),s}async setContentType(e,t,n){let i="application/octet-stream";if(this.contentTypeParser!=null)try{let o=t.split("/").pop()?.trim();o=o===""?void 0:o;let s=this.contentTypeParser(e,o);if(J4(s)){let a=await s;a!=null&&(i=a)}else s!=null&&(i=s)}catch(o){this.log.error("Error parsing content type",o)}n.headers.set("content-type",i)}codecHandlers={[ve]:this.handleDagPb,[jn]:this.handleJson,[Rn]:this.handleJson,[Wn]:this.handleDagCbor,[Ae]:this.handleRaw,[et.code]:this.handleRaw};async fetch(e,t){this.log("fetch %s",e);let n=j4(t);n?.onProgress?.(new M("verified-fetch:request:start",{resource:e}));let{path:i,query:o,cid:s}=await CE(e,{ipns:this.ipns,logger:this.helia.logger},n);n?.onProgress?.(new M("verified-fetch:request:resolve",{cid:s,path:i}));let c=new Headers(n?.headers).get("accept");c!=null&&this.log('incoming accept header "%s"',c);let u=DE(o.format);o.format!=null&&this.log('incoming query format "%s", mapped to %s',o.format,u);let l=c??u,d=UE(s,l);if(this.log("output type %s",d),l!=null&&d==null)return Jo(e.toString());let m,f,h={resource:e.toString(),cid:s,path:i,accept:d,options:n};if(d==="application/vnd.ipfs.ipns-record")f="ipns-record",m=await this.handleIPNSRecord(h);else if(d==="application/vnd.ipld.car")f="car",o.download=!0,o.filename=o.filename??`${s.toString()}.car`,m=await this.handleCar(h);else if(d==="application/vnd.ipld.raw")f="raw",o.download=!0,o.filename=o.filename??`${s.toString()}.bin`,m=await this.handleRaw(h);else if(d==="application/x-tar")f="tar",o.download=!0,o.filename=o.filename??`${s.toString()}.tar`,m=await this.handleTar(h);else{let y=this.codecHandlers[s.code];if(y==null)return hp(`Support for codec with code ${s.code} is not yet implemented. Please open an issue at https://github.com/ipfs/helia/issues/new`);m=await y.call(this,h)}m.headers.set("etag",xE({cid:s,reqFormat:f,weak:!1})),m.headers.set("cache-control","public, max-age=29030400, immutable"),m.headers.set("X-Ipfs-Path",e.toString());let p;return o.download===!0&&(p="attachment"),o.filename!=null&&(p==null&&(p="inline"),p=`${p}; ${EE(o.filename)}`),p!=null&&m.headers.set("Content-Disposition",p),n?.onProgress?.(new M("verified-fetch:request:end",{cid:s,path:i})),m}async start(){await this.helia.start()}async stop(){await this.helia.stop()}};function J4(r){return r?.then!=null}var Sa,Eu=async function(e,t){return Sa==null&&(Sa=await mp()),Sa(e,t)};Eu.start=async function(){await Sa?.start()};Eu.stop=async function(){await Sa?.stop()};async function mp(r,e){let t;Q4(r)||(t=r?.dnsResolvers,r=await Ng({blockBrokers:[as({gateways:r?.gateways})],routers:(r?.routers??["https://delegated-ipfs.dev"]).map(o=>Hs(o))}));let n=new wu({helia:r},{dnsResolvers:t,...e});async function i(o,s){return n.fetch(o,s)}return i.stop=n.stop.bind(n),i.start=n.start.bind(n),i}function Q4(r){return r?.blockstore!=null&&r?.datastore!=null&&r?.gc!=null&&r?.stop!=null&&r?.start!=null}return XE(eB);})();
|
|
11
|
+
`));return V(e)}function yu(r){let e=new Uint8Array(512),t=r.name,n="";if(r.typeflag===5&&t[t.length-1]!=="/"&&(t+="/"),V(t).byteLength!==t.length)return null;for(;V(t).byteLength>100;){let i=t.indexOf("/");if(i===-1)return null;n+=n!==""?"/"+t.slice(0,i):t.slice(0,i),t=t.slice(i+1)}return V(t).byteLength>100||V(n).byteLength>155||r.linkname!=null&&V(r.linkname).byteLength>100?null:(e.set(V(t),0),e.set(ai(r.mode&EI,6),100),e.set(ai(r.uid,6),108),e.set(ai(r.gid,6),116),e.set(ai(r.size,11),124),e.set(ai(r.mtime.getTime()/1e3|0,11),136),e[156]=yI+vI(r.type),r.linkname!=null&&e.set(V(r.linkname),157),e.set(gI,xI),e.set(wI,bI),r.uname!=null&&e.set(V(r.uname),265),r.gname!=null&&e.set(V(r.gname),297),e.set(ai(r.devmajor??0,6),329),e.set(ai(r.devminor??0,6),337),n!=null&&e.set(V(n),345),e.set(ai(AI(e),6),148),e)}var{S_IFMT:SI,S_IFBLK:II,S_IFCHR:BI,S_IFDIR:kI,S_IFIFO:RI,S_IFLNK:TI}=SE.default,NI=parseInt("755",8),CI=parseInt("644",8),IE=new Uint8Array(1024);function LI(r=0){switch(r&SI){case II:return"block-device";case BI:return"character-device";case kI:return"directory";case RI:return"fifo";case TI:return"symlink";default:return"file"}}function up(r){return r&=511,r!==0?IE.subarray(0,512-r):new Uint8Array(0)}function lp(r){if(r.pax==null){let e=yu(r);if(e!=null)return e}return UI(r)}function UI(r){let e=_E(r),t={name:"PaxHeader",mode:r.mode,uid:r.uid,gid:r.gid,size:e.length,mtime:r.mtime,type:"pax-header",linkname:r.linkname,uname:r.uname,gname:r.gname,devmajor:r.devmajor,devminor:r.devminor};return new zt(yu(t)??new Uint8Array(0),e,up(e.length),yu({...t,size:r.size,type:r.type})??new Uint8Array(0)).subarray()}function gu(){return async function*(r){for await(let{header:e,body:t}of r){let n={...e,size:e.type==="symlink"?0:e.size??0,type:e.type??LI(e.mode),mode:e.mode??(e.type==="directory"?NI:CI),uid:e.uid??0,gid:e.gid??0,mtime:e.mtime??new Date};if(typeof t=="string"&&(t=V(t)),t instanceof Uint8Array||gr(t)){n.size=t.length,yield lp(n),yield gr(t)?t.subarray():t,yield up(n.size);continue}if(n.type==="symlink"&&n.linkname==null){if(t==null)throw new Error("type was symlink but no linkname or body specified");n.linkname=Z(await AE(t)),yield lp(n);continue}if(yield lp(n),n.type!=="file"&&n.type!=="contiguous-file")continue;let i=0;for await(let o of t??[])i+=o.length,yield gr(o)?o.subarray():o;if(i!==n.size)throw new Error(`size mismatch, wrote ${i} of ${n.size} bytes`);yield up(n.size)}yield IE}}var DI=["file","raw","directory"];function OI(r){let e,t;return(r.type==="file"||r.type==="directory")&&(e=r.unixfs.mode,t=r.unixfs.mtime!=null?new Date(Number(r.unixfs.mtime.secs*1000n)):void 0),{name:r.path,mode:e,mtime:t,size:Number(r.size),type:r.type==="directory"?"directory":"file"}}function BE(r){if(!DI.includes(r.type))throw new O("Not a UnixFS node","ERR_NOT_UNIXFS");let e={header:OI(r)};return(r.type==="file"||r.type==="raw")&&(e.body=r.content()),e}async function*kE(r,e,t){let n=await Xe(r,e,t);if(n.type==="file"||n.type==="raw"){yield*yt([BE(n)],gu());return}if(n.type==="directory"){yield*yt(Ko(r,e,t),i=>tt(i,o=>BE(o)),gu());return}throw new O("Not a UnixFS node","ERR_NOT_UNIXFS")}var RE=Q(wh(),1),wu=class{lru;constructor(e){this.lru=(0,RE.default)(e)}get(e){let t=this.lru.get(e);if(t!=null){if(t.expire!=null&&t.expire<Date.now()){this.lru.remove(e);return}return t.value}}set(e,t,n){this.lru.set(e,{value:t,expire:Date.now()+n})}has(e){return this.get(e)!=null}remove(e){this.lru.remove(e)}clear(){this.lru.clear()}};var dp=new wu(1e3),PI=/^(?<protocol>ip[fn]s):\/\/(?<cidOrPeerIdOrDnsLink>[^/?]+)\/?(?<path>[^?]*)\??(?<queryString>.*)$/,FI=/^\/(?<protocol>ip[fn]s)\/(?<cidOrPeerIdOrDnsLink>[^/?]+)\/?(?<path>[^?]*)\??(?<queryString>.*)$/,VI=/^https?:\/\/(.*[^/])\/(?<protocol>ip[fn]s)\/(?<cidOrPeerIdOrDnsLink>[^/?]+)\/?(?<path>[^?]*)\??(?<queryString>.*)$/,MI=/^https?:\/\/(?<cidOrPeerIdOrDnsLink>[^/?]+)\.(?<protocol>ip[fn]s)\.([^/?]+)\/?(?<path>[^?]*)\??(?<queryString>.*)$/;function HI(r){for(let e of[PI,FI,VI,MI]){let t=r.match(e);if(t?.groups!=null)return t.groups}throw new TypeError(`Invalid URL: ${r}, please use ipfs://, ipns://, or gateway URLs only`)}var $I=/^[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?$/;function zI(r){return $I.test(r)&&r.includes("-")&&!r.includes(".")}function KI(r){return r.replace(/--/g,"%").replace(/-/g,".").replace(/%/g,"-")}async function TE({urlString:r,ipns:e,logger:t},n){let i=t.forComponent("helia:verified-fetch:parse-url-string"),{protocol:o,cidOrPeerIdOrDnsLink:s,path:a,queryString:c}=HI(r),u,l,d=[];if(o==="ipfs")try{u=F.parse(s)}catch(f){i.error(f),d.push(new TypeError("Invalid CID for ipfs://<cid> URL"))}else{let f=dp.get(s);if(f!=null)u=f.cid,l=f.path,i.trace("resolved %s to %c from cache",s,u);else{i.trace("Attempting to resolve PeerId for %s",s);let h=null;try{h=It(s),f=await e.resolve(h,{onProgress:n?.onProgress}),u=f?.cid,l=f?.path,i.trace("resolved %s to %c",s,u),dp.set(s,f,60*1e3*2)}catch(p){h==null?(i.error('Could not parse PeerId string "%s"',s,p),d.push(new TypeError(`Could not parse PeerId in ipns url "${s}", ${p.message}`))):(i.error("Could not resolve PeerId %c",h,p),d.push(new TypeError(`Could not resolve PeerId "${s}", ${p.message}`)))}if(u==null){let p=s;zI(s)&&(p=KI(s),i.trace('decoded dnslink from "%s" to "%s"',s,p)),i.trace("Attempting to resolve DNSLink for %s",p);try{f=await e.resolveDns(p,{onProgress:n?.onProgress}),u=f?.cid,l=f?.path,i.trace("resolved %s to %c",p,u),dp.set(s,f,60*1e3*2)}catch(y){i.error('Could not resolve DnsLink for "%s"',s,y),d.push(y)}}}}if(u==null)throw d.length===1?d[0]:new AggregateError(d,`Invalid resource. Cannot determine CID from URL "${r}"`);let m={};if(c!=null&&c.length>0){let f=c.split("&");for(let h of f){let[p,y]=h.split("=");m[p]=decodeURIComponent(y)}m.download!=null&&(m.download=m.download==="true"),m.filename!=null&&(m.filename=m.filename.toString())}return{protocol:o,cid:u,path:GI(l,a),query:m}}function GI(r,e){let t="";return r!=null&&(t+=r),e.length>0&&(t=`${t.length>0?`${t}/`:t}${e}`),t=t.replace(/\/(\/)+/g,"/"),t.startsWith("/")&&(t=t.substring(1)),t}async function NE(r,{ipns:e,logger:t},n){if(typeof r=="string")return TE({urlString:r,ipns:e,logger:t},{onProgress:n?.onProgress});let i=F.asCID(r);if(i!=null)return{cid:i,protocol:"ipfs",path:"",query:{}};throw new TypeError(`Invalid resource. Cannot determine CID from resource: ${r}`)}function fp(r,e,t){Object.defineProperty(r,e,{enumerable:!0,configurable:!1,set:()=>{},get:()=>t})}function _a(r,e){fp(r,"type",e)}function Sa(r,e){fp(r,"url",e)}function qI(r){fp(r,"redirected",!0)}function ci(r,e,t){let n=new Response(e,{...t??{},status:200,statusText:"OK"});return t?.redirected===!0&&qI(n),_a(n,"basic"),Sa(n,r),n}function hp(r,e,t){let n=new Response(e,{...t??{},status:501,statusText:"Not Implemented"});return n.headers.set("X-Content-Type-Options","nosniff"),_a(n,"basic"),Sa(n,r),n}function Jo(r,e,t){let n=new Response(e,{...t??{},status:406,statusText:"Not Acceptable"});return _a(n,"basic"),Sa(n,r),n}function pp(r,e,t){let n=new Response(e,{...t??{},status:400,statusText:"Bad Request"});return _a(n,"basic"),Sa(n,r),n}function CE(r,e,t){let n=new Response(null,{...t??{},status:301,statusText:"Moved Permanently",headers:{...t?.headers??{},location:e}});return _a(n,"basic"),Sa(n,r),n}var WI={[Wn]:["application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car"],[jn]:["application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car"],[Rn]:["application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car"],[ve]:["application/octet-stream","application/json","application/vnd.ipld.dag-cbor","application/cbor","application/vnd.ipld.dag-json","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car","application/x-tar"],[Ae]:["application/octet-stream","application/vnd.ipld.raw","application/vnd.ipfs.ipns-record","application/vnd.ipld.car","application/x-tar"]};function LE(r,e){let t=WI[r.code];if(e!=null)return YI(e,t)}function YI(r,e){let t=r.split(",").map(n=>{let i=n.trim().split(";");return{mimeType:`${i[0]}`.trim(),weight:jI(i[1])}}).sort((n,i)=>n.weight===i.weight?0:n.weight>i.weight?-1:1).map(n=>n.mimeType);for(let n of t)for(let i of e)if(n.includes(i)||n==="*/*"||n.startsWith("*/")&&i.split("/")[1]===n.split("/")[1]||n.endsWith("/*")&&i.split("/")[0]===n.split("/")[0])return i}function jI(r){if(r!=null&&(r=r.trim()),r==null||!r.startsWith("q="))return 1;let e=parseFloat(r.replace("q=",""));return isNaN(e)?0:e}var XI={raw:"application/vnd.ipld.raw",car:"application/vnd.ipld.car","dag-json":"application/vnd.ipld.dag-json","dag-cbor":"application/vnd.ipld.dag-cbor",json:"application/json",cbor:"application/cbor","ipns-record":"application/vnd.ipfs.ipns-record",tar:"application/x-tar"};function UE(r){if(r!=null)return XI[r]}async function DE(r,e,t){let n=[],i;for await(let o of ba(e,r,t))n.push(o.cid),i=o;if(i==null)throw new Error("No terminal element found");return{ipfsRoots:n,terminalElement:i}}function ZI(r){if(r==null)return;let e;return r?.signal===null&&(e=void 0),{...r,signal:e}}var JI=["application/vnd.ipld.raw","application/octet-stream"];function QI(r){let t=(new Headers(r).get("accept")??"").split(",").map(n=>n.split(";")[0]).map(n=>n.trim());for(let n of t){if(n==="*/*")return;if(JI.includes(n??""))return n}}var Eu=class{helia;ipns;unixfs;log;contentTypeParser;constructor({helia:e,ipns:t,unixfs:n},i){this.helia=e,this.log=e.logger.forComponent("helia:verified-fetch"),this.ipns=t??rw(e,{resolvers:i?.dnsResolvers??[Gl("https://mozilla.cloudflare-dns.com/dns-query"),Gl("https://dns.google/resolve")]}),this.unixfs=n??yE(e),this.contentTypeParser=i?.contentTypeParser,this.log.trace("created VerifiedFetch instance")}async handleIPNSRecord({resource:e,cid:t,path:n,options:i}){if(n!==""||!e.startsWith("ipns://"))return pp("Invalid IPNS name");let o;try{o=It(e.replace("ipns://",""))}catch{return this.log.error("could not parse peer id from IPNS url %s",e),pp("Invalid IPNS name")}let s=ye([V("/ipns/"),o.toBytes()]),a=new Le("/dht/record/"+Z(s,"base32"),!1),c=await this.helia.datastore.get(a,i),u=ei.deserialize(c),l=ci(e,u.value);return l.headers.set("content-type","application/vnd.ipfs.ipns-record"),l}async handleCar({resource:e,cid:t,options:n}){let i=Fg(this.helia),o=mu(i.stream(t,n)),s=ci(e,o);return s.headers.set("content-type","application/vnd.ipld.car; version=1"),s}async handleTar({resource:e,cid:t,path:n,options:i}){if(t.code!==ve&&t.code!==Ae)return Jo("only UnixFS data can be returned in a TAR file");let o=mu(kE(`/ipfs/${t}/${n}`,this.helia.blockstore,i)),s=ci(e,o);return s.headers.set("content-type","application/x-tar"),s}async handleJson({resource:e,cid:t,path:n,accept:i,options:o}){this.log.trace("fetching %c/%s",t,n);let s=await this.helia.blockstore.get(t,o),a;if(i==="application/vnd.ipld.dag-cbor"||i==="application/cbor")try{let u=kl(s);a=Ks(u)}catch(u){return this.log.error("could not transform %c to application/vnd.ipld.dag-cbor",u),Jo(e)}else a=s;let c=ci(e,a);return c.headers.set("content-type",i??"application/json"),c}async handleDagCbor({resource:e,cid:t,path:n,accept:i,options:o}){this.log.trace("fetching %c/%s",t,n);let s=await this.helia.blockstore.get(t,o),a;if(i==="application/octet-stream"||i==="application/vnd.ipld.dag-cbor"||i==="application/cbor")a=s;else if(i==="application/vnd.ipld.dag-json")try{let u=ki(s);a=lg(u)}catch(u){return this.log.error("could not transform %c to application/vnd.ipld.dag-json",u),Jo(e)}else try{a=gE(s)}catch(u){if(i==="application/json")return this.log('could not decode DAG-CBOR as JSON-safe, but the client sent "Accept: application/json"',u),Jo(e);this.log("could not decode DAG-CBOR as JSON-safe, falling back to `application/octet-stream`",u),a=s}let c=ci(e,a);return i==null&&(i=a instanceof Uint8Array?"application/octet-stream":"application/json"),c.headers.set("content-type",i),c}async handleDagPb({cid:e,path:t,resource:n,options:i}){let o,s,a=!1;try{let h=await DE(this.helia.blockstore,`${e.toString()}/${t}`,i);s=h.ipfsRoots,o=h.terminalElement}catch(h){this.log.error("Error walking path %s",t,h)}let c=o?.cid??e,u;if(o?.type==="directory"){let h=o.cid;if(t!==""&&!t.endsWith("/")){if(i?.redirect==="error")throw this.log('could not redirect to %s/ as redirect option was set to "error"',n),new TypeError("Failed to fetch");if(i?.redirect==="manual")return this.log("returning 301 permanent redirect to %s/",n),CE(n,`${n}/`);n=`${n}/`,a=!0}let p="index.html";try{this.log.trace("found directory at %c/%s, looking for index.html",e,t),u=await this.unixfs.stat(h,{path:p,signal:i?.signal,onProgress:i?.onProgress}),this.log.trace("found root file at %c/%s with cid %c",h,p,u.cid),t=p,c=u.cid}catch(y){return this.log("error loading path %c/%s",h,p,y),hp("Unable to find index.html for directory at given path. Support for directories with implicit root is not implemented")}finally{i?.onProgress?.(new M("verified-fetch:request:end",{cid:h,path:p}))}}let l=this.unixfs.cat(c,{signal:i?.signal,onProgress:i?.onProgress});this.log("got async iterator for %c/%s",e,t);let{stream:d,firstChunk:m}=await xE(l,t??"",this.helia.logger,{onProgress:i?.onProgress}),f=ci(n,d,{redirected:a});return await this.setContentType(m,t,f),s!=null&&f.headers.set("X-Ipfs-Roots",s.map(h=>h.toV1().toString()).join(",")),f}async handleRaw({resource:e,cid:t,path:n,options:i}){let o=await this.helia.blockstore.get(t,i),s=ci(e,o),a=QI(i?.headers);return a!=null?s.headers.set("content-type",a):await this.setContentType(o,n,s),s}async setContentType(e,t,n){let i="application/octet-stream";if(this.contentTypeParser!=null)try{let o=t.split("/").pop()?.trim();o=o===""?void 0:o;let s=this.contentTypeParser(e,o);if(eB(s)){let a=await s;a!=null&&(i=a)}else s!=null&&(i=s)}catch(o){this.log.error("Error parsing content type",o)}n.headers.set("content-type",i)}codecHandlers={[ve]:this.handleDagPb,[jn]:this.handleJson,[Rn]:this.handleJson,[Wn]:this.handleDagCbor,[Ae]:this.handleRaw,[et.code]:this.handleRaw};async fetch(e,t){this.log("fetch %s",e);let n=ZI(t);n?.onProgress?.(new M("verified-fetch:request:start",{resource:e}));let{path:i,query:o,cid:s}=await NE(e,{ipns:this.ipns,logger:this.helia.logger},n);n?.onProgress?.(new M("verified-fetch:request:resolve",{cid:s,path:i}));let c=new Headers(n?.headers).get("accept");c!=null&&this.log('incoming accept header "%s"',c);let u=UE(o.format);o.format!=null&&this.log('incoming query format "%s", mapped to %s',o.format,u);let l=c??u,d=LE(s,l);if(this.log("output type %s",d),l!=null&&d==null)return Jo(e.toString());let m,f,h={resource:e.toString(),cid:s,path:i,accept:d,options:n};if(d==="application/vnd.ipfs.ipns-record")f="ipns-record",m=await this.handleIPNSRecord(h);else if(d==="application/vnd.ipld.car")f="car",o.download=!0,o.filename=o.filename??`${s.toString()}.car`,m=await this.handleCar(h);else if(d==="application/vnd.ipld.raw")f="raw",o.download=!0,o.filename=o.filename??`${s.toString()}.bin`,m=await this.handleRaw(h);else if(d==="application/x-tar")f="tar",o.download=!0,o.filename=o.filename??`${s.toString()}.tar`,m=await this.handleTar(h);else{let y=this.codecHandlers[s.code];if(y==null)return hp(`Support for codec with code ${s.code} is not yet implemented. Please open an issue at https://github.com/ipfs/helia/issues/new`);m=await y.call(this,h)}m.headers.set("etag",EE({cid:s,reqFormat:f,weak:!1})),m.headers.set("cache-control","public, max-age=29030400, immutable"),m.headers.set("X-Ipfs-Path",e.toString());let p;return o.download===!0&&(p="attachment"),o.filename!=null&&(p==null&&(p="inline"),p=`${p}; ${wE(o.filename)}`),p!=null&&m.headers.set("Content-Disposition",p),n?.onProgress?.(new M("verified-fetch:request:end",{cid:s,path:i})),m}async start(){await this.helia.start()}async stop(){await this.helia.stop()}};function eB(r){return r?.then!=null}var Ia,xu=async function(e,t){return Ia==null&&(Ia=await mp()),Ia(e,t)};xu.start=async function(){await Ia?.start()};xu.stop=async function(){await Ia?.stop()};async function mp(r,e){let t;tB(r)||(t=r?.dnsResolvers,r=await Ng({blockBrokers:[as({gateways:r?.gateways})],routers:(r?.routers??["https://delegated-ipfs.dev"]).map(o=>$s(o))}));let n=new Eu({helia:r},{dnsResolvers:t,...e});async function i(o,s){return n.fetch(o,s)}return i.stop=n.stop.bind(n),i.start=n.start.bind(n),i}function tB(r){return r?.blockstore!=null&&r?.datastore!=null&&r?.gc!=null&&r?.stop!=null&&r?.start!=null}return jE(rB);})();
|
|
12
12
|
/*! Bundled license information:
|
|
13
13
|
|
|
14
14
|
pvtsutils/build/index.js:
|