@libp2p/daemon-client 10.0.23 → 10.0.24-9eb27be79
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 +1 -1
- package/dist/index.min.js.map +3 -3
- package/package.json +10 -10
- package/dist/typedoc-urls.json +0 -18
package/dist/index.min.js
CHANGED
|
@@ -13,7 +13,7 @@ ${e}`)}`:n!=null?`${n.split(`
|
|
|
13
13
|
${e}`)}`:r!=null?`${r}`:`${t.toString()}`}function $l(t){return t instanceof AggregateError||t?.name==="AggregateError"&&Array.isArray(t.errors)}function hc(t,e=""){if($l(t)){let r=fc(t,e);return t.errors.length>0?(e=`${e} `,r+=`
|
|
14
14
|
${e}${t.errors.map(n=>`${hc(n,`${e}`)}`).join(`
|
|
15
15
|
${e}`)}`):r+=`
|
|
16
|
-
${e}[Error list was empty]`,r.trim()}return fc(t,e)}De.formatters.e=t=>t==null?"undefined":hc(t);function Kl(t){let e=()=>{};return e.enabled=!1,e.color="",e.diff=0,e.log=()=>{},e.namespace=t,e.destroy=()=>!0,e.extend=()=>e,e}function pc(t){return{forComponent(e){return Kt(e,t)}}}function Kt(t,e){let r=Kl(`${t}:trace`);return De.enabled(`${t}:trace`)&&De.names.map(n=>n.toString()).find(n=>n.includes(":trace"))!=null&&(r=De(`${t}:trace`,e)),Object.assign(De(t,e),{error:De(`${t}:error`,e),trace:r,newScope:n=>Kt(`${t}:${n}`,e)})}function dc(t){if(t!=null&&(t=t.trim(),t.length!==0))return t}function _e(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}async function mc(t,e,r,n){let i=await crypto.subtle.importKey("jwk",t,{name:"ECDSA",namedCurve:t.crv??"P-256"},!1,["verify"]);n?.signal?.throwIfAborted();let o=await crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},i,e,r.subarray());return n?.signal?.throwIfAborted(),o}var yc=ce("node:buffer");function Xe(t,e){return yt(yc.Buffer.concat(t,e))}var gc=Symbol.for("@achingbrain/uint8arraylist");function bc(t,e){if(e==null||e<0)throw new RangeError("index is out of bounds");let r=0;for(let n of t){let i=r+n.byteLength;if(e<i)return{buf:n,index:e-r};r=i}throw new RangeError("index is out of bounds")}function dn(t){return!!t?.[gc]}var te=class t{bufs;length;[gc]=!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 r=0;for(let n of e)if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.push(n);else if(dn(n)){r+=n.byteLength;for(let i of n.bufs)this.bufs.push(i)}else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}prepend(...e){this.prependAll(e)}prependAll(e){let r=0;for(let n of e.reverse())if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.unshift(n);else if(dn(n))r+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}get(e){let r=bc(this.bufs,e);return r.buf[r.index]}set(e,r){let n=bc(this.bufs,e);n.buf[n.index]=r}write(e,r=0){if(e instanceof Uint8Array)for(let n=0;n<e.length;n++)this.set(r+n,e[n]);else if(dn(e))for(let n=0;n<e.length;n++)this.set(r+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,r){let{bufs:n,length:i}=this._subList(e,r);return Xe(n,i)}subarray(e,r){let{bufs:n,length:i}=this._subList(e,r);return n.length===1?n[0]:Xe(n,i)}sublist(e,r){let{bufs:n,length:i}=this._subList(e,r),o=new t;return o.length=i,o.bufs=n,o}_subList(e,r){if(e=e??0,r=r??this.length,e<0&&(e=this.length+e),r<0&&(r=this.length+r),e<0||r>this.length)throw new RangeError("index is out of bounds");if(e===r)return{bufs:[],length:0};if(e===0&&r===this.length)return{bufs:[...this.bufs],length:this.length};let n=[],i=0;for(let o=0;o<this.bufs.length;o++){let c=this.bufs[o],s=i,a=s+c.byteLength;if(i=a,e>=a)continue;let l=e>=s&&e<a,u=r>s&&r<=a;if(l&&u){if(e===s&&r===a){n.push(c);break}let f=e-s;n.push(c.subarray(f,f+(r-e)));break}if(l){if(e===0){n.push(c);continue}n.push(c.subarray(e-s));continue}if(u){if(r===a){n.push(c);break}n.push(c.subarray(0,r-s));break}n.push(c)}return{bufs:n,length:r-e}}indexOf(e,r=0){if(!dn(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(r=Number(r??0),isNaN(r)&&(r=0),r<0&&(r=this.length+r),r<0&&(r=0),e.length===0)return r>this.length?this.length:r;let i=n.byteLength;if(i===0)throw new TypeError("search must be at least 1 byte long");let o=256,c=new Int32Array(o);for(let f=0;f<o;f++)c[f]=-1;for(let f=0;f<i;f++)c[n[f]]=f;let s=c,a=this.byteLength-n.byteLength,l=n.byteLength-1,u;for(let f=r;f<=a;f+=u){u=0;for(let d=l;d>=0;d--){let h=this.get(f+d);if(n[d]!==h){u=Math.max(1,d-s[h]);break}}if(u===0)return f}return-1}getInt8(e){let r=this.subarray(e,e+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getInt8(0)}setInt8(e,r){let n=Re(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,r),this.write(n,e)}getInt16(e,r){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,r)}setInt16(e,r,n){let i=le(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt16(0,r,n),this.write(i,e)}getInt32(e,r){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,r)}setInt32(e,r,n){let i=le(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt32(0,r,n),this.write(i,e)}getBigInt64(e,r){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,r)}setBigInt64(e,r,n){let i=le(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigInt64(0,r,n),this.write(i,e)}getUint8(e){let r=this.subarray(e,e+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getUint8(0)}setUint8(e,r){let n=Re(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,r),this.write(n,e)}getUint16(e,r){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,r)}setUint16(e,r,n){let i=le(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint16(0,r,n),this.write(i,e)}getUint32(e,r){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,r)}setUint32(e,r,n){let i=le(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,r,n),this.write(i,e)}getBigUint64(e,r){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,r)}setBigUint64(e,r,n){let i=le(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigUint64(0,r,n),this.write(i,e)}getFloat32(e,r){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,r)}setFloat32(e,r,n){let i=le(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat32(0,r,n),this.write(i,e)}getFloat64(e,r){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,r)}setFloat64(e,r,n){let i=le(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,r,n),this.write(i,e)}equals(e){if(e==null||!(e instanceof t)||e.bufs.length!==this.bufs.length)return!1;for(let r=0;r<this.bufs.length;r++)if(!_e(this.bufs[r],e.bufs[r]))return!1;return!0}static fromUint8Arrays(e,r){let n=new t;return n.bufs=e,r==null&&(r=e.reduce((i,o)=>i+o.byteLength,0)),n.length=r,n}};var wc=ce("node:buffer");function se(t,e="utf8"){let r=zr[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return e==="utf8"||e==="utf-8"?wc.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):r.encoder.encode(t).substring(1)}var Hl=parseInt("11111",2),is=parseInt("10000000",2),Vl=parseInt("01111111",2),xc={0:Ar,1:Ar,2:zl,3:Yl,4:ql,5:Wl,6:Gl,16:Ar,22:Ar,48:Ar};function cs(t,e={offset:0}){let r=t[e.offset]&Hl;if(e.offset++,xc[r]!=null)return xc[r](t,e);throw new Error("No decoder for tag "+r)}function Dr(t,e){let r=0;if((t[e.offset]&is)===is){let n=t[e.offset]&Vl,i="0x";e.offset++;for(let o=0;o<n;o++,e.offset++)i+=t[e.offset].toString(16).padStart(2,"0");r=parseInt(i,16)}else r=t[e.offset],e.offset++;return r}function Ar(t,e){Dr(t,e);let r=[];for(;!(e.offset>=t.byteLength);){let n=cs(t,e);if(n===null)break;r.push(n)}return r}function zl(t,e){let r=Dr(t,e),n=e.offset,i=e.offset+r,o=[];for(let c=n;c<i;c++)c===n&&t[c]===0||o.push(t[c]);return e.offset+=r,Uint8Array.from(o)}function Gl(t,e){let r=Dr(t,e),n=e.offset+r,i=t[e.offset];e.offset++;let o=0,c=0;i<40?(o=0,c=i):i<80?(o=1,c=i-40):(o=2,c=i-80);let s=`${o}.${c}`,a=[];for(;e.offset<n;){let l=t[e.offset];if(e.offset++,a.push(l&127),l<128){a.reverse();let u=0;for(let f=0;f<a.length;f++)u+=a[f]<<f*7;s+=`.${u}`,a=[]}}return s}function Wl(t,e){return e.offset++,null}function Yl(t,e){let r=Dr(t,e),n=t[e.offset];e.offset++;let i=t.subarray(e.offset,e.offset+r-1);if(e.offset+=r,n!==0)throw new Error("Unused bits in bit string is unimplemented");return i}function ql(t,e){let r=Dr(t,e),n=t.subarray(e.offset,e.offset+r);return e.offset+=r,n}function Zl(t){let e=t.toString(16);e.length%2===1&&(e="0"+e);let r=new te;for(let n=0;n<e.length;n+=2)r.append(Uint8Array.from([parseInt(`${e[n]}${e[n+1]}`,16)]));return r}function as(t){if(t.byteLength<128)return Uint8Array.from([t.byteLength]);let e=Zl(t.byteLength);return new te(Uint8Array.from([e.byteLength|is]),e)}function Ec(t){let e=new te,r=128;return(t.subarray()[0]&r)===r&&e.append(Uint8Array.from([0])),e.append(t),new te(Uint8Array.from([2]),as(e),e)}function vc(t){let e=Uint8Array.from([0]),r=new te(e,t);return new te(Uint8Array.from([3]),as(r),r)}function hn(t,e=48){let r=new te;for(let n of t)r.append(n);return new te(Uint8Array.from([e]),as(r),r)}var jl=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),Xl=Uint8Array.from([6,5,43,129,4,0,34]),Ql=Uint8Array.from([6,5,43,129,4,0,35]),Jl={ext:!0,kty:"EC",crv:"P-256"},ef={ext:!0,kty:"EC",crv:"P-384"},tf={ext:!0,kty:"EC",crv:"P-521"},us=32,ls=48,fs=66;function Sc(t){let e=cs(t);return Tc(e)}function Tc(t){let e=t[1][1][0],r=1,n,i;if(e.byteLength===us*2+1)return n=se(e.subarray(r,r+us),"base64url"),i=se(e.subarray(r+us),"base64url"),new Ht({...Jl,key_ops:["verify"],x:n,y:i});if(e.byteLength===ls*2+1)return n=se(e.subarray(r,r+ls),"base64url"),i=se(e.subarray(r+ls),"base64url"),new Ht({...ef,key_ops:["verify"],x:n,y:i});if(e.byteLength===fs*2+1)return n=se(e.subarray(r,r+fs),"base64url"),i=se(e.subarray(r+fs),"base64url"),new Ht({...tf,key_ops:["verify"],x:n,y:i});throw new C(`coordinates were wrong length, got ${e.byteLength}, expected 65, 97 or 133`)}function Ic(t){return hn([Ec(Uint8Array.from([1])),hn([rf(t.crv)],160),hn([vc(new te(Uint8Array.from([4]),Ae(t.x??"","base64url"),Ae(t.y??"","base64url")))],161)]).subarray()}function rf(t){if(t==="P-256")return jl;if(t==="P-384")return Xl;if(t==="P-521")return Ql;throw new C(`Invalid curve ${t}`)}var Ht=class{type="ECDSA";jwk;_raw;constructor(e){this.jwk=e}get raw(){return this._raw==null&&(this._raw=Ic(this.jwk)),this._raw}toMultihash(){return Ve.digest(Vt(this))}toCID(){return ae.createV1(114,this.toMultihash())}toString(){return oe.encode(this.toMultihash().bytes).substring(1)}equals(e){return e==null||!(e.raw instanceof Uint8Array)?!1:_e(this.raw,e.raw)}async verify(e,r,n){return mc(this.jwk,r,e,n)}};var Dn=Le(ce("crypto"),1);function ds(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in t&&t.BYTES_PER_ELEMENT===1}function dt(t,e=""){if(typeof t!="number"){let r=e&&`"${e}" `;throw new TypeError(`${r}expected number, got ${typeof t}`)}if(!Number.isSafeInteger(t)||t<0){let r=e&&`"${e}" `;throw new RangeError(`${r}expected integer >= 0, got ${t}`)}}function Qe(t,e,r=""){let n=ds(t),i=t?.length,o=e!==void 0;if(!n||o&&i!==e){let c=r&&`"${r}" `,s=o?` of length ${e}`:"",a=n?`length=${i}`:`type=${typeof t}`,l=c+"expected Uint8Array"+s+", got "+a;throw n?new RangeError(l):new TypeError(l)}return t}function pn(t){if(typeof t!="function"||typeof t.create!="function")throw new TypeError("Hash must wrapped by utils.createHasher");if(dt(t.outputLen),dt(t.blockLen),t.outputLen<1)throw new Error('"outputLen" must be >= 1');if(t.blockLen<1)throw new Error('"blockLen" must be >= 1')}function zt(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function mn(t,e){Qe(t,void 0,"digestInto() output");let r=e.outputLen;if(t.length<r)throw new RangeError('"digestInto() output" expected to be of length >='+r)}function Et(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function yn(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function We(t,e){return t<<32-e|t>>>e}var Dc=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",nf=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function bn(t){if(Qe(t),Dc)return t.toHex();let e="";for(let r=0;r<t.length;r++)e+=nf[t[r]];return e}var rt={_0:48,_9:57,A:65,F:70,a:97,f:102};function Ac(t){if(t>=rt._0&&t<=rt._9)return t-rt._0;if(t>=rt.A&&t<=rt.F)return t-(rt.A-10);if(t>=rt.a&&t<=rt.f)return t-(rt.a-10)}function hs(t){if(typeof t!="string")throw new TypeError("hex string expected, got "+typeof t);if(Dc)try{return Uint8Array.fromHex(t)}catch(i){throw i instanceof SyntaxError?new RangeError(i.message):i}let e=t.length,r=e/2;if(e%2)throw new RangeError("hex string expected, got unpadded hex of length "+e);let n=new Uint8Array(r);for(let i=0,o=0;i<r;i++,o+=2){let c=Ac(t.charCodeAt(o)),s=Ac(t.charCodeAt(o+1));if(c===void 0||s===void 0){let a=t[o]+t[o+1];throw new RangeError('hex string expected, got non-hex character "'+a+'" at index '+o)}n[i]=c*16+s}return n}function Cc(...t){let e=0;for(let n=0;n<t.length;n++){let i=t[n];Qe(i),e+=i.length}let r=new Uint8Array(e);for(let n=0,i=0;n<t.length;n++){let o=t[n];r.set(o,i),i+=o.length}return r}function Lc(t,e={}){let r=(i,o)=>t(o).update(i).digest(),n=t(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=i=>t(i),Object.assign(r,e),Object.freeze(r)}function Bc(t=32){dt(t,"bytesLength");let e=typeof globalThis=="object"?globalThis.crypto:null;if(typeof e?.getRandomValues!="function")throw new Error("crypto.getRandomValues must be defined");if(t>65536)throw new RangeError(`"bytesLength" expected <= 65536, got ${t}`);return e.getRandomValues(new Uint8Array(t))}var Oc=t=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,t])});function _c(t,e,r){return t&e^~t&r}function kc(t,e,r){return t&e^t&r^e&r}var gn=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,r,n,i){this.blockLen=e,this.outputLen=r,this.padOffset=n,this.isLE=i,this.buffer=new Uint8Array(e),this.view=yn(this.buffer)}update(e){zt(this),Qe(e);let{view:r,buffer:n,blockLen:i}=this,o=e.length;for(let c=0;c<o;){let s=Math.min(i-this.pos,o-c);if(s===i){let a=yn(e);for(;i<=o-c;c+=i)this.process(a,c);continue}n.set(e.subarray(c,c+s),this.pos),this.pos+=s,c+=s,this.pos===i&&(this.process(r,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){zt(this),mn(e,this),this.finished=!0;let{buffer:r,view:n,blockLen:i,isLE:o}=this,{pos:c}=this;r[c++]=128,Et(this.buffer.subarray(c)),this.padOffset>i-c&&(this.process(n,0),c=0);for(let f=c;f<i;f++)r[f]=0;n.setBigUint64(i-8,BigInt(this.length*8),o),this.process(n,0);let s=yn(e),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let l=a/4,u=this.get();if(l>u.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<l;f++)s.setUint32(4*f,u[f],o)}digest(){let{buffer:e,outputLen:r}=this;this.digestInto(e);let n=e.slice(0,r);return this.destroy(),n}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:r,buffer:n,length:i,finished:o,destroyed:c,pos:s}=this;return e.destroyed=c,e.finished=o,e.length=i,e.pos=s,i%r&&e.buffer.set(n),e}clone(){return this._cloneInto()}},nt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var of=Uint32Array.from([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]),ht=new Uint32Array(64),ps=class extends gn{constructor(e){super(64,e,8,!1)}get(){let{A:e,B:r,C:n,D:i,E:o,F:c,G:s,H:a}=this;return[e,r,n,i,o,c,s,a]}set(e,r,n,i,o,c,s,a){this.A=e|0,this.B=r|0,this.C=n|0,this.D=i|0,this.E=o|0,this.F=c|0,this.G=s|0,this.H=a|0}process(e,r){for(let f=0;f<16;f++,r+=4)ht[f]=e.getUint32(r,!1);for(let f=16;f<64;f++){let d=ht[f-15],h=ht[f-2],y=We(d,7)^We(d,18)^d>>>3,v=We(h,17)^We(h,19)^h>>>10;ht[f]=v+ht[f-7]+y+ht[f-16]|0}let{A:n,B:i,C:o,D:c,E:s,F:a,G:l,H:u}=this;for(let f=0;f<64;f++){let d=We(s,6)^We(s,11)^We(s,25),h=u+d+_c(s,a,l)+of[f]+ht[f]|0,v=(We(n,2)^We(n,13)^We(n,22))+kc(n,i,o)|0;u=l,l=a,a=s,s=c+h|0,c=o,o=i,i=n,n=h+v|0}n=n+this.A|0,i=i+this.B|0,o=o+this.C|0,c=c+this.D|0,s=s+this.E|0,a=a+this.F|0,l=l+this.G|0,u=u+this.H|0,this.set(n,i,o,c,s,a,l,u)}roundClean(){Et(ht)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),Et(this.buffer)}},ms=class extends ps{A=nt[0]|0;B=nt[1]|0;C=nt[2]|0;D=nt[3]|0;E=nt[4]|0;F=nt[5]|0;G=nt[6]|0;H=nt[7]|0;constructor(){super(32)}};var Pc=Lc(()=>new ms,Oc(1));var fe=(t,e,r)=>Qe(t,e,r),bs=dt,gs=bn,ot=(...t)=>Cc(...t),En=t=>hs(t),ws=ds,xs=t=>Bc(t),xn=BigInt(0),ys=BigInt(1);function vt(t,e=""){if(typeof t!="boolean"){let r=e&&`"${e}" `;throw new TypeError(r+"expected boolean, got type="+typeof t)}return t}function vn(t){if(typeof t=="bigint"){if(!wn(t))throw new RangeError("positive bigint expected, got "+t)}else bs(t);return t}function Cr(t,e=""){if(typeof t!="number"){let r=e&&`"${e}" `;throw new TypeError(r+"expected number, got type="+typeof t)}if(!Number.isSafeInteger(t)){let r=e&&`"${e}" `;throw new RangeError(r+"expected safe integer, got "+t)}}function Lr(t){let e=vn(t).toString(16);return e.length&1?"0"+e:e}function Nc(t){if(typeof t!="string")throw new TypeError("hex string expected, got "+typeof t);return t===""?xn:BigInt("0x"+t)}function Gt(t){return Nc(bn(t))}function Es(t){return Nc(bn(sf(Qe(t)).reverse()))}function Sn(t,e){if(dt(e),e===0)throw new RangeError("zero length");t=vn(t);let r=t.toString(16);if(r.length>e*2)throw new RangeError("number too large");return hs(r.padStart(e*2,"0"))}function vs(t,e){return Sn(t,e).reverse()}function sf(t){return Uint8Array.from(fe(t))}var wn=t=>typeof t=="bigint"&&xn<=t;function cf(t,e,r){return wn(t)&&wn(e)&&wn(r)&&e<=t&&t<r}function Ss(t,e,r,n){if(!cf(e,r,n))throw new RangeError("expected valid "+t+": "+r+" <= n < "+n+", got "+e)}function Wt(t){if(t<xn)throw new Error("expected non-negative bigint, got "+t);let e;for(e=0;t>xn;t>>=ys,e+=1);return e}var Br=t=>(ys<<BigInt(t))-ys;function Rc(t,e,r){if(dt(t,"hashLen"),dt(e,"qByteLen"),typeof r!="function")throw new TypeError("hmacFn must be a function");let n=m=>new Uint8Array(m),i=Uint8Array.of(),o=Uint8Array.of(0),c=Uint8Array.of(1),s=1e3,a=n(t),l=n(t),u=0,f=()=>{a.fill(1),l.fill(0),u=0},d=(...m)=>r(l,ot(a,...m)),h=(m=i)=>{l=d(o,m),a=d(),m.length!==0&&(l=d(c,m),a=d())},y=()=>{if(u++>=s)throw new Error("drbg: tried max amount of iterations");let m=0,x=[];for(;m<e;){a=d();let L=a.slice();x.push(L),m+=a.length}return ot(...x)};return(m,x)=>{f(),h(m);let L;for(;(L=x(y()))===void 0;)h();return f(),L}}function St(t,e={},r={}){if(Object.prototype.toString.call(t)!=="[object Object]")throw new TypeError("expected valid options object");function n(o,c,s){if(!s&&c!=="function"&&!Object.hasOwn(t,o))throw new TypeError(`param "${o}" is invalid: expected own property`);let a=t[o];if(s&&a===void 0)return;let l=typeof a;if(l!==c||a===null)throw new TypeError(`param "${o}" is invalid: expected ${c}, got ${l}`)}let i=(o,c)=>Object.entries(o).forEach(([s,a])=>n(s,a,c));i(e,!1),i(r,!0)}var be=BigInt(0),ie=BigInt(1),Tt=BigInt(2),$c=BigInt(3),Kc=BigInt(4),Hc=BigInt(5),af=BigInt(7),Vc=BigInt(8),uf=BigInt(9),zc=BigInt(16);function Ye(t,e){if(e<=be)throw new Error("mod: expected positive modulus, got "+e);let r=t%e;return r>=be?r:e+r}function ke(t,e,r){if(e<be)throw new Error("pow2: expected non-negative exponent, got "+e);let n=t;for(;e-- >be;)n*=n,n%=r;return n}function Uc(t,e){if(t===be)throw new Error("invert: expected non-zero number");if(e<=be)throw new Error("invert: expected positive modulus, got "+e);let r=Ye(t,e),n=e,i=be,o=ie,c=ie,s=be;for(;r!==be;){let l=n/r,u=n-r*l,f=i-c*l,d=o-s*l;n=r,r=u,i=c,o=s,c=f,s=d}if(n!==ie)throw new Error("invert: does not exist");return Ye(i,e)}function Ts(t,e,r){let n=t;if(!n.eql(n.sqr(e),r))throw new Error("Cannot find square root")}function Gc(t,e){let r=t,n=(r.ORDER+ie)/Kc,i=r.pow(e,n);return Ts(r,i,e),i}function lf(t,e){let r=t,n=(r.ORDER-Hc)/Vc,i=r.mul(e,Tt),o=r.pow(i,n),c=r.mul(e,o),s=r.mul(r.mul(c,Tt),o),a=r.mul(c,r.sub(s,r.ONE));return Ts(r,a,e),a}function ff(t){let e=Yt(t),r=Wc(t),n=r(e,e.neg(e.ONE)),i=r(e,n),o=r(e,e.neg(n)),c=(t+af)/zc;return((s,a)=>{let l=s,u=l.pow(a,c),f=l.mul(u,n),d=l.mul(u,i),h=l.mul(u,o),y=l.eql(l.sqr(f),a),v=l.eql(l.sqr(d),a);u=l.cmov(u,f,y),f=l.cmov(h,d,v);let m=l.eql(l.sqr(f),a),x=l.cmov(u,f,m);return Ts(l,x,a),x})}function Wc(t){if(t<$c)throw new Error("sqrt is not defined for small field");let e=t-ie,r=0;for(;e%Tt===be;)e/=Tt,r++;let n=Tt,i=Yt(t);for(;Fc(i,n)===1;)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(r===1)return Gc;let o=i.pow(n,e),c=(e+ie)/Tt;return function(a,l){let u=a;if(u.is0(l))return l;if(Fc(u,l)!==1)throw new Error("Cannot find square root");let f=r,d=u.mul(u.ONE,o),h=u.pow(l,e),y=u.pow(l,c);for(;!u.eql(h,u.ONE);){if(u.is0(h))return u.ZERO;let v=1,m=u.sqr(h);for(;!u.eql(m,u.ONE);)if(v++,m=u.sqr(m),v===f)throw new Error("Cannot find square root");let x=ie<<BigInt(f-v-1),L=u.pow(d,x);f=v,d=u.sqr(L),h=u.mul(h,d),y=u.mul(y,L)}return y}}function df(t){return t%Kc===$c?Gc:t%Vc===Hc?lf:t%zc===uf?ff(t):Wc(t)}var hf=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Is(t){let e={ORDER:"bigint",BYTES:"number",BITS:"number"},r=hf.reduce((n,i)=>(n[i]="function",n),e);if(St(t,r),Cr(t.BYTES,"BYTES"),Cr(t.BITS,"BITS"),t.BYTES<1||t.BITS<1)throw new Error("invalid field: expected BYTES/BITS > 0");if(t.ORDER<=ie)throw new Error("invalid field: expected ORDER > 1, got "+t.ORDER);return t}function pf(t,e,r){let n=t;if(r<be)throw new Error("invalid exponent, negatives unsupported");if(r===be)return n.ONE;if(r===ie)return e;let i=n.ONE,o=e;for(;r>be;)r&ie&&(i=n.mul(i,o)),o=n.sqr(o),r>>=ie;return i}function In(t,e,r=!1){let n=t,i=new Array(e.length).fill(r?n.ZERO:void 0),o=e.reduce((s,a,l)=>n.is0(a)?s:(i[l]=s,n.mul(s,a)),n.ONE),c=n.inv(o);return e.reduceRight((s,a,l)=>n.is0(a)?s:(i[l]=n.mul(s,i[l]),n.mul(s,a)),c),i}function Fc(t,e){let r=t,n=(r.ORDER-ie)/Tt,i=r.pow(e,n),o=r.eql(i,r.ONE),c=r.eql(i,r.ZERO),s=r.eql(i,r.neg(r.ONE));if(!o&&!c&&!s)throw new Error("invalid Legendre symbol result");return o?1:c?0:-1}function mf(t,e){if(e!==void 0&&bs(e),t<=be)throw new Error("invalid n length: expected positive n, got "+t);if(e!==void 0&&e<1)throw new Error("invalid n length: expected positive bit length, got "+e);let r=Wt(t);if(e!==void 0&&e<r)throw new Error(`invalid n length: expected bit length (${r}) >= n.length (${e})`);let n=e!==void 0?e:r,i=Math.ceil(n/8);return{nBitLength:n,nByteLength:i}}var Mc=new WeakMap,Tn=class{ORDER;BITS;BYTES;isLE;ZERO=be;ONE=ie;_lengths;_mod;constructor(e,r={}){if(e<=ie)throw new Error("invalid field: expected ORDER > 1, got "+e);let n;this.isLE=!1,r!=null&&typeof r=="object"&&(typeof r.BITS=="number"&&(n=r.BITS),typeof r.sqrt=="function"&&Object.defineProperty(this,"sqrt",{value:r.sqrt,enumerable:!0}),typeof r.isLE=="boolean"&&(this.isLE=r.isLE),r.allowedLengths&&(this._lengths=Object.freeze(r.allowedLengths.slice())),typeof r.modFromBytes=="boolean"&&(this._mod=r.modFromBytes));let{nBitLength:i,nByteLength:o}=mf(e,n);if(o>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");this.ORDER=e,this.BITS=i,this.BYTES=o,Object.freeze(this)}create(e){return Ye(e,this.ORDER)}isValid(e){if(typeof e!="bigint")throw new TypeError("invalid field element: expected bigint, got "+typeof e);return be<=e&&e<this.ORDER}is0(e){return e===be}isValidNot0(e){return!this.is0(e)&&this.isValid(e)}isOdd(e){return(e&ie)===ie}neg(e){return Ye(-e,this.ORDER)}eql(e,r){return e===r}sqr(e){return Ye(e*e,this.ORDER)}add(e,r){return Ye(e+r,this.ORDER)}sub(e,r){return Ye(e-r,this.ORDER)}mul(e,r){return Ye(e*r,this.ORDER)}pow(e,r){return pf(this,e,r)}div(e,r){return Ye(e*Uc(r,this.ORDER),this.ORDER)}sqrN(e){return e*e}addN(e,r){return e+r}subN(e,r){return e-r}mulN(e,r){return e*r}inv(e){return Uc(e,this.ORDER)}sqrt(e){let r=Mc.get(this);return r||Mc.set(this,r=df(this.ORDER)),r(this,e)}toBytes(e){return this.isLE?vs(e,this.BYTES):Sn(e,this.BYTES)}fromBytes(e,r=!1){fe(e);let{_lengths:n,BYTES:i,isLE:o,ORDER:c,_mod:s}=this;if(n){if(e.length<1||!n.includes(e.length)||e.length>i)throw new Error("Field.fromBytes: expected "+n+" bytes, got "+e.length);let l=new Uint8Array(i);l.set(e,o?0:l.length-e.length),e=l}if(e.length!==i)throw new Error("Field.fromBytes: expected "+i+" bytes, got "+e.length);let a=o?Es(e):Gt(e);if(s&&(a=Ye(a,c)),!r&&!this.isValid(a))throw new Error("invalid field element: outside of range 0..ORDER");return a}invertBatch(e){return In(this,e)}cmov(e,r,n){return vt(n,"condition"),n?r:e}};Object.freeze(Tn.prototype);function Yt(t,e={}){return new Tn(t,e)}function Yc(t){if(typeof t!="bigint")throw new Error("field order must be bigint");if(t<=ie)throw new Error("field order must be greater than 1");let e=Wt(t-ie);return Math.ceil(e/8)}function As(t){let e=Yc(t);return e+Math.ceil(e/2)}function Ds(t,e,r=!1){fe(t);let n=t.length,i=Yc(e),o=Math.max(As(e),16);if(n<o||n>1024)throw new Error("expected "+o+"-1024 bytes of input, got "+n);let c=r?Es(t):Gt(t),s=Ye(c,e-ie)+ie;return r?vs(s,i):Sn(s,i)}var qt=BigInt(0),It=BigInt(1);function Or(t,e){let r=e.negate();return t?r:e}function Os(t,e){let r=In(t.Fp,e.map(n=>n.Z));return e.map((n,i)=>t.fromAffine(n.toAffine(r[i])))}function Xc(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function Cs(t,e){Xc(t,e);let r=Math.ceil(e/t)+1,n=2**(t-1),i=2**t,o=Br(t),c=BigInt(t);return{windows:r,windowSize:n,mask:o,maxNumber:i,shiftBy:c}}function qc(t,e,r){let{windowSize:n,mask:i,maxNumber:o,shiftBy:c}=r,s=Number(t&i),a=t>>c;s>n&&(s-=o,a+=It);let l=e*n,u=l+Math.abs(s)-1,f=s===0,d=s<0,h=e%2!==0;return{nextN:a,offset:u,isZero:f,isNeg:d,isNegF:h,offsetF:l}}var Ls=new WeakMap,Qc=new WeakMap;function Bs(t){return Qc.get(t)||1}function Zc(t){if(t!==qt)throw new Error("invalid wNAF")}var An=class{BASE;ZERO;Fn;bits;constructor(e,r){this.BASE=e.BASE,this.ZERO=e.ZERO,this.Fn=e.Fn,this.bits=r}_unsafeLadder(e,r,n=this.ZERO){let i=e;for(;r>qt;)r&It&&(n=n.add(i)),i=i.double(),r>>=It;return n}precomputeWindow(e,r){let{windows:n,windowSize:i}=Cs(r,this.bits),o=[],c=e,s=c;for(let a=0;a<n;a++){s=c,o.push(s);for(let l=1;l<i;l++)s=s.add(c),o.push(s);c=s.double()}return o}wNAF(e,r,n){if(!this.Fn.isValid(n))throw new Error("invalid scalar");let i=this.ZERO,o=this.BASE,c=Cs(e,this.bits);for(let s=0;s<c.windows;s++){let{nextN:a,offset:l,isZero:u,isNeg:f,isNegF:d,offsetF:h}=qc(n,s,c);n=a,u?o=o.add(Or(d,r[h])):i=i.add(Or(f,r[l]))}return Zc(n),{p:i,f:o}}wNAFUnsafe(e,r,n,i=this.ZERO){let o=Cs(e,this.bits);for(let c=0;c<o.windows&&n!==qt;c++){let{nextN:s,offset:a,isZero:l,isNeg:u}=qc(n,c,o);if(n=s,!l){let f=r[a];i=i.add(u?f.negate():f)}}return Zc(n),i}getPrecomputes(e,r,n){let i=Ls.get(r);return i||(i=this.precomputeWindow(r,e),e!==1&&(typeof n=="function"&&(i=n(i)),Ls.set(r,i))),i}cached(e,r,n){let i=Bs(e);return this.wNAF(i,this.getPrecomputes(i,e,n),r)}unsafe(e,r,n,i){let o=Bs(e);return o===1?this._unsafeLadder(e,r,i):this.wNAFUnsafe(o,this.getPrecomputes(o,e,n),r,i)}createCache(e,r){Xc(r,this.bits),Qc.set(e,r),Ls.delete(e)}hasCache(e){return Bs(e)!==1}};function Jc(t,e,r,n){let i=e,o=t.ZERO,c=t.ZERO;for(;r>qt||n>qt;)r&It&&(o=o.add(i)),n&It&&(c=c.add(i)),i=i.double(),r>>=It,n>>=It;return{p1:o,p2:c}}function jc(t,e,r){if(e){if(e.ORDER!==t)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return Is(e),e}else return Yt(t,{isLE:r})}function ea(t,e,r={},n){if(n===void 0&&(n=t==="edwards"),!e||typeof e!="object")throw new Error(`expected valid ${t} CURVE object`);for(let a of["p","n","h"]){let l=e[a];if(!(typeof l=="bigint"&&l>qt))throw new Error(`CURVE.${a} must be positive bigint`)}let i=jc(e.p,r.Fp,n),o=jc(e.n,r.Fn,n),s=["Gx","Gy","a",t==="weierstrass"?"b":"d"];for(let a of s)if(!i.isValid(e[a]))throw new Error(`CURVE.${a} must be valid field element of CURVE.Fp`);return e=Object.freeze(Object.assign({},e)),{CURVE:e,Fp:i,Fn:o}}function ta(t,e){return function(n){let i=t(n);return{secretKey:i,publicKey:e(i)}}}var Qm=Dn.default.generateKeyPairSync,_r=32;var yf=64;function ra(t,e,r){if(t.byteLength!==_r)throw new TypeError('"key" must be 32 bytes in length.');if(!(t instanceof Uint8Array))throw new TypeError('"key" must be a node.js Buffer, or Uint8Array.');if(e.byteLength!==yf)throw new TypeError('"sig" must be 64 bytes in length.');if(!(e instanceof Uint8Array))throw new TypeError('"sig" must be a node.js Buffer, or Uint8Array.');let n=Dn.default.createPublicKey({format:"jwk",key:{crv:"Ed25519",x:se(t,"base64url"),kty:"OKP"}});return Dn.default.verify(null,r instanceof Uint8Array?r:r.subarray(),n,e)}function oa(t){return t==null?!1:typeof t.then=="function"&&typeof t.catch=="function"&&typeof t.finally=="function"}var Cn=class{type="Ed25519";raw;constructor(e){this.raw=_s(e,_r)}toMultihash(){return Ve.digest(Vt(this))}toCID(){return ae.createV1(114,this.toMultihash())}toString(){return oe.encode(this.toMultihash().bytes).substring(1)}equals(e){return e==null||!(e.raw instanceof Uint8Array)?!1:_e(this.raw,e.raw)}verify(e,r,n){n?.signal?.throwIfAborted();let i=ra(this.raw,r,e);return oa(i)?i.then(o=>(n?.signal?.throwIfAborted(),o)):i}};function sa(t){return t=_s(t,_r),new Cn(t)}function _s(t,e){if(t=Uint8Array.from(t??[]),t.length!==e)throw new C(`Key must be a Uint8Array of length ${e}, got ${t.length}`);return t}var ve;(function(t){t.RSA="RSA",t.Ed25519="Ed25519",t.secp256k1="secp256k1",t.ECDSA="ECDSA"})(ve||(ve={}));var ks;(function(t){t[t.RSA=0]="RSA",t[t.Ed25519=1]="Ed25519",t[t.secp256k1=2]="secp256k1",t[t.ECDSA=3]="ECDSA"})(ks||(ks={}));(function(t){t.codec=()=>ze(ks)})(ve||(ve={}));var kr;(function(t){let e;t.codec=()=>(e==null&&(e=Q((o,c,s={})=>{s.lengthDelimited!==!1&&c.fork(),o.Type!=null&&(c.uint32(8),ve.codec().encode(o.Type,c)),o.Data!=null&&(c.uint32(18),c.bytes(o.Data)),s.lengthDelimited!==!1&&c.ldelim()},(o,c,s={})=>{let a={},l=c==null?o.len:o.pos+c;for(;o.pos<l;){let u=o.uint32();switch(u>>>3){case 1:{a.Type=ve.codec().decode(o);break}case 2:{a.Data=o.bytes();break}default:{o.skipType(u&7);break}}}return a},function*(o,c,s,a={}){let l=c==null?o.len:o.pos+c;for(;o.pos<l;){let u=o.uint32();switch(u>>>3){case 1:{yield{field:`${s}.Type`,value:ve.codec().decode(o)};break}case 2:{yield{field:`${s}.Data`,value:o.bytes()};break}default:{o.skipType(u&7);break}}}})),e);function r(o){return j(o,t.codec())}t.encode=r;function n(o,c){return Z(o,t.codec(),c)}t.decode=n;function i(o,c){return X(o,t.codec(),c)}t.stream=i})(kr||(kr={}));var Ps;(function(t){let e;t.codec=()=>(e==null&&(e=Q((o,c,s={})=>{s.lengthDelimited!==!1&&c.fork(),o.Type!=null&&(c.uint32(8),ve.codec().encode(o.Type,c)),o.Data!=null&&(c.uint32(18),c.bytes(o.Data)),s.lengthDelimited!==!1&&c.ldelim()},(o,c,s={})=>{let a={},l=c==null?o.len:o.pos+c;for(;o.pos<l;){let u=o.uint32();switch(u>>>3){case 1:{a.Type=ve.codec().decode(o);break}case 2:{a.Data=o.bytes();break}default:{o.skipType(u&7);break}}}return a},function*(o,c,s,a={}){let l=c==null?o.len:o.pos+c;for(;o.pos<l;){let u=o.uint32();switch(u>>>3){case 1:{yield{field:`${s}.Type`,value:ve.codec().decode(o)};break}case 2:{yield{field:`${s}.Data`,value:o.bytes()};break}default:{o.skipType(u&7);break}}}})),e);function r(o){return j(o,t.codec())}t.encode=r;function n(o,c){return Z(o,t.codec(),c)}t.decode=n;function i(o,c){return X(o,t.codec(),c)}t.stream=i})(Ps||(Ps={}));var pa=Le(ce("node:crypto"),1);var Ln=class{oHash;iHash;blockLen;outputLen;canXOF=!1;finished=!1;destroyed=!1;constructor(e,r){if(pn(e),Qe(r,void 0,"key"),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 n=this.blockLen,i=new Uint8Array(n);i.set(r.length>n?e.create().update(r).digest():r);for(let o=0;o<i.length;o++)i[o]^=54;this.iHash.update(i),this.oHash=e.create();for(let o=0;o<i.length;o++)i[o]^=106;this.oHash.update(i),Et(i)}update(e){return zt(this),this.iHash.update(e),this}digestInto(e){zt(this),mn(e,this),this.finished=!0;let r=e.subarray(0,this.outputLen);this.iHash.digestInto(r),this.oHash.update(r),this.oHash.digestInto(r),this.destroy()}digest(){let e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||=Object.create(Object.getPrototypeOf(this),{});let{oHash:r,iHash:n,finished:i,destroyed:o,blockLen:c,outputLen:s}=this;return e=e,e.finished=i,e.destroyed=o,e.blockLen=c,e.outputLen=s,e.oHash=r._cloneInto(e.oHash),e.iHash=n._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},ia=(()=>{let t=((e,r,n)=>new Ln(e,r).update(n).digest());return t.create=(e,r)=>new Ln(e,r),t})();var ca=(t,e)=>(t+(t>=0?e:-e)/aa)/e;function wf(t,e,r){Ss("scalar",t,Je,r);let[[n,i],[o,c]]=e,s=ca(c*t,r),a=ca(-i*t,r),l=t-s*n-a*o,u=-s*i-a*c,f=l<Je,d=u<Je;f&&(l=-l),d&&(u=-u);let h=Br(Math.ceil(Wt(r)/2))+pt;if(l<Je||l>=h||u<Je||u>=h)throw new Error("splitScalar (endomorphism): failed for k");return{k1neg:f,k1:l,k2neg:d,k2:u}}function Rs(t){if(!["compact","recovered","der"].includes(t))throw new Error('Signature format must be "compact", "recovered", or "der"');return t}function Ns(t,e){St(t);let r={};for(let n of Object.keys(e))r[n]=t[n]===void 0?e[n]:t[n];return vt(r.lowS,"lowS"),vt(r.prehash,"prehash"),r.format!==void 0&&Rs(r.format),r}var Us=class extends Error{constructor(e=""){super(e)}},qe={Err:Us,_tlv:{encode:(t,e)=>{let{Err:r}=qe;if(Cr(t,"tag"),t<0||t>255)throw new r("tlv.encode: wrong tag");if(typeof e!="string")throw new TypeError('"data" expected string, got type='+typeof e);if(e.length&1)throw new r("tlv.encode: unpadded data");let n=e.length/2,i=Lr(n);if(i.length/2&128)throw new r("tlv.encode: long form length too big");let o=n>127?Lr(i.length/2|128):"";return Lr(t)+o+i+e},decode(t,e){let{Err:r}=qe;e=fe(e,void 0,"DER data");let n=0;if(t<0||t>255)throw new r("tlv.encode: wrong tag");if(e.length<2||e[n++]!==t)throw new r("tlv.decode: wrong tlv");let i=e[n++],o=!!(i&128),c=0;if(!o)c=i;else{let a=i&127;if(!a)throw new r("tlv.decode(long): indefinite length not supported");if(a>4)throw new r("tlv.decode(long): byte length is too big");let l=e.subarray(n,n+a);if(l.length!==a)throw new r("tlv.decode: length bytes not complete");if(l[0]===0)throw new r("tlv.decode(long): zero leftmost byte");for(let u of l)c=c<<8|u;if(n+=a,c<128)throw new r("tlv.decode(long): not minimal encoding")}let s=e.subarray(n,n+c);if(s.length!==c)throw new r("tlv.decode: wrong value length");return{v:s,l:e.subarray(n+c)}}},_int:{encode(t){let{Err:e}=qe;if(vn(t),t<Je)throw new e("integer: negative integers are not allowed");let r=Lr(t);if(Number.parseInt(r[0],16)&8&&(r="00"+r),r.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return r},decode(t){let{Err:e}=qe;if(t.length<1)throw new e("invalid signature integer: empty");if(t[0]&128)throw new e("invalid signature integer: negative");if(t.length>1&&t[0]===0&&!(t[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return Gt(t)}},toSig(t){let{Err:e,_int:r,_tlv:n}=qe,i=fe(t,void 0,"signature"),{v:o,l:c}=n.decode(48,i);if(c.length)throw new e("invalid signature: left bytes after parsing");let{v:s,l:a}=n.decode(2,o),{v:l,l:u}=n.decode(2,a);if(u.length)throw new e("invalid signature: left bytes after parsing");return{r:r.decode(s),s:r.decode(l)}},hexFromSig(t){let{_tlv:e,_int:r}=qe,n=e.encode(2,r.encode(t.r)),i=e.encode(2,r.encode(t.s)),o=n+i;return e.encode(48,o)}};Object.freeze(qe._tlv);Object.freeze(qe._int);Object.freeze(qe);var Je=BigInt(0),pt=BigInt(1),aa=BigInt(2),Bn=BigInt(3),xf=BigInt(4);function ua(t,e={}){let r=ea("weierstrass",t,e),n=r.Fp,i=r.Fn,o=r.CURVE,{h:c,n:s}=o;St(e,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object"});let{endo:a,allowInfinityPoint:l}=e;if(a&&(!n.is0(o.a)||typeof a.beta!="bigint"||!Array.isArray(a.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');let u=fa(n,i);function f(){if(!n.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function d(re,b,I){if(l&&b.is0())return Uint8Array.of(0);let{x:D,y:g}=b.toAffine(),p=n.toBytes(D);if(vt(I,"isCompressed"),I){f();let w=!n.isOdd(g);return ot(la(w),p)}else return ot(Uint8Array.of(4),p,n.toBytes(g))}function h(re){fe(re,void 0,"Point");let{publicKey:b,publicKeyUncompressed:I}=u,D=re.length,g=re[0],p=re.subarray(1);if(l&&D===1&&g===0)return{x:n.ZERO,y:n.ZERO};if(D===b&&(g===2||g===3)){let w=n.fromBytes(p);if(!n.isValid(w))throw new Error("bad point: is not on curve, wrong x");let S=m(w),E;try{E=n.sqrt(S)}catch(z){let M=z instanceof Error?": "+z.message:"";throw new Error("bad point: is not on curve, sqrt error"+M)}f();let A=n.isOdd(E);return(g&1)===1!==A&&(E=n.neg(E)),{x:w,y:E}}else if(D===I&&g===4){let w=n.BYTES,S=n.fromBytes(p.subarray(0,w)),E=n.fromBytes(p.subarray(w,w*2));if(!x(S,E))throw new Error("bad point: is not on curve");return{x:S,y:E}}else throw new Error(`bad point: got length ${D}, expected compressed=${b} or uncompressed=${I}`)}let y=e.toBytes===void 0?d:e.toBytes,v=e.fromBytes===void 0?h:e.fromBytes;function m(re){let b=n.sqr(re),I=n.mul(b,re);return n.add(n.add(I,n.mul(re,o.a)),o.b)}function x(re,b){let I=n.sqr(b),D=m(re);return n.eql(I,D)}if(!x(o.Gx,o.Gy))throw new Error("bad curve params: generator point");let L=n.mul(n.pow(o.a,Bn),xf),R=n.mul(n.sqr(o.b),BigInt(27));if(n.is0(n.add(L,R)))throw new Error("bad curve params: a or b");function V(re,b,I=!1){if(!n.isValid(b)||I&&n.is0(b))throw new Error(`bad point coordinate ${re}`);return b}function P(re){if(!(re instanceof O))throw new Error("Weierstrass Point expected")}function ue(re){if(!a||!a.basises)throw new Error("no endo");return wf(re,a.basises,i.ORDER)}function J(re,b,I,D,g){return I=new O(n.mul(I.X,re),I.Y,I.Z),b=Or(D,b),I=Or(g,I),b.add(I)}class O{static BASE=new O(o.Gx,o.Gy,n.ONE);static ZERO=new O(n.ZERO,n.ONE,n.ZERO);static Fp=n;static Fn=i;X;Y;Z;constructor(b,I,D){this.X=V("x",b),this.Y=V("y",I,!0),this.Z=V("z",D),Object.freeze(this)}static CURVE(){return o}static fromAffine(b){let{x:I,y:D}=b||{};if(!b||!n.isValid(I)||!n.isValid(D))throw new Error("invalid affine point");if(b instanceof O)throw new Error("projective point not allowed");return n.is0(I)&&n.is0(D)?O.ZERO:new O(I,D,n.ONE)}static fromBytes(b){let I=O.fromAffine(v(fe(b,void 0,"point")));return I.assertValidity(),I}static fromHex(b){return O.fromBytes(En(b))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(b=8,I=!0){return Ke.createCache(this,b),I||this.multiply(Bn),this}assertValidity(){let b=this;if(b.is0()){if(e.allowInfinityPoint&&n.is0(b.X)&&n.eql(b.Y,n.ONE)&&n.is0(b.Z))return;throw new Error("bad point: ZERO")}let{x:I,y:D}=b.toAffine();if(!n.isValid(I)||!n.isValid(D))throw new Error("bad point: x or y not field elements");if(!x(I,D))throw new Error("bad point: equation left != right");if(!b.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:b}=this.toAffine();if(!n.isOdd)throw new Error("Field doesn't support isOdd");return!n.isOdd(b)}equals(b){P(b);let{X:I,Y:D,Z:g}=this,{X:p,Y:w,Z:S}=b,E=n.eql(n.mul(I,S),n.mul(p,g)),A=n.eql(n.mul(D,S),n.mul(w,g));return E&&A}negate(){return new O(this.X,n.neg(this.Y),this.Z)}double(){let{a:b,b:I}=o,D=n.mul(I,Bn),{X:g,Y:p,Z:w}=this,S=n.ZERO,E=n.ZERO,A=n.ZERO,B=n.mul(g,g),z=n.mul(p,p),M=n.mul(w,w),N=n.mul(g,p);return N=n.add(N,N),A=n.mul(g,w),A=n.add(A,A),S=n.mul(b,A),E=n.mul(D,M),E=n.add(S,E),S=n.sub(z,E),E=n.add(z,E),E=n.mul(S,E),S=n.mul(N,S),A=n.mul(D,A),M=n.mul(b,M),N=n.sub(B,M),N=n.mul(b,N),N=n.add(N,A),A=n.add(B,B),B=n.add(A,B),B=n.add(B,M),B=n.mul(B,N),E=n.add(E,B),M=n.mul(p,w),M=n.add(M,M),B=n.mul(M,N),S=n.sub(S,B),A=n.mul(M,z),A=n.add(A,A),A=n.add(A,A),new O(S,E,A)}add(b){P(b);let{X:I,Y:D,Z:g}=this,{X:p,Y:w,Z:S}=b,E=n.ZERO,A=n.ZERO,B=n.ZERO,z=o.a,M=n.mul(o.b,Bn),N=n.mul(I,p),pe=n.mul(D,w),me=n.mul(g,S),ye=n.add(I,D),ne=n.add(p,w);ye=n.mul(ye,ne),ne=n.add(N,pe),ye=n.sub(ye,ne),ne=n.add(I,g);let Te=n.add(p,S);return ne=n.mul(ne,Te),Te=n.add(N,me),ne=n.sub(ne,Te),Te=n.add(D,g),E=n.add(w,S),Te=n.mul(Te,E),E=n.add(pe,me),Te=n.sub(Te,E),B=n.mul(z,ne),E=n.mul(M,me),B=n.add(E,B),E=n.sub(pe,B),B=n.add(pe,B),A=n.mul(E,B),pe=n.add(N,N),pe=n.add(pe,N),me=n.mul(z,me),ne=n.mul(M,ne),pe=n.add(pe,me),me=n.sub(N,me),me=n.mul(z,me),ne=n.add(ne,me),N=n.mul(pe,ne),A=n.add(A,N),N=n.mul(Te,ne),E=n.mul(ye,E),E=n.sub(E,N),N=n.mul(ye,pe),B=n.mul(Te,B),B=n.add(B,N),new O(E,A,B)}subtract(b){return P(b),this.add(b.negate())}is0(){return this.equals(O.ZERO)}multiply(b){let{endo:I}=e;if(!i.isValidNot0(b))throw new RangeError("invalid scalar: out of range");let D,g,p=w=>Ke.cached(this,w,S=>Os(O,S));if(I){let{k1neg:w,k1:S,k2neg:E,k2:A}=ue(b),{p:B,f:z}=p(S),{p:M,f:N}=p(A);g=z.add(N),D=J(I.beta,B,M,w,E)}else{let{p:w,f:S}=p(b);D=w,g=S}return Os(O,[D,g])[0]}multiplyUnsafe(b){let{endo:I}=e,D=this,g=b;if(!i.isValid(g))throw new RangeError("invalid scalar: out of range");if(g===Je||D.is0())return O.ZERO;if(g===pt)return D;if(Ke.hasCache(this))return this.multiply(g);if(I){let{k1neg:p,k1:w,k2neg:S,k2:E}=ue(g),{p1:A,p2:B}=Jc(O,D,w,E);return J(I.beta,A,B,p,S)}else return Ke.unsafe(D,g)}toAffine(b){let I=this,D=b,{X:g,Y:p,Z:w}=I;if(n.eql(w,n.ONE))return{x:g,y:p};let S=I.is0();D==null&&(D=S?n.ONE:n.inv(w));let E=n.mul(g,D),A=n.mul(p,D),B=n.mul(w,D);if(S)return{x:n.ZERO,y:n.ZERO};if(!n.eql(B,n.ONE))throw new Error("invZ was invalid");return{x:E,y:A}}isTorsionFree(){let{isTorsionFree:b}=e;return c===pt?!0:b?b(O,this):Ke.unsafe(this,s).is0()}clearCofactor(){let{clearCofactor:b}=e;return c===pt?this:b?b(O,this):this.multiplyUnsafe(c)}isSmallOrder(){return c===pt?this.is0():this.clearCofactor().is0()}toBytes(b=!0){return vt(b,"isCompressed"),this.assertValidity(),y(O,this,b)}toHex(b=!0){return gs(this.toBytes(b))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}let Se=i.BITS,Ke=new An(O,e.endo?Math.ceil(Se/2):Se);return Se>=8&&O.BASE.precompute(8),Object.freeze(O.prototype),Object.freeze(O),O}function la(t){return Uint8Array.of(t?2:3)}function fa(t,e){return{secretKey:e.BYTES,publicKey:1+t.BYTES,publicKeyUncompressed:1+2*t.BYTES,publicKeyHasPrefix:!0,signature:2*e.BYTES}}function Ef(t,e={}){let{Fn:r}=t,n=e.randomBytes===void 0?xs:e.randomBytes,i=Object.assign(fa(t.Fp,r),{seed:Math.max(As(r.ORDER),16)});function o(h){try{let y=r.fromBytes(h);return r.isValidNot0(y)}catch{return!1}}function c(h,y){let{publicKey:v,publicKeyUncompressed:m}=i;try{let x=h.length;return y===!0&&x!==v||y===!1&&x!==m?!1:!!t.fromBytes(h)}catch{return!1}}function s(h){return h=h===void 0?n(i.seed):h,Ds(fe(h,i.seed,"seed"),r.ORDER)}function a(h,y=!0){return t.BASE.multiply(r.fromBytes(h)).toBytes(y)}function l(h){let{secretKey:y,publicKey:v,publicKeyUncompressed:m}=i,x=r._lengths;if(!ws(h))return;let L=fe(h,void 0,"key").length,R=L===v||L===m,V=L===y||!!x?.includes(L);if(!(R&&V))return R}function u(h,y,v=!0){if(l(h)===!0)throw new Error("first arg must be private key");if(l(y)===!1)throw new Error("second arg must be public key");let m=r.fromBytes(h);return t.fromBytes(y).multiply(m).toBytes(v)}let f={isValidSecretKey:o,isValidPublicKey:c,randomSecretKey:s},d=ta(s,a);return Object.freeze(f),Object.freeze(i),Object.freeze({getPublicKey:a,getSharedSecret:u,keygen:d,Point:t,utils:f,lengths:i})}function da(t,e,r={}){let n=e;pn(n),St(r,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"}),r=Object.assign({},r);let i=r.randomBytes===void 0?xs:r.randomBytes,o=r.hmac===void 0?(g,p)=>ia(n,g,p):r.hmac,{Fp:c,Fn:s}=t,{ORDER:a,BITS:l}=s,{keygen:u,getPublicKey:f,getSharedSecret:d,utils:h,lengths:y}=Ef(t,r),v={prehash:!0,lowS:typeof r.lowS=="boolean"?r.lowS:!0,format:"compact",extraEntropy:!1},m=a*aa+pt<c.ORDER;function x(g){let p=a>>pt;return g>p}function L(g,p){if(!s.isValidNot0(p))throw new Error(`invalid signature ${g}: out of range 1..Point.Fn.ORDER`);return p}function R(){if(m)throw new Error('"recovered" sig type is not supported for cofactor >2 curves')}function V(g,p){Rs(p);let w=y.signature,S=p==="compact"?w:p==="recovered"?w+1:void 0;return fe(g,S)}class P{r;s;recovery;constructor(p,w,S){if(this.r=L("r",p),this.s=L("s",w),S!=null){if(R(),![0,1,2,3].includes(S))throw new Error("invalid recovery id");this.recovery=S}Object.freeze(this)}static fromBytes(p,w=v.format){V(p,w);let S;if(w==="der"){let{r:z,s:M}=qe.toSig(fe(p));return new P(z,M)}w==="recovered"&&(S=p[0],w="compact",p=p.subarray(1));let E=y.signature/2,A=p.subarray(0,E),B=p.subarray(E,E*2);return new P(s.fromBytes(A),s.fromBytes(B),S)}static fromHex(p,w){return this.fromBytes(En(p),w)}assertRecovery(){let{recovery:p}=this;if(p==null)throw new Error("invalid recovery id: must be present");return p}addRecoveryBit(p){return new P(this.r,this.s,p)}recoverPublicKey(p){let{r:w,s:S}=this,E=this.assertRecovery(),A=E===2||E===3?w+a:w;if(!c.isValid(A))throw new Error("invalid recovery id: sig.r+curve.n != R.x");let B=c.toBytes(A),z=t.fromBytes(ot(la((E&1)===0),B)),M=s.inv(A),N=J(fe(p,void 0,"msgHash")),pe=s.create(-N*M),me=s.create(S*M),ye=t.BASE.multiplyUnsafe(pe).add(z.multiplyUnsafe(me));if(ye.is0())throw new Error("invalid recovery: point at infinify");return ye.assertValidity(),ye}hasHighS(){return x(this.s)}toBytes(p=v.format){if(Rs(p),p==="der")return En(qe.hexFromSig(this));let{r:w,s:S}=this,E=s.toBytes(w),A=s.toBytes(S);return p==="recovered"?(R(),ot(Uint8Array.of(this.assertRecovery()),E,A)):ot(E,A)}toHex(p){return gs(this.toBytes(p))}}Object.freeze(P.prototype),Object.freeze(P);let ue=r.bits2int===void 0?function(p){if(p.length>8192)throw new Error("input is too large");let w=Gt(p),S=p.length*8-l;return S>0?w>>BigInt(S):w}:r.bits2int,J=r.bits2int_modN===void 0?function(p){return s.create(ue(p))}:r.bits2int_modN,O=Br(l);function Se(g){return Ss("num < 2^"+l,g,Je,O),s.toBytes(g)}function Ke(g,p){return fe(g,void 0,"message"),p?fe(n(g),void 0,"prehashed message"):g}function re(g,p,w){let{lowS:S,prehash:E,extraEntropy:A}=Ns(w,v);g=Ke(g,E);let B=J(g),z=s.fromBytes(p);if(!s.isValidNot0(z))throw new Error("invalid private key");let M=[Se(z),Se(B)];if(A!=null&&A!==!1){let ye=A===!0?i(y.secretKey):A;M.push(fe(ye,void 0,"extraEntropy"))}let N=ot(...M),pe=B;function me(ye){let ne=ue(ye);if(!s.isValidNot0(ne))return;let Te=s.inv(ne),Lt=t.BASE.multiply(ne).toAffine(),tr=s.create(Lt.x);if(tr===Je)return;let $r=s.create(Te*s.create(pe+tr*z));if($r===Je)return;let Ei=(Lt.x===tr?0:2)|Number(Lt.y&pt),vi=$r;return S&&x($r)&&(vi=s.neg($r),Ei^=1),new P(tr,vi,m?void 0:Ei)}return{seed:N,k2sig:me}}function b(g,p,w={}){let{seed:S,k2sig:E}=re(g,p,w);return Rc(n.outputLen,s.BYTES,o)(S,E).toBytes(w.format)}function I(g,p,w,S={}){let{lowS:E,prehash:A,format:B}=Ns(S,v);if(w=fe(w,void 0,"publicKey"),p=Ke(p,A),!ws(g)){let z=g instanceof P?", use sig.toBytes()":"";throw new Error("verify expects Uint8Array signature"+z)}V(g,B);try{let z=P.fromBytes(g,B),M=t.fromBytes(w);if(E&&z.hasHighS())return!1;let{r:N,s:pe}=z,me=J(p),ye=s.inv(pe),ne=s.create(me*ye),Te=s.create(N*ye),Lt=t.BASE.multiplyUnsafe(ne).add(M.multiplyUnsafe(Te));return Lt.is0()?!1:s.create(Lt.x)===N}catch{return!1}}function D(g,p,w={}){let{prehash:S}=Ns(w,v);return p=Ke(p,S),P.fromBytes(g,"recovered").recoverPublicKey(p).toBytes()}return Object.freeze({keygen:u,getPublicKey:f,getSharedSecret:d,utils:h,lengths:y,Point:t,sign:b,verify:I,recoverPublicKey:D,Signature:P,hash:n})}var Ms={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},vf={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]};var ha=BigInt(2);function Sf(t){let e=Ms.p,r=BigInt(3),n=BigInt(6),i=BigInt(11),o=BigInt(22),c=BigInt(23),s=BigInt(44),a=BigInt(88),l=t*t*t%e,u=l*l*t%e,f=ke(u,r,e)*u%e,d=ke(f,r,e)*u%e,h=ke(d,ha,e)*l%e,y=ke(h,i,e)*h%e,v=ke(y,o,e)*y%e,m=ke(v,s,e)*v%e,x=ke(m,a,e)*m%e,L=ke(x,s,e)*v%e,R=ke(L,r,e)*u%e,V=ke(R,c,e)*y%e,P=ke(V,n,e)*l%e,ue=ke(P,ha,e);if(!Fs.eql(Fs.sqr(ue),t))throw new Error("Cannot find square root");return ue}var Fs=Yt(Ms.p,{sqrt:Sf}),Tf=ua(Ms,{Fp:Fs,endo:vf}),Pr=da(Tf,Pc);var On=class extends Error{constructor(e="An error occurred while verifying a message"){super(e),this.name="VerificationError"}};function ma(t,e,r,n){n?.signal?.throwIfAborted();let i=pa.default.createHash("sha256");if(r instanceof Uint8Array)i.update(r);else for(let c of r)i.update(c);let o=i.digest();try{return Pr.verify(e,o,t,{prehash:!1,format:"der"})}catch(c){throw new On(String(c))}}var _n=class{type="secp256k1";raw;_key;constructor(e){this._key=ba(e),this.raw=ya(this._key)}toMultihash(){return Ve.digest(Vt(this))}toCID(){return ae.createV1(114,this.toMultihash())}toString(){return oe.encode(this.toMultihash().bytes).substring(1)}equals(e){return e==null||!(e.raw instanceof Uint8Array)?!1:_e(this.raw,e.raw)}verify(e,r,n){return ma(this._key,r,e,n)}};function ga(t){return new _n(t)}function ya(t){return Pr.Point.fromBytes(t).toBytes()}function ba(t){try{return Pr.Point.fromBytes(t),t}catch(e){throw new jr(String(e))}}function wa(t){let{Type:e,Data:r}=kr.decode(t.digest),n=r??new Uint8Array;switch(e){case ve.Ed25519:return sa(n);case ve.secp256k1:return ga(n);case ve.ECDSA:return Sc(n);default:throw new Ir}}function Vt(t){return kr.encode({Type:ve[t.type],Data:t.raw})}var xa=Symbol.for("nodejs.util.inspect.custom"),If=114,Nr=class{type;multihash;publicKey;string;constructor(e){this.type=e.type,this.multihash=e.multihash,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[on]=!0;toString(){return this.string==null&&(this.string=oe.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return ae.createV1(If,this.multihash)}toJSON(){return this.toString()}equals(e){if(e==null)return!1;if(e instanceof Uint8Array)return _e(this.multihash.bytes,e);if(typeof e=="string")return this.toString()===e;if(e?.toMultihash()?.bytes!=null)return _e(this.multihash.bytes,e.toMultihash().bytes);throw new Error("not valid Id")}[xa](){return`PeerId(${this.toString()})`}},kn=class extends Nr{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},Pn=class extends Nr{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.publicKey}},Nn=class extends Nr{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.publicKey}},Af=2336,Rn=class{type="url";multihash;publicKey;url;constructor(e){this.url=e.toString(),this.multihash=Ve.digest(Ae(this.url))}[xa](){return`PeerId(${this.url})`}[on]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return ae.createV1(Af,this.toMultihash())}toJSON(){return this.toString()}equals(e){return e==null?!1:(e instanceof Uint8Array&&(e=se(e)),e.toString()===this.toString())}};function st(t){if(Cf(t))return new kn({multihash:t});if(Df(t))try{let e=wa(t);if(e.type==="Ed25519")return new Pn({multihash:t,publicKey:e});if(e.type==="secp256k1")return new Nn({multihash:t,publicKey:e})}catch{let r=se(t.digest);return new Rn(new URL(r))}throw new Qr("Supplied PeerID Multihash is invalid")}function Df(t){return t.code===Ve.code}function Cf(t){return t.code===qo.code}var Za=Le(ce("net"),1);var ge=class extends Error{static name="InvalidMultiaddrError";name="InvalidMultiaddrError"},it=class extends Error{static name="ValidationError";name="ValidationError"},Un=class extends Error{static name="InvalidParametersError";name="InvalidParametersError"},Fn=class extends Error{static name="UnknownProtocolError";name="UnknownProtocolError"};var Pe=ce("node:net");function Ks(t){return e=>se(e,t)}function Hs(t){return e=>Ae(e,t)}function Zt(t){return new DataView(t.buffer).getUint16(t.byteOffset).toString()}function At(t){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,typeof t=="string"?parseInt(t):t),new Uint8Array(e)}function Ea(t){let e=t.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 r=Ae(e[0],"base32"),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=At(n);return Xe([r,i],r.length+i.length)}function va(t){let e=t.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 r=Ze.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=At(n);return Xe([r,i],r.length+i.length)}function Vs(t){let e=t.subarray(0,t.length-2),r=t.subarray(t.length-2),n=se(e,"base32"),i=Zt(r);return`${n}:${i}`}var zs=function(t){t=t.toString().trim();let e=new Uint8Array(4);return t.split(/\./g).forEach((r,n)=>{let i=parseInt(r,10);if(isNaN(i)||i<0||i>255)throw new ge("Invalid byte value in IP address");e[n]=i}),e},Sa=function(t){let e=0;t=t.toString().trim();let r=t.split(":",8),n;for(n=0;n<r.length;n++){let o=(0,Pe.isIPv4)(r[n]),c;o&&(c=zs(r[n]),r[n]=se(c.subarray(0,2),"base16")),c!=null&&++n<8&&r.splice(n,0,se(c.subarray(2,4),"base16"))}if(r[0]==="")for(;r.length<8;)r.unshift("0");else if(r[r.length-1]==="")for(;r.length<8;)r.push("0");else if(r.length<8){for(n=0;n<r.length&&r[n]!=="";n++);let o=[n,1];for(n=9-r.length;n>0;n--)o.push("0");r.splice.apply(r,o)}let i=new Uint8Array(e+16);for(n=0;n<r.length;n++){r[n]===""&&(r[n]="0");let o=parseInt(r[n],16);if(isNaN(o)||o<0||o>65535)throw new ge("Invalid byte value in IP address");i[e++]=o>>8&255,i[e++]=o&255}return i},Ta=function(t){if(t.byteLength!==4)throw new ge("IPv4 address was incorrect length");let e=[];for(let r=0;r<t.byteLength;r++)e.push(t[r]);return e.join(".")},Ia=function(t){if(t.byteLength!==16)throw new ge("IPv6 address was incorrect length");let e=[];for(let n=0;n<t.byteLength;n+=2){let i=t[n],o=t[n+1],c=`${i.toString(16).padStart(2,"0")}${o.toString(16).padStart(2,"0")}`;e.push(c)}let r=e.join(":");try{let n=new URL(`http://[${r}]`);return n.hostname.substring(1,n.hostname.length-1)}catch{throw new ge(`Invalid IPv6 address "${r}"`)}};function Aa(t){try{let e=new URL(`http://[${t}]`);return e.hostname.substring(1,e.hostname.length-1)}catch{throw new ge(`Invalid IPv6 address "${t}"`)}}var $s=Object.values(ar).map(t=>t.decoder),Lf=(function(){let t=$s[0].or($s[1]);return $s.slice(2).forEach(e=>t=t.or(e)),t})();function Da(t){return Lf.decode(t)}function Ca(t){return e=>t.encoder.encode(e)}function Bf(t){if(parseInt(t).toString()!==t)throw new it("Value must be an integer")}function Of(t){if(t<0)throw new it("Value must be a positive integer, or zero")}function _f(t){return e=>{if(e>t)throw new it(`Value must be smaller than or equal to ${t}`)}}function kf(...t){return e=>{for(let r of t)r(e)}}var Rr=kf(Bf,Of,_f(65535));var de=-1,Gs=class{protocolsByCode=new Map;protocolsByName=new Map;getProtocol(e){let r;if(typeof e=="string"?r=this.protocolsByName.get(e):r=this.protocolsByCode.get(e),r==null)throw new Fn(`Protocol ${e} was unknown`);return r}addProtocol(e){this.protocolsByCode.set(e.code,e),this.protocolsByName.set(e.name,e),e.aliases?.forEach(r=>{this.protocolsByName.set(r,e)})}removeProtocol(e){let r=this.protocolsByCode.get(e);r!=null&&(this.protocolsByCode.delete(r.code),this.protocolsByName.delete(r.name),r.aliases?.forEach(n=>{this.protocolsByName.delete(n)}))}},at=new Gs,Yf=[{code:4,name:"ip4",size:32,valueToBytes:zs,bytesToValue:Ta,validate:t=>{if(!(0,Pe.isIPv4)(t))throw new it(`Invalid IPv4 address "${t}"`)}},{code:6,name:"tcp",size:16,valueToBytes:At,bytesToValue:Zt,validate:Rr},{code:273,name:"udp",size:16,valueToBytes:At,bytesToValue:Zt,validate:Rr},{code:33,name:"dccp",size:16,valueToBytes:At,bytesToValue:Zt,validate:Rr},{code:41,name:"ip6",size:128,valueToBytes:Sa,bytesToValue:Ia,stringToValue:Aa,validate:t=>{if(!(0,Pe.isIPv6)(t))throw new it(`Invalid IPv6 address "${t}"`)}},{code:42,name:"ip6zone",size:de},{code:43,name:"ipcidr",size:8,bytesToValue:Ks("base10"),valueToBytes:Hs("base10")},{code:53,name:"dns",size:de},{code:54,name:"dns4",size:de},{code:55,name:"dns6",size:de},{code:56,name:"dnsaddr",size:de},{code:132,name:"sctp",size:16,valueToBytes:At,bytesToValue:Zt,validate:Rr},{code:301,name:"udt"},{code:302,name:"utp"},{code:400,name:"unix",size:de,stringToValue:t=>decodeURIComponent(t),valueToString:t=>encodeURIComponent(t)},{code:421,name:"p2p",aliases:["ipfs"],size:de,bytesToValue:Ks("base58btc"),valueToBytes:t=>t.startsWith("Q")||t.startsWith("1")?Hs("base58btc")(t):ae.parse(t).multihash.bytes},{code:444,name:"onion",size:96,bytesToValue:Vs,valueToBytes:Ea},{code:445,name:"onion3",size:296,bytesToValue:Vs,valueToBytes:va},{code:446,name:"garlic64",size:de},{code:447,name:"garlic32",size:de},{code:448,name:"tls"},{code:449,name:"sni",size:de},{code:454,name:"noise"},{code:460,name:"quic"},{code:461,name:"quic-v1"},{code:465,name:"webtransport"},{code:466,name:"certhash",size:de,bytesToValue:Ca(Mo),valueToBytes:Da},{code:480,name:"http"},{code:481,name:"http-path",size:de,stringToValue:t=>`/${decodeURIComponent(t)}`,valueToString:t=>encodeURIComponent(t.substring(1))},{code:443,name:"https"},{code:477,name:"ws"},{code:478,name:"wss"},{code:479,name:"p2p-websocket-star"},{code:277,name:"p2p-stardust"},{code:275,name:"p2p-webrtc-star"},{code:276,name:"p2p-webrtc-direct"},{code:280,name:"webrtc-direct"},{code:281,name:"webrtc"},{code:290,name:"p2p-circuit"},{code:777,name:"memory",size:de}];Yf.forEach(t=>{at.addProtocol(t)});function La(t){let e=[],r=0;for(;r<t.length;){let n=rr(t,r),i=at.getProtocol(n),o=Ie(n),c=qf(i,t,r+o),s=0;c>0&&i.size===de&&(s=Ie(c));let a=o+s+c,l={code:n,name:i.name,bytes:t.subarray(r,r+a)};if(c>0){let u=r+o+s,f=t.subarray(u,u+c);l.value=i.bytesToValue?.(f)??se(f)}e.push(l),r+=a}return e}function Ba(t){let e=0,r=[];for(let n of t){if(n.bytes==null){let i=at.getProtocol(n.code),o=Ie(n.code),c,s=0,a=0;n.value!=null&&(c=i.valueToBytes?.(n.value)??Ae(n.value),s=c.byteLength,i.size===de&&(a=Ie(s)));let l=new Uint8Array(o+a+s),u=0;Bt(n.code,l,u),u+=o,c!=null&&(i.size===de&&(Bt(s,l,u),u+=a),l.set(c,u)),n.bytes=l}r.push(n.bytes),e+=n.bytes.byteLength}return Xe(r,e)}function Oa(t){if(t.charAt(0)!=="/")throw new ge('String multiaddr must start with "/"');let e=[],r="protocol",n="",i="";for(let o=1;o<t.length;o++){let c=t.charAt(o);c!=="/"&&(r==="protocol"?i+=t.charAt(o):n+=t.charAt(o));let s=o===t.length-1;if(c==="/"||s){let a=at.getProtocol(i);if(r==="protocol"){if(a.size==null||a.size===0){e.push({code:a.code,name:a.name}),n="",i="",r="protocol";continue}else if(s)throw new ge(`Component ${i} was missing value`);r="value"}else if(r==="value"){let l={code:a.code,name:a.name};if(a.size!=null&&a.size!==0){if(n==="")throw new ge(`Component ${i} was missing value`);l.value=a.stringToValue?.(n)??n}e.push(l),n="",i="",r="protocol"}}}if(i!==""&&n!=="")throw new ge("Incomplete multiaddr");return e}function _a(t){return`/${t.flatMap(e=>{if(e.value==null)return e.name;let r=at.getProtocol(e.code);if(r==null)throw new ge(`Unknown protocol code ${e.code}`);return[e.name,r.valueToString?.(e.value)??e.value]}).join("/")}`}function qf(t,e,r){return t.size==null||t.size===0?0:t.size>0?t.size/8:rr(e,r)}var Zf=Symbol.for("nodejs.util.inspect.custom"),oi=Symbol.for("@multiformats/multiaddr");function jf(t){if(t==null&&(t="/"),qn(t))return t.getComponents();if(t instanceof Uint8Array)return La(t);if(typeof t=="string")return t=t.replace(/\/(\/)+/,"/").replace(/(\/)+$/,""),t===""&&(t="/"),Oa(t);if(Array.isArray(t))return t;throw new ge("Must be a string, Uint8Array, Component[], or another Multiaddr")}var Yn=class t{[oi]=!0;#e;#t;#r;constructor(e="/",r={}){this.#e=jf(e),r.validate!==!1&&Xf(this)}get bytes(){return this.#r==null&&(this.#r=Ba(this.#e)),this.#r}toString(){return this.#t==null&&(this.#t=_a(this.#e)),this.#t}toJSON(){return this.toString()}getComponents(){return[...this.#e.map(e=>({...e}))]}encapsulate(e){let r=new t(e);return new t([...this.#e,...r.getComponents()],{validate:!1})}decapsulate(e){let r=e.toString(),n=this.toString(),i=n.lastIndexOf(r);if(i<0)throw new Un(`Address ${this.toString()} does not contain subaddress: ${r}`);return new t(n.slice(0,i),{validate:!1})}decapsulateCode(e){let r;for(let n=this.#e.length-1;n>-1;n--)if(this.#e[n].code===e){r=n;break}return new t(this.#e.slice(0,r),{validate:!1})}equals(e){return _e(this.bytes,e.bytes)}[Zf](){return`Multiaddr(${this.toString()})`}};function Xf(t){t.getComponents().forEach(e=>{let r=at.getProtocol(e.code);e.value!=null&&r.validate?.(e.value)})}function qn(t){return!!t?.[oi]}function Ne(t){return new Yn(t)}var W=t=>({match:e=>{let r=e[0];return r==null||r.code!==t||r.value!=null?!1:e.slice(1)}}),T=(t,e)=>({match:r=>{let n=r[0];return n?.code!==t||n.value==null||e!=null&&n.value!==e?!1:r.slice(1)}}),ka=t=>({match:e=>t.match(e)===!1?e:!1}),k=t=>({match:e=>{let r=t.match(e);return r===!1?e:r}}),Ee=(...t)=>({match:e=>{let r;for(let n of t){let i=n.match(e);i!==!1&&(r==null||i.length<r.length)&&(r=i)}return r??!1}}),U=(...t)=>({match:e=>{for(let r of t){let n=r.match(e);if(n===!1)return!1;e=n}return e}});function Y(...t){function e(i){if(i==null)return!1;let o=i.getComponents();for(let c of t){let s=c.match(o);if(s===!1)return!1;o=s}return o}function r(i){return e(i)!==!1}function n(i){let o=e(i);return o===!1?!1:o.length===0}return{matchers:t,matches:r,exactMatch:n}}var Qf=T(421),b0=Y(Qf),jn=T(54),Xn=T(55),Qn=T(56),ii=T(53),g0=Y(jn,k(T(421))),w0=Y(Xn,k(T(421))),x0=Y(Qn,k(T(421))),E0=Y(Ee(ii,Qn,jn,Xn),k(T(421))),Pa=U(T(4),k(T(43))),Na=U(k(T(42)),T(41),k(T(43))),ci=Ee(Pa,Na),Jt=Ee(ci,ii,jn,Xn,Qn),v0=Y(Ee(ci,U(Ee(ii,Qn,jn,Xn),k(T(421))))),S0=Y(Pa),T0=Y(Na),I0=Y(ci),ai=U(Jt,T(6)),Fr=U(Jt,T(273)),Ra=Y(U(ai,k(T(421)))),A0=Y(Fr),ui=U(Fr,W(460),k(T(421))),Jn=U(Fr,W(461),k(T(421))),Jf=Ee(ui,Jn),D0=Y(ui),C0=Y(Jn),si=Ee(Jt,ai,Fr,ui,Jn),Ua=Ee(U(si,W(477),k(T(421)))),L0=Y(Ua),Fa=Ee(U(si,W(478),k(T(421))),U(si,W(448),k(T(449)),W(477),k(T(421)))),B0=Y(Fa),Ma=U(Fr,W(280),k(T(466)),k(T(466)),k(T(421))),O0=Y(Ma),$a=U(Jn,W(465),k(T(466)),k(T(466)),k(T(421))),_0=Y($a),Zn=Ee(Ua,Fa,U(ai,k(T(421))),U(Jf,k(T(421))),U(Jt,k(T(421))),Ma,$a,T(421)),k0=Y(Zn),ed=U(k(Zn),W(290),ka(W(281)),k(T(421))),P0=Y(ed),td=Ee(U(Zn,W(290),W(281),k(T(421))),U(Zn,W(281),k(T(421))),U(W(281),k(T(421)))),N0=Y(td),rd=U(Jt,Ee(U(T(6,"80")),U(T(6),W(480)),W(480)),k(T(481)),k(T(421))),R0=Y(rd),nd=U(Jt,Ee(U(T(6,"443")),U(T(6,"443"),W(480)),U(T(6),W(443)),U(T(6),W(448),W(480)),U(W(448),W(480)),W(448),W(443)),k(T(481)),k(T(421))),U0=Y(nd),od=Ee(U(T(777),k(T(421)))),F0=Y(od),sd=Ee(U(T(400),k(T(421)))),eo=Y(sd);var to=class extends Event{type;detail;constructor(e,r){super(e),this.type=e,this.detail=r}};var qa=Le(ce("node:net"),1);function id(t){let e=t.getComponents(),r={},n=0;return e[n]?.name==="ip6zone"&&(r.zone=`${e[n].value}`,n++),e[n]?.name==="ip4"||e[n]?.name==="ip6"||e[n]?.name==="dns"||e[n]?.name==="dns4"||e[n]?.name==="dns6"?(r.type=e[n].name,r.host=e[n].value,n++):e[n]?.name==="dnsaddr"&&(r.type=e[n].name,r.host=`_dnsaddr.${e[n].value}`,n++),(e[n]?.name==="tcp"||e[n]?.name==="udp")&&(r.protocol=e[n].name==="tcp"?"tcp":"udp",r.port=parseInt(`${e[n].value}`),n++),e[n]?.name==="ipcidr"&&(r.type==="ip4"?r.cidr=parseInt(`${e[n].value}`):r.type==="ip6"&&(r.cidr=`${e[n].value}`),n++),r.type==null||r.host==null?null:(e[n]?.name==="tls"&&e[n+1]?.name==="sni"&&(r.sni=e[n+1].value,n+=2),r)}function ro(t){let e=id(t);if(e==null)throw new C(`Multiaddr ${t} was not an IPv4, IPv6, DNS, DNS4, DNS6 or DNSADDR address`);return e}function no(){let t={};return t.promise=new Promise((e,r)=>{t.resolve=e,t.reject=r}),t}var oo=class{buffer;mask;top;btm;next;constructor(e){if(!(e>0)||(e-1&e)!==0)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}},er=class{size;hwm;head;tail;constructor(e={}){this.hwm=e.splitLimit??16,this.head=new oo(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 r=this.head;this.head=r.next=new oo(2*this.head.buffer.length),this.head.push(e)}}shift(){let e=this.tail.shift();if(e===void 0&&this.tail.next!=null){let r=this.tail.next;this.tail.next=null,this.tail=r,e=this.tail.shift()}return e?.value!=null&&(this.size-=this.calculateSize(e.value)),e}isEmpty(){return this.head.isEmpty()}};var li=class extends Error{type;code;constructor(e,r){super(e??"The operation was aborted"),this.type="aborted",this.code=r??"ABORT_ERR"}};function so(t={}){return cd(r=>{let n=r.shift();if(n==null)return{done:!0};if(n.error!=null)throw n.error;return{done:n.done===!0,value:n.value}},t)}function cd(t,e){e=e??{};let r=e.onEnd,n=new er,i,o,c,s=no(),a=async()=>{try{return n.isEmpty()?c?{done:!0}:await new Promise((m,x)=>{o=L=>{o=null,n.push(L);try{m(t(n))}catch(R){x(R)}return i}}):t(n)}finally{n.isEmpty()&&queueMicrotask(()=>{s.resolve(),s=no()})}},l=m=>o!=null?o(m):(n.push(m),i),u=m=>(n=new er,o!=null?o({error:m}):(n.push({error:m}),i)),f=m=>{if(c)return i;if(e?.objectMode!==!0&&m?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return l({done:!1,value:m})},d=m=>c?i:(c=!0,m!=null?u(m):l({done:!0})),h=()=>(n=new er,d(),{done:!0}),y=m=>(d(m),{done:!0});if(i={[Symbol.asyncIterator](){return this},next:a,return:h,throw:y,push:f,end:d,get readableLength(){return n.size},onEmpty:async m=>{let x=m?.signal;if(x?.throwIfAborted(),n.isEmpty())return;let L,R;x!=null&&(L=new Promise((V,P)=>{R=()=>{P(new li)},x.addEventListener("abort",R)}));try{await Promise.race([s.promise,L])}finally{R!=null&&x!=null&&x?.removeEventListener("abort",R)}}},r==null)return i;let v=i;return i={[Symbol.asyncIterator](){return this},next(){return v.next()},throw(m){return v.throw(m),r!=null&&(r(m),r=void 0),{done:!0}},return(){return v.return(),r!=null&&(r(),r=void 0),{done:!0}},push:f,end(m){return v.end(m),r!=null&&(r(m),r=void 0),i},get readableLength(){return v.readableLength},onEmpty:m=>v.onEmpty(m)},i}var fi=class t extends Error{name="TimeoutError";constructor(e,r){super(e,r),Error.captureStackTrace?.(this,t)}},Ka=t=>t.reason??new DOMException("This operation was aborted.","AbortError");function di(t,e){let{milliseconds:r,fallback:n,message:i,customTimers:o={setTimeout,clearTimeout},signal:c}=e,s,a,u=new Promise((f,d)=>{if(typeof r!="number"||Math.sign(r)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${r}\``);if(c?.aborted){d(Ka(c));return}if(c&&(a=()=>{d(Ka(c))},c.addEventListener("abort",a,{once:!0})),t.then(f,d),r===Number.POSITIVE_INFINITY)return;let h=new fi;s=o.setTimeout.call(void 0,()=>{if(n){try{f(n())}catch(y){d(y)}return}typeof t.cancel=="function"&&t.cancel(),i===!1?f():i instanceof Error?d(i):(h.message=i??`Promise timed out after ${r} milliseconds`,d(h))},r)}).finally(()=>{u.clear(),a&&c&&c.removeEventListener("abort",a)});return u.clear=()=>{o.clearTimeout.call(void 0,s),s=void 0},u}var ad=t=>{let e=t.addEventListener||t.on||t.addListener,r=t.removeEventListener||t.off||t.removeListener;if(!e||!r)throw new TypeError("Emitter is not compatible");return{addListener:e.bind(t),removeListener:r.bind(t)}};function ud(t,e,r){let n,i=new Promise((o,c)=>{if(r={rejectionEvents:["error"],multiArgs:!1,rejectionMultiArgs:!1,resolveImmediately:!1,...r},!(r.count>=0&&(r.count===Number.POSITIVE_INFINITY||Number.isInteger(r.count))))throw new TypeError("The `count` option should be at least 0 or more");r.signal?.throwIfAborted();let s=[e].flat(),a=[],{addListener:l,removeListener:u}=ad(t),f=async(...h)=>{let y=r.multiArgs?h:h[0];if(r.filter)try{if(!await r.filter(y))return}catch(v){n(),c(v);return}a.push(y),r.count===a.length&&(n(),o(a))},d=(...h)=>{n(),c(r.rejectionMultiArgs?h:h[0])};n=()=>{for(let h of s)u(h,f);for(let h of r.rejectionEvents)s.includes(h)||u(h,d)};for(let h of s)l(h,f);for(let h of r.rejectionEvents)s.includes(h)||l(h,d);r.signal&&r.signal.addEventListener("abort",()=>{d(r.signal.reason)},{once:!0}),r.resolveImmediately&&o(a)});if(i.cancel=n,typeof r.timeout=="number"){let o=di(i,{milliseconds:r.timeout});return o.cancel=()=>{n(),o.clear()},o}return i}function et(t,e,r){typeof r=="function"&&(r={filter:r}),r={...r,count:1,resolveImmediately:!1};let n=ud(t,e,r),i=n.then(o=>o[0]);return i.cancel=n.cancel,i}var Ct=class extends Error{static name="UnexpectedEOFError";name="UnexpectedEOFError"};var io=class extends Error{static name="StreamClosedError";name="StreamClosedError"};function ld(t){return t.reason}async function Mr(t,e,r){if(e==null)return t;let n=r?.translateError??ld;if(e.aborted)return t.catch(()=>{}),Promise.reject(n(e));let i;try{return await Promise.race([t,new Promise((o,c)=>{i=()=>{c(n(e))},e.addEventListener("abort",i)})])}finally{i!=null&&e.removeEventListener("abort",i)}}var fd=Math.pow(2,20)*4,co=class extends Mt{status;timeline;inactivityTimeout;maxReadBufferLength;maxWriteBufferLength;log;direction;maxMessageSize;readStatus;writeStatus;remoteReadStatus;remoteWriteStatus;writableNeedsDrain;readBuffer;writeBuffer;sendingData;onDrainPromise;constructor(e){super(),this.status="open",this.log=e.log,this.direction=e.direction??"outbound",this.inactivityTimeout=e.inactivityTimeout??12e4,this.maxReadBufferLength=e.maxReadBufferLength??fd,this.maxWriteBufferLength=e.maxWriteBufferLength,this.maxMessageSize=e.maxMessageSize,this.readBuffer=new te,this.writeBuffer=new te,this.readStatus="readable",this.remoteReadStatus="readable",this.writeStatus="writable",this.remoteWriteStatus="writable",this.sendingData=!1,this.writableNeedsDrain=!1,this.timeline={open:Date.now()},this.processSendQueue=this.processSendQueue.bind(this);let r=()=>{this.writableNeedsDrain&&(this.log.trace("drain event received, continue sending data"),this.writableNeedsDrain=!1,queueMicrotask(()=>{this.processSendQueue()})),this.onDrainPromise?.resolve()};this.addEventListener("drain",r);let n=i=>{this.onDrainPromise?.reject(i.error??new io)};this.addEventListener("close",n)}get readBufferLength(){return this.readBuffer.byteLength}get writeBufferLength(){return this.writeBuffer.byteLength}async onDrain(e){return this.writableNeedsDrain!==!0?Promise.resolve():(this.onDrainPromise==null&&(this.onDrainPromise=Promise.withResolvers()),Mr(this.onDrainPromise.promise,e?.signal))}async*[Symbol.asyncIterator](){if(this.readStatus!=="readable"&&this.readStatus!=="paused")return;let e=so(),r=o=>{e.push(o.data)};this.addEventListener("message",r);let n=o=>{e.end(o.error)};this.addEventListener("close",n);let i=()=>{e.end()};this.addEventListener("remoteCloseWrite",i);try{yield*e}finally{this.removeEventListener("message",r),this.removeEventListener("close",n),this.removeEventListener("remoteCloseWrite",i)}}isReadable(){return this.status==="open"}send(e){if(this.writeStatus==="closed"||this.writeStatus==="closing")throw new ft(`Cannot write to a stream that is ${this.writeStatus}`);return this.log.trace("append %d bytes to write buffer",e.byteLength),this.writeBuffer.append(e),this.processSendQueue()}abort(e){if(!(this.status==="aborted"||this.status==="reset"||this.status==="closed")){this.log.error("abort with error - %e",e),this.status="aborted",this.readBuffer.byteLength>0&&this.readBuffer.consume(this.readBuffer.byteLength),this.writeBuffer.byteLength>0&&(this.writeBuffer.consume(this.writeBuffer.byteLength),this.safeDispatchEvent("idle")),this.writeStatus="closed",this.remoteWriteStatus="closed",this.readStatus="closed",this.remoteReadStatus="closed",this.timeline.close=Date.now();try{this.sendReset(e)}catch(r){this.log("failed to send reset to remote - %e",r)}this.dispatchEvent(new rn(e))}}pause(){if(this.readStatus==="closed"||this.readStatus==="closing")throw new ft("Cannot pause a stream that is closing/closed");this.readStatus!=="paused"&&(this.readStatus="paused",this.sendPause())}resume(){if(this.readStatus==="closed"||this.readStatus==="closing")throw new ft("Cannot resume a stream that is closing/closed");this.readStatus!=="readable"&&(this.readStatus="readable",this.dispatchReadBuffer(),this.sendResume())}push(e){if(this.readStatus==="closed"||this.readStatus==="closing")throw new ft(`Cannot push data onto a stream that is ${this.readStatus}`);if(e.byteLength!==0){if(this.readBuffer.append(e),this.readStatus==="paused"||this.listenerCount("message")===0){this.checkReadBufferLength();return}setTimeout(()=>{this.dispatchReadBuffer()},0)}}unshift(e){if(this.readStatus==="closed"||this.readStatus==="closing")throw new ft(`Cannot push data onto a stream that is ${this.readStatus}`);if(e.byteLength!==0){if(this.readBuffer.prepend(e),this.readStatus==="paused"||this.listenerCount("message")===0){this.checkReadBufferLength();return}setTimeout(()=>{this.dispatchReadBuffer()},0)}}onData(e){if(e.byteLength!==0){if(this.readStatus==="closing"||this.readStatus==="closed"){this.log("ignoring data - read status %s",this.readStatus);return}this.readBuffer.append(e),this.dispatchReadBuffer()}}addEventListener(...e){super.addEventListener.apply(this,e),e[0]==="message"&&this.readBuffer.byteLength>0&&queueMicrotask(()=>{this.dispatchReadBuffer()})}onRemoteReset(){this.log("remote reset"),this.status="reset",this.writeStatus="closed",this.remoteWriteStatus="closed",this.remoteReadStatus="closed",this.timeline.close=Date.now(),this.readBuffer.byteLength===0&&(this.readStatus="closed");let e=new Xr;this.dispatchEvent(new nn(e))}onTransportClosed(e){this.log("transport closed"),this.readStatus==="readable"&&this.readBuffer.byteLength===0&&(this.log("close readable end after transport closed and read buffer is empty"),this.readStatus="closed"),this.remoteReadStatus!=="closed"&&(this.remoteReadStatus="closed"),this.remoteWriteStatus!=="closed"&&(this.remoteWriteStatus="closed"),this.writeStatus!=="closed"&&(this.writeStatus="closed"),e!=null?this.abort(e):(this.status==="open"||this.status==="closing")&&(this.timeline.close=Date.now(),this.status="closed",this.writeStatus="closed",this.remoteWriteStatus="closed",this.remoteReadStatus="closed",this.dispatchEvent(new Ut))}onRemoteCloseWrite(){this.remoteWriteStatus!=="closed"&&(this.log.trace("on remote close write"),this.remoteWriteStatus="closed",this.safeDispatchEvent("remoteCloseWrite"),this.writeStatus==="closed"&&this.onTransportClosed())}onRemoteCloseRead(){this.log.trace("on remote close read"),this.remoteReadStatus="closed",this.writeBuffer.byteLength>0&&(this.writeBuffer.consume(this.writeBuffer.byteLength),this.safeDispatchEvent("idle"))}processSendQueue(){if(this.writableNeedsDrain)return this.log.trace("not processing send queue as drain is required"),this.checkWriteBufferLength(),!1;if(this.writeBuffer.byteLength===0)return this.log.trace("not processing send queue as no bytes to send"),!0;if(this.sendingData)return this.log.trace("not processing send queue as already sending data"),!0;this.sendingData=!0,this.log.trace("processing send queue with %d queued bytes",this.writeBuffer.byteLength);try{let e=!0,r=this.writeBuffer.byteLength,n=0;for(;this.writeBuffer.byteLength>0;){let i=Math.min(this.maxMessageSize??this.writeBuffer.byteLength,this.writeBuffer.byteLength);if(i===0){e=!1;break}let o=this.writeBuffer.sublist(0,i),c=new te(o);this.writeBuffer.consume(o.byteLength);let s=this.sendData(o);if(e=s.canSendMore,n+=s.sentBytes,s.sentBytes!==c.byteLength&&(c.consume(s.sentBytes),this.writeBuffer.prepend(c)),!e)break}return e||(this.log.trace("sent %d/%d bytes, pausing sending because underlying stream is full, %d bytes left in the write buffer",n,r,this.writeBuffer.byteLength),this.writableNeedsDrain=!0,this.checkWriteBufferLength()),this.writeBuffer.byteLength===0&&this.safeDispatchEvent("idle"),e}finally{this.sendingData=!1}}dispatchReadBuffer(){try{if(this.listenerCount("message")===0){this.log.trace("not dispatching pause buffer as there are no listeners for the message event");return}if(this.readBuffer.byteLength===0){this.log.trace("not dispatching pause buffer as there is no data to dispatch");return}if(this.readStatus==="paused"){this.log.trace("not dispatching pause buffer we are paused");return}if(this.readStatus==="closing"||this.readStatus==="closed"){this.log("dropping %d bytes because the readable end is %s",this.readBuffer.byteLength,this.readStatus),this.readBuffer.consume(this.readBuffer.byteLength);return}let e=this.readBuffer.sublist();this.readBuffer.consume(e.byteLength),this.dispatchEvent(new tn(e))}finally{this.readBuffer.byteLength===0&&this.remoteWriteStatus==="closed"&&(this.log("close readable end after dispatching read buffer and remote writable end is closed"),this.readStatus="closed"),this.checkReadBufferLength()}}checkReadBufferLength(){this.readBuffer.byteLength>this.maxReadBufferLength&&this.abort(new vr(`Read buffer length of ${this.readBuffer.byteLength} exceeded limit of ${this.maxReadBufferLength}, read status is ${this.readStatus}`))}checkWriteBufferLength(){this.maxWriteBufferLength!=null&&this.writeBuffer.byteLength>this.maxWriteBufferLength&&this.abort(new vr(`Write buffer length of ${this.writeBuffer.byteLength} exceeded limit of ${this.maxWriteBufferLength}, write status is ${this.writeStatus}`))}onMuxerNeedsDrain(){this.writableNeedsDrain=!0}onMuxerDrain(){this.safeDispatchEvent("drain")}};var ao=class extends co{remoteAddr;metricPrefix;metrics;constructor(e){super(e),this.metricPrefix=e.metricPrefix??"",this.metrics=e.metrics,this.remoteAddr=e.remoteAddr,this.addEventListener("close",r=>{this.metrics?.increment({[`${this.metricPrefix}end`]:!0}),r.error!=null?r.local?this.metrics?.increment({[`${this.metricPrefix}abort`]:!0}):this.metrics?.increment({[`${this.metricPrefix}reset`]:!0}):r.local?this.metrics?.increment({[`${this.metricPrefix}_local_close`]:!0}):this.metrics?.increment({[`${this.metricPrefix}_remote_close`]:!0})})}async close(e){this.status==="open"&&(this.status="closing",this.writeStatus="closing",this.remoteWriteStatus="closing",this.remoteReadStatus="closing",(this.sendingData||this.writeBuffer.byteLength>0)&&(this.log("waiting for write queue to become idle before closing writable end of stream, %d unsent bytes",this.writeBuffer.byteLength),await et(this,"idle",{...e,rejectionEvents:["close"]})),this.writableNeedsDrain&&(this.log("waiting for write queue to drain before closing writable end of stream, %d unsent bytes",this.writeBuffer.byteLength),await et(this,"drain",{...e,rejectionEvents:["close"]})),await this.sendClose(e),this.onTransportClosed())}};var Va=Le(ce("node:os"),1);function Ha(t){return!!(t.startsWith("169.254.")||t.toLowerCase().startsWith("fe80"))}function hi(t,e,r){let n=[t.type,r??t.host];if(t.protocol!=null){let i=e??t.port;i!=null&&n.push(t.protocol,i)}return t.type==="ip6"&&t.zone!=null&&n.unshift("ip6zone",t.zone),t.cidr!=null&&n.push("ipcidr",t.cidr),Ne(`/${n.join("/")}`)}var dd={4:"IPv4",6:"IPv6"};function hd(t){return["0.0.0.0","::"].includes(t)}function pd(t){let e=[],r=Va.default.networkInterfaces();for(let[,n]of Object.entries(r))if(n!=null)for(let i of n)Ha(i.address)||i.family===dd[t]&&e.push(i.address);return e}function za(t,e){if(t==null)return[];let r=ro(t);return(r.type==="ip4"||r.type==="ip6")&&hd(r.host)?pd(r.type==="ip4"?4:6).map(n=>hi(r,e,n)):[hi(r,e)]}function Ga(t,e){if(typeof t!="string")throw new C(`invalid ip provided: ${t}`);if(typeof e=="string"&&(e=parseInt(e)),isNaN(e))throw new C(`invalid port provided: ${e}`);if((0,Pe.isIPv4)(t))return Ne(`/ip4/${t}/tcp/${e}`);if((0,Pe.isIPv6)(t))return Ne(`/ip6/${t}/tcp/${e}`);throw new C(`invalid ip:port for creating a multiaddr: ${t}:${e}`)}var md=4194304,uo=class extends Error{static name="UnwrappedError";name="UnwrappedError"},mi=class extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MSG_LENGTH"},yi=class extends Error{name="InvalidDataLengthError";code="ERR_MSG_DATA_TOO_LONG"},bi=class extends Error{name="InvalidDataLengthLengthError";code="ERR_MSG_LENGTH_TOO_LONG"};function yd(t){return typeof t?.closeRead=="function"}function bd(t){return typeof t?.close=="function"}function pi(t){return yd(t)?t.remoteWriteStatus!=="writable"&&t.readBufferLength===0:bd(t)?t.status!=="open":!1}function gd(t){return t?.addEventListener!=null&&t?.removeEventListener!=null&&t?.send!=null&&t?.push!=null&&t?.log!=null}function wd(t,e){let r=e?.maxBufferSize??md,n=new te,i,o=!1;if(!gd(t))throw new C("Argument should be a Stream or a Multiaddr");let c=u=>{if(n.append(u.data),n.byteLength>r){let f=n.byteLength;n.consume(n.byteLength),i?.reject(new Error(`Read buffer overflow - ${f} > ${r}`))}i?.resolve()};t.addEventListener("message",c);let s=u=>{u.error!=null?i?.reject(u.error):i?.resolve()};t.addEventListener("close",s);let a=()=>{i?.resolve()};t.addEventListener("remoteCloseWrite",a);let l={readBuffer:n,async read(u){if(o===!0)throw new uo("Stream was unwrapped");if(pi(t)){if(n.byteLength===0&&u?.bytes==null)return null;if(u?.bytes!=null&&n.byteLength<u.bytes)throw t.log.error("closed after reading %d/%d bytes",n.byteLength,u.bytes),new Ct(`Unexpected EOF - stream closed after reading ${n.byteLength}/${u.bytes} bytes`)}let f=u?.bytes??1;for(i=Promise.withResolvers();;){if(n.byteLength>=f){i.resolve();break}if(await Mr(i.promise,u?.signal),pi(t)){if(n.byteLength===0&&u?.bytes==null)return null;break}i=Promise.withResolvers()}let d=u?.bytes??n.byteLength;if(n.byteLength<d){if(pi(t))throw t.log.error("closed while reading %d/%d bytes",n.byteLength,d),new Ct(`Unexpected EOF - stream closed while reading ${n.byteLength}/${d} bytes`);return l.read(u)}let h=n.sublist(0,d);return n.consume(d),h},async write(u,f){if(o===!0)throw new uo("Stream was unwrapped");t.send(u)||await et(t,"drain",{signal:f?.signal,rejectionEvents:["close"]})},unwrap(){return o||(o=!0,t.removeEventListener("message",c),t.removeEventListener("close",s),t.removeEventListener("remoteCloseWrite",a),n.byteLength>0&&(t.log("stream unwrapped with %d unread bytes",n.byteLength),t.push(n))),t}};return l}function xd(t,e={}){let r=wd(t,e);e.maxDataLength!=null&&e.maxLengthLength==null&&(e.maxLengthLength=Ie(e.maxDataLength));let n=e?.lengthDecoder??rr,i=e?.lengthEncoder??Ti;return{async read(c){let s=-1,a=new te;for(;;){let u=await r.read({...c,bytes:1});if(u==null)break;a.append(u);try{s=n(a)}catch(f){if(f instanceof RangeError)continue;throw f}if(s<0)throw new mi("Invalid message length");if(e?.maxLengthLength!=null&&a.byteLength>e.maxLengthLength)throw new bi(`Message length length too long - ${a.byteLength} > ${e.maxLengthLength}`);if(s>-1)break}if(e?.maxDataLength!=null&&s>e.maxDataLength)throw new yi(`Message length too long - ${s} > ${e.maxDataLength}`);let l=await r.read({...c,bytes:s});if(l==null)throw t.log.error("tried to read %d bytes but the stream closed",s),new Ct(`Unexpected EOF - tried to read ${s} bytes but the stream closed`);if(l.byteLength!==s)throw t.log.error("read %d/%d bytes before the stream closed",l.byteLength,s),new Ct(`Unexpected EOF - read ${l.byteLength}/${s} bytes before the stream closed`);return l},async write(c,s){await r.write(new te(i(c.byteLength),c),s)},async writeV(c,s){let a=new te(...c.flatMap(l=>[i(l.byteLength),l]));await r.write(a,s)},unwrap(){return r.unwrap()}}}function gi(t,e){let r=xd(t,e),n={read:async(i,o)=>{let c=await r.read(o);return i.decode(c)},write:async(i,o,c)=>{await r.write(o.encode(i),c)},writeV:async(i,o,c)=>{await r.writeV(i.map(s=>o.encode(s)),c)},pb:i=>({read:async o=>n.read(i,o),write:async(o,c)=>n.write(o,i,c),writeV:async(o,c)=>n.writeV(o,i,c),unwrap:()=>n}),unwrap:()=>r.unwrap()};return n}var wi=class extends ao{socket;constructor(e){let r=e.remoteAddr;if(e.localAddr!=null&&eo.matches(e.localAddr))r=e.localAddr;else if(r==null){if(e.socket.remoteAddress==null||e.socket.remotePort==null)throw new C("Could not determine remote address or port");r=Ga(e.socket.remoteAddress,e.socket.remotePort)}super({...e,remoteAddr:r}),this.socket=e.socket,this.socket.on("data",n=>{this.onData(n)}),this.socket.on("error",n=>{this.log("tcp error",r,n),this.abort(n)}),this.socket.setTimeout(e.inactivityTimeout??120*1e3),this.socket.once("timeout",()=>{this.log("tcp timeout",r),this.abort(new Rt)}),this.socket.once("end",()=>{this.log("tcp end",r),this.onTransportClosed()}),this.socket.once("close",n=>{if(this.log("tcp close",r),n){this.abort(new Error("TCP transmission error"));return}this.onTransportClosed()}),this.socket.on("drain",()=>{this.log("tcp drain"),this.safeDispatchEvent("drain")})}sendData(e){let r=0,n=!0;for(let i of e)if(r+=i.byteLength,n=this.socket.write(i),!n)break;return{sentBytes:r,canSendMore:n}}async sendClose(e){this.socket.destroyed||(this.socket.destroySoon(),await et(this.socket,"close",e))}sendReset(){this.socket.resetAndDestroy()}sendPause(){this.socket.pause()}sendResume(){this.socket.resume()}},lo=t=>new wi(t);var Wa=Le(ce("os"),1),Ya=Le(ce("path"),1);function fo(t,e={}){if(eo.exactMatch(t)){let o=t.getComponents().find(c=>c.code===400)?.value;if(o==null)throw new C(`Multiaddr ${t} was not a Unix address`);return Wa.default.platform()==="win32"?{path:Ya.default.join("\\\\.\\pipe\\",o)}:{path:o}}let r=ro(t),n=r.host,i=r.port;return{host:n,port:i,ipv6Only:r.type==="ip6",...e}}var he;(function(t){t[t.INACTIVE=0]="INACTIVE",t[t.ACTIVE=1]="ACTIVE",t[t.PAUSED=2]="PAUSED"})(he||(he={}));var ho=class extends Mt{context;server;sockets=new Set;status={code:he.INACTIVE};metrics;addr;log;shutdownController;constructor(e){if(super(),this.context=e,e.keepAlive=e.keepAlive??!0,e.noDelay=e.noDelay??!0,e.allowHalfOpen=e.allowHalfOpen??!1,this.shutdownController=new AbortController,sn(1/0,this.shutdownController.signal),this.log=e.logger.forComponent("libp2p:tcp:listener"),this.addr="unknown",this.server=qa.default.createServer(e,this.onSocket.bind(this)),e.maxConnections!==void 0&&(this.server.maxConnections=e.maxConnections),e.closeServerOnMaxConnections!=null&&e.closeServerOnMaxConnections.closeAbove<e.closeServerOnMaxConnections.listenBelow)throw new C("closeAbove must be >= listenBelow");e.metrics?.registerMetricGroup("libp2p_tcp_inbound_connections_total",{label:"address",help:"Current active connections in TCP listener",calculate:()=>({[this.addr]:this.sockets.size})}),this.metrics={status:e.metrics?.registerMetricGroup("libp2p_tcp_listener_status_info",{label:"address",help:"Current status of the TCP listener socket"}),errors:e.metrics?.registerMetricGroup("libp2p_tcp_listener_errors_total",{label:"address",help:"Total count of TCP listener errors by type"}),events:e.metrics?.registerMetricGroup("libp2p_tcp_listener_events_total",{label:"address",help:"Total count of TCP listener events by type"})},this.server.on("listening",()=>{let r=this.server.address();r==null?this.addr="unknown":typeof r=="string"?this.addr=r:this.addr=`${r.address}:${r.port}`,this.metrics.status?.update({[this.addr]:he.ACTIVE}),this.safeDispatchEvent("listening")}).on("error",r=>{this.metrics.errors?.increment({[`${this.addr} listen_error`]:!0}),this.safeDispatchEvent("error",{detail:r})}).on("close",()=>{this.metrics.status?.update({[this.addr]:this.status.code}),this.status.code!==he.PAUSED&&this.safeDispatchEvent("close")}).on("drop",()=>{this.metrics.events?.increment({[`${this.addr} drop`]:!0})})}onSocket(e){if(this.metrics.events?.increment({[`${this.addr} connection`]:!0}),this.status.code!==he.ACTIVE)throw e.destroy(),new Jr("Server is not listening yet");let r;try{r=lo({socket:e,inactivityTimeout:this.context.inactivityTimeout,metrics:this.metrics?.events,metricPrefix:`${this.addr} `,direction:"inbound",localAddr:this.status.listeningAddr,log:this.context.logger.forComponent("libp2p:tcp:connection")})}catch(n){this.log.error("inbound connection failed - %e",n),this.metrics.errors?.increment({[`${this.addr} inbound_to_connection`]:!0}),e.destroy();return}this.log("new inbound connection %s",r.remoteAddr),this.sockets.add(e),this.context.upgrader.upgradeInbound(r,{signal:this.shutdownController.signal}).then(()=>{this.log("inbound connection upgraded %s",r.remoteAddr),e.once("close",()=>{this.sockets.delete(e),this.context.closeServerOnMaxConnections!=null&&this.sockets.size<this.context.closeServerOnMaxConnections.listenBelow&&this.resume().catch(n=>{this.log.error("error attempting to listen server once connection count under limit - %e",n),this.context.closeServerOnMaxConnections?.onListenError?.(n)})}),this.context.closeServerOnMaxConnections!=null&&this.sockets.size>=this.context.closeServerOnMaxConnections.closeAbove&&(this.log("pausing incoming connections as limit is exceeded - %d/%d",this.sockets.size,this.context.closeServerOnMaxConnections.closeAbove),this.pause())}).catch(async n=>{this.log.error("inbound connection upgrade failed - %e",n),this.metrics.errors?.increment({[`${this.addr} inbound_upgrade`]:!0}),this.sockets.delete(e),r.abort(n)})}getAddrs(){if(this.status.code===he.INACTIVE)return[];let e=this.server.address();return e==null?[]:typeof e=="string"?[Ne(`/unix/${encodeURIComponent(e)}`)]:za(this.status.listeningAddr,e.port)}updateAnnounceAddrs(){}async listen(e){if(this.status.code===he.ACTIVE||this.status.code===he.PAUSED)throw new en("server is already listening");try{this.status={code:he.ACTIVE,listeningAddr:e,netConfig:fo(e,this.context)},await this.resume()}catch(r){throw this.status={code:he.INACTIVE},r}}async close(e){let r=[];this.server.listening&&r.push(et(this.server,"close",e)),this.pause(!0),this.shutdownController.abort(),this.sockets.forEach(n=>{n.readable&&(r.push(et(n,"close",e)),n.destroy())}),await Promise.all(r)}async resume(){if(this.server.listening||this.status.code===he.INACTIVE)return;let e=this.status.netConfig;await new Promise((r,n)=>{this.server.once("error",n),this.server.listen(e,r)}),this.status={...this.status,code:he.ACTIVE},this.log("listening on %s",this.server.address())}pause(e=!1){if(!this.server.listening&&this.status.code===he.PAUSED&&e){this.status={code:he.INACTIVE};return}!this.server.listening||this.status.code!==he.ACTIVE||(this.log("%s server on %s",e?"closing":"pausing",this.server.address()),this.status=e?{code:he.INACTIVE}:{...this.status,code:he.PAUSED},this.server.close())}};var po=class{opts;metrics;components;log;constructor(e,r={}){this.log=e.logger.forComponent("libp2p:tcp"),this.opts=r,this.components=e,e.metrics!=null&&(this.metrics={events:e.metrics.registerCounterGroup("libp2p_tcp_dialer_events_total",{label:"event",help:"Total count of TCP dialer events by type"}),errors:e.metrics.registerCounterGroup("libp2p_tcp_dialer_errors_total",{label:"event",help:"Total count of TCP dialer events by type"})})}[nc]=!0;[Symbol.toStringTag]="@libp2p/tcp";[sc]=["@libp2p/transport"];async dial(e,r){r.keepAlive=r.keepAlive??!0,r.noDelay=r.noDelay??!0,r.allowHalfOpen=r.allowHalfOpen??!1;let n=await this._connect(e,r),i;try{i=lo({socket:n,inactivityTimeout:this.opts.outboundSocketInactivityTimeout,metrics:this.metrics?.events,direction:"outbound",remoteAddr:e,log:this.log.newScope("connection")})}catch(o){throw this.metrics?.errors.increment({outbound_to_connection:!0}),n.destroy(o),o}try{return this.log("new outbound connection %s",i.remoteAddr),await r.upgrader.upgradeOutbound(i,r)}catch(o){throw this.metrics?.errors.increment({outbound_upgrade:!0}),this.log.error("error upgrading outbound connection - %e",o),i.abort(o),o}}async _connect(e,r){r.signal.throwIfAborted(),r.onProgress?.(new to("tcp:open-connection"));let n;return new Promise((i,o)=>{let c=Date.now(),s=fo(e,{...this.opts.dialOpts??{},...r});this.log("dialing %a with opts %o",e,s),n=Za.default.connect(s);let a=h=>{this.log.error("dial to %a errored - %e",e,h);let y=s.path??`${s.host??""}:${s.port}`;h.message=`connection error ${y}: ${h.message}`,this.metrics?.events.increment({error:!0}),d(h)},l=()=>{this.log("connection timeout %a",e),this.metrics?.events.increment({timeout:!0});let h=new Rt(`Connection timeout after ${Date.now()-c}ms`);n.emit("error",h)},u=()=>{this.log("connection opened %a",e),this.metrics?.events.increment({connect:!0}),d()},f=()=>{this.log("connection aborted %a",e),this.metrics?.events.increment({abort:!0}),d(new Zr)},d=h=>{if(n.removeListener("error",a),n.removeListener("timeout",l),n.removeListener("connect",u),r.signal!=null&&r.signal.removeEventListener("abort",f),h!=null){o(h);return}i(n)};n.on("error",a),n.on("timeout",l),n.on("connect",u),r.signal.addEventListener("abort",f)}).catch(i=>{throw n?.destroy(),i})}createListener(e){return new ho({...this.opts.listenOpts??{},...e,maxConnections:this.opts.maxConnections,backlog:this.opts.backlog,closeServerOnMaxConnections:this.opts.closeServerOnMaxConnections,inactivityTimeout:this.opts.inboundSocketInactivityTimeout,metrics:this.components.metrics,logger:this.components.logger})}listenFilter(e){return e.filter(r=>Ra.exactMatch(r)||r.toString().startsWith("/unix/"))}dialFilter(e){return this.listenFilter(e)}};function ja(t={}){return e=>new po(e,t)}var Ed=Kt("libp2p:daemon-client:dht"),mo=class{client;constructor(e){this.client=e}async put(e,r){if(!(e instanceof Uint8Array))throw new C("invalid key received");if(!(r instanceof Uint8Array))throw new C("value received is not a Uint8Array");let n=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.PUT_VALUE,key:e,value:r}}),i=await n.read(_);if(Ed("read",i),await n.unwrap().close(),i.type!==_.Type.OK)throw new Tr(i.error?.msg??"DHT put failed")}async get(e){if(!(e instanceof Uint8Array))throw new C("invalid key received");let r=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.GET_VALUE,key:e}}),n=await r.read(_);if(await r.unwrap().close(),n.type!==_.Type.OK)throw new H(n.error?.msg??"DHT get failed");if(n.dht?.value==null)throw new H("Invalid DHT get response");return n.dht.value}async findPeer(e){if(!Ft(e))throw new C("invalid peer id received");let r=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.FIND_PEER,peer:e.toMultihash().bytes}}),n=await r.read(_);if(await r.unwrap().close(),n.type!==_.Type.OK)throw new H(n.error?.msg??"DHT find peer failed");if(n.dht?.peer?.addrs==null)throw new H("Invalid response");return{id:st(Fe(n.dht.peer.id)),multiaddrs:n.dht.peer.addrs.map(i=>Ne(i))}}async provide(e){if(e==null||ae.asCID(e)==null)throw new C("invalid cid received");let r=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.PROVIDE,cid:e.bytes}}),n=await r.read(_);if(await r.unwrap().close(),n.type!==_.Type.OK)throw new H(n.error?.msg??"DHT provide failed")}async*findProviders(e,r=1){if(e==null||ae.asCID(e)==null)throw new C("invalid cid received");let n=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.FIND_PROVIDERS,cid:e.bytes,count:r}}),i=await n.read(_);if(i.type!==_.Type.OK)throw await n.unwrap().close(),new H(i.error?.msg??"DHT find providers failed");for(;;){let o=await n.read(Me);if(o.type===Me.Type.END){await n.unwrap().close();return}if(o.type===Me.Type.VALUE&&o.peer?.addrs!=null)yield{id:st(Fe(o.peer.id)),multiaddrs:o.peer.addrs.map(c=>Ne(c))};else throw await n.unwrap().close(),new Tr("unexpected message received")}}async*getClosestPeers(e){if(!(e instanceof Uint8Array))throw new C("invalid key received");let r=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.GET_CLOSEST_PEERS,key:e}}),n=await r.read(_);if(n.type!==_.Type.OK)throw await r.unwrap().close(),new H(n.error?.msg??"DHT find providers failed");for(;;){let i=await r.read(Me);if(i.type===Me.Type.END){await r.unwrap().close();return}if(i.type===Me.Type.VALUE&&i.value!=null)yield{id:st(Fe(i.value)),multiaddrs:[]};else throw await r.unwrap().close(),new Sr("unexpected message received")}}async getPublicKey(e){if(!Ft(e))throw new C("invalid peer id received");let r=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.GET_PUBLIC_KEY,peer:e.toMultihash().bytes}}),n=await r.read(_);if(await r.unwrap().close(),n.type!==_.Type.OK)throw new H(n.error?.msg??"DHT get public key failed");if(n.dht==null)throw new Sr("Invalid response");return n.dht.value}};var yo=class{client;constructor(e){this.client=e}async getTopics(){let e=await this.client.send({type:K.Type.PUBSUB,pubsub:{type:je.Type.GET_TOPICS}}),r=await e.read(_);if(await e.unwrap().close(),r.type!==_.Type.OK)throw new H(r.error?.msg??"Pubsub get topics failed");if(r.pubsub?.topics==null)throw new H("Invalid response");return r.pubsub.topics}async publish(e,r){if(typeof e!="string")throw new C("invalid topic received");if(!(r instanceof Uint8Array))throw new C("data received is not a Uint8Array");let n=await this.client.send({type:K.Type.PUBSUB,pubsub:{type:je.Type.PUBLISH,topic:e,data:r}}),i=await n.read(_);if(await n.unwrap().close(),i.type!==_.Type.OK)throw new H(i.error?.msg??"Pubsub publish failed")}async subscribe(e){if(typeof e!="string")throw new C("invalid topic received");let r=await this.client.send({type:K.Type.PUBSUB,pubsub:{type:je.Type.SUBSCRIBE,topic:e}}),n=await r.read(_);if(n.type!==_.Type.OK)throw new H(n.error?.msg??"Pubsub publish failed");let i=!0;return{async*messages(){for(;i;)yield await r.read(qr)},async cancel(){i=!1,await r.unwrap().close()}}}async getSubscribers(e){if(typeof e!="string")throw new C("invalid topic received");let r=await this.client.send({type:K.Type.PUBSUB,pubsub:{type:je.Type.LIST_PEERS,topic:e}}),n=await r.read(_);if(await r.unwrap().close(),n.type!==_.Type.OK)throw new H(n.error?.msg??"Pubsub get subscribers failed");if(n.pubsub?.topics==null)throw new H("Invalid response");return n.pubsub.peerIDs.map(i=>st(Fe(i)))}};var mt=Kt("libp2p:daemon-client"),H=class extends Error{constructor(e="Operation failed"){super(e),this.name="OperationFailedError"}},xi=class{multiaddr;dht;pubsub;tcp;constructor(e){this.multiaddr=e,this.tcp=ja()({logger:pc()}),this.dht=new mo(this),this.pubsub=new yo(this)}async connectDaemon(e){return this.tcp.dial(this.multiaddr,{upgrader:new Er,signal:e??AbortSignal.timeout(1e4)})}async send(e){let r=await this.connectDaemon(),n=e.pubsub?.type??e.dht?.type??e.peerStore?.type??"";mt("send",e.type,n);let i=gi(r);return await i.write(e,K),i}async connect(e,r){if(!Ft(e))throw new C("invalid peer id received");if(!Array.isArray(r))throw new C("addrs received are not in an array");r.forEach(o=>{if(!qn(o))throw new C("received an address that is not a multiaddr")});let n=await this.send({type:K.Type.CONNECT,connect:{peer:e.toMultihash().bytes,addrs:r.map(o=>o.bytes)}}),i=await n.read(_);if(mt("%s response %s",K.Type.CONNECT,i.type),i.type!==_.Type.OK){let o=i.error??{msg:"unspecified"};throw new H(o.msg??"unspecified")}await n.unwrap().close()}async identify(){let e=await this.send({type:K.Type.IDENTIFY}),r=await e.read(_);if(mt("%s response %s",K.Type.IDENTIFY,r.type),r.type!==_.Type.OK)throw new H(r.error?.msg??"Identify failed");if(r.identify?.addrs==null)throw new H("Invalid response");let n=st(Fe(r.identify?.id)),i=r.identify.addrs.map(o=>Ne(o));return await e.unwrap().close(),{peerId:n,addrs:i}}async listPeers(){let e=await this.send({type:K.Type.LIST_PEERS}),r=await e.read(_);if(mt("%s response %s",K.Type.LIST_PEERS,r.type),r.type!==_.Type.OK)throw new H(r.error?.msg??"List peers failed");return await e.unwrap().close(),r.peers.map(n=>st(Fe(n.id)))}async openStream(e,r){if(!Ft(e))throw new C("invalid peer id received");if(typeof r!="string")throw new C("invalid protocol received");let n=await this.send({type:K.Type.STREAM_OPEN,streamOpen:{peer:e.toMultihash().bytes,proto:[r]}}),i=await n.read(_);if(mt("%s response %s",K.Type.STREAM_OPEN,i.type),i.type!==_.Type.OK){let o=new H(i.error?.msg??"Open stream failed");throw n.unwrap().abort(o),o}return n.unwrap()}async registerStreamHandler(e,r){if(typeof e!="string")throw new C("invalid protocol received");let n=this.tcp.createListener({upgrader:new Er(s=>{this.onConnection(e,n,r,s)})});await n.listen(Ne("/ip4/127.0.0.1/tcp/0"));let i=n.getAddrs()[0];if(i==null)throw new H("Could not listen on port");let o=await this.send({type:K.Type.STREAM_HANDLER,streamHandler:{addr:i.bytes,proto:[e]}}),c=await o.read(_);if(mt("%s response %s",K.Type.STREAM_HANDLER,c.type),await o.unwrap().close(),c.type!==_.Type.OK)throw new H(c.error?.msg??"Register stream handler failed")}onConnection(e,r,n,i){Promise.resolve().then(async()=>{let o=gi(i).pb(wt);if((await o.read()).proto!==e)throw new H("Incorrect protocol");await n(o.unwrap().unwrap())}).catch(o=>{i.abort(o)}).finally(()=>{i.close().catch(o=>{mt.error("error closing connection - %e",o)}),r.close().catch(o=>{mt.error("error closing listener - %e",o)})})}};function vd(t){return new xi(t)}return ru(Sd);})();
|
|
16
|
+
${e}[Error list was empty]`,r.trim()}return fc(t,e)}De.formatters.e=t=>t==null?"undefined":hc(t);function Kl(t){let e=()=>{};return e.enabled=!1,e.color="",e.diff=0,e.log=()=>{},e.namespace=t,e.destroy=()=>!0,e.extend=()=>e,e}function pc(t){return{forComponent(e){return Kt(e,t)}}}function Kt(t,e){let r=Kl(`${t}:trace`);return De.enabled(`${t}:trace`)&&De.names.map(n=>n.toString()).find(n=>n.includes(":trace"))!=null&&(r=De(`${t}:trace`,e)),Object.assign(De(t,e),{error:De(`${t}:error`,e),trace:r,newScope:n=>Kt(`${t}:${n}`,e)})}function dc(t){if(t!=null&&(t=t.trim(),t.length!==0))return t}function _e(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}async function mc(t,e,r,n){let i=await crypto.subtle.importKey("jwk",t,{name:"ECDSA",namedCurve:t.crv??"P-256"},!1,["verify"]);n?.signal?.throwIfAborted();let o=await crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},i,e,r.subarray());return n?.signal?.throwIfAborted(),o}var yc=ce("node:buffer");function Xe(t,e){return yt(yc.Buffer.concat(t,e))}var gc=Symbol.for("@achingbrain/uint8arraylist");function bc(t,e){if(e==null||e<0)throw new RangeError("index is out of bounds");let r=0;for(let n of t){let i=r+n.byteLength;if(e<i)return{buf:n,index:e-r};r=i}throw new RangeError("index is out of bounds")}function dn(t){return!!t?.[gc]}var te=class t{bufs;length;[gc]=!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 r=0;for(let n of e)if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.push(n);else if(dn(n)){r+=n.byteLength;for(let i of n.bufs)this.bufs.push(i)}else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}prepend(...e){this.prependAll(e)}prependAll(e){let r=0;for(let n of e.reverse())if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.unshift(n);else if(dn(n))r+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}get(e){let r=bc(this.bufs,e);return r.buf[r.index]}set(e,r){let n=bc(this.bufs,e);n.buf[n.index]=r}write(e,r=0){if(e instanceof Uint8Array)for(let n=0;n<e.length;n++)this.set(r+n,e[n]);else if(dn(e))for(let n=0;n<e.length;n++)this.set(r+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,r){let{bufs:n,length:i}=this._subList(e,r);return Xe(n,i)}subarray(e,r){let{bufs:n,length:i}=this._subList(e,r);return n.length===1?n[0]:Xe(n,i)}sublist(e,r){let{bufs:n,length:i}=this._subList(e,r),o=new t;return o.length=i,o.bufs=n,o}_subList(e,r){if(e=e??0,r=r??this.length,e<0&&(e=this.length+e),r<0&&(r=this.length+r),e<0||r>this.length)throw new RangeError("index is out of bounds");if(e===r)return{bufs:[],length:0};if(e===0&&r===this.length)return{bufs:[...this.bufs],length:this.length};let n=[],i=0;for(let o=0;o<this.bufs.length;o++){let c=this.bufs[o],s=i,a=s+c.byteLength;if(i=a,e>=a)continue;let l=e>=s&&e<a,u=r>s&&r<=a;if(l&&u){if(e===s&&r===a){n.push(c);break}let f=e-s;n.push(c.subarray(f,f+(r-e)));break}if(l){if(e===0){n.push(c);continue}n.push(c.subarray(e-s));continue}if(u){if(r===a){n.push(c);break}n.push(c.subarray(0,r-s));break}n.push(c)}return{bufs:n,length:r-e}}indexOf(e,r=0){if(!dn(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(r=Number(r??0),isNaN(r)&&(r=0),r<0&&(r=this.length+r),r<0&&(r=0),e.length===0)return r>this.length?this.length:r;let i=n.byteLength;if(i===0)throw new TypeError("search must be at least 1 byte long");let o=256,c=new Int32Array(o);for(let f=0;f<o;f++)c[f]=-1;for(let f=0;f<i;f++)c[n[f]]=f;let s=c,a=this.byteLength-n.byteLength,l=n.byteLength-1,u;for(let f=r;f<=a;f+=u){u=0;for(let d=l;d>=0;d--){let h=this.get(f+d);if(n[d]!==h){u=Math.max(1,d-s[h]);break}}if(u===0)return f}return-1}getInt8(e){let r=this.subarray(e,e+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getInt8(0)}setInt8(e,r){let n=Re(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,r),this.write(n,e)}getInt16(e,r){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,r)}setInt16(e,r,n){let i=le(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt16(0,r,n),this.write(i,e)}getInt32(e,r){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,r)}setInt32(e,r,n){let i=le(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt32(0,r,n),this.write(i,e)}getBigInt64(e,r){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,r)}setBigInt64(e,r,n){let i=le(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigInt64(0,r,n),this.write(i,e)}getUint8(e){let r=this.subarray(e,e+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getUint8(0)}setUint8(e,r){let n=Re(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,r),this.write(n,e)}getUint16(e,r){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,r)}setUint16(e,r,n){let i=le(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint16(0,r,n),this.write(i,e)}getUint32(e,r){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,r)}setUint32(e,r,n){let i=le(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,r,n),this.write(i,e)}getBigUint64(e,r){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,r)}setBigUint64(e,r,n){let i=le(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigUint64(0,r,n),this.write(i,e)}getFloat32(e,r){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,r)}setFloat32(e,r,n){let i=le(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat32(0,r,n),this.write(i,e)}getFloat64(e,r){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,r)}setFloat64(e,r,n){let i=le(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,r,n),this.write(i,e)}equals(e){if(e==null||!(e instanceof t)||e.bufs.length!==this.bufs.length)return!1;for(let r=0;r<this.bufs.length;r++)if(!_e(this.bufs[r],e.bufs[r]))return!1;return!0}static fromUint8Arrays(e,r){let n=new t;return n.bufs=e,r==null&&(r=e.reduce((i,o)=>i+o.byteLength,0)),n.length=r,n}};var wc=ce("node:buffer");function se(t,e="utf8"){let r=zr[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return e==="utf8"||e==="utf-8"?wc.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):r.encoder.encode(t).substring(1)}var Hl=parseInt("11111",2),is=parseInt("10000000",2),Vl=parseInt("01111111",2),xc={0:Ar,1:Ar,2:zl,3:Yl,4:ql,5:Wl,6:Gl,16:Ar,22:Ar,48:Ar};function cs(t,e={offset:0}){let r=t[e.offset]&Hl;if(e.offset++,xc[r]!=null)return xc[r](t,e);throw new Error("No decoder for tag "+r)}function Dr(t,e){let r=0;if((t[e.offset]&is)===is){let n=t[e.offset]&Vl,i="0x";e.offset++;for(let o=0;o<n;o++,e.offset++)i+=t[e.offset].toString(16).padStart(2,"0");r=parseInt(i,16)}else r=t[e.offset],e.offset++;return r}function Ar(t,e){Dr(t,e);let r=[];for(;!(e.offset>=t.byteLength);){let n=cs(t,e);if(n===null)break;r.push(n)}return r}function zl(t,e){let r=Dr(t,e),n=e.offset,i=e.offset+r,o=[];for(let c=n;c<i;c++)c===n&&t[c]===0||o.push(t[c]);return e.offset+=r,Uint8Array.from(o)}function Gl(t,e){let r=Dr(t,e),n=e.offset+r,i=t[e.offset];e.offset++;let o=0,c=0;i<40?(o=0,c=i):i<80?(o=1,c=i-40):(o=2,c=i-80);let s=`${o}.${c}`,a=[];for(;e.offset<n;){let l=t[e.offset];if(e.offset++,a.push(l&127),l<128){a.reverse();let u=0;for(let f=0;f<a.length;f++)u+=a[f]<<f*7;s+=`.${u}`,a=[]}}return s}function Wl(t,e){return e.offset++,null}function Yl(t,e){let r=Dr(t,e),n=t[e.offset];e.offset++;let i=t.subarray(e.offset,e.offset+r-1);if(e.offset+=r,n!==0)throw new Error("Unused bits in bit string is unimplemented");return i}function ql(t,e){let r=Dr(t,e),n=t.subarray(e.offset,e.offset+r);return e.offset+=r,n}function Zl(t){let e=t.toString(16);e.length%2===1&&(e="0"+e);let r=new te;for(let n=0;n<e.length;n+=2)r.append(Uint8Array.from([parseInt(`${e[n]}${e[n+1]}`,16)]));return r}function as(t){if(t.byteLength<128)return Uint8Array.from([t.byteLength]);let e=Zl(t.byteLength);return new te(Uint8Array.from([e.byteLength|is]),e)}function Ec(t){let e=new te,r=128;return(t.subarray()[0]&r)===r&&e.append(Uint8Array.from([0])),e.append(t),new te(Uint8Array.from([2]),as(e),e)}function vc(t){let e=Uint8Array.from([0]),r=new te(e,t);return new te(Uint8Array.from([3]),as(r),r)}function hn(t,e=48){let r=new te;for(let n of t)r.append(n);return new te(Uint8Array.from([e]),as(r),r)}var jl=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),Xl=Uint8Array.from([6,5,43,129,4,0,34]),Ql=Uint8Array.from([6,5,43,129,4,0,35]),Jl={ext:!0,kty:"EC",crv:"P-256"},ef={ext:!0,kty:"EC",crv:"P-384"},tf={ext:!0,kty:"EC",crv:"P-521"},us=32,ls=48,fs=66;function Sc(t){let e=cs(t);return Tc(e)}function Tc(t){let e=t[1][1][0],r=1,n,i;if(e.byteLength===us*2+1)return n=se(e.subarray(r,r+us),"base64url"),i=se(e.subarray(r+us),"base64url"),new Ht({...Jl,key_ops:["verify"],x:n,y:i});if(e.byteLength===ls*2+1)return n=se(e.subarray(r,r+ls),"base64url"),i=se(e.subarray(r+ls),"base64url"),new Ht({...ef,key_ops:["verify"],x:n,y:i});if(e.byteLength===fs*2+1)return n=se(e.subarray(r,r+fs),"base64url"),i=se(e.subarray(r+fs),"base64url"),new Ht({...tf,key_ops:["verify"],x:n,y:i});throw new C(`coordinates were wrong length, got ${e.byteLength}, expected 65, 97 or 133`)}function Ic(t){return hn([Ec(Uint8Array.from([1])),hn([rf(t.crv)],160),hn([vc(new te(Uint8Array.from([4]),Ae(t.x??"","base64url"),Ae(t.y??"","base64url")))],161)]).subarray()}function rf(t){if(t==="P-256")return jl;if(t==="P-384")return Xl;if(t==="P-521")return Ql;throw new C(`Invalid curve ${t}`)}var Ht=class{type="ECDSA";jwk;_raw;constructor(e){this.jwk=e}get raw(){return this._raw==null&&(this._raw=Ic(this.jwk)),this._raw}toMultihash(){return Ve.digest(Vt(this))}toCID(){return ae.createV1(114,this.toMultihash())}toString(){return oe.encode(this.toMultihash().bytes).substring(1)}equals(e){return e==null||!(e.raw instanceof Uint8Array)?!1:_e(this.raw,e.raw)}async verify(e,r,n){return mc(this.jwk,r,e,n)}};var Dn=Le(ce("crypto"),1);function ds(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in t&&t.BYTES_PER_ELEMENT===1}function dt(t,e=""){if(typeof t!="number"){let r=e&&`"${e}" `;throw new TypeError(`${r}expected number, got ${typeof t}`)}if(!Number.isSafeInteger(t)||t<0){let r=e&&`"${e}" `;throw new RangeError(`${r}expected integer >= 0, got ${t}`)}}function Qe(t,e,r=""){let n=ds(t),i=t?.length,o=e!==void 0;if(!n||o&&i!==e){let c=r&&`"${r}" `,s=o?` of length ${e}`:"",a=n?`length=${i}`:`type=${typeof t}`,l=c+"expected Uint8Array"+s+", got "+a;throw n?new RangeError(l):new TypeError(l)}return t}function pn(t){if(typeof t!="function"||typeof t.create!="function")throw new TypeError("Hash must wrapped by utils.createHasher");if(dt(t.outputLen),dt(t.blockLen),t.outputLen<1)throw new Error('"outputLen" must be >= 1');if(t.blockLen<1)throw new Error('"blockLen" must be >= 1')}function zt(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function mn(t,e){Qe(t,void 0,"digestInto() output");let r=e.outputLen;if(t.length<r)throw new RangeError('"digestInto() output" expected to be of length >='+r)}function Et(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function yn(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function We(t,e){return t<<32-e|t>>>e}var Dc=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",nf=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function bn(t){if(Qe(t),Dc)return t.toHex();let e="";for(let r=0;r<t.length;r++)e+=nf[t[r]];return e}var rt={_0:48,_9:57,A:65,F:70,a:97,f:102};function Ac(t){if(t>=rt._0&&t<=rt._9)return t-rt._0;if(t>=rt.A&&t<=rt.F)return t-(rt.A-10);if(t>=rt.a&&t<=rt.f)return t-(rt.a-10)}function hs(t){if(typeof t!="string")throw new TypeError("hex string expected, got "+typeof t);if(Dc)try{return Uint8Array.fromHex(t)}catch(i){throw i instanceof SyntaxError?new RangeError(i.message):i}let e=t.length,r=e/2;if(e%2)throw new RangeError("hex string expected, got unpadded hex of length "+e);let n=new Uint8Array(r);for(let i=0,o=0;i<r;i++,o+=2){let c=Ac(t.charCodeAt(o)),s=Ac(t.charCodeAt(o+1));if(c===void 0||s===void 0){let a=t[o]+t[o+1];throw new RangeError('hex string expected, got non-hex character "'+a+'" at index '+o)}n[i]=c*16+s}return n}function Cc(...t){let e=0;for(let n=0;n<t.length;n++){let i=t[n];Qe(i),e+=i.length}let r=new Uint8Array(e);for(let n=0,i=0;n<t.length;n++){let o=t[n];r.set(o,i),i+=o.length}return r}function Lc(t,e={}){let r=(i,o)=>t(o).update(i).digest(),n=t(void 0);return r.outputLen=n.outputLen,r.blockLen=n.blockLen,r.canXOF=n.canXOF,r.create=i=>t(i),Object.assign(r,e),Object.freeze(r)}function Bc(t=32){dt(t,"bytesLength");let e=typeof globalThis=="object"?globalThis.crypto:null;if(typeof e?.getRandomValues!="function")throw new Error("crypto.getRandomValues must be defined");if(t>65536)throw new RangeError(`"bytesLength" expected <= 65536, got ${t}`);return e.getRandomValues(new Uint8Array(t))}var Oc=t=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,t])});function _c(t,e,r){return t&e^~t&r}function kc(t,e,r){return t&e^t&r^e&r}var gn=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(e,r,n,i){this.blockLen=e,this.outputLen=r,this.padOffset=n,this.isLE=i,this.buffer=new Uint8Array(e),this.view=yn(this.buffer)}update(e){zt(this),Qe(e);let{view:r,buffer:n,blockLen:i}=this,o=e.length;for(let c=0;c<o;){let s=Math.min(i-this.pos,o-c);if(s===i){let a=yn(e);for(;i<=o-c;c+=i)this.process(a,c);continue}n.set(e.subarray(c,c+s),this.pos),this.pos+=s,c+=s,this.pos===i&&(this.process(r,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){zt(this),mn(e,this),this.finished=!0;let{buffer:r,view:n,blockLen:i,isLE:o}=this,{pos:c}=this;r[c++]=128,Et(this.buffer.subarray(c)),this.padOffset>i-c&&(this.process(n,0),c=0);for(let f=c;f<i;f++)r[f]=0;n.setBigUint64(i-8,BigInt(this.length*8),o),this.process(n,0);let s=yn(e),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let l=a/4,u=this.get();if(l>u.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<l;f++)s.setUint32(4*f,u[f],o)}digest(){let{buffer:e,outputLen:r}=this;this.digestInto(e);let n=e.slice(0,r);return this.destroy(),n}_cloneInto(e){e||=new this.constructor,e.set(...this.get());let{blockLen:r,buffer:n,length:i,finished:o,destroyed:c,pos:s}=this;return e.destroyed=c,e.finished=o,e.length=i,e.pos=s,i%r&&e.buffer.set(n),e}clone(){return this._cloneInto()}},nt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var of=Uint32Array.from([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]),ht=new Uint32Array(64),ps=class extends gn{constructor(e){super(64,e,8,!1)}get(){let{A:e,B:r,C:n,D:i,E:o,F:c,G:s,H:a}=this;return[e,r,n,i,o,c,s,a]}set(e,r,n,i,o,c,s,a){this.A=e|0,this.B=r|0,this.C=n|0,this.D=i|0,this.E=o|0,this.F=c|0,this.G=s|0,this.H=a|0}process(e,r){for(let f=0;f<16;f++,r+=4)ht[f]=e.getUint32(r,!1);for(let f=16;f<64;f++){let d=ht[f-15],h=ht[f-2],y=We(d,7)^We(d,18)^d>>>3,v=We(h,17)^We(h,19)^h>>>10;ht[f]=v+ht[f-7]+y+ht[f-16]|0}let{A:n,B:i,C:o,D:c,E:s,F:a,G:l,H:u}=this;for(let f=0;f<64;f++){let d=We(s,6)^We(s,11)^We(s,25),h=u+d+_c(s,a,l)+of[f]+ht[f]|0,v=(We(n,2)^We(n,13)^We(n,22))+kc(n,i,o)|0;u=l,l=a,a=s,s=c+h|0,c=o,o=i,i=n,n=h+v|0}n=n+this.A|0,i=i+this.B|0,o=o+this.C|0,c=c+this.D|0,s=s+this.E|0,a=a+this.F|0,l=l+this.G|0,u=u+this.H|0,this.set(n,i,o,c,s,a,l,u)}roundClean(){Et(ht)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),Et(this.buffer)}},ms=class extends ps{A=nt[0]|0;B=nt[1]|0;C=nt[2]|0;D=nt[3]|0;E=nt[4]|0;F=nt[5]|0;G=nt[6]|0;H=nt[7]|0;constructor(){super(32)}};var Pc=Lc(()=>new ms,Oc(1));var fe=(t,e,r)=>Qe(t,e,r),bs=dt,gs=bn,ot=(...t)=>Cc(...t),En=t=>hs(t),ws=ds,xs=t=>Bc(t),xn=BigInt(0),ys=BigInt(1);function vt(t,e=""){if(typeof t!="boolean"){let r=e&&`"${e}" `;throw new TypeError(r+"expected boolean, got type="+typeof t)}return t}function vn(t){if(typeof t=="bigint"){if(!wn(t))throw new RangeError("positive bigint expected, got "+t)}else bs(t);return t}function Cr(t,e=""){if(typeof t!="number"){let r=e&&`"${e}" `;throw new TypeError(r+"expected number, got type="+typeof t)}if(!Number.isSafeInteger(t)){let r=e&&`"${e}" `;throw new RangeError(r+"expected safe integer, got "+t)}}function Lr(t){let e=vn(t).toString(16);return e.length&1?"0"+e:e}function Nc(t){if(typeof t!="string")throw new TypeError("hex string expected, got "+typeof t);return t===""?xn:BigInt("0x"+t)}function Gt(t){return Nc(bn(t))}function Es(t){return Nc(bn(sf(Qe(t)).reverse()))}function Sn(t,e){if(dt(e),e===0)throw new RangeError("zero length");t=vn(t);let r=t.toString(16);if(r.length>e*2)throw new RangeError("number too large");return hs(r.padStart(e*2,"0"))}function vs(t,e){return Sn(t,e).reverse()}function sf(t){return Uint8Array.from(fe(t))}var wn=t=>typeof t=="bigint"&&xn<=t;function cf(t,e,r){return wn(t)&&wn(e)&&wn(r)&&e<=t&&t<r}function Ss(t,e,r,n){if(!cf(e,r,n))throw new RangeError("expected valid "+t+": "+r+" <= n < "+n+", got "+e)}function Wt(t){if(t<xn)throw new Error("expected non-negative bigint, got "+t);let e;for(e=0;t>xn;t>>=ys,e+=1);return e}var Br=t=>(ys<<BigInt(t))-ys;function Rc(t,e,r){if(dt(t,"hashLen"),dt(e,"qByteLen"),typeof r!="function")throw new TypeError("hmacFn must be a function");let n=m=>new Uint8Array(m),i=Uint8Array.of(),o=Uint8Array.of(0),c=Uint8Array.of(1),s=1e3,a=n(t),l=n(t),u=0,f=()=>{a.fill(1),l.fill(0),u=0},d=(...m)=>r(l,ot(a,...m)),h=(m=i)=>{l=d(o,m),a=d(),m.length!==0&&(l=d(c,m),a=d())},y=()=>{if(u++>=s)throw new Error("drbg: tried max amount of iterations");let m=0,x=[];for(;m<e;){a=d();let L=a.slice();x.push(L),m+=a.length}return ot(...x)};return(m,x)=>{f(),h(m);let L;for(;(L=x(y()))===void 0;)h();return f(),L}}function St(t,e={},r={}){if(Object.prototype.toString.call(t)!=="[object Object]")throw new TypeError("expected valid options object");function n(o,c,s){if(!s&&c!=="function"&&!Object.hasOwn(t,o))throw new TypeError(`param "${o}" is invalid: expected own property`);let a=t[o];if(s&&a===void 0)return;let l=typeof a;if(l!==c||a===null)throw new TypeError(`param "${o}" is invalid: expected ${c}, got ${l}`)}let i=(o,c)=>Object.entries(o).forEach(([s,a])=>n(s,a,c));i(e,!1),i(r,!0)}var be=BigInt(0),ie=BigInt(1),Tt=BigInt(2),$c=BigInt(3),Kc=BigInt(4),Hc=BigInt(5),af=BigInt(7),Vc=BigInt(8),uf=BigInt(9),zc=BigInt(16);function Ye(t,e){if(e<=be)throw new Error("mod: expected positive modulus, got "+e);let r=t%e;return r>=be?r:e+r}function ke(t,e,r){if(e<be)throw new Error("pow2: expected non-negative exponent, got "+e);let n=t;for(;e-- >be;)n*=n,n%=r;return n}function Uc(t,e){if(t===be)throw new Error("invert: expected non-zero number");if(e<=be)throw new Error("invert: expected positive modulus, got "+e);let r=Ye(t,e),n=e,i=be,o=ie,c=ie,s=be;for(;r!==be;){let l=n/r,u=n-r*l,f=i-c*l,d=o-s*l;n=r,r=u,i=c,o=s,c=f,s=d}if(n!==ie)throw new Error("invert: does not exist");return Ye(i,e)}function Ts(t,e,r){let n=t;if(!n.eql(n.sqr(e),r))throw new Error("Cannot find square root")}function Gc(t,e){let r=t,n=(r.ORDER+ie)/Kc,i=r.pow(e,n);return Ts(r,i,e),i}function lf(t,e){let r=t,n=(r.ORDER-Hc)/Vc,i=r.mul(e,Tt),o=r.pow(i,n),c=r.mul(e,o),s=r.mul(r.mul(c,Tt),o),a=r.mul(c,r.sub(s,r.ONE));return Ts(r,a,e),a}function ff(t){let e=Yt(t),r=Wc(t),n=r(e,e.neg(e.ONE)),i=r(e,n),o=r(e,e.neg(n)),c=(t+af)/zc;return((s,a)=>{let l=s,u=l.pow(a,c),f=l.mul(u,n),d=l.mul(u,i),h=l.mul(u,o),y=l.eql(l.sqr(f),a),v=l.eql(l.sqr(d),a);u=l.cmov(u,f,y),f=l.cmov(h,d,v);let m=l.eql(l.sqr(f),a),x=l.cmov(u,f,m);return Ts(l,x,a),x})}function Wc(t){if(t<$c)throw new Error("sqrt is not defined for small field");let e=t-ie,r=0;for(;e%Tt===be;)e/=Tt,r++;let n=Tt,i=Yt(t);for(;Fc(i,n)===1;)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(r===1)return Gc;let o=i.pow(n,e),c=(e+ie)/Tt;return function(a,l){let u=a;if(u.is0(l))return l;if(Fc(u,l)!==1)throw new Error("Cannot find square root");let f=r,d=u.mul(u.ONE,o),h=u.pow(l,e),y=u.pow(l,c);for(;!u.eql(h,u.ONE);){if(u.is0(h))return u.ZERO;let v=1,m=u.sqr(h);for(;!u.eql(m,u.ONE);)if(v++,m=u.sqr(m),v===f)throw new Error("Cannot find square root");let x=ie<<BigInt(f-v-1),L=u.pow(d,x);f=v,d=u.sqr(L),h=u.mul(h,d),y=u.mul(y,L)}return y}}function df(t){return t%Kc===$c?Gc:t%Vc===Hc?lf:t%zc===uf?ff(t):Wc(t)}var hf=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Is(t){let e={ORDER:"bigint",BYTES:"number",BITS:"number"},r=hf.reduce((n,i)=>(n[i]="function",n),e);if(St(t,r),Cr(t.BYTES,"BYTES"),Cr(t.BITS,"BITS"),t.BYTES<1||t.BITS<1)throw new Error("invalid field: expected BYTES/BITS > 0");if(t.ORDER<=ie)throw new Error("invalid field: expected ORDER > 1, got "+t.ORDER);return t}function pf(t,e,r){let n=t;if(r<be)throw new Error("invalid exponent, negatives unsupported");if(r===be)return n.ONE;if(r===ie)return e;let i=n.ONE,o=e;for(;r>be;)r&ie&&(i=n.mul(i,o)),o=n.sqr(o),r>>=ie;return i}function In(t,e,r=!1){let n=t,i=new Array(e.length).fill(r?n.ZERO:void 0),o=e.reduce((s,a,l)=>n.is0(a)?s:(i[l]=s,n.mul(s,a)),n.ONE),c=n.inv(o);return e.reduceRight((s,a,l)=>n.is0(a)?s:(i[l]=n.mul(s,i[l]),n.mul(s,a)),c),i}function Fc(t,e){let r=t,n=(r.ORDER-ie)/Tt,i=r.pow(e,n),o=r.eql(i,r.ONE),c=r.eql(i,r.ZERO),s=r.eql(i,r.neg(r.ONE));if(!o&&!c&&!s)throw new Error("invalid Legendre symbol result");return o?1:c?0:-1}function mf(t,e){if(e!==void 0&&bs(e),t<=be)throw new Error("invalid n length: expected positive n, got "+t);if(e!==void 0&&e<1)throw new Error("invalid n length: expected positive bit length, got "+e);let r=Wt(t);if(e!==void 0&&e<r)throw new Error(`invalid n length: expected bit length (${r}) >= n.length (${e})`);let n=e!==void 0?e:r,i=Math.ceil(n/8);return{nBitLength:n,nByteLength:i}}var Mc=new WeakMap,Tn=class{ORDER;BITS;BYTES;isLE;ZERO=be;ONE=ie;_lengths;_mod;constructor(e,r={}){if(e<=ie)throw new Error("invalid field: expected ORDER > 1, got "+e);let n;this.isLE=!1,r!=null&&typeof r=="object"&&(typeof r.BITS=="number"&&(n=r.BITS),typeof r.sqrt=="function"&&Object.defineProperty(this,"sqrt",{value:r.sqrt,enumerable:!0}),typeof r.isLE=="boolean"&&(this.isLE=r.isLE),r.allowedLengths&&(this._lengths=Object.freeze(r.allowedLengths.slice())),typeof r.modFromBytes=="boolean"&&(this._mod=r.modFromBytes));let{nBitLength:i,nByteLength:o}=mf(e,n);if(o>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");this.ORDER=e,this.BITS=i,this.BYTES=o,Object.freeze(this)}create(e){return Ye(e,this.ORDER)}isValid(e){if(typeof e!="bigint")throw new TypeError("invalid field element: expected bigint, got "+typeof e);return be<=e&&e<this.ORDER}is0(e){return e===be}isValidNot0(e){return!this.is0(e)&&this.isValid(e)}isOdd(e){return(e&ie)===ie}neg(e){return Ye(-e,this.ORDER)}eql(e,r){return e===r}sqr(e){return Ye(e*e,this.ORDER)}add(e,r){return Ye(e+r,this.ORDER)}sub(e,r){return Ye(e-r,this.ORDER)}mul(e,r){return Ye(e*r,this.ORDER)}pow(e,r){return pf(this,e,r)}div(e,r){return Ye(e*Uc(r,this.ORDER),this.ORDER)}sqrN(e){return e*e}addN(e,r){return e+r}subN(e,r){return e-r}mulN(e,r){return e*r}inv(e){return Uc(e,this.ORDER)}sqrt(e){let r=Mc.get(this);return r||Mc.set(this,r=df(this.ORDER)),r(this,e)}toBytes(e){return this.isLE?vs(e,this.BYTES):Sn(e,this.BYTES)}fromBytes(e,r=!1){fe(e);let{_lengths:n,BYTES:i,isLE:o,ORDER:c,_mod:s}=this;if(n){if(e.length<1||!n.includes(e.length)||e.length>i)throw new Error("Field.fromBytes: expected "+n+" bytes, got "+e.length);let l=new Uint8Array(i);l.set(e,o?0:l.length-e.length),e=l}if(e.length!==i)throw new Error("Field.fromBytes: expected "+i+" bytes, got "+e.length);let a=o?Es(e):Gt(e);if(s&&(a=Ye(a,c)),!r&&!this.isValid(a))throw new Error("invalid field element: outside of range 0..ORDER");return a}invertBatch(e){return In(this,e)}cmov(e,r,n){return vt(n,"condition"),n?r:e}};Object.freeze(Tn.prototype);function Yt(t,e={}){return new Tn(t,e)}function Yc(t){if(typeof t!="bigint")throw new Error("field order must be bigint");if(t<=ie)throw new Error("field order must be greater than 1");let e=Wt(t-ie);return Math.ceil(e/8)}function As(t){let e=Yc(t);return e+Math.ceil(e/2)}function Ds(t,e,r=!1){fe(t);let n=t.length,i=Yc(e),o=Math.max(As(e),16);if(n<o||n>1024)throw new Error("expected "+o+"-1024 bytes of input, got "+n);let c=r?Es(t):Gt(t),s=Ye(c,e-ie)+ie;return r?vs(s,i):Sn(s,i)}var qt=BigInt(0),It=BigInt(1);function Or(t,e){let r=e.negate();return t?r:e}function Os(t,e){let r=In(t.Fp,e.map(n=>n.Z));return e.map((n,i)=>t.fromAffine(n.toAffine(r[i])))}function Xc(t,e){if(!Number.isSafeInteger(t)||t<=0||t>e)throw new Error("invalid window size, expected [1.."+e+"], got W="+t)}function Cs(t,e){Xc(t,e);let r=Math.ceil(e/t)+1,n=2**(t-1),i=2**t,o=Br(t),c=BigInt(t);return{windows:r,windowSize:n,mask:o,maxNumber:i,shiftBy:c}}function qc(t,e,r){let{windowSize:n,mask:i,maxNumber:o,shiftBy:c}=r,s=Number(t&i),a=t>>c;s>n&&(s-=o,a+=It);let l=e*n,u=l+Math.abs(s)-1,f=s===0,d=s<0,h=e%2!==0;return{nextN:a,offset:u,isZero:f,isNeg:d,isNegF:h,offsetF:l}}var Ls=new WeakMap,Qc=new WeakMap;function Bs(t){return Qc.get(t)||1}function Zc(t){if(t!==qt)throw new Error("invalid wNAF")}var An=class{BASE;ZERO;Fn;bits;constructor(e,r){this.BASE=e.BASE,this.ZERO=e.ZERO,this.Fn=e.Fn,this.bits=r}_unsafeLadder(e,r,n=this.ZERO){let i=e;for(;r>qt;)r&It&&(n=n.add(i)),i=i.double(),r>>=It;return n}precomputeWindow(e,r){let{windows:n,windowSize:i}=Cs(r,this.bits),o=[],c=e,s=c;for(let a=0;a<n;a++){s=c,o.push(s);for(let l=1;l<i;l++)s=s.add(c),o.push(s);c=s.double()}return o}wNAF(e,r,n){if(!this.Fn.isValid(n))throw new Error("invalid scalar");let i=this.ZERO,o=this.BASE,c=Cs(e,this.bits);for(let s=0;s<c.windows;s++){let{nextN:a,offset:l,isZero:u,isNeg:f,isNegF:d,offsetF:h}=qc(n,s,c);n=a,u?o=o.add(Or(d,r[h])):i=i.add(Or(f,r[l]))}return Zc(n),{p:i,f:o}}wNAFUnsafe(e,r,n,i=this.ZERO){let o=Cs(e,this.bits);for(let c=0;c<o.windows&&n!==qt;c++){let{nextN:s,offset:a,isZero:l,isNeg:u}=qc(n,c,o);if(n=s,!l){let f=r[a];i=i.add(u?f.negate():f)}}return Zc(n),i}getPrecomputes(e,r,n){let i=Ls.get(r);return i||(i=this.precomputeWindow(r,e),e!==1&&(typeof n=="function"&&(i=n(i)),Ls.set(r,i))),i}cached(e,r,n){let i=Bs(e);return this.wNAF(i,this.getPrecomputes(i,e,n),r)}unsafe(e,r,n,i){let o=Bs(e);return o===1?this._unsafeLadder(e,r,i):this.wNAFUnsafe(o,this.getPrecomputes(o,e,n),r,i)}createCache(e,r){Xc(r,this.bits),Qc.set(e,r),Ls.delete(e)}hasCache(e){return Bs(e)!==1}};function Jc(t,e,r,n){let i=e,o=t.ZERO,c=t.ZERO;for(;r>qt||n>qt;)r&It&&(o=o.add(i)),n&It&&(c=c.add(i)),i=i.double(),r>>=It,n>>=It;return{p1:o,p2:c}}function jc(t,e,r){if(e){if(e.ORDER!==t)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return Is(e),e}else return Yt(t,{isLE:r})}function ea(t,e,r={},n){if(n===void 0&&(n=t==="edwards"),!e||typeof e!="object")throw new Error(`expected valid ${t} CURVE object`);for(let a of["p","n","h"]){let l=e[a];if(!(typeof l=="bigint"&&l>qt))throw new Error(`CURVE.${a} must be positive bigint`)}let i=jc(e.p,r.Fp,n),o=jc(e.n,r.Fn,n),s=["Gx","Gy","a",t==="weierstrass"?"b":"d"];for(let a of s)if(!i.isValid(e[a]))throw new Error(`CURVE.${a} must be valid field element of CURVE.Fp`);return e=Object.freeze(Object.assign({},e)),{CURVE:e,Fp:i,Fn:o}}function ta(t,e){return function(n){let i=t(n);return{secretKey:i,publicKey:e(i)}}}var Qm=Dn.default.generateKeyPairSync,_r=32;var yf=64;function ra(t,e,r){if(t.byteLength!==_r)throw new TypeError('"key" must be 32 bytes in length.');if(!(t instanceof Uint8Array))throw new TypeError('"key" must be a node.js Buffer, or Uint8Array.');if(e.byteLength!==yf)throw new TypeError('"sig" must be 64 bytes in length.');if(!(e instanceof Uint8Array))throw new TypeError('"sig" must be a node.js Buffer, or Uint8Array.');let n=Dn.default.createPublicKey({format:"jwk",key:{crv:"Ed25519",x:se(t,"base64url"),kty:"OKP"}});return Dn.default.verify(null,r instanceof Uint8Array?r:r.subarray(),n,e)}function oa(t){return t==null?!1:typeof t.then=="function"&&typeof t.catch=="function"&&typeof t.finally=="function"}var Cn=class{type="Ed25519";raw;constructor(e){this.raw=_s(e,_r)}toMultihash(){return Ve.digest(Vt(this))}toCID(){return ae.createV1(114,this.toMultihash())}toString(){return oe.encode(this.toMultihash().bytes).substring(1)}equals(e){return e==null||!(e.raw instanceof Uint8Array)?!1:_e(this.raw,e.raw)}verify(e,r,n){n?.signal?.throwIfAborted();let i=ra(this.raw,r,e);return oa(i)?i.then(o=>(n?.signal?.throwIfAborted(),o)):i}};function sa(t){return t=_s(t,_r),new Cn(t)}function _s(t,e){if(t=Uint8Array.from(t??[]),t.length!==e)throw new C(`Key must be a Uint8Array of length ${e}, got ${t.length}`);return t}var ve;(function(t){t.RSA="RSA",t.Ed25519="Ed25519",t.secp256k1="secp256k1",t.ECDSA="ECDSA"})(ve||(ve={}));var ks;(function(t){t[t.RSA=0]="RSA",t[t.Ed25519=1]="Ed25519",t[t.secp256k1=2]="secp256k1",t[t.ECDSA=3]="ECDSA"})(ks||(ks={}));(function(t){t.codec=()=>ze(ks)})(ve||(ve={}));var kr;(function(t){let e;t.codec=()=>(e==null&&(e=Q((o,c,s={})=>{s.lengthDelimited!==!1&&c.fork(),o.Type!=null&&(c.uint32(8),ve.codec().encode(o.Type,c)),o.Data!=null&&(c.uint32(18),c.bytes(o.Data)),s.lengthDelimited!==!1&&c.ldelim()},(o,c,s={})=>{let a={},l=c==null?o.len:o.pos+c;for(;o.pos<l;){let u=o.uint32();switch(u>>>3){case 1:{a.Type=ve.codec().decode(o);break}case 2:{a.Data=o.bytes();break}default:{o.skipType(u&7);break}}}return a},function*(o,c,s,a={}){let l=c==null?o.len:o.pos+c;for(;o.pos<l;){let u=o.uint32();switch(u>>>3){case 1:{yield{field:`${s}.Type`,value:ve.codec().decode(o)};break}case 2:{yield{field:`${s}.Data`,value:o.bytes()};break}default:{o.skipType(u&7);break}}}})),e);function r(o){return j(o,t.codec())}t.encode=r;function n(o,c){return Z(o,t.codec(),c)}t.decode=n;function i(o,c){return X(o,t.codec(),c)}t.stream=i})(kr||(kr={}));var Ps;(function(t){let e;t.codec=()=>(e==null&&(e=Q((o,c,s={})=>{s.lengthDelimited!==!1&&c.fork(),o.Type!=null&&(c.uint32(8),ve.codec().encode(o.Type,c)),o.Data!=null&&(c.uint32(18),c.bytes(o.Data)),s.lengthDelimited!==!1&&c.ldelim()},(o,c,s={})=>{let a={},l=c==null?o.len:o.pos+c;for(;o.pos<l;){let u=o.uint32();switch(u>>>3){case 1:{a.Type=ve.codec().decode(o);break}case 2:{a.Data=o.bytes();break}default:{o.skipType(u&7);break}}}return a},function*(o,c,s,a={}){let l=c==null?o.len:o.pos+c;for(;o.pos<l;){let u=o.uint32();switch(u>>>3){case 1:{yield{field:`${s}.Type`,value:ve.codec().decode(o)};break}case 2:{yield{field:`${s}.Data`,value:o.bytes()};break}default:{o.skipType(u&7);break}}}})),e);function r(o){return j(o,t.codec())}t.encode=r;function n(o,c){return Z(o,t.codec(),c)}t.decode=n;function i(o,c){return X(o,t.codec(),c)}t.stream=i})(Ps||(Ps={}));var pa=Le(ce("node:crypto"),1);var Ln=class{oHash;iHash;blockLen;outputLen;canXOF=!1;finished=!1;destroyed=!1;constructor(e,r){if(pn(e),Qe(r,void 0,"key"),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 n=this.blockLen,i=new Uint8Array(n);i.set(r.length>n?e.create().update(r).digest():r);for(let o=0;o<i.length;o++)i[o]^=54;this.iHash.update(i),this.oHash=e.create();for(let o=0;o<i.length;o++)i[o]^=106;this.oHash.update(i),Et(i)}update(e){return zt(this),this.iHash.update(e),this}digestInto(e){zt(this),mn(e,this),this.finished=!0;let r=e.subarray(0,this.outputLen);this.iHash.digestInto(r),this.oHash.update(r),this.oHash.digestInto(r),this.destroy()}digest(){let e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||=Object.create(Object.getPrototypeOf(this),{});let{oHash:r,iHash:n,finished:i,destroyed:o,blockLen:c,outputLen:s}=this;return e=e,e.finished=i,e.destroyed=o,e.blockLen=c,e.outputLen=s,e.oHash=r._cloneInto(e.oHash),e.iHash=n._cloneInto(e.iHash),e}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},ia=(()=>{let t=((e,r,n)=>new Ln(e,r).update(n).digest());return t.create=(e,r)=>new Ln(e,r),t})();var ca=(t,e)=>(t+(t>=0?e:-e)/aa)/e;function wf(t,e,r){Ss("scalar",t,Je,r);let[[n,i],[o,c]]=e,s=ca(c*t,r),a=ca(-i*t,r),l=t-s*n-a*o,u=-s*i-a*c,f=l<Je,d=u<Je;f&&(l=-l),d&&(u=-u);let h=Br(Math.ceil(Wt(r)/2))+pt;if(l<Je||l>=h||u<Je||u>=h)throw new Error("splitScalar (endomorphism): failed for k");return{k1neg:f,k1:l,k2neg:d,k2:u}}function Rs(t){if(!["compact","recovered","der"].includes(t))throw new Error('Signature format must be "compact", "recovered", or "der"');return t}function Ns(t,e){St(t);let r={};for(let n of Object.keys(e))r[n]=t[n]===void 0?e[n]:t[n];return vt(r.lowS,"lowS"),vt(r.prehash,"prehash"),r.format!==void 0&&Rs(r.format),r}var Us=class extends Error{constructor(e=""){super(e)}},qe={Err:Us,_tlv:{encode:(t,e)=>{let{Err:r}=qe;if(Cr(t,"tag"),t<0||t>255)throw new r("tlv.encode: wrong tag");if(typeof e!="string")throw new TypeError('"data" expected string, got type='+typeof e);if(e.length&1)throw new r("tlv.encode: unpadded data");let n=e.length/2,i=Lr(n);if(i.length/2&128)throw new r("tlv.encode: long form length too big");let o=n>127?Lr(i.length/2|128):"";return Lr(t)+o+i+e},decode(t,e){let{Err:r}=qe;e=fe(e,void 0,"DER data");let n=0;if(t<0||t>255)throw new r("tlv.encode: wrong tag");if(e.length<2||e[n++]!==t)throw new r("tlv.decode: wrong tlv");let i=e[n++],o=!!(i&128),c=0;if(!o)c=i;else{let a=i&127;if(!a)throw new r("tlv.decode(long): indefinite length not supported");if(a>4)throw new r("tlv.decode(long): byte length is too big");let l=e.subarray(n,n+a);if(l.length!==a)throw new r("tlv.decode: length bytes not complete");if(l[0]===0)throw new r("tlv.decode(long): zero leftmost byte");for(let u of l)c=c<<8|u;if(n+=a,c<128)throw new r("tlv.decode(long): not minimal encoding")}let s=e.subarray(n,n+c);if(s.length!==c)throw new r("tlv.decode: wrong value length");return{v:s,l:e.subarray(n+c)}}},_int:{encode(t){let{Err:e}=qe;if(vn(t),t<Je)throw new e("integer: negative integers are not allowed");let r=Lr(t);if(Number.parseInt(r[0],16)&8&&(r="00"+r),r.length&1)throw new e("unexpected DER parsing assertion: unpadded hex");return r},decode(t){let{Err:e}=qe;if(t.length<1)throw new e("invalid signature integer: empty");if(t[0]&128)throw new e("invalid signature integer: negative");if(t.length>1&&t[0]===0&&!(t[1]&128))throw new e("invalid signature integer: unnecessary leading zero");return Gt(t)}},toSig(t){let{Err:e,_int:r,_tlv:n}=qe,i=fe(t,void 0,"signature"),{v:o,l:c}=n.decode(48,i);if(c.length)throw new e("invalid signature: left bytes after parsing");let{v:s,l:a}=n.decode(2,o),{v:l,l:u}=n.decode(2,a);if(u.length)throw new e("invalid signature: left bytes after parsing");return{r:r.decode(s),s:r.decode(l)}},hexFromSig(t){let{_tlv:e,_int:r}=qe,n=e.encode(2,r.encode(t.r)),i=e.encode(2,r.encode(t.s)),o=n+i;return e.encode(48,o)}};Object.freeze(qe._tlv);Object.freeze(qe._int);Object.freeze(qe);var Je=BigInt(0),pt=BigInt(1),aa=BigInt(2),Bn=BigInt(3),xf=BigInt(4);function ua(t,e={}){let r=ea("weierstrass",t,e),n=r.Fp,i=r.Fn,o=r.CURVE,{h:c,n:s}=o;St(e,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object"});let{endo:a,allowInfinityPoint:l}=e;if(a&&(!n.is0(o.a)||typeof a.beta!="bigint"||!Array.isArray(a.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');let u=fa(n,i);function f(){if(!n.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function d(re,b,I){if(l&&b.is0())return Uint8Array.of(0);let{x:D,y:g}=b.toAffine(),p=n.toBytes(D);if(vt(I,"isCompressed"),I){f();let w=!n.isOdd(g);return ot(la(w),p)}else return ot(Uint8Array.of(4),p,n.toBytes(g))}function h(re){fe(re,void 0,"Point");let{publicKey:b,publicKeyUncompressed:I}=u,D=re.length,g=re[0],p=re.subarray(1);if(l&&D===1&&g===0)return{x:n.ZERO,y:n.ZERO};if(D===b&&(g===2||g===3)){let w=n.fromBytes(p);if(!n.isValid(w))throw new Error("bad point: is not on curve, wrong x");let S=m(w),E;try{E=n.sqrt(S)}catch(z){let M=z instanceof Error?": "+z.message:"";throw new Error("bad point: is not on curve, sqrt error"+M)}f();let A=n.isOdd(E);return(g&1)===1!==A&&(E=n.neg(E)),{x:w,y:E}}else if(D===I&&g===4){let w=n.BYTES,S=n.fromBytes(p.subarray(0,w)),E=n.fromBytes(p.subarray(w,w*2));if(!x(S,E))throw new Error("bad point: is not on curve");return{x:S,y:E}}else throw new Error(`bad point: got length ${D}, expected compressed=${b} or uncompressed=${I}`)}let y=e.toBytes===void 0?d:e.toBytes,v=e.fromBytes===void 0?h:e.fromBytes;function m(re){let b=n.sqr(re),I=n.mul(b,re);return n.add(n.add(I,n.mul(re,o.a)),o.b)}function x(re,b){let I=n.sqr(b),D=m(re);return n.eql(I,D)}if(!x(o.Gx,o.Gy))throw new Error("bad curve params: generator point");let L=n.mul(n.pow(o.a,Bn),xf),R=n.mul(n.sqr(o.b),BigInt(27));if(n.is0(n.add(L,R)))throw new Error("bad curve params: a or b");function V(re,b,I=!1){if(!n.isValid(b)||I&&n.is0(b))throw new Error(`bad point coordinate ${re}`);return b}function P(re){if(!(re instanceof O))throw new Error("Weierstrass Point expected")}function ue(re){if(!a||!a.basises)throw new Error("no endo");return wf(re,a.basises,i.ORDER)}function J(re,b,I,D,g){return I=new O(n.mul(I.X,re),I.Y,I.Z),b=Or(D,b),I=Or(g,I),b.add(I)}class O{static BASE=new O(o.Gx,o.Gy,n.ONE);static ZERO=new O(n.ZERO,n.ONE,n.ZERO);static Fp=n;static Fn=i;X;Y;Z;constructor(b,I,D){this.X=V("x",b),this.Y=V("y",I,!0),this.Z=V("z",D),Object.freeze(this)}static CURVE(){return o}static fromAffine(b){let{x:I,y:D}=b||{};if(!b||!n.isValid(I)||!n.isValid(D))throw new Error("invalid affine point");if(b instanceof O)throw new Error("projective point not allowed");return n.is0(I)&&n.is0(D)?O.ZERO:new O(I,D,n.ONE)}static fromBytes(b){let I=O.fromAffine(v(fe(b,void 0,"point")));return I.assertValidity(),I}static fromHex(b){return O.fromBytes(En(b))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(b=8,I=!0){return Ke.createCache(this,b),I||this.multiply(Bn),this}assertValidity(){let b=this;if(b.is0()){if(e.allowInfinityPoint&&n.is0(b.X)&&n.eql(b.Y,n.ONE)&&n.is0(b.Z))return;throw new Error("bad point: ZERO")}let{x:I,y:D}=b.toAffine();if(!n.isValid(I)||!n.isValid(D))throw new Error("bad point: x or y not field elements");if(!x(I,D))throw new Error("bad point: equation left != right");if(!b.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:b}=this.toAffine();if(!n.isOdd)throw new Error("Field doesn't support isOdd");return!n.isOdd(b)}equals(b){P(b);let{X:I,Y:D,Z:g}=this,{X:p,Y:w,Z:S}=b,E=n.eql(n.mul(I,S),n.mul(p,g)),A=n.eql(n.mul(D,S),n.mul(w,g));return E&&A}negate(){return new O(this.X,n.neg(this.Y),this.Z)}double(){let{a:b,b:I}=o,D=n.mul(I,Bn),{X:g,Y:p,Z:w}=this,S=n.ZERO,E=n.ZERO,A=n.ZERO,B=n.mul(g,g),z=n.mul(p,p),M=n.mul(w,w),N=n.mul(g,p);return N=n.add(N,N),A=n.mul(g,w),A=n.add(A,A),S=n.mul(b,A),E=n.mul(D,M),E=n.add(S,E),S=n.sub(z,E),E=n.add(z,E),E=n.mul(S,E),S=n.mul(N,S),A=n.mul(D,A),M=n.mul(b,M),N=n.sub(B,M),N=n.mul(b,N),N=n.add(N,A),A=n.add(B,B),B=n.add(A,B),B=n.add(B,M),B=n.mul(B,N),E=n.add(E,B),M=n.mul(p,w),M=n.add(M,M),B=n.mul(M,N),S=n.sub(S,B),A=n.mul(M,z),A=n.add(A,A),A=n.add(A,A),new O(S,E,A)}add(b){P(b);let{X:I,Y:D,Z:g}=this,{X:p,Y:w,Z:S}=b,E=n.ZERO,A=n.ZERO,B=n.ZERO,z=o.a,M=n.mul(o.b,Bn),N=n.mul(I,p),pe=n.mul(D,w),me=n.mul(g,S),ye=n.add(I,D),ne=n.add(p,w);ye=n.mul(ye,ne),ne=n.add(N,pe),ye=n.sub(ye,ne),ne=n.add(I,g);let Te=n.add(p,S);return ne=n.mul(ne,Te),Te=n.add(N,me),ne=n.sub(ne,Te),Te=n.add(D,g),E=n.add(w,S),Te=n.mul(Te,E),E=n.add(pe,me),Te=n.sub(Te,E),B=n.mul(z,ne),E=n.mul(M,me),B=n.add(E,B),E=n.sub(pe,B),B=n.add(pe,B),A=n.mul(E,B),pe=n.add(N,N),pe=n.add(pe,N),me=n.mul(z,me),ne=n.mul(M,ne),pe=n.add(pe,me),me=n.sub(N,me),me=n.mul(z,me),ne=n.add(ne,me),N=n.mul(pe,ne),A=n.add(A,N),N=n.mul(Te,ne),E=n.mul(ye,E),E=n.sub(E,N),N=n.mul(ye,pe),B=n.mul(Te,B),B=n.add(B,N),new O(E,A,B)}subtract(b){return P(b),this.add(b.negate())}is0(){return this.equals(O.ZERO)}multiply(b){let{endo:I}=e;if(!i.isValidNot0(b))throw new RangeError("invalid scalar: out of range");let D,g,p=w=>Ke.cached(this,w,S=>Os(O,S));if(I){let{k1neg:w,k1:S,k2neg:E,k2:A}=ue(b),{p:B,f:z}=p(S),{p:M,f:N}=p(A);g=z.add(N),D=J(I.beta,B,M,w,E)}else{let{p:w,f:S}=p(b);D=w,g=S}return Os(O,[D,g])[0]}multiplyUnsafe(b){let{endo:I}=e,D=this,g=b;if(!i.isValid(g))throw new RangeError("invalid scalar: out of range");if(g===Je||D.is0())return O.ZERO;if(g===pt)return D;if(Ke.hasCache(this))return this.multiply(g);if(I){let{k1neg:p,k1:w,k2neg:S,k2:E}=ue(g),{p1:A,p2:B}=Jc(O,D,w,E);return J(I.beta,A,B,p,S)}else return Ke.unsafe(D,g)}toAffine(b){let I=this,D=b,{X:g,Y:p,Z:w}=I;if(n.eql(w,n.ONE))return{x:g,y:p};let S=I.is0();D==null&&(D=S?n.ONE:n.inv(w));let E=n.mul(g,D),A=n.mul(p,D),B=n.mul(w,D);if(S)return{x:n.ZERO,y:n.ZERO};if(!n.eql(B,n.ONE))throw new Error("invZ was invalid");return{x:E,y:A}}isTorsionFree(){let{isTorsionFree:b}=e;return c===pt?!0:b?b(O,this):Ke.unsafe(this,s).is0()}clearCofactor(){let{clearCofactor:b}=e;return c===pt?this:b?b(O,this):this.multiplyUnsafe(c)}isSmallOrder(){return c===pt?this.is0():this.clearCofactor().is0()}toBytes(b=!0){return vt(b,"isCompressed"),this.assertValidity(),y(O,this,b)}toHex(b=!0){return gs(this.toBytes(b))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}let Se=i.BITS,Ke=new An(O,e.endo?Math.ceil(Se/2):Se);return Se>=8&&O.BASE.precompute(8),Object.freeze(O.prototype),Object.freeze(O),O}function la(t){return Uint8Array.of(t?2:3)}function fa(t,e){return{secretKey:e.BYTES,publicKey:1+t.BYTES,publicKeyUncompressed:1+2*t.BYTES,publicKeyHasPrefix:!0,signature:2*e.BYTES}}function Ef(t,e={}){let{Fn:r}=t,n=e.randomBytes===void 0?xs:e.randomBytes,i=Object.assign(fa(t.Fp,r),{seed:Math.max(As(r.ORDER),16)});function o(h){try{let y=r.fromBytes(h);return r.isValidNot0(y)}catch{return!1}}function c(h,y){let{publicKey:v,publicKeyUncompressed:m}=i;try{let x=h.length;return y===!0&&x!==v||y===!1&&x!==m?!1:!!t.fromBytes(h)}catch{return!1}}function s(h){return h=h===void 0?n(i.seed):h,Ds(fe(h,i.seed,"seed"),r.ORDER)}function a(h,y=!0){return t.BASE.multiply(r.fromBytes(h)).toBytes(y)}function l(h){let{secretKey:y,publicKey:v,publicKeyUncompressed:m}=i,x=r._lengths;if(!ws(h))return;let L=fe(h,void 0,"key").length,R=L===v||L===m,V=L===y||!!x?.includes(L);if(!(R&&V))return R}function u(h,y,v=!0){if(l(h)===!0)throw new Error("first arg must be private key");if(l(y)===!1)throw new Error("second arg must be public key");let m=r.fromBytes(h);return t.fromBytes(y).multiply(m).toBytes(v)}let f={isValidSecretKey:o,isValidPublicKey:c,randomSecretKey:s},d=ta(s,a);return Object.freeze(f),Object.freeze(i),Object.freeze({getPublicKey:a,getSharedSecret:u,keygen:d,Point:t,utils:f,lengths:i})}function da(t,e,r={}){let n=e;pn(n),St(r,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"}),r=Object.assign({},r);let i=r.randomBytes===void 0?xs:r.randomBytes,o=r.hmac===void 0?(g,p)=>ia(n,g,p):r.hmac,{Fp:c,Fn:s}=t,{ORDER:a,BITS:l}=s,{keygen:u,getPublicKey:f,getSharedSecret:d,utils:h,lengths:y}=Ef(t,r),v={prehash:!0,lowS:typeof r.lowS=="boolean"?r.lowS:!0,format:"compact",extraEntropy:!1},m=a*aa+pt<c.ORDER;function x(g){let p=a>>pt;return g>p}function L(g,p){if(!s.isValidNot0(p))throw new Error(`invalid signature ${g}: out of range 1..Point.Fn.ORDER`);return p}function R(){if(m)throw new Error('"recovered" sig type is not supported for cofactor >2 curves')}function V(g,p){Rs(p);let w=y.signature,S=p==="compact"?w:p==="recovered"?w+1:void 0;return fe(g,S)}class P{r;s;recovery;constructor(p,w,S){if(this.r=L("r",p),this.s=L("s",w),S!=null){if(R(),![0,1,2,3].includes(S))throw new Error("invalid recovery id");this.recovery=S}Object.freeze(this)}static fromBytes(p,w=v.format){V(p,w);let S;if(w==="der"){let{r:z,s:M}=qe.toSig(fe(p));return new P(z,M)}w==="recovered"&&(S=p[0],w="compact",p=p.subarray(1));let E=y.signature/2,A=p.subarray(0,E),B=p.subarray(E,E*2);return new P(s.fromBytes(A),s.fromBytes(B),S)}static fromHex(p,w){return this.fromBytes(En(p),w)}assertRecovery(){let{recovery:p}=this;if(p==null)throw new Error("invalid recovery id: must be present");return p}addRecoveryBit(p){return new P(this.r,this.s,p)}recoverPublicKey(p){let{r:w,s:S}=this,E=this.assertRecovery(),A=E===2||E===3?w+a:w;if(!c.isValid(A))throw new Error("invalid recovery id: sig.r+curve.n != R.x");let B=c.toBytes(A),z=t.fromBytes(ot(la((E&1)===0),B)),M=s.inv(A),N=J(fe(p,void 0,"msgHash")),pe=s.create(-N*M),me=s.create(S*M),ye=t.BASE.multiplyUnsafe(pe).add(z.multiplyUnsafe(me));if(ye.is0())throw new Error("invalid recovery: point at infinify");return ye.assertValidity(),ye}hasHighS(){return x(this.s)}toBytes(p=v.format){if(Rs(p),p==="der")return En(qe.hexFromSig(this));let{r:w,s:S}=this,E=s.toBytes(w),A=s.toBytes(S);return p==="recovered"?(R(),ot(Uint8Array.of(this.assertRecovery()),E,A)):ot(E,A)}toHex(p){return gs(this.toBytes(p))}}Object.freeze(P.prototype),Object.freeze(P);let ue=r.bits2int===void 0?function(p){if(p.length>8192)throw new Error("input is too large");let w=Gt(p),S=p.length*8-l;return S>0?w>>BigInt(S):w}:r.bits2int,J=r.bits2int_modN===void 0?function(p){return s.create(ue(p))}:r.bits2int_modN,O=Br(l);function Se(g){return Ss("num < 2^"+l,g,Je,O),s.toBytes(g)}function Ke(g,p){return fe(g,void 0,"message"),p?fe(n(g),void 0,"prehashed message"):g}function re(g,p,w){let{lowS:S,prehash:E,extraEntropy:A}=Ns(w,v);g=Ke(g,E);let B=J(g),z=s.fromBytes(p);if(!s.isValidNot0(z))throw new Error("invalid private key");let M=[Se(z),Se(B)];if(A!=null&&A!==!1){let ye=A===!0?i(y.secretKey):A;M.push(fe(ye,void 0,"extraEntropy"))}let N=ot(...M),pe=B;function me(ye){let ne=ue(ye);if(!s.isValidNot0(ne))return;let Te=s.inv(ne),Lt=t.BASE.multiply(ne).toAffine(),tr=s.create(Lt.x);if(tr===Je)return;let $r=s.create(Te*s.create(pe+tr*z));if($r===Je)return;let Ei=(Lt.x===tr?0:2)|Number(Lt.y&pt),vi=$r;return S&&x($r)&&(vi=s.neg($r),Ei^=1),new P(tr,vi,m?void 0:Ei)}return{seed:N,k2sig:me}}function b(g,p,w={}){let{seed:S,k2sig:E}=re(g,p,w);return Rc(n.outputLen,s.BYTES,o)(S,E).toBytes(w.format)}function I(g,p,w,S={}){let{lowS:E,prehash:A,format:B}=Ns(S,v);if(w=fe(w,void 0,"publicKey"),p=Ke(p,A),!ws(g)){let z=g instanceof P?", use sig.toBytes()":"";throw new Error("verify expects Uint8Array signature"+z)}V(g,B);try{let z=P.fromBytes(g,B),M=t.fromBytes(w);if(E&&z.hasHighS())return!1;let{r:N,s:pe}=z,me=J(p),ye=s.inv(pe),ne=s.create(me*ye),Te=s.create(N*ye),Lt=t.BASE.multiplyUnsafe(ne).add(M.multiplyUnsafe(Te));return Lt.is0()?!1:s.create(Lt.x)===N}catch{return!1}}function D(g,p,w={}){let{prehash:S}=Ns(w,v);return p=Ke(p,S),P.fromBytes(g,"recovered").recoverPublicKey(p).toBytes()}return Object.freeze({keygen:u,getPublicKey:f,getSharedSecret:d,utils:h,lengths:y,Point:t,sign:b,verify:I,recoverPublicKey:D,Signature:P,hash:n})}var Ms={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},vf={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]};var ha=BigInt(2);function Sf(t){let e=Ms.p,r=BigInt(3),n=BigInt(6),i=BigInt(11),o=BigInt(22),c=BigInt(23),s=BigInt(44),a=BigInt(88),l=t*t*t%e,u=l*l*t%e,f=ke(u,r,e)*u%e,d=ke(f,r,e)*u%e,h=ke(d,ha,e)*l%e,y=ke(h,i,e)*h%e,v=ke(y,o,e)*y%e,m=ke(v,s,e)*v%e,x=ke(m,a,e)*m%e,L=ke(x,s,e)*v%e,R=ke(L,r,e)*u%e,V=ke(R,c,e)*y%e,P=ke(V,n,e)*l%e,ue=ke(P,ha,e);if(!Fs.eql(Fs.sqr(ue),t))throw new Error("Cannot find square root");return ue}var Fs=Yt(Ms.p,{sqrt:Sf}),Tf=ua(Ms,{Fp:Fs,endo:vf}),Pr=da(Tf,Pc);var On=class extends Error{constructor(e="An error occurred while verifying a message"){super(e),this.name="VerificationError"}};function ma(t,e,r,n){n?.signal?.throwIfAborted();let i=pa.default.createHash("sha256");if(r instanceof Uint8Array)i.update(r);else for(let c of r)i.update(c);let o=i.digest();try{return Pr.verify(e,o,t,{prehash:!1,format:"der"})}catch(c){throw new On(String(c))}}var _n=class{type="secp256k1";raw;_key;constructor(e){this._key=ba(e),this.raw=ya(this._key)}toMultihash(){return Ve.digest(Vt(this))}toCID(){return ae.createV1(114,this.toMultihash())}toString(){return oe.encode(this.toMultihash().bytes).substring(1)}equals(e){return e==null||!(e.raw instanceof Uint8Array)?!1:_e(this.raw,e.raw)}verify(e,r,n){return ma(this._key,r,e,n)}};function ga(t){return new _n(t)}function ya(t){return Pr.Point.fromBytes(t).toBytes()}function ba(t){try{return Pr.Point.fromBytes(t),t}catch(e){throw new jr(String(e))}}function wa(t){let{Type:e,Data:r}=kr.decode(t.digest),n=r??new Uint8Array;switch(e){case ve.Ed25519:return sa(n);case ve.secp256k1:return ga(n);case ve.ECDSA:return Sc(n);default:throw new Ir}}function Vt(t){return kr.encode({Type:ve[t.type],Data:t.raw})}var xa=Symbol.for("nodejs.util.inspect.custom"),If=114,Nr=class{type;multihash;publicKey;string;constructor(e){this.type=e.type,this.multihash=e.multihash,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[on]=!0;toString(){return this.string==null&&(this.string=oe.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return ae.createV1(If,this.multihash)}toJSON(){return this.toString()}equals(e){if(e==null)return!1;if(e instanceof Uint8Array)return _e(this.multihash.bytes,e);if(typeof e=="string")return this.toString()===e;if(e?.toMultihash()?.bytes!=null)return _e(this.multihash.bytes,e.toMultihash().bytes);throw new Error("not valid Id")}[xa](){return`PeerId(${this.toString()})`}},kn=class extends Nr{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},Pn=class extends Nr{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.publicKey}},Nn=class extends Nr{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.publicKey}},Af=2336,Rn=class{type="url";multihash;publicKey;url;constructor(e){this.url=e.toString(),this.multihash=Ve.digest(Ae(this.url))}[xa](){return`PeerId(${this.url})`}[on]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return ae.createV1(Af,this.toMultihash())}toJSON(){return this.toString()}equals(e){return e==null?!1:(e instanceof Uint8Array&&(e=se(e)),e.toString()===this.toString())}};function st(t){if(Cf(t))return new kn({multihash:t});if(Df(t))try{let e=wa(t);if(e.type==="Ed25519")return new Pn({multihash:t,publicKey:e});if(e.type==="secp256k1")return new Nn({multihash:t,publicKey:e})}catch{let r=se(t.digest);return new Rn(new URL(r))}throw new Qr("Supplied PeerID Multihash is invalid")}function Df(t){return t.code===Ve.code}function Cf(t){return t.code===qo.code}var Za=Le(ce("net"),1);var ge=class extends Error{static name="InvalidMultiaddrError";name="InvalidMultiaddrError"},it=class extends Error{static name="ValidationError";name="ValidationError"},Un=class extends Error{static name="InvalidParametersError";name="InvalidParametersError"},Fn=class extends Error{static name="UnknownProtocolError";name="UnknownProtocolError"};var Pe=ce("node:net");function Ks(t){return e=>se(e,t)}function Hs(t){return e=>Ae(e,t)}function Zt(t){return new DataView(t.buffer).getUint16(t.byteOffset).toString()}function At(t){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,typeof t=="string"?parseInt(t):t),new Uint8Array(e)}function Ea(t){let e=t.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 r=Ae(e[0],"base32"),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=At(n);return Xe([r,i],r.length+i.length)}function va(t){let e=t.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 r=Ze.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=At(n);return Xe([r,i],r.length+i.length)}function Vs(t){let e=t.subarray(0,t.length-2),r=t.subarray(t.length-2),n=se(e,"base32"),i=Zt(r);return`${n}:${i}`}var zs=function(t){t=t.toString().trim();let e=new Uint8Array(4);return t.split(/\./g).forEach((r,n)=>{let i=parseInt(r,10);if(isNaN(i)||i<0||i>255)throw new ge("Invalid byte value in IP address");e[n]=i}),e},Sa=function(t){let e=0;t=t.toString().trim();let r=t.split(":",8),n;for(n=0;n<r.length;n++){let o=(0,Pe.isIPv4)(r[n]),c;o&&(c=zs(r[n]),r[n]=se(c.subarray(0,2),"base16")),c!=null&&++n<8&&r.splice(n,0,se(c.subarray(2,4),"base16"))}if(r[0]==="")for(;r.length<8;)r.unshift("0");else if(r[r.length-1]==="")for(;r.length<8;)r.push("0");else if(r.length<8){for(n=0;n<r.length&&r[n]!=="";n++);let o=[n,1];for(n=9-r.length;n>0;n--)o.push("0");r.splice.apply(r,o)}let i=new Uint8Array(e+16);for(n=0;n<r.length;n++){r[n]===""&&(r[n]="0");let o=parseInt(r[n],16);if(isNaN(o)||o<0||o>65535)throw new ge("Invalid byte value in IP address");i[e++]=o>>8&255,i[e++]=o&255}return i},Ta=function(t){if(t.byteLength!==4)throw new ge("IPv4 address was incorrect length");let e=[];for(let r=0;r<t.byteLength;r++)e.push(t[r]);return e.join(".")},Ia=function(t){if(t.byteLength!==16)throw new ge("IPv6 address was incorrect length");let e=[];for(let n=0;n<t.byteLength;n+=2){let i=t[n],o=t[n+1],c=`${i.toString(16).padStart(2,"0")}${o.toString(16).padStart(2,"0")}`;e.push(c)}let r=e.join(":");try{let n=new URL(`http://[${r}]`);return n.hostname.substring(1,n.hostname.length-1)}catch{throw new ge(`Invalid IPv6 address "${r}"`)}};function Aa(t){try{let e=new URL(`http://[${t}]`);return e.hostname.substring(1,e.hostname.length-1)}catch{throw new ge(`Invalid IPv6 address "${t}"`)}}var $s=Object.values(ar).map(t=>t.decoder),Lf=(function(){let t=$s[0].or($s[1]);return $s.slice(2).forEach(e=>t=t.or(e)),t})();function Da(t){return Lf.decode(t)}function Ca(t){return e=>t.encoder.encode(e)}function Bf(t){if(parseInt(t).toString()!==t)throw new it("Value must be an integer")}function Of(t){if(t<0)throw new it("Value must be a positive integer, or zero")}function _f(t){return e=>{if(e>t)throw new it(`Value must be smaller than or equal to ${t}`)}}function kf(...t){return e=>{for(let r of t)r(e)}}var Rr=kf(Bf,Of,_f(65535));var de=-1,Gs=class{protocolsByCode=new Map;protocolsByName=new Map;getProtocol(e){let r;if(typeof e=="string"?r=this.protocolsByName.get(e):r=this.protocolsByCode.get(e),r==null)throw new Fn(`Protocol ${e} was unknown`);return r}addProtocol(e){this.protocolsByCode.set(e.code,e),this.protocolsByName.set(e.name,e),e.aliases?.forEach(r=>{this.protocolsByName.set(r,e)})}removeProtocol(e){let r=this.protocolsByCode.get(e);r!=null&&(this.protocolsByCode.delete(r.code),this.protocolsByName.delete(r.name),r.aliases?.forEach(n=>{this.protocolsByName.delete(n)}))}},at=new Gs,Yf=[{code:4,name:"ip4",size:32,valueToBytes:zs,bytesToValue:Ta,validate:t=>{if(!(0,Pe.isIPv4)(t))throw new it(`Invalid IPv4 address "${t}"`)}},{code:6,name:"tcp",size:16,valueToBytes:At,bytesToValue:Zt,validate:Rr},{code:273,name:"udp",size:16,valueToBytes:At,bytesToValue:Zt,validate:Rr},{code:33,name:"dccp",size:16,valueToBytes:At,bytesToValue:Zt,validate:Rr},{code:41,name:"ip6",size:128,valueToBytes:Sa,bytesToValue:Ia,stringToValue:Aa,validate:t=>{if(!(0,Pe.isIPv6)(t))throw new it(`Invalid IPv6 address "${t}"`)}},{code:42,name:"ip6zone",size:de},{code:43,name:"ipcidr",size:8,bytesToValue:Ks("base10"),valueToBytes:Hs("base10")},{code:53,name:"dns",size:de},{code:54,name:"dns4",size:de},{code:55,name:"dns6",size:de},{code:56,name:"dnsaddr",size:de},{code:132,name:"sctp",size:16,valueToBytes:At,bytesToValue:Zt,validate:Rr},{code:301,name:"udt"},{code:302,name:"utp"},{code:400,name:"unix",size:de,stringToValue:t=>decodeURIComponent(t),valueToString:t=>encodeURIComponent(t)},{code:421,name:"p2p",aliases:["ipfs"],size:de,bytesToValue:Ks("base58btc"),valueToBytes:t=>t.startsWith("Q")||t.startsWith("1")?Hs("base58btc")(t):ae.parse(t).multihash.bytes},{code:444,name:"onion",size:96,bytesToValue:Vs,valueToBytes:Ea},{code:445,name:"onion3",size:296,bytesToValue:Vs,valueToBytes:va},{code:446,name:"garlic64",size:de},{code:447,name:"garlic32",size:de},{code:448,name:"tls"},{code:449,name:"sni",size:de},{code:454,name:"noise"},{code:460,name:"quic"},{code:461,name:"quic-v1"},{code:465,name:"webtransport"},{code:466,name:"certhash",size:de,bytesToValue:Ca(Mo),valueToBytes:Da},{code:480,name:"http"},{code:481,name:"http-path",size:de,stringToValue:t=>`/${decodeURIComponent(t)}`,valueToString:t=>encodeURIComponent(t.substring(1))},{code:443,name:"https"},{code:477,name:"ws"},{code:478,name:"wss"},{code:479,name:"p2p-websocket-star"},{code:277,name:"p2p-stardust"},{code:275,name:"p2p-webrtc-star"},{code:276,name:"p2p-webrtc-direct"},{code:280,name:"webrtc-direct"},{code:281,name:"webrtc"},{code:290,name:"p2p-circuit"},{code:777,name:"memory",size:de}];Yf.forEach(t=>{at.addProtocol(t)});function La(t){let e=[],r=0;for(;r<t.length;){let n=rr(t,r),i=at.getProtocol(n),o=Ie(n),c=qf(i,t,r+o),s=0;c>0&&i.size===de&&(s=Ie(c));let a=o+s+c,l={code:n,name:i.name,bytes:t.subarray(r,r+a)};if(c>0){let u=r+o+s,f=t.subarray(u,u+c);l.value=i.bytesToValue?.(f)??se(f)}e.push(l),r+=a}return e}function Ba(t){let e=0,r=[];for(let n of t){if(n.bytes==null){let i=at.getProtocol(n.code),o=Ie(n.code),c,s=0,a=0;n.value!=null&&(c=i.valueToBytes?.(n.value)??Ae(n.value),s=c.byteLength,i.size===de&&(a=Ie(s)));let l=new Uint8Array(o+a+s),u=0;Bt(n.code,l,u),u+=o,c!=null&&(i.size===de&&(Bt(s,l,u),u+=a),l.set(c,u)),n.bytes=l}r.push(n.bytes),e+=n.bytes.byteLength}return Xe(r,e)}function Oa(t){if(t.charAt(0)!=="/")throw new ge('String multiaddr must start with "/"');let e=[],r="protocol",n="",i="";for(let o=1;o<t.length;o++){let c=t.charAt(o);c!=="/"&&(r==="protocol"?i+=t.charAt(o):n+=t.charAt(o));let s=o===t.length-1;if(c==="/"||s){let a=at.getProtocol(i);if(r==="protocol"){if(a.size==null||a.size===0){e.push({code:a.code,name:a.name}),n="",i="",r="protocol";continue}else if(s)throw new ge(`Component ${i} was missing value`);r="value"}else if(r==="value"){let l={code:a.code,name:a.name};if(a.size!=null&&a.size!==0){if(n==="")throw new ge(`Component ${i} was missing value`);l.value=a.stringToValue?.(n)??n}e.push(l),n="",i="",r="protocol"}}}if(i!==""&&n!=="")throw new ge("Incomplete multiaddr");return e}function _a(t){return`/${t.flatMap(e=>{if(e.value==null)return e.name;let r=at.getProtocol(e.code);if(r==null)throw new ge(`Unknown protocol code ${e.code}`);return[e.name,r.valueToString?.(e.value)??e.value]}).join("/")}`}function qf(t,e,r){return t.size==null||t.size===0?0:t.size>0?t.size/8:rr(e,r)}var Zf=Symbol.for("nodejs.util.inspect.custom"),oi=Symbol.for("@multiformats/multiaddr");function jf(t){if(t==null&&(t="/"),qn(t))return t.getComponents();if(t instanceof Uint8Array)return La(t);if(typeof t=="string")return t=t.replace(/\/(\/)+/,"/").replace(/(\/)+$/,""),t===""&&(t="/"),Oa(t);if(Array.isArray(t))return t;throw new ge("Must be a string, Uint8Array, Component[], or another Multiaddr")}var Yn=class t{[oi]=!0;#e;#t;#r;constructor(e="/",r={}){this.#e=jf(e),r.validate!==!1&&Xf(this)}get bytes(){return this.#r==null&&(this.#r=Ba(this.#e)),this.#r}toString(){return this.#t==null&&(this.#t=_a(this.#e)),this.#t}toJSON(){return this.toString()}getComponents(){return[...this.#e.map(e=>({...e}))]}encapsulate(e){let r=new t(e);return new t([...this.#e,...r.getComponents()],{validate:!1})}decapsulate(e){let r=e.toString(),n=this.toString(),i=n.lastIndexOf(r);if(i<0)throw new Un(`Address ${this.toString()} does not contain subaddress: ${r}`);return new t(n.slice(0,i),{validate:!1})}decapsulateCode(e){let r;for(let n=this.#e.length-1;n>-1;n--)if(this.#e[n].code===e){r=n;break}return new t(this.#e.slice(0,r),{validate:!1})}equals(e){return _e(this.bytes,e.bytes)}[Zf](){return`Multiaddr(${this.toString()})`}};function Xf(t){t.getComponents().forEach(e=>{let r=at.getProtocol(e.code);e.value!=null&&r.validate?.(e.value)})}function qn(t){return!!t?.[oi]}function Ne(t){return new Yn(t)}var W=t=>({match:e=>{let r=e[0];return r==null||r.code!==t||r.value!=null?!1:e.slice(1)}}),T=(t,e)=>({match:r=>{let n=r[0];return n?.code!==t||n.value==null||e!=null&&n.value!==e?!1:r.slice(1)}}),ka=t=>({match:e=>t.match(e)===!1?e:!1}),k=t=>({match:e=>{let r=t.match(e);return r===!1?e:r}}),Ee=(...t)=>({match:e=>{let r;for(let n of t){let i=n.match(e);i!==!1&&(r==null||i.length<r.length)&&(r=i)}return r??!1}}),U=(...t)=>({match:e=>{for(let r of t){let n=r.match(e);if(n===!1)return!1;e=n}return e}});function Y(...t){function e(i){if(i==null)return!1;let o=i.getComponents();for(let c of t){let s=c.match(o);if(s===!1)return!1;o=s}return o}function r(i){return e(i)!==!1}function n(i){let o=e(i);return o===!1?!1:o.length===0}return{matchers:t,matches:r,exactMatch:n}}var Qf=T(421),b0=Y(Qf),jn=T(54),Xn=T(55),Qn=T(56),ii=T(53),g0=Y(jn,k(T(421))),w0=Y(Xn,k(T(421))),x0=Y(Qn,k(T(421))),E0=Y(Ee(ii,Qn,jn,Xn),k(T(421))),Pa=U(T(4),k(T(43))),Na=U(k(T(42)),T(41),k(T(43))),ci=Ee(Pa,Na),Jt=Ee(ci,ii,jn,Xn,Qn),v0=Y(Ee(ci,U(Ee(ii,Qn,jn,Xn),k(T(421))))),S0=Y(Pa),T0=Y(Na),I0=Y(ci),ai=U(Jt,T(6)),Fr=U(Jt,T(273)),Ra=Y(U(ai,k(T(421)))),A0=Y(Fr),ui=U(Fr,W(460),k(T(421))),Jn=U(Fr,W(461),k(T(421))),Jf=Ee(ui,Jn),D0=Y(ui),C0=Y(Jn),si=Ee(Jt,ai,Fr,ui,Jn),Ua=Ee(U(si,W(477),k(T(421)))),L0=Y(Ua),Fa=Ee(U(si,W(478),k(T(421))),U(si,W(448),k(T(449)),W(477),k(T(421)))),B0=Y(Fa),Ma=U(Fr,W(280),k(T(466)),k(T(466)),k(T(421))),O0=Y(Ma),$a=U(Jn,W(465),k(T(466)),k(T(466)),k(T(421))),_0=Y($a),Zn=Ee(Ua,Fa,U(ai,k(T(421))),U(Jf,k(T(421))),U(Jt,k(T(421))),Ma,$a,T(421)),k0=Y(Zn),ed=U(k(Zn),W(290),ka(W(281)),k(T(421))),P0=Y(ed),td=Ee(U(Zn,W(290),W(281),k(T(421))),U(Zn,W(281),k(T(421))),U(W(281),k(T(421)))),N0=Y(td),rd=U(Jt,Ee(U(T(6,"80")),U(T(6),W(480)),W(480)),k(T(481)),k(T(421))),R0=Y(rd),nd=U(Jt,Ee(U(T(6,"443")),U(T(6,"443"),W(480)),U(T(6),W(443)),U(T(6),W(448),W(480)),U(W(448),W(480)),W(448),W(443)),k(T(481)),k(T(421))),U0=Y(nd),od=Ee(U(T(777),k(T(421)))),F0=Y(od),sd=Ee(U(T(400),k(T(421)))),eo=Y(sd);var to=class extends Event{type;detail;constructor(e,r){super(e),this.type=e,this.detail=r}};var qa=Le(ce("node:net"),1);function id(t){let e=t.getComponents(),r={},n=0;return e[n]?.name==="ip6zone"&&(r.zone=`${e[n].value}`,n++),e[n]?.name==="ip4"||e[n]?.name==="ip6"||e[n]?.name==="dns"||e[n]?.name==="dns4"||e[n]?.name==="dns6"?(r.type=e[n].name,r.host=e[n].value,n++):e[n]?.name==="dnsaddr"&&(r.type=e[n].name,r.host=`_dnsaddr.${e[n].value}`,n++),(e[n]?.name==="tcp"||e[n]?.name==="udp")&&(r.protocol=e[n].name==="tcp"?"tcp":"udp",r.port=parseInt(`${e[n].value}`),n++),e[n]?.name==="ipcidr"&&(r.type==="ip4"?r.cidr=parseInt(`${e[n].value}`):r.type==="ip6"&&(r.cidr=`${e[n].value}`),n++),r.type==null||r.host==null?null:(e[n]?.name==="tls"&&e[n+1]?.name==="sni"&&(r.sni=e[n+1].value,n+=2),r)}function ro(t){let e=id(t);if(e==null)throw new C(`Multiaddr ${t} was not an IPv4, IPv6, DNS, DNS4, DNS6 or DNSADDR address`);return e}function no(){let t={};return t.promise=new Promise((e,r)=>{t.resolve=e,t.reject=r}),t}var oo=class{buffer;mask;top;btm;next;constructor(e){if(!(e>0)||(e-1&e)!==0)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}},er=class{size;hwm;head;tail;constructor(e={}){this.hwm=e.splitLimit??16,this.head=new oo(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 r=this.head;this.head=r.next=new oo(2*this.head.buffer.length),this.head.push(e)}}shift(){let e=this.tail.shift();if(e===void 0&&this.tail.next!=null){let r=this.tail.next;this.tail.next=null,this.tail=r,e=this.tail.shift()}return e?.value!=null&&(this.size-=this.calculateSize(e.value)),e}isEmpty(){return this.head.isEmpty()}};var li=class extends Error{type;code;constructor(e,r){super(e??"The operation was aborted"),this.type="aborted",this.code=r??"ABORT_ERR"}};function so(t={}){return cd(r=>{let n=r.shift();if(n==null)return{done:!0};if(n.error!=null)throw n.error;return{done:n.done===!0,value:n.value}},t)}function cd(t,e){e=e??{};let r=e.onEnd,n=new er,i,o,c,s=no(),a=async()=>{try{return n.isEmpty()?c?{done:!0}:await new Promise((m,x)=>{o=L=>{o=null,n.push(L);try{m(t(n))}catch(R){x(R)}return i}}):t(n)}finally{n.isEmpty()&&queueMicrotask(()=>{s.resolve(),s=no()})}},l=m=>o!=null?o(m):(n.push(m),i),u=m=>(n=new er,o!=null?o({error:m}):(n.push({error:m}),i)),f=m=>{if(c)return i;if(e?.objectMode!==!0&&m?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return l({done:!1,value:m})},d=m=>c?i:(c=!0,m!=null?u(m):l({done:!0})),h=()=>(n=new er,d(),{done:!0}),y=m=>(d(m),{done:!0});if(i={[Symbol.asyncIterator](){return this},next:a,return:h,throw:y,push:f,end:d,get readableLength(){return n.size},onEmpty:async m=>{let x=m?.signal;if(x?.throwIfAborted(),n.isEmpty())return;let L,R;x!=null&&(L=new Promise((V,P)=>{R=()=>{P(new li)},x.addEventListener("abort",R)}));try{await Promise.race([s.promise,L])}finally{R!=null&&x!=null&&x?.removeEventListener("abort",R)}}},r==null)return i;let v=i;return i={[Symbol.asyncIterator](){return this},next(){return v.next()},throw(m){return v.throw(m),r!=null&&(r(m),r=void 0),{done:!0}},return(){return v.return(),r!=null&&(r(),r=void 0),{done:!0}},push:f,end(m){return v.end(m),r!=null&&(r(m),r=void 0),i},get readableLength(){return v.readableLength},onEmpty:m=>v.onEmpty(m)},i}var fi=class t extends Error{name="TimeoutError";constructor(e,r){super(e,r),Error.captureStackTrace?.(this,t)}},Ka=t=>t.reason??new DOMException("This operation was aborted.","AbortError");function di(t,e){let{milliseconds:r,fallback:n,message:i,customTimers:o={setTimeout,clearTimeout},signal:c}=e,s,a,u=new Promise((f,d)=>{if(typeof r!="number"||Math.sign(r)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${r}\``);if(c?.aborted){d(Ka(c));return}if(c&&(a=()=>{d(Ka(c))},c.addEventListener("abort",a,{once:!0})),t.then(f,d),r===Number.POSITIVE_INFINITY)return;let h=new fi;s=o.setTimeout.call(void 0,()=>{if(n){try{f(n())}catch(y){d(y)}return}typeof t.cancel=="function"&&t.cancel(),i===!1?f():i instanceof Error?d(i):(h.message=i??`Promise timed out after ${r} milliseconds`,d(h))},r)}).finally(()=>{u.clear(),a&&c&&c.removeEventListener("abort",a)});return u.clear=()=>{o.clearTimeout.call(void 0,s),s=void 0},u}var ad=t=>{let e=t.addEventListener||t.on||t.addListener,r=t.removeEventListener||t.off||t.removeListener;if(!e||!r)throw new TypeError("Emitter is not compatible");return{addListener:e.bind(t),removeListener:r.bind(t)}};function ud(t,e,r){let n,i=new Promise((o,c)=>{if(r={rejectionEvents:["error"],multiArgs:!1,rejectionMultiArgs:!1,resolveImmediately:!1,...r},!(r.count>=0&&(r.count===Number.POSITIVE_INFINITY||Number.isInteger(r.count))))throw new TypeError("The `count` option should be at least 0 or more");r.signal?.throwIfAborted();let s=[e].flat(),a=[],{addListener:l,removeListener:u}=ad(t),f=async(...h)=>{let y=r.multiArgs?h:h[0];if(r.filter)try{if(!await r.filter(y))return}catch(v){n(),c(v);return}a.push(y),r.count===a.length&&(n(),o(a))},d=(...h)=>{n(),c(r.rejectionMultiArgs?h:h[0])};n=()=>{for(let h of s)u(h,f);for(let h of r.rejectionEvents)s.includes(h)||u(h,d)};for(let h of s)l(h,f);for(let h of r.rejectionEvents)s.includes(h)||l(h,d);r.signal&&r.signal.addEventListener("abort",()=>{d(r.signal.reason)},{once:!0}),r.resolveImmediately&&o(a)});if(i.cancel=n,typeof r.timeout=="number"){let o=di(i,{milliseconds:r.timeout});return o.cancel=()=>{n(),o.clear()},o}return i}function et(t,e,r){typeof r=="function"&&(r={filter:r}),r={...r,count:1,resolveImmediately:!1};let n=ud(t,e,r),i=n.then(o=>o[0]);return i.cancel=n.cancel,i}var Ct=class extends Error{static name="UnexpectedEOFError";name="UnexpectedEOFError"};var io=class extends Error{static name="StreamClosedError";name="StreamClosedError"};function ld(t){return t.reason}async function Mr(t,e,r){if(e==null)return t;let n=r?.translateError??ld;if(e.aborted)return t.catch(()=>{}),Promise.reject(n(e));let i;try{return await Promise.race([t,new Promise((o,c)=>{i=()=>{c(n(e))},e.addEventListener("abort",i)})])}finally{i!=null&&e.removeEventListener("abort",i)}}var fd=Math.pow(2,20)*4,co=class extends Mt{status;timeline;inactivityTimeout;maxReadBufferLength;maxWriteBufferLength;log;direction;maxMessageSize;readStatus;writeStatus;remoteReadStatus;remoteWriteStatus;writableNeedsDrain;readBuffer;writeBuffer;sendingData;onDrainPromise;constructor(e){super(),this.status="open",this.log=e.log,this.direction=e.direction??"outbound",this.inactivityTimeout=e.inactivityTimeout??12e4,this.maxReadBufferLength=e.maxReadBufferLength??fd,this.maxWriteBufferLength=e.maxWriteBufferLength,this.maxMessageSize=e.maxMessageSize,this.readBuffer=new te,this.writeBuffer=new te,this.readStatus="readable",this.remoteReadStatus="readable",this.writeStatus="writable",this.remoteWriteStatus="writable",this.sendingData=!1,this.writableNeedsDrain=!1,this.timeline={open:Date.now()},this.processSendQueue=this.processSendQueue.bind(this);let r=()=>{this.writableNeedsDrain&&(this.log.trace("drain event received, continue sending data"),this.writableNeedsDrain=!1,queueMicrotask(()=>{try{this.processSendQueue()}catch(i){this.log.error("processSendQueue threw - %e",i)}})),this.onDrainPromise?.resolve()};this.addEventListener("drain",r);let n=i=>{this.onDrainPromise?.reject(i.error??new io)};this.addEventListener("close",n)}get readBufferLength(){return this.readBuffer.byteLength}get writeBufferLength(){return this.writeBuffer.byteLength}async onDrain(e){return this.writableNeedsDrain!==!0?Promise.resolve():(this.onDrainPromise==null&&(this.onDrainPromise=Promise.withResolvers()),Mr(this.onDrainPromise.promise,e?.signal))}async*[Symbol.asyncIterator](){if(this.readStatus!=="readable"&&this.readStatus!=="paused")return;let e=so(),r=o=>{e.push(o.data)};this.addEventListener("message",r);let n=o=>{e.end(o.error)};this.addEventListener("close",n);let i=()=>{e.end()};this.addEventListener("remoteCloseWrite",i);try{yield*e}finally{this.removeEventListener("message",r),this.removeEventListener("close",n),this.removeEventListener("remoteCloseWrite",i)}}isReadable(){return this.status==="open"}send(e){if(this.writeStatus==="closed"||this.writeStatus==="closing")throw new ft(`Cannot write to a stream that is ${this.writeStatus}`);return this.log.trace("append %d bytes to write buffer",e.byteLength),this.writeBuffer.append(e),this.processSendQueue()}abort(e){if(!(this.status==="aborted"||this.status==="reset"||this.status==="closed")){this.log.error("abort with error - %e",e),this.status="aborted",this.readBuffer.byteLength>0&&this.readBuffer.consume(this.readBuffer.byteLength),this.writeBuffer.byteLength>0&&(this.writeBuffer.consume(this.writeBuffer.byteLength),this.safeDispatchEvent("idle")),this.writeStatus="closed",this.remoteWriteStatus="closed",this.readStatus="closed",this.remoteReadStatus="closed",this.timeline.close=Date.now();try{this.sendReset(e)}catch(r){this.log("failed to send reset to remote - %e",r)}this.dispatchEvent(new rn(e))}}pause(){if(this.readStatus==="closed"||this.readStatus==="closing")throw new ft("Cannot pause a stream that is closing/closed");this.readStatus!=="paused"&&(this.readStatus="paused",this.sendPause())}resume(){if(this.readStatus==="closed"||this.readStatus==="closing")throw new ft("Cannot resume a stream that is closing/closed");this.readStatus!=="readable"&&(this.readStatus="readable",this.dispatchReadBuffer(),this.sendResume())}push(e){if(this.readStatus==="closed"||this.readStatus==="closing")throw new ft(`Cannot push data onto a stream that is ${this.readStatus}`);if(e.byteLength!==0){if(this.readBuffer.append(e),this.readStatus==="paused"||this.listenerCount("message")===0){this.checkReadBufferLength();return}setTimeout(()=>{this.dispatchReadBuffer()},0)}}unshift(e){if(this.readStatus==="closed"||this.readStatus==="closing")throw new ft(`Cannot push data onto a stream that is ${this.readStatus}`);if(e.byteLength!==0){if(this.readBuffer.prepend(e),this.readStatus==="paused"||this.listenerCount("message")===0){this.checkReadBufferLength();return}setTimeout(()=>{this.dispatchReadBuffer()},0)}}onData(e){if(e.byteLength!==0){if(this.readStatus==="closing"||this.readStatus==="closed"){this.log("ignoring data - read status %s",this.readStatus);return}this.readBuffer.append(e),this.dispatchReadBuffer()}}addEventListener(...e){super.addEventListener.apply(this,e),e[0]==="message"&&this.readBuffer.byteLength>0&&queueMicrotask(()=>{this.dispatchReadBuffer()})}onRemoteReset(){this.log("remote reset"),this.status="reset",this.writeStatus="closed",this.remoteWriteStatus="closed",this.remoteReadStatus="closed",this.timeline.close=Date.now(),this.readBuffer.byteLength===0&&(this.readStatus="closed");let e=new Xr;this.dispatchEvent(new nn(e))}onTransportClosed(e){this.log("transport closed"),this.readStatus==="readable"&&this.readBuffer.byteLength===0&&(this.log("close readable end after transport closed and read buffer is empty"),this.readStatus="closed"),this.remoteReadStatus!=="closed"&&(this.remoteReadStatus="closed"),this.remoteWriteStatus!=="closed"&&(this.remoteWriteStatus="closed"),this.writeStatus!=="closed"&&(this.writeStatus="closed"),e!=null?this.abort(e):(this.status==="open"||this.status==="closing")&&(this.timeline.close=Date.now(),this.status="closed",this.writeStatus="closed",this.remoteWriteStatus="closed",this.remoteReadStatus="closed",this.dispatchEvent(new Ut))}onRemoteCloseWrite(){this.remoteWriteStatus!=="closed"&&(this.log.trace("on remote close write"),this.remoteWriteStatus="closed",this.safeDispatchEvent("remoteCloseWrite"),this.writeStatus==="closed"&&this.onTransportClosed())}onRemoteCloseRead(){this.log.trace("on remote close read"),this.remoteReadStatus="closed",this.writeBuffer.byteLength>0&&(this.writeBuffer.consume(this.writeBuffer.byteLength),this.safeDispatchEvent("idle"))}processSendQueue(){if(this.writableNeedsDrain)return this.log.trace("not processing send queue as drain is required"),this.checkWriteBufferLength(),!1;if(this.writeBuffer.byteLength===0)return this.log.trace("not processing send queue as no bytes to send"),!0;if(this.sendingData)return this.log.trace("not processing send queue as already sending data"),!0;if(this.writeStatus!=="writable"&&this.writeStatus!=="closing")return this.log.trace("not processing send queue as stream is %s",this.writeStatus),!1;this.sendingData=!0,this.log.trace("processing send queue with %d queued bytes",this.writeBuffer.byteLength);try{let e=!0,r=this.writeBuffer.byteLength,n=0;for(;this.writeBuffer.byteLength>0;){let i=Math.min(this.maxMessageSize??this.writeBuffer.byteLength,this.writeBuffer.byteLength);if(i===0){e=!1;break}let o=this.writeBuffer.sublist(0,i),c=new te(o);this.writeBuffer.consume(o.byteLength);let s=this.sendData(o);if(e=s.canSendMore,n+=s.sentBytes,s.sentBytes!==c.byteLength&&(c.consume(s.sentBytes),this.writeBuffer.prepend(c)),!e)break}return e||(this.log.trace("sent %d/%d bytes, pausing sending because underlying stream is full, %d bytes left in the write buffer",n,r,this.writeBuffer.byteLength),this.writableNeedsDrain=!0,this.checkWriteBufferLength()),this.writeBuffer.byteLength===0&&this.safeDispatchEvent("idle"),e}finally{this.sendingData=!1}}dispatchReadBuffer(){try{if(this.listenerCount("message")===0){this.log.trace("not dispatching pause buffer as there are no listeners for the message event");return}if(this.readBuffer.byteLength===0){this.log.trace("not dispatching pause buffer as there is no data to dispatch");return}if(this.readStatus==="paused"){this.log.trace("not dispatching pause buffer we are paused");return}if(this.readStatus==="closing"||this.readStatus==="closed"){this.log("dropping %d bytes because the readable end is %s",this.readBuffer.byteLength,this.readStatus),this.readBuffer.consume(this.readBuffer.byteLength);return}let e=this.readBuffer.sublist();this.readBuffer.consume(e.byteLength),this.dispatchEvent(new tn(e))}finally{this.readBuffer.byteLength===0&&this.remoteWriteStatus==="closed"&&(this.log("close readable end after dispatching read buffer and remote writable end is closed"),this.readStatus="closed"),this.checkReadBufferLength()}}checkReadBufferLength(){this.readBuffer.byteLength>this.maxReadBufferLength&&this.abort(new vr(`Read buffer length of ${this.readBuffer.byteLength} exceeded limit of ${this.maxReadBufferLength}, read status is ${this.readStatus}`))}checkWriteBufferLength(){this.maxWriteBufferLength!=null&&this.writeBuffer.byteLength>this.maxWriteBufferLength&&this.abort(new vr(`Write buffer length of ${this.writeBuffer.byteLength} exceeded limit of ${this.maxWriteBufferLength}, write status is ${this.writeStatus}`))}onMuxerNeedsDrain(){this.writableNeedsDrain=!0}onMuxerDrain(){this.safeDispatchEvent("drain")}};var ao=class extends co{remoteAddr;metricPrefix;metrics;constructor(e){super(e),this.metricPrefix=e.metricPrefix??"",this.metrics=e.metrics,this.remoteAddr=e.remoteAddr,this.addEventListener("close",r=>{this.metrics?.increment({[`${this.metricPrefix}end`]:!0}),r.error!=null?r.local?this.metrics?.increment({[`${this.metricPrefix}abort`]:!0}):this.metrics?.increment({[`${this.metricPrefix}reset`]:!0}):r.local?this.metrics?.increment({[`${this.metricPrefix}_local_close`]:!0}):this.metrics?.increment({[`${this.metricPrefix}_remote_close`]:!0})})}async close(e){this.status==="open"&&(this.status="closing",this.writeStatus="closing",this.remoteWriteStatus="closing",this.remoteReadStatus="closing",(this.sendingData||this.writeBuffer.byteLength>0)&&(this.log("waiting for write queue to become idle before closing writable end of stream, %d unsent bytes",this.writeBuffer.byteLength),await et(this,"idle",{...e,rejectionEvents:["close"]})),this.writableNeedsDrain&&(this.log("waiting for write queue to drain before closing writable end of stream, %d unsent bytes",this.writeBuffer.byteLength),await et(this,"drain",{...e,rejectionEvents:["close"]})),await this.sendClose(e),this.onTransportClosed())}};var Va=Le(ce("node:os"),1);function Ha(t){return!!(t.startsWith("169.254.")||t.toLowerCase().startsWith("fe80"))}function hi(t,e,r){let n=[t.type,r??t.host];if(t.protocol!=null){let i=e??t.port;i!=null&&n.push(t.protocol,i)}return t.type==="ip6"&&t.zone!=null&&n.unshift("ip6zone",t.zone),t.cidr!=null&&n.push("ipcidr",t.cidr),Ne(`/${n.join("/")}`)}var dd={4:"IPv4",6:"IPv6"};function hd(t){return["0.0.0.0","::"].includes(t)}function pd(t){let e=[],r=Va.default.networkInterfaces();for(let[,n]of Object.entries(r))if(n!=null)for(let i of n)Ha(i.address)||i.family===dd[t]&&e.push(i.address);return e}function za(t,e){if(t==null)return[];let r=ro(t);return(r.type==="ip4"||r.type==="ip6")&&hd(r.host)?pd(r.type==="ip4"?4:6).map(n=>hi(r,e,n)):[hi(r,e)]}function Ga(t,e){if(typeof t!="string")throw new C(`invalid ip provided: ${t}`);if(typeof e=="string"&&(e=parseInt(e)),isNaN(e))throw new C(`invalid port provided: ${e}`);if((0,Pe.isIPv4)(t))return Ne(`/ip4/${t}/tcp/${e}`);if((0,Pe.isIPv6)(t))return Ne(`/ip6/${t}/tcp/${e}`);throw new C(`invalid ip:port for creating a multiaddr: ${t}:${e}`)}var md=4194304,uo=class extends Error{static name="UnwrappedError";name="UnwrappedError"},mi=class extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MSG_LENGTH"},yi=class extends Error{name="InvalidDataLengthError";code="ERR_MSG_DATA_TOO_LONG"},bi=class extends Error{name="InvalidDataLengthLengthError";code="ERR_MSG_LENGTH_TOO_LONG"};function yd(t){return typeof t?.closeRead=="function"}function bd(t){return typeof t?.close=="function"}function pi(t){return yd(t)?t.remoteWriteStatus!=="writable"&&t.readBufferLength===0:bd(t)?t.status!=="open":!1}function gd(t){return t?.addEventListener!=null&&t?.removeEventListener!=null&&t?.send!=null&&t?.push!=null&&t?.log!=null}function wd(t,e){let r=e?.maxBufferSize??md,n=new te,i,o=!1;if(!gd(t))throw new C("Argument should be a Stream or a Multiaddr");let c=u=>{if(n.append(u.data),n.byteLength>r){let f=n.byteLength;n.consume(n.byteLength),i?.reject(new Error(`Read buffer overflow - ${f} > ${r}`))}i?.resolve()};t.addEventListener("message",c);let s=u=>{u.error!=null?i?.reject(u.error):i?.resolve()};t.addEventListener("close",s);let a=()=>{i?.resolve()};t.addEventListener("remoteCloseWrite",a);let l={readBuffer:n,async read(u){if(o===!0)throw new uo("Stream was unwrapped");if(pi(t)){if(n.byteLength===0&&u?.bytes==null)return null;if(u?.bytes!=null&&n.byteLength<u.bytes)throw t.log.error("closed after reading %d/%d bytes",n.byteLength,u.bytes),new Ct(`Unexpected EOF - stream closed after reading ${n.byteLength}/${u.bytes} bytes`)}let f=u?.bytes??1;for(i=Promise.withResolvers();;){if(n.byteLength>=f){i.resolve();break}if(await Mr(i.promise,u?.signal),pi(t)){if(n.byteLength===0&&u?.bytes==null)return null;break}i=Promise.withResolvers()}let d=u?.bytes??n.byteLength;if(n.byteLength<d){if(pi(t))throw t.log.error("closed while reading %d/%d bytes",n.byteLength,d),new Ct(`Unexpected EOF - stream closed while reading ${n.byteLength}/${d} bytes`);return l.read(u)}let h=n.sublist(0,d);return n.consume(d),h},async write(u,f){if(o===!0)throw new uo("Stream was unwrapped");t.send(u)||await et(t,"drain",{signal:f?.signal,rejectionEvents:["close"]})},unwrap(){return o||(o=!0,t.removeEventListener("message",c),t.removeEventListener("close",s),t.removeEventListener("remoteCloseWrite",a),n.byteLength>0&&(t.log("stream unwrapped with %d unread bytes",n.byteLength),t.unshift(n))),t}};return l}function xd(t,e={}){let r=wd(t,e);e.maxDataLength!=null&&e.maxLengthLength==null&&(e.maxLengthLength=Ie(e.maxDataLength));let n=e?.lengthDecoder??rr,i=e?.lengthEncoder??Ti;return{async read(c){let s=-1,a=new te;for(;;){let u=await r.read({...c,bytes:1});if(u==null)break;a.append(u);try{s=n(a)}catch(f){if(f instanceof RangeError)continue;throw f}if(s<0)throw new mi("Invalid message length");if(e?.maxLengthLength!=null&&a.byteLength>e.maxLengthLength)throw new bi(`Message length length too long - ${a.byteLength} > ${e.maxLengthLength}`);if(s>-1)break}if(e?.maxDataLength!=null&&s>e.maxDataLength)throw new yi(`Message length too long - ${s} > ${e.maxDataLength}`);let l=await r.read({...c,bytes:s});if(l==null)throw t.log.error("tried to read %d bytes but the stream closed",s),new Ct(`Unexpected EOF - tried to read ${s} bytes but the stream closed`);if(l.byteLength!==s)throw t.log.error("read %d/%d bytes before the stream closed",l.byteLength,s),new Ct(`Unexpected EOF - read ${l.byteLength}/${s} bytes before the stream closed`);return l},async write(c,s){await r.write(new te(i(c.byteLength),c),s)},async writeV(c,s){let a=new te(...c.flatMap(l=>[i(l.byteLength),l]));await r.write(a,s)},unwrap(){return r.unwrap()}}}function gi(t,e){let r=xd(t,e),n={read:async(i,o)=>{let c=await r.read(o);return i.decode(c)},write:async(i,o,c)=>{await r.write(o.encode(i),c)},writeV:async(i,o,c)=>{await r.writeV(i.map(s=>o.encode(s)),c)},pb:i=>({read:async o=>n.read(i,o),write:async(o,c)=>n.write(o,i,c),writeV:async(o,c)=>n.writeV(o,i,c),unwrap:()=>n}),unwrap:()=>r.unwrap()};return n}var wi=class extends ao{socket;constructor(e){let r=e.remoteAddr;if(e.localAddr!=null&&eo.matches(e.localAddr))r=e.localAddr;else if(r==null){if(e.socket.remoteAddress==null||e.socket.remotePort==null)throw new C("Could not determine remote address or port");r=Ga(e.socket.remoteAddress,e.socket.remotePort)}super({...e,remoteAddr:r}),this.socket=e.socket,this.socket.on("data",n=>{this.onData(n)}),this.socket.on("error",n=>{this.log("tcp error",r,n),this.abort(n)}),this.socket.setTimeout(e.inactivityTimeout??120*1e3),this.socket.once("timeout",()=>{this.log("tcp timeout",r),this.abort(new Rt)}),this.socket.once("end",()=>{this.log("tcp end",r),this.onTransportClosed()}),this.socket.once("close",n=>{if(this.log("tcp close",r),n){this.abort(new Error("TCP transmission error"));return}this.onTransportClosed()}),this.socket.on("drain",()=>{this.log("tcp drain"),this.safeDispatchEvent("drain")})}sendData(e){let r=0,n=!0;for(let i of e)if(r+=i.byteLength,n=this.socket.write(i),!n)break;return{sentBytes:r,canSendMore:n}}async sendClose(e){this.socket.destroyed||(this.socket.destroySoon(),await et(this.socket,"close",e))}sendReset(){this.socket.resetAndDestroy()}sendPause(){this.socket.pause()}sendResume(){this.socket.resume()}},lo=t=>new wi(t);var Wa=Le(ce("os"),1),Ya=Le(ce("path"),1);function fo(t,e={}){if(eo.exactMatch(t)){let o=t.getComponents().find(c=>c.code===400)?.value;if(o==null)throw new C(`Multiaddr ${t} was not a Unix address`);return Wa.default.platform()==="win32"?{path:Ya.default.join("\\\\.\\pipe\\",o)}:{path:o}}let r=ro(t),n=r.host,i=r.port;return{host:n,port:i,ipv6Only:r.type==="ip6",...e}}var he;(function(t){t[t.INACTIVE=0]="INACTIVE",t[t.ACTIVE=1]="ACTIVE",t[t.PAUSED=2]="PAUSED"})(he||(he={}));var ho=class extends Mt{context;server;sockets=new Set;status={code:he.INACTIVE};metrics;addr;log;shutdownController;constructor(e){if(super(),this.context=e,e.keepAlive=e.keepAlive??!0,e.noDelay=e.noDelay??!0,e.allowHalfOpen=e.allowHalfOpen??!1,this.shutdownController=new AbortController,sn(1/0,this.shutdownController.signal),this.log=e.logger.forComponent("libp2p:tcp:listener"),this.addr="unknown",this.server=qa.default.createServer(e,this.onSocket.bind(this)),e.maxConnections!==void 0&&(this.server.maxConnections=e.maxConnections),e.closeServerOnMaxConnections!=null&&e.closeServerOnMaxConnections.closeAbove<e.closeServerOnMaxConnections.listenBelow)throw new C("closeAbove must be >= listenBelow");e.metrics?.registerMetricGroup("libp2p_tcp_inbound_connections_total",{label:"address",help:"Current active connections in TCP listener",calculate:()=>({[this.addr]:this.sockets.size})}),this.metrics={status:e.metrics?.registerMetricGroup("libp2p_tcp_listener_status_info",{label:"address",help:"Current status of the TCP listener socket"}),errors:e.metrics?.registerMetricGroup("libp2p_tcp_listener_errors_total",{label:"address",help:"Total count of TCP listener errors by type"}),events:e.metrics?.registerMetricGroup("libp2p_tcp_listener_events_total",{label:"address",help:"Total count of TCP listener events by type"})},this.server.on("listening",()=>{let r=this.server.address();r==null?this.addr="unknown":typeof r=="string"?this.addr=r:this.addr=`${r.address}:${r.port}`,this.metrics.status?.update({[this.addr]:he.ACTIVE}),this.safeDispatchEvent("listening")}).on("error",r=>{this.metrics.errors?.increment({[`${this.addr} listen_error`]:!0}),this.safeDispatchEvent("error",{detail:r})}).on("close",()=>{this.metrics.status?.update({[this.addr]:this.status.code}),this.status.code!==he.PAUSED&&this.safeDispatchEvent("close")}).on("drop",()=>{this.metrics.events?.increment({[`${this.addr} drop`]:!0})})}onSocket(e){if(this.metrics.events?.increment({[`${this.addr} connection`]:!0}),this.status.code!==he.ACTIVE)throw e.destroy(),new Jr("Server is not listening yet");let r;try{r=lo({socket:e,inactivityTimeout:this.context.inactivityTimeout,metrics:this.metrics?.events,metricPrefix:`${this.addr} `,direction:"inbound",localAddr:this.status.listeningAddr,log:this.context.logger.forComponent("libp2p:tcp:connection")})}catch(n){this.log.error("inbound connection failed - %e",n),this.metrics.errors?.increment({[`${this.addr} inbound_to_connection`]:!0}),e.destroy();return}this.log("new inbound connection %s",r.remoteAddr),this.sockets.add(e),this.context.upgrader.upgradeInbound(r,{signal:this.shutdownController.signal}).then(()=>{this.log("inbound connection upgraded %s",r.remoteAddr),e.once("close",()=>{this.sockets.delete(e),this.context.closeServerOnMaxConnections!=null&&this.sockets.size<this.context.closeServerOnMaxConnections.listenBelow&&this.resume().catch(n=>{this.log.error("error attempting to listen server once connection count under limit - %e",n),this.context.closeServerOnMaxConnections?.onListenError?.(n)})}),this.context.closeServerOnMaxConnections!=null&&this.sockets.size>=this.context.closeServerOnMaxConnections.closeAbove&&(this.log("pausing incoming connections as limit is exceeded - %d/%d",this.sockets.size,this.context.closeServerOnMaxConnections.closeAbove),this.pause())}).catch(async n=>{this.log.error("inbound connection upgrade failed - %e",n),this.metrics.errors?.increment({[`${this.addr} inbound_upgrade`]:!0}),this.sockets.delete(e),r.abort(n)})}getAddrs(){if(this.status.code===he.INACTIVE)return[];let e=this.server.address();return e==null?[]:typeof e=="string"?[Ne(`/unix/${encodeURIComponent(e)}`)]:za(this.status.listeningAddr,e.port)}updateAnnounceAddrs(){}async listen(e){if(this.status.code===he.ACTIVE||this.status.code===he.PAUSED)throw new en("server is already listening");try{this.status={code:he.ACTIVE,listeningAddr:e,netConfig:fo(e,this.context)},await this.resume()}catch(r){throw this.status={code:he.INACTIVE},r}}async close(e){let r=[];this.server.listening&&r.push(et(this.server,"close",e)),this.pause(!0),this.shutdownController.abort(),this.sockets.forEach(n=>{n.readable&&(r.push(et(n,"close",e)),n.destroy())}),await Promise.all(r)}async resume(){if(this.server.listening||this.status.code===he.INACTIVE)return;let e=this.status.netConfig;await new Promise((r,n)=>{this.server.once("error",n),this.server.listen(e,r)}),this.status={...this.status,code:he.ACTIVE},this.log("listening on %s",this.server.address())}pause(e=!1){if(!this.server.listening&&this.status.code===he.PAUSED&&e){this.status={code:he.INACTIVE};return}!this.server.listening||this.status.code!==he.ACTIVE||(this.log("%s server on %s",e?"closing":"pausing",this.server.address()),this.status=e?{code:he.INACTIVE}:{...this.status,code:he.PAUSED},this.server.close())}};var po=class{opts;metrics;components;log;constructor(e,r={}){this.log=e.logger.forComponent("libp2p:tcp"),this.opts=r,this.components=e,e.metrics!=null&&(this.metrics={events:e.metrics.registerCounterGroup("libp2p_tcp_dialer_events_total",{label:"event",help:"Total count of TCP dialer events by type"}),errors:e.metrics.registerCounterGroup("libp2p_tcp_dialer_errors_total",{label:"event",help:"Total count of TCP dialer events by type"})})}[nc]=!0;[Symbol.toStringTag]="@libp2p/tcp";[sc]=["@libp2p/transport"];async dial(e,r){r.keepAlive=r.keepAlive??!0,r.noDelay=r.noDelay??!0,r.allowHalfOpen=r.allowHalfOpen??!1;let n=await this._connect(e,r),i;try{i=lo({socket:n,inactivityTimeout:this.opts.outboundSocketInactivityTimeout,metrics:this.metrics?.events,direction:"outbound",remoteAddr:e,log:this.log.newScope("connection")})}catch(o){throw this.metrics?.errors.increment({outbound_to_connection:!0}),n.destroy(o),o}try{return this.log("new outbound connection %s",i.remoteAddr),await r.upgrader.upgradeOutbound(i,r)}catch(o){throw this.metrics?.errors.increment({outbound_upgrade:!0}),this.log.error("error upgrading outbound connection - %e",o),i.abort(o),o}}async _connect(e,r){r.signal.throwIfAborted(),r.onProgress?.(new to("tcp:open-connection"));let n;return new Promise((i,o)=>{let c=Date.now(),s=fo(e,{...this.opts.dialOpts??{},...r});this.log("dialing %a with opts %o",e,s),n=Za.default.connect(s);let a=h=>{this.log.error("dial to %a errored - %e",e,h);let y=s.path??`${s.host??""}:${s.port}`;h.message=`connection error ${y}: ${h.message}`,this.metrics?.events.increment({error:!0}),d(h)},l=()=>{this.log("connection timeout %a",e),this.metrics?.events.increment({timeout:!0});let h=new Rt(`Connection timeout after ${Date.now()-c}ms`);n.emit("error",h)},u=()=>{this.log("connection opened %a",e),this.metrics?.events.increment({connect:!0}),d()},f=()=>{this.log("connection aborted %a",e),this.metrics?.events.increment({abort:!0}),d(new Zr)},d=h=>{if(n.removeListener("error",a),n.removeListener("timeout",l),n.removeListener("connect",u),r.signal!=null&&r.signal.removeEventListener("abort",f),h!=null){o(h);return}i(n)};n.on("error",a),n.on("timeout",l),n.on("connect",u),r.signal.addEventListener("abort",f)}).catch(i=>{throw n?.destroy(),i})}createListener(e){return new ho({...this.opts.listenOpts??{},...e,maxConnections:this.opts.maxConnections,backlog:this.opts.backlog,closeServerOnMaxConnections:this.opts.closeServerOnMaxConnections,inactivityTimeout:this.opts.inboundSocketInactivityTimeout,metrics:this.components.metrics,logger:this.components.logger})}listenFilter(e){return e.filter(r=>Ra.exactMatch(r)||r.toString().startsWith("/unix/"))}dialFilter(e){return this.listenFilter(e)}};function ja(t={}){return e=>new po(e,t)}var Ed=Kt("libp2p:daemon-client:dht"),mo=class{client;constructor(e){this.client=e}async put(e,r){if(!(e instanceof Uint8Array))throw new C("invalid key received");if(!(r instanceof Uint8Array))throw new C("value received is not a Uint8Array");let n=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.PUT_VALUE,key:e,value:r}}),i=await n.read(_);if(Ed("read",i),await n.unwrap().close(),i.type!==_.Type.OK)throw new Tr(i.error?.msg??"DHT put failed")}async get(e){if(!(e instanceof Uint8Array))throw new C("invalid key received");let r=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.GET_VALUE,key:e}}),n=await r.read(_);if(await r.unwrap().close(),n.type!==_.Type.OK)throw new H(n.error?.msg??"DHT get failed");if(n.dht?.value==null)throw new H("Invalid DHT get response");return n.dht.value}async findPeer(e){if(!Ft(e))throw new C("invalid peer id received");let r=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.FIND_PEER,peer:e.toMultihash().bytes}}),n=await r.read(_);if(await r.unwrap().close(),n.type!==_.Type.OK)throw new H(n.error?.msg??"DHT find peer failed");if(n.dht?.peer?.addrs==null)throw new H("Invalid response");return{id:st(Fe(n.dht.peer.id)),multiaddrs:n.dht.peer.addrs.map(i=>Ne(i))}}async provide(e){if(e==null||ae.asCID(e)==null)throw new C("invalid cid received");let r=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.PROVIDE,cid:e.bytes}}),n=await r.read(_);if(await r.unwrap().close(),n.type!==_.Type.OK)throw new H(n.error?.msg??"DHT provide failed")}async*findProviders(e,r=1){if(e==null||ae.asCID(e)==null)throw new C("invalid cid received");let n=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.FIND_PROVIDERS,cid:e.bytes,count:r}}),i=await n.read(_);if(i.type!==_.Type.OK)throw await n.unwrap().close(),new H(i.error?.msg??"DHT find providers failed");for(;;){let o=await n.read(Me);if(o.type===Me.Type.END){await n.unwrap().close();return}if(o.type===Me.Type.VALUE&&o.peer?.addrs!=null)yield{id:st(Fe(o.peer.id)),multiaddrs:o.peer.addrs.map(c=>Ne(c))};else throw await n.unwrap().close(),new Tr("unexpected message received")}}async*getClosestPeers(e){if(!(e instanceof Uint8Array))throw new C("invalid key received");let r=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.GET_CLOSEST_PEERS,key:e}}),n=await r.read(_);if(n.type!==_.Type.OK)throw await r.unwrap().close(),new H(n.error?.msg??"DHT find providers failed");for(;;){let i=await r.read(Me);if(i.type===Me.Type.END){await r.unwrap().close();return}if(i.type===Me.Type.VALUE&&i.value!=null)yield{id:st(Fe(i.value)),multiaddrs:[]};else throw await r.unwrap().close(),new Sr("unexpected message received")}}async getPublicKey(e){if(!Ft(e))throw new C("invalid peer id received");let r=await this.client.send({type:K.Type.DHT,dht:{type:Oe.Type.GET_PUBLIC_KEY,peer:e.toMultihash().bytes}}),n=await r.read(_);if(await r.unwrap().close(),n.type!==_.Type.OK)throw new H(n.error?.msg??"DHT get public key failed");if(n.dht==null)throw new Sr("Invalid response");return n.dht.value}};var yo=class{client;constructor(e){this.client=e}async getTopics(){let e=await this.client.send({type:K.Type.PUBSUB,pubsub:{type:je.Type.GET_TOPICS}}),r=await e.read(_);if(await e.unwrap().close(),r.type!==_.Type.OK)throw new H(r.error?.msg??"Pubsub get topics failed");if(r.pubsub?.topics==null)throw new H("Invalid response");return r.pubsub.topics}async publish(e,r){if(typeof e!="string")throw new C("invalid topic received");if(!(r instanceof Uint8Array))throw new C("data received is not a Uint8Array");let n=await this.client.send({type:K.Type.PUBSUB,pubsub:{type:je.Type.PUBLISH,topic:e,data:r}}),i=await n.read(_);if(await n.unwrap().close(),i.type!==_.Type.OK)throw new H(i.error?.msg??"Pubsub publish failed")}async subscribe(e){if(typeof e!="string")throw new C("invalid topic received");let r=await this.client.send({type:K.Type.PUBSUB,pubsub:{type:je.Type.SUBSCRIBE,topic:e}}),n=await r.read(_);if(n.type!==_.Type.OK)throw new H(n.error?.msg??"Pubsub publish failed");let i=!0;return{async*messages(){for(;i;)yield await r.read(qr)},async cancel(){i=!1,await r.unwrap().close()}}}async getSubscribers(e){if(typeof e!="string")throw new C("invalid topic received");let r=await this.client.send({type:K.Type.PUBSUB,pubsub:{type:je.Type.LIST_PEERS,topic:e}}),n=await r.read(_);if(await r.unwrap().close(),n.type!==_.Type.OK)throw new H(n.error?.msg??"Pubsub get subscribers failed");if(n.pubsub?.topics==null)throw new H("Invalid response");return n.pubsub.peerIDs.map(i=>st(Fe(i)))}};var mt=Kt("libp2p:daemon-client"),H=class extends Error{constructor(e="Operation failed"){super(e),this.name="OperationFailedError"}},xi=class{multiaddr;dht;pubsub;tcp;constructor(e){this.multiaddr=e,this.tcp=ja()({logger:pc()}),this.dht=new mo(this),this.pubsub=new yo(this)}async connectDaemon(e){return this.tcp.dial(this.multiaddr,{upgrader:new Er,signal:e??AbortSignal.timeout(1e4)})}async send(e){let r=await this.connectDaemon(),n=e.pubsub?.type??e.dht?.type??e.peerStore?.type??"";mt("send",e.type,n);let i=gi(r);return await i.write(e,K),i}async connect(e,r){if(!Ft(e))throw new C("invalid peer id received");if(!Array.isArray(r))throw new C("addrs received are not in an array");r.forEach(o=>{if(!qn(o))throw new C("received an address that is not a multiaddr")});let n=await this.send({type:K.Type.CONNECT,connect:{peer:e.toMultihash().bytes,addrs:r.map(o=>o.bytes)}}),i=await n.read(_);if(mt("%s response %s",K.Type.CONNECT,i.type),i.type!==_.Type.OK){let o=i.error??{msg:"unspecified"};throw new H(o.msg??"unspecified")}await n.unwrap().close()}async identify(){let e=await this.send({type:K.Type.IDENTIFY}),r=await e.read(_);if(mt("%s response %s",K.Type.IDENTIFY,r.type),r.type!==_.Type.OK)throw new H(r.error?.msg??"Identify failed");if(r.identify?.addrs==null)throw new H("Invalid response");let n=st(Fe(r.identify?.id)),i=r.identify.addrs.map(o=>Ne(o));return await e.unwrap().close(),{peerId:n,addrs:i}}async listPeers(){let e=await this.send({type:K.Type.LIST_PEERS}),r=await e.read(_);if(mt("%s response %s",K.Type.LIST_PEERS,r.type),r.type!==_.Type.OK)throw new H(r.error?.msg??"List peers failed");return await e.unwrap().close(),r.peers.map(n=>st(Fe(n.id)))}async openStream(e,r){if(!Ft(e))throw new C("invalid peer id received");if(typeof r!="string")throw new C("invalid protocol received");let n=await this.send({type:K.Type.STREAM_OPEN,streamOpen:{peer:e.toMultihash().bytes,proto:[r]}}),i=await n.read(_);if(mt("%s response %s",K.Type.STREAM_OPEN,i.type),i.type!==_.Type.OK){let o=new H(i.error?.msg??"Open stream failed");throw n.unwrap().abort(o),o}return n.unwrap()}async registerStreamHandler(e,r){if(typeof e!="string")throw new C("invalid protocol received");let n=this.tcp.createListener({upgrader:new Er(s=>{this.onConnection(e,n,r,s)})});await n.listen(Ne("/ip4/127.0.0.1/tcp/0"));let i=n.getAddrs()[0];if(i==null)throw new H("Could not listen on port");let o=await this.send({type:K.Type.STREAM_HANDLER,streamHandler:{addr:i.bytes,proto:[e]}}),c=await o.read(_);if(mt("%s response %s",K.Type.STREAM_HANDLER,c.type),await o.unwrap().close(),c.type!==_.Type.OK)throw new H(c.error?.msg??"Register stream handler failed")}onConnection(e,r,n,i){Promise.resolve().then(async()=>{let o=gi(i).pb(wt);if((await o.read()).proto!==e)throw new H("Incorrect protocol");await n(o.unwrap().unwrap())}).catch(o=>{i.abort(o)}).finally(()=>{i.close().catch(o=>{mt.error("error closing connection - %e",o)}),r.close().catch(o=>{mt.error("error closing listener - %e",o)})})}};function vd(t){return new xi(t)}return ru(Sd);})();
|
|
17
17
|
/*! Bundled license information:
|
|
18
18
|
|
|
19
19
|
@noble/curves/utils.js:
|