@libp2p/autonat 3.0.17-8f7e9264e → 3.0.17-baf3ddb03

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.Libp2PAutonat = factory()}(typeof self !== 'undefined' ? self : this, function () {
2
- "use strict";var Libp2PAutonat=(()=>{var kc=Object.create;var Ur=Object.defineProperty;var Fc=Object.getOwnPropertyDescriptor;var Nc=Object.getOwnPropertyNames;var Uc=Object.getPrototypeOf,Mc=Object.prototype.hasOwnProperty;var Zn=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),bt=(r,t)=>{for(var e in t)Ur(r,e,{get:t[e],enumerable:!0})},ni=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Nc(t))!Mc.call(r,o)&&o!==e&&Ur(r,o,{get:()=>t[o],enumerable:!(n=Fc(t,o))||n.enumerable});return r};var zc=(r,t,e)=>(e=r!=null?kc(Uc(r)):{},ni(t||!r||!r.__esModule?Ur(e,"default",{value:r,enumerable:!0}):e,r)),Kc=r=>ni(Ur({},"__esModule",{value:!0}),r);var Rs=Zn(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.Netmask4Impl=void 0;Ye.ip2long=Ge;Ye.long2ip=Ot;function Ot(r){let t=(r&-16777216)>>>24,e=(r&255<<16)>>>16,n=(r&65280)>>>8,o=r&255;return[t,e,n,o].join(".")}var Al=48,Il=97,Tl=65;function Bl(r){let t=0,e=10,n="9",o=0;r.length>1&&r[o]==="0"&&(r[o+1]==="x"||r[o+1]==="X"?(o+=2,e=16):"0"<=r[o+1]&&r[o+1]<="9"&&(o++,e=8,n="7"));let s=o;for(;o<r.length;){if("0"<=r[o]&&r[o]<=n)t=t*e+(r.charCodeAt(o)-Al)>>>0;else if(e===16)if("a"<=r[o]&&r[o]<="f")t=t*e+(10+r.charCodeAt(o)-Il)>>>0;else if("A"<=r[o]&&r[o]<="F")t=t*e+(10+r.charCodeAt(o)-Tl)>>>0;else break;else break;if(t>4294967295)throw new Error("too large");o++}if(o===s)throw new Error("empty octet");return[t,o]}function Ge(r){let t=[];for(let e=0;e<=3&&r.length!==0;e++){if(e>0){if(r[0]!==".")throw new Error("Invalid IP");r=r.substring(1)}let[n,o]=Bl(r);r=r.substring(o),t.push(n)}if(r.length!==0)throw new Error("Invalid IP");switch(t.length){case 1:if(t[0]>4294967295)throw new Error("Invalid IP");return t[0]>>>0;case 2:if(t[0]>255||t[1]>16777215)throw new Error("Invalid IP");return(t[0]<<24|t[1])>>>0;case 3:if(t[0]>255||t[1]>255||t[2]>65535)throw new Error("Invalid IP");return(t[0]<<24|t[1]<<16|t[2])>>>0;case 4:if(t[0]>255||t[1]>255||t[2]>255||t[3]>255)throw new Error("Invalid IP");return(t[0]<<24|t[1]<<16|t[2]<<8|t[3])>>>0;default:throw new Error("Invalid IP")}}var Cs=class r{constructor(t,e){if(typeof t!="string")throw new Error("Missing `net' parameter");let n=e;if(!n){let o=t.split("/",2);t=o[0],n=o[1]}if(n||(n=32),typeof n=="string"&&n.indexOf(".")>-1){try{this.maskLong=Ge(n)}catch{throw new Error("Invalid mask: "+n)}this.bitmask=NaN;for(let o=32;o>=0;o--)if(this.maskLong===4294967295<<32-o>>>0){this.bitmask=o;break}}else if(n||n===0)this.bitmask=parseInt(n,10),this.maskLong=0,this.bitmask>0&&(this.maskLong=4294967295<<32-this.bitmask>>>0);else throw new Error("Invalid mask: empty");try{this.netLong=(Ge(t)&this.maskLong)>>>0}catch{throw new Error("Invalid net address: "+t)}if(!(this.bitmask<=32))throw new Error("Invalid mask for ip4: "+n);this.size=Math.pow(2,32-this.bitmask),this.base=Ot(this.netLong),this.mask=Ot(this.maskLong),this.hostmask=Ot(~this.maskLong),this.first=this.bitmask<=30?Ot(this.netLong+1):this.base,this.last=this.bitmask<=30?Ot(this.netLong+this.size-2):Ot(this.netLong+this.size-1),this.broadcast=this.bitmask<=30?Ot(this.netLong+this.size-1):void 0}contains(t){return typeof t=="string"&&(t.indexOf("/")>0||t.split(".").length!==4)&&(t=new r(t)),t instanceof r?this.contains(t.base)&&this.contains(t.broadcast||t.last):(Ge(t)&this.maskLong)>>>0===(this.netLong&this.maskLong)>>>0}next(t=1){return new r(Ot(this.netLong+this.size*t),this.mask)}forEach(t){let e=Ge(this.first),n=Ge(this.last),o=0;for(;e<=n;)t(Ot(e),e,o),o++,e++}toString(){return this.base+"/"+this.bitmask}};Ye.Netmask4Impl=Cs});var lc=Zn(Xe=>{"use strict";Object.defineProperty(Xe,"__esModule",{value:!0});Xe.Netmask6Impl=void 0;Xe.ip6bigint=Ps;Xe.bigint2ip6=Se;var Ll=Rs(),Os=(1n<<128n)-1n;function Ps(r){let t=r.indexOf("%");t!==-1&&(r=r.substring(0,t));let e=r.lastIndexOf(":");if(e!==-1&&r.indexOf(".",e)!==-1){let n=r.substring(e+1),o=(0,Ll.ip2long)(n),s=r.substring(0,e+1)+"0:0";return fc(s)&~0xffffffffn|BigInt(o)}return fc(r)}function fc(r){let t=r.indexOf("::"),e;if(t!==-1){let o=r.substring(0,t),s=r.substring(t+2),i=o===""?[]:o.split(":"),a=s===""?[]:s.split(":"),c=8-i.length-a.length;if(c<0)throw new Error("Invalid IPv6: too many groups");e=[...i,...Array(c).fill("0"),...a]}else e=r.split(":");if(e.length!==8)throw new Error("Invalid IPv6: expected 8 groups, got "+e.length);let n=0n;for(let o=0;o<8;o++){let s=e[o];if(s.length===0||s.length>4)throw new Error('Invalid IPv6: bad group "'+s+'"');let i=parseInt(s,16);if(isNaN(i)||i<0||i>65535)throw new Error('Invalid IPv6: bad group "'+s+'"');n=n<<16n|BigInt(i)}return n}function Se(r){if(r<0n||r>Os)throw new Error("Invalid IPv6 address value");let t=[];for(let i=0;i<8;i++)t.unshift(Number(r&0xffffn)),r>>=16n;let e=-1,n=0,o=-1,s=0;for(let i=0;i<8;i++)t[i]===0?o===-1?(o=i,s=1):s++:(s>n&&s>=2&&(e=o,n=s),o=-1,s=0);if(s>n&&s>=2&&(e=o,n=s),e!==-1&&e+n===8&&e>0)return t.slice(0,e).map(a=>a.toString(16)).join(":")+"::";if(e===0)return"::"+t.slice(n).map(a=>a.toString(16)).join(":");if(e>0){let i=t.slice(0,e).map(c=>c.toString(16)),a=t.slice(e+n).map(c=>c.toString(16));return i.join(":")+"::"+a.join(":")}else return t.map(i=>i.toString(16)).join(":")}var ks=class r{constructor(t,e){if(typeof t!="string")throw new Error("Missing `net' parameter");let n=e;if(n==null){let o=t.indexOf("/");o!==-1?(n=parseInt(t.substring(o+1),10),t=t.substring(0,o)):n=128}if(isNaN(n)||n<0||n>128)throw new Error("Invalid mask for IPv6: "+n);this.bitmask=n,this.bitmask===0?this.maskBigint=0n:this.maskBigint=Os>>BigInt(128-this.bitmask)<<BigInt(128-this.bitmask);try{this.netBigint=Ps(t)&this.maskBigint}catch{throw new Error("Invalid IPv6 net address: "+t)}this.size=Number(1n<<BigInt(128-this.bitmask)),this.base=Se(this.netBigint),this.mask=Se(this.maskBigint),this.hostmask=Se(~this.maskBigint&Os),this.first=this.base,this.last=Se(this.netBigint+(1n<<BigInt(128-this.bitmask))-1n),this.broadcast=void 0}contains(t){return typeof t=="string"&&t.indexOf("/")>0&&(t=new r(t)),t instanceof r?this.contains(t.base)&&this.contains(t.last):(Ps(t)&this.maskBigint)===this.netBigint}next(t=1){let e=1n<<BigInt(128-this.bitmask);return new r(Se(this.netBigint+e*BigInt(t)),this.bitmask)}forEach(t){let e=this.netBigint,n=1n<<BigInt(128-this.bitmask),o=this.netBigint+n-1n,s=0;for(;e<=o;)t(Se(e),Number(e),s),s++,e++}toString(){return this.base+"/"+this.bitmask}};Xe.Netmask6Impl=ks});var dc=Zn(ae=>{"use strict";Object.defineProperty(ae,"__esModule",{value:!0});ae.long2ip=ae.ip2long=ae.Netmask=void 0;var Rn=Rs();Object.defineProperty(ae,"ip2long",{enumerable:!0,get:function(){return Rn.ip2long}});Object.defineProperty(ae,"long2ip",{enumerable:!0,get:function(){return Rn.long2ip}});var Dl=lc(),Fs=class r{constructor(t,e){if(typeof t!="string")throw new Error("Missing `net' parameter");(t.indexOf("/")!==-1?t.substring(0,t.indexOf("/")):t).indexOf(":")!==-1?this._impl=new Dl.Netmask6Impl(t,e):this._impl=new Rn.Netmask4Impl(t,e),this.base=this._impl.base,this.mask=this._impl.mask,this.hostmask=this._impl.hostmask,this.bitmask=this._impl.bitmask,this.size=this._impl.size,this.first=this._impl.first,this.last=this._impl.last,this.broadcast=this._impl.broadcast,this._impl instanceof Rn.Netmask4Impl?(this.maskLong=this._impl.maskLong,this.netLong=this._impl.netLong):(this.maskLong=0,this.netLong=0)}contains(t){return typeof t=="string"&&(t.indexOf("/")>0?t=new r(t):t.indexOf(":")===-1&&t.split(".").length!==4&&(t=new r(t))),t instanceof r?this.contains(t.base)&&this.contains(t.broadcast||t.last):this._impl.contains(t)}next(t=1){let e=this._impl.next(t);return new r(e.base,e.bitmask)}forEach(t){this._impl.forEach(t)}toString(){return this._impl.toString()}};ae.Netmask=Fs});var Qd={};bt(Qd,{autoNAT:()=>Wd});var Pt=class extends Error{static name="AbortError";constructor(t="The operation was aborted"){super(t),this.name="AbortError"}};var lt=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},Mr=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var zr=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var rr=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var Gn=Symbol.for("@libp2p/peer-id");function qc(r){return typeof r?.handleEvent=="function"}function Vc(r){return(r!==!0&&r!==!1&&r?.once)??!1}var Kr=class extends EventTarget{#t=new Map;constructor(){super()}listenerCount(t){let e=this.#t.get(t);return e==null?0:e.length}addEventListener(t,e,n){let o=Vc(n);super.addEventListener(t,i=>{if(o){let a=this.#t.get(i.type);a!=null&&(a=a.filter(({callback:c})=>c!==e),this.#t.set(i.type,a))}qc(e)?e.handleEvent(i):e(i)},n);let s=this.#t.get(t);s==null&&(s=[],this.#t.set(t,s)),s.push({callback:e,once:o})}removeEventListener(t,e,n){super.removeEventListener(t.toString(),e??null,n);let o=this.#t.get(t);o!=null&&(o=o.filter(({callback:s})=>s!==e),this.#t.set(t,o))}safeDispatchEvent(t,e={}){return this.dispatchEvent(new CustomEvent(t,e))}};var oi=Symbol.for("@libp2p/service-capabilities"),si=Symbol.for("@libp2p/service-dependencies");var Jn={};bt(Jn,{base58btc:()=>Y,base58flickr:()=>Xc});var Bh=new Uint8Array(0);function ii(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 kt(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 ai(r){return new TextEncoder().encode(r)}function ci(r){return new TextDecoder().decode(r)}function Hc(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),u=Math.log(a)/Math.log(256),d=Math.log(256)/Math.log(a);function h(y){if(y instanceof Uint8Array||(ArrayBuffer.isView(y)?y=new Uint8Array(y.buffer,y.byteOffset,y.byteLength):Array.isArray(y)&&(y=Uint8Array.from(y))),!(y instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(y.length===0)return"";for(var w=0,m=0,l=0,g=y.length;l!==g&&y[l]===0;)l++,w++;for(var x=(g-l)*d+1>>>0,I=new Uint8Array(x);l!==g;){for(var T=y[l],C=0,O=x-1;(T!==0||C<m)&&O!==-1;O--,C++)T+=256*I[O]>>>0,I[O]=T%a>>>0,T=T/a>>>0;if(T!==0)throw new Error("Non-zero carry");m=C,l++}for(var L=x-m;L!==x&&I[L]===0;)L++;for(var k=c.repeat(w);L<x;++L)k+=r.charAt(I[L]);return k}function f(y){if(typeof y!="string")throw new TypeError("Expected String");if(y.length===0)return new Uint8Array;var w=0;if(y[w]!==" "){for(var m=0,l=0;y[w]===c;)m++,w++;for(var g=(y.length-w)*u+1>>>0,x=new Uint8Array(g);y[w];){var I=e[y.charCodeAt(w)];if(I===255)return;for(var T=0,C=g-1;(I!==0||T<l)&&C!==-1;C--,T++)I+=a*x[C]>>>0,x[C]=I%256>>>0,I=I/256>>>0;if(I!==0)throw new Error("Non-zero carry");l=T,w++}if(y[w]!==" "){for(var O=g-l;O!==g&&x[O]===0;)O++;for(var L=new Uint8Array(m+(g-O)),k=m;O!==g;)L[k++]=x[O++];return L}}}function p(y){var w=f(y);if(w)return w;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:f,decode:p}}var jc=Hc,$c=jc,fi=$c;var Yn=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")}},Xn=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 li(this,t)}},Wn=class{decoders;constructor(t){this.decoders=t}or(t){return li(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 li(r,t){return new Wn({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var Qn=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 Yn(t,e,n),this.decoder=new Xn(t,e,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function Ie({name:r,prefix:t,encode:e,decode:n}){return new Qn(r,t,e,n)}function Gt({name:r,prefix:t,alphabet:e}){let{encode:n,decode:o}=fi(e,r);return Ie({prefix:t,name:r,encode:n,decode:s=>kt(o(s))})}function Zc(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 u=0;u<o;++u){let d=t[r[u]];if(d===void 0)throw new SyntaxError(`Non-${n} character`);a=a<<e|d,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 Gc(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 Yc(r){let t={};for(let e=0;e<r.length;++e)t[r[e]]=e;return t}function $({name:r,prefix:t,bitsPerChar:e,alphabet:n}){let o=Yc(n);return Ie({prefix:t,name:r,encode(s){return Gc(s,n,e)},decode(s){return Zc(s,o,e,r)}})}var Y=Gt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Xc=Gt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var to={};bt(to,{base32:()=>Yt,base32hex:()=>tu,base32hexpad:()=>ru,base32hexpadupper:()=>nu,base32hexupper:()=>eu,base32pad:()=>Qc,base32padupper:()=>Jc,base32upper:()=>Wc,base32z:()=>ou});var Yt=$({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Wc=$({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Qc=$({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Jc=$({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),tu=$({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),eu=$({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ru=$({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),nu=$({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),ou=$({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var eo={};bt(eo,{base36:()=>nr,base36upper:()=>su});var nr=Gt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),su=Gt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var iu=pi,di=128,au=127,cu=~au,uu=Math.pow(2,31);function pi(r,t,e){t=t||[],e=e||0;for(var n=e;r>=uu;)t[e++]=r&255|di,r/=128;for(;r&cu;)t[e++]=r&255|di,r>>>=7;return t[e]=r|0,pi.bytes=e-n+1,t}var fu=ro,lu=128,hi=127;function ro(r,n){var e=0,n=n||0,o=0,s=n,i,a=r.length;do{if(s>=a)throw ro.bytes=0,new RangeError("Could not decode varint");i=r[s++],e+=o<28?(i&hi)<<o:(i&hi)*Math.pow(2,o),o+=7}while(i>=lu);return ro.bytes=s-n,e}var du=Math.pow(2,7),hu=Math.pow(2,14),pu=Math.pow(2,21),mu=Math.pow(2,28),gu=Math.pow(2,35),bu=Math.pow(2,42),yu=Math.pow(2,49),xu=Math.pow(2,56),wu=Math.pow(2,63),Eu=function(r){return r<du?1:r<hu?2:r<pu?3:r<mu?4:r<gu?5:r<bu?6:r<yu?7:r<xu?8:r<wu?9:10},Su={encode:iu,decode:fu,encodingLength:Eu},vu=Su,or=vu;function sr(r,t=0){return[or.decode(r,t),or.decode.bytes]}function Te(r,t,e=0){return or.encode(r,t,e),t}function Be(r){return or.encodingLength(r)}function De(r,t){let e=t.byteLength,n=Be(r),o=n+Be(e),s=new Uint8Array(o+e);return Te(r,s,0),Te(e,s,n),s.set(t,o),new Le(r,e,t,s)}function ce(r){let t=kt(r),[e,n]=sr(t),[o,s]=sr(t.subarray(n)),i=t.subarray(n+s);if(i.byteLength!==o)throw new Error("Incorrect length");return new Le(e,o,i,t)}function mi(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&ii(r.bytes,e.bytes)}}var Le=class{code;size;digest;bytes;constructor(t,e,n,o){this.code=t,this.size=e,this.digest=n,this.bytes=o}};function gi(r,t){let{bytes:e,version:n}=r;return n===0?Au(e,no(r),t??Y.encoder):Iu(e,no(r),t??Yt.encoder)}var bi=new WeakMap;function no(r){let t=bi.get(r);if(t==null){let e=new Map;return bi.set(r,e),e}return t}var ct=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!==ir)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==Tu)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=De(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&&mi(t.multihash,n.multihash)}toString(t){return gi(this,t)}toJSON(){return{"/":gi(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??yi(n,o,s.bytes))}else if(e[Bu]===!0){let{version:n,multihash:o,code:s}=e,i=ce(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!==ir)throw new Error(`Version 0 CID must use dag-pb (code: ${ir}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let o=yi(t,e,n.bytes);return new r(t,e,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,ir,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=kt(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 Le(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[h,f]=sr(t.subarray(e));return e+=f,h},o=n(),s=ir;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(),u=e+c,d=u-i;return{version:o,codec:s,multihashCode:a,digestSize:c,multihashSize:d,size:u}}static parse(t,e){let[n,o]=_u(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 no(s).set(n,t),s}};function _u(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 Yt.prefix:{let e=t??Yt;return[Yt.prefix,e.decode(r)]}case nr.prefix:{let e=t??nr;return[nr.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 Au(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 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 ir=112,Tu=18;function yi(r,t,e){let n=Be(r),o=n+Be(t),s=new Uint8Array(o+e.byteLength);return Te(r,s,0),Te(t,s,n),s.set(e,o),s}var Bu=Symbol.for("@ipld/js-cid/CID");var oo={};bt(oo,{identity:()=>wt});var xi=0,Lu="identity",wi=kt;function Du(r,t){if(t?.truncate!=null&&t.truncate!==r.byteLength){if(t.truncate<0||t.truncate>r.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${r.byteLength}`);r=r.subarray(0,t.truncate)}return De(xi,wi(r))}var wt={code:xi,name:Lu,encode:wi,digest:Du};function dt(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}async function Ei(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}function Et(r=0){return new Uint8Array(r)}function mt(r=0){return new Uint8Array(r)}function Ft(r,t){t==null&&(t=r.reduce((o,s)=>o+s.length,0));let e=mt(t),n=0;for(let o of r)e.set(o,n),n+=o.length;return e}var vi=Symbol.for("@achingbrain/uint8arraylist");function Si(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 Vr(r){return!!r?.[vi]}var rt=class r{bufs;length;[vi]=!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(Vr(n)){e+=n.byteLength;for(let o of n.bufs)this.bufs.push(o)}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(Vr(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=Si(this.bufs,t);return e.buf[e.index]}set(t,e){let n=Si(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(Vr(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 Ft(n,o)}subarray(t,e){let{bufs:n,length:o}=this._subList(t,e);return n.length===1?n[0]:Ft(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 u=t>=a&&t<c,d=e>a&&e<=c;if(u&&d){if(t===a&&e===c){n.push(i);break}let h=t-a;n.push(i.subarray(h,h+(e-t)));break}if(u){if(t===0){n.push(i);continue}n.push(i.subarray(t-a));continue}if(d){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(!Vr(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 h=0;h<s;h++)i[h]=-1;for(let h=0;h<o;h++)i[n[h]]=h;let a=i,c=this.byteLength-n.byteLength,u=n.byteLength-1,d;for(let h=e;h<=c;h+=d){d=0;for(let f=u;f>=0;f--){let p=this.get(h+f);if(n[f]!==p){d=Math.max(1,f-a[p]);break}}if(d===0)return h}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=mt(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=Et(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=Et(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=Et(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=mt(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=Et(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=Et(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=Et(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=Et(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=Et(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(!dt(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 so={};bt(so,{base10:()=>Cu});var Cu=Gt({prefix:"9",name:"base10",alphabet:"0123456789"});var io={};bt(io,{base16:()=>Ru,base16upper:()=>Ou});var Ru=$({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Ou=$({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var ao={};bt(ao,{base2:()=>Pu});var Pu=$({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var co={};bt(co,{base256emoji:()=>Mu});var _i=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}"),ku=_i.reduce((r,t,e)=>(r[e]=t,r),[]),Fu=_i.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function Nu(r){return r.reduce((t,e)=>(t+=ku[e],t),"")}function Uu(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let o=Fu[n];if(o==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(o)}return new Uint8Array(t)}var Mu=Ie({prefix:"\u{1F680}",name:"base256emoji",encode:Nu,decode:Uu});var fo={};bt(fo,{base64:()=>zu,base64pad:()=>Ku,base64url:()=>uo,base64urlpad:()=>qu});var zu=$({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Ku=$({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),uo=$({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),qu=$({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var lo={};bt(lo,{base8:()=>Vu});var Vu=$({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var ho={};bt(ho,{identity:()=>Hu});var Hu=Ie({prefix:"\0",name:"identity",encode:r=>ci(r),decode:r=>ai(r)});var dp=new TextEncoder,hp=new TextDecoder;var go={};bt(go,{sha256:()=>ar,sha512:()=>Gu});var Zu=20;function mo({name:r,code:t,encode:e,minDigestLength:n,maxDigestLength:o}){return new po(r,t,e,n,o)}var po=class{name;code;encode;minDigestLength;maxDigestLength;constructor(t,e,n,o,s){this.name=t,this.code=e,this.encode=n,this.minDigestLength=o??Zu,this.maxDigestLength=s}digest(t,e){if(e?.truncate!=null){if(e.truncate<this.minDigestLength)throw new Error(`Invalid truncate option, must be greater than or equal to ${this.minDigestLength}`);if(this.maxDigestLength!=null&&e.truncate>this.maxDigestLength)throw new Error(`Invalid truncate option, must be less than or equal to ${this.maxDigestLength}`)}if(t instanceof Uint8Array){let n=this.encode(t);return n instanceof Uint8Array?Ai(n,this.code,e?.truncate):n.then(o=>Ai(o,this.code,e?.truncate))}else throw Error("Unknown type, must be binary type")}};function Ai(r,t,e){if(e!=null&&e!==r.byteLength){if(e>r.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${r.byteLength}`);r=r.subarray(0,e)}return De(t,r)}function Ti(r){return async t=>new Uint8Array(await crypto.subtle.digest(r,t))}var ar=mo({name:"sha2-256",code:18,encode:Ti("SHA-256")}),Gu=mo({name:"sha2-512",code:19,encode:Ti("SHA-512")});var cr={...ho,...ao,...lo,...so,...io,...to,...eo,...Jn,...fo,...co},Ap={...go,...oo};function Li(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var Bi=Li("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),bo=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=mt(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),Yu={utf8:Bi,"utf-8":Bi,hex:cr.base16,latin1:bo,ascii:bo,binary:bo,...cr},Hr=Yu;function j(r,t="utf8"){let e=Hr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.decoder.decode(`${e.prefix}${r}`)}function Q(r,t="utf8"){let e=Hr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.encoder.encode(r).substring(1)}var Xu=parseInt("11111",2),yo=parseInt("10000000",2),Wu=parseInt("01111111",2),Di={0:ur,1:ur,2:Qu,3:ef,4:rf,5:tf,6:Ju,16:ur,22:ur,48:ur};function xo(r,t={offset:0}){let e=r[t.offset]&Xu;if(t.offset++,Di[e]!=null)return Di[e](r,t);throw new Error("No decoder for tag "+e)}function fr(r,t){let e=0;if((r[t.offset]&yo)===yo){let n=r[t.offset]&Wu,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 ur(r,t){fr(r,t);let e=[];for(;!(t.offset>=r.byteLength);){let n=xo(r,t);if(n===null)break;e.push(n)}return e}function Qu(r,t){let e=fr(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 Ju(r,t){let e=fr(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 u=r[t.offset];if(t.offset++,c.push(u&127),u<128){c.reverse();let d=0;for(let h=0;h<c.length;h++)d+=c[h]<<h*7;a+=`.${d}`,c=[]}}return a}function tf(r,t){return t.offset++,null}function ef(r,t){let e=fr(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 rf(r,t){let e=fr(r,t),n=r.subarray(t.offset,t.offset+e);return t.offset+=e,n}function nf(r){let t=r.toString(16);t.length%2===1&&(t="0"+t);let e=new rt;for(let n=0;n<t.length;n+=2)e.append(Uint8Array.from([parseInt(`${t[n]}${t[n+1]}`,16)]));return e}function wo(r){if(r.byteLength<128)return Uint8Array.from([r.byteLength]);let t=nf(r.byteLength);return new rt(Uint8Array.from([t.byteLength|yo]),t)}function Ci(r){let t=new rt,e=128;return(r.subarray()[0]&e)===e&&t.append(Uint8Array.from([0])),t.append(r),new rt(Uint8Array.from([2]),wo(t),t)}function Ri(r){let t=Uint8Array.from([0]),e=new rt(t,r);return new rt(Uint8Array.from([3]),wo(e),e)}function jr(r,t=48){let e=new rt;for(let n of r)e.append(n);return new rt(Uint8Array.from([t]),wo(e),e)}var of=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),sf=Uint8Array.from([6,5,43,129,4,0,34]),af=Uint8Array.from([6,5,43,129,4,0,35]),cf={ext:!0,kty:"EC",crv:"P-256"},uf={ext:!0,kty:"EC",crv:"P-384"},ff={ext:!0,kty:"EC",crv:"P-521"},Eo=32,So=48,vo=66;function Oi(r){let t=xo(r);return Pi(t)}function Pi(r){let t=r[1][1][0],e=1,n,o;if(t.byteLength===Eo*2+1)return n=Q(t.subarray(e,e+Eo),"base64url"),o=Q(t.subarray(e+Eo),"base64url"),new Ce({...cf,key_ops:["verify"],x:n,y:o});if(t.byteLength===So*2+1)return n=Q(t.subarray(e,e+So),"base64url"),o=Q(t.subarray(e+So),"base64url"),new Ce({...uf,key_ops:["verify"],x:n,y:o});if(t.byteLength===vo*2+1)return n=Q(t.subarray(e,e+vo),"base64url"),o=Q(t.subarray(e+vo),"base64url"),new Ce({...ff,key_ops:["verify"],x:n,y:o});throw new lt(`coordinates were wrong length, got ${t.byteLength}, expected 65, 97 or 133`)}function ki(r){return jr([Ci(Uint8Array.from([1])),jr([lf(r.crv)],160),jr([Ri(new rt(Uint8Array.from([4]),j(r.x??"","base64url"),j(r.y??"","base64url")))],161)]).subarray()}function lf(r){if(r==="P-256")return of;if(r==="P-384")return sf;if(r==="P-521")return af;throw new lt(`Invalid curve ${r}`)}var Ce=class{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){return this._raw==null&&(this._raw=ki(this.jwk)),this._raw}toMultihash(){return wt.digest(Re(this))}toCID(){return ct.createV1(114,this.toMultihash())}toString(){return Y.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}async verify(t,e,n){return Ei(this.jwk,e,t,n)}};function _o(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in r&&r.BYTES_PER_ELEMENT===1}function Wt(r,t=""){if(typeof r!="number"){let e=t&&`"${t}" `;throw new TypeError(`${e}expected number, got ${typeof r}`)}if(!Number.isSafeInteger(r)||r<0){let e=t&&`"${t}" `;throw new RangeError(`${e}expected integer >= 0, got ${r}`)}}function yt(r,t,e=""){let n=_o(r),o=r?.length,s=t!==void 0;if(!n||s&&o!==t){let i=e&&`"${e}" `,a=s?` of length ${t}`:"",c=n?`length=${o}`:`type=${typeof r}`,u=i+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return r}function $r(r){if(typeof r!="function"||typeof r.create!="function")throw new TypeError("Hash must wrapped by utils.createHasher");if(Wt(r.outputLen),Wt(r.blockLen),r.outputLen<1)throw new Error('"outputLen" must be >= 1');if(r.blockLen<1)throw new Error('"blockLen" must be >= 1')}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 Zr(r,t){yt(r,void 0,"digestInto() output");let e=t.outputLen;if(r.length<e)throw new RangeError('"digestInto() output" expected to be of length >='+e)}function Ut(...r){for(let t=0;t<r.length;t++)r[t].fill(0)}function Gr(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function St(r,t){return r<<32-t|r>>>t}var Ni=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",df=Array.from({length:256},(r,t)=>t.toString(16).padStart(2,"0"));function Yr(r){if(yt(r),Ni)return r.toHex();let t="";for(let e=0;e<r.length;e++)t+=df[r[e]];return t}var Nt={_0:48,_9:57,A:65,F:70,a:97,f:102};function Fi(r){if(r>=Nt._0&&r<=Nt._9)return r-Nt._0;if(r>=Nt.A&&r<=Nt.F)return r-(Nt.A-10);if(r>=Nt.a&&r<=Nt.f)return r-(Nt.a-10)}function lr(r){if(typeof r!="string")throw new TypeError("hex string expected, got "+typeof r);if(Ni)try{return Uint8Array.fromHex(r)}catch(o){throw o instanceof SyntaxError?new RangeError(o.message):o}let t=r.length,e=t/2;if(t%2)throw new RangeError("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=Fi(r.charCodeAt(s)),a=Fi(r.charCodeAt(s+1));if(i===void 0||a===void 0){let c=r[s]+r[s+1];throw new RangeError('hex string expected, got non-hex character "'+c+'" at index '+s)}n[o]=i*16+a}return n}function Ao(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];yt(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}function Io(r,t={}){let e=(o,s)=>r(s).update(o).digest(),n=r(void 0);return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.canXOF=n.canXOF,e.create=o=>r(o),Object.assign(e,t),Object.freeze(e)}function Ui(r=32){Wt(r,"bytesLength");let t=typeof globalThis=="object"?globalThis.crypto:null;if(typeof t?.getRandomValues!="function")throw new Error("crypto.getRandomValues must be defined");if(r>65536)throw new RangeError(`"bytesLength" expected <= 65536, got ${r}`);return t.getRandomValues(new Uint8Array(r))}var To=r=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,r])});function Mi(r,t,e){return r&t^~r&e}function zi(r,t,e){return r&t^r&e^t&e}var dr=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(t,e,n,o){this.blockLen=t,this.outputLen=e,this.padOffset=n,this.isLE=o,this.buffer=new Uint8Array(t),this.view=Gr(this.buffer)}update(t){Oe(this),yt(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=Gr(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),Zr(t,this),this.finished=!0;let{buffer:e,view:n,blockLen:o,isLE:s}=this,{pos:i}=this;e[i++]=128,Ut(this.buffer.subarray(i)),this.padOffset>o-i&&(this.process(n,0),i=0);for(let h=i;h<o;h++)e[h]=0;n.setBigUint64(o-8,BigInt(this.length*8),s),this.process(n,0);let a=Gr(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let u=c/4,d=this.get();if(u>d.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<u;h++)a.setUint32(4*h,d[h],s)}digest(){let{buffer:t,outputLen:e}=this;this.digestInto(t);let n=t.slice(0,e);return this.destroy(),n}_cloneInto(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()}},Mt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var st=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]);var Xr=BigInt(4294967295),Ki=BigInt(32);function hf(r,t=!1){return t?{h:Number(r&Xr),l:Number(r>>Ki&Xr)}:{h:Number(r>>Ki&Xr)|0,l:Number(r&Xr)|0}}function qi(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}=hf(r[s],t);[n[s],o[s]]=[i,a]}return[n,o]}var Bo=(r,t,e)=>r>>>e,Lo=(r,t,e)=>r<<32-e|t>>>e,ue=(r,t,e)=>r>>>e|t<<32-e,fe=(r,t,e)=>r<<32-e|t>>>e,hr=(r,t,e)=>r<<64-e|t>>>e-32,pr=(r,t,e)=>r>>>e-32|t<<64-e;function Dt(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),Hi=(r,t,e,n)=>t+e+n+(r/2**32|0)|0,ji=(r,t,e,n)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0),$i=(r,t,e,n,o)=>t+e+n+o+(r/2**32|0)|0,Zi=(r,t,e,n,o)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0)+(o>>>0),Gi=(r,t,e,n,o,s)=>t+e+n+o+s+(r/2**32|0)|0;var mf=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]),Qt=new Uint32Array(64),Do=class extends dr{constructor(t){super(64,t,8,!1)}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 h=0;h<16;h++,e+=4)Qt[h]=t.getUint32(e,!1);for(let h=16;h<64;h++){let f=Qt[h-15],p=Qt[h-2],y=St(f,7)^St(f,18)^f>>>3,w=St(p,17)^St(p,19)^p>>>10;Qt[h]=w+Qt[h-7]+y+Qt[h-16]|0}let{A:n,B:o,C:s,D:i,E:a,F:c,G:u,H:d}=this;for(let h=0;h<64;h++){let f=St(a,6)^St(a,11)^St(a,25),p=d+f+Mi(a,c,u)+mf[h]+Qt[h]|0,w=(St(n,2)^St(n,13)^St(n,22))+zi(n,o,s)|0;d=u,u=c,c=a,a=i+p|0,i=s,s=o,o=n,n=p+w|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,u=u+this.G|0,d=d+this.H|0,this.set(n,o,s,i,a,c,u,d)}roundClean(){Ut(Qt)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),Ut(this.buffer)}},Co=class extends Do{A=Mt[0]|0;B=Mt[1]|0;C=Mt[2]|0;D=Mt[3]|0;E=Mt[4]|0;F=Mt[5]|0;G=Mt[6]|0;H=Mt[7]|0;constructor(){super(32)}};var Yi=qi(["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))),gf=Yi[0],bf=Yi[1],Jt=new Uint32Array(80),te=new Uint32Array(80),Ro=class extends dr{constructor(t){super(128,t,16,!1)}get(){let{Ah:t,Al:e,Bh:n,Bl:o,Ch:s,Cl:i,Dh:a,Dl:c,Eh:u,El:d,Fh:h,Fl:f,Gh:p,Gl:y,Hh:w,Hl:m}=this;return[t,e,n,o,s,i,a,c,u,d,h,f,p,y,w,m]}set(t,e,n,o,s,i,a,c,u,d,h,f,p,y,w,m){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=u|0,this.El=d|0,this.Fh=h|0,this.Fl=f|0,this.Gh=p|0,this.Gl=y|0,this.Hh=w|0,this.Hl=m|0}process(t,e){for(let x=0;x<16;x++,e+=4)Jt[x]=t.getUint32(e),te[x]=t.getUint32(e+=4);for(let x=16;x<80;x++){let I=Jt[x-15]|0,T=te[x-15]|0,C=ue(I,T,1)^ue(I,T,8)^Bo(I,T,7),O=fe(I,T,1)^fe(I,T,8)^Lo(I,T,7),L=Jt[x-2]|0,k=te[x-2]|0,q=ue(L,k,19)^hr(L,k,61)^Bo(L,k,6),F=fe(L,k,19)^pr(L,k,61)^Lo(L,k,6),b=ji(O,F,te[x-7],te[x-16]),E=$i(b,C,q,Jt[x-7],Jt[x-16]);Jt[x]=E|0,te[x]=b|0}let{Ah:n,Al:o,Bh:s,Bl:i,Ch:a,Cl:c,Dh:u,Dl:d,Eh:h,El:f,Fh:p,Fl:y,Gh:w,Gl:m,Hh:l,Hl:g}=this;for(let x=0;x<80;x++){let I=ue(h,f,14)^ue(h,f,18)^hr(h,f,41),T=fe(h,f,14)^fe(h,f,18)^pr(h,f,41),C=h&p^~h&w,O=f&y^~f&m,L=Zi(g,T,O,bf[x],te[x]),k=Gi(L,l,I,C,gf[x],Jt[x]),q=L|0,F=ue(n,o,28)^hr(n,o,34)^hr(n,o,39),b=fe(n,o,28)^pr(n,o,34)^pr(n,o,39),E=n&s^n&a^s&a,_=o&i^o&c^i&c;l=w|0,g=m|0,w=p|0,m=y|0,p=h|0,y=f|0,{h,l:f}=Dt(u|0,d|0,k|0,q|0),u=a|0,d=c|0,a=s|0,c=i|0,s=n|0,i=o|0;let v=Vi(q,b,_);n=Hi(v,k,F,E),o=v|0}({h:n,l:o}=Dt(this.Ah|0,this.Al|0,n|0,o|0)),{h:s,l:i}=Dt(this.Bh|0,this.Bl|0,s|0,i|0),{h:a,l:c}=Dt(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l:d}=Dt(this.Dh|0,this.Dl|0,u|0,d|0),{h,l:f}=Dt(this.Eh|0,this.El|0,h|0,f|0),{h:p,l:y}=Dt(this.Fh|0,this.Fl|0,p|0,y|0),{h:w,l:m}=Dt(this.Gh|0,this.Gl|0,w|0,m|0),{h:l,l:g}=Dt(this.Hh|0,this.Hl|0,l|0,g|0),this.set(n,o,s,i,a,c,u,d,h,f,p,y,w,m,l,g)}roundClean(){Ut(Jt,te)}destroy(){this.destroyed=!0,Ut(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},Oo=class extends Ro{Ah=st[0]|0;Al=st[1]|0;Bh=st[2]|0;Bl=st[3]|0;Ch=st[4]|0;Cl=st[5]|0;Dh=st[6]|0;Dl=st[7]|0;Eh=st[8]|0;El=st[9]|0;Fh=st[10]|0;Fl=st[11]|0;Gh=st[12]|0;Gl=st[13]|0;Hh=st[14]|0;Hl=st[15]|0;constructor(){super(64)}};var Xi=Io(()=>new Co,To(1));var Wr=Io(()=>new Oo,To(3));var M=(r,t,e)=>yt(r,t,e),ko=Wt,Pe=Yr,J=(...r)=>Ao(...r),ke=r=>lr(r),le=_o,mr=r=>Ui(r),Jr=BigInt(0),Po=BigInt(1);function vt(r,t=""){if(typeof r!="boolean"){let e=t&&`"${t}" `;throw new TypeError(e+"expected boolean, got type="+typeof r)}return r}function tn(r){if(typeof r=="bigint"){if(!Qr(r))throw new RangeError("positive bigint expected, got "+r)}else ko(r);return r}function _t(r,t=""){if(typeof r!="number"){let e=t&&`"${t}" `;throw new TypeError(e+"expected number, got type="+typeof r)}if(!Number.isSafeInteger(r)){let e=t&&`"${t}" `;throw new RangeError(e+"expected safe integer, got "+r)}}function gr(r){let t=tn(r).toString(16);return t.length&1?"0"+t:t}function Wi(r){if(typeof r!="string")throw new TypeError("hex string expected, got "+typeof r);return r===""?Jr:BigInt("0x"+r)}function de(r){return Wi(Yr(r))}function Ct(r){return Wi(Yr(br(yt(r)).reverse()))}function en(r,t){if(Wt(t),t===0)throw new RangeError("zero length");r=tn(r);let e=r.toString(16);if(e.length>t*2)throw new RangeError("number too large");return lr(e.padStart(t*2,"0"))}function Fo(r,t){return en(r,t).reverse()}function Qi(r,t){if(r=M(r),t=M(t),r.length!==t.length)return!1;let e=0;for(let n=0;n<r.length;n++)e|=r[n]^t[n];return e===0}function br(r){return Uint8Array.from(M(r))}function rn(r){if(typeof r!="string")throw new TypeError("ascii string expected, got "+typeof r);return Uint8Array.from(r,(t,e)=>{let n=t.charCodeAt(0);if(t.length!==1||n>127)throw new RangeError(`string contains non-ASCII character "${r[e]}" with code ${n} at position ${e}`);return n})}var Qr=r=>typeof r=="bigint"&&Jr<=r;function yf(r,t,e){return Qr(r)&&Qr(t)&&Qr(e)&&t<=r&&r<e}function Fe(r,t,e,n){if(!yf(t,e,n))throw new RangeError("expected valid "+r+": "+e+" <= n < "+n+", got "+t)}function Ne(r){if(r<Jr)throw new Error("expected non-negative bigint, got "+r);let t;for(t=0;r>Jr;r>>=Po,t+=1);return t}var yr=r=>(Po<<BigInt(r))-Po;function Ji(r,t,e){if(Wt(r,"hashLen"),Wt(t,"qByteLen"),typeof e!="function")throw new TypeError("hmacFn must be a function");let n=m=>new Uint8Array(m),o=Uint8Array.of(),s=Uint8Array.of(0),i=Uint8Array.of(1),a=1e3,c=n(r),u=n(r),d=0,h=()=>{c.fill(1),u.fill(0),d=0},f=(...m)=>e(u,J(c,...m)),p=(m=o)=>{u=f(s,m),c=f(),m.length!==0&&(u=f(i,m),c=f())},y=()=>{if(d++>=a)throw new Error("drbg: tried max amount of iterations");let m=0,l=[];for(;m<t;){c=f();let g=c.slice();l.push(g),m+=c.length}return J(...l)};return(m,l)=>{h(),p(m);let g;for(;(g=l(y()))===void 0;)p();return h(),g}}function At(r,t={},e={}){if(Object.prototype.toString.call(r)!=="[object Object]")throw new TypeError("expected valid options object");function n(s,i,a){if(!a&&i!=="function"&&!Object.hasOwn(r,s))throw new TypeError(`param "${s}" is invalid: expected own property`);let c=r[s];if(a&&c===void 0)return;let u=typeof c;if(u!==i||c===null)throw new TypeError(`param "${s}" is invalid: expected ${i}, got ${u}`)}let o=(s,i)=>Object.entries(s).forEach(([a,c])=>n(a,c,i));o(t,!1),o(e,!0)}var No=()=>{throw new Error("not implemented")};var it=BigInt(0),Z=BigInt(1),he=BigInt(2),na=BigInt(3),oa=BigInt(4),sa=BigInt(5),xf=BigInt(7),ia=BigInt(8),wf=BigInt(9),aa=BigInt(16);function X(r,t){if(t<=it)throw new Error("mod: expected positive modulus, got "+t);let e=r%t;return e>=it?e:t+e}function H(r,t,e){if(t<it)throw new Error("pow2: expected non-negative exponent, got "+t);let n=r;for(;t-- >it;)n*=n,n%=e;return n}function ta(r,t){if(r===it)throw new Error("invert: expected non-zero number");if(t<=it)throw new Error("invert: expected positive modulus, got "+t);let e=X(r,t),n=t,o=it,s=Z,i=Z,a=it;for(;e!==it;){let u=n/e,d=n-e*u,h=o-i*u,f=s-a*u;n=e,e=d,o=i,s=a,i=h,a=f}if(n!==Z)throw new Error("invert: does not exist");return X(o,t)}function Uo(r,t,e){let n=r;if(!n.eql(n.sqr(t),e))throw new Error("Cannot find square root")}function ca(r,t){let e=r,n=(e.ORDER+Z)/oa,o=e.pow(t,n);return Uo(e,o,t),o}function Ef(r,t){let e=r,n=(e.ORDER-sa)/ia,o=e.mul(t,he),s=e.pow(o,n),i=e.mul(t,s),a=e.mul(e.mul(i,he),s),c=e.mul(i,e.sub(a,e.ONE));return Uo(e,c,t),c}function Sf(r){let t=Ue(r),e=ua(r),n=e(t,t.neg(t.ONE)),o=e(t,n),s=e(t,t.neg(n)),i=(r+xf)/aa;return((a,c)=>{let u=a,d=u.pow(c,i),h=u.mul(d,n),f=u.mul(d,o),p=u.mul(d,s),y=u.eql(u.sqr(h),c),w=u.eql(u.sqr(f),c);d=u.cmov(d,h,y),h=u.cmov(p,f,w);let m=u.eql(u.sqr(h),c),l=u.cmov(d,h,m);return Uo(u,l,c),l})}function ua(r){if(r<na)throw new Error("sqrt is not defined for small field");let t=r-Z,e=0;for(;t%he===it;)t/=he,e++;let n=he,o=Ue(r);for(;ea(o,n)===1;)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(e===1)return ca;let s=o.pow(n,t),i=(t+Z)/he;return function(c,u){let d=c;if(d.is0(u))return u;if(ea(d,u)!==1)throw new Error("Cannot find square root");let h=e,f=d.mul(d.ONE,s),p=d.pow(u,t),y=d.pow(u,i);for(;!d.eql(p,d.ONE);){if(d.is0(p))return d.ZERO;let w=1,m=d.sqr(p);for(;!d.eql(m,d.ONE);)if(w++,m=d.sqr(m),w===h)throw new Error("Cannot find square root");let l=Z<<BigInt(h-w-1),g=d.pow(f,l);h=w,f=d.sqr(g),p=d.mul(p,f),y=d.mul(y,g)}return y}}function vf(r){return r%oa===na?ca:r%ia===sa?Ef:r%aa===wf?Sf(r):ua(r)}var zt=(r,t)=>(X(r,t)&Z)===Z,_f=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Mo(r){let t={ORDER:"bigint",BYTES:"number",BITS:"number"},e=_f.reduce((n,o)=>(n[o]="function",n),t);if(At(r,e),_t(r.BYTES,"BYTES"),_t(r.BITS,"BITS"),r.BYTES<1||r.BITS<1)throw new Error("invalid field: expected BYTES/BITS > 0");if(r.ORDER<=Z)throw new Error("invalid field: expected ORDER > 1, got "+r.ORDER);return r}function Af(r,t,e){let n=r;if(e<it)throw new Error("invalid exponent, negatives unsupported");if(e===it)return n.ONE;if(e===Z)return t;let o=n.ONE,s=t;for(;e>it;)e&Z&&(o=n.mul(o,s)),s=n.sqr(s),e>>=Z;return o}function xr(r,t,e=!1){let n=r,o=new Array(t.length).fill(e?n.ZERO:void 0),s=t.reduce((a,c,u)=>n.is0(c)?a:(o[u]=a,n.mul(a,c)),n.ONE),i=n.inv(s);return t.reduceRight((a,c,u)=>n.is0(c)?a:(o[u]=n.mul(a,o[u]),n.mul(a,c)),i),o}function ea(r,t){let e=r,n=(e.ORDER-Z)/he,o=e.pow(t,n),s=e.eql(o,e.ONE),i=e.eql(o,e.ZERO),a=e.eql(o,e.neg(e.ONE));if(!s&&!i&&!a)throw new Error("invalid Legendre symbol result");return s?1:i?0:-1}function If(r,t){if(t!==void 0&&ko(t),r<=it)throw new Error("invalid n length: expected positive n, got "+r);if(t!==void 0&&t<1)throw new Error("invalid n length: expected positive bit length, got "+t);let e=Ne(r);if(t!==void 0&&t<e)throw new Error(`invalid n length: expected bit length (${e}) >= n.length (${t})`);let n=t!==void 0?t:e,o=Math.ceil(n/8);return{nBitLength:n,nByteLength:o}}var ra=new WeakMap,nn=class{ORDER;BITS;BYTES;isLE;ZERO=it;ONE=Z;_lengths;_mod;constructor(t,e={}){if(t<=Z)throw new Error("invalid field: expected ORDER > 1, got "+t);let n;this.isLE=!1,e!=null&&typeof e=="object"&&(typeof e.BITS=="number"&&(n=e.BITS),typeof e.sqrt=="function"&&Object.defineProperty(this,"sqrt",{value:e.sqrt,enumerable:!0}),typeof e.isLE=="boolean"&&(this.isLE=e.isLE),e.allowedLengths&&(this._lengths=Object.freeze(e.allowedLengths.slice())),typeof e.modFromBytes=="boolean"&&(this._mod=e.modFromBytes));let{nBitLength:o,nByteLength:s}=If(t,n);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");this.ORDER=t,this.BITS=o,this.BYTES=s,Object.freeze(this)}create(t){return X(t,this.ORDER)}isValid(t){if(typeof t!="bigint")throw new TypeError("invalid field element: expected bigint, got "+typeof t);return it<=t&&t<this.ORDER}is0(t){return t===it}isValidNot0(t){return!this.is0(t)&&this.isValid(t)}isOdd(t){return(t&Z)===Z}neg(t){return X(-t,this.ORDER)}eql(t,e){return t===e}sqr(t){return X(t*t,this.ORDER)}add(t,e){return X(t+e,this.ORDER)}sub(t,e){return X(t-e,this.ORDER)}mul(t,e){return X(t*e,this.ORDER)}pow(t,e){return Af(this,t,e)}div(t,e){return X(t*ta(e,this.ORDER),this.ORDER)}sqrN(t){return t*t}addN(t,e){return t+e}subN(t,e){return t-e}mulN(t,e){return t*e}inv(t){return ta(t,this.ORDER)}sqrt(t){let e=ra.get(this);return e||ra.set(this,e=vf(this.ORDER)),e(this,t)}toBytes(t){return this.isLE?Fo(t,this.BYTES):en(t,this.BYTES)}fromBytes(t,e=!1){M(t);let{_lengths:n,BYTES:o,isLE:s,ORDER:i,_mod:a}=this;if(n){if(t.length<1||!n.includes(t.length)||t.length>o)throw new Error("Field.fromBytes: expected "+n+" bytes, got "+t.length);let u=new Uint8Array(o);u.set(t,s?0:u.length-t.length),t=u}if(t.length!==o)throw new Error("Field.fromBytes: expected "+o+" bytes, got "+t.length);let c=s?Ct(t):de(t);if(a&&(c=X(c,i)),!e&&!this.isValid(c))throw new Error("invalid field element: outside of range 0..ORDER");return c}invertBatch(t){return xr(this,t)}cmov(t,e,n){return vt(n,"condition"),n?e:t}};Object.freeze(nn.prototype);function Ue(r,t={}){return new nn(r,t)}function fa(r){if(typeof r!="bigint")throw new Error("field order must be bigint");if(r<=Z)throw new Error("field order must be greater than 1");let t=Ne(r-Z);return Math.ceil(t/8)}function zo(r){let t=fa(r);return t+Math.ceil(t/2)}function Ko(r,t,e=!1){M(r);let n=r.length,o=fa(t),s=Math.max(zo(t),16);if(n<s||n>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+n);let i=e?Ct(r):de(r),a=X(i,t-Z)+Z;return e?Fo(a,o):en(a,o)}var Me=BigInt(0),pe=BigInt(1);function wr(r,t){let e=t.negate();return r?e:t}function me(r,t){let e=xr(r.Fp,t.map(n=>n.Z));return t.map((n,o)=>r.fromAffine(n.toAffine(e[o])))}function pa(r,t){if(!Number.isSafeInteger(r)||r<=0||r>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+r)}function qo(r,t){pa(r,t);let e=Math.ceil(t/r)+1,n=2**(r-1),o=2**r,s=yr(r),i=BigInt(r);return{windows:e,windowSize:n,mask:s,maxNumber:o,shiftBy:i}}function la(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+=pe);let u=t*n,d=u+Math.abs(a)-1,h=a===0,f=a<0,p=t%2!==0;return{nextN:c,offset:d,isZero:h,isNeg:f,isNegF:p,offsetF:u}}var Vo=new WeakMap,ma=new WeakMap;function Ho(r){return ma.get(r)||1}function da(r){if(r!==Me)throw new Error("invalid wNAF")}var ze=class{BASE;ZERO;Fn;bits;constructor(t,e){this.BASE=t.BASE,this.ZERO=t.ZERO,this.Fn=t.Fn,this.bits=e}_unsafeLadder(t,e,n=this.ZERO){let o=t;for(;e>Me;)e&pe&&(n=n.add(o)),o=o.double(),e>>=pe;return n}precomputeWindow(t,e){let{windows:n,windowSize:o}=qo(e,this.bits),s=[],i=t,a=i;for(let c=0;c<n;c++){a=i,s.push(a);for(let u=1;u<o;u++)a=a.add(i),s.push(a);i=a.double()}return s}wNAF(t,e,n){if(!this.Fn.isValid(n))throw new Error("invalid scalar");let o=this.ZERO,s=this.BASE,i=qo(t,this.bits);for(let a=0;a<i.windows;a++){let{nextN:c,offset:u,isZero:d,isNeg:h,isNegF:f,offsetF:p}=la(n,a,i);n=c,d?s=s.add(wr(f,e[p])):o=o.add(wr(h,e[u]))}return da(n),{p:o,f:s}}wNAFUnsafe(t,e,n,o=this.ZERO){let s=qo(t,this.bits);for(let i=0;i<s.windows&&n!==Me;i++){let{nextN:a,offset:c,isZero:u,isNeg:d}=la(n,i,s);if(n=a,!u){let h=e[c];o=o.add(d?h.negate():h)}}return da(n),o}getPrecomputes(t,e,n){let o=Vo.get(e);return o||(o=this.precomputeWindow(e,t),t!==1&&(typeof n=="function"&&(o=n(o)),Vo.set(e,o))),o}cached(t,e,n){let o=Ho(t);return this.wNAF(o,this.getPrecomputes(o,t,n),e)}unsafe(t,e,n,o){let s=Ho(t);return s===1?this._unsafeLadder(t,e,o):this.wNAFUnsafe(s,this.getPrecomputes(s,t,n),e,o)}createCache(t,e){pa(e,this.bits),ma.set(t,e),Vo.delete(t)}hasCache(t){return Ho(t)!==1}};function ga(r,t,e,n){let o=t,s=r.ZERO,i=r.ZERO;for(;e>Me||n>Me;)e&pe&&(s=s.add(o)),n&pe&&(i=i.add(o)),o=o.double(),e>>=pe,n>>=pe;return{p1:s,p2:i}}function ha(r,t,e){if(t){if(t.ORDER!==r)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return Mo(t),t}else return Ue(r,{isLE:e})}function on(r,t,e={},n){if(n===void 0&&(n=r==="edwards"),!t||typeof t!="object")throw new Error(`expected valid ${r} CURVE object`);for(let c of["p","n","h"]){let u=t[c];if(!(typeof u=="bigint"&&u>Me))throw new Error(`CURVE.${c} must be positive bigint`)}let o=ha(t.p,e.Fp,n),s=ha(t.n,e.Fn,n),a=["Gx","Gy","a",r==="weierstrass"?"b":"d"];for(let c of a)if(!o.isValid(t[c]))throw new Error(`CURVE.${c} must be valid field element of CURVE.Fp`);return t=Object.freeze(Object.assign({},t)),{CURVE:t,Fp:o,Fn:s}}function sn(r,t){return function(n){let o=r(n);return{secretKey:o,publicKey:t(o)}}}var ee=BigInt(0),nt=BigInt(1),jo=BigInt(2),Tf=BigInt(8);function Bf(r,t,e,n){let o=r.sqr(e),s=r.sqr(n),i=r.add(r.mul(t.a,o),s),a=r.add(r.ONE,r.mul(t.d,r.mul(o,s)));return r.eql(i,a)}function ba(r,t={}){let e=t,n=on("edwards",r,e,e.FpFnLE),{Fp:o,Fn:s}=n,i=n.CURVE,{h:a}=i;At(e,{},{uvRatio:"function"});let c=jo<<BigInt(s.BYTES*8)-nt,u=w=>o.create(w),d=e.uvRatio===void 0?(w,m)=>{try{return{isValid:!0,value:o.sqrt(o.div(w,m))}}catch{return{isValid:!1,value:ee}}}:e.uvRatio;if(!Bf(o,i,i.Gx,i.Gy))throw new Error("bad curve params: generator point");function h(w,m,l=!1){let g=l?nt:ee;return Fe("coordinate "+w,m,g,c),m}function f(w){if(!(w instanceof p))throw new Error("EdwardsPoint expected")}class p{static BASE=new p(i.Gx,i.Gy,nt,u(i.Gx*i.Gy));static ZERO=new p(ee,nt,nt,ee);static Fp=o;static Fn=s;X;Y;Z;T;constructor(m,l,g,x){this.X=h("x",m),this.Y=h("y",l),this.Z=h("z",g,!0),this.T=h("t",x),Object.freeze(this)}static CURVE(){return i}static fromAffine(m){if(m instanceof p)throw new Error("extended point not allowed");let{x:l,y:g}=m||{};return h("x",l),h("y",g),new p(l,g,nt,u(l*g))}static fromBytes(m,l=!1){let g=o.BYTES,{a:x,d:I}=i;m=br(M(m,g,"point")),vt(l,"zip215");let T=br(m),C=m[g-1];T[g-1]=C&-129;let O=Ct(T),L=l?c:o.ORDER;Fe("point.y",O,ee,L);let k=u(O*O),q=u(k-nt),F=u(I*k-x),{isValid:b,value:E}=d(q,F);if(!b)throw new Error("bad point: invalid y coordinate");let _=(E&nt)===nt,v=(C&128)!==0;if(!l&&E===ee&&v)throw new Error("bad point: x=0 and x_0=1");return v!==_&&(E=u(-E)),p.fromAffine({x:E,y:O})}static fromHex(m,l=!1){return p.fromBytes(ke(m),l)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(m=8,l=!0){return y.createCache(this,m),l||this.multiply(jo),this}assertValidity(){let m=this,{a:l,d:g}=i;if(m.is0())throw new Error("bad point: ZERO");let{X:x,Y:I,Z:T,T:C}=m,O=u(x*x),L=u(I*I),k=u(T*T),q=u(k*k),F=u(O*l),b=u(k*u(F+L)),E=u(q+u(g*u(O*L)));if(b!==E)throw new Error("bad point: equation left != right (1)");let _=u(x*I),v=u(T*C);if(_!==v)throw new Error("bad point: equation left != right (2)")}equals(m){f(m);let{X:l,Y:g,Z:x}=this,{X:I,Y:T,Z:C}=m,O=u(l*C),L=u(I*x),k=u(g*C),q=u(T*x);return O===L&&k===q}is0(){return this.equals(p.ZERO)}negate(){return new p(u(-this.X),this.Y,this.Z,u(-this.T))}double(){let{a:m}=i,{X:l,Y:g,Z:x}=this,I=u(l*l),T=u(g*g),C=u(jo*u(x*x)),O=u(m*I),L=l+g,k=u(u(L*L)-I-T),q=O+T,F=q-C,b=O-T,E=u(k*F),_=u(q*b),v=u(k*b),S=u(F*q);return new p(E,_,S,v)}add(m){f(m);let{a:l,d:g}=i,{X:x,Y:I,Z:T,T:C}=this,{X:O,Y:L,Z:k,T:q}=m,F=u(x*O),b=u(I*L),E=u(C*g*q),_=u(T*k),v=u((x+I)*(O+L)-F-b),S=_-E,A=_+E,D=u(b-l*F),B=u(v*S),R=u(A*D),P=u(v*D),U=u(S*A);return new p(B,R,U,P)}subtract(m){return f(m),this.add(m.negate())}multiply(m){if(!s.isValidNot0(m))throw new RangeError("invalid scalar: expected 1 <= sc < curve.n");let{p:l,f:g}=y.cached(this,m,x=>me(p,x));return me(p,[l,g])[0]}multiplyUnsafe(m){if(!s.isValid(m))throw new RangeError("invalid scalar: expected 0 <= sc < curve.n");return m===ee?p.ZERO:this.is0()||m===nt?this:y.unsafe(this,m,l=>me(p,l))}isSmallOrder(){return this.clearCofactor().is0()}isTorsionFree(){return y.unsafe(this,i.n).is0()}toAffine(m){let l=this,g=m,{X:x,Y:I,Z:T}=l,C=l.is0();g==null&&(g=C?Tf:o.inv(T));let O=u(x*g),L=u(I*g),k=o.mul(T,g);if(C)return{x:ee,y:nt};if(k!==nt)throw new Error("invZ was invalid");return{x:O,y:L}}clearCofactor(){return a===nt?this:this.multiplyUnsafe(a)}toBytes(){let{x:m,y:l}=this.toAffine(),g=o.toBytes(l);return g[g.length-1]|=m&nt?128:0,g}toHex(){return Pe(this.toBytes())}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}let y=new ze(p,s.BITS);return s.BITS>=8&&p.BASE.precompute(8),Object.freeze(p.prototype),Object.freeze(p),p}var an=class{static BASE;static ZERO;static Fp;static Fn;ep;constructor(t){this.ep=t}static fromBytes(t){No()}static fromHex(t){No()}get x(){return this.toAffine().x}get y(){return this.toAffine().y}clearCofactor(){return this}assertValidity(){this.ep.assertValidity()}toAffine(t){return this.ep.toAffine(t)}toHex(){return Pe(this.toBytes())}toString(){return this.toHex()}isTorsionFree(){return!0}isSmallOrder(){return!1}add(t){return this.assertSame(t),this.init(this.ep.add(t.ep))}subtract(t){return this.assertSame(t),this.init(this.ep.subtract(t.ep))}multiply(t){return this.init(this.ep.multiply(t))}multiplyUnsafe(t){return this.init(this.ep.multiplyUnsafe(t))}double(){return this.init(this.ep.double())}negate(){return this.init(this.ep.negate())}precompute(t,e){return this.ep.precompute(t,e),this}};function ya(r,t,e={}){if(typeof t!="function")throw new Error('"hash" function param is required');let n=t,o=e;At(o,{},{adjustScalarBytes:"function",randomBytes:"function",domain:"function",prehash:"function",zip215:"boolean",mapToCurve:"function"});let{prehash:s}=o,{BASE:i,Fp:a,Fn:c}=r,u=n.outputLen,d=2*a.BYTES;if(u!==void 0&&(_t(u,"hash.outputLen"),u!==d))throw new Error(`hash.outputLen must be ${d}, got ${u}`);let h=o.randomBytes===void 0?mr:o.randomBytes,f=o.adjustScalarBytes===void 0?b=>b:o.adjustScalarBytes,p=o.domain===void 0?(b,E,_)=>{if(vt(_,"phflag"),E.length||_)throw new Error("Contexts/pre-hash are not supported");return b}:o.domain;function y(b){return c.create(Ct(b))}function w(b){let E=O.secretKey;M(b,O.secretKey,"secretKey");let _=M(n(b),2*E,"hashedSecretKey"),v=f(_.slice(0,E)),S=_.slice(E,2*E),A=y(v);return{head:v,prefix:S,scalar:A}}function m(b){let{head:E,prefix:_,scalar:v}=w(b),S=i.multiply(v),A=S.toBytes();return{head:E,prefix:_,scalar:v,point:S,pointBytes:A}}function l(b){return m(b).pointBytes}function g(b=Uint8Array.of(),...E){let _=J(...E);return y(n(p(_,M(b,void 0,"context"),!!s)))}function x(b,E,_={}){b=M(b,void 0,"message"),s&&(b=s(b));let{prefix:v,scalar:S,pointBytes:A}=m(E),D=g(_.context,v,b),B=i.multiply(D).toBytes(),R=g(_.context,B,A,b),P=c.create(D+R*S);if(!c.isValid(P))throw new Error("sign failed: invalid s");let U=J(B,c.toBytes(P));return M(U,O.signature,"result")}let I={zip215:o.zip215};function T(b,E,_,v=I){let{context:S}=v,A=v.zip215===void 0?!!I.zip215:v.zip215,D=O.signature;b=M(b,D,"signature"),E=M(E,void 0,"message"),_=M(_,O.publicKey,"publicKey"),A!==void 0&&vt(A,"zip215"),s&&(E=s(E));let B=D/2,R=b.subarray(0,B),P=Ct(b.subarray(B,D)),U,z,N;try{U=r.fromBytes(_,A),z=r.fromBytes(R,A),N=i.multiplyUnsafe(P)}catch{return!1}if(!A&&U.isSmallOrder())return!1;let W=g(S,R,_,E);return z.add(U.multiplyUnsafe(W)).subtract(N).clearCofactor().is0()}let C=a.BYTES,O={secretKey:C,publicKey:C,signature:2*C,seed:C};function L(b){return b=b===void 0?h(O.seed):b,M(b,O.seed,"seed")}function k(b){return le(b)&&b.length===O.secretKey}function q(b,E){try{return!!r.fromBytes(b,E===void 0?I.zip215:E)}catch{return!1}}let F={getExtendedPublicKey:m,randomSecretKey:L,isValidSecretKey:k,isValidPublicKey:q,toMontgomery(b){let{y:E}=r.fromBytes(b),_=O.publicKey,v=_===32;if(!v&&_!==57)throw new Error("only defined for 25519 and 448");let S=v?a.div(nt+E,nt-E):a.div(E-nt,E+nt);return a.toBytes(S)},toMontgomerySecret(b){let E=O.secretKey;M(b,E);let _=n(b.subarray(0,E));return f(_).subarray(0,E)}};return Object.freeze(O),Object.freeze(F),Object.freeze({keygen:sn(L,l),getPublicKey:l,sign:x,verify:T,utils:F,Point:r,lengths:O})}function Er(r,t){if(_t(r),_t(t),t<0||t>4)throw new Error("invalid I2OSP length: "+t);if(r<0||r>2**(8*t)-1)throw new Error("invalid I2OSP input: "+r);let e=Array.from({length:t}).fill(0);for(let n=t-1;n>=0;n--)e[n]=r&255,r>>>=8;return new Uint8Array(e)}function Lf(r,t){let e=new Uint8Array(r.length);for(let n=0;n<r.length;n++)e[n]=r[n]^t[n];return e}function Df(r){if(!le(r)&&typeof r!="string")throw new Error("DST must be Uint8Array or ascii string");let t=typeof r=="string"?rn(r):r;if(t.length===0)throw new Error("DST must be non-empty");return t}function $o(r,t,e,n){M(r),_t(e),t=Df(t),t.length>255&&(t=n(J(rn("H2C-OVERSIZE-DST-"),t)));let{outputLen:o,blockLen:s}=n,i=Math.ceil(e/o);if(e>65535||i>255)throw new Error("expand_message_xmd: invalid lenInBytes");let a=J(t,Er(t.length,1)),c=new Uint8Array(s),u=Er(e,2),d=new Array(i),h=n(J(c,r,u,Er(0,1),a));d[0]=n(J(h,Er(1,1),a));for(let p=1;p<i;p++){let y=[Lf(h,d[p-1]),Er(p+1,1),a];d[p]=n(J(...y))}return J(...d).slice(0,e)}var xa="HashToScalar-";var Cf=BigInt(0),Kt=BigInt(1),wa=BigInt(2);var Rf=BigInt(5),Of=BigInt(8),Ke=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed"),Xo={p:Ke,n:BigInt("0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3ed"),h:Of,a:BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec"),d:BigInt("0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3"),Gx:BigInt("0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a"),Gy:BigInt("0x6666666666666666666666666666666666666666666666666666666666666658")};function Pf(r){let t=BigInt(10),e=BigInt(20),n=BigInt(40),o=BigInt(80),s=Ke,a=r*r%s*r%s,c=H(a,wa,s)*a%s,u=H(c,Kt,s)*r%s,d=H(u,Rf,s)*u%s,h=H(d,t,s)*d%s,f=H(h,e,s)*h%s,p=H(f,n,s)*f%s,y=H(p,o,s)*p%s,w=H(y,o,s)*p%s,m=H(w,t,s)*d%s;return{pow_p_5_8:H(m,wa,s)*r%s,b2:a}}function kf(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}var Zo=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752");function Wo(r,t){let e=Ke,n=X(t*t*t,e),o=X(n*n*t,e),s=Pf(r*o).pow_p_5_8,i=X(r*n*s,e),a=X(t*i*i,e),c=i,u=X(i*Zo,e),d=a===r,h=a===X(-r,e),f=a===X(-r*Zo,e);return d&&(i=c),(h||f)&&(i=u),zt(i,e)&&(i=X(-i,e)),{isValid:d||h,value:i}}var ne=ba(Xo,{uvRatio:Wo}),re=ne.Fp,va=ne.Fn;function Ff(r){return ya(ne,Wr,Object.assign({adjustScalarBytes:kf,zip215:!0},r))}var _a=Ff({});var Go=Zo,Nf=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),Uf=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),Mf=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),zf=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),Ea=r=>Wo(Kt,r),Kf=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),Yo=r=>re.create(Ct(r)&Kf);function Sa(r){let{d:t}=Xo,e=Ke,n=l=>re.create(l),o=n(Go*r*r),s=n((o+Kt)*Mf),i=BigInt(-1),a=n((i-t*o)*n(o+t)),{isValid:c,value:u}=Wo(s,a),d=n(u*r);zt(d,e)||(d=n(-d)),c||(u=d),c||(i=o);let h=n(i*(o-Kt)*zf-a),f=u*u,p=n((u+u)*a),y=n(h*Nf),w=n(Kt-f),m=n(Kt+f);return new ne(n(p*m),n(w*y),n(y*m),n(p*w))}var oe=class r extends an{static BASE=new r(ne.BASE);static ZERO=new r(ne.ZERO);static Fp=re;static Fn=va;constructor(t){super(t)}static fromAffine(t){return new r(ne.fromAffine(t))}assertSame(t){if(!(t instanceof r))throw new Error("RistrettoPoint expected")}init(t){return new r(t)}static fromBytes(t){yt(t,32);let{a:e,d:n}=Xo,o=Ke,s=I=>re.create(I),i=Yo(t);if(!Qi(re.toBytes(i),t)||zt(i,o))throw new Error("invalid ristretto255 encoding 1");let a=s(i*i),c=s(Kt+e*a),u=s(Kt-e*a),d=s(c*c),h=s(u*u),f=s(e*n*d-h),{isValid:p,value:y}=Ea(s(f*h)),w=s(y*u),m=s(y*w*f),l=s((i+i)*w);zt(l,o)&&(l=s(-l));let g=s(c*m),x=s(l*g);if(!p||zt(x,o)||g===Cf)throw new Error("invalid ristretto255 encoding 2");return new r(new ne(l,g,Kt,x))}static fromHex(t){return r.fromBytes(lr(t))}toBytes(){let{X:t,Y:e,Z:n,T:o}=this.ep,s=Ke,i=m=>re.create(m),a=i(i(n+e)*i(n-e)),c=i(t*e),u=i(c*c),{value:d}=Ea(i(a*u)),h=i(d*a),f=i(d*c),p=i(h*f*o),y;if(zt(o*p,s)){let m=i(e*Go),l=i(t*Go);t=m,e=l,y=i(h*Uf)}else y=f;zt(t*p,s)&&(e=i(-e));let w=i((n-e)*y);return zt(w,s)&&(w=i(-w)),re.toBytes(w)}equals(t){this.assertSame(t);let{X:e,Y:n}=this.ep,{X:o,Y:s}=t.ep,i=u=>re.create(u),a=i(e*s)===i(n*o),c=i(n*s)===i(e*o);return a||c}is0(){return this.equals(r.ZERO)}};Object.freeze(oe.BASE);Object.freeze(oe.ZERO);Object.freeze(oe.prototype);Object.freeze(oe);var qf=Object.freeze({Point:oe,hashToCurve(r,t){let e=t?.DST===void 0?"ristretto255_XMD:SHA-512_R255MAP_RO_":t.DST,n=$o(r,e,64,Wr);return qf.deriveToCurve(n)},hashToScalar(r,t={DST:xa}){let e=$o(r,t.DST,64,Wr);return va.create(Ct(e))},deriveToCurve(r){yt(r,64);let t=Yo(r.subarray(0,32)),e=Sa(t),n=Yo(r.subarray(32,64)),o=Sa(n);return new oe(e.add(o))}});var Sr=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}},cn=class extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}};var Aa={get(r=globalThis){let t=r.crypto;if(t?.subtle==null)throw new cn("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 un=Aa;var fn=32;var Qo,Vf=(async()=>{try{return await un.get().subtle.generateKey({name:"Ed25519"},!0,["sign","verify"]),!0}catch{return!1}})();async function Hf(r,t,e){if(r.buffer instanceof ArrayBuffer){let n=await un.get().subtle.importKey("raw",r.buffer,{name:"Ed25519"},!1,["verify"]);return await un.get().subtle.verify({name:"Ed25519"},n,t,e instanceof Uint8Array?e:e.subarray())}throw new TypeError("WebCrypto does not support SharedArrayBuffer for Ed25519 keys")}function jf(r,t,e){return _a.verify(t,e instanceof Uint8Array?e:e.subarray(),r)}async function Ia(r,t,e){return Qo==null&&(Qo=await Vf),Qo?Hf(r,t,e):jf(r,t,e)}function ln(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}var dn=class{type="Ed25519";raw;constructor(t){this.raw=Jo(t,fn)}toMultihash(){return wt.digest(Re(this))}toCID(){return ct.createV1(114,this.toMultihash())}toString(){return Y.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}verify(t,e,n){n?.signal?.throwIfAborted();let o=Ia(this.raw,e,t);return ln(o)?o.then(s=>(n?.signal?.throwIfAborted(),s)):o}};function Ba(r){return r=Jo(r,fn),new dn(r)}function Jo(r,t){if(r=Uint8Array.from(r??[]),r.length!==t)throw new lt(`Key must be a Uint8Array of length ${t}, got ${r.length}`);return r}var Zf=Math.pow(2,7),Gf=Math.pow(2,14),Yf=Math.pow(2,21),ts=Math.pow(2,28),es=Math.pow(2,35),rs=Math.pow(2,42),ns=Math.pow(2,49),K=128,ut=127;function gt(r){if(r<Zf)return 1;if(r<Gf)return 2;if(r<Yf)return 3;if(r<ts)return 4;if(r<es)return 5;if(r<rs)return 6;if(r<ns)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function qe(r,t,e=0){switch(gt(r)){case 8:t[e++]=r&255|K,r/=128;case 7:t[e++]=r&255|K,r/=128;case 6:t[e++]=r&255|K,r/=128;case 5:t[e++]=r&255|K,r/=128;case 4:t[e++]=r&255|K,r>>>=7;case 3:t[e++]=r&255|K,r>>>=7;case 2:t[e++]=r&255|K,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Xf(r,t,e=0){switch(gt(r)){case 8:t.set(e++,r&255|K),r/=128;case 7:t.set(e++,r&255|K),r/=128;case 6:t.set(e++,r&255|K),r/=128;case 5:t.set(e++,r&255|K),r/=128;case 4:t.set(e++,r&255|K),r>>>=7;case 3:t.set(e++,r&255|K),r>>>=7;case 2:t.set(e++,r&255|K),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function os(r,t){let e=r[t],n=0;if(n+=e&ut,e<K||(e=r[t+1],n+=(e&ut)<<7,e<K)||(e=r[t+2],n+=(e&ut)<<14,e<K)||(e=r[t+3],n+=(e&ut)<<21,e<K)||(e=r[t+4],n+=(e&ut)*ts,e<K)||(e=r[t+5],n+=(e&ut)*es,e<K)||(e=r[t+6],n+=(e&ut)*rs,e<K)||(e=r[t+7],n+=(e&ut)*ns,e<K))return n;throw new RangeError("Could not decode varint")}function Wf(r,t){let e=r.get(t),n=0;if(n+=e&ut,e<K||(e=r.get(t+1),n+=(e&ut)<<7,e<K)||(e=r.get(t+2),n+=(e&ut)<<14,e<K)||(e=r.get(t+3),n+=(e&ut)<<21,e<K)||(e=r.get(t+4),n+=(e&ut)*ts,e<K)||(e=r.get(t+5),n+=(e&ut)*es,e<K)||(e=r.get(t+6),n+=(e&ut)*rs,e<K)||(e=r.get(t+7),n+=(e&ut)*ns,e<K))return n;throw new RangeError("Could not decode varint")}function La(r,t,e=0){return t==null&&(t=mt(gt(r))),t instanceof Uint8Array?qe(r,t,e):Xf(r,t,e)}function vr(r,t=0){return r instanceof Uint8Array?os(r,t):Wf(r,t)}var ss=new Float32Array([-0]),se=new Uint8Array(ss.buffer);function Ca(r,t,e){ss[0]=r,t[e]=se[0],t[e+1]=se[1],t[e+2]=se[2],t[e+3]=se[3]}function Ra(r,t){return se[0]=r[t],se[1]=r[t+1],se[2]=r[t+2],se[3]=r[t+3],ss[0]}var is=new Float64Array([-0]),ft=new Uint8Array(is.buffer);function Oa(r,t,e){is[0]=r,t[e]=ft[0],t[e+1]=ft[1],t[e+2]=ft[2],t[e+3]=ft[3],t[e+4]=ft[4],t[e+5]=ft[5],t[e+6]=ft[6],t[e+7]=ft[7]}function Pa(r,t){return ft[0]=r[t],ft[1]=r[t+1],ft[2]=r[t+2],ft[3]=r[t+3],ft[4]=r[t+4],ft[5]=r[t+5],ft[6]=r[t+6],ft[7]=r[t+7],is[0]}var Qf=BigInt(Number.MAX_SAFE_INTEGER),Jf=BigInt(Number.MIN_SAFE_INTEGER),xt=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 ge;if(t<Qf&&t>Jf)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>ka&&(o=0n,++n>ka&&(n=0n))),new r(Number(o),Number(n))}static fromNumber(t){if(t===0)return ge;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):ge}},ge=new xt(0,0);ge.toBigInt=function(){return 0n};ge.zzEncode=ge.zzDecode=function(){return this};ge.length=function(){return 1};var ka=4294967296n;function Fa(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 Na(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 as(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 It(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function hn(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var cs=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,It(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 It(this,4);return hn(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw It(this,4);return hn(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw It(this,4);let t=Ra(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw It(this,4);let t=Pa(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 It(this,t);return this.pos+=t,e===n?new Uint8Array(0):this.buf.subarray(e,n)}string(){let t=this.bytes();return Na(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw It(this,t);this.pos+=t}else do if(this.pos>=this.len)throw It(this);while((this.buf[this.pos++]&128)!==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 xt(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 It(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 It(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 It(this,8);let t=hn(this.buf,this.pos+=4),e=hn(this.buf,this.pos+=4);return new xt(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=os(this.buf,this.pos);return this.pos+=gt(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 _r(r){return new cs(r instanceof Uint8Array?r:r.subarray())}function qt(r,t,e){let n=_r(r);return t.decode(n,void 0,e)}function us(r){let t=r??8192,e=t>>>1,n,o=t;return function(i){if(i<1||i>e)return mt(i);o+i>t&&(n=mt(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 fs(){}var ds=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},tl=us();function el(r){return globalThis.Buffer!=null?mt(r):tl(r)}var Ir=class{len;head;tail;states;constructor(){this.len=0,this.head=new be(fs,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 hs((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(pn,10,xt.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=xt.fromBigInt(t);return this._push(pn,e.length(),e)}uint64Number(t){return this._push(qe,gt(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=xt.fromBigInt(t).zzEncode();return this._push(pn,e.length(),e)}sint64Number(t){let e=xt.fromNumber(t).zzEncode();return this._push(pn,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(ls,1,t?1:0)}fixed32(t){return this._push(Ar,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=xt.fromBigInt(t);return this._push(Ar,4,e.lo)._push(Ar,4,e.hi)}fixed64Number(t){let e=xt.fromNumber(t);return this._push(Ar,4,e.lo)._push(Ar,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(Ca,4,t)}double(t){return this._push(Oa,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(ls,1,0):this.uint32(e)._push(nl,e,t)}string(t){let e=Fa(t);return e!==0?this.uint32(e)._push(as,e,t):this._push(ls,1,0)}fork(){return this.states=new ds(this),this.head=this.tail=new be(fs,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(fs,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=el(this.len),n=0;for(;t!=null;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e}};function ls(r,t,e){t[e]=r&255}function rl(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var hs=class extends be{next;constructor(t,e){super(rl,t,e),this.next=void 0}};function pn(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 Ar(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 nl(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(Ir.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(ol,t,r),this},Ir.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(sl,t,r),this});function ol(r,t,e){t.set(r,e)}function sl(r,t,e){r.length<40?as(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(j(r),e)}function ps(){return new Ir}function Vt(r,t){let e=ps();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}function*Ht(r,t,e){let n=_r(r);yield*t.stream(n,void 0,"$",e)}var mn={VARINT:0,BIT64:1,LENGTH_DELIMITED:2,START_GROUP:3,END_GROUP:4,BIT32:5};function gn(r,t,e,n,o){return{name:r,type:t,encode:e,decode:n,stream:o}}function Ve(r){function t(s){if(r[s.toString()]==null)throw new Error("Invalid enum value");return r[s]}let e=function(i,a){let c=t(i);a.int32(c)},n=function(i){let a=i.int32();return t(a)},o=function*(i){let a=i.int32();yield t(a)};return gn("enum",mn.VARINT,e,n,o)}function jt(r,t,e){return gn("message",mn.LENGTH_DELIMITED,r,t,e)}var Tr=class extends Error{code="ERR_MAX_LENGTH";name="MaxLengthError"};var ht;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.secp256k1="secp256k1",r.ECDSA="ECDSA"})(ht||(ht={}));var ms;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.secp256k1=2]="secp256k1",r[r.ECDSA=3]="ECDSA"})(ms||(ms={}));(function(r){r.codec=()=>Ve(ms)})(ht||(ht={}));var Br;(function(r){let t;r.codec=()=>(t==null&&(t=jt((s,i,a={})=>{a.lengthDelimited!==!1&&i.fork(),s.Type!=null&&(i.uint32(8),ht.codec().encode(s.Type,i)),s.Data!=null&&(i.uint32(18),i.bytes(s.Data)),a.lengthDelimited!==!1&&i.ldelim()},(s,i,a={})=>{let c={},u=i==null?s.len:s.pos+i;for(;s.pos<u;){let d=s.uint32();switch(d>>>3){case 1:{c.Type=ht.codec().decode(s);break}case 2:{c.Data=s.bytes();break}default:{s.skipType(d&7);break}}}return c},function*(s,i,a,c={}){let u=i==null?s.len:s.pos+i;for(;s.pos<u;){let d=s.uint32();switch(d>>>3){case 1:{yield{field:`${a}.Type`,value:ht.codec().decode(s)};break}case 2:{yield{field:`${a}.Data`,value:s.bytes()};break}default:{s.skipType(d&7);break}}}})),t);function e(s){return Vt(s,r.codec())}r.encode=e;function n(s,i){return qt(s,r.codec(),i)}r.decode=n;function o(s,i){return Ht(s,r.codec(),i)}r.stream=o})(Br||(Br={}));var gs;(function(r){let t;r.codec=()=>(t==null&&(t=jt((s,i,a={})=>{a.lengthDelimited!==!1&&i.fork(),s.Type!=null&&(i.uint32(8),ht.codec().encode(s.Type,i)),s.Data!=null&&(i.uint32(18),i.bytes(s.Data)),a.lengthDelimited!==!1&&i.ldelim()},(s,i,a={})=>{let c={},u=i==null?s.len:s.pos+i;for(;s.pos<u;){let d=s.uint32();switch(d>>>3){case 1:{c.Type=ht.codec().decode(s);break}case 2:{c.Data=s.bytes();break}default:{s.skipType(d&7);break}}}return c},function*(s,i,a,c={}){let u=i==null?s.len:s.pos+i;for(;s.pos<u;){let d=s.uint32();switch(d>>>3){case 1:{yield{field:`${a}.Type`,value:ht.codec().decode(s)};break}case 2:{yield{field:`${a}.Data`,value:s.bytes()};break}default:{s.skipType(d&7);break}}}})),t);function e(s){return Vt(s,r.codec())}r.encode=e;function n(s,i){return qt(s,r.codec(),i)}r.decode=n;function o(s,i){return Ht(s,r.codec(),i)}r.stream=o})(gs||(gs={}));var bn=class{oHash;iHash;blockLen;outputLen;canXOF=!1;finished=!1;destroyed=!1;constructor(t,e){if($r(t),yt(e,void 0,"key"),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 n=this.blockLen,o=new Uint8Array(n);o.set(e.length>n?t.create().update(e).digest():e);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=t.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),Ut(o)}update(t){return Oe(this),this.iHash.update(t),this}digestInto(t){Oe(this),Zr(t,this),this.finished=!0;let e=t.subarray(0,this.outputLen);this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(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()}},Ma=(()=>{let r=((t,e,n)=>new bn(t,e).update(n).digest());return r.create=(t,e)=>new bn(t,e),r})();var za=(r,t)=>(r+(r>=0?t:-t)/Ka)/t;function al(r,t,e){Fe("scalar",r,Rt,e);let[[n,o],[s,i]]=t,a=za(i*r,e),c=za(-o*r,e),u=r-a*n-c*s,d=-a*o-c*i,h=u<Rt,f=d<Rt;h&&(u=-u),f&&(d=-d);let p=yr(Math.ceil(Ne(e)/2))+ie;if(u<Rt||u>=p||d<Rt||d>=p)throw new Error("splitScalar (endomorphism): failed for k");return{k1neg:h,k1:u,k2neg:f,k2:d}}function ys(r){if(!["compact","recovered","der"].includes(r))throw new Error('Signature format must be "compact", "recovered", or "der"');return r}function bs(r,t){At(r);let e={};for(let n of Object.keys(t))e[n]=r[n]===void 0?t[n]:r[n];return vt(e.lowS,"lowS"),vt(e.prehash,"prehash"),e.format!==void 0&&ys(e.format),e}var xs=class extends Error{constructor(t=""){super(t)}},Tt={Err:xs,_tlv:{encode:(r,t)=>{let{Err:e}=Tt;if(_t(r,"tag"),r<0||r>255)throw new e("tlv.encode: wrong tag");if(typeof t!="string")throw new TypeError('"data" expected string, got type='+typeof t);if(t.length&1)throw new e("tlv.encode: unpadded data");let n=t.length/2,o=gr(n);if(o.length/2&128)throw new e("tlv.encode: long form length too big");let s=n>127?gr(o.length/2|128):"";return gr(r)+s+o+t},decode(r,t){let{Err:e}=Tt;t=M(t,void 0,"DER data");let n=0;if(r<0||r>255)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 u=t.subarray(n,n+c);if(u.length!==c)throw new e("tlv.decode: length bytes not complete");if(u[0]===0)throw new e("tlv.decode(long): zero leftmost byte");for(let d of u)i=i<<8|d;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}=Tt;if(tn(r),r<Rt)throw new t("integer: negative integers are not allowed");let e=gr(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}=Tt;if(r.length<1)throw new t("invalid signature integer: empty");if(r[0]&128)throw new t("invalid signature integer: negative");if(r.length>1&&r[0]===0&&!(r[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return de(r)}},toSig(r){let{Err:t,_int:e,_tlv:n}=Tt,o=M(r,void 0,"signature"),{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:u,l:d}=n.decode(2,c);if(d.length)throw new t("invalid signature: left bytes after parsing");return{r:e.decode(a),s:e.decode(u)}},hexFromSig(r){let{_tlv:t,_int:e}=Tt,n=t.encode(2,e.encode(r.r)),o=t.encode(2,e.encode(r.s)),s=n+o;return t.encode(48,s)}};Object.freeze(Tt._tlv);Object.freeze(Tt._int);Object.freeze(Tt);var Rt=BigInt(0),ie=BigInt(1),Ka=BigInt(2),yn=BigInt(3),cl=BigInt(4);function qa(r,t={}){let e=on("weierstrass",r,t),n=e.Fp,o=e.Fn,s=e.CURVE,{h:i,n:a}=s;At(t,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object"});let{endo:c,allowInfinityPoint:u}=t;if(c&&(!n.is0(s.a)||typeof c.beta!="bigint"||!Array.isArray(c.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');let d=Ha(n,o);function h(){if(!n.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function f(F,b,E){if(u&&b.is0())return Uint8Array.of(0);let{x:_,y:v}=b.toAffine(),S=n.toBytes(_);if(vt(E,"isCompressed"),E){h();let A=!n.isOdd(v);return J(Va(A),S)}else return J(Uint8Array.of(4),S,n.toBytes(v))}function p(F){M(F,void 0,"Point");let{publicKey:b,publicKeyUncompressed:E}=d,_=F.length,v=F[0],S=F.subarray(1);if(u&&_===1&&v===0)return{x:n.ZERO,y:n.ZERO};if(_===b&&(v===2||v===3)){let A=n.fromBytes(S);if(!n.isValid(A))throw new Error("bad point: is not on curve, wrong x");let D=m(A),B;try{B=n.sqrt(D)}catch(U){let z=U instanceof Error?": "+U.message:"";throw new Error("bad point: is not on curve, sqrt error"+z)}h();let R=n.isOdd(B);return(v&1)===1!==R&&(B=n.neg(B)),{x:A,y:B}}else if(_===E&&v===4){let A=n.BYTES,D=n.fromBytes(S.subarray(0,A)),B=n.fromBytes(S.subarray(A,A*2));if(!l(D,B))throw new Error("bad point: is not on curve");return{x:D,y:B}}else throw new Error(`bad point: got length ${_}, expected compressed=${b} or uncompressed=${E}`)}let y=t.toBytes===void 0?f:t.toBytes,w=t.fromBytes===void 0?p:t.fromBytes;function m(F){let b=n.sqr(F),E=n.mul(b,F);return n.add(n.add(E,n.mul(F,s.a)),s.b)}function l(F,b){let E=n.sqr(b),_=m(F);return n.eql(E,_)}if(!l(s.Gx,s.Gy))throw new Error("bad curve params: generator point");let g=n.mul(n.pow(s.a,yn),cl),x=n.mul(n.sqr(s.b),BigInt(27));if(n.is0(n.add(g,x)))throw new Error("bad curve params: a or b");function I(F,b,E=!1){if(!n.isValid(b)||E&&n.is0(b))throw new Error(`bad point coordinate ${F}`);return b}function T(F){if(!(F instanceof L))throw new Error("Weierstrass Point expected")}function C(F){if(!c||!c.basises)throw new Error("no endo");return al(F,c.basises,o.ORDER)}function O(F,b,E,_,v){return E=new L(n.mul(E.X,F),E.Y,E.Z),b=wr(_,b),E=wr(v,E),b.add(E)}class L{static BASE=new L(s.Gx,s.Gy,n.ONE);static ZERO=new L(n.ZERO,n.ONE,n.ZERO);static Fp=n;static Fn=o;X;Y;Z;constructor(b,E,_){this.X=I("x",b),this.Y=I("y",E,!0),this.Z=I("z",_),Object.freeze(this)}static CURVE(){return s}static fromAffine(b){let{x:E,y:_}=b||{};if(!b||!n.isValid(E)||!n.isValid(_))throw new Error("invalid affine point");if(b instanceof L)throw new Error("projective point not allowed");return n.is0(E)&&n.is0(_)?L.ZERO:new L(E,_,n.ONE)}static fromBytes(b){let E=L.fromAffine(w(M(b,void 0,"point")));return E.assertValidity(),E}static fromHex(b){return L.fromBytes(ke(b))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(b=8,E=!0){return q.createCache(this,b),E||this.multiply(yn),this}assertValidity(){let b=this;if(b.is0()){if(t.allowInfinityPoint&&n.is0(b.X)&&n.eql(b.Y,n.ONE)&&n.is0(b.Z))return;throw new Error("bad point: ZERO")}let{x:E,y:_}=b.toAffine();if(!n.isValid(E)||!n.isValid(_))throw new Error("bad point: x or y not field elements");if(!l(E,_))throw new Error("bad point: equation left != right");if(!b.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:b}=this.toAffine();if(!n.isOdd)throw new Error("Field doesn't support isOdd");return!n.isOdd(b)}equals(b){T(b);let{X:E,Y:_,Z:v}=this,{X:S,Y:A,Z:D}=b,B=n.eql(n.mul(E,D),n.mul(S,v)),R=n.eql(n.mul(_,D),n.mul(A,v));return B&&R}negate(){return new L(this.X,n.neg(this.Y),this.Z)}double(){let{a:b,b:E}=s,_=n.mul(E,yn),{X:v,Y:S,Z:A}=this,D=n.ZERO,B=n.ZERO,R=n.ZERO,P=n.mul(v,v),U=n.mul(S,S),z=n.mul(A,A),N=n.mul(v,S);return N=n.add(N,N),R=n.mul(v,A),R=n.add(R,R),D=n.mul(b,R),B=n.mul(_,z),B=n.add(D,B),D=n.sub(U,B),B=n.add(U,B),B=n.mul(D,B),D=n.mul(N,D),R=n.mul(_,R),z=n.mul(b,z),N=n.sub(P,z),N=n.mul(b,N),N=n.add(N,R),R=n.add(P,P),P=n.add(R,P),P=n.add(P,z),P=n.mul(P,N),B=n.add(B,P),z=n.mul(S,A),z=n.add(z,z),P=n.mul(z,N),D=n.sub(D,P),R=n.mul(z,U),R=n.add(R,R),R=n.add(R,R),new L(D,B,R)}add(b){T(b);let{X:E,Y:_,Z:v}=this,{X:S,Y:A,Z:D}=b,B=n.ZERO,R=n.ZERO,P=n.ZERO,U=s.a,z=n.mul(s.b,yn),N=n.mul(E,S),W=n.mul(_,A),tt=n.mul(v,D),et=n.add(E,_),G=n.add(S,A);et=n.mul(et,G),G=n.add(N,W),et=n.sub(et,G),G=n.add(E,v);let pt=n.add(S,D);return G=n.mul(G,pt),pt=n.add(N,tt),G=n.sub(G,pt),pt=n.add(_,v),B=n.add(A,D),pt=n.mul(pt,B),B=n.add(W,tt),pt=n.sub(pt,B),P=n.mul(U,G),B=n.mul(z,tt),P=n.add(B,P),B=n.sub(W,P),P=n.add(W,P),R=n.mul(B,P),W=n.add(N,N),W=n.add(W,N),tt=n.mul(U,tt),G=n.mul(z,G),W=n.add(W,tt),tt=n.sub(N,tt),tt=n.mul(U,tt),G=n.add(G,tt),N=n.mul(W,G),R=n.add(R,N),N=n.mul(pt,G),B=n.mul(et,B),B=n.sub(B,N),N=n.mul(et,W),P=n.mul(pt,P),P=n.add(P,N),new L(B,R,P)}subtract(b){return T(b),this.add(b.negate())}is0(){return this.equals(L.ZERO)}multiply(b){let{endo:E}=t;if(!o.isValidNot0(b))throw new RangeError("invalid scalar: out of range");let _,v,S=A=>q.cached(this,A,D=>me(L,D));if(E){let{k1neg:A,k1:D,k2neg:B,k2:R}=C(b),{p:P,f:U}=S(D),{p:z,f:N}=S(R);v=U.add(N),_=O(E.beta,P,z,A,B)}else{let{p:A,f:D}=S(b);_=A,v=D}return me(L,[_,v])[0]}multiplyUnsafe(b){let{endo:E}=t,_=this,v=b;if(!o.isValid(v))throw new RangeError("invalid scalar: out of range");if(v===Rt||_.is0())return L.ZERO;if(v===ie)return _;if(q.hasCache(this))return this.multiply(v);if(E){let{k1neg:S,k1:A,k2neg:D,k2:B}=C(v),{p1:R,p2:P}=ga(L,_,A,B);return O(E.beta,R,P,S,D)}else return q.unsafe(_,v)}toAffine(b){let E=this,_=b,{X:v,Y:S,Z:A}=E;if(n.eql(A,n.ONE))return{x:v,y:S};let D=E.is0();_==null&&(_=D?n.ONE:n.inv(A));let B=n.mul(v,_),R=n.mul(S,_),P=n.mul(A,_);if(D)return{x:n.ZERO,y:n.ZERO};if(!n.eql(P,n.ONE))throw new Error("invZ was invalid");return{x:B,y:R}}isTorsionFree(){let{isTorsionFree:b}=t;return i===ie?!0:b?b(L,this):q.unsafe(this,a).is0()}clearCofactor(){let{clearCofactor:b}=t;return i===ie?this:b?b(L,this):this.multiplyUnsafe(i)}isSmallOrder(){return i===ie?this.is0():this.clearCofactor().is0()}toBytes(b=!0){return vt(b,"isCompressed"),this.assertValidity(),y(L,this,b)}toHex(b=!0){return Pe(this.toBytes(b))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}let k=o.BITS,q=new ze(L,t.endo?Math.ceil(k/2):k);return k>=8&&L.BASE.precompute(8),Object.freeze(L.prototype),Object.freeze(L),L}function Va(r){return Uint8Array.of(r?2:3)}function Ha(r,t){return{secretKey:t.BYTES,publicKey:1+r.BYTES,publicKeyUncompressed:1+2*r.BYTES,publicKeyHasPrefix:!0,signature:2*t.BYTES}}function ul(r,t={}){let{Fn:e}=r,n=t.randomBytes===void 0?mr:t.randomBytes,o=Object.assign(Ha(r.Fp,e),{seed:Math.max(zo(e.ORDER),16)});function s(p){try{let y=e.fromBytes(p);return e.isValidNot0(y)}catch{return!1}}function i(p,y){let{publicKey:w,publicKeyUncompressed:m}=o;try{let l=p.length;return y===!0&&l!==w||y===!1&&l!==m?!1:!!r.fromBytes(p)}catch{return!1}}function a(p){return p=p===void 0?n(o.seed):p,Ko(M(p,o.seed,"seed"),e.ORDER)}function c(p,y=!0){return r.BASE.multiply(e.fromBytes(p)).toBytes(y)}function u(p){let{secretKey:y,publicKey:w,publicKeyUncompressed:m}=o,l=e._lengths;if(!le(p))return;let g=M(p,void 0,"key").length,x=g===w||g===m,I=g===y||!!l?.includes(g);if(!(x&&I))return x}function d(p,y,w=!0){if(u(p)===!0)throw new Error("first arg must be private key");if(u(y)===!1)throw new Error("second arg must be public key");let m=e.fromBytes(p);return r.fromBytes(y).multiply(m).toBytes(w)}let h={isValidSecretKey:s,isValidPublicKey:i,randomSecretKey:a},f=sn(a,c);return Object.freeze(h),Object.freeze(o),Object.freeze({getPublicKey:c,getSharedSecret:d,keygen:f,Point:r,utils:h,lengths:o})}function ja(r,t,e={}){let n=t;$r(n),At(e,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"}),e=Object.assign({},e);let o=e.randomBytes===void 0?mr:e.randomBytes,s=e.hmac===void 0?(v,S)=>Ma(n,v,S):e.hmac,{Fp:i,Fn:a}=r,{ORDER:c,BITS:u}=a,{keygen:d,getPublicKey:h,getSharedSecret:f,utils:p,lengths:y}=ul(r,e),w={prehash:!0,lowS:typeof e.lowS=="boolean"?e.lowS:!0,format:"compact",extraEntropy:!1},m=c*Ka+ie<i.ORDER;function l(v){let S=c>>ie;return v>S}function g(v,S){if(!a.isValidNot0(S))throw new Error(`invalid signature ${v}: out of range 1..Point.Fn.ORDER`);return S}function x(){if(m)throw new Error('"recovered" sig type is not supported for cofactor >2 curves')}function I(v,S){ys(S);let A=y.signature,D=S==="compact"?A:S==="recovered"?A+1:void 0;return M(v,D)}class T{r;s;recovery;constructor(S,A,D){if(this.r=g("r",S),this.s=g("s",A),D!=null){if(x(),![0,1,2,3].includes(D))throw new Error("invalid recovery id");this.recovery=D}Object.freeze(this)}static fromBytes(S,A=w.format){I(S,A);let D;if(A==="der"){let{r:U,s:z}=Tt.toSig(M(S));return new T(U,z)}A==="recovered"&&(D=S[0],A="compact",S=S.subarray(1));let B=y.signature/2,R=S.subarray(0,B),P=S.subarray(B,B*2);return new T(a.fromBytes(R),a.fromBytes(P),D)}static fromHex(S,A){return this.fromBytes(ke(S),A)}assertRecovery(){let{recovery:S}=this;if(S==null)throw new Error("invalid recovery id: must be present");return S}addRecoveryBit(S){return new T(this.r,this.s,S)}recoverPublicKey(S){let{r:A,s:D}=this,B=this.assertRecovery(),R=B===2||B===3?A+c:A;if(!i.isValid(R))throw new Error("invalid recovery id: sig.r+curve.n != R.x");let P=i.toBytes(R),U=r.fromBytes(J(Va((B&1)===0),P)),z=a.inv(R),N=O(M(S,void 0,"msgHash")),W=a.create(-N*z),tt=a.create(D*z),et=r.BASE.multiplyUnsafe(W).add(U.multiplyUnsafe(tt));if(et.is0())throw new Error("invalid recovery: point at infinify");return et.assertValidity(),et}hasHighS(){return l(this.s)}toBytes(S=w.format){if(ys(S),S==="der")return ke(Tt.hexFromSig(this));let{r:A,s:D}=this,B=a.toBytes(A),R=a.toBytes(D);return S==="recovered"?(x(),J(Uint8Array.of(this.assertRecovery()),B,R)):J(B,R)}toHex(S){return Pe(this.toBytes(S))}}Object.freeze(T.prototype),Object.freeze(T);let C=e.bits2int===void 0?function(S){if(S.length>8192)throw new Error("input is too large");let A=de(S),D=S.length*8-u;return D>0?A>>BigInt(D):A}:e.bits2int,O=e.bits2int_modN===void 0?function(S){return a.create(C(S))}:e.bits2int_modN,L=yr(u);function k(v){return Fe("num < 2^"+u,v,Rt,L),a.toBytes(v)}function q(v,S){return M(v,void 0,"message"),S?M(n(v),void 0,"prehashed message"):v}function F(v,S,A){let{lowS:D,prehash:B,extraEntropy:R}=bs(A,w);v=q(v,B);let P=O(v),U=a.fromBytes(S);if(!a.isValidNot0(U))throw new Error("invalid private key");let z=[k(U),k(P)];if(R!=null&&R!==!1){let et=R===!0?o(y.secretKey):R;z.push(M(et,void 0,"extraEntropy"))}let N=J(...z),W=P;function tt(et){let G=C(et);if(!a.isValidNot0(G))return;let pt=a.inv(G),Ae=r.BASE.multiply(G).toAffine(),er=a.create(Ae.x);if(er===Rt)return;let Nr=a.create(pt*a.create(W+er*U));if(Nr===Rt)return;let ei=(Ae.x===er?0:2)|Number(Ae.y&ie),ri=Nr;return D&&l(Nr)&&(ri=a.neg(Nr),ei^=1),new T(er,ri,m?void 0:ei)}return{seed:N,k2sig:tt}}function b(v,S,A={}){let{seed:D,k2sig:B}=F(v,S,A);return Ji(n.outputLen,a.BYTES,s)(D,B).toBytes(A.format)}function E(v,S,A,D={}){let{lowS:B,prehash:R,format:P}=bs(D,w);if(A=M(A,void 0,"publicKey"),S=q(S,R),!le(v)){let U=v instanceof T?", use sig.toBytes()":"";throw new Error("verify expects Uint8Array signature"+U)}I(v,P);try{let U=T.fromBytes(v,P),z=r.fromBytes(A);if(B&&U.hasHighS())return!1;let{r:N,s:W}=U,tt=O(S),et=a.inv(W),G=a.create(tt*et),pt=a.create(N*et),Ae=r.BASE.multiplyUnsafe(G).add(z.multiplyUnsafe(pt));return Ae.is0()?!1:a.create(Ae.x)===N}catch{return!1}}function _(v,S,A={}){let{prehash:D}=bs(A,w);return S=q(S,D),T.fromBytes(v,"recovered").recoverPublicKey(S).toBytes()}return Object.freeze({keygen:d,getPublicKey:h,getSharedSecret:f,utils:p,lengths:y,Point:r,sign:b,verify:E,recoverPublicKey:_,Signature:T,hash:n})}var Es={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},fl={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]};var $a=BigInt(2);function ll(r){let t=Es.p,e=BigInt(3),n=BigInt(6),o=BigInt(11),s=BigInt(22),i=BigInt(23),a=BigInt(44),c=BigInt(88),u=r*r*r%t,d=u*u*r%t,h=H(d,e,t)*d%t,f=H(h,e,t)*d%t,p=H(f,$a,t)*u%t,y=H(p,o,t)*p%t,w=H(y,s,t)*y%t,m=H(w,a,t)*w%t,l=H(m,c,t)*m%t,g=H(l,a,t)*w%t,x=H(g,e,t)*d%t,I=H(x,i,t)*y%t,T=H(I,n,t)*u%t,C=H(T,$a,t);if(!ws.eql(ws.sqr(C),r))throw new Error("Cannot find square root");return C}var ws=Ue(Es.p,{sqrt:ll}),dl=qa(Es,{Fp:ws,endo:fl}),He=ja(dl,Xi);function Za(r,t,e,n){let o=ar.digest(e instanceof Uint8Array?e:e.subarray());if(ln(o))return o.then(({digest:s})=>(n?.signal?.throwIfAborted(),He.verify(t,s,r,{prehash:!1,format:"der"}))).catch(s=>{throw s.name==="AbortError"?s:new Sr(String(s))});try{return n?.signal?.throwIfAborted(),He.verify(t,o.digest,r,{prehash:!1,format:"der"})}catch(s){throw new Sr(String(s))}}var xn=class{type="secp256k1";raw;_key;constructor(t){this._key=Ya(t),this.raw=Ga(this._key)}toMultihash(){return wt.digest(Re(this))}toCID(){return ct.createV1(114,this.toMultihash())}toString(){return Y.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}verify(t,e,n){return Za(this._key,e,t,n)}};function Xa(r){return new xn(r)}function Ga(r){return He.Point.fromBytes(r).toBytes()}function Ya(r){try{return He.Point.fromBytes(r),r}catch(t){throw new Mr(String(t))}}function Wa(r){let{Type:t,Data:e}=Br.decode(r.digest),n=e??new Uint8Array;switch(t){case ht.Ed25519:return Ba(n);case ht.secp256k1:return Xa(n);case ht.ECDSA:return Oi(n);default:throw new rr}}function Re(r){return Br.encode({Type:ht[r.type],Data:r.raw})}var Qa=Symbol.for("nodejs.util.inspect.custom"),hl=114,Lr=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()})`}[Gn]=!0;toString(){return this.string==null&&(this.string=Y.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return ct.createV1(hl,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return dt(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return dt(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[Qa](){return`PeerId(${this.toString()})`}},wn=class extends Lr{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},En=class extends Lr{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},Sn=class extends Lr{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},pl=2336,vn=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=wt.digest(j(this.url))}[Qa](){return`PeerId(${this.url})`}[Gn]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return ct.createV1(pl,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=Q(t)),t.toString()===this.toString())}};function _n(r){if(gl(r))return new wn({multihash:r});if(ml(r))try{let t=Wa(r);if(t.type==="Ed25519")return new En({multihash:r,publicKey:t});if(t.type==="secp256k1")return new Sn({multihash:r,publicKey:t})}catch{let e=Q(r.digest);return new vn(new URL(e))}throw new zr("Supplied PeerID Multihash is invalid")}function ml(r){return r.code===wt.code}function gl(r){return r.code===ar.code}function Ss(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}function An(r){let t=ce(Y.decode(`z${r}`));return _n(t)}var In=class r{set;constructor(t){if(this.set=new Set,t!=null)for(let e of t)this.set.add(e.toString())}get size(){return this.set.size}[Symbol.iterator](){return this.values()}add(t){this.set.add(t.toString())}clear(){this.set.clear()}delete(t){this.set.delete(t.toString())}entries(){return Ss(this.set.entries(),t=>{let e=An(t[0]);return[e,e]})}forEach(t){this.set.forEach(e=>{let n=An(e);t(n,n,this)})}has(t){return this.set.has(t.toString())}values(){return Ss(this.set.values(),t=>An(t))}intersection(t){let e=new r;for(let n of t)this.has(n)&&e.add(n);return e}difference(t){let e=new r;for(let n of this)t.has(n)||e.add(n);return e}union(t){let e=new r;for(let n of t)e.add(n);for(let n of this)e.add(n);return e}};function vs(){return new In}var _s={32:16777619n,64:1099511628211n,128:309485009821345068724781371n,256:374144419156711147060143317175368453031918731002211n,512:35835915874844867368919076489095108449946327955754392558399825615420669938882575126094039892345713852759n,1024:5016456510113118655434598811035278955030765345404790744303017523831112055108147451509157692220295382716162651878526895249385292291816524375083746691371804094271873160484737966720260389217684476157468082573n},Ja={32:2166136261n,64:14695981039346656037n,128:144066263297769815596495629667062367629n,256:100029257958052580907070968620625704837092796014241193945225284501741471925557n,512:9659303129496669498009435400716310466090418745672637896108374329434462657994582932197716438449813051892206539805784495328239340083876191928701583869517785n,1024:14197795064947621068722070641403218320880622795441933960878474914617582723252296732303717722150864096521202355549365628174669108571814760471015076148029755969804077320157692458563003215304957150157403644460363550505412711285966361610267868082893823963790439336411086884584107735010676915n},tc=new globalThis.TextEncoder;function bl(r,t){let e=_s[t],n=Ja[t];for(let o=0;o<r.length;o++)n^=BigInt(r[o]),n=BigInt.asUintN(t,n*e);return n}function yl(r,t,e){if(e.length===0)throw new Error("The `utf8Buffer` option must have a length greater than zero");let n=_s[t],o=Ja[t],s=r;for(;s.length>0;){let i=tc.encodeInto(s,e);s=s.slice(i.read);for(let a=0;a<i.written;a++)o^=BigInt(e[a]),o=BigInt.asUintN(t,o*n)}return o}function As(r,{size:t=32,utf8Buffer:e}={}){if(!_s[t])throw new Error("The `size` option must be one of 32, 64, 128, 256, 512, or 1024");if(typeof r=="string"){if(e)return yl(r,t,e);r=tc.encode(r)}return bl(r,t)}var Dr={hash:r=>Number(As(r,{size:32})),hashV:(r,t)=>xl(Dr.hash(r,t))};function xl(r){let t=r.toString(16);return t.length%2===1&&(t=`0${t}`),j(t,"base16")}var Is=64,Bt=class{fp;h;seed;constructor(t,e,n,o=2){if(o>Is)throw new TypeError("Invalid Fingerprint Size");let s=e.hashV(t,n),i=Et(o);for(let a=0;a<i.length;a++)i[a]=s[a];i.length===0&&(i[0]=7),this.fp=i,this.h=e,this.seed=n}hash(){return this.h.hash(this.fp,this.seed)}equals(t){return t?.fp instanceof Uint8Array?dt(this.fp,t.fp):!1}};function ye(r,t){return Math.floor(Math.random()*(t-r))+r}var xe=class{contents;constructor(t){this.contents=new Array(t).fill(null)}has(t){if(!(t instanceof Bt))throw new TypeError("Invalid Fingerprint");return this.contents.some(e=>t.equals(e))}add(t){if(!(t instanceof Bt))throw new TypeError("Invalid Fingerprint");for(let e=0;e<this.contents.length;e++)if(this.contents[e]==null)return this.contents[e]=t,!0;return!0}swap(t){if(!(t instanceof Bt))throw new TypeError("Invalid Fingerprint");let e=ye(0,this.contents.length-1),n=this.contents[e];return this.contents[e]=t,n}remove(t){if(!(t instanceof Bt))throw new TypeError("Invalid Fingerprint");let e=this.contents.findIndex(n=>t.equals(n));return e>-1?(this.contents[e]=null,!0):!1}};var wl=500,Cr=class{bucketSize;filterSize;fingerprintSize;buckets;count;hash;seed;constructor(t){this.filterSize=t.filterSize,this.bucketSize=t.bucketSize??4,this.fingerprintSize=t.fingerprintSize??2,this.count=0,this.buckets=[],this.hash=t.hash??Dr,this.seed=t.seed??ye(0,Math.pow(2,10))}add(t){typeof t=="string"&&(t=j(t));let e=new Bt(t,this.hash,this.seed,this.fingerprintSize),n=this.hash.hash(t,this.seed)%this.filterSize,o=(n^e.hash())%this.filterSize;if(this.buckets[n]==null&&(this.buckets[n]=new xe(this.bucketSize)),this.buckets[o]==null&&(this.buckets[o]=new xe(this.bucketSize)),this.buckets[n].add(e)||this.buckets[o].add(e))return this.count++,!0;let s=[n,o],i=s[ye(0,s.length-1)];this.buckets[i]==null&&(this.buckets[i]=new xe(this.bucketSize));for(let a=0;a<wl;a++){let c=this.buckets[i].swap(e);if(c!=null&&(i=(i^c.hash())%this.filterSize,this.buckets[i]==null&&(this.buckets[i]=new xe(this.bucketSize)),this.buckets[i].add(c)))return this.count++,!0}return!1}has(t){typeof t=="string"&&(t=j(t));let e=new Bt(t,this.hash,this.seed,this.fingerprintSize),n=this.hash.hash(t,this.seed)%this.filterSize,o=this.buckets[n]?.has(e)??!1;if(o)return o;let s=(n^e.hash())%this.filterSize;return this.buckets[s]?.has(e)??!1}remove(t){typeof t=="string"&&(t=j(t));let e=new Bt(t,this.hash,this.seed,this.fingerprintSize),n=this.hash.hash(t,this.seed)%this.filterSize,o=this.buckets[n]?.remove(e)??!1;if(o)return this.count--,o;let s=(n^e.hash())%this.filterSize,i=this.buckets[s]?.remove(e)??!1;return i&&this.count--,i}get reliable(){return Math.floor(100*(this.count/this.filterSize))<=90}},El={1:.5,2:.84,4:.95,8:.98};function Sl(r=.001){return r>.002?2:r>1e-5?4:8}function ec(r,t=.001){let e=Sl(t),n=El[e],o=Math.round(r/n),s=Math.min(Math.ceil(Math.log2(1/t)+Math.log2(2*e)),Is);return{filterSize:o,bucketSize:e,fingerprintSize:s}}var Tn=class{filterSize;bucketSize;fingerprintSize;scale;filterSeries;hash;seed;constructor(t){this.bucketSize=t.bucketSize??4,this.filterSize=t.filterSize??(1<<18)/this.bucketSize,this.fingerprintSize=t.fingerprintSize??2,this.scale=t.scale??2,this.hash=t.hash??Dr,this.seed=t.seed??ye(0,Math.pow(2,10)),this.filterSeries=[new Cr({filterSize:this.filterSize,bucketSize:this.bucketSize,fingerprintSize:this.fingerprintSize,hash:this.hash,seed:this.seed})]}add(t){if(typeof t=="string"&&(t=j(t)),this.has(t))return!0;let e=this.filterSeries.find(n=>n.reliable);if(e==null){let n=this.filterSize*Math.pow(this.scale,this.filterSeries.length);e=new Cr({filterSize:n,bucketSize:this.bucketSize,fingerprintSize:this.fingerprintSize,hash:this.hash,seed:this.seed}),this.filterSeries.push(e)}return e.add(t)}has(t){typeof t=="string"&&(t=j(t));for(let e=0;e<this.filterSeries.length;e++)if(this.filterSeries[e].has(t))return!0;return!1}remove(t){typeof t=="string"&&(t=j(t));for(let e=0;e<this.filterSeries.length;e++)if(this.filterSeries[e].remove(t))return!0;return!1}get count(){return this.filterSeries.reduce((t,e)=>t+e.count,0)}};function Ts(r,t=.001,e){return new Tn({...ec(r,t),...e??{}})}function Lt(r){let t=r.getComponents(),e={},n=0;if(t[n]?.name==="ip6zone"&&(e.zone=`${t[n].value}`,n++),t[n].name==="ip4"||t[n].name==="ip6"||t[n].name==="dns"||t[n].name==="dns4"||t[n].name==="dns6"?(e.type=t[n].name,e.host=t[n].value,n++):t[n].name==="dnsaddr"&&(e.type=t[n].name,e.host=`_dnsaddr.${t[n].value}`,n++),(t[n]?.name==="tcp"||t[n]?.name==="udp")&&(e.protocol=t[n].name==="tcp"?"tcp":"udp",e.port=parseInt(`${t[n].value}`),n++),t[n]?.name==="ipcidr"&&(e.type==="ip4"?e.cidr=parseInt(`${t[n].value}`):e.type==="ip6"&&(e.cidr=`${t[n].value}`),n++),e.type==null||e.host==null)throw new lt(`Multiaddr ${r} was not an IPv4, IPv6, DNS, DNS4, DNS6 or DNSADDR address`);return t[n]?.name==="tls"&&t[n+1]?.name==="sni"&&(e.sni=t[n+1].value,n+=2),e}var Bn=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",u=2**(8*o)-1;for(;;){let d=this.readAtomically(()=>{let h=this.readChar();if(h===void 0)return;let f=Number.parseInt(h,t);if(!Number.isNaN(f))return f});if(d===void 0)break;if(s*=t,s+=d,s>u||(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 rc=45,vl=15,je=new Bn;function Ln(r){if(!(r.length>vl))return je.new(r).parseWith(()=>je.readIPv4Addr())}function Dn(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>rc))return je.new(r).parseWith(()=>je.readIPv6Addr())}function $e(r,t=!1){if(r.includes("%")&&(r=r.split("%")[0]),r.length>rc)return;let e=je.new(r).parseWith(()=>je.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}function nc(r,t,e){let n=0;for(let o of r)if(!(n<t)){if(n>e)break;if(o!==255)return!1;n++}return!0}function oc(r,t,e,n){let o=0;for(let s of r)if(!(o<e)){if(o>n)break;if(s!==t[o])return!1;o++}return!0}function Bs(r){switch(r.length){case we:return r.join(".");case Ee:{let t=[];for(let e=0;e<r.length;e++)e%2===0&&t.push(r[e].toString(16).padStart(2,"0")+r[e+1].toString(16).padStart(2,"0"));return t.join(":")}default:throw new Error("Invalid ip length")}}function sc(r){let t=0;for(let[e,n]of r.entries()){if(n===255){t+=8;continue}for(;(n&128)!=0;)t++,n=n<<1;if((n&128)!=0)return-1;for(let o=e+1;o<r.length;o++)if(r[o]!=0)return-1;break}return t}function ic(r){let t="0x";for(let e of r)t+=(e>>4).toString(16)+(e&15).toString(16);return t}var we=4,Ee=16,Fb=parseInt("0xFFFF",16),_l=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function Rr(r,t){t.length===Ee&&r.length===we&&nc(t,0,11)&&(t=t.slice(12)),t.length===we&&r.length===Ee&&oc(r,_l,0,11)&&(r=r.slice(12));let e=r.length;if(e!=t.length)throw new Error("Failed to mask ip");let n=new Uint8Array(e);for(let o=0;o<e;o++)n[o]=r[o]&t[o];return n}function ac(r,t){if(typeof t=="string"&&(t=$e(t)),t==null)throw new Error("Invalid ip");if(t.length!==r.network.length)return!1;for(let e=0;e<t.length;e++)if((r.network[e]&r.mask[e])!==(t[e]&r.mask[e]))return!1;return!0}function Ls(r){let[t,e]=r.split("/");if(!t||!e)throw new Error("Failed to parse given CIDR: "+r);let n=we,o=Ln(t);if(o==null&&(n=Ee,o=Dn(t),o==null))throw new Error("Failed to parse given CIDR: "+r);let s=parseInt(e,10);if(Number.isNaN(s)||String(s).length!==e.length||s<0||s>n*8)throw new Error("Failed to parse given CIDR: "+r);let i=Ds(s,8*n);return{network:Rr(o,i),mask:i}}function Ds(r,t){if(t!==8*we&&t!==8*Ee)throw new Error("Invalid CIDR mask");if(r<0||r>t)throw new Error("Invalid CIDR mask");let e=t/8,n=new Uint8Array(e);for(let o=0;o<e;o++){if(r>=8){n[o]=255,r-=8;continue}n[o]=255-(255>>r),r=0}return n}var Or=class{constructor(t,e){if(e==null)({network:this.network,mask:this.mask}=Ls(t));else{let n=$e(t);if(n==null)throw new Error("Failed to parse network");e=String(e);let o=parseInt(e,10);if(Number.isNaN(o)||String(o).length!==e.length||o<0||o>n.length*8){let s=$e(e);if(s==null)throw new Error("Failed to parse mask");this.mask=s}else this.mask=Ds(o,8*n.length);this.network=Rr(n,this.mask)}}contains(t){return ac({network:this.network,mask:this.mask},t)}toString(){let t=sc(this.mask),e=t!==-1?String(t):ic(this.mask);return Bs(this.network)+"/"+e}};function cc(r,t){return new Or(r).contains(t)}function uc(r){try{let t=Lt(r);return t.type==="ip6"?cc("2000::/3",t.host):!1}catch{return!1}}function Ze(r){return!!Ln(r)}function Cn(r){return!!Dn(r)}var hc=zc(dc(),1),Cl=["0.0.0.0/8","10.0.0.0/8","100.64.0.0/10","127.0.0.0/8","169.254.0.0/16","172.16.0.0/12","192.0.0.0/24","192.0.0.0/29","192.0.0.8/32","192.0.0.9/32","192.0.0.10/32","192.0.0.170/32","192.0.0.171/32","192.0.2.0/24","192.31.196.0/24","192.52.193.0/24","192.88.99.0/24","192.168.0.0/16","192.175.48.0/24","198.18.0.0/15","198.51.100.0/24","203.0.113.0/24","240.0.0.0/4","255.255.255.255/32"],Rl=Cl.map(r=>new hc.Netmask(r));function Ns(r){for(let t of Rl)if(t.contains(r))return!0;return!1}function Ol(r){return/^::ffff:([0-9a-fA-F]{1,4}):([0-9a-fA-F]{1,4})$/.test(r)}function Pl(r){let t=r.split(":");if(t.length<2)return!1;let e=t[t.length-1].padStart(4,"0"),n=t[t.length-2].padStart(4,"0"),o=`${parseInt(n.substring(0,2),16)}.${parseInt(n.substring(2),16)}.${parseInt(e.substring(0,2),16)}.${parseInt(e.substring(2),16)}`;return Ns(o)}function kl(r){return/^::ffff:([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/.test(r)}function Fl(r){let t=r.split(":"),e=t[t.length-1];return Ns(e)}function Nl(r){return/^::$/.test(r)||/^::1$/.test(r)||/^64:ff9b::([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/.test(r)||/^100::([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(r)||/^2001::([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(r)||/^2001:2[0-9a-fA-F]:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(r)||/^2001:db8:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(r)||/^2002:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(r)||/^f[c-d]([0-9a-fA-F]{2,2}):/i.test(r)||/^fe[8-9a-bA-B][0-9a-fA-F]:/i.test(r)||/^ff([0-9a-fA-F]{2,2}):/i.test(r)}function pc(r){if(Ze(r))return Ns(r);if(Ol(r))return Pl(r);if(kl(r))return Fl(r);if(Cn(r))return Nl(r)}function Us(r){try{let t=Lt(r);switch(t.type){case"ip4":case"ip6":return pc(t.host)??!1;default:return t.host==="localhost"}}catch{return!1}}function We(){let r={};return r.promise=new Promise((t,e)=>{r.resolve=t,r.reject=e}),r}var On=class{buffer;mask;top;btm;next;constructor(t){if(!(t>0)||(t-1&t)!==0)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(t),this.mask=t-1,this.top=0,this.btm=0,this.next=null}push(t){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=t,this.top=this.top+1&this.mask,!0)}shift(){let t=this.buffer[this.btm];if(t!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,t}isEmpty(){return this.buffer[this.btm]===void 0}},Qe=class{size;hwm;head;tail;constructor(t={}){this.hwm=t.splitLimit??16,this.head=new On(this.hwm),this.tail=this.head,this.size=0}calculateSize(t){return t?.byteLength!=null?t.byteLength:1}push(t){if(t?.value!=null&&(this.size+=this.calculateSize(t.value)),!this.head.push(t)){let e=this.head;this.head=e.next=new On(2*this.head.buffer.length),this.head.push(t)}}shift(){let t=this.tail.shift();if(t===void 0&&this.tail.next!=null){let e=this.tail.next;this.tail.next=null,this.tail=e,t=this.tail.shift()}return t?.value!=null&&(this.size-=this.calculateSize(t.value)),t}isEmpty(){return this.head.isEmpty()}};var Ms=class extends Error{type;code;constructor(t,e){super(t??"The operation was aborted"),this.type="aborted",this.code=e??"ABORT_ERR"}};function Pn(r={}){return Ul(e=>{let n=e.shift();if(n==null)return{done:!0};if(n.error!=null)throw n.error;return{done:n.done===!0,value:n.value}},r)}function Ul(r,t){t=t??{};let e=t.onEnd,n=new Qe,o,s,i,a=We(),c=async()=>{try{return n.isEmpty()?i?{done:!0}:await new Promise((m,l)=>{s=g=>{s=null,n.push(g);try{m(r(n))}catch(x){l(x)}return o}}):r(n)}finally{n.isEmpty()&&queueMicrotask(()=>{a.resolve(),a=We()})}},u=m=>s!=null?s(m):(n.push(m),o),d=m=>(n=new Qe,s!=null?s({error:m}):(n.push({error:m}),o)),h=m=>{if(i)return o;if(t?.objectMode!==!0&&m?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return u({done:!1,value:m})},f=m=>i?o:(i=!0,m!=null?d(m):u({done:!0})),p=()=>(n=new Qe,f(),{done:!0}),y=m=>(f(m),{done:!0});if(o={[Symbol.asyncIterator](){return this},next:c,return:p,throw:y,push:h,end:f,get readableLength(){return n.size},onEmpty:async m=>{let l=m?.signal;if(l?.throwIfAborted(),n.isEmpty())return;let g,x;l!=null&&(g=new Promise((I,T)=>{x=()=>{T(new Ms)},l.addEventListener("abort",x)}));try{await Promise.race([a.promise,g])}finally{x!=null&&l!=null&&l?.removeEventListener("abort",x)}}},e==null)return o;let w=o;return o={[Symbol.asyncIterator](){return this},next(){return w.next()},throw(m){return w.throw(m),e!=null&&(e(m),e=void 0),{done:!0}},return(){return w.return(),e!=null&&(e(),e=void 0),{done:!0}},push:h,end(m){return w.end(m),e!=null&&(e(m),e=void 0),o},get readableLength(){return w.readableLength},onEmpty:m=>w.onEmpty(m)},o}var zs=class r extends Error{name="TimeoutError";constructor(t,e){super(t,e),Error.captureStackTrace?.(this,r)}},mc=r=>r.reason??new DOMException("This operation was aborted.","AbortError");function Ks(r,t){let{milliseconds:e,fallback:n,message:o,customTimers:s={setTimeout,clearTimeout},signal:i}=t,a,c,d=new Promise((h,f)=>{if(typeof e!="number"||Math.sign(e)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${e}\``);if(i?.aborted){f(mc(i));return}if(i&&(c=()=>{f(mc(i))},i.addEventListener("abort",c,{once:!0})),r.then(h,f),e===Number.POSITIVE_INFINITY)return;let p=new zs;a=s.setTimeout.call(void 0,()=>{if(n){try{h(n())}catch(y){f(y)}return}typeof r.cancel=="function"&&r.cancel(),o===!1?h():o instanceof Error?f(o):(p.message=o??`Promise timed out after ${e} milliseconds`,f(p))},e)}).finally(()=>{d.clear(),c&&i&&i.removeEventListener("abort",c)});return d.clear=()=>{s.clearTimeout.call(void 0,a),a=void 0},d}var Ml=r=>{let t=r.addEventListener||r.on||r.addListener,e=r.removeEventListener||r.off||r.removeListener;if(!t||!e)throw new TypeError("Emitter is not compatible");return{addListener:t.bind(r),removeListener:e.bind(r)}};function zl(r,t,e){let n,o=new Promise((s,i)=>{if(e={rejectionEvents:["error"],multiArgs:!1,rejectionMultiArgs:!1,resolveImmediately:!1,...e},!(e.count>=0&&(e.count===Number.POSITIVE_INFINITY||Number.isInteger(e.count))))throw new TypeError("The `count` option should be at least 0 or more");e.signal?.throwIfAborted();let a=[t].flat(),c=[],{addListener:u,removeListener:d}=Ml(r),h=async(...p)=>{let y=e.multiArgs?p:p[0];if(e.filter)try{if(!await e.filter(y))return}catch(w){n(),i(w);return}c.push(y),e.count===c.length&&(n(),s(c))},f=(...p)=>{n(),i(e.rejectionMultiArgs?p:p[0])};n=()=>{for(let p of a)d(p,h);for(let p of e.rejectionEvents)a.includes(p)||d(p,f)};for(let p of a)u(p,h);for(let p of e.rejectionEvents)a.includes(p)||u(p,f);e.signal&&e.signal.addEventListener("abort",()=>{f(e.signal.reason)},{once:!0}),e.resolveImmediately&&s(c)});if(o.cancel=n,typeof e.timeout=="number"){let s=Ks(o,{milliseconds:e.timeout});return s.cancel=()=>{n(),s.clear()},s}return o}function Je(r,t,e){typeof e=="function"&&(e={filter:e}),e={...e,count:1,resolveImmediately:!1};let n=zl(r,t,e),o=n.then(s=>s[0]);return o.cancel=n.cancel,o}function Pr(r,t){let e,n=function(){let o=function(){e=void 0,r()};clearTimeout(e),e=setTimeout(o,t)};return n.start=()=>{},n.stop=()=>{clearTimeout(e)},n}var kn=class extends Error{static name="QueueFullError";constructor(t="The queue was full"){super(t),this.name="QueueFullError"}},ve=class extends Error{static name="UnexpectedEOFError";name="UnexpectedEOFError"};function Kl(r){return r.reason}async function kr(r,t,e){if(t==null)return r;let n=e?.translateError??Kl;if(t.aborted)return r.catch(()=>{}),Promise.reject(n(t));let o;try{return await Promise.race([r,new Promise((s,i)=>{o=()=>{i(n(t))},t.addEventListener("abort",o)})])}finally{o!=null&&t.removeEventListener("abort",o)}}var Fn=class{deferred;signal;onProgress;constructor(t){this.signal=t?.signal,this.onProgress=t?.onProgress,this.deferred=We(),this.onAbort=this.onAbort.bind(this),this.signal?.addEventListener("abort",this.onAbort)}onAbort(){this.deferred.reject(this.signal?.reason??new Pt)}cleanup(){this.signal?.removeEventListener("abort",this.onAbort)}};function ql(){return`${parseInt(String(Math.random()*1e9),10).toString()}${Date.now()}`}var Nn=class{id;fn;options;recipients;status;timeline;controller;constructor(t,e){this.id=ql(),this.status="queued",this.fn=t,this.options=e,this.recipients=[],this.timeline={created:Date.now()},this.controller=new AbortController,this.controller.signal,this.onAbort=this.onAbort.bind(this)}abort(t){this.controller.abort(t)}onAbort(){this.recipients.reduce((e,n)=>e&&n.signal?.aborted===!0,!0)&&(this.controller.abort(new Pt),this.cleanup())}async join(t){let e=new Fn(t);return this.recipients.push(e),t?.signal?.addEventListener("abort",this.onAbort),e.deferred.promise}async run(){this.status="running",this.timeline.started=Date.now();try{this.controller.signal.throwIfAborted();let t=await kr(this.fn({...this.options??{},signal:this.controller.signal,onProgress:e=>{this.recipients.forEach(n=>{n.onProgress?.(e)})}}),this.controller.signal);this.recipients.forEach(e=>{e.deferred.resolve(t)}),this.status="complete"}catch(t){this.recipients.forEach(e=>{e.deferred.reject(t)}),this.status="errored"}finally{this.timeline.finished=Date.now(),this.cleanup()}}cleanup(){this.recipients.forEach(t=>{t.cleanup(),t.signal?.removeEventListener("abort",this.onAbort)})}};var Un=class extends Kr{concurrency;maxSize;queue;pending;sort;paused;constructor(t={}){super(),this.concurrency=t.concurrency??Number.POSITIVE_INFINITY,this.maxSize=t.maxSize??Number.POSITIVE_INFINITY,this.pending=0,this.paused=!1,t.metricName!=null&&t.metrics?.registerMetricGroup(t.metricName,{calculate:()=>({size:this.queue.length,running:this.pending,queued:this.queue.length-this.pending})}),this.sort=t.sort,this.queue=[],this.emitEmpty=Pr(this.emitEmpty.bind(this),1),this.emitIdle=Pr(this.emitIdle.bind(this),1)}emitEmpty(){this.size===0&&this.safeDispatchEvent("empty")}emitIdle(){this.running===0&&this.safeDispatchEvent("idle")}pause(){this.paused=!0}resume(){this.paused&&(this.paused=!1,this.tryToStartAnother())}tryToStartAnother(){if(this.paused)return!1;if(this.size===0)return this.emitEmpty(),this.running===0&&this.emitIdle(),!1;if(this.pending<this.concurrency){let t;for(let e of this.queue)if(e.status==="queued"){t=e;break}return t==null?!1:(this.safeDispatchEvent("active"),this.pending++,t.run().finally(()=>{for(let e=0;e<this.queue.length;e++)if(this.queue[e]===t){this.queue.splice(e,1);break}this.pending--,this.tryToStartAnother(),this.safeDispatchEvent("next")}),!0)}return!1}enqueue(t){this.queue.push(t),this.sort!=null&&this.queue.sort(this.sort)}async add(t,e){if(e?.signal?.throwIfAborted(),this.size===this.maxSize)throw new kn;let n=new Nn(t,e);this.enqueue(n),this.safeDispatchEvent("add");let o=n.join(e).then(s=>(this.safeDispatchEvent("completed",{detail:s}),this.safeDispatchEvent("success",{detail:{job:n,result:s}}),s)).catch(s=>{if(n.status==="queued"){for(let i=0;i<this.queue.length;i++)if(this.queue[i]===n){this.queue.splice(i,1);break}}throw this.safeDispatchEvent("failure",{detail:{job:n,error:s}}),s});return this.tryToStartAnother(),o}clear(){this.queue.splice(0,this.queue.length)}abort(){this.queue.forEach(t=>{t.abort(new Pt)}),this.clear()}async onEmpty(t){this.size!==0&&await Je(this,"empty",t)}async onSizeLessThan(t,e){this.size<t||await Je(this,"next",{...e,filter:()=>this.size<t})}async onIdle(t){this.pending===0&&this.size===0||await Je(this,"idle",t)}get size(){return this.queue.length}get queued(){return this.queue.length-this.pending}get running(){return this.pending}async*toGenerator(t){t?.signal?.throwIfAborted();let e=Pn({objectMode:!0}),n=c=>{c!=null?this.abort():this.clear(),e.end(c)},o=c=>{c.detail!=null&&e.push(c.detail)},s=c=>{n(c.detail.error)},i=()=>{n()},a=()=>{n(new Pt("Queue aborted"))};this.addEventListener("completed",o),this.addEventListener("failure",s),this.addEventListener("idle",i),t?.signal?.addEventListener("abort",a);try{yield*e}finally{this.removeEventListener("completed",o),this.removeEventListener("failure",s),this.removeEventListener("idle",i),t?.signal?.removeEventListener("abort",a),n()}}};function Mn(r){let t=new globalThis.AbortController;function e(){let s=r.filter(i=>i?.aborted===!0).map(i=>i?.reason).pop();t.abort(s);for(let i of r)i?.removeEventListener!=null&&i.removeEventListener("abort",e)}for(let s of r){if(s?.aborted===!0){e();break}s?.addEventListener!=null&&s.addEventListener("abort",e)}function n(){for(let s of r)s?.removeEventListener!=null&&s.removeEventListener("abort",e)}let o=t.signal;return o.clear=n,o}var at=class extends Error{static name="InvalidMultiaddrError";name="InvalidMultiaddrError"},$t=class extends Error{static name="ValidationError";name="ValidationError"},zn=class extends Error{static name="InvalidParametersError";name="InvalidParametersError"},Kn=class extends Error{static name="UnknownProtocolError";name="UnknownProtocolError"};function Vs(r){return t=>Q(t,r)}function Hs(r){return t=>j(t,r)}function tr(r){return new DataView(r.buffer).getUint16(r.byteOffset).toString()}function _e(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,typeof r=="string"?parseInt(r):r),new Uint8Array(t)}function gc(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=j(t[0],"base32"),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=_e(n);return Ft([e,o],e.length+o.length)}function bc(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=Yt.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=_e(n);return Ft([e,o],e.length+o.length)}function js(r){let t=r.subarray(0,r.length-2),e=r.subarray(r.length-2),n=Q(t,"base32"),o=tr(e);return`${n}:${o}`}var $s=function(r){r=r.toString().trim();let t=new Uint8Array(4);return r.split(/\./g).forEach((e,n)=>{let o=parseInt(e,10);if(isNaN(o)||o<0||o>255)throw new at("Invalid byte value in IP address");t[n]=o}),t},yc=function(r){let t=0;r=r.toString().trim();let e=r.split(":",8),n;for(n=0;n<e.length;n++){let s=Ze(e[n]),i;s&&(i=$s(e[n]),e[n]=Q(i.subarray(0,2),"base16")),i!=null&&++n<8&&e.splice(n,0,Q(i.subarray(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++){e[n]===""&&(e[n]="0");let s=parseInt(e[n],16);if(isNaN(s)||s<0||s>65535)throw new at("Invalid byte value in IP address");o[t++]=s>>8&255,o[t++]=s&255}return o},xc=function(r){if(r.byteLength!==4)throw new at("IPv4 address was incorrect length");let t=[];for(let e=0;e<r.byteLength;e++)t.push(r[e]);return t.join(".")},wc=function(r){if(r.byteLength!==16)throw new at("IPv6 address was incorrect length");let t=[];for(let n=0;n<r.byteLength;n+=2){let o=r[n],s=r[n+1],i=`${o.toString(16).padStart(2,"0")}${s.toString(16).padStart(2,"0")}`;t.push(i)}let e=t.join(":");try{let n=new URL(`http://[${e}]`);return n.hostname.substring(1,n.hostname.length-1)}catch{throw new at(`Invalid IPv6 address "${e}"`)}};function Ec(r){try{let t=new URL(`http://[${r}]`);return t.hostname.substring(1,t.hostname.length-1)}catch{throw new at(`Invalid IPv6 address "${r}"`)}}var qs=Object.values(cr).map(r=>r.decoder),Vl=(function(){let r=qs[0].or(qs[1]);return qs.slice(2).forEach(t=>r=r.or(t)),r})();function Sc(r){return Vl.decode(r)}function vc(r){return t=>r.encoder.encode(t)}function Hl(r){if(parseInt(r).toString()!==r)throw new $t("Value must be an integer")}function jl(r){if(r<0)throw new $t("Value must be a positive integer, or zero")}function $l(r){return t=>{if(t>r)throw new $t(`Value must be smaller than or equal to ${r}`)}}function Zl(...r){return t=>{for(let e of r)e(t)}}var Fr=Zl(Hl,jl,$l(65535));var ot=-1,Zs=class{protocolsByCode=new Map;protocolsByName=new Map;getProtocol(t){let e;if(typeof t=="string"?e=this.protocolsByName.get(t):e=this.protocolsByCode.get(t),e==null)throw new Kn(`Protocol ${t} was unknown`);return e}addProtocol(t){this.protocolsByCode.set(t.code,t),this.protocolsByName.set(t.name,t),t.aliases?.forEach(e=>{this.protocolsByName.set(e,t)})}removeProtocol(t){let e=this.protocolsByCode.get(t);e!=null&&(this.protocolsByCode.delete(e.code),this.protocolsByName.delete(e.name),e.aliases?.forEach(n=>{this.protocolsByName.delete(n)}))}},Zt=new Zs,Od=[{code:4,name:"ip4",size:32,valueToBytes:$s,bytesToValue:xc,validate:r=>{if(!Ze(r))throw new $t(`Invalid IPv4 address "${r}"`)}},{code:6,name:"tcp",size:16,valueToBytes:_e,bytesToValue:tr,validate:Fr},{code:273,name:"udp",size:16,valueToBytes:_e,bytesToValue:tr,validate:Fr},{code:33,name:"dccp",size:16,valueToBytes:_e,bytesToValue:tr,validate:Fr},{code:41,name:"ip6",size:128,valueToBytes:yc,bytesToValue:wc,stringToValue:Ec,validate:r=>{if(!Cn(r))throw new $t(`Invalid IPv6 address "${r}"`)}},{code:42,name:"ip6zone",size:ot},{code:43,name:"ipcidr",size:8,bytesToValue:Vs("base10"),valueToBytes:Hs("base10")},{code:53,name:"dns",size:ot},{code:54,name:"dns4",size:ot},{code:55,name:"dns6",size:ot},{code:56,name:"dnsaddr",size:ot},{code:132,name:"sctp",size:16,valueToBytes:_e,bytesToValue:tr,validate:Fr},{code:301,name:"udt"},{code:302,name:"utp"},{code:400,name:"unix",size:ot,stringToValue:r=>decodeURIComponent(r),valueToString:r=>encodeURIComponent(r)},{code:421,name:"p2p",aliases:["ipfs"],size:ot,bytesToValue:Vs("base58btc"),valueToBytes:r=>r.startsWith("Q")||r.startsWith("1")?Hs("base58btc")(r):ct.parse(r).multihash.bytes},{code:444,name:"onion",size:96,bytesToValue:js,valueToBytes:gc},{code:445,name:"onion3",size:296,bytesToValue:js,valueToBytes:bc},{code:446,name:"garlic64",size:ot},{code:447,name:"garlic32",size:ot},{code:448,name:"tls"},{code:449,name:"sni",size:ot},{code:454,name:"noise"},{code:460,name:"quic"},{code:461,name:"quic-v1"},{code:465,name:"webtransport"},{code:466,name:"certhash",size:ot,bytesToValue:vc(uo),valueToBytes:Sc},{code:480,name:"http"},{code:481,name:"http-path",size:ot,stringToValue:r=>`/${decodeURIComponent(r)}`,valueToString:r=>encodeURIComponent(r.substring(1))},{code:443,name:"https"},{code:477,name:"ws"},{code:478,name:"wss"},{code:479,name:"p2p-websocket-star"},{code:277,name:"p2p-stardust"},{code:275,name:"p2p-webrtc-star"},{code:276,name:"p2p-webrtc-direct"},{code:280,name:"webrtc-direct"},{code:281,name:"webrtc"},{code:290,name:"p2p-circuit"},{code:777,name:"memory",size:ot}];Od.forEach(r=>{Zt.addProtocol(r)});function _c(r){let t=[],e=0;for(;e<r.length;){let n=vr(r,e),o=Zt.getProtocol(n),s=gt(n),i=Pd(o,r,e+s),a=0;i>0&&o.size===ot&&(a=gt(i));let c=s+a+i,u={code:n,name:o.name,bytes:r.subarray(e,e+c)};if(i>0){let d=e+s+a,h=r.subarray(d,d+i);u.value=o.bytesToValue?.(h)??Q(h)}t.push(u),e+=c}return t}function Ac(r){let t=0,e=[];for(let n of r){if(n.bytes==null){let o=Zt.getProtocol(n.code),s=gt(n.code),i,a=0,c=0;n.value!=null&&(i=o.valueToBytes?.(n.value)??j(n.value),a=i.byteLength,o.size===ot&&(c=gt(a)));let u=new Uint8Array(s+c+a),d=0;qe(n.code,u,d),d+=s,i!=null&&(o.size===ot&&(qe(a,u,d),d+=c),u.set(i,d)),n.bytes=u}e.push(n.bytes),t+=n.bytes.byteLength}return Ft(e,t)}function Ic(r){if(r.charAt(0)!=="/")throw new at('String multiaddr must start with "/"');let t=[],e="protocol",n="",o="";for(let s=1;s<r.length;s++){let i=r.charAt(s);i!=="/"&&(e==="protocol"?o+=r.charAt(s):n+=r.charAt(s));let a=s===r.length-1;if(i==="/"||a){let c=Zt.getProtocol(o);if(e==="protocol"){if(c.size==null||c.size===0){t.push({code:c.code,name:c.name}),n="",o="",e="protocol";continue}else if(a)throw new at(`Component ${o} was missing value`);e="value"}else if(e==="value"){let u={code:c.code,name:c.name};if(c.size!=null&&c.size!==0){if(n==="")throw new at(`Component ${o} was missing value`);u.value=c.stringToValue?.(n)??n}t.push(u),n="",o="",e="protocol"}}}if(o!==""&&n!=="")throw new at("Incomplete multiaddr");return t}function Tc(r){return`/${r.flatMap(t=>{if(t.value==null)return t.name;let e=Zt.getProtocol(t.code);if(e==null)throw new at(`Unknown protocol code ${t.code}`);return[t.name,e.valueToString?.(t.value)??t.value]}).join("/")}`}function Pd(r,t,e){return r.size==null||r.size===0?0:r.size>0?r.size/8:vr(t,e)}var kd=Symbol.for("nodejs.util.inspect.custom"),Gs=Symbol.for("@multiformats/multiaddr");function Fd(r){if(r==null&&(r="/"),Bc(r))return r.getComponents();if(r instanceof Uint8Array)return _c(r);if(typeof r=="string")return r=r.replace(/\/(\/)+/,"/").replace(/(\/)+$/,""),r===""&&(r="/"),Ic(r);if(Array.isArray(r))return r;throw new at("Must be a string, Uint8Array, Component[], or another Multiaddr")}var Vn=class r{[Gs]=!0;#t;#e;#r;constructor(t="/",e={}){this.#t=Fd(t),e.validate!==!1&&Nd(this)}get bytes(){return this.#r==null&&(this.#r=Ac(this.#t)),this.#r}toString(){return this.#e==null&&(this.#e=Tc(this.#t)),this.#e}toJSON(){return this.toString()}getComponents(){return[...this.#t.map(t=>({...t}))]}encapsulate(t){let e=new r(t);return new r([...this.#t,...e.getComponents()],{validate:!1})}decapsulate(t){let e=t.toString(),n=this.toString(),o=n.lastIndexOf(e);if(o<0)throw new zn(`Address ${this.toString()} does not contain subaddress: ${e}`);return new r(n.slice(0,o),{validate:!1})}decapsulateCode(t){let e;for(let n=this.#t.length-1;n>-1;n--)if(this.#t[n].code===t){e=n;break}return new r(this.#t.slice(0,e),{validate:!1})}equals(t){return dt(this.bytes,t.bytes)}[kd](){return`Multiaddr(${this.toString()})`}};function Nd(r){r.getComponents().forEach(t=>{let e=Zt.getProtocol(t.code);t.value!=null&&e.validate?.(t.value)})}function Bc(r){return!!r?.[Gs]}function Lc(r){return new Vn(r)}var Ud=4194304,Hn=class extends Error{static name="UnwrappedError";name="UnwrappedError"},Xs=class extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MSG_LENGTH"},Ws=class extends Error{name="InvalidDataLengthError";code="ERR_MSG_DATA_TOO_LONG"},Qs=class extends Error{name="InvalidDataLengthLengthError";code="ERR_MSG_LENGTH_TOO_LONG"};function Md(r){return typeof r?.closeRead=="function"}function zd(r){return typeof r?.close=="function"}function Ys(r){return Md(r)?r.remoteWriteStatus!=="writable"&&r.readBufferLength===0:zd(r)?r.status!=="open":!1}function Kd(r){return r?.addEventListener!=null&&r?.removeEventListener!=null&&r?.send!=null&&r?.push!=null&&r?.log!=null}function qd(r,t){let e=t?.maxBufferSize??Ud,n=new rt,o,s=!1;if(!Kd(r))throw new lt("Argument should be a Stream or a Multiaddr");let i=d=>{if(n.append(d.data),n.byteLength>e){let h=n.byteLength;n.consume(n.byteLength),o?.reject(new Error(`Read buffer overflow - ${h} > ${e}`))}o?.resolve()};r.addEventListener("message",i);let a=d=>{d.error!=null?o?.reject(d.error):o?.resolve()};r.addEventListener("close",a);let c=()=>{o?.resolve()};r.addEventListener("remoteCloseWrite",c);let u={readBuffer:n,async read(d){if(s===!0)throw new Hn("Stream was unwrapped");if(Ys(r)){if(n.byteLength===0&&d?.bytes==null)return null;if(d?.bytes!=null&&n.byteLength<d.bytes)throw r.log.error("closed after reading %d/%d bytes",n.byteLength,d.bytes),new ve(`Unexpected EOF - stream closed after reading ${n.byteLength}/${d.bytes} bytes`)}let h=d?.bytes??1;for(o=Promise.withResolvers();;){if(n.byteLength>=h){o.resolve();break}if(await kr(o.promise,d?.signal),Ys(r)){if(n.byteLength===0&&d?.bytes==null)return null;break}o=Promise.withResolvers()}let f=d?.bytes??n.byteLength;if(n.byteLength<f){if(Ys(r))throw r.log.error("closed while reading %d/%d bytes",n.byteLength,f),new ve(`Unexpected EOF - stream closed while reading ${n.byteLength}/${f} bytes`);return u.read(d)}let p=n.sublist(0,f);return n.consume(f),p},async write(d,h){if(s===!0)throw new Hn("Stream was unwrapped");r.send(d)||await Je(r,"drain",{signal:h?.signal,rejectionEvents:["close"]})},unwrap(){return s||(s=!0,r.removeEventListener("message",i),r.removeEventListener("close",a),r.removeEventListener("remoteCloseWrite",c),n.byteLength>0&&(r.log("stream unwrapped with %d unread bytes",n.byteLength),r.push(n))),r}};return u}function Vd(r,t={}){let e=qd(r,t);t.maxDataLength!=null&&t.maxLengthLength==null&&(t.maxLengthLength=gt(t.maxDataLength));let n=t?.lengthDecoder??vr,o=t?.lengthEncoder??La;return{async read(i){let a=-1,c=new rt;for(;;){let d=await e.read({...i,bytes:1});if(d==null)break;c.append(d);try{a=n(c)}catch(h){if(h instanceof RangeError)continue;throw h}if(a<0)throw new Xs("Invalid message length");if(t?.maxLengthLength!=null&&c.byteLength>t.maxLengthLength)throw new Qs(`Message length length too long - ${c.byteLength} > ${t.maxLengthLength}`);if(a>-1)break}if(t?.maxDataLength!=null&&a>t.maxDataLength)throw new Ws(`Message length too long - ${a} > ${t.maxDataLength}`);let u=await e.read({...i,bytes:a});if(u==null)throw r.log.error("tried to read %d bytes but the stream closed",a),new ve(`Unexpected EOF - tried to read ${a} bytes but the stream closed`);if(u.byteLength!==a)throw r.log.error("read %d/%d bytes before the stream closed",u.byteLength,a),new ve(`Unexpected EOF - read ${u.byteLength}/${a} bytes before the stream closed`);return u},async write(i,a){await e.write(new rt(o(i.byteLength),i),a)},async writeV(i,a){let c=new rt(...i.flatMap(u=>[o(u.byteLength),u]));await e.write(c,a)},unwrap(){return e.unwrap()}}}function Js(r,t){let e=Vd(r,t),n={read:async(o,s)=>{let i=await e.read(s);return o.decode(i)},write:async(o,s,i)=>{await e.write(s.encode(o),i)},writeV:async(o,s,i)=>{await e.writeV(o.map(a=>s.encode(a)),i)},pb:o=>({read:async s=>n.read(o,s),write:async(s,i)=>n.write(s,o,i),writeV:async(s,i)=>n.writeV(s,o,i),unwrap:()=>n}),unwrap:()=>e.unwrap()};return n}var jn=class extends Un{has(t){return this.find(t)!=null}find(t){return this.queue.find(e=>t.equals(e.options.peerId))}};function Dc(r,t,e){let n,o,s=!1;function i(){let u={signal:o.signal},d;e?.timeout!=null&&(d=Mn([o.signal,AbortSignal.timeout(e.timeout)]),u.signal=d),s=!0,Promise.resolve().then(async()=>{await r(u)}).catch(()=>{}).finally(()=>{d!=null&&(d.aborted?d.clear():d.addEventListener("abort",()=>{d.clear()},{once:!0})),s=!1,!o.signal.aborted&&(n=setTimeout(i,t))})}let a=Pr(i,e?.debounce??100),c=!1;return{setInterval:u=>{t!==u&&(t=u,n!=null&&(clearTimeout(n),n=setTimeout(i,t)))},setTimeout:u=>{e??={},e.timeout=u},run:()=>{s||(clearTimeout(n),a())},start:()=>{c||(c=!0,o=new AbortController,o.signal,e?.runImmediately===!0?queueMicrotask(()=>{i()}):n=setTimeout(i,t))},stop:()=>{clearTimeout(n),o?.abort(),c=!1}}}var ti=class extends Map{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 Cc(r){let{name:t,metrics:e}=r,n;return e!=null?n=new ti({name:t,metrics:e}):n=new Map,n}var Rc="libp2p",Oc="autonat",Pc="1.0.0";var V;(function(r){let t;(function(f){f.DIAL="DIAL",f.DIAL_RESPONSE="DIAL_RESPONSE"})(t=r.MessageType||(r.MessageType={}));let e;(function(f){f[f.DIAL=0]="DIAL",f[f.DIAL_RESPONSE=1]="DIAL_RESPONSE"})(e||(e={})),(function(f){f.codec=()=>Ve(e)})(t=r.MessageType||(r.MessageType={}));let n;(function(f){f.OK="OK",f.E_DIAL_ERROR="E_DIAL_ERROR",f.E_DIAL_REFUSED="E_DIAL_REFUSED",f.E_BAD_REQUEST="E_BAD_REQUEST",f.E_INTERNAL_ERROR="E_INTERNAL_ERROR"})(n=r.ResponseStatus||(r.ResponseStatus={}));let o;(function(f){f[f.OK=0]="OK",f[f.E_DIAL_ERROR=100]="E_DIAL_ERROR",f[f.E_DIAL_REFUSED=101]="E_DIAL_REFUSED",f[f.E_BAD_REQUEST=200]="E_BAD_REQUEST",f[f.E_INTERNAL_ERROR=300]="E_INTERNAL_ERROR"})(o||(o={})),(function(f){f.codec=()=>Ve(o)})(n=r.ResponseStatus||(r.ResponseStatus={}));let s;(function(f){let p;f.codec=()=>(p==null&&(p=jt((l,g,x={})=>{if(x.lengthDelimited!==!1&&g.fork(),l.id!=null&&(g.uint32(10),g.bytes(l.id)),l.addrs!=null&&l.addrs.length>0)for(let I of l.addrs)g.uint32(18),g.bytes(I);x.lengthDelimited!==!1&&g.ldelim()},(l,g,x={})=>{let I={addrs:[]},T=g==null?l.len:l.pos+g;for(;l.pos<T;){let C=l.uint32();switch(C>>>3){case 1:{I.id=l.bytes();break}case 2:{if(x.limits?.addrs!=null&&I.addrs.length===x.limits.addrs)throw new Tr('Decode error - repeated field "addrs" had too many elements');I.addrs.push(l.bytes());break}default:{l.skipType(C&7);break}}}return I},function*(l,g,x,I={}){let T={addrs:0},C=g==null?l.len:l.pos+g;for(;l.pos<C;){let O=l.uint32();switch(O>>>3){case 1:{yield{field:`${x}.id`,value:l.bytes()};break}case 2:{if(I.limits?.addrs!=null&&T.addrs===I.limits.addrs)throw new Tr('Streaming decode error - repeated field "addrs" had too many elements');yield{field:`${x}.addrs[]`,index:T.addrs,value:l.bytes()},T.addrs++;break}default:{l.skipType(O&7);break}}}})),p);function y(l){return Vt(l,f.codec())}f.encode=y;function w(l,g){return qt(l,f.codec(),g)}f.decode=w;function m(l,g){return Ht(l,f.codec(),g)}f.stream=m})(s=r.PeerInfo||(r.PeerInfo={}));let i;(function(f){let p;f.codec=()=>(p==null&&(p=jt((l,g,x={})=>{x.lengthDelimited!==!1&&g.fork(),l.peer!=null&&(g.uint32(10),r.PeerInfo.codec().encode(l.peer,g)),x.lengthDelimited!==!1&&g.ldelim()},(l,g,x={})=>{let I={},T=g==null?l.len:l.pos+g;for(;l.pos<T;){let C=l.uint32();C>>>3===1?I.peer=r.PeerInfo.codec().decode(l,l.uint32(),{limits:x.limits?.peer}):l.skipType(C&7)}return I},function*(l,g,x,I={}){let T=g==null?l.len:l.pos+g;for(;l.pos<T;){let C=l.uint32();C>>>3===1?yield*r.PeerInfo.codec().stream(l,l.uint32(),`${x}.peer`,{limits:I.limits?.peer}):l.skipType(C&7)}})),p);function y(l){return Vt(l,f.codec())}f.encode=y;function w(l,g){return qt(l,f.codec(),g)}f.decode=w;function m(l,g){return Ht(l,f.codec(),g)}f.stream=m})(i=r.Dial||(r.Dial={}));let a;(function(f){let p;f.codec=()=>(p==null&&(p=jt((l,g,x={})=>{x.lengthDelimited!==!1&&g.fork(),l.status!=null&&(g.uint32(8),r.ResponseStatus.codec().encode(l.status,g)),l.statusText!=null&&(g.uint32(18),g.string(l.statusText)),l.addr!=null&&(g.uint32(26),g.bytes(l.addr)),x.lengthDelimited!==!1&&g.ldelim()},(l,g,x={})=>{let I={},T=g==null?l.len:l.pos+g;for(;l.pos<T;){let C=l.uint32();switch(C>>>3){case 1:{I.status=r.ResponseStatus.codec().decode(l);break}case 2:{I.statusText=l.string();break}case 3:{I.addr=l.bytes();break}default:{l.skipType(C&7);break}}}return I},function*(l,g,x,I={}){let T=g==null?l.len:l.pos+g;for(;l.pos<T;){let C=l.uint32();switch(C>>>3){case 1:{yield{field:`${x}.status`,value:r.ResponseStatus.codec().decode(l)};break}case 2:{yield{field:`${x}.statusText`,value:l.string()};break}case 3:{yield{field:`${x}.addr`,value:l.bytes()};break}default:{l.skipType(C&7);break}}}})),p);function y(l){return Vt(l,f.codec())}f.encode=y;function w(l,g){return qt(l,f.codec(),g)}f.decode=w;function m(l,g){return Ht(l,f.codec(),g)}f.stream=m})(a=r.DialResponse||(r.DialResponse={}));let c;r.codec=()=>(c==null&&(c=jt((f,p,y={})=>{y.lengthDelimited!==!1&&p.fork(),f.type!=null&&(p.uint32(8),r.MessageType.codec().encode(f.type,p)),f.dial!=null&&(p.uint32(18),r.Dial.codec().encode(f.dial,p)),f.dialResponse!=null&&(p.uint32(26),r.DialResponse.codec().encode(f.dialResponse,p)),y.lengthDelimited!==!1&&p.ldelim()},(f,p,y={})=>{let w={},m=p==null?f.len:f.pos+p;for(;f.pos<m;){let l=f.uint32();switch(l>>>3){case 1:{w.type=r.MessageType.codec().decode(f);break}case 2:{w.dial=r.Dial.codec().decode(f,f.uint32(),{limits:y.limits?.dial});break}case 3:{w.dialResponse=r.DialResponse.codec().decode(f,f.uint32(),{limits:y.limits?.dialResponse});break}default:{f.skipType(l&7);break}}}return w},function*(f,p,y,w={}){let m=p==null?f.len:f.pos+p;for(;f.pos<m;){let l=f.uint32();switch(l>>>3){case 1:{yield{field:`${y}.type`,value:r.MessageType.codec().decode(f)};break}case 2:{yield*r.Dial.codec().stream(f,f.uint32(),`${y}.dial`,{limits:w.limits?.dial});break}case 3:{yield*r.DialResponse.codec().stream(f,f.uint32(),`${y}.dialResponse`,{limits:w.limits?.dialResponse});break}default:{f.skipType(l&7);break}}}})),c);function u(f){return Vt(f,r.codec())}r.encode=u;function d(f,p){return qt(f,r.codec(),p)}r.decode=d;function h(f,p){return Ht(f,r.codec(),p)}r.stream=h})(V||(V={}));var Yd=4,Xd=8,$n=class{components;protocol;timeout;maxInboundStreams;maxOutboundStreams;maxMessageSize;started;log;topologyId;dialResults;findPeers;addressFilter;connectionThreshold;constructor(t,e){this.components=t,this.log=t.logger.forComponent("libp2p:auto-nat"),this.started=!1,this.protocol=`/${e.protocolPrefix??Rc}/${Oc}/${Pc}`,this.timeout=e.timeout??3e4,this.maxInboundStreams=e.maxInboundStreams??2,this.maxOutboundStreams=e.maxOutboundStreams??20,this.connectionThreshold=e.connectionThreshold??80,this.maxMessageSize=e.maxMessageSize??8192,this.dialResults=Cc({name:"libp2p_autonat_dial_results",metrics:t.metrics}),this.findPeers=Dc(this.findRandomPeers.bind(this),6e4),this.addressFilter=Ts(1024)}[Symbol.toStringTag]="@libp2p/autonat";[oi]=["@libp2p/autonat"];get[si](){return["@libp2p/identify"]}isStarted(){return this.started}async start(){this.started||(await this.components.registrar.handle(this.protocol,(t,e)=>{this.handleIncomingAutonatStream(t,e).catch(n=>{this.log.error("error handling incoming autonat stream - %e",n)})},{maxInboundStreams:this.maxInboundStreams,maxOutboundStreams:this.maxOutboundStreams}),this.topologyId=await this.components.registrar.register(this.protocol,{onConnect:(t,e)=>{this.verifyExternalAddresses(e).catch(n=>{this.log.error("could not verify addresses - %e",n)})}}),this.findPeers.start(),this.started=!0)}async stop(){await this.components.registrar.unhandle(this.protocol),this.topologyId!=null&&await this.components.registrar.unhandle(this.topologyId),this.dialResults.clear(),this.findPeers.stop(),this.started=!1}allAddressesAreVerified(){return this.components.addressManager.getAddressesWithMetadata().every(t=>t.expires>Date.now()?!0:t.verified)}async findRandomPeers(t){if(this.allAddressesAreVerified())return;let e=Mn([AbortSignal.timeout(1e4),t?.signal]);try{this.log("starting random walk to find peers to run AutoNAT");for await(let n of this.components.randomWalk.walk({signal:e})){if(!await this.components.connectionManager.isDialable(n.multiaddrs)){this.log.trace("random peer %p was not dialable %s",n.id,n.multiaddrs.map(o=>o.toString()).join(", "));continue}try{this.log.trace("dial random peer %p",n.id),await this.components.connectionManager.openConnection(n.multiaddrs,{signal:e})}catch{}if(this.allAddressesAreVerified()){this.log("stopping random walk, all addresses are verified");return}if(!this.hasConnectionCapacity()){this.log("stopping random walk, too close to max connections");return}}}catch{}}async handleIncomingAutonatStream(t,e){let n=AbortSignal.timeout(this.timeout);try{let o=Js(t,{maxDataLength:this.maxMessageSize}).pb(V),s=await o.read({signal:n}),i=await this.handleAutonatMessage(s,e,{signal:n});await o.write(i,{signal:n}),await t.close({signal:n})}catch(o){this.log.error("error handling incoming autonat stream - %e",o),t.abort(o)}}async handleAutonatMessage(t,e,n){let o=this.components.addressManager.getAddresses().map(h=>Lt(h).host),s=t.dial;if(s==null)return this.log.error("dial was missing from message"),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_BAD_REQUEST,statusText:"No Dial message found in message"}};let i,a=s.peer;if(a?.id==null)return this.log.error("peerId missing from message"),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_BAD_REQUEST,statusText:"missing peer info"}};try{let h=ce(a.id);i=_n(h)}catch(h){return this.log.error("invalid PeerId - %e",h),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_BAD_REQUEST,statusText:"bad peer id"}}}if(this.log("incoming request from %p",i),!e.remotePeer.equals(i))return this.log("target peer %p did not equal sending peer %p",i,e.remotePeer),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_BAD_REQUEST,statusText:"peer id mismatch"}};let c=a.addrs.map(h=>Lc(h)).filter(h=>{try{let f=Lt(h);return Us(h)?!1:f.host!==Lt(e.remoteAddr).host?(this.log.trace("not dialing %a - target host did not match remote host %a",h,e.remoteAddr),!1):o.includes(f.host)?!1:this.components.transportManager.dialTransportForMultiaddr(h)==null?(this.log.trace("not dialing %a - transport unsupported",h),!1):!0}catch{return!1}}).map(h=>(h.getComponents().find(f=>f.code===421)?.value==null&&(h=h.encapsulate(`/p2p/${i.toString()}`)),h));if(c.length===0)return this.log("refused to dial all multiaddrs for %p from message",i),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_DIAL_REFUSED,statusText:"no dialable addresses"}};this.log("dial multiaddrs %s for peer %p",c.map(h=>h.toString()).join(", "),i);let u="",d=c[0];for(let h of c){let f;d=h;try{if(f=await this.components.connectionManager.openConnection(h,n),!f.remoteAddr.equals(h))throw this.log.error("tried to dial %a but dialed %a",h,f.remoteAddr),new Error("Unexpected remote address");return this.log("successfully dialed %p via %a",i,h),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.OK,addr:f.remoteAddr.decapsulateCode(421).bytes}}}catch(p){this.log.error("could not dial %p - %e",i,p),u=p.message}finally{f!=null&&await f.close()}}return{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_DIAL_ERROR,statusText:u,addr:d.bytes}}}getFirstUnverifiedMultiaddr(t,e){let n=this.components.addressManager.getAddressesWithMetadata().sort((o,s)=>o.type==="observed"&&s.type!=="observed"?1:s.type==="observed"&&o.type!=="observed"?-1:0).filter(o=>!(!(o.expires<Date.now())||Lt(o.multiaddr).type==="ip6"&&(!e||!uc(o.multiaddr))||Us(o.multiaddr)));for(let o of n){let s=o.multiaddr.toString(),i=this.dialResults.get(s);if(i!=null){if(i.networkSegments.includes(t)){this.log.trace("%a already has a network segment result from %s",i.multiaddr,t);continue}if(i.queue.size>10){this.log.trace("%a already has enough peers queued",i.multiaddr);continue}}if(i==null){let a=o.expires<Date.now();if(a&&this.addressFilter.remove?.(s),this.addressFilter.has(s))continue;this.addressFilter.add(s),this.log.trace("creating dial result %s %s",a?"to revalidate":"for",s),i={multiaddr:o.multiaddr,success:0,failure:0,networkSegments:[],verifyingPeers:vs(),queue:new jn({concurrency:3,maxSize:50}),type:o.type,lastVerified:o.lastVerified},this.dialResults.set(s,i)}return i}}removeOutdatedMultiaddrResults(){let t=new Set(this.components.addressManager.getAddressesWithMetadata().filter(({expires:e})=>e<Date.now()).map(({multiaddr:e})=>e.toString()));for(let e of this.dialResults.keys())t.has(e)||(this.log.trace("remove results for %a",e),this.dialResults.delete(e))}async verifyExternalAddresses(t){if(!this.isStarted())return;this.removeOutdatedMultiaddrResults();let n=(await this.components.peerStore.get(t.remotePeer)).addresses.some(({multiaddr:i})=>Lt(i).type==="ip6"),o=this.getNetworkSegment(t.remoteAddr),s=this.getFirstUnverifiedMultiaddr(o,n);if(s==null){this.log.trace("no unverified public addresses found for peer %p to verify, not requesting verification",t.remotePeer);return}if(!this.hasConnectionCapacity()){s.lastVerified!=null?(this.log("automatically re-verifying %a because we are too close to the connection limit",s.multiaddr),this.confirmAddress(s)):this.log("skipping verifying %a because we are too close to the connection limit",s.multiaddr);return}s.queue.add(async i=>{await this.askPeerToVerify(t,o,i)},{peerId:t.remotePeer,multiaddr:s.multiaddr}).catch(i=>{s?.result==null&&this.log.error("error from %p verifying address %a - %e",t.remotePeer,s?.multiaddr,i)})}async askPeerToVerify(t,e,n){let o=this.dialResults.get(n.multiaddr.toString());if(o==null){this.log("%a was verified while %p was queued",n.multiaddr,t.remotePeer);return}let s=AbortSignal.timeout(this.timeout);this.log.trace("asking %a to verify multiaddr %s",t.remoteAddr,n.multiaddr);let i=await t.newStream(this.protocol,{signal:s});try{let a=Js(i).pb(V),[,c]=await Promise.all([a.write({type:V.MessageType.DIAL,dial:{peer:{id:this.components.peerId.toMultihash().bytes,addrs:[n.multiaddr.bytes]}}},{signal:s}),a.read({signal:s})]);if(c.type!==V.MessageType.DIAL_RESPONSE||c.dialResponse==null){this.log("invalid autonat response from %p - %j",t.remotePeer,c);return}let u=c.dialResponse.status;if(this.log.trace("autonat response from %p for %a is %s",t.remotePeer,n.multiaddr,u),u!==V.ResponseStatus.OK&&u!==V.ResponseStatus.E_DIAL_ERROR)return;if(o=this.dialResults.get(n.multiaddr.toString()),o==null){this.log.trace("peer reported %a as %s but there is no result object",n.multiaddr,c.dialResponse.status);return}if(o.networkSegments.includes(e)){this.log.trace("%a results included network segment %s",n.multiaddr,e);return}if(o.result!=null){this.log.trace("already resolved result for %a, ignoring response from",n.multiaddr,t.remotePeer);return}if(o.verifyingPeers.has(t.remotePeer)){this.log.trace("peer %p has already verified %a, ignoring response",t.remotePeer,n.multiaddr);return}if(o.verifyingPeers.add(t.remotePeer),o.networkSegments.push(e),u===V.ResponseStatus.OK){if(o.success++,o.type!=="observed"){this.confirmAddress(o);return}}else u===V.ResponseStatus.E_DIAL_ERROR&&o.failure++;this.log("%a success %d failure %d",o.multiaddr,o.success,o.failure),o.success===Yd&&this.confirmAddress(o),o.failure===Xd&&this.unconfirmAddress(o)}finally{try{await i.close({signal:s})}catch(a){i.abort(a)}}}hasConnectionCapacity(){let e=this.components.connectionManager.getConnections().length,n=this.components.connectionManager.getMaxConnections();return e/n*100<this.connectionThreshold}confirmAddress(t){this.log("%s address %a is externally dialable",t.type,t.multiaddr),this.components.addressManager.confirmObservedAddr(t.multiaddr),this.dialResults.delete(t.multiaddr.toString()),t.result=!0,t.queue.abort()}unconfirmAddress(t){this.log("%s address %a is not externally dialable",t.type,t.multiaddr),this.components.addressManager.removeObservedAddr(t.multiaddr),this.dialResults.delete(t.multiaddr.toString()),t.result=!1,t.queue.abort()}getNetworkSegment(t){let e=Lt(t);switch(e.type){case"ip4":return e.host.split(".")[0].padStart(3,"0");case"ip6":return e.host.split(":")[0].padStart(4,"0");default:throw new lt(`Remote address ${t} was not an IPv4 or Ipv6 address`)}}};function Wd(r={}){return t=>new $n(t,r)}return Kc(Qd);})();
2
+ "use strict";var Libp2PAutonat=(()=>{var kc=Object.create;var Ur=Object.defineProperty;var Fc=Object.getOwnPropertyDescriptor;var Nc=Object.getOwnPropertyNames;var Uc=Object.getPrototypeOf,Mc=Object.prototype.hasOwnProperty;var Zn=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),bt=(r,t)=>{for(var e in t)Ur(r,e,{get:t[e],enumerable:!0})},ni=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Nc(t))!Mc.call(r,o)&&o!==e&&Ur(r,o,{get:()=>t[o],enumerable:!(n=Fc(t,o))||n.enumerable});return r};var zc=(r,t,e)=>(e=r!=null?kc(Uc(r)):{},ni(t||!r||!r.__esModule?Ur(e,"default",{value:r,enumerable:!0}):e,r)),Kc=r=>ni(Ur({},"__esModule",{value:!0}),r);var Rs=Zn(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.Netmask4Impl=void 0;Ye.ip2long=Ge;Ye.long2ip=Ot;function Ot(r){let t=(r&-16777216)>>>24,e=(r&255<<16)>>>16,n=(r&65280)>>>8,o=r&255;return[t,e,n,o].join(".")}var Il=48,Tl=97,Bl=65;function Ll(r){let t=0,e=10,n="9",o=0;r.length>1&&r[o]==="0"&&(r[o+1]==="x"||r[o+1]==="X"?(o+=2,e=16):"0"<=r[o+1]&&r[o+1]<="9"&&(o++,e=8,n="7"));let s=o;for(;o<r.length;){if("0"<=r[o]&&r[o]<=n)t=t*e+(r.charCodeAt(o)-Il)>>>0;else if(e===16)if("a"<=r[o]&&r[o]<="f")t=t*e+(10+r.charCodeAt(o)-Tl)>>>0;else if("A"<=r[o]&&r[o]<="F")t=t*e+(10+r.charCodeAt(o)-Bl)>>>0;else break;else break;if(t>4294967295)throw new Error("too large");o++}if(o===s)throw new Error("empty octet");return[t,o]}function Ge(r){let t=[];for(let e=0;e<=3&&r.length!==0;e++){if(e>0){if(r[0]!==".")throw new Error("Invalid IP");r=r.substring(1)}let[n,o]=Ll(r);r=r.substring(o),t.push(n)}if(r.length!==0)throw new Error("Invalid IP");switch(t.length){case 1:if(t[0]>4294967295)throw new Error("Invalid IP");return t[0]>>>0;case 2:if(t[0]>255||t[1]>16777215)throw new Error("Invalid IP");return(t[0]<<24|t[1])>>>0;case 3:if(t[0]>255||t[1]>255||t[2]>65535)throw new Error("Invalid IP");return(t[0]<<24|t[1]<<16|t[2])>>>0;case 4:if(t[0]>255||t[1]>255||t[2]>255||t[3]>255)throw new Error("Invalid IP");return(t[0]<<24|t[1]<<16|t[2]<<8|t[3])>>>0;default:throw new Error("Invalid IP")}}var Cs=class r{constructor(t,e){if(typeof t!="string")throw new Error("Missing `net' parameter");let n=e;if(!n){let o=t.split("/",2);t=o[0],n=o[1]}if(n||(n=32),typeof n=="string"&&n.indexOf(".")>-1){try{this.maskLong=Ge(n)}catch{throw new Error("Invalid mask: "+n)}this.bitmask=NaN;for(let o=32;o>=0;o--)if(this.maskLong===4294967295<<32-o>>>0){this.bitmask=o;break}}else if(n||n===0)this.bitmask=parseInt(n,10),this.maskLong=0,this.bitmask>0&&(this.maskLong=4294967295<<32-this.bitmask>>>0);else throw new Error("Invalid mask: empty");try{this.netLong=(Ge(t)&this.maskLong)>>>0}catch{throw new Error("Invalid net address: "+t)}if(!(this.bitmask<=32))throw new Error("Invalid mask for ip4: "+n);this.size=Math.pow(2,32-this.bitmask),this.base=Ot(this.netLong),this.mask=Ot(this.maskLong),this.hostmask=Ot(~this.maskLong),this.first=this.bitmask<=30?Ot(this.netLong+1):this.base,this.last=this.bitmask<=30?Ot(this.netLong+this.size-2):Ot(this.netLong+this.size-1),this.broadcast=this.bitmask<=30?Ot(this.netLong+this.size-1):void 0}contains(t){return typeof t=="string"&&(t.indexOf("/")>0||t.split(".").length!==4)&&(t=new r(t)),t instanceof r?this.contains(t.base)&&this.contains(t.broadcast||t.last):(Ge(t)&this.maskLong)>>>0===(this.netLong&this.maskLong)>>>0}next(t=1){return new r(Ot(this.netLong+this.size*t),this.mask)}forEach(t){let e=Ge(this.first),n=Ge(this.last),o=0;for(;e<=n;)t(Ot(e),e,o),o++,e++}toString(){return this.base+"/"+this.bitmask}};Ye.Netmask4Impl=Cs});var lc=Zn(Xe=>{"use strict";Object.defineProperty(Xe,"__esModule",{value:!0});Xe.Netmask6Impl=void 0;Xe.ip6bigint=Ps;Xe.bigint2ip6=Se;var Dl=Rs(),Os=(1n<<128n)-1n;function Ps(r){let t=r.indexOf("%");t!==-1&&(r=r.substring(0,t));let e=r.lastIndexOf(":");if(e!==-1&&r.indexOf(".",e)!==-1){let n=r.substring(e+1),o=(0,Dl.ip2long)(n),s=r.substring(0,e+1)+"0:0";return fc(s)&~0xffffffffn|BigInt(o)}return fc(r)}function fc(r){let t=r.indexOf("::"),e;if(t!==-1){let o=r.substring(0,t),s=r.substring(t+2),i=o===""?[]:o.split(":"),a=s===""?[]:s.split(":"),c=8-i.length-a.length;if(c<0)throw new Error("Invalid IPv6: too many groups");e=[...i,...Array(c).fill("0"),...a]}else e=r.split(":");if(e.length!==8)throw new Error("Invalid IPv6: expected 8 groups, got "+e.length);let n=0n;for(let o=0;o<8;o++){let s=e[o];if(s.length===0||s.length>4)throw new Error('Invalid IPv6: bad group "'+s+'"');let i=parseInt(s,16);if(isNaN(i)||i<0||i>65535)throw new Error('Invalid IPv6: bad group "'+s+'"');n=n<<16n|BigInt(i)}return n}function Se(r){if(r<0n||r>Os)throw new Error("Invalid IPv6 address value");let t=[];for(let i=0;i<8;i++)t.unshift(Number(r&0xffffn)),r>>=16n;let e=-1,n=0,o=-1,s=0;for(let i=0;i<8;i++)t[i]===0?o===-1?(o=i,s=1):s++:(s>n&&s>=2&&(e=o,n=s),o=-1,s=0);if(s>n&&s>=2&&(e=o,n=s),e!==-1&&e+n===8&&e>0)return t.slice(0,e).map(a=>a.toString(16)).join(":")+"::";if(e===0)return"::"+t.slice(n).map(a=>a.toString(16)).join(":");if(e>0){let i=t.slice(0,e).map(c=>c.toString(16)),a=t.slice(e+n).map(c=>c.toString(16));return i.join(":")+"::"+a.join(":")}else return t.map(i=>i.toString(16)).join(":")}var ks=class r{constructor(t,e){if(typeof t!="string")throw new Error("Missing `net' parameter");let n=e;if(n==null){let o=t.indexOf("/");o!==-1?(n=parseInt(t.substring(o+1),10),t=t.substring(0,o)):n=128}if(isNaN(n)||n<0||n>128)throw new Error("Invalid mask for IPv6: "+n);this.bitmask=n,this.bitmask===0?this.maskBigint=0n:this.maskBigint=Os>>BigInt(128-this.bitmask)<<BigInt(128-this.bitmask);try{this.netBigint=Ps(t)&this.maskBigint}catch{throw new Error("Invalid IPv6 net address: "+t)}this.size=Number(1n<<BigInt(128-this.bitmask)),this.base=Se(this.netBigint),this.mask=Se(this.maskBigint),this.hostmask=Se(~this.maskBigint&Os),this.first=this.base,this.last=Se(this.netBigint+(1n<<BigInt(128-this.bitmask))-1n),this.broadcast=void 0}contains(t){return typeof t=="string"&&t.indexOf("/")>0&&(t=new r(t)),t instanceof r?this.contains(t.base)&&this.contains(t.last):(Ps(t)&this.maskBigint)===this.netBigint}next(t=1){let e=1n<<BigInt(128-this.bitmask);return new r(Se(this.netBigint+e*BigInt(t)),this.bitmask)}forEach(t){let e=this.netBigint,n=1n<<BigInt(128-this.bitmask),o=this.netBigint+n-1n,s=0;for(;e<=o;)t(Se(e),Number(e),s),s++,e++}toString(){return this.base+"/"+this.bitmask}};Xe.Netmask6Impl=ks});var dc=Zn(ae=>{"use strict";Object.defineProperty(ae,"__esModule",{value:!0});ae.long2ip=ae.ip2long=ae.Netmask=void 0;var Rn=Rs();Object.defineProperty(ae,"ip2long",{enumerable:!0,get:function(){return Rn.ip2long}});Object.defineProperty(ae,"long2ip",{enumerable:!0,get:function(){return Rn.long2ip}});var Cl=lc(),Fs=class r{constructor(t,e){if(typeof t!="string")throw new Error("Missing `net' parameter");(t.indexOf("/")!==-1?t.substring(0,t.indexOf("/")):t).indexOf(":")!==-1?this._impl=new Cl.Netmask6Impl(t,e):this._impl=new Rn.Netmask4Impl(t,e),this.base=this._impl.base,this.mask=this._impl.mask,this.hostmask=this._impl.hostmask,this.bitmask=this._impl.bitmask,this.size=this._impl.size,this.first=this._impl.first,this.last=this._impl.last,this.broadcast=this._impl.broadcast,this._impl instanceof Rn.Netmask4Impl?(this.maskLong=this._impl.maskLong,this.netLong=this._impl.netLong):(this.maskLong=0,this.netLong=0)}contains(t){return typeof t=="string"&&(t.indexOf("/")>0?t=new r(t):t.indexOf(":")===-1&&t.split(".").length!==4&&(t=new r(t))),t instanceof r?this.contains(t.base)&&this.contains(t.broadcast||t.last):this._impl.contains(t)}next(t=1){let e=this._impl.next(t);return new r(e.base,e.bitmask)}forEach(t){this._impl.forEach(t)}toString(){return this._impl.toString()}};ae.Netmask=Fs});var Jd={};bt(Jd,{autoNAT:()=>Qd});var Pt=class extends Error{static name="AbortError";constructor(t="The operation was aborted"){super(t),this.name="AbortError"}};var lt=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},Mr=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var zr=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var rr=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var Gn=Symbol.for("@libp2p/peer-id");function qc(r){return typeof r?.handleEvent=="function"}function Vc(r){return(r!==!0&&r!==!1&&r?.once)??!1}var Kr=class extends EventTarget{#t=new Map;constructor(){super()}listenerCount(t){let e=this.#t.get(t);return e==null?0:e.length}addEventListener(t,e,n){let o=Vc(n);super.addEventListener(t,i=>{if(o){let a=this.#t.get(i.type);a!=null&&(a=a.filter(({callback:c})=>c!==e),this.#t.set(i.type,a))}qc(e)?e.handleEvent(i):e(i)},n);let s=this.#t.get(t);s==null&&(s=[],this.#t.set(t,s)),s.push({callback:e,once:o})}removeEventListener(t,e,n){super.removeEventListener(t.toString(),e??null,n);let o=this.#t.get(t);o!=null&&(o=o.filter(({callback:s})=>s!==e),this.#t.set(t,o))}safeDispatchEvent(t,e={}){return this.dispatchEvent(new CustomEvent(t,e))}};var oi=Symbol.for("@libp2p/service-capabilities"),si=Symbol.for("@libp2p/service-dependencies");var Jn={};bt(Jn,{base58btc:()=>Y,base58flickr:()=>Xc});var Lh=new Uint8Array(0);function ii(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 kt(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 ai(r){return new TextEncoder().encode(r)}function ci(r){return new TextDecoder().decode(r)}function Hc(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),u=Math.log(a)/Math.log(256),d=Math.log(256)/Math.log(a);function h(y){if(y instanceof Uint8Array||(ArrayBuffer.isView(y)?y=new Uint8Array(y.buffer,y.byteOffset,y.byteLength):Array.isArray(y)&&(y=Uint8Array.from(y))),!(y instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(y.length===0)return"";for(var w=0,m=0,l=0,g=y.length;l!==g&&y[l]===0;)l++,w++;for(var x=(g-l)*d+1>>>0,I=new Uint8Array(x);l!==g;){for(var T=y[l],C=0,O=x-1;(T!==0||C<m)&&O!==-1;O--,C++)T+=256*I[O]>>>0,I[O]=T%a>>>0,T=T/a>>>0;if(T!==0)throw new Error("Non-zero carry");m=C,l++}for(var L=x-m;L!==x&&I[L]===0;)L++;for(var k=c.repeat(w);L<x;++L)k+=r.charAt(I[L]);return k}function f(y){if(typeof y!="string")throw new TypeError("Expected String");if(y.length===0)return new Uint8Array;var w=0;if(y[w]!==" "){for(var m=0,l=0;y[w]===c;)m++,w++;for(var g=(y.length-w)*u+1>>>0,x=new Uint8Array(g);y[w];){var I=e[y.charCodeAt(w)];if(I===255)return;for(var T=0,C=g-1;(I!==0||T<l)&&C!==-1;C--,T++)I+=a*x[C]>>>0,x[C]=I%256>>>0,I=I/256>>>0;if(I!==0)throw new Error("Non-zero carry");l=T,w++}if(y[w]!==" "){for(var O=g-l;O!==g&&x[O]===0;)O++;for(var L=new Uint8Array(m+(g-O)),k=m;O!==g;)L[k++]=x[O++];return L}}}function p(y){var w=f(y);if(w)return w;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:f,decode:p}}var jc=Hc,$c=jc,fi=$c;var Yn=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")}},Xn=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 li(this,t)}},Wn=class{decoders;constructor(t){this.decoders=t}or(t){return li(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 li(r,t){return new Wn({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var Qn=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 Yn(t,e,n),this.decoder=new Xn(t,e,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function Ie({name:r,prefix:t,encode:e,decode:n}){return new Qn(r,t,e,n)}function Gt({name:r,prefix:t,alphabet:e}){let{encode:n,decode:o}=fi(e,r);return Ie({prefix:t,name:r,encode:n,decode:s=>kt(o(s))})}function Zc(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 u=0;u<o;++u){let d=t[r[u]];if(d===void 0)throw new SyntaxError(`Non-${n} character`);a=a<<e|d,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 Gc(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 Yc(r){let t={};for(let e=0;e<r.length;++e)t[r[e]]=e;return t}function $({name:r,prefix:t,bitsPerChar:e,alphabet:n}){let o=Yc(n);return Ie({prefix:t,name:r,encode(s){return Gc(s,n,e)},decode(s){return Zc(s,o,e,r)}})}var Y=Gt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Xc=Gt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var to={};bt(to,{base32:()=>Yt,base32hex:()=>tu,base32hexpad:()=>ru,base32hexpadupper:()=>nu,base32hexupper:()=>eu,base32pad:()=>Qc,base32padupper:()=>Jc,base32upper:()=>Wc,base32z:()=>ou});var Yt=$({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Wc=$({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Qc=$({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Jc=$({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),tu=$({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),eu=$({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ru=$({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),nu=$({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),ou=$({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var eo={};bt(eo,{base36:()=>nr,base36upper:()=>su});var nr=Gt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),su=Gt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var iu=pi,di=128,au=127,cu=~au,uu=Math.pow(2,31);function pi(r,t,e){t=t||[],e=e||0;for(var n=e;r>=uu;)t[e++]=r&255|di,r/=128;for(;r&cu;)t[e++]=r&255|di,r>>>=7;return t[e]=r|0,pi.bytes=e-n+1,t}var fu=ro,lu=128,hi=127;function ro(r,n){var e=0,n=n||0,o=0,s=n,i,a=r.length;do{if(s>=a)throw ro.bytes=0,new RangeError("Could not decode varint");i=r[s++],e+=o<28?(i&hi)<<o:(i&hi)*Math.pow(2,o),o+=7}while(i>=lu);return ro.bytes=s-n,e}var du=Math.pow(2,7),hu=Math.pow(2,14),pu=Math.pow(2,21),mu=Math.pow(2,28),gu=Math.pow(2,35),bu=Math.pow(2,42),yu=Math.pow(2,49),xu=Math.pow(2,56),wu=Math.pow(2,63),Eu=function(r){return r<du?1:r<hu?2:r<pu?3:r<mu?4:r<gu?5:r<bu?6:r<yu?7:r<xu?8:r<wu?9:10},Su={encode:iu,decode:fu,encodingLength:Eu},vu=Su,or=vu;function sr(r,t=0){return[or.decode(r,t),or.decode.bytes]}function Te(r,t,e=0){return or.encode(r,t,e),t}function Be(r){return or.encodingLength(r)}function De(r,t){let e=t.byteLength,n=Be(r),o=n+Be(e),s=new Uint8Array(o+e);return Te(r,s,0),Te(e,s,n),s.set(t,o),new Le(r,e,t,s)}function ce(r){let t=kt(r),[e,n]=sr(t),[o,s]=sr(t.subarray(n)),i=t.subarray(n+s);if(i.byteLength!==o)throw new Error("Incorrect length");return new Le(e,o,i,t)}function mi(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&ii(r.bytes,e.bytes)}}var Le=class{code;size;digest;bytes;constructor(t,e,n,o){this.code=t,this.size=e,this.digest=n,this.bytes=o}};function gi(r,t){let{bytes:e,version:n}=r;return n===0?Au(e,no(r),t??Y.encoder):Iu(e,no(r),t??Yt.encoder)}var bi=new WeakMap;function no(r){let t=bi.get(r);if(t==null){let e=new Map;return bi.set(r,e),e}return t}var ct=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!==ir)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==Tu)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=De(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&&mi(t.multihash,n.multihash)}toString(t){return gi(this,t)}toJSON(){return{"/":gi(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??yi(n,o,s.bytes))}else if(e[Bu]===!0){let{version:n,multihash:o,code:s}=e,i=ce(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!==ir)throw new Error(`Version 0 CID must use dag-pb (code: ${ir}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let o=yi(t,e,n.bytes);return new r(t,e,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,ir,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=kt(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 Le(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[h,f]=sr(t.subarray(e));return e+=f,h},o=n(),s=ir;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(),u=e+c,d=u-i;return{version:o,codec:s,multihashCode:a,digestSize:c,multihashSize:d,size:u}}static parse(t,e){let[n,o]=_u(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 no(s).set(n,t),s}};function _u(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 Yt.prefix:{let e=t??Yt;return[Yt.prefix,e.decode(r)]}case nr.prefix:{let e=t??nr;return[nr.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 Au(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 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 ir=112,Tu=18;function yi(r,t,e){let n=Be(r),o=n+Be(t),s=new Uint8Array(o+e.byteLength);return Te(r,s,0),Te(t,s,n),s.set(e,o),s}var Bu=Symbol.for("@ipld/js-cid/CID");var oo={};bt(oo,{identity:()=>wt});var xi=0,Lu="identity",wi=kt;function Du(r,t){if(t?.truncate!=null&&t.truncate!==r.byteLength){if(t.truncate<0||t.truncate>r.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${r.byteLength}`);r=r.subarray(0,t.truncate)}return De(xi,wi(r))}var wt={code:xi,name:Lu,encode:wi,digest:Du};function dt(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}async function Ei(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}function Et(r=0){return new Uint8Array(r)}function mt(r=0){return new Uint8Array(r)}function Ft(r,t){t==null&&(t=r.reduce((o,s)=>o+s.length,0));let e=mt(t),n=0;for(let o of r)e.set(o,n),n+=o.length;return e}var vi=Symbol.for("@achingbrain/uint8arraylist");function Si(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 Vr(r){return!!r?.[vi]}var rt=class r{bufs;length;[vi]=!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(Vr(n)){e+=n.byteLength;for(let o of n.bufs)this.bufs.push(o)}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(Vr(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=Si(this.bufs,t);return e.buf[e.index]}set(t,e){let n=Si(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(Vr(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 Ft(n,o)}subarray(t,e){let{bufs:n,length:o}=this._subList(t,e);return n.length===1?n[0]:Ft(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 u=t>=a&&t<c,d=e>a&&e<=c;if(u&&d){if(t===a&&e===c){n.push(i);break}let h=t-a;n.push(i.subarray(h,h+(e-t)));break}if(u){if(t===0){n.push(i);continue}n.push(i.subarray(t-a));continue}if(d){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(!Vr(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 h=0;h<s;h++)i[h]=-1;for(let h=0;h<o;h++)i[n[h]]=h;let a=i,c=this.byteLength-n.byteLength,u=n.byteLength-1,d;for(let h=e;h<=c;h+=d){d=0;for(let f=u;f>=0;f--){let p=this.get(h+f);if(n[f]!==p){d=Math.max(1,f-a[p]);break}}if(d===0)return h}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=mt(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=Et(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=Et(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=Et(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=mt(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=Et(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=Et(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=Et(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=Et(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=Et(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(!dt(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 so={};bt(so,{base10:()=>Cu});var Cu=Gt({prefix:"9",name:"base10",alphabet:"0123456789"});var io={};bt(io,{base16:()=>Ru,base16upper:()=>Ou});var Ru=$({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Ou=$({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var ao={};bt(ao,{base2:()=>Pu});var Pu=$({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var co={};bt(co,{base256emoji:()=>Mu});var _i=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}"),ku=_i.reduce((r,t,e)=>(r[e]=t,r),[]),Fu=_i.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function Nu(r){return r.reduce((t,e)=>(t+=ku[e],t),"")}function Uu(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let o=Fu[n];if(o==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(o)}return new Uint8Array(t)}var Mu=Ie({prefix:"\u{1F680}",name:"base256emoji",encode:Nu,decode:Uu});var fo={};bt(fo,{base64:()=>zu,base64pad:()=>Ku,base64url:()=>uo,base64urlpad:()=>qu});var zu=$({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Ku=$({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),uo=$({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),qu=$({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var lo={};bt(lo,{base8:()=>Vu});var Vu=$({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var ho={};bt(ho,{identity:()=>Hu});var Hu=Ie({prefix:"\0",name:"identity",encode:r=>ci(r),decode:r=>ai(r)});var hp=new TextEncoder,pp=new TextDecoder;var go={};bt(go,{sha256:()=>ar,sha512:()=>Gu});var Zu=20;function mo({name:r,code:t,encode:e,minDigestLength:n,maxDigestLength:o}){return new po(r,t,e,n,o)}var po=class{name;code;encode;minDigestLength;maxDigestLength;constructor(t,e,n,o,s){this.name=t,this.code=e,this.encode=n,this.minDigestLength=o??Zu,this.maxDigestLength=s}digest(t,e){if(e?.truncate!=null){if(e.truncate<this.minDigestLength)throw new Error(`Invalid truncate option, must be greater than or equal to ${this.minDigestLength}`);if(this.maxDigestLength!=null&&e.truncate>this.maxDigestLength)throw new Error(`Invalid truncate option, must be less than or equal to ${this.maxDigestLength}`)}if(t instanceof Uint8Array){let n=this.encode(t);return n instanceof Uint8Array?Ai(n,this.code,e?.truncate):n.then(o=>Ai(o,this.code,e?.truncate))}else throw Error("Unknown type, must be binary type")}};function Ai(r,t,e){if(e!=null&&e!==r.byteLength){if(e>r.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${r.byteLength}`);r=r.subarray(0,e)}return De(t,r)}function Ti(r){return async t=>new Uint8Array(await crypto.subtle.digest(r,t))}var ar=mo({name:"sha2-256",code:18,encode:Ti("SHA-256")}),Gu=mo({name:"sha2-512",code:19,encode:Ti("SHA-512")});var cr={...ho,...ao,...lo,...so,...io,...to,...eo,...Jn,...fo,...co},Ip={...go,...oo};function Li(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var Bi=Li("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),bo=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=mt(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),Yu={utf8:Bi,"utf-8":Bi,hex:cr.base16,latin1:bo,ascii:bo,binary:bo,...cr},Hr=Yu;function j(r,t="utf8"){let e=Hr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.decoder.decode(`${e.prefix}${r}`)}function Q(r,t="utf8"){let e=Hr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.encoder.encode(r).substring(1)}var Xu=parseInt("11111",2),yo=parseInt("10000000",2),Wu=parseInt("01111111",2),Di={0:ur,1:ur,2:Qu,3:ef,4:rf,5:tf,6:Ju,16:ur,22:ur,48:ur};function xo(r,t={offset:0}){let e=r[t.offset]&Xu;if(t.offset++,Di[e]!=null)return Di[e](r,t);throw new Error("No decoder for tag "+e)}function fr(r,t){let e=0;if((r[t.offset]&yo)===yo){let n=r[t.offset]&Wu,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 ur(r,t){fr(r,t);let e=[];for(;!(t.offset>=r.byteLength);){let n=xo(r,t);if(n===null)break;e.push(n)}return e}function Qu(r,t){let e=fr(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 Ju(r,t){let e=fr(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 u=r[t.offset];if(t.offset++,c.push(u&127),u<128){c.reverse();let d=0;for(let h=0;h<c.length;h++)d+=c[h]<<h*7;a+=`.${d}`,c=[]}}return a}function tf(r,t){return t.offset++,null}function ef(r,t){let e=fr(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 rf(r,t){let e=fr(r,t),n=r.subarray(t.offset,t.offset+e);return t.offset+=e,n}function nf(r){let t=r.toString(16);t.length%2===1&&(t="0"+t);let e=new rt;for(let n=0;n<t.length;n+=2)e.append(Uint8Array.from([parseInt(`${t[n]}${t[n+1]}`,16)]));return e}function wo(r){if(r.byteLength<128)return Uint8Array.from([r.byteLength]);let t=nf(r.byteLength);return new rt(Uint8Array.from([t.byteLength|yo]),t)}function Ci(r){let t=new rt,e=128;return(r.subarray()[0]&e)===e&&t.append(Uint8Array.from([0])),t.append(r),new rt(Uint8Array.from([2]),wo(t),t)}function Ri(r){let t=Uint8Array.from([0]),e=new rt(t,r);return new rt(Uint8Array.from([3]),wo(e),e)}function jr(r,t=48){let e=new rt;for(let n of r)e.append(n);return new rt(Uint8Array.from([t]),wo(e),e)}var of=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),sf=Uint8Array.from([6,5,43,129,4,0,34]),af=Uint8Array.from([6,5,43,129,4,0,35]),cf={ext:!0,kty:"EC",crv:"P-256"},uf={ext:!0,kty:"EC",crv:"P-384"},ff={ext:!0,kty:"EC",crv:"P-521"},Eo=32,So=48,vo=66;function Oi(r){let t=xo(r);return Pi(t)}function Pi(r){let t=r[1][1][0],e=1,n,o;if(t.byteLength===Eo*2+1)return n=Q(t.subarray(e,e+Eo),"base64url"),o=Q(t.subarray(e+Eo),"base64url"),new Ce({...cf,key_ops:["verify"],x:n,y:o});if(t.byteLength===So*2+1)return n=Q(t.subarray(e,e+So),"base64url"),o=Q(t.subarray(e+So),"base64url"),new Ce({...uf,key_ops:["verify"],x:n,y:o});if(t.byteLength===vo*2+1)return n=Q(t.subarray(e,e+vo),"base64url"),o=Q(t.subarray(e+vo),"base64url"),new Ce({...ff,key_ops:["verify"],x:n,y:o});throw new lt(`coordinates were wrong length, got ${t.byteLength}, expected 65, 97 or 133`)}function ki(r){return jr([Ci(Uint8Array.from([1])),jr([lf(r.crv)],160),jr([Ri(new rt(Uint8Array.from([4]),j(r.x??"","base64url"),j(r.y??"","base64url")))],161)]).subarray()}function lf(r){if(r==="P-256")return of;if(r==="P-384")return sf;if(r==="P-521")return af;throw new lt(`Invalid curve ${r}`)}var Ce=class{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){return this._raw==null&&(this._raw=ki(this.jwk)),this._raw}toMultihash(){return wt.digest(Re(this))}toCID(){return ct.createV1(114,this.toMultihash())}toString(){return Y.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}async verify(t,e,n){return Ei(this.jwk,e,t,n)}};function _o(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in r&&r.BYTES_PER_ELEMENT===1}function Wt(r,t=""){if(typeof r!="number"){let e=t&&`"${t}" `;throw new TypeError(`${e}expected number, got ${typeof r}`)}if(!Number.isSafeInteger(r)||r<0){let e=t&&`"${t}" `;throw new RangeError(`${e}expected integer >= 0, got ${r}`)}}function yt(r,t,e=""){let n=_o(r),o=r?.length,s=t!==void 0;if(!n||s&&o!==t){let i=e&&`"${e}" `,a=s?` of length ${t}`:"",c=n?`length=${o}`:`type=${typeof r}`,u=i+"expected Uint8Array"+a+", got "+c;throw n?new RangeError(u):new TypeError(u)}return r}function $r(r){if(typeof r!="function"||typeof r.create!="function")throw new TypeError("Hash must wrapped by utils.createHasher");if(Wt(r.outputLen),Wt(r.blockLen),r.outputLen<1)throw new Error('"outputLen" must be >= 1');if(r.blockLen<1)throw new Error('"blockLen" must be >= 1')}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 Zr(r,t){yt(r,void 0,"digestInto() output");let e=t.outputLen;if(r.length<e)throw new RangeError('"digestInto() output" expected to be of length >='+e)}function Ut(...r){for(let t=0;t<r.length;t++)r[t].fill(0)}function Gr(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function St(r,t){return r<<32-t|r>>>t}var Ni=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",df=Array.from({length:256},(r,t)=>t.toString(16).padStart(2,"0"));function Yr(r){if(yt(r),Ni)return r.toHex();let t="";for(let e=0;e<r.length;e++)t+=df[r[e]];return t}var Nt={_0:48,_9:57,A:65,F:70,a:97,f:102};function Fi(r){if(r>=Nt._0&&r<=Nt._9)return r-Nt._0;if(r>=Nt.A&&r<=Nt.F)return r-(Nt.A-10);if(r>=Nt.a&&r<=Nt.f)return r-(Nt.a-10)}function lr(r){if(typeof r!="string")throw new TypeError("hex string expected, got "+typeof r);if(Ni)try{return Uint8Array.fromHex(r)}catch(o){throw o instanceof SyntaxError?new RangeError(o.message):o}let t=r.length,e=t/2;if(t%2)throw new RangeError("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=Fi(r.charCodeAt(s)),a=Fi(r.charCodeAt(s+1));if(i===void 0||a===void 0){let c=r[s]+r[s+1];throw new RangeError('hex string expected, got non-hex character "'+c+'" at index '+s)}n[o]=i*16+a}return n}function Ao(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];yt(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}function Io(r,t={}){let e=(o,s)=>r(s).update(o).digest(),n=r(void 0);return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.canXOF=n.canXOF,e.create=o=>r(o),Object.assign(e,t),Object.freeze(e)}function Ui(r=32){Wt(r,"bytesLength");let t=typeof globalThis=="object"?globalThis.crypto:null;if(typeof t?.getRandomValues!="function")throw new Error("crypto.getRandomValues must be defined");if(r>65536)throw new RangeError(`"bytesLength" expected <= 65536, got ${r}`);return t.getRandomValues(new Uint8Array(r))}var To=r=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,r])});function Mi(r,t,e){return r&t^~r&e}function zi(r,t,e){return r&t^r&e^t&e}var dr=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(t,e,n,o){this.blockLen=t,this.outputLen=e,this.padOffset=n,this.isLE=o,this.buffer=new Uint8Array(t),this.view=Gr(this.buffer)}update(t){Oe(this),yt(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=Gr(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),Zr(t,this),this.finished=!0;let{buffer:e,view:n,blockLen:o,isLE:s}=this,{pos:i}=this;e[i++]=128,Ut(this.buffer.subarray(i)),this.padOffset>o-i&&(this.process(n,0),i=0);for(let h=i;h<o;h++)e[h]=0;n.setBigUint64(o-8,BigInt(this.length*8),s),this.process(n,0);let a=Gr(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let u=c/4,d=this.get();if(u>d.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<u;h++)a.setUint32(4*h,d[h],s)}digest(){let{buffer:t,outputLen:e}=this;this.digestInto(t);let n=t.slice(0,e);return this.destroy(),n}_cloneInto(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()}},Mt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var st=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]);var Xr=BigInt(4294967295),Ki=BigInt(32);function hf(r,t=!1){return t?{h:Number(r&Xr),l:Number(r>>Ki&Xr)}:{h:Number(r>>Ki&Xr)|0,l:Number(r&Xr)|0}}function qi(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}=hf(r[s],t);[n[s],o[s]]=[i,a]}return[n,o]}var Bo=(r,t,e)=>r>>>e,Lo=(r,t,e)=>r<<32-e|t>>>e,ue=(r,t,e)=>r>>>e|t<<32-e,fe=(r,t,e)=>r<<32-e|t>>>e,hr=(r,t,e)=>r<<64-e|t>>>e-32,pr=(r,t,e)=>r>>>e-32|t<<64-e;function Dt(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),Hi=(r,t,e,n)=>t+e+n+(r/2**32|0)|0,ji=(r,t,e,n)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0),$i=(r,t,e,n,o)=>t+e+n+o+(r/2**32|0)|0,Zi=(r,t,e,n,o)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0)+(o>>>0),Gi=(r,t,e,n,o,s)=>t+e+n+o+s+(r/2**32|0)|0;var mf=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]),Qt=new Uint32Array(64),Do=class extends dr{constructor(t){super(64,t,8,!1)}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 h=0;h<16;h++,e+=4)Qt[h]=t.getUint32(e,!1);for(let h=16;h<64;h++){let f=Qt[h-15],p=Qt[h-2],y=St(f,7)^St(f,18)^f>>>3,w=St(p,17)^St(p,19)^p>>>10;Qt[h]=w+Qt[h-7]+y+Qt[h-16]|0}let{A:n,B:o,C:s,D:i,E:a,F:c,G:u,H:d}=this;for(let h=0;h<64;h++){let f=St(a,6)^St(a,11)^St(a,25),p=d+f+Mi(a,c,u)+mf[h]+Qt[h]|0,w=(St(n,2)^St(n,13)^St(n,22))+zi(n,o,s)|0;d=u,u=c,c=a,a=i+p|0,i=s,s=o,o=n,n=p+w|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,u=u+this.G|0,d=d+this.H|0,this.set(n,o,s,i,a,c,u,d)}roundClean(){Ut(Qt)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),Ut(this.buffer)}},Co=class extends Do{A=Mt[0]|0;B=Mt[1]|0;C=Mt[2]|0;D=Mt[3]|0;E=Mt[4]|0;F=Mt[5]|0;G=Mt[6]|0;H=Mt[7]|0;constructor(){super(32)}};var Yi=qi(["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))),gf=Yi[0],bf=Yi[1],Jt=new Uint32Array(80),te=new Uint32Array(80),Ro=class extends dr{constructor(t){super(128,t,16,!1)}get(){let{Ah:t,Al:e,Bh:n,Bl:o,Ch:s,Cl:i,Dh:a,Dl:c,Eh:u,El:d,Fh:h,Fl:f,Gh:p,Gl:y,Hh:w,Hl:m}=this;return[t,e,n,o,s,i,a,c,u,d,h,f,p,y,w,m]}set(t,e,n,o,s,i,a,c,u,d,h,f,p,y,w,m){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=u|0,this.El=d|0,this.Fh=h|0,this.Fl=f|0,this.Gh=p|0,this.Gl=y|0,this.Hh=w|0,this.Hl=m|0}process(t,e){for(let x=0;x<16;x++,e+=4)Jt[x]=t.getUint32(e),te[x]=t.getUint32(e+=4);for(let x=16;x<80;x++){let I=Jt[x-15]|0,T=te[x-15]|0,C=ue(I,T,1)^ue(I,T,8)^Bo(I,T,7),O=fe(I,T,1)^fe(I,T,8)^Lo(I,T,7),L=Jt[x-2]|0,k=te[x-2]|0,q=ue(L,k,19)^hr(L,k,61)^Bo(L,k,6),F=fe(L,k,19)^pr(L,k,61)^Lo(L,k,6),b=ji(O,F,te[x-7],te[x-16]),E=$i(b,C,q,Jt[x-7],Jt[x-16]);Jt[x]=E|0,te[x]=b|0}let{Ah:n,Al:o,Bh:s,Bl:i,Ch:a,Cl:c,Dh:u,Dl:d,Eh:h,El:f,Fh:p,Fl:y,Gh:w,Gl:m,Hh:l,Hl:g}=this;for(let x=0;x<80;x++){let I=ue(h,f,14)^ue(h,f,18)^hr(h,f,41),T=fe(h,f,14)^fe(h,f,18)^pr(h,f,41),C=h&p^~h&w,O=f&y^~f&m,L=Zi(g,T,O,bf[x],te[x]),k=Gi(L,l,I,C,gf[x],Jt[x]),q=L|0,F=ue(n,o,28)^hr(n,o,34)^hr(n,o,39),b=fe(n,o,28)^pr(n,o,34)^pr(n,o,39),E=n&s^n&a^s&a,_=o&i^o&c^i&c;l=w|0,g=m|0,w=p|0,m=y|0,p=h|0,y=f|0,{h,l:f}=Dt(u|0,d|0,k|0,q|0),u=a|0,d=c|0,a=s|0,c=i|0,s=n|0,i=o|0;let v=Vi(q,b,_);n=Hi(v,k,F,E),o=v|0}({h:n,l:o}=Dt(this.Ah|0,this.Al|0,n|0,o|0)),{h:s,l:i}=Dt(this.Bh|0,this.Bl|0,s|0,i|0),{h:a,l:c}=Dt(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l:d}=Dt(this.Dh|0,this.Dl|0,u|0,d|0),{h,l:f}=Dt(this.Eh|0,this.El|0,h|0,f|0),{h:p,l:y}=Dt(this.Fh|0,this.Fl|0,p|0,y|0),{h:w,l:m}=Dt(this.Gh|0,this.Gl|0,w|0,m|0),{h:l,l:g}=Dt(this.Hh|0,this.Hl|0,l|0,g|0),this.set(n,o,s,i,a,c,u,d,h,f,p,y,w,m,l,g)}roundClean(){Ut(Jt,te)}destroy(){this.destroyed=!0,Ut(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},Oo=class extends Ro{Ah=st[0]|0;Al=st[1]|0;Bh=st[2]|0;Bl=st[3]|0;Ch=st[4]|0;Cl=st[5]|0;Dh=st[6]|0;Dl=st[7]|0;Eh=st[8]|0;El=st[9]|0;Fh=st[10]|0;Fl=st[11]|0;Gh=st[12]|0;Gl=st[13]|0;Hh=st[14]|0;Hl=st[15]|0;constructor(){super(64)}};var Xi=Io(()=>new Co,To(1));var Wr=Io(()=>new Oo,To(3));var M=(r,t,e)=>yt(r,t,e),ko=Wt,Pe=Yr,J=(...r)=>Ao(...r),ke=r=>lr(r),le=_o,mr=r=>Ui(r),Jr=BigInt(0),Po=BigInt(1);function vt(r,t=""){if(typeof r!="boolean"){let e=t&&`"${t}" `;throw new TypeError(e+"expected boolean, got type="+typeof r)}return r}function tn(r){if(typeof r=="bigint"){if(!Qr(r))throw new RangeError("positive bigint expected, got "+r)}else ko(r);return r}function _t(r,t=""){if(typeof r!="number"){let e=t&&`"${t}" `;throw new TypeError(e+"expected number, got type="+typeof r)}if(!Number.isSafeInteger(r)){let e=t&&`"${t}" `;throw new RangeError(e+"expected safe integer, got "+r)}}function gr(r){let t=tn(r).toString(16);return t.length&1?"0"+t:t}function Wi(r){if(typeof r!="string")throw new TypeError("hex string expected, got "+typeof r);return r===""?Jr:BigInt("0x"+r)}function de(r){return Wi(Yr(r))}function Ct(r){return Wi(Yr(br(yt(r)).reverse()))}function en(r,t){if(Wt(t),t===0)throw new RangeError("zero length");r=tn(r);let e=r.toString(16);if(e.length>t*2)throw new RangeError("number too large");return lr(e.padStart(t*2,"0"))}function Fo(r,t){return en(r,t).reverse()}function Qi(r,t){if(r=M(r),t=M(t),r.length!==t.length)return!1;let e=0;for(let n=0;n<r.length;n++)e|=r[n]^t[n];return e===0}function br(r){return Uint8Array.from(M(r))}function rn(r){if(typeof r!="string")throw new TypeError("ascii string expected, got "+typeof r);return Uint8Array.from(r,(t,e)=>{let n=t.charCodeAt(0);if(t.length!==1||n>127)throw new RangeError(`string contains non-ASCII character "${r[e]}" with code ${n} at position ${e}`);return n})}var Qr=r=>typeof r=="bigint"&&Jr<=r;function yf(r,t,e){return Qr(r)&&Qr(t)&&Qr(e)&&t<=r&&r<e}function Fe(r,t,e,n){if(!yf(t,e,n))throw new RangeError("expected valid "+r+": "+e+" <= n < "+n+", got "+t)}function Ne(r){if(r<Jr)throw new Error("expected non-negative bigint, got "+r);let t;for(t=0;r>Jr;r>>=Po,t+=1);return t}var yr=r=>(Po<<BigInt(r))-Po;function Ji(r,t,e){if(Wt(r,"hashLen"),Wt(t,"qByteLen"),typeof e!="function")throw new TypeError("hmacFn must be a function");let n=m=>new Uint8Array(m),o=Uint8Array.of(),s=Uint8Array.of(0),i=Uint8Array.of(1),a=1e3,c=n(r),u=n(r),d=0,h=()=>{c.fill(1),u.fill(0),d=0},f=(...m)=>e(u,J(c,...m)),p=(m=o)=>{u=f(s,m),c=f(),m.length!==0&&(u=f(i,m),c=f())},y=()=>{if(d++>=a)throw new Error("drbg: tried max amount of iterations");let m=0,l=[];for(;m<t;){c=f();let g=c.slice();l.push(g),m+=c.length}return J(...l)};return(m,l)=>{h(),p(m);let g;for(;(g=l(y()))===void 0;)p();return h(),g}}function At(r,t={},e={}){if(Object.prototype.toString.call(r)!=="[object Object]")throw new TypeError("expected valid options object");function n(s,i,a){if(!a&&i!=="function"&&!Object.hasOwn(r,s))throw new TypeError(`param "${s}" is invalid: expected own property`);let c=r[s];if(a&&c===void 0)return;let u=typeof c;if(u!==i||c===null)throw new TypeError(`param "${s}" is invalid: expected ${i}, got ${u}`)}let o=(s,i)=>Object.entries(s).forEach(([a,c])=>n(a,c,i));o(t,!1),o(e,!0)}var No=()=>{throw new Error("not implemented")};var it=BigInt(0),Z=BigInt(1),he=BigInt(2),na=BigInt(3),oa=BigInt(4),sa=BigInt(5),xf=BigInt(7),ia=BigInt(8),wf=BigInt(9),aa=BigInt(16);function X(r,t){if(t<=it)throw new Error("mod: expected positive modulus, got "+t);let e=r%t;return e>=it?e:t+e}function H(r,t,e){if(t<it)throw new Error("pow2: expected non-negative exponent, got "+t);let n=r;for(;t-- >it;)n*=n,n%=e;return n}function ta(r,t){if(r===it)throw new Error("invert: expected non-zero number");if(t<=it)throw new Error("invert: expected positive modulus, got "+t);let e=X(r,t),n=t,o=it,s=Z,i=Z,a=it;for(;e!==it;){let u=n/e,d=n-e*u,h=o-i*u,f=s-a*u;n=e,e=d,o=i,s=a,i=h,a=f}if(n!==Z)throw new Error("invert: does not exist");return X(o,t)}function Uo(r,t,e){let n=r;if(!n.eql(n.sqr(t),e))throw new Error("Cannot find square root")}function ca(r,t){let e=r,n=(e.ORDER+Z)/oa,o=e.pow(t,n);return Uo(e,o,t),o}function Ef(r,t){let e=r,n=(e.ORDER-sa)/ia,o=e.mul(t,he),s=e.pow(o,n),i=e.mul(t,s),a=e.mul(e.mul(i,he),s),c=e.mul(i,e.sub(a,e.ONE));return Uo(e,c,t),c}function Sf(r){let t=Ue(r),e=ua(r),n=e(t,t.neg(t.ONE)),o=e(t,n),s=e(t,t.neg(n)),i=(r+xf)/aa;return((a,c)=>{let u=a,d=u.pow(c,i),h=u.mul(d,n),f=u.mul(d,o),p=u.mul(d,s),y=u.eql(u.sqr(h),c),w=u.eql(u.sqr(f),c);d=u.cmov(d,h,y),h=u.cmov(p,f,w);let m=u.eql(u.sqr(h),c),l=u.cmov(d,h,m);return Uo(u,l,c),l})}function ua(r){if(r<na)throw new Error("sqrt is not defined for small field");let t=r-Z,e=0;for(;t%he===it;)t/=he,e++;let n=he,o=Ue(r);for(;ea(o,n)===1;)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(e===1)return ca;let s=o.pow(n,t),i=(t+Z)/he;return function(c,u){let d=c;if(d.is0(u))return u;if(ea(d,u)!==1)throw new Error("Cannot find square root");let h=e,f=d.mul(d.ONE,s),p=d.pow(u,t),y=d.pow(u,i);for(;!d.eql(p,d.ONE);){if(d.is0(p))return d.ZERO;let w=1,m=d.sqr(p);for(;!d.eql(m,d.ONE);)if(w++,m=d.sqr(m),w===h)throw new Error("Cannot find square root");let l=Z<<BigInt(h-w-1),g=d.pow(f,l);h=w,f=d.sqr(g),p=d.mul(p,f),y=d.mul(y,g)}return y}}function vf(r){return r%oa===na?ca:r%ia===sa?Ef:r%aa===wf?Sf(r):ua(r)}var zt=(r,t)=>(X(r,t)&Z)===Z,_f=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Mo(r){let t={ORDER:"bigint",BYTES:"number",BITS:"number"},e=_f.reduce((n,o)=>(n[o]="function",n),t);if(At(r,e),_t(r.BYTES,"BYTES"),_t(r.BITS,"BITS"),r.BYTES<1||r.BITS<1)throw new Error("invalid field: expected BYTES/BITS > 0");if(r.ORDER<=Z)throw new Error("invalid field: expected ORDER > 1, got "+r.ORDER);return r}function Af(r,t,e){let n=r;if(e<it)throw new Error("invalid exponent, negatives unsupported");if(e===it)return n.ONE;if(e===Z)return t;let o=n.ONE,s=t;for(;e>it;)e&Z&&(o=n.mul(o,s)),s=n.sqr(s),e>>=Z;return o}function xr(r,t,e=!1){let n=r,o=new Array(t.length).fill(e?n.ZERO:void 0),s=t.reduce((a,c,u)=>n.is0(c)?a:(o[u]=a,n.mul(a,c)),n.ONE),i=n.inv(s);return t.reduceRight((a,c,u)=>n.is0(c)?a:(o[u]=n.mul(a,o[u]),n.mul(a,c)),i),o}function ea(r,t){let e=r,n=(e.ORDER-Z)/he,o=e.pow(t,n),s=e.eql(o,e.ONE),i=e.eql(o,e.ZERO),a=e.eql(o,e.neg(e.ONE));if(!s&&!i&&!a)throw new Error("invalid Legendre symbol result");return s?1:i?0:-1}function If(r,t){if(t!==void 0&&ko(t),r<=it)throw new Error("invalid n length: expected positive n, got "+r);if(t!==void 0&&t<1)throw new Error("invalid n length: expected positive bit length, got "+t);let e=Ne(r);if(t!==void 0&&t<e)throw new Error(`invalid n length: expected bit length (${e}) >= n.length (${t})`);let n=t!==void 0?t:e,o=Math.ceil(n/8);return{nBitLength:n,nByteLength:o}}var ra=new WeakMap,nn=class{ORDER;BITS;BYTES;isLE;ZERO=it;ONE=Z;_lengths;_mod;constructor(t,e={}){if(t<=Z)throw new Error("invalid field: expected ORDER > 1, got "+t);let n;this.isLE=!1,e!=null&&typeof e=="object"&&(typeof e.BITS=="number"&&(n=e.BITS),typeof e.sqrt=="function"&&Object.defineProperty(this,"sqrt",{value:e.sqrt,enumerable:!0}),typeof e.isLE=="boolean"&&(this.isLE=e.isLE),e.allowedLengths&&(this._lengths=Object.freeze(e.allowedLengths.slice())),typeof e.modFromBytes=="boolean"&&(this._mod=e.modFromBytes));let{nBitLength:o,nByteLength:s}=If(t,n);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");this.ORDER=t,this.BITS=o,this.BYTES=s,Object.freeze(this)}create(t){return X(t,this.ORDER)}isValid(t){if(typeof t!="bigint")throw new TypeError("invalid field element: expected bigint, got "+typeof t);return it<=t&&t<this.ORDER}is0(t){return t===it}isValidNot0(t){return!this.is0(t)&&this.isValid(t)}isOdd(t){return(t&Z)===Z}neg(t){return X(-t,this.ORDER)}eql(t,e){return t===e}sqr(t){return X(t*t,this.ORDER)}add(t,e){return X(t+e,this.ORDER)}sub(t,e){return X(t-e,this.ORDER)}mul(t,e){return X(t*e,this.ORDER)}pow(t,e){return Af(this,t,e)}div(t,e){return X(t*ta(e,this.ORDER),this.ORDER)}sqrN(t){return t*t}addN(t,e){return t+e}subN(t,e){return t-e}mulN(t,e){return t*e}inv(t){return ta(t,this.ORDER)}sqrt(t){let e=ra.get(this);return e||ra.set(this,e=vf(this.ORDER)),e(this,t)}toBytes(t){return this.isLE?Fo(t,this.BYTES):en(t,this.BYTES)}fromBytes(t,e=!1){M(t);let{_lengths:n,BYTES:o,isLE:s,ORDER:i,_mod:a}=this;if(n){if(t.length<1||!n.includes(t.length)||t.length>o)throw new Error("Field.fromBytes: expected "+n+" bytes, got "+t.length);let u=new Uint8Array(o);u.set(t,s?0:u.length-t.length),t=u}if(t.length!==o)throw new Error("Field.fromBytes: expected "+o+" bytes, got "+t.length);let c=s?Ct(t):de(t);if(a&&(c=X(c,i)),!e&&!this.isValid(c))throw new Error("invalid field element: outside of range 0..ORDER");return c}invertBatch(t){return xr(this,t)}cmov(t,e,n){return vt(n,"condition"),n?e:t}};Object.freeze(nn.prototype);function Ue(r,t={}){return new nn(r,t)}function fa(r){if(typeof r!="bigint")throw new Error("field order must be bigint");if(r<=Z)throw new Error("field order must be greater than 1");let t=Ne(r-Z);return Math.ceil(t/8)}function zo(r){let t=fa(r);return t+Math.ceil(t/2)}function Ko(r,t,e=!1){M(r);let n=r.length,o=fa(t),s=Math.max(zo(t),16);if(n<s||n>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+n);let i=e?Ct(r):de(r),a=X(i,t-Z)+Z;return e?Fo(a,o):en(a,o)}var Me=BigInt(0),pe=BigInt(1);function wr(r,t){let e=t.negate();return r?e:t}function me(r,t){let e=xr(r.Fp,t.map(n=>n.Z));return t.map((n,o)=>r.fromAffine(n.toAffine(e[o])))}function pa(r,t){if(!Number.isSafeInteger(r)||r<=0||r>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+r)}function qo(r,t){pa(r,t);let e=Math.ceil(t/r)+1,n=2**(r-1),o=2**r,s=yr(r),i=BigInt(r);return{windows:e,windowSize:n,mask:s,maxNumber:o,shiftBy:i}}function la(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+=pe);let u=t*n,d=u+Math.abs(a)-1,h=a===0,f=a<0,p=t%2!==0;return{nextN:c,offset:d,isZero:h,isNeg:f,isNegF:p,offsetF:u}}var Vo=new WeakMap,ma=new WeakMap;function Ho(r){return ma.get(r)||1}function da(r){if(r!==Me)throw new Error("invalid wNAF")}var ze=class{BASE;ZERO;Fn;bits;constructor(t,e){this.BASE=t.BASE,this.ZERO=t.ZERO,this.Fn=t.Fn,this.bits=e}_unsafeLadder(t,e,n=this.ZERO){let o=t;for(;e>Me;)e&pe&&(n=n.add(o)),o=o.double(),e>>=pe;return n}precomputeWindow(t,e){let{windows:n,windowSize:o}=qo(e,this.bits),s=[],i=t,a=i;for(let c=0;c<n;c++){a=i,s.push(a);for(let u=1;u<o;u++)a=a.add(i),s.push(a);i=a.double()}return s}wNAF(t,e,n){if(!this.Fn.isValid(n))throw new Error("invalid scalar");let o=this.ZERO,s=this.BASE,i=qo(t,this.bits);for(let a=0;a<i.windows;a++){let{nextN:c,offset:u,isZero:d,isNeg:h,isNegF:f,offsetF:p}=la(n,a,i);n=c,d?s=s.add(wr(f,e[p])):o=o.add(wr(h,e[u]))}return da(n),{p:o,f:s}}wNAFUnsafe(t,e,n,o=this.ZERO){let s=qo(t,this.bits);for(let i=0;i<s.windows&&n!==Me;i++){let{nextN:a,offset:c,isZero:u,isNeg:d}=la(n,i,s);if(n=a,!u){let h=e[c];o=o.add(d?h.negate():h)}}return da(n),o}getPrecomputes(t,e,n){let o=Vo.get(e);return o||(o=this.precomputeWindow(e,t),t!==1&&(typeof n=="function"&&(o=n(o)),Vo.set(e,o))),o}cached(t,e,n){let o=Ho(t);return this.wNAF(o,this.getPrecomputes(o,t,n),e)}unsafe(t,e,n,o){let s=Ho(t);return s===1?this._unsafeLadder(t,e,o):this.wNAFUnsafe(s,this.getPrecomputes(s,t,n),e,o)}createCache(t,e){pa(e,this.bits),ma.set(t,e),Vo.delete(t)}hasCache(t){return Ho(t)!==1}};function ga(r,t,e,n){let o=t,s=r.ZERO,i=r.ZERO;for(;e>Me||n>Me;)e&pe&&(s=s.add(o)),n&pe&&(i=i.add(o)),o=o.double(),e>>=pe,n>>=pe;return{p1:s,p2:i}}function ha(r,t,e){if(t){if(t.ORDER!==r)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return Mo(t),t}else return Ue(r,{isLE:e})}function on(r,t,e={},n){if(n===void 0&&(n=r==="edwards"),!t||typeof t!="object")throw new Error(`expected valid ${r} CURVE object`);for(let c of["p","n","h"]){let u=t[c];if(!(typeof u=="bigint"&&u>Me))throw new Error(`CURVE.${c} must be positive bigint`)}let o=ha(t.p,e.Fp,n),s=ha(t.n,e.Fn,n),a=["Gx","Gy","a",r==="weierstrass"?"b":"d"];for(let c of a)if(!o.isValid(t[c]))throw new Error(`CURVE.${c} must be valid field element of CURVE.Fp`);return t=Object.freeze(Object.assign({},t)),{CURVE:t,Fp:o,Fn:s}}function sn(r,t){return function(n){let o=r(n);return{secretKey:o,publicKey:t(o)}}}var ee=BigInt(0),nt=BigInt(1),jo=BigInt(2),Tf=BigInt(8);function Bf(r,t,e,n){let o=r.sqr(e),s=r.sqr(n),i=r.add(r.mul(t.a,o),s),a=r.add(r.ONE,r.mul(t.d,r.mul(o,s)));return r.eql(i,a)}function ba(r,t={}){let e=t,n=on("edwards",r,e,e.FpFnLE),{Fp:o,Fn:s}=n,i=n.CURVE,{h:a}=i;At(e,{},{uvRatio:"function"});let c=jo<<BigInt(s.BYTES*8)-nt,u=w=>o.create(w),d=e.uvRatio===void 0?(w,m)=>{try{return{isValid:!0,value:o.sqrt(o.div(w,m))}}catch{return{isValid:!1,value:ee}}}:e.uvRatio;if(!Bf(o,i,i.Gx,i.Gy))throw new Error("bad curve params: generator point");function h(w,m,l=!1){let g=l?nt:ee;return Fe("coordinate "+w,m,g,c),m}function f(w){if(!(w instanceof p))throw new Error("EdwardsPoint expected")}class p{static BASE=new p(i.Gx,i.Gy,nt,u(i.Gx*i.Gy));static ZERO=new p(ee,nt,nt,ee);static Fp=o;static Fn=s;X;Y;Z;T;constructor(m,l,g,x){this.X=h("x",m),this.Y=h("y",l),this.Z=h("z",g,!0),this.T=h("t",x),Object.freeze(this)}static CURVE(){return i}static fromAffine(m){if(m instanceof p)throw new Error("extended point not allowed");let{x:l,y:g}=m||{};return h("x",l),h("y",g),new p(l,g,nt,u(l*g))}static fromBytes(m,l=!1){let g=o.BYTES,{a:x,d:I}=i;m=br(M(m,g,"point")),vt(l,"zip215");let T=br(m),C=m[g-1];T[g-1]=C&-129;let O=Ct(T),L=l?c:o.ORDER;Fe("point.y",O,ee,L);let k=u(O*O),q=u(k-nt),F=u(I*k-x),{isValid:b,value:E}=d(q,F);if(!b)throw new Error("bad point: invalid y coordinate");let _=(E&nt)===nt,v=(C&128)!==0;if(!l&&E===ee&&v)throw new Error("bad point: x=0 and x_0=1");return v!==_&&(E=u(-E)),p.fromAffine({x:E,y:O})}static fromHex(m,l=!1){return p.fromBytes(ke(m),l)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(m=8,l=!0){return y.createCache(this,m),l||this.multiply(jo),this}assertValidity(){let m=this,{a:l,d:g}=i;if(m.is0())throw new Error("bad point: ZERO");let{X:x,Y:I,Z:T,T:C}=m,O=u(x*x),L=u(I*I),k=u(T*T),q=u(k*k),F=u(O*l),b=u(k*u(F+L)),E=u(q+u(g*u(O*L)));if(b!==E)throw new Error("bad point: equation left != right (1)");let _=u(x*I),v=u(T*C);if(_!==v)throw new Error("bad point: equation left != right (2)")}equals(m){f(m);let{X:l,Y:g,Z:x}=this,{X:I,Y:T,Z:C}=m,O=u(l*C),L=u(I*x),k=u(g*C),q=u(T*x);return O===L&&k===q}is0(){return this.equals(p.ZERO)}negate(){return new p(u(-this.X),this.Y,this.Z,u(-this.T))}double(){let{a:m}=i,{X:l,Y:g,Z:x}=this,I=u(l*l),T=u(g*g),C=u(jo*u(x*x)),O=u(m*I),L=l+g,k=u(u(L*L)-I-T),q=O+T,F=q-C,b=O-T,E=u(k*F),_=u(q*b),v=u(k*b),S=u(F*q);return new p(E,_,S,v)}add(m){f(m);let{a:l,d:g}=i,{X:x,Y:I,Z:T,T:C}=this,{X:O,Y:L,Z:k,T:q}=m,F=u(x*O),b=u(I*L),E=u(C*g*q),_=u(T*k),v=u((x+I)*(O+L)-F-b),S=_-E,A=_+E,D=u(b-l*F),B=u(v*S),R=u(A*D),P=u(v*D),U=u(S*A);return new p(B,R,U,P)}subtract(m){return f(m),this.add(m.negate())}multiply(m){if(!s.isValidNot0(m))throw new RangeError("invalid scalar: expected 1 <= sc < curve.n");let{p:l,f:g}=y.cached(this,m,x=>me(p,x));return me(p,[l,g])[0]}multiplyUnsafe(m){if(!s.isValid(m))throw new RangeError("invalid scalar: expected 0 <= sc < curve.n");return m===ee?p.ZERO:this.is0()||m===nt?this:y.unsafe(this,m,l=>me(p,l))}isSmallOrder(){return this.clearCofactor().is0()}isTorsionFree(){return y.unsafe(this,i.n).is0()}toAffine(m){let l=this,g=m,{X:x,Y:I,Z:T}=l,C=l.is0();g==null&&(g=C?Tf:o.inv(T));let O=u(x*g),L=u(I*g),k=o.mul(T,g);if(C)return{x:ee,y:nt};if(k!==nt)throw new Error("invZ was invalid");return{x:O,y:L}}clearCofactor(){return a===nt?this:this.multiplyUnsafe(a)}toBytes(){let{x:m,y:l}=this.toAffine(),g=o.toBytes(l);return g[g.length-1]|=m&nt?128:0,g}toHex(){return Pe(this.toBytes())}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}let y=new ze(p,s.BITS);return s.BITS>=8&&p.BASE.precompute(8),Object.freeze(p.prototype),Object.freeze(p),p}var an=class{static BASE;static ZERO;static Fp;static Fn;ep;constructor(t){this.ep=t}static fromBytes(t){No()}static fromHex(t){No()}get x(){return this.toAffine().x}get y(){return this.toAffine().y}clearCofactor(){return this}assertValidity(){this.ep.assertValidity()}toAffine(t){return this.ep.toAffine(t)}toHex(){return Pe(this.toBytes())}toString(){return this.toHex()}isTorsionFree(){return!0}isSmallOrder(){return!1}add(t){return this.assertSame(t),this.init(this.ep.add(t.ep))}subtract(t){return this.assertSame(t),this.init(this.ep.subtract(t.ep))}multiply(t){return this.init(this.ep.multiply(t))}multiplyUnsafe(t){return this.init(this.ep.multiplyUnsafe(t))}double(){return this.init(this.ep.double())}negate(){return this.init(this.ep.negate())}precompute(t,e){return this.ep.precompute(t,e),this}};function ya(r,t,e={}){if(typeof t!="function")throw new Error('"hash" function param is required');let n=t,o=e;At(o,{},{adjustScalarBytes:"function",randomBytes:"function",domain:"function",prehash:"function",zip215:"boolean",mapToCurve:"function"});let{prehash:s}=o,{BASE:i,Fp:a,Fn:c}=r,u=n.outputLen,d=2*a.BYTES;if(u!==void 0&&(_t(u,"hash.outputLen"),u!==d))throw new Error(`hash.outputLen must be ${d}, got ${u}`);let h=o.randomBytes===void 0?mr:o.randomBytes,f=o.adjustScalarBytes===void 0?b=>b:o.adjustScalarBytes,p=o.domain===void 0?(b,E,_)=>{if(vt(_,"phflag"),E.length||_)throw new Error("Contexts/pre-hash are not supported");return b}:o.domain;function y(b){return c.create(Ct(b))}function w(b){let E=O.secretKey;M(b,O.secretKey,"secretKey");let _=M(n(b),2*E,"hashedSecretKey"),v=f(_.slice(0,E)),S=_.slice(E,2*E),A=y(v);return{head:v,prefix:S,scalar:A}}function m(b){let{head:E,prefix:_,scalar:v}=w(b),S=i.multiply(v),A=S.toBytes();return{head:E,prefix:_,scalar:v,point:S,pointBytes:A}}function l(b){return m(b).pointBytes}function g(b=Uint8Array.of(),...E){let _=J(...E);return y(n(p(_,M(b,void 0,"context"),!!s)))}function x(b,E,_={}){b=M(b,void 0,"message"),s&&(b=s(b));let{prefix:v,scalar:S,pointBytes:A}=m(E),D=g(_.context,v,b),B=i.multiply(D).toBytes(),R=g(_.context,B,A,b),P=c.create(D+R*S);if(!c.isValid(P))throw new Error("sign failed: invalid s");let U=J(B,c.toBytes(P));return M(U,O.signature,"result")}let I={zip215:o.zip215};function T(b,E,_,v=I){let{context:S}=v,A=v.zip215===void 0?!!I.zip215:v.zip215,D=O.signature;b=M(b,D,"signature"),E=M(E,void 0,"message"),_=M(_,O.publicKey,"publicKey"),A!==void 0&&vt(A,"zip215"),s&&(E=s(E));let B=D/2,R=b.subarray(0,B),P=Ct(b.subarray(B,D)),U,z,N;try{U=r.fromBytes(_,A),z=r.fromBytes(R,A),N=i.multiplyUnsafe(P)}catch{return!1}if(!A&&U.isSmallOrder())return!1;let W=g(S,R,_,E);return z.add(U.multiplyUnsafe(W)).subtract(N).clearCofactor().is0()}let C=a.BYTES,O={secretKey:C,publicKey:C,signature:2*C,seed:C};function L(b){return b=b===void 0?h(O.seed):b,M(b,O.seed,"seed")}function k(b){return le(b)&&b.length===O.secretKey}function q(b,E){try{return!!r.fromBytes(b,E===void 0?I.zip215:E)}catch{return!1}}let F={getExtendedPublicKey:m,randomSecretKey:L,isValidSecretKey:k,isValidPublicKey:q,toMontgomery(b){let{y:E}=r.fromBytes(b),_=O.publicKey,v=_===32;if(!v&&_!==57)throw new Error("only defined for 25519 and 448");let S=v?a.div(nt+E,nt-E):a.div(E-nt,E+nt);return a.toBytes(S)},toMontgomerySecret(b){let E=O.secretKey;M(b,E);let _=n(b.subarray(0,E));return f(_).subarray(0,E)}};return Object.freeze(O),Object.freeze(F),Object.freeze({keygen:sn(L,l),getPublicKey:l,sign:x,verify:T,utils:F,Point:r,lengths:O})}function Er(r,t){if(_t(r),_t(t),t<0||t>4)throw new Error("invalid I2OSP length: "+t);if(r<0||r>2**(8*t)-1)throw new Error("invalid I2OSP input: "+r);let e=Array.from({length:t}).fill(0);for(let n=t-1;n>=0;n--)e[n]=r&255,r>>>=8;return new Uint8Array(e)}function Lf(r,t){let e=new Uint8Array(r.length);for(let n=0;n<r.length;n++)e[n]=r[n]^t[n];return e}function Df(r){if(!le(r)&&typeof r!="string")throw new Error("DST must be Uint8Array or ascii string");let t=typeof r=="string"?rn(r):r;if(t.length===0)throw new Error("DST must be non-empty");return t}function $o(r,t,e,n){M(r),_t(e),t=Df(t),t.length>255&&(t=n(J(rn("H2C-OVERSIZE-DST-"),t)));let{outputLen:o,blockLen:s}=n,i=Math.ceil(e/o);if(e>65535||i>255)throw new Error("expand_message_xmd: invalid lenInBytes");let a=J(t,Er(t.length,1)),c=new Uint8Array(s),u=Er(e,2),d=new Array(i),h=n(J(c,r,u,Er(0,1),a));d[0]=n(J(h,Er(1,1),a));for(let p=1;p<i;p++){let y=[Lf(h,d[p-1]),Er(p+1,1),a];d[p]=n(J(...y))}return J(...d).slice(0,e)}var xa="HashToScalar-";var Cf=BigInt(0),Kt=BigInt(1),wa=BigInt(2);var Rf=BigInt(5),Of=BigInt(8),Ke=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed"),Xo={p:Ke,n:BigInt("0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3ed"),h:Of,a:BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec"),d:BigInt("0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3"),Gx:BigInt("0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a"),Gy:BigInt("0x6666666666666666666666666666666666666666666666666666666666666658")};function Pf(r){let t=BigInt(10),e=BigInt(20),n=BigInt(40),o=BigInt(80),s=Ke,a=r*r%s*r%s,c=H(a,wa,s)*a%s,u=H(c,Kt,s)*r%s,d=H(u,Rf,s)*u%s,h=H(d,t,s)*d%s,f=H(h,e,s)*h%s,p=H(f,n,s)*f%s,y=H(p,o,s)*p%s,w=H(y,o,s)*p%s,m=H(w,t,s)*d%s;return{pow_p_5_8:H(m,wa,s)*r%s,b2:a}}function kf(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}var Zo=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752");function Wo(r,t){let e=Ke,n=X(t*t*t,e),o=X(n*n*t,e),s=Pf(r*o).pow_p_5_8,i=X(r*n*s,e),a=X(t*i*i,e),c=i,u=X(i*Zo,e),d=a===r,h=a===X(-r,e),f=a===X(-r*Zo,e);return d&&(i=c),(h||f)&&(i=u),zt(i,e)&&(i=X(-i,e)),{isValid:d||h,value:i}}var ne=ba(Xo,{uvRatio:Wo}),re=ne.Fp,va=ne.Fn;function Ff(r){return ya(ne,Wr,Object.assign({adjustScalarBytes:kf,zip215:!0},r))}var _a=Ff({});var Go=Zo,Nf=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),Uf=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),Mf=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),zf=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),Ea=r=>Wo(Kt,r),Kf=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),Yo=r=>re.create(Ct(r)&Kf);function Sa(r){let{d:t}=Xo,e=Ke,n=l=>re.create(l),o=n(Go*r*r),s=n((o+Kt)*Mf),i=BigInt(-1),a=n((i-t*o)*n(o+t)),{isValid:c,value:u}=Wo(s,a),d=n(u*r);zt(d,e)||(d=n(-d)),c||(u=d),c||(i=o);let h=n(i*(o-Kt)*zf-a),f=u*u,p=n((u+u)*a),y=n(h*Nf),w=n(Kt-f),m=n(Kt+f);return new ne(n(p*m),n(w*y),n(y*m),n(p*w))}var oe=class r extends an{static BASE=new r(ne.BASE);static ZERO=new r(ne.ZERO);static Fp=re;static Fn=va;constructor(t){super(t)}static fromAffine(t){return new r(ne.fromAffine(t))}assertSame(t){if(!(t instanceof r))throw new Error("RistrettoPoint expected")}init(t){return new r(t)}static fromBytes(t){yt(t,32);let{a:e,d:n}=Xo,o=Ke,s=I=>re.create(I),i=Yo(t);if(!Qi(re.toBytes(i),t)||zt(i,o))throw new Error("invalid ristretto255 encoding 1");let a=s(i*i),c=s(Kt+e*a),u=s(Kt-e*a),d=s(c*c),h=s(u*u),f=s(e*n*d-h),{isValid:p,value:y}=Ea(s(f*h)),w=s(y*u),m=s(y*w*f),l=s((i+i)*w);zt(l,o)&&(l=s(-l));let g=s(c*m),x=s(l*g);if(!p||zt(x,o)||g===Cf)throw new Error("invalid ristretto255 encoding 2");return new r(new ne(l,g,Kt,x))}static fromHex(t){return r.fromBytes(lr(t))}toBytes(){let{X:t,Y:e,Z:n,T:o}=this.ep,s=Ke,i=m=>re.create(m),a=i(i(n+e)*i(n-e)),c=i(t*e),u=i(c*c),{value:d}=Ea(i(a*u)),h=i(d*a),f=i(d*c),p=i(h*f*o),y;if(zt(o*p,s)){let m=i(e*Go),l=i(t*Go);t=m,e=l,y=i(h*Uf)}else y=f;zt(t*p,s)&&(e=i(-e));let w=i((n-e)*y);return zt(w,s)&&(w=i(-w)),re.toBytes(w)}equals(t){this.assertSame(t);let{X:e,Y:n}=this.ep,{X:o,Y:s}=t.ep,i=u=>re.create(u),a=i(e*s)===i(n*o),c=i(n*s)===i(e*o);return a||c}is0(){return this.equals(r.ZERO)}};Object.freeze(oe.BASE);Object.freeze(oe.ZERO);Object.freeze(oe.prototype);Object.freeze(oe);var qf=Object.freeze({Point:oe,hashToCurve(r,t){let e=t?.DST===void 0?"ristretto255_XMD:SHA-512_R255MAP_RO_":t.DST,n=$o(r,e,64,Wr);return qf.deriveToCurve(n)},hashToScalar(r,t={DST:xa}){let e=$o(r,t.DST,64,Wr);return va.create(Ct(e))},deriveToCurve(r){yt(r,64);let t=Yo(r.subarray(0,32)),e=Sa(t),n=Yo(r.subarray(32,64)),o=Sa(n);return new oe(e.add(o))}});var Sr=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}},cn=class extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}};var Aa={get(r=globalThis){let t=r.crypto;if(t?.subtle==null)throw new cn("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 un=Aa;var fn=32;var Qo,Vf=(async()=>{try{return await un.get().subtle.generateKey({name:"Ed25519"},!0,["sign","verify"]),!0}catch{return!1}})();async function Hf(r,t,e){if(r.buffer instanceof ArrayBuffer){let n=await un.get().subtle.importKey("raw",r.buffer,{name:"Ed25519"},!1,["verify"]);return await un.get().subtle.verify({name:"Ed25519"},n,t,e instanceof Uint8Array?e:e.subarray())}throw new TypeError("WebCrypto does not support SharedArrayBuffer for Ed25519 keys")}function jf(r,t,e){return _a.verify(t,e instanceof Uint8Array?e:e.subarray(),r)}async function Ia(r,t,e){return Qo==null&&(Qo=await Vf),Qo?Hf(r,t,e):jf(r,t,e)}function ln(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}var dn=class{type="Ed25519";raw;constructor(t){this.raw=Jo(t,fn)}toMultihash(){return wt.digest(Re(this))}toCID(){return ct.createV1(114,this.toMultihash())}toString(){return Y.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}verify(t,e,n){n?.signal?.throwIfAborted();let o=Ia(this.raw,e,t);return ln(o)?o.then(s=>(n?.signal?.throwIfAborted(),s)):o}};function Ba(r){return r=Jo(r,fn),new dn(r)}function Jo(r,t){if(r=Uint8Array.from(r??[]),r.length!==t)throw new lt(`Key must be a Uint8Array of length ${t}, got ${r.length}`);return r}var Zf=Math.pow(2,7),Gf=Math.pow(2,14),Yf=Math.pow(2,21),ts=Math.pow(2,28),es=Math.pow(2,35),rs=Math.pow(2,42),ns=Math.pow(2,49),K=128,ut=127;function gt(r){if(r<Zf)return 1;if(r<Gf)return 2;if(r<Yf)return 3;if(r<ts)return 4;if(r<es)return 5;if(r<rs)return 6;if(r<ns)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function qe(r,t,e=0){switch(gt(r)){case 8:t[e++]=r&255|K,r/=128;case 7:t[e++]=r&255|K,r/=128;case 6:t[e++]=r&255|K,r/=128;case 5:t[e++]=r&255|K,r/=128;case 4:t[e++]=r&255|K,r>>>=7;case 3:t[e++]=r&255|K,r>>>=7;case 2:t[e++]=r&255|K,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Xf(r,t,e=0){switch(gt(r)){case 8:t.set(e++,r&255|K),r/=128;case 7:t.set(e++,r&255|K),r/=128;case 6:t.set(e++,r&255|K),r/=128;case 5:t.set(e++,r&255|K),r/=128;case 4:t.set(e++,r&255|K),r>>>=7;case 3:t.set(e++,r&255|K),r>>>=7;case 2:t.set(e++,r&255|K),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function os(r,t){let e=r[t],n=0;if(n+=e&ut,e<K||(e=r[t+1],n+=(e&ut)<<7,e<K)||(e=r[t+2],n+=(e&ut)<<14,e<K)||(e=r[t+3],n+=(e&ut)<<21,e<K)||(e=r[t+4],n+=(e&ut)*ts,e<K)||(e=r[t+5],n+=(e&ut)*es,e<K)||(e=r[t+6],n+=(e&ut)*rs,e<K)||(e=r[t+7],n+=(e&ut)*ns,e<K))return n;throw new RangeError("Could not decode varint")}function Wf(r,t){let e=r.get(t),n=0;if(n+=e&ut,e<K||(e=r.get(t+1),n+=(e&ut)<<7,e<K)||(e=r.get(t+2),n+=(e&ut)<<14,e<K)||(e=r.get(t+3),n+=(e&ut)<<21,e<K)||(e=r.get(t+4),n+=(e&ut)*ts,e<K)||(e=r.get(t+5),n+=(e&ut)*es,e<K)||(e=r.get(t+6),n+=(e&ut)*rs,e<K)||(e=r.get(t+7),n+=(e&ut)*ns,e<K))return n;throw new RangeError("Could not decode varint")}function La(r,t,e=0){return t==null&&(t=mt(gt(r))),t instanceof Uint8Array?qe(r,t,e):Xf(r,t,e)}function vr(r,t=0){return r instanceof Uint8Array?os(r,t):Wf(r,t)}var ss=new Float32Array([-0]),se=new Uint8Array(ss.buffer);function Ca(r,t,e){ss[0]=r,t[e]=se[0],t[e+1]=se[1],t[e+2]=se[2],t[e+3]=se[3]}function Ra(r,t){return se[0]=r[t],se[1]=r[t+1],se[2]=r[t+2],se[3]=r[t+3],ss[0]}var is=new Float64Array([-0]),ft=new Uint8Array(is.buffer);function Oa(r,t,e){is[0]=r,t[e]=ft[0],t[e+1]=ft[1],t[e+2]=ft[2],t[e+3]=ft[3],t[e+4]=ft[4],t[e+5]=ft[5],t[e+6]=ft[6],t[e+7]=ft[7]}function Pa(r,t){return ft[0]=r[t],ft[1]=r[t+1],ft[2]=r[t+2],ft[3]=r[t+3],ft[4]=r[t+4],ft[5]=r[t+5],ft[6]=r[t+6],ft[7]=r[t+7],is[0]}var Qf=BigInt(Number.MAX_SAFE_INTEGER),Jf=BigInt(Number.MIN_SAFE_INTEGER),xt=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 ge;if(t<Qf&&t>Jf)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>ka&&(o=0n,++n>ka&&(n=0n))),new r(Number(o),Number(n))}static fromNumber(t){if(t===0)return ge;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):ge}},ge=new xt(0,0);ge.toBigInt=function(){return 0n};ge.zzEncode=ge.zzDecode=function(){return this};ge.length=function(){return 1};var ka=4294967296n;function Fa(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 Na(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 as(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 It(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function hn(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var cs=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,It(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 It(this,4);return hn(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw It(this,4);return hn(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw It(this,4);let t=Ra(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw It(this,4);let t=Pa(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 It(this,t);return this.pos+=t,e===n?new Uint8Array(0):this.buf.subarray(e,n)}string(){let t=this.bytes();return Na(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw It(this,t);this.pos+=t}else do if(this.pos>=this.len)throw It(this);while((this.buf[this.pos++]&128)!==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 xt(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 It(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 It(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 It(this,8);let t=hn(this.buf,this.pos+=4),e=hn(this.buf,this.pos+=4);return new xt(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=os(this.buf,this.pos);return this.pos+=gt(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 _r(r){return new cs(r instanceof Uint8Array?r:r.subarray())}function qt(r,t,e){let n=_r(r);return t.decode(n,void 0,e)}function us(r){let t=r??8192,e=t>>>1,n,o=t;return function(i){if(i<1||i>e)return mt(i);o+i>t&&(n=mt(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 fs(){}var ds=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},tl=us();function el(r){return globalThis.Buffer!=null?mt(r):tl(r)}var Ir=class{len;head;tail;states;constructor(){this.len=0,this.head=new be(fs,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 hs((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(pn,10,xt.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=xt.fromBigInt(t);return this._push(pn,e.length(),e)}uint64Number(t){return this._push(qe,gt(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=xt.fromBigInt(t).zzEncode();return this._push(pn,e.length(),e)}sint64Number(t){let e=xt.fromNumber(t).zzEncode();return this._push(pn,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(ls,1,t?1:0)}fixed32(t){return this._push(Ar,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=xt.fromBigInt(t);return this._push(Ar,4,e.lo)._push(Ar,4,e.hi)}fixed64Number(t){let e=xt.fromNumber(t);return this._push(Ar,4,e.lo)._push(Ar,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(Ca,4,t)}double(t){return this._push(Oa,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(ls,1,0):this.uint32(e)._push(nl,e,t)}string(t){let e=Fa(t);return e!==0?this.uint32(e)._push(as,e,t):this._push(ls,1,0)}fork(){return this.states=new ds(this),this.head=this.tail=new be(fs,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(fs,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=el(this.len),n=0;for(;t!=null;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e}};function ls(r,t,e){t[e]=r&255}function rl(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var hs=class extends be{next;constructor(t,e){super(rl,t,e),this.next=void 0}};function pn(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 Ar(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 nl(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(Ir.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(ol,t,r),this},Ir.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(sl,t,r),this});function ol(r,t,e){t.set(r,e)}function sl(r,t,e){r.length<40?as(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(j(r),e)}function ps(){return new Ir}function Vt(r,t){let e=ps();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}function*Ht(r,t,e){let n=_r(r);yield*t.stream(n,void 0,"$",e)}var mn={VARINT:0,BIT64:1,LENGTH_DELIMITED:2,START_GROUP:3,END_GROUP:4,BIT32:5};function gn(r,t,e,n,o){return{name:r,type:t,encode:e,decode:n,stream:o}}function Ve(r){function t(s){if(r[s.toString()]==null)throw new Error("Invalid enum value");return r[s]}let e=function(i,a){let c=t(i);a.int32(c)},n=function(i){let a=i.int32();return t(a)},o=function*(i){let a=i.int32();yield t(a)};return gn("enum",mn.VARINT,e,n,o)}function jt(r,t,e){return gn("message",mn.LENGTH_DELIMITED,r,t,e)}var Tr=class extends Error{code="ERR_MAX_LENGTH";name="MaxLengthError"};var ht;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.secp256k1="secp256k1",r.ECDSA="ECDSA"})(ht||(ht={}));var ms;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.secp256k1=2]="secp256k1",r[r.ECDSA=3]="ECDSA"})(ms||(ms={}));(function(r){r.codec=()=>Ve(ms)})(ht||(ht={}));var Br;(function(r){let t;r.codec=()=>(t==null&&(t=jt((s,i,a={})=>{a.lengthDelimited!==!1&&i.fork(),s.Type!=null&&(i.uint32(8),ht.codec().encode(s.Type,i)),s.Data!=null&&(i.uint32(18),i.bytes(s.Data)),a.lengthDelimited!==!1&&i.ldelim()},(s,i,a={})=>{let c={},u=i==null?s.len:s.pos+i;for(;s.pos<u;){let d=s.uint32();switch(d>>>3){case 1:{c.Type=ht.codec().decode(s);break}case 2:{c.Data=s.bytes();break}default:{s.skipType(d&7);break}}}return c},function*(s,i,a,c={}){let u=i==null?s.len:s.pos+i;for(;s.pos<u;){let d=s.uint32();switch(d>>>3){case 1:{yield{field:`${a}.Type`,value:ht.codec().decode(s)};break}case 2:{yield{field:`${a}.Data`,value:s.bytes()};break}default:{s.skipType(d&7);break}}}})),t);function e(s){return Vt(s,r.codec())}r.encode=e;function n(s,i){return qt(s,r.codec(),i)}r.decode=n;function o(s,i){return Ht(s,r.codec(),i)}r.stream=o})(Br||(Br={}));var gs;(function(r){let t;r.codec=()=>(t==null&&(t=jt((s,i,a={})=>{a.lengthDelimited!==!1&&i.fork(),s.Type!=null&&(i.uint32(8),ht.codec().encode(s.Type,i)),s.Data!=null&&(i.uint32(18),i.bytes(s.Data)),a.lengthDelimited!==!1&&i.ldelim()},(s,i,a={})=>{let c={},u=i==null?s.len:s.pos+i;for(;s.pos<u;){let d=s.uint32();switch(d>>>3){case 1:{c.Type=ht.codec().decode(s);break}case 2:{c.Data=s.bytes();break}default:{s.skipType(d&7);break}}}return c},function*(s,i,a,c={}){let u=i==null?s.len:s.pos+i;for(;s.pos<u;){let d=s.uint32();switch(d>>>3){case 1:{yield{field:`${a}.Type`,value:ht.codec().decode(s)};break}case 2:{yield{field:`${a}.Data`,value:s.bytes()};break}default:{s.skipType(d&7);break}}}})),t);function e(s){return Vt(s,r.codec())}r.encode=e;function n(s,i){return qt(s,r.codec(),i)}r.decode=n;function o(s,i){return Ht(s,r.codec(),i)}r.stream=o})(gs||(gs={}));var bn=class{oHash;iHash;blockLen;outputLen;canXOF=!1;finished=!1;destroyed=!1;constructor(t,e){if($r(t),yt(e,void 0,"key"),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 n=this.blockLen,o=new Uint8Array(n);o.set(e.length>n?t.create().update(e).digest():e);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=t.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),Ut(o)}update(t){return Oe(this),this.iHash.update(t),this}digestInto(t){Oe(this),Zr(t,this),this.finished=!0;let e=t.subarray(0,this.outputLen);this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(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()}},Ma=(()=>{let r=((t,e,n)=>new bn(t,e).update(n).digest());return r.create=(t,e)=>new bn(t,e),r})();var za=(r,t)=>(r+(r>=0?t:-t)/Ka)/t;function al(r,t,e){Fe("scalar",r,Rt,e);let[[n,o],[s,i]]=t,a=za(i*r,e),c=za(-o*r,e),u=r-a*n-c*s,d=-a*o-c*i,h=u<Rt,f=d<Rt;h&&(u=-u),f&&(d=-d);let p=yr(Math.ceil(Ne(e)/2))+ie;if(u<Rt||u>=p||d<Rt||d>=p)throw new Error("splitScalar (endomorphism): failed for k");return{k1neg:h,k1:u,k2neg:f,k2:d}}function ys(r){if(!["compact","recovered","der"].includes(r))throw new Error('Signature format must be "compact", "recovered", or "der"');return r}function bs(r,t){At(r);let e={};for(let n of Object.keys(t))e[n]=r[n]===void 0?t[n]:r[n];return vt(e.lowS,"lowS"),vt(e.prehash,"prehash"),e.format!==void 0&&ys(e.format),e}var xs=class extends Error{constructor(t=""){super(t)}},Tt={Err:xs,_tlv:{encode:(r,t)=>{let{Err:e}=Tt;if(_t(r,"tag"),r<0||r>255)throw new e("tlv.encode: wrong tag");if(typeof t!="string")throw new TypeError('"data" expected string, got type='+typeof t);if(t.length&1)throw new e("tlv.encode: unpadded data");let n=t.length/2,o=gr(n);if(o.length/2&128)throw new e("tlv.encode: long form length too big");let s=n>127?gr(o.length/2|128):"";return gr(r)+s+o+t},decode(r,t){let{Err:e}=Tt;t=M(t,void 0,"DER data");let n=0;if(r<0||r>255)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 u=t.subarray(n,n+c);if(u.length!==c)throw new e("tlv.decode: length bytes not complete");if(u[0]===0)throw new e("tlv.decode(long): zero leftmost byte");for(let d of u)i=i<<8|d;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}=Tt;if(tn(r),r<Rt)throw new t("integer: negative integers are not allowed");let e=gr(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}=Tt;if(r.length<1)throw new t("invalid signature integer: empty");if(r[0]&128)throw new t("invalid signature integer: negative");if(r.length>1&&r[0]===0&&!(r[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return de(r)}},toSig(r){let{Err:t,_int:e,_tlv:n}=Tt,o=M(r,void 0,"signature"),{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:u,l:d}=n.decode(2,c);if(d.length)throw new t("invalid signature: left bytes after parsing");return{r:e.decode(a),s:e.decode(u)}},hexFromSig(r){let{_tlv:t,_int:e}=Tt,n=t.encode(2,e.encode(r.r)),o=t.encode(2,e.encode(r.s)),s=n+o;return t.encode(48,s)}};Object.freeze(Tt._tlv);Object.freeze(Tt._int);Object.freeze(Tt);var Rt=BigInt(0),ie=BigInt(1),Ka=BigInt(2),yn=BigInt(3),cl=BigInt(4);function qa(r,t={}){let e=on("weierstrass",r,t),n=e.Fp,o=e.Fn,s=e.CURVE,{h:i,n:a}=s;At(t,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object"});let{endo:c,allowInfinityPoint:u}=t;if(c&&(!n.is0(s.a)||typeof c.beta!="bigint"||!Array.isArray(c.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');let d=Ha(n,o);function h(){if(!n.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function f(F,b,E){if(u&&b.is0())return Uint8Array.of(0);let{x:_,y:v}=b.toAffine(),S=n.toBytes(_);if(vt(E,"isCompressed"),E){h();let A=!n.isOdd(v);return J(Va(A),S)}else return J(Uint8Array.of(4),S,n.toBytes(v))}function p(F){M(F,void 0,"Point");let{publicKey:b,publicKeyUncompressed:E}=d,_=F.length,v=F[0],S=F.subarray(1);if(u&&_===1&&v===0)return{x:n.ZERO,y:n.ZERO};if(_===b&&(v===2||v===3)){let A=n.fromBytes(S);if(!n.isValid(A))throw new Error("bad point: is not on curve, wrong x");let D=m(A),B;try{B=n.sqrt(D)}catch(U){let z=U instanceof Error?": "+U.message:"";throw new Error("bad point: is not on curve, sqrt error"+z)}h();let R=n.isOdd(B);return(v&1)===1!==R&&(B=n.neg(B)),{x:A,y:B}}else if(_===E&&v===4){let A=n.BYTES,D=n.fromBytes(S.subarray(0,A)),B=n.fromBytes(S.subarray(A,A*2));if(!l(D,B))throw new Error("bad point: is not on curve");return{x:D,y:B}}else throw new Error(`bad point: got length ${_}, expected compressed=${b} or uncompressed=${E}`)}let y=t.toBytes===void 0?f:t.toBytes,w=t.fromBytes===void 0?p:t.fromBytes;function m(F){let b=n.sqr(F),E=n.mul(b,F);return n.add(n.add(E,n.mul(F,s.a)),s.b)}function l(F,b){let E=n.sqr(b),_=m(F);return n.eql(E,_)}if(!l(s.Gx,s.Gy))throw new Error("bad curve params: generator point");let g=n.mul(n.pow(s.a,yn),cl),x=n.mul(n.sqr(s.b),BigInt(27));if(n.is0(n.add(g,x)))throw new Error("bad curve params: a or b");function I(F,b,E=!1){if(!n.isValid(b)||E&&n.is0(b))throw new Error(`bad point coordinate ${F}`);return b}function T(F){if(!(F instanceof L))throw new Error("Weierstrass Point expected")}function C(F){if(!c||!c.basises)throw new Error("no endo");return al(F,c.basises,o.ORDER)}function O(F,b,E,_,v){return E=new L(n.mul(E.X,F),E.Y,E.Z),b=wr(_,b),E=wr(v,E),b.add(E)}class L{static BASE=new L(s.Gx,s.Gy,n.ONE);static ZERO=new L(n.ZERO,n.ONE,n.ZERO);static Fp=n;static Fn=o;X;Y;Z;constructor(b,E,_){this.X=I("x",b),this.Y=I("y",E,!0),this.Z=I("z",_),Object.freeze(this)}static CURVE(){return s}static fromAffine(b){let{x:E,y:_}=b||{};if(!b||!n.isValid(E)||!n.isValid(_))throw new Error("invalid affine point");if(b instanceof L)throw new Error("projective point not allowed");return n.is0(E)&&n.is0(_)?L.ZERO:new L(E,_,n.ONE)}static fromBytes(b){let E=L.fromAffine(w(M(b,void 0,"point")));return E.assertValidity(),E}static fromHex(b){return L.fromBytes(ke(b))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(b=8,E=!0){return q.createCache(this,b),E||this.multiply(yn),this}assertValidity(){let b=this;if(b.is0()){if(t.allowInfinityPoint&&n.is0(b.X)&&n.eql(b.Y,n.ONE)&&n.is0(b.Z))return;throw new Error("bad point: ZERO")}let{x:E,y:_}=b.toAffine();if(!n.isValid(E)||!n.isValid(_))throw new Error("bad point: x or y not field elements");if(!l(E,_))throw new Error("bad point: equation left != right");if(!b.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:b}=this.toAffine();if(!n.isOdd)throw new Error("Field doesn't support isOdd");return!n.isOdd(b)}equals(b){T(b);let{X:E,Y:_,Z:v}=this,{X:S,Y:A,Z:D}=b,B=n.eql(n.mul(E,D),n.mul(S,v)),R=n.eql(n.mul(_,D),n.mul(A,v));return B&&R}negate(){return new L(this.X,n.neg(this.Y),this.Z)}double(){let{a:b,b:E}=s,_=n.mul(E,yn),{X:v,Y:S,Z:A}=this,D=n.ZERO,B=n.ZERO,R=n.ZERO,P=n.mul(v,v),U=n.mul(S,S),z=n.mul(A,A),N=n.mul(v,S);return N=n.add(N,N),R=n.mul(v,A),R=n.add(R,R),D=n.mul(b,R),B=n.mul(_,z),B=n.add(D,B),D=n.sub(U,B),B=n.add(U,B),B=n.mul(D,B),D=n.mul(N,D),R=n.mul(_,R),z=n.mul(b,z),N=n.sub(P,z),N=n.mul(b,N),N=n.add(N,R),R=n.add(P,P),P=n.add(R,P),P=n.add(P,z),P=n.mul(P,N),B=n.add(B,P),z=n.mul(S,A),z=n.add(z,z),P=n.mul(z,N),D=n.sub(D,P),R=n.mul(z,U),R=n.add(R,R),R=n.add(R,R),new L(D,B,R)}add(b){T(b);let{X:E,Y:_,Z:v}=this,{X:S,Y:A,Z:D}=b,B=n.ZERO,R=n.ZERO,P=n.ZERO,U=s.a,z=n.mul(s.b,yn),N=n.mul(E,S),W=n.mul(_,A),tt=n.mul(v,D),et=n.add(E,_),G=n.add(S,A);et=n.mul(et,G),G=n.add(N,W),et=n.sub(et,G),G=n.add(E,v);let pt=n.add(S,D);return G=n.mul(G,pt),pt=n.add(N,tt),G=n.sub(G,pt),pt=n.add(_,v),B=n.add(A,D),pt=n.mul(pt,B),B=n.add(W,tt),pt=n.sub(pt,B),P=n.mul(U,G),B=n.mul(z,tt),P=n.add(B,P),B=n.sub(W,P),P=n.add(W,P),R=n.mul(B,P),W=n.add(N,N),W=n.add(W,N),tt=n.mul(U,tt),G=n.mul(z,G),W=n.add(W,tt),tt=n.sub(N,tt),tt=n.mul(U,tt),G=n.add(G,tt),N=n.mul(W,G),R=n.add(R,N),N=n.mul(pt,G),B=n.mul(et,B),B=n.sub(B,N),N=n.mul(et,W),P=n.mul(pt,P),P=n.add(P,N),new L(B,R,P)}subtract(b){return T(b),this.add(b.negate())}is0(){return this.equals(L.ZERO)}multiply(b){let{endo:E}=t;if(!o.isValidNot0(b))throw new RangeError("invalid scalar: out of range");let _,v,S=A=>q.cached(this,A,D=>me(L,D));if(E){let{k1neg:A,k1:D,k2neg:B,k2:R}=C(b),{p:P,f:U}=S(D),{p:z,f:N}=S(R);v=U.add(N),_=O(E.beta,P,z,A,B)}else{let{p:A,f:D}=S(b);_=A,v=D}return me(L,[_,v])[0]}multiplyUnsafe(b){let{endo:E}=t,_=this,v=b;if(!o.isValid(v))throw new RangeError("invalid scalar: out of range");if(v===Rt||_.is0())return L.ZERO;if(v===ie)return _;if(q.hasCache(this))return this.multiply(v);if(E){let{k1neg:S,k1:A,k2neg:D,k2:B}=C(v),{p1:R,p2:P}=ga(L,_,A,B);return O(E.beta,R,P,S,D)}else return q.unsafe(_,v)}toAffine(b){let E=this,_=b,{X:v,Y:S,Z:A}=E;if(n.eql(A,n.ONE))return{x:v,y:S};let D=E.is0();_==null&&(_=D?n.ONE:n.inv(A));let B=n.mul(v,_),R=n.mul(S,_),P=n.mul(A,_);if(D)return{x:n.ZERO,y:n.ZERO};if(!n.eql(P,n.ONE))throw new Error("invZ was invalid");return{x:B,y:R}}isTorsionFree(){let{isTorsionFree:b}=t;return i===ie?!0:b?b(L,this):q.unsafe(this,a).is0()}clearCofactor(){let{clearCofactor:b}=t;return i===ie?this:b?b(L,this):this.multiplyUnsafe(i)}isSmallOrder(){return i===ie?this.is0():this.clearCofactor().is0()}toBytes(b=!0){return vt(b,"isCompressed"),this.assertValidity(),y(L,this,b)}toHex(b=!0){return Pe(this.toBytes(b))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}let k=o.BITS,q=new ze(L,t.endo?Math.ceil(k/2):k);return k>=8&&L.BASE.precompute(8),Object.freeze(L.prototype),Object.freeze(L),L}function Va(r){return Uint8Array.of(r?2:3)}function Ha(r,t){return{secretKey:t.BYTES,publicKey:1+r.BYTES,publicKeyUncompressed:1+2*r.BYTES,publicKeyHasPrefix:!0,signature:2*t.BYTES}}function ul(r,t={}){let{Fn:e}=r,n=t.randomBytes===void 0?mr:t.randomBytes,o=Object.assign(Ha(r.Fp,e),{seed:Math.max(zo(e.ORDER),16)});function s(p){try{let y=e.fromBytes(p);return e.isValidNot0(y)}catch{return!1}}function i(p,y){let{publicKey:w,publicKeyUncompressed:m}=o;try{let l=p.length;return y===!0&&l!==w||y===!1&&l!==m?!1:!!r.fromBytes(p)}catch{return!1}}function a(p){return p=p===void 0?n(o.seed):p,Ko(M(p,o.seed,"seed"),e.ORDER)}function c(p,y=!0){return r.BASE.multiply(e.fromBytes(p)).toBytes(y)}function u(p){let{secretKey:y,publicKey:w,publicKeyUncompressed:m}=o,l=e._lengths;if(!le(p))return;let g=M(p,void 0,"key").length,x=g===w||g===m,I=g===y||!!l?.includes(g);if(!(x&&I))return x}function d(p,y,w=!0){if(u(p)===!0)throw new Error("first arg must be private key");if(u(y)===!1)throw new Error("second arg must be public key");let m=e.fromBytes(p);return r.fromBytes(y).multiply(m).toBytes(w)}let h={isValidSecretKey:s,isValidPublicKey:i,randomSecretKey:a},f=sn(a,c);return Object.freeze(h),Object.freeze(o),Object.freeze({getPublicKey:c,getSharedSecret:d,keygen:f,Point:r,utils:h,lengths:o})}function ja(r,t,e={}){let n=t;$r(n),At(e,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"}),e=Object.assign({},e);let o=e.randomBytes===void 0?mr:e.randomBytes,s=e.hmac===void 0?(v,S)=>Ma(n,v,S):e.hmac,{Fp:i,Fn:a}=r,{ORDER:c,BITS:u}=a,{keygen:d,getPublicKey:h,getSharedSecret:f,utils:p,lengths:y}=ul(r,e),w={prehash:!0,lowS:typeof e.lowS=="boolean"?e.lowS:!0,format:"compact",extraEntropy:!1},m=c*Ka+ie<i.ORDER;function l(v){let S=c>>ie;return v>S}function g(v,S){if(!a.isValidNot0(S))throw new Error(`invalid signature ${v}: out of range 1..Point.Fn.ORDER`);return S}function x(){if(m)throw new Error('"recovered" sig type is not supported for cofactor >2 curves')}function I(v,S){ys(S);let A=y.signature,D=S==="compact"?A:S==="recovered"?A+1:void 0;return M(v,D)}class T{r;s;recovery;constructor(S,A,D){if(this.r=g("r",S),this.s=g("s",A),D!=null){if(x(),![0,1,2,3].includes(D))throw new Error("invalid recovery id");this.recovery=D}Object.freeze(this)}static fromBytes(S,A=w.format){I(S,A);let D;if(A==="der"){let{r:U,s:z}=Tt.toSig(M(S));return new T(U,z)}A==="recovered"&&(D=S[0],A="compact",S=S.subarray(1));let B=y.signature/2,R=S.subarray(0,B),P=S.subarray(B,B*2);return new T(a.fromBytes(R),a.fromBytes(P),D)}static fromHex(S,A){return this.fromBytes(ke(S),A)}assertRecovery(){let{recovery:S}=this;if(S==null)throw new Error("invalid recovery id: must be present");return S}addRecoveryBit(S){return new T(this.r,this.s,S)}recoverPublicKey(S){let{r:A,s:D}=this,B=this.assertRecovery(),R=B===2||B===3?A+c:A;if(!i.isValid(R))throw new Error("invalid recovery id: sig.r+curve.n != R.x");let P=i.toBytes(R),U=r.fromBytes(J(Va((B&1)===0),P)),z=a.inv(R),N=O(M(S,void 0,"msgHash")),W=a.create(-N*z),tt=a.create(D*z),et=r.BASE.multiplyUnsafe(W).add(U.multiplyUnsafe(tt));if(et.is0())throw new Error("invalid recovery: point at infinify");return et.assertValidity(),et}hasHighS(){return l(this.s)}toBytes(S=w.format){if(ys(S),S==="der")return ke(Tt.hexFromSig(this));let{r:A,s:D}=this,B=a.toBytes(A),R=a.toBytes(D);return S==="recovered"?(x(),J(Uint8Array.of(this.assertRecovery()),B,R)):J(B,R)}toHex(S){return Pe(this.toBytes(S))}}Object.freeze(T.prototype),Object.freeze(T);let C=e.bits2int===void 0?function(S){if(S.length>8192)throw new Error("input is too large");let A=de(S),D=S.length*8-u;return D>0?A>>BigInt(D):A}:e.bits2int,O=e.bits2int_modN===void 0?function(S){return a.create(C(S))}:e.bits2int_modN,L=yr(u);function k(v){return Fe("num < 2^"+u,v,Rt,L),a.toBytes(v)}function q(v,S){return M(v,void 0,"message"),S?M(n(v),void 0,"prehashed message"):v}function F(v,S,A){let{lowS:D,prehash:B,extraEntropy:R}=bs(A,w);v=q(v,B);let P=O(v),U=a.fromBytes(S);if(!a.isValidNot0(U))throw new Error("invalid private key");let z=[k(U),k(P)];if(R!=null&&R!==!1){let et=R===!0?o(y.secretKey):R;z.push(M(et,void 0,"extraEntropy"))}let N=J(...z),W=P;function tt(et){let G=C(et);if(!a.isValidNot0(G))return;let pt=a.inv(G),Ae=r.BASE.multiply(G).toAffine(),er=a.create(Ae.x);if(er===Rt)return;let Nr=a.create(pt*a.create(W+er*U));if(Nr===Rt)return;let ei=(Ae.x===er?0:2)|Number(Ae.y&ie),ri=Nr;return D&&l(Nr)&&(ri=a.neg(Nr),ei^=1),new T(er,ri,m?void 0:ei)}return{seed:N,k2sig:tt}}function b(v,S,A={}){let{seed:D,k2sig:B}=F(v,S,A);return Ji(n.outputLen,a.BYTES,s)(D,B).toBytes(A.format)}function E(v,S,A,D={}){let{lowS:B,prehash:R,format:P}=bs(D,w);if(A=M(A,void 0,"publicKey"),S=q(S,R),!le(v)){let U=v instanceof T?", use sig.toBytes()":"";throw new Error("verify expects Uint8Array signature"+U)}I(v,P);try{let U=T.fromBytes(v,P),z=r.fromBytes(A);if(B&&U.hasHighS())return!1;let{r:N,s:W}=U,tt=O(S),et=a.inv(W),G=a.create(tt*et),pt=a.create(N*et),Ae=r.BASE.multiplyUnsafe(G).add(z.multiplyUnsafe(pt));return Ae.is0()?!1:a.create(Ae.x)===N}catch{return!1}}function _(v,S,A={}){let{prehash:D}=bs(A,w);return S=q(S,D),T.fromBytes(v,"recovered").recoverPublicKey(S).toBytes()}return Object.freeze({keygen:d,getPublicKey:h,getSharedSecret:f,utils:p,lengths:y,Point:r,sign:b,verify:E,recoverPublicKey:_,Signature:T,hash:n})}var Es={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},fl={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]};var $a=BigInt(2);function ll(r){let t=Es.p,e=BigInt(3),n=BigInt(6),o=BigInt(11),s=BigInt(22),i=BigInt(23),a=BigInt(44),c=BigInt(88),u=r*r*r%t,d=u*u*r%t,h=H(d,e,t)*d%t,f=H(h,e,t)*d%t,p=H(f,$a,t)*u%t,y=H(p,o,t)*p%t,w=H(y,s,t)*y%t,m=H(w,a,t)*w%t,l=H(m,c,t)*m%t,g=H(l,a,t)*w%t,x=H(g,e,t)*d%t,I=H(x,i,t)*y%t,T=H(I,n,t)*u%t,C=H(T,$a,t);if(!ws.eql(ws.sqr(C),r))throw new Error("Cannot find square root");return C}var ws=Ue(Es.p,{sqrt:ll}),dl=qa(Es,{Fp:ws,endo:fl}),He=ja(dl,Xi);function Za(r,t,e,n){let o=ar.digest(e instanceof Uint8Array?e:e.subarray());if(ln(o))return o.then(({digest:s})=>(n?.signal?.throwIfAborted(),He.verify(t,s,r,{prehash:!1,format:"der"}))).catch(s=>{throw s.name==="AbortError"?s:new Sr(String(s))});try{return n?.signal?.throwIfAborted(),He.verify(t,o.digest,r,{prehash:!1,format:"der"})}catch(s){throw new Sr(String(s))}}var xn=class{type="secp256k1";raw;_key;constructor(t){this._key=Ya(t),this.raw=Ga(this._key)}toMultihash(){return wt.digest(Re(this))}toCID(){return ct.createV1(114,this.toMultihash())}toString(){return Y.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}verify(t,e,n){return Za(this._key,e,t,n)}};function Xa(r){return new xn(r)}function Ga(r){return He.Point.fromBytes(r).toBytes()}function Ya(r){try{return He.Point.fromBytes(r),r}catch(t){throw new Mr(String(t))}}function Wa(r){let{Type:t,Data:e}=Br.decode(r.digest),n=e??new Uint8Array;switch(t){case ht.Ed25519:return Ba(n);case ht.secp256k1:return Xa(n);case ht.ECDSA:return Oi(n);default:throw new rr}}function Re(r){return Br.encode({Type:ht[r.type],Data:r.raw})}var Qa=Symbol.for("nodejs.util.inspect.custom"),hl=114,Lr=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()})`}[Gn]=!0;toString(){return this.string==null&&(this.string=Y.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return ct.createV1(hl,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return dt(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return dt(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[Qa](){return`PeerId(${this.toString()})`}},wn=class extends Lr{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},En=class extends Lr{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},Sn=class extends Lr{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},pl=2336,vn=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=wt.digest(j(this.url))}[Qa](){return`PeerId(${this.url})`}[Gn]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return ct.createV1(pl,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=Q(t)),t.toString()===this.toString())}};function _n(r){if(gl(r))return new wn({multihash:r});if(ml(r))try{let t=Wa(r);if(t.type==="Ed25519")return new En({multihash:r,publicKey:t});if(t.type==="secp256k1")return new Sn({multihash:r,publicKey:t})}catch{let e=Q(r.digest);return new vn(new URL(e))}throw new zr("Supplied PeerID Multihash is invalid")}function ml(r){return r.code===wt.code}function gl(r){return r.code===ar.code}function Ss(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}function An(r){let t=ce(Y.decode(`z${r}`));return _n(t)}var In=class r{set;constructor(t){if(this.set=new Set,t!=null)for(let e of t)this.set.add(e.toString())}get size(){return this.set.size}[Symbol.iterator](){return this.values()}add(t){this.set.add(t.toString())}clear(){this.set.clear()}delete(t){this.set.delete(t.toString())}entries(){return Ss(this.set.entries(),t=>{let e=An(t[0]);return[e,e]})}forEach(t){this.set.forEach(e=>{let n=An(e);t(n,n,this)})}has(t){return this.set.has(t.toString())}values(){return Ss(this.set.values(),t=>An(t))}intersection(t){let e=new r;for(let n of t)this.has(n)&&e.add(n);return e}difference(t){let e=new r;for(let n of this)t.has(n)||e.add(n);return e}union(t){let e=new r;for(let n of t)e.add(n);for(let n of this)e.add(n);return e}};function vs(){return new In}var _s={32:16777619n,64:1099511628211n,128:309485009821345068724781371n,256:374144419156711147060143317175368453031918731002211n,512:35835915874844867368919076489095108449946327955754392558399825615420669938882575126094039892345713852759n,1024:5016456510113118655434598811035278955030765345404790744303017523831112055108147451509157692220295382716162651878526895249385292291816524375083746691371804094271873160484737966720260389217684476157468082573n},Ja={32:2166136261n,64:14695981039346656037n,128:144066263297769815596495629667062367629n,256:100029257958052580907070968620625704837092796014241193945225284501741471925557n,512:9659303129496669498009435400716310466090418745672637896108374329434462657994582932197716438449813051892206539805784495328239340083876191928701583869517785n,1024:14197795064947621068722070641403218320880622795441933960878474914617582723252296732303717722150864096521202355549365628174669108571814760471015076148029755969804077320157692458563003215304957150157403644460363550505412711285966361610267868082893823963790439336411086884584107735010676915n},tc=new globalThis.TextEncoder;function bl(r,t){let e=_s[t],n=Ja[t];for(let o=0;o<r.length;o++)n^=BigInt(r[o]),n=BigInt.asUintN(t,n*e);return n}function yl(r,t,e){if(e.length===0)throw new Error("The `utf8Buffer` option must have a length greater than zero");let n=_s[t],o=Ja[t],s=r;for(;s.length>0;){let i=tc.encodeInto(s,e);s=s.slice(i.read);for(let a=0;a<i.written;a++)o^=BigInt(e[a]),o=BigInt.asUintN(t,o*n)}return o}function As(r,{size:t=32,utf8Buffer:e}={}){if(!_s[t])throw new Error("The `size` option must be one of 32, 64, 128, 256, 512, or 1024");if(typeof r=="string"){if(e)return yl(r,t,e);r=tc.encode(r)}return bl(r,t)}var Dr={hash:r=>Number(As(r,{size:32})),hashV:(r,t)=>xl(Dr.hash(r,t))};function xl(r){let t=r.toString(16);return t.length%2===1&&(t=`0${t}`),j(t,"base16")}var Is=64,Bt=class{fp;h;seed;constructor(t,e,n,o=2){if(o>Is)throw new TypeError("Invalid Fingerprint Size");let s=e.hashV(t,n),i=Et(o);for(let a=0;a<i.length;a++)i[a]=s[a];i.length===0&&(i[0]=7),this.fp=i,this.h=e,this.seed=n}hash(){return this.h.hash(this.fp,this.seed)}equals(t){return t?.fp instanceof Uint8Array?dt(this.fp,t.fp):!1}};function ye(r,t){return Math.floor(Math.random()*(t-r))+r}var xe=class{contents;constructor(t){this.contents=new Array(t).fill(null)}has(t){if(!(t instanceof Bt))throw new TypeError("Invalid Fingerprint");return this.contents.some(e=>t.equals(e))}add(t){if(!(t instanceof Bt))throw new TypeError("Invalid Fingerprint");for(let e=0;e<this.contents.length;e++)if(this.contents[e]==null)return this.contents[e]=t,!0;return!0}swap(t){if(!(t instanceof Bt))throw new TypeError("Invalid Fingerprint");let e=ye(0,this.contents.length-1),n=this.contents[e];return this.contents[e]=t,n}remove(t){if(!(t instanceof Bt))throw new TypeError("Invalid Fingerprint");let e=this.contents.findIndex(n=>t.equals(n));return e>-1?(this.contents[e]=null,!0):!1}};var wl=500,Cr=class{bucketSize;filterSize;fingerprintSize;buckets;count;hash;seed;constructor(t){this.filterSize=t.filterSize,this.bucketSize=t.bucketSize??4,this.fingerprintSize=t.fingerprintSize??2,this.count=0,this.buckets=[],this.hash=t.hash??Dr,this.seed=t.seed??ye(0,Math.pow(2,10))}add(t){typeof t=="string"&&(t=j(t));let e=new Bt(t,this.hash,this.seed,this.fingerprintSize),n=this.hash.hash(t,this.seed)%this.filterSize,o=(n^e.hash())%this.filterSize;if(this.buckets[n]==null&&(this.buckets[n]=new xe(this.bucketSize)),this.buckets[o]==null&&(this.buckets[o]=new xe(this.bucketSize)),this.buckets[n].add(e)||this.buckets[o].add(e))return this.count++,!0;let s=[n,o],i=s[ye(0,s.length-1)];this.buckets[i]==null&&(this.buckets[i]=new xe(this.bucketSize));for(let a=0;a<wl;a++){let c=this.buckets[i].swap(e);if(c!=null&&(i=(i^c.hash())%this.filterSize,this.buckets[i]==null&&(this.buckets[i]=new xe(this.bucketSize)),this.buckets[i].add(c)))return this.count++,!0}return!1}has(t){typeof t=="string"&&(t=j(t));let e=new Bt(t,this.hash,this.seed,this.fingerprintSize),n=this.hash.hash(t,this.seed)%this.filterSize,o=this.buckets[n]?.has(e)??!1;if(o)return o;let s=(n^e.hash())%this.filterSize;return this.buckets[s]?.has(e)??!1}remove(t){typeof t=="string"&&(t=j(t));let e=new Bt(t,this.hash,this.seed,this.fingerprintSize),n=this.hash.hash(t,this.seed)%this.filterSize,o=this.buckets[n]?.remove(e)??!1;if(o)return this.count--,o;let s=(n^e.hash())%this.filterSize,i=this.buckets[s]?.remove(e)??!1;return i&&this.count--,i}get reliable(){return Math.floor(100*(this.count/this.filterSize))<=90}},El={1:.5,2:.84,4:.95,8:.98};function Sl(r=.001){return r>.002?2:r>1e-5?4:8}function ec(r,t=.001){let e=Sl(t),n=El[e],o=Math.round(r/n),s=Math.min(Math.ceil(Math.log2(1/t)+Math.log2(2*e)),Is);return{filterSize:o,bucketSize:e,fingerprintSize:s}}var Tn=class{filterSize;bucketSize;fingerprintSize;scale;filterSeries;hash;seed;constructor(t){this.bucketSize=t.bucketSize??4,this.filterSize=t.filterSize??(1<<18)/this.bucketSize,this.fingerprintSize=t.fingerprintSize??2,this.scale=t.scale??2,this.hash=t.hash??Dr,this.seed=t.seed??ye(0,Math.pow(2,10)),this.filterSeries=[new Cr({filterSize:this.filterSize,bucketSize:this.bucketSize,fingerprintSize:this.fingerprintSize,hash:this.hash,seed:this.seed})]}add(t){if(typeof t=="string"&&(t=j(t)),this.has(t))return!0;let e=this.filterSeries.find(n=>n.reliable);if(e==null){let n=this.filterSize*Math.pow(this.scale,this.filterSeries.length);e=new Cr({filterSize:n,bucketSize:this.bucketSize,fingerprintSize:this.fingerprintSize,hash:this.hash,seed:this.seed}),this.filterSeries.push(e)}return e.add(t)}has(t){typeof t=="string"&&(t=j(t));for(let e=0;e<this.filterSeries.length;e++)if(this.filterSeries[e].has(t))return!0;return!1}remove(t){typeof t=="string"&&(t=j(t));for(let e=0;e<this.filterSeries.length;e++)if(this.filterSeries[e].remove(t))return!0;return!1}get count(){return this.filterSeries.reduce((t,e)=>t+e.count,0)}};function Ts(r,t=.001,e){return new Tn({...ec(r,t),...e??{}})}function vl(r){let t=r.getComponents(),e={},n=0;return t[n]?.name==="ip6zone"&&(e.zone=`${t[n].value}`,n++),t[n]?.name==="ip4"||t[n]?.name==="ip6"||t[n]?.name==="dns"||t[n]?.name==="dns4"||t[n]?.name==="dns6"?(e.type=t[n].name,e.host=t[n].value,n++):t[n]?.name==="dnsaddr"&&(e.type=t[n].name,e.host=`_dnsaddr.${t[n].value}`,n++),(t[n]?.name==="tcp"||t[n]?.name==="udp")&&(e.protocol=t[n].name==="tcp"?"tcp":"udp",e.port=parseInt(`${t[n].value}`),n++),t[n]?.name==="ipcidr"&&(e.type==="ip4"?e.cidr=parseInt(`${t[n].value}`):e.type==="ip6"&&(e.cidr=`${t[n].value}`),n++),e.type==null||e.host==null?null:(t[n]?.name==="tls"&&t[n+1]?.name==="sni"&&(e.sni=t[n+1].value,n+=2),e)}function Lt(r){let t=vl(r);if(t==null)throw new lt(`Multiaddr ${r} was not an IPv4, IPv6, DNS, DNS4, DNS6 or DNSADDR address`);return t}var Bn=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",u=2**(8*o)-1;for(;;){let d=this.readAtomically(()=>{let h=this.readChar();if(h===void 0)return;let f=Number.parseInt(h,t);if(!Number.isNaN(f))return f});if(d===void 0)break;if(s*=t,s+=d,s>u||(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 rc=45,_l=15,je=new Bn;function Ln(r){if(!(r.length>_l))return je.new(r).parseWith(()=>je.readIPv4Addr())}function Dn(r){if(r.includes("%")&&(r=r.split("%")[0]),!(r.length>rc))return je.new(r).parseWith(()=>je.readIPv6Addr())}function $e(r,t=!1){if(r.includes("%")&&(r=r.split("%")[0]),r.length>rc)return;let e=je.new(r).parseWith(()=>je.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}function nc(r,t,e){let n=0;for(let o of r)if(!(n<t)){if(n>e)break;if(o!==255)return!1;n++}return!0}function oc(r,t,e,n){let o=0;for(let s of r)if(!(o<e)){if(o>n)break;if(s!==t[o])return!1;o++}return!0}function Bs(r){switch(r.length){case we:return r.join(".");case Ee:{let t=[];for(let e=0;e<r.length;e++)e%2===0&&t.push(r[e].toString(16).padStart(2,"0")+r[e+1].toString(16).padStart(2,"0"));return t.join(":")}default:throw new Error("Invalid ip length")}}function sc(r){let t=0;for(let[e,n]of r.entries()){if(n===255){t+=8;continue}for(;(n&128)!=0;)t++,n=n<<1;if((n&128)!=0)return-1;for(let o=e+1;o<r.length;o++)if(r[o]!=0)return-1;break}return t}function ic(r){let t="0x";for(let e of r)t+=(e>>4).toString(16)+(e&15).toString(16);return t}var we=4,Ee=16,Nb=parseInt("0xFFFF",16),Al=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function Rr(r,t){t.length===Ee&&r.length===we&&nc(t,0,11)&&(t=t.slice(12)),t.length===we&&r.length===Ee&&oc(r,Al,0,11)&&(r=r.slice(12));let e=r.length;if(e!=t.length)throw new Error("Failed to mask ip");let n=new Uint8Array(e);for(let o=0;o<e;o++)n[o]=r[o]&t[o];return n}function ac(r,t){if(typeof t=="string"&&(t=$e(t)),t==null)throw new Error("Invalid ip");if(t.length!==r.network.length)return!1;for(let e=0;e<t.length;e++)if((r.network[e]&r.mask[e])!==(t[e]&r.mask[e]))return!1;return!0}function Ls(r){let[t,e]=r.split("/");if(!t||!e)throw new Error("Failed to parse given CIDR: "+r);let n=we,o=Ln(t);if(o==null&&(n=Ee,o=Dn(t),o==null))throw new Error("Failed to parse given CIDR: "+r);let s=parseInt(e,10);if(Number.isNaN(s)||String(s).length!==e.length||s<0||s>n*8)throw new Error("Failed to parse given CIDR: "+r);let i=Ds(s,8*n);return{network:Rr(o,i),mask:i}}function Ds(r,t){if(t!==8*we&&t!==8*Ee)throw new Error("Invalid CIDR mask");if(r<0||r>t)throw new Error("Invalid CIDR mask");let e=t/8,n=new Uint8Array(e);for(let o=0;o<e;o++){if(r>=8){n[o]=255,r-=8;continue}n[o]=255-(255>>r),r=0}return n}var Or=class{constructor(t,e){if(e==null)({network:this.network,mask:this.mask}=Ls(t));else{let n=$e(t);if(n==null)throw new Error("Failed to parse network");e=String(e);let o=parseInt(e,10);if(Number.isNaN(o)||String(o).length!==e.length||o<0||o>n.length*8){let s=$e(e);if(s==null)throw new Error("Failed to parse mask");this.mask=s}else this.mask=Ds(o,8*n.length);this.network=Rr(n,this.mask)}}contains(t){return ac({network:this.network,mask:this.mask},t)}toString(){let t=sc(this.mask),e=t!==-1?String(t):ic(this.mask);return Bs(this.network)+"/"+e}};function cc(r,t){return new Or(r).contains(t)}function uc(r){try{let t=Lt(r);return t.type==="ip6"?cc("2000::/3",t.host):!1}catch{return!1}}function Ze(r){return!!Ln(r)}function Cn(r){return!!Dn(r)}var hc=zc(dc(),1),Rl=["0.0.0.0/8","10.0.0.0/8","100.64.0.0/10","127.0.0.0/8","169.254.0.0/16","172.16.0.0/12","192.0.0.0/24","192.0.0.0/29","192.0.0.8/32","192.0.0.9/32","192.0.0.10/32","192.0.0.170/32","192.0.0.171/32","192.0.2.0/24","192.31.196.0/24","192.52.193.0/24","192.88.99.0/24","192.168.0.0/16","192.175.48.0/24","198.18.0.0/15","198.51.100.0/24","203.0.113.0/24","240.0.0.0/4","255.255.255.255/32"],Ol=Rl.map(r=>new hc.Netmask(r));function Ns(r){for(let t of Ol)if(t.contains(r))return!0;return!1}function Pl(r){return/^::ffff:([0-9a-fA-F]{1,4}):([0-9a-fA-F]{1,4})$/.test(r)}function kl(r){let t=r.split(":");if(t.length<2)return!1;let e=t[t.length-1].padStart(4,"0"),n=t[t.length-2].padStart(4,"0"),o=`${parseInt(n.substring(0,2),16)}.${parseInt(n.substring(2),16)}.${parseInt(e.substring(0,2),16)}.${parseInt(e.substring(2),16)}`;return Ns(o)}function Fl(r){return/^::ffff:([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/.test(r)}function Nl(r){let t=r.split(":"),e=t[t.length-1];return Ns(e)}function Ul(r){return/^::$/.test(r)||/^::1$/.test(r)||/^64:ff9b::([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})\.([0-9]{1,3})$/.test(r)||/^100::([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(r)||/^2001::([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(r)||/^2001:2[0-9a-fA-F]:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(r)||/^2001:db8:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(r)||/^2002:([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4}):?([0-9a-fA-F]{0,4})$/.test(r)||/^f[c-d]([0-9a-fA-F]{2,2}):/i.test(r)||/^fe[8-9a-bA-B][0-9a-fA-F]:/i.test(r)||/^ff([0-9a-fA-F]{2,2}):/i.test(r)}function pc(r){if(Ze(r))return Ns(r);if(Pl(r))return kl(r);if(Fl(r))return Nl(r);if(Cn(r))return Ul(r)}function Us(r){try{let t=Lt(r);switch(t.type){case"ip4":case"ip6":return pc(t.host)??!1;default:return t.host==="localhost"}}catch{return!1}}function We(){let r={};return r.promise=new Promise((t,e)=>{r.resolve=t,r.reject=e}),r}var On=class{buffer;mask;top;btm;next;constructor(t){if(!(t>0)||(t-1&t)!==0)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(t),this.mask=t-1,this.top=0,this.btm=0,this.next=null}push(t){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=t,this.top=this.top+1&this.mask,!0)}shift(){let t=this.buffer[this.btm];if(t!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,t}isEmpty(){return this.buffer[this.btm]===void 0}},Qe=class{size;hwm;head;tail;constructor(t={}){this.hwm=t.splitLimit??16,this.head=new On(this.hwm),this.tail=this.head,this.size=0}calculateSize(t){return t?.byteLength!=null?t.byteLength:1}push(t){if(t?.value!=null&&(this.size+=this.calculateSize(t.value)),!this.head.push(t)){let e=this.head;this.head=e.next=new On(2*this.head.buffer.length),this.head.push(t)}}shift(){let t=this.tail.shift();if(t===void 0&&this.tail.next!=null){let e=this.tail.next;this.tail.next=null,this.tail=e,t=this.tail.shift()}return t?.value!=null&&(this.size-=this.calculateSize(t.value)),t}isEmpty(){return this.head.isEmpty()}};var Ms=class extends Error{type;code;constructor(t,e){super(t??"The operation was aborted"),this.type="aborted",this.code=e??"ABORT_ERR"}};function Pn(r={}){return Ml(e=>{let n=e.shift();if(n==null)return{done:!0};if(n.error!=null)throw n.error;return{done:n.done===!0,value:n.value}},r)}function Ml(r,t){t=t??{};let e=t.onEnd,n=new Qe,o,s,i,a=We(),c=async()=>{try{return n.isEmpty()?i?{done:!0}:await new Promise((m,l)=>{s=g=>{s=null,n.push(g);try{m(r(n))}catch(x){l(x)}return o}}):r(n)}finally{n.isEmpty()&&queueMicrotask(()=>{a.resolve(),a=We()})}},u=m=>s!=null?s(m):(n.push(m),o),d=m=>(n=new Qe,s!=null?s({error:m}):(n.push({error:m}),o)),h=m=>{if(i)return o;if(t?.objectMode!==!0&&m?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return u({done:!1,value:m})},f=m=>i?o:(i=!0,m!=null?d(m):u({done:!0})),p=()=>(n=new Qe,f(),{done:!0}),y=m=>(f(m),{done:!0});if(o={[Symbol.asyncIterator](){return this},next:c,return:p,throw:y,push:h,end:f,get readableLength(){return n.size},onEmpty:async m=>{let l=m?.signal;if(l?.throwIfAborted(),n.isEmpty())return;let g,x;l!=null&&(g=new Promise((I,T)=>{x=()=>{T(new Ms)},l.addEventListener("abort",x)}));try{await Promise.race([a.promise,g])}finally{x!=null&&l!=null&&l?.removeEventListener("abort",x)}}},e==null)return o;let w=o;return o={[Symbol.asyncIterator](){return this},next(){return w.next()},throw(m){return w.throw(m),e!=null&&(e(m),e=void 0),{done:!0}},return(){return w.return(),e!=null&&(e(),e=void 0),{done:!0}},push:h,end(m){return w.end(m),e!=null&&(e(m),e=void 0),o},get readableLength(){return w.readableLength},onEmpty:m=>w.onEmpty(m)},o}var zs=class r extends Error{name="TimeoutError";constructor(t,e){super(t,e),Error.captureStackTrace?.(this,r)}},mc=r=>r.reason??new DOMException("This operation was aborted.","AbortError");function Ks(r,t){let{milliseconds:e,fallback:n,message:o,customTimers:s={setTimeout,clearTimeout},signal:i}=t,a,c,d=new Promise((h,f)=>{if(typeof e!="number"||Math.sign(e)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${e}\``);if(i?.aborted){f(mc(i));return}if(i&&(c=()=>{f(mc(i))},i.addEventListener("abort",c,{once:!0})),r.then(h,f),e===Number.POSITIVE_INFINITY)return;let p=new zs;a=s.setTimeout.call(void 0,()=>{if(n){try{h(n())}catch(y){f(y)}return}typeof r.cancel=="function"&&r.cancel(),o===!1?h():o instanceof Error?f(o):(p.message=o??`Promise timed out after ${e} milliseconds`,f(p))},e)}).finally(()=>{d.clear(),c&&i&&i.removeEventListener("abort",c)});return d.clear=()=>{s.clearTimeout.call(void 0,a),a=void 0},d}var zl=r=>{let t=r.addEventListener||r.on||r.addListener,e=r.removeEventListener||r.off||r.removeListener;if(!t||!e)throw new TypeError("Emitter is not compatible");return{addListener:t.bind(r),removeListener:e.bind(r)}};function Kl(r,t,e){let n,o=new Promise((s,i)=>{if(e={rejectionEvents:["error"],multiArgs:!1,rejectionMultiArgs:!1,resolveImmediately:!1,...e},!(e.count>=0&&(e.count===Number.POSITIVE_INFINITY||Number.isInteger(e.count))))throw new TypeError("The `count` option should be at least 0 or more");e.signal?.throwIfAborted();let a=[t].flat(),c=[],{addListener:u,removeListener:d}=zl(r),h=async(...p)=>{let y=e.multiArgs?p:p[0];if(e.filter)try{if(!await e.filter(y))return}catch(w){n(),i(w);return}c.push(y),e.count===c.length&&(n(),s(c))},f=(...p)=>{n(),i(e.rejectionMultiArgs?p:p[0])};n=()=>{for(let p of a)d(p,h);for(let p of e.rejectionEvents)a.includes(p)||d(p,f)};for(let p of a)u(p,h);for(let p of e.rejectionEvents)a.includes(p)||u(p,f);e.signal&&e.signal.addEventListener("abort",()=>{f(e.signal.reason)},{once:!0}),e.resolveImmediately&&s(c)});if(o.cancel=n,typeof e.timeout=="number"){let s=Ks(o,{milliseconds:e.timeout});return s.cancel=()=>{n(),s.clear()},s}return o}function Je(r,t,e){typeof e=="function"&&(e={filter:e}),e={...e,count:1,resolveImmediately:!1};let n=Kl(r,t,e),o=n.then(s=>s[0]);return o.cancel=n.cancel,o}function Pr(r,t){let e,n=function(){let o=function(){e=void 0,r()};clearTimeout(e),e=setTimeout(o,t)};return n.start=()=>{},n.stop=()=>{clearTimeout(e)},n}var kn=class extends Error{static name="QueueFullError";constructor(t="The queue was full"){super(t),this.name="QueueFullError"}},ve=class extends Error{static name="UnexpectedEOFError";name="UnexpectedEOFError"};function ql(r){return r.reason}async function kr(r,t,e){if(t==null)return r;let n=e?.translateError??ql;if(t.aborted)return r.catch(()=>{}),Promise.reject(n(t));let o;try{return await Promise.race([r,new Promise((s,i)=>{o=()=>{i(n(t))},t.addEventListener("abort",o)})])}finally{o!=null&&t.removeEventListener("abort",o)}}var Fn=class{deferred;signal;onProgress;constructor(t){this.signal=t?.signal,this.onProgress=t?.onProgress,this.deferred=We(),this.onAbort=this.onAbort.bind(this),this.signal?.addEventListener("abort",this.onAbort)}onAbort(){this.deferred.reject(this.signal?.reason??new Pt)}cleanup(){this.signal?.removeEventListener("abort",this.onAbort)}};function Vl(){return`${parseInt(String(Math.random()*1e9),10).toString()}${Date.now()}`}var Nn=class{id;fn;options;recipients;status;timeline;controller;constructor(t,e){this.id=Vl(),this.status="queued",this.fn=t,this.options=e,this.recipients=[],this.timeline={created:Date.now()},this.controller=new AbortController,this.controller.signal,this.onAbort=this.onAbort.bind(this)}abort(t){this.controller.abort(t)}onAbort(){this.recipients.reduce((e,n)=>e&&n.signal?.aborted===!0,!0)&&(this.controller.abort(new Pt),this.cleanup())}async join(t){let e=new Fn(t);return this.recipients.push(e),t?.signal?.addEventListener("abort",this.onAbort),e.deferred.promise}async run(){this.status="running",this.timeline.started=Date.now();try{this.controller.signal.throwIfAborted();let t=await kr(this.fn({...this.options??{},signal:this.controller.signal,onProgress:e=>{this.recipients.forEach(n=>{n.onProgress?.(e)})}}),this.controller.signal);this.recipients.forEach(e=>{e.deferred.resolve(t)}),this.status="complete"}catch(t){this.recipients.forEach(e=>{e.deferred.reject(t)}),this.status="errored"}finally{this.timeline.finished=Date.now(),this.cleanup()}}cleanup(){this.recipients.forEach(t=>{t.cleanup(),t.signal?.removeEventListener("abort",this.onAbort)})}};var Un=class extends Kr{concurrency;maxSize;queue;pending;sort;paused;constructor(t={}){super(),this.concurrency=t.concurrency??Number.POSITIVE_INFINITY,this.maxSize=t.maxSize??Number.POSITIVE_INFINITY,this.pending=0,this.paused=!1,t.metricName!=null&&t.metrics?.registerMetricGroup(t.metricName,{calculate:()=>({size:this.queue.length,running:this.pending,queued:this.queue.length-this.pending})}),this.sort=t.sort,this.queue=[],this.emitEmpty=Pr(this.emitEmpty.bind(this),1),this.emitIdle=Pr(this.emitIdle.bind(this),1)}emitEmpty(){this.size===0&&this.safeDispatchEvent("empty")}emitIdle(){this.running===0&&this.safeDispatchEvent("idle")}pause(){this.paused=!0}resume(){this.paused&&(this.paused=!1,this.tryToStartAnother())}tryToStartAnother(){if(this.paused)return!1;if(this.size===0)return this.emitEmpty(),this.running===0&&this.emitIdle(),!1;if(this.pending<this.concurrency){let t;for(let e of this.queue)if(e.status==="queued"){t=e;break}return t==null?!1:(this.safeDispatchEvent("active"),this.pending++,t.run().finally(()=>{for(let e=0;e<this.queue.length;e++)if(this.queue[e]===t){this.queue.splice(e,1);break}this.pending--,this.tryToStartAnother(),this.safeDispatchEvent("next")}),!0)}return!1}enqueue(t){this.queue.push(t),this.sort!=null&&this.queue.sort(this.sort)}async add(t,e){if(e?.signal?.throwIfAborted(),this.size===this.maxSize)throw new kn;let n=new Nn(t,e);this.enqueue(n),this.safeDispatchEvent("add");let o=n.join(e).then(s=>(this.safeDispatchEvent("completed",{detail:s}),this.safeDispatchEvent("success",{detail:{job:n,result:s}}),s)).catch(s=>{if(n.status==="queued"){for(let i=0;i<this.queue.length;i++)if(this.queue[i]===n){this.queue.splice(i,1);break}}throw this.safeDispatchEvent("failure",{detail:{job:n,error:s}}),s});return this.tryToStartAnother(),o}clear(){this.queue.splice(0,this.queue.length)}abort(){this.queue.forEach(t=>{t.abort(new Pt)}),this.clear()}async onEmpty(t){this.size!==0&&await Je(this,"empty",t)}async onSizeLessThan(t,e){this.size<t||await Je(this,"next",{...e,filter:()=>this.size<t})}async onIdle(t){this.pending===0&&this.size===0||await Je(this,"idle",t)}get size(){return this.queue.length}get queued(){return this.queue.length-this.pending}get running(){return this.pending}async*toGenerator(t){t?.signal?.throwIfAborted();let e=Pn({objectMode:!0}),n=c=>{c!=null?this.abort():this.clear(),e.end(c)},o=c=>{c.detail!=null&&e.push(c.detail)},s=c=>{n(c.detail.error)},i=()=>{n()},a=()=>{n(new Pt("Queue aborted"))};this.addEventListener("completed",o),this.addEventListener("failure",s),this.addEventListener("idle",i),t?.signal?.addEventListener("abort",a);try{yield*e}finally{this.removeEventListener("completed",o),this.removeEventListener("failure",s),this.removeEventListener("idle",i),t?.signal?.removeEventListener("abort",a),n()}}};function Mn(r){let t=new globalThis.AbortController;function e(){let s=r.filter(i=>i?.aborted===!0).map(i=>i?.reason).pop();t.abort(s);for(let i of r)i?.removeEventListener!=null&&i.removeEventListener("abort",e)}for(let s of r){if(s?.aborted===!0){e();break}s?.addEventListener!=null&&s.addEventListener("abort",e)}function n(){for(let s of r)s?.removeEventListener!=null&&s.removeEventListener("abort",e)}let o=t.signal;return o.clear=n,o}var at=class extends Error{static name="InvalidMultiaddrError";name="InvalidMultiaddrError"},$t=class extends Error{static name="ValidationError";name="ValidationError"},zn=class extends Error{static name="InvalidParametersError";name="InvalidParametersError"},Kn=class extends Error{static name="UnknownProtocolError";name="UnknownProtocolError"};function Vs(r){return t=>Q(t,r)}function Hs(r){return t=>j(t,r)}function tr(r){return new DataView(r.buffer).getUint16(r.byteOffset).toString()}function _e(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,typeof r=="string"?parseInt(r):r),new Uint8Array(t)}function gc(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=j(t[0],"base32"),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=_e(n);return Ft([e,o],e.length+o.length)}function bc(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=Yt.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=_e(n);return Ft([e,o],e.length+o.length)}function js(r){let t=r.subarray(0,r.length-2),e=r.subarray(r.length-2),n=Q(t,"base32"),o=tr(e);return`${n}:${o}`}var $s=function(r){r=r.toString().trim();let t=new Uint8Array(4);return r.split(/\./g).forEach((e,n)=>{let o=parseInt(e,10);if(isNaN(o)||o<0||o>255)throw new at("Invalid byte value in IP address");t[n]=o}),t},yc=function(r){let t=0;r=r.toString().trim();let e=r.split(":",8),n;for(n=0;n<e.length;n++){let s=Ze(e[n]),i;s&&(i=$s(e[n]),e[n]=Q(i.subarray(0,2),"base16")),i!=null&&++n<8&&e.splice(n,0,Q(i.subarray(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++){e[n]===""&&(e[n]="0");let s=parseInt(e[n],16);if(isNaN(s)||s<0||s>65535)throw new at("Invalid byte value in IP address");o[t++]=s>>8&255,o[t++]=s&255}return o},xc=function(r){if(r.byteLength!==4)throw new at("IPv4 address was incorrect length");let t=[];for(let e=0;e<r.byteLength;e++)t.push(r[e]);return t.join(".")},wc=function(r){if(r.byteLength!==16)throw new at("IPv6 address was incorrect length");let t=[];for(let n=0;n<r.byteLength;n+=2){let o=r[n],s=r[n+1],i=`${o.toString(16).padStart(2,"0")}${s.toString(16).padStart(2,"0")}`;t.push(i)}let e=t.join(":");try{let n=new URL(`http://[${e}]`);return n.hostname.substring(1,n.hostname.length-1)}catch{throw new at(`Invalid IPv6 address "${e}"`)}};function Ec(r){try{let t=new URL(`http://[${r}]`);return t.hostname.substring(1,t.hostname.length-1)}catch{throw new at(`Invalid IPv6 address "${r}"`)}}var qs=Object.values(cr).map(r=>r.decoder),Hl=(function(){let r=qs[0].or(qs[1]);return qs.slice(2).forEach(t=>r=r.or(t)),r})();function Sc(r){return Hl.decode(r)}function vc(r){return t=>r.encoder.encode(t)}function jl(r){if(parseInt(r).toString()!==r)throw new $t("Value must be an integer")}function $l(r){if(r<0)throw new $t("Value must be a positive integer, or zero")}function Zl(r){return t=>{if(t>r)throw new $t(`Value must be smaller than or equal to ${r}`)}}function Gl(...r){return t=>{for(let e of r)e(t)}}var Fr=Gl(jl,$l,Zl(65535));var ot=-1,Zs=class{protocolsByCode=new Map;protocolsByName=new Map;getProtocol(t){let e;if(typeof t=="string"?e=this.protocolsByName.get(t):e=this.protocolsByCode.get(t),e==null)throw new Kn(`Protocol ${t} was unknown`);return e}addProtocol(t){this.protocolsByCode.set(t.code,t),this.protocolsByName.set(t.name,t),t.aliases?.forEach(e=>{this.protocolsByName.set(e,t)})}removeProtocol(t){let e=this.protocolsByCode.get(t);e!=null&&(this.protocolsByCode.delete(e.code),this.protocolsByName.delete(e.name),e.aliases?.forEach(n=>{this.protocolsByName.delete(n)}))}},Zt=new Zs,Pd=[{code:4,name:"ip4",size:32,valueToBytes:$s,bytesToValue:xc,validate:r=>{if(!Ze(r))throw new $t(`Invalid IPv4 address "${r}"`)}},{code:6,name:"tcp",size:16,valueToBytes:_e,bytesToValue:tr,validate:Fr},{code:273,name:"udp",size:16,valueToBytes:_e,bytesToValue:tr,validate:Fr},{code:33,name:"dccp",size:16,valueToBytes:_e,bytesToValue:tr,validate:Fr},{code:41,name:"ip6",size:128,valueToBytes:yc,bytesToValue:wc,stringToValue:Ec,validate:r=>{if(!Cn(r))throw new $t(`Invalid IPv6 address "${r}"`)}},{code:42,name:"ip6zone",size:ot},{code:43,name:"ipcidr",size:8,bytesToValue:Vs("base10"),valueToBytes:Hs("base10")},{code:53,name:"dns",size:ot},{code:54,name:"dns4",size:ot},{code:55,name:"dns6",size:ot},{code:56,name:"dnsaddr",size:ot},{code:132,name:"sctp",size:16,valueToBytes:_e,bytesToValue:tr,validate:Fr},{code:301,name:"udt"},{code:302,name:"utp"},{code:400,name:"unix",size:ot,stringToValue:r=>decodeURIComponent(r),valueToString:r=>encodeURIComponent(r)},{code:421,name:"p2p",aliases:["ipfs"],size:ot,bytesToValue:Vs("base58btc"),valueToBytes:r=>r.startsWith("Q")||r.startsWith("1")?Hs("base58btc")(r):ct.parse(r).multihash.bytes},{code:444,name:"onion",size:96,bytesToValue:js,valueToBytes:gc},{code:445,name:"onion3",size:296,bytesToValue:js,valueToBytes:bc},{code:446,name:"garlic64",size:ot},{code:447,name:"garlic32",size:ot},{code:448,name:"tls"},{code:449,name:"sni",size:ot},{code:454,name:"noise"},{code:460,name:"quic"},{code:461,name:"quic-v1"},{code:465,name:"webtransport"},{code:466,name:"certhash",size:ot,bytesToValue:vc(uo),valueToBytes:Sc},{code:480,name:"http"},{code:481,name:"http-path",size:ot,stringToValue:r=>`/${decodeURIComponent(r)}`,valueToString:r=>encodeURIComponent(r.substring(1))},{code:443,name:"https"},{code:477,name:"ws"},{code:478,name:"wss"},{code:479,name:"p2p-websocket-star"},{code:277,name:"p2p-stardust"},{code:275,name:"p2p-webrtc-star"},{code:276,name:"p2p-webrtc-direct"},{code:280,name:"webrtc-direct"},{code:281,name:"webrtc"},{code:290,name:"p2p-circuit"},{code:777,name:"memory",size:ot}];Pd.forEach(r=>{Zt.addProtocol(r)});function _c(r){let t=[],e=0;for(;e<r.length;){let n=vr(r,e),o=Zt.getProtocol(n),s=gt(n),i=kd(o,r,e+s),a=0;i>0&&o.size===ot&&(a=gt(i));let c=s+a+i,u={code:n,name:o.name,bytes:r.subarray(e,e+c)};if(i>0){let d=e+s+a,h=r.subarray(d,d+i);u.value=o.bytesToValue?.(h)??Q(h)}t.push(u),e+=c}return t}function Ac(r){let t=0,e=[];for(let n of r){if(n.bytes==null){let o=Zt.getProtocol(n.code),s=gt(n.code),i,a=0,c=0;n.value!=null&&(i=o.valueToBytes?.(n.value)??j(n.value),a=i.byteLength,o.size===ot&&(c=gt(a)));let u=new Uint8Array(s+c+a),d=0;qe(n.code,u,d),d+=s,i!=null&&(o.size===ot&&(qe(a,u,d),d+=c),u.set(i,d)),n.bytes=u}e.push(n.bytes),t+=n.bytes.byteLength}return Ft(e,t)}function Ic(r){if(r.charAt(0)!=="/")throw new at('String multiaddr must start with "/"');let t=[],e="protocol",n="",o="";for(let s=1;s<r.length;s++){let i=r.charAt(s);i!=="/"&&(e==="protocol"?o+=r.charAt(s):n+=r.charAt(s));let a=s===r.length-1;if(i==="/"||a){let c=Zt.getProtocol(o);if(e==="protocol"){if(c.size==null||c.size===0){t.push({code:c.code,name:c.name}),n="",o="",e="protocol";continue}else if(a)throw new at(`Component ${o} was missing value`);e="value"}else if(e==="value"){let u={code:c.code,name:c.name};if(c.size!=null&&c.size!==0){if(n==="")throw new at(`Component ${o} was missing value`);u.value=c.stringToValue?.(n)??n}t.push(u),n="",o="",e="protocol"}}}if(o!==""&&n!=="")throw new at("Incomplete multiaddr");return t}function Tc(r){return`/${r.flatMap(t=>{if(t.value==null)return t.name;let e=Zt.getProtocol(t.code);if(e==null)throw new at(`Unknown protocol code ${t.code}`);return[t.name,e.valueToString?.(t.value)??t.value]}).join("/")}`}function kd(r,t,e){return r.size==null||r.size===0?0:r.size>0?r.size/8:vr(t,e)}var Fd=Symbol.for("nodejs.util.inspect.custom"),Gs=Symbol.for("@multiformats/multiaddr");function Nd(r){if(r==null&&(r="/"),Bc(r))return r.getComponents();if(r instanceof Uint8Array)return _c(r);if(typeof r=="string")return r=r.replace(/\/(\/)+/,"/").replace(/(\/)+$/,""),r===""&&(r="/"),Ic(r);if(Array.isArray(r))return r;throw new at("Must be a string, Uint8Array, Component[], or another Multiaddr")}var Vn=class r{[Gs]=!0;#t;#e;#r;constructor(t="/",e={}){this.#t=Nd(t),e.validate!==!1&&Ud(this)}get bytes(){return this.#r==null&&(this.#r=Ac(this.#t)),this.#r}toString(){return this.#e==null&&(this.#e=Tc(this.#t)),this.#e}toJSON(){return this.toString()}getComponents(){return[...this.#t.map(t=>({...t}))]}encapsulate(t){let e=new r(t);return new r([...this.#t,...e.getComponents()],{validate:!1})}decapsulate(t){let e=t.toString(),n=this.toString(),o=n.lastIndexOf(e);if(o<0)throw new zn(`Address ${this.toString()} does not contain subaddress: ${e}`);return new r(n.slice(0,o),{validate:!1})}decapsulateCode(t){let e;for(let n=this.#t.length-1;n>-1;n--)if(this.#t[n].code===t){e=n;break}return new r(this.#t.slice(0,e),{validate:!1})}equals(t){return dt(this.bytes,t.bytes)}[Fd](){return`Multiaddr(${this.toString()})`}};function Ud(r){r.getComponents().forEach(t=>{let e=Zt.getProtocol(t.code);t.value!=null&&e.validate?.(t.value)})}function Bc(r){return!!r?.[Gs]}function Lc(r){return new Vn(r)}var Md=4194304,Hn=class extends Error{static name="UnwrappedError";name="UnwrappedError"},Xs=class extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MSG_LENGTH"},Ws=class extends Error{name="InvalidDataLengthError";code="ERR_MSG_DATA_TOO_LONG"},Qs=class extends Error{name="InvalidDataLengthLengthError";code="ERR_MSG_LENGTH_TOO_LONG"};function zd(r){return typeof r?.closeRead=="function"}function Kd(r){return typeof r?.close=="function"}function Ys(r){return zd(r)?r.remoteWriteStatus!=="writable"&&r.readBufferLength===0:Kd(r)?r.status!=="open":!1}function qd(r){return r?.addEventListener!=null&&r?.removeEventListener!=null&&r?.send!=null&&r?.push!=null&&r?.log!=null}function Vd(r,t){let e=t?.maxBufferSize??Md,n=new rt,o,s=!1;if(!qd(r))throw new lt("Argument should be a Stream or a Multiaddr");let i=d=>{if(n.append(d.data),n.byteLength>e){let h=n.byteLength;n.consume(n.byteLength),o?.reject(new Error(`Read buffer overflow - ${h} > ${e}`))}o?.resolve()};r.addEventListener("message",i);let a=d=>{d.error!=null?o?.reject(d.error):o?.resolve()};r.addEventListener("close",a);let c=()=>{o?.resolve()};r.addEventListener("remoteCloseWrite",c);let u={readBuffer:n,async read(d){if(s===!0)throw new Hn("Stream was unwrapped");if(Ys(r)){if(n.byteLength===0&&d?.bytes==null)return null;if(d?.bytes!=null&&n.byteLength<d.bytes)throw r.log.error("closed after reading %d/%d bytes",n.byteLength,d.bytes),new ve(`Unexpected EOF - stream closed after reading ${n.byteLength}/${d.bytes} bytes`)}let h=d?.bytes??1;for(o=Promise.withResolvers();;){if(n.byteLength>=h){o.resolve();break}if(await kr(o.promise,d?.signal),Ys(r)){if(n.byteLength===0&&d?.bytes==null)return null;break}o=Promise.withResolvers()}let f=d?.bytes??n.byteLength;if(n.byteLength<f){if(Ys(r))throw r.log.error("closed while reading %d/%d bytes",n.byteLength,f),new ve(`Unexpected EOF - stream closed while reading ${n.byteLength}/${f} bytes`);return u.read(d)}let p=n.sublist(0,f);return n.consume(f),p},async write(d,h){if(s===!0)throw new Hn("Stream was unwrapped");r.send(d)||await Je(r,"drain",{signal:h?.signal,rejectionEvents:["close"]})},unwrap(){return s||(s=!0,r.removeEventListener("message",i),r.removeEventListener("close",a),r.removeEventListener("remoteCloseWrite",c),n.byteLength>0&&(r.log("stream unwrapped with %d unread bytes",n.byteLength),r.push(n))),r}};return u}function Hd(r,t={}){let e=Vd(r,t);t.maxDataLength!=null&&t.maxLengthLength==null&&(t.maxLengthLength=gt(t.maxDataLength));let n=t?.lengthDecoder??vr,o=t?.lengthEncoder??La;return{async read(i){let a=-1,c=new rt;for(;;){let d=await e.read({...i,bytes:1});if(d==null)break;c.append(d);try{a=n(c)}catch(h){if(h instanceof RangeError)continue;throw h}if(a<0)throw new Xs("Invalid message length");if(t?.maxLengthLength!=null&&c.byteLength>t.maxLengthLength)throw new Qs(`Message length length too long - ${c.byteLength} > ${t.maxLengthLength}`);if(a>-1)break}if(t?.maxDataLength!=null&&a>t.maxDataLength)throw new Ws(`Message length too long - ${a} > ${t.maxDataLength}`);let u=await e.read({...i,bytes:a});if(u==null)throw r.log.error("tried to read %d bytes but the stream closed",a),new ve(`Unexpected EOF - tried to read ${a} bytes but the stream closed`);if(u.byteLength!==a)throw r.log.error("read %d/%d bytes before the stream closed",u.byteLength,a),new ve(`Unexpected EOF - read ${u.byteLength}/${a} bytes before the stream closed`);return u},async write(i,a){await e.write(new rt(o(i.byteLength),i),a)},async writeV(i,a){let c=new rt(...i.flatMap(u=>[o(u.byteLength),u]));await e.write(c,a)},unwrap(){return e.unwrap()}}}function Js(r,t){let e=Hd(r,t),n={read:async(o,s)=>{let i=await e.read(s);return o.decode(i)},write:async(o,s,i)=>{await e.write(s.encode(o),i)},writeV:async(o,s,i)=>{await e.writeV(o.map(a=>s.encode(a)),i)},pb:o=>({read:async s=>n.read(o,s),write:async(s,i)=>n.write(s,o,i),writeV:async(s,i)=>n.writeV(s,o,i),unwrap:()=>n}),unwrap:()=>e.unwrap()};return n}var jn=class extends Un{has(t){return this.find(t)!=null}find(t){return this.queue.find(e=>t.equals(e.options.peerId))}};function Dc(r,t,e){let n,o,s=!1;function i(){let u={signal:o.signal},d;e?.timeout!=null&&(d=Mn([o.signal,AbortSignal.timeout(e.timeout)]),u.signal=d),s=!0,Promise.resolve().then(async()=>{await r(u)}).catch(()=>{}).finally(()=>{d!=null&&(d.aborted?d.clear():d.addEventListener("abort",()=>{d.clear()},{once:!0})),s=!1,!o.signal.aborted&&(n=setTimeout(i,t))})}let a=Pr(i,e?.debounce??100),c=!1;return{setInterval:u=>{t!==u&&(t=u,n!=null&&(clearTimeout(n),n=setTimeout(i,t)))},setTimeout:u=>{e??={},e.timeout=u},run:()=>{s||(clearTimeout(n),a())},start:()=>{c||(c=!0,o=new AbortController,o.signal,e?.runImmediately===!0?queueMicrotask(()=>{i()}):n=setTimeout(i,t))},stop:()=>{clearTimeout(n),o?.abort(),c=!1}}}var ti=class extends Map{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 Cc(r){let{name:t,metrics:e}=r,n;return e!=null?n=new ti({name:t,metrics:e}):n=new Map,n}var Rc="libp2p",Oc="autonat",Pc="1.0.0";var V;(function(r){let t;(function(f){f.DIAL="DIAL",f.DIAL_RESPONSE="DIAL_RESPONSE"})(t=r.MessageType||(r.MessageType={}));let e;(function(f){f[f.DIAL=0]="DIAL",f[f.DIAL_RESPONSE=1]="DIAL_RESPONSE"})(e||(e={})),(function(f){f.codec=()=>Ve(e)})(t=r.MessageType||(r.MessageType={}));let n;(function(f){f.OK="OK",f.E_DIAL_ERROR="E_DIAL_ERROR",f.E_DIAL_REFUSED="E_DIAL_REFUSED",f.E_BAD_REQUEST="E_BAD_REQUEST",f.E_INTERNAL_ERROR="E_INTERNAL_ERROR"})(n=r.ResponseStatus||(r.ResponseStatus={}));let o;(function(f){f[f.OK=0]="OK",f[f.E_DIAL_ERROR=100]="E_DIAL_ERROR",f[f.E_DIAL_REFUSED=101]="E_DIAL_REFUSED",f[f.E_BAD_REQUEST=200]="E_BAD_REQUEST",f[f.E_INTERNAL_ERROR=300]="E_INTERNAL_ERROR"})(o||(o={})),(function(f){f.codec=()=>Ve(o)})(n=r.ResponseStatus||(r.ResponseStatus={}));let s;(function(f){let p;f.codec=()=>(p==null&&(p=jt((l,g,x={})=>{if(x.lengthDelimited!==!1&&g.fork(),l.id!=null&&(g.uint32(10),g.bytes(l.id)),l.addrs!=null&&l.addrs.length>0)for(let I of l.addrs)g.uint32(18),g.bytes(I);x.lengthDelimited!==!1&&g.ldelim()},(l,g,x={})=>{let I={addrs:[]},T=g==null?l.len:l.pos+g;for(;l.pos<T;){let C=l.uint32();switch(C>>>3){case 1:{I.id=l.bytes();break}case 2:{if(x.limits?.addrs!=null&&I.addrs.length===x.limits.addrs)throw new Tr('Decode error - repeated field "addrs" had too many elements');I.addrs.push(l.bytes());break}default:{l.skipType(C&7);break}}}return I},function*(l,g,x,I={}){let T={addrs:0},C=g==null?l.len:l.pos+g;for(;l.pos<C;){let O=l.uint32();switch(O>>>3){case 1:{yield{field:`${x}.id`,value:l.bytes()};break}case 2:{if(I.limits?.addrs!=null&&T.addrs===I.limits.addrs)throw new Tr('Streaming decode error - repeated field "addrs" had too many elements');yield{field:`${x}.addrs[]`,index:T.addrs,value:l.bytes()},T.addrs++;break}default:{l.skipType(O&7);break}}}})),p);function y(l){return Vt(l,f.codec())}f.encode=y;function w(l,g){return qt(l,f.codec(),g)}f.decode=w;function m(l,g){return Ht(l,f.codec(),g)}f.stream=m})(s=r.PeerInfo||(r.PeerInfo={}));let i;(function(f){let p;f.codec=()=>(p==null&&(p=jt((l,g,x={})=>{x.lengthDelimited!==!1&&g.fork(),l.peer!=null&&(g.uint32(10),r.PeerInfo.codec().encode(l.peer,g)),x.lengthDelimited!==!1&&g.ldelim()},(l,g,x={})=>{let I={},T=g==null?l.len:l.pos+g;for(;l.pos<T;){let C=l.uint32();C>>>3===1?I.peer=r.PeerInfo.codec().decode(l,l.uint32(),{limits:x.limits?.peer}):l.skipType(C&7)}return I},function*(l,g,x,I={}){let T=g==null?l.len:l.pos+g;for(;l.pos<T;){let C=l.uint32();C>>>3===1?yield*r.PeerInfo.codec().stream(l,l.uint32(),`${x}.peer`,{limits:I.limits?.peer}):l.skipType(C&7)}})),p);function y(l){return Vt(l,f.codec())}f.encode=y;function w(l,g){return qt(l,f.codec(),g)}f.decode=w;function m(l,g){return Ht(l,f.codec(),g)}f.stream=m})(i=r.Dial||(r.Dial={}));let a;(function(f){let p;f.codec=()=>(p==null&&(p=jt((l,g,x={})=>{x.lengthDelimited!==!1&&g.fork(),l.status!=null&&(g.uint32(8),r.ResponseStatus.codec().encode(l.status,g)),l.statusText!=null&&(g.uint32(18),g.string(l.statusText)),l.addr!=null&&(g.uint32(26),g.bytes(l.addr)),x.lengthDelimited!==!1&&g.ldelim()},(l,g,x={})=>{let I={},T=g==null?l.len:l.pos+g;for(;l.pos<T;){let C=l.uint32();switch(C>>>3){case 1:{I.status=r.ResponseStatus.codec().decode(l);break}case 2:{I.statusText=l.string();break}case 3:{I.addr=l.bytes();break}default:{l.skipType(C&7);break}}}return I},function*(l,g,x,I={}){let T=g==null?l.len:l.pos+g;for(;l.pos<T;){let C=l.uint32();switch(C>>>3){case 1:{yield{field:`${x}.status`,value:r.ResponseStatus.codec().decode(l)};break}case 2:{yield{field:`${x}.statusText`,value:l.string()};break}case 3:{yield{field:`${x}.addr`,value:l.bytes()};break}default:{l.skipType(C&7);break}}}})),p);function y(l){return Vt(l,f.codec())}f.encode=y;function w(l,g){return qt(l,f.codec(),g)}f.decode=w;function m(l,g){return Ht(l,f.codec(),g)}f.stream=m})(a=r.DialResponse||(r.DialResponse={}));let c;r.codec=()=>(c==null&&(c=jt((f,p,y={})=>{y.lengthDelimited!==!1&&p.fork(),f.type!=null&&(p.uint32(8),r.MessageType.codec().encode(f.type,p)),f.dial!=null&&(p.uint32(18),r.Dial.codec().encode(f.dial,p)),f.dialResponse!=null&&(p.uint32(26),r.DialResponse.codec().encode(f.dialResponse,p)),y.lengthDelimited!==!1&&p.ldelim()},(f,p,y={})=>{let w={},m=p==null?f.len:f.pos+p;for(;f.pos<m;){let l=f.uint32();switch(l>>>3){case 1:{w.type=r.MessageType.codec().decode(f);break}case 2:{w.dial=r.Dial.codec().decode(f,f.uint32(),{limits:y.limits?.dial});break}case 3:{w.dialResponse=r.DialResponse.codec().decode(f,f.uint32(),{limits:y.limits?.dialResponse});break}default:{f.skipType(l&7);break}}}return w},function*(f,p,y,w={}){let m=p==null?f.len:f.pos+p;for(;f.pos<m;){let l=f.uint32();switch(l>>>3){case 1:{yield{field:`${y}.type`,value:r.MessageType.codec().decode(f)};break}case 2:{yield*r.Dial.codec().stream(f,f.uint32(),`${y}.dial`,{limits:w.limits?.dial});break}case 3:{yield*r.DialResponse.codec().stream(f,f.uint32(),`${y}.dialResponse`,{limits:w.limits?.dialResponse});break}default:{f.skipType(l&7);break}}}})),c);function u(f){return Vt(f,r.codec())}r.encode=u;function d(f,p){return qt(f,r.codec(),p)}r.decode=d;function h(f,p){return Ht(f,r.codec(),p)}r.stream=h})(V||(V={}));var Xd=4,Wd=8,$n=class{components;protocol;timeout;maxInboundStreams;maxOutboundStreams;maxMessageSize;started;log;topologyId;dialResults;findPeers;addressFilter;connectionThreshold;constructor(t,e){this.components=t,this.log=t.logger.forComponent("libp2p:auto-nat"),this.started=!1,this.protocol=`/${e.protocolPrefix??Rc}/${Oc}/${Pc}`,this.timeout=e.timeout??3e4,this.maxInboundStreams=e.maxInboundStreams??2,this.maxOutboundStreams=e.maxOutboundStreams??20,this.connectionThreshold=e.connectionThreshold??80,this.maxMessageSize=e.maxMessageSize??8192,this.dialResults=Cc({name:"libp2p_autonat_dial_results",metrics:t.metrics}),this.findPeers=Dc(this.findRandomPeers.bind(this),6e4),this.addressFilter=Ts(1024)}[Symbol.toStringTag]="@libp2p/autonat";[oi]=["@libp2p/autonat"];get[si](){return["@libp2p/identify"]}isStarted(){return this.started}async start(){this.started||(await this.components.registrar.handle(this.protocol,(t,e)=>{this.handleIncomingAutonatStream(t,e).catch(n=>{this.log.error("error handling incoming autonat stream - %e",n)})},{maxInboundStreams:this.maxInboundStreams,maxOutboundStreams:this.maxOutboundStreams}),this.topologyId=await this.components.registrar.register(this.protocol,{onConnect:(t,e)=>{this.verifyExternalAddresses(e).catch(n=>{this.log.error("could not verify addresses - %e",n)})}}),this.findPeers.start(),this.started=!0)}async stop(){await this.components.registrar.unhandle(this.protocol),this.topologyId!=null&&await this.components.registrar.unhandle(this.topologyId),this.dialResults.clear(),this.findPeers.stop(),this.started=!1}allAddressesAreVerified(){return this.components.addressManager.getAddressesWithMetadata().every(t=>t.expires>Date.now()?!0:t.verified)}async findRandomPeers(t){if(this.allAddressesAreVerified())return;let e=Mn([AbortSignal.timeout(1e4),t?.signal]);try{this.log("starting random walk to find peers to run AutoNAT");for await(let n of this.components.randomWalk.walk({signal:e})){if(!await this.components.connectionManager.isDialable(n.multiaddrs)){this.log.trace("random peer %p was not dialable %s",n.id,n.multiaddrs.map(o=>o.toString()).join(", "));continue}try{this.log.trace("dial random peer %p",n.id),await this.components.connectionManager.openConnection(n.multiaddrs,{signal:e})}catch{}if(this.allAddressesAreVerified()){this.log("stopping random walk, all addresses are verified");return}if(!this.hasConnectionCapacity()){this.log("stopping random walk, too close to max connections");return}}}catch{}}async handleIncomingAutonatStream(t,e){let n=AbortSignal.timeout(this.timeout);try{let o=Js(t,{maxDataLength:this.maxMessageSize}).pb(V),s=await o.read({signal:n}),i=await this.handleAutonatMessage(s,e,{signal:n});await o.write(i,{signal:n}),await t.close({signal:n})}catch(o){this.log.error("error handling incoming autonat stream - %e",o),t.abort(o)}}async handleAutonatMessage(t,e,n){let o=this.components.addressManager.getAddresses().map(h=>Lt(h).host),s=t.dial;if(s==null)return this.log.error("dial was missing from message"),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_BAD_REQUEST,statusText:"No Dial message found in message"}};let i,a=s.peer;if(a?.id==null)return this.log.error("peerId missing from message"),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_BAD_REQUEST,statusText:"missing peer info"}};try{let h=ce(a.id);i=_n(h)}catch(h){return this.log.error("invalid PeerId - %e",h),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_BAD_REQUEST,statusText:"bad peer id"}}}if(this.log("incoming request from %p",i),!e.remotePeer.equals(i))return this.log("target peer %p did not equal sending peer %p",i,e.remotePeer),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_BAD_REQUEST,statusText:"peer id mismatch"}};let c=a.addrs.map(h=>Lc(h)).filter(h=>{try{let f=Lt(h);return Us(h)?!1:f.host!==Lt(e.remoteAddr).host?(this.log.trace("not dialing %a - target host did not match remote host %a",h,e.remoteAddr),!1):o.includes(f.host)?!1:this.components.transportManager.dialTransportForMultiaddr(h)==null?(this.log.trace("not dialing %a - transport unsupported",h),!1):!0}catch{return!1}}).map(h=>(h.getComponents().find(f=>f.code===421)?.value==null&&(h=h.encapsulate(`/p2p/${i.toString()}`)),h));if(c.length===0)return this.log("refused to dial all multiaddrs for %p from message",i),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_DIAL_REFUSED,statusText:"no dialable addresses"}};this.log("dial multiaddrs %s for peer %p",c.map(h=>h.toString()).join(", "),i);let u="",d=c[0];for(let h of c){let f;d=h;try{if(f=await this.components.connectionManager.openConnection(h,n),!f.remoteAddr.equals(h))throw this.log.error("tried to dial %a but dialed %a",h,f.remoteAddr),new Error("Unexpected remote address");return this.log("successfully dialed %p via %a",i,h),{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.OK,addr:f.remoteAddr.decapsulateCode(421).bytes}}}catch(p){this.log.error("could not dial %p - %e",i,p),u=p.message}finally{f!=null&&await f.close()}}return{type:V.MessageType.DIAL_RESPONSE,dialResponse:{status:V.ResponseStatus.E_DIAL_ERROR,statusText:u,addr:d.bytes}}}getFirstUnverifiedMultiaddr(t,e){let n=this.components.addressManager.getAddressesWithMetadata().sort((o,s)=>o.type==="observed"&&s.type!=="observed"?1:s.type==="observed"&&o.type!=="observed"?-1:0).filter(o=>!(!(o.expires<Date.now())||Lt(o.multiaddr).type==="ip6"&&(!e||!uc(o.multiaddr))||Us(o.multiaddr)));for(let o of n){let s=o.multiaddr.toString(),i=this.dialResults.get(s);if(i!=null){if(i.networkSegments.includes(t)){this.log.trace("%a already has a network segment result from %s",i.multiaddr,t);continue}if(i.queue.size>10){this.log.trace("%a already has enough peers queued",i.multiaddr);continue}}if(i==null){let a=o.expires<Date.now();if(a&&this.addressFilter.remove?.(s),this.addressFilter.has(s))continue;this.addressFilter.add(s),this.log.trace("creating dial result %s %s",a?"to revalidate":"for",s),i={multiaddr:o.multiaddr,success:0,failure:0,networkSegments:[],verifyingPeers:vs(),queue:new jn({concurrency:3,maxSize:50}),type:o.type,lastVerified:o.lastVerified},this.dialResults.set(s,i)}return i}}removeOutdatedMultiaddrResults(){let t=new Set(this.components.addressManager.getAddressesWithMetadata().filter(({expires:e})=>e<Date.now()).map(({multiaddr:e})=>e.toString()));for(let e of this.dialResults.keys())t.has(e)||(this.log.trace("remove results for %a",e),this.dialResults.delete(e))}async verifyExternalAddresses(t){if(!this.isStarted())return;this.removeOutdatedMultiaddrResults();let n=(await this.components.peerStore.get(t.remotePeer)).addresses.some(({multiaddr:i})=>Lt(i).type==="ip6"),o=this.getNetworkSegment(t.remoteAddr),s=this.getFirstUnverifiedMultiaddr(o,n);if(s==null){this.log.trace("no unverified public addresses found for peer %p to verify, not requesting verification",t.remotePeer);return}if(!this.hasConnectionCapacity()){s.lastVerified!=null?(this.log("automatically re-verifying %a because we are too close to the connection limit",s.multiaddr),this.confirmAddress(s)):this.log("skipping verifying %a because we are too close to the connection limit",s.multiaddr);return}s.queue.add(async i=>{await this.askPeerToVerify(t,o,i)},{peerId:t.remotePeer,multiaddr:s.multiaddr}).catch(i=>{s?.result==null&&this.log.error("error from %p verifying address %a - %e",t.remotePeer,s?.multiaddr,i)})}async askPeerToVerify(t,e,n){let o=this.dialResults.get(n.multiaddr.toString());if(o==null){this.log("%a was verified while %p was queued",n.multiaddr,t.remotePeer);return}let s=AbortSignal.timeout(this.timeout);this.log.trace("asking %a to verify multiaddr %s",t.remoteAddr,n.multiaddr);let i=await t.newStream(this.protocol,{signal:s});try{let a=Js(i).pb(V),[,c]=await Promise.all([a.write({type:V.MessageType.DIAL,dial:{peer:{id:this.components.peerId.toMultihash().bytes,addrs:[n.multiaddr.bytes]}}},{signal:s}),a.read({signal:s})]);if(c.type!==V.MessageType.DIAL_RESPONSE||c.dialResponse==null){this.log("invalid autonat response from %p - %j",t.remotePeer,c);return}let u=c.dialResponse.status;if(this.log.trace("autonat response from %p for %a is %s",t.remotePeer,n.multiaddr,u),u!==V.ResponseStatus.OK&&u!==V.ResponseStatus.E_DIAL_ERROR)return;if(o=this.dialResults.get(n.multiaddr.toString()),o==null){this.log.trace("peer reported %a as %s but there is no result object",n.multiaddr,c.dialResponse.status);return}if(o.networkSegments.includes(e)){this.log.trace("%a results included network segment %s",n.multiaddr,e);return}if(o.result!=null){this.log.trace("already resolved result for %a, ignoring response from",n.multiaddr,t.remotePeer);return}if(o.verifyingPeers.has(t.remotePeer)){this.log.trace("peer %p has already verified %a, ignoring response",t.remotePeer,n.multiaddr);return}if(o.verifyingPeers.add(t.remotePeer),o.networkSegments.push(e),u===V.ResponseStatus.OK){if(o.success++,o.type!=="observed"){this.confirmAddress(o);return}}else u===V.ResponseStatus.E_DIAL_ERROR&&o.failure++;this.log("%a success %d failure %d",o.multiaddr,o.success,o.failure),o.success===Xd&&this.confirmAddress(o),o.failure===Wd&&this.unconfirmAddress(o)}finally{try{await i.close({signal:s})}catch(a){i.abort(a)}}}hasConnectionCapacity(){let e=this.components.connectionManager.getConnections().length,n=this.components.connectionManager.getMaxConnections();return e/n*100<this.connectionThreshold}confirmAddress(t){this.log("%s address %a is externally dialable",t.type,t.multiaddr),this.components.addressManager.confirmObservedAddr(t.multiaddr),this.dialResults.delete(t.multiaddr.toString()),t.result=!0,t.queue.abort()}unconfirmAddress(t){this.log("%s address %a is not externally dialable",t.type,t.multiaddr),this.components.addressManager.removeObservedAddr(t.multiaddr),this.dialResults.delete(t.multiaddr.toString()),t.result=!1,t.queue.abort()}getNetworkSegment(t){let e=Lt(t);switch(e.type){case"ip4":return e.host.split(".")[0].padStart(3,"0");case"ip6":return e.host.split(":")[0].padStart(4,"0");default:throw new lt(`Remote address ${t} was not an IPv4 or Ipv6 address`)}}};function Qd(r={}){return t=>new $n(t,r)}return Kc(Jd);})();
3
3
  /*! Bundled license information:
4
4
 
5
5
  @noble/curves/utils.js: