@helia/routers 3.1.2 → 3.1.3
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 +12 -12
- package/dist/index.min.js.map +4 -4
- package/package.json +2 -2
package/dist/index.min.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.HeliaRouters = factory()}(typeof self !== 'undefined' ? self : this, function () {
|
|
2
|
-
"use strict";var HeliaRouters=(()=>{var
|
|
3
|
-
`,R:"%H:%M",T:"%H:%M:%S",t:" ",X:"%T",Z:"GMT",z:"+0000"};return y;function y(g,A,R){var I=this;if(!(I instanceof y))return new y(g,A,R);I.time=+g||0,I.nano=+A||0,I.year=+R||0,k(I)}function k(g){var A,R,I,C=g.year,U=g.time,$=g.nano,x=(($<0||c<=$)&&($-=(R=Math.floor($/c))*c,U+=R,R=1),C%t);return(U<-i||i<U||x)&&((A=l(U/o))&&(C+=A*t,U-=A*o),(I=O(U)).setUTCFullYear(x+I.getUTCFullYear()),I=(U=+I)+(A=l((C-=x)/t))*o,A&&-i<=I&&I<=i&&(C-=A*t,U=I),R=1),R&&(g.year=C,g.time=U,g.nano=$),g}function O(g){var A=new Date(0);return A.setTime(g),A}function z(C,I){C=+C||0;var R=l((I=(I|0)*s)/n)+l(C/n),I=I%n+C%n,C=l(I/n);return C&&(R+=C,I-=C*n),new y(1e3*I,0,R*t)}function T(g,A,R,I,C,U){return function(x,w){var E=k(this);x=x||new Array(8),v(x,w|=0);var h=Math.floor(E.time/1e3),E=E.year*(r*e/t),K=l(E/s)+l(h/s),E=E%s+h%s,h=Math.floor(E/s);return h&&(K+=h,E-=h*s),$(x,w+C,K),$(x,w+U,E),x};function $(x,w,K){x[w+g]=K>>24&255,x[w+A]=K>>16&255,x[w+R]=K>>8&255,x[w+I]=255&K}}function d(g,A,R,I,C,U){return function(x,w){v(x,w|=0);var K=$(x,w+C);return z($(x,w+U),K)};function $(x,w){return 16777216*x[w+g]+(x[w+A]<<16|x[w+R]<<8|x[w+I])}}function v(g,A){if(g=g&&g.length,g==null)throw new TypeError("Invalid Buffer");if(g<A+8)throw new RangeError("Out of range")}function N(g){return(9<g?"":"0")+(0|g)}function L(g,A){return(a+(0|g)).substr(-A)}}()});var hf=Hs((T2,Bs)=>{"use strict";var Rp=Object.prototype.hasOwnProperty,Tt="~";function cn(){}Object.create&&(cn.prototype=Object.create(null),new cn().__proto__||(Tt=!1));function Lp(e,t,r){this.fn=e,this.context=t,this.once=r||!1}function df(e,t,r,n,o){if(typeof r!="function")throw new TypeError("The listener must be a function");var i=new Lp(r,n||e,o),s=Tt?Tt+t:t;return e._events[s]?e._events[s].fn?e._events[s]=[e._events[s],i]:e._events[s].push(i):(e._events[s]=i,e._eventsCount++),e}function yo(e,t){--e._eventsCount===0?e._events=new cn:delete e._events[t]}function vt(){this._events=new cn,this._eventsCount=0}vt.prototype.eventNames=function(){var t=[],r,n;if(this._eventsCount===0)return t;for(n in r=this._events)Rp.call(r,n)&&t.push(Tt?n.slice(1):n);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(r)):t};vt.prototype.listeners=function(t){var r=Tt?Tt+t:t,n=this._events[r];if(!n)return[];if(n.fn)return[n.fn];for(var o=0,i=n.length,s=new Array(i);o<i;o++)s[o]=n[o].fn;return s};vt.prototype.listenerCount=function(t){var r=Tt?Tt+t:t,n=this._events[r];return n?n.fn?1:n.length:0};vt.prototype.emit=function(t,r,n,o,i,s){var c=Tt?Tt+t:t;if(!this._events[c])return!1;var a=this._events[c],l=arguments.length,u,f;if(a.fn){switch(a.once&&this.removeListener(t,a.fn,void 0,!0),l){case 1:return a.fn.call(a.context),!0;case 2:return a.fn.call(a.context,r),!0;case 3:return a.fn.call(a.context,r,n),!0;case 4:return a.fn.call(a.context,r,n,o),!0;case 5:return a.fn.call(a.context,r,n,o,i),!0;case 6:return a.fn.call(a.context,r,n,o,i,s),!0}for(f=1,u=new Array(l-1);f<l;f++)u[f-1]=arguments[f];a.fn.apply(a.context,u)}else{var p=a.length,S;for(f=0;f<p;f++)switch(a[f].once&&this.removeListener(t,a[f].fn,void 0,!0),l){case 1:a[f].fn.call(a[f].context);break;case 2:a[f].fn.call(a[f].context,r);break;case 3:a[f].fn.call(a[f].context,r,n);break;case 4:a[f].fn.call(a[f].context,r,n,o);break;default:if(!u)for(S=1,u=new Array(l-1);S<l;S++)u[S-1]=arguments[S];a[f].fn.apply(a[f].context,u)}}return!0};vt.prototype.on=function(t,r,n){return df(this,t,r,n,!1)};vt.prototype.once=function(t,r,n){return df(this,t,r,n,!0)};vt.prototype.removeListener=function(t,r,n,o){var i=Tt?Tt+t:t;if(!this._events[i])return this;if(!r)return yo(this,i),this;var s=this._events[i];if(s.fn)s.fn===r&&(!o||s.once)&&(!n||s.context===n)&&yo(this,i);else{for(var c=0,a=[],l=s.length;c<l;c++)(s[c].fn!==r||o&&!s[c].once||n&&s[c].context!==n)&&a.push(s[c]);a.length?this._events[i]=a.length===1?a[0]:a:yo(this,i)}return this};vt.prototype.removeAllListeners=function(t){var r;return t?(r=Tt?Tt+t:t,this._events[r]&&yo(this,r)):(this._events=new cn,this._eventsCount=0),this};vt.prototype.off=vt.prototype.removeListener;vt.prototype.addListener=vt.prototype.on;vt.prefixed=Tt;vt.EventEmitter=vt;typeof Bs<"u"&&(Bs.exports=vt)});var r0={};Bt(r0,{delegatedHTTPRouting:()=>Sf,delegatedHTTPRoutingDefaults:()=>vo,httpGatewayRouting:()=>_f,libp2pRouting:()=>Uf});var js=Symbol.for("@libp2p/content-routing");var To=Symbol.for("@libp2p/peer-id");var Gs=Symbol.for("@libp2p/peer-routing");var ut=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},We=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var Pt=class extends Error{static name="NotFoundError";constructor(t="Not found"){super(t),this.name="NotFoundError"}};var hn=class extends Error{static name="InvalidCIDError";constructor(t="Invalid CID"){super(t),this.name="InvalidCIDError"}},Xe=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var Je=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var Uo={};Bt(Uo,{base32:()=>jt,base32hex:()=>Xf,base32hexpad:()=>Qf,base32hexpadupper:()=>tl,base32hexupper:()=>Jf,base32pad:()=>Yf,base32padupper:()=>Wf,base32upper:()=>Zf,base32z:()=>el});var c0=new Uint8Array(0);function Zs(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}function ce(e){if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")}function Ys(e){return new TextEncoder().encode(e)}function Ws(e){return new TextDecoder().decode(e)}function qf(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var o=0;o<e.length;o++){var i=e.charAt(o),s=i.charCodeAt(0);if(r[s]!==255)throw new TypeError(i+" is ambiguous");r[s]=o}var c=e.length,a=e.charAt(0),l=Math.log(c)/Math.log(256),u=Math.log(256)/Math.log(c);function f(_){if(_ instanceof Uint8Array||(ArrayBuffer.isView(_)?_=new Uint8Array(_.buffer,_.byteOffset,_.byteLength):Array.isArray(_)&&(_=Uint8Array.from(_))),!(_ instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(_.length===0)return"";for(var y=0,k=0,O=0,z=_.length;O!==z&&_[O]===0;)O++,y++;for(var T=(z-O)*u+1>>>0,d=new Uint8Array(T);O!==z;){for(var v=_[O],N=0,L=T-1;(v!==0||N<k)&&L!==-1;L--,N++)v+=256*d[L]>>>0,d[L]=v%c>>>0,v=v/c>>>0;if(v!==0)throw new Error("Non-zero carry");k=N,O++}for(var g=T-k;g!==T&&d[g]===0;)g++;for(var A=a.repeat(y);g<T;++g)A+=e.charAt(d[g]);return A}function p(_){if(typeof _!="string")throw new TypeError("Expected String");if(_.length===0)return new Uint8Array;var y=0;if(_[y]!==" "){for(var k=0,O=0;_[y]===a;)k++,y++;for(var z=(_.length-y)*l+1>>>0,T=new Uint8Array(z);_[y];){var d=r[_.charCodeAt(y)];if(d===255)return;for(var v=0,N=z-1;(d!==0||v<O)&&N!==-1;N--,v++)d+=c*T[N]>>>0,T[N]=d%256>>>0,d=d/256>>>0;if(d!==0)throw new Error("Non-zero carry");O=v,y++}if(_[y]!==" "){for(var L=z-O;L!==z&&T[L]===0;)L++;for(var g=new Uint8Array(k+(z-L)),A=k;L!==z;)g[A++]=T[L++];return g}}}function S(_){var y=p(_);if(y)return y;throw new Error(`Non-${t} character`)}return{encode:f,decodeUnsafe:p,decode:S}}var $f=qf,Hf=$f,Js=Hf;var Co=class{name;prefix;baseEncode;constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Bo=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,r,n){this.name=t,this.prefix=r;let o=r.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 Qs(this,t)}},Po=class{decoders;constructor(t){this.decoders=t}or(t){return Qs(this,t)}decode(t){let r=t[0],n=this.decoders[r];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 Qs(e,t){return new Po({...e.decoders??{[e.prefix]:e},...t.decoders??{[t.prefix]:t}})}var _o=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new Co(t,r,n),this.decoder=new Bo(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function Qe({name:e,prefix:t,encode:r,decode:n}){return new _o(e,t,r,n)}function Se({name:e,prefix:t,alphabet:r}){let{encode:n,decode:o}=Js(r,e);return Qe({prefix:t,name:e,encode:n,decode:i=>ce(o(i))})}function zf(e,t,r,n){let o=e.length;for(;e[o-1]==="=";)--o;let i=new Uint8Array(o*r/8|0),s=0,c=0,a=0;for(let l=0;l<o;++l){let u=t[e[l]];if(u===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|u,s+=r,s>=8&&(s-=8,i[a++]=255&c>>s)}if(s>=r||(255&c<<8-s)!==0)throw new SyntaxError("Unexpected end of data");return i}function jf(e,t,r){let n=t[t.length-1]==="=",o=(1<<r)-1,i="",s=0,c=0;for(let a=0;a<e.length;++a)for(c=c<<8|e[a],s+=8;s>r;)s-=r,i+=t[o&c>>s];if(s!==0&&(i+=t[o&c<<r-s]),n)for(;(i.length*r&7)!==0;)i+="=";return i}function Gf(e){let t={};for(let r=0;r<e.length;++r)t[e[r]]=r;return t}function it({name:e,prefix:t,bitsPerChar:r,alphabet:n}){let o=Gf(n);return Qe({prefix:t,name:e,encode(i){return jf(i,n,r)},decode(i){return zf(i,o,r,e)}})}var jt=it({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Zf=it({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Yf=it({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Wf=it({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Xf=it({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Jf=it({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Qf=it({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),tl=it({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),el=it({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var No={};Bt(No,{base58btc:()=>Q,base58flickr:()=>rl});var Q=Se({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),rl=Se({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Lo={};Bt(Lo,{base64:()=>Ro,base64pad:()=>nl,base64url:()=>ol,base64urlpad:()=>il});var Ro=it({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),nl=it({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),ol=it({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),il=it({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});function sl(e,t){try{if(typeof e=="string"&&e.length>0)return al(e);if(typeof e=="number"&&isFinite(e))return t?.long?ul(e):cl(e);throw new Error("Value is not a string or number.")}catch(r){let n=fl(r)?`${r.message}. value=${JSON.stringify(e)}`:"An unknown error has occured.";throw new Error(n)}}function al(e){if(e=String(e),e.length>100)throw new Error("Value exceeds the maximum length of 100 characters.");let t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!t)return NaN;let r=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*315576e5;case"weeks":case"week":case"w":return r*6048e5;case"days":case"day":case"d":return r*864e5;case"hours":case"hour":case"hrs":case"hr":case"h":return r*36e5;case"minutes":case"minute":case"mins":case"min":case"m":return r*6e4;case"seconds":case"second":case"secs":case"sec":case"s":return r*1e3;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:throw new Error(`The unit ${n} was matched, but no matching case exists.`)}}var mn=sl;function cl(e){let t=Math.abs(e);return t>=864e5?`${Math.round(e/864e5)}d`:t>=36e5?`${Math.round(e/36e5)}h`:t>=6e4?`${Math.round(e/6e4)}m`:t>=1e3?`${Math.round(e/1e3)}s`:`${e}ms`}function ul(e){let t=Math.abs(e);return t>=864e5?pn(e,t,864e5,"day"):t>=36e5?pn(e,t,36e5,"hour"):t>=6e4?pn(e,t,6e4,"minute"):t>=1e3?pn(e,t,1e3,"second"):`${e} ms`}function pn(e,t,r,n){let o=t>=r*1.5;return`${Math.round(e/r)} ${n}${o?"s":""}`}function fl(e){return typeof e=="object"&&e!==null&&"message"in e}function Do(e){r.debug=r,r.default=r,r.coerce=a,r.disable=i,r.enable=o,r.enabled=s,r.humanize=mn,r.destroy=l,Object.keys(e).forEach(u=>{r[u]=e[u]}),r.names=[],r.skips=[],r.formatters={};function t(u){let f=0;for(let p=0;p<u.length;p++)f=(f<<5)-f+u.charCodeAt(p),f|=0;return r.colors[Math.abs(f)%r.colors.length]}r.selectColor=t;function r(u){let f,p=null,S,_;function y(...k){if(!y.enabled)return;let O=y,z=Number(new Date),T=z-(f||z);O.diff=T,O.prev=f,O.curr=z,f=z,k[0]=r.coerce(k[0]),typeof k[0]!="string"&&k.unshift("%O");let d=0;k[0]=k[0].replace(/%([a-zA-Z%])/g,(N,L)=>{if(N==="%%")return"%";d++;let g=r.formatters[L];if(typeof g=="function"){let A=k[d];N=g.call(O,A),k.splice(d,1),d--}return N}),r.formatArgs.call(O,k),(O.log||r.log).apply(O,k)}return y.namespace=u,y.useColors=r.useColors(),y.color=r.selectColor(u),y.extend=n,y.destroy=r.destroy,Object.defineProperty(y,"enabled",{enumerable:!0,configurable:!1,get:()=>p!==null?p:(S!==r.namespaces&&(S=r.namespaces,_=r.enabled(u)),_),set:k=>{p=k}}),typeof r.init=="function"&&r.init(y),y}function n(u,f){let p=r(this.namespace+(typeof f>"u"?":":f)+u);return p.log=this.log,p}function o(u){r.save(u),r.namespaces=u,r.names=[],r.skips=[];let f,p=(typeof u=="string"?u:"").split(/[\s,]+/),S=p.length;for(f=0;f<S;f++)p[f]&&(u=p[f].replace(/\*/g,".*?"),u[0]==="-"?r.skips.push(new RegExp("^"+u.substr(1)+"$")):r.names.push(new RegExp("^"+u+"$")))}function i(){let u=[...r.names.map(c),...r.skips.map(c).map(f=>"-"+f)].join(",");return r.enable(""),u}function s(u){if(u[u.length-1]==="*")return!0;let f,p;for(f=0,p=r.skips.length;f<p;f++)if(r.skips[f].test(u))return!1;for(f=0,p=r.names.length;f<p;f++)if(r.names[f].test(u))return!0;return!1}function c(u){return u.toString().substring(2,u.toString().length-2).replace(/\.\*\?$/,"*")}function a(u){return u instanceof Error?u.stack??u.message:u}function l(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.setupFormatters(r.formatters),r.enable(r.load()),r}var yn=gl(),ll=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function dl(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent?.toLowerCase().match(/(edge|trident)\/(\d+)/)!=null?!1:typeof document<"u"&&document.documentElement?.style?.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent?.toLowerCase().match(/firefox\/(\d+)/)!=null&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent?.toLowerCase().match(/applewebkit\/(\d+)/)}function hl(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+mn(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let r=0,n=0;e[0].replace(/%[a-zA-Z%]/g,o=>{o!=="%%"&&(r++,o==="%c"&&(n=r))}),e.splice(n,0,t)}var pl=console.debug??console.log??(()=>{});function ml(e){try{e?yn?.setItem("debug",e):yn?.removeItem("debug")}catch{}}function yl(){let e;try{e=yn?.getItem("debug")}catch{}return!e&&typeof globalThis.process<"u"&&"env"in globalThis.process&&(e=globalThis.process.env.DEBUG),e}function gl(){try{return localStorage}catch{}}function xl(e){e.j=function(t){try{return JSON.stringify(t)}catch(r){return"[UnexpectedJSONParseError]: "+r.message}}}var ta=Do({formatArgs:hl,save:ml,load:yl,useColors:dl,setupFormatters:xl,colors:ll,storage:yn,log:pl});var _t=ta;_t.formatters.b=e=>e==null?"undefined":Q.baseEncode(e);_t.formatters.t=e=>e==null?"undefined":jt.baseEncode(e);_t.formatters.m=e=>e==null?"undefined":Ro.baseEncode(e);_t.formatters.p=e=>e==null?"undefined":e.toString();_t.formatters.c=e=>e==null?"undefined":e.toString();_t.formatters.k=e=>e==null?"undefined":e.toString();_t.formatters.a=e=>e==null?"undefined":e.toString();_t.formatters.e=e=>e==null?"undefined":ea(e.stack)??ea(e.message)??e.toString();function wl(e){let t=()=>{};return t.enabled=!1,t.color="",t.diff=0,t.log=()=>{},t.namespace=e,t.destroy=()=>!0,t.extend=()=>t,t}function ve(e){let t=wl(`${e}:trace`);return _t.enabled(`${e}:trace`)&&_t.names.map(r=>r.toString()).find(r=>r.includes(":trace"))!=null&&(t=_t(`${e}:trace`)),Object.assign(_t(e),{error:_t(`${e}:error`),trace:t})}function ea(e){if(e!=null&&(e=e.trim(),e.length!==0))return e}var ko={};Bt(ko,{base36:()=>tr,base36upper:()=>bl});var tr=Se({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),bl=Se({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var El=oa,ra=128,Sl=127,vl=~Sl,Al=Math.pow(2,31);function oa(e,t,r){t=t||[],r=r||0;for(var n=r;e>=Al;)t[r++]=e&255|ra,e/=128;for(;e&vl;)t[r++]=e&255|ra,e>>>=7;return t[r]=e|0,oa.bytes=r-n+1,t}var Il=Ko,Tl=128,na=127;function Ko(e,n){var r=0,n=n||0,o=0,i=n,s,c=e.length;do{if(i>=c)throw Ko.bytes=0,new RangeError("Could not decode varint");s=e[i++],r+=o<28?(s&na)<<o:(s&na)*Math.pow(2,o),o+=7}while(s>=Tl);return Ko.bytes=i-n,r}var Cl=Math.pow(2,7),Bl=Math.pow(2,14),Pl=Math.pow(2,21),_l=Math.pow(2,28),Ul=Math.pow(2,35),Nl=Math.pow(2,42),Rl=Math.pow(2,49),Ll=Math.pow(2,56),Dl=Math.pow(2,63),kl=function(e){return e<Cl?1:e<Bl?2:e<Pl?3:e<_l?4:e<Ul?5:e<Nl?6:e<Rl?7:e<Ll?8:e<Dl?9:10},Kl={encode:El,decode:Il,encodingLength:kl},Ol=Kl,Ur=Ol;function Nr(e,t=0){return[Ur.decode(e,t),Ur.decode.bytes]}function er(e,t,r=0){return Ur.encode(e,t,r),t}function rr(e){return Ur.encodingLength(e)}function Gt(e,t){let r=t.byteLength,n=rr(e),o=n+rr(r),i=new Uint8Array(o+r);return er(e,i,0),er(r,i,n),i.set(t,o),new nr(e,r,t,i)}function ue(e){let t=ce(e),[r,n]=Nr(t),[o,i]=Nr(t.subarray(n)),s=t.subarray(n+i);if(s.byteLength!==o)throw new Error("Incorrect length");return new nr(r,o,s,t)}function ia(e,t){if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&Zs(e.bytes,r.bytes)}}var nr=class{code;size;digest;bytes;constructor(t,r,n,o){this.code=t,this.size=r,this.digest=n,this.bytes=o}};function sa(e,t){let{bytes:r,version:n}=e;switch(n){case 0:return Ml(r,Oo(e),t??Q.encoder);default:return Vl(r,Oo(e),t??jt.encoder)}}var aa=new WeakMap;function Oo(e){let t=aa.get(e);if(t==null){let r=new Map;return aa.set(e,r),r}return t}var Z=class e{code;version;multihash;bytes;"/";constructor(t,r,n,o){this.code=r,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:r}=this;if(t!==Rr)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==ql)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=Gt(t,r);return e.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,r){let n=r;return n!=null&&t.code===n.code&&t.version===n.version&&ia(t.multihash,n.multihash)}toString(t){return sa(this,t)}toJSON(){return{"/":sa(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 r=t;if(r instanceof e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:o,multihash:i,bytes:s}=r;return new e(n,o,i,s??ca(n,o,i.bytes))}else if(r[$l]===!0){let{version:n,multihash:o,code:i}=r,s=ue(o);return e.create(n,i,s)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==Rr)throw new Error(`Version 0 CID must use dag-pb (code: ${Rr}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let o=ca(t,r,n.bytes);return new e(t,r,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,Rr,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,o=ce(t.subarray(n,n+r.multihashSize));if(o.byteLength!==r.multihashSize)throw new Error("Incorrect length");let i=o.subarray(r.multihashSize-r.digestSize),s=new nr(r.multihashCode,r.digestSize,i,o);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[f,p]=Nr(t.subarray(r));return r+=p,f},o=n(),i=Rr;if(o===18?(o=0,r=0):i=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let s=r,c=n(),a=n(),l=r+a,u=l-s;return{version:o,codec:i,multihashCode:c,digestSize:a,multihashSize:u,size:l}}static parse(t,r){let[n,o]=Fl(t,r),i=e.decode(o);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Oo(i).set(n,t),i}};function Fl(e,t){switch(e[0]){case"Q":{let r=t??Q;return[Q.prefix,r.decode(`${Q.prefix}${e}`)]}case Q.prefix:{let r=t??Q;return[Q.prefix,r.decode(e)]}case jt.prefix:{let r=t??jt;return[jt.prefix,r.decode(e)]}case tr.prefix:{let r=t??tr;return[tr.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}}function Ml(e,t,r){let{prefix:n}=r;if(n!==Q.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let o=t.get(n);if(o==null){let i=r.encode(e).slice(1);return t.set(n,i),i}else return o}function Vl(e,t,r){let{prefix:n}=r,o=t.get(n);if(o==null){let i=r.encode(e);return t.set(n,i),i}else return o}var Rr=112,ql=18;function ca(e,t,r){let n=rr(e),o=n+rr(t),i=new Uint8Array(o+r.byteLength);return er(e,i,0),er(t,i,n),i.set(r,o),i}var $l=Symbol.for("@ipld/js-cid/CID");var Fo={};Bt(Fo,{identity:()=>Dt});var ua=0,Hl="identity",fa=ce;function zl(e){return Gt(ua,fa(e))}var Dt={code:ua,name:Hl,encode:fa,digest:zl};function rt(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}function fe(e=0){return new Uint8Array(e)}function Ut(e=0){return new Uint8Array(e)}function bt(e,t){t==null&&(t=e.reduce((o,i)=>o+i.length,0));let r=Ut(t),n=0;for(let o of e)r.set(o,n),n+=o.length;return r}var da=Symbol.for("@achingbrain/uint8arraylist");function la(e,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let r=0;for(let n of e){let o=r+n.byteLength;if(t<o)return{buf:n,index:t-r};r=o}throw new RangeError("index is out of bounds")}function or(e){return!!e?.[da]}var kt=class e{bufs;length;[da]=!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 r=0;for(let n of t)if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.push(n);else if(or(n))r+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}prepend(...t){this.prependAll(t)}prependAll(t){let r=0;for(let n of t.reverse())if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.unshift(n);else if(or(n))r+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}get(t){let r=la(this.bufs,t);return r.buf[r.index]}set(t,r){let n=la(this.bufs,t);n.buf[n.index]=r}write(t,r=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(r+n,t[n]);else if(or(t))for(let n=0;n<t.length;n++)this.set(r+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,r){let{bufs:n,length:o}=this._subList(t,r);return bt(n,o)}subarray(t,r){let{bufs:n,length:o}=this._subList(t,r);return n.length===1?n[0]:bt(n,o)}sublist(t,r){let{bufs:n,length:o}=this._subList(t,r),i=new e;return i.length=o,i.bufs=[...n],i}_subList(t,r){if(t=t??0,r=r??this.length,t<0&&(t=this.length+t),r<0&&(r=this.length+r),t<0||r>this.length)throw new RangeError("index is out of bounds");if(t===r)return{bufs:[],length:0};if(t===0&&r===this.length)return{bufs:this.bufs,length:this.length};let n=[],o=0;for(let i=0;i<this.bufs.length;i++){let s=this.bufs[i],c=o,a=c+s.byteLength;if(o=a,t>=a)continue;let l=t>=c&&t<a,u=r>c&&r<=a;if(l&&u){if(t===c&&r===a){n.push(s);break}let f=t-c;n.push(s.subarray(f,f+(r-t)));break}if(l){if(t===0){n.push(s);continue}n.push(s.subarray(t-c));continue}if(u){if(r===a){n.push(s);break}n.push(s.subarray(0,r-c));break}n.push(s)}return{bufs:n,length:r-t}}indexOf(t,r=0){if(!or(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(r=Number(r??0),isNaN(r)&&(r=0),r<0&&(r=this.length+r),r<0&&(r=0),t.length===0)return r>this.length?this.length:r;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let i=256,s=new Int32Array(i);for(let f=0;f<i;f++)s[f]=-1;for(let f=0;f<o;f++)s[n[f]]=f;let c=s,a=this.byteLength-n.byteLength,l=n.byteLength-1,u;for(let f=r;f<=a;f+=u){u=0;for(let p=l;p>=0;p--){let S=this.get(f+p);if(n[p]!==S){u=Math.max(1,p-c[S]);break}}if(u===0)return f}return-1}getInt8(t){let r=this.subarray(t,t+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getInt8(0)}setInt8(t,r){let n=Ut(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,r),this.write(n,t)}getInt16(t,r){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,r)}setInt16(t,r,n){let o=fe(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt16(0,r,n),this.write(o,t)}getInt32(t,r){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,r)}setInt32(t,r,n){let o=fe(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt32(0,r,n),this.write(o,t)}getBigInt64(t,r){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,r)}setBigInt64(t,r,n){let o=fe(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigInt64(0,r,n),this.write(o,t)}getUint8(t){let r=this.subarray(t,t+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getUint8(0)}setUint8(t,r){let n=Ut(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,r),this.write(n,t)}getUint16(t,r){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,r)}setUint16(t,r,n){let o=fe(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint16(0,r,n),this.write(o,t)}getUint32(t,r){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,r)}setUint32(t,r,n){let o=fe(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint32(0,r,n),this.write(o,t)}getBigUint64(t,r){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,r)}setBigUint64(t,r,n){let o=fe(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigUint64(0,r,n),this.write(o,t)}getFloat32(t,r){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,r)}setFloat32(t,r,n){let o=fe(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat32(0,r,n),this.write(o,t)}getFloat64(t,r){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,r)}setFloat64(t,r,n){let o=fe(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,r,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof e)||t.bufs.length!==this.bufs.length)return!1;for(let r=0;r<this.bufs.length;r++)if(!rt(this.bufs[r],t.bufs[r]))return!1;return!0}static fromUint8Arrays(t,r){let n=new e;return n.bufs=t,r==null&&(r=t.reduce((o,i)=>o+i.byteLength,0)),n.length=r,n}};var Mo={};Bt(Mo,{base10:()=>jl});var jl=Se({prefix:"9",name:"base10",alphabet:"0123456789"});var Vo={};Bt(Vo,{base16:()=>Gl,base16upper:()=>Zl});var Gl=it({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Zl=it({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var qo={};Bt(qo,{base2:()=>Yl});var Yl=it({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var $o={};Bt($o,{base256emoji:()=>td});var ha=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}"),Wl=ha.reduce((e,t,r)=>(e[r]=t,e),[]),Xl=ha.reduce((e,t,r)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return e[n]=r,e},[]);function Jl(e){return e.reduce((t,r)=>(t+=Wl[r],t),"")}function Ql(e){let t=[];for(let r of e){let n=r.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${r}`);let o=Xl[n];if(o==null)throw new Error(`Non-base256emoji character: ${r}`);t.push(o)}return new Uint8Array(t)}var td=Qe({prefix:"\u{1F680}",name:"base256emoji",encode:Jl,decode:Ql});var Ho={};Bt(Ho,{base8:()=>ed});var ed=it({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var zo={};Bt(zo,{identity:()=>rd});var rd=Qe({prefix:"\0",name:"identity",encode:e=>Ws(e),decode:e=>Ys(e)});var om=new TextEncoder,im=new TextDecoder;var Zo={};Bt(Zo,{sha256:()=>Lr,sha512:()=>id});function Go({name:e,code:t,encode:r}){return new jo(e,t,r)}var jo=class{name;code;encode;constructor(t,r,n){this.name=t,this.code=r,this.encode=n}digest(t){if(t instanceof Uint8Array){let r=this.encode(t);return r instanceof Uint8Array?Gt(this.code,r):r.then(n=>Gt(this.code,n))}else throw Error("Unknown type, must be binary type")}};function ma(e){return async t=>new Uint8Array(await crypto.subtle.digest(e,t))}var Lr=Go({name:"sha2-256",code:18,encode:ma("SHA-256")}),id=Go({name:"sha2-512",code:19,encode:ma("SHA-512")});var Dr={...zo,...qo,...Ho,...Mo,...Vo,...Uo,...ko,...No,...Lo,...$o},gm={...Zo,...Fo};function ga(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var ya=ga("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),Yo=ga("ascii","a",e=>{let t="a";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},e=>{e=e.substring(1);let t=Ut(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),sd={utf8:ya,"utf-8":ya,hex:Dr.base16,latin1:Yo,ascii:Yo,binary:Yo,...Dr},xn=sd;function H(e,t="utf8"){let r=xn[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return r.decoder.decode(`${r.prefix}${e}`)}function q(e,t="utf8"){let r=xn[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return r.encoder.encode(e).substring(1)}var ad=parseInt("11111",2),Wo=parseInt("10000000",2),cd=parseInt("01111111",2),xa={0:kr,1:kr,2:ud,3:dd,4:hd,5:ld,6:fd,16:kr,22:kr,48:kr};function le(e,t={offset:0}){let r=e[t.offset]&ad;if(t.offset++,xa[r]!=null)return xa[r](e,t);throw new Error("No decoder for tag "+r)}function Kr(e,t){let r=0;if((e[t.offset]&Wo)===Wo){let n=e[t.offset]&cd,o="0x";t.offset++;for(let i=0;i<n;i++,t.offset++)o+=e[t.offset].toString(16).padStart(2,"0");r=parseInt(o,16)}else r=e[t.offset],t.offset++;return r}function kr(e,t){Kr(e,t);let r=[];for(;!(t.offset>=e.byteLength);){let n=le(e,t);if(n===null)break;r.push(n)}return r}function ud(e,t){let r=Kr(e,t),n=t.offset,o=t.offset+r,i=[];for(let s=n;s<o;s++)s===n&&e[s]===0||i.push(e[s]);return t.offset+=r,Uint8Array.from(i)}function fd(e,t){let r=Kr(e,t),n=t.offset+r,o=e[t.offset];t.offset++;let i=0,s=0;o<40?(i=0,s=o):o<80?(i=1,s=o-40):(i=2,s=o-80);let c=`${i}.${s}`,a=[];for(;t.offset<n;){let l=e[t.offset];if(t.offset++,a.push(l&127),l<128){a.reverse();let u=0;for(let f=0;f<a.length;f++)u+=a[f]<<f*7;c+=`.${u}`,a=[]}}return c}function ld(e,t){return t.offset++,null}function dd(e,t){let r=Kr(e,t),n=e[t.offset];t.offset++;let o=e.subarray(t.offset,t.offset+r-1);if(t.offset+=r,n!==0)throw new Error("Unused bits in bit string is unimplemented");return o}function hd(e,t){let r=Kr(e,t),n=e.subarray(t.offset,t.offset+r);return t.offset+=r,n}function pd(e){let t=e.toString(16);t.length%2===1&&(t="0"+t);let r=new kt;for(let n=0;n<t.length;n+=2)r.append(Uint8Array.from([parseInt(`${t[n]}${t[n+1]}`,16)]));return r}function Xo(e){if(e.byteLength<128)return Uint8Array.from([e.byteLength]);let t=pd(e.byteLength);return new kt(Uint8Array.from([t.byteLength|Wo]),t)}function Nt(e){let t=new kt,r=128;return(e.subarray()[0]&r)===r&&t.append(Uint8Array.from([0])),t.append(e),new kt(Uint8Array.from([2]),Xo(t),t)}function wn(e){let t=Uint8Array.from([0]),r=new kt(t,e);return new kt(Uint8Array.from([3]),Xo(r),r)}function Ie(e,t=48){let r=new kt;for(let n of e)r.append(n);return new kt(Uint8Array.from([t]),Xo(r),r)}async function wa(e,t,r){let n=await crypto.subtle.importKey("jwk",e,{name:"ECDSA",namedCurve:e.crv??"P-256"},!1,["verify"]);return crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},n,t,r.subarray())}var md=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),yd=Uint8Array.from([6,5,43,129,4,0,34]),gd=Uint8Array.from([6,5,43,129,4,0,35]),xd={ext:!0,kty:"EC",crv:"P-256"},wd={ext:!0,kty:"EC",crv:"P-384"},bd={ext:!0,kty:"EC",crv:"P-521"},Jo=32,Qo=48,ti=66;function ei(e){let t=le(e);return ba(t)}function ba(e){let t=e[1][1][0],r=1,n,o;if(t.byteLength===Jo*2+1)return n=q(t.subarray(r,r+Jo),"base64url"),o=q(t.subarray(r+Jo),"base64url"),new ir({...xd,key_ops:["verify"],x:n,y:o});if(t.byteLength===Qo*2+1)return n=q(t.subarray(r,r+Qo),"base64url"),o=q(t.subarray(r+Qo),"base64url"),new ir({...wd,key_ops:["verify"],x:n,y:o});if(t.byteLength===ti*2+1)return n=q(t.subarray(r,r+ti),"base64url"),o=q(t.subarray(r+ti),"base64url"),new ir({...bd,key_ops:["verify"],x:n,y:o});throw new ut(`coordinates were wrong length, got ${t.byteLength}, expected 65, 97 or 133`)}function Ea(e){return Ie([Nt(Uint8Array.from([1])),Ie([Ed(e.crv)],160),Ie([wn(new kt(Uint8Array.from([4]),H(e.x??"","base64url"),H(e.y??"","base64url")))],161)]).subarray()}function Ed(e){if(e==="P-256")return md;if(e==="P-384")return yd;if(e==="P-521")return gd;throw new ut(`Invalid curve ${e}`)}var ir=class{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){return this._raw==null&&(this._raw=Ea(this.jwk)),this._raw}toMultihash(){return Dt.digest(sr(this))}toCID(){return Z.createV1(114,this.toMultihash())}toString(){return Q.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:rt(this.raw,t.raw)}async verify(t,r){return wa(this.jwk,r,t)}};var ke=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function Sd(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function bn(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function Ke(e,...t){if(!Sd(e))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(e.length))throw new Error("Uint8Array expected of length "+t+", got length="+e.length)}function Sa(e){if(typeof e!="function"||typeof e.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");bn(e.outputLen),bn(e.blockLen)}function cr(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function va(e,t){Ke(e);let r=t.outputLen;if(e.length<r)throw new Error("digestInto() expects output buffer of length at least "+r)}function de(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function En(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function Zt(e,t){return e<<32-t|e>>>t}function Aa(e){if(typeof e!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(e))}function Or(e){return typeof e=="string"&&(e=Aa(e)),Ke(e),e}function ri(...e){let t=0;for(let n=0;n<e.length;n++){let o=e[n];Ke(o),t+=o.length}let r=new Uint8Array(t);for(let n=0,o=0;n<e.length;n++){let i=e[n];r.set(i,o),o+=i.length}return r}var ar=class{};function ni(e){let t=n=>e().update(Or(n)).digest(),r=e();return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=()=>e(),t}function Sn(e=32){if(ke&&typeof ke.getRandomValues=="function")return ke.getRandomValues(new Uint8Array(e));if(ke&&typeof ke.randomBytes=="function")return Uint8Array.from(ke.randomBytes(e));throw new Error("crypto.getRandomValues must be defined")}function vd(e,t,r,n){if(typeof e.setBigUint64=="function")return e.setBigUint64(t,r,n);let o=BigInt(32),i=BigInt(4294967295),s=Number(r>>o&i),c=Number(r&i),a=n?4:0,l=n?0:4;e.setUint32(t+a,s,n),e.setUint32(t+l,c,n)}function Ia(e,t,r){return e&t^~e&r}function Ta(e,t,r){return e&t^e&r^t&r}var Fr=class extends ar{constructor(t,r,n,o){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=t,this.outputLen=r,this.padOffset=n,this.isLE=o,this.buffer=new Uint8Array(t),this.view=En(this.buffer)}update(t){cr(this),t=Or(t),Ke(t);let{view:r,buffer:n,blockLen:o}=this,i=t.length;for(let s=0;s<i;){let c=Math.min(o-this.pos,i-s);if(c===o){let a=En(t);for(;o<=i-s;s+=o)this.process(a,s);continue}n.set(t.subarray(s,s+c),this.pos),this.pos+=c,s+=c,this.pos===o&&(this.process(r,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){cr(this),va(t,this),this.finished=!0;let{buffer:r,view:n,blockLen:o,isLE:i}=this,{pos:s}=this;r[s++]=128,de(this.buffer.subarray(s)),this.padOffset>o-s&&(this.process(n,0),s=0);for(let f=s;f<o;f++)r[f]=0;vd(n,o-8,BigInt(this.length*8),i),this.process(n,0);let c=En(t),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let l=a/4,u=this.get();if(l>u.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<l;f++)c.setUint32(4*f,u[f],i)}digest(){let{buffer:t,outputLen:r}=this;this.digestInto(t);let n=t.slice(0,r);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:r,buffer:n,length:o,finished:i,destroyed:s,pos:c}=this;return t.destroyed=s,t.finished=i,t.length=o,t.pos=c,o%r&&t.buffer.set(n),t}clone(){return this._cloneInto()}},he=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var yt=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]);var vn=BigInt(4294967295),Ca=BigInt(32);function Ad(e,t=!1){return t?{h:Number(e&vn),l:Number(e>>Ca&vn)}:{h:Number(e>>Ca&vn)|0,l:Number(e&vn)|0}}function Ba(e,t=!1){let r=e.length,n=new Uint32Array(r),o=new Uint32Array(r);for(let i=0;i<r;i++){let{h:s,l:c}=Ad(e[i],t);[n[i],o[i]]=[s,c]}return[n,o]}var oi=(e,t,r)=>e>>>r,ii=(e,t,r)=>e<<32-r|t>>>r,Oe=(e,t,r)=>e>>>r|t<<32-r,Fe=(e,t,r)=>e<<32-r|t>>>r,Mr=(e,t,r)=>e<<64-r|t>>>r-32,Vr=(e,t,r)=>e>>>r-32|t<<64-r;function re(e,t,r,n){let o=(t>>>0)+(n>>>0);return{h:e+r+(o/2**32|0)|0,l:o|0}}var Pa=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),_a=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,Ua=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),Na=(e,t,r,n,o)=>t+r+n+o+(e/2**32|0)|0,Ra=(e,t,r,n,o)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(o>>>0),La=(e,t,r,n,o,i)=>t+r+n+o+i+(e/2**32|0)|0;var Td=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]),Te=new Uint32Array(64),An=class extends Fr{constructor(t=32){super(64,t,8,!1),this.A=he[0]|0,this.B=he[1]|0,this.C=he[2]|0,this.D=he[3]|0,this.E=he[4]|0,this.F=he[5]|0,this.G=he[6]|0,this.H=he[7]|0}get(){let{A:t,B:r,C:n,D:o,E:i,F:s,G:c,H:a}=this;return[t,r,n,o,i,s,c,a]}set(t,r,n,o,i,s,c,a){this.A=t|0,this.B=r|0,this.C=n|0,this.D=o|0,this.E=i|0,this.F=s|0,this.G=c|0,this.H=a|0}process(t,r){for(let f=0;f<16;f++,r+=4)Te[f]=t.getUint32(r,!1);for(let f=16;f<64;f++){let p=Te[f-15],S=Te[f-2],_=Zt(p,7)^Zt(p,18)^p>>>3,y=Zt(S,17)^Zt(S,19)^S>>>10;Te[f]=y+Te[f-7]+_+Te[f-16]|0}let{A:n,B:o,C:i,D:s,E:c,F:a,G:l,H:u}=this;for(let f=0;f<64;f++){let p=Zt(c,6)^Zt(c,11)^Zt(c,25),S=u+p+Ia(c,a,l)+Td[f]+Te[f]|0,y=(Zt(n,2)^Zt(n,13)^Zt(n,22))+Ta(n,o,i)|0;u=l,l=a,a=c,c=s+S|0,s=i,i=o,o=n,n=S+y|0}n=n+this.A|0,o=o+this.B|0,i=i+this.C|0,s=s+this.D|0,c=c+this.E|0,a=a+this.F|0,l=l+this.G|0,u=u+this.H|0,this.set(n,o,i,s,c,a,l,u)}roundClean(){de(Te)}destroy(){this.set(0,0,0,0,0,0,0,0),de(this.buffer)}};var Da=Ba(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))),Cd=Da[0],Bd=Da[1],Ce=new Uint32Array(80),Be=new Uint32Array(80),si=class extends Fr{constructor(t=64){super(128,t,16,!1),this.Ah=yt[0]|0,this.Al=yt[1]|0,this.Bh=yt[2]|0,this.Bl=yt[3]|0,this.Ch=yt[4]|0,this.Cl=yt[5]|0,this.Dh=yt[6]|0,this.Dl=yt[7]|0,this.Eh=yt[8]|0,this.El=yt[9]|0,this.Fh=yt[10]|0,this.Fl=yt[11]|0,this.Gh=yt[12]|0,this.Gl=yt[13]|0,this.Hh=yt[14]|0,this.Hl=yt[15]|0}get(){let{Ah:t,Al:r,Bh:n,Bl:o,Ch:i,Cl:s,Dh:c,Dl:a,Eh:l,El:u,Fh:f,Fl:p,Gh:S,Gl:_,Hh:y,Hl:k}=this;return[t,r,n,o,i,s,c,a,l,u,f,p,S,_,y,k]}set(t,r,n,o,i,s,c,a,l,u,f,p,S,_,y,k){this.Ah=t|0,this.Al=r|0,this.Bh=n|0,this.Bl=o|0,this.Ch=i|0,this.Cl=s|0,this.Dh=c|0,this.Dl=a|0,this.Eh=l|0,this.El=u|0,this.Fh=f|0,this.Fl=p|0,this.Gh=S|0,this.Gl=_|0,this.Hh=y|0,this.Hl=k|0}process(t,r){for(let T=0;T<16;T++,r+=4)Ce[T]=t.getUint32(r),Be[T]=t.getUint32(r+=4);for(let T=16;T<80;T++){let d=Ce[T-15]|0,v=Be[T-15]|0,N=Oe(d,v,1)^Oe(d,v,8)^oi(d,v,7),L=Fe(d,v,1)^Fe(d,v,8)^ii(d,v,7),g=Ce[T-2]|0,A=Be[T-2]|0,R=Oe(g,A,19)^Mr(g,A,61)^oi(g,A,6),I=Fe(g,A,19)^Vr(g,A,61)^ii(g,A,6),C=Ua(L,I,Be[T-7],Be[T-16]),U=Na(C,N,R,Ce[T-7],Ce[T-16]);Ce[T]=U|0,Be[T]=C|0}let{Ah:n,Al:o,Bh:i,Bl:s,Ch:c,Cl:a,Dh:l,Dl:u,Eh:f,El:p,Fh:S,Fl:_,Gh:y,Gl:k,Hh:O,Hl:z}=this;for(let T=0;T<80;T++){let d=Oe(f,p,14)^Oe(f,p,18)^Mr(f,p,41),v=Fe(f,p,14)^Fe(f,p,18)^Vr(f,p,41),N=f&S^~f&y,L=p&_^~p&k,g=Ra(z,v,L,Bd[T],Be[T]),A=La(g,O,d,N,Cd[T],Ce[T]),R=g|0,I=Oe(n,o,28)^Mr(n,o,34)^Mr(n,o,39),C=Fe(n,o,28)^Vr(n,o,34)^Vr(n,o,39),U=n&i^n&c^i&c,$=o&s^o&a^s&a;O=y|0,z=k|0,y=S|0,k=_|0,S=f|0,_=p|0,{h:f,l:p}=re(l|0,u|0,A|0,R|0),l=c|0,u=a|0,c=i|0,a=s|0,i=n|0,s=o|0;let x=Pa(R,C,$);n=_a(x,A,I,U),o=x|0}({h:n,l:o}=re(this.Ah|0,this.Al|0,n|0,o|0)),{h:i,l:s}=re(this.Bh|0,this.Bl|0,i|0,s|0),{h:c,l:a}=re(this.Ch|0,this.Cl|0,c|0,a|0),{h:l,l:u}=re(this.Dh|0,this.Dl|0,l|0,u|0),{h:f,l:p}=re(this.Eh|0,this.El|0,f|0,p|0),{h:S,l:_}=re(this.Fh|0,this.Fl|0,S|0,_|0),{h:y,l:k}=re(this.Gh|0,this.Gl|0,y|0,k|0),{h:O,l:z}=re(this.Hh|0,this.Hl|0,O|0,z|0),this.set(n,o,i,s,c,a,l,u,f,p,S,_,y,k,O,z)}roundClean(){de(Ce,Be)}destroy(){de(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var In=ni(()=>new An);var ka=ni(()=>new si);var fi=BigInt(0),ui=BigInt(1);function ur(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function li(e){if(!ur(e))throw new Error("Uint8Array expected")}function ne(e,t){if(typeof t!="boolean")throw new Error(e+" boolean expected, got "+t)}function qr(e){let t=e.toString(16);return t.length&1?"0"+t:t}function Fa(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);return e===""?fi:BigInt("0x"+e)}var Ma=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",Pd=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function Pe(e){if(li(e),Ma)return e.toHex();let t="";for(let r=0;r<e.length;r++)t+=Pd[e[r]];return t}var pe={_0:48,_9:57,A:65,F:70,a:97,f:102};function Ka(e){if(e>=pe._0&&e<=pe._9)return e-pe._0;if(e>=pe.A&&e<=pe.F)return e-(pe.A-10);if(e>=pe.a&&e<=pe.f)return e-(pe.a-10)}function $r(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);if(Ma)return Uint8Array.fromHex(e);let t=e.length,r=t/2;if(t%2)throw new Error("hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(r);for(let o=0,i=0;o<r;o++,i+=2){let s=Ka(e.charCodeAt(i)),c=Ka(e.charCodeAt(i+1));if(s===void 0||c===void 0){let a=e[i]+e[i+1];throw new Error('hex string expected, got non-hex character "'+a+'" at index '+i)}n[o]=s*16+c}return n}function me(e){return Fa(Pe(e))}function Me(e){return li(e),Fa(Pe(Uint8Array.from(e).reverse()))}function Ve(e,t){return $r(e.toString(16).padStart(t*2,"0"))}function fr(e,t){return Ve(e,t).reverse()}function nt(e,t,r){let n;if(typeof t=="string")try{n=$r(t)}catch(i){throw new Error(e+" must be hex string or Uint8Array, cause: "+i)}else if(ur(t))n=Uint8Array.from(t);else throw new Error(e+" must be hex string or Uint8Array");let o=n.length;if(typeof r=="number"&&o!==r)throw new Error(e+" of length "+r+" expected, got "+o);return n}function _e(...e){let t=0;for(let n=0;n<e.length;n++){let o=e[n];li(o),t+=o.length}let r=new Uint8Array(t);for(let n=0,o=0;n<e.length;n++){let i=e[n];r.set(i,o),o+=i.length}return r}var ai=e=>typeof e=="bigint"&&fi<=e;function Tn(e,t,r){return ai(e)&&ai(t)&&ai(r)&&t<=e&&e<r}function Kt(e,t,r,n){if(!Tn(t,r,n))throw new Error("expected valid "+e+": "+r+" <= n < "+n+", got "+t)}function Va(e){let t;for(t=0;e>fi;e>>=ui,t+=1);return t}var qe=e=>(ui<<BigInt(e))-ui,ci=e=>new Uint8Array(e),Oa=e=>Uint8Array.from(e);function qa(e,t,r){if(typeof e!="number"||e<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof r!="function")throw new Error("hmacFn must be a function");let n=ci(e),o=ci(e),i=0,s=()=>{n.fill(1),o.fill(0),i=0},c=(...f)=>r(o,n,...f),a=(f=ci(0))=>{o=c(Oa([0]),f),n=c(),f.length!==0&&(o=c(Oa([1]),f),n=c())},l=()=>{if(i++>=1e3)throw new Error("drbg: tried 1000 values");let f=0,p=[];for(;f<t;){n=c();let S=n.slice();p.push(S),f+=n.length}return _e(...p)};return(f,p)=>{s(),a(f);let S;for(;!(S=p(l()));)a();return s(),S}}var _d={bigint:e=>typeof e=="bigint",function:e=>typeof e=="function",boolean:e=>typeof e=="boolean",string:e=>typeof e=="string",stringOrUint8Array:e=>typeof e=="string"||ur(e),isSafeInteger:e=>Number.isSafeInteger(e),array:e=>Array.isArray(e),field:(e,t)=>t.Fp.isValid(e),hash:e=>typeof e=="function"&&Number.isSafeInteger(e.outputLen)};function ye(e,t,r={}){let n=(o,i,s)=>{let c=_d[i];if(typeof c!="function")throw new Error("invalid validator function");let a=e[o];if(!(s&&a===void 0)&&!c(a,e))throw new Error("param "+String(o)+" is invalid. Expected "+i+", got "+a)};for(let[o,i]of Object.entries(t))n(o,i,!1);for(let[o,i]of Object.entries(r))n(o,i,!0);return e}function lr(e){let t=new WeakMap;return(r,...n)=>{let o=t.get(r);if(o!==void 0)return o;let i=e(r,...n);return t.set(r,i),i}}var At=BigInt(0),dt=BigInt(1),$e=BigInt(2),Ud=BigInt(3),Ha=BigInt(4),za=BigInt(5),ja=BigInt(8);function tt(e,t){let r=e%t;return r>=At?r:t+r}function ot(e,t,r){let n=e;for(;t-- >At;)n*=n,n%=r;return n}function Cn(e,t){if(e===At)throw new Error("invert: expected non-zero number");if(t<=At)throw new Error("invert: expected positive modulus, got "+t);let r=tt(e,t),n=t,o=At,i=dt,s=dt,c=At;for(;r!==At;){let l=n/r,u=n%r,f=o-s*l,p=i-c*l;n=r,r=u,o=s,i=c,s=f,c=p}if(n!==dt)throw new Error("invert: does not exist");return tt(o,t)}function Ga(e,t){let r=(e.ORDER+dt)/Ha,n=e.pow(t,r);if(!e.eql(e.sqr(n),t))throw new Error("Cannot find square root");return n}function Nd(e,t){let r=(e.ORDER-za)/ja,n=e.mul(t,$e),o=e.pow(n,r),i=e.mul(t,o),s=e.mul(e.mul(i,$e),o),c=e.mul(i,e.sub(s,e.ONE));if(!e.eql(e.sqr(c),t))throw new Error("Cannot find square root");return c}function Rd(e){if(e<BigInt(3))throw new Error("sqrt is not defined for small field");let t=e-dt,r=0;for(;t%$e===At;)t/=$e,r++;let n=$e,o=ge(e);for(;$a(o,n)===1;)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(r===1)return Ga;let i=o.pow(n,t),s=(t+dt)/$e;return function(a,l){if(a.is0(l))return l;if($a(a,l)!==1)throw new Error("Cannot find square root");let u=r,f=a.mul(a.ONE,i),p=a.pow(l,t),S=a.pow(l,s);for(;!a.eql(p,a.ONE);){if(a.is0(p))return a.ZERO;let _=1,y=a.sqr(p);for(;!a.eql(y,a.ONE);)if(_++,y=a.sqr(y),_===u)throw new Error("Cannot find square root");let k=dt<<BigInt(u-_-1),O=a.pow(f,k);u=_,f=a.sqr(O),p=a.mul(p,f),S=a.mul(S,O)}return S}}function Ld(e){return e%Ha===Ud?Ga:e%ja===za?Nd:Rd(e)}var Za=(e,t)=>(tt(e,t)&dt)===dt,Dd=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function di(e){let t={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},r=Dd.reduce((n,o)=>(n[o]="function",n),t);return ye(e,r)}function kd(e,t,r){if(r<At)throw new Error("invalid exponent, negatives unsupported");if(r===At)return e.ONE;if(r===dt)return t;let n=e.ONE,o=t;for(;r>At;)r&dt&&(n=e.mul(n,o)),o=e.sqr(o),r>>=dt;return n}function dr(e,t,r=!1){let n=new Array(t.length).fill(r?e.ZERO:void 0),o=t.reduce((s,c,a)=>e.is0(c)?s:(n[a]=s,e.mul(s,c)),e.ONE),i=e.inv(o);return t.reduceRight((s,c,a)=>e.is0(c)?s:(n[a]=e.mul(s,n[a]),e.mul(s,c)),i),n}function $a(e,t){let r=(e.ORDER-dt)/$e,n=e.pow(t,r),o=e.eql(n,e.ONE),i=e.eql(n,e.ZERO),s=e.eql(n,e.neg(e.ONE));if(!o&&!i&&!s)throw new Error("invalid Legendre symbol result");return o?1:i?0:-1}function hi(e,t){t!==void 0&&bn(t);let r=t!==void 0?t:e.toString(2).length,n=Math.ceil(r/8);return{nBitLength:r,nByteLength:n}}function ge(e,t,r=!1,n={}){if(e<=At)throw new Error("invalid field: expected ORDER > 0, got "+e);let{nBitLength:o,nByteLength:i}=hi(e,t);if(i>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let s,c=Object.freeze({ORDER:e,isLE:r,BITS:o,BYTES:i,MASK:qe(o),ZERO:At,ONE:dt,create:a=>tt(a,e),isValid:a=>{if(typeof a!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof a);return At<=a&&a<e},is0:a=>a===At,isOdd:a=>(a&dt)===dt,neg:a=>tt(-a,e),eql:(a,l)=>a===l,sqr:a=>tt(a*a,e),add:(a,l)=>tt(a+l,e),sub:(a,l)=>tt(a-l,e),mul:(a,l)=>tt(a*l,e),pow:(a,l)=>kd(c,a,l),div:(a,l)=>tt(a*Cn(l,e),e),sqrN:a=>a*a,addN:(a,l)=>a+l,subN:(a,l)=>a-l,mulN:(a,l)=>a*l,inv:a=>Cn(a,e),sqrt:n.sqrt||(a=>(s||(s=Ld(e)),s(c,a))),toBytes:a=>r?fr(a,i):Ve(a,i),fromBytes:a=>{if(a.length!==i)throw new Error("Field.fromBytes: expected "+i+" bytes, got "+a.length);return r?Me(a):me(a)},invertBatch:a=>dr(c,a),cmov:(a,l,u)=>u?l:a});return Object.freeze(c)}function Ya(e){if(typeof e!="bigint")throw new Error("field order must be bigint");let t=e.toString(2).length;return Math.ceil(t/8)}function pi(e){let t=Ya(e);return t+Math.ceil(t/2)}function Wa(e,t,r=!1){let n=e.length,o=Ya(t),i=pi(t);if(n<16||n<i||n>1024)throw new Error("expected "+i+"-1024 bytes of input, got "+n);let s=r?Me(e):me(e),c=tt(s,t-dt)+dt;return r?fr(c,o):Ve(c,o)}var Xa=BigInt(0),wi=BigInt(1);function mi(e,t){let r=t.negate();return e?r:t}function Qa(e,t){if(!Number.isSafeInteger(e)||e<=0||e>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+e)}function yi(e,t){Qa(e,t);let r=Math.ceil(t/e)+1,n=2**(e-1),o=2**e,i=qe(e),s=BigInt(e);return{windows:r,windowSize:n,mask:i,maxNumber:o,shiftBy:s}}function Ja(e,t,r){let{windowSize:n,mask:o,maxNumber:i,shiftBy:s}=r,c=Number(e&o),a=e>>s;c>n&&(c-=i,a+=wi);let l=t*n,u=l+Math.abs(c)-1,f=c===0,p=c<0,S=t%2!==0;return{nextN:a,offset:u,isZero:f,isNeg:p,isNegF:S,offsetF:l}}function Kd(e,t){if(!Array.isArray(e))throw new Error("array expected");e.forEach((r,n)=>{if(!(r instanceof t))throw new Error("invalid point at index "+n)})}function Od(e,t){if(!Array.isArray(e))throw new Error("array of scalars expected");e.forEach((r,n)=>{if(!t.isValid(r))throw new Error("invalid scalar at index "+n)})}var gi=new WeakMap,tc=new WeakMap;function xi(e){return tc.get(e)||1}function Bn(e,t){return{constTimeNegate:mi,hasPrecomputes(r){return xi(r)!==1},unsafeLadder(r,n,o=e.ZERO){let i=r;for(;n>Xa;)n&wi&&(o=o.add(i)),i=i.double(),n>>=wi;return o},precomputeWindow(r,n){let{windows:o,windowSize:i}=yi(n,t),s=[],c=r,a=c;for(let l=0;l<o;l++){a=c,s.push(a);for(let u=1;u<i;u++)a=a.add(c),s.push(a);c=a.double()}return s},wNAF(r,n,o){let i=e.ZERO,s=e.BASE,c=yi(r,t);for(let a=0;a<c.windows;a++){let{nextN:l,offset:u,isZero:f,isNeg:p,isNegF:S,offsetF:_}=Ja(o,a,c);o=l,f?s=s.add(mi(S,n[_])):i=i.add(mi(p,n[u]))}return{p:i,f:s}},wNAFUnsafe(r,n,o,i=e.ZERO){let s=yi(r,t);for(let c=0;c<s.windows&&o!==Xa;c++){let{nextN:a,offset:l,isZero:u,isNeg:f}=Ja(o,c,s);if(o=a,!u){let p=n[l];i=i.add(f?p.negate():p)}}return i},getPrecomputes(r,n,o){let i=gi.get(n);return i||(i=this.precomputeWindow(n,r),r!==1&&gi.set(n,o(i))),i},wNAFCached(r,n,o){let i=xi(r);return this.wNAF(i,this.getPrecomputes(i,r,o),n)},wNAFCachedUnsafe(r,n,o,i){let s=xi(r);return s===1?this.unsafeLadder(r,n,i):this.wNAFUnsafe(s,this.getPrecomputes(s,r,o),n,i)},setWindowSize(r,n){Qa(n,t),tc.set(r,n),gi.delete(r)}}}function Pn(e,t,r,n){Kd(r,e),Od(n,t);let o=r.length,i=n.length;if(o!==i)throw new Error("arrays of points and scalars must have equal length");let s=e.ZERO,c=Va(BigInt(o)),a=1;c>12?a=c-3:c>4?a=c-2:c>0&&(a=2);let l=qe(a),u=new Array(Number(l)+1).fill(s),f=Math.floor((t.BITS-1)/a)*a,p=s;for(let S=f;S>=0;S-=a){u.fill(s);for(let y=0;y<i;y++){let k=n[y],O=Number(k>>BigInt(S)&l);u[O]=u[O].add(r[y])}let _=s;for(let y=u.length-1,k=s;y>0;y--)k=k.add(u[y]),_=_.add(k);if(p=p.add(_),S!==0)for(let y=0;y<a;y++)p=p.double()}return p}function Hr(e){return di(e.Fp),ye(e,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...hi(e.n,e.nBitLength),...e,p:e.Fp.ORDER})}var oe=BigInt(0),It=BigInt(1),ec=BigInt(2),Fd=BigInt(8),Md={zip215:!0};function Vd(e){let t=Hr(e);return ye(e,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...t})}function rc(e){let t=Vd(e),{Fp:r,n,prehash:o,hash:i,randomBytes:s,nByteLength:c,h:a}=t,l=ec<<BigInt(c*8)-It,u=r.create,f=ge(t.n,t.nBitLength);function p(E,h){let b=r.sqr(E),B=r.sqr(h),F=r.add(r.mul(t.a,b),B),V=r.add(r.ONE,r.mul(t.d,r.mul(b,B)));return r.eql(F,V)}if(!p(t.Gx,t.Gy))throw new Error("bad curve params: generator point");let S=t.uvRatio||((E,h)=>{try{return{isValid:!0,value:r.sqrt(E*r.inv(h))}}catch{return{isValid:!1,value:oe}}}),_=t.adjustScalarBytes||(E=>E),y=t.domain||((E,h,b)=>{if(ne("phflag",b),h.length||b)throw new Error("Contexts/pre-hash are not supported");return E});function k(E,h,b=!1){let B=b?It:oe;Kt("coordinate "+E,h,B,l)}function O(E){if(!(E instanceof d))throw new Error("ExtendedPoint expected")}let z=lr((E,h)=>{let{ex:b,ey:B,ez:F}=E,V=E.is0();h==null&&(h=V?Fd:r.inv(F));let j=u(b*h),G=u(B*h),W=u(F*h);if(V)return{x:oe,y:It};if(W!==It)throw new Error("invZ was invalid");return{x:j,y:G}}),T=lr(E=>{let{a:h,d:b}=t;if(E.is0())throw new Error("bad point: ZERO");let{ex:B,ey:F,ez:V,et:j}=E,G=u(B*B),W=u(F*F),J=u(V*V),ct=u(J*J),st=u(G*h),mt=u(J*u(st+W)),Ct=u(ct+u(b*u(G*W)));if(mt!==Ct)throw new Error("bad point: equation left != right (1)");let lt=u(B*F),wt=u(V*j);if(lt!==wt)throw new Error("bad point: equation left != right (2)");return!0});class d{constructor(h,b,B,F){k("x",h),k("y",b),k("z",B,!0),k("t",F),this.ex=h,this.ey=b,this.ez=B,this.et=F,Object.freeze(this)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(h){if(h instanceof d)throw new Error("extended point not allowed");let{x:b,y:B}=h||{};return k("x",b),k("y",B),new d(b,B,It,u(b*B))}static normalizeZ(h){let b=dr(r,h.map(B=>B.ez));return h.map((B,F)=>B.toAffine(b[F])).map(d.fromAffine)}static msm(h,b){return Pn(d,f,h,b)}_setWindowSize(h){L.setWindowSize(this,h)}assertValidity(){T(this)}equals(h){O(h);let{ex:b,ey:B,ez:F}=this,{ex:V,ey:j,ez:G}=h,W=u(b*G),J=u(V*F),ct=u(B*G),st=u(j*F);return W===J&&ct===st}is0(){return this.equals(d.ZERO)}negate(){return new d(u(-this.ex),this.ey,this.ez,u(-this.et))}double(){let{a:h}=t,{ex:b,ey:B,ez:F}=this,V=u(b*b),j=u(B*B),G=u(ec*u(F*F)),W=u(h*V),J=b+B,ct=u(u(J*J)-V-j),st=W+j,mt=st-G,Ct=W-j,lt=u(ct*mt),wt=u(st*Ct),Lt=u(ct*Ct),zt=u(mt*st);return new d(lt,wt,zt,Lt)}add(h){O(h);let{a:b,d:B}=t,{ex:F,ey:V,ez:j,et:G}=this,{ex:W,ey:J,ez:ct,et:st}=h,mt=u(F*W),Ct=u(V*J),lt=u(G*B*st),wt=u(j*ct),Lt=u((F+V)*(W+J)-mt-Ct),zt=wt-lt,_r=wt+lt,$s=u(Ct-b*mt),Nf=u(Lt*zt),Rf=u(_r*$s),Lf=u(Lt*$s),Df=u(zt*_r);return new d(Nf,Rf,Df,Lf)}subtract(h){return this.add(h.negate())}wNAF(h){return L.wNAFCached(this,h,d.normalizeZ)}multiply(h){let b=h;Kt("scalar",b,It,n);let{p:B,f:F}=this.wNAF(b);return d.normalizeZ([B,F])[0]}multiplyUnsafe(h,b=d.ZERO){let B=h;return Kt("scalar",B,oe,n),B===oe?N:this.is0()||B===It?this:L.wNAFCachedUnsafe(this,B,d.normalizeZ,b)}isSmallOrder(){return this.multiplyUnsafe(a).is0()}isTorsionFree(){return L.unsafeLadder(this,n).is0()}toAffine(h){return z(this,h)}clearCofactor(){let{h}=t;return h===It?this:this.multiplyUnsafe(h)}static fromHex(h,b=!1){let{d:B,a:F}=t,V=r.BYTES;h=nt("pointHex",h,V),ne("zip215",b);let j=h.slice(),G=h[V-1];j[V-1]=G&-129;let W=Me(j),J=b?l:r.ORDER;Kt("pointHex.y",W,oe,J);let ct=u(W*W),st=u(ct-It),mt=u(B*ct-F),{isValid:Ct,value:lt}=S(st,mt);if(!Ct)throw new Error("Point.fromHex: invalid y coordinate");let wt=(lt&It)===It,Lt=(G&128)!==0;if(!b&<===oe&&Lt)throw new Error("Point.fromHex: x=0 and x_0=1");return Lt!==wt&&(lt=u(-lt)),d.fromAffine({x:lt,y:W})}static fromPrivateKey(h){let{scalar:b}=R(h);return v.multiply(b)}toRawBytes(){let{x:h,y:b}=this.toAffine(),B=fr(b,r.BYTES);return B[B.length-1]|=h&It?128:0,B}toHex(){return Pe(this.toRawBytes())}}d.BASE=new d(t.Gx,t.Gy,It,u(t.Gx*t.Gy)),d.ZERO=new d(oe,It,It,oe);let{BASE:v,ZERO:N}=d,L=Bn(d,c*8);function g(E){return tt(E,n)}function A(E){return g(Me(E))}function R(E){let h=r.BYTES;E=nt("private key",E,h);let b=nt("hashed private key",i(E),2*h),B=_(b.slice(0,h)),F=b.slice(h,2*h),V=A(B);return{head:B,prefix:F,scalar:V}}function I(E){let{head:h,prefix:b,scalar:B}=R(E),F=v.multiply(B),V=F.toRawBytes();return{head:h,prefix:b,scalar:B,point:F,pointBytes:V}}function C(E){return I(E).pointBytes}function U(E=Uint8Array.of(),...h){let b=_e(...h);return A(i(y(b,nt("context",E),!!o)))}function $(E,h,b={}){E=nt("message",E),o&&(E=o(E));let{prefix:B,scalar:F,pointBytes:V}=I(h),j=U(b.context,B,E),G=v.multiply(j).toRawBytes(),W=U(b.context,G,V,E),J=g(j+W*F);Kt("signature.s",J,oe,n);let ct=_e(G,fr(J,r.BYTES));return nt("result",ct,r.BYTES*2)}let x=Md;function w(E,h,b,B=x){let{context:F,zip215:V}=B,j=r.BYTES;E=nt("signature",E,2*j),h=nt("message",h),b=nt("publicKey",b,j),V!==void 0&&ne("zip215",V),o&&(h=o(h));let G=Me(E.slice(j,2*j)),W,J,ct;try{W=d.fromHex(b,V),J=d.fromHex(E.slice(0,j),V),ct=v.multiplyUnsafe(G)}catch{return!1}if(!V&&W.isSmallOrder())return!1;let st=U(F,J.toRawBytes(),W.toRawBytes(),h);return J.add(W.multiplyUnsafe(st)).subtract(ct).clearCofactor().equals(d.ZERO)}return v._setWindowSize(8),{CURVE:t,getPublicKey:C,sign:$,verify:w,ExtendedPoint:d,utils:{getExtendedPublicKey:I,randomPrivateKey:()=>s(r.BYTES),precompute(E=8,h=d.BASE){return h._setWindowSize(E),h.multiply(BigInt(3)),h}}}}var bi=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),nc=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),by=BigInt(0),qd=BigInt(1),oc=BigInt(2),Ey=BigInt(3),$d=BigInt(5),Hd=BigInt(8);function zd(e){let t=BigInt(10),r=BigInt(20),n=BigInt(40),o=BigInt(80),i=bi,c=e*e%i*e%i,a=ot(c,oc,i)*c%i,l=ot(a,qd,i)*e%i,u=ot(l,$d,i)*l%i,f=ot(u,t,i)*u%i,p=ot(f,r,i)*f%i,S=ot(p,n,i)*p%i,_=ot(S,o,i)*S%i,y=ot(_,o,i)*S%i,k=ot(y,t,i)*u%i;return{pow_p_5_8:ot(k,oc,i)*e%i,b2:c}}function jd(e){return e[0]&=248,e[31]&=127,e[31]|=64,e}function Gd(e,t){let r=bi,n=tt(t*t*t,r),o=tt(n*n*t,r),i=zd(e*o).pow_p_5_8,s=tt(e*n*i,r),c=tt(t*s*s,r),a=s,l=tt(s*nc,r),u=c===e,f=c===tt(-e,r),p=c===tt(-e*nc,r);return u&&(s=a),(f||p)&&(s=l),Za(s,r)&&(s=tt(-s,r)),{isValid:u||f,value:s}}var ic=ge(bi,void 0,!0),Zd={a:ic.create(BigInt(-1)),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:ic,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:Hd,Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:ka,randomBytes:Sn,adjustScalarBytes:jd,uvRatio:Gd},sc=rc(Zd);var _n=32;function ac(e,t,r){return sc.verify(t,r instanceof Uint8Array?r:r.subarray(),e)}var Un=class{type="Ed25519";raw;constructor(t){this.raw=Ei(t,_n)}toMultihash(){return Dt.digest(sr(this))}toCID(){return Z.createV1(114,this.toMultihash())}toString(){return Q.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:rt(this.raw,t.raw)}verify(t,r){return ac(this.raw,r,t)}};function Si(e){return e=Ei(e,_n),new Un(e)}function Ei(e,t){if(e=Uint8Array.from(e??[]),e.length!==t)throw new ut(`Key must be a Uint8Array of length ${t}, got ${e.length}`);return e}var Wd=Math.pow(2,7),Xd=Math.pow(2,14),Jd=Math.pow(2,21),vi=Math.pow(2,28),Ai=Math.pow(2,35),Ii=Math.pow(2,42),Ti=Math.pow(2,49),X=128,Et=127;function Rt(e){if(e<Wd)return 1;if(e<Xd)return 2;if(e<Jd)return 3;if(e<vi)return 4;if(e<Ai)return 5;if(e<Ii)return 6;if(e<Ti)return 7;if(Number.MAX_SAFE_INTEGER!=null&&e>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Ci(e,t,r=0){switch(Rt(e)){case 8:t[r++]=e&255|X,e/=128;case 7:t[r++]=e&255|X,e/=128;case 6:t[r++]=e&255|X,e/=128;case 5:t[r++]=e&255|X,e/=128;case 4:t[r++]=e&255|X,e>>>=7;case 3:t[r++]=e&255|X,e>>>=7;case 2:t[r++]=e&255|X,e>>>=7;case 1:{t[r++]=e&255,e>>>=7;break}default:throw new Error("unreachable")}return t}function Qd(e,t,r=0){switch(Rt(e)){case 8:t.set(r++,e&255|X),e/=128;case 7:t.set(r++,e&255|X),e/=128;case 6:t.set(r++,e&255|X),e/=128;case 5:t.set(r++,e&255|X),e/=128;case 4:t.set(r++,e&255|X),e>>>=7;case 3:t.set(r++,e&255|X),e>>>=7;case 2:t.set(r++,e&255|X),e>>>=7;case 1:{t.set(r++,e&255),e>>>=7;break}default:throw new Error("unreachable")}return t}function Bi(e,t){let r=e[t],n=0;if(n+=r&Et,r<X||(r=e[t+1],n+=(r&Et)<<7,r<X)||(r=e[t+2],n+=(r&Et)<<14,r<X)||(r=e[t+3],n+=(r&Et)<<21,r<X)||(r=e[t+4],n+=(r&Et)*vi,r<X)||(r=e[t+5],n+=(r&Et)*Ai,r<X)||(r=e[t+6],n+=(r&Et)*Ii,r<X)||(r=e[t+7],n+=(r&Et)*Ti,r<X))return n;throw new RangeError("Could not decode varint")}function th(e,t){let r=e.get(t),n=0;if(n+=r&Et,r<X||(r=e.get(t+1),n+=(r&Et)<<7,r<X)||(r=e.get(t+2),n+=(r&Et)<<14,r<X)||(r=e.get(t+3),n+=(r&Et)<<21,r<X)||(r=e.get(t+4),n+=(r&Et)*vi,r<X)||(r=e.get(t+5),n+=(r&Et)*Ai,r<X)||(r=e.get(t+6),n+=(r&Et)*Ii,r<X)||(r=e.get(t+7),n+=(r&Et)*Ti,r<X))return n;throw new RangeError("Could not decode varint")}function hr(e,t,r=0){return t==null&&(t=Ut(Rt(e))),t instanceof Uint8Array?Ci(e,t,r):Qd(e,t,r)}function He(e,t=0){return e instanceof Uint8Array?Bi(e,t):th(e,t)}var Pi=new Float32Array([-0]),Ue=new Uint8Array(Pi.buffer);function fc(e,t,r){Pi[0]=e,t[r]=Ue[0],t[r+1]=Ue[1],t[r+2]=Ue[2],t[r+3]=Ue[3]}function lc(e,t){return Ue[0]=e[t],Ue[1]=e[t+1],Ue[2]=e[t+2],Ue[3]=e[t+3],Pi[0]}var _i=new Float64Array([-0]),St=new Uint8Array(_i.buffer);function dc(e,t,r){_i[0]=e,t[r]=St[0],t[r+1]=St[1],t[r+2]=St[2],t[r+3]=St[3],t[r+4]=St[4],t[r+5]=St[5],t[r+6]=St[6],t[r+7]=St[7]}function hc(e,t){return St[0]=e[t],St[1]=e[t+1],St[2]=e[t+2],St[3]=e[t+3],St[4]=e[t+4],St[5]=e[t+5],St[6]=e[t+6],St[7]=e[t+7],_i[0]}var eh=BigInt(Number.MAX_SAFE_INTEGER),rh=BigInt(Number.MIN_SAFE_INTEGER),Ot=class e{lo;hi;constructor(t,r){this.lo=t|0,this.hi=r|0}toNumber(t=!1){if(!t&&this.hi>>>31>0){let r=~this.lo+1>>>0,n=~this.hi>>>0;return r===0&&(n=n+1>>>0),-(r+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 r=~this.lo+1>>>0,n=~this.hi>>>0;return r===0&&(n=n+1>>>0),-(BigInt(r)+(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,r=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?r===0?t<16384?t<128?1:2:t<2097152?3:4:r<16384?r<128?5:6:r<2097152?7:8:n<128?9:10}static fromBigInt(t){if(t===0n)return ze;if(t<eh&&t>rh)return this.fromNumber(Number(t));let r=t<0n;r&&(t=-t);let n=t>>32n,o=t-(n<<32n);return r&&(n=~n|0n,o=~o|0n,++o>pc&&(o=0n,++n>pc&&(n=0n))),new e(Number(o),Number(n))}static fromNumber(t){if(t===0)return ze;let r=t<0;r&&(t=-t);let n=t>>>0,o=(t-n)/4294967296>>>0;return r&&(o=~o>>>0,n=~n>>>0,++n>4294967295&&(n=0,++o>4294967295&&(o=0))),new e(n,o)}static from(t){return typeof t=="number"?e.fromNumber(t):typeof t=="bigint"?e.fromBigInt(t):typeof t=="string"?e.fromBigInt(BigInt(t)):t.low!=null||t.high!=null?new e(t.low>>>0,t.high>>>0):ze}},ze=new Ot(0,0);ze.toBigInt=function(){return 0n};ze.zzEncode=ze.zzDecode=function(){return this};ze.length=function(){return 1};var pc=4294967296n;function mc(e){let t=0,r=0;for(let n=0;n<e.length;++n)r=e.charCodeAt(n),r<128?t+=1:r<2048?t+=2:(r&64512)===55296&&(e.charCodeAt(n+1)&64512)===56320?(++n,t+=4):t+=3;return t}function yc(e,t,r){if(r-t<1)return"";let o,i=[],s=0,c;for(;t<r;)c=e[t++],c<128?i[s++]=c:c>191&&c<224?i[s++]=(c&31)<<6|e[t++]&63:c>239&&c<365?(c=((c&7)<<18|(e[t++]&63)<<12|(e[t++]&63)<<6|e[t++]&63)-65536,i[s++]=55296+(c>>10),i[s++]=56320+(c&1023)):i[s++]=(c&15)<<12|(e[t++]&63)<<6|e[t++]&63,s>8191&&((o??(o=[])).push(String.fromCharCode.apply(String,i)),s=0);return o!=null?(s>0&&o.push(String.fromCharCode.apply(String,i.slice(0,s))),o.join("")):String.fromCharCode.apply(String,i.slice(0,s))}function Ui(e,t,r){let n=r,o,i;for(let s=0;s<e.length;++s)o=e.charCodeAt(s),o<128?t[r++]=o:o<2048?(t[r++]=o>>6|192,t[r++]=o&63|128):(o&64512)===55296&&((i=e.charCodeAt(s+1))&64512)===56320?(o=65536+((o&1023)<<10)+(i&1023),++s,t[r++]=o>>18|240,t[r++]=o>>12&63|128,t[r++]=o>>6&63|128,t[r++]=o&63|128):(t[r++]=o>>12|224,t[r++]=o>>6&63|128,t[r++]=o&63|128);return r-n}function Yt(e,t){return RangeError(`index out of range: ${e.pos} + ${t??1} > ${e.len}`)}function Nn(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<<24)>>>0}var Ni=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,Yt(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 Yt(this,4);return Nn(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw Yt(this,4);return Nn(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw Yt(this,4);let t=lc(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw Yt(this,4);let t=hc(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),r=this.pos,n=this.pos+t;if(n>this.len)throw Yt(this,t);return this.pos+=t,r===n?new Uint8Array(0):this.buf.subarray(r,n)}string(){let t=this.bytes();return yc(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw Yt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw Yt(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 Ot(0,0),r=0;if(this.len-this.pos>4){for(;r<4;++r)if(t.lo=(t.lo|(this.buf[this.pos]&127)<<r*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;r=0}else{for(;r<3;++r){if(this.pos>=this.len)throw Yt(this);if(t.lo=(t.lo|(this.buf[this.pos]&127)<<r*7)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(this.buf[this.pos++]&127)<<r*7)>>>0,t}if(this.len-this.pos>4){for(;r<5;++r)if(t.hi=(t.hi|(this.buf[this.pos]&127)<<r*7+3)>>>0,this.buf[this.pos++]<128)return t}else for(;r<5;++r){if(this.pos>=this.len)throw Yt(this);if(t.hi=(t.hi|(this.buf[this.pos]&127)<<r*7+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw Yt(this,8);let t=Nn(this.buf,this.pos+=4),r=Nn(this.buf,this.pos+=4);return new Ot(t,r)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let t=Bi(this.buf,this.pos);return this.pos+=Rt(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 Ri(e){return new Ni(e instanceof Uint8Array?e:e.subarray())}function pr(e,t,r){let n=Ri(e);return t.decode(n,void 0,r)}function Li(e){let t=e??8192,r=t>>>1,n,o=t;return function(s){if(s<1||s>r)return Ut(s);o+s>t&&(n=Ut(t),o=0);let c=n.subarray(o,o+=s);return(o&7)!==0&&(o=(o|7)+1),c}}var je=class{fn;len;next;val;constructor(t,r,n){this.fn=t,this.len=r,this.next=void 0,this.val=n}};function Di(){}var Ki=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},nh=Li();function oh(e){return globalThis.Buffer!=null?Ut(e):nh(e)}var jr=class{len;head;tail;states;constructor(){this.len=0,this.head=new je(Di,0,0),this.tail=this.head,this.states=null}_push(t,r,n){return this.tail=this.tail.next=new je(t,r,n),this.len+=r,this}uint32(t){return this.len+=(this.tail=this.tail.next=new Oi((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(Rn,10,Ot.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let r=Ot.fromBigInt(t);return this._push(Rn,r.length(),r)}uint64Number(t){return this._push(Ci,Rt(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 r=Ot.fromBigInt(t).zzEncode();return this._push(Rn,r.length(),r)}sint64Number(t){let r=Ot.fromNumber(t).zzEncode();return this._push(Rn,r.length(),r)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(ki,1,t?1:0)}fixed32(t){return this._push(zr,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let r=Ot.fromBigInt(t);return this._push(zr,4,r.lo)._push(zr,4,r.hi)}fixed64Number(t){let r=Ot.fromNumber(t);return this._push(zr,4,r.lo)._push(zr,4,r.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(fc,4,t)}double(t){return this._push(dc,8,t)}bytes(t){let r=t.length>>>0;return r===0?this._push(ki,1,0):this.uint32(r)._push(sh,r,t)}string(t){let r=mc(t);return r!==0?this.uint32(r)._push(Ui,r,t):this._push(ki,1,0)}fork(){return this.states=new Ki(this),this.head=this.tail=new je(Di,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 je(Di,0,0),this.len=0),this}ldelim(){let t=this.head,r=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=t.next,this.tail=r,this.len+=n),this}finish(){let t=this.head.next,r=oh(this.len),n=0;for(;t!=null;)t.fn(t.val,r,n),n+=t.len,t=t.next;return r}};function ki(e,t,r){t[r]=e&255}function ih(e,t,r){for(;e>127;)t[r++]=e&127|128,e>>>=7;t[r]=e}var Oi=class extends je{next;constructor(t,r){super(ih,t,r),this.next=void 0}};function Rn(e,t,r){for(;e.hi!==0;)t[r++]=e.lo&127|128,e.lo=(e.lo>>>7|e.hi<<25)>>>0,e.hi>>>=7;for(;e.lo>127;)t[r++]=e.lo&127|128,e.lo=e.lo>>>7;t[r++]=e.lo}function zr(e,t,r){t[r]=e&255,t[r+1]=e>>>8&255,t[r+2]=e>>>16&255,t[r+3]=e>>>24}function sh(e,t,r){t.set(e,r)}globalThis.Buffer!=null&&(jr.prototype.bytes=function(e){let t=e.length>>>0;return this.uint32(t),t>0&&this._push(ah,t,e),this},jr.prototype.string=function(e){let t=globalThis.Buffer.byteLength(e);return this.uint32(t),t>0&&this._push(ch,t,e),this});function ah(e,t,r){t.set(e,r)}function ch(e,t,r){e.length<40?Ui(e,t,r):t.utf8Write!=null?t.utf8Write(e,r):t.set(H(e),r)}function Fi(){return new jr}function mr(e,t){let r=Fi();return t.encode(e,r,{lengthDelimited:!1}),r.finish()}var yr;(function(e){e[e.VARINT=0]="VARINT",e[e.BIT64=1]="BIT64",e[e.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",e[e.START_GROUP=3]="START_GROUP",e[e.END_GROUP=4]="END_GROUP",e[e.BIT32=5]="BIT32"})(yr||(yr={}));function Ln(e,t,r,n){return{name:e,type:t,encode:r,decode:n}}function Gr(e){function t(o){if(e[o.toString()]==null)throw new Error("Invalid enum value");return e[o]}let r=function(i,s){let c=t(i);s.int32(c)},n=function(i){let s=i.int32();return t(s)};return Ln("enum",yr.VARINT,r,n)}function gr(e,t){return Ln("message",yr.LENGTH_DELIMITED,e,t)}var at;(function(e){e.RSA="RSA",e.Ed25519="Ed25519",e.secp256k1="secp256k1",e.ECDSA="ECDSA"})(at||(at={}));var Mi;(function(e){e[e.RSA=0]="RSA",e[e.Ed25519=1]="Ed25519",e[e.secp256k1=2]="secp256k1",e[e.ECDSA=3]="ECDSA"})(Mi||(Mi={}));(function(e){e.codec=()=>Gr(Mi)})(at||(at={}));var ie;(function(e){let t;e.codec=()=>(t==null&&(t=gr((r,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),at.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),o.lengthDelimited!==!1&&n.ldelim()},(r,n,o={})=>{let i={},s=n==null?r.len:r.pos+n;for(;r.pos<s;){let c=r.uint32();switch(c>>>3){case 1:{i.Type=at.codec().decode(r);break}case 2:{i.Data=r.bytes();break}default:{r.skipType(c&7);break}}}return i})),t),e.encode=r=>mr(r,e.codec()),e.decode=(r,n)=>pr(r,e.codec(),n)})(ie||(ie={}));var Vi;(function(e){let t;e.codec=()=>(t==null&&(t=gr((r,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),at.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),o.lengthDelimited!==!1&&n.ldelim()},(r,n,o={})=>{let i={},s=n==null?r.len:r.pos+n;for(;r.pos<s;){let c=r.uint32();switch(c>>>3){case 1:{i.Type=at.codec().decode(r);break}case 2:{i.Data=r.bytes();break}default:{r.skipType(c&7);break}}}return i})),t),e.encode=r=>mr(r,e.codec()),e.decode=(r,n)=>pr(r,e.codec(),n)})(Vi||(Vi={}));var Zr=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}},Dn=class extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}};var wc={get(e=globalThis){let t=e.crypto;if(t?.subtle==null)throw new Dn("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 Ne=wc;var Wr={};Bt(Wr,{MAX_RSA_KEY_SIZE:()=>qi,generateRSAKeyPair:()=>vc,jwkToJWKKeyPair:()=>Ac,jwkToPkcs1:()=>dh,jwkToPkix:()=>ji,jwkToRSAPrivateKey:()=>Wi,pkcs1MessageToJwk:()=>Hi,pkcs1MessageToRSAPrivateKey:()=>Gi,pkcs1ToJwk:()=>lh,pkcs1ToRSAPrivateKey:()=>Sc,pkixMessageToJwk:()=>zi,pkixMessageToRSAPublicKey:()=>Yi,pkixToJwk:()=>hh,pkixToRSAPublicKey:()=>Zi});var kn=In;var xr=class{type="RSA";jwk;_raw;_multihash;constructor(t,r){this.jwk=t,this._multihash=r}get raw(){return this._raw==null&&(this._raw=Wr.jwkToPkix(this.jwk)),this._raw}toMultihash(){return this._multihash}toCID(){return Z.createV1(114,this._multihash)}toString(){return Q.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:rt(this.raw,t.raw)}verify(t,r){return Ec(this.jwk,r,t)}},Yr=class{type="RSA";jwk;_raw;publicKey;constructor(t,r){this.jwk=t,this.publicKey=r}get raw(){return this._raw==null&&(this._raw=Wr.jwkToPkcs1(this.jwk)),this._raw}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:rt(this.raw,t.raw)}sign(t){return bc(this.jwk,t)}};var qi=8192,$i=18,uh=1062,fh=Uint8Array.from([48,13,6,9,42,134,72,134,247,13,1,1,1,5,0]);function lh(e){let t=le(e);return Hi(t)}function Hi(e){return{n:q(e[1],"base64url"),e:q(e[2],"base64url"),d:q(e[3],"base64url"),p:q(e[4],"base64url"),q:q(e[5],"base64url"),dp:q(e[6],"base64url"),dq:q(e[7],"base64url"),qi:q(e[8],"base64url"),kty:"RSA"}}function dh(e){if(e.n==null||e.e==null||e.d==null||e.p==null||e.q==null||e.dp==null||e.dq==null||e.qi==null)throw new ut("JWK was missing components");return Ie([Nt(Uint8Array.from([0])),Nt(H(e.n,"base64url")),Nt(H(e.e,"base64url")),Nt(H(e.d,"base64url")),Nt(H(e.p,"base64url")),Nt(H(e.q,"base64url")),Nt(H(e.dp,"base64url")),Nt(H(e.dq,"base64url")),Nt(H(e.qi,"base64url"))]).subarray()}function hh(e){let t=le(e,{offset:0});return zi(t)}function zi(e){let t=le(e[1],{offset:0});return{kty:"RSA",n:q(t[0],"base64url"),e:q(t[1],"base64url")}}function ji(e){if(e.n==null||e.e==null)throw new ut("JWK was missing components");return Ie([fh,wn(Ie([Nt(H(e.n,"base64url")),Nt(H(e.e,"base64url"))]))]).subarray()}function Sc(e){let t=le(e);return Gi(t)}function Gi(e){let t=Hi(e);return Wi(t)}function Zi(e,t){if(e.byteLength>=uh)throw new We("Key size is too large");let r=le(e,{offset:0});return Yi(r,e,t)}function Yi(e,t,r){let n=zi(e);if(r==null){let o=kn(ie.encode({Type:at.RSA,Data:t}));r=Gt($i,o)}return new xr(n,r)}function Wi(e){if(Tc(e)>qi)throw new ut("Key size is too large");let t=Ac(e),r=kn(ie.encode({Type:at.RSA,Data:ji(t.publicKey)})),n=Gt($i,r);return new Yr(t.privateKey,new xr(t.publicKey,n))}async function vc(e){if(e>qi)throw new ut("Key size is too large");let t=await Ic(e),r=kn(ie.encode({Type:at.RSA,Data:ji(t.publicKey)})),n=Gt($i,r);return new Yr(t.privateKey,new xr(t.publicKey,n))}function Ac(e){if(e==null)throw new ut("Missing key parameter");return{privateKey:e,publicKey:{kty:e.kty,n:e.n,e:e.e}}}async function Ic(e){let t=await Ne.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]),r=await ph(t);return{privateKey:r[0],publicKey:r[1]}}async function bc(e,t){let r=await Ne.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await Ne.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,t instanceof Uint8Array?t:t.subarray());return new Uint8Array(n,0,n.byteLength)}async function Ec(e,t,r){let n=await Ne.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return Ne.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,t,r instanceof Uint8Array?r:r.subarray())}async function ph(e){if(e.privateKey==null||e.publicKey==null)throw new ut("Private and public key are required");return Promise.all([Ne.get().subtle.exportKey("jwk",e.privateKey),Ne.get().subtle.exportKey("jwk",e.publicKey)])}function Tc(e){if(e.kty!=="RSA")throw new ut("invalid key type");if(e.n==null)throw new ut("invalid key modulus");return H(e.n,"base64url").length*8}var Kn=class extends ar{constructor(t,r){super(),this.finished=!1,this.destroyed=!1,Sa(t);let n=Or(r);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let o=this.blockLen,i=new Uint8Array(o);i.set(n.length>o?t.create().update(n).digest():n);for(let s=0;s<i.length;s++)i[s]^=54;this.iHash.update(i),this.oHash=t.create();for(let s=0;s<i.length;s++)i[s]^=106;this.oHash.update(i),de(i)}update(t){return cr(this),this.iHash.update(t),this}digestInto(t){cr(this),Ke(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:r,iHash:n,finished:o,destroyed:i,blockLen:s,outputLen:c}=this;return t=t,t.finished=o,t.destroyed=i,t.blockLen=s,t.outputLen=c,t.oHash=r._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},Xi=(e,t,r)=>new Kn(e,t).update(r).digest();Xi.create=(e,t)=>new Kn(e,t);function Cc(e){e.lowS!==void 0&&ne("lowS",e.lowS),e.prehash!==void 0&&ne("prehash",e.prehash)}function mh(e){let t=Hr(e);ye(t,{a:"field",b:"field"},{allowInfinityPoint:"boolean",allowedPrivateKeyLengths:"array",clearCofactor:"function",fromBytes:"function",isTorsionFree:"function",toBytes:"function",wrapPrivateKey:"boolean"});let{endo:r,Fp:n,a:o}=t;if(r){if(!n.eql(o,n.ZERO))throw new Error("invalid endo: CURVE.a must be 0");if(typeof r!="object"||typeof r.beta!="bigint"||typeof r.splitScalar!="function")throw new Error('invalid endo: expected "beta": bigint and "splitScalar": function')}return Object.freeze({...t})}var ts=class extends Error{constructor(t=""){super(t)}},xe={Err:ts,_tlv:{encode:(e,t)=>{let{Err:r}=xe;if(e<0||e>256)throw new r("tlv.encode: wrong tag");if(t.length&1)throw new r("tlv.encode: unpadded data");let n=t.length/2,o=qr(n);if(o.length/2&128)throw new r("tlv.encode: long form length too big");let i=n>127?qr(o.length/2|128):"";return qr(e)+i+o+t},decode(e,t){let{Err:r}=xe,n=0;if(e<0||e>256)throw new r("tlv.encode: wrong tag");if(t.length<2||t[n++]!==e)throw new r("tlv.decode: wrong tlv");let o=t[n++],i=!!(o&128),s=0;if(!i)s=o;else{let a=o&127;if(!a)throw new r("tlv.decode(long): indefinite length not supported");if(a>4)throw new r("tlv.decode(long): byte length is too big");let l=t.subarray(n,n+a);if(l.length!==a)throw new r("tlv.decode: length bytes not complete");if(l[0]===0)throw new r("tlv.decode(long): zero leftmost byte");for(let u of l)s=s<<8|u;if(n+=a,s<128)throw new r("tlv.decode(long): not minimal encoding")}let c=t.subarray(n,n+s);if(c.length!==s)throw new r("tlv.decode: wrong value length");return{v:c,l:t.subarray(n+s)}}},_int:{encode(e){let{Err:t}=xe;if(e<we)throw new t("integer: negative integers are not allowed");let r=qr(e);if(Number.parseInt(r[0],16)&8&&(r="00"+r),r.length&1)throw new t("unexpected DER parsing assertion: unpadded hex");return r},decode(e){let{Err:t}=xe;if(e[0]&128)throw new t("invalid signature integer: negative");if(e[0]===0&&!(e[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return me(e)}},toSig(e){let{Err:t,_int:r,_tlv:n}=xe,o=nt("signature",e),{v:i,l:s}=n.decode(48,o);if(s.length)throw new t("invalid signature: left bytes after parsing");let{v:c,l:a}=n.decode(2,i),{v:l,l:u}=n.decode(2,a);if(u.length)throw new t("invalid signature: left bytes after parsing");return{r:r.decode(c),s:r.decode(l)}},hexFromSig(e){let{_tlv:t,_int:r}=xe,n=t.encode(2,r.encode(e.r)),o=t.encode(2,r.encode(e.s)),i=n+o;return t.encode(48,i)}};function Ji(e,t){return Pe(Ve(e,t))}var we=BigInt(0),ht=BigInt(1),Zg=BigInt(2),Qi=BigInt(3),yh=BigInt(4);function gh(e){let t=mh(e),{Fp:r}=t,n=ge(t.n,t.nBitLength),o=t.toBytes||((T,d,v)=>{let N=d.toAffine();return _e(Uint8Array.from([4]),r.toBytes(N.x),r.toBytes(N.y))}),i=t.fromBytes||(T=>{let d=T.subarray(1),v=r.fromBytes(d.subarray(0,r.BYTES)),N=r.fromBytes(d.subarray(r.BYTES,2*r.BYTES));return{x:v,y:N}});function s(T){let{a:d,b:v}=t,N=r.sqr(T),L=r.mul(N,T);return r.add(r.add(L,r.mul(T,d)),v)}function c(T,d){let v=r.sqr(d),N=s(T);return r.eql(v,N)}if(!c(t.Gx,t.Gy))throw new Error("bad curve params: generator point");let a=r.mul(r.pow(t.a,Qi),yh),l=r.mul(r.sqr(t.b),BigInt(27));if(r.is0(r.add(a,l)))throw new Error("bad curve params: a or b");function u(T){return Tn(T,ht,t.n)}function f(T){let{allowedPrivateKeyLengths:d,nByteLength:v,wrapPrivateKey:N,n:L}=t;if(d&&typeof T!="bigint"){if(ur(T)&&(T=Pe(T)),typeof T!="string"||!d.includes(T.length))throw new Error("invalid private key");T=T.padStart(v*2,"0")}let g;try{g=typeof T=="bigint"?T:me(nt("private key",T,v))}catch{throw new Error("invalid private key, expected hex or "+v+" bytes, got "+typeof T)}return N&&(g=tt(g,L)),Kt("private key",g,ht,L),g}function p(T){if(!(T instanceof y))throw new Error("ProjectivePoint expected")}let S=lr((T,d)=>{let{px:v,py:N,pz:L}=T;if(r.eql(L,r.ONE))return{x:v,y:N};let g=T.is0();d==null&&(d=g?r.ONE:r.inv(L));let A=r.mul(v,d),R=r.mul(N,d),I=r.mul(L,d);if(g)return{x:r.ZERO,y:r.ZERO};if(!r.eql(I,r.ONE))throw new Error("invZ was invalid");return{x:A,y:R}}),_=lr(T=>{if(T.is0()){if(t.allowInfinityPoint&&!r.is0(T.py))return;throw new Error("bad point: ZERO")}let{x:d,y:v}=T.toAffine();if(!r.isValid(d)||!r.isValid(v))throw new Error("bad point: x or y not FE");if(!c(d,v))throw new Error("bad point: equation left != right");if(!T.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class y{constructor(d,v,N){if(d==null||!r.isValid(d))throw new Error("x required");if(v==null||!r.isValid(v)||r.is0(v))throw new Error("y required");if(N==null||!r.isValid(N))throw new Error("z required");this.px=d,this.py=v,this.pz=N,Object.freeze(this)}static fromAffine(d){let{x:v,y:N}=d||{};if(!d||!r.isValid(v)||!r.isValid(N))throw new Error("invalid affine point");if(d instanceof y)throw new Error("projective point not allowed");let L=g=>r.eql(g,r.ZERO);return L(v)&&L(N)?y.ZERO:new y(v,N,r.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(d){let v=dr(r,d.map(N=>N.pz));return d.map((N,L)=>N.toAffine(v[L])).map(y.fromAffine)}static fromHex(d){let v=y.fromAffine(i(nt("pointHex",d)));return v.assertValidity(),v}static fromPrivateKey(d){return y.BASE.multiply(f(d))}static msm(d,v){return Pn(y,n,d,v)}_setWindowSize(d){z.setWindowSize(this,d)}assertValidity(){_(this)}hasEvenY(){let{y:d}=this.toAffine();if(r.isOdd)return!r.isOdd(d);throw new Error("Field doesn't support isOdd")}equals(d){p(d);let{px:v,py:N,pz:L}=this,{px:g,py:A,pz:R}=d,I=r.eql(r.mul(v,R),r.mul(g,L)),C=r.eql(r.mul(N,R),r.mul(A,L));return I&&C}negate(){return new y(this.px,r.neg(this.py),this.pz)}double(){let{a:d,b:v}=t,N=r.mul(v,Qi),{px:L,py:g,pz:A}=this,R=r.ZERO,I=r.ZERO,C=r.ZERO,U=r.mul(L,L),$=r.mul(g,g),x=r.mul(A,A),w=r.mul(L,g);return w=r.add(w,w),C=r.mul(L,A),C=r.add(C,C),R=r.mul(d,C),I=r.mul(N,x),I=r.add(R,I),R=r.sub($,I),I=r.add($,I),I=r.mul(R,I),R=r.mul(w,R),C=r.mul(N,C),x=r.mul(d,x),w=r.sub(U,x),w=r.mul(d,w),w=r.add(w,C),C=r.add(U,U),U=r.add(C,U),U=r.add(U,x),U=r.mul(U,w),I=r.add(I,U),x=r.mul(g,A),x=r.add(x,x),U=r.mul(x,w),R=r.sub(R,U),C=r.mul(x,$),C=r.add(C,C),C=r.add(C,C),new y(R,I,C)}add(d){p(d);let{px:v,py:N,pz:L}=this,{px:g,py:A,pz:R}=d,I=r.ZERO,C=r.ZERO,U=r.ZERO,$=t.a,x=r.mul(t.b,Qi),w=r.mul(v,g),K=r.mul(N,A),E=r.mul(L,R),h=r.add(v,N),b=r.add(g,A);h=r.mul(h,b),b=r.add(w,K),h=r.sub(h,b),b=r.add(v,L);let B=r.add(g,R);return b=r.mul(b,B),B=r.add(w,E),b=r.sub(b,B),B=r.add(N,L),I=r.add(A,R),B=r.mul(B,I),I=r.add(K,E),B=r.sub(B,I),U=r.mul($,b),I=r.mul(x,E),U=r.add(I,U),I=r.sub(K,U),U=r.add(K,U),C=r.mul(I,U),K=r.add(w,w),K=r.add(K,w),E=r.mul($,E),b=r.mul(x,b),K=r.add(K,E),E=r.sub(w,E),E=r.mul($,E),b=r.add(b,E),w=r.mul(K,b),C=r.add(C,w),w=r.mul(B,b),I=r.mul(h,I),I=r.sub(I,w),w=r.mul(h,K),U=r.mul(B,U),U=r.add(U,w),new y(I,C,U)}subtract(d){return this.add(d.negate())}is0(){return this.equals(y.ZERO)}wNAF(d){return z.wNAFCached(this,d,y.normalizeZ)}multiplyUnsafe(d){let{endo:v,n:N}=t;Kt("scalar",d,we,N);let L=y.ZERO;if(d===we)return L;if(this.is0()||d===ht)return this;if(!v||z.hasPrecomputes(this))return z.wNAFCachedUnsafe(this,d,y.normalizeZ);let{k1neg:g,k1:A,k2neg:R,k2:I}=v.splitScalar(d),C=L,U=L,$=this;for(;A>we||I>we;)A&ht&&(C=C.add($)),I&ht&&(U=U.add($)),$=$.double(),A>>=ht,I>>=ht;return g&&(C=C.negate()),R&&(U=U.negate()),U=new y(r.mul(U.px,v.beta),U.py,U.pz),C.add(U)}multiply(d){let{endo:v,n:N}=t;Kt("scalar",d,ht,N);let L,g;if(v){let{k1neg:A,k1:R,k2neg:I,k2:C}=v.splitScalar(d),{p:U,f:$}=this.wNAF(R),{p:x,f:w}=this.wNAF(C);U=z.constTimeNegate(A,U),x=z.constTimeNegate(I,x),x=new y(r.mul(x.px,v.beta),x.py,x.pz),L=U.add(x),g=$.add(w)}else{let{p:A,f:R}=this.wNAF(d);L=A,g=R}return y.normalizeZ([L,g])[0]}multiplyAndAddUnsafe(d,v,N){let L=y.BASE,g=(R,I)=>I===we||I===ht||!R.equals(L)?R.multiplyUnsafe(I):R.multiply(I),A=g(this,v).add(g(d,N));return A.is0()?void 0:A}toAffine(d){return S(this,d)}isTorsionFree(){let{h:d,isTorsionFree:v}=t;if(d===ht)return!0;if(v)return v(y,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:d,clearCofactor:v}=t;return d===ht?this:v?v(y,this):this.multiplyUnsafe(t.h)}toRawBytes(d=!0){return ne("isCompressed",d),this.assertValidity(),o(y,this,d)}toHex(d=!0){return ne("isCompressed",d),Pe(this.toRawBytes(d))}}y.BASE=new y(t.Gx,t.Gy,r.ONE),y.ZERO=new y(r.ZERO,r.ONE,r.ZERO);let{endo:k,nBitLength:O}=t,z=Bn(y,k?Math.ceil(O/2):O);return{CURVE:t,ProjectivePoint:y,normPrivateKeyToScalar:f,weierstrassEquation:s,isWithinCurveOrder:u}}function xh(e){let t=Hr(e);return ye(t,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...t})}function Bc(e){let t=xh(e),{Fp:r,n,nByteLength:o,nBitLength:i}=t,s=r.BYTES+1,c=2*r.BYTES+1;function a(x){return tt(x,n)}function l(x){return Cn(x,n)}let{ProjectivePoint:u,normPrivateKeyToScalar:f,weierstrassEquation:p,isWithinCurveOrder:S}=gh({...t,toBytes(x,w,K){let E=w.toAffine(),h=r.toBytes(E.x),b=_e;return ne("isCompressed",K),K?b(Uint8Array.from([w.hasEvenY()?2:3]),h):b(Uint8Array.from([4]),h,r.toBytes(E.y))},fromBytes(x){let w=x.length,K=x[0],E=x.subarray(1);if(w===s&&(K===2||K===3)){let h=me(E);if(!Tn(h,ht,r.ORDER))throw new Error("Point is not on curve");let b=p(h),B;try{B=r.sqrt(b)}catch(j){let G=j instanceof Error?": "+j.message:"";throw new Error("Point is not on curve"+G)}let F=(B&ht)===ht;return(K&1)===1!==F&&(B=r.neg(B)),{x:h,y:B}}else if(w===c&&K===4){let h=r.fromBytes(E.subarray(0,r.BYTES)),b=r.fromBytes(E.subarray(r.BYTES,2*r.BYTES));return{x:h,y:b}}else{let h=s,b=c;throw new Error("invalid Point, expected length of "+h+", or uncompressed "+b+", got "+w)}}});function _(x){let w=n>>ht;return x>w}function y(x){return _(x)?a(-x):x}let k=(x,w,K)=>me(x.slice(w,K));class O{constructor(w,K,E){Kt("r",w,ht,n),Kt("s",K,ht,n),this.r=w,this.s=K,E!=null&&(this.recovery=E),Object.freeze(this)}static fromCompact(w){let K=o;return w=nt("compactSignature",w,K*2),new O(k(w,0,K),k(w,K,2*K))}static fromDER(w){let{r:K,s:E}=xe.toSig(nt("DER",w));return new O(K,E)}assertValidity(){}addRecoveryBit(w){return new O(this.r,this.s,w)}recoverPublicKey(w){let{r:K,s:E,recovery:h}=this,b=L(nt("msgHash",w));if(h==null||![0,1,2,3].includes(h))throw new Error("recovery id invalid");let B=h===2||h===3?K+t.n:K;if(B>=r.ORDER)throw new Error("recovery id 2 or 3 invalid");let F=(h&1)===0?"02":"03",V=u.fromHex(F+Ji(B,r.BYTES)),j=l(B),G=a(-b*j),W=a(E*j),J=u.BASE.multiplyAndAddUnsafe(V,G,W);if(!J)throw new Error("point at infinify");return J.assertValidity(),J}hasHighS(){return _(this.s)}normalizeS(){return this.hasHighS()?new O(this.r,a(-this.s),this.recovery):this}toDERRawBytes(){return $r(this.toDERHex())}toDERHex(){return xe.hexFromSig(this)}toCompactRawBytes(){return $r(this.toCompactHex())}toCompactHex(){let w=o;return Ji(this.r,w)+Ji(this.s,w)}}let z={isValidPrivateKey(x){try{return f(x),!0}catch{return!1}},normPrivateKeyToScalar:f,randomPrivateKey:()=>{let x=pi(t.n);return Wa(t.randomBytes(x),t.n)},precompute(x=8,w=u.BASE){return w._setWindowSize(x),w.multiply(BigInt(3)),w}};function T(x,w=!0){return u.fromPrivateKey(x).toRawBytes(w)}function d(x){if(typeof x=="bigint")return!1;if(x instanceof u)return!0;let K=nt("key",x).length,E=r.BYTES,h=E+1,b=2*E+1;if(!(t.allowedPrivateKeyLengths||o===h))return K===h||K===b}function v(x,w,K=!0){if(d(x)===!0)throw new Error("first arg must be private key");if(d(w)===!1)throw new Error("second arg must be public key");return u.fromHex(w).multiply(f(x)).toRawBytes(K)}let N=t.bits2int||function(x){if(x.length>8192)throw new Error("input is too large");let w=me(x),K=x.length*8-i;return K>0?w>>BigInt(K):w},L=t.bits2int_modN||function(x){return a(N(x))},g=qe(i);function A(x){return Kt("num < 2^"+i,x,we,g),Ve(x,o)}function R(x,w,K=I){if(["recovered","canonical"].some(st=>st in K))throw new Error("sign() legacy options not supported");let{hash:E,randomBytes:h}=t,{lowS:b,prehash:B,extraEntropy:F}=K;b==null&&(b=!0),x=nt("msgHash",x),Cc(K),B&&(x=nt("prehashed msgHash",E(x)));let V=L(x),j=f(w),G=[A(j),A(V)];if(F!=null&&F!==!1){let st=F===!0?h(r.BYTES):F;G.push(nt("extraEntropy",st))}let W=_e(...G),J=V;function ct(st){let mt=N(st);if(!S(mt))return;let Ct=l(mt),lt=u.BASE.multiply(mt).toAffine(),wt=a(lt.x);if(wt===we)return;let Lt=a(Ct*a(J+wt*j));if(Lt===we)return;let zt=(lt.x===wt?0:2)|Number(lt.y&ht),_r=Lt;return b&&_(Lt)&&(_r=y(Lt),zt^=1),new O(wt,_r,zt)}return{seed:W,k2sig:ct}}let I={lowS:t.lowS,prehash:!1},C={lowS:t.lowS,prehash:!1};function U(x,w,K=I){let{seed:E,k2sig:h}=R(x,w,K),b=t;return qa(b.hash.outputLen,b.nByteLength,b.hmac)(E,h)}u.BASE._setWindowSize(8);function $(x,w,K,E=C){let h=x;w=nt("msgHash",w),K=nt("publicKey",K);let{lowS:b,prehash:B,format:F}=E;if(Cc(E),"strict"in E)throw new Error("options.strict was renamed to lowS");if(F!==void 0&&F!=="compact"&&F!=="der")throw new Error("format must be compact or der");let V=typeof h=="string"||ur(h),j=!V&&!F&&typeof h=="object"&&h!==null&&typeof h.r=="bigint"&&typeof h.s=="bigint";if(!V&&!j)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");let G,W;try{if(j&&(G=new O(h.r,h.s)),V){try{F!=="compact"&&(G=O.fromDER(h))}catch(zt){if(!(zt instanceof xe.Err))throw zt}!G&&F!=="der"&&(G=O.fromCompact(h))}W=u.fromHex(K)}catch{return!1}if(!G||b&&G.hasHighS())return!1;B&&(w=t.hash(w));let{r:J,s:ct}=G,st=L(w),mt=l(ct),Ct=a(st*mt),lt=a(J*mt),wt=u.BASE.multiplyAndAddUnsafe(W,Ct,lt)?.toAffine();return wt?a(wt.x)===J:!1}return{CURVE:t,getPublicKey:T,getSharedSecret:v,sign:U,verify:$,ProjectivePoint:u,Signature:O,utils:z}}function wh(e){return{hash:e,hmac:(t,...r)=>Xi(e,t,ri(...r)),randomBytes:Sn}}function Pc(e,t){let r=n=>Bc({...e,...wh(n)});return{...r(t),create:r}}var Nc=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),_c=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),bh=BigInt(0),Eh=BigInt(1),es=BigInt(2),Uc=(e,t)=>(e+t/es)/t;function Sh(e){let t=Nc,r=BigInt(3),n=BigInt(6),o=BigInt(11),i=BigInt(22),s=BigInt(23),c=BigInt(44),a=BigInt(88),l=e*e*e%t,u=l*l*e%t,f=ot(u,r,t)*u%t,p=ot(f,r,t)*u%t,S=ot(p,es,t)*l%t,_=ot(S,o,t)*S%t,y=ot(_,i,t)*_%t,k=ot(y,c,t)*y%t,O=ot(k,a,t)*k%t,z=ot(O,c,t)*y%t,T=ot(z,r,t)*u%t,d=ot(T,s,t)*_%t,v=ot(d,n,t)*l%t,N=ot(v,es,t);if(!rs.eql(rs.sqr(N),e))throw new Error("Cannot find square root");return N}var rs=ge(Nc,void 0,void 0,{sqrt:Sh}),wr=Pc({a:bh,b:BigInt(7),Fp:rs,n:_c,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:e=>{let t=_c,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-Eh*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),o=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),i=r,s=BigInt("0x100000000000000000000000000000000"),c=Uc(i*e,t),a=Uc(-n*e,t),l=tt(e-c*r-a*o,t),u=tt(-c*n-a*i,t),f=l>s,p=u>s;if(f&&(l=t-l),p&&(u=t-u),l>s||u>s)throw new Error("splitScalar: Endomorphism failed, k="+e);return{k1neg:f,k1:l,k2neg:p,k2:u}}}},In);function Rc(e){return e==null?!1:typeof e.then=="function"&&typeof e.catch=="function"&&typeof e.finally=="function"}function Lc(e,t,r){let n=Lr.digest(r instanceof Uint8Array?r:r.subarray());if(Rc(n))return n.then(({digest:o})=>wr.verify(t,o,e)).catch(o=>{throw new Zr(String(o))});try{return wr.verify(t,n.digest,e)}catch(o){throw new Zr(String(o))}}var On=class{type="secp256k1";raw;_key;constructor(t){this._key=kc(t),this.raw=Dc(this._key)}toMultihash(){return Dt.digest(sr(this))}toCID(){return Z.createV1(114,this.toMultihash())}toString(){return Q.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:rt(this.raw,t.raw)}verify(t,r){return Lc(this._key,r,t)}};function ns(e){return new On(e)}function Dc(e){return wr.ProjectivePoint.fromHex(e).toRawBytes(!0)}function kc(e){try{return wr.ProjectivePoint.fromHex(e),e}catch(t){throw new We(String(t))}}function Kc(e,t){let{Type:r,Data:n}=ie.decode(e),o=n??new Uint8Array;switch(r){case at.RSA:return Zi(o,t);case at.Ed25519:return Si(o);case at.secp256k1:return ns(o);case at.ECDSA:return ei(o);default:throw new Je}}function Fn(e){let{Type:t,Data:r}=ie.decode(e.digest),n=r??new Uint8Array;switch(t){case at.Ed25519:return Si(n);case at.secp256k1:return ns(n);case at.ECDSA:return ei(n);default:throw new Je}}function sr(e){return ie.encode({Type:at[e.type],Data:e.raw})}var Oc=Symbol.for("nodejs.util.inspect.custom"),vh=114,Xr=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()})`}[To]=!0;toString(){return this.string==null&&(this.string=Q.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return Z.createV1(vh,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return rt(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return rt(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[Oc](){return`PeerId(${this.toString()})`}},Mn=class extends Xr{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},Vn=class extends Xr{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},qn=class extends Xr{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},Ah=2336,Jr=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=Dt.digest(H(this.url))}[Oc](){return`PeerId(${this.url})`}[To]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return Z.createV1(Ah,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=q(t)),t.toString()===this.toString())}};var Ih=114,Fc=2336;function Mc(e,t){let r;if(e.charAt(0)==="1"||e.charAt(0)==="Q")r=ue(Q.decode(`z${e}`));else{if(e.startsWith("k51qzi5uqu5")||e.startsWith("kzwfwjn5ji4")||e.startsWith("k2k4r8")||e.startsWith("bafz"))return os(Z.parse(e));if(t==null)throw new ut('Please pass a multibase decoder for strings that do not start with "1" or "Q"');r=ue(t.decode(e))}return Vc(r)}function Vc(e){if(Ch(e))return new Mn({multihash:e});if(Th(e))try{let t=Fn(e);if(t.type==="Ed25519")return new Vn({multihash:e,publicKey:t});if(t.type==="secp256k1")return new qn({multihash:e,publicKey:t})}catch{let r=q(e.digest);return new Jr(new URL(r))}throw new Xe("Supplied PeerID Multihash is invalid")}function os(e){if(e?.multihash==null||e.version==null||e.version===1&&e.code!==Ih&&e.code!==Fc)throw new hn("Supplied PeerID CID is invalid");if(e.code===Fc){let t=q(e.multihash.digest);return new Jr(new URL(t))}return Vc(e.multihash)}function Th(e){return e.code===Dt.code}function Ch(e){return e.code===Lr.code}var $n=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let r=this.index,n=t();return n===void 0&&(this.index=r),n}parseWith(t){let r=t();if(this.index===this.input.length)return r}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 r=this.readChar();if(r===t)return r})}readSeparator(t,r,n){return this.readAtomically(()=>{if(!(r>0&&this.readGivenChar(t)===void 0))return n()})}readNumber(t,r,n,o){return this.readAtomically(()=>{let i=0,s=0,c=this.peekChar();if(c===void 0)return;let a=c==="0",l=2**(8*o)-1;for(;;){let u=this.readAtomically(()=>{let f=this.readChar();if(f===void 0)return;let p=Number.parseInt(f,t);if(!Number.isNaN(p))return p});if(u===void 0)break;if(i*=t,i+=u,i>l||(s+=1,r!==void 0&&s>r))return}if(s!==0)return!n&&a&&s>1?void 0:i})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let r=0;r<t.length;r++){let n=this.readSeparator(".",r,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;t[r]=n}return t})}readIPv6Addr(){let t=r=>{for(let n=0;n<r.length/2;n++){let o=n*2;if(n<r.length-3){let s=this.readSeparator(":",n,()=>this.readIPv4Addr());if(s!==void 0)return r[o]=s[0],r[o+1]=s[1],r[o+2]=s[2],r[o+3]=s[3],[o+4,!0]}let i=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(i===void 0)return[o,!1];r[o]=i>>8,r[o+1]=i&255}return[r.length,!1]};return this.readAtomically(()=>{let r=new Uint8Array(16),[n,o]=t(r);if(n===16)return r;if(o||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let i=new Uint8Array(14),s=16-(n+2),[c]=t(i.subarray(0,s));return r.set(i.subarray(0,c),16-c),r})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var qc=45,Bh=15,br=new $n;function is(e){if(!(e.length>Bh))return br.new(e).parseWith(()=>br.readIPv4Addr())}function ss(e){if(e.includes("%")&&(e=e.split("%")[0]),!(e.length>qc))return br.new(e).parseWith(()=>br.readIPv6Addr())}function Hn(e,t=!1){if(e.includes("%")&&(e=e.split("%")[0]),e.length>qc)return;let r=br.new(e).parseWith(()=>br.readIPAddr());if(r)return t&&r.length===4?Uint8Array.from([0,0,0,0,0,0,0,0,0,0,255,255,r[0],r[1],r[2],r[3]]):r}var yw=parseInt("0xFFFF",16),gw=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function zc(e){return!!is(e)}function jc(e){return!!ss(e)}function zn(e){return!!Hn(e)}var Gc=zc,Rh=jc,as=function(e){let t=0;if(e=e.toString().trim(),Gc(e)){let r=new Uint8Array(t+4);return e.split(/\./g).forEach(n=>{r[t++]=parseInt(n,10)&255}),r}if(Rh(e)){let r=e.split(":",8),n;for(n=0;n<r.length;n++){let i=Gc(r[n]),s;i&&(s=as(r[n]),r[n]=q(s.slice(0,2),"base16")),s!=null&&++n<8&&r.splice(n,0,q(s.slice(2,4),"base16"))}if(r[0]==="")for(;r.length<8;)r.unshift("0");else if(r[r.length-1]==="")for(;r.length<8;)r.push("0");else if(r.length<8){for(n=0;n<r.length&&r[n]!=="";n++);let i=[n,1];for(n=9-r.length;n>0;n--)i.push("0");r.splice.apply(r,i)}let o=new Uint8Array(t+16);for(n=0;n<r.length;n++){let i=parseInt(r[n],16);o[t++]=i>>8&255,o[t++]=i&255}return o}throw new Error("invalid ip address")},Zc=function(e,t=0,r){t=~~t,r=r??e.length-t;let n=new DataView(e.buffer);if(r===4){let o=[];for(let i=0;i<r;i++)o.push(e[t+i]);return o.join(".")}if(r===16){let o=[];for(let i=0;i<r;i+=2)o.push(n.getUint16(t+i).toString(16));return o.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var Er={},cs={},Dh=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[481,-1,"http-path"],[777,-1,"memory"]];Dh.forEach(e=>{let t=kh(...e);cs[t.code]=t,Er[t.name]=t});function kh(e,t,r,n,o){return{code:e,size:t,name:r,resolvable:!!n,path:!!o}}function et(e){if(typeof e=="number"){if(cs[e]!=null)return cs[e];throw new Error(`no protocol with code: ${e}`)}else if(typeof e=="string"){if(Er[e]!=null)return Er[e];throw new Error(`no protocol with name: ${e}`)}throw new Error(`invalid protocol id type: ${typeof e}`)}var tb=et("ip4"),eb=et("ip6"),rb=et("ipcidr");function ds(e,t){switch(et(e).code){case 4:case 41:return Oh(t);case 42:return ls(t);case 43:return q(t,"base10");case 6:case 273:case 33:case 132:return Xc(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return ls(t);case 421:return qh(t);case 444:return Wc(t);case 445:return Wc(t);case 466:return Vh(t);case 481:return globalThis.encodeURIComponent(ls(t));default:return q(t,"base16")}}function hs(e,t){switch(et(e).code){case 4:return Yc(t);case 41:return Yc(t);case 42:return fs(t);case 43:return H(t,"base10");case 6:case 273:case 33:case 132:return ps(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return fs(t);case 421:return Fh(t);case 444:return $h(t);case 445:return Hh(t);case 466:return Mh(t);case 481:return fs(globalThis.decodeURIComponent(t));default:return H(t,"base16")}}var us=Object.values(Dr).map(e=>e.decoder),Kh=function(){let e=us[0].or(us[1]);return us.slice(2).forEach(t=>e=e.or(t)),e}();function Yc(e){if(!zn(e))throw new Error("invalid ip address");return as(e)}function Oh(e){let t=Zc(e,0,e.length);if(t==null)throw new Error("ipBuff is required");if(!zn(t))throw new Error("invalid ip address");return t}function ps(e){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,e),new Uint8Array(t)}function Xc(e){return new DataView(e.buffer).getUint16(e.byteOffset)}function fs(e){let t=H(e),r=Uint8Array.from(hr(t.length));return bt([r,t],r.length+t.length)}function ls(e){let t=He(e);if(e=e.slice(Rt(t)),e.length!==t)throw new Error("inconsistent lengths");return q(e)}function Fh(e){let t;e[0]==="Q"||e[0]==="1"?t=ue(Q.decode(`z${e}`)).bytes:t=Z.parse(e).multihash.bytes;let r=Uint8Array.from(hr(t.length));return bt([r,t],r.length+t.length)}function Mh(e){let t=Kh.decode(e),r=Uint8Array.from(hr(t.length));return bt([r,t],r.length+t.length)}function Vh(e){let t=He(e),r=e.slice(Rt(t));if(r.length!==t)throw new Error("inconsistent lengths");return"u"+q(r,"base64url")}function qh(e){let t=He(e),r=e.slice(Rt(t));if(r.length!==t)throw new Error("inconsistent lengths");return q(r,"base58btc")}function $h(e){let t=e.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 r=jt.decode("b"+t[0]),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=ps(n);return bt([r,o],r.length+o.length)}function Hh(e){let t=e.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 r=jt.decode(`b${t[0]}`),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=ps(n);return bt([r,o],r.length+o.length)}function Wc(e){let t=e.slice(0,e.length-2),r=e.slice(e.length-2),n=q(t,"base32"),o=Xc(r);return`${n}:${o}`}function Jc(e){e=ms(e);let t=[],r=[],n=null,o=e.split("/").slice(1);if(o.length===1&&o[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let i=0;i<o.length;i++){let s=o[i],c=et(s);if(c.size===0){t.push([c.code]),r.push([c.code]);continue}if(i++,i>=o.length)throw new jn("invalid address: "+e);if(c.path===!0){n=ms(o.slice(i).join("/")),t.push([c.code,hs(c.code,n)]),r.push([c.code,n]);break}let a=hs(c.code,o[i]);t.push([c.code,a]),r.push([c.code,ds(c.code,a)])}return{string:Qc(r),bytes:Gn(t),tuples:t,stringTuples:r,path:n}}function ys(e){let t=[],r=[],n=null,o=0;for(;o<e.length;){let i=He(e,o),s=Rt(i),c=et(i),a=zh(c,e.slice(o+s));if(a===0){t.push([i]),r.push([i]),o+=s;continue}let l=e.slice(o+s,o+s+a);if(o+=a+s,o>e.length)throw new jn("Invalid address Uint8Array: "+q(e,"base16"));t.push([i,l]);let u=ds(i,l);if(r.push([i,u]),c.path===!0){n=u;break}}return{bytes:Uint8Array.from(e),string:Qc(r),tuples:t,stringTuples:r,path:n}}function Qc(e){let t=[];return e.map(r=>{let n=et(r[0]);return t.push(n.name),r.length>1&&r[1]!=null&&t.push(r[1]),null}),ms(t.join("/"))}function Gn(e){return bt(e.map(t=>{let r=et(t[0]),n=Uint8Array.from(hr(r.code));return t.length>1&&t[1]!=null&&(n=bt([n,t[1]])),n}))}function zh(e,t){if(e.size>0)return e.size/8;if(e.size===0)return 0;{let r=He(t instanceof Uint8Array?t:Uint8Array.from(t));return r+Rt(r)}}function ms(e){return"/"+e.trim().split("/").filter(t=>t).join("/")}var jn=class extends Error{static name="ParseError";name="ParseError";constructor(t){super(`Error parsing address: ${t}`)}};var jh=Symbol.for("nodejs.util.inspect.custom"),xs=Symbol.for("@multiformats/js-multiaddr/multiaddr"),Gh=[et("dns").code,et("dns4").code,et("dns6").code,et("dnsaddr").code],gs=class extends Error{constructor(t="No available resolver"){super(t),this.name="NoAvailableResolverError"}},Zn=class e{bytes;#t;#r;#e;#a;[xs]=!0;constructor(t){t==null&&(t="");let r;if(t instanceof Uint8Array)r=ys(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);r=Jc(t)}else if(eu(t))r=ys(t.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=r.bytes,this.#t=r.string,this.#r=r.tuples,this.#e=r.stringTuples,this.#a=r.path}toString(){return this.#t}toJSON(){return this.toString()}toOptions(){let t,r,n,o,i="",s=et("tcp"),c=et("udp"),a=et("ip4"),l=et("ip6"),u=et("dns6"),f=et("ip6zone");for(let[S,_]of this.stringTuples())S===f.code&&(i=`%${_??""}`),Gh.includes(S)&&(r=s.name==="tcp"?"tcp":"udp",o=443,n=`${_??""}${i}`,t=S===u.code?6:4),(S===s.code||S===c.code)&&(r=et(S).name==="tcp"?"tcp":"udp",o=parseInt(_??"")),(S===a.code||S===l.code)&&(r=et(S).name==="tcp"?"tcp":"udp",n=`${_??""}${i}`,t=S===l.code?6:4);if(t==null||r==null||n==null||o==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:n,transport:r,port:o}}protos(){return this.#r.map(([t])=>Object.assign({},et(t)))}protoCodes(){return this.#r.map(([t])=>t)}protoNames(){return this.#r.map(([t])=>et(t).name)}tuples(){return this.#r.map(([t,r])=>r==null?[t]:[t,r])}stringTuples(){return this.#e.map(([t,r])=>r==null?[t]:[t,r])}encapsulate(t){return t=new e(t),new e(this.toString()+t.toString())}decapsulate(t){let r=t.toString(),n=this.toString(),o=n.lastIndexOf(r);if(o<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new e(n.slice(0,o))}decapsulateCode(t){let r=this.tuples();for(let n=r.length-1;n>=0;n--)if(r[n][0]===t)return new e(Gn(r.slice(0,n)));return this}getPeerId(){try{let t=[];this.stringTuples().forEach(([n,o])=>{n===Er.p2p.code&&t.push([n,o]),n===Er["p2p-circuit"].code&&(t=[])});let r=t.pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?q(Q.decode(`z${n}`),"base58btc"):q(Z.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#a}equals(t){return rt(this.bytes,t.bytes)}async resolve(t){let r=this.protos().find(i=>i.resolvable);if(r==null)return[this];let n=tu.get(r.name);if(n==null)throw new gs(`no available resolver for ${r.name}`);return(await n(this,t)).map(i=>Ge(i))}nodeAddress(){let t=this.toOptions();if(t.transport!=="tcp"&&t.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${t.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:t.family,address:t.host,port:t.port}}isThinWaistAddress(t){let r=(t??this).protos();return!(r.length!==2||r[0].code!==4&&r[0].code!==41||r[1].code!==6&&r[1].code!==273)}[jh](){return`Multiaddr(${this.#t})`}};var tu=new Map;function eu(e){return!!e?.[xs]}function Ge(e){return new Zn(e)}function Qr(e){let t=new globalThis.AbortController;function r(){t.abort();for(let i of e)i?.removeEventListener!=null&&i.removeEventListener("abort",r)}for(let i of e){if(i?.aborted===!0){r();break}i?.addEventListener!=null&&i.addEventListener("abort",r)}function n(){for(let i of e)i?.removeEventListener!=null&&i.removeEventListener("abort",r)}let o=t.signal;return o.clear=n,o}async function*Yn(e,t={}){let r=e.getReader();try{for(;;){let n=await r.read();if(n.done)return;yield n.value}}finally{t.preventCancel!==!0&&await r.cancel(),r.releaseLock()}}var Zh="/",Yh=new TextEncoder().encode(Zh),Nb=Yh[0];var Pp=Io(bs(),1);var Wt=class extends Error{static name="SignatureVerificationError";constructor(t="Record signature verification failed"){super(t),this.name="SignatureVerificationError"}},Wn=class extends Error{static name="RecordExpiredError";constructor(t="Record has expired"){super(t),this.name="RecordExpiredError"}},Sr=class extends Error{static name="UnsupportedValidityError";constructor(t="The validity type is unsupported"){super(t),this.name="UnsupportedValidityError"}},Xn=class extends Error{static name="RecordTooLargeError";constructor(t="The record is too large"){super(t),this.name="RecordTooLargeError"}},Jn=class extends Error{static name="InvalidValueError";constructor(t="Value must be a valid content path starting with /"){super(t),this.name="InvalidValueError"}},Qn=class extends Error{static name="InvalidRecordDataError";constructor(t="Invalid record data"){super(t),this.name="InvalidRecordDataError"}},tn=class extends Error{static name="InvalidEmbeddedPublicKeyError";constructor(t="Invalid embedded public key"){super(t),this.name="InvalidEmbeddedPublicKeyError"}};var Xt;(function(e){let t;(function(o){o.EOL="EOL"})(t=e.ValidityType||(e.ValidityType={}));let r;(function(o){o[o.EOL=0]="EOL"})(r||(r={})),function(o){o.codec=()=>Gr(r)}(t=e.ValidityType||(e.ValidityType={}));let n;e.codec=()=>(n==null&&(n=gr((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.value!=null&&(i.uint32(10),i.bytes(o.value)),o.signatureV1!=null&&(i.uint32(18),i.bytes(o.signatureV1)),o.validityType!=null&&(i.uint32(24),e.ValidityType.codec().encode(o.validityType,i)),o.validity!=null&&(i.uint32(34),i.bytes(o.validity)),o.sequence!=null&&(i.uint32(40),i.uint64(o.sequence)),o.ttl!=null&&(i.uint32(48),i.uint64(o.ttl)),o.pubKey!=null&&(i.uint32(58),i.bytes(o.pubKey)),o.signatureV2!=null&&(i.uint32(66),i.bytes(o.signatureV2)),o.data!=null&&(i.uint32(74),i.bytes(o.data)),s.lengthDelimited!==!1&&i.ldelim()},(o,i,s={})=>{let c={},a=i==null?o.len:o.pos+i;for(;o.pos<a;){let l=o.uint32();switch(l>>>3){case 1:{c.value=o.bytes();break}case 2:{c.signatureV1=o.bytes();break}case 3:{c.validityType=e.ValidityType.codec().decode(o);break}case 4:{c.validity=o.bytes();break}case 5:{c.sequence=o.uint64();break}case 6:{c.ttl=o.uint64();break}case 7:{c.pubKey=o.bytes();break}case 8:{c.signatureV2=o.bytes();break}case 9:{c.data=o.bytes();break}default:{o.skipType(l&7);break}}}return c})),n),e.encode=o=>mr(o,e.codec()),e.decode=(o,i)=>pr(o,e.codec(),i)})(Xt||(Xt={}));var Wh=["string","number","bigint","symbol"],Xh=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","HTMLElement","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"];function ru(e){if(e===null)return"null";if(e===void 0)return"undefined";if(e===!0||e===!1)return"boolean";let t=typeof e;if(Wh.includes(t))return t;if(t==="function")return"Function";if(Array.isArray(e))return"Array";if(Jh(e))return"Buffer";let r=Qh(e);return r||"Object"}function Jh(e){return e&&e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer.call(null,e)}function Qh(e){let t=Object.prototype.toString.call(e).slice(8,-1);if(Xh.includes(t))return t}var m=class{constructor(t,r,n){this.major=t,this.majorEncoded=t<<5,this.name=r,this.terminal=n}toString(){return`Type[${this.major}].${this.name}`}compare(t){return this.major<t.major?-1:this.major>t.major?1:0}};m.uint=new m(0,"uint",!0);m.negint=new m(1,"negint",!0);m.bytes=new m(2,"bytes",!0);m.string=new m(3,"string",!0);m.array=new m(4,"array",!1);m.map=new m(5,"map",!1);m.tag=new m(6,"tag",!1);m.float=new m(7,"float",!0);m.false=new m(7,"false",!0);m.true=new m(7,"true",!0);m.null=new m(7,"null",!0);m.undefined=new m(7,"undefined",!0);m.break=new m(7,"break",!0);var D=class{constructor(t,r,n){this.type=t,this.value=r,this.encodedLength=n,this.encodedBytes=void 0,this.byteValue=void 0}toString(){return`Token[${this.type}].${this.value}`}};var vr=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",tp=new TextDecoder,ep=new TextEncoder;function to(e){return vr&&globalThis.Buffer.isBuffer(e)}function su(e){return e instanceof Uint8Array?to(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e:Uint8Array.from(e)}var au=vr?(e,t,r)=>r-t>64?globalThis.Buffer.from(e.subarray(t,r)).toString("utf8"):ou(e,t,r):(e,t,r)=>r-t>64?tp.decode(e.subarray(t,r)):ou(e,t,r),cu=vr?e=>e.length>64?globalThis.Buffer.from(e):nu(e):e=>e.length>64?ep.encode(e):nu(e);var Ar=vr?(e,t,r)=>to(e)?new Uint8Array(e.subarray(t,r)):e.slice(t,r):(e,t,r)=>e.slice(t,r),uu=vr?(e,t)=>(e=e.map(r=>r instanceof Uint8Array?r:globalThis.Buffer.from(r)),su(globalThis.Buffer.concat(e,t))):(e,t)=>{let r=new Uint8Array(t),n=0;for(let o of e)n+o.length>r.length&&(o=o.subarray(0,r.length-n)),r.set(o,n),n+=o.length;return r},fu=vr?e=>globalThis.Buffer.allocUnsafe(e):e=>new Uint8Array(e);function lu(e,t){if(to(e)&&to(t))return e.compare(t);for(let r=0;r<e.length;r++)if(e[r]!==t[r])return e[r]<t[r]?-1:1;return 0}function nu(e){let t=[],r=0;for(let n=0;n<e.length;n++){let o=e.charCodeAt(n);o<128?t[r++]=o:o<2048?(t[r++]=o>>6|192,t[r++]=o&63|128):(o&64512)===55296&&n+1<e.length&&(e.charCodeAt(n+1)&64512)===56320?(o=65536+((o&1023)<<10)+(e.charCodeAt(++n)&1023),t[r++]=o>>18|240,t[r++]=o>>12&63|128,t[r++]=o>>6&63|128,t[r++]=o&63|128):(t[r++]=o>>12|224,t[r++]=o>>6&63|128,t[r++]=o&63|128)}return t}function ou(e,t,r){let n=[];for(;t<r;){let o=e[t],i=null,s=o>239?4:o>223?3:o>191?2:1;if(t+s<=r){let c,a,l,u;switch(s){case 1:o<128&&(i=o);break;case 2:c=e[t+1],(c&192)===128&&(u=(o&31)<<6|c&63,u>127&&(i=u));break;case 3:c=e[t+1],a=e[t+2],(c&192)===128&&(a&192)===128&&(u=(o&15)<<12|(c&63)<<6|a&63,u>2047&&(u<55296||u>57343)&&(i=u));break;case 4:c=e[t+1],a=e[t+2],l=e[t+3],(c&192)===128&&(a&192)===128&&(l&192)===128&&(u=(o&15)<<18|(c&63)<<12|(a&63)<<6|l&63,u>65535&&u<1114112&&(i=u))}}i===null?(i=65533,s=1):i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|i&1023),n.push(i),t+=s}return rp(n)}var iu=4096;function rp(e){let t=e.length;if(t<=iu)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=iu));return r}var np=256,eo=class{constructor(t=np){this.chunkSize=t,this.cursor=0,this.maxCursor=-1,this.chunks=[],this._initReuseChunk=null}reset(){this.cursor=0,this.maxCursor=-1,this.chunks.length&&(this.chunks=[]),this._initReuseChunk!==null&&(this.chunks.push(this._initReuseChunk),this.maxCursor=this._initReuseChunk.length-1)}push(t){let r=this.chunks[this.chunks.length-1];if(this.cursor+t.length<=this.maxCursor+1){let o=r.length-(this.maxCursor-this.cursor)-1;r.set(t,o)}else{if(r){let o=r.length-(this.maxCursor-this.cursor)-1;o<r.length&&(this.chunks[this.chunks.length-1]=r.subarray(0,o),this.maxCursor=this.cursor-1)}t.length<64&&t.length<this.chunkSize?(r=fu(this.chunkSize),this.chunks.push(r),this.maxCursor+=r.length,this._initReuseChunk===null&&(this._initReuseChunk=r),r.set(t,0)):(this.chunks.push(t),this.maxCursor+=t.length)}this.cursor+=t.length}toBytes(t=!1){let r;if(this.chunks.length===1){let n=this.chunks[0];t&&this.cursor>n.length/2?(r=this.cursor===n.length?n:n.subarray(0,this.cursor),this._initReuseChunk=null,this.chunks=[]):r=Ar(n,0,this.cursor)}else r=uu(this.chunks,this.cursor);return t&&this.reset(),r}};var M="CBOR decode error:",Es="CBOR encode error:",en=[];en[23]=1;en[24]=2;en[25]=3;en[26]=5;en[27]=9;function be(e,t,r){if(e.length-t<r)throw new Error(`${M} not enough data for type`)}var pt=[24,256,65536,4294967296,BigInt("18446744073709551616")];function Ft(e,t,r){be(e,t,1);let n=e[t];if(r.strict===!0&&n<pt[0])throw new Error(`${M} integer encoded in more bytes than necessary (strict decode)`);return n}function Mt(e,t,r){be(e,t,2);let n=e[t]<<8|e[t+1];if(r.strict===!0&&n<pt[1])throw new Error(`${M} integer encoded in more bytes than necessary (strict decode)`);return n}function Vt(e,t,r){be(e,t,4);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3];if(r.strict===!0&&n<pt[2])throw new Error(`${M} integer encoded in more bytes than necessary (strict decode)`);return n}function qt(e,t,r){be(e,t,8);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3],o=e[t+4]*16777216+(e[t+5]<<16)+(e[t+6]<<8)+e[t+7],i=(BigInt(n)<<BigInt(32))+BigInt(o);if(r.strict===!0&&i<pt[3])throw new Error(`${M} integer encoded in more bytes than necessary (strict decode)`);if(i<=Number.MAX_SAFE_INTEGER)return Number(i);if(r.allowBigInt===!0)return i;throw new Error(`${M} integers outside of the safe integer range are not supported`)}function du(e,t,r,n){return new D(m.uint,Ft(e,t+1,n),2)}function hu(e,t,r,n){return new D(m.uint,Mt(e,t+1,n),3)}function pu(e,t,r,n){return new D(m.uint,Vt(e,t+1,n),5)}function mu(e,t,r,n){return new D(m.uint,qt(e,t+1,n),9)}function $t(e,t){return gt(e,0,t.value)}function gt(e,t,r){if(r<pt[0]){let n=Number(r);e.push([t|n])}else if(r<pt[1]){let n=Number(r);e.push([t|24,n])}else if(r<pt[2]){let n=Number(r);e.push([t|25,n>>>8,n&255])}else if(r<pt[3]){let n=Number(r);e.push([t|26,n>>>24&255,n>>>16&255,n>>>8&255,n&255])}else{let n=BigInt(r);if(n<pt[4]){let o=[t|27,0,0,0,0,0,0,0],i=Number(n&BigInt(4294967295)),s=Number(n>>BigInt(32)&BigInt(4294967295));o[8]=i&255,i=i>>8,o[7]=i&255,i=i>>8,o[6]=i&255,i=i>>8,o[5]=i&255,o[4]=s&255,s=s>>8,o[3]=s&255,s=s>>8,o[2]=s&255,s=s>>8,o[1]=s&255,e.push(o)}else throw new Error(`${M} encountered BigInt larger than allowable range`)}}$t.encodedSize=function(t){return gt.encodedSize(t.value)};gt.encodedSize=function(t){return t<pt[0]?1:t<pt[1]?2:t<pt[2]?3:t<pt[3]?5:9};$t.compareTokens=function(t,r){return t.value<r.value?-1:t.value>r.value?1:0};function yu(e,t,r,n){return new D(m.negint,-1-Ft(e,t+1,n),2)}function gu(e,t,r,n){return new D(m.negint,-1-Mt(e,t+1,n),3)}function xu(e,t,r,n){return new D(m.negint,-1-Vt(e,t+1,n),5)}var Ss=BigInt(-1),wu=BigInt(1);function bu(e,t,r,n){let o=qt(e,t+1,n);if(typeof o!="bigint"){let i=-1-o;if(i>=Number.MIN_SAFE_INTEGER)return new D(m.negint,i,9)}if(n.allowBigInt!==!0)throw new Error(`${M} integers outside of the safe integer range are not supported`);return new D(m.negint,Ss-BigInt(o),9)}function ro(e,t){let r=t.value,n=typeof r=="bigint"?r*Ss-wu:r*-1-1;gt(e,t.type.majorEncoded,n)}ro.encodedSize=function(t){let r=t.value,n=typeof r=="bigint"?r*Ss-wu:r*-1-1;return n<pt[0]?1:n<pt[1]?2:n<pt[2]?3:n<pt[3]?5:9};ro.compareTokens=function(t,r){return t.value<r.value?1:t.value>r.value?-1:0};function rn(e,t,r,n){be(e,t,r+n);let o=Ar(e,t+r,t+r+n);return new D(m.bytes,o,r+n)}function Eu(e,t,r,n){return rn(e,t,1,r)}function Su(e,t,r,n){return rn(e,t,2,Ft(e,t+1,n))}function vu(e,t,r,n){return rn(e,t,3,Mt(e,t+1,n))}function Au(e,t,r,n){return rn(e,t,5,Vt(e,t+1,n))}function Iu(e,t,r,n){let o=qt(e,t+1,n);if(typeof o=="bigint")throw new Error(`${M} 64-bit integer bytes lengths not supported`);return rn(e,t,9,o)}function no(e){return e.encodedBytes===void 0&&(e.encodedBytes=e.type===m.string?cu(e.value):e.value),e.encodedBytes}function Ir(e,t){let r=no(t);gt(e,t.type.majorEncoded,r.length),e.push(r)}Ir.encodedSize=function(t){let r=no(t);return gt.encodedSize(r.length)+r.length};Ir.compareTokens=function(t,r){return ip(no(t),no(r))};function ip(e,t){return e.length<t.length?-1:e.length>t.length?1:lu(e,t)}function nn(e,t,r,n,o){let i=r+n;be(e,t,i);let s=new D(m.string,au(e,t+r,t+i),i);return o.retainStringBytes===!0&&(s.byteValue=Ar(e,t+r,t+i)),s}function Tu(e,t,r,n){return nn(e,t,1,r,n)}function Cu(e,t,r,n){return nn(e,t,2,Ft(e,t+1,n),n)}function Bu(e,t,r,n){return nn(e,t,3,Mt(e,t+1,n),n)}function Pu(e,t,r,n){return nn(e,t,5,Vt(e,t+1,n),n)}function _u(e,t,r,n){let o=qt(e,t+1,n);if(typeof o=="bigint")throw new Error(`${M} 64-bit integer string lengths not supported`);return nn(e,t,9,o,n)}var Uu=Ir;function Tr(e,t,r,n){return new D(m.array,n,r)}function Nu(e,t,r,n){return Tr(e,t,1,r)}function Ru(e,t,r,n){return Tr(e,t,2,Ft(e,t+1,n))}function Lu(e,t,r,n){return Tr(e,t,3,Mt(e,t+1,n))}function Du(e,t,r,n){return Tr(e,t,5,Vt(e,t+1,n))}function ku(e,t,r,n){let o=qt(e,t+1,n);if(typeof o=="bigint")throw new Error(`${M} 64-bit integer array lengths not supported`);return Tr(e,t,9,o)}function Ku(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${M} indefinite length items not allowed`);return Tr(e,t,1,1/0)}function oo(e,t){gt(e,m.array.majorEncoded,t.value)}oo.compareTokens=$t.compareTokens;oo.encodedSize=function(t){return gt.encodedSize(t.value)};function Cr(e,t,r,n){return new D(m.map,n,r)}function Ou(e,t,r,n){return Cr(e,t,1,r)}function Fu(e,t,r,n){return Cr(e,t,2,Ft(e,t+1,n))}function Mu(e,t,r,n){return Cr(e,t,3,Mt(e,t+1,n))}function Vu(e,t,r,n){return Cr(e,t,5,Vt(e,t+1,n))}function qu(e,t,r,n){let o=qt(e,t+1,n);if(typeof o=="bigint")throw new Error(`${M} 64-bit integer map lengths not supported`);return Cr(e,t,9,o)}function $u(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${M} indefinite length items not allowed`);return Cr(e,t,1,1/0)}function io(e,t){gt(e,m.map.majorEncoded,t.value)}io.compareTokens=$t.compareTokens;io.encodedSize=function(t){return gt.encodedSize(t.value)};function Hu(e,t,r,n){return new D(m.tag,r,1)}function zu(e,t,r,n){return new D(m.tag,Ft(e,t+1,n),2)}function ju(e,t,r,n){return new D(m.tag,Mt(e,t+1,n),3)}function Gu(e,t,r,n){return new D(m.tag,Vt(e,t+1,n),5)}function Zu(e,t,r,n){return new D(m.tag,qt(e,t+1,n),9)}function so(e,t){gt(e,m.tag.majorEncoded,t.value)}so.compareTokens=$t.compareTokens;so.encodedSize=function(t){return gt.encodedSize(t.value)};var lp=20,dp=21,hp=22,pp=23;function Yu(e,t,r,n){if(n.allowUndefined===!1)throw new Error(`${M} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new D(m.null,null,1):new D(m.undefined,void 0,1)}function Wu(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${M} indefinite length items not allowed`);return new D(m.break,void 0,1)}function vs(e,t,r){if(r){if(r.allowNaN===!1&&Number.isNaN(e))throw new Error(`${M} NaN values are not supported`);if(r.allowInfinity===!1&&(e===1/0||e===-1/0))throw new Error(`${M} Infinity values are not supported`)}return new D(m.float,e,t)}function Xu(e,t,r,n){return vs(As(e,t+1),3,n)}function Ju(e,t,r,n){return vs(Is(e,t+1),5,n)}function Qu(e,t,r,n){return vs(nf(e,t+1),9,n)}function ao(e,t,r){let n=t.value;if(n===!1)e.push([m.float.majorEncoded|lp]);else if(n===!0)e.push([m.float.majorEncoded|dp]);else if(n===null)e.push([m.float.majorEncoded|hp]);else if(n===void 0)e.push([m.float.majorEncoded|pp]);else{let o,i=!1;(!r||r.float64!==!0)&&(ef(n),o=As(Jt,1),n===o||Number.isNaN(n)?(Jt[0]=249,e.push(Jt.slice(0,3)),i=!0):(rf(n),o=Is(Jt,1),n===o&&(Jt[0]=250,e.push(Jt.slice(0,5)),i=!0))),i||(mp(n),o=nf(Jt,1),Jt[0]=251,e.push(Jt.slice(0,9)))}}ao.encodedSize=function(t,r){let n=t.value;if(n===!1||n===!0||n===null||n===void 0)return 1;if(!r||r.float64!==!0){ef(n);let o=As(Jt,1);if(n===o||Number.isNaN(n))return 3;if(rf(n),o=Is(Jt,1),n===o)return 5}return 9};var tf=new ArrayBuffer(9),Ht=new DataView(tf,1),Jt=new Uint8Array(tf,0);function ef(e){if(e===1/0)Ht.setUint16(0,31744,!1);else if(e===-1/0)Ht.setUint16(0,64512,!1);else if(Number.isNaN(e))Ht.setUint16(0,32256,!1);else{Ht.setFloat32(0,e);let t=Ht.getUint32(0),r=(t&2139095040)>>23,n=t&8388607;if(r===255)Ht.setUint16(0,31744,!1);else if(r===0)Ht.setUint16(0,(e&2147483648)>>16|n>>13,!1);else{let o=r-127;o<-24?Ht.setUint16(0,0):o<-14?Ht.setUint16(0,(t&2147483648)>>16|1<<24+o,!1):Ht.setUint16(0,(t&2147483648)>>16|o+15<<10|n>>13,!1)}}}function As(e,t){if(e.length-t<2)throw new Error(`${M} not enough data for float16`);let r=(e[t]<<8)+e[t+1];if(r===31744)return 1/0;if(r===64512)return-1/0;if(r===32256)return NaN;let n=r>>10&31,o=r&1023,i;return n===0?i=o*2**-24:n!==31?i=(o+1024)*2**(n-25):i=o===0?1/0:NaN,r&32768?-i:i}function rf(e){Ht.setFloat32(0,e,!1)}function Is(e,t){if(e.length-t<4)throw new Error(`${M} not enough data for float32`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,4).getFloat32(0,!1)}function mp(e){Ht.setFloat64(0,e,!1)}function nf(e,t){if(e.length-t<8)throw new Error(`${M} not enough data for float64`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,8).getFloat64(0,!1)}ao.compareTokens=$t.compareTokens;function Y(e,t,r){throw new Error(`${M} encountered invalid minor (${r}) for major ${e[t]>>>5}`)}function co(e){return()=>{throw new Error(`${M} ${e}`)}}var P=[];for(let e=0;e<=23;e++)P[e]=Y;P[24]=du;P[25]=hu;P[26]=pu;P[27]=mu;P[28]=Y;P[29]=Y;P[30]=Y;P[31]=Y;for(let e=32;e<=55;e++)P[e]=Y;P[56]=yu;P[57]=gu;P[58]=xu;P[59]=bu;P[60]=Y;P[61]=Y;P[62]=Y;P[63]=Y;for(let e=64;e<=87;e++)P[e]=Eu;P[88]=Su;P[89]=vu;P[90]=Au;P[91]=Iu;P[92]=Y;P[93]=Y;P[94]=Y;P[95]=co("indefinite length bytes/strings are not supported");for(let e=96;e<=119;e++)P[e]=Tu;P[120]=Cu;P[121]=Bu;P[122]=Pu;P[123]=_u;P[124]=Y;P[125]=Y;P[126]=Y;P[127]=co("indefinite length bytes/strings are not supported");for(let e=128;e<=151;e++)P[e]=Nu;P[152]=Ru;P[153]=Lu;P[154]=Du;P[155]=ku;P[156]=Y;P[157]=Y;P[158]=Y;P[159]=Ku;for(let e=160;e<=183;e++)P[e]=Ou;P[184]=Fu;P[185]=Mu;P[186]=Vu;P[187]=qu;P[188]=Y;P[189]=Y;P[190]=Y;P[191]=$u;for(let e=192;e<=215;e++)P[e]=Hu;P[216]=zu;P[217]=ju;P[218]=Gu;P[219]=Zu;P[220]=Y;P[221]=Y;P[222]=Y;P[223]=Y;for(let e=224;e<=243;e++)P[e]=co("simple values are not supported");P[244]=Y;P[245]=Y;P[246]=Y;P[247]=Yu;P[248]=co("simple values are not supported");P[249]=Xu;P[250]=Ju;P[251]=Qu;P[252]=Y;P[253]=Y;P[254]=Y;P[255]=Wu;var Qt=[];for(let e=0;e<24;e++)Qt[e]=new D(m.uint,e,1);for(let e=-1;e>=-24;e--)Qt[31-e]=new D(m.negint,e,1);Qt[64]=new D(m.bytes,new Uint8Array(0),1);Qt[96]=new D(m.string,"",1);Qt[128]=new D(m.array,0,1);Qt[160]=new D(m.map,0,1);Qt[244]=new D(m.false,!1,1);Qt[245]=new D(m.true,!0,1);Qt[246]=new D(m.null,null,1);function gp(){let e=[];return e[m.uint.major]=$t,e[m.negint.major]=ro,e[m.bytes.major]=Ir,e[m.string.major]=Uu,e[m.array.major]=oo,e[m.map.major]=io,e[m.tag.major]=so,e[m.float.major]=ao,e}var _1=gp(),U1=new eo,uo=class e{constructor(t,r){this.obj=t,this.parent=r}includes(t){let r=this;do if(r.obj===t)return!0;while(r=r.parent);return!1}static createCheck(t,r){if(t&&t.includes(r))throw new Error(`${Es} object contains circular references`);return new e(r,t)}},Re={null:new D(m.null,null),undefined:new D(m.undefined,void 0),true:new D(m.true,!0),false:new D(m.false,!1),emptyArray:new D(m.array,0),emptyMap:new D(m.map,0)},Le={number(e,t,r,n){return!Number.isInteger(e)||!Number.isSafeInteger(e)?new D(m.float,e):e>=0?new D(m.uint,e):new D(m.negint,e)},bigint(e,t,r,n){return e>=BigInt(0)?new D(m.uint,e):new D(m.negint,e)},Uint8Array(e,t,r,n){return new D(m.bytes,e)},string(e,t,r,n){return new D(m.string,e)},boolean(e,t,r,n){return e?Re.true:Re.false},null(e,t,r,n){return Re.null},undefined(e,t,r,n){return Re.undefined},ArrayBuffer(e,t,r,n){return new D(m.bytes,new Uint8Array(e))},DataView(e,t,r,n){return new D(m.bytes,new Uint8Array(e.buffer,e.byteOffset,e.byteLength))},Array(e,t,r,n){if(!e.length)return r.addBreakTokens===!0?[Re.emptyArray,new D(m.break)]:Re.emptyArray;n=uo.createCheck(n,e);let o=[],i=0;for(let s of e)o[i++]=Ts(s,r,n);return r.addBreakTokens?[new D(m.array,e.length),o,new D(m.break)]:[new D(m.array,e.length),o]},Object(e,t,r,n){let o=t!=="Object",i=o?e.keys():Object.keys(e),s=o?e.size:i.length;if(!s)return r.addBreakTokens===!0?[Re.emptyMap,new D(m.break)]:Re.emptyMap;n=uo.createCheck(n,e);let c=[],a=0;for(let l of i)c[a++]=[Ts(l,r,n),Ts(o?e.get(l):e[l],r,n)];return xp(c,r),r.addBreakTokens?[new D(m.map,s),c,new D(m.break)]:[new D(m.map,s),c]}};Le.Map=Le.Object;Le.Buffer=Le.Uint8Array;for(let e of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))Le[`${e}Array`]=Le.DataView;function Ts(e,t={},r){let n=ru(e),o=t&&t.typeEncoders&&t.typeEncoders[n]||Le[n];if(typeof o=="function"){let s=o(e,n,t,r);if(s!=null)return s}let i=Le[n];if(!i)throw new Error(`${Es} unsupported type: ${n}`);return i(e,n,t,r)}function xp(e,t){t.mapSorter&&e.sort(t.mapSorter)}var wp={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},fo=class{constructor(t,r={}){this._pos=0,this.data=t,this.options=r}pos(){return this._pos}done(){return this._pos>=this.data.length}next(){let t=this.data[this._pos],r=Qt[t];if(r===void 0){let n=P[t];if(!n)throw new Error(`${M} no decoder for major type ${t>>>5} (byte 0x${t.toString(16).padStart(2,"0")})`);let o=t&31;r=n(this.data,this._pos,o,this.options)}return this._pos+=r.encodedLength,r}},on=Symbol.for("DONE"),lo=Symbol.for("BREAK");function bp(e,t,r){let n=[];for(let o=0;o<e.value;o++){let i=Br(t,r);if(i===lo){if(e.value===1/0)break;throw new Error(`${M} got unexpected break to lengthed array`)}if(i===on)throw new Error(`${M} found array but not enough entries (got ${o}, expected ${e.value})`);n[o]=i}return n}function Ep(e,t,r){let n=r.useMaps===!0,o=n?void 0:{},i=n?new Map:void 0;for(let s=0;s<e.value;s++){let c=Br(t,r);if(c===lo){if(e.value===1/0)break;throw new Error(`${M} got unexpected break to lengthed map`)}if(c===on)throw new Error(`${M} found map but not enough entries (got ${s} [no key], expected ${e.value})`);if(n!==!0&&typeof c!="string")throw new Error(`${M} non-string keys not supported (got ${typeof c})`);if(r.rejectDuplicateMapKeys===!0&&(n&&i.has(c)||!n&&c in o))throw new Error(`${M} found repeat map key "${c}"`);let a=Br(t,r);if(a===on)throw new Error(`${M} found map but not enough entries (got ${s} [no value], expected ${e.value})`);n?i.set(c,a):o[c]=a}return n?i:o}function Br(e,t){if(e.done())return on;let r=e.next();if(r.type===m.break)return lo;if(r.type.terminal)return r.value;if(r.type===m.array)return bp(r,e,t);if(r.type===m.map)return Ep(r,e,t);if(r.type===m.tag){if(t.tags&&typeof t.tags[r.value]=="function"){let n=Br(e,t);return t.tags[r.value](n)}throw new Error(`${M} tag not supported (${r.value})`)}throw new Error("unsupported")}function of(e,t){if(!(e instanceof Uint8Array))throw new Error(`${M} data to decode must be a Uint8Array`);t=Object.assign({},wp,t);let r=t.tokenizer||new fo(e,t),n=Br(r,t);if(n===on)throw new Error(`${M} did not find any content to decode`);if(n===lo)throw new Error(`${M} got unexpected break`);return[n,e.subarray(r.pos())]}function Cs(e,t){let[r,n]=of(e,t);if(n.length>0)throw new Error(`${M} too many terminals, data makes no sense`);return r}var Ap=ve("ipns:utils"),sf=H("/ipns/");var Ip=0,Tp=18;function af(e){let t;if(e.pubKey!=null)try{t=Kc(e.pubKey)}catch(r){throw Ap.error(r),r}if(t!=null)return t}function cf(e){let t=H("ipns-signature:");return bt([t,e])}function Ye(e){return"signatureV1"in e?Xt.encode({value:H(e.value),signatureV1:e.signatureV1,validityType:e.validityType,validity:H(e.validity),sequence:e.sequence,ttl:e.ttl,pubKey:e.pubKey,signatureV2:e.signatureV2,data:e.data}):Xt.encode({pubKey:e.pubKey,signatureV2:e.signatureV2,data:e.data})}function se(e){let t=Xt.decode(e);if(t.sequence!=null&&(t.sequence=BigInt(t.sequence)),t.ttl!=null&&(t.ttl=BigInt(t.ttl)),t.signatureV2==null||t.data==null)throw new Wt("Missing data or signatureV2");let r=uf(t.data),n=Cp(r.Value),o=q(r.Validity);if(t.value!=null&&t.signatureV1!=null)return Bp(t),{value:n,validityType:Xt.ValidityType.EOL,validity:o,sequence:r.Sequence,ttl:r.TTL,pubKey:t.pubKey,signatureV1:t.signatureV1,signatureV2:t.signatureV2,data:t.data};if(t.signatureV2!=null)return{value:n,validityType:Xt.ValidityType.EOL,validity:o,sequence:r.Sequence,ttl:r.TTL,pubKey:t.pubKey,signatureV2:t.signatureV2,data:t.data};throw new Error("invalid record: does not include signatureV1 or signatureV2")}function sn(e){return bt([sf,e.bytes])}function Ee(e){let t=ue(e.slice(sf.length));if(!ho(t,Ip)&&!ho(t,Tp))throw new Xe("Multihash in IPNS key was not identity or sha2-256");return t}function uf(e){let t=Cs(e);if(t.ValidityType===0)t.ValidityType=Xt.ValidityType.EOL;else throw new Sr("The validity type is unsupported");return Number.isInteger(t.Sequence)&&(t.Sequence=BigInt(t.Sequence)),Number.isInteger(t.TTL)&&(t.TTL=BigInt(t.TTL)),t}function Cp(e){let t=q(e).trim();if(t.startsWith("/"))return t;try{return`/ipfs/${Z.decode(e).toV1().toString()}`}catch{}try{return`/ipfs/${Z.parse(t).toV1().toString()}`}catch{}throw new Jn("Value must be a valid content path starting with /")}function Bp(e){if(e.data==null)throw new Qn("Record data is missing");let t=uf(e.data);if(!rt(t.Value,e.value??new Uint8Array(0)))throw new Wt('Field "value" did not match between protobuf and CBOR');if(!rt(t.Validity,e.validity??new Uint8Array(0)))throw new Wt('Field "validity" did not match between protobuf and CBOR');if(t.ValidityType!==e.validityType)throw new Wt('Field "validityType" did not match between protobuf and CBOR');if(t.Sequence!==e.sequence)throw new Wt('Field "sequence" did not match between protobuf and CBOR');if(t.TTL!==e.ttl)throw new Wt('Field "ttl" did not match between protobuf and CBOR')}function ho(e,t){return e.code===t}var e2=ve("ipns"),r2=5*60*1e9,_p="/ipns/",n2=_p.length;var ff=Io(bs(),1);var po=ve("ipns:validator"),Up=1024*10,Np=async(e,t)=>{let r=se(t),n;try{let o=cf(r.data);n=await e.verify(o,r.signatureV2)}catch{n=!1}if(!n)throw po.error("record signature verification failed"),new Wt("Record signature verification failed");if(r.validityType===Xt.ValidityType.EOL){if(ff.default.fromString(r.validity).toDate().getTime()<Date.now())throw po.error("record has expired"),new Wn("record has expired")}else if(r.validityType!=null)throw po.error("the validity type is unsupported"),new Sr("The validity type is unsupported");po("ipns record for %s is valid",r.value)};async function lf(e,t){if(t.byteLength>Up)throw new Xn("The record is too large");let r=Ee(e),n;ho(r,0)&&(n=Fn(r));let o=se(t),i=af(o)??n;if(i==null)throw new tn("Could not extract public key from IPNS record or routing key");let s=sn(i.toMultihash());if(!rt(s,e))throw new tn("Embedded public key did not match routing key");await Np(i,t)}var mo=class extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MESSAGE_LENGTH"};async function*an(e,t={}){let r=/\r?\n/,n=new TextDecoder("utf8"),o="";for await(let i of e){if(typeof i=="string"&&(i=new TextEncoder().encode(i)),or(i)&&(i=i.subarray()),o+=n.decode(i,{stream:!0}),o.length>(t?.maxMessageLength??o.length))throw new mo("Incoming message too long");let s=o.split(r);o=s.pop()??"";for(let c=0;c<s.length;c++)yield JSON.parse(s[c])}o+=n.decode(),o!==""&&(yield JSON.parse(o))}function ae(){let e={};return e.promise=new Promise((t,r)=>{e.resolve=t,e.reject=r}),e}var Ps=Io(hf(),1);var un=class extends Error{constructor(t){super(t),this.name="TimeoutError"}},_s=class extends Error{constructor(t){super(),this.name="AbortError",this.message=t}},pf=e=>globalThis.DOMException===void 0?new _s(e):new DOMException(e),mf=e=>{let t=e.reason===void 0?pf("This operation was aborted."):e.reason;return t instanceof Error?t:pf(t)};function Us(e,t){let{milliseconds:r,fallback:n,message:o,customTimers:i={setTimeout,clearTimeout}}=t,s,c,l=new Promise((u,f)=>{if(typeof r!="number"||Math.sign(r)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${r}\``);if(t.signal){let{signal:S}=t;S.aborted&&f(mf(S)),c=()=>{f(mf(S))},S.addEventListener("abort",c,{once:!0})}if(r===Number.POSITIVE_INFINITY){e.then(u,f);return}let p=new un;s=i.setTimeout.call(void 0,()=>{if(n){try{u(n())}catch(S){f(S)}return}typeof e.cancel=="function"&&e.cancel(),o===!1?u():o instanceof Error?f(o):(p.message=o??`Promise timed out after ${r} milliseconds`,f(p))},r),(async()=>{try{u(await e)}catch(S){f(S)}})()}).finally(()=>{l.clear(),c&&t.signal&&t.signal.removeEventListener("abort",c)});return l.clear=()=>{i.clearTimeout.call(void 0,s),s=void 0},l}function Ns(e,t,r){let n=0,o=e.length;for(;o>0;){let i=Math.trunc(o/2),s=n+i;r(e[s],t)<=0?(n=++s,o-=i+1):o=i}return n}var fn=class{#t=[];enqueue(t,r){r={priority:0,...r};let n={priority:r.priority,id:r.id,run:t};if(this.size===0||this.#t[this.size-1].priority>=r.priority){this.#t.push(n);return}let o=Ns(this.#t,n,(i,s)=>s.priority-i.priority);this.#t.splice(o,0,n)}setPriority(t,r){let n=this.#t.findIndex(i=>i.id===t);if(n===-1)throw new ReferenceError(`No promise function with the id "${t}" exists in the queue.`);let[o]=this.#t.splice(n,1);this.enqueue(o.run,{priority:r,id:t})}dequeue(){return this.#t.shift()?.run}filter(t){return this.#t.filter(r=>r.priority===t.priority).map(r=>r.run)}get size(){return this.#t.length}};var ln=class extends Ps.default{#t;#r;#e=0;#a;#c;#p=0;#o;#u;#n;#m;#i=0;#f;#s;#y;#w=1n;timeout;constructor(t){if(super(),t={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:fn,...t},!(typeof t.intervalCap=="number"&&t.intervalCap>=1))throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${t.intervalCap?.toString()??""}\` (${typeof t.intervalCap})`);if(t.interval===void 0||!(Number.isFinite(t.interval)&&t.interval>=0))throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${t.interval?.toString()??""}\` (${typeof t.interval})`);this.#t=t.carryoverConcurrencyCount,this.#r=t.intervalCap===Number.POSITIVE_INFINITY||t.interval===0,this.#a=t.intervalCap,this.#c=t.interval,this.#n=new t.queueClass,this.#m=t.queueClass,this.concurrency=t.concurrency,this.timeout=t.timeout,this.#y=t.throwOnTimeout===!0,this.#s=t.autoStart===!1}get#b(){return this.#r||this.#e<this.#a}get#E(){return this.#i<this.#f}#S(){this.#i--,this.#l(),this.emit("next")}#v(){this.#x(),this.#g(),this.#u=void 0}get#A(){let t=Date.now();if(this.#o===void 0){let r=this.#p-t;if(r<0)this.#e=this.#t?this.#i:0;else return this.#u===void 0&&(this.#u=setTimeout(()=>{this.#v()},r)),!0}return!1}#l(){if(this.#n.size===0)return this.#o&&clearInterval(this.#o),this.#o=void 0,this.emit("empty"),this.#i===0&&this.emit("idle"),!1;if(!this.#s){let t=!this.#A;if(this.#b&&this.#E){let r=this.#n.dequeue();return r?(this.emit("active"),r(),t&&this.#g(),!0):!1}}return!1}#g(){this.#r||this.#o!==void 0||(this.#o=setInterval(()=>{this.#x()},this.#c),this.#p=Date.now()+this.#c)}#x(){this.#e===0&&this.#i===0&&this.#o&&(clearInterval(this.#o),this.#o=void 0),this.#e=this.#t?this.#i:0,this.#d()}#d(){for(;this.#l(););}get concurrency(){return this.#f}set concurrency(t){if(!(typeof t=="number"&&t>=1))throw new TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${t}\` (${typeof t})`);this.#f=t,this.#d()}async#I(t){return new Promise((r,n)=>{t.addEventListener("abort",()=>{n(t.reason)},{once:!0})})}setPriority(t,r){this.#n.setPriority(t,r)}async add(t,r={}){return r.id??=(this.#w++).toString(),r={timeout:this.timeout,throwOnTimeout:this.#y,...r},new Promise((n,o)=>{this.#n.enqueue(async()=>{this.#i++,this.#e++;try{r.signal?.throwIfAborted();let i=t({signal:r.signal});r.timeout&&(i=Us(Promise.resolve(i),{milliseconds:r.timeout})),r.signal&&(i=Promise.race([i,this.#I(r.signal)]));let s=await i;n(s),this.emit("completed",s)}catch(i){if(i instanceof un&&!r.throwOnTimeout){n();return}o(i),this.emit("error",i)}finally{this.#S()}},r),this.emit("add"),this.#l()})}async addAll(t,r){return Promise.all(t.map(async n=>this.add(n,r)))}start(){return this.#s?(this.#s=!1,this.#d(),this):this}pause(){this.#s=!0}clear(){this.#n=new this.#m}async onEmpty(){this.#n.size!==0&&await this.#h("empty")}async onSizeLessThan(t){this.#n.size<t||await this.#h("next",()=>this.#n.size<t)}async onIdle(){this.#i===0&&this.#n.size===0||await this.#h("idle")}async#h(t,r){return new Promise(n=>{let o=()=>{r&&!r()||(this.off(t,o),n())};this.on(t,o)})}get size(){return this.#n.size}sizeBy(t){return this.#n.filter(t).length}get pending(){return this.#i}get isPaused(){return this.#s}};var Pr=class extends Error{static name="InvalidRequestError";constructor(t="Invalid request"){super(t),this.name="InvalidRequestError"}},te=class extends Error{static name="BadResponseError";constructor(t="Bad response"){super(t),this.name="BadResponseError"}};function Dp(e){return e[Symbol.asyncIterator]!=null}function kp(e){if(Dp(e))return(async()=>{for await(let t of e)return t})();for(let t of e)return t}var go=kp;function Kp(e){let[t,r]=e[Symbol.asyncIterator]!=null?[e[Symbol.asyncIterator](),Symbol.asyncIterator]:[e[Symbol.iterator](),Symbol.iterator],n=[];return{peek:()=>t.next(),push:o=>{n.push(o)},next:()=>n.length>0?{done:!1,value:n.shift()}:t.next(),[r](){return this}}}var yf=Kp;function Op(e){return e[Symbol.asyncIterator]!=null}function Fp(e,t){let r=0;if(Op(e))return async function*(){for await(let a of e)yield t(a,r++)}();let n=yf(e),{value:o,done:i}=n.next();if(i===!0)return function*(){}();let s=t(o,r++);if(typeof s.then=="function")return async function*(){yield await s;for await(let a of n)yield t(a,r++)}();let c=t;return function*(){yield s;for(let a of n)yield c(a,r++)}()}var xo=Fp;var gf=H("/ipns/");function xf(e){return rt(e.subarray(0,gf.byteLength),gf)}var wo=class{client;constructor(t){this.client=t}async*findProviders(t,r={}){yield*xo(this.client.getProviders(t,r),n=>({id:n.ID,multiaddrs:n.Addrs??[]}))}async provide(){}async cancelReprovide(){}async put(t,r,n){if(!xf(t))return;let o=Ee(t),i=Z.createV1(114,o),s=se(r);await this.client.putIPNS(i,s,n)}async get(t,r){if(!xf(t))throw new Pt("Not found");let n=Ee(t),o=Z.createV1(114,n);try{let i=await this.client.getIPNS(o,r);return Ye(i)}catch(i){throw i.name==="BadResponseError"?new Pt("Not found"):i}}},bo=class{client;constructor(t){this.client=t}async findPeer(t,r={}){let n=await go(this.client.getPeers(t,r));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new Pt("Not found")}async*getClosestPeers(t,r={}){}};var xt=ve("delegated-routing-v1-http-api-client"),Eo={concurrentRequests:4,timeout:3e4,cacheTTL:5*60*1e3,cacheName:"delegated-routing-v1-cache"},So=class{started;httpQueue;shutDownController;clientUrl;timeout;contentRouting;peerRouting;filterAddrs;filterProtocols;inFlightRequests;cacheName;cache;cacheTTL;constructor(t,r={}){this.started=!1,this.shutDownController=new AbortController,this.shutDownController.signal,this.httpQueue=new ln({concurrency:r.concurrentRequests??Eo.concurrentRequests}),this.inFlightRequests=new Map,this.clientUrl=t instanceof URL?t:new URL(t),this.timeout=r.timeout??Eo.timeout,this.filterAddrs=r.filterAddrs,this.filterProtocols=r.filterProtocols,this.contentRouting=new wo(this),this.peerRouting=new bo(this),this.cacheName=r.cacheName??Eo.cacheName,this.cacheTTL=r.cacheTTL??Eo.cacheTTL}get[js](){return this.contentRouting}get[Gs](){return this.peerRouting}isStarted(){return this.started}async start(){this.started||(this.started=!0,this.cacheTTL>0&&(this.cache=await globalThis.caches?.open(this.cacheName),this.cache!=null&&xt("cache enabled with ttl %d",this.cacheTTL)))}async stop(){this.httpQueue.clear(),this.shutDownController.abort(),await globalThis.caches?.delete(this.cacheName),this.started=!1}async*getProviders(t,r={}){xt("getProviders starts: %c",t);let n=AbortSignal.timeout(this.timeout),o=Qr([this.shutDownController.signal,n,r.signal]);let i=ae(),s=ae();this.httpQueue.add(async()=>(i.resolve(),s.promise));try{await i.promise;let c=new URL(`${this.clientUrl}routing/v1/providers/${t.toString()}`);this.#r(c,r.filterAddrs,r.filterProtocols);let a={headers:{Accept:"application/x-ndjson"},signal:o},l=await this.#e(c.toString(),a);if(l==null)throw new te("No response received");if(!l.ok)throw l.status===404?new Pt("No matching records found"):l.status===422?new Pr("Request does not conform to schema or semantic constraints"):new te(`Unexpected status code: ${l.status}`);if(l.body==null)throw new te("Routing response had no body");let u=l.headers.get("Content-Type");if(u==null)throw new te("No Content-Type header received");if(u?.startsWith("application/json")){let f=await l.json();for(let p of f.Providers){let S=this.#t(p);S!=null&&(yield S)}}else if(u.includes("application/x-ndjson"))for await(let f of an(Yn(l.body))){let p=this.#t(f);p!=null&&(yield p)}else throw new te(`Unsupported Content-Type: ${u}`)}finally{o.clear(),s.resolve(),xt("getProviders finished: %c",t)}}async*getPeers(t,r={}){xt("getPeers starts: %c",t);let n=AbortSignal.timeout(this.timeout),o=Qr([this.shutDownController.signal,n,r.signal]);let i=ae(),s=ae();this.httpQueue.add(async()=>(i.resolve(),s.promise));try{await i.promise;let c=new URL(`${this.clientUrl}routing/v1/peers/${t.toCID().toString()}`);this.#r(c,r.filterAddrs,r.filterProtocols);let a={headers:{Accept:"application/x-ndjson"},signal:o},l=await this.#e(c.toString(),a);if(l.status===404)throw new Pt("No matching records found");if(l.status===422)throw new Pr("Request does not conform to schema or semantic constraints");if(l.body==null)throw new te("Routing response had no body");if(l.headers.get("Content-Type")==="application/json"){let f=await l.json();for(let p of f.Peers){let S=this.#t(p);S!=null&&(yield S)}}else for await(let f of an(Yn(l.body))){let p=this.#t(f);p!=null&&(yield p)}}catch(c){xt.error("getPeers errored:",c)}finally{o.clear(),s.resolve(),xt("getPeers finished: %c",t)}}async getIPNS(t,r={}){xt("getIPNS starts: %s",t);let n=AbortSignal.timeout(this.timeout),o=Qr([this.shutDownController.signal,n,r.signal]);let i=ae(),s=ae();this.httpQueue.add(async()=>(i.resolve(),s.promise));let c=`${this.clientUrl}routing/v1/ipns/${t}`;try{await i.promise;let a={headers:{Accept:"application/vnd.ipfs.ipns-record"},signal:o},l=await this.#e(c,a);if(xt("getIPNS GET %s %d",c,l.status),l.status===404)throw new Pt("No matching records found");if(l.status===422)throw new Pr("Request does not conform to schema or semantic constraints");if(l.body==null)throw new te("GET ipns response had no body");let u=await l.arrayBuffer(),f=new Uint8Array(u,0,u.byteLength);return r.validate!==!1&&await lf(sn(t.multihash),f),se(f)}catch(a){throw xt.error("getIPNS GET %s error:",c,a),a}finally{o.clear(),s.resolve(),xt("getIPNS finished: %s",t)}}async putIPNS(t,r,n={}){xt("putIPNS starts: %c",t);let o=AbortSignal.timeout(this.timeout),i=Qr([this.shutDownController.signal,o,n.signal]);let s=ae(),c=ae();this.httpQueue.add(async()=>(s.resolve(),c.promise));let a=`${this.clientUrl}routing/v1/ipns/${t}`;try{await s.promise;let l=Ye(r),u={method:"PUT",headers:{"Content-Type":"application/vnd.ipfs.ipns-record"},body:l,signal:i},f=await this.#e(a,u);if(xt("putIPNS PUT %s %d",a,f.status),f.status!==200)throw new te("PUT ipns response had status other than 200")}catch(l){throw xt.error("putIPNS PUT %s error:",a,l.stack),l}finally{i.clear(),c.resolve(),xt("putIPNS finished: %c",t)}}#t(t){try{let r=[],n=t.Addrs?.map(Ge)??[];return t.Protocols!=null&&r.push(...t.Protocols),t.Protocol!=null&&(r.push(t.Protocol),delete t.Protocol),{...t,Schema:"peer",ID:Mc(t.ID),Addrs:n,Protocols:r}}catch(r){xt.error("could not conform record to peer schema",r)}}#r(t,r,n){if(r!=null||this.filterAddrs!=null){let o=r?.join(",")??this.filterAddrs?.join(",")??"";o!==""&&t.searchParams.set("filter-addrs",o)}if(n!=null||this.filterProtocols!=null){let o=n?.join(",")??this.filterProtocols?.join(",")??"";o!==""&&t.searchParams.set("filter-protocols",o)}}async#e(t,r){let n=r.method??"GET",o=`${n}-${t}`;if(n==="GET"){let a=await this.cache?.match(t);if(a!=null){if(parseInt(a.headers.get("x-cache-expires")??"0",10)>Date.now())return xt("returning cached response for %s",o),a;await this.cache?.delete(t)}}let i=this.inFlightRequests.get(o);if(i!=null){let a=await i;return xt("deduplicating outgoing request for %s",o),a.clone()}let s=fetch(t,r).then(async a=>{if(this.cache!=null&&a.ok&&n==="GET"){let l=Date.now()+this.cacheTTL,u=new Headers(a.headers);u.set("x-cache-expires",l.toString());let f=new Response(a.clone().body,{status:a.status,statusText:a.statusText,headers:u});await this.cache.put(t,f)}return a}).finally(()=>{this.inFlightRequests.delete(o)});return this.inFlightRequests.set(o,s),await s}};function wf(e,t={}){return new So(new URL(e),t)}function vo(){return{filterProtocols:["unknown","transport-bitswap","transport-ipfs-gateway-http"],filterAddrs:["https","webtransport","webrtc","webrtc-direct","wss","tls"]}}var bf=H("/ipns/");function Ef(e){return rt(e.subarray(0,bf.byteLength),bf)}var Rs=class{client;constructor(t,r={}){this.client=wf(t,r)}async provide(t,r){}async cancelReprovide(t,r){}async*findProviders(t,r){yield*xo(this.client.getProviders(t,r),n=>({id:n.ID,multiaddrs:n.Addrs,protocols:n.Protocols}))}async put(t,r,n){if(!Ef(t))return;let o=Ee(t),i=Z.createV1(114,o),s=se(r);await this.client.putIPNS(i,s,n)}async get(t,r){if(!Ef(t))throw new Pt("Not found");let n=Ee(t),o=Z.createV1(114,n);try{let i=await this.client.getIPNS(o,r);return Ye(i)}catch(i){throw i.name==="BadResponseError"?new Pt("Not found"):i}}async findPeer(t,r){let n=await go(this.client.getPeers(t,r));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new Pt("Not found")}async*getClosestPeers(t,r){}};function Sf(e,t){let r=t??vo();return new Rs(new URL(e),r)}var vf="[a-fA-F\\d:]",De=e=>e&&e.includeBoundaries?`(?:(?<=\\s|^)(?=${vf})|(?<=${vf})(?=\\s|$))`:"",ee="(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}",ft="[a-fA-F\\d]{1,4}",Ao=`
|
|
2
|
+
"use strict";var HeliaRouters=(()=>{var il=Object.create;var Cn=Object.defineProperty;var sl=Object.getOwnPropertyDescriptor;var al=Object.getOwnPropertyNames;var cl=Object.getPrototypeOf,ul=Object.prototype.hasOwnProperty;var ha=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Et=(e,t)=>{for(var r in t)Cn(e,r,{get:t[r],enumerable:!0})},pa=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of al(t))!ul.call(e,o)&&o!==r&&Cn(e,o,{get:()=>t[o],enumerable:!(n=sl(t,o))||n.enumerable});return e};var Ho=(e,t,r)=>(r=e!=null?il(cl(e)):{},pa(t||!e||!e.__esModule?Cn(r,"default",{value:e,enumerable:!0}):r,e)),fl=e=>pa(Cn({},"__esModule",{value:!0}),e);var $s=ha((e2,Vs)=>{var t2=function(){typeof Vs<"u"&&(Vs.exports=w);var e=86400,t=3200,r=146097*t/400,n=e*r,o=1e3*n,i=864e13,s=4294967296,a=1e6,c="000000000",u=Math.trunc||function(I){var A=I-I%1;return A==0&&(I<0||I===0&&1/I!=1/0)?-0:A},f=w.prototype,l=(w.fromDate=function(I){return new w(+I)},w.fromInt64BE=L(0,1,2,3,0,4),w.fromInt64LE=L(3,2,1,0,4,0),w.fromString=function(p){var A,m=new w,p=(p+="").replace(/^\s*[+\-]?\d+/,function(v){var v=+v,N=1970+(v-1970)%400;return m.year=v-N,N}).replace(/(?:Z|([+\-]\d{2}):?(\d{2}))$/,function(y,v,N){return v<0&&(N*=-1),A=6e4*(60*+v+ +N),""}).replace(/\.\d+$/,function(y){return m.nano=+(y+c).substr(1,9),""}).split(/\D+/);if(1<p.length?p[1]--:p[1]=0,m.time=A=Date.UTC.apply(Date,p)-(A||0),isNaN(A))throw new TypeError("Invalid Date");return x(m)},w.fromTimeT=function(I){return R(I,0)},f.year=0,f.time=0,f.nano=0,f.addNano=function(I){return this.nano+=+I||0,this},f.getNano=function(){var I=x(this);return(I.time%1e3*a+ +I.nano+1e9)%1e9},f.getTimeT=function(){var A=x(this),I=Math.floor(A.time/1e3),A=A.year;return A&&(I+=A*r*e/t),I},f.getYear=function(){return this.toDate().getUTCFullYear()+this.year},f.toDate=function(){return T(x(this).time)},f.toJSON=function(){return this.toString().replace(/0{1,6}Z$/,"Z")},f.toString=function(I){var A=this,m=A.toDate(),p={H:function(){return _(m.getUTCHours())},L:function(){return k(m.getUTCMilliseconds(),3)},M:function(){return _(m.getUTCMinutes())},N:function(){return k(A.getNano(),9)},S:function(){return _(m.getUTCSeconds())},Y:function(){var y=A.getYear();return 999999<y?"+"+y:9999<y?"+"+k(y,6):0<=y?k(y,4):-999999<=y?"-"+k(-y,6):y},a:function(){return h[m.getUTCDay()]},b:function(){return d[m.getUTCMonth()]},d:function(){return _(m.getUTCDate())},e:function(){return function(y){return(9<y?"":" ")+(0|y)}(m.getUTCDate())},m:function(){return _(m.getUTCMonth()+1)}};return function y(v){return v.replace(/%./g,function(N){var g=N[1],D=S[g],g=p[g];return D?y(D):g?g():N})}(I||l)},f.writeInt64BE=P(0,1,2,3,0,4),f.writeInt64LE=P(3,2,1,0,4,0),"%Y-%m-%dT%H:%M:%S.%NZ"),d=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],h=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],S={"%":"%",F:"%Y-%m-%d",n:`
|
|
3
|
+
`,R:"%H:%M",T:"%H:%M:%S",t:" ",X:"%T",Z:"GMT",z:"+0000"};return w;function w(I,A,m){var p=this;if(!(p instanceof w))return new w(I,A,m);p.time=+I||0,p.nano=+A||0,p.year=+m||0,x(p)}function x(I){var A,m,p,y=I.year,v=I.time,N=I.nano,D=((N<0||a<=N)&&(N-=(m=Math.floor(N/a))*a,v+=m,m=1),y%t);return(v<-i||i<v||D)&&((A=u(v/o))&&(y+=A*t,v-=A*o),(p=T(v)).setUTCFullYear(D+p.getUTCFullYear()),p=(v=+p)+(A=u((y-=D)/t))*o,A&&-i<=p&&p<=i&&(y-=A*t,v=p),m=1),m&&(I.year=y,I.time=v,I.nano=N),I}function T(I){var A=new Date(0);return A.setTime(I),A}function R(y,p){y=+y||0;var m=u((p=(p|0)*s)/n)+u(y/n),p=p%n+y%n,y=u(p/n);return y&&(m+=y,p-=y*n),new w(1e3*p,0,m*t)}function P(I,A,m,p,y,v){return function(D,g){var C=x(this);D=D||new Array(8),K(D,g|=0);var U=Math.floor(C.time/1e3),C=C.year*(r*e/t),b=u(C/s)+u(U/s),C=C%s+U%s,U=Math.floor(C/s);return U&&(b+=U,C-=U*s),N(D,g+y,b),N(D,g+v,C),D};function N(D,g,b){D[g+I]=b>>24&255,D[g+A]=b>>16&255,D[g+m]=b>>8&255,D[g+p]=255&b}}function L(I,A,m,p,y,v){return function(D,g){K(D,g|=0);var b=N(D,g+y);return R(N(D,g+v),b)};function N(D,g){return 16777216*D[g+I]+(D[g+A]<<16|D[g+m]<<8|D[g+p])}}function K(I,A){if(I=I&&I.length,I==null)throw new TypeError("Invalid Buffer");if(I<A+8)throw new RangeError("Out of range")}function _(I){return(9<I?"":"0")+(0|I)}function k(I,A){return(c+(0|I)).substr(-A)}}()});var Mf=ha((zE,Ws)=>{"use strict";var K0=Object.prototype.hasOwnProperty,bt="~";function vn(){}Object.create&&(vn.prototype=Object.create(null),new vn().__proto__||(bt=!1));function F0(e,t,r){this.fn=e,this.context=t,this.once=r||!1}function Ff(e,t,r,n,o){if(typeof r!="function")throw new TypeError("The listener must be a function");var i=new F0(r,n||e,o),s=bt?bt+t:t;return e._events[s]?e._events[s].fn?e._events[s]=[e._events[s],i]:e._events[s].push(i):(e._events[s]=i,e._eventsCount++),e}function Lo(e,t){--e._eventsCount===0?e._events=new vn:delete e._events[t]}function xt(){this._events=new vn,this._eventsCount=0}xt.prototype.eventNames=function(){var t=[],r,n;if(this._eventsCount===0)return t;for(n in r=this._events)K0.call(r,n)&&t.push(bt?n.slice(1):n);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(r)):t};xt.prototype.listeners=function(t){var r=bt?bt+t:t,n=this._events[r];if(!n)return[];if(n.fn)return[n.fn];for(var o=0,i=n.length,s=new Array(i);o<i;o++)s[o]=n[o].fn;return s};xt.prototype.listenerCount=function(t){var r=bt?bt+t:t,n=this._events[r];return n?n.fn?1:n.length:0};xt.prototype.emit=function(t,r,n,o,i,s){var a=bt?bt+t:t;if(!this._events[a])return!1;var c=this._events[a],u=arguments.length,f,l;if(c.fn){switch(c.once&&this.removeListener(t,c.fn,void 0,!0),u){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,r),!0;case 3:return c.fn.call(c.context,r,n),!0;case 4:return c.fn.call(c.context,r,n,o),!0;case 5:return c.fn.call(c.context,r,n,o,i),!0;case 6:return c.fn.call(c.context,r,n,o,i,s),!0}for(l=1,f=new Array(u-1);l<u;l++)f[l-1]=arguments[l];c.fn.apply(c.context,f)}else{var d=c.length,h;for(l=0;l<d;l++)switch(c[l].once&&this.removeListener(t,c[l].fn,void 0,!0),u){case 1:c[l].fn.call(c[l].context);break;case 2:c[l].fn.call(c[l].context,r);break;case 3:c[l].fn.call(c[l].context,r,n);break;case 4:c[l].fn.call(c[l].context,r,n,o);break;default:if(!f)for(h=1,f=new Array(u-1);h<u;h++)f[h-1]=arguments[h];c[l].fn.apply(c[l].context,f)}}return!0};xt.prototype.on=function(t,r,n){return Ff(this,t,r,n,!1)};xt.prototype.once=function(t,r,n){return Ff(this,t,r,n,!0)};xt.prototype.removeListener=function(t,r,n,o){var i=bt?bt+t:t;if(!this._events[i])return this;if(!r)return Lo(this,i),this;var s=this._events[i];if(s.fn)s.fn===r&&(!o||s.once)&&(!n||s.context===n)&&Lo(this,i);else{for(var a=0,c=[],u=s.length;a<u;a++)(s[a].fn!==r||o&&!s[a].once||n&&s[a].context!==n)&&c.push(s[a]);c.length?this._events[i]=c.length===1?c[0]:c:Lo(this,i)}return this};xt.prototype.removeAllListeners=function(t){var r;return t?(r=bt?bt+t:t,this._events[r]&&Lo(this,r)):(this._events=new vn,this._eventsCount=0),this};xt.prototype.off=xt.prototype.removeListener;xt.prototype.addListener=xt.prototype.on;xt.prefixed=bt;xt.EventEmitter=xt;typeof Ws<"u"&&(Ws.exports=xt)});var am={};Et(am,{delegatedHTTPRouting:()=>Yf,delegatedHTTPRoutingDefaults:()=>$o,httpGatewayRouting:()=>nl,libp2pRouting:()=>ol});var ma=Symbol.for("@libp2p/content-routing");var zo=Symbol.for("@libp2p/peer-id");var ya=Symbol.for("@libp2p/peer-routing");var it=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},rr=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var St=class extends Error{static name="NotFoundError";constructor(t="Not found"){super(t),this.name="NotFoundError"}};var Bn=class extends Error{static name="InvalidCIDError";constructor(t="Invalid CID"){super(t),this.name="InvalidCIDError"}},nr=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var or=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var Wo={};Et(Wo,{base32:()=>Qt,base32hex:()=>bl,base32hexpad:()=>Sl,base32hexpadupper:()=>vl,base32hexupper:()=>El,base32pad:()=>xl,base32padupper:()=>wl,base32upper:()=>gl,base32z:()=>Al});var hm=new Uint8Array(0);function ga(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}function se(e){if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")}function xa(e){return new TextEncoder().encode(e)}function wa(e){return new TextDecoder().decode(e)}function ll(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var o=0;o<e.length;o++){var i=e.charAt(o),s=i.charCodeAt(0);if(r[s]!==255)throw new TypeError(i+" is ambiguous");r[s]=o}var a=e.length,c=e.charAt(0),u=Math.log(a)/Math.log(256),f=Math.log(256)/Math.log(a);function l(S){if(S instanceof Uint8Array||(ArrayBuffer.isView(S)?S=new Uint8Array(S.buffer,S.byteOffset,S.byteLength):Array.isArray(S)&&(S=Uint8Array.from(S))),!(S instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(S.length===0)return"";for(var w=0,x=0,T=0,R=S.length;T!==R&&S[T]===0;)T++,w++;for(var P=(R-T)*f+1>>>0,L=new Uint8Array(P);T!==R;){for(var K=S[T],_=0,k=P-1;(K!==0||_<x)&&k!==-1;k--,_++)K+=256*L[k]>>>0,L[k]=K%a>>>0,K=K/a>>>0;if(K!==0)throw new Error("Non-zero carry");x=_,T++}for(var I=P-x;I!==P&&L[I]===0;)I++;for(var A=c.repeat(w);I<P;++I)A+=e.charAt(L[I]);return A}function d(S){if(typeof S!="string")throw new TypeError("Expected String");if(S.length===0)return new Uint8Array;var w=0;if(S[w]!==" "){for(var x=0,T=0;S[w]===c;)x++,w++;for(var R=(S.length-w)*u+1>>>0,P=new Uint8Array(R);S[w];){var L=r[S.charCodeAt(w)];if(L===255)return;for(var K=0,_=R-1;(L!==0||K<T)&&_!==-1;_--,K++)L+=a*P[_]>>>0,P[_]=L%256>>>0,L=L/256>>>0;if(L!==0)throw new Error("Non-zero carry");T=K,w++}if(S[w]!==" "){for(var k=R-T;k!==R&&P[k]===0;)k++;for(var I=new Uint8Array(x+(R-k)),A=x;k!==R;)I[A++]=P[k++];return I}}}function h(S){var w=d(S);if(w)return w;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:d,decode:h}}var dl=ll,hl=dl,Ea=hl;var jo=class{name;prefix;baseEncode;constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Go=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,r,n){this.name=t,this.prefix=r;let o=r.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 Sa(this,t)}},Zo=class{decoders;constructor(t){this.decoders=t}or(t){return Sa(this,t)}decode(t){let r=t[0],n=this.decoders[r];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 Sa(e,t){return new Zo({...e.decoders??{[e.prefix]:e},...t.decoders??{[t.prefix]:t}})}var Yo=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new jo(t,r,n),this.decoder=new Go(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function ir({name:e,prefix:t,encode:r,decode:n}){return new Yo(e,t,r,n)}function Ie({name:e,prefix:t,alphabet:r}){let{encode:n,decode:o}=Ea(r,e);return ir({prefix:t,name:e,encode:n,decode:i=>se(o(i))})}function pl(e,t,r,n){let o=e.length;for(;e[o-1]==="=";)--o;let i=new Uint8Array(o*r/8|0),s=0,a=0,c=0;for(let u=0;u<o;++u){let f=t[e[u]];if(f===void 0)throw new SyntaxError(`Non-${n} character`);a=a<<r|f,s+=r,s>=8&&(s-=8,i[c++]=255&a>>s)}if(s>=r||(255&a<<8-s)!==0)throw new SyntaxError("Unexpected end of data");return i}function ml(e,t,r){let n=t[t.length-1]==="=",o=(1<<r)-1,i="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,i+=t[o&a>>s];if(s!==0&&(i+=t[o&a<<r-s]),n)for(;(i.length*r&7)!==0;)i+="=";return i}function yl(e){let t={};for(let r=0;r<e.length;++r)t[e[r]]=r;return t}function et({name:e,prefix:t,bitsPerChar:r,alphabet:n}){let o=yl(n);return ir({prefix:t,name:e,encode(i){return ml(i,n,r)},decode(i){return pl(i,o,r,e)}})}var Qt=et({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),gl=et({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),xl=et({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),wl=et({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),bl=et({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),El=et({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Sl=et({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),vl=et({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Al=et({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Xo={};Et(Xo,{base58btc:()=>W,base58flickr:()=>Il});var W=Ie({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Il=Ie({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var ti={};Et(ti,{base64:()=>Jo,base64pad:()=>Tl,base64url:()=>Qo,base64urlpad:()=>Cl});var Jo=et({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Tl=et({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Qo=et({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Cl=et({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});function Bl(e,t){try{if(typeof e=="string"&&e.length>0)return _l(e);if(typeof e=="number"&&isFinite(e))return t?.long?Dl(e):Pl(e);throw new Error("Value is not a string or number.")}catch(r){let n=Rl(r)?`${r.message}. value=${JSON.stringify(e)}`:"An unknown error has occured.";throw new Error(n)}}function _l(e){if(e=String(e),e.length>100)throw new Error("Value exceeds the maximum length of 100 characters.");let t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!t)return NaN;let r=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*315576e5;case"weeks":case"week":case"w":return r*6048e5;case"days":case"day":case"d":return r*864e5;case"hours":case"hour":case"hrs":case"hr":case"h":return r*36e5;case"minutes":case"minute":case"mins":case"min":case"m":return r*6e4;case"seconds":case"second":case"secs":case"sec":case"s":return r*1e3;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:throw new Error(`The unit ${n} was matched, but no matching case exists.`)}}var Pn=Bl;function Pl(e){let t=Math.abs(e);return t>=864e5?`${Math.round(e/864e5)}d`:t>=36e5?`${Math.round(e/36e5)}h`:t>=6e4?`${Math.round(e/6e4)}m`:t>=1e3?`${Math.round(e/1e3)}s`:`${e}ms`}function Dl(e){let t=Math.abs(e);return t>=864e5?_n(e,t,864e5,"day"):t>=36e5?_n(e,t,36e5,"hour"):t>=6e4?_n(e,t,6e4,"minute"):t>=1e3?_n(e,t,1e3,"second"):`${e} ms`}function _n(e,t,r,n){let o=t>=r*1.5;return`${Math.round(e/r)} ${n}${o?"s":""}`}function Rl(e){return typeof e=="object"&&e!==null&&"message"in e}function ei(e){r.debug=r,r.default=r,r.coerce=c,r.disable=i,r.enable=o,r.enabled=s,r.humanize=Pn,r.destroy=u,Object.keys(e).forEach(f=>{r[f]=e[f]}),r.names=[],r.skips=[],r.formatters={};function t(f){let l=0;for(let d=0;d<f.length;d++)l=(l<<5)-l+f.charCodeAt(d),l|=0;return r.colors[Math.abs(l)%r.colors.length]}r.selectColor=t;function r(f){let l,d=null,h,S;function w(...x){if(!w.enabled)return;let T=w,R=Number(new Date),P=R-(l||R);T.diff=P,T.prev=l,T.curr=R,l=R,x[0]=r.coerce(x[0]),typeof x[0]!="string"&&x.unshift("%O");let L=0;x[0]=x[0].replace(/%([a-zA-Z%])/g,(_,k)=>{if(_==="%%")return"%";L++;let I=r.formatters[k];if(typeof I=="function"){let A=x[L];_=I.call(T,A),x.splice(L,1),L--}return _}),r.formatArgs.call(T,x),(T.log||r.log).apply(T,x)}return w.namespace=f,w.useColors=r.useColors(),w.color=r.selectColor(f),w.extend=n,w.destroy=r.destroy,Object.defineProperty(w,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(h!==r.namespaces&&(h=r.namespaces,S=r.enabled(f)),S),set:x=>{d=x}}),typeof r.init=="function"&&r.init(w),w}function n(f,l){let d=r(this.namespace+(typeof l>"u"?":":l)+f);return d.log=this.log,d}function o(f){r.save(f),r.namespaces=f,r.names=[],r.skips=[];let l,d=(typeof f=="string"?f:"").split(/[\s,]+/),h=d.length;for(l=0;l<h;l++)d[l]&&(f=d[l].replace(/\*/g,".*?"),f[0]==="-"?r.skips.push(new RegExp("^"+f.substr(1)+"$")):r.names.push(new RegExp("^"+f+"$")))}function i(){let f=[...r.names.map(a),...r.skips.map(a).map(l=>"-"+l)].join(",");return r.enable(""),f}function s(f){if(f[f.length-1]==="*")return!0;let l,d;for(l=0,d=r.skips.length;l<d;l++)if(r.skips[l].test(f))return!1;for(l=0,d=r.names.length;l<d;l++)if(r.names[l].test(f))return!0;return!1}function a(f){return f.toString().substring(2,f.toString().length-2).replace(/\.\*\?$/,"*")}function c(f){return f instanceof Error?f.stack??f.message:f}function u(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.setupFormatters(r.formatters),r.enable(r.load()),r}var Dn=Fl(),Nl=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function Ul(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent?.toLowerCase().match(/(edge|trident)\/(\d+)/)!=null?!1:typeof document<"u"&&document.documentElement?.style?.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent?.toLowerCase().match(/firefox\/(\d+)/)!=null&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent?.toLowerCase().match(/applewebkit\/(\d+)/)}function Ll(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+Pn(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let r=0,n=0;e[0].replace(/%[a-zA-Z%]/g,o=>{o!=="%%"&&(r++,o==="%c"&&(n=r))}),e.splice(n,0,t)}var Ol=console.debug??console.log??(()=>{});function kl(e){try{e?Dn?.setItem("debug",e):Dn?.removeItem("debug")}catch{}}function Kl(){let e;try{e=Dn?.getItem("debug")}catch{}return!e&&typeof globalThis.process<"u"&&"env"in globalThis.process&&(e=globalThis.process.env.DEBUG),e}function Fl(){try{return localStorage}catch{}}function Ml(e){e.j=function(t){try{return JSON.stringify(t)}catch(r){return"[UnexpectedJSONParseError]: "+r.message}}}var va=ei({formatArgs:Ll,save:kl,load:Kl,useColors:Ul,setupFormatters:Ml,colors:Nl,storage:Dn,log:Ol});var vt=va;vt.formatters.b=e=>e==null?"undefined":W.baseEncode(e);vt.formatters.t=e=>e==null?"undefined":Qt.baseEncode(e);vt.formatters.m=e=>e==null?"undefined":Jo.baseEncode(e);vt.formatters.p=e=>e==null?"undefined":e.toString();vt.formatters.c=e=>e==null?"undefined":e.toString();vt.formatters.k=e=>e==null?"undefined":e.toString();vt.formatters.a=e=>e==null?"undefined":e.toString();vt.formatters.e=e=>e==null?"undefined":Aa(e.stack)??Aa(e.message)??e.toString();function Vl(e){let t=()=>{};return t.enabled=!1,t.color="",t.diff=0,t.log=()=>{},t.namespace=e,t.destroy=()=>!0,t.extend=()=>t,t}function Te(e){let t=Vl(`${e}:trace`);return vt.enabled(`${e}:trace`)&&vt.names.map(r=>r.toString()).find(r=>r.includes(":trace"))!=null&&(t=vt(`${e}:trace`)),Object.assign(vt(e),{error:vt(`${e}:error`),trace:t})}function Aa(e){if(e!=null&&(e=e.trim(),e.length!==0))return e}var ri={};Et(ri,{base36:()=>sr,base36upper:()=>$l});var sr=Ie({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),$l=Ie({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var ql=Ca,Ia=128,Hl=127,zl=~Hl,jl=Math.pow(2,31);function Ca(e,t,r){t=t||[],r=r||0;for(var n=r;e>=jl;)t[r++]=e&255|Ia,e/=128;for(;e&zl;)t[r++]=e&255|Ia,e>>>=7;return t[r]=e|0,Ca.bytes=r-n+1,t}var Gl=ni,Zl=128,Ta=127;function ni(e,n){var r=0,n=n||0,o=0,i=n,s,a=e.length;do{if(i>=a)throw ni.bytes=0,new RangeError("Could not decode varint");s=e[i++],r+=o<28?(s&Ta)<<o:(s&Ta)*Math.pow(2,o),o+=7}while(s>=Zl);return ni.bytes=i-n,r}var Yl=Math.pow(2,7),Wl=Math.pow(2,14),Xl=Math.pow(2,21),Jl=Math.pow(2,28),Ql=Math.pow(2,35),td=Math.pow(2,42),ed=Math.pow(2,49),rd=Math.pow(2,56),nd=Math.pow(2,63),od=function(e){return e<Yl?1:e<Wl?2:e<Xl?3:e<Jl?4:e<Ql?5:e<td?6:e<ed?7:e<rd?8:e<nd?9:10},id={encode:ql,decode:Gl,encodingLength:od},sd=id,Fr=sd;function Mr(e,t=0){return[Fr.decode(e,t),Fr.decode.bytes]}function ar(e,t,r=0){return Fr.encode(e,t,r),t}function cr(e){return Fr.encodingLength(e)}function Ht(e,t){let r=t.byteLength,n=cr(e),o=n+cr(r),i=new Uint8Array(o+r);return ar(e,i,0),ar(r,i,n),i.set(t,o),new ur(e,r,t,i)}function Me(e){let t=se(e),[r,n]=Mr(t),[o,i]=Mr(t.subarray(n)),s=t.subarray(n+i);if(s.byteLength!==o)throw new Error("Incorrect length");return new ur(r,o,s,t)}function Ba(e,t){if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&ga(e.bytes,r.bytes)}}var ur=class{code;size;digest;bytes;constructor(t,r,n,o){this.code=t,this.size=r,this.digest=n,this.bytes=o}};function _a(e,t){let{bytes:r,version:n}=e;switch(n){case 0:return cd(r,oi(e),t??W.encoder);default:return ud(r,oi(e),t??Qt.encoder)}}var Pa=new WeakMap;function oi(e){let t=Pa.get(e);if(t==null){let r=new Map;return Pa.set(e,r),r}return t}var z=class e{code;version;multihash;bytes;"/";constructor(t,r,n,o){this.code=r,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:r}=this;if(t!==Vr)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==fd)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=Ht(t,r);return e.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,r){let n=r;return n!=null&&t.code===n.code&&t.version===n.version&&Ba(t.multihash,n.multihash)}toString(t){return _a(this,t)}toJSON(){return{"/":_a(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 r=t;if(r instanceof e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:o,multihash:i,bytes:s}=r;return new e(n,o,i,s??Da(n,o,i.bytes))}else if(r[ld]===!0){let{version:n,multihash:o,code:i}=r,s=Me(o);return e.create(n,i,s)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==Vr)throw new Error(`Version 0 CID must use dag-pb (code: ${Vr}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let o=Da(t,r,n.bytes);return new e(t,r,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,Vr,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,o=se(t.subarray(n,n+r.multihashSize));if(o.byteLength!==r.multihashSize)throw new Error("Incorrect length");let i=o.subarray(r.multihashSize-r.digestSize),s=new ur(r.multihashCode,r.digestSize,i,o);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[l,d]=Mr(t.subarray(r));return r+=d,l},o=n(),i=Vr;if(o===18?(o=0,r=0):i=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let s=r,a=n(),c=n(),u=r+c,f=u-s;return{version:o,codec:i,multihashCode:a,digestSize:c,multihashSize:f,size:u}}static parse(t,r){let[n,o]=ad(t,r),i=e.decode(o);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return oi(i).set(n,t),i}};function ad(e,t){switch(e[0]){case"Q":{let r=t??W;return[W.prefix,r.decode(`${W.prefix}${e}`)]}case W.prefix:{let r=t??W;return[W.prefix,r.decode(e)]}case Qt.prefix:{let r=t??Qt;return[Qt.prefix,r.decode(e)]}case sr.prefix:{let r=t??sr;return[sr.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}}function cd(e,t,r){let{prefix:n}=r;if(n!==W.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let o=t.get(n);if(o==null){let i=r.encode(e).slice(1);return t.set(n,i),i}else return o}function ud(e,t,r){let{prefix:n}=r,o=t.get(n);if(o==null){let i=r.encode(e);return t.set(n,i),i}else return o}var Vr=112,fd=18;function Da(e,t,r){let n=cr(e),o=n+cr(t),i=new Uint8Array(o+r.byteLength);return ar(e,i,0),ar(t,i,n),i.set(r,o),i}var ld=Symbol.for("@ipld/js-cid/CID");var ii={};Et(ii,{identity:()=>Bt});var Ra=0,dd="identity",Na=se;function hd(e){return Ht(Ra,Na(e))}var Bt={code:Ra,name:dd,encode:Na,digest:hd};function J(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}function ae(e=0){return new Uint8Array(e)}function _t(e=0){return new Uint8Array(e)}function Ft(e,t){t==null&&(t=e.reduce((o,i)=>o+i.length,0));let r=_t(t),n=0;for(let o of e)r.set(o,n),n+=o.length;return r}var La=Symbol.for("@achingbrain/uint8arraylist");function Ua(e,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let r=0;for(let n of e){let o=r+n.byteLength;if(t<o)return{buf:n,index:t-r};r=o}throw new RangeError("index is out of bounds")}function fr(e){return!!e?.[La]}var Pt=class e{bufs;length;[La]=!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 r=0;for(let n of t)if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.push(n);else if(fr(n))r+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}prepend(...t){this.prependAll(t)}prependAll(t){let r=0;for(let n of t.reverse())if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.unshift(n);else if(fr(n))r+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}get(t){let r=Ua(this.bufs,t);return r.buf[r.index]}set(t,r){let n=Ua(this.bufs,t);n.buf[n.index]=r}write(t,r=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(r+n,t[n]);else if(fr(t))for(let n=0;n<t.length;n++)this.set(r+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,r){let{bufs:n,length:o}=this._subList(t,r);return Ft(n,o)}subarray(t,r){let{bufs:n,length:o}=this._subList(t,r);return n.length===1?n[0]:Ft(n,o)}sublist(t,r){let{bufs:n,length:o}=this._subList(t,r),i=new e;return i.length=o,i.bufs=[...n],i}_subList(t,r){if(t=t??0,r=r??this.length,t<0&&(t=this.length+t),r<0&&(r=this.length+r),t<0||r>this.length)throw new RangeError("index is out of bounds");if(t===r)return{bufs:[],length:0};if(t===0&&r===this.length)return{bufs:this.bufs,length:this.length};let n=[],o=0;for(let i=0;i<this.bufs.length;i++){let s=this.bufs[i],a=o,c=a+s.byteLength;if(o=c,t>=c)continue;let u=t>=a&&t<c,f=r>a&&r<=c;if(u&&f){if(t===a&&r===c){n.push(s);break}let l=t-a;n.push(s.subarray(l,l+(r-t)));break}if(u){if(t===0){n.push(s);continue}n.push(s.subarray(t-a));continue}if(f){if(r===c){n.push(s);break}n.push(s.subarray(0,r-a));break}n.push(s)}return{bufs:n,length:r-t}}indexOf(t,r=0){if(!fr(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(r=Number(r??0),isNaN(r)&&(r=0),r<0&&(r=this.length+r),r<0&&(r=0),t.length===0)return r>this.length?this.length:r;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let i=256,s=new Int32Array(i);for(let l=0;l<i;l++)s[l]=-1;for(let l=0;l<o;l++)s[n[l]]=l;let a=s,c=this.byteLength-n.byteLength,u=n.byteLength-1,f;for(let l=r;l<=c;l+=f){f=0;for(let d=u;d>=0;d--){let h=this.get(l+d);if(n[d]!==h){f=Math.max(1,d-a[h]);break}}if(f===0)return l}return-1}getInt8(t){let r=this.subarray(t,t+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getInt8(0)}setInt8(t,r){let n=_t(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,r),this.write(n,t)}getInt16(t,r){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,r)}setInt16(t,r,n){let o=ae(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt16(0,r,n),this.write(o,t)}getInt32(t,r){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,r)}setInt32(t,r,n){let o=ae(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt32(0,r,n),this.write(o,t)}getBigInt64(t,r){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,r)}setBigInt64(t,r,n){let o=ae(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigInt64(0,r,n),this.write(o,t)}getUint8(t){let r=this.subarray(t,t+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getUint8(0)}setUint8(t,r){let n=_t(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,r),this.write(n,t)}getUint16(t,r){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,r)}setUint16(t,r,n){let o=ae(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint16(0,r,n),this.write(o,t)}getUint32(t,r){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,r)}setUint32(t,r,n){let o=ae(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint32(0,r,n),this.write(o,t)}getBigUint64(t,r){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,r)}setBigUint64(t,r,n){let o=ae(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigUint64(0,r,n),this.write(o,t)}getFloat32(t,r){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,r)}setFloat32(t,r,n){let o=ae(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat32(0,r,n),this.write(o,t)}getFloat64(t,r){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,r)}setFloat64(t,r,n){let o=ae(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,r,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof e)||t.bufs.length!==this.bufs.length)return!1;for(let r=0;r<this.bufs.length;r++)if(!J(this.bufs[r],t.bufs[r]))return!1;return!0}static fromUint8Arrays(t,r){let n=new e;return n.bufs=t,r==null&&(r=t.reduce((o,i)=>o+i.byteLength,0)),n.length=r,n}};var si={};Et(si,{base10:()=>pd});var pd=Ie({prefix:"9",name:"base10",alphabet:"0123456789"});var ai={};Et(ai,{base16:()=>md,base16upper:()=>yd});var md=et({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),yd=et({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var ci={};Et(ci,{base2:()=>gd});var gd=et({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var ui={};Et(ui,{base256emoji:()=>Sd});var Oa=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}"),xd=Oa.reduce((e,t,r)=>(e[r]=t,e),[]),wd=Oa.reduce((e,t,r)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return e[n]=r,e},[]);function bd(e){return e.reduce((t,r)=>(t+=xd[r],t),"")}function Ed(e){let t=[];for(let r of e){let n=r.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${r}`);let o=wd[n];if(o==null)throw new Error(`Non-base256emoji character: ${r}`);t.push(o)}return new Uint8Array(t)}var Sd=ir({prefix:"\u{1F680}",name:"base256emoji",encode:bd,decode:Ed});var fi={};Et(fi,{base8:()=>vd});var vd=et({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var li={};Et(li,{identity:()=>Ad});var Ad=ir({prefix:"\0",name:"identity",encode:e=>wa(e),decode:e=>xa(e)});var uy=new TextEncoder,fy=new TextDecoder;var pi={};Et(pi,{sha256:()=>$r,sha512:()=>Cd});function hi({name:e,code:t,encode:r}){return new di(e,t,r)}var di=class{name;code;encode;constructor(t,r,n){this.name=t,this.code=r,this.encode=n}digest(t){if(t instanceof Uint8Array){let r=this.encode(t);return r instanceof Uint8Array?Ht(this.code,r):r.then(n=>Ht(this.code,n))}else throw Error("Unknown type, must be binary type")}};function Ka(e){return async t=>new Uint8Array(await crypto.subtle.digest(e,t))}var $r=hi({name:"sha2-256",code:18,encode:Ka("SHA-256")}),Cd=hi({name:"sha2-512",code:19,encode:Ka("SHA-512")});var qr={...li,...ci,...fi,...si,...ai,...Wo,...ri,...Xo,...ti,...ui},Sy={...pi,...ii};function Ma(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var Fa=Ma("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),mi=Ma("ascii","a",e=>{let t="a";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},e=>{e=e.substring(1);let t=_t(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),Bd={utf8:Fa,"utf-8":Fa,hex:qr.base16,latin1:mi,ascii:mi,binary:mi,...qr},Nn=Bd;function $(e,t="utf8"){let r=Nn[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return r.decoder.decode(`${r.prefix}${e}`)}function H(e,t="utf8"){let r=Nn[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return r.encoder.encode(e).substring(1)}var _d=parseInt("11111",2),yi=parseInt("10000000",2),Pd=parseInt("01111111",2),Va={0:Hr,1:Hr,2:Dd,3:Ud,4:Ld,5:Nd,6:Rd,16:Hr,22:Hr,48:Hr};function ce(e,t={offset:0}){let r=e[t.offset]&_d;if(t.offset++,Va[r]!=null)return Va[r](e,t);throw new Error("No decoder for tag "+r)}function zr(e,t){let r=0;if((e[t.offset]&yi)===yi){let n=e[t.offset]&Pd,o="0x";t.offset++;for(let i=0;i<n;i++,t.offset++)o+=e[t.offset].toString(16).padStart(2,"0");r=parseInt(o,16)}else r=e[t.offset],t.offset++;return r}function Hr(e,t){zr(e,t);let r=[];for(;!(t.offset>=e.byteLength);){let n=ce(e,t);if(n===null)break;r.push(n)}return r}function Dd(e,t){let r=zr(e,t),n=t.offset,o=t.offset+r,i=[];for(let s=n;s<o;s++)s===n&&e[s]===0||i.push(e[s]);return t.offset+=r,Uint8Array.from(i)}function Rd(e,t){let r=zr(e,t),n=t.offset+r,o=e[t.offset];t.offset++;let i=0,s=0;o<40?(i=0,s=o):o<80?(i=1,s=o-40):(i=2,s=o-80);let a=`${i}.${s}`,c=[];for(;t.offset<n;){let u=e[t.offset];if(t.offset++,c.push(u&127),u<128){c.reverse();let f=0;for(let l=0;l<c.length;l++)f+=c[l]<<l*7;a+=`.${f}`,c=[]}}return a}function Nd(e,t){return t.offset++,null}function Ud(e,t){let r=zr(e,t),n=e[t.offset];t.offset++;let o=e.subarray(t.offset,t.offset+r-1);if(t.offset+=r,n!==0)throw new Error("Unused bits in bit string is unimplemented");return o}function Ld(e,t){let r=zr(e,t),n=e.subarray(t.offset,t.offset+r);return t.offset+=r,n}function Od(e){let t=e.toString(16);t.length%2===1&&(t="0"+t);let r=new Pt;for(let n=0;n<t.length;n+=2)r.append(Uint8Array.from([parseInt(`${t[n]}${t[n+1]}`,16)]));return r}function gi(e){if(e.byteLength<128)return Uint8Array.from([e.byteLength]);let t=Od(e.byteLength);return new Pt(Uint8Array.from([t.byteLength|yi]),t)}function At(e){let t=new Pt,r=128;return(e.subarray()[0]&r)===r&&t.append(Uint8Array.from([0])),t.append(e),new Pt(Uint8Array.from([2]),gi(t),t)}function Un(e){let t=Uint8Array.from([0]),r=new Pt(t,e);return new Pt(Uint8Array.from([3]),gi(r),r)}function Ce(e,t=48){let r=new Pt;for(let n of e)r.append(n);return new Pt(Uint8Array.from([t]),gi(r),r)}async function $a(e,t,r,n){let o=await crypto.subtle.importKey("jwk",e,{name:"ECDSA",namedCurve:e.crv??"P-256"},!1,["verify"]);n?.signal?.throwIfAborted();let i=await crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},o,t,r.subarray());return n?.signal?.throwIfAborted(),i}var kd=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),Kd=Uint8Array.from([6,5,43,129,4,0,34]),Fd=Uint8Array.from([6,5,43,129,4,0,35]),Md={ext:!0,kty:"EC",crv:"P-256"},Vd={ext:!0,kty:"EC",crv:"P-384"},$d={ext:!0,kty:"EC",crv:"P-521"},xi=32,wi=48,bi=66;function Ei(e){let t=ce(e);return qa(t)}function qa(e){let t=e[1][1][0],r=1,n,o;if(t.byteLength===xi*2+1)return n=H(t.subarray(r,r+xi),"base64url"),o=H(t.subarray(r+xi),"base64url"),new lr({...Md,key_ops:["verify"],x:n,y:o});if(t.byteLength===wi*2+1)return n=H(t.subarray(r,r+wi),"base64url"),o=H(t.subarray(r+wi),"base64url"),new lr({...Vd,key_ops:["verify"],x:n,y:o});if(t.byteLength===bi*2+1)return n=H(t.subarray(r,r+bi),"base64url"),o=H(t.subarray(r+bi),"base64url"),new lr({...$d,key_ops:["verify"],x:n,y:o});throw new it(`coordinates were wrong length, got ${t.byteLength}, expected 65, 97 or 133`)}function Ha(e){return Ce([At(Uint8Array.from([1])),Ce([qd(e.crv)],160),Ce([Un(new Pt(Uint8Array.from([4]),$(e.x??"","base64url"),$(e.y??"","base64url")))],161)]).subarray()}function qd(e){if(e==="P-256")return kd;if(e==="P-384")return Kd;if(e==="P-521")return Fd;throw new it(`Invalid curve ${e}`)}var lr=class{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){return this._raw==null&&(this._raw=Ha(this.jwk)),this._raw}toMultihash(){return Bt.digest(dr(this))}toCID(){return z.createV1(114,this.toMultihash())}toString(){return W.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:J(this.raw,t.raw)}async verify(t,r,n){return $a(this.jwk,r,t,n)}};var $e=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function qe(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function jr(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function rt(e,...t){if(!qe(e))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(e.length))throw new Error("Uint8Array expected of length "+t+", got length="+e.length)}function Ln(e){if(typeof e!="function"||typeof e.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");jr(e.outputLen),jr(e.blockLen)}function pr(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function ja(e,t){rt(e);let r=t.outputLen;if(e.length<r)throw new Error("digestInto() expects output buffer of length at least "+r)}function fe(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function On(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function zt(e,t){return e<<32-t|e>>>t}var Ga=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",Hd=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function Mt(e){if(rt(e),Ga)return e.toHex();let t="";for(let r=0;r<e.length;r++)t+=Hd[e[r]];return t}var ue={_0:48,_9:57,A:65,F:70,a:97,f:102};function za(e){if(e>=ue._0&&e<=ue._9)return e-ue._0;if(e>=ue.A&&e<=ue.F)return e-(ue.A-10);if(e>=ue.a&&e<=ue.f)return e-(ue.a-10)}function He(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);if(Ga)return Uint8Array.fromHex(e);let t=e.length,r=t/2;if(t%2)throw new Error("hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(r);for(let o=0,i=0;o<r;o++,i+=2){let s=za(e.charCodeAt(i)),a=za(e.charCodeAt(i+1));if(s===void 0||a===void 0){let c=e[i]+e[i+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+i)}n[o]=s*16+a}return n}function Si(e){if(typeof e!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(e))}function Gr(e){return typeof e=="string"&&(e=Si(e)),rt(e),e}function It(...e){let t=0;for(let n=0;n<e.length;n++){let o=e[n];rt(o),t+=o.length}let r=new Uint8Array(t);for(let n=0,o=0;n<e.length;n++){let i=e[n];r.set(i,o),o+=i.length}return r}var hr=class{};function vi(e){let t=n=>e().update(Gr(n)).digest(),r=e();return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=()=>e(),t}function Zr(e=32){if($e&&typeof $e.getRandomValues=="function")return $e.getRandomValues(new Uint8Array(e));if($e&&typeof $e.randomBytes=="function")return Uint8Array.from($e.randomBytes(e));throw new Error("crypto.getRandomValues must be defined")}function zd(e,t,r,n){if(typeof e.setBigUint64=="function")return e.setBigUint64(t,r,n);let o=BigInt(32),i=BigInt(4294967295),s=Number(r>>o&i),a=Number(r&i),c=n?4:0,u=n?0:4;e.setUint32(t+c,s,n),e.setUint32(t+u,a,n)}function Za(e,t,r){return e&t^~e&r}function Ya(e,t,r){return e&t^e&r^t&r}var Yr=class extends hr{constructor(t,r,n,o){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=t,this.outputLen=r,this.padOffset=n,this.isLE=o,this.buffer=new Uint8Array(t),this.view=On(this.buffer)}update(t){pr(this),t=Gr(t),rt(t);let{view:r,buffer:n,blockLen:o}=this,i=t.length;for(let s=0;s<i;){let a=Math.min(o-this.pos,i-s);if(a===o){let c=On(t);for(;o<=i-s;s+=o)this.process(c,s);continue}n.set(t.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===o&&(this.process(r,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){pr(this),ja(t,this),this.finished=!0;let{buffer:r,view:n,blockLen:o,isLE:i}=this,{pos:s}=this;r[s++]=128,fe(this.buffer.subarray(s)),this.padOffset>o-s&&(this.process(n,0),s=0);for(let l=s;l<o;l++)r[l]=0;zd(n,o-8,BigInt(this.length*8),i),this.process(n,0);let a=On(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let u=c/4,f=this.get();if(u>f.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<u;l++)a.setUint32(4*l,f[l],i)}digest(){let{buffer:t,outputLen:r}=this;this.digestInto(t);let n=t.slice(0,r);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:r,buffer:n,length:o,finished:i,destroyed:s,pos:a}=this;return t.destroyed=s,t.finished=i,t.length=o,t.pos=a,o%r&&t.buffer.set(n),t}clone(){return this._cloneInto()}},le=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var dt=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]);var kn=BigInt(4294967295),Wa=BigInt(32);function jd(e,t=!1){return t?{h:Number(e&kn),l:Number(e>>Wa&kn)}:{h:Number(e>>Wa&kn)|0,l:Number(e&kn)|0}}function Xa(e,t=!1){let r=e.length,n=new Uint32Array(r),o=new Uint32Array(r);for(let i=0;i<r;i++){let{h:s,l:a}=jd(e[i],t);[n[i],o[i]]=[s,a]}return[n,o]}var Ai=(e,t,r)=>e>>>r,Ii=(e,t,r)=>e<<32-r|t>>>r,ze=(e,t,r)=>e>>>r|t<<32-r,je=(e,t,r)=>e<<32-r|t>>>r,Wr=(e,t,r)=>e<<64-r|t>>>r-32,Xr=(e,t,r)=>e>>>r-32|t<<64-r;function te(e,t,r,n){let o=(t>>>0)+(n>>>0);return{h:e+r+(o/2**32|0)|0,l:o|0}}var Ja=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),Qa=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,tc=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),ec=(e,t,r,n,o)=>t+r+n+o+(e/2**32|0)|0,rc=(e,t,r,n,o)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(o>>>0),nc=(e,t,r,n,o,i)=>t+r+n+o+i+(e/2**32|0)|0;var Zd=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]),Be=new Uint32Array(64),Kn=class extends Yr{constructor(t=32){super(64,t,8,!1),this.A=le[0]|0,this.B=le[1]|0,this.C=le[2]|0,this.D=le[3]|0,this.E=le[4]|0,this.F=le[5]|0,this.G=le[6]|0,this.H=le[7]|0}get(){let{A:t,B:r,C:n,D:o,E:i,F:s,G:a,H:c}=this;return[t,r,n,o,i,s,a,c]}set(t,r,n,o,i,s,a,c){this.A=t|0,this.B=r|0,this.C=n|0,this.D=o|0,this.E=i|0,this.F=s|0,this.G=a|0,this.H=c|0}process(t,r){for(let l=0;l<16;l++,r+=4)Be[l]=t.getUint32(r,!1);for(let l=16;l<64;l++){let d=Be[l-15],h=Be[l-2],S=zt(d,7)^zt(d,18)^d>>>3,w=zt(h,17)^zt(h,19)^h>>>10;Be[l]=w+Be[l-7]+S+Be[l-16]|0}let{A:n,B:o,C:i,D:s,E:a,F:c,G:u,H:f}=this;for(let l=0;l<64;l++){let d=zt(a,6)^zt(a,11)^zt(a,25),h=f+d+Za(a,c,u)+Zd[l]+Be[l]|0,w=(zt(n,2)^zt(n,13)^zt(n,22))+Ya(n,o,i)|0;f=u,u=c,c=a,a=s+h|0,s=i,i=o,o=n,n=h+w|0}n=n+this.A|0,o=o+this.B|0,i=i+this.C|0,s=s+this.D|0,a=a+this.E|0,c=c+this.F|0,u=u+this.G|0,f=f+this.H|0,this.set(n,o,i,s,a,c,u,f)}roundClean(){fe(Be)}destroy(){this.set(0,0,0,0,0,0,0,0),fe(this.buffer)}};var oc=Xa(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))),Yd=oc[0],Wd=oc[1],_e=new Uint32Array(80),Pe=new Uint32Array(80),Ti=class extends Yr{constructor(t=64){super(128,t,16,!1),this.Ah=dt[0]|0,this.Al=dt[1]|0,this.Bh=dt[2]|0,this.Bl=dt[3]|0,this.Ch=dt[4]|0,this.Cl=dt[5]|0,this.Dh=dt[6]|0,this.Dl=dt[7]|0,this.Eh=dt[8]|0,this.El=dt[9]|0,this.Fh=dt[10]|0,this.Fl=dt[11]|0,this.Gh=dt[12]|0,this.Gl=dt[13]|0,this.Hh=dt[14]|0,this.Hl=dt[15]|0}get(){let{Ah:t,Al:r,Bh:n,Bl:o,Ch:i,Cl:s,Dh:a,Dl:c,Eh:u,El:f,Fh:l,Fl:d,Gh:h,Gl:S,Hh:w,Hl:x}=this;return[t,r,n,o,i,s,a,c,u,f,l,d,h,S,w,x]}set(t,r,n,o,i,s,a,c,u,f,l,d,h,S,w,x){this.Ah=t|0,this.Al=r|0,this.Bh=n|0,this.Bl=o|0,this.Ch=i|0,this.Cl=s|0,this.Dh=a|0,this.Dl=c|0,this.Eh=u|0,this.El=f|0,this.Fh=l|0,this.Fl=d|0,this.Gh=h|0,this.Gl=S|0,this.Hh=w|0,this.Hl=x|0}process(t,r){for(let P=0;P<16;P++,r+=4)_e[P]=t.getUint32(r),Pe[P]=t.getUint32(r+=4);for(let P=16;P<80;P++){let L=_e[P-15]|0,K=Pe[P-15]|0,_=ze(L,K,1)^ze(L,K,8)^Ai(L,K,7),k=je(L,K,1)^je(L,K,8)^Ii(L,K,7),I=_e[P-2]|0,A=Pe[P-2]|0,m=ze(I,A,19)^Wr(I,A,61)^Ai(I,A,6),p=je(I,A,19)^Xr(I,A,61)^Ii(I,A,6),y=tc(k,p,Pe[P-7],Pe[P-16]),v=ec(y,_,m,_e[P-7],_e[P-16]);_e[P]=v|0,Pe[P]=y|0}let{Ah:n,Al:o,Bh:i,Bl:s,Ch:a,Cl:c,Dh:u,Dl:f,Eh:l,El:d,Fh:h,Fl:S,Gh:w,Gl:x,Hh:T,Hl:R}=this;for(let P=0;P<80;P++){let L=ze(l,d,14)^ze(l,d,18)^Wr(l,d,41),K=je(l,d,14)^je(l,d,18)^Xr(l,d,41),_=l&h^~l&w,k=d&S^~d&x,I=rc(R,K,k,Wd[P],Pe[P]),A=nc(I,T,L,_,Yd[P],_e[P]),m=I|0,p=ze(n,o,28)^Wr(n,o,34)^Wr(n,o,39),y=je(n,o,28)^Xr(n,o,34)^Xr(n,o,39),v=n&i^n&a^i&a,N=o&s^o&c^s&c;T=w|0,R=x|0,w=h|0,x=S|0,h=l|0,S=d|0,{h:l,l:d}=te(u|0,f|0,A|0,m|0),u=a|0,f=c|0,a=i|0,c=s|0,i=n|0,s=o|0;let D=Ja(m,y,N);n=Qa(D,A,p,v),o=D|0}({h:n,l:o}=te(this.Ah|0,this.Al|0,n|0,o|0)),{h:i,l:s}=te(this.Bh|0,this.Bl|0,i|0,s|0),{h:a,l:c}=te(this.Ch|0,this.Cl|0,a|0,c|0),{h:u,l:f}=te(this.Dh|0,this.Dl|0,u|0,f|0),{h:l,l:d}=te(this.Eh|0,this.El|0,l|0,d|0),{h,l:S}=te(this.Fh|0,this.Fl|0,h|0,S|0),{h:w,l:x}=te(this.Gh|0,this.Gl|0,w|0,x|0),{h:T,l:R}=te(this.Hh|0,this.Hl|0,T|0,R|0),this.set(n,o,i,s,a,c,u,f,l,d,h,S,w,x,T,R)}roundClean(){fe(_e,Pe)}destroy(){fe(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var Fn=vi(()=>new Kn);var ic=vi(()=>new Ti);var _i=BigInt(0),Bi=BigInt(1);function de(e,t){if(typeof t!="boolean")throw new Error(e+" boolean expected, got "+t)}function Jr(e){let t=e.toString(16);return t.length&1?"0"+t:t}function sc(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);return e===""?_i:BigInt("0x"+e)}function mr(e){return sc(Mt(e))}function he(e){return rt(e),sc(Mt(Uint8Array.from(e).reverse()))}function Mn(e,t){return He(e.toString(16).padStart(t*2,"0"))}function pe(e,t){return Mn(e,t).reverse()}function Z(e,t,r){let n;if(typeof t=="string")try{n=He(t)}catch(i){throw new Error(e+" must be hex string or Uint8Array, cause: "+i)}else if(qe(t))n=Uint8Array.from(t);else throw new Error(e+" must be hex string or Uint8Array");let o=n.length;if(typeof r=="number"&&o!==r)throw new Error(e+" of length "+r+" expected, got "+o);return n}function ac(e,t){if(e.length!==t.length)return!1;let r=0;for(let n=0;n<e.length;n++)r|=e[n]^t[n];return r===0}var Ci=e=>typeof e=="bigint"&&_i<=e;function cc(e,t,r){return Ci(e)&&Ci(t)&&Ci(r)&&t<=e&&e<r}function De(e,t,r,n){if(!cc(t,r,n))throw new Error("expected valid "+e+": "+r+" <= n < "+n+", got "+t)}function Vn(e){let t;for(t=0;e>_i;e>>=Bi,t+=1);return t}var Re=e=>(Bi<<BigInt(e))-Bi;function uc(e,t,r){if(typeof e!="number"||e<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof r!="function")throw new Error("hmacFn must be a function");let n=h=>new Uint8Array(h),o=h=>Uint8Array.of(h),i=n(e),s=n(e),a=0,c=()=>{i.fill(1),s.fill(0),a=0},u=(...h)=>r(s,i,...h),f=(h=n(0))=>{s=u(o(0),h),i=u(),h.length!==0&&(s=u(o(1),h),i=u())},l=()=>{if(a++>=1e3)throw new Error("drbg: tried 1000 values");let h=0,S=[];for(;h<t;){i=u();let w=i.slice();S.push(w),h+=i.length}return It(...S)};return(h,S)=>{c(),f(h);let w;for(;!(w=S(l()));)f();return c(),w}}function Ne(e,t,r={}){if(!e||typeof e!="object")throw new Error("expected valid options object");function n(o,i,s){let a=e[o];if(s&&a===void 0)return;let c=typeof a;if(c!==i||a===null)throw new Error(`param "${o}" is invalid: expected ${i}, got ${c}`)}Object.entries(t).forEach(([o,i])=>n(o,i,!1)),Object.entries(r).forEach(([o,i])=>n(o,i,!0))}function yr(e){let t=new WeakMap;return(r,...n)=>{let o=t.get(r);if(o!==void 0)return o;let i=e(r,...n);return t.set(r,i),i}}var wt=BigInt(0),ut=BigInt(1),Ge=BigInt(2),dc=BigInt(3),hc=BigInt(4),pc=BigInt(5),Xd=BigInt(7),mc=BigInt(8),Jd=BigInt(9),yc=BigInt(16);function nt(e,t){let r=e%t;return r>=wt?r:t+r}function Q(e,t,r){let n=e;for(;t-- >wt;)n*=n,n%=r;return n}function fc(e,t){if(e===wt)throw new Error("invert: expected non-zero number");if(t<=wt)throw new Error("invert: expected positive modulus, got "+t);let r=nt(e,t),n=t,o=wt,i=ut,s=ut,a=wt;for(;r!==wt;){let u=n/r,f=n%r,l=o-s*u,d=i-a*u;n=r,r=f,o=s,i=a,s=l,a=d}if(n!==ut)throw new Error("invert: does not exist");return nt(o,t)}function Pi(e,t,r){if(!e.eql(e.sqr(t),r))throw new Error("Cannot find square root")}function gc(e,t){let r=(e.ORDER+ut)/hc,n=e.pow(t,r);return Pi(e,n,t),n}function Qd(e,t){let r=(e.ORDER-pc)/mc,n=e.mul(t,Ge),o=e.pow(n,r),i=e.mul(t,o),s=e.mul(e.mul(i,Ge),o),a=e.mul(i,e.sub(s,e.ONE));return Pi(e,a,t),a}function th(e){let t=Dt(e),r=xc(e),n=r(t,t.neg(t.ONE)),o=r(t,n),i=r(t,t.neg(n)),s=(e+Xd)/yc;return(a,c)=>{let u=a.pow(c,s),f=a.mul(u,n),l=a.mul(u,o),d=a.mul(u,i),h=a.eql(a.sqr(f),c),S=a.eql(a.sqr(l),c);u=a.cmov(u,f,h),f=a.cmov(d,l,S);let w=a.eql(a.sqr(f),c),x=a.cmov(u,f,w);return Pi(a,x,c),x}}function xc(e){if(e<dc)throw new Error("sqrt is not defined for small field");let t=e-ut,r=0;for(;t%Ge===wt;)t/=Ge,r++;let n=Ge,o=Dt(e);for(;lc(o,n)===1;)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(r===1)return gc;let i=o.pow(n,t),s=(t+ut)/Ge;return function(c,u){if(c.is0(u))return u;if(lc(c,u)!==1)throw new Error("Cannot find square root");let f=r,l=c.mul(c.ONE,i),d=c.pow(u,t),h=c.pow(u,s);for(;!c.eql(d,c.ONE);){if(c.is0(d))return c.ZERO;let S=1,w=c.sqr(d);for(;!c.eql(w,c.ONE);)if(S++,w=c.sqr(w),S===f)throw new Error("Cannot find square root");let x=ut<<BigInt(f-S-1),T=c.pow(l,x);f=S,l=c.sqr(T),d=c.mul(d,l),h=c.mul(h,T)}return h}}function eh(e){return e%hc===dc?gc:e%mc===pc?Qd:e%yc===Jd?th(e):xc(e)}var me=(e,t)=>(nt(e,t)&ut)===ut,rh=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Di(e){let t={ORDER:"bigint",MASK:"bigint",BYTES:"number",BITS:"number"},r=rh.reduce((n,o)=>(n[o]="function",n),t);return Ne(e,r),e}function nh(e,t,r){if(r<wt)throw new Error("invalid exponent, negatives unsupported");if(r===wt)return e.ONE;if(r===ut)return t;let n=e.ONE,o=t;for(;r>wt;)r&ut&&(n=e.mul(n,o)),o=e.sqr(o),r>>=ut;return n}function Qr(e,t,r=!1){let n=new Array(t.length).fill(r?e.ZERO:void 0),o=t.reduce((s,a,c)=>e.is0(a)?s:(n[c]=s,e.mul(s,a)),e.ONE),i=e.inv(o);return t.reduceRight((s,a,c)=>e.is0(a)?s:(n[c]=e.mul(s,n[c]),e.mul(s,a)),i),n}function lc(e,t){let r=(e.ORDER-ut)/Ge,n=e.pow(t,r),o=e.eql(n,e.ONE),i=e.eql(n,e.ZERO),s=e.eql(n,e.neg(e.ONE));if(!o&&!i&&!s)throw new Error("invalid Legendre symbol result");return o?1:i?0:-1}function wc(e,t){t!==void 0&&jr(t);let r=t!==void 0?t:e.toString(2).length,n=Math.ceil(r/8);return{nBitLength:r,nByteLength:n}}function Dt(e,t,r=!1,n={}){if(e<=wt)throw new Error("invalid field: expected ORDER > 0, got "+e);let o,i,s=!1,a;if(typeof t=="object"&&t!=null){if(n.sqrt||r)throw new Error("cannot specify opts in two arguments");let d=t;d.BITS&&(o=d.BITS),d.sqrt&&(i=d.sqrt),typeof d.isLE=="boolean"&&(r=d.isLE),typeof d.modOnDecode=="boolean"&&(s=d.modOnDecode),a=d.allowedLengths}else typeof t=="number"&&(o=t),n.sqrt&&(i=n.sqrt);let{nBitLength:c,nByteLength:u}=wc(e,o);if(u>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let f,l=Object.freeze({ORDER:e,isLE:r,BITS:c,BYTES:u,MASK:Re(c),ZERO:wt,ONE:ut,allowedLengths:a,create:d=>nt(d,e),isValid:d=>{if(typeof d!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof d);return wt<=d&&d<e},is0:d=>d===wt,isValidNot0:d=>!l.is0(d)&&l.isValid(d),isOdd:d=>(d&ut)===ut,neg:d=>nt(-d,e),eql:(d,h)=>d===h,sqr:d=>nt(d*d,e),add:(d,h)=>nt(d+h,e),sub:(d,h)=>nt(d-h,e),mul:(d,h)=>nt(d*h,e),pow:(d,h)=>nh(l,d,h),div:(d,h)=>nt(d*fc(h,e),e),sqrN:d=>d*d,addN:(d,h)=>d+h,subN:(d,h)=>d-h,mulN:(d,h)=>d*h,inv:d=>fc(d,e),sqrt:i||(d=>(f||(f=eh(e)),f(l,d))),toBytes:d=>r?pe(d,u):Mn(d,u),fromBytes:(d,h=!0)=>{if(a){if(!a.includes(d.length)||d.length>u)throw new Error("Field.fromBytes: expected "+a+" bytes, got "+d.length);let w=new Uint8Array(u);w.set(d,r?0:w.length-d.length),d=w}if(d.length!==u)throw new Error("Field.fromBytes: expected "+u+" bytes, got "+d.length);let S=r?he(d):mr(d);if(s&&(S=nt(S,e)),!h&&!l.isValid(S))throw new Error("invalid field element: outside of range 0..ORDER");return S},invertBatch:d=>Qr(l,d),cmov:(d,h,S)=>S?h:d});return Object.freeze(l)}function bc(e){if(typeof e!="bigint")throw new Error("field order must be bigint");let t=e.toString(2).length;return Math.ceil(t/8)}function Ri(e){let t=bc(e);return t+Math.ceil(t/2)}function Ni(e,t,r=!1){let n=e.length,o=bc(t),i=Ri(t);if(n<16||n<i||n>1024)throw new Error("expected "+i+"-1024 bytes of input, got "+n);let s=r?he(e):mr(e),a=nt(s,t-ut)+ut;return r?pe(a,o):Mn(a,o)}var gr=BigInt(0),Ze=BigInt(1);function tn(e,t){let r=t.negate();return e?r:t}function ye(e,t){let r=Qr(e.Fp,t.map(n=>n.Z));return t.map((n,o)=>e.fromAffine(n.toAffine(r[o])))}function Ac(e,t){if(!Number.isSafeInteger(e)||e<=0||e>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+e)}function Ui(e,t){Ac(e,t);let r=Math.ceil(t/e)+1,n=2**(e-1),o=2**e,i=Re(e),s=BigInt(e);return{windows:r,windowSize:n,mask:i,maxNumber:o,shiftBy:s}}function Ec(e,t,r){let{windowSize:n,mask:o,maxNumber:i,shiftBy:s}=r,a=Number(e&o),c=e>>s;a>n&&(a-=i,c+=Ze);let u=t*n,f=u+Math.abs(a)-1,l=a===0,d=a<0,h=t%2!==0;return{nextN:c,offset:f,isZero:l,isNeg:d,isNegF:h,offsetF:u}}function oh(e,t){if(!Array.isArray(e))throw new Error("array expected");e.forEach((r,n)=>{if(!(r instanceof t))throw new Error("invalid point at index "+n)})}function ih(e,t){if(!Array.isArray(e))throw new Error("array of scalars expected");e.forEach((r,n)=>{if(!t.isValid(r))throw new Error("invalid scalar at index "+n)})}var Li=new WeakMap,Ic=new WeakMap;function Oi(e){return Ic.get(e)||1}function Sc(e){if(e!==gr)throw new Error("invalid wNAF")}var xr=class{constructor(t,r){this.BASE=t.BASE,this.ZERO=t.ZERO,this.Fn=t.Fn,this.bits=r}_unsafeLadder(t,r,n=this.ZERO){let o=t;for(;r>gr;)r&Ze&&(n=n.add(o)),o=o.double(),r>>=Ze;return n}precomputeWindow(t,r){let{windows:n,windowSize:o}=Ui(r,this.bits),i=[],s=t,a=s;for(let c=0;c<n;c++){a=s,i.push(a);for(let u=1;u<o;u++)a=a.add(s),i.push(a);s=a.double()}return i}wNAF(t,r,n){if(!this.Fn.isValid(n))throw new Error("invalid scalar");let o=this.ZERO,i=this.BASE,s=Ui(t,this.bits);for(let a=0;a<s.windows;a++){let{nextN:c,offset:u,isZero:f,isNeg:l,isNegF:d,offsetF:h}=Ec(n,a,s);n=c,f?i=i.add(tn(d,r[h])):o=o.add(tn(l,r[u]))}return Sc(n),{p:o,f:i}}wNAFUnsafe(t,r,n,o=this.ZERO){let i=Ui(t,this.bits);for(let s=0;s<i.windows&&n!==gr;s++){let{nextN:a,offset:c,isZero:u,isNeg:f}=Ec(n,s,i);if(n=a,!u){let l=r[c];o=o.add(f?l.negate():l)}}return Sc(n),o}getPrecomputes(t,r,n){let o=Li.get(r);return o||(o=this.precomputeWindow(r,t),t!==1&&(typeof n=="function"&&(o=n(o)),Li.set(r,o))),o}cached(t,r,n){let o=Oi(t);return this.wNAF(o,this.getPrecomputes(o,t,n),r)}unsafe(t,r,n,o){let i=Oi(t);return i===1?this._unsafeLadder(t,r,o):this.wNAFUnsafe(i,this.getPrecomputes(i,t,n),r,o)}createCache(t,r){Ac(r,this.bits),Ic.set(t,r),Li.delete(t)}hasCache(t){return Oi(t)!==1}};function Tc(e,t,r,n){let o=t,i=e.ZERO,s=e.ZERO;for(;r>gr||n>gr;)r&Ze&&(i=i.add(o)),n&Ze&&(s=s.add(o)),o=o.double(),r>>=Ze,n>>=Ze;return{p1:i,p2:s}}function wr(e,t,r,n){oh(r,e),ih(n,t);let o=r.length,i=n.length;if(o!==i)throw new Error("arrays of points and scalars must have equal length");let s=e.ZERO,a=Vn(BigInt(o)),c=1;a>12?c=a-3:a>4?c=a-2:a>0&&(c=2);let u=Re(c),f=new Array(Number(u)+1).fill(s),l=Math.floor((t.BITS-1)/c)*c,d=s;for(let h=l;h>=0;h-=c){f.fill(s);for(let w=0;w<i;w++){let x=n[w],T=Number(x>>BigInt(h)&u);f[T]=f[T].add(r[w])}let S=s;for(let w=f.length-1,x=s;w>0;w--)x=x.add(f[w]),S=S.add(x);if(d=d.add(S),h!==0)for(let w=0;w<c;w++)d=d.double()}return d}function vc(e,t){if(t){if(t.ORDER!==e)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return Di(t),t}else return Dt(e)}function $n(e,t,r={}){if(!t||typeof t!="object")throw new Error(`expected valid ${e} CURVE object`);for(let a of["p","n","h"]){let c=t[a];if(!(typeof c=="bigint"&&c>gr))throw new Error(`CURVE.${a} must be positive bigint`)}let n=vc(t.p,r.Fp),o=vc(t.n,r.Fn),s=["Gx","Gy","a",e==="weierstrass"?"b":"d"];for(let a of s)if(!n.isValid(t[a]))throw new Error(`CURVE.${a} must be valid field element of CURVE.Fp`);return{Fp:n,Fn:o}}var ee=BigInt(0),ct=BigInt(1),ki=BigInt(2),sh=BigInt(8);function ah(e,t,r,n){let o=e.sqr(r),i=e.sqr(n),s=e.add(e.mul(t.a,o),i),a=e.add(e.ONE,e.mul(t.d,e.mul(o,i)));return e.eql(s,a)}function ch(e,t={}){let{Fp:r,Fn:n}=$n("edwards",e,t),{h:o,n:i}=e;Ne(t,{},{uvRatio:"function"});let s=ki<<BigInt(n.BYTES*8)-ct,a=w=>r.create(w),c=t.uvRatio||((w,x)=>{try{return{isValid:!0,value:r.sqrt(r.div(w,x))}}catch{return{isValid:!1,value:ee}}});if(!ah(r,e,e.Gx,e.Gy))throw new Error("bad curve params: generator point");function u(w,x,T=!1){let R=T?ct:ee;return De("coordinate "+w,x,R,s),x}function f(w){if(!(w instanceof h))throw new Error("ExtendedPoint expected")}let l=yr((w,x)=>{let{X:T,Y:R,Z:P}=w,L=w.is0();x==null&&(x=L?sh:r.inv(P));let K=a(T*x),_=a(R*x),k=r.mul(P,x);if(L)return{x:ee,y:ct};if(k!==ct)throw new Error("invZ was invalid");return{x:K,y:_}}),d=yr(w=>{let{a:x,d:T}=e;if(w.is0())throw new Error("bad point: ZERO");let{X:R,Y:P,Z:L,T:K}=w,_=a(R*R),k=a(P*P),I=a(L*L),A=a(I*I),m=a(_*x),p=a(I*a(m+k)),y=a(A+a(T*a(_*k)));if(p!==y)throw new Error("bad point: equation left != right (1)");let v=a(R*P),N=a(L*K);if(v!==N)throw new Error("bad point: equation left != right (2)");return!0});class h{constructor(x,T,R,P){this.X=u("x",x),this.Y=u("y",T),this.Z=u("z",R,!0),this.T=u("t",P),Object.freeze(this)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}get ex(){return this.X}get ey(){return this.Y}get ez(){return this.Z}get et(){return this.T}static normalizeZ(x){return ye(h,x)}static msm(x,T){return wr(h,n,x,T)}_setWindowSize(x){this.precompute(x)}static fromAffine(x){if(x instanceof h)throw new Error("extended point not allowed");let{x:T,y:R}=x||{};return u("x",T),u("y",R),new h(T,R,ct,a(T*R))}precompute(x=8,T=!0){return S.createCache(this,x),T||this.multiply(ki),this}assertValidity(){d(this)}equals(x){f(x);let{X:T,Y:R,Z:P}=this,{X:L,Y:K,Z:_}=x,k=a(T*_),I=a(L*P),A=a(R*_),m=a(K*P);return k===I&&A===m}is0(){return this.equals(h.ZERO)}negate(){return new h(a(-this.X),this.Y,this.Z,a(-this.T))}double(){let{a:x}=e,{X:T,Y:R,Z:P}=this,L=a(T*T),K=a(R*R),_=a(ki*a(P*P)),k=a(x*L),I=T+R,A=a(a(I*I)-L-K),m=k+K,p=m-_,y=k-K,v=a(A*p),N=a(m*y),D=a(A*y),g=a(p*m);return new h(v,N,g,D)}add(x){f(x);let{a:T,d:R}=e,{X:P,Y:L,Z:K,T:_}=this,{X:k,Y:I,Z:A,T:m}=x,p=a(P*k),y=a(L*I),v=a(_*R*m),N=a(K*A),D=a((P+L)*(k+I)-p-y),g=N-v,b=N+v,C=a(y-T*p),U=a(D*g),F=a(b*C),V=a(D*C),q=a(g*b);return new h(U,F,q,V)}subtract(x){return this.add(x.negate())}multiply(x){let T=x;De("scalar",T,ct,i);let{p:R,f:P}=S.cached(this,T,L=>ye(h,L));return ye(h,[R,P])[0]}multiplyUnsafe(x,T=h.ZERO){let R=x;return De("scalar",R,ee,i),R===ee?h.ZERO:this.is0()||R===ct?this:S.unsafe(this,R,P=>ye(h,P),T)}isSmallOrder(){return this.multiplyUnsafe(o).is0()}isTorsionFree(){return S.unsafe(this,i).is0()}toAffine(x){return l(this,x)}clearCofactor(){return o===ct?this:this.multiplyUnsafe(o)}static fromBytes(x,T=!1){return rt(x),h.fromHex(x,T)}static fromHex(x,T=!1){let{d:R,a:P}=e,L=r.BYTES;x=Z("pointHex",x,L),de("zip215",T);let K=x.slice(),_=x[L-1];K[L-1]=_&-129;let k=he(K),I=T?s:r.ORDER;De("pointHex.y",k,ee,I);let A=a(k*k),m=a(A-ct),p=a(R*A-P),{isValid:y,value:v}=c(m,p);if(!y)throw new Error("Point.fromHex: invalid y coordinate");let N=(v&ct)===ct,D=(_&128)!==0;if(!T&&v===ee&&D)throw new Error("Point.fromHex: x=0 and x_0=1");return D!==N&&(v=a(-v)),h.fromAffine({x:v,y:k})}toBytes(){let{x,y:T}=this.toAffine(),R=pe(T,r.BYTES);return R[R.length-1]|=x&ct?128:0,R}toRawBytes(){return this.toBytes()}toHex(){return Mt(this.toBytes())}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}h.BASE=new h(e.Gx,e.Gy,ct,a(e.Gx*e.Gy)),h.ZERO=new h(ee,ct,ct,ee),h.Fp=r,h.Fn=n;let S=new xr(h,n.BYTES*8);return h}var qn=class{constructor(t){this.ep=t}static fromBytes(t){throw new Error("fromBytes must be implemented by subclass")}static fromHex(t){throw new Error("fromHex must be implemented by subclass")}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)}toRawBytes(){return this.toBytes()}toHex(){return Mt(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,r){return this.init(this.ep.precompute(t,r))}};function uh(e,t,r){if(typeof t!="function")throw new Error('"hash" function param is required');Ne(r,{},{adjustScalarBytes:"function",randomBytes:"function",domain:"function",prehash:"function",mapToCurve:"function"});let{prehash:n}=r,{BASE:o,Fp:i,Fn:s}=e,a=s.ORDER,c=r.randomBytes||Zr,u=r.adjustScalarBytes||(p=>p),f=r.domain||((p,y,v)=>{if(de("phflag",v),y.length||v)throw new Error("Contexts/pre-hash are not supported");return p});function l(p){return s.create(p)}function d(p){return l(he(p))}function h(p){let y=i.BYTES;p=Z("private key",p,y);let v=Z("hashed private key",t(p),2*y),N=u(v.slice(0,y)),D=v.slice(y,2*y),g=d(N);return{head:N,prefix:D,scalar:g}}function S(p){let{head:y,prefix:v,scalar:N}=h(p),D=o.multiply(N),g=D.toBytes();return{head:y,prefix:v,scalar:N,point:D,pointBytes:g}}function w(p){return S(p).pointBytes}function x(p=Uint8Array.of(),...y){let v=It(...y);return d(t(f(v,Z("context",p),!!n)))}function T(p,y,v={}){p=Z("message",p),n&&(p=n(p));let{prefix:N,scalar:D,pointBytes:g}=S(y),b=x(v.context,N,p),C=o.multiply(b).toBytes(),U=x(v.context,C,g,p),F=l(b+U*D);De("signature.s",F,ee,a);let V=i.BYTES,q=It(C,pe(F,V));return Z("result",q,V*2)}let R={zip215:!0};function P(p,y,v,N=R){let{context:D,zip215:g}=N,b=i.BYTES;p=Z("signature",p,2*b),y=Z("message",y),v=Z("publicKey",v,b),g!==void 0&&de("zip215",g),n&&(y=n(y));let C=he(p.slice(b,2*b)),U,F,V;try{U=e.fromHex(v,g),F=e.fromHex(p.slice(0,b),g),V=o.multiplyUnsafe(C)}catch{return!1}if(!g&&U.isSmallOrder())return!1;let q=x(D,F.toBytes(),U.toBytes(),y);return F.add(U.multiplyUnsafe(q)).subtract(V).clearCofactor().is0()}o.precompute(8);let L=i.BYTES,K={secret:L,public:L,signature:2*L,seed:L};function _(p=c(K.seed)){return p}let k={getExtendedPublicKey:S,randomSecretKey:_,isValidSecretKey:A,isValidPublicKey:m,randomPrivateKey:_,toMontgomery(p){let{y}=e.fromBytes(p),v=L===32;if(!v&&L!==57)throw new Error("only defined for 25519 and 448");let N=v?i.div(ct+y,ct-y):i.div(y-ct,y+ct);return i.toBytes(N)},toMontgomeryPriv(p){rt(p,L);let y=t(p.subarray(0,L));return u(y).subarray(0,L)},precompute(p=8,y=e.BASE){return y.precompute(p,!1)}};function I(p){let y=k.randomSecretKey(p);return{secretKey:y,publicKey:w(y)}}function A(p){try{return!!s.fromBytes(p,!1)}catch{return!1}}function m(p,y){try{return!!e.fromBytes(p,y)}catch{return!1}}return Object.freeze({keygen:I,getPublicKey:w,sign:T,verify:P,utils:k,Point:e,info:{type:"edwards",lengths:K}})}function fh(e){let t={a:e.a,d:e.d,p:e.Fp.ORDER,n:e.n,h:e.h,Gx:e.Gx,Gy:e.Gy},r=e.Fp,n=Dt(t.n,e.nBitLength,!0),o={Fp:r,Fn:n,uvRatio:e.uvRatio},i={randomBytes:e.randomBytes,adjustScalarBytes:e.adjustScalarBytes,domain:e.domain,prehash:e.prehash,mapToCurve:e.mapToCurve};return{CURVE:t,curveOpts:o,hash:e.hash,eddsaOpts:i}}function lh(e,t){return Object.assign({},t,{ExtendedPoint:t.Point,CURVE:e})}function Cc(e){let{CURVE:t,curveOpts:r,hash:n,eddsaOpts:o}=fh(e),i=ch(t,r),s=uh(i,n,o);return lh(e,s)}var dh=BigInt(0),ge=BigInt(1),Bc=BigInt(2),Pg=BigInt(3),hh=BigInt(5),ph=BigInt(8),en={p:BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed"),n:BigInt("0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3ed"),h:ph,a:BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec"),d:BigInt("0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3"),Gx:BigInt("0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a"),Gy:BigInt("0x6666666666666666666666666666666666666666666666666666666666666658")};function mh(e){let t=BigInt(10),r=BigInt(20),n=BigInt(40),o=BigInt(80),i=en.p,a=e*e%i*e%i,c=Q(a,Bc,i)*a%i,u=Q(c,ge,i)*e%i,f=Q(u,hh,i)*u%i,l=Q(f,t,i)*f%i,d=Q(l,r,i)*l%i,h=Q(d,n,i)*d%i,S=Q(h,o,i)*h%i,w=Q(S,o,i)*h%i,x=Q(w,t,i)*f%i;return{pow_p_5_8:Q(x,Bc,i)*e%i,b2:a}}function yh(e){return e[0]&=248,e[31]&=127,e[31]|=64,e}var Ki=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752");function Vi(e,t){let r=en.p,n=nt(t*t*t,r),o=nt(n*n*t,r),i=mh(e*o).pow_p_5_8,s=nt(e*n*i,r),a=nt(t*s*s,r),c=s,u=nt(s*Ki,r),f=a===e,l=a===nt(-e,r),d=a===nt(-e*Ki,r);return f&&(s=c),(l||d)&&(s=u),me(s,r)&&(s=nt(-s,r)),{isValid:f||l,value:s}}var Ye=Dt(en.p,{isLE:!0}),gh=Dt(en.n,{isLE:!0}),xh={...en,Fp:Ye,hash:ic,adjustScalarBytes:yh,uvRatio:Vi},Rt=Cc(xh);var Fi=Ki,wh=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),bh=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),Eh=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),Sh=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),_c=e=>Vi(ge,e),vh=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),Mi=e=>Rt.CURVE.Fp.create(he(e)&vh);function Pc(e){let{d:t}=Rt.CURVE,r=Rt.CURVE.Fp.ORDER,n=Rt.CURVE.Fp.create,o=n(Fi*e*e),i=n((o+ge)*Eh),s=BigInt(-1),a=n((s-t*o)*n(o+t)),{isValid:c,value:u}=Vi(i,a),f=n(u*e);me(f,r)||(f=n(-f)),c||(u=f),c||(s=o);let l=n(s*(o-ge)*Sh-a),d=u*u,h=n((u+u)*a),S=n(l*wh),w=n(ge-d),x=n(ge+d);return new Rt.Point(n(h*x),n(w*S),n(S*x),n(h*w))}function Ah(e){rt(e,64);let t=Mi(e.subarray(0,32)),r=Pc(t),n=Mi(e.subarray(32,64)),o=Pc(n);return new xe(r.add(o))}var xe=class e extends qn{constructor(t){super(t)}static fromAffine(t){return new e(Rt.Point.fromAffine(t))}assertSame(t){if(!(t instanceof e))throw new Error("RistrettoPoint expected")}init(t){return new e(t)}static hashToCurve(t){return Ah(Z("ristrettoHash",t,64))}static fromBytes(t){rt(t,32);let{a:r,d:n}=Rt.CURVE,o=Ye.ORDER,i=Ye.create,s=Mi(t);if(!ac(pe(s,32),t)||me(s,o))throw new Error("invalid ristretto255 encoding 1");let a=i(s*s),c=i(ge+r*a),u=i(ge-r*a),f=i(c*c),l=i(u*u),d=i(r*n*f-l),{isValid:h,value:S}=_c(i(d*l)),w=i(S*u),x=i(S*w*d),T=i((s+s)*w);me(T,o)&&(T=i(-T));let R=i(c*x),P=i(T*R);if(!h||me(P,o)||R===dh)throw new Error("invalid ristretto255 encoding 2");return new e(new Rt.Point(T,R,ge,P))}static fromHex(t){return e.fromBytes(Z("ristrettoHex",t,32))}static msm(t,r){return wr(e,Rt.Point.Fn,t,r)}toBytes(){let{X:t,Y:r,Z:n,T:o}=this.ep,i=Ye.ORDER,s=Ye.create,a=s(s(n+r)*s(n-r)),c=s(t*r),u=s(c*c),{value:f}=_c(s(a*u)),l=s(f*a),d=s(f*c),h=s(l*d*o),S;if(me(o*h,i)){let x=s(r*Fi),T=s(t*Fi);t=x,r=T,S=s(l*bh)}else S=d;me(t*h,i)&&(r=s(-r));let w=s((n-r)*S);return me(w,i)&&(w=s(-w)),pe(w,32)}equals(t){this.assertSame(t);let{X:r,Y:n}=this.ep,{X:o,Y:i}=t.ep,s=Ye.create,a=s(r*i)===s(n*o),c=s(n*i)===s(r*o);return a||c}is0(){return this.equals(e.ZERO)}};xe.BASE=new xe(Rt.Point.BASE);xe.ZERO=new xe(Rt.Point.ZERO);xe.Fp=Ye;xe.Fn=gh;var rn=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}},Hn=class extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}};var Dc={get(e=globalThis){let t=e.crypto;if(t?.subtle==null)throw new Hn("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 Vt=Dc;var zn=32;var $i,Ih=(async()=>{try{return await Vt.get().subtle.generateKey({name:"Ed25519"},!0,["sign","verify"]),!0}catch{return!1}})();async function Th(e,t,r){if(e.buffer instanceof ArrayBuffer){let n=await Vt.get().subtle.importKey("raw",e.buffer,{name:"Ed25519"},!1,["verify"]);return await Vt.get().subtle.verify({name:"Ed25519"},n,t,r instanceof Uint8Array?r:r.subarray())}throw new TypeError("WebCrypto does not support SharedArrayBuffer for Ed25519 keys")}function Ch(e,t,r){return Rt.verify(t,r instanceof Uint8Array?r:r.subarray(),e)}async function Rc(e,t,r){return $i==null&&($i=await Ih),$i?Th(e,t,r):Ch(e,t,r)}function jn(e){return e==null?!1:typeof e.then=="function"&&typeof e.catch=="function"&&typeof e.finally=="function"}var Gn=class{type="Ed25519";raw;constructor(t){this.raw=qi(t,zn)}toMultihash(){return Bt.digest(dr(this))}toCID(){return z.createV1(114,this.toMultihash())}toString(){return W.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:J(this.raw,t.raw)}verify(t,r,n){n?.signal?.throwIfAborted();let o=Rc(this.raw,r,t);return jn(o)?o.then(i=>(n?.signal?.throwIfAborted(),i)):o}};function Hi(e){return e=qi(e,zn),new Gn(e)}function qi(e,t){if(e=Uint8Array.from(e??[]),e.length!==t)throw new it(`Key must be a Uint8Array of length ${t}, got ${e.length}`);return e}var _h=Math.pow(2,7),Ph=Math.pow(2,14),Dh=Math.pow(2,21),zi=Math.pow(2,28),ji=Math.pow(2,35),Gi=Math.pow(2,42),Zi=Math.pow(2,49),tt=128,yt=127;function re(e){if(e<_h)return 1;if(e<Ph)return 2;if(e<Dh)return 3;if(e<zi)return 4;if(e<ji)return 5;if(e<Gi)return 6;if(e<Zi)return 7;if(Number.MAX_SAFE_INTEGER!=null&&e>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function nn(e,t,r=0){switch(re(e)){case 8:t[r++]=e&255|tt,e/=128;case 7:t[r++]=e&255|tt,e/=128;case 6:t[r++]=e&255|tt,e/=128;case 5:t[r++]=e&255|tt,e/=128;case 4:t[r++]=e&255|tt,e>>>=7;case 3:t[r++]=e&255|tt,e>>>=7;case 2:t[r++]=e&255|tt,e>>>=7;case 1:{t[r++]=e&255,e>>>=7;break}default:throw new Error("unreachable")}return t}function Yi(e,t){let r=e[t],n=0;if(n+=r&yt,r<tt||(r=e[t+1],n+=(r&yt)<<7,r<tt)||(r=e[t+2],n+=(r&yt)<<14,r<tt)||(r=e[t+3],n+=(r&yt)<<21,r<tt)||(r=e[t+4],n+=(r&yt)*zi,r<tt)||(r=e[t+5],n+=(r&yt)*ji,r<tt)||(r=e[t+6],n+=(r&yt)*Gi,r<tt)||(r=e[t+7],n+=(r&yt)*Zi,r<tt))return n;throw new RangeError("Could not decode varint")}function Rh(e,t){let r=e.get(t),n=0;if(n+=r&yt,r<tt||(r=e.get(t+1),n+=(r&yt)<<7,r<tt)||(r=e.get(t+2),n+=(r&yt)<<14,r<tt)||(r=e.get(t+3),n+=(r&yt)<<21,r<tt)||(r=e.get(t+4),n+=(r&yt)*zi,r<tt)||(r=e.get(t+5),n+=(r&yt)*ji,r<tt)||(r=e.get(t+6),n+=(r&yt)*Gi,r<tt)||(r=e.get(t+7),n+=(r&yt)*Zi,r<tt))return n;throw new RangeError("Could not decode varint")}function Wi(e,t=0){return e instanceof Uint8Array?Yi(e,t):Rh(e,t)}var Xi=new Float32Array([-0]),Ue=new Uint8Array(Xi.buffer);function Uc(e,t,r){Xi[0]=e,t[r]=Ue[0],t[r+1]=Ue[1],t[r+2]=Ue[2],t[r+3]=Ue[3]}function Lc(e,t){return Ue[0]=e[t],Ue[1]=e[t+1],Ue[2]=e[t+2],Ue[3]=e[t+3],Xi[0]}var Ji=new Float64Array([-0]),gt=new Uint8Array(Ji.buffer);function Oc(e,t,r){Ji[0]=e,t[r]=gt[0],t[r+1]=gt[1],t[r+2]=gt[2],t[r+3]=gt[3],t[r+4]=gt[4],t[r+5]=gt[5],t[r+6]=gt[6],t[r+7]=gt[7]}function kc(e,t){return gt[0]=e[t],gt[1]=e[t+1],gt[2]=e[t+2],gt[3]=e[t+3],gt[4]=e[t+4],gt[5]=e[t+5],gt[6]=e[t+6],gt[7]=e[t+7],Ji[0]}var Uh=BigInt(Number.MAX_SAFE_INTEGER),Lh=BigInt(Number.MIN_SAFE_INTEGER),Nt=class e{lo;hi;constructor(t,r){this.lo=t|0,this.hi=r|0}toNumber(t=!1){if(!t&&this.hi>>>31>0){let r=~this.lo+1>>>0,n=~this.hi>>>0;return r===0&&(n=n+1>>>0),-(r+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 r=~this.lo+1>>>0,n=~this.hi>>>0;return r===0&&(n=n+1>>>0),-(BigInt(r)+(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,r=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?r===0?t<16384?t<128?1:2:t<2097152?3:4:r<16384?r<128?5:6:r<2097152?7:8:n<128?9:10}static fromBigInt(t){if(t===0n)return We;if(t<Uh&&t>Lh)return this.fromNumber(Number(t));let r=t<0n;r&&(t=-t);let n=t>>32n,o=t-(n<<32n);return r&&(n=~n|0n,o=~o|0n,++o>Kc&&(o=0n,++n>Kc&&(n=0n))),new e(Number(o),Number(n))}static fromNumber(t){if(t===0)return We;let r=t<0;r&&(t=-t);let n=t>>>0,o=(t-n)/4294967296>>>0;return r&&(o=~o>>>0,n=~n>>>0,++n>4294967295&&(n=0,++o>4294967295&&(o=0))),new e(n,o)}static from(t){return typeof t=="number"?e.fromNumber(t):typeof t=="bigint"?e.fromBigInt(t):typeof t=="string"?e.fromBigInt(BigInt(t)):t.low!=null||t.high!=null?new e(t.low>>>0,t.high>>>0):We}},We=new Nt(0,0);We.toBigInt=function(){return 0n};We.zzEncode=We.zzDecode=function(){return this};We.length=function(){return 1};var Kc=4294967296n;function Fc(e){let t=0,r=0;for(let n=0;n<e.length;++n)r=e.charCodeAt(n),r<128?t+=1:r<2048?t+=2:(r&64512)===55296&&(e.charCodeAt(n+1)&64512)===56320?(++n,t+=4):t+=3;return t}function Mc(e,t,r){if(r-t<1)return"";let o,i=[],s=0,a;for(;t<r;)a=e[t++],a<128?i[s++]=a:a>191&&a<224?i[s++]=(a&31)<<6|e[t++]&63:a>239&&a<365?(a=((a&7)<<18|(e[t++]&63)<<12|(e[t++]&63)<<6|e[t++]&63)-65536,i[s++]=55296+(a>>10),i[s++]=56320+(a&1023)):i[s++]=(a&15)<<12|(e[t++]&63)<<6|e[t++]&63,s>8191&&((o??(o=[])).push(String.fromCharCode.apply(String,i)),s=0);return o!=null?(s>0&&o.push(String.fromCharCode.apply(String,i.slice(0,s))),o.join("")):String.fromCharCode.apply(String,i.slice(0,s))}function Qi(e,t,r){let n=r,o,i;for(let s=0;s<e.length;++s)o=e.charCodeAt(s),o<128?t[r++]=o:o<2048?(t[r++]=o>>6|192,t[r++]=o&63|128):(o&64512)===55296&&((i=e.charCodeAt(s+1))&64512)===56320?(o=65536+((o&1023)<<10)+(i&1023),++s,t[r++]=o>>18|240,t[r++]=o>>12&63|128,t[r++]=o>>6&63|128,t[r++]=o&63|128):(t[r++]=o>>12|224,t[r++]=o>>6&63|128,t[r++]=o&63|128);return r-n}function jt(e,t){return RangeError(`index out of range: ${e.pos} + ${t??1} > ${e.len}`)}function Zn(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<<24)>>>0}var ts=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,jt(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 jt(this,4);return Zn(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw jt(this,4);return Zn(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw jt(this,4);let t=Lc(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw jt(this,4);let t=kc(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),r=this.pos,n=this.pos+t;if(n>this.len)throw jt(this,t);return this.pos+=t,r===n?new Uint8Array(0):this.buf.subarray(r,n)}string(){let t=this.bytes();return Mc(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw jt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw jt(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 Nt(0,0),r=0;if(this.len-this.pos>4){for(;r<4;++r)if(t.lo=(t.lo|(this.buf[this.pos]&127)<<r*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;r=0}else{for(;r<3;++r){if(this.pos>=this.len)throw jt(this);if(t.lo=(t.lo|(this.buf[this.pos]&127)<<r*7)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(this.buf[this.pos++]&127)<<r*7)>>>0,t}if(this.len-this.pos>4){for(;r<5;++r)if(t.hi=(t.hi|(this.buf[this.pos]&127)<<r*7+3)>>>0,this.buf[this.pos++]<128)return t}else for(;r<5;++r){if(this.pos>=this.len)throw jt(this);if(t.hi=(t.hi|(this.buf[this.pos]&127)<<r*7+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw jt(this,8);let t=Zn(this.buf,this.pos+=4),r=Zn(this.buf,this.pos+=4);return new Nt(t,r)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let t=Yi(this.buf,this.pos);return this.pos+=re(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 es(e){return new ts(e instanceof Uint8Array?e:e.subarray())}function br(e,t,r){let n=es(e);return t.decode(n,void 0,r)}function rs(e){let t=e??8192,r=t>>>1,n,o=t;return function(s){if(s<1||s>r)return _t(s);o+s>t&&(n=_t(t),o=0);let a=n.subarray(o,o+=s);return(o&7)!==0&&(o=(o|7)+1),a}}var Xe=class{fn;len;next;val;constructor(t,r,n){this.fn=t,this.len=r,this.next=void 0,this.val=n}};function ns(){}var is=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},Oh=rs();function kh(e){return globalThis.Buffer!=null?_t(e):Oh(e)}var sn=class{len;head;tail;states;constructor(){this.len=0,this.head=new Xe(ns,0,0),this.tail=this.head,this.states=null}_push(t,r,n){return this.tail=this.tail.next=new Xe(t,r,n),this.len+=r,this}uint32(t){return this.len+=(this.tail=this.tail.next=new ss((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(Yn,10,Nt.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let r=Nt.fromBigInt(t);return this._push(Yn,r.length(),r)}uint64Number(t){return this._push(nn,re(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 r=Nt.fromBigInt(t).zzEncode();return this._push(Yn,r.length(),r)}sint64Number(t){let r=Nt.fromNumber(t).zzEncode();return this._push(Yn,r.length(),r)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(os,1,t?1:0)}fixed32(t){return this._push(on,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let r=Nt.fromBigInt(t);return this._push(on,4,r.lo)._push(on,4,r.hi)}fixed64Number(t){let r=Nt.fromNumber(t);return this._push(on,4,r.lo)._push(on,4,r.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(Uc,4,t)}double(t){return this._push(Oc,8,t)}bytes(t){let r=t.length>>>0;return r===0?this._push(os,1,0):this.uint32(r)._push(Fh,r,t)}string(t){let r=Fc(t);return r!==0?this.uint32(r)._push(Qi,r,t):this._push(os,1,0)}fork(){return this.states=new is(this),this.head=this.tail=new Xe(ns,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 Xe(ns,0,0),this.len=0),this}ldelim(){let t=this.head,r=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=t.next,this.tail=r,this.len+=n),this}finish(){let t=this.head.next,r=kh(this.len),n=0;for(;t!=null;)t.fn(t.val,r,n),n+=t.len,t=t.next;return r}};function os(e,t,r){t[r]=e&255}function Kh(e,t,r){for(;e>127;)t[r++]=e&127|128,e>>>=7;t[r]=e}var ss=class extends Xe{next;constructor(t,r){super(Kh,t,r),this.next=void 0}};function Yn(e,t,r){for(;e.hi!==0;)t[r++]=e.lo&127|128,e.lo=(e.lo>>>7|e.hi<<25)>>>0,e.hi>>>=7;for(;e.lo>127;)t[r++]=e.lo&127|128,e.lo=e.lo>>>7;t[r++]=e.lo}function on(e,t,r){t[r]=e&255,t[r+1]=e>>>8&255,t[r+2]=e>>>16&255,t[r+3]=e>>>24}function Fh(e,t,r){t.set(e,r)}globalThis.Buffer!=null&&(sn.prototype.bytes=function(e){let t=e.length>>>0;return this.uint32(t),t>0&&this._push(Mh,t,e),this},sn.prototype.string=function(e){let t=globalThis.Buffer.byteLength(e);return this.uint32(t),t>0&&this._push(Vh,t,e),this});function Mh(e,t,r){t.set(e,r)}function Vh(e,t,r){e.length<40?Qi(e,t,r):t.utf8Write!=null?t.utf8Write(e,r):t.set($(e),r)}function as(){return new sn}function Er(e,t){let r=as();return t.encode(e,r,{lengthDelimited:!1}),r.finish()}var Sr;(function(e){e[e.VARINT=0]="VARINT",e[e.BIT64=1]="BIT64",e[e.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",e[e.START_GROUP=3]="START_GROUP",e[e.END_GROUP=4]="END_GROUP",e[e.BIT32=5]="BIT32"})(Sr||(Sr={}));function Wn(e,t,r,n){return{name:e,type:t,encode:r,decode:n}}function an(e){function t(o){if(e[o.toString()]==null)throw new Error("Invalid enum value");return e[o]}let r=function(i,s){let a=t(i);s.int32(a)},n=function(i){let s=i.int32();return t(s)};return Wn("enum",Sr.VARINT,r,n)}function vr(e,t){return Wn("message",Sr.LENGTH_DELIMITED,e,t)}var ot;(function(e){e.RSA="RSA",e.Ed25519="Ed25519",e.secp256k1="secp256k1",e.ECDSA="ECDSA"})(ot||(ot={}));var cs;(function(e){e[e.RSA=0]="RSA",e[e.Ed25519=1]="Ed25519",e[e.secp256k1=2]="secp256k1",e[e.ECDSA=3]="ECDSA"})(cs||(cs={}));(function(e){e.codec=()=>an(cs)})(ot||(ot={}));var ne;(function(e){let t;e.codec=()=>(t==null&&(t=vr((r,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),ot.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),o.lengthDelimited!==!1&&n.ldelim()},(r,n,o={})=>{let i={},s=n==null?r.len:r.pos+n;for(;r.pos<s;){let a=r.uint32();switch(a>>>3){case 1:{i.Type=ot.codec().decode(r);break}case 2:{i.Data=r.bytes();break}default:{r.skipType(a&7);break}}}return i})),t),e.encode=r=>Er(r,e.codec()),e.decode=(r,n)=>br(r,e.codec(),n)})(ne||(ne={}));var us;(function(e){let t;e.codec=()=>(t==null&&(t=vr((r,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),ot.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),o.lengthDelimited!==!1&&n.ldelim()},(r,n,o={})=>{let i={},s=n==null?r.len:r.pos+n;for(;r.pos<s;){let a=r.uint32();switch(a>>>3){case 1:{i.Type=ot.codec().decode(r);break}case 2:{i.Data=r.bytes();break}default:{r.skipType(a&7);break}}}return i})),t),e.encode=r=>Er(r,e.codec()),e.decode=(r,n)=>br(r,e.codec(),n)})(us||(us={}));var un={};Et(un,{MAX_RSA_KEY_SIZE:()=>fs,generateRSAKeyPair:()=>jc,jwkToJWKKeyPair:()=>Gc,jwkToPkcs1:()=>zh,jwkToPkix:()=>ps,jwkToRSAPrivateKey:()=>xs,pkcs1MessageToJwk:()=>ds,pkcs1MessageToRSAPrivateKey:()=>ms,pkcs1ToJwk:()=>Hh,pkcs1ToRSAPrivateKey:()=>zc,pkixMessageToJwk:()=>hs,pkixMessageToRSAPublicKey:()=>gs,pkixToJwk:()=>jh,pkixToRSAPublicKey:()=>ys});var Xn=Fn;var Ar=class{type="RSA";jwk;_raw;_multihash;constructor(t,r){this.jwk=t,this._multihash=r}get raw(){return this._raw==null&&(this._raw=un.jwkToPkix(this.jwk)),this._raw}toMultihash(){return this._multihash}toCID(){return z.createV1(114,this._multihash)}toString(){return W.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:J(this.raw,t.raw)}verify(t,r,n){return Hc(this.jwk,r,t,n)}},cn=class{type="RSA";jwk;_raw;publicKey;constructor(t,r){this.jwk=t,this.publicKey=r}get raw(){return this._raw==null&&(this._raw=un.jwkToPkcs1(this.jwk)),this._raw}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:J(this.raw,t.raw)}sign(t,r){return qc(this.jwk,t,r)}};var fs=8192,ls=18,$h=1062,qh=Uint8Array.from([48,13,6,9,42,134,72,134,247,13,1,1,1,5,0]);function Hh(e){let t=ce(e);return ds(t)}function ds(e){return{n:H(e[1],"base64url"),e:H(e[2],"base64url"),d:H(e[3],"base64url"),p:H(e[4],"base64url"),q:H(e[5],"base64url"),dp:H(e[6],"base64url"),dq:H(e[7],"base64url"),qi:H(e[8],"base64url"),kty:"RSA"}}function zh(e){if(e.n==null||e.e==null||e.d==null||e.p==null||e.q==null||e.dp==null||e.dq==null||e.qi==null)throw new it("JWK was missing components");return Ce([At(Uint8Array.from([0])),At($(e.n,"base64url")),At($(e.e,"base64url")),At($(e.d,"base64url")),At($(e.p,"base64url")),At($(e.q,"base64url")),At($(e.dp,"base64url")),At($(e.dq,"base64url")),At($(e.qi,"base64url"))]).subarray()}function jh(e){let t=ce(e,{offset:0});return hs(t)}function hs(e){let t=ce(e[1],{offset:0});return{kty:"RSA",n:H(t[0],"base64url"),e:H(t[1],"base64url")}}function ps(e){if(e.n==null||e.e==null)throw new it("JWK was missing components");return Ce([qh,Un(Ce([At($(e.n,"base64url")),At($(e.e,"base64url"))]))]).subarray()}function zc(e){let t=ce(e);return ms(t)}function ms(e){let t=ds(e);return xs(t)}function ys(e,t){if(e.byteLength>=$h)throw new rr("Key size is too large");let r=ce(e,{offset:0});return gs(r,e,t)}function gs(e,t,r){let n=hs(e);if(r==null){let o=Xn(ne.encode({Type:ot.RSA,Data:t}));r=Ht(ls,o)}return new Ar(n,r)}function xs(e){if(Yc(e)>fs)throw new it("Key size is too large");let t=Gc(e),r=Xn(ne.encode({Type:ot.RSA,Data:ps(t.publicKey)})),n=Ht(ls,r);return new cn(t.privateKey,new Ar(t.publicKey,n))}async function jc(e){if(e>fs)throw new it("Key size is too large");let t=await Zc(e),r=Xn(ne.encode({Type:ot.RSA,Data:ps(t.publicKey)})),n=Ht(ls,r);return new cn(t.privateKey,new Ar(t.publicKey,n))}function Gc(e){if(e==null)throw new it("Missing key parameter");return{privateKey:e,publicKey:{kty:e.kty,n:e.n,e:e.e}}}async function Zc(e,t){let r=await Vt.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]);t?.signal?.throwIfAborted();let n=await Gh(r,t);return{privateKey:n[0],publicKey:n[1]}}async function qc(e,t,r){let n=await Vt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]);r?.signal?.throwIfAborted();let o=await Vt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},n,t instanceof Uint8Array?t:t.subarray());return r?.signal?.throwIfAborted(),new Uint8Array(o,0,o.byteLength)}async function Hc(e,t,r,n){let o=await Vt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);n?.signal?.throwIfAborted();let i=await Vt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},o,t,r instanceof Uint8Array?r:r.subarray());return n?.signal?.throwIfAborted(),i}async function Gh(e,t){if(e.privateKey==null||e.publicKey==null)throw new it("Private and public key are required");let r=await Promise.all([Vt.get().subtle.exportKey("jwk",e.privateKey),Vt.get().subtle.exportKey("jwk",e.publicKey)]);return t?.signal?.throwIfAborted(),r}function Yc(e){if(e.kty!=="RSA")throw new it("invalid key type");if(e.n==null)throw new it("invalid key modulus");return $(e.n,"base64url").length*8}var Jn=class extends hr{constructor(t,r){super(),this.finished=!1,this.destroyed=!1,Ln(t);let n=Gr(r);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let o=this.blockLen,i=new Uint8Array(o);i.set(n.length>o?t.create().update(n).digest():n);for(let s=0;s<i.length;s++)i[s]^=54;this.iHash.update(i),this.oHash=t.create();for(let s=0;s<i.length;s++)i[s]^=106;this.oHash.update(i),fe(i)}update(t){return pr(this),this.iHash.update(t),this}digestInto(t){pr(this),rt(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:r,iHash:n,finished:o,destroyed:i,blockLen:s,outputLen:a}=this;return t=t,t.finished=o,t.destroyed=i,t.blockLen=s,t.outputLen=a,t.oHash=r._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},ws=(e,t,r)=>new Jn(e,t).update(r).digest();ws.create=(e,t)=>new Jn(e,t);var Wc=(e,t)=>(e+(e>=0?t:-t)/Jc)/t;function Zh(e,t,r){let[[n,o],[i,s]]=t,a=Wc(s*e,r),c=Wc(-o*e,r),u=e-a*n-c*i,f=-a*o-c*s,l=u<be,d=f<be;l&&(u=-u),d&&(f=-f);let h=Re(Math.ceil(Vn(r)/2))+Tr;if(u<be||u>=h||f<be||f>=h)throw new Error("splitScalar (endomorphism): failed, k="+e);return{k1neg:l,k1:u,k2neg:d,k2:f}}function Xc(e){e.lowS!==void 0&&de("lowS",e.lowS),e.prehash!==void 0&&de("prehash",e.prehash)}var bs=class extends Error{constructor(t=""){super(t)}},we={Err:bs,_tlv:{encode:(e,t)=>{let{Err:r}=we;if(e<0||e>256)throw new r("tlv.encode: wrong tag");if(t.length&1)throw new r("tlv.encode: unpadded data");let n=t.length/2,o=Jr(n);if(o.length/2&128)throw new r("tlv.encode: long form length too big");let i=n>127?Jr(o.length/2|128):"";return Jr(e)+i+o+t},decode(e,t){let{Err:r}=we,n=0;if(e<0||e>256)throw new r("tlv.encode: wrong tag");if(t.length<2||t[n++]!==e)throw new r("tlv.decode: wrong tlv");let o=t[n++],i=!!(o&128),s=0;if(!i)s=o;else{let c=o&127;if(!c)throw new r("tlv.decode(long): indefinite length not supported");if(c>4)throw new r("tlv.decode(long): byte length is too big");let u=t.subarray(n,n+c);if(u.length!==c)throw new r("tlv.decode: length bytes not complete");if(u[0]===0)throw new r("tlv.decode(long): zero leftmost byte");for(let f of u)s=s<<8|f;if(n+=c,s<128)throw new r("tlv.decode(long): not minimal encoding")}let a=t.subarray(n,n+s);if(a.length!==s)throw new r("tlv.decode: wrong value length");return{v:a,l:t.subarray(n+s)}}},_int:{encode(e){let{Err:t}=we;if(e<be)throw new t("integer: negative integers are not allowed");let r=Jr(e);if(Number.parseInt(r[0],16)&8&&(r="00"+r),r.length&1)throw new t("unexpected DER parsing assertion: unpadded hex");return r},decode(e){let{Err:t}=we;if(e[0]&128)throw new t("invalid signature integer: negative");if(e[0]===0&&!(e[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return mr(e)}},toSig(e){let{Err:t,_int:r,_tlv:n}=we,o=Z("signature",e),{v:i,l:s}=n.decode(48,o);if(s.length)throw new t("invalid signature: left bytes after parsing");let{v:a,l:c}=n.decode(2,i),{v:u,l:f}=n.decode(2,c);if(f.length)throw new t("invalid signature: left bytes after parsing");return{r:r.decode(a),s:r.decode(u)}},hexFromSig(e){let{_tlv:t,_int:r}=we,n=t.encode(2,r.encode(e.r)),o=t.encode(2,r.encode(e.s)),i=n+o;return t.encode(48,i)}},be=BigInt(0),Tr=BigInt(1),Jc=BigInt(2),Qn=BigInt(3),Yh=BigInt(4);function Wh(e,t,r){function n(o){let i=e.sqr(o),s=e.mul(i,o);return e.add(e.add(s,e.mul(o,t)),r)}return n}function Ir(e,t){let{BYTES:r}=e,n;if(typeof t=="bigint")n=t;else{let o=Z("private key",t);try{n=e.fromBytes(o)}catch{throw new Error(`invalid private key: expected ui8a of size ${r}, got ${typeof t}`)}}if(!e.isValidNot0(n))throw new Error("invalid private key: out of range [1..N-1]");return n}function Xh(e,t={}){let{Fp:r,Fn:n}=$n("weierstrass",e,t),{h:o,n:i}=e;Ne(t,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object",wrapPrivateKey:"boolean"});let{endo:s}=t;if(s&&(!r.is0(e.a)||typeof s.beta!="bigint"||!Array.isArray(s.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');function a(){if(!r.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function c(A,m,p){let{x:y,y:v}=m.toAffine(),N=r.toBytes(y);if(de("isCompressed",p),p){a();let D=!r.isOdd(v);return It(Qc(D),N)}else return It(Uint8Array.of(4),N,r.toBytes(v))}function u(A){rt(A);let m=r.BYTES,p=m+1,y=2*m+1,v=A.length,N=A[0],D=A.subarray(1);if(v===p&&(N===2||N===3)){let g=r.fromBytes(D);if(!r.isValid(g))throw new Error("bad point: is not on curve, wrong x");let b=d(g),C;try{C=r.sqrt(b)}catch(V){let q=V instanceof Error?": "+V.message:"";throw new Error("bad point: is not on curve, sqrt error"+q)}a();let U=r.isOdd(C);return(N&1)===1!==U&&(C=r.neg(C)),{x:g,y:C}}else if(v===y&&N===4){let g=r.fromBytes(D.subarray(m*0,m*1)),b=r.fromBytes(D.subarray(m*1,m*2));if(!h(g,b))throw new Error("bad point: is not on curve");return{x:g,y:b}}else throw new Error(`bad point: got length ${v}, expected compressed=${p} or uncompressed=${y}`)}let f=t.toBytes||c,l=t.fromBytes||u,d=Wh(r,e.a,e.b);function h(A,m){let p=r.sqr(m),y=d(A);return r.eql(p,y)}if(!h(e.Gx,e.Gy))throw new Error("bad curve params: generator point");let S=r.mul(r.pow(e.a,Qn),Yh),w=r.mul(r.sqr(e.b),BigInt(27));if(r.is0(r.add(S,w)))throw new Error("bad curve params: a or b");function x(A,m,p=!1){if(!r.isValid(m)||p&&r.is0(m))throw new Error(`bad point coordinate ${A}`);return m}function T(A){if(!(A instanceof _))throw new Error("ProjectivePoint expected")}function R(A){if(!s||!s.basises)throw new Error("no endo");return Zh(A,s.basises,n.ORDER)}let P=yr((A,m)=>{let{X:p,Y:y,Z:v}=A;if(r.eql(v,r.ONE))return{x:p,y};let N=A.is0();m==null&&(m=N?r.ONE:r.inv(v));let D=r.mul(p,m),g=r.mul(y,m),b=r.mul(v,m);if(N)return{x:r.ZERO,y:r.ZERO};if(!r.eql(b,r.ONE))throw new Error("invZ was invalid");return{x:D,y:g}}),L=yr(A=>{if(A.is0()){if(t.allowInfinityPoint&&!r.is0(A.Y))return;throw new Error("bad point: ZERO")}let{x:m,y:p}=A.toAffine();if(!r.isValid(m)||!r.isValid(p))throw new Error("bad point: x or y not field elements");if(!h(m,p))throw new Error("bad point: equation left != right");if(!A.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function K(A,m,p,y,v){return p=new _(r.mul(p.X,A),p.Y,p.Z),m=tn(y,m),p=tn(v,p),m.add(p)}class _{constructor(m,p,y){this.X=x("x",m),this.Y=x("y",p,!0),this.Z=x("z",y),Object.freeze(this)}static fromAffine(m){let{x:p,y}=m||{};if(!m||!r.isValid(p)||!r.isValid(y))throw new Error("invalid affine point");if(m instanceof _)throw new Error("projective point not allowed");return r.is0(p)&&r.is0(y)?_.ZERO:new _(p,y,r.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}get px(){return this.X}get py(){return this.X}get pz(){return this.Z}static normalizeZ(m){return ye(_,m)}static fromBytes(m){return rt(m),_.fromHex(m)}static fromHex(m){let p=_.fromAffine(l(Z("pointHex",m)));return p.assertValidity(),p}static fromPrivateKey(m){return _.BASE.multiply(Ir(n,m))}static msm(m,p){return wr(_,n,m,p)}_setWindowSize(m){this.precompute(m)}precompute(m=8,p=!0){return I.createCache(this,m),p||this.multiply(Qn),this}assertValidity(){L(this)}hasEvenY(){let{y:m}=this.toAffine();if(!r.isOdd)throw new Error("Field doesn't support isOdd");return!r.isOdd(m)}equals(m){T(m);let{X:p,Y:y,Z:v}=this,{X:N,Y:D,Z:g}=m,b=r.eql(r.mul(p,g),r.mul(N,v)),C=r.eql(r.mul(y,g),r.mul(D,v));return b&&C}negate(){return new _(this.X,r.neg(this.Y),this.Z)}double(){let{a:m,b:p}=e,y=r.mul(p,Qn),{X:v,Y:N,Z:D}=this,g=r.ZERO,b=r.ZERO,C=r.ZERO,U=r.mul(v,v),F=r.mul(N,N),V=r.mul(D,D),q=r.mul(v,N);return q=r.add(q,q),C=r.mul(v,D),C=r.add(C,C),g=r.mul(m,C),b=r.mul(y,V),b=r.add(g,b),g=r.sub(F,b),b=r.add(F,b),b=r.mul(g,b),g=r.mul(q,g),C=r.mul(y,C),V=r.mul(m,V),q=r.sub(U,V),q=r.mul(m,q),q=r.add(q,C),C=r.add(U,U),U=r.add(C,U),U=r.add(U,V),U=r.mul(U,q),b=r.add(b,U),V=r.mul(N,D),V=r.add(V,V),U=r.mul(V,q),g=r.sub(g,U),C=r.mul(V,F),C=r.add(C,C),C=r.add(C,C),new _(g,b,C)}add(m){T(m);let{X:p,Y:y,Z:v}=this,{X:N,Y:D,Z:g}=m,b=r.ZERO,C=r.ZERO,U=r.ZERO,F=e.a,V=r.mul(e.b,Qn),q=r.mul(p,N),X=r.mul(y,D),Y=r.mul(v,g),Tt=r.add(p,y),G=r.add(N,D);Tt=r.mul(Tt,G),G=r.add(q,X),Tt=r.sub(Tt,G),G=r.add(p,v);let at=r.add(N,g);return G=r.mul(G,at),at=r.add(q,Y),G=r.sub(G,at),at=r.add(y,v),b=r.add(D,g),at=r.mul(at,b),b=r.add(X,Y),at=r.sub(at,b),U=r.mul(F,G),b=r.mul(V,Y),U=r.add(b,U),b=r.sub(X,U),U=r.add(X,U),C=r.mul(b,U),X=r.add(q,q),X=r.add(X,q),Y=r.mul(F,Y),G=r.mul(V,G),X=r.add(X,Y),Y=r.sub(q,Y),Y=r.mul(F,Y),G=r.add(G,Y),q=r.mul(X,G),C=r.add(C,q),q=r.mul(at,G),b=r.mul(Tt,b),b=r.sub(b,q),q=r.mul(Tt,X),U=r.mul(at,U),U=r.add(U,q),new _(b,C,U)}subtract(m){return this.add(m.negate())}is0(){return this.equals(_.ZERO)}multiply(m){let{endo:p}=t;if(!n.isValidNot0(m))throw new Error("invalid scalar: out of range");let y,v,N=D=>I.cached(this,D,g=>ye(_,g));if(p){let{k1neg:D,k1:g,k2neg:b,k2:C}=R(m),{p:U,f:F}=N(g),{p:V,f:q}=N(C);v=F.add(q),y=K(p.beta,U,V,D,b)}else{let{p:D,f:g}=N(m);y=D,v=g}return ye(_,[y,v])[0]}multiplyUnsafe(m){let{endo:p}=t,y=this;if(!n.isValid(m))throw new Error("invalid scalar: out of range");if(m===be||y.is0())return _.ZERO;if(m===Tr)return y;if(I.hasCache(this))return this.multiply(m);if(p){let{k1neg:v,k1:N,k2neg:D,k2:g}=R(m),{p1:b,p2:C}=Tc(_,y,N,g);return K(p.beta,b,C,v,D)}else return I.unsafe(y,m)}multiplyAndAddUnsafe(m,p,y){let v=this.multiplyUnsafe(p).add(m.multiplyUnsafe(y));return v.is0()?void 0:v}toAffine(m){return P(this,m)}isTorsionFree(){let{isTorsionFree:m}=t;return o===Tr?!0:m?m(_,this):I.unsafe(this,i).is0()}clearCofactor(){let{clearCofactor:m}=t;return o===Tr?this:m?m(_,this):this.multiplyUnsafe(o)}isSmallOrder(){return this.multiplyUnsafe(o).is0()}toBytes(m=!0){return de("isCompressed",m),this.assertValidity(),f(_,this,m)}toRawBytes(m=!0){return this.toBytes(m)}toHex(m=!0){return Mt(this.toBytes(m))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}_.BASE=new _(e.Gx,e.Gy,r.ONE),_.ZERO=new _(r.ZERO,r.ONE,r.ZERO),_.Fp=r,_.Fn=n;let k=n.BITS,I=new xr(_,t.endo?Math.ceil(k/2):k);return _}function Qc(e){return Uint8Array.of(e?2:3)}function Jh(e,t,r={}){Ln(t),Ne(r,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"});let n=r.randomBytes||Zr,o=r.hmac||((g,...b)=>ws(t,g,It(...b))),{Fp:i,Fn:s}=e,{ORDER:a,BITS:c}=s,u=Ri(a),f={secret:s.BYTES,public:1+i.BYTES,publicUncompressed:1+2*i.BYTES,signature:2*s.BYTES,seed:u};function l(g){let b=a>>Tr;return g>b}function d(g){return l(g)?s.neg(g):g}function h(g,b){if(!s.isValidNot0(b))throw new Error(`invalid signature ${g}: out of range 1..CURVE.n`)}class S{constructor(b,C,U){h("r",b),h("s",C),this.r=b,this.s=C,U!=null&&(this.recovery=U),Object.freeze(this)}static fromBytes(b,C="compact"){if(C==="compact"){let U=s.BYTES;rt(b,U*2);let F=b.subarray(0,U),V=b.subarray(U,U*2);return new S(s.fromBytes(F),s.fromBytes(V))}if(C==="der"){rt(b);let{r:U,s:F}=we.toSig(b);return new S(U,F)}throw new Error("invalid format")}static fromHex(b,C){return this.fromBytes(He(b),C)}addRecoveryBit(b){return new S(this.r,this.s,b)}recoverPublicKey(b){let C=i.ORDER,{r:U,s:F,recovery:V}=this;if(V==null||![0,1,2,3].includes(V))throw new Error("recovery id invalid");if(a*Jc<C&&V>1)throw new Error("recovery id is ambiguous for h>1 curve");let X=V===2||V===3?U+a:U;if(!i.isValid(X))throw new Error("recovery id 2 or 3 invalid");let Y=i.toBytes(X),Tt=e.fromHex(It(Qc((V&1)===0),Y)),G=s.inv(X),at=k(Z("msgHash",b)),Ct=s.create(-at*G),Ae=s.create(F*G),Ke=e.BASE.multiplyUnsafe(Ct).add(Tt.multiplyUnsafe(Ae));if(Ke.is0())throw new Error("point at infinify");return Ke.assertValidity(),Ke}hasHighS(){return l(this.s)}normalizeS(){return this.hasHighS()?new S(this.r,s.neg(this.s),this.recovery):this}toBytes(b="compact"){if(b==="compact")return It(s.toBytes(this.r),s.toBytes(this.s));if(b==="der")return He(we.hexFromSig(this));throw new Error("invalid format")}toHex(b){return Mt(this.toBytes(b))}assertValidity(){}static fromCompact(b){return S.fromBytes(Z("sig",b),"compact")}static fromDER(b){return S.fromBytes(Z("sig",b),"der")}toDERRawBytes(){return this.toBytes("der")}toDERHex(){return Mt(this.toBytes("der"))}toCompactRawBytes(){return this.toBytes("compact")}toCompactHex(){return Mt(this.toBytes("compact"))}}function w(g){try{return!!Ir(s,g)}catch{return!1}}function x(g,b){try{let C=g.length;return b===!0&&C!==f.public||b===!1&&C!==f.publicUncompressed?!1:!!e.fromBytes(g)}catch{return!1}}function T(g=n(u)){return Ni(g,a)}let R={isValidSecretKey:w,isValidPublicKey:x,randomSecretKey:T,isValidPrivateKey:w,randomPrivateKey:T,normPrivateKeyToScalar:g=>Ir(s,g),precompute(g=8,b=e.BASE){return b.precompute(g,!1)}};function P(g,b=!0){return e.BASE.multiply(Ir(s,g)).toBytes(b)}function L(g){if(typeof g=="bigint")return!1;if(g instanceof e)return!0;if(s.allowedLengths||f.secret===f.public)return;let b=Z("key",g).length;return b===f.public||b===f.publicUncompressed}function K(g,b,C=!0){if(L(g)===!0)throw new Error("first arg must be private key");if(L(b)===!1)throw new Error("second arg must be public key");let U=Ir(s,g);return e.fromHex(b).multiply(U).toBytes(C)}let _=r.bits2int||function(g){if(g.length>8192)throw new Error("input is too large");let b=mr(g),C=g.length*8-c;return C>0?b>>BigInt(C):b},k=r.bits2int_modN||function(g){return s.create(_(g))},I=Re(c);function A(g){return De("num < 2^"+c,g,be,I),s.toBytes(g)}function m(g,b,C=p){if(["recovered","canonical"].some(Ct=>Ct in C))throw new Error("sign() legacy options not supported");let{lowS:U,prehash:F,extraEntropy:V}=C;U==null&&(U=!0),g=Z("msgHash",g),Xc(C),F&&(g=Z("prehashed msgHash",t(g)));let q=k(g),X=Ir(s,b),Y=[A(X),A(q)];if(V!=null&&V!==!1){let Ct=V===!0?n(f.secret):V;Y.push(Z("extraEntropy",Ct))}let Tt=It(...Y),G=q;function at(Ct){let Ae=_(Ct);if(!s.isValidNot0(Ae))return;let Ke=s.inv(Ae),kr=e.BASE.multiply(Ae).toAffine(),Fe=s.create(kr.x);if(Fe===be)return;let Kr=s.create(Ke*s.create(G+Fe*X));if(Kr===be)return;let la=(kr.x===Fe?0:2)|Number(kr.y&Tr),da=Kr;return U&&l(Kr)&&(da=d(Kr),la^=1),new S(Fe,da,la)}return{seed:Tt,k2sig:at}}let p={lowS:r.lowS,prehash:!1},y={lowS:r.lowS,prehash:!1};function v(g,b,C=p){let{seed:U,k2sig:F}=m(g,b,C);return uc(t.outputLen,s.BYTES,o)(U,F)}e.BASE.precompute(8);function N(g,b,C,U=y){let F=g;b=Z("msgHash",b),C=Z("publicKey",C),Xc(U);let{lowS:V,prehash:q,format:X}=U;if("strict"in U)throw new Error("options.strict was renamed to lowS");let Y,Tt;if(X===void 0){let G=typeof F=="string"||qe(F),at=!G&&F!==null&&typeof F=="object"&&typeof F.r=="bigint"&&typeof F.s=="bigint";if(!G&&!at)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");if(at)Y=new S(F.r,F.s);else if(G){try{Y=S.fromDER(F)}catch(Ct){if(!(Ct instanceof we.Err))throw Ct}if(!Y)try{Y=S.fromCompact(F)}catch{return!1}}}else if(X==="compact"||X==="der"){if(typeof F!="string"&&!qe(F))throw new Error('"der" / "compact" format expects Uint8Array signature');Y=S.fromBytes(Z("sig",F),X)}else if(X==="js"){if(!(F instanceof S))throw new Error('"js" format expects Signature instance');Y=F}else throw new Error('format must be "compact", "der" or "js"');if(!Y)return!1;try{if(Tt=e.fromHex(C),V&&Y.hasHighS())return!1;q&&(b=t(b));let{r:G,s:at}=Y,Ct=k(b),Ae=s.inv(at),Ke=s.create(Ct*Ae),kr=s.create(G*Ae),Fe=e.BASE.multiplyUnsafe(Ke).add(Tt.multiplyUnsafe(kr));return Fe.is0()?!1:s.create(Fe.x)===G}catch{return!1}}function D(g){let b=R.randomSecretKey(g);return{secretKey:b,publicKey:P(b)}}return Object.freeze({keygen:D,getPublicKey:P,sign:v,verify:N,getSharedSecret:K,utils:R,Point:e,Signature:S,info:{type:"weierstrass",lengths:f,publicKeyHasPrefix:!0}})}function Qh(e){let t={a:e.a,b:e.b,p:e.Fp.ORDER,n:e.n,h:e.h,Gx:e.Gx,Gy:e.Gy},r=e.Fp,n=e.allowedPrivateKeyLengths?Array.from(new Set(e.allowedPrivateKeyLengths.map(s=>Math.ceil(s/2)))):void 0,o=Dt(t.n,{BITS:e.nBitLength,allowedLengths:n,modOnDecode:e.wrapPrivateKey}),i={Fp:r,Fn:o,allowInfinityPoint:e.allowInfinityPoint,endo:e.endo,isTorsionFree:e.isTorsionFree,clearCofactor:e.clearCofactor,fromBytes:e.fromBytes,toBytes:e.toBytes};return{CURVE:t,curveOpts:i}}function tp(e){let{CURVE:t,curveOpts:r}=Qh(e),n={hmac:e.hmac,randomBytes:e.randomBytes,lowS:e.lowS,bits2int:e.bits2int,bits2int_modN:e.bits2int_modN};return{CURVE:t,curveOpts:r,hash:e.hash,ecdsaOpts:n}}function ep(e,t){return Object.assign({},t,{ProjectivePoint:t.Point,CURVE:e})}function tu(e){let{CURVE:t,curveOpts:r,hash:n,ecdsaOpts:o}=tp(e),i=Xh(t,r),s=Jh(i,n,o);return ep(e,s)}function eu(e,t){let r=n=>tu({...e,hash:n});return{...r(t),create:r}}var Ss={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},rp={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]};var ru=BigInt(2);function np(e){let t=Ss.p,r=BigInt(3),n=BigInt(6),o=BigInt(11),i=BigInt(22),s=BigInt(23),a=BigInt(44),c=BigInt(88),u=e*e*e%t,f=u*u*e%t,l=Q(f,r,t)*f%t,d=Q(l,r,t)*f%t,h=Q(d,ru,t)*u%t,S=Q(h,o,t)*h%t,w=Q(S,i,t)*S%t,x=Q(w,a,t)*w%t,T=Q(x,c,t)*x%t,R=Q(T,a,t)*w%t,P=Q(R,r,t)*f%t,L=Q(P,s,t)*S%t,K=Q(L,n,t)*u%t,_=Q(K,ru,t);if(!Es.eql(Es.sqr(_),e))throw new Error("Cannot find square root");return _}var Es=Dt(Ss.p,void 0,void 0,{sqrt:np}),Cr=eu({...Ss,Fp:Es,lowS:!0,endo:rp},Fn);function nu(e,t,r,n){let o=$r.digest(r instanceof Uint8Array?r:r.subarray());if(jn(o))return o.then(({digest:i})=>(n?.signal?.throwIfAborted(),Cr.verify(t,i,e))).catch(i=>{throw i.name==="AbortError"?i:new rn(String(i))});try{return n?.signal?.throwIfAborted(),Cr.verify(t,o.digest,e)}catch(i){throw new rn(String(i))}}var to=class{type="secp256k1";raw;_key;constructor(t){this._key=iu(t),this.raw=ou(this._key)}toMultihash(){return Bt.digest(dr(this))}toCID(){return z.createV1(114,this.toMultihash())}toString(){return W.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:J(this.raw,t.raw)}verify(t,r,n){return nu(this._key,r,t,n)}};function vs(e){return new to(e)}function ou(e){return Cr.ProjectivePoint.fromHex(e).toRawBytes(!0)}function iu(e){try{return Cr.ProjectivePoint.fromHex(e),e}catch(t){throw new rr(String(t))}}function su(e,t){let{Type:r,Data:n}=ne.decode(e),o=n??new Uint8Array;switch(r){case ot.RSA:return ys(o,t);case ot.Ed25519:return Hi(o);case ot.secp256k1:return vs(o);case ot.ECDSA:return Ei(o);default:throw new or}}function eo(e){let{Type:t,Data:r}=ne.decode(e.digest),n=r??new Uint8Array;switch(t){case ot.Ed25519:return Hi(n);case ot.secp256k1:return vs(n);case ot.ECDSA:return Ei(n);default:throw new or}}function dr(e){return ne.encode({Type:ot[e.type],Data:e.raw})}var au=Symbol.for("nodejs.util.inspect.custom"),op=114,fn=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()})`}[zo]=!0;toString(){return this.string==null&&(this.string=W.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return z.createV1(op,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return J(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return J(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[au](){return`PeerId(${this.toString()})`}},ro=class extends fn{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},no=class extends fn{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},oo=class extends fn{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},ip=2336,ln=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=Bt.digest($(this.url))}[au](){return`PeerId(${this.url})`}[zo]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return z.createV1(ip,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=H(t)),t.toString()===this.toString())}};var sp=114,cu=2336;function uu(e,t){let r;if(e.charAt(0)==="1"||e.charAt(0)==="Q")r=Me(W.decode(`z${e}`));else{if(e.startsWith("k51qzi5uqu5")||e.startsWith("kzwfwjn5ji4")||e.startsWith("k2k4r8")||e.startsWith("bafz"))return As(z.parse(e));if(t==null)throw new it('Please pass a multibase decoder for strings that do not start with "1" or "Q"');r=Me(t.decode(e))}return fu(r)}function fu(e){if(cp(e))return new ro({multihash:e});if(ap(e))try{let t=eo(e);if(t.type==="Ed25519")return new no({multihash:e,publicKey:t});if(t.type==="secp256k1")return new oo({multihash:e,publicKey:t})}catch{let r=H(e.digest);return new ln(new URL(r))}throw new nr("Supplied PeerID Multihash is invalid")}function As(e){if(e?.multihash==null||e.version==null||e.version===1&&e.code!==sp&&e.code!==cu)throw new Bn("Supplied PeerID CID is invalid");if(e.code===cu){let t=H(e.multihash.digest);return new ln(new URL(t))}return fu(e.multihash)}function ap(e){return e.code===Bt.code}function cp(e){return e.code===$r.code}var ht=class extends Error{static name="InvalidMultiaddrError";name="InvalidMultiaddrError"},Ee=class extends Error{static name="ValidationError";name="ValidationError"},dn=class extends Error{static name="InvalidParametersError";name="InvalidParametersError"},io=class extends Error{static name="UnknownProtocolError";name="UnknownProtocolError"};var so=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let r=this.index,n=t();return n===void 0&&(this.index=r),n}parseWith(t){let r=t();if(this.index===this.input.length)return r}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 r=this.readChar();if(r===t)return r})}readSeparator(t,r,n){return this.readAtomically(()=>{if(!(r>0&&this.readGivenChar(t)===void 0))return n()})}readNumber(t,r,n,o){return this.readAtomically(()=>{let i=0,s=0,a=this.peekChar();if(a===void 0)return;let c=a==="0",u=2**(8*o)-1;for(;;){let f=this.readAtomically(()=>{let l=this.readChar();if(l===void 0)return;let d=Number.parseInt(l,t);if(!Number.isNaN(d))return d});if(f===void 0)break;if(i*=t,i+=f,i>u||(s+=1,r!==void 0&&s>r))return}if(s!==0)return!n&&c&&s>1?void 0:i})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let r=0;r<t.length;r++){let n=this.readSeparator(".",r,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;t[r]=n}return t})}readIPv6Addr(){let t=r=>{for(let n=0;n<r.length/2;n++){let o=n*2;if(n<r.length-3){let s=this.readSeparator(":",n,()=>this.readIPv4Addr());if(s!==void 0)return r[o]=s[0],r[o+1]=s[1],r[o+2]=s[2],r[o+3]=s[3],[o+4,!0]}let i=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(i===void 0)return[o,!1];r[o]=i>>8,r[o+1]=i&255}return[r.length,!1]};return this.readAtomically(()=>{let r=new Uint8Array(16),[n,o]=t(r);if(n===16)return r;if(o||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let i=new Uint8Array(14),s=16-(n+2),[a]=t(i.subarray(0,s));return r.set(i.subarray(0,a),16-a),r})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var up=45,fp=15,ao=new so;function Is(e){if(!(e.length>fp))return ao.new(e).parseWith(()=>ao.readIPv4Addr())}function Ts(e){if(e.includes("%")&&(e=e.split("%")[0]),!(e.length>up))return ao.new(e).parseWith(()=>ao.readIPv6Addr())}function co(e){return!!Is(e)}function du(e){return!!Ts(e)}function Bs(e){return t=>H(t,e)}function _s(e){return t=>$(t,e)}function Br(e){return new DataView(e.buffer).getUint16(e.byteOffset).toString()}function Je(e){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,typeof e=="string"?parseInt(e):e),new Uint8Array(t)}function hu(e){let t=e.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 r=$(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=Je(n);return Ft([r,o],r.length+o.length)}function pu(e){let t=e.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 r=Qt.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=Je(n);return Ft([r,o],r.length+o.length)}function Ps(e){let t=e.subarray(0,e.length-2),r=e.subarray(e.length-2),n=H(t,"base32"),o=Br(r);return`${n}:${o}`}var Ds=function(e){e=e.toString().trim();let t=new Uint8Array(4);return e.split(/\./g).forEach((r,n)=>{let o=parseInt(r,10);if(isNaN(o)||o<0||o>255)throw new ht("Invalid byte value in IP address");t[n]=o}),t},mu=function(e){let t=0;e=e.toString().trim();let r=e.split(":",8),n;for(n=0;n<r.length;n++){let i=co(r[n]),s;i&&(s=Ds(r[n]),r[n]=H(s.subarray(0,2),"base16")),s!=null&&++n<8&&r.splice(n,0,H(s.subarray(2,4),"base16"))}if(r[0]==="")for(;r.length<8;)r.unshift("0");else if(r[r.length-1]==="")for(;r.length<8;)r.push("0");else if(r.length<8){for(n=0;n<r.length&&r[n]!=="";n++);let i=[n,1];for(n=9-r.length;n>0;n--)i.push("0");r.splice.apply(r,i)}let o=new Uint8Array(t+16);for(n=0;n<r.length;n++){r[n]===""&&(r[n]="0");let i=parseInt(r[n],16);if(isNaN(i)||i<0||i>65535)throw new ht("Invalid byte value in IP address");o[t++]=i>>8&255,o[t++]=i&255}return o},yu=function(e){if(e.byteLength!==4)throw new ht("IPv4 address was incorrect length");let t=[];for(let r=0;r<e.byteLength;r++)t.push(e[r]);return t.join(".")},gu=function(e){if(e.byteLength!==16)throw new ht("IPv6 address was incorrect length");let t=[];for(let n=0;n<e.byteLength;n+=2){let o=e[n],i=e[n+1],s=`${o.toString(16).padStart(2,"0")}${i.toString(16).padStart(2,"0")}`;t.push(s)}let r=t.join(":");try{let n=new URL(`http://[${r}]`);return n.hostname.substring(1,n.hostname.length-1)}catch{throw new ht(`Invalid IPv6 address "${r}"`)}};function xu(e){try{let t=new URL(`http://[${e}]`);return t.hostname.substring(1,t.hostname.length-1)}catch{throw new ht(`Invalid IPv6 address "${e}"`)}}var Cs=Object.values(qr).map(e=>e.decoder),lp=function(){let e=Cs[0].or(Cs[1]);return Cs.slice(2).forEach(t=>e=e.or(t)),e}();function wu(e){return lp.decode(e)}function bu(e){return t=>e.encoder.encode(t)}function dp(e){if(parseInt(e).toString()!==e)throw new Ee("Value must be an integer")}function hp(e){if(e<0)throw new Ee("Value must be a positive integer, or zero")}function pp(e){return t=>{if(t>e)throw new Ee(`Value must be smaller than or equal to ${e}`)}}function mp(...e){return t=>{for(let r of e)r(t)}}var hn=mp(dp,hp,pp(65535));var ft=-1,Rs=class{protocolsByCode=new Map;protocolsByName=new Map;getProtocol(t){let r;if(typeof t=="string"?r=this.protocolsByName.get(t):r=this.protocolsByCode.get(t),r==null)throw new io(`Protocol ${t} was unknown`);return r}addProtocol(t){this.protocolsByCode.set(t.code,t),this.protocolsByName.set(t.name,t),t.aliases?.forEach(r=>{this.protocolsByName.set(r,t)})}removeProtocol(t){let r=this.protocolsByCode.get(t);r!=null&&(this.protocolsByCode.delete(r.code),this.protocolsByName.delete(r.name),r.aliases?.forEach(n=>{this.protocolsByName.delete(n)}))}},Ut=new Rs,zp=[{code:4,name:"ip4",size:32,valueToBytes:Ds,bytesToValue:yu,validate:e=>{if(!co(e))throw new Ee(`Invalid IPv4 address "${e}"`)}},{code:6,name:"tcp",size:16,valueToBytes:Je,bytesToValue:Br,validate:hn},{code:273,name:"udp",size:16,valueToBytes:Je,bytesToValue:Br,validate:hn},{code:33,name:"dccp",size:16,valueToBytes:Je,bytesToValue:Br,validate:hn},{code:41,name:"ip6",size:128,valueToBytes:mu,bytesToValue:gu,stringToValue:xu,validate:e=>{if(!du(e))throw new Ee(`Invalid IPv6 address "${e}"`)}},{code:42,name:"ip6zone",size:ft},{code:43,name:"ipcidr",size:8,bytesToValue:Bs("base10"),valueToBytes:_s("base10")},{code:53,name:"dns",size:ft,resolvable:!0},{code:54,name:"dns4",size:ft,resolvable:!0},{code:55,name:"dns6",size:ft,resolvable:!0},{code:56,name:"dnsaddr",size:ft,resolvable:!0},{code:132,name:"sctp",size:16,valueToBytes:Je,bytesToValue:Br,validate:hn},{code:301,name:"udt"},{code:302,name:"utp"},{code:400,name:"unix",size:ft,path:!0,stringToValue:e=>decodeURIComponent(e),valueToString:e=>encodeURIComponent(e)},{code:421,name:"p2p",aliases:["ipfs"],size:ft,bytesToValue:Bs("base58btc"),valueToBytes:e=>e.startsWith("Q")||e.startsWith("1")?_s("base58btc")(e):z.parse(e).multihash.bytes},{code:444,name:"onion",size:96,bytesToValue:Ps,valueToBytes:hu},{code:445,name:"onion3",size:296,bytesToValue:Ps,valueToBytes:pu},{code:446,name:"garlic64",size:ft},{code:447,name:"garlic32",size:ft},{code:448,name:"tls"},{code:449,name:"sni",size:ft},{code:454,name:"noise"},{code:460,name:"quic"},{code:461,name:"quic-v1"},{code:465,name:"webtransport"},{code:466,name:"certhash",size:ft,bytesToValue:bu(Qo),valueToBytes:wu},{code:480,name:"http"},{code:481,name:"http-path",size:ft,stringToValue:e=>`/${decodeURIComponent(e)}`,valueToString:e=>encodeURIComponent(e.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:ft}];zp.forEach(e=>{Ut.addProtocol(e)});function Eu(e){let t=[],r=0;for(;r<e.length;){let n=Wi(e,r),o=Ut.getProtocol(n),i=re(n),s=jp(o,e,r+i),a=0;s>0&&o.size===ft&&(a=re(s));let c=i+a+s,u={code:n,name:o.name,bytes:e.subarray(r,r+c)};if(s>0){let f=r+i+a,l=e.subarray(f,f+s);u.value=o.bytesToValue?.(l)??H(l)}t.push(u),r+=c}return t}function Su(e){let t=0,r=[];for(let n of e){if(n.bytes==null){let o=Ut.getProtocol(n.code),i=re(n.code),s,a=0,c=0;n.value!=null&&(s=o.valueToBytes?.(n.value)??$(n.value),a=s.byteLength,o.size===ft&&(c=re(a)));let u=new Uint8Array(i+c+a),f=0;nn(n.code,u,f),f+=i,s!=null&&(o.size===ft&&(nn(a,u,f),f+=c),u.set(s,f)),n.bytes=u}r.push(n.bytes),t+=n.bytes.byteLength}return Ft(r,t)}function vu(e){if(e.charAt(0)!=="/")throw new ht('String multiaddr must start with "/"');let t=[],r="protocol",n="",o="";for(let i=1;i<e.length;i++){let s=e.charAt(i);s!=="/"&&(r==="protocol"?o+=e.charAt(i):n+=e.charAt(i));let a=i===e.length-1;if(s==="/"||a){let c=Ut.getProtocol(o);if(r==="protocol"){if(c.size==null||c.size===0){t.push({code:c.code,name:c.name}),n="",o="",r="protocol";continue}else if(a)throw new ht(`Component ${o} was missing value`);r="value"}else if(r==="value"){let u={code:c.code,name:c.name};if(c.size!=null&&c.size!==0){if(n==="")throw new ht(`Component ${o} was missing value`);u.value=c.stringToValue?.(n)??n}t.push(u),n="",o="",r="protocol"}}}if(o!==""&&n!=="")throw new ht("Incomplete multiaddr");return t}function Au(e){return`/${e.flatMap(t=>{if(t.value==null)return t.name;let r=Ut.getProtocol(t.code);if(r==null)throw new ht(`Unknown protocol code ${t.code}`);return[t.name,r.valueToString?.(t.value)??t.value]}).join("/")}`}function jp(e,t,r){return e.size==null||e.size===0?0:e.size>0?e.size/8:Wi(t,r)}var Gp=Symbol.for("nodejs.util.inspect.custom"),Ms=Symbol.for("@multiformats/multiaddr"),Zp=[53,54,55,56],Fs=class extends Error{constructor(t="No available resolver"){super(t),this.name="NoAvailableResolverError"}};function Yp(e){if(e==null&&(e="/"),Tu(e))return e.getComponents();if(e instanceof Uint8Array)return Eu(e);if(typeof e=="string")return e=e.replace(/\/(\/)+/,"/").replace(/(\/)+$/,""),e===""&&(e="/"),vu(e);if(Array.isArray(e))return e;throw new ht("Must be a string, Uint8Array, Component[], or another Multiaddr")}var po=class e{[Ms]=!0;#t;#n;#e;constructor(t="/",r={}){this.#t=Yp(t),r.validate!==!1&&Wp(this)}get bytes(){return this.#e==null&&(this.#e=Su(this.#t)),this.#e}toString(){return this.#n==null&&(this.#n=Au(this.#t)),this.#n}toJSON(){return this.toString()}toOptions(){let t,r,n,o,i="";for(let{code:a,name:c,value:u}of this.#t)a===42&&(i=`%${u??""}`),Zp.includes(a)&&(r="tcp",o=443,n=`${u??""}${i}`,t=a===55?6:4),(a===6||a===273)&&(r=c==="tcp"?"tcp":"udp",o=parseInt(u??"")),(a===4||a===41)&&(r="tcp",n=`${u??""}${i}`,t=a===41?6:4);if(t==null||r==null||n==null||o==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:n,transport:r,port:o}}getComponents(){return[...this.#t]}protos(){return this.#t.map(({code:t,value:r})=>{let n=Ut.getProtocol(t);return{code:t,size:n.size??0,name:n.name,resolvable:!!n.resolvable,path:!!n.path}})}protoCodes(){return this.#t.map(({code:t})=>t)}protoNames(){return this.#t.map(({name:t})=>t)}tuples(){return this.#t.map(({code:t,value:r})=>{if(r==null)return[t];let n=Ut.getProtocol(t),o=[t];return r!=null&&o.push(n.valueToBytes?.(r)??$(r)),o})}stringTuples(){return this.#t.map(({code:t,value:r})=>r==null?[t]:[t,r])}encapsulate(t){let r=new e(t);return new e([...this.#t,...r.getComponents()],{validate:!1})}decapsulate(t){let r=t.toString(),n=this.toString(),o=n.lastIndexOf(r);if(o<0)throw new dn(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new e(n.slice(0,o),{validate:!1})}decapsulateCode(t){let r;for(let n=this.#t.length-1;n>-1;n--)if(this.#t[n].code===t){r=n;break}return new e(this.#t.slice(0,r),{validate:!1})}getPeerId(){try{let t=[];this.#t.forEach(({code:n,value:o})=>{n===421&&t.push([n,o]),n===290&&(t=[])});let r=t.pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?H(W.decode(`z${n}`),"base58btc"):H(z.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){for(let t of this.#t)if(Ut.getProtocol(t.code).path)return t.value??null;return null}equals(t){return J(this.bytes,t.bytes)}async resolve(t){let r=this.protos().find(i=>i.resolvable);if(r==null)return[this];let n=Iu.get(r.name);if(n==null)throw new Fs(`no available resolver for ${r.name}`);return(await n(this,t)).map(i=>Qe(i))}nodeAddress(){let t=this.toOptions();if(t.transport!=="tcp"&&t.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${t.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:t.family,address:t.host,port:t.port}}isThinWaistAddress(){return!(this.#t.length!==2||this.#t[0].code!==4&&this.#t[0].code!==41||this.#t[1].code!==6&&this.#t[1].code!==273)}[Gp](){return`Multiaddr(${this.toString()})`}};function Wp(e){e.getComponents().forEach(t=>{let r=Ut.getProtocol(t.code);t.value!=null&&r.validate?.(t.value)})}var d1=parseInt("0xFFFF",16),h1=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var Iu=new Map;function Tu(e){return!!e?.[Ms]}function Qe(e){return new po(e)}function mn(e){let t=new globalThis.AbortController;function r(){t.abort();for(let i of e)i?.removeEventListener!=null&&i.removeEventListener("abort",r)}for(let i of e){if(i?.aborted===!0){r();break}i?.addEventListener!=null&&i.addEventListener("abort",r)}function n(){for(let i of e)i?.removeEventListener!=null&&i.removeEventListener("abort",r)}let o=t.signal;return o.clear=n,o}async function*mo(e,t={}){let r=e.getReader();try{for(;;){let n=await r.read();if(n.done)return;yield n.value}}finally{t.preventCancel!==!0&&await r.cancel(),r.releaseLock()}}var U0=Ho($s(),1);var Gt=class extends Error{static name="SignatureVerificationError";constructor(t="Record signature verification failed"){super(t),this.name="SignatureVerificationError"}},yo=class extends Error{static name="RecordExpiredError";constructor(t="Record has expired"){super(t),this.name="RecordExpiredError"}},_r=class extends Error{static name="UnsupportedValidityError";constructor(t="The validity type is unsupported"){super(t),this.name="UnsupportedValidityError"}},go=class extends Error{static name="RecordTooLargeError";constructor(t="The record is too large"){super(t),this.name="RecordTooLargeError"}},xo=class extends Error{static name="InvalidValueError";constructor(t="Value must be a valid content path starting with /"){super(t),this.name="InvalidValueError"}},wo=class extends Error{static name="InvalidRecordDataError";constructor(t="Invalid record data"){super(t),this.name="InvalidRecordDataError"}},yn=class extends Error{static name="InvalidEmbeddedPublicKeyError";constructor(t="Invalid embedded public key"){super(t),this.name="InvalidEmbeddedPublicKeyError"}};var Zt;(function(e){let t;(function(o){o.EOL="EOL"})(t=e.ValidityType||(e.ValidityType={}));let r;(function(o){o[o.EOL=0]="EOL"})(r||(r={})),function(o){o.codec=()=>an(r)}(t=e.ValidityType||(e.ValidityType={}));let n;e.codec=()=>(n==null&&(n=vr((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.value!=null&&(i.uint32(10),i.bytes(o.value)),o.signatureV1!=null&&(i.uint32(18),i.bytes(o.signatureV1)),o.validityType!=null&&(i.uint32(24),e.ValidityType.codec().encode(o.validityType,i)),o.validity!=null&&(i.uint32(34),i.bytes(o.validity)),o.sequence!=null&&(i.uint32(40),i.uint64(o.sequence)),o.ttl!=null&&(i.uint32(48),i.uint64(o.ttl)),o.pubKey!=null&&(i.uint32(58),i.bytes(o.pubKey)),o.signatureV2!=null&&(i.uint32(66),i.bytes(o.signatureV2)),o.data!=null&&(i.uint32(74),i.bytes(o.data)),s.lengthDelimited!==!1&&i.ldelim()},(o,i,s={})=>{let a={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let u=o.uint32();switch(u>>>3){case 1:{a.value=o.bytes();break}case 2:{a.signatureV1=o.bytes();break}case 3:{a.validityType=e.ValidityType.codec().decode(o);break}case 4:{a.validity=o.bytes();break}case 5:{a.sequence=o.uint64();break}case 6:{a.ttl=o.uint64();break}case 7:{a.pubKey=o.bytes();break}case 8:{a.signatureV2=o.bytes();break}case 9:{a.data=o.bytes();break}default:{o.skipType(u&7);break}}}return a})),n),e.encode=o=>Er(o,e.codec()),e.decode=(o,i)=>br(o,e.codec(),i)})(Zt||(Zt={}));var e0=["string","number","bigint","symbol"],r0=["Function","Generator","AsyncGenerator","GeneratorFunction","AsyncGeneratorFunction","AsyncFunction","Observable","Array","Buffer","Object","RegExp","Date","Error","Map","Set","WeakMap","WeakSet","ArrayBuffer","SharedArrayBuffer","DataView","Promise","URL","HTMLElement","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Uint16Array","Int32Array","Uint32Array","Float32Array","Float64Array","BigInt64Array","BigUint64Array"];function _u(e){if(e===null)return"null";if(e===void 0)return"undefined";if(e===!0||e===!1)return"boolean";let t=typeof e;if(e0.includes(t))return t;if(t==="function")return"Function";if(Array.isArray(e))return"Array";if(n0(e))return"Buffer";let r=o0(e);return r||"Object"}function n0(e){return e&&e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer.call(null,e)}function o0(e){let t=Object.prototype.toString.call(e).slice(8,-1);if(r0.includes(t))return t}var E=class{constructor(t,r,n){this.major=t,this.majorEncoded=t<<5,this.name=r,this.terminal=n}toString(){return`Type[${this.major}].${this.name}`}compare(t){return this.major<t.major?-1:this.major>t.major?1:0}};E.uint=new E(0,"uint",!0);E.negint=new E(1,"negint",!0);E.bytes=new E(2,"bytes",!0);E.string=new E(3,"string",!0);E.array=new E(4,"array",!1);E.map=new E(5,"map",!1);E.tag=new E(6,"tag",!1);E.float=new E(7,"float",!0);E.false=new E(7,"false",!0);E.true=new E(7,"true",!0);E.null=new E(7,"null",!0);E.undefined=new E(7,"undefined",!0);E.break=new E(7,"break",!0);var O=class{constructor(t,r,n){this.type=t,this.value=r,this.encodedLength=n,this.encodedBytes=void 0,this.byteValue=void 0}toString(){return`Token[${this.type}].${this.value}`}};var Pr=globalThis.process&&!globalThis.process.browser&&globalThis.Buffer&&typeof globalThis.Buffer.isBuffer=="function",i0=new TextDecoder,s0=new TextEncoder;function bo(e){return Pr&&globalThis.Buffer.isBuffer(e)}function Nu(e){return e instanceof Uint8Array?bo(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e:Uint8Array.from(e)}var Uu=Pr?(e,t,r)=>r-t>64?globalThis.Buffer.from(e.subarray(t,r)).toString("utf8"):Du(e,t,r):(e,t,r)=>r-t>64?i0.decode(e.subarray(t,r)):Du(e,t,r),Lu=Pr?e=>e.length>64?globalThis.Buffer.from(e):Pu(e):e=>e.length>64?s0.encode(e):Pu(e);var Dr=Pr?(e,t,r)=>bo(e)?new Uint8Array(e.subarray(t,r)):e.slice(t,r):(e,t,r)=>e.slice(t,r),Ou=Pr?(e,t)=>(e=e.map(r=>r instanceof Uint8Array?r:globalThis.Buffer.from(r)),Nu(globalThis.Buffer.concat(e,t))):(e,t)=>{let r=new Uint8Array(t),n=0;for(let o of e)n+o.length>r.length&&(o=o.subarray(0,r.length-n)),r.set(o,n),n+=o.length;return r},ku=Pr?e=>globalThis.Buffer.allocUnsafe(e):e=>new Uint8Array(e);function Ku(e,t){if(bo(e)&&bo(t))return e.compare(t);for(let r=0;r<e.length;r++)if(e[r]!==t[r])return e[r]<t[r]?-1:1;return 0}function Pu(e){let t=[],r=0;for(let n=0;n<e.length;n++){let o=e.charCodeAt(n);o<128?t[r++]=o:o<2048?(t[r++]=o>>6|192,t[r++]=o&63|128):(o&64512)===55296&&n+1<e.length&&(e.charCodeAt(n+1)&64512)===56320?(o=65536+((o&1023)<<10)+(e.charCodeAt(++n)&1023),t[r++]=o>>18|240,t[r++]=o>>12&63|128,t[r++]=o>>6&63|128,t[r++]=o&63|128):(t[r++]=o>>12|224,t[r++]=o>>6&63|128,t[r++]=o&63|128)}return t}function Du(e,t,r){let n=[];for(;t<r;){let o=e[t],i=null,s=o>239?4:o>223?3:o>191?2:1;if(t+s<=r){let a,c,u,f;switch(s){case 1:o<128&&(i=o);break;case 2:a=e[t+1],(a&192)===128&&(f=(o&31)<<6|a&63,f>127&&(i=f));break;case 3:a=e[t+1],c=e[t+2],(a&192)===128&&(c&192)===128&&(f=(o&15)<<12|(a&63)<<6|c&63,f>2047&&(f<55296||f>57343)&&(i=f));break;case 4:a=e[t+1],c=e[t+2],u=e[t+3],(a&192)===128&&(c&192)===128&&(u&192)===128&&(f=(o&15)<<18|(a&63)<<12|(c&63)<<6|u&63,f>65535&&f<1114112&&(i=f))}}i===null?(i=65533,s=1):i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|i&1023),n.push(i),t+=s}return a0(n)}var Ru=4096;function a0(e){let t=e.length;if(t<=Ru)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=Ru));return r}var c0=256,Eo=class{constructor(t=c0){this.chunkSize=t,this.cursor=0,this.maxCursor=-1,this.chunks=[],this._initReuseChunk=null}reset(){this.cursor=0,this.maxCursor=-1,this.chunks.length&&(this.chunks=[]),this._initReuseChunk!==null&&(this.chunks.push(this._initReuseChunk),this.maxCursor=this._initReuseChunk.length-1)}push(t){let r=this.chunks[this.chunks.length-1];if(this.cursor+t.length<=this.maxCursor+1){let o=r.length-(this.maxCursor-this.cursor)-1;r.set(t,o)}else{if(r){let o=r.length-(this.maxCursor-this.cursor)-1;o<r.length&&(this.chunks[this.chunks.length-1]=r.subarray(0,o),this.maxCursor=this.cursor-1)}t.length<64&&t.length<this.chunkSize?(r=ku(this.chunkSize),this.chunks.push(r),this.maxCursor+=r.length,this._initReuseChunk===null&&(this._initReuseChunk=r),r.set(t,0)):(this.chunks.push(t),this.maxCursor+=t.length)}this.cursor+=t.length}toBytes(t=!1){let r;if(this.chunks.length===1){let n=this.chunks[0];t&&this.cursor>n.length/2?(r=this.cursor===n.length?n:n.subarray(0,this.cursor),this._initReuseChunk=null,this.chunks=[]):r=Dr(n,0,this.cursor)}else r=Ou(this.chunks,this.cursor);return t&&this.reset(),r}};var M="CBOR decode error:",qs="CBOR encode error:",gn=[];gn[23]=1;gn[24]=2;gn[25]=3;gn[26]=5;gn[27]=9;function Se(e,t,r){if(e.length-t<r)throw new Error(`${M} not enough data for type`)}var lt=[24,256,65536,4294967296,BigInt("18446744073709551616")];function Lt(e,t,r){Se(e,t,1);let n=e[t];if(r.strict===!0&&n<lt[0])throw new Error(`${M} integer encoded in more bytes than necessary (strict decode)`);return n}function Ot(e,t,r){Se(e,t,2);let n=e[t]<<8|e[t+1];if(r.strict===!0&&n<lt[1])throw new Error(`${M} integer encoded in more bytes than necessary (strict decode)`);return n}function kt(e,t,r){Se(e,t,4);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3];if(r.strict===!0&&n<lt[2])throw new Error(`${M} integer encoded in more bytes than necessary (strict decode)`);return n}function Kt(e,t,r){Se(e,t,8);let n=e[t]*16777216+(e[t+1]<<16)+(e[t+2]<<8)+e[t+3],o=e[t+4]*16777216+(e[t+5]<<16)+(e[t+6]<<8)+e[t+7],i=(BigInt(n)<<BigInt(32))+BigInt(o);if(r.strict===!0&&i<lt[3])throw new Error(`${M} integer encoded in more bytes than necessary (strict decode)`);if(i<=Number.MAX_SAFE_INTEGER)return Number(i);if(r.allowBigInt===!0)return i;throw new Error(`${M} integers outside of the safe integer range are not supported`)}function Fu(e,t,r,n){return new O(E.uint,Lt(e,t+1,n),2)}function Mu(e,t,r,n){return new O(E.uint,Ot(e,t+1,n),3)}function Vu(e,t,r,n){return new O(E.uint,kt(e,t+1,n),5)}function $u(e,t,r,n){return new O(E.uint,Kt(e,t+1,n),9)}function $t(e,t){return pt(e,0,t.value)}function pt(e,t,r){if(r<lt[0]){let n=Number(r);e.push([t|n])}else if(r<lt[1]){let n=Number(r);e.push([t|24,n])}else if(r<lt[2]){let n=Number(r);e.push([t|25,n>>>8,n&255])}else if(r<lt[3]){let n=Number(r);e.push([t|26,n>>>24&255,n>>>16&255,n>>>8&255,n&255])}else{let n=BigInt(r);if(n<lt[4]){let o=[t|27,0,0,0,0,0,0,0],i=Number(n&BigInt(4294967295)),s=Number(n>>BigInt(32)&BigInt(4294967295));o[8]=i&255,i=i>>8,o[7]=i&255,i=i>>8,o[6]=i&255,i=i>>8,o[5]=i&255,o[4]=s&255,s=s>>8,o[3]=s&255,s=s>>8,o[2]=s&255,s=s>>8,o[1]=s&255,e.push(o)}else throw new Error(`${M} encountered BigInt larger than allowable range`)}}$t.encodedSize=function(t){return pt.encodedSize(t.value)};pt.encodedSize=function(t){return t<lt[0]?1:t<lt[1]?2:t<lt[2]?3:t<lt[3]?5:9};$t.compareTokens=function(t,r){return t.value<r.value?-1:t.value>r.value?1:0};function qu(e,t,r,n){return new O(E.negint,-1-Lt(e,t+1,n),2)}function Hu(e,t,r,n){return new O(E.negint,-1-Ot(e,t+1,n),3)}function zu(e,t,r,n){return new O(E.negint,-1-kt(e,t+1,n),5)}var Hs=BigInt(-1),ju=BigInt(1);function Gu(e,t,r,n){let o=Kt(e,t+1,n);if(typeof o!="bigint"){let i=-1-o;if(i>=Number.MIN_SAFE_INTEGER)return new O(E.negint,i,9)}if(n.allowBigInt!==!0)throw new Error(`${M} integers outside of the safe integer range are not supported`);return new O(E.negint,Hs-BigInt(o),9)}function So(e,t){let r=t.value,n=typeof r=="bigint"?r*Hs-ju:r*-1-1;pt(e,t.type.majorEncoded,n)}So.encodedSize=function(t){let r=t.value,n=typeof r=="bigint"?r*Hs-ju:r*-1-1;return n<lt[0]?1:n<lt[1]?2:n<lt[2]?3:n<lt[3]?5:9};So.compareTokens=function(t,r){return t.value<r.value?1:t.value>r.value?-1:0};function xn(e,t,r,n){Se(e,t,r+n);let o=Dr(e,t+r,t+r+n);return new O(E.bytes,o,r+n)}function Zu(e,t,r,n){return xn(e,t,1,r)}function Yu(e,t,r,n){return xn(e,t,2,Lt(e,t+1,n))}function Wu(e,t,r,n){return xn(e,t,3,Ot(e,t+1,n))}function Xu(e,t,r,n){return xn(e,t,5,kt(e,t+1,n))}function Ju(e,t,r,n){let o=Kt(e,t+1,n);if(typeof o=="bigint")throw new Error(`${M} 64-bit integer bytes lengths not supported`);return xn(e,t,9,o)}function vo(e){return e.encodedBytes===void 0&&(e.encodedBytes=e.type===E.string?Lu(e.value):e.value),e.encodedBytes}function Rr(e,t){let r=vo(t);pt(e,t.type.majorEncoded,r.length),e.push(r)}Rr.encodedSize=function(t){let r=vo(t);return pt.encodedSize(r.length)+r.length};Rr.compareTokens=function(t,r){return f0(vo(t),vo(r))};function f0(e,t){return e.length<t.length?-1:e.length>t.length?1:Ku(e,t)}function wn(e,t,r,n,o){let i=r+n;Se(e,t,i);let s=new O(E.string,Uu(e,t+r,t+i),i);return o.retainStringBytes===!0&&(s.byteValue=Dr(e,t+r,t+i)),s}function Qu(e,t,r,n){return wn(e,t,1,r,n)}function tf(e,t,r,n){return wn(e,t,2,Lt(e,t+1,n),n)}function ef(e,t,r,n){return wn(e,t,3,Ot(e,t+1,n),n)}function rf(e,t,r,n){return wn(e,t,5,kt(e,t+1,n),n)}function nf(e,t,r,n){let o=Kt(e,t+1,n);if(typeof o=="bigint")throw new Error(`${M} 64-bit integer string lengths not supported`);return wn(e,t,9,o,n)}var of=Rr;function Nr(e,t,r,n){return new O(E.array,n,r)}function sf(e,t,r,n){return Nr(e,t,1,r)}function af(e,t,r,n){return Nr(e,t,2,Lt(e,t+1,n))}function cf(e,t,r,n){return Nr(e,t,3,Ot(e,t+1,n))}function uf(e,t,r,n){return Nr(e,t,5,kt(e,t+1,n))}function ff(e,t,r,n){let o=Kt(e,t+1,n);if(typeof o=="bigint")throw new Error(`${M} 64-bit integer array lengths not supported`);return Nr(e,t,9,o)}function lf(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${M} indefinite length items not allowed`);return Nr(e,t,1,1/0)}function Ao(e,t){pt(e,E.array.majorEncoded,t.value)}Ao.compareTokens=$t.compareTokens;Ao.encodedSize=function(t){return pt.encodedSize(t.value)};function Ur(e,t,r,n){return new O(E.map,n,r)}function df(e,t,r,n){return Ur(e,t,1,r)}function hf(e,t,r,n){return Ur(e,t,2,Lt(e,t+1,n))}function pf(e,t,r,n){return Ur(e,t,3,Ot(e,t+1,n))}function mf(e,t,r,n){return Ur(e,t,5,kt(e,t+1,n))}function yf(e,t,r,n){let o=Kt(e,t+1,n);if(typeof o=="bigint")throw new Error(`${M} 64-bit integer map lengths not supported`);return Ur(e,t,9,o)}function gf(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${M} indefinite length items not allowed`);return Ur(e,t,1,1/0)}function Io(e,t){pt(e,E.map.majorEncoded,t.value)}Io.compareTokens=$t.compareTokens;Io.encodedSize=function(t){return pt.encodedSize(t.value)};function xf(e,t,r,n){return new O(E.tag,r,1)}function wf(e,t,r,n){return new O(E.tag,Lt(e,t+1,n),2)}function bf(e,t,r,n){return new O(E.tag,Ot(e,t+1,n),3)}function Ef(e,t,r,n){return new O(E.tag,kt(e,t+1,n),5)}function Sf(e,t,r,n){return new O(E.tag,Kt(e,t+1,n),9)}function To(e,t){pt(e,E.tag.majorEncoded,t.value)}To.compareTokens=$t.compareTokens;To.encodedSize=function(t){return pt.encodedSize(t.value)};var y0=20,g0=21,x0=22,w0=23;function vf(e,t,r,n){if(n.allowUndefined===!1)throw new Error(`${M} undefined values are not supported`);return n.coerceUndefinedToNull===!0?new O(E.null,null,1):new O(E.undefined,void 0,1)}function Af(e,t,r,n){if(n.allowIndefinite===!1)throw new Error(`${M} indefinite length items not allowed`);return new O(E.break,void 0,1)}function zs(e,t,r){if(r){if(r.allowNaN===!1&&Number.isNaN(e))throw new Error(`${M} NaN values are not supported`);if(r.allowInfinity===!1&&(e===1/0||e===-1/0))throw new Error(`${M} Infinity values are not supported`)}return new O(E.float,e,t)}function If(e,t,r,n){return zs(js(e,t+1),3,n)}function Tf(e,t,r,n){return zs(Gs(e,t+1),5,n)}function Cf(e,t,r,n){return zs(Df(e,t+1),9,n)}function Co(e,t,r){let n=t.value;if(n===!1)e.push([E.float.majorEncoded|y0]);else if(n===!0)e.push([E.float.majorEncoded|g0]);else if(n===null)e.push([E.float.majorEncoded|x0]);else if(n===void 0)e.push([E.float.majorEncoded|w0]);else{let o,i=!1;(!r||r.float64!==!0)&&(_f(n),o=js(Yt,1),n===o||Number.isNaN(n)?(Yt[0]=249,e.push(Yt.slice(0,3)),i=!0):(Pf(n),o=Gs(Yt,1),n===o&&(Yt[0]=250,e.push(Yt.slice(0,5)),i=!0))),i||(b0(n),o=Df(Yt,1),Yt[0]=251,e.push(Yt.slice(0,9)))}}Co.encodedSize=function(t,r){let n=t.value;if(n===!1||n===!0||n===null||n===void 0)return 1;if(!r||r.float64!==!0){_f(n);let o=js(Yt,1);if(n===o||Number.isNaN(n))return 3;if(Pf(n),o=Gs(Yt,1),n===o)return 5}return 9};var Bf=new ArrayBuffer(9),qt=new DataView(Bf,1),Yt=new Uint8Array(Bf,0);function _f(e){if(e===1/0)qt.setUint16(0,31744,!1);else if(e===-1/0)qt.setUint16(0,64512,!1);else if(Number.isNaN(e))qt.setUint16(0,32256,!1);else{qt.setFloat32(0,e);let t=qt.getUint32(0),r=(t&2139095040)>>23,n=t&8388607;if(r===255)qt.setUint16(0,31744,!1);else if(r===0)qt.setUint16(0,(e&2147483648)>>16|n>>13,!1);else{let o=r-127;o<-24?qt.setUint16(0,0):o<-14?qt.setUint16(0,(t&2147483648)>>16|1<<24+o,!1):qt.setUint16(0,(t&2147483648)>>16|o+15<<10|n>>13,!1)}}}function js(e,t){if(e.length-t<2)throw new Error(`${M} not enough data for float16`);let r=(e[t]<<8)+e[t+1];if(r===31744)return 1/0;if(r===64512)return-1/0;if(r===32256)return NaN;let n=r>>10&31,o=r&1023,i;return n===0?i=o*2**-24:n!==31?i=(o+1024)*2**(n-25):i=o===0?1/0:NaN,r&32768?-i:i}function Pf(e){qt.setFloat32(0,e,!1)}function Gs(e,t){if(e.length-t<4)throw new Error(`${M} not enough data for float32`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,4).getFloat32(0,!1)}function b0(e){qt.setFloat64(0,e,!1)}function Df(e,t){if(e.length-t<8)throw new Error(`${M} not enough data for float64`);let r=(e.byteOffset||0)+t;return new DataView(e.buffer,r,8).getFloat64(0,!1)}Co.compareTokens=$t.compareTokens;function j(e,t,r){throw new Error(`${M} encountered invalid minor (${r}) for major ${e[t]>>>5}`)}function Bo(e){return()=>{throw new Error(`${M} ${e}`)}}var B=[];for(let e=0;e<=23;e++)B[e]=j;B[24]=Fu;B[25]=Mu;B[26]=Vu;B[27]=$u;B[28]=j;B[29]=j;B[30]=j;B[31]=j;for(let e=32;e<=55;e++)B[e]=j;B[56]=qu;B[57]=Hu;B[58]=zu;B[59]=Gu;B[60]=j;B[61]=j;B[62]=j;B[63]=j;for(let e=64;e<=87;e++)B[e]=Zu;B[88]=Yu;B[89]=Wu;B[90]=Xu;B[91]=Ju;B[92]=j;B[93]=j;B[94]=j;B[95]=Bo("indefinite length bytes/strings are not supported");for(let e=96;e<=119;e++)B[e]=Qu;B[120]=tf;B[121]=ef;B[122]=rf;B[123]=nf;B[124]=j;B[125]=j;B[126]=j;B[127]=Bo("indefinite length bytes/strings are not supported");for(let e=128;e<=151;e++)B[e]=sf;B[152]=af;B[153]=cf;B[154]=uf;B[155]=ff;B[156]=j;B[157]=j;B[158]=j;B[159]=lf;for(let e=160;e<=183;e++)B[e]=df;B[184]=hf;B[185]=pf;B[186]=mf;B[187]=yf;B[188]=j;B[189]=j;B[190]=j;B[191]=gf;for(let e=192;e<=215;e++)B[e]=xf;B[216]=wf;B[217]=bf;B[218]=Ef;B[219]=Sf;B[220]=j;B[221]=j;B[222]=j;B[223]=j;for(let e=224;e<=243;e++)B[e]=Bo("simple values are not supported");B[244]=j;B[245]=j;B[246]=j;B[247]=vf;B[248]=Bo("simple values are not supported");B[249]=If;B[250]=Tf;B[251]=Cf;B[252]=j;B[253]=j;B[254]=j;B[255]=Af;var Wt=[];for(let e=0;e<24;e++)Wt[e]=new O(E.uint,e,1);for(let e=-1;e>=-24;e--)Wt[31-e]=new O(E.negint,e,1);Wt[64]=new O(E.bytes,new Uint8Array(0),1);Wt[96]=new O(E.string,"",1);Wt[128]=new O(E.array,0,1);Wt[160]=new O(E.map,0,1);Wt[244]=new O(E.false,!1,1);Wt[245]=new O(E.true,!0,1);Wt[246]=new O(E.null,null,1);function S0(){let e=[];return e[E.uint.major]=$t,e[E.negint.major]=So,e[E.bytes.major]=Rr,e[E.string.major]=of,e[E.array.major]=Ao,e[E.map.major]=Io,e[E.tag.major]=To,e[E.float.major]=Co,e}var W2=S0(),X2=new Eo,_o=class e{constructor(t,r){this.obj=t,this.parent=r}includes(t){let r=this;do if(r.obj===t)return!0;while(r=r.parent);return!1}static createCheck(t,r){if(t&&t.includes(r))throw new Error(`${qs} object contains circular references`);return new e(r,t)}},Le={null:new O(E.null,null),undefined:new O(E.undefined,void 0),true:new O(E.true,!0),false:new O(E.false,!1),emptyArray:new O(E.array,0),emptyMap:new O(E.map,0)},Oe={number(e,t,r,n){return!Number.isInteger(e)||!Number.isSafeInteger(e)?new O(E.float,e):e>=0?new O(E.uint,e):new O(E.negint,e)},bigint(e,t,r,n){return e>=BigInt(0)?new O(E.uint,e):new O(E.negint,e)},Uint8Array(e,t,r,n){return new O(E.bytes,e)},string(e,t,r,n){return new O(E.string,e)},boolean(e,t,r,n){return e?Le.true:Le.false},null(e,t,r,n){return Le.null},undefined(e,t,r,n){return Le.undefined},ArrayBuffer(e,t,r,n){return new O(E.bytes,new Uint8Array(e))},DataView(e,t,r,n){return new O(E.bytes,new Uint8Array(e.buffer,e.byteOffset,e.byteLength))},Array(e,t,r,n){if(!e.length)return r.addBreakTokens===!0?[Le.emptyArray,new O(E.break)]:Le.emptyArray;n=_o.createCheck(n,e);let o=[],i=0;for(let s of e)o[i++]=Zs(s,r,n);return r.addBreakTokens?[new O(E.array,e.length),o,new O(E.break)]:[new O(E.array,e.length),o]},Object(e,t,r,n){let o=t!=="Object",i=o?e.keys():Object.keys(e),s=o?e.size:i.length;if(!s)return r.addBreakTokens===!0?[Le.emptyMap,new O(E.break)]:Le.emptyMap;n=_o.createCheck(n,e);let a=[],c=0;for(let u of i)a[c++]=[Zs(u,r,n),Zs(o?e.get(u):e[u],r,n)];return v0(a,r),r.addBreakTokens?[new O(E.map,s),a,new O(E.break)]:[new O(E.map,s),a]}};Oe.Map=Oe.Object;Oe.Buffer=Oe.Uint8Array;for(let e of"Uint8Clamped Uint16 Uint32 Int8 Int16 Int32 BigUint64 BigInt64 Float32 Float64".split(" "))Oe[`${e}Array`]=Oe.DataView;function Zs(e,t={},r){let n=_u(e),o=t&&t.typeEncoders&&t.typeEncoders[n]||Oe[n];if(typeof o=="function"){let s=o(e,n,t,r);if(s!=null)return s}let i=Oe[n];if(!i)throw new Error(`${qs} unsupported type: ${n}`);return i(e,n,t,r)}function v0(e,t){t.mapSorter&&e.sort(t.mapSorter)}var A0={strict:!1,allowIndefinite:!0,allowUndefined:!0,allowBigInt:!0},Po=class{constructor(t,r={}){this._pos=0,this.data=t,this.options=r}pos(){return this._pos}done(){return this._pos>=this.data.length}next(){let t=this.data[this._pos],r=Wt[t];if(r===void 0){let n=B[t];if(!n)throw new Error(`${M} no decoder for major type ${t>>>5} (byte 0x${t.toString(16).padStart(2,"0")})`);let o=t&31;r=n(this.data,this._pos,o,this.options)}return this._pos+=r.encodedLength,r}},bn=Symbol.for("DONE"),Do=Symbol.for("BREAK");function I0(e,t,r){let n=[];for(let o=0;o<e.value;o++){let i=Lr(t,r);if(i===Do){if(e.value===1/0)break;throw new Error(`${M} got unexpected break to lengthed array`)}if(i===bn)throw new Error(`${M} found array but not enough entries (got ${o}, expected ${e.value})`);n[o]=i}return n}function T0(e,t,r){let n=r.useMaps===!0,o=n?void 0:{},i=n?new Map:void 0;for(let s=0;s<e.value;s++){let a=Lr(t,r);if(a===Do){if(e.value===1/0)break;throw new Error(`${M} got unexpected break to lengthed map`)}if(a===bn)throw new Error(`${M} found map but not enough entries (got ${s} [no key], expected ${e.value})`);if(n!==!0&&typeof a!="string")throw new Error(`${M} non-string keys not supported (got ${typeof a})`);if(r.rejectDuplicateMapKeys===!0&&(n&&i.has(a)||!n&&a in o))throw new Error(`${M} found repeat map key "${a}"`);let c=Lr(t,r);if(c===bn)throw new Error(`${M} found map but not enough entries (got ${s} [no value], expected ${e.value})`);n?i.set(a,c):o[a]=c}return n?i:o}function Lr(e,t){if(e.done())return bn;let r=e.next();if(r.type===E.break)return Do;if(r.type.terminal)return r.value;if(r.type===E.array)return I0(r,e,t);if(r.type===E.map)return T0(r,e,t);if(r.type===E.tag){if(t.tags&&typeof t.tags[r.value]=="function"){let n=Lr(e,t);return t.tags[r.value](n)}throw new Error(`${M} tag not supported (${r.value})`)}throw new Error("unsupported")}function Rf(e,t){if(!(e instanceof Uint8Array))throw new Error(`${M} data to decode must be a Uint8Array`);t=Object.assign({},A0,t);let r=t.tokenizer||new Po(e,t),n=Lr(r,t);if(n===bn)throw new Error(`${M} did not find any content to decode`);if(n===Do)throw new Error(`${M} got unexpected break`);return[n,e.subarray(r.pos())]}function Ys(e,t){let[r,n]=Rf(e,t);if(n.length>0)throw new Error(`${M} too many terminals, data makes no sense`);return r}var _0=Te("ipns:utils"),Nf=$("/ipns/");var P0=0,D0=18;function Uf(e){let t;if(e.pubKey!=null)try{t=su(e.pubKey)}catch(r){throw _0.error(r),r}if(t!=null)return t}function Lf(e){let t=$("ipns-signature:");return Ft([t,e])}function er(e){return"signatureV1"in e?Zt.encode({value:$(e.value),signatureV1:e.signatureV1,validityType:e.validityType,validity:$(e.validity),sequence:e.sequence,ttl:e.ttl,pubKey:e.pubKey,signatureV2:e.signatureV2,data:e.data}):Zt.encode({pubKey:e.pubKey,signatureV2:e.signatureV2,data:e.data})}function oe(e){let t=Zt.decode(e);if(t.sequence!=null&&(t.sequence=BigInt(t.sequence)),t.ttl!=null&&(t.ttl=BigInt(t.ttl)),t.signatureV2==null||t.data==null)throw new Gt("Missing data or signatureV2");let r=Of(t.data),n=R0(r.Value),o=H(r.Validity);if(t.value!=null&&t.signatureV1!=null)return N0(t),{value:n,validityType:Zt.ValidityType.EOL,validity:o,sequence:r.Sequence,ttl:r.TTL,pubKey:t.pubKey,signatureV1:t.signatureV1,signatureV2:t.signatureV2,data:t.data};if(t.signatureV2!=null)return{value:n,validityType:Zt.ValidityType.EOL,validity:o,sequence:r.Sequence,ttl:r.TTL,pubKey:t.pubKey,signatureV2:t.signatureV2,data:t.data};throw new Error("invalid record: does not include signatureV1 or signatureV2")}function En(e){return Ft([Nf,e.bytes])}function ve(e){let t=Me(e.slice(Nf.length));if(!Ro(t,P0)&&!Ro(t,D0))throw new nr("Multihash in IPNS key was not identity or sha2-256");return t}function Of(e){let t=Ys(e);if(t.ValidityType===0)t.ValidityType=Zt.ValidityType.EOL;else throw new _r("The validity type is unsupported");return Number.isInteger(t.Sequence)&&(t.Sequence=BigInt(t.Sequence)),Number.isInteger(t.TTL)&&(t.TTL=BigInt(t.TTL)),t}function R0(e){let t=H(e).trim();if(t.startsWith("/"))return t;try{return`/ipfs/${z.decode(e).toV1().toString()}`}catch{}try{return`/ipfs/${z.parse(t).toV1().toString()}`}catch{}throw new xo("Value must be a valid content path starting with /")}function N0(e){if(e.data==null)throw new wo("Record data is missing");let t=Of(e.data);if(!J(t.Value,e.value??new Uint8Array(0)))throw new Gt('Field "value" did not match between protobuf and CBOR');if(!J(t.Validity,e.validity??new Uint8Array(0)))throw new Gt('Field "validity" did not match between protobuf and CBOR');if(t.ValidityType!==e.validityType)throw new Gt('Field "validityType" did not match between protobuf and CBOR');if(t.Sequence!==e.sequence)throw new Gt('Field "sequence" did not match between protobuf and CBOR');if(t.TTL!==e.ttl)throw new Gt('Field "ttl" did not match between protobuf and CBOR')}function Ro(e,t){return e.code===t}var bE=Te("ipns"),EE=300*1e9,L0="/ipns/",SE=L0.length;var kf=Ho($s(),1);var No=Te("ipns:validator"),O0=1024*10;async function k0(e,t){let r=oe(t),n;try{let o=Lf(r.data);n=await e.verify(o,r.signatureV2)}catch{n=!1}if(!n)throw No.error("record signature verification failed"),new Gt("Record signature verification failed");if(r.validityType===Zt.ValidityType.EOL){if(kf.default.fromString(r.validity).toDate().getTime()<Date.now())throw No.error("record has expired"),new yo("record has expired")}else if(r.validityType!=null)throw No.error("the validity type is unsupported"),new _r("The validity type is unsupported");No("ipns record for %s is valid",r.value)}async function Kf(e,t){if(t.byteLength>O0)throw new go("The record is too large");let r=ve(e),n;Ro(r,0)&&(n=eo(r));let o=oe(t),i=Uf(o)??n;if(i==null)throw new yn("Could not extract public key from IPNS record or routing key");let s=En(i.toMultihash());if(!J(s,e))throw new yn("Embedded public key did not match routing key");await k0(i,t)}var Uo=class extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MESSAGE_LENGTH"};async function*Sn(e,t={}){let r=/\r?\n/,n=new TextDecoder("utf8"),o="";for await(let i of e){if(typeof i=="string"&&(i=new TextEncoder().encode(i)),fr(i)&&(i=i.subarray()),o+=n.decode(i,{stream:!0}),o.length>(t?.maxMessageLength??o.length))throw new Uo("Incoming message too long");let s=o.split(r);o=s.pop()??"";for(let a=0;a<s.length;a++)yield JSON.parse(s[a])}o+=n.decode(),o!==""&&(yield JSON.parse(o))}function ie(){let e={};return e.promise=new Promise((t,r)=>{e.resolve=t,e.reject=r}),e}var Xs=Ho(Mf(),1);var An=class extends Error{constructor(t){super(t),this.name="TimeoutError"}},Js=class extends Error{constructor(t){super(),this.name="AbortError",this.message=t}},Vf=e=>globalThis.DOMException===void 0?new Js(e):new DOMException(e),$f=e=>{let t=e.reason===void 0?Vf("This operation was aborted."):e.reason;return t instanceof Error?t:Vf(t)};function Qs(e,t){let{milliseconds:r,fallback:n,message:o,customTimers:i={setTimeout,clearTimeout}}=t,s,a,u=new Promise((f,l)=>{if(typeof r!="number"||Math.sign(r)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${r}\``);if(t.signal){let{signal:h}=t;h.aborted&&l($f(h)),a=()=>{l($f(h))},h.addEventListener("abort",a,{once:!0})}if(r===Number.POSITIVE_INFINITY){e.then(f,l);return}let d=new An;s=i.setTimeout.call(void 0,()=>{if(n){try{f(n())}catch(h){l(h)}return}typeof e.cancel=="function"&&e.cancel(),o===!1?f():o instanceof Error?l(o):(d.message=o??`Promise timed out after ${r} milliseconds`,l(d))},r),(async()=>{try{f(await e)}catch(h){l(h)}})()}).finally(()=>{u.clear(),a&&t.signal&&t.signal.removeEventListener("abort",a)});return u.clear=()=>{i.clearTimeout.call(void 0,s),s=void 0},u}function ta(e,t,r){let n=0,o=e.length;for(;o>0;){let i=Math.trunc(o/2),s=n+i;r(e[s],t)<=0?(n=++s,o-=i+1):o=i}return n}var In=class{#t=[];enqueue(t,r){r={priority:0,...r};let n={priority:r.priority,id:r.id,run:t};if(this.size===0||this.#t[this.size-1].priority>=r.priority){this.#t.push(n);return}let o=ta(this.#t,n,(i,s)=>s.priority-i.priority);this.#t.splice(o,0,n)}setPriority(t,r){let n=this.#t.findIndex(i=>i.id===t);if(n===-1)throw new ReferenceError(`No promise function with the id "${t}" exists in the queue.`);let[o]=this.#t.splice(n,1);this.enqueue(o.run,{priority:r,id:t})}dequeue(){return this.#t.shift()?.run}filter(t){return this.#t.filter(r=>r.priority===t.priority).map(r=>r.run)}get size(){return this.#t.length}};var Tn=class extends Xs.default{#t;#n;#e=0;#h;#a;#p=0;#o;#c;#r;#m;#i=0;#u;#s;#y;#w=1n;timeout;constructor(t){if(super(),t={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:In,...t},!(typeof t.intervalCap=="number"&&t.intervalCap>=1))throw new TypeError(`Expected \`intervalCap\` to be a number from 1 and up, got \`${t.intervalCap?.toString()??""}\` (${typeof t.intervalCap})`);if(t.interval===void 0||!(Number.isFinite(t.interval)&&t.interval>=0))throw new TypeError(`Expected \`interval\` to be a finite number >= 0, got \`${t.interval?.toString()??""}\` (${typeof t.interval})`);this.#t=t.carryoverConcurrencyCount,this.#n=t.intervalCap===Number.POSITIVE_INFINITY||t.interval===0,this.#h=t.intervalCap,this.#a=t.interval,this.#r=new t.queueClass,this.#m=t.queueClass,this.concurrency=t.concurrency,this.timeout=t.timeout,this.#y=t.throwOnTimeout===!0,this.#s=t.autoStart===!1}get#b(){return this.#n||this.#e<this.#h}get#E(){return this.#i<this.#u}#S(){this.#i--,this.#f(),this.emit("next")}#v(){this.#x(),this.#g(),this.#c=void 0}get#A(){let t=Date.now();if(this.#o===void 0){let r=this.#p-t;if(r<0)this.#e=this.#t?this.#i:0;else return this.#c===void 0&&(this.#c=setTimeout(()=>{this.#v()},r)),!0}return!1}#f(){if(this.#r.size===0)return this.#o&&clearInterval(this.#o),this.#o=void 0,this.emit("empty"),this.#i===0&&this.emit("idle"),!1;if(!this.#s){let t=!this.#A;if(this.#b&&this.#E){let r=this.#r.dequeue();return r?(this.emit("active"),r(),t&&this.#g(),!0):!1}}return!1}#g(){this.#n||this.#o!==void 0||(this.#o=setInterval(()=>{this.#x()},this.#a),this.#p=Date.now()+this.#a)}#x(){this.#e===0&&this.#i===0&&this.#o&&(clearInterval(this.#o),this.#o=void 0),this.#e=this.#t?this.#i:0,this.#l()}#l(){for(;this.#f(););}get concurrency(){return this.#u}set concurrency(t){if(!(typeof t=="number"&&t>=1))throw new TypeError(`Expected \`concurrency\` to be a number from 1 and up, got \`${t}\` (${typeof t})`);this.#u=t,this.#l()}async#I(t){return new Promise((r,n)=>{t.addEventListener("abort",()=>{n(t.reason)},{once:!0})})}setPriority(t,r){this.#r.setPriority(t,r)}async add(t,r={}){return r.id??=(this.#w++).toString(),r={timeout:this.timeout,throwOnTimeout:this.#y,...r},new Promise((n,o)=>{this.#r.enqueue(async()=>{this.#i++,this.#e++;try{r.signal?.throwIfAborted();let i=t({signal:r.signal});r.timeout&&(i=Qs(Promise.resolve(i),{milliseconds:r.timeout})),r.signal&&(i=Promise.race([i,this.#I(r.signal)]));let s=await i;n(s),this.emit("completed",s)}catch(i){if(i instanceof An&&!r.throwOnTimeout){n();return}o(i),this.emit("error",i)}finally{this.#S()}},r),this.emit("add"),this.#f()})}async addAll(t,r){return Promise.all(t.map(async n=>this.add(n,r)))}start(){return this.#s?(this.#s=!1,this.#l(),this):this}pause(){this.#s=!0}clear(){this.#r=new this.#m}async onEmpty(){this.#r.size!==0&&await this.#d("empty")}async onSizeLessThan(t){this.#r.size<t||await this.#d("next",()=>this.#r.size<t)}async onIdle(){this.#i===0&&this.#r.size===0||await this.#d("idle")}async#d(t,r){return new Promise(n=>{let o=()=>{r&&!r()||(this.off(t,o),n())};this.on(t,o)})}get size(){return this.#r.size}sizeBy(t){return this.#r.filter(t).length}get pending(){return this.#i}get isPaused(){return this.#s}};var Or=class extends Error{static name="InvalidRequestError";constructor(t="Invalid request"){super(t),this.name="InvalidRequestError"}},Xt=class extends Error{static name="BadResponseError";constructor(t="Bad response"){super(t),this.name="BadResponseError"}};function M0(e){return e[Symbol.asyncIterator]!=null}function V0(e){if(M0(e))return(async()=>{for await(let t of e)return t})();for(let t of e)return t}var Oo=V0;function $0(e){let[t,r]=e[Symbol.asyncIterator]!=null?[e[Symbol.asyncIterator](),Symbol.asyncIterator]:[e[Symbol.iterator](),Symbol.iterator],n=[];return{peek:()=>t.next(),push:o=>{n.push(o)},next:()=>n.length>0?{done:!1,value:n.shift()}:t.next(),[r](){return this}}}var qf=$0;function q0(e){return e[Symbol.asyncIterator]!=null}function H0(e,t){let r=0;if(q0(e))return async function*(){for await(let c of e)yield t(c,r++)}();let n=qf(e),{value:o,done:i}=n.next();if(i===!0)return function*(){}();let s=t(o,r++);if(typeof s.then=="function")return async function*(){yield await s;for(let c of n)yield t(c,r++)}();let a=t;return function*(){yield s;for(let c of n)yield a(c,r++)}()}var ko=H0;var Hf=$("/ipns/");function zf(e){return J(e.subarray(0,Hf.byteLength),Hf)}var Ko=class{client;constructor(t){this.client=t}async*findProviders(t,r={}){yield*ko(this.client.getProviders(t,r),n=>({id:n.ID,multiaddrs:n.Addrs??[]}))}async provide(){}async cancelReprovide(){}async put(t,r,n){if(!zf(t))return;let o=ve(t),i=z.createV1(114,o),s=oe(r);await this.client.putIPNS(i,s,n)}async get(t,r){if(!zf(t))throw new St("Not found");let n=ve(t),o=z.createV1(114,n);try{let i=await this.client.getIPNS(o,r);return er(i)}catch(i){throw i.name==="BadResponseError"?new St("Not found"):i}}},Fo=class{client;constructor(t){this.client=t}async findPeer(t,r={}){let n=await Oo(this.client.getPeers(t,r));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new St("Not found")}async*getClosestPeers(t,r={}){}};var mt=Te("delegated-routing-v1-http-api-client"),Mo={concurrentRequests:4,timeout:3e4,cacheTTL:300*1e3,cacheName:"delegated-routing-v1-cache"},Vo=class{started;httpQueue;shutDownController;clientUrl;timeout;contentRouting;peerRouting;filterAddrs;filterProtocols;inFlightRequests;cacheName;cache;cacheTTL;constructor(t,r={}){this.started=!1,this.shutDownController=new AbortController,this.shutDownController.signal,this.httpQueue=new Tn({concurrency:r.concurrentRequests??Mo.concurrentRequests}),this.inFlightRequests=new Map,this.clientUrl=t instanceof URL?t:new URL(t),this.timeout=r.timeout??Mo.timeout,this.filterAddrs=r.filterAddrs,this.filterProtocols=r.filterProtocols,this.contentRouting=new Ko(this),this.peerRouting=new Fo(this),this.cacheName=r.cacheName??Mo.cacheName,this.cacheTTL=r.cacheTTL??Mo.cacheTTL}get[ma](){return this.contentRouting}get[ya](){return this.peerRouting}isStarted(){return this.started}async start(){this.started||(this.started=!0,this.cacheTTL>0&&(this.cache=await globalThis.caches?.open(this.cacheName),this.cache!=null&&mt("cache enabled with ttl %d",this.cacheTTL)))}async stop(){this.httpQueue.clear(),this.shutDownController.abort(),await globalThis.caches?.delete(this.cacheName),this.started=!1}async*getProviders(t,r={}){mt("getProviders starts: %c",t);let n=AbortSignal.timeout(this.timeout),o=mn([this.shutDownController.signal,n,r.signal]);let i=ie(),s=ie();this.httpQueue.add(async()=>(i.resolve(),s.promise));try{await i.promise;let a=new URL(`${this.clientUrl}routing/v1/providers/${t.toString()}`);this.#n(a,r.filterAddrs,r.filterProtocols);let c={headers:{Accept:"application/x-ndjson"},signal:o},u=await this.#e(a.toString(),c);if(u==null)throw new Xt("No response received");if(!u.ok)throw u.status===404?new St("No matching records found"):u.status===422?new Or("Request does not conform to schema or semantic constraints"):new Xt(`Unexpected status code: ${u.status}`);if(u.body==null)throw new Xt("Routing response had no body");let f=u.headers.get("Content-Type");if(f==null)throw new Xt("No Content-Type header received");if(f?.startsWith("application/json")){let l=await u.json();for(let d of l.Providers){let h=this.#t(d);h!=null&&(yield h)}}else if(f.includes("application/x-ndjson"))for await(let l of Sn(mo(u.body))){let d=this.#t(l);d!=null&&(yield d)}else throw new Xt(`Unsupported Content-Type: ${f}`)}finally{o.clear(),s.resolve(),mt("getProviders finished: %c",t)}}async*getPeers(t,r={}){mt("getPeers starts: %c",t);let n=AbortSignal.timeout(this.timeout),o=mn([this.shutDownController.signal,n,r.signal]);let i=ie(),s=ie();this.httpQueue.add(async()=>(i.resolve(),s.promise));try{await i.promise;let a=new URL(`${this.clientUrl}routing/v1/peers/${t.toCID().toString()}`);this.#n(a,r.filterAddrs,r.filterProtocols);let c={headers:{Accept:"application/x-ndjson"},signal:o},u=await this.#e(a.toString(),c);if(u.status===404)throw new St("No matching records found");if(u.status===422)throw new Or("Request does not conform to schema or semantic constraints");if(u.body==null)throw new Xt("Routing response had no body");if(u.headers.get("Content-Type")==="application/json"){let l=await u.json();for(let d of l.Peers){let h=this.#t(d);h!=null&&(yield h)}}else for await(let l of Sn(mo(u.body))){let d=this.#t(l);d!=null&&(yield d)}}catch(a){mt.error("getPeers errored:",a)}finally{o.clear(),s.resolve(),mt("getPeers finished: %c",t)}}async getIPNS(t,r={}){mt("getIPNS starts: %s",t);let n=AbortSignal.timeout(this.timeout),o=mn([this.shutDownController.signal,n,r.signal]);let i=ie(),s=ie();this.httpQueue.add(async()=>(i.resolve(),s.promise));let a=`${this.clientUrl}routing/v1/ipns/${t}`;try{await i.promise;let c={headers:{Accept:"application/vnd.ipfs.ipns-record"},signal:o},u=await this.#e(a,c);if(mt("getIPNS GET %s %d",a,u.status),u.status===404)throw new St("No matching records found");if(u.status===422)throw new Or("Request does not conform to schema or semantic constraints");if(u.body==null)throw new Xt("GET ipns response had no body");let f=await u.arrayBuffer(),l=new Uint8Array(f,0,f.byteLength);return r.validate!==!1&&await Kf(En(t.multihash),l),oe(l)}catch(c){throw mt.error("getIPNS GET %s error:",a,c),c}finally{o.clear(),s.resolve(),mt("getIPNS finished: %s",t)}}async putIPNS(t,r,n={}){mt("putIPNS starts: %c",t);let o=AbortSignal.timeout(this.timeout),i=mn([this.shutDownController.signal,o,n.signal]);let s=ie(),a=ie();this.httpQueue.add(async()=>(s.resolve(),a.promise));let c=`${this.clientUrl}routing/v1/ipns/${t}`;try{await s.promise;let u=er(r),f={method:"PUT",headers:{"Content-Type":"application/vnd.ipfs.ipns-record"},body:u,signal:i},l=await this.#e(c,f);if(mt("putIPNS PUT %s %d",c,l.status),l.status!==200)throw new Xt("PUT ipns response had status other than 200")}catch(u){throw mt.error("putIPNS PUT %s error:",c,u.stack),u}finally{i.clear(),a.resolve(),mt("putIPNS finished: %c",t)}}#t(t){try{let r=[],n=t.Addrs?.map(Qe)??[];return t.Protocols!=null&&r.push(...t.Protocols),t.Protocol!=null&&(r.push(t.Protocol),delete t.Protocol),{...t,Schema:"peer",ID:uu(t.ID),Addrs:n,Protocols:r}}catch(r){mt.error("could not conform record to peer schema",r)}}#n(t,r,n){if(r!=null||this.filterAddrs!=null){let o=r?.join(",")??this.filterAddrs?.join(",")??"";o!==""&&t.searchParams.set("filter-addrs",o)}if(n!=null||this.filterProtocols!=null){let o=n?.join(",")??this.filterProtocols?.join(",")??"";o!==""&&t.searchParams.set("filter-protocols",o)}}async#e(t,r){let n=r.method??"GET",o=`${n}-${t}`;if(n==="GET"){let c=await this.cache?.match(t);if(c!=null){if(parseInt(c.headers.get("x-cache-expires")??"0",10)>Date.now())return mt("returning cached response for %s",o),c;await this.cache?.delete(t)}}let i=this.inFlightRequests.get(o);if(i!=null){let c=await i;return mt("deduplicating outgoing request for %s",o),c.clone()}let s=fetch(t,r).then(async c=>{if(this.cache!=null&&c.ok&&n==="GET"){let u=Date.now()+this.cacheTTL,f=new Headers(c.headers);f.set("x-cache-expires",u.toString());let l=new Response(c.clone().body,{status:c.status,statusText:c.statusText,headers:f});await this.cache.put(t,l)}return c}).finally(()=>{this.inFlightRequests.delete(o)});return this.inFlightRequests.set(o,s),await s}};function jf(e,t={}){return new Vo(new URL(e),t)}function $o(){return{filterProtocols:["unknown","transport-bitswap","transport-ipfs-gateway-http"],filterAddrs:["https","webtransport","webrtc","webrtc-direct","wss","tls"]}}var Gf=$("/ipns/");function Zf(e){return J(e.subarray(0,Gf.byteLength),Gf)}var ea=class{client;constructor(t,r={}){this.client=jf(t,r)}async provide(t,r){}async cancelReprovide(t,r){}async*findProviders(t,r){yield*ko(this.client.getProviders(t,r),n=>({id:n.ID,multiaddrs:n.Addrs,protocols:n.Protocols}))}async put(t,r,n){if(!Zf(t))return;let o=ve(t),i=z.createV1(114,o),s=oe(r);await this.client.putIPNS(i,s,n)}async get(t,r){if(!Zf(t))throw new St("Not found");let n=ve(t),o=z.createV1(114,n);try{let i=await this.client.getIPNS(o,r);return er(i)}catch(i){throw i.name==="BadResponseError"?new St("Not found"):i}}async findPeer(t,r){let n=await Oo(this.client.getPeers(t,r));if(n!=null)return{id:n.ID,multiaddrs:n.Addrs??[]};throw new St("Not found")}async*getClosestPeers(t,r){}};function Yf(e,t){let r=t??$o();return new ea(new URL(e),r)}var Wf="[a-fA-F\\d:]",ke=e=>e&&e.includeBoundaries?`(?:(?<=\\s|^)(?=${Wf})|(?<=${Wf})(?=\\s|$))`:"",Jt="(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}",st="[a-fA-F\\d]{1,4}",qo=`
|
|
4
4
|
(?:
|
|
5
|
-
(?:${
|
|
6
|
-
(?:${
|
|
7
|
-
(?:${
|
|
8
|
-
(?:${
|
|
9
|
-
(?:${
|
|
10
|
-
(?:${
|
|
11
|
-
(?:${
|
|
12
|
-
(?::(?:(?::${
|
|
5
|
+
(?:${st}:){7}(?:${st}|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
|
|
6
|
+
(?:${st}:){6}(?:${Jt}|:${st}|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4
|
|
7
|
+
(?:${st}:){5}(?::${Jt}|(?::${st}){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4
|
|
8
|
+
(?:${st}:){4}(?:(?::${st}){0,1}:${Jt}|(?::${st}){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4
|
|
9
|
+
(?:${st}:){3}(?:(?::${st}){0,2}:${Jt}|(?::${st}){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4
|
|
10
|
+
(?:${st}:){2}(?:(?::${st}){0,3}:${Jt}|(?::${st}){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4
|
|
11
|
+
(?:${st}:){1}(?:(?::${st}){0,4}:${Jt}|(?::${st}){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
|
|
12
|
+
(?::(?:(?::${st}){0,5}:${Jt}|(?::${st}){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4
|
|
13
13
|
)(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
|
|
14
|
-
`.replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),
|
|
14
|
+
`.replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),z0=new RegExp(`(?:^${Jt}$)|(?:^${qo}$)`),j0=new RegExp(`^${Jt}$`),G0=new RegExp(`^${qo}$`),ra=e=>e&&e.exact?z0:new RegExp(`(?:${ke(e)}${Jt}${ke(e)})|(?:${ke(e)}${qo}${ke(e)})`,"g");ra.v4=e=>e&&e.exact?j0:new RegExp(`${ke(e)}${Jt}${ke(e)}`,"g");ra.v6=e=>e&&e.exact?G0:new RegExp(`${ke(e)}${qo}${ke(e)}`,"g");var na=ra;function oa(e){let t=(...r)=>e(...r);return Object.defineProperty(t,"name",{value:`functionTimeout(${e.name||"<anonymous>"})`,configurable:!0}),t}function Xf(){return!1}var{toString:Z0}=Object.prototype;function ia(e){return Z0.call(e)==="[object RegExp]"}var Jf={global:"g",ignoreCase:"i",multiline:"m",dotAll:"s",sticky:"y",unicode:"u"};function sa(e,t={}){if(!ia(e))throw new TypeError("Expected a RegExp instance");let r=Object.keys(Jf).map(o=>(typeof t[o]=="boolean"?t[o]:e[o])?Jf[o]:"").join(""),n=new RegExp(t.source||e.source,r);return n.lastIndex=typeof t.lastIndex=="number"?t.lastIndex:e.lastIndex,n}function aa(e,t,{timeout:r}={}){try{return oa(()=>sa(e).test(t),{timeout:r})()}catch(n){if(Xf(n))return!1;throw n}}var Y0=15,W0=45,Qf={timeout:400};function ca(e){return e.length>W0?!1:aa(na.v6({exact:!0}),e,Qf)}function tl(e){return e.length>Y0?!1:aa(na.v4({exact:!0}),e,Qf)}var el={http:"80",https:"443",ws:"80",wss:"443"},X0=["http","https","ws","wss"];function rl(e,t){t=t??{};let r=t.defaultDnsType??"dns",{scheme:n,hostname:o,port:i,path:s}=J0(e),a=[Q0(o,r),tm(i,n),em(n)];s!=null&&a.push(rm(s));let c="/"+a.filter(u=>!!u).reduce((u,f)=>u.concat(f),[]).join("/");return Qe(c)}function J0(e){let[t]=e.split(":");X0.includes(t)||(e="http"+e.substring(t.length));let{protocol:r,hostname:n,port:o,pathname:i,search:s}=new URL(e);if(o==null||o===""){let c=nm(t);c!=null&&(o=c),c==null&&r==="http:"&&(o="80")}let a;return i!=null&&i!==""&&i!=="/"&&(i.startsWith("/")&&(i=i.substring(1)),a=i),s!=null&&s!==""&&(a=a??"",a+=s),{scheme:t,hostname:n,port:o,path:a}}function Q0(e,t){if(!(e==null||e==="")){if(tl(e))return["ip4",e];if(ca(e))return["ip6",e];if(e[0]==="["){let r=e.substring(1,e.length-1);if(ca(r))return["ip6",r]}return[t,e]}}function tm(e,t){if(!(e==null||e===""))return t==="udp"?["udp",e]:["tcp",e]}function em(e){if(e.match(/^tcp$|^udp$/)==null)return e==="https"?["/tls/http"]:e==="wss"?["/tls/ws"]:[e]}function rm(e){if(!(e==null||e===""))return["http-path",encodeURIComponent(e)]}function nm(e){if(!(e==null||e===""||el[e]==null))return el[e]}var om=["https://trustless-gateway.link","https://4everland.io"],im=2336;function sm(e){return e=e.toString(),{id:As(z.createV1(im,Bt.digest($(e)))),multiaddrs:[rl(e)]}}var ua=class{gateways;shuffle;constructor(t={}){this.gateways=(t.gateways??om).map(r=>sm(r)),this.shuffle=t.shuffle??!0}async*findProviders(t,r){yield*(this.shuffle?this.gateways.toSorted(()=>Math.random()>.5?1:-1):this.gateways).map(n=>({...n,protocols:["transport-ipfs-gateway-http"]}))}};function nl(e={}){return new ua(e)}var fa=class{libp2p;constructor(t){this.libp2p=t}async provide(t,r){await this.libp2p.contentRouting.provide(t,r)}async cancelReprovide(t,r){await this.libp2p.contentRouting.cancelReprovide(t,r)}async*findProviders(t,r){yield*this.libp2p.contentRouting.findProviders(t,r)}async put(t,r,n){await this.libp2p.contentRouting.put(t,r,n)}async get(t,r){return this.libp2p.contentRouting.get(t,r)}async findPeer(t,r){return this.libp2p.peerRouting.findPeer(t,r)}async*getClosestPeers(t,r){yield*this.libp2p.peerRouting.getClosestPeers(t,r)}};function ol(e){return new fa(e)}return fl(am);})();
|
|
15
15
|
/*! Bundled license information:
|
|
16
16
|
|
|
17
17
|
@noble/hashes/esm/utils.js:
|
|
18
18
|
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
19
19
|
|
|
20
|
-
@noble/curves/esm/
|
|
20
|
+
@noble/curves/esm/utils.js:
|
|
21
21
|
@noble/curves/esm/abstract/modular.js:
|
|
22
22
|
@noble/curves/esm/abstract/curve.js:
|
|
23
23
|
@noble/curves/esm/abstract/edwards.js:
|