@libp2p/peer-store 11.2.2-d91ae66c6 → 11.2.2-dbbc6ef1d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  (function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.Libp2PPeerStore = factory()}(typeof self !== 'undefined' ? self : this, function () {
2
- "use strict";var Libp2PPeerStore=(()=>{var yc=Object.create;var Rr=Object.defineProperty;var gc=Object.getOwnPropertyDescriptor;var bc=Object.getOwnPropertyNames;var wc=Object.getPrototypeOf,xc=Object.prototype.hasOwnProperty;var Ec=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),At=(r,t)=>{for(var e in t)Rr(r,e,{get:t[e],enumerable:!0})},Ms=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of bc(t))!xc.call(r,o)&&o!==e&&Rr(r,o,{get:()=>t[o],enumerable:!(n=gc(t,o))||n.enumerable});return r};var vc=(r,t,e)=>(e=r!=null?yc(wc(r)):{},Ms(t||!r||!r.__esModule?Rr(e,"default",{value:r,enumerable:!0}):e,r)),Ac=r=>Ms(Rr({},"__esModule",{value:!0}),r);var Ya=Ec((Eg,ws)=>{"use strict";var xf=Object.prototype.hasOwnProperty,Et="~";function Lr(){}Object.create&&(Lr.prototype=Object.create(null),new Lr().__proto__||(Et=!1));function Ef(r,t,e){this.fn=r,this.context=t,this.once=e||!1}function Za(r,t,e,n,o){if(typeof e!="function")throw new TypeError("The listener must be a function");var s=new Ef(e,n||r,o),i=Et?Et+t:t;return r._events[i]?r._events[i].fn?r._events[i]=[r._events[i],s]:r._events[i].push(s):(r._events[i]=s,r._eventsCount++),r}function yn(r,t){--r._eventsCount===0?r._events=new Lr:delete r._events[t]}function pt(){this._events=new Lr,this._eventsCount=0}pt.prototype.eventNames=function(){var t=[],e,n;if(this._eventsCount===0)return t;for(n in e=this._events)xf.call(e,n)&&t.push(Et?n.slice(1):n);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(e)):t};pt.prototype.listeners=function(t){var e=Et?Et+t:t,n=this._events[e];if(!n)return[];if(n.fn)return[n.fn];for(var o=0,s=n.length,i=new Array(s);o<s;o++)i[o]=n[o].fn;return i};pt.prototype.listenerCount=function(t){var e=Et?Et+t:t,n=this._events[e];return n?n.fn?1:n.length:0};pt.prototype.emit=function(t,e,n,o,s,i){var a=Et?Et+t:t;if(!this._events[a])return!1;var c=this._events[a],l=arguments.length,u,f;if(c.fn){switch(c.once&&this.removeListener(t,c.fn,void 0,!0),l){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,e),!0;case 3:return c.fn.call(c.context,e,n),!0;case 4:return c.fn.call(c.context,e,n,o),!0;case 5:return c.fn.call(c.context,e,n,o,s),!0;case 6:return c.fn.call(c.context,e,n,o,s,i),!0}for(f=1,u=new Array(l-1);f<l;f++)u[f-1]=arguments[f];c.fn.apply(c.context,u)}else{var p=c.length,y;for(f=0;f<p;f++)switch(c[f].once&&this.removeListener(t,c[f].fn,void 0,!0),l){case 1:c[f].fn.call(c[f].context);break;case 2:c[f].fn.call(c[f].context,e);break;case 3:c[f].fn.call(c[f].context,e,n);break;case 4:c[f].fn.call(c[f].context,e,n,o);break;default:if(!u)for(y=1,u=new Array(l-1);y<l;y++)u[y-1]=arguments[y];c[f].fn.apply(c[f].context,u)}}return!0};pt.prototype.on=function(t,e,n){return Za(this,t,e,n,!1)};pt.prototype.once=function(t,e,n){return Za(this,t,e,n,!0)};pt.prototype.removeListener=function(t,e,n,o){var s=Et?Et+t:t;if(!this._events[s])return this;if(!e)return yn(this,s),this;var i=this._events[s];if(i.fn)i.fn===e&&(!o||i.once)&&(!n||i.context===n)&&yn(this,s);else{for(var a=0,c=[],l=i.length;a<l;a++)(i[a].fn!==e||o&&!i[a].once||n&&i[a].context!==n)&&c.push(i[a]);c.length?this._events[s]=c.length===1?c[0]:c:yn(this,s)}return this};pt.prototype.removeAllListeners=function(t){var e;return t?(e=Et?Et+t:t,this._events[e]&&yn(this,e)):(this._events=new Lr,this._eventsCount=0),this};pt.prototype.off=pt.prototype.removeListener;pt.prototype.addListener=pt.prototype.on;pt.prefixed=Et;pt.EventEmitter=pt;typeof ws<"u"&&(ws.exports=pt)});var Nf={};At(Nf,{persistentPeerStore:()=>Uf});var kr=Symbol.for("@libp2p/peer-id");function _e(r){return!!r?.[kr]}var H=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},Ce=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var Je=class extends Error{static name="NotFoundError";constructor(t="Not found"){super(t),this.name="NotFoundError"}};var Kr=class extends Error{static name="InvalidCIDError";constructor(t="Invalid CID"){super(t),this.name="InvalidCIDError"}},Dr=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var me=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var _n={};At(_n,{base58btc:()=>Z,base58flickr:()=>_c});var Hf=new Uint8Array(0);function qs(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function Wt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function Hs(r){return new TextEncoder().encode(r)}function Vs(r){return new TextDecoder().decode(r)}function Sc(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),n=0;n<e.length;n++)e[n]=255;for(var o=0;o<r.length;o++){var s=r.charAt(o),i=s.charCodeAt(0);if(e[i]!==255)throw new TypeError(s+" is ambiguous");e[i]=o}var a=r.length,c=r.charAt(0),l=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function f(A){if(A instanceof Uint8Array||(ArrayBuffer.isView(A)?A=new Uint8Array(A.buffer,A.byteOffset,A.byteLength):Array.isArray(A)&&(A=Uint8Array.from(A))),!(A instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(A.length===0)return"";for(var g=0,k=0,K=0,F=A.length;K!==F&&A[K]===0;)K++,g++;for(var S=(F-K)*u+1>>>0,d=new Uint8Array(S);K!==F;){for(var b=A[K],I=0,B=S-1;(b!==0||I<k)&&B!==-1;B--,I++)b+=256*d[B]>>>0,d[B]=b%a>>>0,b=b/a>>>0;if(b!==0)throw new Error("Non-zero carry");k=I,K++}for(var T=S-k;T!==S&&d[T]===0;)T++;for(var R=c.repeat(g);T<S;++T)R+=r.charAt(d[T]);return R}function p(A){if(typeof A!="string")throw new TypeError("Expected String");if(A.length===0)return new Uint8Array;var g=0;if(A[g]!==" "){for(var k=0,K=0;A[g]===c;)k++,g++;for(var F=(A.length-g)*l+1>>>0,S=new Uint8Array(F);A[g];){var d=e[A.charCodeAt(g)];if(d===255)return;for(var b=0,I=F-1;(d!==0||b<K)&&I!==-1;I--,b++)d+=a*S[I]>>>0,S[I]=d%256>>>0,d=d/256>>>0;if(d!==0)throw new Error("Non-zero carry");K=b,g++}if(A[g]!==" "){for(var B=F-K;B!==F&&S[B]===0;)B++;for(var T=new Uint8Array(k+(F-B)),R=k;B!==F;)T[R++]=S[B++];return T}}}function y(A){var g=p(A);if(g)return g;throw new Error(`Non-${t} character`)}return{encode:f,decodeUnsafe:p,decode:y}}var Ic=Sc,Bc=Ic,Fs=Bc;var Bn=class{name;prefix;baseEncode;constructor(t,e,n){this.name=t,this.prefix=e,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Tn=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,e,n){this.name=t,this.prefix=e;let o=e.codePointAt(0);if(o===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o,this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return Ws(this,t)}},Ln=class{decoders;constructor(t){this.decoders=t}or(t){return Ws(this,t)}decode(t){let e=t[0],n=this.decoders[e];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function Ws(r,t){return new Ln({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var Pn=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,e,n,o){this.name=t,this.prefix=e,this.baseEncode=n,this.baseDecode=o,this.encoder=new Bn(t,e,n),this.decoder=new Tn(t,e,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function Re({name:r,prefix:t,encode:e,decode:n}){return new Pn(r,t,e,n)}function se({name:r,prefix:t,alphabet:e}){let{encode:n,decode:o}=Fs(e,r);return Re({prefix:t,name:r,encode:n,decode:s=>Wt(o(s))})}function Tc(r,t,e,n){let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*e/8|0),i=0,a=0,c=0;for(let l=0;l<o;++l){let u=t[r[l]];if(u===void 0)throw new SyntaxError(`Non-${n} character`);a=a<<e|u,i+=e,i>=8&&(i-=8,s[c++]=255&a>>i)}if(i>=e||(255&a<<8-i)!==0)throw new SyntaxError("Unexpected end of data");return s}function Lc(r,t,e){let n=t[t.length-1]==="=",o=(1<<e)-1,s="",i=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],i+=8;i>e;)i-=e,s+=t[o&a>>i];if(i!==0&&(s+=t[o&a<<e-i]),n)for(;(s.length*e&7)!==0;)s+="=";return s}function Pc(r){let t={};for(let e=0;e<r.length;++e)t[r[e]]=e;return t}function J({name:r,prefix:t,bitsPerChar:e,alphabet:n}){let o=Pc(n);return Re({prefix:t,name:r,encode(s){return Lc(s,n,e)},decode(s){return Tc(s,o,e,r)}})}var Z=se({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),_c=se({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Cn={};At(Cn,{base32:()=>Kt,base32hex:()=>Kc,base32hexpad:()=>Uc,base32hexpadupper:()=>Nc,base32hexupper:()=>Dc,base32pad:()=>Rc,base32padupper:()=>kc,base32upper:()=>Cc,base32z:()=>Oc});var Kt=J({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Cc=J({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Rc=J({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),kc=J({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Kc=J({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Dc=J({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Uc=J({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Nc=J({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Oc=J({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Rn={};At(Rn,{base36:()=>tr,base36upper:()=>Mc});var tr=se({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Mc=se({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var qc=Zs,Gs=128,Hc=127,Vc=~Hc,zc=Math.pow(2,31);function Zs(r,t,e){t=t||[],e=e||0;for(var n=e;r>=zc;)t[e++]=r&255|Gs,r/=128;for(;r&Vc;)t[e++]=r&255|Gs,r>>>=7;return t[e]=r|0,Zs.bytes=e-n+1,t}var Fc=kn,Wc=128,$s=127;function kn(r,n){var e=0,n=n||0,o=0,s=n,i,a=r.length;do{if(s>=a)throw kn.bytes=0,new RangeError("Could not decode varint");i=r[s++],e+=o<28?(i&$s)<<o:(i&$s)*Math.pow(2,o),o+=7}while(i>=Wc);return kn.bytes=s-n,e}var Gc=Math.pow(2,7),$c=Math.pow(2,14),Zc=Math.pow(2,21),Yc=Math.pow(2,28),jc=Math.pow(2,35),Xc=Math.pow(2,42),Qc=Math.pow(2,49),Jc=Math.pow(2,56),tu=Math.pow(2,63),eu=function(r){return r<Gc?1:r<$c?2:r<Zc?3:r<Yc?4:r<jc?5:r<Xc?6:r<Qc?7:r<Jc?8:r<tu?9:10},ru={encode:qc,decode:Fc,encodingLength:eu},nu=ru,er=nu;function rr(r,t=0){return[er.decode(r,t),er.decode.bytes]}function ke(r,t,e=0){return er.encode(r,t,e),t}function Ke(r){return er.encodingLength(r)}function Dt(r,t){let e=t.byteLength,n=Ke(r),o=n+Ke(e),s=new Uint8Array(o+e);return ke(r,s,0),ke(e,s,n),s.set(t,o),new De(r,e,t,s)}function Gt(r){let t=Wt(r),[e,n]=rr(t),[o,s]=rr(t.subarray(n)),i=t.subarray(n+s);if(i.byteLength!==o)throw new Error("Incorrect length");return new De(e,o,i,t)}function Ys(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&qs(r.bytes,e.bytes)}}var De=class{code;size;digest;bytes;constructor(t,e,n,o){this.code=t,this.size=e,this.digest=n,this.bytes=o}};function js(r,t){let{bytes:e,version:n}=r;switch(n){case 0:return su(e,Kn(r),t??Z.encoder);default:return iu(e,Kn(r),t??Kt.encoder)}}var Xs=new WeakMap;function Kn(r){let t=Xs.get(r);if(t==null){let e=new Map;return Xs.set(r,e),e}return t}var tt=class r{code;version;multihash;bytes;"/";constructor(t,e,n,o){this.code=e,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:e}=this;if(t!==nr)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==au)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:e}=this.multihash,n=Dt(t,e);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return r.equals(this,t)}static equals(t,e){let n=e;return n!=null&&t.code===n.code&&t.version===n.version&&Ys(t.multihash,n.multihash)}toString(t){return js(this,t)}toJSON(){return{"/":js(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let e=t;if(e instanceof r)return e;if(e["/"]!=null&&e["/"]===e.bytes||e.asCID===e){let{version:n,code:o,multihash:s,bytes:i}=e;return new r(n,o,s,i??Qs(n,o,s.bytes))}else if(e[cu]===!0){let{version:n,multihash:o,code:s}=e,i=Gt(o);return r.create(n,s,i)}else return null}static create(t,e,n){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==nr)throw new Error(`Version 0 CID must use dag-pb (code: ${nr}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let o=Qs(t,e,n.bytes);return new r(t,e,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,nr,t)}static createV1(t,e){return r.create(1,t,e)}static decode(t){let[e,n]=r.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=r.inspectBytes(t),n=e.size-e.multihashSize,o=Wt(t.subarray(n,n+e.multihashSize));if(o.byteLength!==e.multihashSize)throw new Error("Incorrect length");let s=o.subarray(e.multihashSize-e.digestSize),i=new De(e.multihashCode,e.digestSize,s,o);return[e.version===0?r.createV0(i):r.createV1(e.codec,i),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[f,p]=rr(t.subarray(e));return e+=p,f},o=n(),s=nr;if(o===18?(o=0,e=0):s=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let i=e,a=n(),c=n(),l=e+c,u=l-i;return{version:o,codec:s,multihashCode:a,digestSize:c,multihashSize:u,size:l}}static parse(t,e){let[n,o]=ou(t,e),s=r.decode(o);if(s.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Kn(s).set(n,t),s}};function ou(r,t){switch(r[0]){case"Q":{let e=t??Z;return[Z.prefix,e.decode(`${Z.prefix}${r}`)]}case Z.prefix:{let e=t??Z;return[Z.prefix,e.decode(r)]}case Kt.prefix:{let e=t??Kt;return[Kt.prefix,e.decode(r)]}case tr.prefix:{let e=t??tr;return[tr.prefix,e.decode(r)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[r[0],t.decode(r)]}}}function su(r,t,e){let{prefix:n}=e;if(n!==Z.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let o=t.get(n);if(o==null){let s=e.encode(r).slice(1);return t.set(n,s),s}else return o}function iu(r,t,e){let{prefix:n}=e,o=t.get(n);if(o==null){let s=e.encode(r);return t.set(n,s),s}else return o}var nr=112,au=18;function Qs(r,t,e){let n=Ke(r),o=n+Ke(t),s=new Uint8Array(o+e.byteLength);return ke(r,s,0),ke(t,s,n),s.set(e,o),s}var cu=Symbol.for("@ipld/js-cid/CID");var Dn={};At(Dn,{identity:()=>Ut});var Js=0,uu="identity",ti=Wt;function lu(r){return Dt(Js,ti(r))}var Ut={code:Js,name:uu,encode:ti,digest:lu};function j(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function st(r=0){return new Uint8Array(r)}function St(r=0){return new Uint8Array(r)}function Lt(r,t){t==null&&(t=r.reduce((o,s)=>o+s.length,0));let e=St(t),n=0;for(let o of r)e.set(o,n),n+=o.length;return e}var ri=Symbol.for("@achingbrain/uint8arraylist");function ei(r,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let e=0;for(let n of r){let o=e+n.byteLength;if(t<o)return{buf:n,index:t-e};e=o}throw new RangeError("index is out of bounds")}function Nr(r){return!!r?.[ri]}var mt=class r{bufs;length;[ri]=!0;constructor(...t){this.bufs=[],this.length=0,t.length>0&&this.appendAll(t)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...t){this.appendAll(t)}appendAll(t){let e=0;for(let n of t)if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.push(n);else if(Nr(n))e+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(let n of t.reverse())if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.unshift(n);else if(Nr(n))e+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}get(t){let e=ei(this.bufs,t);return e.buf[e.index]}set(t,e){let n=ei(this.bufs,t);n.buf[n.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(e+n,t[n]);else if(Nr(t))for(let n=0;n<t.length;n++)this.set(e+n,t.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(t){if(t=Math.trunc(t),!(Number.isNaN(t)||t<=0)){if(t===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(t>=this.bufs[0].byteLength)t-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(t),this.length-=t;break}}}slice(t,e){let{bufs:n,length:o}=this._subList(t,e);return Lt(n,o)}subarray(t,e){let{bufs:n,length:o}=this._subList(t,e);return n.length===1?n[0]:Lt(n,o)}sublist(t,e){let{bufs:n,length:o}=this._subList(t,e),s=new r;return s.length=o,s.bufs=[...n],s}_subList(t,e){if(t=t??0,e=e??this.length,t<0&&(t=this.length+t),e<0&&(e=this.length+e),t<0||e>this.length)throw new RangeError("index is out of bounds");if(t===e)return{bufs:[],length:0};if(t===0&&e===this.length)return{bufs:this.bufs,length:this.length};let n=[],o=0;for(let s=0;s<this.bufs.length;s++){let i=this.bufs[s],a=o,c=a+i.byteLength;if(o=c,t>=c)continue;let l=t>=a&&t<c,u=e>a&&e<=c;if(l&&u){if(t===a&&e===c){n.push(i);break}let f=t-a;n.push(i.subarray(f,f+(e-t)));break}if(l){if(t===0){n.push(i);continue}n.push(i.subarray(t-a));continue}if(u){if(e===c){n.push(i);break}n.push(i.subarray(0,e-a));break}n.push(i)}return{bufs:n,length:e-t}}indexOf(t,e=0){if(!Nr(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let s=256,i=new Int32Array(s);for(let f=0;f<s;f++)i[f]=-1;for(let f=0;f<o;f++)i[n[f]]=f;let a=i,c=this.byteLength-n.byteLength,l=n.byteLength-1,u;for(let f=e;f<=c;f+=u){u=0;for(let p=l;p>=0;p--){let y=this.get(f+p);if(n[p]!==y){u=Math.max(1,p-a[y]);break}}if(u===0)return f}return-1}getInt8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){let n=St(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,e),this.write(n,t)}getInt16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,e)}setInt16(t,e,n){let o=st(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt16(0,e,n),this.write(o,t)}getInt32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,e)}setInt32(t,e,n){let o=st(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt32(0,e,n),this.write(o,t)}getBigInt64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,e)}setBigInt64(t,e,n){let o=st(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigInt64(0,e,n),this.write(o,t)}getUint8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0)}setUint8(t,e){let n=St(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,e),this.write(n,t)}getUint16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,e)}setUint16(t,e,n){let o=st(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint16(0,e,n),this.write(o,t)}getUint32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,e)}setUint32(t,e,n){let o=st(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint32(0,e,n),this.write(o,t)}getBigUint64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,e)}setBigUint64(t,e,n){let o=st(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigUint64(0,e,n),this.write(o,t)}getFloat32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,e)}setFloat32(t,e,n){let o=st(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat32(0,e,n),this.write(o,t)}getFloat64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,e)}setFloat64(t,e,n){let o=st(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,e,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof r)||t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!j(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let n=new r;return n.bufs=t,e==null&&(e=t.reduce((o,s)=>o+s.byteLength,0)),n.length=e,n}};var Un={};At(Un,{base10:()=>fu});var fu=se({prefix:"9",name:"base10",alphabet:"0123456789"});var Nn={};At(Nn,{base16:()=>du,base16upper:()=>hu});var du=J({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),hu=J({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var On={};At(On,{base2:()=>pu});var pu=J({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Mn={};At(Mn,{base256emoji:()=>wu});var ni=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),mu=ni.reduce((r,t,e)=>(r[e]=t,r),[]),yu=ni.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function gu(r){return r.reduce((t,e)=>(t+=mu[e],t),"")}function bu(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let o=yu[n];if(o==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(o)}return new Uint8Array(t)}var wu=Re({prefix:"\u{1F680}",name:"base256emoji",encode:gu,decode:bu});var qn={};At(qn,{base64:()=>xu,base64pad:()=>Eu,base64url:()=>vu,base64urlpad:()=>Au});var xu=J({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Eu=J({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),vu=J({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Au=J({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Hn={};At(Hn,{base8:()=>Su});var Su=J({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Vn={};At(Vn,{identity:()=>Iu});var Iu=Re({prefix:"\0",name:"identity",encode:r=>Vs(r),decode:r=>Hs(r)});var Sd=new TextEncoder,Id=new TextDecoder;var Wn={};At(Wn,{sha256:()=>or,sha512:()=>Lu});function Fn({name:r,code:t,encode:e}){return new zn(r,t,e)}var zn=class{name;code;encode;constructor(t,e,n){this.name=t,this.code=e,this.encode=n}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?Dt(this.code,e):e.then(n=>Dt(this.code,n))}else throw Error("Unknown type, must be binary type")}};function si(r){return async t=>new Uint8Array(await crypto.subtle.digest(r,t))}var or=Fn({name:"sha2-256",code:18,encode:si("SHA-256")}),Lu=Fn({name:"sha2-512",code:19,encode:si("SHA-512")});var sr={...Vn,...On,...Hn,...Un,...Nn,...Cn,...Rn,..._n,...qn,...Mn},Nd={...Wn,...Dn};function ai(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var ii=ai("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),Gn=ai("ascii","a",r=>{let t="a";for(let e=0;e<r.length;e++)t+=String.fromCharCode(r[e]);return t},r=>{r=r.substring(1);let t=St(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),Pu={utf8:ii,"utf-8":ii,hex:sr.base16,latin1:Gn,ascii:Gn,binary:Gn,...sr},Or=Pu;function G(r,t="utf8"){let e=Or[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.decoder.decode(`${e.prefix}${r}`)}function N(r,t="utf8"){let e=Or[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.encoder.encode(r).substring(1)}var _u=parseInt("11111",2),$n=parseInt("10000000",2),Cu=parseInt("01111111",2),ci={0:ir,1:ir,2:Ru,3:Du,4:Uu,5:Ku,6:ku,16:ir,22:ir,48:ir};function Zt(r,t={offset:0}){let e=r[t.offset]&_u;if(t.offset++,ci[e]!=null)return ci[e](r,t);throw new Error("No decoder for tag "+e)}function ar(r,t){let e=0;if((r[t.offset]&$n)===$n){let n=r[t.offset]&Cu,o="0x";t.offset++;for(let s=0;s<n;s++,t.offset++)o+=r[t.offset].toString(16).padStart(2,"0");e=parseInt(o,16)}else e=r[t.offset],t.offset++;return e}function ir(r,t){ar(r,t);let e=[];for(;!(t.offset>=r.byteLength);){let n=Zt(r,t);if(n===null)break;e.push(n)}return e}function Ru(r,t){let e=ar(r,t),n=t.offset,o=t.offset+e,s=[];for(let i=n;i<o;i++)i===n&&r[i]===0||s.push(r[i]);return t.offset+=e,Uint8Array.from(s)}function ku(r,t){let e=ar(r,t),n=t.offset+e,o=r[t.offset];t.offset++;let s=0,i=0;o<40?(s=0,i=o):o<80?(s=1,i=o-40):(s=2,i=o-80);let a=`${s}.${i}`,c=[];for(;t.offset<n;){let l=r[t.offset];if(t.offset++,c.push(l&127),l<128){c.reverse();let u=0;for(let f=0;f<c.length;f++)u+=c[f]<<f*7;a+=`.${u}`,c=[]}}return a}function Ku(r,t){return t.offset++,null}function Du(r,t){let e=ar(r,t),n=r[t.offset];t.offset++;let o=r.subarray(t.offset,t.offset+e-1);if(t.offset+=e,n!==0)throw new Error("Unused bits in bit string is unimplemented");return o}function Uu(r,t){let e=ar(r,t),n=r.subarray(t.offset,t.offset+e);return t.offset+=e,n}function Nu(r){let t=r.toString(16);t.length%2===1&&(t="0"+t);let e=new mt;for(let n=0;n<t.length;n+=2)e.append(Uint8Array.from([parseInt(`${t[n]}${t[n+1]}`,16)]));return e}function Zn(r){if(r.byteLength<128)return Uint8Array.from([r.byteLength]);let t=Nu(r.byteLength);return new mt(Uint8Array.from([t.byteLength|$n]),t)}function It(r){let t=new mt,e=128;return(r.subarray()[0]&e)===e&&t.append(Uint8Array.from([0])),t.append(r),new mt(Uint8Array.from([2]),Zn(t),t)}function Mr(r){let t=Uint8Array.from([0]),e=new mt(t,r);return new mt(Uint8Array.from([3]),Zn(e),e)}function ie(r,t=48){let e=new mt;for(let n of r)e.append(n);return new mt(Uint8Array.from([t]),Zn(e),e)}async function ui(r,t,e,n){let o=await crypto.subtle.importKey("jwk",r,{name:"ECDSA",namedCurve:r.crv??"P-256"},!1,["verify"]);n?.signal?.throwIfAborted();let s=await crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},o,t,e.subarray());return n?.signal?.throwIfAborted(),s}var Ou=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),Mu=Uint8Array.from([6,5,43,129,4,0,34]),qu=Uint8Array.from([6,5,43,129,4,0,35]),Hu={ext:!0,kty:"EC",crv:"P-256"},Vu={ext:!0,kty:"EC",crv:"P-384"},zu={ext:!0,kty:"EC",crv:"P-521"},Yn=32,jn=48,Xn=66;function Qn(r){let t=Zt(r);return li(t)}function li(r){let t=r[1][1][0],e=1,n,o;if(t.byteLength===Yn*2+1)return n=N(t.subarray(e,e+Yn),"base64url"),o=N(t.subarray(e+Yn),"base64url"),new Ue({...Hu,key_ops:["verify"],x:n,y:o});if(t.byteLength===jn*2+1)return n=N(t.subarray(e,e+jn),"base64url"),o=N(t.subarray(e+jn),"base64url"),new Ue({...Vu,key_ops:["verify"],x:n,y:o});if(t.byteLength===Xn*2+1)return n=N(t.subarray(e,e+Xn),"base64url"),o=N(t.subarray(e+Xn),"base64url"),new Ue({...zu,key_ops:["verify"],x:n,y:o});throw new H(`coordinates were wrong length, got ${t.byteLength}, expected 65, 97 or 133`)}function fi(r){return ie([It(Uint8Array.from([1])),ie([Fu(r.crv)],160),ie([Mr(new mt(Uint8Array.from([4]),G(r.x??"","base64url"),G(r.y??"","base64url")))],161)]).subarray()}function Fu(r){if(r==="P-256")return Ou;if(r==="P-384")return Mu;if(r==="P-521")return qu;throw new H(`Invalid curve ${r}`)}var Ue=class{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){return this._raw==null&&(this._raw=fi(this.jwk)),this._raw}toMultihash(){return Ut.digest(Ct(this))}toCID(){return tt.createV1(114,this.toMultihash())}toString(){return Z.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:j(this.raw,t.raw)}async verify(t,e,n){return ui(this.jwk,e,t,n)}};var ye=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function Wu(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function qr(r){if(!Number.isSafeInteger(r)||r<0)throw new Error("positive integer expected, got "+r)}function ge(r,...t){if(!Wu(r))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(r.length))throw new Error("Uint8Array expected of length "+t+", got length="+r.length)}function di(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");qr(r.outputLen),qr(r.blockLen)}function Oe(r,t=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(t&&r.finished)throw new Error("Hash#digest() has already been called")}function hi(r,t){ge(r);let e=t.outputLen;if(r.length<e)throw new Error("digestInto() expects output buffer of length at least "+e)}function Yt(...r){for(let t=0;t<r.length;t++)r[t].fill(0)}function Hr(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function Nt(r,t){return r<<32-t|r>>>t}function pi(r){if(typeof r!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(r))}function cr(r){return typeof r=="string"&&(r=pi(r)),ge(r),r}function Jn(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];ge(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let s=r[n];e.set(s,o),o+=s.length}return e}var Ne=class{};function to(r){let t=n=>r().update(cr(n)).digest(),e=r();return t.outputLen=e.outputLen,t.blockLen=e.blockLen,t.create=()=>r(),t}function Vr(r=32){if(ye&&typeof ye.getRandomValues=="function")return ye.getRandomValues(new Uint8Array(r));if(ye&&typeof ye.randomBytes=="function")return Uint8Array.from(ye.randomBytes(r));throw new Error("crypto.getRandomValues must be defined")}function Gu(r,t,e,n){if(typeof r.setBigUint64=="function")return r.setBigUint64(t,e,n);let o=BigInt(32),s=BigInt(4294967295),i=Number(e>>o&s),a=Number(e&s),c=n?4:0,l=n?0:4;r.setUint32(t+c,i,n),r.setUint32(t+l,a,n)}function mi(r,t,e){return r&t^~r&e}function yi(r,t,e){return r&t^r&e^t&e}var ur=class extends Ne{constructor(t,e,n,o){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=t,this.outputLen=e,this.padOffset=n,this.isLE=o,this.buffer=new Uint8Array(t),this.view=Hr(this.buffer)}update(t){Oe(this),t=cr(t),ge(t);let{view:e,buffer:n,blockLen:o}=this,s=t.length;for(let i=0;i<s;){let a=Math.min(o-this.pos,s-i);if(a===o){let c=Hr(t);for(;o<=s-i;i+=o)this.process(c,i);continue}n.set(t.subarray(i,i+a),this.pos),this.pos+=a,i+=a,this.pos===o&&(this.process(e,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Oe(this),hi(t,this),this.finished=!0;let{buffer:e,view:n,blockLen:o,isLE:s}=this,{pos:i}=this;e[i++]=128,Yt(this.buffer.subarray(i)),this.padOffset>o-i&&(this.process(n,0),i=0);for(let f=i;f<o;f++)e[f]=0;Gu(n,o-8,BigInt(this.length*8),s),this.process(n,0);let a=Hr(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let l=c/4,u=this.get();if(l>u.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<l;f++)a.setUint32(4*f,u[f],s)}digest(){let{buffer:t,outputLen:e}=this;this.digestInto(t);let n=t.slice(0,e);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:e,buffer:n,length:o,finished:s,destroyed:i,pos:a}=this;return t.destroyed=i,t.finished=s,t.length=o,t.pos=a,o%e&&t.buffer.set(n),t}clone(){return this._cloneInto()}},jt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var lt=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]);var zr=BigInt(4294967295),gi=BigInt(32);function $u(r,t=!1){return t?{h:Number(r&zr),l:Number(r>>gi&zr)}:{h:Number(r>>gi&zr)|0,l:Number(r&zr)|0}}function bi(r,t=!1){let e=r.length,n=new Uint32Array(e),o=new Uint32Array(e);for(let s=0;s<e;s++){let{h:i,l:a}=$u(r[s],t);[n[s],o[s]]=[i,a]}return[n,o]}var eo=(r,t,e)=>r>>>e,ro=(r,t,e)=>r<<32-e|t>>>e,be=(r,t,e)=>r>>>e|t<<32-e,we=(r,t,e)=>r<<32-e|t>>>e,lr=(r,t,e)=>r<<64-e|t>>>e-32,fr=(r,t,e)=>r>>>e-32|t<<64-e;function Mt(r,t,e,n){let o=(t>>>0)+(n>>>0);return{h:r+e+(o/2**32|0)|0,l:o|0}}var wi=(r,t,e)=>(r>>>0)+(t>>>0)+(e>>>0),xi=(r,t,e,n)=>t+e+n+(r/2**32|0)|0,Ei=(r,t,e,n)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0),vi=(r,t,e,n,o)=>t+e+n+o+(r/2**32|0)|0,Ai=(r,t,e,n,o)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0)+(o>>>0),Si=(r,t,e,n,o,s)=>t+e+n+o+s+(r/2**32|0)|0;var Yu=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]),ae=new Uint32Array(64),Fr=class extends ur{constructor(t=32){super(64,t,8,!1),this.A=jt[0]|0,this.B=jt[1]|0,this.C=jt[2]|0,this.D=jt[3]|0,this.E=jt[4]|0,this.F=jt[5]|0,this.G=jt[6]|0,this.H=jt[7]|0}get(){let{A:t,B:e,C:n,D:o,E:s,F:i,G:a,H:c}=this;return[t,e,n,o,s,i,a,c]}set(t,e,n,o,s,i,a,c){this.A=t|0,this.B=e|0,this.C=n|0,this.D=o|0,this.E=s|0,this.F=i|0,this.G=a|0,this.H=c|0}process(t,e){for(let f=0;f<16;f++,e+=4)ae[f]=t.getUint32(e,!1);for(let f=16;f<64;f++){let p=ae[f-15],y=ae[f-2],A=Nt(p,7)^Nt(p,18)^p>>>3,g=Nt(y,17)^Nt(y,19)^y>>>10;ae[f]=g+ae[f-7]+A+ae[f-16]|0}let{A:n,B:o,C:s,D:i,E:a,F:c,G:l,H:u}=this;for(let f=0;f<64;f++){let p=Nt(a,6)^Nt(a,11)^Nt(a,25),y=u+p+mi(a,c,l)+Yu[f]+ae[f]|0,g=(Nt(n,2)^Nt(n,13)^Nt(n,22))+yi(n,o,s)|0;u=l,l=c,c=a,a=i+y|0,i=s,s=o,o=n,n=y+g|0}n=n+this.A|0,o=o+this.B|0,s=s+this.C|0,i=i+this.D|0,a=a+this.E|0,c=c+this.F|0,l=l+this.G|0,u=u+this.H|0,this.set(n,o,s,i,a,c,l,u)}roundClean(){Yt(ae)}destroy(){this.set(0,0,0,0,0,0,0,0),Yt(this.buffer)}};var Ii=bi(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(r=>BigInt(r))),ju=Ii[0],Xu=Ii[1],ce=new Uint32Array(80),ue=new Uint32Array(80),no=class extends ur{constructor(t=64){super(128,t,16,!1),this.Ah=lt[0]|0,this.Al=lt[1]|0,this.Bh=lt[2]|0,this.Bl=lt[3]|0,this.Ch=lt[4]|0,this.Cl=lt[5]|0,this.Dh=lt[6]|0,this.Dl=lt[7]|0,this.Eh=lt[8]|0,this.El=lt[9]|0,this.Fh=lt[10]|0,this.Fl=lt[11]|0,this.Gh=lt[12]|0,this.Gl=lt[13]|0,this.Hh=lt[14]|0,this.Hl=lt[15]|0}get(){let{Ah:t,Al:e,Bh:n,Bl:o,Ch:s,Cl:i,Dh:a,Dl:c,Eh:l,El:u,Fh:f,Fl:p,Gh:y,Gl:A,Hh:g,Hl:k}=this;return[t,e,n,o,s,i,a,c,l,u,f,p,y,A,g,k]}set(t,e,n,o,s,i,a,c,l,u,f,p,y,A,g,k){this.Ah=t|0,this.Al=e|0,this.Bh=n|0,this.Bl=o|0,this.Ch=s|0,this.Cl=i|0,this.Dh=a|0,this.Dl=c|0,this.Eh=l|0,this.El=u|0,this.Fh=f|0,this.Fl=p|0,this.Gh=y|0,this.Gl=A|0,this.Hh=g|0,this.Hl=k|0}process(t,e){for(let S=0;S<16;S++,e+=4)ce[S]=t.getUint32(e),ue[S]=t.getUint32(e+=4);for(let S=16;S<80;S++){let d=ce[S-15]|0,b=ue[S-15]|0,I=be(d,b,1)^be(d,b,8)^eo(d,b,7),B=we(d,b,1)^we(d,b,8)^ro(d,b,7),T=ce[S-2]|0,R=ue[S-2]|0,O=be(T,R,19)^lr(T,R,61)^eo(T,R,6),P=we(T,R,19)^fr(T,R,61)^ro(T,R,6),D=Ei(B,P,ue[S-7],ue[S-16]),C=vi(D,I,O,ce[S-7],ce[S-16]);ce[S]=C|0,ue[S]=D|0}let{Ah:n,Al:o,Bh:s,Bl:i,Ch:a,Cl:c,Dh:l,Dl:u,Eh:f,El:p,Fh:y,Fl:A,Gh:g,Gl:k,Hh:K,Hl:F}=this;for(let S=0;S<80;S++){let d=be(f,p,14)^be(f,p,18)^lr(f,p,41),b=we(f,p,14)^we(f,p,18)^fr(f,p,41),I=f&y^~f&g,B=p&A^~p&k,T=Ai(F,b,B,Xu[S],ue[S]),R=Si(T,K,d,I,ju[S],ce[S]),O=T|0,P=be(n,o,28)^lr(n,o,34)^lr(n,o,39),D=we(n,o,28)^fr(n,o,34)^fr(n,o,39),C=n&s^n&a^s&a,nt=o&i^o&c^i&c;K=g|0,F=k|0,g=y|0,k=A|0,y=f|0,A=p|0,{h:f,l:p}=Mt(l|0,u|0,R|0,O|0),l=a|0,u=c|0,a=s|0,c=i|0,s=n|0,i=o|0;let E=wi(O,D,nt);n=xi(E,R,P,C),o=E|0}({h:n,l:o}=Mt(this.Ah|0,this.Al|0,n|0,o|0)),{h:s,l:i}=Mt(this.Bh|0,this.Bl|0,s|0,i|0),{h:a,l:c}=Mt(this.Ch|0,this.Cl|0,a|0,c|0),{h:l,l:u}=Mt(this.Dh|0,this.Dl|0,l|0,u|0),{h:f,l:p}=Mt(this.Eh|0,this.El|0,f|0,p|0),{h:y,l:A}=Mt(this.Fh|0,this.Fl|0,y|0,A|0),{h:g,l:k}=Mt(this.Gh|0,this.Gl|0,g|0,k|0),{h:K,l:F}=Mt(this.Hh|0,this.Hl|0,K|0,F|0),this.set(n,o,s,i,a,c,l,u,f,p,y,A,g,k,K,F)}roundClean(){Yt(ce,ue)}destroy(){Yt(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var Wr=to(()=>new Fr);var Bi=to(()=>new no);var ao=BigInt(0),io=BigInt(1);function Me(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function co(r){if(!Me(r))throw new Error("Uint8Array expected")}function qt(r,t){if(typeof t!="boolean")throw new Error(r+" boolean expected, got "+t)}function dr(r){let t=r.toString(16);return t.length&1?"0"+t:t}function Pi(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return r===""?ao:BigInt("0x"+r)}var _i=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",Qu=Array.from({length:256},(r,t)=>t.toString(16).padStart(2,"0"));function le(r){if(co(r),_i)return r.toHex();let t="";for(let e=0;e<r.length;e++)t+=Qu[r[e]];return t}var Xt={_0:48,_9:57,A:65,F:70,a:97,f:102};function Ti(r){if(r>=Xt._0&&r<=Xt._9)return r-Xt._0;if(r>=Xt.A&&r<=Xt.F)return r-(Xt.A-10);if(r>=Xt.a&&r<=Xt.f)return r-(Xt.a-10)}function hr(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);if(_i)return Uint8Array.fromHex(r);let t=r.length,e=t/2;if(t%2)throw new Error("hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(e);for(let o=0,s=0;o<e;o++,s+=2){let i=Ti(r.charCodeAt(s)),a=Ti(r.charCodeAt(s+1));if(i===void 0||a===void 0){let c=r[s]+r[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}n[o]=i*16+a}return n}function Qt(r){return Pi(le(r))}function xe(r){return co(r),Pi(le(Uint8Array.from(r).reverse()))}function Ee(r,t){return hr(r.toString(16).padStart(t*2,"0"))}function qe(r,t){return Ee(r,t).reverse()}function X(r,t,e){let n;if(typeof t=="string")try{n=hr(t)}catch(s){throw new Error(r+" must be hex string or Uint8Array, cause: "+s)}else if(Me(t))n=Uint8Array.from(t);else throw new Error(r+" must be hex string or Uint8Array");let o=n.length;if(typeof e=="number"&&o!==e)throw new Error(r+" of length "+e+" expected, got "+o);return n}function fe(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];co(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let s=r[n];e.set(s,o),o+=s.length}return e}var oo=r=>typeof r=="bigint"&&ao<=r;function Gr(r,t,e){return oo(r)&&oo(t)&&oo(e)&&t<=r&&r<e}function Pt(r,t,e,n){if(!Gr(t,e,n))throw new Error("expected valid "+r+": "+e+" <= n < "+n+", got "+t)}function Ci(r){let t;for(t=0;r>ao;r>>=io,t+=1);return t}var ve=r=>(io<<BigInt(r))-io,so=r=>new Uint8Array(r),Li=r=>Uint8Array.from(r);function Ri(r,t,e){if(typeof r!="number"||r<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof e!="function")throw new Error("hmacFn must be a function");let n=so(r),o=so(r),s=0,i=()=>{n.fill(1),o.fill(0),s=0},a=(...f)=>e(o,n,...f),c=(f=so(0))=>{o=a(Li([0]),f),n=a(),f.length!==0&&(o=a(Li([1]),f),n=a())},l=()=>{if(s++>=1e3)throw new Error("drbg: tried 1000 values");let f=0,p=[];for(;f<t;){n=a();let y=n.slice();p.push(y),f+=n.length}return fe(...p)};return(f,p)=>{i(),c(f);let y;for(;!(y=p(l()));)c();return i(),y}}var Ju={bigint:r=>typeof r=="bigint",function:r=>typeof r=="function",boolean:r=>typeof r=="boolean",string:r=>typeof r=="string",stringOrUint8Array:r=>typeof r=="string"||Me(r),isSafeInteger:r=>Number.isSafeInteger(r),array:r=>Array.isArray(r),field:(r,t)=>t.Fp.isValid(r),hash:r=>typeof r=="function"&&Number.isSafeInteger(r.outputLen)};function Jt(r,t,e={}){let n=(o,s,i)=>{let a=Ju[s];if(typeof a!="function")throw new Error("invalid validator function");let c=r[o];if(!(i&&c===void 0)&&!a(c,r))throw new Error("param "+String(o)+" is invalid. Expected "+s+", got "+c)};for(let[o,s]of Object.entries(t))n(o,s,!1);for(let[o,s]of Object.entries(e))n(o,s,!0);return r}function He(r){let t=new WeakMap;return(e,...n)=>{let o=t.get(e);if(o!==void 0)return o;let s=r(e,...n);return t.set(e,s),s}}var yt=BigInt(0),at=BigInt(1),Ae=BigInt(2),tl=BigInt(3),Ki=BigInt(4),Di=BigInt(5),Ui=BigInt(8);function $(r,t){let e=r%t;return e>=yt?e:t+e}function Q(r,t,e){let n=r;for(;t-- >yt;)n*=n,n%=e;return n}function $r(r,t){if(r===yt)throw new Error("invert: expected non-zero number");if(t<=yt)throw new Error("invert: expected positive modulus, got "+t);let e=$(r,t),n=t,o=yt,s=at,i=at,a=yt;for(;e!==yt;){let l=n/e,u=n%e,f=o-i*l,p=s-a*l;n=e,e=u,o=i,s=a,i=f,a=p}if(n!==at)throw new Error("invert: does not exist");return $(o,t)}function Ni(r,t){let e=(r.ORDER+at)/Ki,n=r.pow(t,e);if(!r.eql(r.sqr(n),t))throw new Error("Cannot find square root");return n}function el(r,t){let e=(r.ORDER-Di)/Ui,n=r.mul(t,Ae),o=r.pow(n,e),s=r.mul(t,o),i=r.mul(r.mul(s,Ae),o),a=r.mul(s,r.sub(i,r.ONE));if(!r.eql(r.sqr(a),t))throw new Error("Cannot find square root");return a}function rl(r){if(r<BigInt(3))throw new Error("sqrt is not defined for small field");let t=r-at,e=0;for(;t%Ae===yt;)t/=Ae,e++;let n=Ae,o=te(r);for(;ki(o,n)===1;)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(e===1)return Ni;let s=o.pow(n,t),i=(t+at)/Ae;return function(c,l){if(c.is0(l))return l;if(ki(c,l)!==1)throw new Error("Cannot find square root");let u=e,f=c.mul(c.ONE,s),p=c.pow(l,t),y=c.pow(l,i);for(;!c.eql(p,c.ONE);){if(c.is0(p))return c.ZERO;let A=1,g=c.sqr(p);for(;!c.eql(g,c.ONE);)if(A++,g=c.sqr(g),A===u)throw new Error("Cannot find square root");let k=at<<BigInt(u-A-1),K=c.pow(f,k);u=A,f=c.sqr(K),p=c.mul(p,f),y=c.mul(y,K)}return y}}function nl(r){return r%Ki===tl?Ni:r%Ui===Di?el:rl(r)}var Oi=(r,t)=>($(r,t)&at)===at,ol=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function uo(r){let t={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},e=ol.reduce((n,o)=>(n[o]="function",n),t);return Jt(r,e)}function sl(r,t,e){if(e<yt)throw new Error("invalid exponent, negatives unsupported");if(e===yt)return r.ONE;if(e===at)return t;let n=r.ONE,o=t;for(;e>yt;)e&at&&(n=r.mul(n,o)),o=r.sqr(o),e>>=at;return n}function Ve(r,t,e=!1){let n=new Array(t.length).fill(e?r.ZERO:void 0),o=t.reduce((i,a,c)=>r.is0(a)?i:(n[c]=i,r.mul(i,a)),r.ONE),s=r.inv(o);return t.reduceRight((i,a,c)=>r.is0(a)?i:(n[c]=r.mul(i,n[c]),r.mul(i,a)),s),n}function ki(r,t){let e=(r.ORDER-at)/Ae,n=r.pow(t,e),o=r.eql(n,r.ONE),s=r.eql(n,r.ZERO),i=r.eql(n,r.neg(r.ONE));if(!o&&!s&&!i)throw new Error("invalid Legendre symbol result");return o?1:s?0:-1}function lo(r,t){t!==void 0&&qr(t);let e=t!==void 0?t:r.toString(2).length,n=Math.ceil(e/8);return{nBitLength:e,nByteLength:n}}function te(r,t,e=!1,n={}){if(r<=yt)throw new Error("invalid field: expected ORDER > 0, got "+r);let{nBitLength:o,nByteLength:s}=lo(r,t);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let i,a=Object.freeze({ORDER:r,isLE:e,BITS:o,BYTES:s,MASK:ve(o),ZERO:yt,ONE:at,create:c=>$(c,r),isValid:c=>{if(typeof c!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof c);return yt<=c&&c<r},is0:c=>c===yt,isOdd:c=>(c&at)===at,neg:c=>$(-c,r),eql:(c,l)=>c===l,sqr:c=>$(c*c,r),add:(c,l)=>$(c+l,r),sub:(c,l)=>$(c-l,r),mul:(c,l)=>$(c*l,r),pow:(c,l)=>sl(a,c,l),div:(c,l)=>$(c*$r(l,r),r),sqrN:c=>c*c,addN:(c,l)=>c+l,subN:(c,l)=>c-l,mulN:(c,l)=>c*l,inv:c=>$r(c,r),sqrt:n.sqrt||(c=>(i||(i=nl(r)),i(a,c))),toBytes:c=>e?qe(c,s):Ee(c,s),fromBytes:c=>{if(c.length!==s)throw new Error("Field.fromBytes: expected "+s+" bytes, got "+c.length);return e?xe(c):Qt(c)},invertBatch:c=>Ve(a,c),cmov:(c,l,u)=>u?l:c});return Object.freeze(a)}function Mi(r){if(typeof r!="bigint")throw new Error("field order must be bigint");let t=r.toString(2).length;return Math.ceil(t/8)}function fo(r){let t=Mi(r);return t+Math.ceil(t/2)}function qi(r,t,e=!1){let n=r.length,o=Mi(t),s=fo(t);if(n<16||n<s||n>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+n);let i=e?xe(r):Qt(r),a=$(i,t-at)+at;return e?qe(a,o):Ee(a,o)}var Hi=BigInt(0),go=BigInt(1);function ho(r,t){let e=t.negate();return r?e:t}function zi(r,t){if(!Number.isSafeInteger(r)||r<=0||r>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+r)}function po(r,t){zi(r,t);let e=Math.ceil(t/r)+1,n=2**(r-1),o=2**r,s=ve(r),i=BigInt(r);return{windows:e,windowSize:n,mask:s,maxNumber:o,shiftBy:i}}function Vi(r,t,e){let{windowSize:n,mask:o,maxNumber:s,shiftBy:i}=e,a=Number(r&o),c=r>>i;a>n&&(a-=s,c+=go);let l=t*n,u=l+Math.abs(a)-1,f=a===0,p=a<0,y=t%2!==0;return{nextN:c,offset:u,isZero:f,isNeg:p,isNegF:y,offsetF:l}}function il(r,t){if(!Array.isArray(r))throw new Error("array expected");r.forEach((e,n)=>{if(!(e instanceof t))throw new Error("invalid point at index "+n)})}function al(r,t){if(!Array.isArray(r))throw new Error("array of scalars expected");r.forEach((e,n)=>{if(!t.isValid(e))throw new Error("invalid scalar at index "+n)})}var mo=new WeakMap,Fi=new WeakMap;function yo(r){return Fi.get(r)||1}function Zr(r,t){return{constTimeNegate:ho,hasPrecomputes(e){return yo(e)!==1},unsafeLadder(e,n,o=r.ZERO){let s=e;for(;n>Hi;)n&go&&(o=o.add(s)),s=s.double(),n>>=go;return o},precomputeWindow(e,n){let{windows:o,windowSize:s}=po(n,t),i=[],a=e,c=a;for(let l=0;l<o;l++){c=a,i.push(c);for(let u=1;u<s;u++)c=c.add(a),i.push(c);a=c.double()}return i},wNAF(e,n,o){let s=r.ZERO,i=r.BASE,a=po(e,t);for(let c=0;c<a.windows;c++){let{nextN:l,offset:u,isZero:f,isNeg:p,isNegF:y,offsetF:A}=Vi(o,c,a);o=l,f?i=i.add(ho(y,n[A])):s=s.add(ho(p,n[u]))}return{p:s,f:i}},wNAFUnsafe(e,n,o,s=r.ZERO){let i=po(e,t);for(let a=0;a<i.windows&&o!==Hi;a++){let{nextN:c,offset:l,isZero:u,isNeg:f}=Vi(o,a,i);if(o=c,!u){let p=n[l];s=s.add(f?p.negate():p)}}return s},getPrecomputes(e,n,o){let s=mo.get(n);return s||(s=this.precomputeWindow(n,e),e!==1&&mo.set(n,o(s))),s},wNAFCached(e,n,o){let s=yo(e);return this.wNAF(s,this.getPrecomputes(s,e,o),n)},wNAFCachedUnsafe(e,n,o,s){let i=yo(e);return i===1?this.unsafeLadder(e,n,s):this.wNAFUnsafe(i,this.getPrecomputes(i,e,o),n,s)},setWindowSize(e,n){zi(n,t),Fi.set(e,n),mo.delete(e)}}}function Yr(r,t,e,n){il(e,r),al(n,t);let o=e.length,s=n.length;if(o!==s)throw new Error("arrays of points and scalars must have equal length");let i=r.ZERO,a=Ci(BigInt(o)),c=1;a>12?c=a-3:a>4?c=a-2:a>0&&(c=2);let l=ve(c),u=new Array(Number(l)+1).fill(i),f=Math.floor((t.BITS-1)/c)*c,p=i;for(let y=f;y>=0;y-=c){u.fill(i);for(let g=0;g<s;g++){let k=n[g],K=Number(k>>BigInt(y)&l);u[K]=u[K].add(e[g])}let A=i;for(let g=u.length-1,k=i;g>0;g--)k=k.add(u[g]),A=A.add(k);if(p=p.add(A),y!==0)for(let g=0;g<c;g++)p=p.double()}return p}function pr(r){return uo(r.Fp),Jt(r,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...lo(r.n,r.nBitLength),...r,p:r.Fp.ORDER})}var Ht=BigInt(0),gt=BigInt(1),Wi=BigInt(2),cl=BigInt(8),ul={zip215:!0};function ll(r){let t=pr(r);return Jt(r,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...t})}function Gi(r){let t=ll(r),{Fp:e,n,prehash:o,hash:s,randomBytes:i,nByteLength:a,h:c}=t,l=Wi<<BigInt(a*8)-gt,u=e.create,f=te(t.n,t.nBitLength);function p(w,h){let m=e.sqr(w),v=e.sqr(h),_=e.add(e.mul(t.a,m),v),U=e.add(e.ONE,e.mul(t.d,e.mul(m,v)));return e.eql(_,U)}if(!p(t.Gx,t.Gy))throw new Error("bad curve params: generator point");let y=t.uvRatio||((w,h)=>{try{return{isValid:!0,value:e.sqrt(w*e.inv(h))}}catch{return{isValid:!1,value:Ht}}}),A=t.adjustScalarBytes||(w=>w),g=t.domain||((w,h,m)=>{if(qt("phflag",m),h.length||m)throw new Error("Contexts/pre-hash are not supported");return w});function k(w,h,m=!1){let v=m?gt:Ht;Pt("coordinate "+w,h,v,l)}function K(w){if(!(w instanceof d))throw new Error("ExtendedPoint expected")}let F=He((w,h)=>{let{ex:m,ey:v,ez:_}=w,U=w.is0();h==null&&(h=U?cl:e.inv(_));let M=u(m*h),q=u(v*h),V=u(_*h);if(U)return{x:Ht,y:gt};if(V!==gt)throw new Error("invZ was invalid");return{x:M,y:q}}),S=He(w=>{let{a:h,d:m}=t;if(w.is0())throw new Error("bad point: ZERO");let{ex:v,ey:_,ez:U,et:M}=w,q=u(v*v),V=u(_*_),W=u(U*U),ot=u(W*W),et=u(q*h),ut=u(W*u(et+V)),vt=u(ot+u(m*u(q*V)));if(ut!==vt)throw new Error("bad point: equation left != right (1)");let it=u(v*_),ft=u(U*M);if(it!==ft)throw new Error("bad point: equation left != right (2)");return!0});class d{constructor(h,m,v,_){k("x",h),k("y",m),k("z",v,!0),k("t",_),this.ex=h,this.ey=m,this.ez=v,this.et=_,Object.freeze(this)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(h){if(h instanceof d)throw new Error("extended point not allowed");let{x:m,y:v}=h||{};return k("x",m),k("y",v),new d(m,v,gt,u(m*v))}static normalizeZ(h){let m=Ve(e,h.map(v=>v.ez));return h.map((v,_)=>v.toAffine(m[_])).map(d.fromAffine)}static msm(h,m){return Yr(d,f,h,m)}_setWindowSize(h){B.setWindowSize(this,h)}assertValidity(){S(this)}equals(h){K(h);let{ex:m,ey:v,ez:_}=this,{ex:U,ey:M,ez:q}=h,V=u(m*q),W=u(U*_),ot=u(v*q),et=u(M*_);return V===W&&ot===et}is0(){return this.equals(d.ZERO)}negate(){return new d(u(-this.ex),this.ey,this.ez,u(-this.et))}double(){let{a:h}=t,{ex:m,ey:v,ez:_}=this,U=u(m*m),M=u(v*v),q=u(Wi*u(_*_)),V=u(h*U),W=m+v,ot=u(u(W*W)-U-M),et=V+M,ut=et-q,vt=V-M,it=u(ot*ut),ft=u(et*vt),Tt=u(ot*vt),kt=u(ut*et);return new d(it,ft,kt,Tt)}add(h){K(h);let{a:m,d:v}=t,{ex:_,ey:U,ez:M,et:q}=this,{ex:V,ey:W,ez:ot,et}=h,ut=u(_*V),vt=u(U*W),it=u(q*v*et),ft=u(M*ot),Tt=u((_+U)*(V+W)-ut-vt),kt=ft-it,Qe=ft+it,Os=u(vt-m*ut),dc=u(Tt*kt),hc=u(Qe*Os),pc=u(Tt*Os),mc=u(kt*Qe);return new d(dc,hc,mc,pc)}subtract(h){return this.add(h.negate())}wNAF(h){return B.wNAFCached(this,h,d.normalizeZ)}multiply(h){let m=h;Pt("scalar",m,gt,n);let{p:v,f:_}=this.wNAF(m);return d.normalizeZ([v,_])[0]}multiplyUnsafe(h,m=d.ZERO){let v=h;return Pt("scalar",v,Ht,n),v===Ht?I:this.is0()||v===gt?this:B.wNAFCachedUnsafe(this,v,d.normalizeZ,m)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return B.unsafeLadder(this,n).is0()}toAffine(h){return F(this,h)}clearCofactor(){let{h}=t;return h===gt?this:this.multiplyUnsafe(h)}static fromHex(h,m=!1){let{d:v,a:_}=t,U=e.BYTES;h=X("pointHex",h,U),qt("zip215",m);let M=h.slice(),q=h[U-1];M[U-1]=q&-129;let V=xe(M),W=m?l:e.ORDER;Pt("pointHex.y",V,Ht,W);let ot=u(V*V),et=u(ot-gt),ut=u(v*ot-_),{isValid:vt,value:it}=y(et,ut);if(!vt)throw new Error("Point.fromHex: invalid y coordinate");let ft=(it&gt)===gt,Tt=(q&128)!==0;if(!m&&it===Ht&&Tt)throw new Error("Point.fromHex: x=0 and x_0=1");return Tt!==ft&&(it=u(-it)),d.fromAffine({x:it,y:V})}static fromPrivateKey(h){let{scalar:m}=O(h);return b.multiply(m)}toRawBytes(){let{x:h,y:m}=this.toAffine(),v=qe(m,e.BYTES);return v[v.length-1]|=h&gt?128:0,v}toHex(){return le(this.toRawBytes())}}d.BASE=new d(t.Gx,t.Gy,gt,u(t.Gx*t.Gy)),d.ZERO=new d(Ht,gt,gt,Ht);let{BASE:b,ZERO:I}=d,B=Zr(d,a*8);function T(w){return $(w,n)}function R(w){return T(xe(w))}function O(w){let h=e.BYTES;w=X("private key",w,h);let m=X("hashed private key",s(w),2*h),v=A(m.slice(0,h)),_=m.slice(h,2*h),U=R(v);return{head:v,prefix:_,scalar:U}}function P(w){let{head:h,prefix:m,scalar:v}=O(w),_=b.multiply(v),U=_.toRawBytes();return{head:h,prefix:m,scalar:v,point:_,pointBytes:U}}function D(w){return P(w).pointBytes}function C(w=Uint8Array.of(),...h){let m=fe(...h);return R(s(g(m,X("context",w),!!o)))}function nt(w,h,m={}){w=X("message",w),o&&(w=o(w));let{prefix:v,scalar:_,pointBytes:U}=P(h),M=C(m.context,v,w),q=b.multiply(M).toRawBytes(),V=C(m.context,q,U,w),W=T(M+V*_);Pt("signature.s",W,Ht,n);let ot=fe(q,qe(W,e.BYTES));return X("result",ot,e.BYTES*2)}let E=ul;function x(w,h,m,v=E){let{context:_,zip215:U}=v,M=e.BYTES;w=X("signature",w,2*M),h=X("message",h),m=X("publicKey",m,M),U!==void 0&&qt("zip215",U),o&&(h=o(h));let q=xe(w.slice(M,2*M)),V,W,ot;try{V=d.fromHex(m,U),W=d.fromHex(w.slice(0,M),U),ot=b.multiplyUnsafe(q)}catch{return!1}if(!U&&V.isSmallOrder())return!1;let et=C(_,W.toRawBytes(),V.toRawBytes(),h);return W.add(V.multiplyUnsafe(et)).subtract(ot).clearCofactor().equals(d.ZERO)}return b._setWindowSize(8),{CURVE:t,getPublicKey:D,sign:nt,verify:x,ExtendedPoint:d,utils:{getExtendedPublicKey:P,randomPrivateKey:()=>i(e.BYTES),precompute(w=8,h=d.BASE){return h._setWindowSize(w),h.multiply(BigInt(3)),h}}}}var bo=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),$i=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),qh=BigInt(0),fl=BigInt(1),Zi=BigInt(2),Hh=BigInt(3),dl=BigInt(5),hl=BigInt(8);function pl(r){let t=BigInt(10),e=BigInt(20),n=BigInt(40),o=BigInt(80),s=bo,a=r*r%s*r%s,c=Q(a,Zi,s)*a%s,l=Q(c,fl,s)*r%s,u=Q(l,dl,s)*l%s,f=Q(u,t,s)*u%s,p=Q(f,e,s)*f%s,y=Q(p,n,s)*p%s,A=Q(y,o,s)*y%s,g=Q(A,o,s)*y%s,k=Q(g,t,s)*u%s;return{pow_p_5_8:Q(k,Zi,s)*r%s,b2:a}}function ml(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}function yl(r,t){let e=bo,n=$(t*t*t,e),o=$(n*n*t,e),s=pl(r*o).pow_p_5_8,i=$(r*n*s,e),a=$(t*i*i,e),c=i,l=$(i*$i,e),u=a===r,f=a===$(-r,e),p=a===$(-r*$i,e);return u&&(i=c),(f||p)&&(i=l),Oi(i,e)&&(i=$(-i,e)),{isValid:u||f,value:i}}var Yi=te(bo,void 0,!0),gl={a:Yi.create(BigInt(-1)),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:Yi,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:hl,Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:Bi,randomBytes:Vr,adjustScalarBytes:ml,uvRatio:yl},ji=Gi(gl);var jr=32;function Xi(r,t,e){return ji.verify(t,e instanceof Uint8Array?e:e.subarray(),r)}var Xr=class{type="Ed25519";raw;constructor(t){this.raw=wo(t,jr)}toMultihash(){return Ut.digest(Ct(this))}toCID(){return tt.createV1(114,this.toMultihash())}toString(){return Z.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:j(this.raw,t.raw)}verify(t,e,n){return n?.signal?.throwIfAborted(),Xi(this.raw,e,t)}};function xo(r){return r=wo(r,jr),new Xr(r)}function wo(r,t){if(r=Uint8Array.from(r??[]),r.length!==t)throw new H(`Key must be a Uint8Array of length ${t}, got ${r.length}`);return r}var wl=Math.pow(2,7),xl=Math.pow(2,14),El=Math.pow(2,21),Eo=Math.pow(2,28),vo=Math.pow(2,35),Ao=Math.pow(2,42),So=Math.pow(2,49),z=128,dt=127;function Bt(r){if(r<wl)return 1;if(r<xl)return 2;if(r<El)return 3;if(r<Eo)return 4;if(r<vo)return 5;if(r<Ao)return 6;if(r<So)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Io(r,t,e=0){switch(Bt(r)){case 8:t[e++]=r&255|z,r/=128;case 7:t[e++]=r&255|z,r/=128;case 6:t[e++]=r&255|z,r/=128;case 5:t[e++]=r&255|z,r/=128;case 4:t[e++]=r&255|z,r>>>=7;case 3:t[e++]=r&255|z,r>>>=7;case 2:t[e++]=r&255|z,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function vl(r,t,e=0){switch(Bt(r)){case 8:t.set(e++,r&255|z),r/=128;case 7:t.set(e++,r&255|z),r/=128;case 6:t.set(e++,r&255|z),r/=128;case 5:t.set(e++,r&255|z),r/=128;case 4:t.set(e++,r&255|z),r>>>=7;case 3:t.set(e++,r&255|z),r>>>=7;case 2:t.set(e++,r&255|z),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function Bo(r,t){let e=r[t],n=0;if(n+=e&dt,e<z||(e=r[t+1],n+=(e&dt)<<7,e<z)||(e=r[t+2],n+=(e&dt)<<14,e<z)||(e=r[t+3],n+=(e&dt)<<21,e<z)||(e=r[t+4],n+=(e&dt)*Eo,e<z)||(e=r[t+5],n+=(e&dt)*vo,e<z)||(e=r[t+6],n+=(e&dt)*Ao,e<z)||(e=r[t+7],n+=(e&dt)*So,e<z))return n;throw new RangeError("Could not decode varint")}function Al(r,t){let e=r.get(t),n=0;if(n+=e&dt,e<z||(e=r.get(t+1),n+=(e&dt)<<7,e<z)||(e=r.get(t+2),n+=(e&dt)<<14,e<z)||(e=r.get(t+3),n+=(e&dt)<<21,e<z)||(e=r.get(t+4),n+=(e&dt)*Eo,e<z)||(e=r.get(t+5),n+=(e&dt)*vo,e<z)||(e=r.get(t+6),n+=(e&dt)*Ao,e<z)||(e=r.get(t+7),n+=(e&dt)*So,e<z))return n;throw new RangeError("Could not decode varint")}function Vt(r,t,e=0){return t==null&&(t=St(Bt(r))),t instanceof Uint8Array?Io(r,t,e):vl(r,t,e)}function Se(r,t=0){return r instanceof Uint8Array?Bo(r,t):Al(r,t)}var Lo=new Float32Array([-0]),de=new Uint8Array(Lo.buffer);function Ji(r,t,e){Lo[0]=r,t[e]=de[0],t[e+1]=de[1],t[e+2]=de[2],t[e+3]=de[3]}function ta(r,t){return de[0]=r[t],de[1]=r[t+1],de[2]=r[t+2],de[3]=r[t+3],Lo[0]}var Po=new Float64Array([-0]),ht=new Uint8Array(Po.buffer);function ea(r,t,e){Po[0]=r,t[e]=ht[0],t[e+1]=ht[1],t[e+2]=ht[2],t[e+3]=ht[3],t[e+4]=ht[4],t[e+5]=ht[5],t[e+6]=ht[6],t[e+7]=ht[7]}function ra(r,t){return ht[0]=r[t],ht[1]=r[t+1],ht[2]=r[t+2],ht[3]=r[t+3],ht[4]=r[t+4],ht[5]=r[t+5],ht[6]=r[t+6],ht[7]=r[t+7],Po[0]}var Sl=BigInt(Number.MAX_SAFE_INTEGER),Il=BigInt(Number.MIN_SAFE_INTEGER),_t=class r{lo;hi;constructor(t,e){this.lo=t|0,this.hi=e|0}toNumber(t=!1){if(!t&&this.hi>>>31>0){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(e+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(t=!1){if(t)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(BigInt(e)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(t=!1){return this.toBigInt(t).toString()}zzEncode(){let t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this}zzDecode(){let t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this}length(){let t=this.lo,e=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?e===0?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:n<128?9:10}static fromBigInt(t){if(t===0n)return Ie;if(t<Sl&&t>Il)return this.fromNumber(Number(t));let e=t<0n;e&&(t=-t);let n=t>>32n,o=t-(n<<32n);return e&&(n=~n|0n,o=~o|0n,++o>na&&(o=0n,++n>na&&(n=0n))),new r(Number(o),Number(n))}static fromNumber(t){if(t===0)return Ie;let e=t<0;e&&(t=-t);let n=t>>>0,o=(t-n)/4294967296>>>0;return e&&(o=~o>>>0,n=~n>>>0,++n>4294967295&&(n=0,++o>4294967295&&(o=0))),new r(n,o)}static from(t){return typeof t=="number"?r.fromNumber(t):typeof t=="bigint"?r.fromBigInt(t):typeof t=="string"?r.fromBigInt(BigInt(t)):t.low!=null||t.high!=null?new r(t.low>>>0,t.high>>>0):Ie}},Ie=new _t(0,0);Ie.toBigInt=function(){return 0n};Ie.zzEncode=Ie.zzDecode=function(){return this};Ie.length=function(){return 1};var na=4294967296n;function oa(r){let t=0,e=0;for(let n=0;n<r.length;++n)e=r.charCodeAt(n),e<128?t+=1:e<2048?t+=2:(e&64512)===55296&&(r.charCodeAt(n+1)&64512)===56320?(++n,t+=4):t+=3;return t}function sa(r,t,e){if(e-t<1)return"";let o,s=[],i=0,a;for(;t<e;)a=r[t++],a<128?s[i++]=a:a>191&&a<224?s[i++]=(a&31)<<6|r[t++]&63:a>239&&a<365?(a=((a&7)<<18|(r[t++]&63)<<12|(r[t++]&63)<<6|r[t++]&63)-65536,s[i++]=55296+(a>>10),s[i++]=56320+(a&1023)):s[i++]=(a&15)<<12|(r[t++]&63)<<6|r[t++]&63,i>8191&&((o??(o=[])).push(String.fromCharCode.apply(String,s)),i=0);return o!=null?(i>0&&o.push(String.fromCharCode.apply(String,s.slice(0,i))),o.join("")):String.fromCharCode.apply(String,s.slice(0,i))}function _o(r,t,e){let n=e,o,s;for(let i=0;i<r.length;++i)o=r.charCodeAt(i),o<128?t[e++]=o:o<2048?(t[e++]=o>>6|192,t[e++]=o&63|128):(o&64512)===55296&&((s=r.charCodeAt(i+1))&64512)===56320?(o=65536+((o&1023)<<10)+(s&1023),++i,t[e++]=o>>18|240,t[e++]=o>>12&63|128,t[e++]=o>>6&63|128,t[e++]=o&63|128):(t[e++]=o>>12|224,t[e++]=o>>6&63|128,t[e++]=o&63|128);return e-n}function Ot(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function Qr(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var Co=class{buf;pos;len;_slice=Uint8Array.prototype.subarray;constructor(t){this.buf=t,this.pos=0,this.len=t.length}uint32(){let t=4294967295;if(t=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(t=(t|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return t;if((this.pos+=5)>this.len)throw this.pos=this.len,Ot(this,10);return t}int32(){return this.uint32()|0}sint32(){let t=this.uint32();return t>>>1^-(t&1)|0}bool(){return this.uint32()!==0}fixed32(){if(this.pos+4>this.len)throw Ot(this,4);return Qr(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw Ot(this,4);return Qr(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw Ot(this,4);let t=ta(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw Ot(this,4);let t=ra(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),e=this.pos,n=this.pos+t;if(n>this.len)throw Ot(this,t);return this.pos+=t,e===n?new Uint8Array(0):this.buf.subarray(e,n)}string(){let t=this.bytes();return sa(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw Ot(this,t);this.pos+=t}else do if(this.pos>=this.len)throw Ot(this);while((this.buf[this.pos++]&128)!==0);return this}skipType(t){switch(t){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(t=this.uint32()&7)!==4;)this.skipType(t);break;case 5:this.skip(4);break;default:throw Error(`invalid wire type ${t} at offset ${this.pos}`)}return this}readLongVarint(){let t=new _t(0,0),e=0;if(this.len-this.pos>4){for(;e<4;++e)if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t;if(t.lo=(t.lo|(this.buf[this.pos]&127)<<28)>>>0,t.hi=(t.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return t;e=0}else{for(;e<3;++e){if(this.pos>=this.len)throw Ot(this);if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(this.buf[this.pos++]&127)<<e*7)>>>0,t}if(this.len-this.pos>4){for(;e<5;++e)if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}else for(;e<5;++e){if(this.pos>=this.len)throw Ot(this);if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw Ot(this,8);let t=Qr(this.buf,this.pos+=4),e=Qr(this.buf,this.pos+=4);return new _t(t,e)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let t=Bo(this.buf,this.pos);return this.pos+=Bt(t),t}uint64String(){return this.readLongVarint().toString(!0)}sint64(){return this.readLongVarint().zzDecode().toBigInt()}sint64Number(){return this.readLongVarint().zzDecode().toNumber()}sint64String(){return this.readLongVarint().zzDecode().toString()}fixed64(){return this.readFixed64().toBigInt()}fixed64Number(){return this.readFixed64().toNumber()}fixed64String(){return this.readFixed64().toString()}sfixed64(){return this.readFixed64().toBigInt()}sfixed64Number(){return this.readFixed64().toNumber()}sfixed64String(){return this.readFixed64().toString()}};function Ro(r){return new Co(r instanceof Uint8Array?r:r.subarray())}function bt(r,t,e){let n=Ro(r);return t.decode(n,void 0,e)}function ko(r){let t=r??8192,e=t>>>1,n,o=t;return function(i){if(i<1||i>e)return St(i);o+i>t&&(n=St(t),o=0);let a=n.subarray(o,o+=i);return(o&7)!==0&&(o=(o|7)+1),a}}var Be=class{fn;len;next;val;constructor(t,e,n){this.fn=t,this.len=e,this.next=void 0,this.val=n}};function Ko(){}var Uo=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},Bl=ko();function Tl(r){return globalThis.Buffer!=null?St(r):Bl(r)}var yr=class{len;head;tail;states;constructor(){this.len=0,this.head=new Be(Ko,0,0),this.tail=this.head,this.states=null}_push(t,e,n){return this.tail=this.tail.next=new Be(t,e,n),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new No((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this}int32(t){return t<0?this._push(Jr,10,_t.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=_t.fromBigInt(t);return this._push(Jr,e.length(),e)}uint64Number(t){return this._push(Io,Bt(t),t)}uint64String(t){return this.uint64(BigInt(t))}int64(t){return this.uint64(t)}int64Number(t){return this.uint64Number(t)}int64String(t){return this.uint64String(t)}sint64(t){let e=_t.fromBigInt(t).zzEncode();return this._push(Jr,e.length(),e)}sint64Number(t){let e=_t.fromNumber(t).zzEncode();return this._push(Jr,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(Do,1,t?1:0)}fixed32(t){return this._push(mr,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=_t.fromBigInt(t);return this._push(mr,4,e.lo)._push(mr,4,e.hi)}fixed64Number(t){let e=_t.fromNumber(t);return this._push(mr,4,e.lo)._push(mr,4,e.hi)}fixed64String(t){return this.fixed64(BigInt(t))}sfixed64(t){return this.fixed64(t)}sfixed64Number(t){return this.fixed64Number(t)}sfixed64String(t){return this.fixed64String(t)}float(t){return this._push(Ji,4,t)}double(t){return this._push(ea,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(Do,1,0):this.uint32(e)._push(Pl,e,t)}string(t){let e=oa(t);return e!==0?this.uint32(e)._push(_o,e,t):this._push(Do,1,0)}fork(){return this.states=new Uo(this),this.head=this.tail=new Be(Ko,0,0),this.len=0,this}reset(){return this.states!=null?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new Be(Ko,0,0),this.len=0),this}ldelim(){let t=this.head,e=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=t.next,this.tail=e,this.len+=n),this}finish(){let t=this.head.next,e=Tl(this.len),n=0;for(;t!=null;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e}};function Do(r,t,e){t[e]=r&255}function Ll(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var No=class extends Be{next;constructor(t,e){super(Ll,t,e),this.next=void 0}};function Jr(r,t,e){for(;r.hi!==0;)t[e++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)t[e++]=r.lo&127|128,r.lo=r.lo>>>7;t[e++]=r.lo}function mr(r,t,e){t[e]=r&255,t[e+1]=r>>>8&255,t[e+2]=r>>>16&255,t[e+3]=r>>>24}function Pl(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(yr.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(_l,t,r),this},yr.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(Cl,t,r),this});function _l(r,t,e){t.set(r,e)}function Cl(r,t,e){r.length<40?_o(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(G(r),e)}function Oo(){return new yr}function wt(r,t){let e=Oo();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}var ze;(function(r){r[r.VARINT=0]="VARINT",r[r.BIT64=1]="BIT64",r[r.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",r[r.START_GROUP=3]="START_GROUP",r[r.END_GROUP=4]="END_GROUP",r[r.BIT32=5]="BIT32"})(ze||(ze={}));function tn(r,t,e,n){return{name:r,type:t,encode:e,decode:n}}function Mo(r){function t(o){if(r[o.toString()]==null)throw new Error("Invalid enum value");return r[o]}let e=function(s,i){let a=t(s);i.int32(a)},n=function(s){let i=s.int32();return t(i)};return tn("enum",ze.VARINT,e,n)}function xt(r,t){return tn("message",ze.LENGTH_DELIMITED,r,t)}var Te=class extends Error{code="ERR_MAX_LENGTH";name="MaxLengthError"},gr=class extends Error{code="ERR_MAX_SIZE";name="MaxSizeError"};var rt;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.secp256k1="secp256k1",r.ECDSA="ECDSA"})(rt||(rt={}));var qo;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.secp256k1=2]="secp256k1",r[r.ECDSA=3]="ECDSA"})(qo||(qo={}));(function(r){r.codec=()=>Mo(qo)})(rt||(rt={}));var zt;(function(r){let t;r.codec=()=>(t==null&&(t=xt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),rt.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.Type=rt.codec().decode(e);break}case 2:{s.Data=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>wt(e,r.codec()),r.decode=(e,n)=>bt(e,r.codec(),n)})(zt||(zt={}));var Ho;(function(r){let t;r.codec=()=>(t==null&&(t=xt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),rt.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.Type=rt.codec().decode(e);break}case 2:{s.Data=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>wt(e,r.codec()),r.decode=(e,n)=>bt(e,r.codec(),n)})(Ho||(Ho={}));var br=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}},en=class extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}};var ca={get(r=globalThis){let t=r.crypto;if(t?.subtle==null)throw new en("Missing Web Crypto API. The most likely cause of this error is that this page is being accessed from an insecure context (i.e. not HTTPS). For more information and possible resolutions see https://github.com/libp2p/js-libp2p/blob/main/packages/crypto/README.md#web-crypto-api");return t}};var he=ca;var xr={};At(xr,{MAX_RSA_KEY_SIZE:()=>Vo,generateRSAKeyPair:()=>da,jwkToJWKKeyPair:()=>ha,jwkToPkcs1:()=>Dl,jwkToPkix:()=>Go,jwkToRSAPrivateKey:()=>jo,pkcs1MessageToJwk:()=>Fo,pkcs1MessageToRSAPrivateKey:()=>$o,pkcs1ToJwk:()=>Kl,pkcs1ToRSAPrivateKey:()=>fa,pkixMessageToJwk:()=>Wo,pkixMessageToRSAPublicKey:()=>Yo,pkixToJwk:()=>Ul,pkixToRSAPublicKey:()=>Zo});var rn=Wr;var Fe=class{type="RSA";jwk;_raw;_multihash;constructor(t,e){this.jwk=t,this._multihash=e}get raw(){return this._raw==null&&(this._raw=xr.jwkToPkix(this.jwk)),this._raw}toMultihash(){return this._multihash}toCID(){return tt.createV1(114,this._multihash)}toString(){return Z.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:j(this.raw,t.raw)}verify(t,e,n){return la(this.jwk,e,t,n)}},wr=class{type="RSA";jwk;_raw;publicKey;constructor(t,e){this.jwk=t,this.publicKey=e}get raw(){return this._raw==null&&(this._raw=xr.jwkToPkcs1(this.jwk)),this._raw}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:j(this.raw,t.raw)}sign(t,e){return ua(this.jwk,t,e)}};var Vo=8192,zo=18,Rl=1062,kl=Uint8Array.from([48,13,6,9,42,134,72,134,247,13,1,1,1,5,0]);function Kl(r){let t=Zt(r);return Fo(t)}function Fo(r){return{n:N(r[1],"base64url"),e:N(r[2],"base64url"),d:N(r[3],"base64url"),p:N(r[4],"base64url"),q:N(r[5],"base64url"),dp:N(r[6],"base64url"),dq:N(r[7],"base64url"),qi:N(r[8],"base64url"),kty:"RSA"}}function Dl(r){if(r.n==null||r.e==null||r.d==null||r.p==null||r.q==null||r.dp==null||r.dq==null||r.qi==null)throw new H("JWK was missing components");return ie([It(Uint8Array.from([0])),It(G(r.n,"base64url")),It(G(r.e,"base64url")),It(G(r.d,"base64url")),It(G(r.p,"base64url")),It(G(r.q,"base64url")),It(G(r.dp,"base64url")),It(G(r.dq,"base64url")),It(G(r.qi,"base64url"))]).subarray()}function Ul(r){let t=Zt(r,{offset:0});return Wo(t)}function Wo(r){let t=Zt(r[1],{offset:0});return{kty:"RSA",n:N(t[0],"base64url"),e:N(t[1],"base64url")}}function Go(r){if(r.n==null||r.e==null)throw new H("JWK was missing components");return ie([kl,Mr(ie([It(G(r.n,"base64url")),It(G(r.e,"base64url"))]))]).subarray()}function fa(r){let t=Zt(r);return $o(t)}function $o(r){let t=Fo(r);return jo(t)}function Zo(r,t){if(r.byteLength>=Rl)throw new Ce("Key size is too large");let e=Zt(r,{offset:0});return Yo(e,r,t)}function Yo(r,t,e){let n=Wo(r);if(e==null){let o=rn(zt.encode({Type:rt.RSA,Data:t}));e=Dt(zo,o)}return new Fe(n,e)}function jo(r){if(ma(r)>Vo)throw new H("Key size is too large");let t=ha(r),e=rn(zt.encode({Type:rt.RSA,Data:Go(t.publicKey)})),n=Dt(zo,e);return new wr(t.privateKey,new Fe(t.publicKey,n))}async function da(r){if(r>Vo)throw new H("Key size is too large");let t=await pa(r),e=rn(zt.encode({Type:rt.RSA,Data:Go(t.publicKey)})),n=Dt(zo,e);return new wr(t.privateKey,new Fe(t.publicKey,n))}function ha(r){if(r==null)throw new H("Missing key parameter");return{privateKey:r,publicKey:{kty:r.kty,n:r.n,e:r.e}}}async function pa(r,t){let e=await he.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:r,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]);t?.signal?.throwIfAborted();let n=await Nl(e,t);return{privateKey:n[0],publicKey:n[1]}}async function ua(r,t,e){let n=await he.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]);e?.signal?.throwIfAborted();let o=await he.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},n,t instanceof Uint8Array?t:t.subarray());return e?.signal?.throwIfAborted(),new Uint8Array(o,0,o.byteLength)}async function la(r,t,e,n){let o=await he.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);n?.signal?.throwIfAborted();let s=await he.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},o,t,e instanceof Uint8Array?e:e.subarray());return n?.signal?.throwIfAborted(),s}async function Nl(r,t){if(r.privateKey==null||r.publicKey==null)throw new H("Private and public key are required");let e=await Promise.all([he.get().subtle.exportKey("jwk",r.privateKey),he.get().subtle.exportKey("jwk",r.publicKey)]);return t?.signal?.throwIfAborted(),e}function ma(r){if(r.kty!=="RSA")throw new H("invalid key type");if(r.n==null)throw new H("invalid key modulus");return G(r.n,"base64url").length*8}var nn=class extends Ne{constructor(t,e){super(),this.finished=!1,this.destroyed=!1,di(t);let n=cr(e);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let o=this.blockLen,s=new Uint8Array(o);s.set(n.length>o?t.create().update(n).digest():n);for(let i=0;i<s.length;i++)s[i]^=54;this.iHash.update(s),this.oHash=t.create();for(let i=0;i<s.length;i++)s[i]^=106;this.oHash.update(s),Yt(s)}update(t){return Oe(this),this.iHash.update(t),this}digestInto(t){Oe(this),ge(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:e,iHash:n,finished:o,destroyed:s,blockLen:i,outputLen:a}=this;return t=t,t.finished=o,t.destroyed=s,t.blockLen=i,t.outputLen=a,t.oHash=e._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},Xo=(r,t,e)=>new nn(r,t).update(e).digest();Xo.create=(r,t)=>new nn(r,t);function ya(r){r.lowS!==void 0&&qt("lowS",r.lowS),r.prehash!==void 0&&qt("prehash",r.prehash)}function Ol(r){let t=pr(r);Jt(t,{a:"field",b:"field"},{allowInfinityPoint:"boolean",allowedPrivateKeyLengths:"array",clearCofactor:"function",fromBytes:"function",isTorsionFree:"function",toBytes:"function",wrapPrivateKey:"boolean"});let{endo:e,Fp:n,a:o}=t;if(e){if(!n.eql(o,n.ZERO))throw new Error("invalid endo: CURVE.a must be 0");if(typeof e!="object"||typeof e.beta!="bigint"||typeof e.splitScalar!="function")throw new Error('invalid endo: expected "beta": bigint and "splitScalar": function')}return Object.freeze({...t})}var ts=class extends Error{constructor(t=""){super(t)}},ee={Err:ts,_tlv:{encode:(r,t)=>{let{Err:e}=ee;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length&1)throw new e("tlv.encode: unpadded data");let n=t.length/2,o=dr(n);if(o.length/2&128)throw new e("tlv.encode: long form length too big");let s=n>127?dr(o.length/2|128):"";return dr(r)+s+o+t},decode(r,t){let{Err:e}=ee,n=0;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length<2||t[n++]!==r)throw new e("tlv.decode: wrong tlv");let o=t[n++],s=!!(o&128),i=0;if(!s)i=o;else{let c=o&127;if(!c)throw new e("tlv.decode(long): indefinite length not supported");if(c>4)throw new e("tlv.decode(long): byte length is too big");let l=t.subarray(n,n+c);if(l.length!==c)throw new e("tlv.decode: length bytes not complete");if(l[0]===0)throw new e("tlv.decode(long): zero leftmost byte");for(let u of l)i=i<<8|u;if(n+=c,i<128)throw new e("tlv.decode(long): not minimal encoding")}let a=t.subarray(n,n+i);if(a.length!==i)throw new e("tlv.decode: wrong value length");return{v:a,l:t.subarray(n+i)}}},_int:{encode(r){let{Err:t}=ee;if(r<re)throw new t("integer: negative integers are not allowed");let e=dr(r);if(Number.parseInt(e[0],16)&8&&(e="00"+e),e.length&1)throw new t("unexpected DER parsing assertion: unpadded hex");return e},decode(r){let{Err:t}=ee;if(r[0]&128)throw new t("invalid signature integer: negative");if(r[0]===0&&!(r[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return Qt(r)}},toSig(r){let{Err:t,_int:e,_tlv:n}=ee,o=X("signature",r),{v:s,l:i}=n.decode(48,o);if(i.length)throw new t("invalid signature: left bytes after parsing");let{v:a,l:c}=n.decode(2,s),{v:l,l:u}=n.decode(2,c);if(u.length)throw new t("invalid signature: left bytes after parsing");return{r:e.decode(a),s:e.decode(l)}},hexFromSig(r){let{_tlv:t,_int:e}=ee,n=t.encode(2,e.encode(r.r)),o=t.encode(2,e.encode(r.s)),s=n+o;return t.encode(48,s)}};function Qo(r,t){return le(Ee(r,t))}var re=BigInt(0),ct=BigInt(1),p0=BigInt(2),Jo=BigInt(3),Ml=BigInt(4);function ql(r){let t=Ol(r),{Fp:e}=t,n=te(t.n,t.nBitLength),o=t.toBytes||((S,d,b)=>{let I=d.toAffine();return fe(Uint8Array.from([4]),e.toBytes(I.x),e.toBytes(I.y))}),s=t.fromBytes||(S=>{let d=S.subarray(1),b=e.fromBytes(d.subarray(0,e.BYTES)),I=e.fromBytes(d.subarray(e.BYTES,2*e.BYTES));return{x:b,y:I}});function i(S){let{a:d,b}=t,I=e.sqr(S),B=e.mul(I,S);return e.add(e.add(B,e.mul(S,d)),b)}function a(S,d){let b=e.sqr(d),I=i(S);return e.eql(b,I)}if(!a(t.Gx,t.Gy))throw new Error("bad curve params: generator point");let c=e.mul(e.pow(t.a,Jo),Ml),l=e.mul(e.sqr(t.b),BigInt(27));if(e.is0(e.add(c,l)))throw new Error("bad curve params: a or b");function u(S){return Gr(S,ct,t.n)}function f(S){let{allowedPrivateKeyLengths:d,nByteLength:b,wrapPrivateKey:I,n:B}=t;if(d&&typeof S!="bigint"){if(Me(S)&&(S=le(S)),typeof S!="string"||!d.includes(S.length))throw new Error("invalid private key");S=S.padStart(b*2,"0")}let T;try{T=typeof S=="bigint"?S:Qt(X("private key",S,b))}catch{throw new Error("invalid private key, expected hex or "+b+" bytes, got "+typeof S)}return I&&(T=$(T,B)),Pt("private key",T,ct,B),T}function p(S){if(!(S instanceof g))throw new Error("ProjectivePoint expected")}let y=He((S,d)=>{let{px:b,py:I,pz:B}=S;if(e.eql(B,e.ONE))return{x:b,y:I};let T=S.is0();d==null&&(d=T?e.ONE:e.inv(B));let R=e.mul(b,d),O=e.mul(I,d),P=e.mul(B,d);if(T)return{x:e.ZERO,y:e.ZERO};if(!e.eql(P,e.ONE))throw new Error("invZ was invalid");return{x:R,y:O}}),A=He(S=>{if(S.is0()){if(t.allowInfinityPoint&&!e.is0(S.py))return;throw new Error("bad point: ZERO")}let{x:d,y:b}=S.toAffine();if(!e.isValid(d)||!e.isValid(b))throw new Error("bad point: x or y not FE");if(!a(d,b))throw new Error("bad point: equation left != right");if(!S.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class g{constructor(d,b,I){if(d==null||!e.isValid(d))throw new Error("x required");if(b==null||!e.isValid(b)||e.is0(b))throw new Error("y required");if(I==null||!e.isValid(I))throw new Error("z required");this.px=d,this.py=b,this.pz=I,Object.freeze(this)}static fromAffine(d){let{x:b,y:I}=d||{};if(!d||!e.isValid(b)||!e.isValid(I))throw new Error("invalid affine point");if(d instanceof g)throw new Error("projective point not allowed");let B=T=>e.eql(T,e.ZERO);return B(b)&&B(I)?g.ZERO:new g(b,I,e.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(d){let b=Ve(e,d.map(I=>I.pz));return d.map((I,B)=>I.toAffine(b[B])).map(g.fromAffine)}static fromHex(d){let b=g.fromAffine(s(X("pointHex",d)));return b.assertValidity(),b}static fromPrivateKey(d){return g.BASE.multiply(f(d))}static msm(d,b){return Yr(g,n,d,b)}_setWindowSize(d){F.setWindowSize(this,d)}assertValidity(){A(this)}hasEvenY(){let{y:d}=this.toAffine();if(e.isOdd)return!e.isOdd(d);throw new Error("Field doesn't support isOdd")}equals(d){p(d);let{px:b,py:I,pz:B}=this,{px:T,py:R,pz:O}=d,P=e.eql(e.mul(b,O),e.mul(T,B)),D=e.eql(e.mul(I,O),e.mul(R,B));return P&&D}negate(){return new g(this.px,e.neg(this.py),this.pz)}double(){let{a:d,b}=t,I=e.mul(b,Jo),{px:B,py:T,pz:R}=this,O=e.ZERO,P=e.ZERO,D=e.ZERO,C=e.mul(B,B),nt=e.mul(T,T),E=e.mul(R,R),x=e.mul(B,T);return x=e.add(x,x),D=e.mul(B,R),D=e.add(D,D),O=e.mul(d,D),P=e.mul(I,E),P=e.add(O,P),O=e.sub(nt,P),P=e.add(nt,P),P=e.mul(O,P),O=e.mul(x,O),D=e.mul(I,D),E=e.mul(d,E),x=e.sub(C,E),x=e.mul(d,x),x=e.add(x,D),D=e.add(C,C),C=e.add(D,C),C=e.add(C,E),C=e.mul(C,x),P=e.add(P,C),E=e.mul(T,R),E=e.add(E,E),C=e.mul(E,x),O=e.sub(O,C),D=e.mul(E,nt),D=e.add(D,D),D=e.add(D,D),new g(O,P,D)}add(d){p(d);let{px:b,py:I,pz:B}=this,{px:T,py:R,pz:O}=d,P=e.ZERO,D=e.ZERO,C=e.ZERO,nt=t.a,E=e.mul(t.b,Jo),x=e.mul(b,T),L=e.mul(I,R),w=e.mul(B,O),h=e.add(b,I),m=e.add(T,R);h=e.mul(h,m),m=e.add(x,L),h=e.sub(h,m),m=e.add(b,B);let v=e.add(T,O);return m=e.mul(m,v),v=e.add(x,w),m=e.sub(m,v),v=e.add(I,B),P=e.add(R,O),v=e.mul(v,P),P=e.add(L,w),v=e.sub(v,P),C=e.mul(nt,m),P=e.mul(E,w),C=e.add(P,C),P=e.sub(L,C),C=e.add(L,C),D=e.mul(P,C),L=e.add(x,x),L=e.add(L,x),w=e.mul(nt,w),m=e.mul(E,m),L=e.add(L,w),w=e.sub(x,w),w=e.mul(nt,w),m=e.add(m,w),x=e.mul(L,m),D=e.add(D,x),x=e.mul(v,m),P=e.mul(h,P),P=e.sub(P,x),x=e.mul(h,L),C=e.mul(v,C),C=e.add(C,x),new g(P,D,C)}subtract(d){return this.add(d.negate())}is0(){return this.equals(g.ZERO)}wNAF(d){return F.wNAFCached(this,d,g.normalizeZ)}multiplyUnsafe(d){let{endo:b,n:I}=t;Pt("scalar",d,re,I);let B=g.ZERO;if(d===re)return B;if(this.is0()||d===ct)return this;if(!b||F.hasPrecomputes(this))return F.wNAFCachedUnsafe(this,d,g.normalizeZ);let{k1neg:T,k1:R,k2neg:O,k2:P}=b.splitScalar(d),D=B,C=B,nt=this;for(;R>re||P>re;)R&ct&&(D=D.add(nt)),P&ct&&(C=C.add(nt)),nt=nt.double(),R>>=ct,P>>=ct;return T&&(D=D.negate()),O&&(C=C.negate()),C=new g(e.mul(C.px,b.beta),C.py,C.pz),D.add(C)}multiply(d){let{endo:b,n:I}=t;Pt("scalar",d,ct,I);let B,T;if(b){let{k1neg:R,k1:O,k2neg:P,k2:D}=b.splitScalar(d),{p:C,f:nt}=this.wNAF(O),{p:E,f:x}=this.wNAF(D);C=F.constTimeNegate(R,C),E=F.constTimeNegate(P,E),E=new g(e.mul(E.px,b.beta),E.py,E.pz),B=C.add(E),T=nt.add(x)}else{let{p:R,f:O}=this.wNAF(d);B=R,T=O}return g.normalizeZ([B,T])[0]}multiplyAndAddUnsafe(d,b,I){let B=g.BASE,T=(O,P)=>P===re||P===ct||!O.equals(B)?O.multiplyUnsafe(P):O.multiply(P),R=T(this,b).add(T(d,I));return R.is0()?void 0:R}toAffine(d){return y(this,d)}isTorsionFree(){let{h:d,isTorsionFree:b}=t;if(d===ct)return!0;if(b)return b(g,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:d,clearCofactor:b}=t;return d===ct?this:b?b(g,this):this.multiplyUnsafe(t.h)}toRawBytes(d=!0){return qt("isCompressed",d),this.assertValidity(),o(g,this,d)}toHex(d=!0){return qt("isCompressed",d),le(this.toRawBytes(d))}}g.BASE=new g(t.Gx,t.Gy,e.ONE),g.ZERO=new g(e.ZERO,e.ONE,e.ZERO);let{endo:k,nBitLength:K}=t,F=Zr(g,k?Math.ceil(K/2):K);return{CURVE:t,ProjectivePoint:g,normPrivateKeyToScalar:f,weierstrassEquation:i,isWithinCurveOrder:u}}function Hl(r){let t=pr(r);return Jt(t,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...t})}function ga(r){let t=Hl(r),{Fp:e,n,nByteLength:o,nBitLength:s}=t,i=e.BYTES+1,a=2*e.BYTES+1;function c(E){return $(E,n)}function l(E){return $r(E,n)}let{ProjectivePoint:u,normPrivateKeyToScalar:f,weierstrassEquation:p,isWithinCurveOrder:y}=ql({...t,toBytes(E,x,L){let w=x.toAffine(),h=e.toBytes(w.x),m=fe;return qt("isCompressed",L),L?m(Uint8Array.from([x.hasEvenY()?2:3]),h):m(Uint8Array.from([4]),h,e.toBytes(w.y))},fromBytes(E){let x=E.length,L=E[0],w=E.subarray(1);if(x===i&&(L===2||L===3)){let h=Qt(w);if(!Gr(h,ct,e.ORDER))throw new Error("Point is not on curve");let m=p(h),v;try{v=e.sqrt(m)}catch(M){let q=M instanceof Error?": "+M.message:"";throw new Error("Point is not on curve"+q)}let _=(v&ct)===ct;return(L&1)===1!==_&&(v=e.neg(v)),{x:h,y:v}}else if(x===a&&L===4){let h=e.fromBytes(w.subarray(0,e.BYTES)),m=e.fromBytes(w.subarray(e.BYTES,2*e.BYTES));return{x:h,y:m}}else{let h=i,m=a;throw new Error("invalid Point, expected length of "+h+", or uncompressed "+m+", got "+x)}}});function A(E){let x=n>>ct;return E>x}function g(E){return A(E)?c(-E):E}let k=(E,x,L)=>Qt(E.slice(x,L));class K{constructor(x,L,w){Pt("r",x,ct,n),Pt("s",L,ct,n),this.r=x,this.s=L,w!=null&&(this.recovery=w),Object.freeze(this)}static fromCompact(x){let L=o;return x=X("compactSignature",x,L*2),new K(k(x,0,L),k(x,L,2*L))}static fromDER(x){let{r:L,s:w}=ee.toSig(X("DER",x));return new K(L,w)}assertValidity(){}addRecoveryBit(x){return new K(this.r,this.s,x)}recoverPublicKey(x){let{r:L,s:w,recovery:h}=this,m=B(X("msgHash",x));if(h==null||![0,1,2,3].includes(h))throw new Error("recovery id invalid");let v=h===2||h===3?L+t.n:L;if(v>=e.ORDER)throw new Error("recovery id 2 or 3 invalid");let _=(h&1)===0?"02":"03",U=u.fromHex(_+Qo(v,e.BYTES)),M=l(v),q=c(-m*M),V=c(w*M),W=u.BASE.multiplyAndAddUnsafe(U,q,V);if(!W)throw new Error("point at infinify");return W.assertValidity(),W}hasHighS(){return A(this.s)}normalizeS(){return this.hasHighS()?new K(this.r,c(-this.s),this.recovery):this}toDERRawBytes(){return hr(this.toDERHex())}toDERHex(){return ee.hexFromSig(this)}toCompactRawBytes(){return hr(this.toCompactHex())}toCompactHex(){let x=o;return Qo(this.r,x)+Qo(this.s,x)}}let F={isValidPrivateKey(E){try{return f(E),!0}catch{return!1}},normPrivateKeyToScalar:f,randomPrivateKey:()=>{let E=fo(t.n);return qi(t.randomBytes(E),t.n)},precompute(E=8,x=u.BASE){return x._setWindowSize(E),x.multiply(BigInt(3)),x}};function S(E,x=!0){return u.fromPrivateKey(E).toRawBytes(x)}function d(E){if(typeof E=="bigint")return!1;if(E instanceof u)return!0;let L=X("key",E).length,w=e.BYTES,h=w+1,m=2*w+1;if(!(t.allowedPrivateKeyLengths||o===h))return L===h||L===m}function b(E,x,L=!0){if(d(E)===!0)throw new Error("first arg must be private key");if(d(x)===!1)throw new Error("second arg must be public key");return u.fromHex(x).multiply(f(E)).toRawBytes(L)}let I=t.bits2int||function(E){if(E.length>8192)throw new Error("input is too large");let x=Qt(E),L=E.length*8-s;return L>0?x>>BigInt(L):x},B=t.bits2int_modN||function(E){return c(I(E))},T=ve(s);function R(E){return Pt("num < 2^"+s,E,re,T),Ee(E,o)}function O(E,x,L=P){if(["recovered","canonical"].some(et=>et in L))throw new Error("sign() legacy options not supported");let{hash:w,randomBytes:h}=t,{lowS:m,prehash:v,extraEntropy:_}=L;m==null&&(m=!0),E=X("msgHash",E),ya(L),v&&(E=X("prehashed msgHash",w(E)));let U=B(E),M=f(x),q=[R(M),R(U)];if(_!=null&&_!==!1){let et=_===!0?h(e.BYTES):_;q.push(X("extraEntropy",et))}let V=fe(...q),W=U;function ot(et){let ut=I(et);if(!y(ut))return;let vt=l(ut),it=u.BASE.multiply(ut).toAffine(),ft=c(it.x);if(ft===re)return;let Tt=c(vt*c(W+ft*M));if(Tt===re)return;let kt=(it.x===ft?0:2)|Number(it.y&ct),Qe=Tt;return m&&A(Tt)&&(Qe=g(Tt),kt^=1),new K(ft,Qe,kt)}return{seed:V,k2sig:ot}}let P={lowS:t.lowS,prehash:!1},D={lowS:t.lowS,prehash:!1};function C(E,x,L=P){let{seed:w,k2sig:h}=O(E,x,L),m=t;return Ri(m.hash.outputLen,m.nByteLength,m.hmac)(w,h)}u.BASE._setWindowSize(8);function nt(E,x,L,w=D){let h=E;x=X("msgHash",x),L=X("publicKey",L);let{lowS:m,prehash:v,format:_}=w;if(ya(w),"strict"in w)throw new Error("options.strict was renamed to lowS");if(_!==void 0&&_!=="compact"&&_!=="der")throw new Error("format must be compact or der");let U=typeof h=="string"||Me(h),M=!U&&!_&&typeof h=="object"&&h!==null&&typeof h.r=="bigint"&&typeof h.s=="bigint";if(!U&&!M)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");let q,V;try{if(M&&(q=new K(h.r,h.s)),U){try{_!=="compact"&&(q=K.fromDER(h))}catch(kt){if(!(kt instanceof ee.Err))throw kt}!q&&_!=="der"&&(q=K.fromCompact(h))}V=u.fromHex(L)}catch{return!1}if(!q||m&&q.hasHighS())return!1;v&&(x=t.hash(x));let{r:W,s:ot}=q,et=B(x),ut=l(ot),vt=c(et*ut),it=c(W*ut),ft=u.BASE.multiplyAndAddUnsafe(V,vt,it)?.toAffine();return ft?c(ft.x)===W:!1}return{CURVE:t,getPublicKey:S,getSharedSecret:b,sign:C,verify:nt,ProjectivePoint:u,Signature:K,utils:F}}function Vl(r){return{hash:r,hmac:(t,...e)=>Xo(r,t,Jn(...e)),randomBytes:Vr}}function ba(r,t){let e=n=>ga({...r,...Vl(n)});return{...e(t),create:e}}var Ea=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),wa=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),zl=BigInt(0),Fl=BigInt(1),es=BigInt(2),xa=(r,t)=>(r+t/es)/t;function Wl(r){let t=Ea,e=BigInt(3),n=BigInt(6),o=BigInt(11),s=BigInt(22),i=BigInt(23),a=BigInt(44),c=BigInt(88),l=r*r*r%t,u=l*l*r%t,f=Q(u,e,t)*u%t,p=Q(f,e,t)*u%t,y=Q(p,es,t)*l%t,A=Q(y,o,t)*y%t,g=Q(A,s,t)*A%t,k=Q(g,a,t)*g%t,K=Q(k,c,t)*k%t,F=Q(K,a,t)*g%t,S=Q(F,e,t)*u%t,d=Q(S,i,t)*A%t,b=Q(d,n,t)*l%t,I=Q(b,es,t);if(!rs.eql(rs.sqr(I),r))throw new Error("Cannot find square root");return I}var rs=te(Ea,void 0,void 0,{sqrt:Wl}),We=ba({a:zl,b:BigInt(7),Fp:rs,n:wa,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:r=>{let t=wa,e=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-Fl*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),o=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),s=e,i=BigInt("0x100000000000000000000000000000000"),a=xa(s*r,t),c=xa(-n*r,t),l=$(r-a*e-c*o,t),u=$(-a*n-c*s,t),f=l>i,p=u>i;if(f&&(l=t-l),p&&(u=t-u),l>i||u>i)throw new Error("splitScalar: Endomorphism failed, k="+r);return{k1neg:f,k1:l,k2neg:p,k2:u}}}},Wr);function va(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}function Aa(r,t,e,n){let o=or.digest(e instanceof Uint8Array?e:e.subarray());if(va(o))return o.then(({digest:s})=>(n?.signal?.throwIfAborted(),We.verify(t,s,r))).catch(s=>{throw s.name==="AbortError"?s:new br(String(s))});try{return n?.signal?.throwIfAborted(),We.verify(t,o.digest,r)}catch(s){throw new br(String(s))}}var on=class{type="secp256k1";raw;_key;constructor(t){this._key=Ia(t),this.raw=Sa(this._key)}toMultihash(){return Ut.digest(Ct(this))}toCID(){return tt.createV1(114,this.toMultihash())}toString(){return Z.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:j(this.raw,t.raw)}verify(t,e,n){return Aa(this._key,e,t,n)}};function ns(r){return new on(r)}function Sa(r){return We.ProjectivePoint.fromHex(r).toRawBytes(!0)}function Ia(r){try{return We.ProjectivePoint.fromHex(r),r}catch(t){throw new Ce(String(t))}}function sn(r,t){let{Type:e,Data:n}=zt.decode(r),o=n??new Uint8Array;switch(e){case rt.RSA:return Zo(o,t);case rt.Ed25519:return xo(o);case rt.secp256k1:return ns(o);case rt.ECDSA:return Qn(o);default:throw new me}}function Ba(r){let{Type:t,Data:e}=zt.decode(r.digest),n=e??new Uint8Array;switch(t){case rt.Ed25519:return xo(n);case rt.secp256k1:return ns(n);case rt.ECDSA:return Qn(n);default:throw new me}}function Ct(r){return zt.encode({Type:rt[r.type],Data:r.raw})}var Ta=Symbol.for("nodejs.util.inspect.custom"),Gl=114,Er=class{type;multihash;publicKey;string;constructor(t){this.type=t.type,this.multihash=t.multihash,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[kr]=!0;toString(){return this.string==null&&(this.string=Z.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return tt.createV1(Gl,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return j(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return j(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[Ta](){return`PeerId(${this.toString()})`}},vr=class extends Er{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},Ar=class extends Er{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},Sr=class extends Er{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},$l=2336,Ir=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=Ut.digest(G(this.url))}[Ta](){return`PeerId(${this.url})`}[kr]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return tt.createV1($l,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=N(t)),t.toString()===this.toString())}};var Zl=114,La=2336;function Pa(r){if(r.type==="Ed25519")return new Ar({multihash:r.toCID().multihash,publicKey:r});if(r.type==="secp256k1")return new Sr({multihash:r.toCID().multihash,publicKey:r});if(r.type==="RSA")return new vr({multihash:r.toCID().multihash,publicKey:r});throw new me}function os(r){if(jl(r))return new vr({multihash:r});if(Yl(r))try{let t=Ba(r);if(t.type==="Ed25519")return new Ar({multihash:r,publicKey:t});if(t.type==="secp256k1")return new Sr({multihash:r,publicKey:t})}catch{let e=N(r.digest);return new Ir(new URL(e))}throw new Dr("Supplied PeerID Multihash is invalid")}function an(r){if(r?.multihash==null||r.version==null||r.version===1&&r.code!==Zl&&r.code!==La)throw new Kr("Supplied PeerID CID is invalid");if(r.code===La){let t=N(r.multihash.digest);return new Ir(new URL(t))}return os(r.multihash)}function Yl(r){return r.code===Ut.code}function jl(r){return r.code===or.code}var Br;(function(r){let t;r.codec=()=>(t==null&&(t=xt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.publicKey!=null&&e.publicKey.byteLength>0&&(n.uint32(10),n.bytes(e.publicKey)),e.payloadType!=null&&e.payloadType.byteLength>0&&(n.uint32(18),n.bytes(e.payloadType)),e.payload!=null&&e.payload.byteLength>0&&(n.uint32(26),n.bytes(e.payload)),e.signature!=null&&e.signature.byteLength>0&&(n.uint32(42),n.bytes(e.signature)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={publicKey:st(0),payloadType:st(0),payload:st(0),signature:st(0)},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.publicKey=e.bytes();break}case 2:{s.payloadType=e.bytes();break}case 3:{s.payload=e.bytes();break}case 5:{s.signature=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>wt(e,r.codec()),r.decode=(e,n)=>bt(e,r.codec(),n)})(Br||(Br={}));var cn=class extends Error{constructor(t="Invalid signature"){super(t),this.name="InvalidSignatureError"}};var Ge=class r{static createFromProtobuf=t=>{let e=Br.decode(t),n=sn(e.publicKey);return new r({publicKey:n,payloadType:e.payloadType,payload:e.payload,signature:e.signature})};static seal=async(t,e,n)=>{if(e==null)throw new Error("Missing private key");let o=t.domain,s=t.codec,i=t.marshal(),a=_a(o,s,i),c=await e.sign(a.subarray(),n);return new r({publicKey:e.publicKey,payloadType:s,payload:i,signature:c})};static openAndCertify=async(t,e,n)=>{let o=r.createFromProtobuf(t);if(!await o.validate(e,n))throw new cn("Envelope signature is not valid for the given domain");return o};publicKey;payloadType;payload;signature;marshaled;constructor(t){let{publicKey:e,payloadType:n,payload:o,signature:s}=t;this.publicKey=e,this.payloadType=n,this.payload=o,this.signature=s}marshal(){return this.marshaled==null&&(this.marshaled=Br.encode({publicKey:Ct(this.publicKey),payloadType:this.payloadType,payload:this.payload.subarray(),signature:this.signature})),this.marshaled}equals(t){return t==null?!1:j(this.marshal(),t.marshal())}async validate(t,e){let n=_a(t,this.payloadType,this.payload);return this.publicKey.verify(n.subarray(),this.signature,e)}},_a=(r,t,e)=>{let n=G(r),o=Vt(n.byteLength),s=Vt(t.length),i=Vt(e.length);return new mt(o,n,s,t,i,e)};function Ca(r,t){let e=(n,o)=>n.toString().localeCompare(o.toString());return r.length!==t.length?!1:(t.sort(e),r.sort(e).every((n,o)=>t[o].equals(n)))}var un=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let e=this.index,n=t();return n===void 0&&(this.index=e),n}parseWith(t){let e=t();if(this.index===this.input.length)return e}peekChar(){if(!(this.index>=this.input.length))return this.input[this.index]}readChar(){if(!(this.index>=this.input.length))return this.input[this.index++]}readGivenChar(t){return this.readAtomically(()=>{let e=this.readChar();if(e===t)return e})}readSeparator(t,e,n){return this.readAtomically(()=>{if(!(e>0&&this.readGivenChar(t)===void 0))return n()})}readNumber(t,e,n,o){return this.readAtomically(()=>{let s=0,i=0,a=this.peekChar();if(a===void 0)return;let c=a==="0",l=2**(8*o)-1;for(;;){let u=this.readAtomically(()=>{let f=this.readChar();if(f===void 0)return;let p=Number.parseInt(f,t);if(!Number.isNaN(p))return p});if(u===void 0)break;if(s*=t,s+=u,s>l||(i+=1,e!==void 0&&i>e))return}if(i!==0)return!n&&c&&i>1?void 0:s})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let e=0;e<t.length;e++){let n=this.readSeparator(".",e,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;t[e]=n}return t})}readIPv6Addr(){let t=e=>{for(let n=0;n<e.length/2;n++){let o=n*2;if(n<e.length-3){let i=this.readSeparator(":",n,()=>this.readIPv4Addr());if(i!==void 0)return e[o]=i[0],e[o+1]=i[1],e[o+2]=i[2],e[o+3]=i[3],[o+4,!0]}let s=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(s===void 0)return[o,!1];e[o]=s>>8,e[o+1]=s&255}return[e.length,!1]};return this.readAtomically(()=>{let e=new Uint8Array(16),[n,o]=t(e);if(n===16)return e;if(o||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let s=new Uint8Array(14),i=16-(n+2),[a]=t(s.subarray(0,i));return e.set(s.subarray(0,a),16-a),e})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var Ra=45,Xl=15,$e=new un;function ss(r){if(!(r.length>Xl))return $e.new(r).parseWith(()=>$e.readIPv4Addr())}function is(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>Ra))return $e.new(r).parseWith(()=>$e.readIPv6Addr())}function ln(r,t=!1){if(r.includes("%")&&(r=r.split("%")[0]),r.length>Ra)return;let e=$e.new(r).parseWith(()=>$e.readIPAddr());if(e)return t&&e.length===4?Uint8Array.from([0,0,0,0,0,0,0,0,0,0,255,255,e[0],e[1],e[2],e[3]]):e}var Zm=parseInt("0xFFFF",16),Ym=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function Da(r){return!!ss(r)}function Ua(r){return!!is(r)}function fn(r){return!!ln(r)}var Na=Da,rf=Ua,as=function(r){let t=0;if(r=r.toString().trim(),Na(r)){let e=new Uint8Array(t+4);return r.split(/\./g).forEach(n=>{e[t++]=parseInt(n,10)&255}),e}if(rf(r)){let e=r.split(":",8),n;for(n=0;n<e.length;n++){let s=Na(e[n]),i;s&&(i=as(e[n]),e[n]=N(i.slice(0,2),"base16")),i!=null&&++n<8&&e.splice(n,0,N(i.slice(2,4),"base16"))}if(e[0]==="")for(;e.length<8;)e.unshift("0");else if(e[e.length-1]==="")for(;e.length<8;)e.push("0");else if(e.length<8){for(n=0;n<e.length&&e[n]!=="";n++);let s=[n,1];for(n=9-e.length;n>0;n--)s.push("0");e.splice.apply(e,s)}let o=new Uint8Array(t+16);for(n=0;n<e.length;n++){let s=parseInt(e[n],16);o[t++]=s>>8&255,o[t++]=s&255}return o}throw new Error("invalid ip address")},Oa=function(r,t=0,e){t=~~t,e=e??r.length-t;let n=new DataView(r.buffer);if(e===4){let o=[];for(let s=0;s<e;s++)o.push(r[t+s]);return o.join(".")}if(e===16){let o=[];for(let s=0;s<e;s+=2)o.push(n.getUint16(t+s).toString(16));return o.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var Ze={},cs={},of=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[481,-1,"http-path"],[777,-1,"memory"]];of.forEach(r=>{let t=sf(...r);cs[t.code]=t,Ze[t.name]=t});function sf(r,t,e,n,o){return{code:r,size:t,name:e,resolvable:!!n,path:!!o}}function Y(r){if(typeof r=="number"){if(cs[r]!=null)return cs[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(Ze[r]!=null)return Ze[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var Ry=Y("ip4"),ky=Y("ip6"),Ky=Y("ipcidr");function ds(r,t){switch(Y(r).code){case 4:case 41:return cf(t);case 42:return fs(t);case 43:return N(t,"base10");case 6:case 273:case 33:case 132:return Ha(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return fs(t);case 421:return df(t);case 444:return qa(t);case 445:return qa(t);case 466:return ff(t);case 481:return globalThis.encodeURIComponent(fs(t));default:return N(t,"base16")}}function hs(r,t){switch(Y(r).code){case 4:return Ma(t);case 41:return Ma(t);case 42:return ls(t);case 43:return G(t,"base10");case 6:case 273:case 33:case 132:return ps(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return ls(t);case 421:return uf(t);case 444:return hf(t);case 445:return pf(t);case 466:return lf(t);case 481:return ls(globalThis.decodeURIComponent(t));default:return G(t,"base16")}}var us=Object.values(sr).map(r=>r.decoder),af=function(){let r=us[0].or(us[1]);return us.slice(2).forEach(t=>r=r.or(t)),r}();function Ma(r){if(!fn(r))throw new Error("invalid ip address");return as(r)}function cf(r){let t=Oa(r,0,r.length);if(t==null)throw new Error("ipBuff is required");if(!fn(t))throw new Error("invalid ip address");return t}function ps(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,r),new Uint8Array(t)}function Ha(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function ls(r){let t=G(r),e=Uint8Array.from(Vt(t.length));return Lt([e,t],e.length+t.length)}function fs(r){let t=Se(r);if(r=r.slice(Bt(t)),r.length!==t)throw new Error("inconsistent lengths");return N(r)}function uf(r){let t;r[0]==="Q"||r[0]==="1"?t=Gt(Z.decode(`z${r}`)).bytes:t=tt.parse(r).multihash.bytes;let e=Uint8Array.from(Vt(t.length));return Lt([e,t],e.length+t.length)}function lf(r){let t=af.decode(r),e=Uint8Array.from(Vt(t.length));return Lt([e,t],e.length+t.length)}function ff(r){let t=Se(r),e=r.slice(Bt(t));if(e.length!==t)throw new Error("inconsistent lengths");return"u"+N(e,"base64url")}function df(r){let t=Se(r),e=r.slice(Bt(t));if(e.length!==t)throw new Error("inconsistent lengths");return N(e,"base58btc")}function hf(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==16)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion address.`);let e=Kt.decode("b"+t[0]),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=ps(n);return Lt([e,o],e.length+o.length)}function pf(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==56)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion3 address.`);let e=Kt.decode(`b${t[0]}`),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=ps(n);return Lt([e,o],e.length+o.length)}function qa(r){let t=r.slice(0,r.length-2),e=r.slice(r.length-2),n=N(t,"base32"),o=Ha(e);return`${n}:${o}`}function Va(r){r=ms(r);let t=[],e=[],n=null,o=r.split("/").slice(1);if(o.length===1&&o[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let s=0;s<o.length;s++){let i=o[s],a=Y(i);if(a.size===0){t.push([a.code]),e.push([a.code]);continue}if(s++,s>=o.length)throw new dn("invalid address: "+r);if(a.path===!0){n=ms(o.slice(s).join("/")),t.push([a.code,hs(a.code,n)]),e.push([a.code,n]);break}let c=hs(a.code,o[s]);t.push([a.code,c]),e.push([a.code,ds(a.code,c)])}return{string:za(e),bytes:hn(t),tuples:t,stringTuples:e,path:n}}function ys(r){let t=[],e=[],n=null,o=0;for(;o<r.length;){let s=Se(r,o),i=Bt(s),a=Y(s),c=mf(a,r.slice(o+i));if(c===0){t.push([s]),e.push([s]),o+=i;continue}let l=r.slice(o+i,o+i+c);if(o+=c+i,o>r.length)throw new dn("Invalid address Uint8Array: "+N(r,"base16"));t.push([s,l]);let u=ds(s,l);if(e.push([s,u]),a.path===!0){n=u;break}}return{bytes:Uint8Array.from(r),string:za(e),tuples:t,stringTuples:e,path:n}}function za(r){let t=[];return r.map(e=>{let n=Y(e[0]);return t.push(n.name),e.length>1&&e[1]!=null&&t.push(e[1]),null}),ms(t.join("/"))}function hn(r){return Lt(r.map(t=>{let e=Y(t[0]),n=Uint8Array.from(Vt(e.code));return t.length>1&&t[1]!=null&&(n=Lt([n,t[1]])),n}))}function mf(r,t){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let e=Se(t instanceof Uint8Array?t:Uint8Array.from(t));return e+Bt(e)}}function ms(r){return"/"+r.trim().split("/").filter(t=>t).join("/")}var dn=class extends Error{static name="ParseError";name="ParseError";constructor(t){super(`Error parsing address: ${t}`)}};var yf=Symbol.for("nodejs.util.inspect.custom"),bs=Symbol.for("@multiformats/js-multiaddr/multiaddr"),gf=[Y("dns").code,Y("dns4").code,Y("dns6").code,Y("dnsaddr").code],gs=class extends Error{constructor(t="No available resolver"){super(t),this.name="NoAvailableResolverError"}},pn=class r{bytes;#t;#e;#r;#a;[bs]=!0;constructor(t){t==null&&(t="");let e;if(t instanceof Uint8Array)e=ys(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);e=Va(t)}else if(mn(t))e=ys(t.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=e.bytes,this.#t=e.string,this.#e=e.tuples,this.#r=e.stringTuples,this.#a=e.path}toString(){return this.#t}toJSON(){return this.toString()}toOptions(){let t,e,n,o,s="",i=Y("tcp"),a=Y("udp"),c=Y("ip4"),l=Y("ip6"),u=Y("dns6"),f=Y("ip6zone");for(let[y,A]of this.stringTuples())y===f.code&&(s=`%${A??""}`),gf.includes(y)&&(e=i.name==="tcp"?"tcp":"udp",o=443,n=`${A??""}${s}`,t=y===u.code?6:4),(y===i.code||y===a.code)&&(e=Y(y).name==="tcp"?"tcp":"udp",o=parseInt(A??"")),(y===c.code||y===l.code)&&(e=Y(y).name==="tcp"?"tcp":"udp",n=`${A??""}${s}`,t=y===l.code?6:4);if(t==null||e==null||n==null||o==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:n,transport:e,port:o}}protos(){return this.#e.map(([t])=>Object.assign({},Y(t)))}protoCodes(){return this.#e.map(([t])=>t)}protoNames(){return this.#e.map(([t])=>Y(t).name)}tuples(){return this.#e.map(([t,e])=>e==null?[t]:[t,e])}stringTuples(){return this.#r.map(([t,e])=>e==null?[t]:[t,e])}encapsulate(t){return t=new r(t),new r(this.toString()+t.toString())}decapsulate(t){let e=t.toString(),n=this.toString(),o=n.lastIndexOf(e);if(o<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new r(n.slice(0,o))}decapsulateCode(t){let e=this.tuples();for(let n=e.length-1;n>=0;n--)if(e[n][0]===t)return new r(hn(e.slice(0,n)));return this}getPeerId(){try{let t=[];this.stringTuples().forEach(([n,o])=>{n===Ze.p2p.code&&t.push([n,o]),n===Ze["p2p-circuit"].code&&(t=[])});let e=t.pop();if(e?.[1]!=null){let n=e[1];return n[0]==="Q"||n[0]==="1"?N(Z.decode(`z${n}`),"base58btc"):N(tt.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#a}equals(t){return j(this.bytes,t.bytes)}async resolve(t){let e=this.protos().find(s=>s.resolvable);if(e==null)return[this];let n=Fa.get(e.name);if(n==null)throw new gs(`no available resolver for ${e.name}`);return(await n(this,t)).map(s=>Ft(s))}nodeAddress(){let t=this.toOptions();if(t.transport!=="tcp"&&t.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${t.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:t.family,address:t.host,port:t.port}}isThinWaistAddress(t){let e=(t??this).protos();return!(e.length!==2||e[0].code!==4&&e[0].code!==41||e[1].code!==6&&e[1].code!==273)}[yf](){return`Multiaddr(${this.#t})`}};var Fa=new Map;function mn(r){return!!r?.[bs]}function Ft(r){return new pn(r)}var Wa="libp2p-peer-record",Ga=Uint8Array.from([3,1]);var Tr;(function(r){let t;(function(n){let o;n.codec=()=>(o==null&&(o=xt((s,i,a={})=>{a.lengthDelimited!==!1&&i.fork(),s.multiaddr!=null&&s.multiaddr.byteLength>0&&(i.uint32(10),i.bytes(s.multiaddr)),a.lengthDelimited!==!1&&i.ldelim()},(s,i,a={})=>{let c={multiaddr:st(0)},l=i==null?s.len:s.pos+i;for(;s.pos<l;){let u=s.uint32();switch(u>>>3){case 1:{c.multiaddr=s.bytes();break}default:{s.skipType(u&7);break}}}return c})),o),n.encode=s=>wt(s,n.codec()),n.decode=(s,i)=>bt(s,n.codec(),i)})(t=r.AddressInfo||(r.AddressInfo={}));let e;r.codec=()=>(e==null&&(e=xt((n,o,s={})=>{if(s.lengthDelimited!==!1&&o.fork(),n.peerId!=null&&n.peerId.byteLength>0&&(o.uint32(10),o.bytes(n.peerId)),n.seq!=null&&n.seq!==0n&&(o.uint32(16),o.uint64(n.seq)),n.addresses!=null)for(let i of n.addresses)o.uint32(26),r.AddressInfo.codec().encode(i,o);s.lengthDelimited!==!1&&o.ldelim()},(n,o,s={})=>{let i={peerId:st(0),seq:0n,addresses:[]},a=o==null?n.len:n.pos+o;for(;n.pos<a;){let c=n.uint32();switch(c>>>3){case 1:{i.peerId=n.bytes();break}case 2:{i.seq=n.uint64();break}case 3:{if(s.limits?.addresses!=null&&i.addresses.length===s.limits.addresses)throw new Te('Decode error - map field "addresses" had too many elements');i.addresses.push(r.AddressInfo.codec().decode(n,n.uint32(),{limits:s.limits?.addresses$}));break}default:{n.skipType(c&7);break}}}return i})),e),r.encode=n=>wt(n,r.codec()),r.decode=(n,o)=>bt(n,r.codec(),o)})(Tr||(Tr={}));var Le=class r{static createFromProtobuf=t=>{let e=Tr.decode(t),n=os(Gt(e.peerId)),o=(e.addresses??[]).map(i=>Ft(i.multiaddr)),s=e.seq;return new r({peerId:n,multiaddrs:o,seqNumber:s})};static DOMAIN=Wa;static CODEC=Ga;peerId;multiaddrs;seqNumber;domain=r.DOMAIN;codec=r.CODEC;marshaled;constructor(t){let{peerId:e,multiaddrs:n,seqNumber:o}=t;this.peerId=e,this.multiaddrs=n??[],this.seqNumber=o??BigInt(Date.now())}marshal(){return this.marshaled==null&&(this.marshaled=Tr.encode({peerId:this.peerId.toMultihash().bytes,seq:BigInt(this.seqNumber),addresses:this.multiaddrs.map(t=>({multiaddr:t.bytes}))})),this.marshaled}equals(t){return!(!(t instanceof r)||!this.peerId.equals(t.peerId)||this.seqNumber!==t.seqNumber||!Ca(this.multiaddrs,t.multiaddrs))}};function bf(r){return r[Symbol.asyncIterator]!=null}function wf(r){if(bf(r))return(async()=>{let e=[];for await(let n of r)e.push(n);return e})();let t=[];for(let e of r)t.push(e);return t}var $a=wf;var Ye=class extends Error{static name="AbortError";name="AbortError";constructor(t="The operation was aborted",...e){super(t,...e)}};var xs=vc(Ya(),1);var Pr=class extends Error{constructor(t){super(t),this.name="TimeoutError"}},Es=class extends Error{constructor(t){super(),this.name="AbortError",this.message=t}},ja=r=>globalThis.DOMException===void 0?new Es(r):new DOMException(r),Xa=r=>{let t=r.reason===void 0?ja("This operation was aborted."):r.reason;return t instanceof Error?t:ja(t)};function vs(r,t){let{milliseconds:e,fallback:n,message:o,customTimers:s={setTimeout,clearTimeout}}=t,i,a,l=new Promise((u,f)=>{if(typeof e!="number"||Math.sign(e)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${e}\``);if(t.signal){let{signal:y}=t;y.aborted&&f(Xa(y)),a=()=>{f(Xa(y))},y.addEventListener("abort",a,{once:!0})}if(e===Number.POSITIVE_INFINITY){r.then(u,f);return}let p=new Pr;i=s.setTimeout.call(void 0,()=>{if(n){try{u(n())}catch(y){f(y)}return}typeof r.cancel=="function"&&r.cancel(),o===!1?u():o instanceof Error?f(o):(p.message=o??`Promise timed out after ${e} milliseconds`,f(p))},e),(async()=>{try{u(await r)}catch(y){f(y)}})()}).finally(()=>{l.clear(),a&&t.signal&&t.signal.removeEventListener("abort",a)});return l.clear=()=>{s.clearTimeout.call(void 0,i),i=void 0},l}function As(r,t,e){let n=0,o=r.length;for(;o>0;){let s=Math.trunc(o/2),i=n+s;e(r[i],t)<=0?(n=++i,o-=s+1):o=s}return n}var _r=class{#t=[];enqueue(t,e){e={priority:0,...e};let n={priority:e.priority,id:e.id,run:t};if(this.size===0||this.#t[this.size-1].priority>=e.priority){this.#t.push(n);return}let o=As(this.#t,n,(s,i)=>i.priority-s.priority);this.#t.splice(o,0,n)}setPriority(t,e){let n=this.#t.findIndex(s=>s.id===t);if(n===-1)throw new ReferenceError(`No promise function with the id "${t}" exists in the queue.`);let[o]=this.#t.splice(n,1);this.enqueue(o.run,{priority:e,id:t})}dequeue(){return this.#t.shift()?.run}filter(t){return this.#t.filter(e=>e.priority===t.priority).map(e=>e.run)}get size(){return this.#t.length}};var je=class extends xs.default{#t;#e;#r=0;#a;#c;#p=0;#o;#u;#n;#m;#s=0;#l;#i;#y;#w=1n;timeout;constructor(t){if(super(),t={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:_r,...t},!(typeof t.intervalCap=="number"&&t.intervalCap>=1))throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${t.intervalCap?.toString()??""}\` (${typeof t.intervalCap})`);if(t.interval===void 0||!(Number.isFinite(t.interval)&&t.interval>=0))throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${t.interval?.toString()??""}\` (${typeof t.interval})`);this.#t=t.carryoverConcurrencyCount,this.#e=t.intervalCap===Number.POSITIVE_INFINITY||t.interval===0,this.#a=t.intervalCap,this.#c=t.interval,this.#n=new t.queueClass,this.#m=t.queueClass,this.concurrency=t.concurrency,this.timeout=t.timeout,this.#y=t.throwOnTimeout===!0,this.#i=t.autoStart===!1}get#x(){return this.#e||this.#r<this.#a}get#E(){return this.#s<this.#l}#v(){this.#s--,this.#f(),this.emit("next")}#A(){this.#b(),this.#g(),this.#u=void 0}get#S(){let t=Date.now();if(this.#o===void 0){let e=this.#p-t;if(e<0)this.#r=this.#t?this.#s:0;else return this.#u===void 0&&(this.#u=setTimeout(()=>{this.#A()},e)),!0}return!1}#f(){if(this.#n.size===0)return this.#o&&clearInterval(this.#o),this.#o=void 0,this.emit("empty"),this.#s===0&&this.emit("idle"),!1;if(!this.#i){let t=!this.#S;if(this.#x&&this.#E){let e=this.#n.dequeue();return e?(this.emit("active"),e(),t&&this.#g(),!0):!1}}return!1}#g(){this.#e||this.#o!==void 0||(this.#o=setInterval(()=>{this.#b()},this.#c),this.#p=Date.now()+this.#c)}#b(){this.#r===0&&this.#s===0&&this.#o&&(clearInterval(this.#o),this.#o=void 0),this.#r=this.#t?this.#s:0,this.#d()}#d(){for(;this.#f(););}get concurrency(){return this.#l}set concurrency(t){if(!(typeof t=="number"&&t>=1))throw new TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${t}\` (${typeof t})`);this.#l=t,this.#d()}async#I(t){return new Promise((e,n)=>{t.addEventListener("abort",()=>{n(t.reason)},{once:!0})})}setPriority(t,e){this.#n.setPriority(t,e)}async add(t,e={}){return e.id??=(this.#w++).toString(),e={timeout:this.timeout,throwOnTimeout:this.#y,...e},new Promise((n,o)=>{this.#n.enqueue(async()=>{this.#s++,this.#r++;try{e.signal?.throwIfAborted();let s=t({signal:e.signal});e.timeout&&(s=vs(Promise.resolve(s),{milliseconds:e.timeout})),e.signal&&(s=Promise.race([s,this.#I(e.signal)]));let i=await s;n(i),this.emit("completed",i)}catch(s){if(s instanceof Pr&&!e.throwOnTimeout){n();return}o(s),this.emit("error",s)}finally{this.#v()}},e),this.emit("add"),this.#f()})}async addAll(t,e){return Promise.all(t.map(async n=>this.add(n,e)))}start(){return this.#i?(this.#i=!1,this.#d(),this):this}pause(){this.#i=!0}clear(){this.#n=new this.#m}async onEmpty(){this.#n.size!==0&&await this.#h("empty")}async onSizeLessThan(t){this.#n.size<t||await this.#h("next",()=>this.#n.size<t)}async onIdle(){this.#s===0&&this.#n.size===0||await this.#h("idle")}async#h(t,e){return new Promise(n=>{let o=()=>{e&&!e()||(this.off(t,o),n())};this.on(t,o)})}get size(){return this.#n.size}sizeBy(t){return this.#n.filter(t).length}get pending(){return this.#s}get isPaused(){return this.#i}};var pe={},Xe=r=>{r.addEventListener("message",t=>{Xe.dispatchEvent("message",r,t)}),r.port!=null&&r.port.addEventListener("message",t=>{Xe.dispatchEvent("message",r,t)})};Xe.addEventListener=(r,t)=>{pe[r]==null&&(pe[r]=[]),pe[r].push(t)};Xe.removeEventListener=(r,t)=>{pe[r]!=null&&(pe[r]=pe[r].filter(e=>e===t))};Xe.dispatchEvent=function(r,t,e){pe[r]!=null&&pe[r].forEach(n=>n(t,e))};var Ss=Xe;var Is="lock:worker:request-read",Bs="lock:worker:abort-read-request",Ts="lock:worker:release-read",Ls="lock:master:grant-read",Ps="lock:worker:request-write",_s="lock:worker:abort-write-request",Cs="lock:worker:release-write",Rs="lock:master:grant-write";var Qa=(r=10)=>Math.random().toString().substring(2,r+2);var Ja=(r,t,e,n,o,s,i)=>(a,c)=>{if(c.data==null)return;let l={type:c.data.type,name:c.data.name,identifier:c.data.identifier};c.data.type===n&&r.dispatchEvent(new MessageEvent(t,{data:{name:l.name,handler:async()=>{a.postMessage({type:i,name:l.name,identifier:l.identifier}),await new Promise(u=>{let f=p=>{if(p?.data==null)return;let y={type:p.data.type,name:p.data.name,identifier:p.data.identifier};y.type===s&&y.identifier===l.identifier&&(a.removeEventListener("message",f),u())};a.addEventListener("message",f)})}}})),l.type===o&&(a.postMessage({type:o,name:l.name,identifier:l.identifier}),r.dispatchEvent(new MessageEvent(e,{data:{name:l.name}})))},tc=(r,t,e,n,o)=>async s=>{s?.signal?.throwIfAborted();let i=Qa();return globalThis.postMessage({type:t,identifier:i,name:r}),new Promise((a,c)=>{let l=()=>{process.send?.({type:e,identifier:i,name:r}),c(new Ye)};s?.signal?.addEventListener("abort",l,{once:!0});let u=f=>{if(f?.data==null)return;let p={type:f.data.type,identifier:f.data.identifier};p.type===n&&p.identifier===i&&(globalThis.removeEventListener("message",u),s?.signal?.removeEventListener("abort",l),a(()=>{globalThis.postMessage({type:o,identifier:i,name:r})}))};globalThis.addEventListener("message",u)})},vf={singleProcess:!1},ec=r=>{if(r=Object.assign({},vf,r),!!globalThis.document||r.singleProcess){let e=new EventTarget;return Ss.addEventListener("message",Ja(e,"requestReadLock","abortReadLockRequest",Is,Bs,Ts,Ls)),Ss.addEventListener("message",Ja(e,"requestWriteLock","abortWriteLockRequest",Ps,_s,Cs,Rs)),e}return{isWorker:!0,readLock:e=>tc(e,Is,Bs,Ls,Ts),writeLock:e=>tc(e,Ps,_s,Rs,Cs)}};var Pe={},Rt;async function ks(r,t){let e,n,o=new Promise((i,a)=>{e=i,n=a}),s=()=>{n(new Ye)};return t?.signal?.addEventListener("abort",s,{once:!0}),r.add(async()=>{await new Promise(i=>{e(()=>{t?.signal?.removeEventListener("abort",s),i()})})},{signal:t?.signal}).catch(i=>{n(i)}),o}var Af=(r,t)=>{if(Rt.isWorker===!0)return{readLock:Rt.readLock(r,t),writeLock:Rt.writeLock(r,t)};let e=new je({concurrency:1}),n;return{async readLock(o){if(n!=null)return ks(n,o);n=new je({concurrency:t.concurrency,autoStart:!1});let s=n,i=ks(n,o);return e.add(async()=>{s.start(),await s.onIdle().then(()=>{n===s&&(n=null)})}),i},async writeLock(o){return n=null,ks(e,o)}}},Sf={name:"lock",concurrency:1/0,singleProcess:!1};function Ks(r){let t=Object.assign({},Sf,r);return Rt==null&&(Rt=ec(t),Rt.isWorker!==!0&&(Rt.addEventListener("requestReadLock",e=>{let n=e.data.name;if(Pe[n]==null)return;let o=new AbortController,s=i=>{i.data.name===n&&o.abort()};Rt.addEventListener("abortReadLockRequest",s),Pe[n].readLock({signal:o.signal}).then(async i=>e.data.handler().finally(()=>{i()})).finally(()=>{Rt.removeEventListener("abortReadLockRequest",s)})}),Rt.addEventListener("requestWriteLock",async e=>{let n=e.data.name;if(Pe[n]==null)return;let o=new AbortController,s=i=>{i.data.name===n&&o.abort()};Rt.addEventListener("abortWriteLockRequest",s),Pe[e.data.name].writeLock({signal:o.signal}).then(async i=>e.data.handler().finally(()=>{i()})).finally(()=>{Rt.removeEventListener("abortWriteLockRequest",s)})}))),Pe[t.name]==null&&(Pe[t.name]=Af(t.name,t)),Pe[t.name]}var ne;(function(r){let t;(function(o){let s;o.codec=()=>(s==null&&(s=xt((i,a,c={})=>{c.lengthDelimited!==!1&&a.fork(),i.key!=null&&i.key!==""&&(a.uint32(10),a.string(i.key)),i.value!=null&&i.value.byteLength>0&&(a.uint32(18),a.bytes(i.value)),c.lengthDelimited!==!1&&a.ldelim()},(i,a,c={})=>{let l={key:"",value:st(0)},u=a==null?i.len:i.pos+a;for(;i.pos<u;){let f=i.uint32();switch(f>>>3){case 1:{l.key=i.string();break}case 2:{l.value=i.bytes();break}default:{i.skipType(f&7);break}}}return l})),s),o.encode=i=>wt(i,o.codec()),o.decode=(i,a)=>bt(i,o.codec(),a)})(t=r.Peer$metadataEntry||(r.Peer$metadataEntry={}));let e;(function(o){let s;o.codec=()=>(s==null&&(s=xt((i,a,c={})=>{c.lengthDelimited!==!1&&a.fork(),i.key!=null&&i.key!==""&&(a.uint32(10),a.string(i.key)),i.value!=null&&(a.uint32(18),bn.codec().encode(i.value,a)),c.lengthDelimited!==!1&&a.ldelim()},(i,a,c={})=>{let l={key:""},u=a==null?i.len:i.pos+a;for(;i.pos<u;){let f=i.uint32();switch(f>>>3){case 1:{l.key=i.string();break}case 2:{l.value=bn.codec().decode(i,i.uint32(),{limits:c.limits?.value});break}default:{i.skipType(f&7);break}}}return l})),s),o.encode=i=>wt(i,o.codec()),o.decode=(i,a)=>bt(i,o.codec(),a)})(e=r.Peer$tagsEntry||(r.Peer$tagsEntry={}));let n;r.codec=()=>(n==null&&(n=xt((o,s,i={})=>{if(i.lengthDelimited!==!1&&s.fork(),o.addresses!=null)for(let a of o.addresses)s.uint32(10),gn.codec().encode(a,s);if(o.protocols!=null)for(let a of o.protocols)s.uint32(18),s.string(a);if(o.publicKey!=null&&(s.uint32(34),s.bytes(o.publicKey)),o.peerRecordEnvelope!=null&&(s.uint32(42),s.bytes(o.peerRecordEnvelope)),o.metadata!=null&&o.metadata.size!==0)for(let[a,c]of o.metadata.entries())s.uint32(50),r.Peer$metadataEntry.codec().encode({key:a,value:c},s);if(o.tags!=null&&o.tags.size!==0)for(let[a,c]of o.tags.entries())s.uint32(58),r.Peer$tagsEntry.codec().encode({key:a,value:c},s);o.updated!=null&&(s.uint32(64),s.uint64Number(o.updated)),i.lengthDelimited!==!1&&s.ldelim()},(o,s,i={})=>{let a={addresses:[],protocols:[],metadata:new Map,tags:new Map},c=s==null?o.len:o.pos+s;for(;o.pos<c;){let l=o.uint32();switch(l>>>3){case 1:{if(i.limits?.addresses!=null&&a.addresses.length===i.limits.addresses)throw new Te('Decode error - map field "addresses" had too many elements');a.addresses.push(gn.codec().decode(o,o.uint32(),{limits:i.limits?.addresses$}));break}case 2:{if(i.limits?.protocols!=null&&a.protocols.length===i.limits.protocols)throw new Te('Decode error - map field "protocols" had too many elements');a.protocols.push(o.string());break}case 4:{a.publicKey=o.bytes();break}case 5:{a.peerRecordEnvelope=o.bytes();break}case 6:{if(i.limits?.metadata!=null&&a.metadata.size===i.limits.metadata)throw new gr('Decode error - map field "metadata" had too many elements');let u=r.Peer$metadataEntry.codec().decode(o,o.uint32());a.metadata.set(u.key,u.value);break}case 7:{if(i.limits?.tags!=null&&a.tags.size===i.limits.tags)throw new gr('Decode error - map field "tags" had too many elements');let u=r.Peer$tagsEntry.codec().decode(o,o.uint32(),{limits:{value:i.limits?.tags$value}});a.tags.set(u.key,u.value);break}case 8:{a.updated=o.uint64Number();break}default:{o.skipType(l&7);break}}}return a})),n),r.encode=o=>wt(o,r.codec()),r.decode=(o,s)=>bt(o,r.codec(),s)})(ne||(ne={}));var gn;(function(r){let t;r.codec=()=>(t==null&&(t=xt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.multiaddr!=null&&e.multiaddr.byteLength>0&&(n.uint32(10),n.bytes(e.multiaddr)),e.isCertified!=null&&(n.uint32(16),n.bool(e.isCertified)),e.observed!=null&&(n.uint32(24),n.uint64Number(e.observed)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={multiaddr:st(0)},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.multiaddr=e.bytes();break}case 2:{s.isCertified=e.bool();break}case 3:{s.observed=e.uint64Number();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>wt(e,r.codec()),r.decode=(e,n)=>bt(e,r.codec(),n)})(gn||(gn={}));var bn;(function(r){let t;r.codec=()=>(t==null&&(t=xt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.value!=null&&e.value!==0&&(n.uint32(8),n.uint32(e.value)),e.expiry!=null&&(n.uint32(16),n.uint64(e.expiry)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={value:0},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.value=e.uint32();break}case 2:{s.expiry=e.uint64();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>wt(e,r.codec()),r.decode=(e,n)=>bt(e,r.codec(),n)})(bn||(bn={}));function If(r,t){if(r.publicKey!=null||t.publicKey==null)return r;let e;if(r.type==="RSA"){let o=Z.decode(`z${r}`);e=Gt(o)}let n=sn(t.publicKey,e);return Pa(n)}function wn(r,t,e){let n=ne.decode(t);return xn(r,n,e)}function xn(r,t,e){let n=new Map,o=BigInt(Date.now());for(let[s,i]of t.tags.entries())i.expiry!=null&&i.expiry<o||n.set(s,i);return{...t,id:If(r,t),addresses:t.addresses.filter(({observed:s})=>s!=null&&s>Date.now()-e).map(({multiaddr:s,isCertified:i})=>({multiaddr:Ft(s),isCertified:i??!1})),metadata:t.metadata,peerRecordEnvelope:t.peerRecordEnvelope??void 0,tags:n}}function rc(r,t){return Bf(r.addresses,t.addresses)&&Tf(r.protocols,t.protocols)&&Lf(r.publicKey,t.publicKey)&&Pf(r.peerRecordEnvelope,t.peerRecordEnvelope)&&_f(r.metadata,t.metadata)&&Cf(r.tags,t.tags)}function Bf(r,t){return oc(r,t,(e,n)=>!(e.isCertified!==n.isCertified||!j(e.multiaddr,n.multiaddr)))}function Tf(r,t){return oc(r,t,(e,n)=>e===n)}function Lf(r,t){return nc(r,t)}function Pf(r,t){return nc(r,t)}function _f(r,t){return sc(r,t,(e,n)=>j(e,n))}function Cf(r,t){return sc(r,t,(e,n)=>e.value===n.value&&e.expiry===n.expiry)}function nc(r,t){return r==null&&t==null?!0:r!=null&&t!=null?j(r,t):!1}function oc(r,t,e){if(r.length!==t.length)return!1;for(let n=0;n<r.length;n++)if(!e(r[n],t[n]))return!1;return!0}function sc(r,t,e){if(r.size!==t.size)return!1;for(let[n,o]of r.entries()){let s=t.get(n);if(s==null||!e(o,s))return!1}return!0}var oe="/",ic=new TextEncoder().encode(oe),En=ic[0],vn=class r{_buf;constructor(t,e){if(typeof t=="string")this._buf=G(t);else if(t instanceof Uint8Array)this._buf=t;else throw new Error("Invalid key, should be String of Uint8Array");if(e==null&&(e=!0),e&&this.clean(),this._buf.byteLength===0||this._buf[0]!==En)throw new Error("Invalid key")}toString(t="utf8"){return N(this._buf,t)}uint8Array(){return this._buf}get[Symbol.toStringTag](){return`Key(${this.toString()})`}static withNamespaces(t){return new r(t.join(oe))}static random(){return new r(Math.random().toString().substring(2))}static asKey(t){return t instanceof Uint8Array||typeof t=="string"?new r(t):typeof t.uint8Array=="function"?new r(t.uint8Array()):null}clean(){if((this._buf==null||this._buf.byteLength===0)&&(this._buf=ic),this._buf[0]!==En){let t=new Uint8Array(this._buf.byteLength+1);t.fill(En,0,1),t.set(this._buf,1),this._buf=t}for(;this._buf.byteLength>1&&this._buf[this._buf.byteLength-1]===En;)this._buf=this._buf.subarray(0,-1)}less(t){let e=this.list(),n=t.list();for(let o=0;o<e.length;o++){if(n.length<o+1)return!1;let s=e[o],i=n[o];if(s<i)return!0;if(s>i)return!1}return e.length<n.length}reverse(){return r.withNamespaces(this.list().slice().reverse())}namespaces(){return this.list()}baseNamespace(){let t=this.namespaces();return t[t.length-1]}list(){return this.toString().split(oe).slice(1)}type(){return Rf(this.baseNamespace())}name(){return kf(this.baseNamespace())}instance(t){return new r(this.toString()+":"+t)}path(){let t=this.parent().toString();return t.endsWith(oe)||(t+=oe),t+=this.type(),new r(t)}parent(){let t=this.list();return t.length===1?new r(oe):new r(t.slice(0,-1).join(oe))}child(t){return this.toString()===oe?t:t.toString()===oe?this:new r(this.toString()+t.toString(),!1)}isAncestorOf(t){return t.toString()===this.toString()?!1:t.toString().startsWith(this.toString())}isDecendantOf(t){return t.toString()===this.toString()?!1:this.toString().startsWith(t.toString())}isTopLevel(){return this.list().length===1}concat(...t){return r.withNamespaces([...this.namespaces(),...Kf(t.map(e=>e.namespaces()))])}};function Rf(r){let t=r.split(":");return t.length<2?"":t.slice(0,-1).join(":")}function kf(r){let t=r.split(":");return t[t.length-1]}function Kf(r){return[].concat(...r)}var Ds="/peers/";function Cr(r){if(!_e(r)||r.type==null)throw new H("Invalid PeerId");let t=r.toCID().toString();return new vn(`${Ds}${t}`)}async function ac(r,t,e,n,o){let s=new Map;for(let i of e){if(i==null)continue;if(i.multiaddr instanceof Uint8Array&&(i.multiaddr=Ft(i.multiaddr)),!mn(i.multiaddr))throw new H("Multiaddr was invalid");if(!await t(r,i.multiaddr,o))continue;let a=i.isCertified??!1,c=i.multiaddr.toString(),l=s.get(c);l!=null?i.isCertified=l.isCertified||a:s.set(c,{multiaddr:i.multiaddr,isCertified:a})}return[...s.values()].sort((i,a)=>i.multiaddr.toString().localeCompare(a.multiaddr.toString())).map(({isCertified:i,multiaddr:a})=>{let c=a.getPeerId();return r.equals(c)&&(a=a.decapsulate(Ft(`/p2p/${r}`))),{isCertified:i,multiaddr:a.bytes}})}async function Sn(r,t,e,n){if(t==null)throw new H("Invalid PeerData");if(t.publicKey!=null&&r.publicKey!=null&&!t.publicKey.equals(r.publicKey))throw new H("publicKey bytes do not match peer id publicKey bytes");let o=n.existingPeer?.peer;if(o!=null&&!r.equals(o.id))throw new H("peer id did not match existing peer id");let s=o?.addresses??[],i=new Set(o?.protocols??[]),a=o?.metadata??new Map,c=o?.tags??new Map,l=o?.peerRecordEnvelope;if(e==="patch"){if((t.multiaddrs!=null||t.addresses!=null)&&(s=[],t.multiaddrs!=null&&s.push(...t.multiaddrs.map(p=>({isCertified:!1,multiaddr:p}))),t.addresses!=null&&s.push(...t.addresses)),t.protocols!=null&&(i=new Set(t.protocols)),t.metadata!=null){let p=t.metadata instanceof Map?[...t.metadata.entries()]:Object.entries(t.metadata);a=An(p,{validate:cc})}if(t.tags!=null){let p=t.tags instanceof Map?[...t.tags.entries()]:Object.entries(t.tags);c=An(p,{validate:uc,map:lc})}t.peerRecordEnvelope!=null&&(l=t.peerRecordEnvelope)}if(e==="merge"){if(t.multiaddrs!=null&&s.push(...t.multiaddrs.map(p=>({isCertified:!1,multiaddr:p}))),t.addresses!=null&&s.push(...t.addresses),t.protocols!=null&&(i=new Set([...i,...t.protocols])),t.metadata!=null){let p=t.metadata instanceof Map?[...t.metadata.entries()]:Object.entries(t.metadata);for(let[y,A]of p)A==null?a.delete(y):a.set(y,A);a=An([...a.entries()],{validate:cc})}if(t.tags!=null){let p=t.tags instanceof Map?[...t.tags.entries()]:Object.entries(t.tags),y=new Map(c);for(let[A,g]of p)g==null?y.delete(A):y.set(A,g);c=An([...y.entries()],{validate:uc,map:lc})}t.peerRecordEnvelope!=null&&(l=t.peerRecordEnvelope)}let u;o?.id.publicKey!=null?u=Ct(o.id.publicKey):t.publicKey!=null?u=Ct(t.publicKey):r.publicKey!=null&&(u=Ct(r.publicKey));let f={addresses:await ac(r,n.addressFilter??(async()=>!0),s,n.existingPeer?.peerPB.addresses,n),protocols:[...i.values()].sort((p,y)=>p.localeCompare(y)),metadata:a,tags:c,publicKey:u,peerRecordEnvelope:l};return f.addresses.forEach(p=>{p.observed=n.existingPeer?.peerPB.addresses?.find(y=>j(y.multiaddr,y.multiaddr))?.observed??Date.now()}),r.type!=="RSA"&&delete f.publicKey,f}function An(r,t){let e=new Map;for(let[n,o]of r)o!=null&&t.validate(n,o);for(let[n,o]of r.sort(([s],[i])=>s.localeCompare(i)))o!=null&&e.set(n,t.map?.(n,o)??o);return e}function cc(r,t){if(typeof r!="string")throw new H("Metadata key must be a string");if(!(t instanceof Uint8Array))throw new H("Metadata value must be a Uint8Array")}function uc(r,t){if(typeof r!="string")throw new H("Tag name must be a string");if(t.value!=null){if(parseInt(`${t.value}`,10)!==t.value)throw new H("Tag value must be an integer");if(t.value<0||t.value>100)throw new H("Tag value must be between 0-100")}if(t.ttl!=null){if(parseInt(`${t.ttl}`,10)!==t.ttl)throw new H("Tag ttl must be an integer");if(t.ttl<0)throw new H("Tag ttl must be between greater than 0")}}function lc(r,t){let e;return t.expiry!=null&&(e=t.expiry),t.ttl!=null&&(e=BigInt(Date.now()+Number(t.ttl))),{value:t.value??0,expiry:e}}function fc(r){let t=r.toString().split("/")[2],e=tt.parse(t,Kt);return an(e)}function Us(r,t,e){let n=fc(r);return wn(n,t,e)}function Df(r,t){return{prefix:Ds,filters:(r.filters??[]).map(e=>({key:n,value:o})=>e(Us(n,o,t))),orders:(r.orders??[]).map(e=>(n,o)=>e(Us(n.key,n.value,t),Us(o.key,o.value,t)))}}var In=class{peerId;datastore;lock;addressFilter;log;maxAddressAge;maxPeerAge;constructor(t,e={}){this.log=t.logger.forComponent("libp2p:peer-store"),this.peerId=t.peerId,this.datastore=t.datastore,this.addressFilter=e.addressFilter,this.lock=Ks({name:"peer-store",singleProcess:!0}),this.maxAddressAge=e.maxAddressAge??36e5,this.maxPeerAge=e.maxPeerAge??216e5}async has(t,e){try{return await this.load(t,e),!0}catch(n){if(n.name!=="NotFoundError")throw n}return!1}async delete(t,e){this.peerId.equals(t)||await this.datastore.delete(Cr(t),e)}async load(t,e){let n=Cr(t),o=await this.datastore.get(n,e),s=ne.decode(o);if(this.#r(t,s))throw await this.datastore.delete(n,e),new Je;return xn(t,s,this.peerId.equals(t)?1/0:this.maxAddressAge)}async save(t,e,n){let o=await this.#t(t,n),s=await Sn(t,e,"patch",{...n,addressFilter:this.addressFilter});return this.#e(t,s,o)}async patch(t,e,n){let o=await this.#t(t,n),s=await Sn(t,e,"patch",{...n,addressFilter:this.addressFilter,existingPeer:o});return this.#e(t,s,o)}async merge(t,e,n){let o=await this.#t(t,n),s=await Sn(t,e,"merge",{addressFilter:this.addressFilter,existingPeer:o});return this.#e(t,s,o)}async*all(t){for await(let{key:e,value:n}of this.datastore.query(Df(t??{},this.maxAddressAge),t)){let o=fc(e);if(o.equals(this.peerId))continue;let s=ne.decode(n);if(this.#r(o,s)){await this.datastore.delete(e,t);continue}yield xn(o,s,this.peerId.equals(o)?1/0:this.maxAddressAge)}}async#t(t,e){try{let n=Cr(t),o=await this.datastore.get(n,e),s=ne.decode(o);if(this.#r(t,s))throw await this.datastore.delete(n,e),new Je;return{peerPB:s,peer:wn(t,o,this.maxAddressAge)}}catch(n){n.name!=="NotFoundError"&&this.log.error("invalid peer data found in peer store - %e",n)}}async#e(t,e,n,o){e.updated=Date.now();let s=ne.encode(e);return await this.datastore.put(Cr(t),s,o),{peer:wn(t,s,this.maxAddressAge),previous:n?.peer,updated:n==null||!rc(e,n.peerPB)}}#r(t,e){if(e.updated==null)return!0;if(this.peerId.equals(t))return!1;let n=e.updated<Date.now()-this.maxPeerAge,o=Date.now()-this.maxAddressAge,s=e.addresses.filter(i=>i.observed!=null&&i.observed>o);return n&&s.length===0}};var Ns=class{store;events;peerId;log;constructor(t,e={}){this.log=t.logger.forComponent("libp2p:peer-store"),this.events=t.events,this.peerId=t.peerId,this.store=new In(t,e)}[Symbol.toStringTag]="@libp2p/peer-store";async forEach(t,e){let n=await this.store.lock.readLock(e);try{for await(let o of this.store.all(e))t(o)}finally{n()}}async all(t){let e=await this.store.lock.readLock(t);try{return await $a(this.store.all(t))}finally{e()}}async delete(t,e){let n=await this.store.lock.writeLock(e);try{await this.store.delete(t,e)}finally{n()}}async has(t,e){let n=await this.store.lock.readLock(e);try{return await this.store.has(t,e)}finally{this.log.trace("has release read lock"),n()}}async get(t,e){let n=await this.store.lock.readLock(e);try{return await this.store.load(t,e)}finally{n()}}async getInfo(t,e){let n=await this.get(t,e);return{id:n.id,multiaddrs:n.addresses.map(({multiaddr:o})=>o)}}async save(t,e,n){let o=await this.store.lock.writeLock(n);try{let s=await this.store.save(t,e,n);return this.#t(t,s),s.peer}finally{o()}}async patch(t,e,n){let o=await this.store.lock.writeLock(n);try{let s=await this.store.patch(t,e,n);return this.#t(t,s),s.peer}finally{o()}}async merge(t,e,n){let o=await this.store.lock.writeLock(n);try{let s=await this.store.merge(t,e,n);return this.#t(t,s),s.peer}finally{o()}}async consumePeerRecord(t,e,n){let o=_e(e)?e:_e(e?.expectedPeer)?e.expectedPeer:void 0,s=_e(e)||e===void 0?n:e,i=await Ge.openAndCertify(t,Le.DOMAIN,s),a=an(i.publicKey.toCID());if(o?.equals(a)===!1)return this.log("envelope peer id was not the expected peer id - expected: %p received: %p",o,a),!1;let c=Le.createFromProtobuf(i.payload),l;try{l=await this.get(a,s)}catch(u){if(u.name!=="NotFoundError")throw u}if(l?.peerRecordEnvelope!=null){let u=Ge.createFromProtobuf(l.peerRecordEnvelope),f=Le.createFromProtobuf(u.payload);if(f.seqNumber>=c.seqNumber)return this.log("sequence number was lower or equal to existing sequence number - stored: %d received: %d",f.seqNumber,c.seqNumber),!1}return await this.patch(c.peerId,{peerRecordEnvelope:t,addresses:c.multiaddrs.map(u=>({isCertified:!0,multiaddr:u}))},s),!0}#t(t,e){e.updated&&(this.peerId.equals(t)?this.events.safeDispatchEvent("self:peer:update",{detail:e}):this.events.safeDispatchEvent("peer:update",{detail:e}))}};function Uf(r,t={}){return new Ns(r,t)}return Ac(Nf);})();
2
+ "use strict";var Libp2PPeerStore=(()=>{var wc=Object.create;var Kr=Object.defineProperty;var Ec=Object.getOwnPropertyDescriptor;var vc=Object.getOwnPropertyNames;var Ac=Object.getPrototypeOf,Sc=Object.prototype.hasOwnProperty;var Ic=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),At=(r,t)=>{for(var e in t)Kr(r,e,{get:t[e],enumerable:!0})},Vs=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of vc(t))!Sc.call(r,o)&&o!==e&&Kr(r,o,{get:()=>t[o],enumerable:!(n=Ec(t,o))||n.enumerable});return r};var Bc=(r,t,e)=>(e=r!=null?wc(Ac(r)):{},Vs(t||!r||!r.__esModule?Kr(e,"default",{value:r,enumerable:!0}):e,r)),Tc=r=>Vs(Kr({},"__esModule",{value:!0}),r);var Qa=Ic((Rg,vs)=>{"use strict";var Sf=Object.prototype.hasOwnProperty,Et="~";function _r(){}Object.create&&(_r.prototype=Object.create(null),new _r().__proto__||(Et=!1));function If(r,t,e){this.fn=r,this.context=t,this.once=e||!1}function Xa(r,t,e,n,o){if(typeof e!="function")throw new TypeError("The listener must be a function");var s=new If(e,n||r,o),i=Et?Et+t:t;return r._events[i]?r._events[i].fn?r._events[i]=[r._events[i],s]:r._events[i].push(s):(r._events[i]=s,r._eventsCount++),r}function xn(r,t){--r._eventsCount===0?r._events=new _r:delete r._events[t]}function pt(){this._events=new _r,this._eventsCount=0}pt.prototype.eventNames=function(){var t=[],e,n;if(this._eventsCount===0)return t;for(n in e=this._events)Sf.call(e,n)&&t.push(Et?n.slice(1):n);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(e)):t};pt.prototype.listeners=function(t){var e=Et?Et+t:t,n=this._events[e];if(!n)return[];if(n.fn)return[n.fn];for(var o=0,s=n.length,i=new Array(s);o<s;o++)i[o]=n[o].fn;return i};pt.prototype.listenerCount=function(t){var e=Et?Et+t:t,n=this._events[e];return n?n.fn?1:n.length:0};pt.prototype.emit=function(t,e,n,o,s,i){var a=Et?Et+t:t;if(!this._events[a])return!1;var c=this._events[a],l=arguments.length,u,f;if(c.fn){switch(c.once&&this.removeListener(t,c.fn,void 0,!0),l){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,e),!0;case 3:return c.fn.call(c.context,e,n),!0;case 4:return c.fn.call(c.context,e,n,o),!0;case 5:return c.fn.call(c.context,e,n,o,s),!0;case 6:return c.fn.call(c.context,e,n,o,s,i),!0}for(f=1,u=new Array(l-1);f<l;f++)u[f-1]=arguments[f];c.fn.apply(c.context,u)}else{var p=c.length,y;for(f=0;f<p;f++)switch(c[f].once&&this.removeListener(t,c[f].fn,void 0,!0),l){case 1:c[f].fn.call(c[f].context);break;case 2:c[f].fn.call(c[f].context,e);break;case 3:c[f].fn.call(c[f].context,e,n);break;case 4:c[f].fn.call(c[f].context,e,n,o);break;default:if(!u)for(y=1,u=new Array(l-1);y<l;y++)u[y-1]=arguments[y];c[f].fn.apply(c[f].context,u)}}return!0};pt.prototype.on=function(t,e,n){return Xa(this,t,e,n,!1)};pt.prototype.once=function(t,e,n){return Xa(this,t,e,n,!0)};pt.prototype.removeListener=function(t,e,n,o){var s=Et?Et+t:t;if(!this._events[s])return this;if(!e)return xn(this,s),this;var i=this._events[s];if(i.fn)i.fn===e&&(!o||i.once)&&(!n||i.context===n)&&xn(this,s);else{for(var a=0,c=[],l=i.length;a<l;a++)(i[a].fn!==e||o&&!i[a].once||n&&i[a].context!==n)&&c.push(i[a]);c.length?this._events[s]=c.length===1?c[0]:c:xn(this,s)}return this};pt.prototype.removeAllListeners=function(t){var e;return t?(e=Et?Et+t:t,this._events[e]&&xn(this,e)):(this._events=new _r,this._eventsCount=0),this};pt.prototype.off=pt.prototype.removeListener;pt.prototype.addListener=pt.prototype.on;pt.prefixed=Et;pt.EventEmitter=pt;typeof vs<"u"&&(vs.exports=pt)});var Hf={};At(Hf,{persistentPeerStore:()=>qf});var Dr=Symbol.for("@libp2p/peer-id");function _e(r){return!!r?.[Dr]}var H=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},Ce=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var tr=class extends Error{static name="NotFoundError";constructor(t="Not found"){super(t),this.name="NotFoundError"}};var Ur=class extends Error{static name="InvalidCIDError";constructor(t="Invalid CID"){super(t),this.name="InvalidCIDError"}},Nr=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var me=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var Cn={};At(Cn,{base58btc:()=>Y,base58flickr:()=>Kc});var Wf=new Uint8Array(0);function zs(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function Wt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function Fs(r){return new TextEncoder().encode(r)}function Ws(r){return new TextDecoder().decode(r)}function Lc(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),n=0;n<e.length;n++)e[n]=255;for(var o=0;o<r.length;o++){var s=r.charAt(o),i=s.charCodeAt(0);if(e[i]!==255)throw new TypeError(s+" is ambiguous");e[i]=o}var a=r.length,c=r.charAt(0),l=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function f(A){if(A instanceof Uint8Array||(ArrayBuffer.isView(A)?A=new Uint8Array(A.buffer,A.byteOffset,A.byteLength):Array.isArray(A)&&(A=Uint8Array.from(A))),!(A instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(A.length===0)return"";for(var g=0,R=0,K=0,F=A.length;K!==F&&A[K]===0;)K++,g++;for(var S=(F-K)*u+1>>>0,d=new Uint8Array(S);K!==F;){for(var b=A[K],I=0,B=S-1;(b!==0||I<R)&&B!==-1;B--,I++)b+=256*d[B]>>>0,d[B]=b%a>>>0,b=b/a>>>0;if(b!==0)throw new Error("Non-zero carry");R=I,K++}for(var T=S-R;T!==S&&d[T]===0;)T++;for(var k=c.repeat(g);T<S;++T)k+=r.charAt(d[T]);return k}function p(A){if(typeof A!="string")throw new TypeError("Expected String");if(A.length===0)return new Uint8Array;var g=0;if(A[g]!==" "){for(var R=0,K=0;A[g]===c;)R++,g++;for(var F=(A.length-g)*l+1>>>0,S=new Uint8Array(F);A[g];){var d=e[A.charCodeAt(g)];if(d===255)return;for(var b=0,I=F-1;(d!==0||b<K)&&I!==-1;I--,b++)d+=a*S[I]>>>0,S[I]=d%256>>>0,d=d/256>>>0;if(d!==0)throw new Error("Non-zero carry");K=b,g++}if(A[g]!==" "){for(var B=F-K;B!==F&&S[B]===0;)B++;for(var T=new Uint8Array(R+(F-B)),k=R;B!==F;)T[k++]=S[B++];return T}}}function y(A){var g=p(A);if(g)return g;throw new Error(`Non-${t} character`)}return{encode:f,decodeUnsafe:p,decode:y}}var Pc=Lc,_c=Pc,$s=_c;var Tn=class{name;prefix;baseEncode;constructor(t,e,n){this.name=t,this.prefix=e,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Ln=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,e,n){this.name=t,this.prefix=e;let o=e.codePointAt(0);if(o===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o,this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return Zs(this,t)}},Pn=class{decoders;constructor(t){this.decoders=t}or(t){return Zs(this,t)}decode(t){let e=t[0],n=this.decoders[e];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function Zs(r,t){return new Pn({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var _n=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,e,n,o){this.name=t,this.prefix=e,this.baseEncode=n,this.baseDecode=o,this.encoder=new Tn(t,e,n),this.decoder=new Ln(t,e,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function ke({name:r,prefix:t,encode:e,decode:n}){return new _n(r,t,e,n)}function oe({name:r,prefix:t,alphabet:e}){let{encode:n,decode:o}=$s(e,r);return ke({prefix:t,name:r,encode:n,decode:s=>Wt(o(s))})}function Cc(r,t,e,n){let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*e/8|0),i=0,a=0,c=0;for(let l=0;l<o;++l){let u=t[r[l]];if(u===void 0)throw new SyntaxError(`Non-${n} character`);a=a<<e|u,i+=e,i>=8&&(i-=8,s[c++]=255&a>>i)}if(i>=e||(255&a<<8-i)!==0)throw new SyntaxError("Unexpected end of data");return s}function kc(r,t,e){let n=t[t.length-1]==="=",o=(1<<e)-1,s="",i=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],i+=8;i>e;)i-=e,s+=t[o&a>>i];if(i!==0&&(s+=t[o&a<<e-i]),n)for(;(s.length*e&7)!==0;)s+="=";return s}function Rc(r){let t={};for(let e=0;e<r.length;++e)t[r[e]]=e;return t}function J({name:r,prefix:t,bitsPerChar:e,alphabet:n}){let o=Rc(n);return ke({prefix:t,name:r,encode(s){return kc(s,n,e)},decode(s){return Cc(s,o,e,r)}})}var Y=oe({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Kc=oe({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var kn={};At(kn,{base32:()=>Kt,base32hex:()=>Oc,base32hexpad:()=>qc,base32hexpadupper:()=>Hc,base32hexupper:()=>Mc,base32pad:()=>Uc,base32padupper:()=>Nc,base32upper:()=>Dc,base32z:()=>Vc});var Kt=J({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Dc=J({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Uc=J({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Nc=J({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Oc=J({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Mc=J({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),qc=J({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Hc=J({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Vc=J({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Rn={};At(Rn,{base36:()=>er,base36upper:()=>zc});var er=oe({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),zc=oe({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Fc=Xs,Ys=128,Wc=127,Gc=~Wc,$c=Math.pow(2,31);function Xs(r,t,e){t=t||[],e=e||0;for(var n=e;r>=$c;)t[e++]=r&255|Ys,r/=128;for(;r&Gc;)t[e++]=r&255|Ys,r>>>=7;return t[e]=r|0,Xs.bytes=e-n+1,t}var Zc=Kn,Yc=128,js=127;function Kn(r,n){var e=0,n=n||0,o=0,s=n,i,a=r.length;do{if(s>=a)throw Kn.bytes=0,new RangeError("Could not decode varint");i=r[s++],e+=o<28?(i&js)<<o:(i&js)*Math.pow(2,o),o+=7}while(i>=Yc);return Kn.bytes=s-n,e}var jc=Math.pow(2,7),Xc=Math.pow(2,14),Qc=Math.pow(2,21),Jc=Math.pow(2,28),tu=Math.pow(2,35),eu=Math.pow(2,42),ru=Math.pow(2,49),nu=Math.pow(2,56),ou=Math.pow(2,63),su=function(r){return r<jc?1:r<Xc?2:r<Qc?3:r<Jc?4:r<tu?5:r<eu?6:r<ru?7:r<nu?8:r<ou?9:10},iu={encode:Fc,decode:Zc,encodingLength:su},au=iu,rr=au;function nr(r,t=0){return[rr.decode(r,t),rr.decode.bytes]}function Re(r,t,e=0){return rr.encode(r,t,e),t}function Ke(r){return rr.encodingLength(r)}function Dt(r,t){let e=t.byteLength,n=Ke(r),o=n+Ke(e),s=new Uint8Array(o+e);return Re(r,s,0),Re(e,s,n),s.set(t,o),new De(r,e,t,s)}function se(r){let t=Wt(r),[e,n]=nr(t),[o,s]=nr(t.subarray(n)),i=t.subarray(n+s);if(i.byteLength!==o)throw new Error("Incorrect length");return new De(e,o,i,t)}function Qs(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&zs(r.bytes,e.bytes)}}var De=class{code;size;digest;bytes;constructor(t,e,n,o){this.code=t,this.size=e,this.digest=n,this.bytes=o}};function Js(r,t){let{bytes:e,version:n}=r;switch(n){case 0:return uu(e,Dn(r),t??Y.encoder);default:return lu(e,Dn(r),t??Kt.encoder)}}var ti=new WeakMap;function Dn(r){let t=ti.get(r);if(t==null){let e=new Map;return ti.set(r,e),e}return t}var tt=class r{code;version;multihash;bytes;"/";constructor(t,e,n,o){this.code=e,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:e}=this;if(t!==or)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==fu)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:e}=this.multihash,n=Dt(t,e);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return r.equals(this,t)}static equals(t,e){let n=e;return n!=null&&t.code===n.code&&t.version===n.version&&Qs(t.multihash,n.multihash)}toString(t){return Js(this,t)}toJSON(){return{"/":Js(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let e=t;if(e instanceof r)return e;if(e["/"]!=null&&e["/"]===e.bytes||e.asCID===e){let{version:n,code:o,multihash:s,bytes:i}=e;return new r(n,o,s,i??ei(n,o,s.bytes))}else if(e[du]===!0){let{version:n,multihash:o,code:s}=e,i=se(o);return r.create(n,s,i)}else return null}static create(t,e,n){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==or)throw new Error(`Version 0 CID must use dag-pb (code: ${or}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let o=ei(t,e,n.bytes);return new r(t,e,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,or,t)}static createV1(t,e){return r.create(1,t,e)}static decode(t){let[e,n]=r.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=r.inspectBytes(t),n=e.size-e.multihashSize,o=Wt(t.subarray(n,n+e.multihashSize));if(o.byteLength!==e.multihashSize)throw new Error("Incorrect length");let s=o.subarray(e.multihashSize-e.digestSize),i=new De(e.multihashCode,e.digestSize,s,o);return[e.version===0?r.createV0(i):r.createV1(e.codec,i),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[f,p]=nr(t.subarray(e));return e+=p,f},o=n(),s=or;if(o===18?(o=0,e=0):s=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let i=e,a=n(),c=n(),l=e+c,u=l-i;return{version:o,codec:s,multihashCode:a,digestSize:c,multihashSize:u,size:l}}static parse(t,e){let[n,o]=cu(t,e),s=r.decode(o);if(s.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Dn(s).set(n,t),s}};function cu(r,t){switch(r[0]){case"Q":{let e=t??Y;return[Y.prefix,e.decode(`${Y.prefix}${r}`)]}case Y.prefix:{let e=t??Y;return[Y.prefix,e.decode(r)]}case Kt.prefix:{let e=t??Kt;return[Kt.prefix,e.decode(r)]}case er.prefix:{let e=t??er;return[er.prefix,e.decode(r)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[r[0],t.decode(r)]}}}function uu(r,t,e){let{prefix:n}=e;if(n!==Y.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let o=t.get(n);if(o==null){let s=e.encode(r).slice(1);return t.set(n,s),s}else return o}function lu(r,t,e){let{prefix:n}=e,o=t.get(n);if(o==null){let s=e.encode(r);return t.set(n,s),s}else return o}var or=112,fu=18;function ei(r,t,e){let n=Ke(r),o=n+Ke(t),s=new Uint8Array(o+e.byteLength);return Re(r,s,0),Re(t,s,n),s.set(e,o),s}var du=Symbol.for("@ipld/js-cid/CID");var Un={};At(Un,{identity:()=>Ut});var ri=0,hu="identity",ni=Wt;function pu(r){return Dt(ri,ni(r))}var Ut={code:ri,name:hu,encode:ni,digest:pu};function j(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function st(r=0){return new Uint8Array(r)}function St(r=0){return new Uint8Array(r)}function Lt(r,t){t==null&&(t=r.reduce((o,s)=>o+s.length,0));let e=St(t),n=0;for(let o of r)e.set(o,n),n+=o.length;return e}var si=Symbol.for("@achingbrain/uint8arraylist");function oi(r,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let e=0;for(let n of r){let o=e+n.byteLength;if(t<o)return{buf:n,index:t-e};e=o}throw new RangeError("index is out of bounds")}function Mr(r){return!!r?.[si]}var mt=class r{bufs;length;[si]=!0;constructor(...t){this.bufs=[],this.length=0,t.length>0&&this.appendAll(t)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...t){this.appendAll(t)}appendAll(t){let e=0;for(let n of t)if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.push(n);else if(Mr(n))e+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(let n of t.reverse())if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.unshift(n);else if(Mr(n))e+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}get(t){let e=oi(this.bufs,t);return e.buf[e.index]}set(t,e){let n=oi(this.bufs,t);n.buf[n.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(e+n,t[n]);else if(Mr(t))for(let n=0;n<t.length;n++)this.set(e+n,t.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(t){if(t=Math.trunc(t),!(Number.isNaN(t)||t<=0)){if(t===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(t>=this.bufs[0].byteLength)t-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(t),this.length-=t;break}}}slice(t,e){let{bufs:n,length:o}=this._subList(t,e);return Lt(n,o)}subarray(t,e){let{bufs:n,length:o}=this._subList(t,e);return n.length===1?n[0]:Lt(n,o)}sublist(t,e){let{bufs:n,length:o}=this._subList(t,e),s=new r;return s.length=o,s.bufs=[...n],s}_subList(t,e){if(t=t??0,e=e??this.length,t<0&&(t=this.length+t),e<0&&(e=this.length+e),t<0||e>this.length)throw new RangeError("index is out of bounds");if(t===e)return{bufs:[],length:0};if(t===0&&e===this.length)return{bufs:this.bufs,length:this.length};let n=[],o=0;for(let s=0;s<this.bufs.length;s++){let i=this.bufs[s],a=o,c=a+i.byteLength;if(o=c,t>=c)continue;let l=t>=a&&t<c,u=e>a&&e<=c;if(l&&u){if(t===a&&e===c){n.push(i);break}let f=t-a;n.push(i.subarray(f,f+(e-t)));break}if(l){if(t===0){n.push(i);continue}n.push(i.subarray(t-a));continue}if(u){if(e===c){n.push(i);break}n.push(i.subarray(0,e-a));break}n.push(i)}return{bufs:n,length:e-t}}indexOf(t,e=0){if(!Mr(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let s=256,i=new Int32Array(s);for(let f=0;f<s;f++)i[f]=-1;for(let f=0;f<o;f++)i[n[f]]=f;let a=i,c=this.byteLength-n.byteLength,l=n.byteLength-1,u;for(let f=e;f<=c;f+=u){u=0;for(let p=l;p>=0;p--){let y=this.get(f+p);if(n[p]!==y){u=Math.max(1,p-a[y]);break}}if(u===0)return f}return-1}getInt8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){let n=St(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,e),this.write(n,t)}getInt16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,e)}setInt16(t,e,n){let o=st(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt16(0,e,n),this.write(o,t)}getInt32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,e)}setInt32(t,e,n){let o=st(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt32(0,e,n),this.write(o,t)}getBigInt64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,e)}setBigInt64(t,e,n){let o=st(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigInt64(0,e,n),this.write(o,t)}getUint8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0)}setUint8(t,e){let n=St(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,e),this.write(n,t)}getUint16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,e)}setUint16(t,e,n){let o=st(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint16(0,e,n),this.write(o,t)}getUint32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,e)}setUint32(t,e,n){let o=st(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint32(0,e,n),this.write(o,t)}getBigUint64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,e)}setBigUint64(t,e,n){let o=st(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigUint64(0,e,n),this.write(o,t)}getFloat32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,e)}setFloat32(t,e,n){let o=st(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat32(0,e,n),this.write(o,t)}getFloat64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,e)}setFloat64(t,e,n){let o=st(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,e,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof r)||t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!j(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let n=new r;return n.bufs=t,e==null&&(e=t.reduce((o,s)=>o+s.byteLength,0)),n.length=e,n}};var Nn={};At(Nn,{base10:()=>mu});var mu=oe({prefix:"9",name:"base10",alphabet:"0123456789"});var On={};At(On,{base16:()=>yu,base16upper:()=>gu});var yu=J({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),gu=J({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Mn={};At(Mn,{base2:()=>bu});var bu=J({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var qn={};At(qn,{base256emoji:()=>Au});var ii=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),xu=ii.reduce((r,t,e)=>(r[e]=t,r),[]),wu=ii.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function Eu(r){return r.reduce((t,e)=>(t+=xu[e],t),"")}function vu(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let o=wu[n];if(o==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(o)}return new Uint8Array(t)}var Au=ke({prefix:"\u{1F680}",name:"base256emoji",encode:Eu,decode:vu});var Hn={};At(Hn,{base64:()=>Su,base64pad:()=>Iu,base64url:()=>Bu,base64urlpad:()=>Tu});var Su=J({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Iu=J({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Bu=J({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Tu=J({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Vn={};At(Vn,{base8:()=>Lu});var Lu=J({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var zn={};At(zn,{identity:()=>Pu});var Pu=ke({prefix:"\0",name:"identity",encode:r=>Ws(r),decode:r=>Fs(r)});var Ld=new TextEncoder,Pd=new TextDecoder;var Gn={};At(Gn,{sha256:()=>sr,sha512:()=>ku});function Wn({name:r,code:t,encode:e}){return new Fn(r,t,e)}var Fn=class{name;code;encode;constructor(t,e,n){this.name=t,this.code=e,this.encode=n}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?Dt(this.code,e):e.then(n=>Dt(this.code,n))}else throw Error("Unknown type, must be binary type")}};function ci(r){return async t=>new Uint8Array(await crypto.subtle.digest(r,t))}var sr=Wn({name:"sha2-256",code:18,encode:ci("SHA-256")}),ku=Wn({name:"sha2-512",code:19,encode:ci("SHA-512")});var ir={...zn,...Mn,...Vn,...Nn,...On,...kn,...Rn,...Cn,...Hn,...qn},Hd={...Gn,...Un};function li(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var ui=li("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),$n=li("ascii","a",r=>{let t="a";for(let e=0;e<r.length;e++)t+=String.fromCharCode(r[e]);return t},r=>{r=r.substring(1);let t=St(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),Ru={utf8:ui,"utf-8":ui,hex:ir.base16,latin1:$n,ascii:$n,binary:$n,...ir},qr=Ru;function G(r,t="utf8"){let e=qr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.decoder.decode(`${e.prefix}${r}`)}function N(r,t="utf8"){let e=qr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.encoder.encode(r).substring(1)}var Ku=parseInt("11111",2),Zn=parseInt("10000000",2),Du=parseInt("01111111",2),fi={0:ar,1:ar,2:Uu,3:Mu,4:qu,5:Ou,6:Nu,16:ar,22:ar,48:ar};function $t(r,t={offset:0}){let e=r[t.offset]&Ku;if(t.offset++,fi[e]!=null)return fi[e](r,t);throw new Error("No decoder for tag "+e)}function cr(r,t){let e=0;if((r[t.offset]&Zn)===Zn){let n=r[t.offset]&Du,o="0x";t.offset++;for(let s=0;s<n;s++,t.offset++)o+=r[t.offset].toString(16).padStart(2,"0");e=parseInt(o,16)}else e=r[t.offset],t.offset++;return e}function ar(r,t){cr(r,t);let e=[];for(;!(t.offset>=r.byteLength);){let n=$t(r,t);if(n===null)break;e.push(n)}return e}function Uu(r,t){let e=cr(r,t),n=t.offset,o=t.offset+e,s=[];for(let i=n;i<o;i++)i===n&&r[i]===0||s.push(r[i]);return t.offset+=e,Uint8Array.from(s)}function Nu(r,t){let e=cr(r,t),n=t.offset+e,o=r[t.offset];t.offset++;let s=0,i=0;o<40?(s=0,i=o):o<80?(s=1,i=o-40):(s=2,i=o-80);let a=`${s}.${i}`,c=[];for(;t.offset<n;){let l=r[t.offset];if(t.offset++,c.push(l&127),l<128){c.reverse();let u=0;for(let f=0;f<c.length;f++)u+=c[f]<<f*7;a+=`.${u}`,c=[]}}return a}function Ou(r,t){return t.offset++,null}function Mu(r,t){let e=cr(r,t),n=r[t.offset];t.offset++;let o=r.subarray(t.offset,t.offset+e-1);if(t.offset+=e,n!==0)throw new Error("Unused bits in bit string is unimplemented");return o}function qu(r,t){let e=cr(r,t),n=r.subarray(t.offset,t.offset+e);return t.offset+=e,n}function Hu(r){let t=r.toString(16);t.length%2===1&&(t="0"+t);let e=new mt;for(let n=0;n<t.length;n+=2)e.append(Uint8Array.from([parseInt(`${t[n]}${t[n+1]}`,16)]));return e}function Yn(r){if(r.byteLength<128)return Uint8Array.from([r.byteLength]);let t=Hu(r.byteLength);return new mt(Uint8Array.from([t.byteLength|Zn]),t)}function It(r){let t=new mt,e=128;return(r.subarray()[0]&e)===e&&t.append(Uint8Array.from([0])),t.append(r),new mt(Uint8Array.from([2]),Yn(t),t)}function Hr(r){let t=Uint8Array.from([0]),e=new mt(t,r);return new mt(Uint8Array.from([3]),Yn(e),e)}function ie(r,t=48){let e=new mt;for(let n of r)e.append(n);return new mt(Uint8Array.from([t]),Yn(e),e)}async function di(r,t,e,n){let o=await crypto.subtle.importKey("jwk",r,{name:"ECDSA",namedCurve:r.crv??"P-256"},!1,["verify"]);n?.signal?.throwIfAborted();let s=await crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},o,t,e.subarray());return n?.signal?.throwIfAborted(),s}var Vu=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),zu=Uint8Array.from([6,5,43,129,4,0,34]),Fu=Uint8Array.from([6,5,43,129,4,0,35]),Wu={ext:!0,kty:"EC",crv:"P-256"},Gu={ext:!0,kty:"EC",crv:"P-384"},$u={ext:!0,kty:"EC",crv:"P-521"},jn=32,Xn=48,Qn=66;function Jn(r){let t=$t(r);return hi(t)}function hi(r){let t=r[1][1][0],e=1,n,o;if(t.byteLength===jn*2+1)return n=N(t.subarray(e,e+jn),"base64url"),o=N(t.subarray(e+jn),"base64url"),new Ue({...Wu,key_ops:["verify"],x:n,y:o});if(t.byteLength===Xn*2+1)return n=N(t.subarray(e,e+Xn),"base64url"),o=N(t.subarray(e+Xn),"base64url"),new Ue({...Gu,key_ops:["verify"],x:n,y:o});if(t.byteLength===Qn*2+1)return n=N(t.subarray(e,e+Qn),"base64url"),o=N(t.subarray(e+Qn),"base64url"),new Ue({...$u,key_ops:["verify"],x:n,y:o});throw new H(`coordinates were wrong length, got ${t.byteLength}, expected 65, 97 or 133`)}function pi(r){return ie([It(Uint8Array.from([1])),ie([Zu(r.crv)],160),ie([Hr(new mt(Uint8Array.from([4]),G(r.x??"","base64url"),G(r.y??"","base64url")))],161)]).subarray()}function Zu(r){if(r==="P-256")return Vu;if(r==="P-384")return zu;if(r==="P-521")return Fu;throw new H(`Invalid curve ${r}`)}var Ue=class{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){return this._raw==null&&(this._raw=pi(this.jwk)),this._raw}toMultihash(){return Ut.digest(Ct(this))}toCID(){return tt.createV1(114,this.toMultihash())}toString(){return Y.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:j(this.raw,t.raw)}async verify(t,e,n){return di(this.jwk,e,t,n)}};var ye=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function Yu(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function Vr(r){if(!Number.isSafeInteger(r)||r<0)throw new Error("positive integer expected, got "+r)}function ge(r,...t){if(!Yu(r))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(r.length))throw new Error("Uint8Array expected of length "+t+", got length="+r.length)}function mi(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");Vr(r.outputLen),Vr(r.blockLen)}function Oe(r,t=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(t&&r.finished)throw new Error("Hash#digest() has already been called")}function yi(r,t){ge(r);let e=t.outputLen;if(r.length<e)throw new Error("digestInto() expects output buffer of length at least "+e)}function Zt(...r){for(let t=0;t<r.length;t++)r[t].fill(0)}function zr(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function Nt(r,t){return r<<32-t|r>>>t}function gi(r){if(typeof r!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(r))}function ur(r){return typeof r=="string"&&(r=gi(r)),ge(r),r}function to(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];ge(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let s=r[n];e.set(s,o),o+=s.length}return e}var Ne=class{};function eo(r){let t=n=>r().update(ur(n)).digest(),e=r();return t.outputLen=e.outputLen,t.blockLen=e.blockLen,t.create=()=>r(),t}function Fr(r=32){if(ye&&typeof ye.getRandomValues=="function")return ye.getRandomValues(new Uint8Array(r));if(ye&&typeof ye.randomBytes=="function")return Uint8Array.from(ye.randomBytes(r));throw new Error("crypto.getRandomValues must be defined")}function ju(r,t,e,n){if(typeof r.setBigUint64=="function")return r.setBigUint64(t,e,n);let o=BigInt(32),s=BigInt(4294967295),i=Number(e>>o&s),a=Number(e&s),c=n?4:0,l=n?0:4;r.setUint32(t+c,i,n),r.setUint32(t+l,a,n)}function bi(r,t,e){return r&t^~r&e}function xi(r,t,e){return r&t^r&e^t&e}var lr=class extends Ne{constructor(t,e,n,o){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=t,this.outputLen=e,this.padOffset=n,this.isLE=o,this.buffer=new Uint8Array(t),this.view=zr(this.buffer)}update(t){Oe(this),t=ur(t),ge(t);let{view:e,buffer:n,blockLen:o}=this,s=t.length;for(let i=0;i<s;){let a=Math.min(o-this.pos,s-i);if(a===o){let c=zr(t);for(;o<=s-i;i+=o)this.process(c,i);continue}n.set(t.subarray(i,i+a),this.pos),this.pos+=a,i+=a,this.pos===o&&(this.process(e,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Oe(this),yi(t,this),this.finished=!0;let{buffer:e,view:n,blockLen:o,isLE:s}=this,{pos:i}=this;e[i++]=128,Zt(this.buffer.subarray(i)),this.padOffset>o-i&&(this.process(n,0),i=0);for(let f=i;f<o;f++)e[f]=0;ju(n,o-8,BigInt(this.length*8),s),this.process(n,0);let a=zr(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let l=c/4,u=this.get();if(l>u.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<l;f++)a.setUint32(4*f,u[f],s)}digest(){let{buffer:t,outputLen:e}=this;this.digestInto(t);let n=t.slice(0,e);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:e,buffer:n,length:o,finished:s,destroyed:i,pos:a}=this;return t.destroyed=i,t.finished=s,t.length=o,t.pos=a,o%e&&t.buffer.set(n),t}clone(){return this._cloneInto()}},Yt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var lt=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]);var Wr=BigInt(4294967295),wi=BigInt(32);function Xu(r,t=!1){return t?{h:Number(r&Wr),l:Number(r>>wi&Wr)}:{h:Number(r>>wi&Wr)|0,l:Number(r&Wr)|0}}function Ei(r,t=!1){let e=r.length,n=new Uint32Array(e),o=new Uint32Array(e);for(let s=0;s<e;s++){let{h:i,l:a}=Xu(r[s],t);[n[s],o[s]]=[i,a]}return[n,o]}var ro=(r,t,e)=>r>>>e,no=(r,t,e)=>r<<32-e|t>>>e,be=(r,t,e)=>r>>>e|t<<32-e,xe=(r,t,e)=>r<<32-e|t>>>e,fr=(r,t,e)=>r<<64-e|t>>>e-32,dr=(r,t,e)=>r>>>e-32|t<<64-e;function Mt(r,t,e,n){let o=(t>>>0)+(n>>>0);return{h:r+e+(o/2**32|0)|0,l:o|0}}var vi=(r,t,e)=>(r>>>0)+(t>>>0)+(e>>>0),Ai=(r,t,e,n)=>t+e+n+(r/2**32|0)|0,Si=(r,t,e,n)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0),Ii=(r,t,e,n,o)=>t+e+n+o+(r/2**32|0)|0,Bi=(r,t,e,n,o)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0)+(o>>>0),Ti=(r,t,e,n,o,s)=>t+e+n+o+s+(r/2**32|0)|0;var Ju=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]),ae=new Uint32Array(64),Gr=class extends lr{constructor(t=32){super(64,t,8,!1),this.A=Yt[0]|0,this.B=Yt[1]|0,this.C=Yt[2]|0,this.D=Yt[3]|0,this.E=Yt[4]|0,this.F=Yt[5]|0,this.G=Yt[6]|0,this.H=Yt[7]|0}get(){let{A:t,B:e,C:n,D:o,E:s,F:i,G:a,H:c}=this;return[t,e,n,o,s,i,a,c]}set(t,e,n,o,s,i,a,c){this.A=t|0,this.B=e|0,this.C=n|0,this.D=o|0,this.E=s|0,this.F=i|0,this.G=a|0,this.H=c|0}process(t,e){for(let f=0;f<16;f++,e+=4)ae[f]=t.getUint32(e,!1);for(let f=16;f<64;f++){let p=ae[f-15],y=ae[f-2],A=Nt(p,7)^Nt(p,18)^p>>>3,g=Nt(y,17)^Nt(y,19)^y>>>10;ae[f]=g+ae[f-7]+A+ae[f-16]|0}let{A:n,B:o,C:s,D:i,E:a,F:c,G:l,H:u}=this;for(let f=0;f<64;f++){let p=Nt(a,6)^Nt(a,11)^Nt(a,25),y=u+p+bi(a,c,l)+Ju[f]+ae[f]|0,g=(Nt(n,2)^Nt(n,13)^Nt(n,22))+xi(n,o,s)|0;u=l,l=c,c=a,a=i+y|0,i=s,s=o,o=n,n=y+g|0}n=n+this.A|0,o=o+this.B|0,s=s+this.C|0,i=i+this.D|0,a=a+this.E|0,c=c+this.F|0,l=l+this.G|0,u=u+this.H|0,this.set(n,o,s,i,a,c,l,u)}roundClean(){Zt(ae)}destroy(){this.set(0,0,0,0,0,0,0,0),Zt(this.buffer)}};var Li=Ei(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(r=>BigInt(r))),tl=Li[0],el=Li[1],ce=new Uint32Array(80),ue=new Uint32Array(80),oo=class extends lr{constructor(t=64){super(128,t,16,!1),this.Ah=lt[0]|0,this.Al=lt[1]|0,this.Bh=lt[2]|0,this.Bl=lt[3]|0,this.Ch=lt[4]|0,this.Cl=lt[5]|0,this.Dh=lt[6]|0,this.Dl=lt[7]|0,this.Eh=lt[8]|0,this.El=lt[9]|0,this.Fh=lt[10]|0,this.Fl=lt[11]|0,this.Gh=lt[12]|0,this.Gl=lt[13]|0,this.Hh=lt[14]|0,this.Hl=lt[15]|0}get(){let{Ah:t,Al:e,Bh:n,Bl:o,Ch:s,Cl:i,Dh:a,Dl:c,Eh:l,El:u,Fh:f,Fl:p,Gh:y,Gl:A,Hh:g,Hl:R}=this;return[t,e,n,o,s,i,a,c,l,u,f,p,y,A,g,R]}set(t,e,n,o,s,i,a,c,l,u,f,p,y,A,g,R){this.Ah=t|0,this.Al=e|0,this.Bh=n|0,this.Bl=o|0,this.Ch=s|0,this.Cl=i|0,this.Dh=a|0,this.Dl=c|0,this.Eh=l|0,this.El=u|0,this.Fh=f|0,this.Fl=p|0,this.Gh=y|0,this.Gl=A|0,this.Hh=g|0,this.Hl=R|0}process(t,e){for(let S=0;S<16;S++,e+=4)ce[S]=t.getUint32(e),ue[S]=t.getUint32(e+=4);for(let S=16;S<80;S++){let d=ce[S-15]|0,b=ue[S-15]|0,I=be(d,b,1)^be(d,b,8)^ro(d,b,7),B=xe(d,b,1)^xe(d,b,8)^no(d,b,7),T=ce[S-2]|0,k=ue[S-2]|0,O=be(T,k,19)^fr(T,k,61)^ro(T,k,6),P=xe(T,k,19)^dr(T,k,61)^no(T,k,6),D=Si(B,P,ue[S-7],ue[S-16]),C=Ii(D,I,O,ce[S-7],ce[S-16]);ce[S]=C|0,ue[S]=D|0}let{Ah:n,Al:o,Bh:s,Bl:i,Ch:a,Cl:c,Dh:l,Dl:u,Eh:f,El:p,Fh:y,Fl:A,Gh:g,Gl:R,Hh:K,Hl:F}=this;for(let S=0;S<80;S++){let d=be(f,p,14)^be(f,p,18)^fr(f,p,41),b=xe(f,p,14)^xe(f,p,18)^dr(f,p,41),I=f&y^~f&g,B=p&A^~p&R,T=Bi(F,b,B,el[S],ue[S]),k=Ti(T,K,d,I,tl[S],ce[S]),O=T|0,P=be(n,o,28)^fr(n,o,34)^fr(n,o,39),D=xe(n,o,28)^dr(n,o,34)^dr(n,o,39),C=n&s^n&a^s&a,nt=o&i^o&c^i&c;K=g|0,F=R|0,g=y|0,R=A|0,y=f|0,A=p|0,{h:f,l:p}=Mt(l|0,u|0,k|0,O|0),l=a|0,u=c|0,a=s|0,c=i|0,s=n|0,i=o|0;let E=vi(O,D,nt);n=Ai(E,k,P,C),o=E|0}({h:n,l:o}=Mt(this.Ah|0,this.Al|0,n|0,o|0)),{h:s,l:i}=Mt(this.Bh|0,this.Bl|0,s|0,i|0),{h:a,l:c}=Mt(this.Ch|0,this.Cl|0,a|0,c|0),{h:l,l:u}=Mt(this.Dh|0,this.Dl|0,l|0,u|0),{h:f,l:p}=Mt(this.Eh|0,this.El|0,f|0,p|0),{h:y,l:A}=Mt(this.Fh|0,this.Fl|0,y|0,A|0),{h:g,l:R}=Mt(this.Gh|0,this.Gl|0,g|0,R|0),{h:K,l:F}=Mt(this.Hh|0,this.Hl|0,K|0,F|0),this.set(n,o,s,i,a,c,l,u,f,p,y,A,g,R,K,F)}roundClean(){Zt(ce,ue)}destroy(){Zt(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var $r=eo(()=>new Gr);var Pi=eo(()=>new oo);var co=BigInt(0),ao=BigInt(1);function Me(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function uo(r){if(!Me(r))throw new Error("Uint8Array expected")}function qt(r,t){if(typeof t!="boolean")throw new Error(r+" boolean expected, got "+t)}function hr(r){let t=r.toString(16);return t.length&1?"0"+t:t}function ki(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return r===""?co:BigInt("0x"+r)}var Ri=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",rl=Array.from({length:256},(r,t)=>t.toString(16).padStart(2,"0"));function le(r){if(uo(r),Ri)return r.toHex();let t="";for(let e=0;e<r.length;e++)t+=rl[r[e]];return t}var jt={_0:48,_9:57,A:65,F:70,a:97,f:102};function _i(r){if(r>=jt._0&&r<=jt._9)return r-jt._0;if(r>=jt.A&&r<=jt.F)return r-(jt.A-10);if(r>=jt.a&&r<=jt.f)return r-(jt.a-10)}function pr(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);if(Ri)return Uint8Array.fromHex(r);let t=r.length,e=t/2;if(t%2)throw new Error("hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(e);for(let o=0,s=0;o<e;o++,s+=2){let i=_i(r.charCodeAt(s)),a=_i(r.charCodeAt(s+1));if(i===void 0||a===void 0){let c=r[s]+r[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}n[o]=i*16+a}return n}function Xt(r){return ki(le(r))}function we(r){return uo(r),ki(le(Uint8Array.from(r).reverse()))}function Ee(r,t){return pr(r.toString(16).padStart(t*2,"0"))}function qe(r,t){return Ee(r,t).reverse()}function X(r,t,e){let n;if(typeof t=="string")try{n=pr(t)}catch(s){throw new Error(r+" must be hex string or Uint8Array, cause: "+s)}else if(Me(t))n=Uint8Array.from(t);else throw new Error(r+" must be hex string or Uint8Array");let o=n.length;if(typeof e=="number"&&o!==e)throw new Error(r+" of length "+e+" expected, got "+o);return n}function fe(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];uo(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let s=r[n];e.set(s,o),o+=s.length}return e}var so=r=>typeof r=="bigint"&&co<=r;function Zr(r,t,e){return so(r)&&so(t)&&so(e)&&t<=r&&r<e}function Pt(r,t,e,n){if(!Zr(t,e,n))throw new Error("expected valid "+r+": "+e+" <= n < "+n+", got "+t)}function Ki(r){let t;for(t=0;r>co;r>>=ao,t+=1);return t}var ve=r=>(ao<<BigInt(r))-ao,io=r=>new Uint8Array(r),Ci=r=>Uint8Array.from(r);function Di(r,t,e){if(typeof r!="number"||r<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof e!="function")throw new Error("hmacFn must be a function");let n=io(r),o=io(r),s=0,i=()=>{n.fill(1),o.fill(0),s=0},a=(...f)=>e(o,n,...f),c=(f=io(0))=>{o=a(Ci([0]),f),n=a(),f.length!==0&&(o=a(Ci([1]),f),n=a())},l=()=>{if(s++>=1e3)throw new Error("drbg: tried 1000 values");let f=0,p=[];for(;f<t;){n=a();let y=n.slice();p.push(y),f+=n.length}return fe(...p)};return(f,p)=>{i(),c(f);let y;for(;!(y=p(l()));)c();return i(),y}}var nl={bigint:r=>typeof r=="bigint",function:r=>typeof r=="function",boolean:r=>typeof r=="boolean",string:r=>typeof r=="string",stringOrUint8Array:r=>typeof r=="string"||Me(r),isSafeInteger:r=>Number.isSafeInteger(r),array:r=>Array.isArray(r),field:(r,t)=>t.Fp.isValid(r),hash:r=>typeof r=="function"&&Number.isSafeInteger(r.outputLen)};function Qt(r,t,e={}){let n=(o,s,i)=>{let a=nl[s];if(typeof a!="function")throw new Error("invalid validator function");let c=r[o];if(!(i&&c===void 0)&&!a(c,r))throw new Error("param "+String(o)+" is invalid. Expected "+s+", got "+c)};for(let[o,s]of Object.entries(t))n(o,s,!1);for(let[o,s]of Object.entries(e))n(o,s,!0);return r}function He(r){let t=new WeakMap;return(e,...n)=>{let o=t.get(e);if(o!==void 0)return o;let s=r(e,...n);return t.set(e,s),s}}var yt=BigInt(0),at=BigInt(1),Ae=BigInt(2),ol=BigInt(3),Ni=BigInt(4),Oi=BigInt(5),Mi=BigInt(8);function $(r,t){let e=r%t;return e>=yt?e:t+e}function Q(r,t,e){let n=r;for(;t-- >yt;)n*=n,n%=e;return n}function Yr(r,t){if(r===yt)throw new Error("invert: expected non-zero number");if(t<=yt)throw new Error("invert: expected positive modulus, got "+t);let e=$(r,t),n=t,o=yt,s=at,i=at,a=yt;for(;e!==yt;){let l=n/e,u=n%e,f=o-i*l,p=s-a*l;n=e,e=u,o=i,s=a,i=f,a=p}if(n!==at)throw new Error("invert: does not exist");return $(o,t)}function qi(r,t){let e=(r.ORDER+at)/Ni,n=r.pow(t,e);if(!r.eql(r.sqr(n),t))throw new Error("Cannot find square root");return n}function sl(r,t){let e=(r.ORDER-Oi)/Mi,n=r.mul(t,Ae),o=r.pow(n,e),s=r.mul(t,o),i=r.mul(r.mul(s,Ae),o),a=r.mul(s,r.sub(i,r.ONE));if(!r.eql(r.sqr(a),t))throw new Error("Cannot find square root");return a}function il(r){if(r<BigInt(3))throw new Error("sqrt is not defined for small field");let t=r-at,e=0;for(;t%Ae===yt;)t/=Ae,e++;let n=Ae,o=Jt(r);for(;Ui(o,n)===1;)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(e===1)return qi;let s=o.pow(n,t),i=(t+at)/Ae;return function(c,l){if(c.is0(l))return l;if(Ui(c,l)!==1)throw new Error("Cannot find square root");let u=e,f=c.mul(c.ONE,s),p=c.pow(l,t),y=c.pow(l,i);for(;!c.eql(p,c.ONE);){if(c.is0(p))return c.ZERO;let A=1,g=c.sqr(p);for(;!c.eql(g,c.ONE);)if(A++,g=c.sqr(g),A===u)throw new Error("Cannot find square root");let R=at<<BigInt(u-A-1),K=c.pow(f,R);u=A,f=c.sqr(K),p=c.mul(p,f),y=c.mul(y,K)}return y}}function al(r){return r%Ni===ol?qi:r%Mi===Oi?sl:il(r)}var Hi=(r,t)=>($(r,t)&at)===at,cl=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function lo(r){let t={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},e=cl.reduce((n,o)=>(n[o]="function",n),t);return Qt(r,e)}function ul(r,t,e){if(e<yt)throw new Error("invalid exponent, negatives unsupported");if(e===yt)return r.ONE;if(e===at)return t;let n=r.ONE,o=t;for(;e>yt;)e&at&&(n=r.mul(n,o)),o=r.sqr(o),e>>=at;return n}function Ve(r,t,e=!1){let n=new Array(t.length).fill(e?r.ZERO:void 0),o=t.reduce((i,a,c)=>r.is0(a)?i:(n[c]=i,r.mul(i,a)),r.ONE),s=r.inv(o);return t.reduceRight((i,a,c)=>r.is0(a)?i:(n[c]=r.mul(i,n[c]),r.mul(i,a)),s),n}function Ui(r,t){let e=(r.ORDER-at)/Ae,n=r.pow(t,e),o=r.eql(n,r.ONE),s=r.eql(n,r.ZERO),i=r.eql(n,r.neg(r.ONE));if(!o&&!s&&!i)throw new Error("invalid Legendre symbol result");return o?1:s?0:-1}function fo(r,t){t!==void 0&&Vr(t);let e=t!==void 0?t:r.toString(2).length,n=Math.ceil(e/8);return{nBitLength:e,nByteLength:n}}function Jt(r,t,e=!1,n={}){if(r<=yt)throw new Error("invalid field: expected ORDER > 0, got "+r);let{nBitLength:o,nByteLength:s}=fo(r,t);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let i,a=Object.freeze({ORDER:r,isLE:e,BITS:o,BYTES:s,MASK:ve(o),ZERO:yt,ONE:at,create:c=>$(c,r),isValid:c=>{if(typeof c!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof c);return yt<=c&&c<r},is0:c=>c===yt,isOdd:c=>(c&at)===at,neg:c=>$(-c,r),eql:(c,l)=>c===l,sqr:c=>$(c*c,r),add:(c,l)=>$(c+l,r),sub:(c,l)=>$(c-l,r),mul:(c,l)=>$(c*l,r),pow:(c,l)=>ul(a,c,l),div:(c,l)=>$(c*Yr(l,r),r),sqrN:c=>c*c,addN:(c,l)=>c+l,subN:(c,l)=>c-l,mulN:(c,l)=>c*l,inv:c=>Yr(c,r),sqrt:n.sqrt||(c=>(i||(i=al(r)),i(a,c))),toBytes:c=>e?qe(c,s):Ee(c,s),fromBytes:c=>{if(c.length!==s)throw new Error("Field.fromBytes: expected "+s+" bytes, got "+c.length);return e?we(c):Xt(c)},invertBatch:c=>Ve(a,c),cmov:(c,l,u)=>u?l:c});return Object.freeze(a)}function Vi(r){if(typeof r!="bigint")throw new Error("field order must be bigint");let t=r.toString(2).length;return Math.ceil(t/8)}function ho(r){let t=Vi(r);return t+Math.ceil(t/2)}function zi(r,t,e=!1){let n=r.length,o=Vi(t),s=ho(t);if(n<16||n<s||n>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+n);let i=e?we(r):Xt(r),a=$(i,t-at)+at;return e?qe(a,o):Ee(a,o)}var Fi=BigInt(0),bo=BigInt(1);function po(r,t){let e=t.negate();return r?e:t}function Gi(r,t){if(!Number.isSafeInteger(r)||r<=0||r>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+r)}function mo(r,t){Gi(r,t);let e=Math.ceil(t/r)+1,n=2**(r-1),o=2**r,s=ve(r),i=BigInt(r);return{windows:e,windowSize:n,mask:s,maxNumber:o,shiftBy:i}}function Wi(r,t,e){let{windowSize:n,mask:o,maxNumber:s,shiftBy:i}=e,a=Number(r&o),c=r>>i;a>n&&(a-=s,c+=bo);let l=t*n,u=l+Math.abs(a)-1,f=a===0,p=a<0,y=t%2!==0;return{nextN:c,offset:u,isZero:f,isNeg:p,isNegF:y,offsetF:l}}function ll(r,t){if(!Array.isArray(r))throw new Error("array expected");r.forEach((e,n)=>{if(!(e instanceof t))throw new Error("invalid point at index "+n)})}function fl(r,t){if(!Array.isArray(r))throw new Error("array of scalars expected");r.forEach((e,n)=>{if(!t.isValid(e))throw new Error("invalid scalar at index "+n)})}var yo=new WeakMap,$i=new WeakMap;function go(r){return $i.get(r)||1}function jr(r,t){return{constTimeNegate:po,hasPrecomputes(e){return go(e)!==1},unsafeLadder(e,n,o=r.ZERO){let s=e;for(;n>Fi;)n&bo&&(o=o.add(s)),s=s.double(),n>>=bo;return o},precomputeWindow(e,n){let{windows:o,windowSize:s}=mo(n,t),i=[],a=e,c=a;for(let l=0;l<o;l++){c=a,i.push(c);for(let u=1;u<s;u++)c=c.add(a),i.push(c);a=c.double()}return i},wNAF(e,n,o){let s=r.ZERO,i=r.BASE,a=mo(e,t);for(let c=0;c<a.windows;c++){let{nextN:l,offset:u,isZero:f,isNeg:p,isNegF:y,offsetF:A}=Wi(o,c,a);o=l,f?i=i.add(po(y,n[A])):s=s.add(po(p,n[u]))}return{p:s,f:i}},wNAFUnsafe(e,n,o,s=r.ZERO){let i=mo(e,t);for(let a=0;a<i.windows&&o!==Fi;a++){let{nextN:c,offset:l,isZero:u,isNeg:f}=Wi(o,a,i);if(o=c,!u){let p=n[l];s=s.add(f?p.negate():p)}}return s},getPrecomputes(e,n,o){let s=yo.get(n);return s||(s=this.precomputeWindow(n,e),e!==1&&yo.set(n,o(s))),s},wNAFCached(e,n,o){let s=go(e);return this.wNAF(s,this.getPrecomputes(s,e,o),n)},wNAFCachedUnsafe(e,n,o,s){let i=go(e);return i===1?this.unsafeLadder(e,n,s):this.wNAFUnsafe(i,this.getPrecomputes(i,e,o),n,s)},setWindowSize(e,n){Gi(n,t),$i.set(e,n),yo.delete(e)}}}function Xr(r,t,e,n){ll(e,r),fl(n,t);let o=e.length,s=n.length;if(o!==s)throw new Error("arrays of points and scalars must have equal length");let i=r.ZERO,a=Ki(BigInt(o)),c=1;a>12?c=a-3:a>4?c=a-2:a>0&&(c=2);let l=ve(c),u=new Array(Number(l)+1).fill(i),f=Math.floor((t.BITS-1)/c)*c,p=i;for(let y=f;y>=0;y-=c){u.fill(i);for(let g=0;g<s;g++){let R=n[g],K=Number(R>>BigInt(y)&l);u[K]=u[K].add(e[g])}let A=i;for(let g=u.length-1,R=i;g>0;g--)R=R.add(u[g]),A=A.add(R);if(p=p.add(A),y!==0)for(let g=0;g<c;g++)p=p.double()}return p}function mr(r){return lo(r.Fp),Qt(r,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...fo(r.n,r.nBitLength),...r,p:r.Fp.ORDER})}var Ht=BigInt(0),gt=BigInt(1),Zi=BigInt(2),dl=BigInt(8),hl={zip215:!0};function pl(r){let t=mr(r);return Qt(r,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...t})}function Yi(r){let t=pl(r),{Fp:e,n,prehash:o,hash:s,randomBytes:i,nByteLength:a,h:c}=t,l=Zi<<BigInt(a*8)-gt,u=e.create,f=Jt(t.n,t.nBitLength);function p(x,h){let m=e.sqr(x),v=e.sqr(h),_=e.add(e.mul(t.a,m),v),U=e.add(e.ONE,e.mul(t.d,e.mul(m,v)));return e.eql(_,U)}if(!p(t.Gx,t.Gy))throw new Error("bad curve params: generator point");let y=t.uvRatio||((x,h)=>{try{return{isValid:!0,value:e.sqrt(x*e.inv(h))}}catch{return{isValid:!1,value:Ht}}}),A=t.adjustScalarBytes||(x=>x),g=t.domain||((x,h,m)=>{if(qt("phflag",m),h.length||m)throw new Error("Contexts/pre-hash are not supported");return x});function R(x,h,m=!1){let v=m?gt:Ht;Pt("coordinate "+x,h,v,l)}function K(x){if(!(x instanceof d))throw new Error("ExtendedPoint expected")}let F=He((x,h)=>{let{ex:m,ey:v,ez:_}=x,U=x.is0();h==null&&(h=U?dl:e.inv(_));let M=u(m*h),q=u(v*h),V=u(_*h);if(U)return{x:Ht,y:gt};if(V!==gt)throw new Error("invZ was invalid");return{x:M,y:q}}),S=He(x=>{let{a:h,d:m}=t;if(x.is0())throw new Error("bad point: ZERO");let{ex:v,ey:_,ez:U,et:M}=x,q=u(v*v),V=u(_*_),W=u(U*U),ot=u(W*W),et=u(q*h),ut=u(W*u(et+V)),vt=u(ot+u(m*u(q*V)));if(ut!==vt)throw new Error("bad point: equation left != right (1)");let it=u(v*_),ft=u(U*M);if(it!==ft)throw new Error("bad point: equation left != right (2)");return!0});class d{constructor(h,m,v,_){R("x",h),R("y",m),R("z",v,!0),R("t",_),this.ex=h,this.ey=m,this.ez=v,this.et=_,Object.freeze(this)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(h){if(h instanceof d)throw new Error("extended point not allowed");let{x:m,y:v}=h||{};return R("x",m),R("y",v),new d(m,v,gt,u(m*v))}static normalizeZ(h){let m=Ve(e,h.map(v=>v.ez));return h.map((v,_)=>v.toAffine(m[_])).map(d.fromAffine)}static msm(h,m){return Xr(d,f,h,m)}_setWindowSize(h){B.setWindowSize(this,h)}assertValidity(){S(this)}equals(h){K(h);let{ex:m,ey:v,ez:_}=this,{ex:U,ey:M,ez:q}=h,V=u(m*q),W=u(U*_),ot=u(v*q),et=u(M*_);return V===W&&ot===et}is0(){return this.equals(d.ZERO)}negate(){return new d(u(-this.ex),this.ey,this.ez,u(-this.et))}double(){let{a:h}=t,{ex:m,ey:v,ez:_}=this,U=u(m*m),M=u(v*v),q=u(Zi*u(_*_)),V=u(h*U),W=m+v,ot=u(u(W*W)-U-M),et=V+M,ut=et-q,vt=V-M,it=u(ot*ut),ft=u(et*vt),Tt=u(ot*vt),Rt=u(ut*et);return new d(it,ft,Rt,Tt)}add(h){K(h);let{a:m,d:v}=t,{ex:_,ey:U,ez:M,et:q}=this,{ex:V,ey:W,ez:ot,et}=h,ut=u(_*V),vt=u(U*W),it=u(q*v*et),ft=u(M*ot),Tt=u((_+U)*(V+W)-ut-vt),Rt=ft-it,Je=ft+it,Hs=u(vt-m*ut),yc=u(Tt*Rt),gc=u(Je*Hs),bc=u(Tt*Hs),xc=u(Rt*Je);return new d(yc,gc,xc,bc)}subtract(h){return this.add(h.negate())}wNAF(h){return B.wNAFCached(this,h,d.normalizeZ)}multiply(h){let m=h;Pt("scalar",m,gt,n);let{p:v,f:_}=this.wNAF(m);return d.normalizeZ([v,_])[0]}multiplyUnsafe(h,m=d.ZERO){let v=h;return Pt("scalar",v,Ht,n),v===Ht?I:this.is0()||v===gt?this:B.wNAFCachedUnsafe(this,v,d.normalizeZ,m)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return B.unsafeLadder(this,n).is0()}toAffine(h){return F(this,h)}clearCofactor(){let{h}=t;return h===gt?this:this.multiplyUnsafe(h)}static fromHex(h,m=!1){let{d:v,a:_}=t,U=e.BYTES;h=X("pointHex",h,U),qt("zip215",m);let M=h.slice(),q=h[U-1];M[U-1]=q&-129;let V=we(M),W=m?l:e.ORDER;Pt("pointHex.y",V,Ht,W);let ot=u(V*V),et=u(ot-gt),ut=u(v*ot-_),{isValid:vt,value:it}=y(et,ut);if(!vt)throw new Error("Point.fromHex: invalid y coordinate");let ft=(it&gt)===gt,Tt=(q&128)!==0;if(!m&&it===Ht&&Tt)throw new Error("Point.fromHex: x=0 and x_0=1");return Tt!==ft&&(it=u(-it)),d.fromAffine({x:it,y:V})}static fromPrivateKey(h){let{scalar:m}=O(h);return b.multiply(m)}toRawBytes(){let{x:h,y:m}=this.toAffine(),v=qe(m,e.BYTES);return v[v.length-1]|=h&gt?128:0,v}toHex(){return le(this.toRawBytes())}}d.BASE=new d(t.Gx,t.Gy,gt,u(t.Gx*t.Gy)),d.ZERO=new d(Ht,gt,gt,Ht);let{BASE:b,ZERO:I}=d,B=jr(d,a*8);function T(x){return $(x,n)}function k(x){return T(we(x))}function O(x){let h=e.BYTES;x=X("private key",x,h);let m=X("hashed private key",s(x),2*h),v=A(m.slice(0,h)),_=m.slice(h,2*h),U=k(v);return{head:v,prefix:_,scalar:U}}function P(x){let{head:h,prefix:m,scalar:v}=O(x),_=b.multiply(v),U=_.toRawBytes();return{head:h,prefix:m,scalar:v,point:_,pointBytes:U}}function D(x){return P(x).pointBytes}function C(x=Uint8Array.of(),...h){let m=fe(...h);return k(s(g(m,X("context",x),!!o)))}function nt(x,h,m={}){x=X("message",x),o&&(x=o(x));let{prefix:v,scalar:_,pointBytes:U}=P(h),M=C(m.context,v,x),q=b.multiply(M).toRawBytes(),V=C(m.context,q,U,x),W=T(M+V*_);Pt("signature.s",W,Ht,n);let ot=fe(q,qe(W,e.BYTES));return X("result",ot,e.BYTES*2)}let E=hl;function w(x,h,m,v=E){let{context:_,zip215:U}=v,M=e.BYTES;x=X("signature",x,2*M),h=X("message",h),m=X("publicKey",m,M),U!==void 0&&qt("zip215",U),o&&(h=o(h));let q=we(x.slice(M,2*M)),V,W,ot;try{V=d.fromHex(m,U),W=d.fromHex(x.slice(0,M),U),ot=b.multiplyUnsafe(q)}catch{return!1}if(!U&&V.isSmallOrder())return!1;let et=C(_,W.toRawBytes(),V.toRawBytes(),h);return W.add(V.multiplyUnsafe(et)).subtract(ot).clearCofactor().equals(d.ZERO)}return b._setWindowSize(8),{CURVE:t,getPublicKey:D,sign:nt,verify:w,ExtendedPoint:d,utils:{getExtendedPublicKey:P,randomPrivateKey:()=>i(e.BYTES),precompute(x=8,h=d.BASE){return h._setWindowSize(x),h.multiply(BigInt(3)),h}}}}var xo=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),ji=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),Fh=BigInt(0),ml=BigInt(1),Xi=BigInt(2),Wh=BigInt(3),yl=BigInt(5),gl=BigInt(8);function bl(r){let t=BigInt(10),e=BigInt(20),n=BigInt(40),o=BigInt(80),s=xo,a=r*r%s*r%s,c=Q(a,Xi,s)*a%s,l=Q(c,ml,s)*r%s,u=Q(l,yl,s)*l%s,f=Q(u,t,s)*u%s,p=Q(f,e,s)*f%s,y=Q(p,n,s)*p%s,A=Q(y,o,s)*y%s,g=Q(A,o,s)*y%s,R=Q(g,t,s)*u%s;return{pow_p_5_8:Q(R,Xi,s)*r%s,b2:a}}function xl(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}function wl(r,t){let e=xo,n=$(t*t*t,e),o=$(n*n*t,e),s=bl(r*o).pow_p_5_8,i=$(r*n*s,e),a=$(t*i*i,e),c=i,l=$(i*ji,e),u=a===r,f=a===$(-r,e),p=a===$(-r*ji,e);return u&&(i=c),(f||p)&&(i=l),Hi(i,e)&&(i=$(-i,e)),{isValid:u||f,value:i}}var Qi=Jt(xo,void 0,!0),El={a:Qi.create(BigInt(-1)),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:Qi,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:gl,Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:Pi,randomBytes:Fr,adjustScalarBytes:xl,uvRatio:wl},Ji=Yi(El);var Qr=32;function ta(r,t,e){return Ji.verify(t,e instanceof Uint8Array?e:e.subarray(),r)}var Jr=class{type="Ed25519";raw;constructor(t){this.raw=wo(t,Qr)}toMultihash(){return Ut.digest(Ct(this))}toCID(){return tt.createV1(114,this.toMultihash())}toString(){return Y.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:j(this.raw,t.raw)}verify(t,e,n){return n?.signal?.throwIfAborted(),ta(this.raw,e,t)}};function Eo(r){return r=wo(r,Qr),new Jr(r)}function wo(r,t){if(r=Uint8Array.from(r??[]),r.length!==t)throw new H(`Key must be a Uint8Array of length ${t}, got ${r.length}`);return r}var Al=Math.pow(2,7),Sl=Math.pow(2,14),Il=Math.pow(2,21),vo=Math.pow(2,28),Ao=Math.pow(2,35),So=Math.pow(2,42),Io=Math.pow(2,49),z=128,dt=127;function Bt(r){if(r<Al)return 1;if(r<Sl)return 2;if(r<Il)return 3;if(r<vo)return 4;if(r<Ao)return 5;if(r<So)return 6;if(r<Io)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Bo(r,t,e=0){switch(Bt(r)){case 8:t[e++]=r&255|z,r/=128;case 7:t[e++]=r&255|z,r/=128;case 6:t[e++]=r&255|z,r/=128;case 5:t[e++]=r&255|z,r/=128;case 4:t[e++]=r&255|z,r>>>=7;case 3:t[e++]=r&255|z,r>>>=7;case 2:t[e++]=r&255|z,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Bl(r,t,e=0){switch(Bt(r)){case 8:t.set(e++,r&255|z),r/=128;case 7:t.set(e++,r&255|z),r/=128;case 6:t.set(e++,r&255|z),r/=128;case 5:t.set(e++,r&255|z),r/=128;case 4:t.set(e++,r&255|z),r>>>=7;case 3:t.set(e++,r&255|z),r>>>=7;case 2:t.set(e++,r&255|z),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function To(r,t){let e=r[t],n=0;if(n+=e&dt,e<z||(e=r[t+1],n+=(e&dt)<<7,e<z)||(e=r[t+2],n+=(e&dt)<<14,e<z)||(e=r[t+3],n+=(e&dt)<<21,e<z)||(e=r[t+4],n+=(e&dt)*vo,e<z)||(e=r[t+5],n+=(e&dt)*Ao,e<z)||(e=r[t+6],n+=(e&dt)*So,e<z)||(e=r[t+7],n+=(e&dt)*Io,e<z))return n;throw new RangeError("Could not decode varint")}function Tl(r,t){let e=r.get(t),n=0;if(n+=e&dt,e<z||(e=r.get(t+1),n+=(e&dt)<<7,e<z)||(e=r.get(t+2),n+=(e&dt)<<14,e<z)||(e=r.get(t+3),n+=(e&dt)<<21,e<z)||(e=r.get(t+4),n+=(e&dt)*vo,e<z)||(e=r.get(t+5),n+=(e&dt)*Ao,e<z)||(e=r.get(t+6),n+=(e&dt)*So,e<z)||(e=r.get(t+7),n+=(e&dt)*Io,e<z))return n;throw new RangeError("Could not decode varint")}function Vt(r,t,e=0){return t==null&&(t=St(Bt(r))),t instanceof Uint8Array?Bo(r,t,e):Bl(r,t,e)}function Se(r,t=0){return r instanceof Uint8Array?To(r,t):Tl(r,t)}var Po=new Float32Array([-0]),de=new Uint8Array(Po.buffer);function ra(r,t,e){Po[0]=r,t[e]=de[0],t[e+1]=de[1],t[e+2]=de[2],t[e+3]=de[3]}function na(r,t){return de[0]=r[t],de[1]=r[t+1],de[2]=r[t+2],de[3]=r[t+3],Po[0]}var _o=new Float64Array([-0]),ht=new Uint8Array(_o.buffer);function oa(r,t,e){_o[0]=r,t[e]=ht[0],t[e+1]=ht[1],t[e+2]=ht[2],t[e+3]=ht[3],t[e+4]=ht[4],t[e+5]=ht[5],t[e+6]=ht[6],t[e+7]=ht[7]}function sa(r,t){return ht[0]=r[t],ht[1]=r[t+1],ht[2]=r[t+2],ht[3]=r[t+3],ht[4]=r[t+4],ht[5]=r[t+5],ht[6]=r[t+6],ht[7]=r[t+7],_o[0]}var Ll=BigInt(Number.MAX_SAFE_INTEGER),Pl=BigInt(Number.MIN_SAFE_INTEGER),_t=class r{lo;hi;constructor(t,e){this.lo=t|0,this.hi=e|0}toNumber(t=!1){if(!t&&this.hi>>>31>0){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(e+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(t=!1){if(t)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(BigInt(e)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(t=!1){return this.toBigInt(t).toString()}zzEncode(){let t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this}zzDecode(){let t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this}length(){let t=this.lo,e=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?e===0?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:n<128?9:10}static fromBigInt(t){if(t===0n)return Ie;if(t<Ll&&t>Pl)return this.fromNumber(Number(t));let e=t<0n;e&&(t=-t);let n=t>>32n,o=t-(n<<32n);return e&&(n=~n|0n,o=~o|0n,++o>ia&&(o=0n,++n>ia&&(n=0n))),new r(Number(o),Number(n))}static fromNumber(t){if(t===0)return Ie;let e=t<0;e&&(t=-t);let n=t>>>0,o=(t-n)/4294967296>>>0;return e&&(o=~o>>>0,n=~n>>>0,++n>4294967295&&(n=0,++o>4294967295&&(o=0))),new r(n,o)}static from(t){return typeof t=="number"?r.fromNumber(t):typeof t=="bigint"?r.fromBigInt(t):typeof t=="string"?r.fromBigInt(BigInt(t)):t.low!=null||t.high!=null?new r(t.low>>>0,t.high>>>0):Ie}},Ie=new _t(0,0);Ie.toBigInt=function(){return 0n};Ie.zzEncode=Ie.zzDecode=function(){return this};Ie.length=function(){return 1};var ia=4294967296n;function aa(r){let t=0,e=0;for(let n=0;n<r.length;++n)e=r.charCodeAt(n),e<128?t+=1:e<2048?t+=2:(e&64512)===55296&&(r.charCodeAt(n+1)&64512)===56320?(++n,t+=4):t+=3;return t}function ca(r,t,e){if(e-t<1)return"";let o,s=[],i=0,a;for(;t<e;)a=r[t++],a<128?s[i++]=a:a>191&&a<224?s[i++]=(a&31)<<6|r[t++]&63:a>239&&a<365?(a=((a&7)<<18|(r[t++]&63)<<12|(r[t++]&63)<<6|r[t++]&63)-65536,s[i++]=55296+(a>>10),s[i++]=56320+(a&1023)):s[i++]=(a&15)<<12|(r[t++]&63)<<6|r[t++]&63,i>8191&&((o??(o=[])).push(String.fromCharCode.apply(String,s)),i=0);return o!=null?(i>0&&o.push(String.fromCharCode.apply(String,s.slice(0,i))),o.join("")):String.fromCharCode.apply(String,s.slice(0,i))}function Co(r,t,e){let n=e,o,s;for(let i=0;i<r.length;++i)o=r.charCodeAt(i),o<128?t[e++]=o:o<2048?(t[e++]=o>>6|192,t[e++]=o&63|128):(o&64512)===55296&&((s=r.charCodeAt(i+1))&64512)===56320?(o=65536+((o&1023)<<10)+(s&1023),++i,t[e++]=o>>18|240,t[e++]=o>>12&63|128,t[e++]=o>>6&63|128,t[e++]=o&63|128):(t[e++]=o>>12|224,t[e++]=o>>6&63|128,t[e++]=o&63|128);return e-n}function Ot(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function tn(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var ko=class{buf;pos;len;_slice=Uint8Array.prototype.subarray;constructor(t){this.buf=t,this.pos=0,this.len=t.length}uint32(){let t=4294967295;if(t=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(t=(t|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return t;if((this.pos+=5)>this.len)throw this.pos=this.len,Ot(this,10);return t}int32(){return this.uint32()|0}sint32(){let t=this.uint32();return t>>>1^-(t&1)|0}bool(){return this.uint32()!==0}fixed32(){if(this.pos+4>this.len)throw Ot(this,4);return tn(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw Ot(this,4);return tn(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw Ot(this,4);let t=na(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw Ot(this,4);let t=sa(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),e=this.pos,n=this.pos+t;if(n>this.len)throw Ot(this,t);return this.pos+=t,e===n?new Uint8Array(0):this.buf.subarray(e,n)}string(){let t=this.bytes();return ca(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw Ot(this,t);this.pos+=t}else do if(this.pos>=this.len)throw Ot(this);while((this.buf[this.pos++]&128)!==0);return this}skipType(t){switch(t){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(t=this.uint32()&7)!==4;)this.skipType(t);break;case 5:this.skip(4);break;default:throw Error(`invalid wire type ${t} at offset ${this.pos}`)}return this}readLongVarint(){let t=new _t(0,0),e=0;if(this.len-this.pos>4){for(;e<4;++e)if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t;if(t.lo=(t.lo|(this.buf[this.pos]&127)<<28)>>>0,t.hi=(t.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return t;e=0}else{for(;e<3;++e){if(this.pos>=this.len)throw Ot(this);if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(this.buf[this.pos++]&127)<<e*7)>>>0,t}if(this.len-this.pos>4){for(;e<5;++e)if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}else for(;e<5;++e){if(this.pos>=this.len)throw Ot(this);if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw Ot(this,8);let t=tn(this.buf,this.pos+=4),e=tn(this.buf,this.pos+=4);return new _t(t,e)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let t=To(this.buf,this.pos);return this.pos+=Bt(t),t}uint64String(){return this.readLongVarint().toString(!0)}sint64(){return this.readLongVarint().zzDecode().toBigInt()}sint64Number(){return this.readLongVarint().zzDecode().toNumber()}sint64String(){return this.readLongVarint().zzDecode().toString()}fixed64(){return this.readFixed64().toBigInt()}fixed64Number(){return this.readFixed64().toNumber()}fixed64String(){return this.readFixed64().toString()}sfixed64(){return this.readFixed64().toBigInt()}sfixed64Number(){return this.readFixed64().toNumber()}sfixed64String(){return this.readFixed64().toString()}};function Ro(r){return new ko(r instanceof Uint8Array?r:r.subarray())}function bt(r,t,e){let n=Ro(r);return t.decode(n,void 0,e)}function Ko(r){let t=r??8192,e=t>>>1,n,o=t;return function(i){if(i<1||i>e)return St(i);o+i>t&&(n=St(t),o=0);let a=n.subarray(o,o+=i);return(o&7)!==0&&(o=(o|7)+1),a}}var Be=class{fn;len;next;val;constructor(t,e,n){this.fn=t,this.len=e,this.next=void 0,this.val=n}};function Do(){}var No=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},_l=Ko();function Cl(r){return globalThis.Buffer!=null?St(r):_l(r)}var gr=class{len;head;tail;states;constructor(){this.len=0,this.head=new Be(Do,0,0),this.tail=this.head,this.states=null}_push(t,e,n){return this.tail=this.tail.next=new Be(t,e,n),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new Oo((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this}int32(t){return t<0?this._push(en,10,_t.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=_t.fromBigInt(t);return this._push(en,e.length(),e)}uint64Number(t){return this._push(Bo,Bt(t),t)}uint64String(t){return this.uint64(BigInt(t))}int64(t){return this.uint64(t)}int64Number(t){return this.uint64Number(t)}int64String(t){return this.uint64String(t)}sint64(t){let e=_t.fromBigInt(t).zzEncode();return this._push(en,e.length(),e)}sint64Number(t){let e=_t.fromNumber(t).zzEncode();return this._push(en,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(Uo,1,t?1:0)}fixed32(t){return this._push(yr,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=_t.fromBigInt(t);return this._push(yr,4,e.lo)._push(yr,4,e.hi)}fixed64Number(t){let e=_t.fromNumber(t);return this._push(yr,4,e.lo)._push(yr,4,e.hi)}fixed64String(t){return this.fixed64(BigInt(t))}sfixed64(t){return this.fixed64(t)}sfixed64Number(t){return this.fixed64Number(t)}sfixed64String(t){return this.fixed64String(t)}float(t){return this._push(ra,4,t)}double(t){return this._push(oa,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(Uo,1,0):this.uint32(e)._push(Rl,e,t)}string(t){let e=aa(t);return e!==0?this.uint32(e)._push(Co,e,t):this._push(Uo,1,0)}fork(){return this.states=new No(this),this.head=this.tail=new Be(Do,0,0),this.len=0,this}reset(){return this.states!=null?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new Be(Do,0,0),this.len=0),this}ldelim(){let t=this.head,e=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=t.next,this.tail=e,this.len+=n),this}finish(){let t=this.head.next,e=Cl(this.len),n=0;for(;t!=null;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e}};function Uo(r,t,e){t[e]=r&255}function kl(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var Oo=class extends Be{next;constructor(t,e){super(kl,t,e),this.next=void 0}};function en(r,t,e){for(;r.hi!==0;)t[e++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)t[e++]=r.lo&127|128,r.lo=r.lo>>>7;t[e++]=r.lo}function yr(r,t,e){t[e]=r&255,t[e+1]=r>>>8&255,t[e+2]=r>>>16&255,t[e+3]=r>>>24}function Rl(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(gr.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(Kl,t,r),this},gr.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(Dl,t,r),this});function Kl(r,t,e){t.set(r,e)}function Dl(r,t,e){r.length<40?Co(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(G(r),e)}function Mo(){return new gr}function xt(r,t){let e=Mo();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}var ze;(function(r){r[r.VARINT=0]="VARINT",r[r.BIT64=1]="BIT64",r[r.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",r[r.START_GROUP=3]="START_GROUP",r[r.END_GROUP=4]="END_GROUP",r[r.BIT32=5]="BIT32"})(ze||(ze={}));function rn(r,t,e,n){return{name:r,type:t,encode:e,decode:n}}function qo(r){function t(o){if(r[o.toString()]==null)throw new Error("Invalid enum value");return r[o]}let e=function(s,i){let a=t(s);i.int32(a)},n=function(s){let i=s.int32();return t(i)};return rn("enum",ze.VARINT,e,n)}function wt(r,t){return rn("message",ze.LENGTH_DELIMITED,r,t)}var Te=class extends Error{code="ERR_MAX_LENGTH";name="MaxLengthError"},br=class extends Error{code="ERR_MAX_SIZE";name="MaxSizeError"};var rt;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.secp256k1="secp256k1",r.ECDSA="ECDSA"})(rt||(rt={}));var Ho;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.secp256k1=2]="secp256k1",r[r.ECDSA=3]="ECDSA"})(Ho||(Ho={}));(function(r){r.codec=()=>qo(Ho)})(rt||(rt={}));var zt;(function(r){let t;r.codec=()=>(t==null&&(t=wt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),rt.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.Type=rt.codec().decode(e);break}case 2:{s.Data=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>xt(e,r.codec()),r.decode=(e,n)=>bt(e,r.codec(),n)})(zt||(zt={}));var Vo;(function(r){let t;r.codec=()=>(t==null&&(t=wt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),rt.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.Type=rt.codec().decode(e);break}case 2:{s.Data=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>xt(e,r.codec()),r.decode=(e,n)=>bt(e,r.codec(),n)})(Vo||(Vo={}));var xr=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}},nn=class extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}};var fa={get(r=globalThis){let t=r.crypto;if(t?.subtle==null)throw new nn("Missing Web Crypto API. The most likely cause of this error is that this page is being accessed from an insecure context (i.e. not HTTPS). For more information and possible resolutions see https://github.com/libp2p/js-libp2p/blob/main/packages/crypto/README.md#web-crypto-api");return t}};var he=fa;var Er={};At(Er,{MAX_RSA_KEY_SIZE:()=>zo,generateRSAKeyPair:()=>ma,jwkToJWKKeyPair:()=>ya,jwkToPkcs1:()=>Ml,jwkToPkix:()=>$o,jwkToRSAPrivateKey:()=>Xo,pkcs1MessageToJwk:()=>Wo,pkcs1MessageToRSAPrivateKey:()=>Zo,pkcs1ToJwk:()=>Ol,pkcs1ToRSAPrivateKey:()=>pa,pkixMessageToJwk:()=>Go,pkixMessageToRSAPublicKey:()=>jo,pkixToJwk:()=>ql,pkixToRSAPublicKey:()=>Yo});var on=$r;var Fe=class{type="RSA";jwk;_raw;_multihash;constructor(t,e){this.jwk=t,this._multihash=e}get raw(){return this._raw==null&&(this._raw=Er.jwkToPkix(this.jwk)),this._raw}toMultihash(){return this._multihash}toCID(){return tt.createV1(114,this._multihash)}toString(){return Y.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:j(this.raw,t.raw)}verify(t,e,n){return ha(this.jwk,e,t,n)}},wr=class{type="RSA";jwk;_raw;publicKey;constructor(t,e){this.jwk=t,this.publicKey=e}get raw(){return this._raw==null&&(this._raw=Er.jwkToPkcs1(this.jwk)),this._raw}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:j(this.raw,t.raw)}sign(t,e){return da(this.jwk,t,e)}};var zo=8192,Fo=18,Ul=1062,Nl=Uint8Array.from([48,13,6,9,42,134,72,134,247,13,1,1,1,5,0]);function Ol(r){let t=$t(r);return Wo(t)}function Wo(r){return{n:N(r[1],"base64url"),e:N(r[2],"base64url"),d:N(r[3],"base64url"),p:N(r[4],"base64url"),q:N(r[5],"base64url"),dp:N(r[6],"base64url"),dq:N(r[7],"base64url"),qi:N(r[8],"base64url"),kty:"RSA"}}function Ml(r){if(r.n==null||r.e==null||r.d==null||r.p==null||r.q==null||r.dp==null||r.dq==null||r.qi==null)throw new H("JWK was missing components");return ie([It(Uint8Array.from([0])),It(G(r.n,"base64url")),It(G(r.e,"base64url")),It(G(r.d,"base64url")),It(G(r.p,"base64url")),It(G(r.q,"base64url")),It(G(r.dp,"base64url")),It(G(r.dq,"base64url")),It(G(r.qi,"base64url"))]).subarray()}function ql(r){let t=$t(r,{offset:0});return Go(t)}function Go(r){let t=$t(r[1],{offset:0});return{kty:"RSA",n:N(t[0],"base64url"),e:N(t[1],"base64url")}}function $o(r){if(r.n==null||r.e==null)throw new H("JWK was missing components");return ie([Nl,Hr(ie([It(G(r.n,"base64url")),It(G(r.e,"base64url"))]))]).subarray()}function pa(r){let t=$t(r);return Zo(t)}function Zo(r){let t=Wo(r);return Xo(t)}function Yo(r,t){if(r.byteLength>=Ul)throw new Ce("Key size is too large");let e=$t(r,{offset:0});return jo(e,r,t)}function jo(r,t,e){let n=Go(r);if(e==null){let o=on(zt.encode({Type:rt.RSA,Data:t}));e=Dt(Fo,o)}return new Fe(n,e)}function Xo(r){if(ba(r)>zo)throw new H("Key size is too large");let t=ya(r),e=on(zt.encode({Type:rt.RSA,Data:$o(t.publicKey)})),n=Dt(Fo,e);return new wr(t.privateKey,new Fe(t.publicKey,n))}async function ma(r){if(r>zo)throw new H("Key size is too large");let t=await ga(r),e=on(zt.encode({Type:rt.RSA,Data:$o(t.publicKey)})),n=Dt(Fo,e);return new wr(t.privateKey,new Fe(t.publicKey,n))}function ya(r){if(r==null)throw new H("Missing key parameter");return{privateKey:r,publicKey:{kty:r.kty,n:r.n,e:r.e}}}async function ga(r,t){let e=await he.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:r,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]);t?.signal?.throwIfAborted();let n=await Hl(e,t);return{privateKey:n[0],publicKey:n[1]}}async function da(r,t,e){let n=await he.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]);e?.signal?.throwIfAborted();let o=await he.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},n,t instanceof Uint8Array?t:t.subarray());return e?.signal?.throwIfAborted(),new Uint8Array(o,0,o.byteLength)}async function ha(r,t,e,n){let o=await he.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);n?.signal?.throwIfAborted();let s=await he.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},o,t,e instanceof Uint8Array?e:e.subarray());return n?.signal?.throwIfAborted(),s}async function Hl(r,t){if(r.privateKey==null||r.publicKey==null)throw new H("Private and public key are required");let e=await Promise.all([he.get().subtle.exportKey("jwk",r.privateKey),he.get().subtle.exportKey("jwk",r.publicKey)]);return t?.signal?.throwIfAborted(),e}function ba(r){if(r.kty!=="RSA")throw new H("invalid key type");if(r.n==null)throw new H("invalid key modulus");return G(r.n,"base64url").length*8}var sn=class extends Ne{constructor(t,e){super(),this.finished=!1,this.destroyed=!1,mi(t);let n=ur(e);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let o=this.blockLen,s=new Uint8Array(o);s.set(n.length>o?t.create().update(n).digest():n);for(let i=0;i<s.length;i++)s[i]^=54;this.iHash.update(s),this.oHash=t.create();for(let i=0;i<s.length;i++)s[i]^=106;this.oHash.update(s),Zt(s)}update(t){return Oe(this),this.iHash.update(t),this}digestInto(t){Oe(this),ge(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:e,iHash:n,finished:o,destroyed:s,blockLen:i,outputLen:a}=this;return t=t,t.finished=o,t.destroyed=s,t.blockLen=i,t.outputLen=a,t.oHash=e._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},Qo=(r,t,e)=>new sn(r,t).update(e).digest();Qo.create=(r,t)=>new sn(r,t);function xa(r){r.lowS!==void 0&&qt("lowS",r.lowS),r.prehash!==void 0&&qt("prehash",r.prehash)}function Vl(r){let t=mr(r);Qt(t,{a:"field",b:"field"},{allowInfinityPoint:"boolean",allowedPrivateKeyLengths:"array",clearCofactor:"function",fromBytes:"function",isTorsionFree:"function",toBytes:"function",wrapPrivateKey:"boolean"});let{endo:e,Fp:n,a:o}=t;if(e){if(!n.eql(o,n.ZERO))throw new Error("invalid endo: CURVE.a must be 0");if(typeof e!="object"||typeof e.beta!="bigint"||typeof e.splitScalar!="function")throw new Error('invalid endo: expected "beta": bigint and "splitScalar": function')}return Object.freeze({...t})}var es=class extends Error{constructor(t=""){super(t)}},te={Err:es,_tlv:{encode:(r,t)=>{let{Err:e}=te;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length&1)throw new e("tlv.encode: unpadded data");let n=t.length/2,o=hr(n);if(o.length/2&128)throw new e("tlv.encode: long form length too big");let s=n>127?hr(o.length/2|128):"";return hr(r)+s+o+t},decode(r,t){let{Err:e}=te,n=0;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length<2||t[n++]!==r)throw new e("tlv.decode: wrong tlv");let o=t[n++],s=!!(o&128),i=0;if(!s)i=o;else{let c=o&127;if(!c)throw new e("tlv.decode(long): indefinite length not supported");if(c>4)throw new e("tlv.decode(long): byte length is too big");let l=t.subarray(n,n+c);if(l.length!==c)throw new e("tlv.decode: length bytes not complete");if(l[0]===0)throw new e("tlv.decode(long): zero leftmost byte");for(let u of l)i=i<<8|u;if(n+=c,i<128)throw new e("tlv.decode(long): not minimal encoding")}let a=t.subarray(n,n+i);if(a.length!==i)throw new e("tlv.decode: wrong value length");return{v:a,l:t.subarray(n+i)}}},_int:{encode(r){let{Err:t}=te;if(r<ee)throw new t("integer: negative integers are not allowed");let e=hr(r);if(Number.parseInt(e[0],16)&8&&(e="00"+e),e.length&1)throw new t("unexpected DER parsing assertion: unpadded hex");return e},decode(r){let{Err:t}=te;if(r[0]&128)throw new t("invalid signature integer: negative");if(r[0]===0&&!(r[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return Xt(r)}},toSig(r){let{Err:t,_int:e,_tlv:n}=te,o=X("signature",r),{v:s,l:i}=n.decode(48,o);if(i.length)throw new t("invalid signature: left bytes after parsing");let{v:a,l:c}=n.decode(2,s),{v:l,l:u}=n.decode(2,c);if(u.length)throw new t("invalid signature: left bytes after parsing");return{r:e.decode(a),s:e.decode(l)}},hexFromSig(r){let{_tlv:t,_int:e}=te,n=t.encode(2,e.encode(r.r)),o=t.encode(2,e.encode(r.s)),s=n+o;return t.encode(48,s)}};function Jo(r,t){return le(Ee(r,t))}var ee=BigInt(0),ct=BigInt(1),b0=BigInt(2),ts=BigInt(3),zl=BigInt(4);function Fl(r){let t=Vl(r),{Fp:e}=t,n=Jt(t.n,t.nBitLength),o=t.toBytes||((S,d,b)=>{let I=d.toAffine();return fe(Uint8Array.from([4]),e.toBytes(I.x),e.toBytes(I.y))}),s=t.fromBytes||(S=>{let d=S.subarray(1),b=e.fromBytes(d.subarray(0,e.BYTES)),I=e.fromBytes(d.subarray(e.BYTES,2*e.BYTES));return{x:b,y:I}});function i(S){let{a:d,b}=t,I=e.sqr(S),B=e.mul(I,S);return e.add(e.add(B,e.mul(S,d)),b)}function a(S,d){let b=e.sqr(d),I=i(S);return e.eql(b,I)}if(!a(t.Gx,t.Gy))throw new Error("bad curve params: generator point");let c=e.mul(e.pow(t.a,ts),zl),l=e.mul(e.sqr(t.b),BigInt(27));if(e.is0(e.add(c,l)))throw new Error("bad curve params: a or b");function u(S){return Zr(S,ct,t.n)}function f(S){let{allowedPrivateKeyLengths:d,nByteLength:b,wrapPrivateKey:I,n:B}=t;if(d&&typeof S!="bigint"){if(Me(S)&&(S=le(S)),typeof S!="string"||!d.includes(S.length))throw new Error("invalid private key");S=S.padStart(b*2,"0")}let T;try{T=typeof S=="bigint"?S:Xt(X("private key",S,b))}catch{throw new Error("invalid private key, expected hex or "+b+" bytes, got "+typeof S)}return I&&(T=$(T,B)),Pt("private key",T,ct,B),T}function p(S){if(!(S instanceof g))throw new Error("ProjectivePoint expected")}let y=He((S,d)=>{let{px:b,py:I,pz:B}=S;if(e.eql(B,e.ONE))return{x:b,y:I};let T=S.is0();d==null&&(d=T?e.ONE:e.inv(B));let k=e.mul(b,d),O=e.mul(I,d),P=e.mul(B,d);if(T)return{x:e.ZERO,y:e.ZERO};if(!e.eql(P,e.ONE))throw new Error("invZ was invalid");return{x:k,y:O}}),A=He(S=>{if(S.is0()){if(t.allowInfinityPoint&&!e.is0(S.py))return;throw new Error("bad point: ZERO")}let{x:d,y:b}=S.toAffine();if(!e.isValid(d)||!e.isValid(b))throw new Error("bad point: x or y not FE");if(!a(d,b))throw new Error("bad point: equation left != right");if(!S.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class g{constructor(d,b,I){if(d==null||!e.isValid(d))throw new Error("x required");if(b==null||!e.isValid(b)||e.is0(b))throw new Error("y required");if(I==null||!e.isValid(I))throw new Error("z required");this.px=d,this.py=b,this.pz=I,Object.freeze(this)}static fromAffine(d){let{x:b,y:I}=d||{};if(!d||!e.isValid(b)||!e.isValid(I))throw new Error("invalid affine point");if(d instanceof g)throw new Error("projective point not allowed");let B=T=>e.eql(T,e.ZERO);return B(b)&&B(I)?g.ZERO:new g(b,I,e.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(d){let b=Ve(e,d.map(I=>I.pz));return d.map((I,B)=>I.toAffine(b[B])).map(g.fromAffine)}static fromHex(d){let b=g.fromAffine(s(X("pointHex",d)));return b.assertValidity(),b}static fromPrivateKey(d){return g.BASE.multiply(f(d))}static msm(d,b){return Xr(g,n,d,b)}_setWindowSize(d){F.setWindowSize(this,d)}assertValidity(){A(this)}hasEvenY(){let{y:d}=this.toAffine();if(e.isOdd)return!e.isOdd(d);throw new Error("Field doesn't support isOdd")}equals(d){p(d);let{px:b,py:I,pz:B}=this,{px:T,py:k,pz:O}=d,P=e.eql(e.mul(b,O),e.mul(T,B)),D=e.eql(e.mul(I,O),e.mul(k,B));return P&&D}negate(){return new g(this.px,e.neg(this.py),this.pz)}double(){let{a:d,b}=t,I=e.mul(b,ts),{px:B,py:T,pz:k}=this,O=e.ZERO,P=e.ZERO,D=e.ZERO,C=e.mul(B,B),nt=e.mul(T,T),E=e.mul(k,k),w=e.mul(B,T);return w=e.add(w,w),D=e.mul(B,k),D=e.add(D,D),O=e.mul(d,D),P=e.mul(I,E),P=e.add(O,P),O=e.sub(nt,P),P=e.add(nt,P),P=e.mul(O,P),O=e.mul(w,O),D=e.mul(I,D),E=e.mul(d,E),w=e.sub(C,E),w=e.mul(d,w),w=e.add(w,D),D=e.add(C,C),C=e.add(D,C),C=e.add(C,E),C=e.mul(C,w),P=e.add(P,C),E=e.mul(T,k),E=e.add(E,E),C=e.mul(E,w),O=e.sub(O,C),D=e.mul(E,nt),D=e.add(D,D),D=e.add(D,D),new g(O,P,D)}add(d){p(d);let{px:b,py:I,pz:B}=this,{px:T,py:k,pz:O}=d,P=e.ZERO,D=e.ZERO,C=e.ZERO,nt=t.a,E=e.mul(t.b,ts),w=e.mul(b,T),L=e.mul(I,k),x=e.mul(B,O),h=e.add(b,I),m=e.add(T,k);h=e.mul(h,m),m=e.add(w,L),h=e.sub(h,m),m=e.add(b,B);let v=e.add(T,O);return m=e.mul(m,v),v=e.add(w,x),m=e.sub(m,v),v=e.add(I,B),P=e.add(k,O),v=e.mul(v,P),P=e.add(L,x),v=e.sub(v,P),C=e.mul(nt,m),P=e.mul(E,x),C=e.add(P,C),P=e.sub(L,C),C=e.add(L,C),D=e.mul(P,C),L=e.add(w,w),L=e.add(L,w),x=e.mul(nt,x),m=e.mul(E,m),L=e.add(L,x),x=e.sub(w,x),x=e.mul(nt,x),m=e.add(m,x),w=e.mul(L,m),D=e.add(D,w),w=e.mul(v,m),P=e.mul(h,P),P=e.sub(P,w),w=e.mul(h,L),C=e.mul(v,C),C=e.add(C,w),new g(P,D,C)}subtract(d){return this.add(d.negate())}is0(){return this.equals(g.ZERO)}wNAF(d){return F.wNAFCached(this,d,g.normalizeZ)}multiplyUnsafe(d){let{endo:b,n:I}=t;Pt("scalar",d,ee,I);let B=g.ZERO;if(d===ee)return B;if(this.is0()||d===ct)return this;if(!b||F.hasPrecomputes(this))return F.wNAFCachedUnsafe(this,d,g.normalizeZ);let{k1neg:T,k1:k,k2neg:O,k2:P}=b.splitScalar(d),D=B,C=B,nt=this;for(;k>ee||P>ee;)k&ct&&(D=D.add(nt)),P&ct&&(C=C.add(nt)),nt=nt.double(),k>>=ct,P>>=ct;return T&&(D=D.negate()),O&&(C=C.negate()),C=new g(e.mul(C.px,b.beta),C.py,C.pz),D.add(C)}multiply(d){let{endo:b,n:I}=t;Pt("scalar",d,ct,I);let B,T;if(b){let{k1neg:k,k1:O,k2neg:P,k2:D}=b.splitScalar(d),{p:C,f:nt}=this.wNAF(O),{p:E,f:w}=this.wNAF(D);C=F.constTimeNegate(k,C),E=F.constTimeNegate(P,E),E=new g(e.mul(E.px,b.beta),E.py,E.pz),B=C.add(E),T=nt.add(w)}else{let{p:k,f:O}=this.wNAF(d);B=k,T=O}return g.normalizeZ([B,T])[0]}multiplyAndAddUnsafe(d,b,I){let B=g.BASE,T=(O,P)=>P===ee||P===ct||!O.equals(B)?O.multiplyUnsafe(P):O.multiply(P),k=T(this,b).add(T(d,I));return k.is0()?void 0:k}toAffine(d){return y(this,d)}isTorsionFree(){let{h:d,isTorsionFree:b}=t;if(d===ct)return!0;if(b)return b(g,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:d,clearCofactor:b}=t;return d===ct?this:b?b(g,this):this.multiplyUnsafe(t.h)}toRawBytes(d=!0){return qt("isCompressed",d),this.assertValidity(),o(g,this,d)}toHex(d=!0){return qt("isCompressed",d),le(this.toRawBytes(d))}}g.BASE=new g(t.Gx,t.Gy,e.ONE),g.ZERO=new g(e.ZERO,e.ONE,e.ZERO);let{endo:R,nBitLength:K}=t,F=jr(g,R?Math.ceil(K/2):K);return{CURVE:t,ProjectivePoint:g,normPrivateKeyToScalar:f,weierstrassEquation:i,isWithinCurveOrder:u}}function Wl(r){let t=mr(r);return Qt(t,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...t})}function wa(r){let t=Wl(r),{Fp:e,n,nByteLength:o,nBitLength:s}=t,i=e.BYTES+1,a=2*e.BYTES+1;function c(E){return $(E,n)}function l(E){return Yr(E,n)}let{ProjectivePoint:u,normPrivateKeyToScalar:f,weierstrassEquation:p,isWithinCurveOrder:y}=Fl({...t,toBytes(E,w,L){let x=w.toAffine(),h=e.toBytes(x.x),m=fe;return qt("isCompressed",L),L?m(Uint8Array.from([w.hasEvenY()?2:3]),h):m(Uint8Array.from([4]),h,e.toBytes(x.y))},fromBytes(E){let w=E.length,L=E[0],x=E.subarray(1);if(w===i&&(L===2||L===3)){let h=Xt(x);if(!Zr(h,ct,e.ORDER))throw new Error("Point is not on curve");let m=p(h),v;try{v=e.sqrt(m)}catch(M){let q=M instanceof Error?": "+M.message:"";throw new Error("Point is not on curve"+q)}let _=(v&ct)===ct;return(L&1)===1!==_&&(v=e.neg(v)),{x:h,y:v}}else if(w===a&&L===4){let h=e.fromBytes(x.subarray(0,e.BYTES)),m=e.fromBytes(x.subarray(e.BYTES,2*e.BYTES));return{x:h,y:m}}else{let h=i,m=a;throw new Error("invalid Point, expected length of "+h+", or uncompressed "+m+", got "+w)}}});function A(E){let w=n>>ct;return E>w}function g(E){return A(E)?c(-E):E}let R=(E,w,L)=>Xt(E.slice(w,L));class K{constructor(w,L,x){Pt("r",w,ct,n),Pt("s",L,ct,n),this.r=w,this.s=L,x!=null&&(this.recovery=x),Object.freeze(this)}static fromCompact(w){let L=o;return w=X("compactSignature",w,L*2),new K(R(w,0,L),R(w,L,2*L))}static fromDER(w){let{r:L,s:x}=te.toSig(X("DER",w));return new K(L,x)}assertValidity(){}addRecoveryBit(w){return new K(this.r,this.s,w)}recoverPublicKey(w){let{r:L,s:x,recovery:h}=this,m=B(X("msgHash",w));if(h==null||![0,1,2,3].includes(h))throw new Error("recovery id invalid");let v=h===2||h===3?L+t.n:L;if(v>=e.ORDER)throw new Error("recovery id 2 or 3 invalid");let _=(h&1)===0?"02":"03",U=u.fromHex(_+Jo(v,e.BYTES)),M=l(v),q=c(-m*M),V=c(x*M),W=u.BASE.multiplyAndAddUnsafe(U,q,V);if(!W)throw new Error("point at infinify");return W.assertValidity(),W}hasHighS(){return A(this.s)}normalizeS(){return this.hasHighS()?new K(this.r,c(-this.s),this.recovery):this}toDERRawBytes(){return pr(this.toDERHex())}toDERHex(){return te.hexFromSig(this)}toCompactRawBytes(){return pr(this.toCompactHex())}toCompactHex(){let w=o;return Jo(this.r,w)+Jo(this.s,w)}}let F={isValidPrivateKey(E){try{return f(E),!0}catch{return!1}},normPrivateKeyToScalar:f,randomPrivateKey:()=>{let E=ho(t.n);return zi(t.randomBytes(E),t.n)},precompute(E=8,w=u.BASE){return w._setWindowSize(E),w.multiply(BigInt(3)),w}};function S(E,w=!0){return u.fromPrivateKey(E).toRawBytes(w)}function d(E){if(typeof E=="bigint")return!1;if(E instanceof u)return!0;let L=X("key",E).length,x=e.BYTES,h=x+1,m=2*x+1;if(!(t.allowedPrivateKeyLengths||o===h))return L===h||L===m}function b(E,w,L=!0){if(d(E)===!0)throw new Error("first arg must be private key");if(d(w)===!1)throw new Error("second arg must be public key");return u.fromHex(w).multiply(f(E)).toRawBytes(L)}let I=t.bits2int||function(E){if(E.length>8192)throw new Error("input is too large");let w=Xt(E),L=E.length*8-s;return L>0?w>>BigInt(L):w},B=t.bits2int_modN||function(E){return c(I(E))},T=ve(s);function k(E){return Pt("num < 2^"+s,E,ee,T),Ee(E,o)}function O(E,w,L=P){if(["recovered","canonical"].some(et=>et in L))throw new Error("sign() legacy options not supported");let{hash:x,randomBytes:h}=t,{lowS:m,prehash:v,extraEntropy:_}=L;m==null&&(m=!0),E=X("msgHash",E),xa(L),v&&(E=X("prehashed msgHash",x(E)));let U=B(E),M=f(w),q=[k(M),k(U)];if(_!=null&&_!==!1){let et=_===!0?h(e.BYTES):_;q.push(X("extraEntropy",et))}let V=fe(...q),W=U;function ot(et){let ut=I(et);if(!y(ut))return;let vt=l(ut),it=u.BASE.multiply(ut).toAffine(),ft=c(it.x);if(ft===ee)return;let Tt=c(vt*c(W+ft*M));if(Tt===ee)return;let Rt=(it.x===ft?0:2)|Number(it.y&ct),Je=Tt;return m&&A(Tt)&&(Je=g(Tt),Rt^=1),new K(ft,Je,Rt)}return{seed:V,k2sig:ot}}let P={lowS:t.lowS,prehash:!1},D={lowS:t.lowS,prehash:!1};function C(E,w,L=P){let{seed:x,k2sig:h}=O(E,w,L),m=t;return Di(m.hash.outputLen,m.nByteLength,m.hmac)(x,h)}u.BASE._setWindowSize(8);function nt(E,w,L,x=D){let h=E;w=X("msgHash",w),L=X("publicKey",L);let{lowS:m,prehash:v,format:_}=x;if(xa(x),"strict"in x)throw new Error("options.strict was renamed to lowS");if(_!==void 0&&_!=="compact"&&_!=="der")throw new Error("format must be compact or der");let U=typeof h=="string"||Me(h),M=!U&&!_&&typeof h=="object"&&h!==null&&typeof h.r=="bigint"&&typeof h.s=="bigint";if(!U&&!M)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");let q,V;try{if(M&&(q=new K(h.r,h.s)),U){try{_!=="compact"&&(q=K.fromDER(h))}catch(Rt){if(!(Rt instanceof te.Err))throw Rt}!q&&_!=="der"&&(q=K.fromCompact(h))}V=u.fromHex(L)}catch{return!1}if(!q||m&&q.hasHighS())return!1;v&&(w=t.hash(w));let{r:W,s:ot}=q,et=B(w),ut=l(ot),vt=c(et*ut),it=c(W*ut),ft=u.BASE.multiplyAndAddUnsafe(V,vt,it)?.toAffine();return ft?c(ft.x)===W:!1}return{CURVE:t,getPublicKey:S,getSharedSecret:b,sign:C,verify:nt,ProjectivePoint:u,Signature:K,utils:F}}function Gl(r){return{hash:r,hmac:(t,...e)=>Qo(r,t,to(...e)),randomBytes:Fr}}function Ea(r,t){let e=n=>wa({...r,...Gl(n)});return{...e(t),create:e}}var Sa=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),va=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),$l=BigInt(0),Zl=BigInt(1),rs=BigInt(2),Aa=(r,t)=>(r+t/rs)/t;function Yl(r){let t=Sa,e=BigInt(3),n=BigInt(6),o=BigInt(11),s=BigInt(22),i=BigInt(23),a=BigInt(44),c=BigInt(88),l=r*r*r%t,u=l*l*r%t,f=Q(u,e,t)*u%t,p=Q(f,e,t)*u%t,y=Q(p,rs,t)*l%t,A=Q(y,o,t)*y%t,g=Q(A,s,t)*A%t,R=Q(g,a,t)*g%t,K=Q(R,c,t)*R%t,F=Q(K,a,t)*g%t,S=Q(F,e,t)*u%t,d=Q(S,i,t)*A%t,b=Q(d,n,t)*l%t,I=Q(b,rs,t);if(!ns.eql(ns.sqr(I),r))throw new Error("Cannot find square root");return I}var ns=Jt(Sa,void 0,void 0,{sqrt:Yl}),We=Ea({a:$l,b:BigInt(7),Fp:ns,n:va,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:r=>{let t=va,e=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-Zl*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),o=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),s=e,i=BigInt("0x100000000000000000000000000000000"),a=Aa(s*r,t),c=Aa(-n*r,t),l=$(r-a*e-c*o,t),u=$(-a*n-c*s,t),f=l>i,p=u>i;if(f&&(l=t-l),p&&(u=t-u),l>i||u>i)throw new Error("splitScalar: Endomorphism failed, k="+r);return{k1neg:f,k1:l,k2neg:p,k2:u}}}},$r);function Ia(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}function Ba(r,t,e,n){let o=sr.digest(e instanceof Uint8Array?e:e.subarray());if(Ia(o))return o.then(({digest:s})=>(n?.signal?.throwIfAborted(),We.verify(t,s,r))).catch(s=>{throw s.name==="AbortError"?s:new xr(String(s))});try{return n?.signal?.throwIfAborted(),We.verify(t,o.digest,r)}catch(s){throw new xr(String(s))}}var an=class{type="secp256k1";raw;_key;constructor(t){this._key=La(t),this.raw=Ta(this._key)}toMultihash(){return Ut.digest(Ct(this))}toCID(){return tt.createV1(114,this.toMultihash())}toString(){return Y.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:j(this.raw,t.raw)}verify(t,e,n){return Ba(this._key,e,t,n)}};function os(r){return new an(r)}function Ta(r){return We.ProjectivePoint.fromHex(r).toRawBytes(!0)}function La(r){try{return We.ProjectivePoint.fromHex(r),r}catch(t){throw new Ce(String(t))}}function cn(r,t){let{Type:e,Data:n}=zt.decode(r),o=n??new Uint8Array;switch(e){case rt.RSA:return Yo(o,t);case rt.Ed25519:return Eo(o);case rt.secp256k1:return os(o);case rt.ECDSA:return Jn(o);default:throw new me}}function Pa(r){let{Type:t,Data:e}=zt.decode(r.digest),n=e??new Uint8Array;switch(t){case rt.Ed25519:return Eo(n);case rt.secp256k1:return os(n);case rt.ECDSA:return Jn(n);default:throw new me}}function Ct(r){return zt.encode({Type:rt[r.type],Data:r.raw})}var _a=Symbol.for("nodejs.util.inspect.custom"),jl=114,vr=class{type;multihash;publicKey;string;constructor(t){this.type=t.type,this.multihash=t.multihash,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[Dr]=!0;toString(){return this.string==null&&(this.string=Y.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return tt.createV1(jl,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return j(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return j(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[_a](){return`PeerId(${this.toString()})`}},Ar=class extends vr{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},Sr=class extends vr{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},Ir=class extends vr{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},Xl=2336,Br=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=Ut.digest(G(this.url))}[_a](){return`PeerId(${this.url})`}[Dr]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return tt.createV1(Xl,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=N(t)),t.toString()===this.toString())}};var Ql=114,Ca=2336;function ka(r){if(r.type==="Ed25519")return new Sr({multihash:r.toCID().multihash,publicKey:r});if(r.type==="secp256k1")return new Ir({multihash:r.toCID().multihash,publicKey:r});if(r.type==="RSA")return new Ar({multihash:r.toCID().multihash,publicKey:r});throw new me}function ss(r){if(tf(r))return new Ar({multihash:r});if(Jl(r))try{let t=Pa(r);if(t.type==="Ed25519")return new Sr({multihash:r,publicKey:t});if(t.type==="secp256k1")return new Ir({multihash:r,publicKey:t})}catch{let e=N(r.digest);return new Br(new URL(e))}throw new Nr("Supplied PeerID Multihash is invalid")}function un(r){if(r?.multihash==null||r.version==null||r.version===1&&r.code!==Ql&&r.code!==Ca)throw new Ur("Supplied PeerID CID is invalid");if(r.code===Ca){let t=N(r.multihash.digest);return new Br(new URL(t))}return ss(r.multihash)}function Jl(r){return r.code===Ut.code}function tf(r){return r.code===sr.code}var Tr;(function(r){let t;r.codec=()=>(t==null&&(t=wt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.publicKey!=null&&e.publicKey.byteLength>0&&(n.uint32(10),n.bytes(e.publicKey)),e.payloadType!=null&&e.payloadType.byteLength>0&&(n.uint32(18),n.bytes(e.payloadType)),e.payload!=null&&e.payload.byteLength>0&&(n.uint32(26),n.bytes(e.payload)),e.signature!=null&&e.signature.byteLength>0&&(n.uint32(42),n.bytes(e.signature)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={publicKey:st(0),payloadType:st(0),payload:st(0),signature:st(0)},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.publicKey=e.bytes();break}case 2:{s.payloadType=e.bytes();break}case 3:{s.payload=e.bytes();break}case 5:{s.signature=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>xt(e,r.codec()),r.decode=(e,n)=>bt(e,r.codec(),n)})(Tr||(Tr={}));var ln=class extends Error{constructor(t="Invalid signature"){super(t),this.name="InvalidSignatureError"}};var Ge=class r{static createFromProtobuf=t=>{let e=Tr.decode(t),n=cn(e.publicKey);return new r({publicKey:n,payloadType:e.payloadType,payload:e.payload,signature:e.signature})};static seal=async(t,e,n)=>{if(e==null)throw new Error("Missing private key");let o=t.domain,s=t.codec,i=t.marshal(),a=Ra(o,s,i),c=await e.sign(a.subarray(),n);return new r({publicKey:e.publicKey,payloadType:s,payload:i,signature:c})};static openAndCertify=async(t,e,n)=>{let o=r.createFromProtobuf(t);if(!await o.validate(e,n))throw new ln("Envelope signature is not valid for the given domain");return o};publicKey;payloadType;payload;signature;marshaled;constructor(t){let{publicKey:e,payloadType:n,payload:o,signature:s}=t;this.publicKey=e,this.payloadType=n,this.payload=o,this.signature=s}marshal(){return this.marshaled==null&&(this.marshaled=Tr.encode({publicKey:Ct(this.publicKey),payloadType:this.payloadType,payload:this.payload.subarray(),signature:this.signature})),this.marshaled}equals(t){return t==null?!1:j(this.marshal(),t.marshal())}async validate(t,e){let n=Ra(t,this.payloadType,this.payload);return this.publicKey.verify(n.subarray(),this.signature,e)}},Ra=(r,t,e)=>{let n=G(r),o=Vt(n.byteLength),s=Vt(t.length),i=Vt(e.length);return new mt(o,n,s,t,i,e)};function Ka(r,t){let e=(n,o)=>n.toString().localeCompare(o.toString());return r.length!==t.length?!1:(t.sort(e),r.sort(e).every((n,o)=>t[o].equals(n)))}var fn=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let e=this.index,n=t();return n===void 0&&(this.index=e),n}parseWith(t){let e=t();if(this.index===this.input.length)return e}peekChar(){if(!(this.index>=this.input.length))return this.input[this.index]}readChar(){if(!(this.index>=this.input.length))return this.input[this.index++]}readGivenChar(t){return this.readAtomically(()=>{let e=this.readChar();if(e===t)return e})}readSeparator(t,e,n){return this.readAtomically(()=>{if(!(e>0&&this.readGivenChar(t)===void 0))return n()})}readNumber(t,e,n,o){return this.readAtomically(()=>{let s=0,i=0,a=this.peekChar();if(a===void 0)return;let c=a==="0",l=2**(8*o)-1;for(;;){let u=this.readAtomically(()=>{let f=this.readChar();if(f===void 0)return;let p=Number.parseInt(f,t);if(!Number.isNaN(p))return p});if(u===void 0)break;if(s*=t,s+=u,s>l||(i+=1,e!==void 0&&i>e))return}if(i!==0)return!n&&c&&i>1?void 0:s})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let e=0;e<t.length;e++){let n=this.readSeparator(".",e,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;t[e]=n}return t})}readIPv6Addr(){let t=e=>{for(let n=0;n<e.length/2;n++){let o=n*2;if(n<e.length-3){let i=this.readSeparator(":",n,()=>this.readIPv4Addr());if(i!==void 0)return e[o]=i[0],e[o+1]=i[1],e[o+2]=i[2],e[o+3]=i[3],[o+4,!0]}let s=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(s===void 0)return[o,!1];e[o]=s>>8,e[o+1]=s&255}return[e.length,!1]};return this.readAtomically(()=>{let e=new Uint8Array(16),[n,o]=t(e);if(n===16)return e;if(o||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let s=new Uint8Array(14),i=16-(n+2),[a]=t(s.subarray(0,i));return e.set(s.subarray(0,a),16-a),e})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var Da=45,ef=15,$e=new fn;function is(r){if(!(r.length>ef))return $e.new(r).parseWith(()=>$e.readIPv4Addr())}function as(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>Da))return $e.new(r).parseWith(()=>$e.readIPv6Addr())}function dn(r,t=!1){if(r.includes("%")&&(r=r.split("%")[0]),r.length>Da)return;let e=$e.new(r).parseWith(()=>$e.readIPAddr());if(e)return t&&e.length===4?Uint8Array.from([0,0,0,0,0,0,0,0,0,0,255,255,e[0],e[1],e[2],e[3]]):e}var Qm=parseInt("0xFFFF",16),Jm=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function Oa(r){return!!is(r)}function Ma(r){return!!as(r)}function hn(r){return!!dn(r)}var qa=Oa,af=Ma,cs=function(r){let t=0;if(r=r.toString().trim(),qa(r)){let e=new Uint8Array(t+4);return r.split(/\./g).forEach(n=>{e[t++]=parseInt(n,10)&255}),e}if(af(r)){let e=r.split(":",8),n;for(n=0;n<e.length;n++){let s=qa(e[n]),i;s&&(i=cs(e[n]),e[n]=N(i.slice(0,2),"base16")),i!=null&&++n<8&&e.splice(n,0,N(i.slice(2,4),"base16"))}if(e[0]==="")for(;e.length<8;)e.unshift("0");else if(e[e.length-1]==="")for(;e.length<8;)e.push("0");else if(e.length<8){for(n=0;n<e.length&&e[n]!=="";n++);let s=[n,1];for(n=9-e.length;n>0;n--)s.push("0");e.splice.apply(e,s)}let o=new Uint8Array(t+16);for(n=0;n<e.length;n++){let s=parseInt(e[n],16);o[t++]=s>>8&255,o[t++]=s&255}return o}throw new Error("invalid ip address")},Ha=function(r,t=0,e){t=~~t,e=e??r.length-t;let n=new DataView(r.buffer);if(e===4){let o=[];for(let s=0;s<e;s++)o.push(r[t+s]);return o.join(".")}if(e===16){let o=[];for(let s=0;s<e;s+=2)o.push(n.getUint16(t+s).toString(16));return o.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var Ze={},us={},uf=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[481,-1,"http-path"],[777,-1,"memory"]];uf.forEach(r=>{let t=lf(...r);us[t.code]=t,Ze[t.name]=t});function lf(r,t,e,n,o){return{code:r,size:t,name:e,resolvable:!!n,path:!!o}}function Z(r){if(typeof r=="number"){if(us[r]!=null)return us[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(Ze[r]!=null)return Ze[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var Uy=Z("ip4"),Ny=Z("ip6"),Oy=Z("ipcidr");function hs(r,t){switch(Z(r).code){case 4:case 41:return df(t);case 42:return ds(t);case 43:return N(t,"base10");case 6:case 273:case 33:case 132:return Fa(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return ds(t);case 421:return yf(t);case 444:return za(t);case 445:return za(t);case 466:return mf(t);case 481:return globalThis.encodeURIComponent(ds(t));default:return N(t,"base16")}}function ps(r,t){switch(Z(r).code){case 4:return Va(t);case 41:return Va(t);case 42:return fs(t);case 43:return G(t,"base10");case 6:case 273:case 33:case 132:return ms(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return fs(t);case 421:return hf(t);case 444:return gf(t);case 445:return bf(t);case 466:return pf(t);case 481:return fs(globalThis.decodeURIComponent(t));default:return G(t,"base16")}}var ls=Object.values(ir).map(r=>r.decoder),ff=function(){let r=ls[0].or(ls[1]);return ls.slice(2).forEach(t=>r=r.or(t)),r}();function Va(r){if(!hn(r))throw new Error("invalid ip address");return cs(r)}function df(r){let t=Ha(r,0,r.length);if(t==null)throw new Error("ipBuff is required");if(!hn(t))throw new Error("invalid ip address");return t}function ms(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,r),new Uint8Array(t)}function Fa(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function fs(r){let t=G(r),e=Uint8Array.from(Vt(t.length));return Lt([e,t],e.length+t.length)}function ds(r){let t=Se(r);if(r=r.slice(Bt(t)),r.length!==t)throw new Error("inconsistent lengths");return N(r)}function hf(r){let t;r[0]==="Q"||r[0]==="1"?t=se(Y.decode(`z${r}`)).bytes:t=tt.parse(r).multihash.bytes;let e=Uint8Array.from(Vt(t.length));return Lt([e,t],e.length+t.length)}function pf(r){let t=ff.decode(r),e=Uint8Array.from(Vt(t.length));return Lt([e,t],e.length+t.length)}function mf(r){let t=Se(r),e=r.slice(Bt(t));if(e.length!==t)throw new Error("inconsistent lengths");return"u"+N(e,"base64url")}function yf(r){let t=Se(r),e=r.slice(Bt(t));if(e.length!==t)throw new Error("inconsistent lengths");return N(e,"base58btc")}function gf(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==16)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion address.`);let e=Kt.decode("b"+t[0]),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=ms(n);return Lt([e,o],e.length+o.length)}function bf(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==56)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion3 address.`);let e=Kt.decode(`b${t[0]}`),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=ms(n);return Lt([e,o],e.length+o.length)}function za(r){let t=r.slice(0,r.length-2),e=r.slice(r.length-2),n=N(t,"base32"),o=Fa(e);return`${n}:${o}`}function Wa(r){r=ys(r);let t=[],e=[],n=null,o=r.split("/").slice(1);if(o.length===1&&o[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let s=0;s<o.length;s++){let i=o[s],a=Z(i);if(a.size===0){t.push([a.code]),e.push([a.code]);continue}if(s++,s>=o.length)throw new pn("invalid address: "+r);if(a.path===!0){n=ys(o.slice(s).join("/")),t.push([a.code,ps(a.code,n)]),e.push([a.code,n]);break}let c=ps(a.code,o[s]);t.push([a.code,c]),e.push([a.code,hs(a.code,c)])}return{string:Ga(e),bytes:mn(t),tuples:t,stringTuples:e,path:n}}function gs(r){let t=[],e=[],n=null,o=0;for(;o<r.length;){let s=Se(r,o),i=Bt(s),a=Z(s),c=xf(a,r.slice(o+i));if(c===0){t.push([s]),e.push([s]),o+=i;continue}let l=r.slice(o+i,o+i+c);if(o+=c+i,o>r.length)throw new pn("Invalid address Uint8Array: "+N(r,"base16"));t.push([s,l]);let u=hs(s,l);if(e.push([s,u]),a.path===!0){n=u;break}}return{bytes:Uint8Array.from(r),string:Ga(e),tuples:t,stringTuples:e,path:n}}function Ga(r){let t=[];return r.map(e=>{let n=Z(e[0]);return t.push(n.name),e.length>1&&e[1]!=null&&t.push(e[1]),null}),ys(t.join("/"))}function mn(r){return Lt(r.map(t=>{let e=Z(t[0]),n=Uint8Array.from(Vt(e.code));return t.length>1&&t[1]!=null&&(n=Lt([n,t[1]])),n}))}function xf(r,t){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let e=Se(t instanceof Uint8Array?t:Uint8Array.from(t));return e+Bt(e)}}function ys(r){return"/"+r.trim().split("/").filter(t=>t).join("/")}var pn=class extends Error{static name="ParseError";name="ParseError";constructor(t){super(`Error parsing address: ${t}`)}};var wf=Symbol.for("nodejs.util.inspect.custom"),xs=Symbol.for("@multiformats/js-multiaddr/multiaddr"),Ef=[Z("dns").code,Z("dns4").code,Z("dns6").code,Z("dnsaddr").code],bs=class extends Error{constructor(t="No available resolver"){super(t),this.name="NoAvailableResolverError"}},yn=class r{bytes;#t;#e;#r;#a;[xs]=!0;constructor(t){t==null&&(t="");let e;if(t instanceof Uint8Array)e=gs(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);e=Wa(t)}else if(gn(t))e=gs(t.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=e.bytes,this.#t=e.string,this.#e=e.tuples,this.#r=e.stringTuples,this.#a=e.path}toString(){return this.#t}toJSON(){return this.toString()}toOptions(){let t,e,n,o,s="",i=Z("tcp"),a=Z("udp"),c=Z("ip4"),l=Z("ip6"),u=Z("dns6"),f=Z("ip6zone");for(let[y,A]of this.stringTuples())y===f.code&&(s=`%${A??""}`),Ef.includes(y)&&(e=i.name==="tcp"?"tcp":"udp",o=443,n=`${A??""}${s}`,t=y===u.code?6:4),(y===i.code||y===a.code)&&(e=Z(y).name==="tcp"?"tcp":"udp",o=parseInt(A??"")),(y===c.code||y===l.code)&&(e=Z(y).name==="tcp"?"tcp":"udp",n=`${A??""}${s}`,t=y===l.code?6:4);if(t==null||e==null||n==null||o==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:n,transport:e,port:o}}protos(){return this.#e.map(([t])=>Object.assign({},Z(t)))}protoCodes(){return this.#e.map(([t])=>t)}protoNames(){return this.#e.map(([t])=>Z(t).name)}tuples(){return this.#e.map(([t,e])=>e==null?[t]:[t,e])}stringTuples(){return this.#r.map(([t,e])=>e==null?[t]:[t,e])}encapsulate(t){return t=new r(t),new r(this.toString()+t.toString())}decapsulate(t){let e=t.toString(),n=this.toString(),o=n.lastIndexOf(e);if(o<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new r(n.slice(0,o))}decapsulateCode(t){let e=this.tuples();for(let n=e.length-1;n>=0;n--)if(e[n][0]===t)return new r(mn(e.slice(0,n)));return this}getPeerId(){try{let t=[];this.stringTuples().forEach(([n,o])=>{n===Ze.p2p.code&&t.push([n,o]),n===Ze["p2p-circuit"].code&&(t=[])});let e=t.pop();if(e?.[1]!=null){let n=e[1];return n[0]==="Q"||n[0]==="1"?N(Y.decode(`z${n}`),"base58btc"):N(tt.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#a}equals(t){return j(this.bytes,t.bytes)}async resolve(t){let e=this.protos().find(s=>s.resolvable);if(e==null)return[this];let n=$a.get(e.name);if(n==null)throw new bs(`no available resolver for ${e.name}`);return(await n(this,t)).map(s=>Ft(s))}nodeAddress(){let t=this.toOptions();if(t.transport!=="tcp"&&t.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${t.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:t.family,address:t.host,port:t.port}}isThinWaistAddress(t){let e=(t??this).protos();return!(e.length!==2||e[0].code!==4&&e[0].code!==41||e[1].code!==6&&e[1].code!==273)}[wf](){return`Multiaddr(${this.#t})`}};var $a=new Map;function gn(r){return!!r?.[xs]}function Ft(r){return new yn(r)}var Za="libp2p-peer-record",Ya=Uint8Array.from([3,1]);var Lr;(function(r){let t;(function(n){let o;n.codec=()=>(o==null&&(o=wt((s,i,a={})=>{a.lengthDelimited!==!1&&i.fork(),s.multiaddr!=null&&s.multiaddr.byteLength>0&&(i.uint32(10),i.bytes(s.multiaddr)),a.lengthDelimited!==!1&&i.ldelim()},(s,i,a={})=>{let c={multiaddr:st(0)},l=i==null?s.len:s.pos+i;for(;s.pos<l;){let u=s.uint32();switch(u>>>3){case 1:{c.multiaddr=s.bytes();break}default:{s.skipType(u&7);break}}}return c})),o),n.encode=s=>xt(s,n.codec()),n.decode=(s,i)=>bt(s,n.codec(),i)})(t=r.AddressInfo||(r.AddressInfo={}));let e;r.codec=()=>(e==null&&(e=wt((n,o,s={})=>{if(s.lengthDelimited!==!1&&o.fork(),n.peerId!=null&&n.peerId.byteLength>0&&(o.uint32(10),o.bytes(n.peerId)),n.seq!=null&&n.seq!==0n&&(o.uint32(16),o.uint64(n.seq)),n.addresses!=null)for(let i of n.addresses)o.uint32(26),r.AddressInfo.codec().encode(i,o);s.lengthDelimited!==!1&&o.ldelim()},(n,o,s={})=>{let i={peerId:st(0),seq:0n,addresses:[]},a=o==null?n.len:n.pos+o;for(;n.pos<a;){let c=n.uint32();switch(c>>>3){case 1:{i.peerId=n.bytes();break}case 2:{i.seq=n.uint64();break}case 3:{if(s.limits?.addresses!=null&&i.addresses.length===s.limits.addresses)throw new Te('Decode error - map field "addresses" had too many elements');i.addresses.push(r.AddressInfo.codec().decode(n,n.uint32(),{limits:s.limits?.addresses$}));break}default:{n.skipType(c&7);break}}}return i})),e),r.encode=n=>xt(n,r.codec()),r.decode=(n,o)=>bt(n,r.codec(),o)})(Lr||(Lr={}));var Le=class r{static createFromProtobuf=t=>{let e=Lr.decode(t),n=ss(se(e.peerId)),o=(e.addresses??[]).map(i=>Ft(i.multiaddr)),s=e.seq;return new r({peerId:n,multiaddrs:o,seqNumber:s})};static DOMAIN=Za;static CODEC=Ya;peerId;multiaddrs;seqNumber;domain=r.DOMAIN;codec=r.CODEC;marshaled;constructor(t){let{peerId:e,multiaddrs:n,seqNumber:o}=t;this.peerId=e,this.multiaddrs=n??[],this.seqNumber=o??BigInt(Date.now())}marshal(){return this.marshaled==null&&(this.marshaled=Lr.encode({peerId:this.peerId.toMultihash().bytes,seq:BigInt(this.seqNumber),addresses:this.multiaddrs.map(t=>({multiaddr:t.bytes}))})),this.marshaled}equals(t){return!(!(t instanceof r)||!this.peerId.equals(t.peerId)||this.seqNumber!==t.seqNumber||!Ka(this.multiaddrs,t.multiaddrs))}};function vf(r){return r[Symbol.asyncIterator]!=null}function Af(r){if(vf(r))return(async()=>{let e=[];for await(let n of r)e.push(n);return e})();let t=[];for(let e of r)t.push(e);return t}var ja=Af;function bn(r,t){let e={[Symbol.iterator]:()=>e,next:()=>{let n=r.next(),o=n.value;return n.done===!0||o==null?{done:!0,value:void 0}:{done:!1,value:t(o)}}};return e}var Pr=class{map;constructor(t){if(this.map=new Map,t!=null)for(let[e,n]of t.entries())this.map.set(e.toString(),{key:e,value:n})}[Symbol.iterator](){return this.entries()}clear(){this.map.clear()}delete(t){return this.map.delete(t.toString())}entries(){return bn(this.map.entries(),t=>[t[1].key,t[1].value])}forEach(t){this.map.forEach((e,n)=>{t(e.value,e.key,this)})}get(t){return this.map.get(t.toString())?.value}has(t){return this.map.has(t.toString())}set(t,e){this.map.set(t.toString(),{key:t,value:e})}keys(){return bn(this.map.values(),t=>t.key)}values(){return bn(this.map.values(),t=>t.value)}get size(){return this.map.size}};var ws=class extends Pr{metric;constructor(t){super();let{name:e,metrics:n}=t;this.metric=n.registerMetric(e),this.updateComponentMetric()}set(t,e){return super.set(t,e),this.updateComponentMetric(),this}delete(t){let e=super.delete(t);return this.updateComponentMetric(),e}clear(){super.clear(),this.updateComponentMetric()}updateComponentMetric(){this.metric.update(this.size)}};function Es(r){let{name:t,metrics:e}=r,n;return e!=null?n=new ws({name:t,metrics:e}):n=new Pr,n}var Ye=class extends Error{static name="AbortError";name="AbortError";constructor(t="The operation was aborted",...e){super(t,...e)}};var As=Bc(Qa(),1);var Cr=class extends Error{constructor(t){super(t),this.name="TimeoutError"}},Ss=class extends Error{constructor(t){super(),this.name="AbortError",this.message=t}},Ja=r=>globalThis.DOMException===void 0?new Ss(r):new DOMException(r),tc=r=>{let t=r.reason===void 0?Ja("This operation was aborted."):r.reason;return t instanceof Error?t:Ja(t)};function Is(r,t){let{milliseconds:e,fallback:n,message:o,customTimers:s={setTimeout,clearTimeout}}=t,i,a,l=new Promise((u,f)=>{if(typeof e!="number"||Math.sign(e)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${e}\``);if(t.signal){let{signal:y}=t;y.aborted&&f(tc(y)),a=()=>{f(tc(y))},y.addEventListener("abort",a,{once:!0})}if(e===Number.POSITIVE_INFINITY){r.then(u,f);return}let p=new Cr;i=s.setTimeout.call(void 0,()=>{if(n){try{u(n())}catch(y){f(y)}return}typeof r.cancel=="function"&&r.cancel(),o===!1?u():o instanceof Error?f(o):(p.message=o??`Promise timed out after ${e} milliseconds`,f(p))},e),(async()=>{try{u(await r)}catch(y){f(y)}})()}).finally(()=>{l.clear(),a&&t.signal&&t.signal.removeEventListener("abort",a)});return l.clear=()=>{s.clearTimeout.call(void 0,i),i=void 0},l}function Bs(r,t,e){let n=0,o=r.length;for(;o>0;){let s=Math.trunc(o/2),i=n+s;e(r[i],t)<=0?(n=++i,o-=s+1):o=s}return n}var kr=class{#t=[];enqueue(t,e){e={priority:0,...e};let n={priority:e.priority,id:e.id,run:t};if(this.size===0||this.#t[this.size-1].priority>=e.priority){this.#t.push(n);return}let o=Bs(this.#t,n,(s,i)=>i.priority-s.priority);this.#t.splice(o,0,n)}setPriority(t,e){let n=this.#t.findIndex(s=>s.id===t);if(n===-1)throw new ReferenceError(`No promise function with the id "${t}" exists in the queue.`);let[o]=this.#t.splice(n,1);this.enqueue(o.run,{priority:e,id:t})}dequeue(){return this.#t.shift()?.run}filter(t){return this.#t.filter(e=>e.priority===t.priority).map(e=>e.run)}get size(){return this.#t.length}};var je=class extends As.default{#t;#e;#r=0;#a;#c;#p=0;#o;#u;#n;#m;#s=0;#l;#i;#y;#x=1n;timeout;constructor(t){if(super(),t={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:kr,...t},!(typeof t.intervalCap=="number"&&t.intervalCap>=1))throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${t.intervalCap?.toString()??""}\` (${typeof t.intervalCap})`);if(t.interval===void 0||!(Number.isFinite(t.interval)&&t.interval>=0))throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${t.interval?.toString()??""}\` (${typeof t.interval})`);this.#t=t.carryoverConcurrencyCount,this.#e=t.intervalCap===Number.POSITIVE_INFINITY||t.interval===0,this.#a=t.intervalCap,this.#c=t.interval,this.#n=new t.queueClass,this.#m=t.queueClass,this.concurrency=t.concurrency,this.timeout=t.timeout,this.#y=t.throwOnTimeout===!0,this.#i=t.autoStart===!1}get#w(){return this.#e||this.#r<this.#a}get#E(){return this.#s<this.#l}#v(){this.#s--,this.#f(),this.emit("next")}#A(){this.#b(),this.#g(),this.#u=void 0}get#S(){let t=Date.now();if(this.#o===void 0){let e=this.#p-t;if(e<0)this.#r=this.#t?this.#s:0;else return this.#u===void 0&&(this.#u=setTimeout(()=>{this.#A()},e)),!0}return!1}#f(){if(this.#n.size===0)return this.#o&&clearInterval(this.#o),this.#o=void 0,this.emit("empty"),this.#s===0&&this.emit("idle"),!1;if(!this.#i){let t=!this.#S;if(this.#w&&this.#E){let e=this.#n.dequeue();return e?(this.emit("active"),e(),t&&this.#g(),!0):!1}}return!1}#g(){this.#e||this.#o!==void 0||(this.#o=setInterval(()=>{this.#b()},this.#c),this.#p=Date.now()+this.#c)}#b(){this.#r===0&&this.#s===0&&this.#o&&(clearInterval(this.#o),this.#o=void 0),this.#r=this.#t?this.#s:0,this.#d()}#d(){for(;this.#f(););}get concurrency(){return this.#l}set concurrency(t){if(!(typeof t=="number"&&t>=1))throw new TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${t}\` (${typeof t})`);this.#l=t,this.#d()}async#I(t){return new Promise((e,n)=>{t.addEventListener("abort",()=>{n(t.reason)},{once:!0})})}setPriority(t,e){this.#n.setPriority(t,e)}async add(t,e={}){return e.id??=(this.#x++).toString(),e={timeout:this.timeout,throwOnTimeout:this.#y,...e},new Promise((n,o)=>{this.#n.enqueue(async()=>{this.#s++,this.#r++;try{e.signal?.throwIfAborted();let s=t({signal:e.signal});e.timeout&&(s=Is(Promise.resolve(s),{milliseconds:e.timeout})),e.signal&&(s=Promise.race([s,this.#I(e.signal)]));let i=await s;n(i),this.emit("completed",i)}catch(s){if(s instanceof Cr&&!e.throwOnTimeout){n();return}o(s),this.emit("error",s)}finally{this.#v()}},e),this.emit("add"),this.#f()})}async addAll(t,e){return Promise.all(t.map(async n=>this.add(n,e)))}start(){return this.#i?(this.#i=!1,this.#d(),this):this}pause(){this.#i=!0}clear(){this.#n=new this.#m}async onEmpty(){this.#n.size!==0&&await this.#h("empty")}async onSizeLessThan(t){this.#n.size<t||await this.#h("next",()=>this.#n.size<t)}async onIdle(){this.#s===0&&this.#n.size===0||await this.#h("idle")}async#h(t,e){return new Promise(n=>{let o=()=>{e&&!e()||(this.off(t,o),n())};this.on(t,o)})}get size(){return this.#n.size}sizeBy(t){return this.#n.filter(t).length}get pending(){return this.#s}get isPaused(){return this.#i}};var pe={},Xe=r=>{r.addEventListener("message",t=>{Xe.dispatchEvent("message",r,t)}),r.port!=null&&r.port.addEventListener("message",t=>{Xe.dispatchEvent("message",r,t)})};Xe.addEventListener=(r,t)=>{pe[r]==null&&(pe[r]=[]),pe[r].push(t)};Xe.removeEventListener=(r,t)=>{pe[r]!=null&&(pe[r]=pe[r].filter(e=>e===t))};Xe.dispatchEvent=function(r,t,e){pe[r]!=null&&pe[r].forEach(n=>n(t,e))};var Ts=Xe;var Ls="lock:worker:request-read",Ps="lock:worker:abort-read-request",_s="lock:worker:release-read",Cs="lock:master:grant-read",ks="lock:worker:request-write",Rs="lock:worker:abort-write-request",Ks="lock:worker:release-write",Ds="lock:master:grant-write";var ec=(r=10)=>Math.random().toString().substring(2,r+2);var rc=(r,t,e,n,o,s,i)=>(a,c)=>{if(c.data==null)return;let l={type:c.data.type,name:c.data.name,identifier:c.data.identifier};c.data.type===n&&r.dispatchEvent(new MessageEvent(t,{data:{name:l.name,handler:async()=>{a.postMessage({type:i,name:l.name,identifier:l.identifier}),await new Promise(u=>{let f=p=>{if(p?.data==null)return;let y={type:p.data.type,name:p.data.name,identifier:p.data.identifier};y.type===s&&y.identifier===l.identifier&&(a.removeEventListener("message",f),u())};a.addEventListener("message",f)})}}})),l.type===o&&(a.postMessage({type:o,name:l.name,identifier:l.identifier}),r.dispatchEvent(new MessageEvent(e,{data:{name:l.name}})))},nc=(r,t,e,n,o)=>async s=>{s?.signal?.throwIfAborted();let i=ec();return globalThis.postMessage({type:t,identifier:i,name:r}),new Promise((a,c)=>{let l=()=>{process.send?.({type:e,identifier:i,name:r}),c(new Ye)};s?.signal?.addEventListener("abort",l,{once:!0});let u=f=>{if(f?.data==null)return;let p={type:f.data.type,identifier:f.data.identifier};p.type===n&&p.identifier===i&&(globalThis.removeEventListener("message",u),s?.signal?.removeEventListener("abort",l),a(()=>{globalThis.postMessage({type:o,identifier:i,name:r})}))};globalThis.addEventListener("message",u)})},Bf={singleProcess:!1},oc=r=>{if(r=Object.assign({},Bf,r),!!globalThis.document||r.singleProcess){let e=new EventTarget;return Ts.addEventListener("message",rc(e,"requestReadLock","abortReadLockRequest",Ls,Ps,_s,Cs)),Ts.addEventListener("message",rc(e,"requestWriteLock","abortWriteLockRequest",ks,Rs,Ks,Ds)),e}return{isWorker:!0,readLock:e=>nc(e,Ls,Ps,Cs,_s),writeLock:e=>nc(e,ks,Rs,Ds,Ks)}};var Pe={},kt;async function Us(r,t){let e,n,o=new Promise((i,a)=>{e=i,n=a}),s=()=>{n(new Ye)};return t?.signal?.addEventListener("abort",s,{once:!0}),r.add(async()=>{await new Promise(i=>{e(()=>{t?.signal?.removeEventListener("abort",s),i()})})},{signal:t?.signal}).catch(i=>{n(i)}),o}var Tf=(r,t)=>{if(kt.isWorker===!0)return{readLock:kt.readLock(r,t),writeLock:kt.writeLock(r,t)};let e=new je({concurrency:1}),n;return{async readLock(o){if(n!=null)return Us(n,o);n=new je({concurrency:t.concurrency,autoStart:!1});let s=n,i=Us(n,o);return e.add(async()=>{s.start(),await s.onIdle().then(()=>{n===s&&(n=null)})}),i},async writeLock(o){return n=null,Us(e,o)}}},Lf={name:"lock",concurrency:1/0,singleProcess:!1};function Ns(r){let t=Object.assign({},Lf,r);return kt==null&&(kt=oc(t),kt.isWorker!==!0&&(kt.addEventListener("requestReadLock",e=>{let n=e.data.name;if(Pe[n]==null)return;let o=new AbortController,s=i=>{i.data.name===n&&o.abort()};kt.addEventListener("abortReadLockRequest",s),Pe[n].readLock({signal:o.signal}).then(async i=>e.data.handler().finally(()=>{i()})).finally(()=>{kt.removeEventListener("abortReadLockRequest",s)})}),kt.addEventListener("requestWriteLock",async e=>{let n=e.data.name;if(Pe[n]==null)return;let o=new AbortController,s=i=>{i.data.name===n&&o.abort()};kt.addEventListener("abortWriteLockRequest",s),Pe[e.data.name].writeLock({signal:o.signal}).then(async i=>e.data.handler().finally(()=>{i()})).finally(()=>{kt.removeEventListener("abortWriteLockRequest",s)})}))),Pe[t.name]==null&&(Pe[t.name]=Tf(t.name,t)),Pe[t.name]}var re;(function(r){let t;(function(o){let s;o.codec=()=>(s==null&&(s=wt((i,a,c={})=>{c.lengthDelimited!==!1&&a.fork(),i.key!=null&&i.key!==""&&(a.uint32(10),a.string(i.key)),i.value!=null&&i.value.byteLength>0&&(a.uint32(18),a.bytes(i.value)),c.lengthDelimited!==!1&&a.ldelim()},(i,a,c={})=>{let l={key:"",value:st(0)},u=a==null?i.len:i.pos+a;for(;i.pos<u;){let f=i.uint32();switch(f>>>3){case 1:{l.key=i.string();break}case 2:{l.value=i.bytes();break}default:{i.skipType(f&7);break}}}return l})),s),o.encode=i=>xt(i,o.codec()),o.decode=(i,a)=>bt(i,o.codec(),a)})(t=r.Peer$metadataEntry||(r.Peer$metadataEntry={}));let e;(function(o){let s;o.codec=()=>(s==null&&(s=wt((i,a,c={})=>{c.lengthDelimited!==!1&&a.fork(),i.key!=null&&i.key!==""&&(a.uint32(10),a.string(i.key)),i.value!=null&&(a.uint32(18),En.codec().encode(i.value,a)),c.lengthDelimited!==!1&&a.ldelim()},(i,a,c={})=>{let l={key:""},u=a==null?i.len:i.pos+a;for(;i.pos<u;){let f=i.uint32();switch(f>>>3){case 1:{l.key=i.string();break}case 2:{l.value=En.codec().decode(i,i.uint32(),{limits:c.limits?.value});break}default:{i.skipType(f&7);break}}}return l})),s),o.encode=i=>xt(i,o.codec()),o.decode=(i,a)=>bt(i,o.codec(),a)})(e=r.Peer$tagsEntry||(r.Peer$tagsEntry={}));let n;r.codec=()=>(n==null&&(n=wt((o,s,i={})=>{if(i.lengthDelimited!==!1&&s.fork(),o.addresses!=null)for(let a of o.addresses)s.uint32(10),wn.codec().encode(a,s);if(o.protocols!=null)for(let a of o.protocols)s.uint32(18),s.string(a);if(o.publicKey!=null&&(s.uint32(34),s.bytes(o.publicKey)),o.peerRecordEnvelope!=null&&(s.uint32(42),s.bytes(o.peerRecordEnvelope)),o.metadata!=null&&o.metadata.size!==0)for(let[a,c]of o.metadata.entries())s.uint32(50),r.Peer$metadataEntry.codec().encode({key:a,value:c},s);if(o.tags!=null&&o.tags.size!==0)for(let[a,c]of o.tags.entries())s.uint32(58),r.Peer$tagsEntry.codec().encode({key:a,value:c},s);o.updated!=null&&(s.uint32(64),s.uint64Number(o.updated)),i.lengthDelimited!==!1&&s.ldelim()},(o,s,i={})=>{let a={addresses:[],protocols:[],metadata:new Map,tags:new Map},c=s==null?o.len:o.pos+s;for(;o.pos<c;){let l=o.uint32();switch(l>>>3){case 1:{if(i.limits?.addresses!=null&&a.addresses.length===i.limits.addresses)throw new Te('Decode error - map field "addresses" had too many elements');a.addresses.push(wn.codec().decode(o,o.uint32(),{limits:i.limits?.addresses$}));break}case 2:{if(i.limits?.protocols!=null&&a.protocols.length===i.limits.protocols)throw new Te('Decode error - map field "protocols" had too many elements');a.protocols.push(o.string());break}case 4:{a.publicKey=o.bytes();break}case 5:{a.peerRecordEnvelope=o.bytes();break}case 6:{if(i.limits?.metadata!=null&&a.metadata.size===i.limits.metadata)throw new br('Decode error - map field "metadata" had too many elements');let u=r.Peer$metadataEntry.codec().decode(o,o.uint32());a.metadata.set(u.key,u.value);break}case 7:{if(i.limits?.tags!=null&&a.tags.size===i.limits.tags)throw new br('Decode error - map field "tags" had too many elements');let u=r.Peer$tagsEntry.codec().decode(o,o.uint32(),{limits:{value:i.limits?.tags$value}});a.tags.set(u.key,u.value);break}case 8:{a.updated=o.uint64Number();break}default:{o.skipType(l&7);break}}}return a})),n),r.encode=o=>xt(o,r.codec()),r.decode=(o,s)=>bt(o,r.codec(),s)})(re||(re={}));var wn;(function(r){let t;r.codec=()=>(t==null&&(t=wt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.multiaddr!=null&&e.multiaddr.byteLength>0&&(n.uint32(10),n.bytes(e.multiaddr)),e.isCertified!=null&&(n.uint32(16),n.bool(e.isCertified)),e.observed!=null&&(n.uint32(24),n.uint64Number(e.observed)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={multiaddr:st(0)},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.multiaddr=e.bytes();break}case 2:{s.isCertified=e.bool();break}case 3:{s.observed=e.uint64Number();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>xt(e,r.codec()),r.decode=(e,n)=>bt(e,r.codec(),n)})(wn||(wn={}));var En;(function(r){let t;r.codec=()=>(t==null&&(t=wt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.value!=null&&e.value!==0&&(n.uint32(8),n.uint32(e.value)),e.expiry!=null&&(n.uint32(16),n.uint64(e.expiry)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={value:0},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.value=e.uint32();break}case 2:{s.expiry=e.uint64();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>xt(e,r.codec()),r.decode=(e,n)=>bt(e,r.codec(),n)})(En||(En={}));function Pf(r,t){if(r.publicKey!=null||t.publicKey==null)return r;let e;r.type==="RSA"&&(e=r.toMultihash());let n=cn(t.publicKey,e);return ka(n)}function sc(r,t,e){let n=re.decode(t);return Qe(r,n,e)}function Qe(r,t,e){let n=new Map,o=BigInt(Date.now());for(let[s,i]of t.tags.entries())i.expiry!=null&&i.expiry<o||n.set(s,i);return{...t,id:Pf(r,t),addresses:t.addresses.filter(({observed:s})=>s!=null&&s>Date.now()-e).map(({multiaddr:s,isCertified:i})=>({multiaddr:Ft(s),isCertified:i??!1})),metadata:t.metadata,peerRecordEnvelope:t.peerRecordEnvelope??void 0,tags:n}}function ic(r,t){return _f(r.addresses,t.addresses)&&Cf(r.protocols,t.protocols)&&kf(r.publicKey,t.publicKey)&&Rf(r.peerRecordEnvelope,t.peerRecordEnvelope)&&Kf(r.metadata,t.metadata)&&Df(r.tags,t.tags)}function _f(r,t){return cc(r,t,(e,n)=>!(e.isCertified!==n.isCertified||!j(e.multiaddr,n.multiaddr)))}function Cf(r,t){return cc(r,t,(e,n)=>e===n)}function kf(r,t){return ac(r,t)}function Rf(r,t){return ac(r,t)}function Kf(r,t){return uc(r,t,(e,n)=>j(e,n))}function Df(r,t){return uc(r,t,(e,n)=>e.value===n.value&&e.expiry===n.expiry)}function ac(r,t){return r==null&&t==null?!0:r!=null&&t!=null?j(r,t):!1}function cc(r,t,e){if(r.length!==t.length)return!1;for(let n=0;n<r.length;n++)if(!e(r[n],t[n]))return!1;return!0}function uc(r,t,e){if(r.size!==t.size)return!1;for(let[n,o]of r.entries()){let s=t.get(n);if(s==null||!e(o,s))return!1}return!0}var ne="/",lc=new TextEncoder().encode(ne),vn=lc[0],An=class r{_buf;constructor(t,e){if(typeof t=="string")this._buf=G(t);else if(t instanceof Uint8Array)this._buf=t;else throw new Error("Invalid key, should be String of Uint8Array");if(e==null&&(e=!0),e&&this.clean(),this._buf.byteLength===0||this._buf[0]!==vn)throw new Error("Invalid key")}toString(t="utf8"){return N(this._buf,t)}uint8Array(){return this._buf}get[Symbol.toStringTag](){return`Key(${this.toString()})`}static withNamespaces(t){return new r(t.join(ne))}static random(){return new r(Math.random().toString().substring(2))}static asKey(t){return t instanceof Uint8Array||typeof t=="string"?new r(t):typeof t.uint8Array=="function"?new r(t.uint8Array()):null}clean(){if((this._buf==null||this._buf.byteLength===0)&&(this._buf=lc),this._buf[0]!==vn){let t=new Uint8Array(this._buf.byteLength+1);t.fill(vn,0,1),t.set(this._buf,1),this._buf=t}for(;this._buf.byteLength>1&&this._buf[this._buf.byteLength-1]===vn;)this._buf=this._buf.subarray(0,-1)}less(t){let e=this.list(),n=t.list();for(let o=0;o<e.length;o++){if(n.length<o+1)return!1;let s=e[o],i=n[o];if(s<i)return!0;if(s>i)return!1}return e.length<n.length}reverse(){return r.withNamespaces(this.list().slice().reverse())}namespaces(){return this.list()}baseNamespace(){let t=this.namespaces();return t[t.length-1]}list(){return this.toString().split(ne).slice(1)}type(){return Uf(this.baseNamespace())}name(){return Nf(this.baseNamespace())}instance(t){return new r(this.toString()+":"+t)}path(){let t=this.parent().toString();return t.endsWith(ne)||(t+=ne),t+=this.type(),new r(t)}parent(){let t=this.list();return t.length===1?new r(ne):new r(t.slice(0,-1).join(ne))}child(t){return this.toString()===ne?t:t.toString()===ne?this:new r(this.toString()+t.toString(),!1)}isAncestorOf(t){return t.toString()===this.toString()?!1:t.toString().startsWith(this.toString())}isDecendantOf(t){return t.toString()===this.toString()?!1:this.toString().startsWith(t.toString())}isTopLevel(){return this.list().length===1}concat(...t){return r.withNamespaces([...this.namespaces(),...Of(t.map(e=>e.namespaces()))])}};function Uf(r){let t=r.split(":");return t.length<2?"":t.slice(0,-1).join(":")}function Nf(r){let t=r.split(":");return t[t.length-1]}function Of(r){return[].concat(...r)}var Os="/peers/";function Rr(r){if(!_e(r)||r.type==null)throw new H("Invalid PeerId");let t=r.toCID().toString();return new An(`${Os}${t}`)}async function fc(r,t,e,n,o){let s=new Map;for(let i of e){if(i==null)continue;if(i.multiaddr instanceof Uint8Array&&(i.multiaddr=Ft(i.multiaddr)),!gn(i.multiaddr))throw new H("Multiaddr was invalid");if(!await t(r,i.multiaddr,o))continue;let a=i.isCertified??!1,c=i.multiaddr.toString(),l=s.get(c);l!=null?i.isCertified=l.isCertified||a:s.set(c,{multiaddr:i.multiaddr,isCertified:a})}return[...s.values()].sort((i,a)=>i.multiaddr.toString().localeCompare(a.multiaddr.toString())).map(({isCertified:i,multiaddr:a})=>{let c=a.getPeerId();return r.equals(c)&&(a=a.decapsulate(Ft(`/p2p/${r}`))),{isCertified:i,multiaddr:a.bytes}})}async function In(r,t,e,n){if(t==null)throw new H("Invalid PeerData");if(t.publicKey!=null&&r.publicKey!=null&&!t.publicKey.equals(r.publicKey))throw new H("publicKey bytes do not match peer id publicKey bytes");let o=n.existingPeer?.peer;if(o!=null&&!r.equals(o.id))throw new H("peer id did not match existing peer id");let s=o?.addresses??[],i=new Set(o?.protocols??[]),a=o?.metadata??new Map,c=o?.tags??new Map,l=o?.peerRecordEnvelope;if(e==="patch"){if((t.multiaddrs!=null||t.addresses!=null)&&(s=[],t.multiaddrs!=null&&s.push(...t.multiaddrs.map(p=>({isCertified:!1,multiaddr:p}))),t.addresses!=null&&s.push(...t.addresses)),t.protocols!=null&&(i=new Set(t.protocols)),t.metadata!=null){let p=t.metadata instanceof Map?[...t.metadata.entries()]:Object.entries(t.metadata);a=Sn(p,{validate:dc})}if(t.tags!=null){let p=t.tags instanceof Map?[...t.tags.entries()]:Object.entries(t.tags);c=Sn(p,{validate:hc,map:pc})}t.peerRecordEnvelope!=null&&(l=t.peerRecordEnvelope)}if(e==="merge"){if(t.multiaddrs!=null&&s.push(...t.multiaddrs.map(p=>({isCertified:!1,multiaddr:p}))),t.addresses!=null&&s.push(...t.addresses),t.protocols!=null&&(i=new Set([...i,...t.protocols])),t.metadata!=null){let p=t.metadata instanceof Map?[...t.metadata.entries()]:Object.entries(t.metadata);for(let[y,A]of p)A==null?a.delete(y):a.set(y,A);a=Sn([...a.entries()],{validate:dc})}if(t.tags!=null){let p=t.tags instanceof Map?[...t.tags.entries()]:Object.entries(t.tags),y=new Map(c);for(let[A,g]of p)g==null?y.delete(A):y.set(A,g);c=Sn([...y.entries()],{validate:hc,map:pc})}t.peerRecordEnvelope!=null&&(l=t.peerRecordEnvelope)}let u;o?.id.publicKey!=null?u=Ct(o.id.publicKey):t.publicKey!=null?u=Ct(t.publicKey):r.publicKey!=null&&(u=Ct(r.publicKey));let f={addresses:await fc(r,n.addressFilter??(async()=>!0),s,n.existingPeer?.peerPB.addresses,n),protocols:[...i.values()].sort((p,y)=>p.localeCompare(y)),metadata:a,tags:c,publicKey:u,peerRecordEnvelope:l};return f.addresses.forEach(p=>{p.observed=n.existingPeer?.peerPB.addresses?.find(y=>j(y.multiaddr,y.multiaddr))?.observed??Date.now()}),r.type!=="RSA"&&delete f.publicKey,f}function Sn(r,t){let e=new Map;for(let[n,o]of r)o!=null&&t.validate(n,o);for(let[n,o]of r.sort(([s],[i])=>s.localeCompare(i)))o!=null&&e.set(n,t.map?.(n,o)??o);return e}function dc(r,t){if(typeof r!="string")throw new H("Metadata key must be a string");if(!(t instanceof Uint8Array))throw new H("Metadata value must be a Uint8Array")}function hc(r,t){if(typeof r!="string")throw new H("Tag name must be a string");if(t.value!=null){if(parseInt(`${t.value}`,10)!==t.value)throw new H("Tag value must be an integer");if(t.value<0||t.value>100)throw new H("Tag value must be between 0-100")}if(t.ttl!=null){if(parseInt(`${t.ttl}`,10)!==t.ttl)throw new H("Tag ttl must be an integer");if(t.ttl<0)throw new H("Tag ttl must be between greater than 0")}}function pc(r,t){let e;t.expiry!=null&&(e=t.expiry),t.ttl!=null&&(e=BigInt(Date.now()+Number(t.ttl)));let n={value:t.value??0};return e!=null&&(n.expiry=e),n}function mc(r){let t=r.toString().split("/")[2],e=tt.parse(t,Kt);return un(e)}function Ms(r,t,e){let n=mc(r);return sc(n,t,e)}function Mf(r,t){return{prefix:Os,filters:(r.filters??[]).map(e=>({key:n,value:o})=>e(Ms(n,o,t))),orders:(r.orders??[]).map(e=>(n,o)=>e(Ms(n.key,n.value,t),Ms(o.key,o.value,t)))}}var Bn=class{peerId;datastore;locks;addressFilter;log;maxAddressAge;maxPeerAge;constructor(t,e={}){this.log=t.logger.forComponent("libp2p:peer-store"),this.peerId=t.peerId,this.datastore=t.datastore,this.addressFilter=e.addressFilter,this.locks=Es({name:"libp2p_peer_store_locks",metrics:t.metrics}),this.maxAddressAge=e.maxAddressAge??36e5,this.maxPeerAge=e.maxPeerAge??216e5}getLock(t){let e=this.locks.get(t);return e==null&&(e={refs:0,lock:Ns({name:t.toString(),singleProcess:!0})},this.locks.set(t,e)),e.refs++,e}maybeRemoveLock(t,e){e.refs--,e.refs===0&&this.locks.delete(t)}async getReadLock(t,e){let n=this.getLock(t);try{let o=await n.lock.readLock(e);return()=>{o(),this.maybeRemoveLock(t,n)}}catch(o){throw this.maybeRemoveLock(t,n),o}}async getWriteLock(t,e){let n=this.getLock(t);try{let o=await n.lock.writeLock(e);return()=>{o(),this.maybeRemoveLock(t,n)}}catch(o){throw this.maybeRemoveLock(t,n),o}}async has(t,e){try{return await this.load(t,e),!0}catch(n){if(n.name!=="NotFoundError")throw n}return!1}async delete(t,e){this.peerId.equals(t)||await this.datastore.delete(Rr(t),e)}async load(t,e){let n=Rr(t),o=await this.datastore.get(n,e),s=re.decode(o);if(this.#r(t,s))throw await this.datastore.delete(n,e),new tr;return Qe(t,s,this.peerId.equals(t)?1/0:this.maxAddressAge)}async save(t,e,n){let o=await this.#t(t,n),s=await In(t,e,"patch",{...n,addressFilter:this.addressFilter});return this.#e(t,s,o)}async patch(t,e,n){let o=await this.#t(t,n),s=await In(t,e,"patch",{...n,addressFilter:this.addressFilter,existingPeer:o});return this.#e(t,s,o)}async merge(t,e,n){let o=await this.#t(t,n),s=await In(t,e,"merge",{addressFilter:this.addressFilter,existingPeer:o});return this.#e(t,s,o)}async*all(t){for await(let{key:e,value:n}of this.datastore.query(Mf(t??{},this.maxAddressAge),t)){let o=mc(e);if(o.equals(this.peerId))continue;let s=re.decode(n);if(this.#r(o,s)){await this.datastore.delete(e,t);continue}yield Qe(o,s,this.peerId.equals(o)?1/0:this.maxAddressAge)}}async#t(t,e){try{let n=Rr(t),o=await this.datastore.get(n,e),s=re.decode(o);if(this.#r(t,s))throw await this.datastore.delete(n,e),new tr;return{peerPB:s,peer:Qe(t,s,this.maxAddressAge)}}catch(n){n.name!=="NotFoundError"&&this.log.error("invalid peer data found in peer store - %e",n)}}async#e(t,e,n,o){e.updated=Date.now();let s=re.encode(e);return await this.datastore.put(Rr(t),s,o),{peer:Qe(t,e,this.maxAddressAge),previous:n?.peer,updated:n==null||!ic(e,n.peerPB)}}#r(t,e){if(e.updated==null)return!0;if(this.peerId.equals(t))return!1;let n=e.updated<Date.now()-this.maxPeerAge,o=Date.now()-this.maxAddressAge,s=e.addresses.filter(i=>i.observed!=null&&i.observed>o);return n&&s.length===0}};var qs=class{store;events;peerId;log;constructor(t,e={}){this.log=t.logger.forComponent("libp2p:peer-store"),this.events=t.events,this.peerId=t.peerId,this.store=new Bn(t,e)}[Symbol.toStringTag]="@libp2p/peer-store";async forEach(t,e){for await(let n of this.store.all(e))t(n)}async all(t){return ja(this.store.all(t))}async delete(t,e){let n=await this.store.getReadLock(t,e);try{await this.store.delete(t,e)}finally{n()}}async has(t,e){let n=await this.store.getReadLock(t,e);try{return await this.store.has(t,e)}finally{this.log.trace("has release read lock"),n?.()}}async get(t,e){let n=await this.store.getReadLock(t,e);try{return await this.store.load(t,e)}finally{n?.()}}async getInfo(t,e){let n=await this.get(t,e);return{id:n.id,multiaddrs:n.addresses.map(({multiaddr:o})=>o)}}async save(t,e,n){let o=await this.store.getWriteLock(t,n);try{let s=await this.store.save(t,e,n);return this.#t(t,s),s.peer}finally{o?.()}}async patch(t,e,n){let o=await this.store.getWriteLock(t,n);try{let s=await this.store.patch(t,e,n);return this.#t(t,s),s.peer}finally{o?.()}}async merge(t,e,n){let o=await this.store.getWriteLock(t,n);try{let s=await this.store.merge(t,e,n);return this.#t(t,s),s.peer}finally{o?.()}}async consumePeerRecord(t,e,n){let o=_e(e)?e:_e(e?.expectedPeer)?e.expectedPeer:void 0,s=_e(e)||e===void 0?n:e,i=await Ge.openAndCertify(t,Le.DOMAIN,s),a=un(i.publicKey.toCID());if(o?.equals(a)===!1)return this.log("envelope peer id was not the expected peer id - expected: %p received: %p",o,a),!1;let c=Le.createFromProtobuf(i.payload),l;try{l=await this.get(a,s)}catch(u){if(u.name!=="NotFoundError")throw u}if(l?.peerRecordEnvelope!=null){let u=Ge.createFromProtobuf(l.peerRecordEnvelope),f=Le.createFromProtobuf(u.payload);if(f.seqNumber>=c.seqNumber)return this.log("sequence number was lower or equal to existing sequence number - stored: %d received: %d",f.seqNumber,c.seqNumber),!1}return await this.patch(c.peerId,{peerRecordEnvelope:t,addresses:c.multiaddrs.map(u=>({isCertified:!0,multiaddr:u}))},s),!0}#t(t,e){e.updated&&(this.peerId.equals(t)?this.events.safeDispatchEvent("self:peer:update",{detail:e}):this.events.safeDispatchEvent("peer:update",{detail:e}))}};function qf(r,t={}){return new qs(r,t)}return Tc(Hf);})();
3
3
  /*! Bundled license information:
4
4
 
5
5
  @noble/hashes/esm/utils.js: