@libp2p/floodsub 10.1.33 → 10.1.34-9b33d202e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.min.js CHANGED
@@ -1,32 +1,19 @@
1
1
  (function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.Libp2PFloodsub = factory()}(typeof self !== 'undefined' ? self : this, function () {
2
- "use strict";var Libp2PFloodsub=(()=>{var da=Object.create;var xr=Object.defineProperty;var pa=Object.getOwnPropertyDescriptor;var ma=Object.getOwnPropertyNames;var ya=Object.getPrototypeOf,ba=Object.prototype.hasOwnProperty;var ga=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),gt=(r,t)=>{for(var e in t)xr(r,e,{get:t[e],enumerable:!0})},rs=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of ma(t))!ba.call(r,o)&&o!==e&&xr(r,o,{get:()=>t[o],enumerable:!(n=pa(t,o))||n.enumerable});return r};var xa=(r,t,e)=>(e=r!=null?da(ya(r)):{},rs(t||!r||!r.__esModule?xr(e,"default",{value:r,enumerable:!0}):e,r)),wa=r=>rs(xr({},"__esModule",{value:!0}),r);var Wi=ga((Mm,Yo)=>{"use strict";var Sf=Object.prototype.hasOwnProperty,yt="~";function hr(){}Object.create&&(hr.prototype=Object.create(null),new hr().__proto__||(yt=!1));function vf(r,t,e){this.fn=r,this.context=t,this.once=e||!1}function Yi(r,t,e,n,o){if(typeof e!="function")throw new TypeError("The listener must be a function");var s=new vf(e,n||r,o),i=yt?yt+t:t;return r._events[i]?r._events[i].fn?r._events[i]=[r._events[i],s]:r._events[i].push(s):(r._events[i]=s,r._eventsCount++),r}function Yr(r,t){--r._eventsCount===0?r._events=new hr:delete r._events[t]}function pt(){this._events=new hr,this._eventsCount=0}pt.prototype.eventNames=function(){var t=[],e,n;if(this._eventsCount===0)return t;for(n in e=this._events)Sf.call(e,n)&&t.push(yt?n.slice(1):n);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(e)):t};pt.prototype.listeners=function(t){var e=yt?yt+t:t,n=this._events[e];if(!n)return[];if(n.fn)return[n.fn];for(var o=0,s=n.length,i=new Array(s);o<s;o++)i[o]=n[o].fn;return i};pt.prototype.listenerCount=function(t){var e=yt?yt+t:t,n=this._events[e];return n?n.fn?1:n.length:0};pt.prototype.emit=function(t,e,n,o,s,i){var a=yt?yt+t:t;if(!this._events[a])return!1;var c=this._events[a],f=arguments.length,u,l;if(c.fn){switch(c.once&&this.removeListener(t,c.fn,void 0,!0),f){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,e),!0;case 3:return c.fn.call(c.context,e,n),!0;case 4:return c.fn.call(c.context,e,n,o),!0;case 5:return c.fn.call(c.context,e,n,o,s),!0;case 6:return c.fn.call(c.context,e,n,o,s,i),!0}for(l=1,u=new Array(f-1);l<f;l++)u[l-1]=arguments[l];c.fn.apply(c.context,u)}else{var d=c.length,x;for(l=0;l<d;l++)switch(c[l].once&&this.removeListener(t,c[l].fn,void 0,!0),f){case 1:c[l].fn.call(c[l].context);break;case 2:c[l].fn.call(c[l].context,e);break;case 3:c[l].fn.call(c[l].context,e,n);break;case 4:c[l].fn.call(c[l].context,e,n,o);break;default:if(!u)for(x=1,u=new Array(f-1);x<f;x++)u[x-1]=arguments[x];c[l].fn.apply(c[l].context,u)}}return!0};pt.prototype.on=function(t,e,n){return Yi(this,t,e,n,!1)};pt.prototype.once=function(t,e,n){return Yi(this,t,e,n,!0)};pt.prototype.removeListener=function(t,e,n,o){var s=yt?yt+t:t;if(!this._events[s])return this;if(!e)return Yr(this,s),this;var i=this._events[s];if(i.fn)i.fn===e&&(!o||i.once)&&(!n||i.context===n)&&Yr(this,s);else{for(var a=0,c=[],f=i.length;a<f;a++)(i[a].fn!==e||o&&!i[a].once||n&&i[a].context!==n)&&c.push(i[a]);c.length?this._events[s]=c.length===1?c[0]:c:Yr(this,s)}return this};pt.prototype.removeAllListeners=function(t){var e;return t?(e=yt?yt+t:t,this._events[e]&&Yr(this,e)):(this._events=new hr,this._eventsCount=0),this};pt.prototype.off=pt.prototype.removeListener;pt.prototype.addListener=pt.prototype.on;pt.prefixed=yt;pt.EventEmitter=pt;typeof Yo<"u"&&(Yo.exports=pt)});var Pf={};gt(Pf,{floodsub:()=>Df,multicodec:()=>Qo});var fn=Symbol.for("@libp2p/peer-id");var Ve;(function(r){r.Accept="accept",r.Ignore="ignore",r.Reject="reject"})(Ve||(Ve={}));var ns=Symbol.for("@libp2p/pubsub");var $=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},Se=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var wr=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var tt=class extends Error{static name="InvalidMessageError";constructor(t="Invalid message"){super(t),this.name="InvalidMessageError"}};var Er=class extends Error{static name="NotStartedError";constructor(t="Not started"){super(t),this.name="NotStartedError"}};var ie=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var ve=class extends EventTarget{#t=new Map;constructor(){super()}listenerCount(t){let e=this.#t.get(t);return e==null?0:e.length}addEventListener(t,e,n){super.addEventListener(t,e,n);let o=this.#t.get(t);o==null&&(o=[],this.#t.set(t,o)),o.push({callback:e,once:(n!==!0&&n!==!1&&n?.once)??!1})}removeEventListener(t,e,n){super.removeEventListener(t.toString(),e??null,n);let o=this.#t.get(t);o!=null&&(o=o.filter(({callback:s})=>s!==e),this.#t.set(t,o))}dispatchEvent(t){let e=super.dispatchEvent(t),n=this.#t.get(t.type);return n==null||(n=n.filter(({once:o})=>!o),this.#t.set(t.type,n)),e}safeDispatchEvent(t,e={}){return this.dispatchEvent(new CustomEvent(t,e))}};var os=Symbol.for("@libp2p/service-capabilities"),ss=Symbol.for("@libp2p/service-dependencies");var mn={};gt(mn,{base58btc:()=>j,base58flickr:()=>Ba});var sl=new Uint8Array(0);function is(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function Kt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function as(r){return new TextEncoder().encode(r)}function cs(r){return new TextDecoder().decode(r)}function Ea(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),n=0;n<e.length;n++)e[n]=255;for(var o=0;o<r.length;o++){var s=r.charAt(o),i=s.charCodeAt(0);if(e[i]!==255)throw new TypeError(s+" is ambiguous");e[i]=o}var a=r.length,c=r.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function l(E){if(E instanceof Uint8Array||(ArrayBuffer.isView(E)?E=new Uint8Array(E.buffer,E.byteOffset,E.byteLength):Array.isArray(E)&&(E=Uint8Array.from(E))),!(E instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(E.length===0)return"";for(var y=0,h=0,b=0,v=E.length;b!==v&&E[b]===0;)b++,y++;for(var p=(v-b)*u+1>>>0,I=new Uint8Array(p);b!==v;){for(var P=E[b],C=0,_=p-1;(P!==0||C<h)&&_!==-1;_--,C++)P+=256*I[_]>>>0,I[_]=P%a>>>0,P=P/a>>>0;if(P!==0)throw new Error("Non-zero carry");h=C,b++}for(var L=p-h;L!==p&&I[L]===0;)L++;for(var T=c.repeat(y);L<p;++L)T+=r.charAt(I[L]);return T}function d(E){if(typeof E!="string")throw new TypeError("Expected String");if(E.length===0)return new Uint8Array;var y=0;if(E[y]!==" "){for(var h=0,b=0;E[y]===c;)h++,y++;for(var v=(E.length-y)*f+1>>>0,p=new Uint8Array(v);E[y];){var I=e[E.charCodeAt(y)];if(I===255)return;for(var P=0,C=v-1;(I!==0||P<b)&&C!==-1;C--,P++)I+=a*p[C]>>>0,p[C]=I%256>>>0,I=I/256>>>0;if(I!==0)throw new Error("Non-zero carry");b=P,y++}if(E[y]!==" "){for(var _=v-b;_!==v&&p[_]===0;)_++;for(var L=new Uint8Array(h+(v-_)),T=h;_!==v;)L[T++]=p[_++];return L}}}function x(E){var y=d(E);if(y)return y;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:d,decode:x}}var Sa=Ea,va=Sa,fs=va;var ln=class{name;prefix;baseEncode;constructor(t,e,n){this.name=t,this.prefix=e,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},hn=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,e,n){this.name=t,this.prefix=e;let o=e.codePointAt(0);if(o===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o,this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return ls(this,t)}},dn=class{decoders;constructor(t){this.decoders=t}or(t){return ls(this,t)}decode(t){let e=t[0],n=this.decoders[e];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function ls(r,t){return new dn({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var pn=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,e,n,o){this.name=t,this.prefix=e,this.baseEncode=n,this.baseDecode=o,this.encoder=new ln(t,e,n),this.decoder=new hn(t,e,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function Ae({name:r,prefix:t,encode:e,decode:n}){return new pn(r,t,e,n)}function Yt({name:r,prefix:t,alphabet:e}){let{encode:n,decode:o}=fs(e,r);return Ae({prefix:t,name:r,encode:n,decode:s=>Kt(o(s))})}function Aa(r,t,e,n){let o={};for(let u=0;u<t.length;++u)o[t[u]]=u;let s=r.length;for(;r[s-1]==="=";)--s;let i=new Uint8Array(s*e/8|0),a=0,c=0,f=0;for(let u=0;u<s;++u){let l=o[r[u]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<e|l,a+=e,a>=8&&(a-=8,i[f++]=255&c>>a)}if(a>=e||(255&c<<8-a)!==0)throw new SyntaxError("Unexpected end of data");return i}function Ia(r,t,e){let n=t[t.length-1]==="=",o=(1<<e)-1,s="",i=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],i+=8;i>e;)i-=e,s+=t[o&a>>i];if(i!==0&&(s+=t[o&a<<e-i]),n)for(;(s.length*e&7)!==0;)s+="=";return s}function J({name:r,prefix:t,bitsPerChar:e,alphabet:n}){return Ae({prefix:t,name:r,encode(o){return Ia(o,n,e)},decode(o){return Aa(o,n,e,r)}})}var j=Yt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Ba=Yt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var yn={};gt(yn,{base32:()=>Ie,base32hex:()=>Da,base32hexpad:()=>Ca,base32hexpadupper:()=>Na,base32hexupper:()=>Pa,base32pad:()=>La,base32padupper:()=>Ta,base32upper:()=>_a,base32z:()=>ka});var Ie=J({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),_a=J({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),La=J({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Ta=J({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Da=J({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Pa=J({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Ca=J({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Na=J({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),ka=J({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var bn={};gt(bn,{base36:()=>ze,base36upper:()=>Ra});var ze=Yt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Ra=Yt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Ua=ps,hs=128,Ka=127,Ma=~Ka,Oa=Math.pow(2,31);function ps(r,t,e){t=t||[],e=e||0;for(var n=e;r>=Oa;)t[e++]=r&255|hs,r/=128;for(;r&Ma;)t[e++]=r&255|hs,r>>>=7;return t[e]=r|0,ps.bytes=e-n+1,t}var qa=gn,Ha=128,ds=127;function gn(r,n){var e=0,n=n||0,o=0,s=n,i,a=r.length;do{if(s>=a)throw gn.bytes=0,new RangeError("Could not decode varint");i=r[s++],e+=o<28?(i&ds)<<o:(i&ds)*Math.pow(2,o),o+=7}while(i>=Ha);return gn.bytes=s-n,e}var Va=Math.pow(2,7),za=Math.pow(2,14),Fa=Math.pow(2,21),Ga=Math.pow(2,28),Za=Math.pow(2,35),Ya=Math.pow(2,42),Wa=Math.pow(2,49),$a=Math.pow(2,56),ja=Math.pow(2,63),Xa=function(r){return r<Va?1:r<za?2:r<Fa?3:r<Ga?4:r<Za?5:r<Ya?6:r<Wa?7:r<$a?8:r<ja?9:10},Ja={encode:Ua,decode:qa,encodingLength:Xa},Qa=Ja,Fe=Qa;function Ge(r,t=0){return[Fe.decode(r,t),Fe.decode.bytes]}function Be(r,t,e=0){return Fe.encode(r,t,e),t}function _e(r){return Fe.encodingLength(r)}function Tt(r,t){let e=t.byteLength,n=_e(r),o=n+_e(e),s=new Uint8Array(o+e);return Be(r,s,0),Be(e,s,n),s.set(t,o),new Le(r,e,t,s)}function Wt(r){let t=Kt(r),[e,n]=Ge(t),[o,s]=Ge(t.subarray(n)),i=t.subarray(n+s);if(i.byteLength!==o)throw new Error("Incorrect length");return new Le(e,o,i,t)}function ms(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&is(r.bytes,e.bytes)}}var Le=class{code;size;digest;bytes;constructor(t,e,n,o){this.code=t,this.size=e,this.digest=n,this.bytes=o}};function ys(r,t){let{bytes:e,version:n}=r;switch(n){case 0:return ec(e,xn(r),t??j.encoder);default:return rc(e,xn(r),t??Ie.encoder)}}var bs=new WeakMap;function xn(r){let t=bs.get(r);if(t==null){let e=new Map;return bs.set(r,e),e}return t}var ft=class r{code;version;multihash;bytes;"/";constructor(t,e,n,o){this.code=e,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:e}=this;if(t!==Ze)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==nc)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:e}=this.multihash,n=Tt(t,e);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return r.equals(this,t)}static equals(t,e){let n=e;return n!=null&&t.code===n.code&&t.version===n.version&&ms(t.multihash,n.multihash)}toString(t){return ys(this,t)}toJSON(){return{"/":ys(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let e=t;if(e instanceof r)return e;if(e["/"]!=null&&e["/"]===e.bytes||e.asCID===e){let{version:n,code:o,multihash:s,bytes:i}=e;return new r(n,o,s,i??gs(n,o,s.bytes))}else if(e[oc]===!0){let{version:n,multihash:o,code:s}=e,i=Wt(o);return r.create(n,s,i)}else return null}static create(t,e,n){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==Ze)throw new Error(`Version 0 CID must use dag-pb (code: ${Ze}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let o=gs(t,e,n.bytes);return new r(t,e,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,Ze,t)}static createV1(t,e){return r.create(1,t,e)}static decode(t){let[e,n]=r.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=r.inspectBytes(t),n=e.size-e.multihashSize,o=Kt(t.subarray(n,n+e.multihashSize));if(o.byteLength!==e.multihashSize)throw new Error("Incorrect length");let s=o.subarray(e.multihashSize-e.digestSize),i=new Le(e.multihashCode,e.digestSize,s,o);return[e.version===0?r.createV0(i):r.createV1(e.codec,i),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[l,d]=Ge(t.subarray(e));return e+=d,l},o=n(),s=Ze;if(o===18?(o=0,e=0):s=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let i=e,a=n(),c=n(),f=e+c,u=f-i;return{version:o,codec:s,multihashCode:a,digestSize:c,multihashSize:u,size:f}}static parse(t,e){let[n,o]=tc(t,e),s=r.decode(o);if(s.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return xn(s).set(n,t),s}};function tc(r,t){switch(r[0]){case"Q":{let e=t??j;return[j.prefix,e.decode(`${j.prefix}${r}`)]}case j.prefix:{let e=t??j;return[j.prefix,e.decode(r)]}case Ie.prefix:{let e=t??Ie;return[Ie.prefix,e.decode(r)]}case ze.prefix:{let e=t??ze;return[ze.prefix,e.decode(r)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[r[0],t.decode(r)]}}}function ec(r,t,e){let{prefix:n}=e;if(n!==j.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let o=t.get(n);if(o==null){let s=e.encode(r).slice(1);return t.set(n,s),s}else return o}function rc(r,t,e){let{prefix:n}=e,o=t.get(n);if(o==null){let s=e.encode(r);return t.set(n,s),s}else return o}var Ze=112,nc=18;function gs(r,t,e){let n=_e(r),o=n+_e(t),s=new Uint8Array(o+e.byteLength);return Be(r,s,0),Be(t,s,n),s.set(e,o),s}var oc=Symbol.for("@ipld/js-cid/CID");var wn={};gt(wn,{identity:()=>Dt});var xs=0,sc="identity",ws=Kt;function ic(r){return Tt(xs,ws(r))}var Dt={code:xs,name:sc,encode:ws,digest:ic};function xt(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function Mt(r=0){return new Uint8Array(r)}function lt(r=0){return new Uint8Array(r)}function ae(r,t){t==null&&(t=r.reduce((o,s)=>o+s.length,0));let e=lt(t),n=0;for(let o of r)e.set(o,n),n+=o.length;return e}var Ss=Symbol.for("@achingbrain/uint8arraylist");function Es(r,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let e=0;for(let n of r){let o=e+n.byteLength;if(t<o)return{buf:n,index:t-e};e=o}throw new RangeError("index is out of bounds")}function vr(r){return!!r?.[Ss]}var ot=class r{bufs;length;[Ss]=!0;constructor(...t){this.bufs=[],this.length=0,t.length>0&&this.appendAll(t)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...t){this.appendAll(t)}appendAll(t){let e=0;for(let n of t)if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.push(n);else if(vr(n))e+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(let n of t.reverse())if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.unshift(n);else if(vr(n))e+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}get(t){let e=Es(this.bufs,t);return e.buf[e.index]}set(t,e){let n=Es(this.bufs,t);n.buf[n.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(e+n,t[n]);else if(vr(t))for(let n=0;n<t.length;n++)this.set(e+n,t.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(t){if(t=Math.trunc(t),!(Number.isNaN(t)||t<=0)){if(t===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(t>=this.bufs[0].byteLength)t-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(t),this.length-=t;break}}}slice(t,e){let{bufs:n,length:o}=this._subList(t,e);return ae(n,o)}subarray(t,e){let{bufs:n,length:o}=this._subList(t,e);return n.length===1?n[0]:ae(n,o)}sublist(t,e){let{bufs:n,length:o}=this._subList(t,e),s=new r;return s.length=o,s.bufs=[...n],s}_subList(t,e){if(t=t??0,e=e??this.length,t<0&&(t=this.length+t),e<0&&(e=this.length+e),t<0||e>this.length)throw new RangeError("index is out of bounds");if(t===e)return{bufs:[],length:0};if(t===0&&e===this.length)return{bufs:this.bufs,length:this.length};let n=[],o=0;for(let s=0;s<this.bufs.length;s++){let i=this.bufs[s],a=o,c=a+i.byteLength;if(o=c,t>=c)continue;let f=t>=a&&t<c,u=e>a&&e<=c;if(f&&u){if(t===a&&e===c){n.push(i);break}let l=t-a;n.push(i.subarray(l,l+(e-t)));break}if(f){if(t===0){n.push(i);continue}n.push(i.subarray(t-a));continue}if(u){if(e===c){n.push(i);break}n.push(i.subarray(0,e-a));break}n.push(i)}return{bufs:n,length:e-t}}indexOf(t,e=0){if(!vr(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let s=256,i=new Int32Array(s);for(let l=0;l<s;l++)i[l]=-1;for(let l=0;l<o;l++)i[n[l]]=l;let a=i,c=this.byteLength-n.byteLength,f=n.byteLength-1,u;for(let l=e;l<=c;l+=u){u=0;for(let d=f;d>=0;d--){let x=this.get(l+d);if(n[d]!==x){u=Math.max(1,d-a[x]);break}}if(u===0)return l}return-1}getInt8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){let n=lt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,e),this.write(n,t)}getInt16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,e)}setInt16(t,e,n){let o=Mt(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt16(0,e,n),this.write(o,t)}getInt32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,e)}setInt32(t,e,n){let o=Mt(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt32(0,e,n),this.write(o,t)}getBigInt64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,e)}setBigInt64(t,e,n){let o=Mt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigInt64(0,e,n),this.write(o,t)}getUint8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0)}setUint8(t,e){let n=lt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,e),this.write(n,t)}getUint16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,e)}setUint16(t,e,n){let o=Mt(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint16(0,e,n),this.write(o,t)}getUint32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,e)}setUint32(t,e,n){let o=Mt(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint32(0,e,n),this.write(o,t)}getBigUint64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,e)}setBigUint64(t,e,n){let o=Mt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigUint64(0,e,n),this.write(o,t)}getFloat32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,e)}setFloat32(t,e,n){let o=Mt(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat32(0,e,n),this.write(o,t)}getFloat64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,e)}setFloat64(t,e,n){let o=Mt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,e,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof r)||t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!xt(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let n=new r;return n.bufs=t,e==null&&(e=t.reduce((o,s)=>o+s.byteLength,0)),n.length=e,n}};var En={};gt(En,{base10:()=>ac});var ac=Yt({prefix:"9",name:"base10",alphabet:"0123456789"});var Sn={};gt(Sn,{base16:()=>cc,base16upper:()=>uc});var cc=J({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),uc=J({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var vn={};gt(vn,{base2:()=>fc});var fc=J({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var An={};gt(An,{base256emoji:()=>mc});var vs=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}"),lc=vs.reduce((r,t,e)=>(r[e]=t,r),[]),hc=vs.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function dc(r){return r.reduce((t,e)=>(t+=lc[e],t),"")}function pc(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let o=hc[n];if(o==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(o)}return new Uint8Array(t)}var mc=Ae({prefix:"\u{1F680}",name:"base256emoji",encode:dc,decode:pc});var In={};gt(In,{base64:()=>yc,base64pad:()=>bc,base64url:()=>gc,base64urlpad:()=>xc});var yc=J({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),bc=J({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),gc=J({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),xc=J({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Bn={};gt(Bn,{base8:()=>wc});var wc=J({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var _n={};gt(_n,{identity:()=>Ec});var Ec=Ae({prefix:"\0",name:"identity",encode:r=>cs(r),decode:r=>as(r)});var Vl=new TextEncoder,zl=new TextDecoder;var Dn={};gt(Dn,{sha256:()=>ce,sha512:()=>Ac});function Tn({name:r,code:t,encode:e}){return new Ln(r,t,e)}var Ln=class{name;code;encode;constructor(t,e,n){this.name=t,this.code=e,this.encode=n}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?Tt(this.code,e):e.then(n=>Tt(this.code,n))}else throw Error("Unknown type, must be binary type")}};function Is(r){return async t=>new Uint8Array(await crypto.subtle.digest(r,t))}var ce=Tn({name:"sha2-256",code:18,encode:Is("SHA-256")}),Ac=Tn({name:"sha2-512",code:19,encode:Is("SHA-512")});var Pn={..._n,...vn,...Bn,...En,...Sn,...yn,...bn,...mn,...In,...An},eh={...Dn,...wn};function _s(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var Bs=_s("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),Cn=_s("ascii","a",r=>{let t="a";for(let e=0;e<r.length;e++)t+=String.fromCharCode(r[e]);return t},r=>{r=r.substring(1);let t=lt(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),Ic={utf8:Bs,"utf-8":Bs,hex:Pn.base16,latin1:Cn,ascii:Cn,binary:Cn,...Pn},Ar=Ic;function Z(r,t="utf8"){let e=Ar[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.decoder.decode(`${e.prefix}${r}`)}function F(r,t="utf8"){let e=Ar[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.encoder.encode(r).substring(1)}var Bc=parseInt("11111",2),Nn=parseInt("10000000",2),_c=parseInt("01111111",2),Ls={0:Ye,1:Ye,2:Lc,3:Pc,4:Cc,5:Dc,6:Tc,16:Ye,22:Ye,48:Ye};function Ot(r,t={offset:0}){let e=r[t.offset]&Bc;if(t.offset++,Ls[e]!=null)return Ls[e](r,t);throw new Error("No decoder for tag "+e)}function We(r,t){let e=0;if((r[t.offset]&Nn)===Nn){let n=r[t.offset]&_c,o="0x";t.offset++;for(let s=0;s<n;s++,t.offset++)o+=r[t.offset].toString(16).padStart(2,"0");e=parseInt(o,16)}else e=r[t.offset],t.offset++;return e}function Ye(r,t){We(r,t);let e=[];for(;!(t.offset>=r.byteLength);){let n=Ot(r,t);if(n===null)break;e.push(n)}return e}function Lc(r,t){let e=We(r,t),n=t.offset,o=t.offset+e,s=[];for(let i=n;i<o;i++)i===n&&r[i]===0||s.push(r[i]);return t.offset+=e,Uint8Array.from(s)}function Tc(r,t){let e=We(r,t),n=t.offset+e,o=r[t.offset];t.offset++;let s=0,i=0;o<40?(s=0,i=o):o<80?(s=1,i=o-40):(s=2,i=o-80);let a=`${s}.${i}`,c=[];for(;t.offset<n;){let f=r[t.offset];if(t.offset++,c.push(f&127),f<128){c.reverse();let u=0;for(let l=0;l<c.length;l++)u+=c[l]<<l*7;a+=`.${u}`,c=[]}}return a}function Dc(r,t){return t.offset++,null}function Pc(r,t){let e=We(r,t),n=r[t.offset];t.offset++;let o=r.subarray(t.offset,t.offset+e-1);if(t.offset+=e,n!==0)throw new Error("Unused bits in bit string is unimplemented");return o}function Cc(r,t){let e=We(r,t),n=r.subarray(t.offset,t.offset+e);return t.offset+=e,n}function Nc(r){let t=r.toString(16);t.length%2===1&&(t="0"+t);let e=new ot;for(let n=0;n<t.length;n+=2)e.append(Uint8Array.from([parseInt(`${t[n]}${t[n+1]}`,16)]));return e}function kn(r){if(r.byteLength<128)return Uint8Array.from([r.byteLength]);let t=Nc(r.byteLength);return new ot(Uint8Array.from([t.byteLength|Nn]),t)}function wt(r){let t=new ot,e=128;return(r.subarray()[0]&e)===e&&t.append(Uint8Array.from([0])),t.append(r),new ot(Uint8Array.from([2]),kn(t),t)}function Ir(r){let t=Uint8Array.from([0]),e=new ot(t,r);return new ot(Uint8Array.from([3]),kn(e),e)}function jt(r,t=48){let e=new ot;for(let n of r)e.append(n);return new ot(Uint8Array.from([t]),kn(e),e)}async function Ts(r,t,e){let n=await crypto.subtle.importKey("jwk",r,{name:"ECDSA",namedCurve:r.crv??"P-256"},!1,["verify"]);return crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},n,t,e.subarray())}var kc=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),Rc=Uint8Array.from([6,5,43,129,4,0,34]),Uc=Uint8Array.from([6,5,43,129,4,0,35]),Kc={ext:!0,kty:"EC",crv:"P-256"},Mc={ext:!0,kty:"EC",crv:"P-384"},Oc={ext:!0,kty:"EC",crv:"P-521"},Rn=32,Un=48,Kn=66;function Mn(r){let t=Ot(r);return Ds(t)}function Ds(r){let t=r[1][1][0],e=1,n,o;if(t.byteLength===Rn*2+1)return n=F(t.subarray(e,e+Rn),"base64url"),o=F(t.subarray(e+Rn),"base64url"),new Te({...Kc,key_ops:["verify"],x:n,y:o});if(t.byteLength===Un*2+1)return n=F(t.subarray(e,e+Un),"base64url"),o=F(t.subarray(e+Un),"base64url"),new Te({...Mc,key_ops:["verify"],x:n,y:o});if(t.byteLength===Kn*2+1)return n=F(t.subarray(e,e+Kn),"base64url"),o=F(t.subarray(e+Kn),"base64url"),new Te({...Oc,key_ops:["verify"],x:n,y:o});throw new $(`coordinates were wrong length, got ${t.byteLength}, expected 65, 97 or 133`)}function Ps(r){return jt([wt(Uint8Array.from([1])),jt([qc(r.crv)],160),jt([Ir(new ot(Uint8Array.from([4]),Z(r.x??"","base64url"),Z(r.y??"","base64url")))],161)]).subarray()}function qc(r){if(r==="P-256")return kc;if(r==="P-384")return Rc;if(r==="P-521")return Uc;throw new $(`Invalid curve ${r}`)}var Te=class{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){return this._raw==null&&(this._raw=Ps(this.jwk)),this._raw}toMultihash(){return Dt.digest(qt(this))}toCID(){return ft.createV1(114,this.toMultihash())}toString(){return j.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:xt(this.raw,t.raw)}async verify(t,e){return Ts(this.jwk,e,t)}};function Cs(r){if(!Number.isSafeInteger(r)||r<0)throw new Error("positive integer expected, got "+r)}function Hc(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function De(r,...t){if(!Hc(r))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(r.length))throw new Error("Uint8Array expected of length "+t+", got length="+r.length)}function Ns(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");Cs(r.outputLen),Cs(r.blockLen)}function Pe(r,t=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(t&&r.finished)throw new Error("Hash#digest() has already been called")}function ks(r,t){De(r);let e=t.outputLen;if(r.length<e)throw new Error("digestInto() expects output buffer of length at least "+e)}var ue=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function Br(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function Pt(r,t){return r<<32-t|r>>>t}var Uh=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function";function Rs(r){if(typeof r!="string")throw new Error("utf8ToBytes expected string, got "+typeof r);return new Uint8Array(new TextEncoder().encode(r))}function $e(r){return typeof r=="string"&&(r=Rs(r)),De(r),r}function On(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];De(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let s=r[n];e.set(s,o),o+=s.length}return e}var Ce=class{clone(){return this._cloneInto()}};function _r(r){let t=n=>r().update($e(n)).digest(),e=r();return t.outputLen=e.outputLen,t.blockLen=e.blockLen,t.create=()=>r(),t}function Ne(r=32){if(ue&&typeof ue.getRandomValues=="function")return ue.getRandomValues(new Uint8Array(r));if(ue&&typeof ue.randomBytes=="function")return Uint8Array.from(ue.randomBytes(r));throw new Error("crypto.getRandomValues must be defined")}function Vc(r,t,e,n){if(typeof r.setBigUint64=="function")return r.setBigUint64(t,e,n);let o=BigInt(32),s=BigInt(4294967295),i=Number(e>>o&s),a=Number(e&s),c=n?4:0,f=n?0:4;r.setUint32(t+c,i,n),r.setUint32(t+f,a,n)}function Us(r,t,e){return r&t^~r&e}function Ks(r,t,e){return r&t^r&e^t&e}var ke=class extends Ce{constructor(t,e,n,o){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=t,this.outputLen=e,this.padOffset=n,this.isLE=o,this.buffer=new Uint8Array(t),this.view=Br(this.buffer)}update(t){Pe(this);let{view:e,buffer:n,blockLen:o}=this;t=$e(t);let s=t.length;for(let i=0;i<s;){let a=Math.min(o-this.pos,s-i);if(a===o){let c=Br(t);for(;o<=s-i;i+=o)this.process(c,i);continue}n.set(t.subarray(i,i+a),this.pos),this.pos+=a,i+=a,this.pos===o&&(this.process(e,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Pe(this),ks(t,this),this.finished=!0;let{buffer:e,view:n,blockLen:o,isLE:s}=this,{pos:i}=this;e[i++]=128,this.buffer.subarray(i).fill(0),this.padOffset>o-i&&(this.process(n,0),i=0);for(let l=i;l<o;l++)e[l]=0;Vc(n,o-8,BigInt(this.length*8),s),this.process(n,0);let a=Br(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let f=c/4,u=this.get();if(f>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<f;l++)a.setUint32(4*l,u[l],s)}digest(){let{buffer:t,outputLen:e}=this;this.digestInto(t);let n=t.slice(0,e);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:e,buffer:n,length:o,finished:s,destroyed:i,pos:a}=this;return t.length=o,t.pos=a,t.finished=s,t.destroyed=i,o%e&&t.buffer.set(n),t}};var zc=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Xt=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Jt=new Uint32Array(64),qn=class extends ke{constructor(t=32){super(64,t,8,!1),this.A=Xt[0]|0,this.B=Xt[1]|0,this.C=Xt[2]|0,this.D=Xt[3]|0,this.E=Xt[4]|0,this.F=Xt[5]|0,this.G=Xt[6]|0,this.H=Xt[7]|0}get(){let{A:t,B:e,C:n,D:o,E:s,F:i,G:a,H:c}=this;return[t,e,n,o,s,i,a,c]}set(t,e,n,o,s,i,a,c){this.A=t|0,this.B=e|0,this.C=n|0,this.D=o|0,this.E=s|0,this.F=i|0,this.G=a|0,this.H=c|0}process(t,e){for(let l=0;l<16;l++,e+=4)Jt[l]=t.getUint32(e,!1);for(let l=16;l<64;l++){let d=Jt[l-15],x=Jt[l-2],E=Pt(d,7)^Pt(d,18)^d>>>3,y=Pt(x,17)^Pt(x,19)^x>>>10;Jt[l]=y+Jt[l-7]+E+Jt[l-16]|0}let{A:n,B:o,C:s,D:i,E:a,F:c,G:f,H:u}=this;for(let l=0;l<64;l++){let d=Pt(a,6)^Pt(a,11)^Pt(a,25),x=u+d+Us(a,c,f)+zc[l]+Jt[l]|0,y=(Pt(n,2)^Pt(n,13)^Pt(n,22))+Ks(n,o,s)|0;u=f,f=c,c=a,a=i+x|0,i=s,s=o,o=n,n=x+y|0}n=n+this.A|0,o=o+this.B|0,s=s+this.C|0,i=i+this.D|0,a=a+this.E|0,c=c+this.F|0,f=f+this.G|0,u=u+this.H|0,this.set(n,o,s,i,a,c,f,u)}roundClean(){Jt.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var fe=_r(()=>new qn);var Lr=BigInt(4294967295),Hn=BigInt(32);function Ms(r,t=!1){return t?{h:Number(r&Lr),l:Number(r>>Hn&Lr)}:{h:Number(r>>Hn&Lr)|0,l:Number(r&Lr)|0}}function Fc(r,t=!1){let e=new Uint32Array(r.length),n=new Uint32Array(r.length);for(let o=0;o<r.length;o++){let{h:s,l:i}=Ms(r[o],t);[e[o],n[o]]=[s,i]}return[e,n]}var Gc=(r,t)=>BigInt(r>>>0)<<Hn|BigInt(t>>>0),Zc=(r,t,e)=>r>>>e,Yc=(r,t,e)=>r<<32-e|t>>>e,Wc=(r,t,e)=>r>>>e|t<<32-e,$c=(r,t,e)=>r<<32-e|t>>>e,jc=(r,t,e)=>r<<64-e|t>>>e-32,Xc=(r,t,e)=>r>>>e-32|t<<64-e,Jc=(r,t)=>t,Qc=(r,t)=>r,tu=(r,t,e)=>r<<e|t>>>32-e,eu=(r,t,e)=>t<<e|r>>>32-e,ru=(r,t,e)=>t<<e-32|r>>>64-e,nu=(r,t,e)=>r<<e-32|t>>>64-e;function ou(r,t,e,n){let o=(t>>>0)+(n>>>0);return{h:r+e+(o/2**32|0)|0,l:o|0}}var su=(r,t,e)=>(r>>>0)+(t>>>0)+(e>>>0),iu=(r,t,e,n)=>t+e+n+(r/2**32|0)|0,au=(r,t,e,n)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0),cu=(r,t,e,n,o)=>t+e+n+o+(r/2**32|0)|0,uu=(r,t,e,n,o)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0)+(o>>>0),fu=(r,t,e,n,o,s)=>t+e+n+o+s+(r/2**32|0)|0;var lu={fromBig:Ms,split:Fc,toBig:Gc,shrSH:Zc,shrSL:Yc,rotrSH:Wc,rotrSL:$c,rotrBH:jc,rotrBL:Xc,rotr32H:Jc,rotr32L:Qc,rotlSH:tu,rotlSL:eu,rotlBH:ru,rotlBL:nu,add:ou,add3L:su,add3H:iu,add4L:au,add4H:cu,add5H:fu,add5L:uu},k=lu;var[hu,du]=k.split(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(r=>BigInt(r))),Qt=new Uint32Array(80),te=new Uint32Array(80),Vn=class extends ke{constructor(t=64){super(128,t,16,!1),this.Ah=1779033703,this.Al=-205731576,this.Bh=-1150833019,this.Bl=-2067093701,this.Ch=1013904242,this.Cl=-23791573,this.Dh=-1521486534,this.Dl=1595750129,this.Eh=1359893119,this.El=-1377402159,this.Fh=-1694144372,this.Fl=725511199,this.Gh=528734635,this.Gl=-79577749,this.Hh=1541459225,this.Hl=327033209}get(){let{Ah:t,Al:e,Bh:n,Bl:o,Ch:s,Cl:i,Dh:a,Dl:c,Eh:f,El:u,Fh:l,Fl:d,Gh:x,Gl:E,Hh:y,Hl:h}=this;return[t,e,n,o,s,i,a,c,f,u,l,d,x,E,y,h]}set(t,e,n,o,s,i,a,c,f,u,l,d,x,E,y,h){this.Ah=t|0,this.Al=e|0,this.Bh=n|0,this.Bl=o|0,this.Ch=s|0,this.Cl=i|0,this.Dh=a|0,this.Dl=c|0,this.Eh=f|0,this.El=u|0,this.Fh=l|0,this.Fl=d|0,this.Gh=x|0,this.Gl=E|0,this.Hh=y|0,this.Hl=h|0}process(t,e){for(let p=0;p<16;p++,e+=4)Qt[p]=t.getUint32(e),te[p]=t.getUint32(e+=4);for(let p=16;p<80;p++){let I=Qt[p-15]|0,P=te[p-15]|0,C=k.rotrSH(I,P,1)^k.rotrSH(I,P,8)^k.shrSH(I,P,7),_=k.rotrSL(I,P,1)^k.rotrSL(I,P,8)^k.shrSL(I,P,7),L=Qt[p-2]|0,T=te[p-2]|0,G=k.rotrSH(L,T,19)^k.rotrBH(L,T,61)^k.shrSH(L,T,6),q=k.rotrSL(L,T,19)^k.rotrBL(L,T,61)^k.shrSL(L,T,6),U=k.add4L(_,q,te[p-7],te[p-16]),nt=k.add4H(U,C,G,Qt[p-7],Qt[p-16]);Qt[p]=nt|0,te[p]=U|0}let{Ah:n,Al:o,Bh:s,Bl:i,Ch:a,Cl:c,Dh:f,Dl:u,Eh:l,El:d,Fh:x,Fl:E,Gh:y,Gl:h,Hh:b,Hl:v}=this;for(let p=0;p<80;p++){let I=k.rotrSH(l,d,14)^k.rotrSH(l,d,18)^k.rotrBH(l,d,41),P=k.rotrSL(l,d,14)^k.rotrSL(l,d,18)^k.rotrBL(l,d,41),C=l&x^~l&y,_=d&E^~d&h,L=k.add5L(v,P,_,du[p],te[p]),T=k.add5H(L,b,I,C,hu[p],Qt[p]),G=L|0,q=k.rotrSH(n,o,28)^k.rotrBH(n,o,34)^k.rotrBH(n,o,39),U=k.rotrSL(n,o,28)^k.rotrBL(n,o,34)^k.rotrBL(n,o,39),nt=n&s^n&a^s&a,S=o&i^o&c^i&c;b=y|0,v=h|0,y=x|0,h=E|0,x=l|0,E=d|0,{h:l,l:d}=k.add(f|0,u|0,T|0,G|0),f=a|0,u=c|0,a=s|0,c=i|0,s=n|0,i=o|0;let B=k.add3L(G,U,S);n=k.add3H(B,T,q,nt),o=B|0}({h:n,l:o}=k.add(this.Ah|0,this.Al|0,n|0,o|0)),{h:s,l:i}=k.add(this.Bh|0,this.Bl|0,s|0,i|0),{h:a,l:c}=k.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:f,l:u}=k.add(this.Dh|0,this.Dl|0,f|0,u|0),{h:l,l:d}=k.add(this.Eh|0,this.El|0,l|0,d|0),{h:x,l:E}=k.add(this.Fh|0,this.Fl|0,x|0,E|0),{h:y,l:h}=k.add(this.Gh|0,this.Gl|0,y|0,h|0),{h:b,l:v}=k.add(this.Hh|0,this.Hl|0,b|0,v|0),this.set(n,o,s,i,a,c,f,u,l,d,x,E,y,h,b,v)}roundClean(){Qt.fill(0),te.fill(0)}destroy(){this.buffer.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var zn=_r(()=>new Vn);var Yn=BigInt(0),Zn=BigInt(1);function le(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function Wn(r){if(!le(r))throw new Error("Uint8Array expected")}function kt(r,t){if(typeof t!="boolean")throw new Error(r+" boolean expected, got "+t)}function je(r){let t=r.toString(16);return t.length&1?"0"+t:t}function Hs(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return r===""?Yn:BigInt("0x"+r)}var Vs=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",pu=Array.from({length:256},(r,t)=>t.toString(16).padStart(2,"0"));function ee(r){if(Wn(r),Vs)return r.toHex();let t="";for(let e=0;e<r.length;e++)t+=pu[r[e]];return t}var Ht={_0:48,_9:57,A:65,F:70,a:97,f:102};function Os(r){if(r>=Ht._0&&r<=Ht._9)return r-Ht._0;if(r>=Ht.A&&r<=Ht.F)return r-(Ht.A-10);if(r>=Ht.a&&r<=Ht.f)return r-(Ht.a-10)}function Xe(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);if(Vs)return Uint8Array.fromHex(r);let t=r.length,e=t/2;if(t%2)throw new Error("hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(e);for(let o=0,s=0;o<e;o++,s+=2){let i=Os(r.charCodeAt(s)),a=Os(r.charCodeAt(s+1));if(i===void 0||a===void 0){let c=r[s]+r[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}n[o]=i*16+a}return n}function Vt(r){return Hs(ee(r))}function he(r){return Wn(r),Hs(ee(Uint8Array.from(r).reverse()))}function de(r,t){return Xe(r.toString(16).padStart(t*2,"0"))}function Re(r,t){return de(r,t).reverse()}function X(r,t,e){let n;if(typeof t=="string")try{n=Xe(t)}catch(s){throw new Error(r+" must be hex string or Uint8Array, cause: "+s)}else if(le(t))n=Uint8Array.from(t);else throw new Error(r+" must be hex string or Uint8Array");let o=n.length;if(typeof e=="number"&&o!==e)throw new Error(r+" of length "+e+" expected, got "+o);return n}function re(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];Wn(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let s=r[n];e.set(s,o),o+=s.length}return e}var Fn=r=>typeof r=="bigint"&&Yn<=r;function Tr(r,t,e){return Fn(r)&&Fn(t)&&Fn(e)&&t<=r&&r<e}function It(r,t,e,n){if(!Tr(t,e,n))throw new Error("expected valid "+r+": "+e+" <= n < "+n+", got "+t)}function zs(r){let t;for(t=0;r>Yn;r>>=Zn,t+=1);return t}var pe=r=>(Zn<<BigInt(r))-Zn,Gn=r=>new Uint8Array(r),qs=r=>Uint8Array.from(r);function Fs(r,t,e){if(typeof r!="number"||r<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof e!="function")throw new Error("hmacFn must be a function");let n=Gn(r),o=Gn(r),s=0,i=()=>{n.fill(1),o.fill(0),s=0},a=(...l)=>e(o,n,...l),c=(l=Gn(0))=>{o=a(qs([0]),l),n=a(),l.length!==0&&(o=a(qs([1]),l),n=a())},f=()=>{if(s++>=1e3)throw new Error("drbg: tried 1000 values");let l=0,d=[];for(;l<t;){n=a();let x=n.slice();d.push(x),l+=n.length}return re(...d)};return(l,d)=>{i(),c(l);let x;for(;!(x=d(f()));)c();return i(),x}}var mu={bigint:r=>typeof r=="bigint",function:r=>typeof r=="function",boolean:r=>typeof r=="boolean",string:r=>typeof r=="string",stringOrUint8Array:r=>typeof r=="string"||le(r),isSafeInteger:r=>Number.isSafeInteger(r),array:r=>Array.isArray(r),field:(r,t)=>t.Fp.isValid(r),hash:r=>typeof r=="function"&&Number.isSafeInteger(r.outputLen)};function zt(r,t,e={}){let n=(o,s,i)=>{let a=mu[s];if(typeof a!="function")throw new Error("invalid validator function");let c=r[o];if(!(i&&c===void 0)&&!a(c,r))throw new Error("param "+String(o)+" is invalid. Expected "+s+", got "+c)};for(let[o,s]of Object.entries(t))n(o,s,!1);for(let[o,s]of Object.entries(e))n(o,s,!0);return r}function Ue(r){let t=new WeakMap;return(e,...n)=>{let o=t.get(e);if(o!==void 0)return o;let s=r(e,...n);return t.set(e,s),s}}var st=BigInt(0),Y=BigInt(1),me=BigInt(2),yu=BigInt(3),$n=BigInt(4),Gs=BigInt(5),Zs=BigInt(8),bu=BigInt(9),gu=BigInt(16);function z(r,t){let e=r%t;return e>=st?e:t+e}function xu(r,t,e){if(t<st)throw new Error("invalid exponent, negatives unsupported");if(e<=st)throw new Error("invalid modulus");if(e===Y)return st;let n=Y;for(;t>st;)t&Y&&(n=n*r%e),r=r*r%e,t>>=Y;return n}function W(r,t,e){let n=r;for(;t-- >st;)n*=n,n%=e;return n}function Dr(r,t){if(r===st)throw new Error("invert: expected non-zero number");if(t<=st)throw new Error("invert: expected positive modulus, got "+t);let e=z(r,t),n=t,o=st,s=Y,i=Y,a=st;for(;e!==st;){let f=n/e,u=n%e,l=o-i*f,d=s-a*f;n=e,e=u,o=i,s=a,i=l,a=d}if(n!==Y)throw new Error("invert: does not exist");return z(o,t)}function wu(r){let t=(r-Y)/me,e,n,o;for(e=r-Y,n=0;e%me===st;e/=me,n++);for(o=me;o<r&&xu(o,t,r)!==r-Y;o++)if(o>1e3)throw new Error("Cannot find square root: likely non-prime P");if(n===1){let i=(r+Y)/$n;return function(c,f){let u=c.pow(f,i);if(!c.eql(c.sqr(u),f))throw new Error("Cannot find square root");return u}}let s=(e+Y)/me;return function(a,c){if(a.pow(c,t)===a.neg(a.ONE))throw new Error("Cannot find square root");let f=n,u=a.pow(a.mul(a.ONE,o),e),l=a.pow(c,s),d=a.pow(c,e);for(;!a.eql(d,a.ONE);){if(a.eql(d,a.ZERO))return a.ZERO;let x=1;for(let y=a.sqr(d);x<f&&!a.eql(y,a.ONE);x++)y=a.sqr(y);let E=a.pow(u,Y<<BigInt(f-x-1));u=a.sqr(E),l=a.mul(l,E),d=a.mul(d,u),f=x}return l}}function Eu(r){if(r%$n===yu){let t=(r+Y)/$n;return function(n,o){let s=n.pow(o,t);if(!n.eql(n.sqr(s),o))throw new Error("Cannot find square root");return s}}if(r%Zs===Gs){let t=(r-Gs)/Zs;return function(n,o){let s=n.mul(o,me),i=n.pow(s,t),a=n.mul(o,i),c=n.mul(n.mul(a,me),i),f=n.mul(a,n.sub(c,n.ONE));if(!n.eql(n.sqr(f),o))throw new Error("Cannot find square root");return f}}return r%gu,wu(r)}var Ys=(r,t)=>(z(r,t)&Y)===Y,Su=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function jn(r){let t={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},e=Su.reduce((n,o)=>(n[o]="function",n),t);return zt(r,e)}function vu(r,t,e){if(e<st)throw new Error("invalid exponent, negatives unsupported");if(e===st)return r.ONE;if(e===Y)return t;let n=r.ONE,o=t;for(;e>st;)e&Y&&(n=r.mul(n,o)),o=r.sqr(o),e>>=Y;return n}function Au(r,t){let e=new Array(t.length),n=t.reduce((s,i,a)=>r.is0(i)?s:(e[a]=s,r.mul(s,i)),r.ONE),o=r.inv(n);return t.reduceRight((s,i,a)=>r.is0(i)?s:(e[a]=r.mul(s,e[a]),r.mul(s,i)),o),e}function Xn(r,t){let e=t!==void 0?t:r.toString(2).length,n=Math.ceil(e/8);return{nBitLength:e,nByteLength:n}}function ne(r,t,e=!1,n={}){if(r<=st)throw new Error("invalid field: expected ORDER > 0, got "+r);let{nBitLength:o,nByteLength:s}=Xn(r,t);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let i,a=Object.freeze({ORDER:r,isLE:e,BITS:o,BYTES:s,MASK:pe(o),ZERO:st,ONE:Y,create:c=>z(c,r),isValid:c=>{if(typeof c!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof c);return st<=c&&c<r},is0:c=>c===st,isOdd:c=>(c&Y)===Y,neg:c=>z(-c,r),eql:(c,f)=>c===f,sqr:c=>z(c*c,r),add:(c,f)=>z(c+f,r),sub:(c,f)=>z(c-f,r),mul:(c,f)=>z(c*f,r),pow:(c,f)=>vu(a,c,f),div:(c,f)=>z(c*Dr(f,r),r),sqrN:c=>c*c,addN:(c,f)=>c+f,subN:(c,f)=>c-f,mulN:(c,f)=>c*f,inv:c=>Dr(c,r),sqrt:n.sqrt||(c=>(i||(i=Eu(r)),i(a,c))),invertBatch:c=>Au(a,c),cmov:(c,f,u)=>u?f:c,toBytes:c=>e?Re(c,s):de(c,s),fromBytes:c=>{if(c.length!==s)throw new Error("Field.fromBytes: expected "+s+" bytes, got "+c.length);return e?he(c):Vt(c)}});return Object.freeze(a)}function Ws(r){if(typeof r!="bigint")throw new Error("field order must be bigint");let t=r.toString(2).length;return Math.ceil(t/8)}function Jn(r){let t=Ws(r);return t+Math.ceil(t/2)}function $s(r,t,e=!1){let n=r.length,o=Ws(t),s=Jn(t);if(n<16||n<s||n>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+n);let i=e?he(r):Vt(r),a=z(i,t-Y)+Y;return e?Re(a,o):de(a,o)}var js=BigInt(0),no=BigInt(1);function Qn(r,t){let e=t.negate();return r?e:t}function Js(r,t){if(!Number.isSafeInteger(r)||r<=0||r>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+r)}function to(r,t){Js(r,t);let e=Math.ceil(t/r)+1,n=2**(r-1),o=2**r,s=pe(r),i=BigInt(r);return{windows:e,windowSize:n,mask:s,maxNumber:o,shiftBy:i}}function Xs(r,t,e){let{windowSize:n,mask:o,maxNumber:s,shiftBy:i}=e,a=Number(r&o),c=r>>i;a>n&&(a-=s,c+=no);let f=t*n,u=f+Math.abs(a)-1,l=a===0,d=a<0,x=t%2!==0;return{nextN:c,offset:u,isZero:l,isNeg:d,isNegF:x,offsetF:f}}function Iu(r,t){if(!Array.isArray(r))throw new Error("array expected");r.forEach((e,n)=>{if(!(e instanceof t))throw new Error("invalid point at index "+n)})}function Bu(r,t){if(!Array.isArray(r))throw new Error("array of scalars expected");r.forEach((e,n)=>{if(!t.isValid(e))throw new Error("invalid scalar at index "+n)})}var eo=new WeakMap,Qs=new WeakMap;function ro(r){return Qs.get(r)||1}function Pr(r,t){return{constTimeNegate:Qn,hasPrecomputes(e){return ro(e)!==1},unsafeLadder(e,n,o=r.ZERO){let s=e;for(;n>js;)n&no&&(o=o.add(s)),s=s.double(),n>>=no;return o},precomputeWindow(e,n){let{windows:o,windowSize:s}=to(n,t),i=[],a=e,c=a;for(let f=0;f<o;f++){c=a,i.push(c);for(let u=1;u<s;u++)c=c.add(a),i.push(c);a=c.double()}return i},wNAF(e,n,o){let s=r.ZERO,i=r.BASE,a=to(e,t);for(let c=0;c<a.windows;c++){let{nextN:f,offset:u,isZero:l,isNeg:d,isNegF:x,offsetF:E}=Xs(o,c,a);o=f,l?i=i.add(Qn(x,n[E])):s=s.add(Qn(d,n[u]))}return{p:s,f:i}},wNAFUnsafe(e,n,o,s=r.ZERO){let i=to(e,t);for(let a=0;a<i.windows&&o!==js;a++){let{nextN:c,offset:f,isZero:u,isNeg:l}=Xs(o,a,i);if(o=c,!u){let d=n[f];s=s.add(l?d.negate():d)}}return s},getPrecomputes(e,n,o){let s=eo.get(n);return s||(s=this.precomputeWindow(n,e),e!==1&&eo.set(n,o(s))),s},wNAFCached(e,n,o){let s=ro(e);return this.wNAF(s,this.getPrecomputes(s,e,o),n)},wNAFCachedUnsafe(e,n,o,s){let i=ro(e);return i===1?this.unsafeLadder(e,n,s):this.wNAFUnsafe(i,this.getPrecomputes(i,e,o),n,s)},setWindowSize(e,n){Js(n,t),Qs.set(e,n),eo.delete(e)}}}function Cr(r,t,e,n){if(Iu(e,r),Bu(n,t),e.length!==n.length)throw new Error("arrays of points and scalars must have equal length");let o=r.ZERO,s=zs(BigInt(e.length)),i=s>12?s-3:s>4?s-2:s?2:1,a=pe(i),c=new Array(Number(a)+1).fill(o),f=Math.floor((t.BITS-1)/i)*i,u=o;for(let l=f;l>=0;l-=i){c.fill(o);for(let x=0;x<n.length;x++){let E=n[x],y=Number(E>>BigInt(l)&a);c[y]=c[y].add(e[x])}let d=o;for(let x=c.length-1,E=o;x>0;x--)E=E.add(c[x]),d=d.add(E);if(u=u.add(d),l!==0)for(let x=0;x<i;x++)u=u.double()}return u}function Je(r){return jn(r.Fp),zt(r,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Xn(r.n,r.nBitLength),...r,p:r.Fp.ORDER})}var Rt=BigInt(0),mt=BigInt(1),ti=BigInt(2),_u=BigInt(8),Lu={zip215:!0};function Tu(r){let t=Je(r);return zt(r,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...t})}function ei(r){let t=Tu(r),{Fp:e,n,prehash:o,hash:s,randomBytes:i,nByteLength:a,h:c}=t,f=ti<<BigInt(a*8)-mt,u=e.create,l=ne(t.n,t.nBitLength),d=t.uvRatio||((g,m)=>{try{return{isValid:!0,value:e.sqrt(g*e.inv(m))}}catch{return{isValid:!1,value:Rt}}}),x=t.adjustScalarBytes||(g=>g),E=t.domain||((g,m,w)=>{if(kt("phflag",w),m.length||w)throw new Error("Contexts/pre-hash are not supported");return g});function y(g,m,w=!1){let A=w?mt:Rt;It("coordinate "+g,m,A,f)}function h(g){if(!(g instanceof p))throw new Error("ExtendedPoint expected")}let b=Ue((g,m)=>{let{ex:w,ey:A,ez:N}=g,R=g.is0();m==null&&(m=R?_u:e.inv(N));let K=u(w*m),M=u(A*m),O=u(N*m);if(R)return{x:Rt,y:mt};if(O!==mt)throw new Error("invZ was invalid");return{x:K,y:M}}),v=Ue(g=>{let{a:m,d:w}=t;if(g.is0())throw new Error("bad point: ZERO");let{ex:A,ey:N,ez:R,et:K}=g,M=u(A*A),O=u(N*N),V=u(R*R),rt=u(V*V),Q=u(M*m),ct=u(V*u(Q+O)),bt=u(rt+u(w*u(M*O)));if(ct!==bt)throw new Error("bad point: equation left != right (1)");let it=u(A*N),ut=u(R*K);if(it!==ut)throw new Error("bad point: equation left != right (2)");return!0});class p{constructor(m,w,A,N){y("x",m),y("y",w),y("z",A,!0),y("t",N),this.ex=m,this.ey=w,this.ez=A,this.et=N,Object.freeze(this)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(m){if(m instanceof p)throw new Error("extended point not allowed");let{x:w,y:A}=m||{};return y("x",w),y("y",A),new p(w,A,mt,u(w*A))}static normalizeZ(m){let w=e.invertBatch(m.map(A=>A.ez));return m.map((A,N)=>A.toAffine(w[N])).map(p.fromAffine)}static msm(m,w){return Cr(p,l,m,w)}_setWindowSize(m){C.setWindowSize(this,m)}assertValidity(){v(this)}equals(m){h(m);let{ex:w,ey:A,ez:N}=this,{ex:R,ey:K,ez:M}=m,O=u(w*M),V=u(R*N),rt=u(A*M),Q=u(K*N);return O===V&&rt===Q}is0(){return this.equals(p.ZERO)}negate(){return new p(u(-this.ex),this.ey,this.ez,u(-this.et))}double(){let{a:m}=t,{ex:w,ey:A,ez:N}=this,R=u(w*w),K=u(A*A),M=u(ti*u(N*N)),O=u(m*R),V=w+A,rt=u(u(V*V)-R-K),Q=O+K,ct=Q-M,bt=O-K,it=u(rt*ct),ut=u(Q*bt),At=u(rt*bt),Lt=u(ct*Q);return new p(it,ut,Lt,At)}add(m){h(m);let{a:w,d:A}=t,{ex:N,ey:R,ez:K,et:M}=this,{ex:O,ey:V,ez:rt,et:Q}=m,ct=u(N*O),bt=u(R*V),it=u(M*A*Q),ut=u(K*rt),At=u((N+R)*(O+V)-ct-bt),Lt=ut-it,He=ut+it,es=u(bt-w*ct),ua=u(At*Lt),fa=u(He*es),la=u(At*es),ha=u(Lt*He);return new p(ua,fa,ha,la)}subtract(m){return this.add(m.negate())}wNAF(m){return C.wNAFCached(this,m,p.normalizeZ)}multiply(m){let w=m;It("scalar",w,mt,n);let{p:A,f:N}=this.wNAF(w);return p.normalizeZ([A,N])[0]}multiplyUnsafe(m,w=p.ZERO){let A=m;return It("scalar",A,Rt,n),A===Rt?P:this.is0()||A===mt?this:C.wNAFCachedUnsafe(this,A,p.normalizeZ,w)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return C.unsafeLadder(this,n).is0()}toAffine(m){return b(this,m)}clearCofactor(){let{h:m}=t;return m===mt?this:this.multiplyUnsafe(m)}static fromHex(m,w=!1){let{d:A,a:N}=t,R=e.BYTES;m=X("pointHex",m,R),kt("zip215",w);let K=m.slice(),M=m[R-1];K[R-1]=M&-129;let O=he(K),V=w?f:e.ORDER;It("pointHex.y",O,Rt,V);let rt=u(O*O),Q=u(rt-mt),ct=u(A*rt-N),{isValid:bt,value:it}=d(Q,ct);if(!bt)throw new Error("Point.fromHex: invalid y coordinate");let ut=(it&mt)===mt,At=(M&128)!==0;if(!w&&it===Rt&&At)throw new Error("Point.fromHex: x=0 and x_0=1");return At!==ut&&(it=u(-it)),p.fromAffine({x:it,y:O})}static fromPrivateKey(m){let{scalar:w}=T(m);return I.multiply(w)}toRawBytes(){let{x:m,y:w}=this.toAffine(),A=Re(w,e.BYTES);return A[A.length-1]|=m&mt?128:0,A}toHex(){return ee(this.toRawBytes())}}p.BASE=new p(t.Gx,t.Gy,mt,u(t.Gx*t.Gy)),p.ZERO=new p(Rt,mt,mt,Rt);let{BASE:I,ZERO:P}=p,C=Pr(p,a*8);function _(g){return z(g,n)}function L(g){return _(he(g))}function T(g){let m=e.BYTES;g=X("private key",g,m);let w=X("hashed private key",s(g),2*m),A=x(w.slice(0,m)),N=w.slice(m,2*m),R=L(A);return{head:A,prefix:N,scalar:R}}function G(g){let{head:m,prefix:w,scalar:A}=T(g),N=I.multiply(A),R=N.toRawBytes();return{head:m,prefix:w,scalar:A,point:N,pointBytes:R}}function q(g){return G(g).pointBytes}function U(g=new Uint8Array,...m){let w=re(...m);return L(s(E(w,X("context",g),!!o)))}function nt(g,m,w={}){g=X("message",g),o&&(g=o(g));let{prefix:A,scalar:N,pointBytes:R}=G(m),K=U(w.context,A,g),M=I.multiply(K).toRawBytes(),O=U(w.context,M,R,g),V=_(K+O*N);It("signature.s",V,Rt,n);let rt=re(M,Re(V,e.BYTES));return X("result",rt,e.BYTES*2)}let S=Lu;function B(g,m,w,A=S){let{context:N,zip215:R}=A,K=e.BYTES;g=X("signature",g,2*K),m=X("message",m),w=X("publicKey",w,K),R!==void 0&&kt("zip215",R),o&&(m=o(m));let M=he(g.slice(K,2*K)),O,V,rt;try{O=p.fromHex(w,R),V=p.fromHex(g.slice(0,K),R),rt=I.multiplyUnsafe(M)}catch{return!1}if(!R&&O.isSmallOrder())return!1;let Q=U(N,V.toRawBytes(),O.toRawBytes(),m);return V.add(O.multiplyUnsafe(Q)).subtract(rt).clearCofactor().equals(p.ZERO)}return I._setWindowSize(8),{CURVE:t,getPublicKey:q,sign:nt,verify:B,ExtendedPoint:p,utils:{getExtendedPublicKey:G,randomPrivateKey:()=>i(e.BYTES),precompute(g=8,m=p.BASE){return m._setWindowSize(g),m.multiply(BigInt(3)),m}}}}var oo=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),ri=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),bd=BigInt(0),Du=BigInt(1),ni=BigInt(2),gd=BigInt(3),Pu=BigInt(5),Cu=BigInt(8);function Nu(r){let t=BigInt(10),e=BigInt(20),n=BigInt(40),o=BigInt(80),s=oo,a=r*r%s*r%s,c=W(a,ni,s)*a%s,f=W(c,Du,s)*r%s,u=W(f,Pu,s)*f%s,l=W(u,t,s)*u%s,d=W(l,e,s)*l%s,x=W(d,n,s)*d%s,E=W(x,o,s)*x%s,y=W(E,o,s)*x%s,h=W(y,t,s)*u%s;return{pow_p_5_8:W(h,ni,s)*r%s,b2:a}}function ku(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}function Ru(r,t){let e=oo,n=z(t*t*t,e),o=z(n*n*t,e),s=Nu(r*o).pow_p_5_8,i=z(r*n*s,e),a=z(t*i*i,e),c=i,f=z(i*ri,e),u=a===r,l=a===z(-r,e),d=a===z(-r*ri,e);return u&&(i=c),(l||d)&&(i=f),Ys(i,e)&&(i=z(-i,e)),{isValid:u||l,value:i}}var oi=ne(oo,void 0,!0),Uu={a:oi.create(BigInt(-1)),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:oi,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:Cu,Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:zn,randomBytes:Ne,adjustScalarBytes:ku,uvRatio:Ru},si=ei(Uu);var Nr=32;function ii(r,t,e){return si.verify(t,e instanceof Uint8Array?e:e.subarray(),r)}var kr=class{type="Ed25519";raw;constructor(t){this.raw=so(t,Nr)}toMultihash(){return Dt.digest(qt(this))}toCID(){return ft.createV1(114,this.toMultihash())}toString(){return j.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:xt(this.raw,t.raw)}verify(t,e){return ii(this.raw,e,t)}};function io(r){return r=so(r,Nr),new kr(r)}function so(r,t){if(r=Uint8Array.from(r??[]),r.length!==t)throw new $(`Key must be a Uint8Array of length ${t}, got ${r.length}`);return r}var Mu=Math.pow(2,7),Ou=Math.pow(2,14),qu=Math.pow(2,21),ao=Math.pow(2,28),co=Math.pow(2,35),uo=Math.pow(2,42),fo=Math.pow(2,49),H=128,ht=127;function Ct(r){if(r<Mu)return 1;if(r<Ou)return 2;if(r<qu)return 3;if(r<ao)return 4;if(r<co)return 5;if(r<uo)return 6;if(r<fo)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function lo(r,t,e=0){switch(Ct(r)){case 8:t[e++]=r&255|H,r/=128;case 7:t[e++]=r&255|H,r/=128;case 6:t[e++]=r&255|H,r/=128;case 5:t[e++]=r&255|H,r/=128;case 4:t[e++]=r&255|H,r>>>=7;case 3:t[e++]=r&255|H,r>>>=7;case 2:t[e++]=r&255|H,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Hu(r,t,e=0){switch(Ct(r)){case 8:t.set(e++,r&255|H),r/=128;case 7:t.set(e++,r&255|H),r/=128;case 6:t.set(e++,r&255|H),r/=128;case 5:t.set(e++,r&255|H),r/=128;case 4:t.set(e++,r&255|H),r>>>=7;case 3:t.set(e++,r&255|H),r>>>=7;case 2:t.set(e++,r&255|H),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function ho(r,t){let e=r[t],n=0;if(n+=e&ht,e<H||(e=r[t+1],n+=(e&ht)<<7,e<H)||(e=r[t+2],n+=(e&ht)<<14,e<H)||(e=r[t+3],n+=(e&ht)<<21,e<H)||(e=r[t+4],n+=(e&ht)*ao,e<H)||(e=r[t+5],n+=(e&ht)*co,e<H)||(e=r[t+6],n+=(e&ht)*uo,e<H)||(e=r[t+7],n+=(e&ht)*fo,e<H))return n;throw new RangeError("Could not decode varint")}function Vu(r,t){let e=r.get(t),n=0;if(n+=e&ht,e<H||(e=r.get(t+1),n+=(e&ht)<<7,e<H)||(e=r.get(t+2),n+=(e&ht)<<14,e<H)||(e=r.get(t+3),n+=(e&ht)<<21,e<H)||(e=r.get(t+4),n+=(e&ht)*ao,e<H)||(e=r.get(t+5),n+=(e&ht)*co,e<H)||(e=r.get(t+6),n+=(e&ht)*uo,e<H)||(e=r.get(t+7),n+=(e&ht)*fo,e<H))return n;throw new RangeError("Could not decode varint")}function ci(r,t,e=0){return t==null&&(t=lt(Ct(r))),t instanceof Uint8Array?lo(r,t,e):Hu(r,t,e)}function ui(r,t=0){return r instanceof Uint8Array?ho(r,t):Vu(r,t)}var po=new Float32Array([-0]),oe=new Uint8Array(po.buffer);function li(r,t,e){po[0]=r,t[e]=oe[0],t[e+1]=oe[1],t[e+2]=oe[2],t[e+3]=oe[3]}function hi(r,t){return oe[0]=r[t],oe[1]=r[t+1],oe[2]=r[t+2],oe[3]=r[t+3],po[0]}var mo=new Float64Array([-0]),dt=new Uint8Array(mo.buffer);function di(r,t,e){mo[0]=r,t[e]=dt[0],t[e+1]=dt[1],t[e+2]=dt[2],t[e+3]=dt[3],t[e+4]=dt[4],t[e+5]=dt[5],t[e+6]=dt[6],t[e+7]=dt[7]}function pi(r,t){return dt[0]=r[t],dt[1]=r[t+1],dt[2]=r[t+2],dt[3]=r[t+3],dt[4]=r[t+4],dt[5]=r[t+5],dt[6]=r[t+6],dt[7]=r[t+7],mo[0]}var zu=BigInt(Number.MAX_SAFE_INTEGER),Fu=BigInt(Number.MIN_SAFE_INTEGER),Bt=class r{lo;hi;constructor(t,e){this.lo=t|0,this.hi=e|0}toNumber(t=!1){if(!t&&this.hi>>>31>0){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(e+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(t=!1){if(t)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(BigInt(e)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(t=!1){return this.toBigInt(t).toString()}zzEncode(){let t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this}zzDecode(){let t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this}length(){let t=this.lo,e=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?e===0?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:n<128?9:10}static fromBigInt(t){if(t===0n)return ye;if(t<zu&&t>Fu)return this.fromNumber(Number(t));let e=t<0n;e&&(t=-t);let n=t>>32n,o=t-(n<<32n);return e&&(n=~n|0n,o=~o|0n,++o>mi&&(o=0n,++n>mi&&(n=0n))),new r(Number(o),Number(n))}static fromNumber(t){if(t===0)return ye;let e=t<0;e&&(t=-t);let n=t>>>0,o=(t-n)/4294967296>>>0;return e&&(o=~o>>>0,n=~n>>>0,++n>4294967295&&(n=0,++o>4294967295&&(o=0))),new r(n,o)}static from(t){return typeof t=="number"?r.fromNumber(t):typeof t=="bigint"?r.fromBigInt(t):typeof t=="string"?r.fromBigInt(BigInt(t)):t.low!=null||t.high!=null?new r(t.low>>>0,t.high>>>0):ye}},ye=new Bt(0,0);ye.toBigInt=function(){return 0n};ye.zzEncode=ye.zzDecode=function(){return this};ye.length=function(){return 1};var mi=4294967296n;function yi(r){let t=0,e=0;for(let n=0;n<r.length;++n)e=r.charCodeAt(n),e<128?t+=1:e<2048?t+=2:(e&64512)===55296&&(r.charCodeAt(n+1)&64512)===56320?(++n,t+=4):t+=3;return t}function bi(r,t,e){if(e-t<1)return"";let o,s=[],i=0,a;for(;t<e;)a=r[t++],a<128?s[i++]=a:a>191&&a<224?s[i++]=(a&31)<<6|r[t++]&63:a>239&&a<365?(a=((a&7)<<18|(r[t++]&63)<<12|(r[t++]&63)<<6|r[t++]&63)-65536,s[i++]=55296+(a>>10),s[i++]=56320+(a&1023)):s[i++]=(a&15)<<12|(r[t++]&63)<<6|r[t++]&63,i>8191&&((o??(o=[])).push(String.fromCharCode.apply(String,s)),i=0);return o!=null?(i>0&&o.push(String.fromCharCode.apply(String,s.slice(0,i))),o.join("")):String.fromCharCode.apply(String,s.slice(0,i))}function yo(r,t,e){let n=e,o,s;for(let i=0;i<r.length;++i)o=r.charCodeAt(i),o<128?t[e++]=o:o<2048?(t[e++]=o>>6|192,t[e++]=o&63|128):(o&64512)===55296&&((s=r.charCodeAt(i+1))&64512)===56320?(o=65536+((o&1023)<<10)+(s&1023),++i,t[e++]=o>>18|240,t[e++]=o>>12&63|128,t[e++]=o>>6&63|128,t[e++]=o&63|128):(t[e++]=o>>12|224,t[e++]=o>>6&63|128,t[e++]=o&63|128);return e-n}function Nt(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function Rr(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var bo=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,Nt(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 Nt(this,4);return Rr(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw Nt(this,4);return Rr(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw Nt(this,4);let t=hi(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw Nt(this,4);let t=pi(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),e=this.pos,n=this.pos+t;if(n>this.len)throw Nt(this,t);return this.pos+=t,e===n?new Uint8Array(0):this.buf.subarray(e,n)}string(){let t=this.bytes();return bi(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw Nt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw Nt(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 Bt(0,0),e=0;if(this.len-this.pos>4){for(;e<4;++e)if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t;if(t.lo=(t.lo|(this.buf[this.pos]&127)<<28)>>>0,t.hi=(t.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return t;e=0}else{for(;e<3;++e){if(this.pos>=this.len)throw Nt(this);if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(this.buf[this.pos++]&127)<<e*7)>>>0,t}if(this.len-this.pos>4){for(;e<5;++e)if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}else for(;e<5;++e){if(this.pos>=this.len)throw Nt(this);if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw Nt(this,8);let t=Rr(this.buf,this.pos+=4),e=Rr(this.buf,this.pos+=4);return new Bt(t,e)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let t=ho(this.buf,this.pos);return this.pos+=Ct(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 go(r){return new bo(r instanceof Uint8Array?r:r.subarray())}function Et(r,t,e){let n=go(r);return t.decode(n,void 0,e)}function xo(r){let t=r??8192,e=t>>>1,n,o=t;return function(i){if(i<1||i>e)return lt(i);o+i>t&&(n=lt(t),o=0);let a=n.subarray(o,o+=i);return(o&7)!==0&&(o=(o|7)+1),a}}var be=class{fn;len;next;val;constructor(t,e,n){this.fn=t,this.len=e,this.next=void 0,this.val=n}};function wo(){}var So=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},Gu=xo();function Zu(r){return globalThis.Buffer!=null?lt(r):Gu(r)}var tr=class{len;head;tail;states;constructor(){this.len=0,this.head=new be(wo,0,0),this.tail=this.head,this.states=null}_push(t,e,n){return this.tail=this.tail.next=new be(t,e,n),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new vo((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(Ur,10,Bt.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=Bt.fromBigInt(t);return this._push(Ur,e.length(),e)}uint64Number(t){return this._push(lo,Ct(t),t)}uint64String(t){return this.uint64(BigInt(t))}int64(t){return this.uint64(t)}int64Number(t){return this.uint64Number(t)}int64String(t){return this.uint64String(t)}sint64(t){let e=Bt.fromBigInt(t).zzEncode();return this._push(Ur,e.length(),e)}sint64Number(t){let e=Bt.fromNumber(t).zzEncode();return this._push(Ur,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(Eo,1,t?1:0)}fixed32(t){return this._push(Qe,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=Bt.fromBigInt(t);return this._push(Qe,4,e.lo)._push(Qe,4,e.hi)}fixed64Number(t){let e=Bt.fromNumber(t);return this._push(Qe,4,e.lo)._push(Qe,4,e.hi)}fixed64String(t){return this.fixed64(BigInt(t))}sfixed64(t){return this.fixed64(t)}sfixed64Number(t){return this.fixed64Number(t)}sfixed64String(t){return this.fixed64String(t)}float(t){return this._push(li,4,t)}double(t){return this._push(di,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(Eo,1,0):this.uint32(e)._push(Wu,e,t)}string(t){let e=yi(t);return e!==0?this.uint32(e)._push(yo,e,t):this._push(Eo,1,0)}fork(){return this.states=new So(this),this.head=this.tail=new be(wo,0,0),this.len=0,this}reset(){return this.states!=null?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new be(wo,0,0),this.len=0),this}ldelim(){let t=this.head,e=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=t.next,this.tail=e,this.len+=n),this}finish(){let t=this.head.next,e=Zu(this.len),n=0;for(;t!=null;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e}};function Eo(r,t,e){t[e]=r&255}function Yu(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var vo=class extends be{next;constructor(t,e){super(Yu,t,e),this.next=void 0}};function Ur(r,t,e){for(;r.hi!==0;)t[e++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)t[e++]=r.lo&127|128,r.lo=r.lo>>>7;t[e++]=r.lo}function Qe(r,t,e){t[e]=r&255,t[e+1]=r>>>8&255,t[e+2]=r>>>16&255,t[e+3]=r>>>24}function Wu(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(tr.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push($u,t,r),this},tr.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(ju,t,r),this});function $u(r,t,e){t.set(r,e)}function ju(r,t,e){r.length<40?yo(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(Z(r),e)}function Ao(){return new tr}function St(r,t){let e=Ao();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}var Ke;(function(r){r[r.VARINT=0]="VARINT",r[r.BIT64=1]="BIT64",r[r.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",r[r.START_GROUP=3]="START_GROUP",r[r.END_GROUP=4]="END_GROUP",r[r.BIT32=5]="BIT32"})(Ke||(Ke={}));function Kr(r,t,e,n){return{name:r,type:t,encode:e,decode:n}}function Io(r){function t(o){if(r[o.toString()]==null)throw new Error("Invalid enum value");return r[o]}let e=function(s,i){let a=t(s);i.int32(a)},n=function(s){let i=s.int32();return t(i)};return Kr("enum",Ke.VARINT,e,n)}function vt(r,t){return Kr("message",Ke.LENGTH_DELIMITED,r,t)}var _t=class extends Error{code="ERR_MAX_LENGTH";name="MaxLengthError"};var et;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.secp256k1="secp256k1",r.ECDSA="ECDSA"})(et||(et={}));var Bo;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.secp256k1=2]="secp256k1",r[r.ECDSA=3]="ECDSA"})(Bo||(Bo={}));(function(r){r.codec=()=>Io(Bo)})(et||(et={}));var Ut;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),et.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.Type=et.codec().decode(e);break}case 2:{s.Data=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(Ut||(Ut={}));var _o;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),et.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.Type=et.codec().decode(e);break}case 2:{s.Data=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(_o||(_o={}));function Mr(r){if(isNaN(r)||r<=0)throw new $("random bytes length must be a Number bigger than 0");return Ne(r)}var er=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}},Or=class extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}};var wi={get(r=globalThis){let t=r.crypto;if(t?.subtle==null)throw new Or("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 se=wi;var nr={};gt(nr,{MAX_RSA_KEY_SIZE:()=>Lo,generateRSAKeyPair:()=>Ai,jwkToJWKKeyPair:()=>Ii,jwkToPkcs1:()=>tf,jwkToPkix:()=>Co,jwkToRSAPrivateKey:()=>Uo,pkcs1MessageToJwk:()=>Do,pkcs1MessageToRSAPrivateKey:()=>No,pkcs1ToJwk:()=>Qu,pkcs1ToRSAPrivateKey:()=>vi,pkixMessageToJwk:()=>Po,pkixMessageToRSAPublicKey:()=>Ro,pkixToJwk:()=>ef,pkixToRSAPublicKey:()=>ko});var Me=class{type="RSA";jwk;_raw;_multihash;constructor(t,e){this.jwk=t,this._multihash=e}get raw(){return this._raw==null&&(this._raw=nr.jwkToPkix(this.jwk)),this._raw}toMultihash(){return this._multihash}toCID(){return ft.createV1(114,this._multihash)}toString(){return j.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:xt(this.raw,t.raw)}verify(t,e){return Si(this.jwk,e,t)}},rr=class{type="RSA";jwk;_raw;publicKey;constructor(t,e){this.jwk=t,this.publicKey=e}get raw(){return this._raw==null&&(this._raw=nr.jwkToPkcs1(this.jwk)),this._raw}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:xt(this.raw,t.raw)}sign(t){return Ei(this.jwk,t)}};var Lo=8192,To=18,Xu=1062,Ju=Uint8Array.from([48,13,6,9,42,134,72,134,247,13,1,1,1,5,0]);function Qu(r){let t=Ot(r);return Do(t)}function Do(r){return{n:F(r[1],"base64url"),e:F(r[2],"base64url"),d:F(r[3],"base64url"),p:F(r[4],"base64url"),q:F(r[5],"base64url"),dp:F(r[6],"base64url"),dq:F(r[7],"base64url"),qi:F(r[8],"base64url"),kty:"RSA"}}function tf(r){if(r.n==null||r.e==null||r.d==null||r.p==null||r.q==null||r.dp==null||r.dq==null||r.qi==null)throw new $("JWK was missing components");return jt([wt(Uint8Array.from([0])),wt(Z(r.n,"base64url")),wt(Z(r.e,"base64url")),wt(Z(r.d,"base64url")),wt(Z(r.p,"base64url")),wt(Z(r.q,"base64url")),wt(Z(r.dp,"base64url")),wt(Z(r.dq,"base64url")),wt(Z(r.qi,"base64url"))]).subarray()}function ef(r){let t=Ot(r,{offset:0});return Po(t)}function Po(r){let t=Ot(r[1],{offset:0});return{kty:"RSA",n:F(t[0],"base64url"),e:F(t[1],"base64url")}}function Co(r){if(r.n==null||r.e==null)throw new $("JWK was missing components");return jt([Ju,Ir(jt([wt(Z(r.n,"base64url")),wt(Z(r.e,"base64url"))]))]).subarray()}function vi(r){let t=Ot(r);return No(t)}function No(r){let t=Do(r);return Uo(t)}function ko(r,t){if(r.byteLength>=Xu)throw new Se("Key size is too large");let e=Ot(r,{offset:0});return Ro(e,r,t)}function Ro(r,t,e){let n=Po(r);if(e==null){let o=fe(Ut.encode({Type:et.RSA,Data:t}));e=Tt(To,o)}return new Me(n,e)}function Uo(r){if(_i(r)>Lo)throw new $("Key size is too large");let t=Ii(r),e=fe(Ut.encode({Type:et.RSA,Data:Co(t.publicKey)})),n=Tt(To,e);return new rr(t.privateKey,new Me(t.publicKey,n))}async function Ai(r){if(r>Lo)throw new $("Key size is too large");let t=await Bi(r),e=fe(Ut.encode({Type:et.RSA,Data:Co(t.publicKey)})),n=Tt(To,e);return new rr(t.privateKey,new Me(t.publicKey,n))}function Ii(r){if(r==null)throw new $("Missing key parameter");return{privateKey:r,publicKey:{kty:r.kty,n:r.n,e:r.e}}}async function Bi(r){let t=await se.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:r,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]),e=await rf(t);return{privateKey:e[0],publicKey:e[1]}}async function Ei(r,t){let e=await se.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await se.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},e,t instanceof Uint8Array?t:t.subarray());return new Uint8Array(n,0,n.byteLength)}async function Si(r,t,e){let n=await se.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return se.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,t,e instanceof Uint8Array?e:e.subarray())}async function rf(r){if(r.privateKey==null||r.publicKey==null)throw new $("Private and public key are required");return Promise.all([se.get().subtle.exportKey("jwk",r.privateKey),se.get().subtle.exportKey("jwk",r.publicKey)])}function _i(r){if(r.kty!=="RSA")throw new $("invalid key type");if(r.n==null)throw new $("invalid key modulus");return Z(r.n,"base64url").length*8}var qr=class extends Ce{constructor(t,e){super(),this.finished=!1,this.destroyed=!1,Ns(t);let n=$e(e);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let o=this.blockLen,s=new Uint8Array(o);s.set(n.length>o?t.create().update(n).digest():n);for(let i=0;i<s.length;i++)s[i]^=54;this.iHash.update(s),this.oHash=t.create();for(let i=0;i<s.length;i++)s[i]^=106;this.oHash.update(s),s.fill(0)}update(t){return Pe(this),this.iHash.update(t),this}digestInto(t){Pe(this),De(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:e,iHash:n,finished:o,destroyed:s,blockLen:i,outputLen:a}=this;return t=t,t.finished=o,t.destroyed=s,t.blockLen=i,t.outputLen=a,t.oHash=e._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},Ko=(r,t,e)=>new qr(r,t).update(e).digest();Ko.create=(r,t)=>new qr(r,t);function Li(r){r.lowS!==void 0&&kt("lowS",r.lowS),r.prehash!==void 0&&kt("prehash",r.prehash)}function nf(r){let t=Je(r);zt(t,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:e,Fp:n,a:o}=t;if(e){if(!n.eql(o,n.ZERO))throw new Error("invalid endomorphism, can only be defined for Koblitz curves that have a=0");if(typeof e!="object"||typeof e.beta!="bigint"||typeof e.splitScalar!="function")throw new Error("invalid endomorphism, expected beta: bigint and splitScalar: function")}return Object.freeze({...t})}var Mo=class extends Error{constructor(t=""){super(t)}},Ft={Err:Mo,_tlv:{encode:(r,t)=>{let{Err:e}=Ft;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length&1)throw new e("tlv.encode: unpadded data");let n=t.length/2,o=je(n);if(o.length/2&128)throw new e("tlv.encode: long form length too big");let s=n>127?je(o.length/2|128):"";return je(r)+s+o+t},decode(r,t){let{Err:e}=Ft,n=0;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length<2||t[n++]!==r)throw new e("tlv.decode: wrong tlv");let o=t[n++],s=!!(o&128),i=0;if(!s)i=o;else{let c=o&127;if(!c)throw new e("tlv.decode(long): indefinite length not supported");if(c>4)throw new e("tlv.decode(long): byte length is too big");let f=t.subarray(n,n+c);if(f.length!==c)throw new e("tlv.decode: length bytes not complete");if(f[0]===0)throw new e("tlv.decode(long): zero leftmost byte");for(let u of f)i=i<<8|u;if(n+=c,i<128)throw new e("tlv.decode(long): not minimal encoding")}let a=t.subarray(n,n+i);if(a.length!==i)throw new e("tlv.decode: wrong value length");return{v:a,l:t.subarray(n+i)}}},_int:{encode(r){let{Err:t}=Ft;if(r<Gt)throw new t("integer: negative integers are not allowed");let e=je(r);if(Number.parseInt(e[0],16)&8&&(e="00"+e),e.length&1)throw new t("unexpected DER parsing assertion: unpadded hex");return e},decode(r){let{Err:t}=Ft;if(r[0]&128)throw new t("invalid signature integer: negative");if(r[0]===0&&!(r[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return Vt(r)}},toSig(r){let{Err:t,_int:e,_tlv:n}=Ft,o=X("signature",r),{v:s,l:i}=n.decode(48,o);if(i.length)throw new t("invalid signature: left bytes after parsing");let{v:a,l:c}=n.decode(2,s),{v:f,l:u}=n.decode(2,c);if(u.length)throw new t("invalid signature: left bytes after parsing");return{r:e.decode(a),s:e.decode(f)}},hexFromSig(r){let{_tlv:t,_int:e}=Ft,n=t.encode(2,e.encode(r.r)),o=t.encode(2,e.encode(r.s)),s=n+o;return t.encode(48,s)}},Gt=BigInt(0),at=BigInt(1),Yp=BigInt(2),Ti=BigInt(3),Wp=BigInt(4);function of(r){let t=nf(r),{Fp:e}=t,n=ne(t.n,t.nBitLength),o=t.toBytes||((y,h,b)=>{let v=h.toAffine();return re(Uint8Array.from([4]),e.toBytes(v.x),e.toBytes(v.y))}),s=t.fromBytes||(y=>{let h=y.subarray(1),b=e.fromBytes(h.subarray(0,e.BYTES)),v=e.fromBytes(h.subarray(e.BYTES,2*e.BYTES));return{x:b,y:v}});function i(y){let{a:h,b}=t,v=e.sqr(y),p=e.mul(v,y);return e.add(e.add(p,e.mul(y,h)),b)}if(!e.eql(e.sqr(t.Gy),i(t.Gx)))throw new Error("bad generator point: equation left != right");function a(y){return Tr(y,at,t.n)}function c(y){let{allowedPrivateKeyLengths:h,nByteLength:b,wrapPrivateKey:v,n:p}=t;if(h&&typeof y!="bigint"){if(le(y)&&(y=ee(y)),typeof y!="string"||!h.includes(y.length))throw new Error("invalid private key");y=y.padStart(b*2,"0")}let I;try{I=typeof y=="bigint"?y:Vt(X("private key",y,b))}catch{throw new Error("invalid private key, expected hex or "+b+" bytes, got "+typeof y)}return v&&(I=z(I,p)),It("private key",I,at,p),I}function f(y){if(!(y instanceof d))throw new Error("ProjectivePoint expected")}let u=Ue((y,h)=>{let{px:b,py:v,pz:p}=y;if(e.eql(p,e.ONE))return{x:b,y:v};let I=y.is0();h==null&&(h=I?e.ONE:e.inv(p));let P=e.mul(b,h),C=e.mul(v,h),_=e.mul(p,h);if(I)return{x:e.ZERO,y:e.ZERO};if(!e.eql(_,e.ONE))throw new Error("invZ was invalid");return{x:P,y:C}}),l=Ue(y=>{if(y.is0()){if(t.allowInfinityPoint&&!e.is0(y.py))return;throw new Error("bad point: ZERO")}let{x:h,y:b}=y.toAffine();if(!e.isValid(h)||!e.isValid(b))throw new Error("bad point: x or y not FE");let v=e.sqr(b),p=i(h);if(!e.eql(v,p))throw new Error("bad point: equation left != right");if(!y.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class d{constructor(h,b,v){if(h==null||!e.isValid(h))throw new Error("x required");if(b==null||!e.isValid(b))throw new Error("y required");if(v==null||!e.isValid(v))throw new Error("z required");this.px=h,this.py=b,this.pz=v,Object.freeze(this)}static fromAffine(h){let{x:b,y:v}=h||{};if(!h||!e.isValid(b)||!e.isValid(v))throw new Error("invalid affine point");if(h instanceof d)throw new Error("projective point not allowed");let p=I=>e.eql(I,e.ZERO);return p(b)&&p(v)?d.ZERO:new d(b,v,e.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(h){let b=e.invertBatch(h.map(v=>v.pz));return h.map((v,p)=>v.toAffine(b[p])).map(d.fromAffine)}static fromHex(h){let b=d.fromAffine(s(X("pointHex",h)));return b.assertValidity(),b}static fromPrivateKey(h){return d.BASE.multiply(c(h))}static msm(h,b){return Cr(d,n,h,b)}_setWindowSize(h){E.setWindowSize(this,h)}assertValidity(){l(this)}hasEvenY(){let{y:h}=this.toAffine();if(e.isOdd)return!e.isOdd(h);throw new Error("Field doesn't support isOdd")}equals(h){f(h);let{px:b,py:v,pz:p}=this,{px:I,py:P,pz:C}=h,_=e.eql(e.mul(b,C),e.mul(I,p)),L=e.eql(e.mul(v,C),e.mul(P,p));return _&&L}negate(){return new d(this.px,e.neg(this.py),this.pz)}double(){let{a:h,b}=t,v=e.mul(b,Ti),{px:p,py:I,pz:P}=this,C=e.ZERO,_=e.ZERO,L=e.ZERO,T=e.mul(p,p),G=e.mul(I,I),q=e.mul(P,P),U=e.mul(p,I);return U=e.add(U,U),L=e.mul(p,P),L=e.add(L,L),C=e.mul(h,L),_=e.mul(v,q),_=e.add(C,_),C=e.sub(G,_),_=e.add(G,_),_=e.mul(C,_),C=e.mul(U,C),L=e.mul(v,L),q=e.mul(h,q),U=e.sub(T,q),U=e.mul(h,U),U=e.add(U,L),L=e.add(T,T),T=e.add(L,T),T=e.add(T,q),T=e.mul(T,U),_=e.add(_,T),q=e.mul(I,P),q=e.add(q,q),T=e.mul(q,U),C=e.sub(C,T),L=e.mul(q,G),L=e.add(L,L),L=e.add(L,L),new d(C,_,L)}add(h){f(h);let{px:b,py:v,pz:p}=this,{px:I,py:P,pz:C}=h,_=e.ZERO,L=e.ZERO,T=e.ZERO,G=t.a,q=e.mul(t.b,Ti),U=e.mul(b,I),nt=e.mul(v,P),S=e.mul(p,C),B=e.add(b,v),D=e.add(I,P);B=e.mul(B,D),D=e.add(U,nt),B=e.sub(B,D),D=e.add(b,p);let g=e.add(I,C);return D=e.mul(D,g),g=e.add(U,S),D=e.sub(D,g),g=e.add(v,p),_=e.add(P,C),g=e.mul(g,_),_=e.add(nt,S),g=e.sub(g,_),T=e.mul(G,D),_=e.mul(q,S),T=e.add(_,T),_=e.sub(nt,T),T=e.add(nt,T),L=e.mul(_,T),nt=e.add(U,U),nt=e.add(nt,U),S=e.mul(G,S),D=e.mul(q,D),nt=e.add(nt,S),S=e.sub(U,S),S=e.mul(G,S),D=e.add(D,S),U=e.mul(nt,D),L=e.add(L,U),U=e.mul(g,D),_=e.mul(B,_),_=e.sub(_,U),U=e.mul(B,nt),T=e.mul(g,T),T=e.add(T,U),new d(_,L,T)}subtract(h){return this.add(h.negate())}is0(){return this.equals(d.ZERO)}wNAF(h){return E.wNAFCached(this,h,d.normalizeZ)}multiplyUnsafe(h){let{endo:b,n:v}=t;It("scalar",h,Gt,v);let p=d.ZERO;if(h===Gt)return p;if(this.is0()||h===at)return this;if(!b||E.hasPrecomputes(this))return E.wNAFCachedUnsafe(this,h,d.normalizeZ);let{k1neg:I,k1:P,k2neg:C,k2:_}=b.splitScalar(h),L=p,T=p,G=this;for(;P>Gt||_>Gt;)P&at&&(L=L.add(G)),_&at&&(T=T.add(G)),G=G.double(),P>>=at,_>>=at;return I&&(L=L.negate()),C&&(T=T.negate()),T=new d(e.mul(T.px,b.beta),T.py,T.pz),L.add(T)}multiply(h){let{endo:b,n:v}=t;It("scalar",h,at,v);let p,I;if(b){let{k1neg:P,k1:C,k2neg:_,k2:L}=b.splitScalar(h),{p:T,f:G}=this.wNAF(C),{p:q,f:U}=this.wNAF(L);T=E.constTimeNegate(P,T),q=E.constTimeNegate(_,q),q=new d(e.mul(q.px,b.beta),q.py,q.pz),p=T.add(q),I=G.add(U)}else{let{p:P,f:C}=this.wNAF(h);p=P,I=C}return d.normalizeZ([p,I])[0]}multiplyAndAddUnsafe(h,b,v){let p=d.BASE,I=(C,_)=>_===Gt||_===at||!C.equals(p)?C.multiplyUnsafe(_):C.multiply(_),P=I(this,b).add(I(h,v));return P.is0()?void 0:P}toAffine(h){return u(this,h)}isTorsionFree(){let{h,isTorsionFree:b}=t;if(h===at)return!0;if(b)return b(d,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h,clearCofactor:b}=t;return h===at?this:b?b(d,this):this.multiplyUnsafe(t.h)}toRawBytes(h=!0){return kt("isCompressed",h),this.assertValidity(),o(d,this,h)}toHex(h=!0){return kt("isCompressed",h),ee(this.toRawBytes(h))}}d.BASE=new d(t.Gx,t.Gy,e.ONE),d.ZERO=new d(e.ZERO,e.ONE,e.ZERO);let x=t.nBitLength,E=Pr(d,t.endo?Math.ceil(x/2):x);return{CURVE:t,ProjectivePoint:d,normPrivateKeyToScalar:c,weierstrassEquation:i,isWithinCurveOrder:a}}function sf(r){let t=Je(r);return zt(t,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...t})}function Di(r){let t=sf(r),{Fp:e,n}=t,o=e.BYTES+1,s=2*e.BYTES+1;function i(S){return z(S,n)}function a(S){return Dr(S,n)}let{ProjectivePoint:c,normPrivateKeyToScalar:f,weierstrassEquation:u,isWithinCurveOrder:l}=of({...t,toBytes(S,B,D){let g=B.toAffine(),m=e.toBytes(g.x),w=re;return kt("isCompressed",D),D?w(Uint8Array.from([B.hasEvenY()?2:3]),m):w(Uint8Array.from([4]),m,e.toBytes(g.y))},fromBytes(S){let B=S.length,D=S[0],g=S.subarray(1);if(B===o&&(D===2||D===3)){let m=Vt(g);if(!Tr(m,at,e.ORDER))throw new Error("Point is not on curve");let w=u(m),A;try{A=e.sqrt(w)}catch(K){let M=K instanceof Error?": "+K.message:"";throw new Error("Point is not on curve"+M)}let N=(A&at)===at;return(D&1)===1!==N&&(A=e.neg(A)),{x:m,y:A}}else if(B===s&&D===4){let m=e.fromBytes(g.subarray(0,e.BYTES)),w=e.fromBytes(g.subarray(e.BYTES,2*e.BYTES));return{x:m,y:w}}else{let m=o,w=s;throw new Error("invalid Point, expected length of "+m+", or uncompressed "+w+", got "+B)}}}),d=S=>ee(de(S,t.nByteLength));function x(S){let B=n>>at;return S>B}function E(S){return x(S)?i(-S):S}let y=(S,B,D)=>Vt(S.slice(B,D));class h{constructor(B,D,g){It("r",B,at,n),It("s",D,at,n),this.r=B,this.s=D,g!=null&&(this.recovery=g),Object.freeze(this)}static fromCompact(B){let D=t.nByteLength;return B=X("compactSignature",B,D*2),new h(y(B,0,D),y(B,D,2*D))}static fromDER(B){let{r:D,s:g}=Ft.toSig(X("DER",B));return new h(D,g)}assertValidity(){}addRecoveryBit(B){return new h(this.r,this.s,B)}recoverPublicKey(B){let{r:D,s:g,recovery:m}=this,w=C(X("msgHash",B));if(m==null||![0,1,2,3].includes(m))throw new Error("recovery id invalid");let A=m===2||m===3?D+t.n:D;if(A>=e.ORDER)throw new Error("recovery id 2 or 3 invalid");let N=(m&1)===0?"02":"03",R=c.fromHex(N+d(A)),K=a(A),M=i(-w*K),O=i(g*K),V=c.BASE.multiplyAndAddUnsafe(R,M,O);if(!V)throw new Error("point at infinify");return V.assertValidity(),V}hasHighS(){return x(this.s)}normalizeS(){return this.hasHighS()?new h(this.r,i(-this.s),this.recovery):this}toDERRawBytes(){return Xe(this.toDERHex())}toDERHex(){return Ft.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return Xe(this.toCompactHex())}toCompactHex(){return d(this.r)+d(this.s)}}let b={isValidPrivateKey(S){try{return f(S),!0}catch{return!1}},normPrivateKeyToScalar:f,randomPrivateKey:()=>{let S=Jn(t.n);return $s(t.randomBytes(S),t.n)},precompute(S=8,B=c.BASE){return B._setWindowSize(S),B.multiply(BigInt(3)),B}};function v(S,B=!0){return c.fromPrivateKey(S).toRawBytes(B)}function p(S){let B=le(S),D=typeof S=="string",g=(B||D)&&S.length;return B?g===o||g===s:D?g===2*o||g===2*s:S instanceof c}function I(S,B,D=!0){if(p(S))throw new Error("first arg must be private key");if(!p(B))throw new Error("second arg must be public key");return c.fromHex(B).multiply(f(S)).toRawBytes(D)}let P=t.bits2int||function(S){if(S.length>8192)throw new Error("input is too large");let B=Vt(S),D=S.length*8-t.nBitLength;return D>0?B>>BigInt(D):B},C=t.bits2int_modN||function(S){return i(P(S))},_=pe(t.nBitLength);function L(S){return It("num < 2^"+t.nBitLength,S,Gt,_),de(S,t.nByteLength)}function T(S,B,D=G){if(["recovered","canonical"].some(Q=>Q in D))throw new Error("sign() legacy options not supported");let{hash:g,randomBytes:m}=t,{lowS:w,prehash:A,extraEntropy:N}=D;w==null&&(w=!0),S=X("msgHash",S),Li(D),A&&(S=X("prehashed msgHash",g(S)));let R=C(S),K=f(B),M=[L(K),L(R)];if(N!=null&&N!==!1){let Q=N===!0?m(e.BYTES):N;M.push(X("extraEntropy",Q))}let O=re(...M),V=R;function rt(Q){let ct=P(Q);if(!l(ct))return;let bt=a(ct),it=c.BASE.multiply(ct).toAffine(),ut=i(it.x);if(ut===Gt)return;let At=i(bt*i(V+ut*K));if(At===Gt)return;let Lt=(it.x===ut?0:2)|Number(it.y&at),He=At;return w&&x(At)&&(He=E(At),Lt^=1),new h(ut,He,Lt)}return{seed:O,k2sig:rt}}let G={lowS:t.lowS,prehash:!1},q={lowS:t.lowS,prehash:!1};function U(S,B,D=G){let{seed:g,k2sig:m}=T(S,B,D),w=t;return Fs(w.hash.outputLen,w.nByteLength,w.hmac)(g,m)}c.BASE._setWindowSize(8);function nt(S,B,D,g=q){let m=S;B=X("msgHash",B),D=X("publicKey",D);let{lowS:w,prehash:A,format:N}=g;if(Li(g),"strict"in g)throw new Error("options.strict was renamed to lowS");if(N!==void 0&&N!=="compact"&&N!=="der")throw new Error("format must be compact or der");let R=typeof m=="string"||le(m),K=!R&&!N&&typeof m=="object"&&m!==null&&typeof m.r=="bigint"&&typeof m.s=="bigint";if(!R&&!K)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");let M,O;try{if(K&&(M=new h(m.r,m.s)),R){try{N!=="compact"&&(M=h.fromDER(m))}catch(Lt){if(!(Lt instanceof Ft.Err))throw Lt}!M&&N!=="der"&&(M=h.fromCompact(m))}O=c.fromHex(D)}catch{return!1}if(!M||w&&M.hasHighS())return!1;A&&(B=t.hash(B));let{r:V,s:rt}=M,Q=C(B),ct=a(rt),bt=i(Q*ct),it=i(V*ct),ut=c.BASE.multiplyAndAddUnsafe(O,bt,it)?.toAffine();return ut?i(ut.x)===V:!1}return{CURVE:t,getPublicKey:v,getSharedSecret:I,sign:U,verify:nt,ProjectivePoint:c,Signature:h,utils:b}}function af(r){return{hash:r,hmac:(t,...e)=>Ko(r,t,On(...e)),randomBytes:Ne}}function Pi(r,t){let e=n=>Di({...r,...af(n)});return{...e(t),create:e}}var ki=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),Ci=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),cf=BigInt(1),Oo=BigInt(2),Ni=(r,t)=>(r+t/Oo)/t;function uf(r){let t=ki,e=BigInt(3),n=BigInt(6),o=BigInt(11),s=BigInt(22),i=BigInt(23),a=BigInt(44),c=BigInt(88),f=r*r*r%t,u=f*f*r%t,l=W(u,e,t)*u%t,d=W(l,e,t)*u%t,x=W(d,Oo,t)*f%t,E=W(x,o,t)*x%t,y=W(E,s,t)*E%t,h=W(y,a,t)*y%t,b=W(h,c,t)*h%t,v=W(b,a,t)*y%t,p=W(v,e,t)*u%t,I=W(p,i,t)*E%t,P=W(I,n,t)*f%t,C=W(P,Oo,t);if(!qo.eql(qo.sqr(C),r))throw new Error("Cannot find square root");return C}var qo=ne(ki,void 0,void 0,{sqrt:uf}),ge=Pi({a:BigInt(0),b:BigInt(7),Fp:qo,n:Ci,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:r=>{let t=Ci,e=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-cf*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),o=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),s=e,i=BigInt("0x100000000000000000000000000000000"),a=Ni(s*r,t),c=Ni(-n*r,t),f=z(r-a*e-c*o,t),u=z(-a*n-c*s,t),l=f>i,d=u>i;if(l&&(f=t-f),d&&(u=t-u),f>i||u>i)throw new Error("splitScalar: Endomorphism failed, k="+r);return{k1neg:l,k1:f,k2neg:d,k2:u}}}},fe),n0=BigInt(0);var o0=ge.ProjectivePoint;function Ri(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}function Ui(r,t,e){let n=ce.digest(e instanceof Uint8Array?e:e.subarray());if(Ri(n))return n.then(({digest:o})=>ge.verify(t,o,r)).catch(o=>{throw new er(String(o))});try{return ge.verify(t,n.digest,r)}catch(o){throw new er(String(o))}}var Hr=class{type="secp256k1";raw;_key;constructor(t){this._key=Mi(t),this.raw=Ki(this._key)}toMultihash(){return Dt.digest(qt(this))}toCID(){return ft.createV1(114,this.toMultihash())}toString(){return j.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:xt(this.raw,t.raw)}verify(t,e){return Ui(this._key,e,t)}};function Ho(r){return new Hr(r)}function Ki(r){return ge.ProjectivePoint.fromHex(r).toRawBytes(!0)}function Mi(r){try{return ge.ProjectivePoint.fromHex(r),r}catch(t){throw new Se(String(t))}}function Vo(r,t){let{Type:e,Data:n}=Ut.decode(r),o=n??new Uint8Array;switch(e){case et.RSA:return ko(o,t);case et.Ed25519:return io(o);case et.secp256k1:return Ho(o);case et.ECDSA:return Mn(o);default:throw new ie}}function Oi(r){let{Type:t,Data:e}=Ut.decode(r.digest),n=e??new Uint8Array;switch(t){case et.Ed25519:return io(n);case et.secp256k1:return Ho(n);case et.ECDSA:return Mn(n);default:throw new ie}}function qt(r){return Ut.encode({Type:et[r.type],Data:r.raw})}var qi=Symbol.for("nodejs.util.inspect.custom"),ff=114,or=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()})`}[fn]=!0;toString(){return this.string==null&&(this.string=j.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return ft.createV1(ff,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return xt(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return xt(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[qi](){return`PeerId(${this.toString()})`}},sr=class extends or{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},ir=class extends or{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},ar=class extends or{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},lf=2336,Vr=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=Dt.digest(Z(this.url))}[qi](){return`PeerId(${this.url})`}[fn]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return ft.createV1(lf,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=F(t)),t.toString()===this.toString())}};function zo(r){if(r.type==="Ed25519")return new ir({multihash:r.toCID().multihash,publicKey:r});if(r.type==="secp256k1")return new ar({multihash:r.toCID().multihash,publicKey:r});if(r.type==="RSA")return new sr({multihash:r.toCID().multihash,publicKey:r});throw new ie}function Hi(r){return zo(r.publicKey)}function cr(r){if(df(r))return new sr({multihash:r});if(hf(r))try{let t=Oi(r);if(t.type==="Ed25519")return new ir({multihash:r,publicKey:t});if(t.type==="secp256k1")return new ar({multihash:r,publicKey:t})}catch{let e=F(r.digest);return new Vr(new URL(e))}throw new wr("Supplied PeerID Multihash is invalid")}function hf(r){return r.code===Dt.code}function df(r){return r.code===ce.code}function xe(r,t){let e={[Symbol.iterator]:()=>e,next:()=>{let n=r.next(),o=n.value;return n.done===!0||o==null?{done:!0,value:void 0}:{done:!1,value:t(o)}}};return e}function zr(r){let t=Wt(j.decode(`z${r}`));return cr(t)}var ur=class{map;constructor(t){if(this.map=new Map,t!=null)for(let[e,n]of t.entries())this.map.set(e.toString(),{key:e,value:n})}[Symbol.iterator](){return this.entries()}clear(){this.map.clear()}delete(t){return this.map.delete(t.toString())}entries(){return xe(this.map.entries(),t=>[t[1].key,t[1].value])}forEach(t){this.map.forEach((e,n)=>{t(e.value,e.key,this)})}get(t){return this.map.get(t.toString())?.value}has(t){return this.map.has(t.toString())}set(t,e){this.map.set(t.toString(),{key:t,value:e})}keys(){return xe(this.map.values(),t=>t.key)}values(){return xe(this.map.values(),t=>t.value)}get size(){return this.map.size}};var fr=class r{set;constructor(t){if(this.set=new Set,t!=null)for(let e of t)this.set.add(e.toString())}get size(){return this.set.size}[Symbol.iterator](){return this.values()}add(t){this.set.add(t.toString())}clear(){this.set.clear()}delete(t){this.set.delete(t.toString())}entries(){return xe(this.set.entries(),t=>{let e=zr(t[0]);return[e,e]})}forEach(t){this.set.forEach(e=>{let n=zr(e);t(n,n,this)})}has(t){return this.set.has(t.toString())}values(){return xe(this.set.values(),t=>zr(t))}intersection(t){let e=new r;for(let n of t)this.has(n)&&e.add(n);return e}difference(t){let e=new r;for(let n of this)t.has(n)||e.add(n);return e}union(t){let e=new r;for(let n of t)e.add(n);for(let n of this)e.add(n);return e}};function Zt(){let r={};return r.promise=new Promise((t,e)=>{r.resolve=t,r.reject=e}),r}var Fr=class{buffer;mask;top;btm;next;constructor(t){if(!(t>0)||(t-1&t)!==0)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(t),this.mask=t-1,this.top=0,this.btm=0,this.next=null}push(t){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=t,this.top=this.top+1&this.mask,!0)}shift(){let t=this.buffer[this.btm];if(t!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,t}isEmpty(){return this.buffer[this.btm]===void 0}},Oe=class{size;hwm;head;tail;constructor(t={}){this.hwm=t.splitLimit??16,this.head=new Fr(this.hwm),this.tail=this.head,this.size=0}calculateSize(t){return t?.byteLength!=null?t.byteLength:1}push(t){if(t?.value!=null&&(this.size+=this.calculateSize(t.value)),!this.head.push(t)){let e=this.head;this.head=e.next=new Fr(2*this.head.buffer.length),this.head.push(t)}}shift(){let t=this.tail.shift();if(t===void 0&&this.tail.next!=null){let e=this.tail.next;this.tail.next=null,this.tail=e,t=this.tail.shift()}return t?.value!=null&&(this.size-=this.calculateSize(t.value)),t}isEmpty(){return this.head.isEmpty()}};var Fo=class extends Error{type;code;constructor(t,e){super(t??"The operation was aborted"),this.type="aborted",this.code=e??"ABORT_ERR"}};function Gr(r={}){return pf(e=>{let n=e.shift();if(n==null)return{done:!0};if(n.error!=null)throw n.error;return{done:n.done===!0,value:n.value}},r)}function pf(r,t){t=t??{};let e=t.onEnd,n=new Oe,o,s,i,a=Zt(),c=async()=>{try{return n.isEmpty()?i?{done:!0}:await new Promise((h,b)=>{s=v=>{s=null,n.push(v);try{h(r(n))}catch(p){b(p)}return o}}):r(n)}finally{n.isEmpty()&&queueMicrotask(()=>{a.resolve(),a=Zt()})}},f=h=>s!=null?s(h):(n.push(h),o),u=h=>(n=new Oe,s!=null?s({error:h}):(n.push({error:h}),o)),l=h=>{if(i)return o;if(t?.objectMode!==!0&&h?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return f({done:!1,value:h})},d=h=>i?o:(i=!0,h!=null?u(h):f({done:!0})),x=()=>(n=new Oe,d(),{done:!0}),E=h=>(d(h),{done:!0});if(o={[Symbol.asyncIterator](){return this},next:c,return:x,throw:E,push:l,end:d,get readableLength(){return n.size},onEmpty:async h=>{let b=h?.signal;if(b?.throwIfAborted(),n.isEmpty())return;let v,p;b!=null&&(v=new Promise((I,P)=>{p=()=>{P(new Fo)},b.addEventListener("abort",p)}));try{await Promise.race([a.promise,v])}finally{p!=null&&b!=null&&b?.removeEventListener("abort",p)}}},e==null)return o;let y=o;return o={[Symbol.asyncIterator](){return this},next(){return y.next()},throw(h){return y.throw(h),e!=null&&(e(h),e=void 0),{done:!0}},return(){return y.return(),e!=null&&(e(),e=void 0),{done:!0}},push:l,end(h){return y.end(h),e!=null&&(e(h),e=void 0),o},get readableLength(){return y.readableLength},onEmpty:h=>y.onEmpty(h)},o}var Zr=class extends Error{type;code;constructor(t,e,n){super(t??"The operation was aborted"),this.type="aborted",this.name=n??"AbortError",this.code=e??"ABORT_ERR"}};async function Vi(r,t,e){if(t==null)return r;if(t.aborted)return r.catch(()=>{}),Promise.reject(new Zr(e?.errorMessage,e?.errorCode,e?.errorName));let n,o=new Zr(e?.errorMessage,e?.errorCode,e?.errorName);try{return await Promise.race([r,new Promise((s,i)=>{n=()=>{i(o)},t.addEventListener("abort",n)})])}finally{n!=null&&t.removeEventListener("abort",n)}}var Go=class{readNext;haveNext;ended;nextResult;error;constructor(){this.ended=!1,this.readNext=Zt(),this.haveNext=Zt()}[Symbol.asyncIterator](){return this}async next(){if(this.nextResult==null&&await this.haveNext.promise,this.nextResult==null)throw new Error("HaveNext promise resolved but nextResult was undefined");let t=this.nextResult;return this.nextResult=void 0,this.readNext.resolve(),this.readNext=Zt(),t}async throw(t){return this.ended=!0,this.error=t,t!=null&&(this.haveNext.promise.catch(()=>{}),this.haveNext.reject(t)),{done:!0,value:void 0}}async return(){let t={done:!0,value:void 0};return this.ended=!0,this.nextResult=t,this.haveNext.resolve(),t}async push(t,e){await this._push(t,e)}async end(t,e){t!=null?await this.throw(t):await this._push(void 0,e)}async _push(t,e){if(t!=null&&this.ended)throw this.error??new Error("Cannot push value onto an ended pushable");for(;this.nextResult!=null;)await this.readNext.promise;t!=null?this.nextResult={done:!1,value:t}:(this.ended=!0,this.nextResult={done:!0,value:void 0}),this.haveNext.resolve(),this.haveNext=Zt(),await Vi(this.readNext.promise,e?.signal,e)}};function zi(){return new Go}function mf(r){return r[Symbol.asyncIterator]!=null}async function yf(r,t){try{await Promise.all(r.map(async e=>{for await(let n of e)await t.push(n)})),await t.end()}catch(e){await t.end(e).catch(()=>{})}}async function*bf(r){let t=zi();yf(r,t).catch(()=>{}),yield*t}function*gf(r){for(let t of r)yield*t}function xf(...r){let t=[];for(let e of r)mf(e)||t.push(e);return t.length===r.length?gf(t):bf(r)}var Fi=xf;function lr(r,...t){if(r==null)throw new Error("Empty pipeline");if(Zo(r)){let n=r;r=()=>n.source}else if(Zi(r)||Gi(r)){let n=r;r=()=>n}let e=[r,...t];if(e.length>1&&Zo(e[e.length-1])&&(e[e.length-1]=e[e.length-1].sink),e.length>2)for(let n=1;n<e.length-1;n++)Zo(e[n])&&(e[n]=Ef(e[n]));return wf(...e)}var wf=(...r)=>{let t;for(;r.length>0;)t=r.shift()(t);return t},Gi=r=>r?.[Symbol.asyncIterator]!=null,Zi=r=>r?.[Symbol.iterator]!=null,Zo=r=>r==null?!1:r.sink!=null&&r.source!=null,Ef=r=>t=>{let e=r.sink(t);if(e?.then!=null){let n=Gr({objectMode:!0});e.then(()=>{n.end()},i=>{n.end(i)});let o,s=r.source;if(Gi(s))o=async function*(){yield*s,n.end()};else if(Zi(s))o=function*(){yield*s,n.end()};else throw new Error("Unknown duplex source type - must be Iterable or AsyncIterable");return Fi(n,o())}return r.source};var Wo=xa(Wi(),1);var dr=class extends Error{constructor(t){super(t),this.name="TimeoutError"}},$o=class extends Error{constructor(t){super(),this.name="AbortError",this.message=t}},$i=r=>globalThis.DOMException===void 0?new $o(r):new DOMException(r),ji=r=>{let t=r.reason===void 0?$i("This operation was aborted."):r.reason;return t instanceof Error?t:$i(t)};function jo(r,t){let{milliseconds:e,fallback:n,message:o,customTimers:s={setTimeout,clearTimeout}}=t,i,a,f=new Promise((u,l)=>{if(typeof e!="number"||Math.sign(e)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${e}\``);if(t.signal){let{signal:x}=t;x.aborted&&l(ji(x)),a=()=>{l(ji(x))},x.addEventListener("abort",a,{once:!0})}if(e===Number.POSITIVE_INFINITY){r.then(u,l);return}let d=new dr;i=s.setTimeout.call(void 0,()=>{if(n){try{u(n())}catch(x){l(x)}return}typeof r.cancel=="function"&&r.cancel(),o===!1?u():o instanceof Error?l(o):(d.message=o??`Promise timed out after ${e} milliseconds`,l(d))},e),(async()=>{try{u(await r)}catch(x){l(x)}})()}).finally(()=>{f.clear(),a&&t.signal&&t.signal.removeEventListener("abort",a)});return f.clear=()=>{s.clearTimeout.call(void 0,i),i=void 0},f}function Xo(r,t,e){let n=0,o=r.length;for(;o>0;){let s=Math.trunc(o/2),i=n+s;e(r[i],t)<=0?(n=++i,o-=s+1):o=s}return n}var pr=class{#t=[];enqueue(t,e){e={priority:0,...e};let n={priority:e.priority,id:e.id,run:t};if(this.size===0||this.#t[this.size-1].priority>=e.priority){this.#t.push(n);return}let o=Xo(this.#t,n,(s,i)=>i.priority-s.priority);this.#t.splice(o,0,n)}setPriority(t,e){let n=this.#t.findIndex(s=>s.id===t);if(n===-1)throw new ReferenceError(`No promise function with the id "${t}" exists in the queue.`);let[o]=this.#t.splice(n,1);this.enqueue(o.run,{priority:e,id:t})}dequeue(){return this.#t.shift()?.run}filter(t){return this.#t.filter(e=>e.priority===t.priority).map(e=>e.run)}get size(){return this.#t.length}};var mr=class extends Wo.default{#t;#i;#s=0;#d;#a;#p=0;#r;#c;#e;#m;#n=0;#u;#o;#y;#x=1n;timeout;constructor(t){if(super(),t={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:pr,...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.#i=t.intervalCap===Number.POSITIVE_INFINITY||t.interval===0,this.#d=t.intervalCap,this.#a=t.interval,this.#e=new t.queueClass,this.#m=t.queueClass,this.concurrency=t.concurrency,this.timeout=t.timeout,this.#y=t.throwOnTimeout===!0,this.#o=t.autoStart===!1}get#w(){return this.#i||this.#s<this.#d}get#E(){return this.#n<this.#u}#S(){this.#n--,this.#f(),this.emit("next")}#v(){this.#g(),this.#b(),this.#c=void 0}get#A(){let t=Date.now();if(this.#r===void 0){let e=this.#p-t;if(e<0)this.#s=this.#t?this.#n:0;else return this.#c===void 0&&(this.#c=setTimeout(()=>{this.#v()},e)),!0}return!1}#f(){if(this.#e.size===0)return this.#r&&clearInterval(this.#r),this.#r=void 0,this.emit("empty"),this.#n===0&&this.emit("idle"),!1;if(!this.#o){let t=!this.#A;if(this.#w&&this.#E){let e=this.#e.dequeue();return e?(this.emit("active"),e(),t&&this.#b(),!0):!1}}return!1}#b(){this.#i||this.#r!==void 0||(this.#r=setInterval(()=>{this.#g()},this.#a),this.#p=Date.now()+this.#a)}#g(){this.#s===0&&this.#n===0&&this.#r&&(clearInterval(this.#r),this.#r=void 0),this.#s=this.#t?this.#n: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((e,n)=>{t.addEventListener("abort",()=>{n(t.reason)},{once:!0})})}setPriority(t,e){this.#e.setPriority(t,e)}async add(t,e={}){return e.id??=(this.#x++).toString(),e={timeout:this.timeout,throwOnTimeout:this.#y,...e},new Promise((n,o)=>{this.#e.enqueue(async()=>{this.#n++,this.#s++;try{e.signal?.throwIfAborted();let s=t({signal:e.signal});e.timeout&&(s=jo(Promise.resolve(s),{milliseconds:e.timeout})),e.signal&&(s=Promise.race([s,this.#I(e.signal)]));let i=await s;n(i),this.emit("completed",i)}catch(s){if(s instanceof dr&&!e.throwOnTimeout){n();return}o(s),this.emit("error",s)}finally{this.#S()}},e),this.emit("add"),this.#f()})}async addAll(t,e){return Promise.all(t.map(async n=>this.add(n,e)))}start(){return this.#o?(this.#o=!1,this.#l(),this):this}pause(){this.#o=!0}clear(){this.#e=new this.#m}async onEmpty(){this.#e.size!==0&&await this.#h("empty")}async onSizeLessThan(t){this.#e.size<t||await this.#h("next",()=>this.#e.size<t)}async onIdle(){this.#n===0&&this.#e.size===0||await this.#h("idle")}async#h(t,e){return new Promise(n=>{let o=()=>{e&&!e()||(this.off(t,o),n())};this.on(t,o)})}get size(){return this.#e.size}sizeBy(t){return this.#e.filter(t).length}get pending(){return this.#n}get isPaused(){return this.#o}};function Xi(r){if(r!=null){if(typeof r[Symbol.iterator]=="function")return r[Symbol.iterator]();if(typeof r[Symbol.asyncIterator]=="function")return r[Symbol.asyncIterator]();if(typeof r.next=="function")return r}throw new Error("argument is not an iterator or iterable")}function Ji(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}function Qi(r,t){let e=Xi(r).return?.();Ji(e)&&e.catch(n=>{t.error("could not cause iterator to return",n)})}var Wr=class extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MSG_LENGTH"},qe=class extends Error{name="InvalidDataLengthError";code="ERR_MSG_DATA_TOO_LONG"},$r=class extends Error{name="InvalidDataLengthLengthError";code="ERR_MSG_LENGTH_TOO_LONG"},yr=class extends Error{name="UnexpectedEOFError";code="ERR_UNEXPECTED_EOF"};function jr(r){return r[Symbol.asyncIterator]!=null}function ta(r,t){if(r.byteLength>t)throw new qe("Message length too long")}var Jr=r=>{let t=Ct(r),e=lt(t);return ci(r,e),Jr.bytes=t,e};Jr.bytes=0;function Qr(r,t){t=t??{};let e=t.lengthEncoder??Jr,n=t?.maxDataLength??4194304;function*o(s){ta(s,n);let i=e(s.byteLength);i instanceof Uint8Array?yield i:yield*i,s instanceof Uint8Array?yield s:yield*s}return jr(r)?async function*(){for await(let s of r)yield*o(s)}():function*(){for(let s of r)yield*o(s)}()}Qr.single=(r,t)=>{t=t??{};let e=t.lengthEncoder??Jr,n=t?.maxDataLength??4194304;return ta(r,n),new ot(e(r.byteLength),r)};var we;(function(r){r[r.LENGTH=0]="LENGTH",r[r.DATA=1]="DATA"})(we||(we={}));var Jo=r=>{let t=ui(r);return Jo.bytes=Ct(t),t};Jo.bytes=0;function br(r,t){let e=new ot,n=we.LENGTH,o=-1,s=t?.lengthDecoder??Jo,i=t?.maxLengthLength??8,a=t?.maxDataLength??4194304;function*c(){for(;e.byteLength>0;){if(n===we.LENGTH)try{if(o=s(e),o<0)throw new Wr("Invalid message length");if(o>a)throw new qe("Message length too long");let f=s.bytes;e.consume(f),t?.onLength!=null&&t.onLength(o),n=we.DATA}catch(f){if(f instanceof RangeError){if(e.byteLength>i)throw new $r("Message length length too long");break}throw f}if(n===we.DATA){if(e.byteLength<o)break;let f=e.sublist(0,o);e.consume(o),t?.onData!=null&&t.onData(f),yield f,n=we.LENGTH}}}return jr(r)?async function*(){for await(let f of r)e.append(f),yield*c();if(e.byteLength>0)throw new yr("Unexpected end of input")}():function*(){for(let f of r)e.append(f),yield*c();if(e.byteLength>0)throw new yr("Unexpected end of input")}()}br.fromReader=(r,t)=>{let e=1,n=async function*(){for(;;)try{let{done:s,value:i}=await r.next(e);if(s===!0)return;i!=null&&(yield i)}catch(s){if(s.code==="ERR_UNDER_READ")return{done:!0,value:null};throw s}finally{e=1}}();return br(n,{...t??{},onLength:s=>{e=s}})};var tn=class extends ve{id;protocol;outboundStream;inboundStream;_rawOutboundStream;_rawInboundStream;_inboundAbortController;closed;log;constructor(t,e){super(),this.log=t.logger.forComponent("libp2p-pubsub:peer-streams"),this.id=e.id,this.protocol=e.protocol,this._inboundAbortController=new AbortController,this.closed=!1}get isReadable(){return!!this.inboundStream}get isWritable(){return!!this.outboundStream}write(t){if(this.outboundStream==null){let e=this.id.toString();throw new Error("No writable connection to "+e)}this.outboundStream.push(t instanceof Uint8Array?new ot(t):t)}attachInboundStream(t,e){let n=()=>{Qi(t.source,this.log)};return this._inboundAbortController.signal.addEventListener("abort",n,{once:!0}),this._rawInboundStream=t,this.inboundStream=lr(this._rawInboundStream,o=>br(o,e)),this.dispatchEvent(new CustomEvent("stream:inbound")),this.inboundStream}async attachOutboundStream(t){let e=this.outboundStream;return this.outboundStream!=null&&this.outboundStream.end(),this._rawOutboundStream=t,this.outboundStream=Gr({onEnd:n=>{this._rawOutboundStream?.closeWrite().catch(o=>{this.log("error closing outbound stream",o)}),this._rawOutboundStream=void 0,this.outboundStream=void 0,n!=null&&this.dispatchEvent(new CustomEvent("close"))}}),lr(this.outboundStream,n=>Qr(n),this._rawOutboundStream).catch(n=>{this.log.error(n)}),e==null&&this.dispatchEvent(new CustomEvent("stream:outbound")),this.outboundStream}close(){this.closed||(this.closed=!0,this.outboundStream!=null&&this.outboundStream.end(),this.inboundStream!=null&&this._inboundAbortController.abort(),this._rawOutboundStream=void 0,this.outboundStream=void 0,this._rawInboundStream=void 0,this.inboundStream=void 0,this.dispatchEvent(new CustomEvent("close")))}};function ea(){return BigInt(`0x${F(Mr(8),"base16")}`)}var ra=(r,t)=>{let e=Z(t.toString(16).padStart(16,"0"),"base16"),n=qt(r),o=new Uint8Array(n.byteLength+e.length);return o.set(n,0),o.set(e,n.byteLength),o},na=r=>ce.encode(r);var oa=function(r){return Array.isArray(r)?r:[r]},Bf=async r=>{if(r.sequenceNumber==null||r.from==null||r.signature==null)return!1;let t=cr(Wt(r.from));if(t.publicKey!=null)return!0;if(r.key!=null){let e=r.key;return zo(Vo(e)).equals(t)}return!1},sa=async r=>{if(r.from==null)throw new tt("RPC message was missing from");if(!await Bf(r))return{type:"unsigned",topic:r.topic??"",data:r.data??new Uint8Array(0)};let t=cr(Wt(r.from)),e=r.key??t.publicKey;if(e==null)throw new tt("RPC message was missing public key");return{type:"signed",from:t,topic:r.topic??"",sequenceNumber:Lf(r.sequenceNumber??new Uint8Array(0)),data:r.data??new Uint8Array(0),signature:r.signature??new Uint8Array(0),key:e instanceof Uint8Array?Vo(e):e}},gr=r=>r.type==="signed"?{from:r.from.toMultihash().bytes,data:r.data,sequenceNumber:_f(r.sequenceNumber),topic:r.topic,signature:r.signature,key:r.key?qt(r.key):void 0}:{data:r.data,topic:r.topic},_f=r=>{let t=r.toString(16);return t.length%2!==0&&(t=`0${t}`),Z(t,"base16")},Lf=r=>BigInt(`0x${F(r,"base16")}`);var ia=Z("libp2p-pubsub:");async function aa(r,t,e){let n={type:"signed",topic:t.topic,data:t.data,sequenceNumber:t.sequenceNumber,from:Hi(r)},o=ae([ia,e(gr(n)).subarray()]);return n.signature=await r.sign(o),n.key=r.publicKey,n}async function ca(r,t){if(r.type!=="signed")throw new Error('Message type must be "signed" to be verified');if(r.signature==null)throw new Error("Message must contain a signature to be verified");if(r.from==null)throw new Error("Message must contain a from property to be verified");let e=ae([ia,t({...gr(r),signature:void 0,key:void 0}).subarray()]);return Tf(r).verify(e,r.signature)}function Tf(r){if(r.type!=="signed")throw new Error('Message type must be "signed" to have a public key');if(r.from==null)throw new Error("Could not get the public key from the originator id");if(r.key!=null)return r.key;if(r.from.publicKey!=null)return r.from.publicKey;throw new Error("Could not get the public key from the originator id")}var en=class extends ve{log;started;topics;subscriptions;peers;globalSignaturePolicy;canRelayMessage;emitSelf;topicValidators;queue;multicodecs;components;_registrarTopologyIds;enabled;maxInboundStreams;maxOutboundStreams;constructor(t,e){super();let{multicodecs:n=[],globalSignaturePolicy:o="StrictSign",canRelayMessage:s=!1,emitSelf:i=!1,messageProcessingConcurrency:a=10,maxInboundStreams:c=1,maxOutboundStreams:f=1}=e;this.log=t.logger.forComponent("libp2p:pubsub"),this.components=t,this.multicodecs=oa(n),this.enabled=e.enabled!==!1,this.started=!1,this.topics=new Map,this.subscriptions=new Set,this.peers=new ur,this.globalSignaturePolicy=o==="StrictNoSign"?"StrictNoSign":"StrictSign",this.canRelayMessage=s,this.emitSelf=i,this.topicValidators=new Map,this.queue=new mr({concurrency:a}),this.maxInboundStreams=c,this.maxOutboundStreams=f,this._onIncomingStream=this._onIncomingStream.bind(this),this._onPeerConnected=this._onPeerConnected.bind(this),this._onPeerDisconnected=this._onPeerDisconnected.bind(this)}async start(){if(this.started||!this.enabled)return;this.log("starting");let t=this.components.registrar;await Promise.all(this.multicodecs.map(async n=>{await t.handle(n,this._onIncomingStream,{maxInboundStreams:this.maxInboundStreams,maxOutboundStreams:this.maxOutboundStreams})}));let e={onConnect:this._onPeerConnected,onDisconnect:this._onPeerDisconnected};this._registrarTopologyIds=await Promise.all(this.multicodecs.map(async n=>t.register(n,e))),this.log("started"),this.started=!0}async stop(){if(!this.started||!this.enabled)return;let t=this.components.registrar;this._registrarTopologyIds!=null&&this._registrarTopologyIds?.forEach(e=>{t.unregister(e)}),await Promise.all(this.multicodecs.map(async e=>{await t.unhandle(e)})),this.log("stopping");for(let e of this.peers.values())e.close();this.peers.clear(),this.subscriptions=new Set,this.started=!1,this.log("stopped")}isStarted(){return this.started}_onIncomingStream(t){let{stream:e,connection:n}=t,o=n.remotePeer;if(e.protocol==null){e.abort(new Error("Stream was not multiplexed"));return}let s=this.addPeer(o,e.protocol),i=s.attachInboundStream(e);this.processMessages(o,i,s).catch(a=>{this.log(a)})}_onPeerConnected(t,e){if(this.log("connected %p",t),e.streams.find(n=>n.direction==="outbound"&&n.protocol!=null&&this.multicodecs.includes(n.protocol))!=null){this.log("outbound pubsub streams already present on connection from %p",t);return}Promise.resolve().then(async()=>{try{let n=await e.newStream(this.multicodecs);if(n.protocol==null){n.abort(new Error("Stream was not multiplexed"));return}await this.addPeer(t,n.protocol).attachOutboundStream(n)}catch(n){this.log.error(n)}this.send(t,{subscriptions:Array.from(this.subscriptions).map(n=>n.toString()),subscribe:!0})}).catch(n=>{this.log.error(n)})}_onPeerDisconnected(t,e){this.log("connection ended %p",t),this._removePeer(t)}addPeer(t,e){let n=this.peers.get(t);if(n!=null)return n;this.log("new peer %p",t);let o=new tn(this.components,{id:t,protocol:e});return this.peers.set(t,o),o.addEventListener("close",()=>this._removePeer(t),{once:!0}),o}_removePeer(t){let e=this.peers.get(t);if(e!=null){e.close(),this.log("delete peer %p",t),this.peers.delete(t);for(let n of this.topics.values())n.delete(t);return e}}async processMessages(t,e,n){try{await lr(e,async o=>{for await(let s of o){let i=this.decodeRpc(s),a=[];for(let c of i.messages??[]){if(c.from==null||c.data==null||c.topic==null){this.log("message from %p was missing from, data or topic fields, dropping",t);continue}a.push({from:c.from,data:c.data,topic:c.topic,sequenceNumber:c.sequenceNumber??void 0,signature:c.signature??void 0,key:c.key??void 0})}this.processRpc(t,n,{subscriptions:(i.subscriptions??[]).map(c=>({subscribe:!!c.subscribe,topic:c.topic??""})),messages:a}).catch(c=>{this.log(c)})}})}catch(o){this._onPeerDisconnected(n.id,o)}}async processRpc(t,e,n){if(!this.acceptFrom(t))return this.log("received message from unacceptable peer %p",t),!1;this.log("rpc from %p",t);let{subscriptions:o,messages:s}=n;return o!=null&&o.length>0&&(this.log("subscription update from %p",t),o.forEach(i=>{this.processRpcSubOpt(t,i)}),super.dispatchEvent(new CustomEvent("subscription-change",{detail:{peerId:e.id,subscriptions:o.map(({topic:i,subscribe:a})=>({topic:`${i??""}`,subscribe:!!a}))}}))),s!=null&&s.length>0&&(this.log("messages from %p",t),this.queue.addAll(s.map(i=>async()=>{if(i.topic==null||!this.subscriptions.has(i.topic)&&!this.canRelayMessage)return this.log("received message we didn't subscribe to. Dropping."),!1;try{let a=await sa(i);await this.processMessage(t,a)}catch(a){this.log.error(a)}})).catch(i=>{this.log(i)})),!0}processRpcSubOpt(t,e){let n=e.topic;if(n==null)return;let o=this.topics.get(n);o==null&&(o=new fr,this.topics.set(n,o)),e.subscribe===!0?o.add(t):o.delete(t)}async processMessage(t,e){if(!(this.components.peerId.equals(t)&&!this.emitSelf)){try{await this.validate(t,e)}catch(n){this.log("Message is invalid, dropping it. %O",n);return}this.subscriptions.has(e.topic)&&(!this.components.peerId.equals(t)||this.emitSelf)&&super.dispatchEvent(new CustomEvent("message",{detail:e})),await this.publishMessage(t,e)}}getMsgId(t){switch(this.globalSignaturePolicy){case"StrictSign":if(t.type!=="signed")throw new tt('Message type should be "signed" when signature policy is StrictSign but it was not');if(t.sequenceNumber==null)throw new tt("Need sequence number when signature policy is StrictSign but it was missing");if(t.key==null)throw new tt("Need key when signature policy is StrictSign but it was missing");return ra(t.key,t.sequenceNumber);case"StrictNoSign":return na(t.data);default:throw new tt("Cannot get message id: unhandled signature policy")}}acceptFrom(t){return!0}send(t,e){let{messages:n,subscriptions:o,subscribe:s}=e;this.sendRpc(t,{subscriptions:(o??[]).map(i=>({topic:i,subscribe:!!s})),messages:(n??[]).map(gr)})}sendRpc(t,e){let n=this.peers.get(t);if(n==null){this.log.error("Cannot send RPC to %p as there are no streams to it available",t);return}if(!n.isWritable){this.log.error("Cannot send RPC to %p as there is no outbound stream to it available",t);return}n.write(this.encodeRpc(e))}async validate(t,e){switch(this.globalSignaturePolicy){case"StrictNoSign":if(e.type!=="unsigned")throw new tt('Message type should be "unsigned" when signature policy is StrictNoSign but it was not');if(e.signature!=null)throw new tt("StrictNoSigning: signature should not be present");if(e.key!=null)throw new tt("StrictNoSigning: key should not be present");if(e.sequenceNumber!=null)throw new tt("StrictNoSigning: seqno should not be present");break;case"StrictSign":if(e.type!=="signed")throw new tt('Message type should be "signed" when signature policy is StrictSign but it was not');if(e.signature==null)throw new tt("StrictSigning: Signing required and no signature was present");if(e.sequenceNumber==null)throw new tt("StrictSigning: Signing required and no sequenceNumber was present");if(!await ca(e,this.encodeMessage.bind(this)))throw new tt("StrictSigning: Invalid message signature");break;default:throw new tt("Cannot validate message: unhandled signature policy")}let o=this.topicValidators.get(e.topic);if(o!=null){let s=await o(t,e);if(s===Ve.Reject||s===Ve.Ignore)throw new tt("Message validation failed")}}async buildMessage(t){switch(this.globalSignaturePolicy){case"StrictSign":return aa(this.components.privateKey,t,this.encodeMessage.bind(this));case"StrictNoSign":return Promise.resolve({type:"unsigned",...t});default:throw new tt("Cannot build message: unhandled signature policy")}}getSubscribers(t){if(!this.started)throw new Er("not started yet");if(t==null)throw new $("Topic is required");let e=this.topics.get(t.toString());return e==null?[]:Array.from(e.values())}async publish(t,e){if(!this.started)throw new Error("Pubsub has not started");let n={from:this.components.peerId,topic:t,data:e??new Uint8Array(0),sequenceNumber:ea()};this.log("publish topic: %s from: %p data: %m",t,n.from,n.data);let o=await this.buildMessage(n),s=!1;this.emitSelf&&this.subscriptions.has(t)&&(s=!0,super.dispatchEvent(new CustomEvent("message",{detail:o})));let i=await this.publishMessage(this.components.peerId,o);return s&&(i.recipients=[...i.recipients,this.components.peerId]),i}subscribe(t){if(!this.started)throw new Error("Pubsub has not started");if(this.log("subscribe to topic: %s",t),!this.subscriptions.has(t)){this.subscriptions.add(t);for(let e of this.peers.keys())this.send(e,{subscriptions:[t],subscribe:!0})}}unsubscribe(t){if(!this.started)throw new Error("Pubsub is not started");super.removeEventListener(t);let e=this.subscriptions.has(t);if(this.log("unsubscribe from %s - am subscribed %s",t,e),e){this.subscriptions.delete(t);for(let n of this.peers.keys())this.send(n,{subscriptions:[t],subscribe:!1})}}getTopics(){if(!this.started)throw new Error("Pubsub is not started");return Array.from(this.subscriptions)}getPeers(){if(!this.started)throw new Error("Pubsub is not started");return Array.from(this.peers.keys())}};var rn=class{entries;validityMs;lastPruneTime=0;constructor(t){this.entries=new Map,this.validityMs=t.validityMs}put(t,e){this.entries.set(t,{value:e,validUntilMs:Date.now()+this.validityMs}),this.prune()}prune(){let t=Date.now();if(!(t-this.lastPruneTime<200)){this.lastPruneTime=t;for(let[e,n]of this.entries.entries())if(n.validUntilMs<t)this.entries.delete(e);else break}}has(t){return this.entries.has(t)}get(t){let e=this.entries.get(t);return e!=null&&e.validUntilMs>=Date.now()?e.value:void 0}clear(){this.entries=new Map,this.lastPruneTime=0}};var Qo="/floodsub/1.0.0";var Ee;(function(r){let t;(function(o){let s;o.codec=()=>(s==null&&(s=vt((i,a,c={})=>{c.lengthDelimited!==!1&&a.fork(),i.subscribe!=null&&(a.uint32(8),a.bool(i.subscribe)),i.topic!=null&&(a.uint32(18),a.string(i.topic)),c.lengthDelimited!==!1&&a.ldelim()},(i,a,c={})=>{let f={},u=a==null?i.len:i.pos+a;for(;i.pos<u;){let l=i.uint32();switch(l>>>3){case 1:{f.subscribe=i.bool();break}case 2:{f.topic=i.string();break}default:{i.skipType(l&7);break}}}return f})),s),o.encode=i=>St(i,o.codec()),o.decode=(i,a)=>Et(i,o.codec(),a)})(t=r.SubOpts||(r.SubOpts={}));let e;(function(o){let s;o.codec=()=>(s==null&&(s=vt((i,a,c={})=>{c.lengthDelimited!==!1&&a.fork(),i.from!=null&&(a.uint32(10),a.bytes(i.from)),i.data!=null&&(a.uint32(18),a.bytes(i.data)),i.sequenceNumber!=null&&(a.uint32(26),a.bytes(i.sequenceNumber)),i.topic!=null&&(a.uint32(34),a.string(i.topic)),i.signature!=null&&(a.uint32(42),a.bytes(i.signature)),i.key!=null&&(a.uint32(50),a.bytes(i.key)),c.lengthDelimited!==!1&&a.ldelim()},(i,a,c={})=>{let f={},u=a==null?i.len:i.pos+a;for(;i.pos<u;){let l=i.uint32();switch(l>>>3){case 1:{f.from=i.bytes();break}case 2:{f.data=i.bytes();break}case 3:{f.sequenceNumber=i.bytes();break}case 4:{f.topic=i.string();break}case 5:{f.signature=i.bytes();break}case 6:{f.key=i.bytes();break}default:{i.skipType(l&7);break}}}return f})),s),o.encode=i=>St(i,o.codec()),o.decode=(i,a)=>Et(i,o.codec(),a)})(e=r.Message||(r.Message={}));let n;r.codec=()=>(n==null&&(n=vt((o,s,i={})=>{if(i.lengthDelimited!==!1&&s.fork(),o.subscriptions!=null)for(let a of o.subscriptions)s.uint32(10),r.SubOpts.codec().encode(a,s);if(o.messages!=null)for(let a of o.messages)s.uint32(18),r.Message.codec().encode(a,s);o.control!=null&&(s.uint32(26),nn.codec().encode(o.control,s)),i.lengthDelimited!==!1&&s.ldelim()},(o,s,i={})=>{let a={subscriptions:[],messages:[]},c=s==null?o.len:o.pos+s;for(;o.pos<c;){let f=o.uint32();switch(f>>>3){case 1:{if(i.limits?.subscriptions!=null&&a.subscriptions.length===i.limits.subscriptions)throw new _t('Decode error - map field "subscriptions" had too many elements');a.subscriptions.push(r.SubOpts.codec().decode(o,o.uint32(),{limits:i.limits?.subscriptions$}));break}case 2:{if(i.limits?.messages!=null&&a.messages.length===i.limits.messages)throw new _t('Decode error - map field "messages" had too many elements');a.messages.push(r.Message.codec().decode(o,o.uint32(),{limits:i.limits?.messages$}));break}case 3:{a.control=nn.codec().decode(o,o.uint32(),{limits:i.limits?.control});break}default:{o.skipType(f&7);break}}}return a})),n),r.encode=o=>St(o,r.codec()),r.decode=(o,s)=>Et(o,r.codec(),s)})(Ee||(Ee={}));var nn;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.ihave!=null)for(let s of e.ihave)n.uint32(10),on.codec().encode(s,n);if(e.iwant!=null)for(let s of e.iwant)n.uint32(18),sn.codec().encode(s,n);if(e.graft!=null)for(let s of e.graft)n.uint32(26),an.codec().encode(s,n);if(e.prune!=null)for(let s of e.prune)n.uint32(34),cn.codec().encode(s,n);o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={ihave:[],iwant:[],graft:[],prune:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{if(o.limits?.ihave!=null&&s.ihave.length===o.limits.ihave)throw new _t('Decode error - map field "ihave" had too many elements');s.ihave.push(on.codec().decode(e,e.uint32(),{limits:o.limits?.ihave$}));break}case 2:{if(o.limits?.iwant!=null&&s.iwant.length===o.limits.iwant)throw new _t('Decode error - map field "iwant" had too many elements');s.iwant.push(sn.codec().decode(e,e.uint32(),{limits:o.limits?.iwant$}));break}case 3:{if(o.limits?.graft!=null&&s.graft.length===o.limits.graft)throw new _t('Decode error - map field "graft" had too many elements');s.graft.push(an.codec().decode(e,e.uint32(),{limits:o.limits?.graft$}));break}case 4:{if(o.limits?.prune!=null&&s.prune.length===o.limits.prune)throw new _t('Decode error - map field "prune" had too many elements');s.prune.push(cn.codec().decode(e,e.uint32(),{limits:o.limits?.prune$}));break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(nn||(nn={}));var on;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.topic!=null&&(n.uint32(10),n.string(e.topic)),e.messageIDs!=null)for(let s of e.messageIDs)n.uint32(18),n.bytes(s);o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={messageIDs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.topic=e.string();break}case 2:{if(o.limits?.messageIDs!=null&&s.messageIDs.length===o.limits.messageIDs)throw new _t('Decode error - map field "messageIDs" had too many elements');s.messageIDs.push(e.bytes());break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(on||(on={}));var sn;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.messageIDs!=null)for(let s of e.messageIDs)n.uint32(10),n.bytes(s);o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={messageIDs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{if(o.limits?.messageIDs!=null&&s.messageIDs.length===o.limits.messageIDs)throw new _t('Decode error - map field "messageIDs" had too many elements');s.messageIDs.push(e.bytes());break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(sn||(sn={}));var an;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.topic!=null&&(n.uint32(10),n.string(e.topic)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.topic=e.string();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(an||(an={}));var cn;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.topic!=null&&(n.uint32(10),n.string(e.topic)),e.peers!=null)for(let s of e.peers)n.uint32(18),un.codec().encode(s,n);e.backoff!=null&&(n.uint32(24),n.uint64(e.backoff)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={peers:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.topic=e.string();break}case 2:{if(o.limits?.peers!=null&&s.peers.length===o.limits.peers)throw new _t('Decode error - map field "peers" had too many elements');s.peers.push(un.codec().decode(e,e.uint32(),{limits:o.limits?.peers$}));break}case 3:{s.backoff=e.uint64();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(cn||(cn={}));var un;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.peerID!=null&&(n.uint32(10),n.bytes(e.peerID)),e.signedPeerRecord!=null&&(n.uint32(18),n.bytes(e.signedPeerRecord)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.peerID=e.bytes();break}case 2:{s.signedPeerRecord=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(un||(un={}));var ts=class extends en{seenCache;constructor(t,e){super(t,{...e,canRelayMessage:!0,multicodecs:[Qo]}),this.log=t.logger.forComponent("libp2p:floodsub"),this.seenCache=new rn({validityMs:e?.seenTTL??3e4})}[ns]=!0;[Symbol.toStringTag]="@libp2p/floodsub";[os]=["@libp2p/pubsub"];[ss]=["@libp2p/identify"];decodeRpc(t){return Ee.decode(t)}encodeRpc(t){return Ee.encode(t)}decodeMessage(t){return Ee.Message.decode(t)}encodeMessage(t){return Ee.Message.encode(t)}async processMessage(t,e){let n=await super.getMsgId(e),o=F(n,"base64");this.seenCache.has(o)||(this.seenCache.put(o,!0),await super.processMessage(t,e))}async publishMessage(t,e){let n=this.getSubscribers(e.topic),o=[];return n==null||n.length===0?(this.log("no peers are subscribed to topic %s",e.topic),{recipients:o}):(n.forEach(s=>{if(this.components.peerId.equals(s)){this.log("not sending message on topic %s to myself",e.topic);return}if(s.equals(t)){this.log("not sending message on topic %s to sender %p",e.topic,s);return}this.log("publish msgs on topics %s %p",e.topic,s),o.push(s),this.send(s,{messages:[e]})}),{recipients:o})}};function Df(r={}){return t=>new ts(t,r)}return wa(Pf);})();
2
+ "use strict";var Libp2PFloodsub=(()=>{var Pa=Object.create;var Ir=Object.defineProperty;var Ca=Object.getOwnPropertyDescriptor;var Na=Object.getOwnPropertyNames;var ka=Object.getPrototypeOf,Ra=Object.prototype.hasOwnProperty;var Ua=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),gt=(r,t)=>{for(var e in t)Ir(r,e,{get:t[e],enumerable:!0})},ls=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Na(t))!Ra.call(r,o)&&o!==e&&Ir(r,o,{get:()=>t[o],enumerable:!(n=Ca(t,o))||n.enumerable});return r};var Ka=(r,t,e)=>(e=r!=null?Pa(ka(r)):{},ls(t||!r||!r.__esModule?Ir(e,"default",{value:r,enumerable:!0}):e,r)),Ma=r=>ls(Ir({},"__esModule",{value:!0}),r);var ha=Ua((Im,rs)=>{"use strict";var xf=Object.prototype.hasOwnProperty,yt="~";function gr(){}Object.create&&(gr.prototype=Object.create(null),new gr().__proto__||(yt=!1));function wf(r,t,e){this.fn=r,this.context=t,this.once=e||!1}function la(r,t,e,n,o){if(typeof e!="function")throw new TypeError("The listener must be a function");var s=new wf(e,n||r,o),i=yt?yt+t:t;return r._events[i]?r._events[i].fn?r._events[i]=[r._events[i],s]:r._events[i].push(s):(r._events[i]=s,r._eventsCount++),r}function rn(r,t){--r._eventsCount===0?r._events=new gr:delete r._events[t]}function dt(){this._events=new gr,this._eventsCount=0}dt.prototype.eventNames=function(){var t=[],e,n;if(this._eventsCount===0)return t;for(n in e=this._events)xf.call(e,n)&&t.push(yt?n.slice(1):n);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(e)):t};dt.prototype.listeners=function(t){var e=yt?yt+t:t,n=this._events[e];if(!n)return[];if(n.fn)return[n.fn];for(var o=0,s=n.length,i=new Array(s);o<s;o++)i[o]=n[o].fn;return i};dt.prototype.listenerCount=function(t){var e=yt?yt+t:t,n=this._events[e];return n?n.fn?1:n.length:0};dt.prototype.emit=function(t,e,n,o,s,i){var a=yt?yt+t:t;if(!this._events[a])return!1;var c=this._events[a],f=arguments.length,u,l;if(c.fn){switch(c.once&&this.removeListener(t,c.fn,void 0,!0),f){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,e),!0;case 3:return c.fn.call(c.context,e,n),!0;case 4:return c.fn.call(c.context,e,n,o),!0;case 5:return c.fn.call(c.context,e,n,o,s),!0;case 6:return c.fn.call(c.context,e,n,o,s,i),!0}for(l=1,u=new Array(f-1);l<f;l++)u[l-1]=arguments[l];c.fn.apply(c.context,u)}else{var d=c.length,x;for(l=0;l<d;l++)switch(c[l].once&&this.removeListener(t,c[l].fn,void 0,!0),f){case 1:c[l].fn.call(c[l].context);break;case 2:c[l].fn.call(c[l].context,e);break;case 3:c[l].fn.call(c[l].context,e,n);break;case 4:c[l].fn.call(c[l].context,e,n,o);break;default:if(!u)for(x=1,u=new Array(f-1);x<f;x++)u[x-1]=arguments[x];c[l].fn.apply(c[l].context,u)}}return!0};dt.prototype.on=function(t,e,n){return la(this,t,e,n,!1)};dt.prototype.once=function(t,e,n){return la(this,t,e,n,!0)};dt.prototype.removeListener=function(t,e,n,o){var s=yt?yt+t:t;if(!this._events[s])return this;if(!e)return rn(this,s),this;var i=this._events[s];if(i.fn)i.fn===e&&(!o||i.once)&&(!n||i.context===n)&&rn(this,s);else{for(var a=0,c=[],f=i.length;a<f;a++)(i[a].fn!==e||o&&!i[a].once||n&&i[a].context!==n)&&c.push(i[a]);c.length?this._events[s]=c.length===1?c[0]:c:rn(this,s)}return this};dt.prototype.removeAllListeners=function(t){var e;return t?(e=yt?yt+t:t,this._events[e]&&rn(this,e)):(this._events=new gr,this._eventsCount=0),this};dt.prototype.off=dt.prototype.removeListener;dt.prototype.addListener=dt.prototype.on;dt.prefixed=yt;dt.EventEmitter=dt;typeof rs<"u"&&(rs.exports=dt)});var Lf={};gt(Lf,{floodsub:()=>_f,multicodec:()=>cs});var xn=Symbol.for("@libp2p/peer-id");var Ge;(function(r){r.Accept="accept",r.Ignore="ignore",r.Reject="reject"})(Ge||(Ge={}));var hs=Symbol.for("@libp2p/pubsub");var Y=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},Be=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var Br=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var J=class extends Error{static name="InvalidMessageError";constructor(t="Invalid message"){super(t),this.name="InvalidMessageError"}};var _r=class extends Error{static name="NotStartedError";constructor(t="Not started"){super(t),this.name="NotStartedError"}};var ce=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var _e=class extends EventTarget{#t=new Map;constructor(){super()}listenerCount(t){let e=this.#t.get(t);return e==null?0:e.length}addEventListener(t,e,n){super.addEventListener(t,e,n);let o=this.#t.get(t);o==null&&(o=[],this.#t.set(t,o)),o.push({callback:e,once:(n!==!0&&n!==!1&&n?.once)??!1})}removeEventListener(t,e,n){super.removeEventListener(t.toString(),e??null,n);let o=this.#t.get(t);o!=null&&(o=o.filter(({callback:s})=>s!==e),this.#t.set(t,o))}dispatchEvent(t){let e=super.dispatchEvent(t),n=this.#t.get(t.type);return n==null||(n=n.filter(({once:o})=>!o),this.#t.set(t.type,n)),e}safeDispatchEvent(t,e={}){return this.dispatchEvent(new CustomEvent(t,e))}};var ds=Symbol.for("@libp2p/service-capabilities"),ps=Symbol.for("@libp2p/service-dependencies");var An={};gt(An,{base58btc:()=>W,base58flickr:()=>Fa});var rl=new Uint8Array(0);function ms(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function Mt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function ys(r){return new TextEncoder().encode(r)}function bs(r){return new TextDecoder().decode(r)}function Oa(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),n=0;n<e.length;n++)e[n]=255;for(var o=0;o<r.length;o++){var s=r.charAt(o),i=s.charCodeAt(0);if(e[i]!==255)throw new TypeError(s+" is ambiguous");e[i]=o}var a=r.length,c=r.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function l(E){if(E instanceof Uint8Array||(ArrayBuffer.isView(E)?E=new Uint8Array(E.buffer,E.byteOffset,E.byteLength):Array.isArray(E)&&(E=Uint8Array.from(E))),!(E instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(E.length===0)return"";for(var y=0,h=0,b=0,v=E.length;b!==v&&E[b]===0;)b++,y++;for(var p=(v-b)*u+1>>>0,I=new Uint8Array(p);b!==v;){for(var P=E[b],C=0,_=p-1;(P!==0||C<h)&&_!==-1;_--,C++)P+=256*I[_]>>>0,I[_]=P%a>>>0,P=P/a>>>0;if(P!==0)throw new Error("Non-zero carry");h=C,b++}for(var L=p-h;L!==p&&I[L]===0;)L++;for(var T=c.repeat(y);L<p;++L)T+=r.charAt(I[L]);return T}function d(E){if(typeof E!="string")throw new TypeError("Expected String");if(E.length===0)return new Uint8Array;var y=0;if(E[y]!==" "){for(var h=0,b=0;E[y]===c;)h++,y++;for(var v=(E.length-y)*f+1>>>0,p=new Uint8Array(v);E[y];){var I=e[E.charCodeAt(y)];if(I===255)return;for(var P=0,C=v-1;(I!==0||P<b)&&C!==-1;C--,P++)I+=a*p[C]>>>0,p[C]=I%256>>>0,I=I/256>>>0;if(I!==0)throw new Error("Non-zero carry");b=P,y++}if(E[y]!==" "){for(var _=v-b;_!==v&&p[_]===0;)_++;for(var L=new Uint8Array(h+(v-_)),T=h;_!==v;)L[T++]=p[_++];return L}}}function x(E){var y=d(E);if(y)return y;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:d,decode:x}}var qa=Oa,Ha=qa,xs=Ha;var wn=class{name;prefix;baseEncode;constructor(t,e,n){this.name=t,this.prefix=e,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},En=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,e,n){this.name=t,this.prefix=e;let o=e.codePointAt(0);if(o===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o,this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return ws(this,t)}},Sn=class{decoders;constructor(t){this.decoders=t}or(t){return ws(this,t)}decode(t){let e=t[0],n=this.decoders[e];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function ws(r,t){return new Sn({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var vn=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,e,n,o){this.name=t,this.prefix=e,this.baseEncode=n,this.baseDecode=o,this.encoder=new wn(t,e,n),this.decoder=new En(t,e,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function Le({name:r,prefix:t,encode:e,decode:n}){return new vn(r,t,e,n)}function Xt({name:r,prefix:t,alphabet:e}){let{encode:n,decode:o}=xs(e,r);return Le({prefix:t,name:r,encode:n,decode:s=>Mt(o(s))})}function Va(r,t,e,n){let o={};for(let u=0;u<t.length;++u)o[t[u]]=u;let s=r.length;for(;r[s-1]==="=";)--s;let i=new Uint8Array(s*e/8|0),a=0,c=0,f=0;for(let u=0;u<s;++u){let l=o[r[u]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<e|l,a+=e,a>=8&&(a-=8,i[f++]=255&c>>a)}if(a>=e||(255&c<<8-a)!==0)throw new SyntaxError("Unexpected end of data");return i}function za(r,t,e){let n=t[t.length-1]==="=",o=(1<<e)-1,s="",i=0,a=0;for(let c=0;c<r.length;++c)for(a=a<<8|r[c],i+=8;i>e;)i-=e,s+=t[o&a>>i];if(i!==0&&(s+=t[o&a<<e-i]),n)for(;(s.length*e&7)!==0;)s+="=";return s}function j({name:r,prefix:t,bitsPerChar:e,alphabet:n}){return Le({prefix:t,name:r,encode(o){return za(o,n,e)},decode(o){return Va(o,n,e,r)}})}var W=Xt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Fa=Xt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var In={};gt(In,{base32:()=>Te,base32hex:()=>Wa,base32hexpad:()=>ja,base32hexpadupper:()=>Xa,base32hexupper:()=>$a,base32pad:()=>Za,base32padupper:()=>Ya,base32upper:()=>Ga,base32z:()=>Ja});var Te=j({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Ga=j({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Za=j({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Ya=j({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Wa=j({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),$a=j({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ja=j({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Xa=j({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Ja=j({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Bn={};gt(Bn,{base36:()=>Ze,base36upper:()=>Qa});var Ze=Xt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Qa=Xt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var tc=vs,Es=128,ec=127,rc=~ec,nc=Math.pow(2,31);function vs(r,t,e){t=t||[],e=e||0;for(var n=e;r>=nc;)t[e++]=r&255|Es,r/=128;for(;r&rc;)t[e++]=r&255|Es,r>>>=7;return t[e]=r|0,vs.bytes=e-n+1,t}var oc=_n,sc=128,Ss=127;function _n(r,n){var e=0,n=n||0,o=0,s=n,i,a=r.length;do{if(s>=a)throw _n.bytes=0,new RangeError("Could not decode varint");i=r[s++],e+=o<28?(i&Ss)<<o:(i&Ss)*Math.pow(2,o),o+=7}while(i>=sc);return _n.bytes=s-n,e}var ic=Math.pow(2,7),ac=Math.pow(2,14),cc=Math.pow(2,21),uc=Math.pow(2,28),fc=Math.pow(2,35),lc=Math.pow(2,42),hc=Math.pow(2,49),dc=Math.pow(2,56),pc=Math.pow(2,63),mc=function(r){return r<ic?1:r<ac?2:r<cc?3:r<uc?4:r<fc?5:r<lc?6:r<hc?7:r<dc?8:r<pc?9:10},yc={encode:tc,decode:oc,encodingLength:mc},bc=yc,Ye=bc;function We(r,t=0){return[Ye.decode(r,t),Ye.decode.bytes]}function De(r,t,e=0){return Ye.encode(r,t,e),t}function Pe(r){return Ye.encodingLength(r)}function Tt(r,t){let e=t.byteLength,n=Pe(r),o=n+Pe(e),s=new Uint8Array(o+e);return De(r,s,0),De(e,s,n),s.set(t,o),new Ce(r,e,t,s)}function Jt(r){let t=Mt(r),[e,n]=We(t),[o,s]=We(t.subarray(n)),i=t.subarray(n+s);if(i.byteLength!==o)throw new Error("Incorrect length");return new Ce(e,o,i,t)}function As(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&ms(r.bytes,e.bytes)}}var Ce=class{code;size;digest;bytes;constructor(t,e,n,o){this.code=t,this.size=e,this.digest=n,this.bytes=o}};function Is(r,t){let{bytes:e,version:n}=r;switch(n){case 0:return xc(e,Ln(r),t??W.encoder);default:return wc(e,Ln(r),t??Te.encoder)}}var Bs=new WeakMap;function Ln(r){let t=Bs.get(r);if(t==null){let e=new Map;return Bs.set(r,e),e}return t}var ut=class r{code;version;multihash;bytes;"/";constructor(t,e,n,o){this.code=e,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:e}=this;if(t!==$e)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==Ec)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:e}=this.multihash,n=Tt(t,e);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return r.equals(this,t)}static equals(t,e){let n=e;return n!=null&&t.code===n.code&&t.version===n.version&&As(t.multihash,n.multihash)}toString(t){return Is(this,t)}toJSON(){return{"/":Is(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let e=t;if(e instanceof r)return e;if(e["/"]!=null&&e["/"]===e.bytes||e.asCID===e){let{version:n,code:o,multihash:s,bytes:i}=e;return new r(n,o,s,i??_s(n,o,s.bytes))}else if(e[Sc]===!0){let{version:n,multihash:o,code:s}=e,i=Jt(o);return r.create(n,s,i)}else return null}static create(t,e,n){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==$e)throw new Error(`Version 0 CID must use dag-pb (code: ${$e}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let o=_s(t,e,n.bytes);return new r(t,e,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,$e,t)}static createV1(t,e){return r.create(1,t,e)}static decode(t){let[e,n]=r.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=r.inspectBytes(t),n=e.size-e.multihashSize,o=Mt(t.subarray(n,n+e.multihashSize));if(o.byteLength!==e.multihashSize)throw new Error("Incorrect length");let s=o.subarray(e.multihashSize-e.digestSize),i=new Ce(e.multihashCode,e.digestSize,s,o);return[e.version===0?r.createV0(i):r.createV1(e.codec,i),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[l,d]=We(t.subarray(e));return e+=d,l},o=n(),s=$e;if(o===18?(o=0,e=0):s=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let i=e,a=n(),c=n(),f=e+c,u=f-i;return{version:o,codec:s,multihashCode:a,digestSize:c,multihashSize:u,size:f}}static parse(t,e){let[n,o]=gc(t,e),s=r.decode(o);if(s.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Ln(s).set(n,t),s}};function gc(r,t){switch(r[0]){case"Q":{let e=t??W;return[W.prefix,e.decode(`${W.prefix}${r}`)]}case W.prefix:{let e=t??W;return[W.prefix,e.decode(r)]}case Te.prefix:{let e=t??Te;return[Te.prefix,e.decode(r)]}case Ze.prefix:{let e=t??Ze;return[Ze.prefix,e.decode(r)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[r[0],t.decode(r)]}}}function xc(r,t,e){let{prefix:n}=e;if(n!==W.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let o=t.get(n);if(o==null){let s=e.encode(r).slice(1);return t.set(n,s),s}else return o}function wc(r,t,e){let{prefix:n}=e,o=t.get(n);if(o==null){let s=e.encode(r);return t.set(n,s),s}else return o}var $e=112,Ec=18;function _s(r,t,e){let n=Pe(r),o=n+Pe(t),s=new Uint8Array(o+e.byteLength);return De(r,s,0),De(t,s,n),s.set(e,o),s}var Sc=Symbol.for("@ipld/js-cid/CID");var Tn={};gt(Tn,{identity:()=>Dt});var Ls=0,vc="identity",Ts=Mt;function Ac(r){return Tt(Ls,Ts(r))}var Dt={code:Ls,name:vc,encode:Ts,digest:Ac};function xt(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function Ot(r=0){return new Uint8Array(r)}function ft(r=0){return new Uint8Array(r)}function ue(r,t){t==null&&(t=r.reduce((o,s)=>o+s.length,0));let e=ft(t),n=0;for(let o of r)e.set(o,n),n+=o.length;return e}var Ps=Symbol.for("@achingbrain/uint8arraylist");function Ds(r,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let e=0;for(let n of r){let o=e+n.byteLength;if(t<o)return{buf:n,index:t-e};e=o}throw new RangeError("index is out of bounds")}function Tr(r){return!!r?.[Ps]}var rt=class r{bufs;length;[Ps]=!0;constructor(...t){this.bufs=[],this.length=0,t.length>0&&this.appendAll(t)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...t){this.appendAll(t)}appendAll(t){let e=0;for(let n of t)if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.push(n);else if(Tr(n))e+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(let n of t.reverse())if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.unshift(n);else if(Tr(n))e+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}get(t){let e=Ds(this.bufs,t);return e.buf[e.index]}set(t,e){let n=Ds(this.bufs,t);n.buf[n.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(e+n,t[n]);else if(Tr(t))for(let n=0;n<t.length;n++)this.set(e+n,t.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(t){if(t=Math.trunc(t),!(Number.isNaN(t)||t<=0)){if(t===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(t>=this.bufs[0].byteLength)t-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(t),this.length-=t;break}}}slice(t,e){let{bufs:n,length:o}=this._subList(t,e);return ue(n,o)}subarray(t,e){let{bufs:n,length:o}=this._subList(t,e);return n.length===1?n[0]:ue(n,o)}sublist(t,e){let{bufs:n,length:o}=this._subList(t,e),s=new r;return s.length=o,s.bufs=[...n],s}_subList(t,e){if(t=t??0,e=e??this.length,t<0&&(t=this.length+t),e<0&&(e=this.length+e),t<0||e>this.length)throw new RangeError("index is out of bounds");if(t===e)return{bufs:[],length:0};if(t===0&&e===this.length)return{bufs:this.bufs,length:this.length};let n=[],o=0;for(let s=0;s<this.bufs.length;s++){let i=this.bufs[s],a=o,c=a+i.byteLength;if(o=c,t>=c)continue;let f=t>=a&&t<c,u=e>a&&e<=c;if(f&&u){if(t===a&&e===c){n.push(i);break}let l=t-a;n.push(i.subarray(l,l+(e-t)));break}if(f){if(t===0){n.push(i);continue}n.push(i.subarray(t-a));continue}if(u){if(e===c){n.push(i);break}n.push(i.subarray(0,e-a));break}n.push(i)}return{bufs:n,length:e-t}}indexOf(t,e=0){if(!Tr(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let s=256,i=new Int32Array(s);for(let l=0;l<s;l++)i[l]=-1;for(let l=0;l<o;l++)i[n[l]]=l;let a=i,c=this.byteLength-n.byteLength,f=n.byteLength-1,u;for(let l=e;l<=c;l+=u){u=0;for(let d=f;d>=0;d--){let x=this.get(l+d);if(n[d]!==x){u=Math.max(1,d-a[x]);break}}if(u===0)return l}return-1}getInt8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){let n=ft(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,e),this.write(n,t)}getInt16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,e)}setInt16(t,e,n){let o=Ot(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt16(0,e,n),this.write(o,t)}getInt32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,e)}setInt32(t,e,n){let o=Ot(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt32(0,e,n),this.write(o,t)}getBigInt64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,e)}setBigInt64(t,e,n){let o=Ot(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigInt64(0,e,n),this.write(o,t)}getUint8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0)}setUint8(t,e){let n=ft(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,e),this.write(n,t)}getUint16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,e)}setUint16(t,e,n){let o=Ot(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint16(0,e,n),this.write(o,t)}getUint32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,e)}setUint32(t,e,n){let o=Ot(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint32(0,e,n),this.write(o,t)}getBigUint64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,e)}setBigUint64(t,e,n){let o=Ot(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigUint64(0,e,n),this.write(o,t)}getFloat32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,e)}setFloat32(t,e,n){let o=Ot(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat32(0,e,n),this.write(o,t)}getFloat64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,e)}setFloat64(t,e,n){let o=Ot(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,e,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof r)||t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!xt(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let n=new r;return n.bufs=t,e==null&&(e=t.reduce((o,s)=>o+s.byteLength,0)),n.length=e,n}};var Dn={};gt(Dn,{base10:()=>Ic});var Ic=Xt({prefix:"9",name:"base10",alphabet:"0123456789"});var Pn={};gt(Pn,{base16:()=>Bc,base16upper:()=>_c});var Bc=j({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),_c=j({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Cn={};gt(Cn,{base2:()=>Lc});var Lc=j({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Nn={};gt(Nn,{base256emoji:()=>Nc});var Cs=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}"),Tc=Cs.reduce((r,t,e)=>(r[e]=t,r),[]),Dc=Cs.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function Pc(r){return r.reduce((t,e)=>(t+=Tc[e],t),"")}function Cc(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let o=Dc[n];if(o==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(o)}return new Uint8Array(t)}var Nc=Le({prefix:"\u{1F680}",name:"base256emoji",encode:Pc,decode:Cc});var kn={};gt(kn,{base64:()=>kc,base64pad:()=>Rc,base64url:()=>Uc,base64urlpad:()=>Kc});var kc=j({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Rc=j({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Uc=j({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Kc=j({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Rn={};gt(Rn,{base8:()=>Mc});var Mc=j({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Un={};gt(Un,{identity:()=>Oc});var Oc=Le({prefix:"\0",name:"identity",encode:r=>bs(r),decode:r=>ys(r)});var Ol=new TextEncoder,ql=new TextDecoder;var On={};gt(On,{sha256:()=>fe,sha512:()=>Vc});function Mn({name:r,code:t,encode:e}){return new Kn(r,t,e)}var Kn=class{name;code;encode;constructor(t,e,n){this.name=t,this.code=e,this.encode=n}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?Tt(this.code,e):e.then(n=>Tt(this.code,n))}else throw Error("Unknown type, must be binary type")}};function ks(r){return async t=>new Uint8Array(await crypto.subtle.digest(r,t))}var fe=Mn({name:"sha2-256",code:18,encode:ks("SHA-256")}),Vc=Mn({name:"sha2-512",code:19,encode:ks("SHA-512")});var qn={...Un,...Cn,...Rn,...Dn,...Pn,...In,...Bn,...An,...kn,...Nn},Jl={...On,...Tn};function Us(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var Rs=Us("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),Hn=Us("ascii","a",r=>{let t="a";for(let e=0;e<r.length;e++)t+=String.fromCharCode(r[e]);return t},r=>{r=r.substring(1);let t=ft(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),zc={utf8:Rs,"utf-8":Rs,hex:qn.base16,latin1:Hn,ascii:Hn,binary:Hn,...qn},Dr=zc;function G(r,t="utf8"){let e=Dr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.decoder.decode(`${e.prefix}${r}`)}function z(r,t="utf8"){let e=Dr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.encoder.encode(r).substring(1)}var Fc=parseInt("11111",2),Vn=parseInt("10000000",2),Gc=parseInt("01111111",2),Ks={0:je,1:je,2:Zc,3:$c,4:jc,5:Wc,6:Yc,16:je,22:je,48:je};function qt(r,t={offset:0}){let e=r[t.offset]&Fc;if(t.offset++,Ks[e]!=null)return Ks[e](r,t);throw new Error("No decoder for tag "+e)}function Xe(r,t){let e=0;if((r[t.offset]&Vn)===Vn){let n=r[t.offset]&Gc,o="0x";t.offset++;for(let s=0;s<n;s++,t.offset++)o+=r[t.offset].toString(16).padStart(2,"0");e=parseInt(o,16)}else e=r[t.offset],t.offset++;return e}function je(r,t){Xe(r,t);let e=[];for(;!(t.offset>=r.byteLength);){let n=qt(r,t);if(n===null)break;e.push(n)}return e}function Zc(r,t){let e=Xe(r,t),n=t.offset,o=t.offset+e,s=[];for(let i=n;i<o;i++)i===n&&r[i]===0||s.push(r[i]);return t.offset+=e,Uint8Array.from(s)}function Yc(r,t){let e=Xe(r,t),n=t.offset+e,o=r[t.offset];t.offset++;let s=0,i=0;o<40?(s=0,i=o):o<80?(s=1,i=o-40):(s=2,i=o-80);let a=`${s}.${i}`,c=[];for(;t.offset<n;){let f=r[t.offset];if(t.offset++,c.push(f&127),f<128){c.reverse();let u=0;for(let l=0;l<c.length;l++)u+=c[l]<<l*7;a+=`.${u}`,c=[]}}return a}function Wc(r,t){return t.offset++,null}function $c(r,t){let e=Xe(r,t),n=r[t.offset];t.offset++;let o=r.subarray(t.offset,t.offset+e-1);if(t.offset+=e,n!==0)throw new Error("Unused bits in bit string is unimplemented");return o}function jc(r,t){let e=Xe(r,t),n=r.subarray(t.offset,t.offset+e);return t.offset+=e,n}function Xc(r){let t=r.toString(16);t.length%2===1&&(t="0"+t);let e=new rt;for(let n=0;n<t.length;n+=2)e.append(Uint8Array.from([parseInt(`${t[n]}${t[n+1]}`,16)]));return e}function zn(r){if(r.byteLength<128)return Uint8Array.from([r.byteLength]);let t=Xc(r.byteLength);return new rt(Uint8Array.from([t.byteLength|Vn]),t)}function wt(r){let t=new rt,e=128;return(r.subarray()[0]&e)===e&&t.append(Uint8Array.from([0])),t.append(r),new rt(Uint8Array.from([2]),zn(t),t)}function Pr(r){let t=Uint8Array.from([0]),e=new rt(t,r);return new rt(Uint8Array.from([3]),zn(e),e)}function te(r,t=48){let e=new rt;for(let n of r)e.append(n);return new rt(Uint8Array.from([t]),zn(e),e)}async function Ms(r,t,e){let n=await crypto.subtle.importKey("jwk",r,{name:"ECDSA",namedCurve:r.crv??"P-256"},!1,["verify"]);return crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},n,t,e.subarray())}var Jc=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),Qc=Uint8Array.from([6,5,43,129,4,0,34]),tu=Uint8Array.from([6,5,43,129,4,0,35]),eu={ext:!0,kty:"EC",crv:"P-256"},ru={ext:!0,kty:"EC",crv:"P-384"},nu={ext:!0,kty:"EC",crv:"P-521"},Fn=32,Gn=48,Zn=66;function Yn(r){let t=qt(r);return Os(t)}function Os(r){let t=r[1][1][0],e=1,n,o;if(t.byteLength===Fn*2+1)return n=z(t.subarray(e,e+Fn),"base64url"),o=z(t.subarray(e+Fn),"base64url"),new Ne({...eu,key_ops:["verify"],x:n,y:o});if(t.byteLength===Gn*2+1)return n=z(t.subarray(e,e+Gn),"base64url"),o=z(t.subarray(e+Gn),"base64url"),new Ne({...ru,key_ops:["verify"],x:n,y:o});if(t.byteLength===Zn*2+1)return n=z(t.subarray(e,e+Zn),"base64url"),o=z(t.subarray(e+Zn),"base64url"),new Ne({...nu,key_ops:["verify"],x:n,y:o});throw new Y(`coordinates were wrong length, got ${t.byteLength}, expected 65, 97 or 133`)}function qs(r){return te([wt(Uint8Array.from([1])),te([ou(r.crv)],160),te([Pr(new rt(Uint8Array.from([4]),G(r.x??"","base64url"),G(r.y??"","base64url")))],161)]).subarray()}function ou(r){if(r==="P-256")return Jc;if(r==="P-384")return Qc;if(r==="P-521")return tu;throw new Y(`Invalid curve ${r}`)}var Ne=class{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){return this._raw==null&&(this._raw=qs(this.jwk)),this._raw}toMultihash(){return Dt.digest(Ht(this))}toCID(){return ut.createV1(114,this.toMultihash())}toString(){return W.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:xt(this.raw,t.raw)}async verify(t,e){return Ms(this.jwk,e,t)}};var le=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function su(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function Cr(r){if(!Number.isSafeInteger(r)||r<0)throw new Error("positive integer expected, got "+r)}function he(r,...t){if(!su(r))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(r.length))throw new Error("Uint8Array expected of length "+t+", got length="+r.length)}function Hs(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");Cr(r.outputLen),Cr(r.blockLen)}function Re(r,t=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(t&&r.finished)throw new Error("Hash#digest() has already been called")}function Vs(r,t){he(r);let e=t.outputLen;if(r.length<e)throw new Error("digestInto() expects output buffer of length at least "+e)}function Vt(...r){for(let t=0;t<r.length;t++)r[t].fill(0)}function Nr(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function Pt(r,t){return r<<32-t|r>>>t}function zs(r){if(typeof r!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(r))}function Je(r){return typeof r=="string"&&(r=zs(r)),he(r),r}function Wn(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];he(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let s=r[n];e.set(s,o),o+=s.length}return e}var ke=class{};function $n(r){let t=n=>r().update(Je(n)).digest(),e=r();return t.outputLen=e.outputLen,t.blockLen=e.blockLen,t.create=()=>r(),t}function Ue(r=32){if(le&&typeof le.getRandomValues=="function")return le.getRandomValues(new Uint8Array(r));if(le&&typeof le.randomBytes=="function")return Uint8Array.from(le.randomBytes(r));throw new Error("crypto.getRandomValues must be defined")}function iu(r,t,e,n){if(typeof r.setBigUint64=="function")return r.setBigUint64(t,e,n);let o=BigInt(32),s=BigInt(4294967295),i=Number(e>>o&s),a=Number(e&s),c=n?4:0,f=n?0:4;r.setUint32(t+c,i,n),r.setUint32(t+f,a,n)}function Fs(r,t,e){return r&t^~r&e}function Gs(r,t,e){return r&t^r&e^t&e}var Qe=class extends ke{constructor(t,e,n,o){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=t,this.outputLen=e,this.padOffset=n,this.isLE=o,this.buffer=new Uint8Array(t),this.view=Nr(this.buffer)}update(t){Re(this),t=Je(t),he(t);let{view:e,buffer:n,blockLen:o}=this,s=t.length;for(let i=0;i<s;){let a=Math.min(o-this.pos,s-i);if(a===o){let c=Nr(t);for(;o<=s-i;i+=o)this.process(c,i);continue}n.set(t.subarray(i,i+a),this.pos),this.pos+=a,i+=a,this.pos===o&&(this.process(e,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Re(this),Vs(t,this),this.finished=!0;let{buffer:e,view:n,blockLen:o,isLE:s}=this,{pos:i}=this;e[i++]=128,Vt(this.buffer.subarray(i)),this.padOffset>o-i&&(this.process(n,0),i=0);for(let l=i;l<o;l++)e[l]=0;iu(n,o-8,BigInt(this.length*8),s),this.process(n,0);let a=Nr(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let f=c/4,u=this.get();if(f>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<f;l++)a.setUint32(4*l,u[l],s)}digest(){let{buffer:t,outputLen:e}=this;this.digestInto(t);let n=t.slice(0,e);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:e,buffer:n,length:o,finished:s,destroyed:i,pos:a}=this;return t.destroyed=i,t.finished=s,t.length=o,t.pos=a,o%e&&t.buffer.set(n),t}clone(){return this._cloneInto()}},zt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var at=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]);var kr=BigInt(4294967295),Zs=BigInt(32);function au(r,t=!1){return t?{h:Number(r&kr),l:Number(r>>Zs&kr)}:{h:Number(r>>Zs&kr)|0,l:Number(r&kr)|0}}function Ys(r,t=!1){let e=r.length,n=new Uint32Array(e),o=new Uint32Array(e);for(let s=0;s<e;s++){let{h:i,l:a}=au(r[s],t);[n[s],o[s]]=[i,a]}return[n,o]}var jn=(r,t,e)=>r>>>e,Xn=(r,t,e)=>r<<32-e|t>>>e,de=(r,t,e)=>r>>>e|t<<32-e,pe=(r,t,e)=>r<<32-e|t>>>e,tr=(r,t,e)=>r<<64-e|t>>>e-32,er=(r,t,e)=>r>>>e-32|t<<64-e;function kt(r,t,e,n){let o=(t>>>0)+(n>>>0);return{h:r+e+(o/2**32|0)|0,l:o|0}}var Ws=(r,t,e)=>(r>>>0)+(t>>>0)+(e>>>0),$s=(r,t,e,n)=>t+e+n+(r/2**32|0)|0,js=(r,t,e,n)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0),Xs=(r,t,e,n,o)=>t+e+n+o+(r/2**32|0)|0,Js=(r,t,e,n,o)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0)+(o>>>0),Qs=(r,t,e,n,o,s)=>t+e+n+o+s+(r/2**32|0)|0;var uu=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]),ee=new Uint32Array(64),Rr=class extends Qe{constructor(t=32){super(64,t,8,!1),this.A=zt[0]|0,this.B=zt[1]|0,this.C=zt[2]|0,this.D=zt[3]|0,this.E=zt[4]|0,this.F=zt[5]|0,this.G=zt[6]|0,this.H=zt[7]|0}get(){let{A:t,B:e,C:n,D:o,E:s,F:i,G:a,H:c}=this;return[t,e,n,o,s,i,a,c]}set(t,e,n,o,s,i,a,c){this.A=t|0,this.B=e|0,this.C=n|0,this.D=o|0,this.E=s|0,this.F=i|0,this.G=a|0,this.H=c|0}process(t,e){for(let l=0;l<16;l++,e+=4)ee[l]=t.getUint32(e,!1);for(let l=16;l<64;l++){let d=ee[l-15],x=ee[l-2],E=Pt(d,7)^Pt(d,18)^d>>>3,y=Pt(x,17)^Pt(x,19)^x>>>10;ee[l]=y+ee[l-7]+E+ee[l-16]|0}let{A:n,B:o,C:s,D:i,E:a,F:c,G:f,H:u}=this;for(let l=0;l<64;l++){let d=Pt(a,6)^Pt(a,11)^Pt(a,25),x=u+d+Fs(a,c,f)+uu[l]+ee[l]|0,y=(Pt(n,2)^Pt(n,13)^Pt(n,22))+Gs(n,o,s)|0;u=f,f=c,c=a,a=i+x|0,i=s,s=o,o=n,n=x+y|0}n=n+this.A|0,o=o+this.B|0,s=s+this.C|0,i=i+this.D|0,a=a+this.E|0,c=c+this.F|0,f=f+this.G|0,u=u+this.H|0,this.set(n,o,s,i,a,c,f,u)}roundClean(){Vt(ee)}destroy(){this.set(0,0,0,0,0,0,0,0),Vt(this.buffer)}};var ti=Ys(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(r=>BigInt(r))),fu=ti[0],lu=ti[1],re=new Uint32Array(80),ne=new Uint32Array(80),Jn=class extends Qe{constructor(t=64){super(128,t,16,!1),this.Ah=at[0]|0,this.Al=at[1]|0,this.Bh=at[2]|0,this.Bl=at[3]|0,this.Ch=at[4]|0,this.Cl=at[5]|0,this.Dh=at[6]|0,this.Dl=at[7]|0,this.Eh=at[8]|0,this.El=at[9]|0,this.Fh=at[10]|0,this.Fl=at[11]|0,this.Gh=at[12]|0,this.Gl=at[13]|0,this.Hh=at[14]|0,this.Hl=at[15]|0}get(){let{Ah:t,Al:e,Bh:n,Bl:o,Ch:s,Cl:i,Dh:a,Dl:c,Eh:f,El:u,Fh:l,Fl:d,Gh:x,Gl:E,Hh:y,Hl:h}=this;return[t,e,n,o,s,i,a,c,f,u,l,d,x,E,y,h]}set(t,e,n,o,s,i,a,c,f,u,l,d,x,E,y,h){this.Ah=t|0,this.Al=e|0,this.Bh=n|0,this.Bl=o|0,this.Ch=s|0,this.Cl=i|0,this.Dh=a|0,this.Dl=c|0,this.Eh=f|0,this.El=u|0,this.Fh=l|0,this.Fl=d|0,this.Gh=x|0,this.Gl=E|0,this.Hh=y|0,this.Hl=h|0}process(t,e){for(let p=0;p<16;p++,e+=4)re[p]=t.getUint32(e),ne[p]=t.getUint32(e+=4);for(let p=16;p<80;p++){let I=re[p-15]|0,P=ne[p-15]|0,C=de(I,P,1)^de(I,P,8)^jn(I,P,7),_=pe(I,P,1)^pe(I,P,8)^Xn(I,P,7),L=re[p-2]|0,T=ne[p-2]|0,F=de(L,T,19)^tr(L,T,61)^jn(L,T,6),O=pe(L,T,19)^er(L,T,61)^Xn(L,T,6),R=js(_,O,ne[p-7],ne[p-16]),et=Xs(R,C,F,re[p-7],re[p-16]);re[p]=et|0,ne[p]=R|0}let{Ah:n,Al:o,Bh:s,Bl:i,Ch:a,Cl:c,Dh:f,Dl:u,Eh:l,El:d,Fh:x,Fl:E,Gh:y,Gl:h,Hh:b,Hl:v}=this;for(let p=0;p<80;p++){let I=de(l,d,14)^de(l,d,18)^tr(l,d,41),P=pe(l,d,14)^pe(l,d,18)^er(l,d,41),C=l&x^~l&y,_=d&E^~d&h,L=Js(v,P,_,lu[p],ne[p]),T=Qs(L,b,I,C,fu[p],re[p]),F=L|0,O=de(n,o,28)^tr(n,o,34)^tr(n,o,39),R=pe(n,o,28)^er(n,o,34)^er(n,o,39),et=n&s^n&a^s&a,S=o&i^o&c^i&c;b=y|0,v=h|0,y=x|0,h=E|0,x=l|0,E=d|0,{h:l,l:d}=kt(f|0,u|0,T|0,F|0),f=a|0,u=c|0,a=s|0,c=i|0,s=n|0,i=o|0;let B=Ws(F,R,S);n=$s(B,T,O,et),o=B|0}({h:n,l:o}=kt(this.Ah|0,this.Al|0,n|0,o|0)),{h:s,l:i}=kt(this.Bh|0,this.Bl|0,s|0,i|0),{h:a,l:c}=kt(this.Ch|0,this.Cl|0,a|0,c|0),{h:f,l:u}=kt(this.Dh|0,this.Dl|0,f|0,u|0),{h:l,l:d}=kt(this.Eh|0,this.El|0,l|0,d|0),{h:x,l:E}=kt(this.Fh|0,this.Fl|0,x|0,E|0),{h:y,l:h}=kt(this.Gh|0,this.Gl|0,y|0,h|0),{h:b,l:v}=kt(this.Hh|0,this.Hl|0,b|0,v|0),this.set(n,o,s,i,a,c,f,u,l,d,x,E,y,h,b,v)}roundClean(){Vt(re,ne)}destroy(){Vt(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var Ur=$n(()=>new Rr);var ei=$n(()=>new Jn);var ro=BigInt(0),eo=BigInt(1);function me(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"}function no(r){if(!me(r))throw new Error("Uint8Array expected")}function Rt(r,t){if(typeof t!="boolean")throw new Error(r+" boolean expected, got "+t)}function rr(r){let t=r.toString(16);return t.length&1?"0"+t:t}function oi(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return r===""?ro:BigInt("0x"+r)}var si=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",hu=Array.from({length:256},(r,t)=>t.toString(16).padStart(2,"0"));function oe(r){if(no(r),si)return r.toHex();let t="";for(let e=0;e<r.length;e++)t+=hu[r[e]];return t}var Ft={_0:48,_9:57,A:65,F:70,a:97,f:102};function ri(r){if(r>=Ft._0&&r<=Ft._9)return r-Ft._0;if(r>=Ft.A&&r<=Ft.F)return r-(Ft.A-10);if(r>=Ft.a&&r<=Ft.f)return r-(Ft.a-10)}function nr(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);if(si)return Uint8Array.fromHex(r);let t=r.length,e=t/2;if(t%2)throw new Error("hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(e);for(let o=0,s=0;o<e;o++,s+=2){let i=ri(r.charCodeAt(s)),a=ri(r.charCodeAt(s+1));if(i===void 0||a===void 0){let c=r[s]+r[s+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+s)}n[o]=i*16+a}return n}function Gt(r){return oi(oe(r))}function ye(r){return no(r),oi(oe(Uint8Array.from(r).reverse()))}function be(r,t){return nr(r.toString(16).padStart(t*2,"0"))}function Ke(r,t){return be(r,t).reverse()}function $(r,t,e){let n;if(typeof t=="string")try{n=nr(t)}catch(s){throw new Error(r+" must be hex string or Uint8Array, cause: "+s)}else if(me(t))n=Uint8Array.from(t);else throw new Error(r+" must be hex string or Uint8Array");let o=n.length;if(typeof e=="number"&&o!==e)throw new Error(r+" of length "+e+" expected, got "+o);return n}function se(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];no(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let s=r[n];e.set(s,o),o+=s.length}return e}var Qn=r=>typeof r=="bigint"&&ro<=r;function Kr(r,t,e){return Qn(r)&&Qn(t)&&Qn(e)&&t<=r&&r<e}function It(r,t,e,n){if(!Kr(t,e,n))throw new Error("expected valid "+r+": "+e+" <= n < "+n+", got "+t)}function ii(r){let t;for(t=0;r>ro;r>>=eo,t+=1);return t}var ge=r=>(eo<<BigInt(r))-eo,to=r=>new Uint8Array(r),ni=r=>Uint8Array.from(r);function ai(r,t,e){if(typeof r!="number"||r<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof e!="function")throw new Error("hmacFn must be a function");let n=to(r),o=to(r),s=0,i=()=>{n.fill(1),o.fill(0),s=0},a=(...l)=>e(o,n,...l),c=(l=to(0))=>{o=a(ni([0]),l),n=a(),l.length!==0&&(o=a(ni([1]),l),n=a())},f=()=>{if(s++>=1e3)throw new Error("drbg: tried 1000 values");let l=0,d=[];for(;l<t;){n=a();let x=n.slice();d.push(x),l+=n.length}return se(...d)};return(l,d)=>{i(),c(l);let x;for(;!(x=d(f()));)c();return i(),x}}var du={bigint:r=>typeof r=="bigint",function:r=>typeof r=="function",boolean:r=>typeof r=="boolean",string:r=>typeof r=="string",stringOrUint8Array:r=>typeof r=="string"||me(r),isSafeInteger:r=>Number.isSafeInteger(r),array:r=>Array.isArray(r),field:(r,t)=>t.Fp.isValid(r),hash:r=>typeof r=="function"&&Number.isSafeInteger(r.outputLen)};function Zt(r,t,e={}){let n=(o,s,i)=>{let a=du[s];if(typeof a!="function")throw new Error("invalid validator function");let c=r[o];if(!(i&&c===void 0)&&!a(c,r))throw new Error("param "+String(o)+" is invalid. Expected "+s+", got "+c)};for(let[o,s]of Object.entries(t))n(o,s,!1);for(let[o,s]of Object.entries(e))n(o,s,!0);return r}function Me(r){let t=new WeakMap;return(e,...n)=>{let o=t.get(e);if(o!==void 0)return o;let s=r(e,...n);return t.set(e,s),s}}var pt=BigInt(0),nt=BigInt(1),xe=BigInt(2),pu=BigInt(3),oo=BigInt(4),ci=BigInt(5),ui=BigInt(8),mu=BigInt(9),yu=BigInt(16);function V(r,t){let e=r%t;return e>=pt?e:t+e}function Z(r,t,e){let n=r;for(;t-- >pt;)n*=n,n%=e;return n}function Mr(r,t){if(r===pt)throw new Error("invert: expected non-zero number");if(t<=pt)throw new Error("invert: expected positive modulus, got "+t);let e=V(r,t),n=t,o=pt,s=nt,i=nt,a=pt;for(;e!==pt;){let f=n/e,u=n%e,l=o-i*f,d=s-a*f;n=e,e=u,o=i,s=a,i=l,a=d}if(n!==nt)throw new Error("invert: does not exist");return V(o,t)}function bu(r){let t=r-nt,e=0;for(;t%xe===pt;)t/=xe,e++;let n=xe,o=Yt(r);for(;n<r&&fi(o,n);)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(e===1){let i=(r+nt)/oo;return function(c,f){let u=c.pow(f,i);if(!c.eql(c.sqr(u),f))throw new Error("Cannot find square root");return u}}let s=(t+nt)/xe;return function(a,c){if(!fi(a,c))throw new Error("Cannot find square root");let f=e,u=a.pow(a.mul(a.ONE,n),t),l=a.pow(c,s),d=a.pow(c,t);for(;!a.eql(d,a.ONE);){if(a.eql(d,a.ZERO))return a.ZERO;let x=1;for(let y=a.sqr(d);x<f&&!a.eql(y,a.ONE);x++)y=a.sqr(y);let E=a.pow(u,nt<<BigInt(f-x-1));u=a.sqr(E),l=a.mul(l,E),d=a.mul(d,u),f=x}return l}}function gu(r){return r%oo===pu?function(e,n){let o=(r+nt)/oo,s=e.pow(n,o);if(!e.eql(e.sqr(s),n))throw new Error("Cannot find square root");return s}:r%ui===ci?function(e,n){let o=e.mul(n,xe),s=(r-ci)/ui,i=e.pow(o,s),a=e.mul(n,i),c=e.mul(e.mul(a,xe),i),f=e.mul(a,e.sub(c,e.ONE));if(!e.eql(e.sqr(f),n))throw new Error("Cannot find square root");return f}:(r%yu,bu(r))}var li=(r,t)=>(V(r,t)&nt)===nt,xu=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function so(r){let t={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},e=xu.reduce((n,o)=>(n[o]="function",n),t);return Zt(r,e)}function wu(r,t,e){if(e<pt)throw new Error("invalid exponent, negatives unsupported");if(e===pt)return r.ONE;if(e===nt)return t;let n=r.ONE,o=t;for(;e>pt;)e&nt&&(n=r.mul(n,o)),o=r.sqr(o),e>>=nt;return n}function Oe(r,t,e=!1){let n=new Array(t.length).fill(e?r.ZERO:void 0),o=t.reduce((i,a,c)=>r.is0(a)?i:(n[c]=i,r.mul(i,a)),r.ONE),s=r.inv(o);return t.reduceRight((i,a,c)=>r.is0(a)?i:(n[c]=r.mul(i,n[c]),r.mul(i,a)),s),n}function Eu(r,t){let e=(r.ORDER-nt)/xe,n=r.pow(t,e),o=r.eql(n,r.ONE),s=r.eql(n,r.ZERO),i=r.eql(n,r.neg(r.ONE));if(!o&&!s&&!i)throw new Error("Cannot find square root: probably non-prime P");return o?1:s?0:-1}function fi(r,t){let e=Eu(r,t);return e===0||e===1}function io(r,t){t!==void 0&&Cr(t);let e=t!==void 0?t:r.toString(2).length,n=Math.ceil(e/8);return{nBitLength:e,nByteLength:n}}function Yt(r,t,e=!1,n={}){if(r<=pt)throw new Error("invalid field: expected ORDER > 0, got "+r);let{nBitLength:o,nByteLength:s}=io(r,t);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let i,a=Object.freeze({ORDER:r,isLE:e,BITS:o,BYTES:s,MASK:ge(o),ZERO:pt,ONE:nt,create:c=>V(c,r),isValid:c=>{if(typeof c!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof c);return pt<=c&&c<r},is0:c=>c===pt,isOdd:c=>(c&nt)===nt,neg:c=>V(-c,r),eql:(c,f)=>c===f,sqr:c=>V(c*c,r),add:(c,f)=>V(c+f,r),sub:(c,f)=>V(c-f,r),mul:(c,f)=>V(c*f,r),pow:(c,f)=>wu(a,c,f),div:(c,f)=>V(c*Mr(f,r),r),sqrN:c=>c*c,addN:(c,f)=>c+f,subN:(c,f)=>c-f,mulN:(c,f)=>c*f,inv:c=>Mr(c,r),sqrt:n.sqrt||(c=>(i||(i=gu(r)),i(a,c))),toBytes:c=>e?Ke(c,s):be(c,s),fromBytes:c=>{if(c.length!==s)throw new Error("Field.fromBytes: expected "+s+" bytes, got "+c.length);return e?ye(c):Gt(c)},invertBatch:c=>Oe(a,c),cmov:(c,f,u)=>u?f:c});return Object.freeze(a)}function hi(r){if(typeof r!="bigint")throw new Error("field order must be bigint");let t=r.toString(2).length;return Math.ceil(t/8)}function ao(r){let t=hi(r);return t+Math.ceil(t/2)}function di(r,t,e=!1){let n=r.length,o=hi(t),s=ao(t);if(n<16||n<s||n>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+n);let i=e?ye(r):Gt(r),a=V(i,t-nt)+nt;return e?Ke(a,o):be(a,o)}var pi=BigInt(0),ho=BigInt(1);function co(r,t){let e=t.negate();return r?e:t}function yi(r,t){if(!Number.isSafeInteger(r)||r<=0||r>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+r)}function uo(r,t){yi(r,t);let e=Math.ceil(t/r)+1,n=2**(r-1),o=2**r,s=ge(r),i=BigInt(r);return{windows:e,windowSize:n,mask:s,maxNumber:o,shiftBy:i}}function mi(r,t,e){let{windowSize:n,mask:o,maxNumber:s,shiftBy:i}=e,a=Number(r&o),c=r>>i;a>n&&(a-=s,c+=ho);let f=t*n,u=f+Math.abs(a)-1,l=a===0,d=a<0,x=t%2!==0;return{nextN:c,offset:u,isZero:l,isNeg:d,isNegF:x,offsetF:f}}function Su(r,t){if(!Array.isArray(r))throw new Error("array expected");r.forEach((e,n)=>{if(!(e instanceof t))throw new Error("invalid point at index "+n)})}function vu(r,t){if(!Array.isArray(r))throw new Error("array of scalars expected");r.forEach((e,n)=>{if(!t.isValid(e))throw new Error("invalid scalar at index "+n)})}var fo=new WeakMap,bi=new WeakMap;function lo(r){return bi.get(r)||1}function Or(r,t){return{constTimeNegate:co,hasPrecomputes(e){return lo(e)!==1},unsafeLadder(e,n,o=r.ZERO){let s=e;for(;n>pi;)n&ho&&(o=o.add(s)),s=s.double(),n>>=ho;return o},precomputeWindow(e,n){let{windows:o,windowSize:s}=uo(n,t),i=[],a=e,c=a;for(let f=0;f<o;f++){c=a,i.push(c);for(let u=1;u<s;u++)c=c.add(a),i.push(c);a=c.double()}return i},wNAF(e,n,o){let s=r.ZERO,i=r.BASE,a=uo(e,t);for(let c=0;c<a.windows;c++){let{nextN:f,offset:u,isZero:l,isNeg:d,isNegF:x,offsetF:E}=mi(o,c,a);o=f,l?i=i.add(co(x,n[E])):s=s.add(co(d,n[u]))}return{p:s,f:i}},wNAFUnsafe(e,n,o,s=r.ZERO){let i=uo(e,t);for(let a=0;a<i.windows&&o!==pi;a++){let{nextN:c,offset:f,isZero:u,isNeg:l}=mi(o,a,i);if(o=c,!u){let d=n[f];s=s.add(l?d.negate():d)}}return s},getPrecomputes(e,n,o){let s=fo.get(n);return s||(s=this.precomputeWindow(n,e),e!==1&&fo.set(n,o(s))),s},wNAFCached(e,n,o){let s=lo(e);return this.wNAF(s,this.getPrecomputes(s,e,o),n)},wNAFCachedUnsafe(e,n,o,s){let i=lo(e);return i===1?this.unsafeLadder(e,n,s):this.wNAFUnsafe(i,this.getPrecomputes(i,e,o),n,s)},setWindowSize(e,n){yi(n,t),bi.set(e,n),fo.delete(e)}}}function qr(r,t,e,n){if(Su(e,r),vu(n,t),e.length!==n.length)throw new Error("arrays of points and scalars must have equal length");let o=r.ZERO,s=ii(BigInt(e.length)),i=s>12?s-3:s>4?s-2:s?2:1,a=ge(i),c=new Array(Number(a)+1).fill(o),f=Math.floor((t.BITS-1)/i)*i,u=o;for(let l=f;l>=0;l-=i){c.fill(o);for(let x=0;x<n.length;x++){let E=n[x],y=Number(E>>BigInt(l)&a);c[y]=c[y].add(e[x])}let d=o;for(let x=c.length-1,E=o;x>0;x--)E=E.add(c[x]),d=d.add(E);if(u=u.add(d),l!==0)for(let x=0;x<i;x++)u=u.double()}return u}function or(r){return so(r.Fp),Zt(r,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...io(r.n,r.nBitLength),...r,p:r.Fp.ORDER})}var Ut=BigInt(0),mt=BigInt(1),gi=BigInt(2),Au=BigInt(8),Iu={zip215:!0};function Bu(r){let t=or(r);return Zt(r,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...t})}function xi(r){let t=Bu(r),{Fp:e,n,prehash:o,hash:s,randomBytes:i,nByteLength:a,h:c}=t,f=gi<<BigInt(a*8)-mt,u=e.create,l=Yt(t.n,t.nBitLength),d=t.uvRatio||((g,m)=>{try{return{isValid:!0,value:e.sqrt(g*e.inv(m))}}catch{return{isValid:!1,value:Ut}}}),x=t.adjustScalarBytes||(g=>g),E=t.domain||((g,m,w)=>{if(Rt("phflag",w),m.length||w)throw new Error("Contexts/pre-hash are not supported");return g});function y(g,m,w=!1){let A=w?mt:Ut;It("coordinate "+g,m,A,f)}function h(g){if(!(g instanceof p))throw new Error("ExtendedPoint expected")}let b=Me((g,m)=>{let{ex:w,ey:A,ez:N}=g,k=g.is0();m==null&&(m=k?Au:e.inv(N));let U=u(w*m),K=u(A*m),M=u(N*m);if(k)return{x:Ut,y:mt};if(M!==mt)throw new Error("invZ was invalid");return{x:U,y:K}}),v=Me(g=>{let{a:m,d:w}=t;if(g.is0())throw new Error("bad point: ZERO");let{ex:A,ey:N,ez:k,et:U}=g,K=u(A*A),M=u(N*N),H=u(k*k),tt=u(H*H),X=u(K*m),it=u(H*u(X+M)),bt=u(tt+u(w*u(K*M)));if(it!==bt)throw new Error("bad point: equation left != right (1)");let ot=u(A*N),ct=u(k*U);if(ot!==ct)throw new Error("bad point: equation left != right (2)");return!0});class p{constructor(m,w,A,N){y("x",m),y("y",w),y("z",A,!0),y("t",N),this.ex=m,this.ey=w,this.ez=A,this.et=N,Object.freeze(this)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(m){if(m instanceof p)throw new Error("extended point not allowed");let{x:w,y:A}=m||{};return y("x",w),y("y",A),new p(w,A,mt,u(w*A))}static normalizeZ(m){let w=Oe(e,m.map(A=>A.ez));return m.map((A,N)=>A.toAffine(w[N])).map(p.fromAffine)}static msm(m,w){return qr(p,l,m,w)}_setWindowSize(m){C.setWindowSize(this,m)}assertValidity(){v(this)}equals(m){h(m);let{ex:w,ey:A,ez:N}=this,{ex:k,ey:U,ez:K}=m,M=u(w*K),H=u(k*N),tt=u(A*K),X=u(U*N);return M===H&&tt===X}is0(){return this.equals(p.ZERO)}negate(){return new p(u(-this.ex),this.ey,this.ez,u(-this.et))}double(){let{a:m}=t,{ex:w,ey:A,ez:N}=this,k=u(w*w),U=u(A*A),K=u(gi*u(N*N)),M=u(m*k),H=w+A,tt=u(u(H*H)-k-U),X=M+U,it=X-K,bt=M-U,ot=u(tt*it),ct=u(X*bt),At=u(tt*bt),Lt=u(it*X);return new p(ot,ct,Lt,At)}add(m){h(m);let{a:w,d:A}=t,{ex:N,ey:k,ez:U,et:K}=this,{ex:M,ey:H,ez:tt,et:X}=m,it=u(N*M),bt=u(k*H),ot=u(K*A*X),ct=u(U*tt),At=u((N+k)*(M+H)-it-bt),Lt=ct-ot,Fe=ct+ot,fs=u(bt-w*it),_a=u(At*Lt),La=u(Fe*fs),Ta=u(At*fs),Da=u(Lt*Fe);return new p(_a,La,Da,Ta)}subtract(m){return this.add(m.negate())}wNAF(m){return C.wNAFCached(this,m,p.normalizeZ)}multiply(m){let w=m;It("scalar",w,mt,n);let{p:A,f:N}=this.wNAF(w);return p.normalizeZ([A,N])[0]}multiplyUnsafe(m,w=p.ZERO){let A=m;return It("scalar",A,Ut,n),A===Ut?P:this.is0()||A===mt?this:C.wNAFCachedUnsafe(this,A,p.normalizeZ,w)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return C.unsafeLadder(this,n).is0()}toAffine(m){return b(this,m)}clearCofactor(){let{h:m}=t;return m===mt?this:this.multiplyUnsafe(m)}static fromHex(m,w=!1){let{d:A,a:N}=t,k=e.BYTES;m=$("pointHex",m,k),Rt("zip215",w);let U=m.slice(),K=m[k-1];U[k-1]=K&-129;let M=ye(U),H=w?f:e.ORDER;It("pointHex.y",M,Ut,H);let tt=u(M*M),X=u(tt-mt),it=u(A*tt-N),{isValid:bt,value:ot}=d(X,it);if(!bt)throw new Error("Point.fromHex: invalid y coordinate");let ct=(ot&mt)===mt,At=(K&128)!==0;if(!w&&ot===Ut&&At)throw new Error("Point.fromHex: x=0 and x_0=1");return At!==ct&&(ot=u(-ot)),p.fromAffine({x:ot,y:M})}static fromPrivateKey(m){let{scalar:w}=T(m);return I.multiply(w)}toRawBytes(){let{x:m,y:w}=this.toAffine(),A=Ke(w,e.BYTES);return A[A.length-1]|=m&mt?128:0,A}toHex(){return oe(this.toRawBytes())}}p.BASE=new p(t.Gx,t.Gy,mt,u(t.Gx*t.Gy)),p.ZERO=new p(Ut,mt,mt,Ut);let{BASE:I,ZERO:P}=p,C=Or(p,a*8);function _(g){return V(g,n)}function L(g){return _(ye(g))}function T(g){let m=e.BYTES;g=$("private key",g,m);let w=$("hashed private key",s(g),2*m),A=x(w.slice(0,m)),N=w.slice(m,2*m),k=L(A);return{head:A,prefix:N,scalar:k}}function F(g){let{head:m,prefix:w,scalar:A}=T(g),N=I.multiply(A),k=N.toRawBytes();return{head:m,prefix:w,scalar:A,point:N,pointBytes:k}}function O(g){return F(g).pointBytes}function R(g=Uint8Array.of(),...m){let w=se(...m);return L(s(E(w,$("context",g),!!o)))}function et(g,m,w={}){g=$("message",g),o&&(g=o(g));let{prefix:A,scalar:N,pointBytes:k}=F(m),U=R(w.context,A,g),K=I.multiply(U).toRawBytes(),M=R(w.context,K,k,g),H=_(U+M*N);It("signature.s",H,Ut,n);let tt=se(K,Ke(H,e.BYTES));return $("result",tt,e.BYTES*2)}let S=Iu;function B(g,m,w,A=S){let{context:N,zip215:k}=A,U=e.BYTES;g=$("signature",g,2*U),m=$("message",m),w=$("publicKey",w,U),k!==void 0&&Rt("zip215",k),o&&(m=o(m));let K=ye(g.slice(U,2*U)),M,H,tt;try{M=p.fromHex(w,k),H=p.fromHex(g.slice(0,U),k),tt=I.multiplyUnsafe(K)}catch{return!1}if(!k&&M.isSmallOrder())return!1;let X=R(N,H.toRawBytes(),M.toRawBytes(),m);return H.add(M.multiplyUnsafe(X)).subtract(tt).clearCofactor().equals(p.ZERO)}return I._setWindowSize(8),{CURVE:t,getPublicKey:O,sign:et,verify:B,ExtendedPoint:p,utils:{getExtendedPublicKey:F,randomPrivateKey:()=>i(e.BYTES),precompute(g=8,m=p.BASE){return m._setWindowSize(g),m.multiply(BigInt(3)),m}}}}var po=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),wi=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),ed=BigInt(0),_u=BigInt(1),Ei=BigInt(2),rd=BigInt(3),Lu=BigInt(5),Tu=BigInt(8);function Du(r){let t=BigInt(10),e=BigInt(20),n=BigInt(40),o=BigInt(80),s=po,a=r*r%s*r%s,c=Z(a,Ei,s)*a%s,f=Z(c,_u,s)*r%s,u=Z(f,Lu,s)*f%s,l=Z(u,t,s)*u%s,d=Z(l,e,s)*l%s,x=Z(d,n,s)*d%s,E=Z(x,o,s)*x%s,y=Z(E,o,s)*x%s,h=Z(y,t,s)*u%s;return{pow_p_5_8:Z(h,Ei,s)*r%s,b2:a}}function Pu(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}function Cu(r,t){let e=po,n=V(t*t*t,e),o=V(n*n*t,e),s=Du(r*o).pow_p_5_8,i=V(r*n*s,e),a=V(t*i*i,e),c=i,f=V(i*wi,e),u=a===r,l=a===V(-r,e),d=a===V(-r*wi,e);return u&&(i=c),(l||d)&&(i=f),li(i,e)&&(i=V(-i,e)),{isValid:u||l,value:i}}var Si=Yt(po,void 0,!0),Nu={a:Si.create(BigInt(-1)),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:Si,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:Tu,Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:ei,randomBytes:Ue,adjustScalarBytes:Pu,uvRatio:Cu},vi=xi(Nu);var Hr=32;function Ai(r,t,e){return vi.verify(t,e instanceof Uint8Array?e:e.subarray(),r)}var Vr=class{type="Ed25519";raw;constructor(t){this.raw=mo(t,Hr)}toMultihash(){return Dt.digest(Ht(this))}toCID(){return ut.createV1(114,this.toMultihash())}toString(){return W.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:xt(this.raw,t.raw)}verify(t,e){return Ai(this.raw,e,t)}};function yo(r){return r=mo(r,Hr),new Vr(r)}function mo(r,t){if(r=Uint8Array.from(r??[]),r.length!==t)throw new Y(`Key must be a Uint8Array of length ${t}, got ${r.length}`);return r}var Ru=Math.pow(2,7),Uu=Math.pow(2,14),Ku=Math.pow(2,21),bo=Math.pow(2,28),go=Math.pow(2,35),xo=Math.pow(2,42),wo=Math.pow(2,49),q=128,lt=127;function Ct(r){if(r<Ru)return 1;if(r<Uu)return 2;if(r<Ku)return 3;if(r<bo)return 4;if(r<go)return 5;if(r<xo)return 6;if(r<wo)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Eo(r,t,e=0){switch(Ct(r)){case 8:t[e++]=r&255|q,r/=128;case 7:t[e++]=r&255|q,r/=128;case 6:t[e++]=r&255|q,r/=128;case 5:t[e++]=r&255|q,r/=128;case 4:t[e++]=r&255|q,r>>>=7;case 3:t[e++]=r&255|q,r>>>=7;case 2:t[e++]=r&255|q,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Mu(r,t,e=0){switch(Ct(r)){case 8:t.set(e++,r&255|q),r/=128;case 7:t.set(e++,r&255|q),r/=128;case 6:t.set(e++,r&255|q),r/=128;case 5:t.set(e++,r&255|q),r/=128;case 4:t.set(e++,r&255|q),r>>>=7;case 3:t.set(e++,r&255|q),r>>>=7;case 2:t.set(e++,r&255|q),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function So(r,t){let e=r[t],n=0;if(n+=e&lt,e<q||(e=r[t+1],n+=(e&lt)<<7,e<q)||(e=r[t+2],n+=(e&lt)<<14,e<q)||(e=r[t+3],n+=(e&lt)<<21,e<q)||(e=r[t+4],n+=(e&lt)*bo,e<q)||(e=r[t+5],n+=(e&lt)*go,e<q)||(e=r[t+6],n+=(e&lt)*xo,e<q)||(e=r[t+7],n+=(e&lt)*wo,e<q))return n;throw new RangeError("Could not decode varint")}function Ou(r,t){let e=r.get(t),n=0;if(n+=e&lt,e<q||(e=r.get(t+1),n+=(e&lt)<<7,e<q)||(e=r.get(t+2),n+=(e&lt)<<14,e<q)||(e=r.get(t+3),n+=(e&lt)<<21,e<q)||(e=r.get(t+4),n+=(e&lt)*bo,e<q)||(e=r.get(t+5),n+=(e&lt)*go,e<q)||(e=r.get(t+6),n+=(e&lt)*xo,e<q)||(e=r.get(t+7),n+=(e&lt)*wo,e<q))return n;throw new RangeError("Could not decode varint")}function Bi(r,t,e=0){return t==null&&(t=ft(Ct(r))),t instanceof Uint8Array?Eo(r,t,e):Mu(r,t,e)}function _i(r,t=0){return r instanceof Uint8Array?So(r,t):Ou(r,t)}var vo=new Float32Array([-0]),ie=new Uint8Array(vo.buffer);function Ti(r,t,e){vo[0]=r,t[e]=ie[0],t[e+1]=ie[1],t[e+2]=ie[2],t[e+3]=ie[3]}function Di(r,t){return ie[0]=r[t],ie[1]=r[t+1],ie[2]=r[t+2],ie[3]=r[t+3],vo[0]}var Ao=new Float64Array([-0]),ht=new Uint8Array(Ao.buffer);function Pi(r,t,e){Ao[0]=r,t[e]=ht[0],t[e+1]=ht[1],t[e+2]=ht[2],t[e+3]=ht[3],t[e+4]=ht[4],t[e+5]=ht[5],t[e+6]=ht[6],t[e+7]=ht[7]}function Ci(r,t){return ht[0]=r[t],ht[1]=r[t+1],ht[2]=r[t+2],ht[3]=r[t+3],ht[4]=r[t+4],ht[5]=r[t+5],ht[6]=r[t+6],ht[7]=r[t+7],Ao[0]}var qu=BigInt(Number.MAX_SAFE_INTEGER),Hu=BigInt(Number.MIN_SAFE_INTEGER),Bt=class r{lo;hi;constructor(t,e){this.lo=t|0,this.hi=e|0}toNumber(t=!1){if(!t&&this.hi>>>31>0){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(e+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(t=!1){if(t)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(BigInt(e)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(t=!1){return this.toBigInt(t).toString()}zzEncode(){let t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this}zzDecode(){let t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this}length(){let t=this.lo,e=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?e===0?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:n<128?9:10}static fromBigInt(t){if(t===0n)return we;if(t<qu&&t>Hu)return this.fromNumber(Number(t));let e=t<0n;e&&(t=-t);let n=t>>32n,o=t-(n<<32n);return e&&(n=~n|0n,o=~o|0n,++o>Ni&&(o=0n,++n>Ni&&(n=0n))),new r(Number(o),Number(n))}static fromNumber(t){if(t===0)return we;let e=t<0;e&&(t=-t);let n=t>>>0,o=(t-n)/4294967296>>>0;return e&&(o=~o>>>0,n=~n>>>0,++n>4294967295&&(n=0,++o>4294967295&&(o=0))),new r(n,o)}static from(t){return typeof t=="number"?r.fromNumber(t):typeof t=="bigint"?r.fromBigInt(t):typeof t=="string"?r.fromBigInt(BigInt(t)):t.low!=null||t.high!=null?new r(t.low>>>0,t.high>>>0):we}},we=new Bt(0,0);we.toBigInt=function(){return 0n};we.zzEncode=we.zzDecode=function(){return this};we.length=function(){return 1};var Ni=4294967296n;function ki(r){let t=0,e=0;for(let n=0;n<r.length;++n)e=r.charCodeAt(n),e<128?t+=1:e<2048?t+=2:(e&64512)===55296&&(r.charCodeAt(n+1)&64512)===56320?(++n,t+=4):t+=3;return t}function Ri(r,t,e){if(e-t<1)return"";let o,s=[],i=0,a;for(;t<e;)a=r[t++],a<128?s[i++]=a:a>191&&a<224?s[i++]=(a&31)<<6|r[t++]&63:a>239&&a<365?(a=((a&7)<<18|(r[t++]&63)<<12|(r[t++]&63)<<6|r[t++]&63)-65536,s[i++]=55296+(a>>10),s[i++]=56320+(a&1023)):s[i++]=(a&15)<<12|(r[t++]&63)<<6|r[t++]&63,i>8191&&((o??(o=[])).push(String.fromCharCode.apply(String,s)),i=0);return o!=null?(i>0&&o.push(String.fromCharCode.apply(String,s.slice(0,i))),o.join("")):String.fromCharCode.apply(String,s.slice(0,i))}function Io(r,t,e){let n=e,o,s;for(let i=0;i<r.length;++i)o=r.charCodeAt(i),o<128?t[e++]=o:o<2048?(t[e++]=o>>6|192,t[e++]=o&63|128):(o&64512)===55296&&((s=r.charCodeAt(i+1))&64512)===56320?(o=65536+((o&1023)<<10)+(s&1023),++i,t[e++]=o>>18|240,t[e++]=o>>12&63|128,t[e++]=o>>6&63|128,t[e++]=o&63|128):(t[e++]=o>>12|224,t[e++]=o>>6&63|128,t[e++]=o&63|128);return e-n}function Nt(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function zr(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var Bo=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,Nt(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 Nt(this,4);return zr(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw Nt(this,4);return zr(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw Nt(this,4);let t=Di(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw Nt(this,4);let t=Ci(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),e=this.pos,n=this.pos+t;if(n>this.len)throw Nt(this,t);return this.pos+=t,e===n?new Uint8Array(0):this.buf.subarray(e,n)}string(){let t=this.bytes();return Ri(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw Nt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw Nt(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 Bt(0,0),e=0;if(this.len-this.pos>4){for(;e<4;++e)if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t;if(t.lo=(t.lo|(this.buf[this.pos]&127)<<28)>>>0,t.hi=(t.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return t;e=0}else{for(;e<3;++e){if(this.pos>=this.len)throw Nt(this);if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(this.buf[this.pos++]&127)<<e*7)>>>0,t}if(this.len-this.pos>4){for(;e<5;++e)if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}else for(;e<5;++e){if(this.pos>=this.len)throw Nt(this);if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw Nt(this,8);let t=zr(this.buf,this.pos+=4),e=zr(this.buf,this.pos+=4);return new Bt(t,e)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let t=So(this.buf,this.pos);return this.pos+=Ct(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 _o(r){return new Bo(r instanceof Uint8Array?r:r.subarray())}function Et(r,t,e){let n=_o(r);return t.decode(n,void 0,e)}function Lo(r){let t=r??8192,e=t>>>1,n,o=t;return function(i){if(i<1||i>e)return ft(i);o+i>t&&(n=ft(t),o=0);let a=n.subarray(o,o+=i);return(o&7)!==0&&(o=(o|7)+1),a}}var Ee=class{fn;len;next;val;constructor(t,e,n){this.fn=t,this.len=e,this.next=void 0,this.val=n}};function To(){}var Po=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},Vu=Lo();function zu(r){return globalThis.Buffer!=null?ft(r):Vu(r)}var ir=class{len;head;tail;states;constructor(){this.len=0,this.head=new Ee(To,0,0),this.tail=this.head,this.states=null}_push(t,e,n){return this.tail=this.tail.next=new Ee(t,e,n),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new Co((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(Fr,10,Bt.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=Bt.fromBigInt(t);return this._push(Fr,e.length(),e)}uint64Number(t){return this._push(Eo,Ct(t),t)}uint64String(t){return this.uint64(BigInt(t))}int64(t){return this.uint64(t)}int64Number(t){return this.uint64Number(t)}int64String(t){return this.uint64String(t)}sint64(t){let e=Bt.fromBigInt(t).zzEncode();return this._push(Fr,e.length(),e)}sint64Number(t){let e=Bt.fromNumber(t).zzEncode();return this._push(Fr,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(Do,1,t?1:0)}fixed32(t){return this._push(sr,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=Bt.fromBigInt(t);return this._push(sr,4,e.lo)._push(sr,4,e.hi)}fixed64Number(t){let e=Bt.fromNumber(t);return this._push(sr,4,e.lo)._push(sr,4,e.hi)}fixed64String(t){return this.fixed64(BigInt(t))}sfixed64(t){return this.fixed64(t)}sfixed64Number(t){return this.fixed64Number(t)}sfixed64String(t){return this.fixed64String(t)}float(t){return this._push(Ti,4,t)}double(t){return this._push(Pi,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(Do,1,0):this.uint32(e)._push(Gu,e,t)}string(t){let e=ki(t);return e!==0?this.uint32(e)._push(Io,e,t):this._push(Do,1,0)}fork(){return this.states=new Po(this),this.head=this.tail=new Ee(To,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 Ee(To,0,0),this.len=0),this}ldelim(){let t=this.head,e=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=t.next,this.tail=e,this.len+=n),this}finish(){let t=this.head.next,e=zu(this.len),n=0;for(;t!=null;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e}};function Do(r,t,e){t[e]=r&255}function Fu(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var Co=class extends Ee{next;constructor(t,e){super(Fu,t,e),this.next=void 0}};function Fr(r,t,e){for(;r.hi!==0;)t[e++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)t[e++]=r.lo&127|128,r.lo=r.lo>>>7;t[e++]=r.lo}function sr(r,t,e){t[e]=r&255,t[e+1]=r>>>8&255,t[e+2]=r>>>16&255,t[e+3]=r>>>24}function Gu(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(ir.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(Zu,t,r),this},ir.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(Yu,t,r),this});function Zu(r,t,e){t.set(r,e)}function Yu(r,t,e){r.length<40?Io(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(G(r),e)}function No(){return new ir}function St(r,t){let e=No();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}var qe;(function(r){r[r.VARINT=0]="VARINT",r[r.BIT64=1]="BIT64",r[r.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",r[r.START_GROUP=3]="START_GROUP",r[r.END_GROUP=4]="END_GROUP",r[r.BIT32=5]="BIT32"})(qe||(qe={}));function Gr(r,t,e,n){return{name:r,type:t,encode:e,decode:n}}function ko(r){function t(o){if(r[o.toString()]==null)throw new Error("Invalid enum value");return r[o]}let e=function(s,i){let a=t(s);i.int32(a)},n=function(s){let i=s.int32();return t(i)};return Gr("enum",qe.VARINT,e,n)}function vt(r,t){return Gr("message",qe.LENGTH_DELIMITED,r,t)}var _t=class extends Error{code="ERR_MAX_LENGTH";name="MaxLengthError"};var Q;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.secp256k1="secp256k1",r.ECDSA="ECDSA"})(Q||(Q={}));var Ro;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.secp256k1=2]="secp256k1",r[r.ECDSA=3]="ECDSA"})(Ro||(Ro={}));(function(r){r.codec=()=>ko(Ro)})(Q||(Q={}));var Kt;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),Q.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.Type=Q.codec().decode(e);break}case 2:{s.Data=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(Kt||(Kt={}));var Uo;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),Q.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.Type=Q.codec().decode(e);break}case 2:{s.Data=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(Uo||(Uo={}));function Zr(r){if(isNaN(r)||r<=0)throw new Y("random bytes length must be a Number bigger than 0");return Ue(r)}var ar=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}},Yr=class extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}};var Mi={get(r=globalThis){let t=r.crypto;if(t?.subtle==null)throw new Yr("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 ae=Mi;var ur={};gt(ur,{MAX_RSA_KEY_SIZE:()=>Ko,generateRSAKeyPair:()=>Vi,jwkToJWKKeyPair:()=>zi,jwkToPkcs1:()=>Xu,jwkToPkix:()=>Ho,jwkToRSAPrivateKey:()=>Go,pkcs1MessageToJwk:()=>Oo,pkcs1MessageToRSAPrivateKey:()=>Vo,pkcs1ToJwk:()=>ju,pkcs1ToRSAPrivateKey:()=>Hi,pkixMessageToJwk:()=>qo,pkixMessageToRSAPublicKey:()=>Fo,pkixToJwk:()=>Ju,pkixToRSAPublicKey:()=>zo});var Wr=Ur;var He=class{type="RSA";jwk;_raw;_multihash;constructor(t,e){this.jwk=t,this._multihash=e}get raw(){return this._raw==null&&(this._raw=ur.jwkToPkix(this.jwk)),this._raw}toMultihash(){return this._multihash}toCID(){return ut.createV1(114,this._multihash)}toString(){return W.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:xt(this.raw,t.raw)}verify(t,e){return qi(this.jwk,e,t)}},cr=class{type="RSA";jwk;_raw;publicKey;constructor(t,e){this.jwk=t,this.publicKey=e}get raw(){return this._raw==null&&(this._raw=ur.jwkToPkcs1(this.jwk)),this._raw}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:xt(this.raw,t.raw)}sign(t){return Oi(this.jwk,t)}};var Ko=8192,Mo=18,Wu=1062,$u=Uint8Array.from([48,13,6,9,42,134,72,134,247,13,1,1,1,5,0]);function ju(r){let t=qt(r);return Oo(t)}function Oo(r){return{n:z(r[1],"base64url"),e:z(r[2],"base64url"),d:z(r[3],"base64url"),p:z(r[4],"base64url"),q:z(r[5],"base64url"),dp:z(r[6],"base64url"),dq:z(r[7],"base64url"),qi:z(r[8],"base64url"),kty:"RSA"}}function Xu(r){if(r.n==null||r.e==null||r.d==null||r.p==null||r.q==null||r.dp==null||r.dq==null||r.qi==null)throw new Y("JWK was missing components");return te([wt(Uint8Array.from([0])),wt(G(r.n,"base64url")),wt(G(r.e,"base64url")),wt(G(r.d,"base64url")),wt(G(r.p,"base64url")),wt(G(r.q,"base64url")),wt(G(r.dp,"base64url")),wt(G(r.dq,"base64url")),wt(G(r.qi,"base64url"))]).subarray()}function Ju(r){let t=qt(r,{offset:0});return qo(t)}function qo(r){let t=qt(r[1],{offset:0});return{kty:"RSA",n:z(t[0],"base64url"),e:z(t[1],"base64url")}}function Ho(r){if(r.n==null||r.e==null)throw new Y("JWK was missing components");return te([$u,Pr(te([wt(G(r.n,"base64url")),wt(G(r.e,"base64url"))]))]).subarray()}function Hi(r){let t=qt(r);return Vo(t)}function Vo(r){let t=Oo(r);return Go(t)}function zo(r,t){if(r.byteLength>=Wu)throw new Be("Key size is too large");let e=qt(r,{offset:0});return Fo(e,r,t)}function Fo(r,t,e){let n=qo(r);if(e==null){let o=Wr(Kt.encode({Type:Q.RSA,Data:t}));e=Tt(Mo,o)}return new He(n,e)}function Go(r){if(Gi(r)>Ko)throw new Y("Key size is too large");let t=zi(r),e=Wr(Kt.encode({Type:Q.RSA,Data:Ho(t.publicKey)})),n=Tt(Mo,e);return new cr(t.privateKey,new He(t.publicKey,n))}async function Vi(r){if(r>Ko)throw new Y("Key size is too large");let t=await Fi(r),e=Wr(Kt.encode({Type:Q.RSA,Data:Ho(t.publicKey)})),n=Tt(Mo,e);return new cr(t.privateKey,new He(t.publicKey,n))}function zi(r){if(r==null)throw new Y("Missing key parameter");return{privateKey:r,publicKey:{kty:r.kty,n:r.n,e:r.e}}}async function Fi(r){let t=await ae.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:r,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]),e=await Qu(t);return{privateKey:e[0],publicKey:e[1]}}async function Oi(r,t){let e=await ae.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await ae.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},e,t instanceof Uint8Array?t:t.subarray());return new Uint8Array(n,0,n.byteLength)}async function qi(r,t,e){let n=await ae.get().subtle.importKey("jwk",r,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return ae.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,t,e instanceof Uint8Array?e:e.subarray())}async function Qu(r){if(r.privateKey==null||r.publicKey==null)throw new Y("Private and public key are required");return Promise.all([ae.get().subtle.exportKey("jwk",r.privateKey),ae.get().subtle.exportKey("jwk",r.publicKey)])}function Gi(r){if(r.kty!=="RSA")throw new Y("invalid key type");if(r.n==null)throw new Y("invalid key modulus");return G(r.n,"base64url").length*8}var $r=class extends ke{constructor(t,e){super(),this.finished=!1,this.destroyed=!1,Hs(t);let n=Je(e);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let o=this.blockLen,s=new Uint8Array(o);s.set(n.length>o?t.create().update(n).digest():n);for(let i=0;i<s.length;i++)s[i]^=54;this.iHash.update(s),this.oHash=t.create();for(let i=0;i<s.length;i++)s[i]^=106;this.oHash.update(s),Vt(s)}update(t){return Re(this),this.iHash.update(t),this}digestInto(t){Re(this),he(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:e,iHash:n,finished:o,destroyed:s,blockLen:i,outputLen:a}=this;return t=t,t.finished=o,t.destroyed=s,t.blockLen=i,t.outputLen=a,t.oHash=e._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},Zo=(r,t,e)=>new $r(r,t).update(e).digest();Zo.create=(r,t)=>new $r(r,t);function Zi(r){r.lowS!==void 0&&Rt("lowS",r.lowS),r.prehash!==void 0&&Rt("prehash",r.prehash)}function tf(r){let t=or(r);Zt(t,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:e,Fp:n,a:o}=t;if(e){if(!n.eql(o,n.ZERO))throw new Error("invalid endomorphism, can only be defined for Koblitz curves that have a=0");if(typeof e!="object"||typeof e.beta!="bigint"||typeof e.splitScalar!="function")throw new Error("invalid endomorphism, expected beta: bigint and splitScalar: function")}return Object.freeze({...t})}var Yo=class extends Error{constructor(t=""){super(t)}},Wt={Err:Yo,_tlv:{encode:(r,t)=>{let{Err:e}=Wt;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length&1)throw new e("tlv.encode: unpadded data");let n=t.length/2,o=rr(n);if(o.length/2&128)throw new e("tlv.encode: long form length too big");let s=n>127?rr(o.length/2|128):"";return rr(r)+s+o+t},decode(r,t){let{Err:e}=Wt,n=0;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length<2||t[n++]!==r)throw new e("tlv.decode: wrong tlv");let o=t[n++],s=!!(o&128),i=0;if(!s)i=o;else{let c=o&127;if(!c)throw new e("tlv.decode(long): indefinite length not supported");if(c>4)throw new e("tlv.decode(long): byte length is too big");let f=t.subarray(n,n+c);if(f.length!==c)throw new e("tlv.decode: length bytes not complete");if(f[0]===0)throw new e("tlv.decode(long): zero leftmost byte");for(let u of f)i=i<<8|u;if(n+=c,i<128)throw new e("tlv.decode(long): not minimal encoding")}let a=t.subarray(n,n+i);if(a.length!==i)throw new e("tlv.decode: wrong value length");return{v:a,l:t.subarray(n+i)}}},_int:{encode(r){let{Err:t}=Wt;if(r<$t)throw new t("integer: negative integers are not allowed");let e=rr(r);if(Number.parseInt(e[0],16)&8&&(e="00"+e),e.length&1)throw new t("unexpected DER parsing assertion: unpadded hex");return e},decode(r){let{Err:t}=Wt;if(r[0]&128)throw new t("invalid signature integer: negative");if(r[0]===0&&!(r[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return Gt(r)}},toSig(r){let{Err:t,_int:e,_tlv:n}=Wt,o=$("signature",r),{v:s,l:i}=n.decode(48,o);if(i.length)throw new t("invalid signature: left bytes after parsing");let{v:a,l:c}=n.decode(2,s),{v:f,l:u}=n.decode(2,c);if(u.length)throw new t("invalid signature: left bytes after parsing");return{r:e.decode(a),s:e.decode(f)}},hexFromSig(r){let{_tlv:t,_int:e}=Wt,n=t.encode(2,e.encode(r.r)),o=t.encode(2,e.encode(r.s)),s=n+o;return t.encode(48,s)}},$t=BigInt(0),st=BigInt(1),kp=BigInt(2),Yi=BigInt(3),Rp=BigInt(4);function ef(r){let t=tf(r),{Fp:e}=t,n=Yt(t.n,t.nBitLength),o=t.toBytes||((y,h,b)=>{let v=h.toAffine();return se(Uint8Array.from([4]),e.toBytes(v.x),e.toBytes(v.y))}),s=t.fromBytes||(y=>{let h=y.subarray(1),b=e.fromBytes(h.subarray(0,e.BYTES)),v=e.fromBytes(h.subarray(e.BYTES,2*e.BYTES));return{x:b,y:v}});function i(y){let{a:h,b}=t,v=e.sqr(y),p=e.mul(v,y);return e.add(e.add(p,e.mul(y,h)),b)}if(!e.eql(e.sqr(t.Gy),i(t.Gx)))throw new Error("bad generator point: equation left != right");function a(y){return Kr(y,st,t.n)}function c(y){let{allowedPrivateKeyLengths:h,nByteLength:b,wrapPrivateKey:v,n:p}=t;if(h&&typeof y!="bigint"){if(me(y)&&(y=oe(y)),typeof y!="string"||!h.includes(y.length))throw new Error("invalid private key");y=y.padStart(b*2,"0")}let I;try{I=typeof y=="bigint"?y:Gt($("private key",y,b))}catch{throw new Error("invalid private key, expected hex or "+b+" bytes, got "+typeof y)}return v&&(I=V(I,p)),It("private key",I,st,p),I}function f(y){if(!(y instanceof d))throw new Error("ProjectivePoint expected")}let u=Me((y,h)=>{let{px:b,py:v,pz:p}=y;if(e.eql(p,e.ONE))return{x:b,y:v};let I=y.is0();h==null&&(h=I?e.ONE:e.inv(p));let P=e.mul(b,h),C=e.mul(v,h),_=e.mul(p,h);if(I)return{x:e.ZERO,y:e.ZERO};if(!e.eql(_,e.ONE))throw new Error("invZ was invalid");return{x:P,y:C}}),l=Me(y=>{if(y.is0()){if(t.allowInfinityPoint&&!e.is0(y.py))return;throw new Error("bad point: ZERO")}let{x:h,y:b}=y.toAffine();if(!e.isValid(h)||!e.isValid(b))throw new Error("bad point: x or y not FE");let v=e.sqr(b),p=i(h);if(!e.eql(v,p))throw new Error("bad point: equation left != right");if(!y.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class d{constructor(h,b,v){if(h==null||!e.isValid(h))throw new Error("x required");if(b==null||!e.isValid(b)||e.is0(b))throw new Error("y required");if(v==null||!e.isValid(v))throw new Error("z required");this.px=h,this.py=b,this.pz=v,Object.freeze(this)}static fromAffine(h){let{x:b,y:v}=h||{};if(!h||!e.isValid(b)||!e.isValid(v))throw new Error("invalid affine point");if(h instanceof d)throw new Error("projective point not allowed");let p=I=>e.eql(I,e.ZERO);return p(b)&&p(v)?d.ZERO:new d(b,v,e.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(h){let b=Oe(e,h.map(v=>v.pz));return h.map((v,p)=>v.toAffine(b[p])).map(d.fromAffine)}static fromHex(h){let b=d.fromAffine(s($("pointHex",h)));return b.assertValidity(),b}static fromPrivateKey(h){return d.BASE.multiply(c(h))}static msm(h,b){return qr(d,n,h,b)}_setWindowSize(h){E.setWindowSize(this,h)}assertValidity(){l(this)}hasEvenY(){let{y:h}=this.toAffine();if(e.isOdd)return!e.isOdd(h);throw new Error("Field doesn't support isOdd")}equals(h){f(h);let{px:b,py:v,pz:p}=this,{px:I,py:P,pz:C}=h,_=e.eql(e.mul(b,C),e.mul(I,p)),L=e.eql(e.mul(v,C),e.mul(P,p));return _&&L}negate(){return new d(this.px,e.neg(this.py),this.pz)}double(){let{a:h,b}=t,v=e.mul(b,Yi),{px:p,py:I,pz:P}=this,C=e.ZERO,_=e.ZERO,L=e.ZERO,T=e.mul(p,p),F=e.mul(I,I),O=e.mul(P,P),R=e.mul(p,I);return R=e.add(R,R),L=e.mul(p,P),L=e.add(L,L),C=e.mul(h,L),_=e.mul(v,O),_=e.add(C,_),C=e.sub(F,_),_=e.add(F,_),_=e.mul(C,_),C=e.mul(R,C),L=e.mul(v,L),O=e.mul(h,O),R=e.sub(T,O),R=e.mul(h,R),R=e.add(R,L),L=e.add(T,T),T=e.add(L,T),T=e.add(T,O),T=e.mul(T,R),_=e.add(_,T),O=e.mul(I,P),O=e.add(O,O),T=e.mul(O,R),C=e.sub(C,T),L=e.mul(O,F),L=e.add(L,L),L=e.add(L,L),new d(C,_,L)}add(h){f(h);let{px:b,py:v,pz:p}=this,{px:I,py:P,pz:C}=h,_=e.ZERO,L=e.ZERO,T=e.ZERO,F=t.a,O=e.mul(t.b,Yi),R=e.mul(b,I),et=e.mul(v,P),S=e.mul(p,C),B=e.add(b,v),D=e.add(I,P);B=e.mul(B,D),D=e.add(R,et),B=e.sub(B,D),D=e.add(b,p);let g=e.add(I,C);return D=e.mul(D,g),g=e.add(R,S),D=e.sub(D,g),g=e.add(v,p),_=e.add(P,C),g=e.mul(g,_),_=e.add(et,S),g=e.sub(g,_),T=e.mul(F,D),_=e.mul(O,S),T=e.add(_,T),_=e.sub(et,T),T=e.add(et,T),L=e.mul(_,T),et=e.add(R,R),et=e.add(et,R),S=e.mul(F,S),D=e.mul(O,D),et=e.add(et,S),S=e.sub(R,S),S=e.mul(F,S),D=e.add(D,S),R=e.mul(et,D),L=e.add(L,R),R=e.mul(g,D),_=e.mul(B,_),_=e.sub(_,R),R=e.mul(B,et),T=e.mul(g,T),T=e.add(T,R),new d(_,L,T)}subtract(h){return this.add(h.negate())}is0(){return this.equals(d.ZERO)}wNAF(h){return E.wNAFCached(this,h,d.normalizeZ)}multiplyUnsafe(h){let{endo:b,n:v}=t;It("scalar",h,$t,v);let p=d.ZERO;if(h===$t)return p;if(this.is0()||h===st)return this;if(!b||E.hasPrecomputes(this))return E.wNAFCachedUnsafe(this,h,d.normalizeZ);let{k1neg:I,k1:P,k2neg:C,k2:_}=b.splitScalar(h),L=p,T=p,F=this;for(;P>$t||_>$t;)P&st&&(L=L.add(F)),_&st&&(T=T.add(F)),F=F.double(),P>>=st,_>>=st;return I&&(L=L.negate()),C&&(T=T.negate()),T=new d(e.mul(T.px,b.beta),T.py,T.pz),L.add(T)}multiply(h){let{endo:b,n:v}=t;It("scalar",h,st,v);let p,I;if(b){let{k1neg:P,k1:C,k2neg:_,k2:L}=b.splitScalar(h),{p:T,f:F}=this.wNAF(C),{p:O,f:R}=this.wNAF(L);T=E.constTimeNegate(P,T),O=E.constTimeNegate(_,O),O=new d(e.mul(O.px,b.beta),O.py,O.pz),p=T.add(O),I=F.add(R)}else{let{p:P,f:C}=this.wNAF(h);p=P,I=C}return d.normalizeZ([p,I])[0]}multiplyAndAddUnsafe(h,b,v){let p=d.BASE,I=(C,_)=>_===$t||_===st||!C.equals(p)?C.multiplyUnsafe(_):C.multiply(_),P=I(this,b).add(I(h,v));return P.is0()?void 0:P}toAffine(h){return u(this,h)}isTorsionFree(){let{h,isTorsionFree:b}=t;if(h===st)return!0;if(b)return b(d,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h,clearCofactor:b}=t;return h===st?this:b?b(d,this):this.multiplyUnsafe(t.h)}toRawBytes(h=!0){return Rt("isCompressed",h),this.assertValidity(),o(d,this,h)}toHex(h=!0){return Rt("isCompressed",h),oe(this.toRawBytes(h))}}d.BASE=new d(t.Gx,t.Gy,e.ONE),d.ZERO=new d(e.ZERO,e.ONE,e.ZERO);let x=t.nBitLength,E=Or(d,t.endo?Math.ceil(x/2):x);return{CURVE:t,ProjectivePoint:d,normPrivateKeyToScalar:c,weierstrassEquation:i,isWithinCurveOrder:a}}function rf(r){let t=or(r);return Zt(t,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...t})}function Wi(r){let t=rf(r),{Fp:e,n}=t,o=e.BYTES+1,s=2*e.BYTES+1;function i(S){return V(S,n)}function a(S){return Mr(S,n)}let{ProjectivePoint:c,normPrivateKeyToScalar:f,weierstrassEquation:u,isWithinCurveOrder:l}=ef({...t,toBytes(S,B,D){let g=B.toAffine(),m=e.toBytes(g.x),w=se;return Rt("isCompressed",D),D?w(Uint8Array.from([B.hasEvenY()?2:3]),m):w(Uint8Array.from([4]),m,e.toBytes(g.y))},fromBytes(S){let B=S.length,D=S[0],g=S.subarray(1);if(B===o&&(D===2||D===3)){let m=Gt(g);if(!Kr(m,st,e.ORDER))throw new Error("Point is not on curve");let w=u(m),A;try{A=e.sqrt(w)}catch(U){let K=U instanceof Error?": "+U.message:"";throw new Error("Point is not on curve"+K)}let N=(A&st)===st;return(D&1)===1!==N&&(A=e.neg(A)),{x:m,y:A}}else if(B===s&&D===4){let m=e.fromBytes(g.subarray(0,e.BYTES)),w=e.fromBytes(g.subarray(e.BYTES,2*e.BYTES));return{x:m,y:w}}else{let m=o,w=s;throw new Error("invalid Point, expected length of "+m+", or uncompressed "+w+", got "+B)}}}),d=S=>oe(be(S,t.nByteLength));function x(S){let B=n>>st;return S>B}function E(S){return x(S)?i(-S):S}let y=(S,B,D)=>Gt(S.slice(B,D));class h{constructor(B,D,g){It("r",B,st,n),It("s",D,st,n),this.r=B,this.s=D,g!=null&&(this.recovery=g),Object.freeze(this)}static fromCompact(B){let D=t.nByteLength;return B=$("compactSignature",B,D*2),new h(y(B,0,D),y(B,D,2*D))}static fromDER(B){let{r:D,s:g}=Wt.toSig($("DER",B));return new h(D,g)}assertValidity(){}addRecoveryBit(B){return new h(this.r,this.s,B)}recoverPublicKey(B){let{r:D,s:g,recovery:m}=this,w=C($("msgHash",B));if(m==null||![0,1,2,3].includes(m))throw new Error("recovery id invalid");let A=m===2||m===3?D+t.n:D;if(A>=e.ORDER)throw new Error("recovery id 2 or 3 invalid");let N=(m&1)===0?"02":"03",k=c.fromHex(N+d(A)),U=a(A),K=i(-w*U),M=i(g*U),H=c.BASE.multiplyAndAddUnsafe(k,K,M);if(!H)throw new Error("point at infinify");return H.assertValidity(),H}hasHighS(){return x(this.s)}normalizeS(){return this.hasHighS()?new h(this.r,i(-this.s),this.recovery):this}toDERRawBytes(){return nr(this.toDERHex())}toDERHex(){return Wt.hexFromSig(this)}toCompactRawBytes(){return nr(this.toCompactHex())}toCompactHex(){return d(this.r)+d(this.s)}}let b={isValidPrivateKey(S){try{return f(S),!0}catch{return!1}},normPrivateKeyToScalar:f,randomPrivateKey:()=>{let S=ao(t.n);return di(t.randomBytes(S),t.n)},precompute(S=8,B=c.BASE){return B._setWindowSize(S),B.multiply(BigInt(3)),B}};function v(S,B=!0){return c.fromPrivateKey(S).toRawBytes(B)}function p(S){let B=me(S),D=typeof S=="string",g=(B||D)&&S.length;return B?g===o||g===s:D?g===2*o||g===2*s:S instanceof c}function I(S,B,D=!0){if(p(S))throw new Error("first arg must be private key");if(!p(B))throw new Error("second arg must be public key");return c.fromHex(B).multiply(f(S)).toRawBytes(D)}let P=t.bits2int||function(S){if(S.length>8192)throw new Error("input is too large");let B=Gt(S),D=S.length*8-t.nBitLength;return D>0?B>>BigInt(D):B},C=t.bits2int_modN||function(S){return i(P(S))},_=ge(t.nBitLength);function L(S){return It("num < 2^"+t.nBitLength,S,$t,_),be(S,t.nByteLength)}function T(S,B,D=F){if(["recovered","canonical"].some(X=>X in D))throw new Error("sign() legacy options not supported");let{hash:g,randomBytes:m}=t,{lowS:w,prehash:A,extraEntropy:N}=D;w==null&&(w=!0),S=$("msgHash",S),Zi(D),A&&(S=$("prehashed msgHash",g(S)));let k=C(S),U=f(B),K=[L(U),L(k)];if(N!=null&&N!==!1){let X=N===!0?m(e.BYTES):N;K.push($("extraEntropy",X))}let M=se(...K),H=k;function tt(X){let it=P(X);if(!l(it))return;let bt=a(it),ot=c.BASE.multiply(it).toAffine(),ct=i(ot.x);if(ct===$t)return;let At=i(bt*i(H+ct*U));if(At===$t)return;let Lt=(ot.x===ct?0:2)|Number(ot.y&st),Fe=At;return w&&x(At)&&(Fe=E(At),Lt^=1),new h(ct,Fe,Lt)}return{seed:M,k2sig:tt}}let F={lowS:t.lowS,prehash:!1},O={lowS:t.lowS,prehash:!1};function R(S,B,D=F){let{seed:g,k2sig:m}=T(S,B,D),w=t;return ai(w.hash.outputLen,w.nByteLength,w.hmac)(g,m)}c.BASE._setWindowSize(8);function et(S,B,D,g=O){let m=S;B=$("msgHash",B),D=$("publicKey",D);let{lowS:w,prehash:A,format:N}=g;if(Zi(g),"strict"in g)throw new Error("options.strict was renamed to lowS");if(N!==void 0&&N!=="compact"&&N!=="der")throw new Error("format must be compact or der");let k=typeof m=="string"||me(m),U=!k&&!N&&typeof m=="object"&&m!==null&&typeof m.r=="bigint"&&typeof m.s=="bigint";if(!k&&!U)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");let K,M;try{if(U&&(K=new h(m.r,m.s)),k){try{N!=="compact"&&(K=h.fromDER(m))}catch(Lt){if(!(Lt instanceof Wt.Err))throw Lt}!K&&N!=="der"&&(K=h.fromCompact(m))}M=c.fromHex(D)}catch{return!1}if(!K||w&&K.hasHighS())return!1;A&&(B=t.hash(B));let{r:H,s:tt}=K,X=C(B),it=a(tt),bt=i(X*it),ot=i(H*it),ct=c.BASE.multiplyAndAddUnsafe(M,bt,ot)?.toAffine();return ct?i(ct.x)===H:!1}return{CURVE:t,getPublicKey:v,getSharedSecret:I,sign:R,verify:et,ProjectivePoint:c,Signature:h,utils:b}}function nf(r){return{hash:r,hmac:(t,...e)=>Zo(r,t,Wn(...e)),randomBytes:Ue}}function $i(r,t){let e=n=>Wi({...r,...nf(n)});return{...e(t),create:e}}var Ji=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),ji=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),of=BigInt(1),Wo=BigInt(2),Xi=(r,t)=>(r+t/Wo)/t;function sf(r){let t=Ji,e=BigInt(3),n=BigInt(6),o=BigInt(11),s=BigInt(22),i=BigInt(23),a=BigInt(44),c=BigInt(88),f=r*r*r%t,u=f*f*r%t,l=Z(u,e,t)*u%t,d=Z(l,e,t)*u%t,x=Z(d,Wo,t)*f%t,E=Z(x,o,t)*x%t,y=Z(E,s,t)*E%t,h=Z(y,a,t)*y%t,b=Z(h,c,t)*h%t,v=Z(b,a,t)*y%t,p=Z(v,e,t)*u%t,I=Z(p,i,t)*E%t,P=Z(I,n,t)*f%t,C=Z(P,Wo,t);if(!$o.eql($o.sqr(C),r))throw new Error("Cannot find square root");return C}var $o=Yt(Ji,void 0,void 0,{sqrt:sf}),Se=$i({a:BigInt(0),b:BigInt(7),Fp:$o,n:ji,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:r=>{let t=ji,e=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-of*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),o=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),s=e,i=BigInt("0x100000000000000000000000000000000"),a=Xi(s*r,t),c=Xi(-n*r,t),f=V(r-a*e-c*o,t),u=V(-a*n-c*s,t),l=f>i,d=u>i;if(l&&(f=t-f),d&&(u=t-u),f>i||u>i)throw new Error("splitScalar: Endomorphism failed, k="+r);return{k1neg:l,k1:f,k2neg:d,k2:u}}}},Ur),Fp=BigInt(0);var Gp=Se.ProjectivePoint;function Qi(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}function ta(r,t,e){let n=fe.digest(e instanceof Uint8Array?e:e.subarray());if(Qi(n))return n.then(({digest:o})=>Se.verify(t,o,r)).catch(o=>{throw new ar(String(o))});try{return Se.verify(t,n.digest,r)}catch(o){throw new ar(String(o))}}var jr=class{type="secp256k1";raw;_key;constructor(t){this._key=ra(t),this.raw=ea(this._key)}toMultihash(){return Dt.digest(Ht(this))}toCID(){return ut.createV1(114,this.toMultihash())}toString(){return W.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:xt(this.raw,t.raw)}verify(t,e){return ta(this._key,e,t)}};function jo(r){return new jr(r)}function ea(r){return Se.ProjectivePoint.fromHex(r).toRawBytes(!0)}function ra(r){try{return Se.ProjectivePoint.fromHex(r),r}catch(t){throw new Be(String(t))}}function Xo(r,t){let{Type:e,Data:n}=Kt.decode(r),o=n??new Uint8Array;switch(e){case Q.RSA:return zo(o,t);case Q.Ed25519:return yo(o);case Q.secp256k1:return jo(o);case Q.ECDSA:return Yn(o);default:throw new ce}}function na(r){let{Type:t,Data:e}=Kt.decode(r.digest),n=e??new Uint8Array;switch(t){case Q.Ed25519:return yo(n);case Q.secp256k1:return jo(n);case Q.ECDSA:return Yn(n);default:throw new ce}}function Ht(r){return Kt.encode({Type:Q[r.type],Data:r.raw})}var oa=Symbol.for("nodejs.util.inspect.custom"),af=114,fr=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()})`}[xn]=!0;toString(){return this.string==null&&(this.string=W.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return ut.createV1(af,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return xt(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return xt(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[oa](){return`PeerId(${this.toString()})`}},lr=class extends fr{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},hr=class extends fr{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},dr=class extends fr{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},cf=2336,Xr=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=Dt.digest(G(this.url))}[oa](){return`PeerId(${this.url})`}[xn]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return ut.createV1(cf,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=z(t)),t.toString()===this.toString())}};function Jo(r){if(r.type==="Ed25519")return new hr({multihash:r.toCID().multihash,publicKey:r});if(r.type==="secp256k1")return new dr({multihash:r.toCID().multihash,publicKey:r});if(r.type==="RSA")return new lr({multihash:r.toCID().multihash,publicKey:r});throw new ce}function sa(r){return Jo(r.publicKey)}function pr(r){if(ff(r))return new lr({multihash:r});if(uf(r))try{let t=na(r);if(t.type==="Ed25519")return new hr({multihash:r,publicKey:t});if(t.type==="secp256k1")return new dr({multihash:r,publicKey:t})}catch{let e=z(r.digest);return new Xr(new URL(e))}throw new Br("Supplied PeerID Multihash is invalid")}function uf(r){return r.code===Dt.code}function ff(r){return r.code===fe.code}function ve(r,t){let e={[Symbol.iterator]:()=>e,next:()=>{let n=r.next(),o=n.value;return n.done===!0||o==null?{done:!0,value:void 0}:{done:!1,value:t(o)}}};return e}function Jr(r){let t=Jt(W.decode(`z${r}`));return pr(t)}var mr=class{map;constructor(t){if(this.map=new Map,t!=null)for(let[e,n]of t.entries())this.map.set(e.toString(),{key:e,value:n})}[Symbol.iterator](){return this.entries()}clear(){this.map.clear()}delete(t){return this.map.delete(t.toString())}entries(){return ve(this.map.entries(),t=>[t[1].key,t[1].value])}forEach(t){this.map.forEach((e,n)=>{t(e.value,e.key,this)})}get(t){return this.map.get(t.toString())?.value}has(t){return this.map.has(t.toString())}set(t,e){this.map.set(t.toString(),{key:t,value:e})}keys(){return ve(this.map.values(),t=>t.key)}values(){return ve(this.map.values(),t=>t.value)}get size(){return this.map.size}};var yr=class r{set;constructor(t){if(this.set=new Set,t!=null)for(let e of t)this.set.add(e.toString())}get size(){return this.set.size}[Symbol.iterator](){return this.values()}add(t){this.set.add(t.toString())}clear(){this.set.clear()}delete(t){this.set.delete(t.toString())}entries(){return ve(this.set.entries(),t=>{let e=Jr(t[0]);return[e,e]})}forEach(t){this.set.forEach(e=>{let n=Jr(e);t(n,n,this)})}has(t){return this.set.has(t.toString())}values(){return ve(this.set.values(),t=>Jr(t))}intersection(t){let e=new r;for(let n of t)this.has(n)&&e.add(n);return e}difference(t){let e=new r;for(let n of this)t.has(n)||e.add(n);return e}union(t){let e=new r;for(let n of t)e.add(n);for(let n of this)e.add(n);return e}};function jt(){let r={};return r.promise=new Promise((t,e)=>{r.resolve=t,r.reject=e}),r}var Qr=class{buffer;mask;top;btm;next;constructor(t){if(!(t>0)||(t-1&t)!==0)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(t),this.mask=t-1,this.top=0,this.btm=0,this.next=null}push(t){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=t,this.top=this.top+1&this.mask,!0)}shift(){let t=this.buffer[this.btm];if(t!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,t}isEmpty(){return this.buffer[this.btm]===void 0}},Ve=class{size;hwm;head;tail;constructor(t={}){this.hwm=t.splitLimit??16,this.head=new Qr(this.hwm),this.tail=this.head,this.size=0}calculateSize(t){return t?.byteLength!=null?t.byteLength:1}push(t){if(t?.value!=null&&(this.size+=this.calculateSize(t.value)),!this.head.push(t)){let e=this.head;this.head=e.next=new Qr(2*this.head.buffer.length),this.head.push(t)}}shift(){let t=this.tail.shift();if(t===void 0&&this.tail.next!=null){let e=this.tail.next;this.tail.next=null,this.tail=e,t=this.tail.shift()}return t?.value!=null&&(this.size-=this.calculateSize(t.value)),t}isEmpty(){return this.head.isEmpty()}};var Qo=class extends Error{type;code;constructor(t,e){super(t??"The operation was aborted"),this.type="aborted",this.code=e??"ABORT_ERR"}};function tn(r={}){return lf(e=>{let n=e.shift();if(n==null)return{done:!0};if(n.error!=null)throw n.error;return{done:n.done===!0,value:n.value}},r)}function lf(r,t){t=t??{};let e=t.onEnd,n=new Ve,o,s,i,a=jt(),c=async()=>{try{return n.isEmpty()?i?{done:!0}:await new Promise((h,b)=>{s=v=>{s=null,n.push(v);try{h(r(n))}catch(p){b(p)}return o}}):r(n)}finally{n.isEmpty()&&queueMicrotask(()=>{a.resolve(),a=jt()})}},f=h=>s!=null?s(h):(n.push(h),o),u=h=>(n=new Ve,s!=null?s({error:h}):(n.push({error:h}),o)),l=h=>{if(i)return o;if(t?.objectMode!==!0&&h?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return f({done:!1,value:h})},d=h=>i?o:(i=!0,h!=null?u(h):f({done:!0})),x=()=>(n=new Ve,d(),{done:!0}),E=h=>(d(h),{done:!0});if(o={[Symbol.asyncIterator](){return this},next:c,return:x,throw:E,push:l,end:d,get readableLength(){return n.size},onEmpty:async h=>{let b=h?.signal;if(b?.throwIfAborted(),n.isEmpty())return;let v,p;b!=null&&(v=new Promise((I,P)=>{p=()=>{P(new Qo)},b.addEventListener("abort",p)}));try{await Promise.race([a.promise,v])}finally{p!=null&&b!=null&&b?.removeEventListener("abort",p)}}},e==null)return o;let y=o;return o={[Symbol.asyncIterator](){return this},next(){return y.next()},throw(h){return y.throw(h),e!=null&&(e(h),e=void 0),{done:!0}},return(){return y.return(),e!=null&&(e(),e=void 0),{done:!0}},push:l,end(h){return y.end(h),e!=null&&(e(h),e=void 0),o},get readableLength(){return y.readableLength},onEmpty:h=>y.onEmpty(h)},o}var en=class extends Error{type;code;constructor(t,e,n){super(t??"The operation was aborted"),this.type="aborted",this.name=n??"AbortError",this.code=e??"ABORT_ERR"}};async function ia(r,t,e){if(t==null)return r;if(t.aborted)return r.catch(()=>{}),Promise.reject(new en(e?.errorMessage,e?.errorCode,e?.errorName));let n,o=new en(e?.errorMessage,e?.errorCode,e?.errorName);try{return await Promise.race([r,new Promise((s,i)=>{n=()=>{i(o)},t.addEventListener("abort",n)})])}finally{n!=null&&t.removeEventListener("abort",n)}}var ts=class{readNext;haveNext;ended;nextResult;error;constructor(){this.ended=!1,this.readNext=jt(),this.haveNext=jt()}[Symbol.asyncIterator](){return this}async next(){if(this.nextResult==null&&await this.haveNext.promise,this.nextResult==null)throw new Error("HaveNext promise resolved but nextResult was undefined");let t=this.nextResult;return this.nextResult=void 0,this.readNext.resolve(),this.readNext=jt(),t}async throw(t){return this.ended=!0,this.error=t,t!=null&&(this.haveNext.promise.catch(()=>{}),this.haveNext.reject(t)),{done:!0,value:void 0}}async return(){let t={done:!0,value:void 0};return this.ended=!0,this.nextResult=t,this.haveNext.resolve(),t}async push(t,e){await this._push(t,e)}async end(t,e){t!=null?await this.throw(t):await this._push(void 0,e)}async _push(t,e){if(t!=null&&this.ended)throw this.error??new Error("Cannot push value onto an ended pushable");for(;this.nextResult!=null;)await this.readNext.promise;t!=null?this.nextResult={done:!1,value:t}:(this.ended=!0,this.nextResult={done:!0,value:void 0}),this.haveNext.resolve(),this.haveNext=jt(),await ia(this.readNext.promise,e?.signal,e)}};function aa(){return new ts}function hf(r){return r[Symbol.asyncIterator]!=null}async function df(r,t){try{await Promise.all(r.map(async e=>{for await(let n of e)await t.push(n)})),await t.end()}catch(e){await t.end(e).catch(()=>{})}}async function*pf(r){let t=aa();df(r,t).catch(()=>{}),yield*t}function*mf(r){for(let t of r)yield*t}function yf(...r){let t=[];for(let e of r)hf(e)||t.push(e);return t.length===r.length?mf(t):pf(r)}var ca=yf;function br(r,...t){if(r==null)throw new Error("Empty pipeline");if(es(r)){let n=r;r=()=>n.source}else if(fa(r)||ua(r)){let n=r;r=()=>n}let e=[r,...t];if(e.length>1&&es(e[e.length-1])&&(e[e.length-1]=e[e.length-1].sink),e.length>2)for(let n=1;n<e.length-1;n++)es(e[n])&&(e[n]=gf(e[n]));return bf(...e)}var bf=(...r)=>{let t;for(;r.length>0;)t=r.shift()(t);return t},ua=r=>r?.[Symbol.asyncIterator]!=null,fa=r=>r?.[Symbol.iterator]!=null,es=r=>r==null?!1:r.sink!=null&&r.source!=null,gf=r=>t=>{let e=r.sink(t);if(e?.then!=null){let n=tn({objectMode:!0});e.then(()=>{n.end()},i=>{n.end(i)});let o,s=r.source;if(ua(s))o=async function*(){yield*s,n.end()};else if(fa(s))o=function*(){yield*s,n.end()};else throw new Error("Unknown duplex source type - must be Iterable or AsyncIterable");return ca(n,o())}return r.source};var ns=Ka(ha(),1);var xr=class extends Error{constructor(t){super(t),this.name="TimeoutError"}},os=class extends Error{constructor(t){super(),this.name="AbortError",this.message=t}},da=r=>globalThis.DOMException===void 0?new os(r):new DOMException(r),pa=r=>{let t=r.reason===void 0?da("This operation was aborted."):r.reason;return t instanceof Error?t:da(t)};function ss(r,t){let{milliseconds:e,fallback:n,message:o,customTimers:s={setTimeout,clearTimeout}}=t,i,a,f=new Promise((u,l)=>{if(typeof e!="number"||Math.sign(e)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${e}\``);if(t.signal){let{signal:x}=t;x.aborted&&l(pa(x)),a=()=>{l(pa(x))},x.addEventListener("abort",a,{once:!0})}if(e===Number.POSITIVE_INFINITY){r.then(u,l);return}let d=new xr;i=s.setTimeout.call(void 0,()=>{if(n){try{u(n())}catch(x){l(x)}return}typeof r.cancel=="function"&&r.cancel(),o===!1?u():o instanceof Error?l(o):(d.message=o??`Promise timed out after ${e} milliseconds`,l(d))},e),(async()=>{try{u(await r)}catch(x){l(x)}})()}).finally(()=>{f.clear(),a&&t.signal&&t.signal.removeEventListener("abort",a)});return f.clear=()=>{s.clearTimeout.call(void 0,i),i=void 0},f}function is(r,t,e){let n=0,o=r.length;for(;o>0;){let s=Math.trunc(o/2),i=n+s;e(r[i],t)<=0?(n=++i,o-=s+1):o=s}return n}var wr=class{#t=[];enqueue(t,e){e={priority:0,...e};let n={priority:e.priority,id:e.id,run:t};if(this.size===0||this.#t[this.size-1].priority>=e.priority){this.#t.push(n);return}let o=is(this.#t,n,(s,i)=>i.priority-s.priority);this.#t.splice(o,0,n)}setPriority(t,e){let n=this.#t.findIndex(s=>s.id===t);if(n===-1)throw new ReferenceError(`No promise function with the id "${t}" exists in the queue.`);let[o]=this.#t.splice(n,1);this.enqueue(o.run,{priority:e,id:t})}dequeue(){return this.#t.shift()?.run}filter(t){return this.#t.filter(e=>e.priority===t.priority).map(e=>e.run)}get size(){return this.#t.length}};var Er=class extends ns.default{#t;#i;#s=0;#d;#a;#p=0;#r;#c;#e;#m;#n=0;#u;#o;#y;#x=1n;timeout;constructor(t){if(super(),t={carryoverConcurrencyCount:!1,intervalCap:Number.POSITIVE_INFINITY,interval:0,concurrency:Number.POSITIVE_INFINITY,autoStart:!0,queueClass:wr,...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.#i=t.intervalCap===Number.POSITIVE_INFINITY||t.interval===0,this.#d=t.intervalCap,this.#a=t.interval,this.#e=new t.queueClass,this.#m=t.queueClass,this.concurrency=t.concurrency,this.timeout=t.timeout,this.#y=t.throwOnTimeout===!0,this.#o=t.autoStart===!1}get#w(){return this.#i||this.#s<this.#d}get#E(){return this.#n<this.#u}#S(){this.#n--,this.#f(),this.emit("next")}#v(){this.#g(),this.#b(),this.#c=void 0}get#A(){let t=Date.now();if(this.#r===void 0){let e=this.#p-t;if(e<0)this.#s=this.#t?this.#n:0;else return this.#c===void 0&&(this.#c=setTimeout(()=>{this.#v()},e)),!0}return!1}#f(){if(this.#e.size===0)return this.#r&&clearInterval(this.#r),this.#r=void 0,this.emit("empty"),this.#n===0&&this.emit("idle"),!1;if(!this.#o){let t=!this.#A;if(this.#w&&this.#E){let e=this.#e.dequeue();return e?(this.emit("active"),e(),t&&this.#b(),!0):!1}}return!1}#b(){this.#i||this.#r!==void 0||(this.#r=setInterval(()=>{this.#g()},this.#a),this.#p=Date.now()+this.#a)}#g(){this.#s===0&&this.#n===0&&this.#r&&(clearInterval(this.#r),this.#r=void 0),this.#s=this.#t?this.#n: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((e,n)=>{t.addEventListener("abort",()=>{n(t.reason)},{once:!0})})}setPriority(t,e){this.#e.setPriority(t,e)}async add(t,e={}){return e.id??=(this.#x++).toString(),e={timeout:this.timeout,throwOnTimeout:this.#y,...e},new Promise((n,o)=>{this.#e.enqueue(async()=>{this.#n++,this.#s++;try{e.signal?.throwIfAborted();let s=t({signal:e.signal});e.timeout&&(s=ss(Promise.resolve(s),{milliseconds:e.timeout})),e.signal&&(s=Promise.race([s,this.#I(e.signal)]));let i=await s;n(i),this.emit("completed",i)}catch(s){if(s instanceof xr&&!e.throwOnTimeout){n();return}o(s),this.emit("error",s)}finally{this.#S()}},e),this.emit("add"),this.#f()})}async addAll(t,e){return Promise.all(t.map(async n=>this.add(n,e)))}start(){return this.#o?(this.#o=!1,this.#l(),this):this}pause(){this.#o=!0}clear(){this.#e=new this.#m}async onEmpty(){this.#e.size!==0&&await this.#h("empty")}async onSizeLessThan(t){this.#e.size<t||await this.#h("next",()=>this.#e.size<t)}async onIdle(){this.#n===0&&this.#e.size===0||await this.#h("idle")}async#h(t,e){return new Promise(n=>{let o=()=>{e&&!e()||(this.off(t,o),n())};this.on(t,o)})}get size(){return this.#e.size}sizeBy(t){return this.#e.filter(t).length}get pending(){return this.#n}get isPaused(){return this.#o}};function ma(r){if(r!=null){if(typeof r[Symbol.iterator]=="function")return r[Symbol.iterator]();if(typeof r[Symbol.asyncIterator]=="function")return r[Symbol.asyncIterator]();if(typeof r.next=="function")return r}throw new Error("argument is not an iterator or iterable")}function ya(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}function ba(r,t){let e=ma(r).return?.();ya(e)&&e.catch(n=>{t.error("could not cause iterator to return",n)})}var nn=class extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MSG_LENGTH"},ze=class extends Error{name="InvalidDataLengthError";code="ERR_MSG_DATA_TOO_LONG"},on=class extends Error{name="InvalidDataLengthLengthError";code="ERR_MSG_LENGTH_TOO_LONG"},Sr=class extends Error{name="UnexpectedEOFError";code="ERR_UNEXPECTED_EOF"};function sn(r){return r[Symbol.asyncIterator]!=null}function ga(r,t){if(r.byteLength>t)throw new ze("Message length too long")}var cn=r=>{let t=Ct(r),e=ft(t);return Bi(r,e),cn.bytes=t,e};cn.bytes=0;function un(r,t){t=t??{};let e=t.lengthEncoder??cn,n=t?.maxDataLength??4194304;function*o(s){ga(s,n);let i=e(s.byteLength);i instanceof Uint8Array?yield i:yield*i,s instanceof Uint8Array?yield s:yield*s}return sn(r)?async function*(){for await(let s of r)yield*o(s)}():function*(){for(let s of r)yield*o(s)}()}un.single=(r,t)=>{t=t??{};let e=t.lengthEncoder??cn,n=t?.maxDataLength??4194304;return ga(r,n),new rt(e(r.byteLength),r)};var Ae;(function(r){r[r.LENGTH=0]="LENGTH",r[r.DATA=1]="DATA"})(Ae||(Ae={}));var as=r=>{let t=_i(r);return as.bytes=Ct(t),t};as.bytes=0;function vr(r,t){let e=new rt,n=Ae.LENGTH,o=-1,s=t?.lengthDecoder??as,i=t?.maxLengthLength??8,a=t?.maxDataLength??4194304;function*c(){for(;e.byteLength>0;){if(n===Ae.LENGTH)try{if(o=s(e),o<0)throw new nn("Invalid message length");if(o>a)throw new ze("Message length too long");let f=s.bytes;e.consume(f),t?.onLength!=null&&t.onLength(o),n=Ae.DATA}catch(f){if(f instanceof RangeError){if(e.byteLength>i)throw new on("Message length length too long");break}throw f}if(n===Ae.DATA){if(e.byteLength<o)break;let f=e.sublist(0,o);e.consume(o),t?.onData!=null&&t.onData(f),yield f,n=Ae.LENGTH}}}return sn(r)?async function*(){for await(let f of r)e.append(f),yield*c();if(e.byteLength>0)throw new Sr("Unexpected end of input")}():function*(){for(let f of r)e.append(f),yield*c();if(e.byteLength>0)throw new Sr("Unexpected end of input")}()}vr.fromReader=(r,t)=>{let e=1,n=async function*(){for(;;)try{let{done:s,value:i}=await r.next(e);if(s===!0)return;i!=null&&(yield i)}catch(s){if(s.code==="ERR_UNDER_READ")return{done:!0,value:null};throw s}finally{e=1}}();return vr(n,{...t??{},onLength:s=>{e=s}})};var fn=class extends _e{id;protocol;outboundStream;inboundStream;_rawOutboundStream;_rawInboundStream;_inboundAbortController;closed;log;constructor(t,e){super(),this.log=t.logger.forComponent("libp2p-pubsub:peer-streams"),this.id=e.id,this.protocol=e.protocol,this._inboundAbortController=new AbortController,this.closed=!1}get isReadable(){return!!this.inboundStream}get isWritable(){return!!this.outboundStream}write(t){if(this.outboundStream==null){let e=this.id.toString();throw new Error("No writable connection to "+e)}this.outboundStream.push(t instanceof Uint8Array?new rt(t):t)}attachInboundStream(t,e){let n=()=>{ba(t.source,this.log)};return this._inboundAbortController.signal.addEventListener("abort",n,{once:!0}),this._rawInboundStream=t,this.inboundStream=br(this._rawInboundStream,o=>vr(o,e)),this.dispatchEvent(new CustomEvent("stream:inbound")),this.inboundStream}async attachOutboundStream(t){let e=this.outboundStream;return this.outboundStream!=null&&this.outboundStream.end(),this._rawOutboundStream=t,this.outboundStream=tn({onEnd:n=>{this._rawOutboundStream?.closeWrite().catch(o=>{this.log("error closing outbound stream",o)}),this._rawOutboundStream=void 0,this.outboundStream=void 0,n!=null&&this.dispatchEvent(new CustomEvent("close"))}}),br(this.outboundStream,n=>un(n),this._rawOutboundStream).catch(n=>{this.log.error(n)}),e==null&&this.dispatchEvent(new CustomEvent("stream:outbound")),this.outboundStream}close(){this.closed||(this.closed=!0,this.outboundStream!=null&&this.outboundStream.end(),this.inboundStream!=null&&this._inboundAbortController.abort(),this._rawOutboundStream=void 0,this.outboundStream=void 0,this._rawInboundStream=void 0,this.inboundStream=void 0,this.dispatchEvent(new CustomEvent("close")))}};function xa(){return BigInt(`0x${z(Zr(8),"base16")}`)}var wa=(r,t)=>{let e=G(t.toString(16).padStart(16,"0"),"base16"),n=Ht(r),o=new Uint8Array(n.byteLength+e.length);return o.set(n,0),o.set(e,n.byteLength),o},Ea=r=>fe.encode(r);var Sa=function(r){return Array.isArray(r)?r:[r]},vf=async r=>{if(r.sequenceNumber==null||r.from==null||r.signature==null)return!1;let t=pr(Jt(r.from));if(t.publicKey!=null)return!0;if(r.key!=null){let e=r.key;return Jo(Xo(e)).equals(t)}return!1},va=async r=>{if(r.from==null)throw new J("RPC message was missing from");if(!await vf(r))return{type:"unsigned",topic:r.topic??"",data:r.data??new Uint8Array(0)};let t=pr(Jt(r.from)),e=r.key??t.publicKey;if(e==null)throw new J("RPC message was missing public key");return{type:"signed",from:t,topic:r.topic??"",sequenceNumber:If(r.sequenceNumber??new Uint8Array(0)),data:r.data??new Uint8Array(0),signature:r.signature??new Uint8Array(0),key:e instanceof Uint8Array?Xo(e):e}},Ar=r=>r.type==="signed"?{from:r.from.toMultihash().bytes,data:r.data,sequenceNumber:Af(r.sequenceNumber),topic:r.topic,signature:r.signature,key:r.key?Ht(r.key):void 0}:{data:r.data,topic:r.topic},Af=r=>{let t=r.toString(16);return t.length%2!==0&&(t=`0${t}`),G(t,"base16")},If=r=>BigInt(`0x${z(r,"base16")}`);var Aa=G("libp2p-pubsub:");async function Ia(r,t,e){let n={type:"signed",topic:t.topic,data:t.data,sequenceNumber:t.sequenceNumber,from:sa(r)},o=ue([Aa,e(Ar(n)).subarray()]);return n.signature=await r.sign(o),n.key=r.publicKey,n}async function Ba(r,t){if(r.type!=="signed")throw new Error('Message type must be "signed" to be verified');if(r.signature==null)throw new Error("Message must contain a signature to be verified");if(r.from==null)throw new Error("Message must contain a from property to be verified");let e=ue([Aa,t({...Ar(r),signature:void 0,key:void 0}).subarray()]);return Bf(r).verify(e,r.signature)}function Bf(r){if(r.type!=="signed")throw new Error('Message type must be "signed" to have a public key');if(r.from==null)throw new Error("Could not get the public key from the originator id");if(r.key!=null)return r.key;if(r.from.publicKey!=null)return r.from.publicKey;throw new Error("Could not get the public key from the originator id")}var ln=class extends _e{log;started;topics;subscriptions;peers;globalSignaturePolicy;canRelayMessage;emitSelf;topicValidators;queue;multicodecs;components;_registrarTopologyIds;enabled;maxInboundStreams;maxOutboundStreams;constructor(t,e){super();let{multicodecs:n=[],globalSignaturePolicy:o="StrictSign",canRelayMessage:s=!1,emitSelf:i=!1,messageProcessingConcurrency:a=10,maxInboundStreams:c=1,maxOutboundStreams:f=1}=e;this.log=t.logger.forComponent("libp2p:pubsub"),this.components=t,this.multicodecs=Sa(n),this.enabled=e.enabled!==!1,this.started=!1,this.topics=new Map,this.subscriptions=new Set,this.peers=new mr,this.globalSignaturePolicy=o==="StrictNoSign"?"StrictNoSign":"StrictSign",this.canRelayMessage=s,this.emitSelf=i,this.topicValidators=new Map,this.queue=new Er({concurrency:a}),this.maxInboundStreams=c,this.maxOutboundStreams=f,this._onIncomingStream=this._onIncomingStream.bind(this),this._onPeerConnected=this._onPeerConnected.bind(this),this._onPeerDisconnected=this._onPeerDisconnected.bind(this)}async start(){if(this.started||!this.enabled)return;this.log("starting");let t=this.components.registrar;await Promise.all(this.multicodecs.map(async n=>{await t.handle(n,this._onIncomingStream,{maxInboundStreams:this.maxInboundStreams,maxOutboundStreams:this.maxOutboundStreams})}));let e={onConnect:this._onPeerConnected,onDisconnect:this._onPeerDisconnected};this._registrarTopologyIds=await Promise.all(this.multicodecs.map(async n=>t.register(n,e))),this.log("started"),this.started=!0}async stop(){if(!this.started||!this.enabled)return;let t=this.components.registrar;this._registrarTopologyIds!=null&&this._registrarTopologyIds?.forEach(e=>{t.unregister(e)}),await Promise.all(this.multicodecs.map(async e=>{await t.unhandle(e)})),this.log("stopping");for(let e of this.peers.values())e.close();this.peers.clear(),this.subscriptions=new Set,this.started=!1,this.log("stopped")}isStarted(){return this.started}_onIncomingStream(t){let{stream:e,connection:n}=t,o=n.remotePeer;if(e.protocol==null){e.abort(new Error("Stream was not multiplexed"));return}let s=this.addPeer(o,e.protocol),i=s.attachInboundStream(e);this.processMessages(o,i,s).catch(a=>{this.log(a)})}_onPeerConnected(t,e){if(this.log("connected %p",t),e.streams.find(n=>n.direction==="outbound"&&n.protocol!=null&&this.multicodecs.includes(n.protocol))!=null){this.log("outbound pubsub streams already present on connection from %p",t);return}Promise.resolve().then(async()=>{try{let n=await e.newStream(this.multicodecs);if(n.protocol==null){n.abort(new Error("Stream was not multiplexed"));return}await this.addPeer(t,n.protocol).attachOutboundStream(n)}catch(n){this.log.error(n)}this.send(t,{subscriptions:Array.from(this.subscriptions).map(n=>n.toString()),subscribe:!0})}).catch(n=>{this.log.error(n)})}_onPeerDisconnected(t,e){this.log("connection ended %p",t),this._removePeer(t)}addPeer(t,e){let n=this.peers.get(t);if(n!=null)return n;this.log("new peer %p",t);let o=new fn(this.components,{id:t,protocol:e});return this.peers.set(t,o),o.addEventListener("close",()=>this._removePeer(t),{once:!0}),o}_removePeer(t){let e=this.peers.get(t);if(e!=null){e.close(),this.log("delete peer %p",t),this.peers.delete(t);for(let n of this.topics.values())n.delete(t);return e}}async processMessages(t,e,n){try{await br(e,async o=>{for await(let s of o){let i=this.decodeRpc(s),a=[];for(let c of i.messages??[]){if(c.from==null||c.data==null||c.topic==null){this.log("message from %p was missing from, data or topic fields, dropping",t);continue}a.push({from:c.from,data:c.data,topic:c.topic,sequenceNumber:c.sequenceNumber??void 0,signature:c.signature??void 0,key:c.key??void 0})}this.processRpc(t,n,{subscriptions:(i.subscriptions??[]).map(c=>({subscribe:!!c.subscribe,topic:c.topic??""})),messages:a}).catch(c=>{this.log(c)})}})}catch(o){this._onPeerDisconnected(n.id,o)}}async processRpc(t,e,n){if(!this.acceptFrom(t))return this.log("received message from unacceptable peer %p",t),!1;this.log("rpc from %p",t);let{subscriptions:o,messages:s}=n;return o!=null&&o.length>0&&(this.log("subscription update from %p",t),o.forEach(i=>{this.processRpcSubOpt(t,i)}),super.dispatchEvent(new CustomEvent("subscription-change",{detail:{peerId:e.id,subscriptions:o.map(({topic:i,subscribe:a})=>({topic:`${i??""}`,subscribe:!!a}))}}))),s!=null&&s.length>0&&(this.log("messages from %p",t),this.queue.addAll(s.map(i=>async()=>{if(i.topic==null||!this.subscriptions.has(i.topic)&&!this.canRelayMessage)return this.log("received message we didn't subscribe to. Dropping."),!1;try{let a=await va(i);await this.processMessage(t,a)}catch(a){this.log.error(a)}})).catch(i=>{this.log(i)})),!0}processRpcSubOpt(t,e){let n=e.topic;if(n==null)return;let o=this.topics.get(n);o==null&&(o=new yr,this.topics.set(n,o)),e.subscribe===!0?o.add(t):o.delete(t)}async processMessage(t,e){if(!(this.components.peerId.equals(t)&&!this.emitSelf)){try{await this.validate(t,e)}catch(n){this.log("Message is invalid, dropping it. %O",n);return}this.subscriptions.has(e.topic)&&(!this.components.peerId.equals(t)||this.emitSelf)&&super.dispatchEvent(new CustomEvent("message",{detail:e})),await this.publishMessage(t,e)}}getMsgId(t){switch(this.globalSignaturePolicy){case"StrictSign":if(t.type!=="signed")throw new J('Message type should be "signed" when signature policy is StrictSign but it was not');if(t.sequenceNumber==null)throw new J("Need sequence number when signature policy is StrictSign but it was missing");if(t.key==null)throw new J("Need key when signature policy is StrictSign but it was missing");return wa(t.key,t.sequenceNumber);case"StrictNoSign":return Ea(t.data);default:throw new J("Cannot get message id: unhandled signature policy")}}acceptFrom(t){return!0}send(t,e){let{messages:n,subscriptions:o,subscribe:s}=e;this.sendRpc(t,{subscriptions:(o??[]).map(i=>({topic:i,subscribe:!!s})),messages:(n??[]).map(Ar)})}sendRpc(t,e){let n=this.peers.get(t);if(n==null){this.log.error("Cannot send RPC to %p as there are no streams to it available",t);return}if(!n.isWritable){this.log.error("Cannot send RPC to %p as there is no outbound stream to it available",t);return}n.write(this.encodeRpc(e))}async validate(t,e){switch(this.globalSignaturePolicy){case"StrictNoSign":if(e.type!=="unsigned")throw new J('Message type should be "unsigned" when signature policy is StrictNoSign but it was not');if(e.signature!=null)throw new J("StrictNoSigning: signature should not be present");if(e.key!=null)throw new J("StrictNoSigning: key should not be present");if(e.sequenceNumber!=null)throw new J("StrictNoSigning: seqno should not be present");break;case"StrictSign":if(e.type!=="signed")throw new J('Message type should be "signed" when signature policy is StrictSign but it was not');if(e.signature==null)throw new J("StrictSigning: Signing required and no signature was present");if(e.sequenceNumber==null)throw new J("StrictSigning: Signing required and no sequenceNumber was present");if(!await Ba(e,this.encodeMessage.bind(this)))throw new J("StrictSigning: Invalid message signature");break;default:throw new J("Cannot validate message: unhandled signature policy")}let o=this.topicValidators.get(e.topic);if(o!=null){let s=await o(t,e);if(s===Ge.Reject||s===Ge.Ignore)throw new J("Message validation failed")}}async buildMessage(t){switch(this.globalSignaturePolicy){case"StrictSign":return Ia(this.components.privateKey,t,this.encodeMessage.bind(this));case"StrictNoSign":return Promise.resolve({type:"unsigned",...t});default:throw new J("Cannot build message: unhandled signature policy")}}getSubscribers(t){if(!this.started)throw new _r("not started yet");if(t==null)throw new Y("Topic is required");let e=this.topics.get(t.toString());return e==null?[]:Array.from(e.values())}async publish(t,e){if(!this.started)throw new Error("Pubsub has not started");let n={from:this.components.peerId,topic:t,data:e??new Uint8Array(0),sequenceNumber:xa()};this.log("publish topic: %s from: %p data: %m",t,n.from,n.data);let o=await this.buildMessage(n),s=!1;this.emitSelf&&this.subscriptions.has(t)&&(s=!0,super.dispatchEvent(new CustomEvent("message",{detail:o})));let i=await this.publishMessage(this.components.peerId,o);return s&&(i.recipients=[...i.recipients,this.components.peerId]),i}subscribe(t){if(!this.started)throw new Error("Pubsub has not started");if(this.log("subscribe to topic: %s",t),!this.subscriptions.has(t)){this.subscriptions.add(t);for(let e of this.peers.keys())this.send(e,{subscriptions:[t],subscribe:!0})}}unsubscribe(t){if(!this.started)throw new Error("Pubsub is not started");super.removeEventListener(t);let e=this.subscriptions.has(t);if(this.log("unsubscribe from %s - am subscribed %s",t,e),e){this.subscriptions.delete(t);for(let n of this.peers.keys())this.send(n,{subscriptions:[t],subscribe:!1})}}getTopics(){if(!this.started)throw new Error("Pubsub is not started");return Array.from(this.subscriptions)}getPeers(){if(!this.started)throw new Error("Pubsub is not started");return Array.from(this.peers.keys())}};var hn=class{entries;validityMs;lastPruneTime=0;constructor(t){this.entries=new Map,this.validityMs=t.validityMs}put(t,e){this.entries.set(t,{value:e,validUntilMs:Date.now()+this.validityMs}),this.prune()}prune(){let t=Date.now();if(!(t-this.lastPruneTime<200)){this.lastPruneTime=t;for(let[e,n]of this.entries.entries())if(n.validUntilMs<t)this.entries.delete(e);else break}}has(t){return this.entries.has(t)}get(t){let e=this.entries.get(t);return e!=null&&e.validUntilMs>=Date.now()?e.value:void 0}clear(){this.entries=new Map,this.lastPruneTime=0}};var cs="/floodsub/1.0.0";var Ie;(function(r){let t;(function(o){let s;o.codec=()=>(s==null&&(s=vt((i,a,c={})=>{c.lengthDelimited!==!1&&a.fork(),i.subscribe!=null&&(a.uint32(8),a.bool(i.subscribe)),i.topic!=null&&(a.uint32(18),a.string(i.topic)),c.lengthDelimited!==!1&&a.ldelim()},(i,a,c={})=>{let f={},u=a==null?i.len:i.pos+a;for(;i.pos<u;){let l=i.uint32();switch(l>>>3){case 1:{f.subscribe=i.bool();break}case 2:{f.topic=i.string();break}default:{i.skipType(l&7);break}}}return f})),s),o.encode=i=>St(i,o.codec()),o.decode=(i,a)=>Et(i,o.codec(),a)})(t=r.SubOpts||(r.SubOpts={}));let e;(function(o){let s;o.codec=()=>(s==null&&(s=vt((i,a,c={})=>{c.lengthDelimited!==!1&&a.fork(),i.from!=null&&(a.uint32(10),a.bytes(i.from)),i.data!=null&&(a.uint32(18),a.bytes(i.data)),i.sequenceNumber!=null&&(a.uint32(26),a.bytes(i.sequenceNumber)),i.topic!=null&&(a.uint32(34),a.string(i.topic)),i.signature!=null&&(a.uint32(42),a.bytes(i.signature)),i.key!=null&&(a.uint32(50),a.bytes(i.key)),c.lengthDelimited!==!1&&a.ldelim()},(i,a,c={})=>{let f={},u=a==null?i.len:i.pos+a;for(;i.pos<u;){let l=i.uint32();switch(l>>>3){case 1:{f.from=i.bytes();break}case 2:{f.data=i.bytes();break}case 3:{f.sequenceNumber=i.bytes();break}case 4:{f.topic=i.string();break}case 5:{f.signature=i.bytes();break}case 6:{f.key=i.bytes();break}default:{i.skipType(l&7);break}}}return f})),s),o.encode=i=>St(i,o.codec()),o.decode=(i,a)=>Et(i,o.codec(),a)})(e=r.Message||(r.Message={}));let n;r.codec=()=>(n==null&&(n=vt((o,s,i={})=>{if(i.lengthDelimited!==!1&&s.fork(),o.subscriptions!=null)for(let a of o.subscriptions)s.uint32(10),r.SubOpts.codec().encode(a,s);if(o.messages!=null)for(let a of o.messages)s.uint32(18),r.Message.codec().encode(a,s);o.control!=null&&(s.uint32(26),dn.codec().encode(o.control,s)),i.lengthDelimited!==!1&&s.ldelim()},(o,s,i={})=>{let a={subscriptions:[],messages:[]},c=s==null?o.len:o.pos+s;for(;o.pos<c;){let f=o.uint32();switch(f>>>3){case 1:{if(i.limits?.subscriptions!=null&&a.subscriptions.length===i.limits.subscriptions)throw new _t('Decode error - map field "subscriptions" had too many elements');a.subscriptions.push(r.SubOpts.codec().decode(o,o.uint32(),{limits:i.limits?.subscriptions$}));break}case 2:{if(i.limits?.messages!=null&&a.messages.length===i.limits.messages)throw new _t('Decode error - map field "messages" had too many elements');a.messages.push(r.Message.codec().decode(o,o.uint32(),{limits:i.limits?.messages$}));break}case 3:{a.control=dn.codec().decode(o,o.uint32(),{limits:i.limits?.control});break}default:{o.skipType(f&7);break}}}return a})),n),r.encode=o=>St(o,r.codec()),r.decode=(o,s)=>Et(o,r.codec(),s)})(Ie||(Ie={}));var dn;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.ihave!=null)for(let s of e.ihave)n.uint32(10),pn.codec().encode(s,n);if(e.iwant!=null)for(let s of e.iwant)n.uint32(18),mn.codec().encode(s,n);if(e.graft!=null)for(let s of e.graft)n.uint32(26),yn.codec().encode(s,n);if(e.prune!=null)for(let s of e.prune)n.uint32(34),bn.codec().encode(s,n);o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={ihave:[],iwant:[],graft:[],prune:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{if(o.limits?.ihave!=null&&s.ihave.length===o.limits.ihave)throw new _t('Decode error - map field "ihave" had too many elements');s.ihave.push(pn.codec().decode(e,e.uint32(),{limits:o.limits?.ihave$}));break}case 2:{if(o.limits?.iwant!=null&&s.iwant.length===o.limits.iwant)throw new _t('Decode error - map field "iwant" had too many elements');s.iwant.push(mn.codec().decode(e,e.uint32(),{limits:o.limits?.iwant$}));break}case 3:{if(o.limits?.graft!=null&&s.graft.length===o.limits.graft)throw new _t('Decode error - map field "graft" had too many elements');s.graft.push(yn.codec().decode(e,e.uint32(),{limits:o.limits?.graft$}));break}case 4:{if(o.limits?.prune!=null&&s.prune.length===o.limits.prune)throw new _t('Decode error - map field "prune" had too many elements');s.prune.push(bn.codec().decode(e,e.uint32(),{limits:o.limits?.prune$}));break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(dn||(dn={}));var pn;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.topic!=null&&(n.uint32(10),n.string(e.topic)),e.messageIDs!=null)for(let s of e.messageIDs)n.uint32(18),n.bytes(s);o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={messageIDs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.topic=e.string();break}case 2:{if(o.limits?.messageIDs!=null&&s.messageIDs.length===o.limits.messageIDs)throw new _t('Decode error - map field "messageIDs" had too many elements');s.messageIDs.push(e.bytes());break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(pn||(pn={}));var mn;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.messageIDs!=null)for(let s of e.messageIDs)n.uint32(10),n.bytes(s);o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={messageIDs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{if(o.limits?.messageIDs!=null&&s.messageIDs.length===o.limits.messageIDs)throw new _t('Decode error - map field "messageIDs" had too many elements');s.messageIDs.push(e.bytes());break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(mn||(mn={}));var yn;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.topic!=null&&(n.uint32(10),n.string(e.topic)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.topic=e.string();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(yn||(yn={}));var bn;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.topic!=null&&(n.uint32(10),n.string(e.topic)),e.peers!=null)for(let s of e.peers)n.uint32(18),gn.codec().encode(s,n);e.backoff!=null&&(n.uint32(24),n.uint64(e.backoff)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={peers:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.topic=e.string();break}case 2:{if(o.limits?.peers!=null&&s.peers.length===o.limits.peers)throw new _t('Decode error - map field "peers" had too many elements');s.peers.push(gn.codec().decode(e,e.uint32(),{limits:o.limits?.peers$}));break}case 3:{s.backoff=e.uint64();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(bn||(bn={}));var gn;(function(r){let t;r.codec=()=>(t==null&&(t=vt((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.peerID!=null&&(n.uint32(10),n.bytes(e.peerID)),e.signedPeerRecord!=null&&(n.uint32(18),n.bytes(e.signedPeerRecord)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let s={},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let a=e.uint32();switch(a>>>3){case 1:{s.peerID=e.bytes();break}case 2:{s.signedPeerRecord=e.bytes();break}default:{e.skipType(a&7);break}}}return s})),t),r.encode=e=>St(e,r.codec()),r.decode=(e,n)=>Et(e,r.codec(),n)})(gn||(gn={}));var us=class extends ln{seenCache;constructor(t,e){super(t,{...e,canRelayMessage:!0,multicodecs:[cs]}),this.log=t.logger.forComponent("libp2p:floodsub"),this.seenCache=new hn({validityMs:e?.seenTTL??3e4})}[hs]=!0;[Symbol.toStringTag]="@libp2p/floodsub";[ds]=["@libp2p/pubsub"];[ps]=["@libp2p/identify"];decodeRpc(t){return Ie.decode(t)}encodeRpc(t){return Ie.encode(t)}decodeMessage(t){return Ie.Message.decode(t)}encodeMessage(t){return Ie.Message.encode(t)}async processMessage(t,e){let n=await super.getMsgId(e),o=z(n,"base64");this.seenCache.has(o)||(this.seenCache.put(o,!0),await super.processMessage(t,e))}async publishMessage(t,e){let n=this.getSubscribers(e.topic),o=[];return n==null||n.length===0?(this.log("no peers are subscribed to topic %s",e.topic),{recipients:o}):(n.forEach(s=>{if(this.components.peerId.equals(s)){this.log("not sending message on topic %s to myself",e.topic);return}if(s.equals(t)){this.log("not sending message on topic %s to sender %p",e.topic,s);return}this.log("publish msgs on topics %s %p",e.topic,s),o.push(s),this.send(s,{messages:[e]})}),{recipients:o})}};function _f(r={}){return t=>new us(t,r)}return Ma(Lf);})();
3
3
  /*! Bundled license information:
4
4
 
5
5
  @noble/hashes/esm/utils.js:
6
6
  (*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
7
7
 
8
8
  @noble/curves/esm/abstract/utils.js:
9
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
10
-
11
9
  @noble/curves/esm/abstract/modular.js:
12
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
13
-
14
10
  @noble/curves/esm/abstract/curve.js:
15
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
16
-
17
11
  @noble/curves/esm/abstract/edwards.js:
18
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
19
-
20
12
  @noble/curves/esm/ed25519.js:
21
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
22
-
23
13
  @noble/curves/esm/abstract/weierstrass.js:
24
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
25
-
26
14
  @noble/curves/esm/_shortw_utils.js:
27
- (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
28
-
29
15
  @noble/curves/esm/secp256k1.js:
30
16
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
31
17
  */
32
18
  return Libp2PFloodsub}));
19
+ //# sourceMappingURL=index.min.js.map