@helia/dnslink 1.2.1-35b081c7 → 1.2.1-73a28eda

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  (function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.HeliaDnslink = factory()}(typeof self !== 'undefined' ? self : this, function () {
2
- "use strict";var HeliaDnslink=(()=>{var Si=Object.create;var Qe=Object.defineProperty;var Ai=Object.getOwnPropertyDescriptor;var vi=Object.getOwnPropertyNames;var Bi=Object.getPrototypeOf,Ti=Object.prototype.hasOwnProperty;var Ii=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),ct=(r,t)=>{for(var e in t)Qe(r,e,{get:t[e],enumerable:!0})},yo=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of vi(t))!Ti.call(r,o)&&o!==e&&Qe(r,o,{get:()=>t[o],enumerable:!(n=Ai(t,o))||n.enumerable});return r};var _i=(r,t,e)=>(e=r!=null?Si(Bi(r)):{},yo(t||!r||!r.__esModule?Qe(e,"default",{value:r,enumerable:!0}):e,r)),Di=r=>yo(Qe({},"__esModule",{value:!0}),r);var Po=Ii((xu,ko)=>{ko.exports=function(r){if(!r)throw Error("hashlru must have a max value, of type number, greater than 0");var t=0,e=Object.create(null),n=Object.create(null);function o(s,i){e[s]=i,t++,t>=r&&(t=0,n=e,e=Object.create(null))}return{has:function(s){return e[s]!==void 0||n[s]!==void 0},remove:function(s){e[s]!==void 0&&(e[s]=void 0),n[s]!==void 0&&(n[s]=void 0)},get:function(s){var i=e[s];if(i!==void 0)return i;if((i=n[s])!==void 0)return o(s,i),i},set:function(s,i){e[s]!==void 0?e[s]=i:o(s,i)},clear:function(){e=Object.create(null),n=Object.create(null)}}}});var ff={};ct(ff,{dnsLink:()=>af});var $r={};ct($r,{base10:()=>Ni});var mf=new Uint8Array(0);function bo(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 Bt(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 go(r){return new TextEncoder().encode(r)}function xo(r){return new TextDecoder().decode(r)}function Li(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 c=r.length,f=r.charAt(0),a=Math.log(c)/Math.log(256),u=Math.log(256)/Math.log(c);function h(b){if(b instanceof Uint8Array||(ArrayBuffer.isView(b)?b=new Uint8Array(b.buffer,b.byteOffset,b.byteLength):Array.isArray(b)&&(b=Uint8Array.from(b))),!(b instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(b.length===0)return"";for(var S=0,d=0,x=0,A=b.length;x!==A&&b[x]===0;)x++,S++;for(var B=(A-x)*u+1>>>0,R=new Uint8Array(B);x!==A;){for(var D=b[x],F=0,C=B-1;(D!==0||F<d)&&C!==-1;C--,F++)D+=256*R[C]>>>0,R[C]=D%c>>>0,D=D/c>>>0;if(D!==0)throw new Error("Non-zero carry");d=F,x++}for(var I=B-d;I!==B&&R[I]===0;)I++;for(var U=f.repeat(S);I<B;++I)U+=r.charAt(R[I]);return U}function w(b){if(typeof b!="string")throw new TypeError("Expected String");if(b.length===0)return new Uint8Array;var S=0;if(b[S]!==" "){for(var d=0,x=0;b[S]===f;)d++,S++;for(var A=(b.length-S)*a+1>>>0,B=new Uint8Array(A);b[S];){var R=e[b.charCodeAt(S)];if(R===255)return;for(var D=0,F=A-1;(R!==0||D<x)&&F!==-1;F--,D++)R+=c*B[F]>>>0,B[F]=R%256>>>0,R=R/256>>>0;if(R!==0)throw new Error("Non-zero carry");x=D,S++}if(b[S]!==" "){for(var C=A-x;C!==A&&B[C]===0;)C++;for(var I=new Uint8Array(d+(A-C)),U=d;C!==A;)I[U++]=B[C++];return I}}}function p(b){var S=w(b);if(S)return S;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:w,decode:p}}var Ri=Li,Ci=Ri,Eo=Ci;var Vr=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")}},zr=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 So(this,t)}},jr=class{decoders;constructor(t){this.decoders=t}or(t){return So(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 So(r,t){return new jr({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var Zr=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 Vr(t,e,n),this.decoder=new zr(t,e,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function ee({name:r,prefix:t,encode:e,decode:n}){return new Zr(r,t,e,n)}function Ct({name:r,prefix:t,alphabet:e}){let{encode:n,decode:o}=Eo(e,r);return ee({prefix:t,name:r,encode:n,decode:s=>Bt(o(s))})}function Oi(r,t,e,n){let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*e/8|0),i=0,c=0,f=0;for(let a=0;a<o;++a){let u=t[r[a]];if(u===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<e|u,i+=e,i>=8&&(i-=8,s[f++]=255&c>>i)}if(i>=e||(255&c<<8-i)!==0)throw new SyntaxError("Unexpected end of data");return s}function Fi(r,t,e){let n=t[t.length-1]==="=",o=(1<<e)-1,s="",i=0,c=0;for(let f=0;f<r.length;++f)for(c=c<<8|r[f],i+=8;i>e;)i-=e,s+=t[o&c>>i];if(i!==0&&(s+=t[o&c<<e-i]),n)for(;(s.length*e&7)!==0;)s+="=";return s}function Ui(r){let t={};for(let e=0;e<r.length;++e)t[r[e]]=e;return t}function V({name:r,prefix:t,bitsPerChar:e,alphabet:n}){let o=Ui(n);return ee({prefix:t,name:r,encode(s){return Fi(s,n,e)},decode(s){return Oi(s,o,e,r)}})}var Ni=Ct({prefix:"9",name:"base10",alphabet:"0123456789"});var Yr={};ct(Yr,{base16:()=>Ki,base16upper:()=>ki});var Ki=V({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),ki=V({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Gr={};ct(Gr,{base2:()=>Pi});var Pi=V({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Xr={};ct(Xr,{base256emoji:()=>zi});var Ao=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}"),Mi=Ao.reduce((r,t,e)=>(r[e]=t,r),[]),Hi=Ao.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function qi(r){return r.reduce((t,e)=>(t+=Mi[e],t),"")}function Vi(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let o=Hi[n];if(o==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(o)}return new Uint8Array(t)}var zi=ee({prefix:"\u{1F680}",name:"base256emoji",encode:qi,decode:Vi});var Wr={};ct(Wr,{base32:()=>re,base32hex:()=>Yi,base32hexpad:()=>Xi,base32hexpadupper:()=>Wi,base32hexupper:()=>Gi,base32pad:()=>Zi,base32padupper:()=>$i,base32upper:()=>ji,base32z:()=>Qi});var re=V({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),ji=V({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Zi=V({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),$i=V({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Yi=V({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Gi=V({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Xi=V({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Wi=V({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Qi=V({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Qr={};ct(Qr,{base36:()=>Ae,base36upper:()=>Ji});var Ae=Ct({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Ji=Ct({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Jr={};ct(Jr,{base58btc:()=>$,base58flickr:()=>tc});var $=Ct({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),tc=Ct({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var tn={};ct(tn,{base64:()=>ec,base64pad:()=>rc,base64url:()=>nc,base64urlpad:()=>oc});var ec=V({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),rc=V({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),nc=V({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),oc=V({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var en={};ct(en,{base8:()=>sc});var sc=V({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var rn={};ct(rn,{identity:()=>ic});var ic=ee({prefix:"\0",name:"identity",encode:r=>xo(r),decode:r=>go(r)});var Rf=new TextEncoder,Cf=new TextDecoder;var on={};ct(on,{identity:()=>lt});var fc=To,vo=128,uc=127,hc=~uc,lc=Math.pow(2,31);function To(r,t,e){t=t||[],e=e||0;for(var n=e;r>=lc;)t[e++]=r&255|vo,r/=128;for(;r&hc;)t[e++]=r&255|vo,r>>>=7;return t[e]=r|0,To.bytes=e-n+1,t}var dc=nn,pc=128,Bo=127;function nn(r,n){var e=0,n=n||0,o=0,s=n,i,c=r.length;do{if(s>=c)throw nn.bytes=0,new RangeError("Could not decode varint");i=r[s++],e+=o<28?(i&Bo)<<o:(i&Bo)*Math.pow(2,o),o+=7}while(i>=pc);return nn.bytes=s-n,e}var mc=Math.pow(2,7),yc=Math.pow(2,14),bc=Math.pow(2,21),gc=Math.pow(2,28),xc=Math.pow(2,35),wc=Math.pow(2,42),Ec=Math.pow(2,49),Sc=Math.pow(2,56),Ac=Math.pow(2,63),vc=function(r){return r<mc?1:r<yc?2:r<bc?3:r<gc?4:r<xc?5:r<wc?6:r<Ec?7:r<Sc?8:r<Ac?9:10},Bc={encode:fc,decode:dc,encodingLength:vc},Tc=Bc,ve=Tc;function Be(r,t=0){return[ve.decode(r,t),ve.decode.bytes]}function ne(r,t,e=0){return ve.encode(r,t,e),t}function oe(r){return ve.encodingLength(r)}function ie(r,t){let e=t.byteLength,n=oe(r),o=n+oe(e),s=new Uint8Array(o+e);return ne(r,s,0),ne(e,s,n),s.set(t,o),new se(r,e,t,s)}function Te(r){let t=Bt(r),[e,n]=Be(t),[o,s]=Be(t.subarray(n)),i=t.subarray(n+s);if(i.byteLength!==o)throw new Error("Incorrect length");return new se(e,o,i,t)}function Io(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&bo(r.bytes,e.bytes)}}var se=class{code;size;digest;bytes;constructor(t,e,n,o){this.code=t,this.size=e,this.digest=n,this.bytes=o}};var _o=0,Ic="identity",Do=Bt;function _c(r,t){if(t?.truncate!=null&&t.truncate!==r.byteLength){if(t.truncate<0||t.truncate>r.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${r.byteLength}`);r=r.subarray(0,t.truncate)}return ie(_o,Do(r))}var lt={code:_o,name:Ic,encode:Do,digest:_c};var an={};ct(an,{sha256:()=>Ie,sha512:()=>Lc});var Dc=20;function cn({name:r,code:t,encode:e,minDigestLength:n,maxDigestLength:o}){return new sn(r,t,e,n,o)}var sn=class{name;code;encode;minDigestLength;maxDigestLength;constructor(t,e,n,o,s){this.name=t,this.code=e,this.encode=n,this.minDigestLength=o??Dc,this.maxDigestLength=s}digest(t,e){if(e?.truncate!=null){if(e.truncate<this.minDigestLength)throw new Error(`Invalid truncate option, must be greater than or equal to ${this.minDigestLength}`);if(this.maxDigestLength!=null&&e.truncate>this.maxDigestLength)throw new Error(`Invalid truncate option, must be less than or equal to ${this.maxDigestLength}`)}if(t instanceof Uint8Array){let n=this.encode(t);return n instanceof Uint8Array?Lo(n,this.code,e?.truncate):n.then(o=>Lo(o,this.code,e?.truncate))}else throw Error("Unknown type, must be binary type")}};function Lo(r,t,e){if(e!=null&&e!==r.byteLength){if(e>r.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${r.byteLength}`);r=r.subarray(0,e)}return ie(t,r)}function Co(r){return async t=>new Uint8Array(await crypto.subtle.digest(r,t))}var Ie=cn({name:"sha2-256",code:18,encode:Co("SHA-256")}),Lc=cn({name:"sha2-512",code:19,encode:Co("SHA-512")});function Oo(r,t){let{bytes:e,version:n}=r;return n===0?Cc(e,fn(r),t??$.encoder):Oc(e,fn(r),t??re.encoder)}var Fo=new WeakMap;function fn(r){let t=Fo.get(r);if(t==null){let e=new Map;return Fo.set(r,e),e}return t}var J=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!==Fc)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=ie(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&&Io(t.multihash,n.multihash)}toString(t){return Oo(this,t)}toJSON(){return{"/":Oo(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??Uo(n,o,s.bytes))}else if(e[Uc]===!0){let{version:n,multihash:o,code:s}=e,i=Te(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=Uo(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=Bt(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 se(e.multihashCode,e.digestSize,s,o);return[e.version===0?r.createV0(i):r.createV1(e.codec,i),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[h,w]=Be(t.subarray(e));return e+=w,h},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,c=n(),f=n(),a=e+f,u=a-i;return{version:o,codec:s,multihashCode:c,digestSize:f,multihashSize:u,size:a}}static parse(t,e){let[n,o]=Rc(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 fn(s).set(n,t),s}};function Rc(r,t){switch(r[0]){case"Q":{let e=t??$;return[$.prefix,e.decode(`${$.prefix}${r}`)]}case $.prefix:{let e=t??$;return[$.prefix,e.decode(r)]}case re.prefix:{let e=t??re;return[re.prefix,e.decode(r)]}case Ae.prefix:{let e=t??Ae;return[Ae.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 Cc(r,t,e){let{prefix:n}=e;if(n!==$.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 Oc(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,Fc=18;function Uo(r,t,e){let n=oe(r),o=n+oe(t),s=new Uint8Array(o+e.byteLength);return ne(r,s,0),ne(t,s,n),s.set(e,o),s}var Uc=Symbol.for("@ipld/js-cid/CID");var un={...rn,...Gr,...en,...$r,...Yr,...Wr,...Qr,...Jr,...tn,...Xr},tu={...an,...on};function Tt(r=0){return new Uint8Array(r)}function at(r=0){return new Uint8Array(r)}function Ko(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var No=Ko("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),hn=Ko("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=at(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),Nc={utf8:No,"utf-8":No,hex:un.base16,latin1:hn,ascii:hn,binary:hn,...un},tr=Nc;function it(r,t="utf8"){let e=tr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.encoder.encode(r).substring(1)}var Mc=_i(Po(),1);var vt;(function(r){r[r.A=1]="A",r[r.CNAME=5]="CNAME",r[r.TXT=16]="TXT",r[r.AAAA=28]="AAAA"})(vt||(vt={}));var Mo=32;var ae=class extends Map{#r=0;#t=new Map;#e=new Map;#o;#i;#s;constructor(t={}){if(super(),!(t.maxSize&&t.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");if(typeof t.maxAge=="number"&&t.maxAge===0)throw new TypeError("`maxAge` must be a number greater than 0");this.#o=t.maxSize,this.#i=t.maxAge||Number.POSITIVE_INFINITY,this.#s=t.onEviction}get __oldCache(){return this.#e}#c(t){if(typeof this.#s=="function")for(let[e,n]of t)this.#s(e,n.value)}#n(t,e){return typeof e.expiry=="number"&&e.expiry<=Date.now()?(typeof this.#s=="function"&&this.#s(t,e.value),this.delete(t)):!1}#l(t,e){if(this.#n(t,e)===!1)return e.value}#f(t,e){return e.expiry?this.#l(t,e):e.value}#u(t,e){let n=e.get(t);return this.#f(t,n)}#h(t,e){this.#t.set(t,e),this.#r++,this.#r>=this.#o&&(this.#r=0,this.#c(this.#e),this.#e=this.#t,this.#t=new Map)}#d(t,e){this.#e.delete(t),this.#h(t,e)}*#a(){for(let t of this.#e){let[e,n]=t;this.#t.has(e)||this.#n(e,n)===!1&&(yield t)}for(let t of this.#t){let[e,n]=t;this.#n(e,n)===!1&&(yield t)}}get(t){if(this.#t.has(t)){let e=this.#t.get(t);return this.#f(t,e)}if(this.#e.has(t)){let e=this.#e.get(t);if(this.#n(t,e)===!1)return this.#d(t,e),e.value}}set(t,e,{maxAge:n=this.#i}={}){let o=typeof n=="number"&&n!==Number.POSITIVE_INFINITY?Date.now()+n:void 0;return this.#t.has(t)?this.#t.set(t,{value:e,expiry:o}):this.#h(t,{value:e,expiry:o}),this}has(t){return this.#t.has(t)?!this.#n(t,this.#t.get(t)):this.#e.has(t)?!this.#n(t,this.#e.get(t)):!1}peek(t){if(this.#t.has(t))return this.#u(t,this.#t);if(this.#e.has(t))return this.#u(t,this.#e)}expiresIn(t){let e=this.#t.get(t)??this.#e.get(t);if(e)return e.expiry?e.expiry-Date.now():Number.POSITIVE_INFINITY}delete(t){let e=this.#t.delete(t);return e&&this.#r--,this.#e.delete(t)||e}clear(){this.#t.clear(),this.#e.clear(),this.#r=0}resize(t){if(!(t&&t>0))throw new TypeError("`maxSize` must be a number greater than 0");let e=[...this.#a()],n=e.length-t;n<0?(this.#t=new Map(e),this.#e=new Map,this.#r=e.length):(n>0&&this.#c(e.slice(0,n)),this.#e=new Map(e.slice(n)),this.#t=new Map,this.#r=0),this.#o=t}evict(t=1){let e=Number(t);if(!e||e<=0)return;let n=[...this.#a()],o=Math.trunc(Math.min(e,Math.max(n.length-1,0)));o<=0||(this.#c(n.slice(0,o)),this.#e=new Map(n.slice(o)),this.#t=new Map,this.#r=0)}*keys(){for(let[t]of this)yield t}*values(){for(let[,t]of this)yield t}*[Symbol.iterator](){for(let t of this.#t){let[e,n]=t;this.#n(e,n)===!1&&(yield[e,n.value])}for(let t of this.#e){let[e,n]=t;this.#t.has(e)||this.#n(e,n)===!1&&(yield[e,n.value])}}*entriesDescending(){let t=[...this.#t];for(let e=t.length-1;e>=0;--e){let n=t[e],[o,s]=n;this.#n(o,s)===!1&&(yield[o,s.value])}t=[...this.#e];for(let e=t.length-1;e>=0;--e){let n=t[e],[o,s]=n;this.#t.has(o)||this.#n(o,s)===!1&&(yield[o,s.value])}}*entriesAscending(){for(let[t,e]of this.#a())yield[t,e.value]}get size(){if(!this.#r)return this.#e.size;let t=0;for(let e of this.#e.keys())this.#t.has(e)||t++;return Math.min(this.#r+t,this.#o)}get maxSize(){return this.#o}get maxAge(){return this.#i}entries(){return this.entriesAscending()}forEach(t,e=this){for(let[n,o]of this.entriesAscending())t.call(e,o,n,this)}get[Symbol.toStringTag](){return"QuickLRU"}toString(){return`QuickLRU(${this.size}/${this.maxSize})`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}};var er=class extends Error{static name="DNSLinkNotFoundError";constructor(t="DNSLink not found"){super(t),this.name="DNSLinkNotFoundError"}},fe=class extends Error{static name="InvalidNamespaceError";constructor(t="Invalid namespace"){super(t),this.name="InvalidNamespaceError"}};var Ho=(r,t)=>{let[,e,n,...o]=r.split("/");if(e!=="ipfs")throw new fe(`Namespace ${e} was not "ipfs"`);return{namespace:"ipfs",cid:J.parse(n),path:o.length>0?`/${o.join("/")}`:"",answer:t}};var wt=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},rr=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var nr=class extends Error{static name="InvalidCIDError";constructor(t="Invalid CID"){super(t),this.name="InvalidCIDError"}},or=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var De=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var ln=Symbol.for("@libp2p/peer-id");function dt(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function sr(r,t){t==null&&(t=r.reduce((o,s)=>o+s.length,0));let e=at(t),n=0;for(let o of r)e.set(o,n),n+=o.length;return e}var Vo=Symbol.for("@achingbrain/uint8arraylist");function qo(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 ir(r){return!!r?.[Vo]}var ft=class r{bufs;length;[Vo]=!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(ir(n)){e+=n.byteLength;for(let o of n.bufs)this.bufs.push(o)}else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(let n of t.reverse())if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.unshift(n);else if(ir(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=qo(this.bufs,t);return e.buf[e.index]}set(t,e){let n=qo(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(ir(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 sr(n,o)}subarray(t,e){let{bufs:n,length:o}=this._subList(t,e);return n.length===1?n[0]:sr(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],c=o,f=c+i.byteLength;if(o=f,t>=f)continue;let a=t>=c&&t<f,u=e>c&&e<=f;if(a&&u){if(t===c&&e===f){n.push(i);break}let h=t-c;n.push(i.subarray(h,h+(e-t)));break}if(a){if(t===0){n.push(i);continue}n.push(i.subarray(t-c));continue}if(u){if(e===f){n.push(i);break}n.push(i.subarray(0,e-c));break}n.push(i)}return{bufs:n,length:e-t}}indexOf(t,e=0){if(!ir(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let s=256,i=new Int32Array(s);for(let h=0;h<s;h++)i[h]=-1;for(let h=0;h<o;h++)i[n[h]]=h;let c=i,f=this.byteLength-n.byteLength,a=n.byteLength-1,u;for(let h=e;h<=f;h+=u){u=0;for(let w=a;w>=0;w--){let p=this.get(h+w);if(n[w]!==p){u=Math.max(1,w-c[p]);break}}if(u===0)return h}return-1}getInt8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){let n=at(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=Tt(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=Tt(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=Tt(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=at(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=Tt(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=Tt(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=Tt(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=Tt(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=Tt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,e,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof r)||t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!dt(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let n=new r;return n.bufs=t,e==null&&(e=t.reduce((o,s)=>o+s.byteLength,0)),n.length=e,n}};function Ot(r,t="utf8"){let e=tr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.decoder.decode(`${e.prefix}${r}`)}var Hc=parseInt("11111",2),dn=parseInt("10000000",2),qc=parseInt("01111111",2),zo={0:Le,1:Le,2:Vc,3:Zc,4:$c,5:jc,6:zc,16:Le,22:Le,48:Le};function pn(r,t={offset:0}){let e=r[t.offset]&Hc;if(t.offset++,zo[e]!=null)return zo[e](r,t);throw new Error("No decoder for tag "+e)}function Re(r,t){let e=0;if((r[t.offset]&dn)===dn){let n=r[t.offset]&qc,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 Le(r,t){Re(r,t);let e=[];for(;!(t.offset>=r.byteLength);){let n=pn(r,t);if(n===null)break;e.push(n)}return e}function Vc(r,t){let e=Re(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 zc(r,t){let e=Re(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 c=`${s}.${i}`,f=[];for(;t.offset<n;){let a=r[t.offset];if(t.offset++,f.push(a&127),a<128){f.reverse();let u=0;for(let h=0;h<f.length;h++)u+=f[h]<<h*7;c+=`.${u}`,f=[]}}return c}function jc(r,t){return t.offset++,null}function Zc(r,t){let e=Re(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 $c(r,t){let e=Re(r,t),n=r.subarray(t.offset,t.offset+e);return t.offset+=e,n}function Yc(r){let t=r.toString(16);t.length%2===1&&(t="0"+t);let e=new ft;for(let n=0;n<t.length;n+=2)e.append(Uint8Array.from([parseInt(`${t[n]}${t[n+1]}`,16)]));return e}function mn(r){if(r.byteLength<128)return Uint8Array.from([r.byteLength]);let t=Yc(r.byteLength);return new ft(Uint8Array.from([t.byteLength|dn]),t)}function jo(r){let t=new ft,e=128;return(r.subarray()[0]&e)===e&&t.append(Uint8Array.from([0])),t.append(r),new ft(Uint8Array.from([2]),mn(t),t)}function Zo(r){let t=Uint8Array.from([0]),e=new ft(t,r);return new ft(Uint8Array.from([3]),mn(e),e)}function cr(r,t=48){let e=new ft;for(let n of r)e.append(n);return new ft(Uint8Array.from([t]),mn(e),e)}async function $o(r,t,e,n){let o=await crypto.subtle.importKey("jwk",r,{name:"ECDSA",namedCurve:r.crv??"P-256"},!1,["verify"]);n?.signal?.throwIfAborted();let s=await crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},o,t,e.subarray());return n?.signal?.throwIfAborted(),s}var Gc=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),Xc=Uint8Array.from([6,5,43,129,4,0,34]),Wc=Uint8Array.from([6,5,43,129,4,0,35]),Qc={ext:!0,kty:"EC",crv:"P-256"},Jc={ext:!0,kty:"EC",crv:"P-384"},ta={ext:!0,kty:"EC",crv:"P-521"},yn=32,bn=48,gn=66;function Yo(r){let t=pn(r);return Go(t)}function Go(r){let t=r[1][1][0],e=1,n,o;if(t.byteLength===yn*2+1)return n=it(t.subarray(e,e+yn),"base64url"),o=it(t.subarray(e+yn),"base64url"),new ue({...Qc,key_ops:["verify"],x:n,y:o});if(t.byteLength===bn*2+1)return n=it(t.subarray(e,e+bn),"base64url"),o=it(t.subarray(e+bn),"base64url"),new ue({...Jc,key_ops:["verify"],x:n,y:o});if(t.byteLength===gn*2+1)return n=it(t.subarray(e,e+gn),"base64url"),o=it(t.subarray(e+gn),"base64url"),new ue({...ta,key_ops:["verify"],x:n,y:o});throw new wt(`coordinates were wrong length, got ${t.byteLength}, expected 65, 97 or 133`)}function Xo(r){return cr([jo(Uint8Array.from([1])),cr([ea(r.crv)],160),cr([Zo(new ft(Uint8Array.from([4]),Ot(r.x??"","base64url"),Ot(r.y??"","base64url")))],161)]).subarray()}function ea(r){if(r==="P-256")return Gc;if(r==="P-384")return Xc;if(r==="P-521")return Wc;throw new wt(`Invalid curve ${r}`)}var ue=class{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){return this._raw==null&&(this._raw=Xo(this.jwk)),this._raw}toMultihash(){return lt.digest(he(this))}toCID(){return J.createV1(114,this.toMultihash())}toString(){return $.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}async verify(t,e,n){return $o(this.jwk,e,t,n)}};function xn(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in r&&r.BYTES_PER_ELEMENT===1}function Ft(r,t=""){if(typeof r!="number"){let e=t&&`"${t}" `;throw new TypeError(`${e}expected number, got ${typeof r}`)}if(!Number.isSafeInteger(r)||r<0){let e=t&&`"${t}" `;throw new RangeError(`${e}expected integer >= 0, got ${r}`)}}function ut(r,t,e=""){let n=xn(r),o=r?.length,s=t!==void 0;if(!n||s&&o!==t){let i=e&&`"${e}" `,c=s?` of length ${t}`:"",f=n?`length=${o}`:`type=${typeof r}`,a=i+"expected Uint8Array"+c+", got "+f;throw n?new RangeError(a):new TypeError(a)}return r}function ar(r){if(typeof r!="function"||typeof r.create!="function")throw new TypeError("Hash must wrapped by utils.createHasher");if(Ft(r.outputLen),Ft(r.blockLen),r.outputLen<1)throw new Error('"outputLen" must be >= 1');if(r.blockLen<1)throw new Error('"blockLen" must be >= 1')}function le(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 fr(r,t){ut(r,void 0,"digestInto() output");let e=t.outputLen;if(r.length<e)throw new RangeError('"digestInto() output" expected to be of length >='+e)}function _t(...r){for(let t=0;t<r.length;t++)r[t].fill(0)}function ur(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function pt(r,t){return r<<32-t|r>>>t}var Qo=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",ra=Array.from({length:256},(r,t)=>t.toString(16).padStart(2,"0"));function hr(r){if(ut(r),Qo)return r.toHex();let t="";for(let e=0;e<r.length;e++)t+=ra[r[e]];return t}var It={_0:48,_9:57,A:65,F:70,a:97,f:102};function Wo(r){if(r>=It._0&&r<=It._9)return r-It._0;if(r>=It.A&&r<=It.F)return r-(It.A-10);if(r>=It.a&&r<=It.f)return r-(It.a-10)}function Ce(r){if(typeof r!="string")throw new TypeError("hex string expected, got "+typeof r);if(Qo)try{return Uint8Array.fromHex(r)}catch(o){throw o instanceof SyntaxError?new RangeError(o.message):o}let t=r.length,e=t/2;if(t%2)throw new RangeError("hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(e);for(let o=0,s=0;o<e;o++,s+=2){let i=Wo(r.charCodeAt(s)),c=Wo(r.charCodeAt(s+1));if(i===void 0||c===void 0){let f=r[s]+r[s+1];throw new RangeError('hex string expected, got non-hex character "'+f+'" at index '+s)}n[o]=i*16+c}return n}function wn(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];ut(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let s=r[n];e.set(s,o),o+=s.length}return e}function En(r,t={}){let e=(o,s)=>r(s).update(o).digest(),n=r(void 0);return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.canXOF=n.canXOF,e.create=o=>r(o),Object.assign(e,t),Object.freeze(e)}function Jo(r=32){Ft(r,"bytesLength");let t=typeof globalThis=="object"?globalThis.crypto:null;if(typeof t?.getRandomValues!="function")throw new Error("crypto.getRandomValues must be defined");if(r>65536)throw new RangeError(`"bytesLength" expected <= 65536, got ${r}`);return t.getRandomValues(new Uint8Array(r))}var Sn=r=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,r])});function ts(r,t,e){return r&t^~r&e}function es(r,t,e){return r&t^r&e^t&e}var Oe=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(t,e,n,o){this.blockLen=t,this.outputLen=e,this.padOffset=n,this.isLE=o,this.buffer=new Uint8Array(t),this.view=ur(this.buffer)}update(t){le(this),ut(t);let{view:e,buffer:n,blockLen:o}=this,s=t.length;for(let i=0;i<s;){let c=Math.min(o-this.pos,s-i);if(c===o){let f=ur(t);for(;o<=s-i;i+=o)this.process(f,i);continue}n.set(t.subarray(i,i+c),this.pos),this.pos+=c,i+=c,this.pos===o&&(this.process(e,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){le(this),fr(t,this),this.finished=!0;let{buffer:e,view:n,blockLen:o,isLE:s}=this,{pos:i}=this;e[i++]=128,_t(this.buffer.subarray(i)),this.padOffset>o-i&&(this.process(n,0),i=0);for(let h=i;h<o;h++)e[h]=0;n.setBigUint64(o-8,BigInt(this.length*8),s),this.process(n,0);let c=ur(t),f=this.outputLen;if(f%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let a=f/4,u=this.get();if(a>u.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<a;h++)c.setUint32(4*h,u[h],s)}digest(){let{buffer:t,outputLen:e}=this;this.digestInto(t);let n=t.slice(0,e);return this.destroy(),n}_cloneInto(t){t||=new this.constructor,t.set(...this.get());let{blockLen:e,buffer:n,length:o,finished:s,destroyed:i,pos:c}=this;return t.destroyed=i,t.finished=s,t.length=o,t.pos=c,o%e&&t.buffer.set(n),t}clone(){return this._cloneInto()}},Dt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var tt=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]);var lr=BigInt(4294967295),rs=BigInt(32);function na(r,t=!1){return t?{h:Number(r&lr),l:Number(r>>rs&lr)}:{h:Number(r>>rs&lr)|0,l:Number(r&lr)|0}}function ns(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:c}=na(r[s],t);[n[s],o[s]]=[i,c]}return[n,o]}var An=(r,t,e)=>r>>>e,vn=(r,t,e)=>r<<32-e|t>>>e,jt=(r,t,e)=>r>>>e|t<<32-e,Zt=(r,t,e)=>r<<32-e|t>>>e,Fe=(r,t,e)=>r<<64-e|t>>>e-32,Ue=(r,t,e)=>r>>>e-32|t<<64-e;function Et(r,t,e,n){let o=(t>>>0)+(n>>>0);return{h:r+e+(o/2**32|0)|0,l:o|0}}var os=(r,t,e)=>(r>>>0)+(t>>>0)+(e>>>0),ss=(r,t,e,n)=>t+e+n+(r/2**32|0)|0,is=(r,t,e,n)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0),cs=(r,t,e,n,o)=>t+e+n+o+(r/2**32|0)|0,as=(r,t,e,n,o)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0)+(o>>>0),fs=(r,t,e,n,o,s)=>t+e+n+o+s+(r/2**32|0)|0;var sa=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]),Ut=new Uint32Array(64),Bn=class extends Oe{constructor(t){super(64,t,8,!1)}get(){let{A:t,B:e,C:n,D:o,E:s,F:i,G:c,H:f}=this;return[t,e,n,o,s,i,c,f]}set(t,e,n,o,s,i,c,f){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=c|0,this.H=f|0}process(t,e){for(let h=0;h<16;h++,e+=4)Ut[h]=t.getUint32(e,!1);for(let h=16;h<64;h++){let w=Ut[h-15],p=Ut[h-2],b=pt(w,7)^pt(w,18)^w>>>3,S=pt(p,17)^pt(p,19)^p>>>10;Ut[h]=S+Ut[h-7]+b+Ut[h-16]|0}let{A:n,B:o,C:s,D:i,E:c,F:f,G:a,H:u}=this;for(let h=0;h<64;h++){let w=pt(c,6)^pt(c,11)^pt(c,25),p=u+w+ts(c,f,a)+sa[h]+Ut[h]|0,S=(pt(n,2)^pt(n,13)^pt(n,22))+es(n,o,s)|0;u=a,a=f,f=c,c=i+p|0,i=s,s=o,o=n,n=p+S|0}n=n+this.A|0,o=o+this.B|0,s=s+this.C|0,i=i+this.D|0,c=c+this.E|0,f=f+this.F|0,a=a+this.G|0,u=u+this.H|0,this.set(n,o,s,i,c,f,a,u)}roundClean(){_t(Ut)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),_t(this.buffer)}},Tn=class extends Bn{A=Dt[0]|0;B=Dt[1]|0;C=Dt[2]|0;D=Dt[3]|0;E=Dt[4]|0;F=Dt[5]|0;G=Dt[6]|0;H=Dt[7]|0;constructor(){super(32)}};var us=ns(["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))),ia=us[0],ca=us[1],Nt=new Uint32Array(80),Kt=new Uint32Array(80),In=class extends Oe{constructor(t){super(128,t,16,!1)}get(){let{Ah:t,Al:e,Bh:n,Bl:o,Ch:s,Cl:i,Dh:c,Dl:f,Eh:a,El:u,Fh:h,Fl:w,Gh:p,Gl:b,Hh:S,Hl:d}=this;return[t,e,n,o,s,i,c,f,a,u,h,w,p,b,S,d]}set(t,e,n,o,s,i,c,f,a,u,h,w,p,b,S,d){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=c|0,this.Dl=f|0,this.Eh=a|0,this.El=u|0,this.Fh=h|0,this.Fl=w|0,this.Gh=p|0,this.Gl=b|0,this.Hh=S|0,this.Hl=d|0}process(t,e){for(let B=0;B<16;B++,e+=4)Nt[B]=t.getUint32(e),Kt[B]=t.getUint32(e+=4);for(let B=16;B<80;B++){let R=Nt[B-15]|0,D=Kt[B-15]|0,F=jt(R,D,1)^jt(R,D,8)^An(R,D,7),C=Zt(R,D,1)^Zt(R,D,8)^vn(R,D,7),I=Nt[B-2]|0,U=Kt[B-2]|0,H=jt(I,U,19)^Fe(I,U,61)^An(I,U,6),N=Zt(I,U,19)^Ue(I,U,61)^vn(I,U,6),l=is(C,N,Kt[B-7],Kt[B-16]),m=cs(l,F,H,Nt[B-7],Nt[B-16]);Nt[B]=m|0,Kt[B]=l|0}let{Ah:n,Al:o,Bh:s,Bl:i,Ch:c,Cl:f,Dh:a,Dl:u,Eh:h,El:w,Fh:p,Fl:b,Gh:S,Gl:d,Hh:x,Hl:A}=this;for(let B=0;B<80;B++){let R=jt(h,w,14)^jt(h,w,18)^Fe(h,w,41),D=Zt(h,w,14)^Zt(h,w,18)^Ue(h,w,41),F=h&p^~h&S,C=w&b^~w&d,I=as(A,D,C,ca[B],Kt[B]),U=fs(I,x,R,F,ia[B],Nt[B]),H=I|0,N=jt(n,o,28)^Fe(n,o,34)^Fe(n,o,39),l=Zt(n,o,28)^Ue(n,o,34)^Ue(n,o,39),m=n&s^n&c^s&c,E=o&i^o&f^i&f;x=S|0,A=d|0,S=p|0,d=b|0,p=h|0,b=w|0,{h,l:w}=Et(a|0,u|0,U|0,H|0),a=c|0,u=f|0,c=s|0,f=i|0,s=n|0,i=o|0;let g=os(H,l,E);n=ss(g,U,N,m),o=g|0}({h:n,l:o}=Et(this.Ah|0,this.Al|0,n|0,o|0)),{h:s,l:i}=Et(this.Bh|0,this.Bl|0,s|0,i|0),{h:c,l:f}=Et(this.Ch|0,this.Cl|0,c|0,f|0),{h:a,l:u}=Et(this.Dh|0,this.Dl|0,a|0,u|0),{h,l:w}=Et(this.Eh|0,this.El|0,h|0,w|0),{h:p,l:b}=Et(this.Fh|0,this.Fl|0,p|0,b|0),{h:S,l:d}=Et(this.Gh|0,this.Gl|0,S|0,d|0),{h:x,l:A}=Et(this.Hh|0,this.Hl|0,x|0,A|0),this.set(n,o,s,i,c,f,a,u,h,w,p,b,S,d,x,A)}roundClean(){_t(Nt,Kt)}destroy(){this.destroyed=!0,_t(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},_n=class extends In{Ah=tt[0]|0;Al=tt[1]|0;Bh=tt[2]|0;Bl=tt[3]|0;Ch=tt[4]|0;Cl=tt[5]|0;Dh=tt[6]|0;Dl=tt[7]|0;Eh=tt[8]|0;El=tt[9]|0;Fh=tt[10]|0;Fl=tt[11]|0;Gh=tt[12]|0;Gl=tt[13]|0;Hh=tt[14]|0;Hl=tt[15]|0;constructor(){super(64)}};var hs=En(()=>new Tn,Sn(1));var dr=En(()=>new _n,Sn(3));var P=(r,t,e)=>ut(r,t,e),Ln=Ft,de=hr,G=(...r)=>wn(...r),pe=r=>Ce(r),$t=xn,Ne=r=>Jo(r),mr=BigInt(0),Dn=BigInt(1);function mt(r,t=""){if(typeof r!="boolean"){let e=t&&`"${t}" `;throw new TypeError(e+"expected boolean, got type="+typeof r)}return r}function yr(r){if(typeof r=="bigint"){if(!pr(r))throw new RangeError("positive bigint expected, got "+r)}else Ln(r);return r}function yt(r,t=""){if(typeof r!="number"){let e=t&&`"${t}" `;throw new TypeError(e+"expected number, got type="+typeof r)}if(!Number.isSafeInteger(r)){let e=t&&`"${t}" `;throw new RangeError(e+"expected safe integer, got "+r)}}function Ke(r){let t=yr(r).toString(16);return t.length&1?"0"+t:t}function ls(r){if(typeof r!="string")throw new TypeError("hex string expected, got "+typeof r);return r===""?mr:BigInt("0x"+r)}function Yt(r){return ls(hr(r))}function St(r){return ls(hr(ke(ut(r)).reverse()))}function br(r,t){if(Ft(t),t===0)throw new RangeError("zero length");r=yr(r);let e=r.toString(16);if(e.length>t*2)throw new RangeError("number too large");return Ce(e.padStart(t*2,"0"))}function Rn(r,t){return br(r,t).reverse()}function ds(r,t){if(r=P(r),t=P(t),r.length!==t.length)return!1;let e=0;for(let n=0;n<r.length;n++)e|=r[n]^t[n];return e===0}function ke(r){return Uint8Array.from(P(r))}function gr(r){if(typeof r!="string")throw new TypeError("ascii string expected, got "+typeof r);return Uint8Array.from(r,(t,e)=>{let n=t.charCodeAt(0);if(t.length!==1||n>127)throw new RangeError(`string contains non-ASCII character "${r[e]}" with code ${n} at position ${e}`);return n})}var pr=r=>typeof r=="bigint"&&mr<=r;function aa(r,t,e){return pr(r)&&pr(t)&&pr(e)&&t<=r&&r<e}function me(r,t,e,n){if(!aa(t,e,n))throw new RangeError("expected valid "+r+": "+e+" <= n < "+n+", got "+t)}function ye(r){if(r<mr)throw new Error("expected non-negative bigint, got "+r);let t;for(t=0;r>mr;r>>=Dn,t+=1);return t}var Pe=r=>(Dn<<BigInt(r))-Dn;function ps(r,t,e){if(Ft(r,"hashLen"),Ft(t,"qByteLen"),typeof e!="function")throw new TypeError("hmacFn must be a function");let n=d=>new Uint8Array(d),o=Uint8Array.of(),s=Uint8Array.of(0),i=Uint8Array.of(1),c=1e3,f=n(r),a=n(r),u=0,h=()=>{f.fill(1),a.fill(0),u=0},w=(...d)=>e(a,G(f,...d)),p=(d=o)=>{a=w(s,d),f=w(),d.length!==0&&(a=w(i,d),f=w())},b=()=>{if(u++>=c)throw new Error("drbg: tried max amount of iterations");let d=0,x=[];for(;d<t;){f=w();let A=f.slice();x.push(A),d+=f.length}return G(...x)};return(d,x)=>{h(),p(d);let A;for(;(A=x(b()))===void 0;)p();return h(),A}}function bt(r,t={},e={}){if(Object.prototype.toString.call(r)!=="[object Object]")throw new TypeError("expected valid options object");function n(s,i,c){if(!c&&i!=="function"&&!Object.hasOwn(r,s))throw new TypeError(`param "${s}" is invalid: expected own property`);let f=r[s];if(c&&f===void 0)return;let a=typeof f;if(a!==i||f===null)throw new TypeError(`param "${s}" is invalid: expected ${i}, got ${a}`)}let o=(s,i)=>Object.entries(s).forEach(([c,f])=>n(c,f,i));o(t,!1),o(e,!0)}var Cn=()=>{throw new Error("not implemented")};var et=BigInt(0),z=BigInt(1),Gt=BigInt(2),gs=BigInt(3),xs=BigInt(4),ws=BigInt(5),fa=BigInt(7),Es=BigInt(8),ua=BigInt(9),Ss=BigInt(16);function Z(r,t){if(t<=et)throw new Error("mod: expected positive modulus, got "+t);let e=r%t;return e>=et?e:t+e}function q(r,t,e){if(t<et)throw new Error("pow2: expected non-negative exponent, got "+t);let n=r;for(;t-- >et;)n*=n,n%=e;return n}function ms(r,t){if(r===et)throw new Error("invert: expected non-zero number");if(t<=et)throw new Error("invert: expected positive modulus, got "+t);let e=Z(r,t),n=t,o=et,s=z,i=z,c=et;for(;e!==et;){let a=n/e,u=n-e*a,h=o-i*a,w=s-c*a;n=e,e=u,o=i,s=c,i=h,c=w}if(n!==z)throw new Error("invert: does not exist");return Z(o,t)}function On(r,t,e){let n=r;if(!n.eql(n.sqr(t),e))throw new Error("Cannot find square root")}function As(r,t){let e=r,n=(e.ORDER+z)/xs,o=e.pow(t,n);return On(e,o,t),o}function ha(r,t){let e=r,n=(e.ORDER-ws)/Es,o=e.mul(t,Gt),s=e.pow(o,n),i=e.mul(t,s),c=e.mul(e.mul(i,Gt),s),f=e.mul(i,e.sub(c,e.ONE));return On(e,f,t),f}function la(r){let t=be(r),e=vs(r),n=e(t,t.neg(t.ONE)),o=e(t,n),s=e(t,t.neg(n)),i=(r+fa)/Ss;return((c,f)=>{let a=c,u=a.pow(f,i),h=a.mul(u,n),w=a.mul(u,o),p=a.mul(u,s),b=a.eql(a.sqr(h),f),S=a.eql(a.sqr(w),f);u=a.cmov(u,h,b),h=a.cmov(p,w,S);let d=a.eql(a.sqr(h),f),x=a.cmov(u,h,d);return On(a,x,f),x})}function vs(r){if(r<gs)throw new Error("sqrt is not defined for small field");let t=r-z,e=0;for(;t%Gt===et;)t/=Gt,e++;let n=Gt,o=be(r);for(;ys(o,n)===1;)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(e===1)return As;let s=o.pow(n,t),i=(t+z)/Gt;return function(f,a){let u=f;if(u.is0(a))return a;if(ys(u,a)!==1)throw new Error("Cannot find square root");let h=e,w=u.mul(u.ONE,s),p=u.pow(a,t),b=u.pow(a,i);for(;!u.eql(p,u.ONE);){if(u.is0(p))return u.ZERO;let S=1,d=u.sqr(p);for(;!u.eql(d,u.ONE);)if(S++,d=u.sqr(d),S===h)throw new Error("Cannot find square root");let x=z<<BigInt(h-S-1),A=u.pow(w,x);h=S,w=u.sqr(A),p=u.mul(p,w),b=u.mul(b,A)}return b}}function da(r){return r%xs===gs?As:r%Es===ws?ha:r%Ss===ua?la(r):vs(r)}var Lt=(r,t)=>(Z(r,t)&z)===z,pa=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Fn(r){let t={ORDER:"bigint",BYTES:"number",BITS:"number"},e=pa.reduce((n,o)=>(n[o]="function",n),t);if(bt(r,e),yt(r.BYTES,"BYTES"),yt(r.BITS,"BITS"),r.BYTES<1||r.BITS<1)throw new Error("invalid field: expected BYTES/BITS > 0");if(r.ORDER<=z)throw new Error("invalid field: expected ORDER > 1, got "+r.ORDER);return r}function ma(r,t,e){let n=r;if(e<et)throw new Error("invalid exponent, negatives unsupported");if(e===et)return n.ONE;if(e===z)return t;let o=n.ONE,s=t;for(;e>et;)e&z&&(o=n.mul(o,s)),s=n.sqr(s),e>>=z;return o}function Me(r,t,e=!1){let n=r,o=new Array(t.length).fill(e?n.ZERO:void 0),s=t.reduce((c,f,a)=>n.is0(f)?c:(o[a]=c,n.mul(c,f)),n.ONE),i=n.inv(s);return t.reduceRight((c,f,a)=>n.is0(f)?c:(o[a]=n.mul(c,o[a]),n.mul(c,f)),i),o}function ys(r,t){let e=r,n=(e.ORDER-z)/Gt,o=e.pow(t,n),s=e.eql(o,e.ONE),i=e.eql(o,e.ZERO),c=e.eql(o,e.neg(e.ONE));if(!s&&!i&&!c)throw new Error("invalid Legendre symbol result");return s?1:i?0:-1}function ya(r,t){if(t!==void 0&&Ln(t),r<=et)throw new Error("invalid n length: expected positive n, got "+r);if(t!==void 0&&t<1)throw new Error("invalid n length: expected positive bit length, got "+t);let e=ye(r);if(t!==void 0&&t<e)throw new Error(`invalid n length: expected bit length (${e}) >= n.length (${t})`);let n=t!==void 0?t:e,o=Math.ceil(n/8);return{nBitLength:n,nByteLength:o}}var bs=new WeakMap,xr=class{ORDER;BITS;BYTES;isLE;ZERO=et;ONE=z;_lengths;_mod;constructor(t,e={}){if(t<=z)throw new Error("invalid field: expected ORDER > 1, got "+t);let n;this.isLE=!1,e!=null&&typeof e=="object"&&(typeof e.BITS=="number"&&(n=e.BITS),typeof e.sqrt=="function"&&Object.defineProperty(this,"sqrt",{value:e.sqrt,enumerable:!0}),typeof e.isLE=="boolean"&&(this.isLE=e.isLE),e.allowedLengths&&(this._lengths=Object.freeze(e.allowedLengths.slice())),typeof e.modFromBytes=="boolean"&&(this._mod=e.modFromBytes));let{nBitLength:o,nByteLength:s}=ya(t,n);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");this.ORDER=t,this.BITS=o,this.BYTES=s,Object.freeze(this)}create(t){return Z(t,this.ORDER)}isValid(t){if(typeof t!="bigint")throw new TypeError("invalid field element: expected bigint, got "+typeof t);return et<=t&&t<this.ORDER}is0(t){return t===et}isValidNot0(t){return!this.is0(t)&&this.isValid(t)}isOdd(t){return(t&z)===z}neg(t){return Z(-t,this.ORDER)}eql(t,e){return t===e}sqr(t){return Z(t*t,this.ORDER)}add(t,e){return Z(t+e,this.ORDER)}sub(t,e){return Z(t-e,this.ORDER)}mul(t,e){return Z(t*e,this.ORDER)}pow(t,e){return ma(this,t,e)}div(t,e){return Z(t*ms(e,this.ORDER),this.ORDER)}sqrN(t){return t*t}addN(t,e){return t+e}subN(t,e){return t-e}mulN(t,e){return t*e}inv(t){return ms(t,this.ORDER)}sqrt(t){let e=bs.get(this);return e||bs.set(this,e=da(this.ORDER)),e(this,t)}toBytes(t){return this.isLE?Rn(t,this.BYTES):br(t,this.BYTES)}fromBytes(t,e=!1){P(t);let{_lengths:n,BYTES:o,isLE:s,ORDER:i,_mod:c}=this;if(n){if(t.length<1||!n.includes(t.length)||t.length>o)throw new Error("Field.fromBytes: expected "+n+" bytes, got "+t.length);let a=new Uint8Array(o);a.set(t,s?0:a.length-t.length),t=a}if(t.length!==o)throw new Error("Field.fromBytes: expected "+o+" bytes, got "+t.length);let f=s?St(t):Yt(t);if(c&&(f=Z(f,i)),!e&&!this.isValid(f))throw new Error("invalid field element: outside of range 0..ORDER");return f}invertBatch(t){return Me(this,t)}cmov(t,e,n){return mt(n,"condition"),n?e:t}};Object.freeze(xr.prototype);function be(r,t={}){return new xr(r,t)}function Bs(r){if(typeof r!="bigint")throw new Error("field order must be bigint");if(r<=z)throw new Error("field order must be greater than 1");let t=ye(r-z);return Math.ceil(t/8)}function Un(r){let t=Bs(r);return t+Math.ceil(t/2)}function Nn(r,t,e=!1){P(r);let n=r.length,o=Bs(t),s=Math.max(Un(t),16);if(n<s||n>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+n);let i=e?St(r):Yt(r),c=Z(i,t-z)+z;return e?Rn(c,o):br(c,o)}var ge=BigInt(0),Xt=BigInt(1);function He(r,t){let e=t.negate();return r?e:t}function Wt(r,t){let e=Me(r.Fp,t.map(n=>n.Z));return t.map((n,o)=>r.fromAffine(n.toAffine(e[o])))}function Ds(r,t){if(!Number.isSafeInteger(r)||r<=0||r>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+r)}function Kn(r,t){Ds(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 Ts(r,t,e){let{windowSize:n,mask:o,maxNumber:s,shiftBy:i}=e,c=Number(r&o),f=r>>i;c>n&&(c-=s,f+=Xt);let a=t*n,u=a+Math.abs(c)-1,h=c===0,w=c<0,p=t%2!==0;return{nextN:f,offset:u,isZero:h,isNeg:w,isNegF:p,offsetF:a}}var kn=new WeakMap,Ls=new WeakMap;function Pn(r){return Ls.get(r)||1}function Is(r){if(r!==ge)throw new Error("invalid wNAF")}var xe=class{BASE;ZERO;Fn;bits;constructor(t,e){this.BASE=t.BASE,this.ZERO=t.ZERO,this.Fn=t.Fn,this.bits=e}_unsafeLadder(t,e,n=this.ZERO){let o=t;for(;e>ge;)e&Xt&&(n=n.add(o)),o=o.double(),e>>=Xt;return n}precomputeWindow(t,e){let{windows:n,windowSize:o}=Kn(e,this.bits),s=[],i=t,c=i;for(let f=0;f<n;f++){c=i,s.push(c);for(let a=1;a<o;a++)c=c.add(i),s.push(c);i=c.double()}return s}wNAF(t,e,n){if(!this.Fn.isValid(n))throw new Error("invalid scalar");let o=this.ZERO,s=this.BASE,i=Kn(t,this.bits);for(let c=0;c<i.windows;c++){let{nextN:f,offset:a,isZero:u,isNeg:h,isNegF:w,offsetF:p}=Ts(n,c,i);n=f,u?s=s.add(He(w,e[p])):o=o.add(He(h,e[a]))}return Is(n),{p:o,f:s}}wNAFUnsafe(t,e,n,o=this.ZERO){let s=Kn(t,this.bits);for(let i=0;i<s.windows&&n!==ge;i++){let{nextN:c,offset:f,isZero:a,isNeg:u}=Ts(n,i,s);if(n=c,!a){let h=e[f];o=o.add(u?h.negate():h)}}return Is(n),o}getPrecomputes(t,e,n){let o=kn.get(e);return o||(o=this.precomputeWindow(e,t),t!==1&&(typeof n=="function"&&(o=n(o)),kn.set(e,o))),o}cached(t,e,n){let o=Pn(t);return this.wNAF(o,this.getPrecomputes(o,t,n),e)}unsafe(t,e,n,o){let s=Pn(t);return s===1?this._unsafeLadder(t,e,o):this.wNAFUnsafe(s,this.getPrecomputes(s,t,n),e,o)}createCache(t,e){Ds(e,this.bits),Ls.set(t,e),kn.delete(t)}hasCache(t){return Pn(t)!==1}};function Rs(r,t,e,n){let o=t,s=r.ZERO,i=r.ZERO;for(;e>ge||n>ge;)e&Xt&&(s=s.add(o)),n&Xt&&(i=i.add(o)),o=o.double(),e>>=Xt,n>>=Xt;return{p1:s,p2:i}}function _s(r,t,e){if(t){if(t.ORDER!==r)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return Fn(t),t}else return be(r,{isLE:e})}function wr(r,t,e={},n){if(n===void 0&&(n=r==="edwards"),!t||typeof t!="object")throw new Error(`expected valid ${r} CURVE object`);for(let f of["p","n","h"]){let a=t[f];if(!(typeof a=="bigint"&&a>ge))throw new Error(`CURVE.${f} must be positive bigint`)}let o=_s(t.p,e.Fp,n),s=_s(t.n,e.Fn,n),c=["Gx","Gy","a",r==="weierstrass"?"b":"d"];for(let f of c)if(!o.isValid(t[f]))throw new Error(`CURVE.${f} must be valid field element of CURVE.Fp`);return t=Object.freeze(Object.assign({},t)),{CURVE:t,Fp:o,Fn:s}}function Er(r,t){return function(n){let o=r(n);return{secretKey:o,publicKey:t(o)}}}var kt=BigInt(0),Q=BigInt(1),Mn=BigInt(2),ba=BigInt(8);function ga(r,t,e,n){let o=r.sqr(e),s=r.sqr(n),i=r.add(r.mul(t.a,o),s),c=r.add(r.ONE,r.mul(t.d,r.mul(o,s)));return r.eql(i,c)}function Cs(r,t={}){let e=t,n=wr("edwards",r,e,e.FpFnLE),{Fp:o,Fn:s}=n,i=n.CURVE,{h:c}=i;bt(e,{},{uvRatio:"function"});let f=Mn<<BigInt(s.BYTES*8)-Q,a=S=>o.create(S),u=e.uvRatio===void 0?(S,d)=>{try{return{isValid:!0,value:o.sqrt(o.div(S,d))}}catch{return{isValid:!1,value:kt}}}:e.uvRatio;if(!ga(o,i,i.Gx,i.Gy))throw new Error("bad curve params: generator point");function h(S,d,x=!1){let A=x?Q:kt;return me("coordinate "+S,d,A,f),d}function w(S){if(!(S instanceof p))throw new Error("EdwardsPoint expected")}class p{static BASE=new p(i.Gx,i.Gy,Q,a(i.Gx*i.Gy));static ZERO=new p(kt,Q,Q,kt);static Fp=o;static Fn=s;X;Y;Z;T;constructor(d,x,A,B){this.X=h("x",d),this.Y=h("y",x),this.Z=h("z",A,!0),this.T=h("t",B),Object.freeze(this)}static CURVE(){return i}static fromAffine(d){if(d instanceof p)throw new Error("extended point not allowed");let{x,y:A}=d||{};return h("x",x),h("y",A),new p(x,A,Q,a(x*A))}static fromBytes(d,x=!1){let A=o.BYTES,{a:B,d:R}=i;d=ke(P(d,A,"point")),mt(x,"zip215");let D=ke(d),F=d[A-1];D[A-1]=F&-129;let C=St(D),I=x?f:o.ORDER;me("point.y",C,kt,I);let U=a(C*C),H=a(U-Q),N=a(R*U-B),{isValid:l,value:m}=u(H,N);if(!l)throw new Error("bad point: invalid y coordinate");let E=(m&Q)===Q,g=(F&128)!==0;if(!x&&m===kt&&g)throw new Error("bad point: x=0 and x_0=1");return g!==E&&(m=a(-m)),p.fromAffine({x:m,y:C})}static fromHex(d,x=!1){return p.fromBytes(pe(d),x)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(d=8,x=!0){return b.createCache(this,d),x||this.multiply(Mn),this}assertValidity(){let d=this,{a:x,d:A}=i;if(d.is0())throw new Error("bad point: ZERO");let{X:B,Y:R,Z:D,T:F}=d,C=a(B*B),I=a(R*R),U=a(D*D),H=a(U*U),N=a(C*x),l=a(U*a(N+I)),m=a(H+a(A*a(C*I)));if(l!==m)throw new Error("bad point: equation left != right (1)");let E=a(B*R),g=a(D*F);if(E!==g)throw new Error("bad point: equation left != right (2)")}equals(d){w(d);let{X:x,Y:A,Z:B}=this,{X:R,Y:D,Z:F}=d,C=a(x*F),I=a(R*B),U=a(A*F),H=a(D*B);return C===I&&U===H}is0(){return this.equals(p.ZERO)}negate(){return new p(a(-this.X),this.Y,this.Z,a(-this.T))}double(){let{a:d}=i,{X:x,Y:A,Z:B}=this,R=a(x*x),D=a(A*A),F=a(Mn*a(B*B)),C=a(d*R),I=x+A,U=a(a(I*I)-R-D),H=C+D,N=H-F,l=C-D,m=a(U*N),E=a(H*l),g=a(U*l),y=a(N*H);return new p(m,E,y,g)}add(d){w(d);let{a:x,d:A}=i,{X:B,Y:R,Z:D,T:F}=this,{X:C,Y:I,Z:U,T:H}=d,N=a(B*C),l=a(R*I),m=a(F*A*H),E=a(D*U),g=a((B+R)*(C+I)-N-l),y=E-m,v=E+m,_=a(l-x*N),T=a(g*y),L=a(v*_),O=a(g*_),k=a(y*v);return new p(T,L,k,O)}subtract(d){return w(d),this.add(d.negate())}multiply(d){if(!s.isValidNot0(d))throw new RangeError("invalid scalar: expected 1 <= sc < curve.n");let{p:x,f:A}=b.cached(this,d,B=>Wt(p,B));return Wt(p,[x,A])[0]}multiplyUnsafe(d){if(!s.isValid(d))throw new RangeError("invalid scalar: expected 0 <= sc < curve.n");return d===kt?p.ZERO:this.is0()||d===Q?this:b.unsafe(this,d,x=>Wt(p,x))}isSmallOrder(){return this.clearCofactor().is0()}isTorsionFree(){return b.unsafe(this,i.n).is0()}toAffine(d){let x=this,A=d,{X:B,Y:R,Z:D}=x,F=x.is0();A==null&&(A=F?ba:o.inv(D));let C=a(B*A),I=a(R*A),U=o.mul(D,A);if(F)return{x:kt,y:Q};if(U!==Q)throw new Error("invZ was invalid");return{x:C,y:I}}clearCofactor(){return c===Q?this:this.multiplyUnsafe(c)}toBytes(){let{x:d,y:x}=this.toAffine(),A=o.toBytes(x);return A[A.length-1]|=d&Q?128:0,A}toHex(){return de(this.toBytes())}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}let b=new xe(p,s.BITS);return s.BITS>=8&&p.BASE.precompute(8),Object.freeze(p.prototype),Object.freeze(p),p}var Sr=class{static BASE;static ZERO;static Fp;static Fn;ep;constructor(t){this.ep=t}static fromBytes(t){Cn()}static fromHex(t){Cn()}get x(){return this.toAffine().x}get y(){return this.toAffine().y}clearCofactor(){return this}assertValidity(){this.ep.assertValidity()}toAffine(t){return this.ep.toAffine(t)}toHex(){return de(this.toBytes())}toString(){return this.toHex()}isTorsionFree(){return!0}isSmallOrder(){return!1}add(t){return this.assertSame(t),this.init(this.ep.add(t.ep))}subtract(t){return this.assertSame(t),this.init(this.ep.subtract(t.ep))}multiply(t){return this.init(this.ep.multiply(t))}multiplyUnsafe(t){return this.init(this.ep.multiplyUnsafe(t))}double(){return this.init(this.ep.double())}negate(){return this.init(this.ep.negate())}precompute(t,e){return this.ep.precompute(t,e),this}};function Os(r,t,e={}){if(typeof t!="function")throw new Error('"hash" function param is required');let n=t,o=e;bt(o,{},{adjustScalarBytes:"function",randomBytes:"function",domain:"function",prehash:"function",zip215:"boolean",mapToCurve:"function"});let{prehash:s}=o,{BASE:i,Fp:c,Fn:f}=r,a=n.outputLen,u=2*c.BYTES;if(a!==void 0&&(yt(a,"hash.outputLen"),a!==u))throw new Error(`hash.outputLen must be ${u}, got ${a}`);let h=o.randomBytes===void 0?Ne:o.randomBytes,w=o.adjustScalarBytes===void 0?l=>l:o.adjustScalarBytes,p=o.domain===void 0?(l,m,E)=>{if(mt(E,"phflag"),m.length||E)throw new Error("Contexts/pre-hash are not supported");return l}:o.domain;function b(l){return f.create(St(l))}function S(l){let m=C.secretKey;P(l,C.secretKey,"secretKey");let E=P(n(l),2*m,"hashedSecretKey"),g=w(E.slice(0,m)),y=E.slice(m,2*m),v=b(g);return{head:g,prefix:y,scalar:v}}function d(l){let{head:m,prefix:E,scalar:g}=S(l),y=i.multiply(g),v=y.toBytes();return{head:m,prefix:E,scalar:g,point:y,pointBytes:v}}function x(l){return d(l).pointBytes}function A(l=Uint8Array.of(),...m){let E=G(...m);return b(n(p(E,P(l,void 0,"context"),!!s)))}function B(l,m,E={}){l=P(l,void 0,"message"),s&&(l=s(l));let{prefix:g,scalar:y,pointBytes:v}=d(m),_=A(E.context,g,l),T=i.multiply(_).toBytes(),L=A(E.context,T,v,l),O=f.create(_+L*y);if(!f.isValid(O))throw new Error("sign failed: invalid s");let k=G(T,f.toBytes(O));return P(k,C.signature,"result")}let R={zip215:o.zip215};function D(l,m,E,g=R){let{context:y}=g,v=g.zip215===void 0?!!R.zip215:g.zip215,_=C.signature;l=P(l,_,"signature"),m=P(m,void 0,"message"),E=P(E,C.publicKey,"publicKey"),v!==void 0&&mt(v,"zip215"),s&&(m=s(m));let T=_/2,L=l.subarray(0,T),O=St(l.subarray(T,_)),k,M,K;try{k=r.fromBytes(E,v),M=r.fromBytes(L,v),K=i.multiplyUnsafe(O)}catch{return!1}if(!v&&k.isSmallOrder())return!1;let Y=A(y,L,E,m);return M.add(k.multiplyUnsafe(Y)).subtract(K).clearCofactor().is0()}let F=c.BYTES,C={secretKey:F,publicKey:F,signature:2*F,seed:F};function I(l){return l=l===void 0?h(C.seed):l,P(l,C.seed,"seed")}function U(l){return $t(l)&&l.length===C.secretKey}function H(l,m){try{return!!r.fromBytes(l,m===void 0?R.zip215:m)}catch{return!1}}let N={getExtendedPublicKey:d,randomSecretKey:I,isValidSecretKey:U,isValidPublicKey:H,toMontgomery(l){let{y:m}=r.fromBytes(l),E=C.publicKey,g=E===32;if(!g&&E!==57)throw new Error("only defined for 25519 and 448");let y=g?c.div(Q+m,Q-m):c.div(m-Q,m+Q);return c.toBytes(y)},toMontgomerySecret(l){let m=C.secretKey;P(l,m);let E=n(l.subarray(0,m));return w(E).subarray(0,m)}};return Object.freeze(C),Object.freeze(N),Object.freeze({keygen:Er(I,x),getPublicKey:x,sign:B,verify:D,utils:N,Point:r,lengths:C})}function qe(r,t){if(yt(r),yt(t),t<0||t>4)throw new Error("invalid I2OSP length: "+t);if(r<0||r>2**(8*t)-1)throw new Error("invalid I2OSP input: "+r);let e=Array.from({length:t}).fill(0);for(let n=t-1;n>=0;n--)e[n]=r&255,r>>>=8;return new Uint8Array(e)}function xa(r,t){let e=new Uint8Array(r.length);for(let n=0;n<r.length;n++)e[n]=r[n]^t[n];return e}function wa(r){if(!$t(r)&&typeof r!="string")throw new Error("DST must be Uint8Array or ascii string");let t=typeof r=="string"?gr(r):r;if(t.length===0)throw new Error("DST must be non-empty");return t}function Hn(r,t,e,n){P(r),yt(e),t=wa(t),t.length>255&&(t=n(G(gr("H2C-OVERSIZE-DST-"),t)));let{outputLen:o,blockLen:s}=n,i=Math.ceil(e/o);if(e>65535||i>255)throw new Error("expand_message_xmd: invalid lenInBytes");let c=G(t,qe(t.length,1)),f=new Uint8Array(s),a=qe(e,2),u=new Array(i),h=n(G(f,r,a,qe(0,1),c));u[0]=n(G(h,qe(1,1),c));for(let p=1;p<i;p++){let b=[xa(h,u[p-1]),qe(p+1,1),c];u[p]=n(G(...b))}return G(...u).slice(0,e)}var Fs="HashToScalar-";var Ea=BigInt(0),Rt=BigInt(1),Us=BigInt(2);var Sa=BigInt(5),Aa=BigInt(8),we=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed"),jn={p:we,n:BigInt("0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3ed"),h:Aa,a:BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec"),d:BigInt("0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3"),Gx:BigInt("0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a"),Gy:BigInt("0x6666666666666666666666666666666666666666666666666666666666666658")};function va(r){let t=BigInt(10),e=BigInt(20),n=BigInt(40),o=BigInt(80),s=we,c=r*r%s*r%s,f=q(c,Us,s)*c%s,a=q(f,Rt,s)*r%s,u=q(a,Sa,s)*a%s,h=q(u,t,s)*u%s,w=q(h,e,s)*h%s,p=q(w,n,s)*w%s,b=q(p,o,s)*p%s,S=q(b,o,s)*p%s,d=q(S,t,s)*u%s;return{pow_p_5_8:q(d,Us,s)*r%s,b2:c}}function Ba(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}var qn=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752");function Zn(r,t){let e=we,n=Z(t*t*t,e),o=Z(n*n*t,e),s=va(r*o).pow_p_5_8,i=Z(r*n*s,e),c=Z(t*i*i,e),f=i,a=Z(i*qn,e),u=c===r,h=c===Z(-r,e),w=c===Z(-r*qn,e);return u&&(i=f),(h||w)&&(i=a),Lt(i,e)&&(i=Z(-i,e)),{isValid:u||h,value:i}}var Mt=Cs(jn,{uvRatio:Zn}),Pt=Mt.Fp,ks=Mt.Fn;function Ta(r){return Os(Mt,dr,Object.assign({adjustScalarBytes:Ba,zip215:!0},r))}var Ps=Ta({});var Vn=qn,Ia=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),_a=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),Da=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),La=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),Ns=r=>Zn(Rt,r),Ra=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),zn=r=>Pt.create(St(r)&Ra);function Ks(r){let{d:t}=jn,e=we,n=x=>Pt.create(x),o=n(Vn*r*r),s=n((o+Rt)*Da),i=BigInt(-1),c=n((i-t*o)*n(o+t)),{isValid:f,value:a}=Zn(s,c),u=n(a*r);Lt(u,e)||(u=n(-u)),f||(a=u),f||(i=o);let h=n(i*(o-Rt)*La-c),w=a*a,p=n((a+a)*c),b=n(h*Ia),S=n(Rt-w),d=n(Rt+w);return new Mt(n(p*d),n(S*b),n(b*d),n(p*S))}var Ht=class r extends Sr{static BASE=new r(Mt.BASE);static ZERO=new r(Mt.ZERO);static Fp=Pt;static Fn=ks;constructor(t){super(t)}static fromAffine(t){return new r(Mt.fromAffine(t))}assertSame(t){if(!(t instanceof r))throw new Error("RistrettoPoint expected")}init(t){return new r(t)}static fromBytes(t){ut(t,32);let{a:e,d:n}=jn,o=we,s=R=>Pt.create(R),i=zn(t);if(!ds(Pt.toBytes(i),t)||Lt(i,o))throw new Error("invalid ristretto255 encoding 1");let c=s(i*i),f=s(Rt+e*c),a=s(Rt-e*c),u=s(f*f),h=s(a*a),w=s(e*n*u-h),{isValid:p,value:b}=Ns(s(w*h)),S=s(b*a),d=s(b*S*w),x=s((i+i)*S);Lt(x,o)&&(x=s(-x));let A=s(f*d),B=s(x*A);if(!p||Lt(B,o)||A===Ea)throw new Error("invalid ristretto255 encoding 2");return new r(new Mt(x,A,Rt,B))}static fromHex(t){return r.fromBytes(Ce(t))}toBytes(){let{X:t,Y:e,Z:n,T:o}=this.ep,s=we,i=d=>Pt.create(d),c=i(i(n+e)*i(n-e)),f=i(t*e),a=i(f*f),{value:u}=Ns(i(c*a)),h=i(u*c),w=i(u*f),p=i(h*w*o),b;if(Lt(o*p,s)){let d=i(e*Vn),x=i(t*Vn);t=d,e=x,b=i(h*_a)}else b=w;Lt(t*p,s)&&(e=i(-e));let S=i((n-e)*b);return Lt(S,s)&&(S=i(-S)),Pt.toBytes(S)}equals(t){this.assertSame(t);let{X:e,Y:n}=this.ep,{X:o,Y:s}=t.ep,i=a=>Pt.create(a),c=i(e*s)===i(n*o),f=i(n*s)===i(e*o);return c||f}is0(){return this.equals(r.ZERO)}};Object.freeze(Ht.BASE);Object.freeze(Ht.ZERO);Object.freeze(Ht.prototype);Object.freeze(Ht);var Ca=Object.freeze({Point:Ht,hashToCurve(r,t){let e=t?.DST===void 0?"ristretto255_XMD:SHA-512_R255MAP_RO_":t.DST,n=Hn(r,e,64,dr);return Ca.deriveToCurve(n)},hashToScalar(r,t={DST:Fs}){let e=Hn(r,t.DST,64,dr);return ks.create(St(e))},deriveToCurve(r){ut(r,64);let t=zn(r.subarray(0,32)),e=Ks(t),n=zn(r.subarray(32,64)),o=Ks(n);return new Ht(e.add(o))}});var Ve=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}},Ar=class extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}};var Ms={get(r=globalThis){let t=r.crypto;if(t?.subtle==null)throw new Ar("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 vr=Ms;var Br=32;var $n,Oa=(async()=>{try{return await vr.get().subtle.generateKey({name:"Ed25519"},!0,["sign","verify"]),!0}catch{return!1}})();async function Fa(r,t,e){if(r.buffer instanceof ArrayBuffer){let n=await vr.get().subtle.importKey("raw",r.buffer,{name:"Ed25519"},!1,["verify"]);return await vr.get().subtle.verify({name:"Ed25519"},n,t,e instanceof Uint8Array?e:e.subarray())}throw new TypeError("WebCrypto does not support SharedArrayBuffer for Ed25519 keys")}function Ua(r,t,e){return Ps.verify(t,e instanceof Uint8Array?e:e.subarray(),r)}async function Hs(r,t,e){return $n==null&&($n=await Oa),$n?Fa(r,t,e):Ua(r,t,e)}function Tr(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}var Ir=class{type="Ed25519";raw;constructor(t){this.raw=Yn(t,Br)}toMultihash(){return lt.digest(he(this))}toCID(){return J.createV1(114,this.toMultihash())}toString(){return $.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}verify(t,e,n){n?.signal?.throwIfAborted();let o=Hs(this.raw,e,t);return Tr(o)?o.then(s=>(n?.signal?.throwIfAborted(),s)):o}};function Vs(r){return r=Yn(r,Br),new Ir(r)}function Yn(r,t){if(r=Uint8Array.from(r??[]),r.length!==t)throw new wt(`Key must be a Uint8Array of length ${t}, got ${r.length}`);return r}var Ka=Math.pow(2,7),ka=Math.pow(2,14),Pa=Math.pow(2,21),zs=Math.pow(2,28),js=Math.pow(2,35),Zs=Math.pow(2,42),$s=Math.pow(2,49),nt=128,qt=127;function ze(r){if(r<Ka)return 1;if(r<ka)return 2;if(r<Pa)return 3;if(r<zs)return 4;if(r<js)return 5;if(r<Zs)return 6;if(r<$s)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Ys(r,t,e=0){switch(ze(r)){case 8:t[e++]=r&255|nt,r/=128;case 7:t[e++]=r&255|nt,r/=128;case 6:t[e++]=r&255|nt,r/=128;case 5:t[e++]=r&255|nt,r/=128;case 4:t[e++]=r&255|nt,r>>>=7;case 3:t[e++]=r&255|nt,r>>>=7;case 2:t[e++]=r&255|nt,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Gs(r,t){let e=r[t],n=0;if(n+=e&qt,e<nt||(e=r[t+1],n+=(e&qt)<<7,e<nt)||(e=r[t+2],n+=(e&qt)<<14,e<nt)||(e=r[t+3],n+=(e&qt)<<21,e<nt)||(e=r[t+4],n+=(e&qt)*zs,e<nt)||(e=r[t+5],n+=(e&qt)*js,e<nt)||(e=r[t+6],n+=(e&qt)*Zs,e<nt)||(e=r[t+7],n+=(e&qt)*$s,e<nt))return n;throw new RangeError("Could not decode varint")}var Gn=new Float32Array([-0]),Vt=new Uint8Array(Gn.buffer);function Xs(r,t,e){Gn[0]=r,t[e]=Vt[0],t[e+1]=Vt[1],t[e+2]=Vt[2],t[e+3]=Vt[3]}function Ws(r,t){return Vt[0]=r[t],Vt[1]=r[t+1],Vt[2]=r[t+2],Vt[3]=r[t+3],Gn[0]}var Xn=new Float64Array([-0]),rt=new Uint8Array(Xn.buffer);function Qs(r,t,e){Xn[0]=r,t[e]=rt[0],t[e+1]=rt[1],t[e+2]=rt[2],t[e+3]=rt[3],t[e+4]=rt[4],t[e+5]=rt[5],t[e+6]=rt[6],t[e+7]=rt[7]}function Js(r,t){return rt[0]=r[t],rt[1]=r[t+1],rt[2]=r[t+2],rt[3]=r[t+3],rt[4]=r[t+4],rt[5]=r[t+5],rt[6]=r[t+6],rt[7]=r[t+7],Xn[0]}var Ma=BigInt(Number.MAX_SAFE_INTEGER),Ha=BigInt(Number.MIN_SAFE_INTEGER),ht=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 Qt;if(t<Ma&&t>Ha)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>ti&&(o=0n,++n>ti&&(n=0n))),new r(Number(o),Number(n))}static fromNumber(t){if(t===0)return Qt;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):Qt}},Qt=new ht(0,0);Qt.toBigInt=function(){return 0n};Qt.zzEncode=Qt.zzDecode=function(){return this};Qt.length=function(){return 1};var ti=4294967296n;function ei(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,c;for(;t<e;)c=r[t++],c<128?s[i++]=c:c>191&&c<224?s[i++]=(c&31)<<6|r[t++]&63:c>239&&c<365?(c=((c&7)<<18|(r[t++]&63)<<12|(r[t++]&63)<<6|r[t++]&63)-65536,s[i++]=55296+(c>>10),s[i++]=56320+(c&1023)):s[i++]=(c&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 Wn(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 gt(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function _r(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var Qn=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,gt(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 gt(this,4);return _r(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw gt(this,4);return _r(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw gt(this,4);let t=Ws(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw gt(this,4);let t=Js(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 gt(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 gt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw gt(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 ht(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 gt(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 gt(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 gt(this,8);let t=_r(this.buf,this.pos+=4),e=_r(this.buf,this.pos+=4);return new ht(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=Gs(this.buf,this.pos);return this.pos+=ze(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 je(r){return new Qn(r instanceof Uint8Array?r:r.subarray())}function Dr(r,t,e){let n=je(r);return t.decode(n,void 0,e)}function Jn(r){let t=r??8192,e=t>>>1,n,o=t;return function(i){if(i<1||i>e)return at(i);o+i>t&&(n=at(t),o=0);let c=n.subarray(o,o+=i);return(o&7)!==0&&(o=(o|7)+1),c}}var Jt=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 ro=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},qa=Jn();function Va(r){return globalThis.Buffer!=null?at(r):qa(r)}var $e=class{len;head;tail;states;constructor(){this.len=0,this.head=new Jt(to,0,0),this.tail=this.head,this.states=null}_push(t,e,n){return this.tail=this.tail.next=new Jt(t,e,n),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new no((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this}int32(t){return t<0?this._push(Lr,10,ht.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=ht.fromBigInt(t);return this._push(Lr,e.length(),e)}uint64Number(t){return this._push(Ys,ze(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=ht.fromBigInt(t).zzEncode();return this._push(Lr,e.length(),e)}sint64Number(t){let e=ht.fromNumber(t).zzEncode();return this._push(Lr,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(Ze,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=ht.fromBigInt(t);return this._push(Ze,4,e.lo)._push(Ze,4,e.hi)}fixed64Number(t){let e=ht.fromNumber(t);return this._push(Ze,4,e.lo)._push(Ze,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(Xs,4,t)}double(t){return this._push(Qs,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(eo,1,0):this.uint32(e)._push(ja,e,t)}string(t){let e=ei(t);return e!==0?this.uint32(e)._push(Wn,e,t):this._push(eo,1,0)}fork(){return this.states=new ro(this),this.head=this.tail=new Jt(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 Jt(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=Va(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 za(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var no=class extends Jt{next;constructor(t,e){super(za,t,e),this.next=void 0}};function Lr(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 Ze(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 ja(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&($e.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(Za,t,r),this},$e.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push($a,t,r),this});function Za(r,t,e){t.set(r,e)}function $a(r,t,e){r.length<40?Wn(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(Ot(r),e)}function oo(){return new $e}function Rr(r,t){let e=oo();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}function*Cr(r,t,e){let n=je(r);yield*t.stream(n,void 0,"$",e)}var Or={VARINT:0,BIT64:1,LENGTH_DELIMITED:2,START_GROUP:3,END_GROUP:4,BIT32:5};function Fr(r,t,e,n,o){return{name:r,type:t,encode:e,decode:n,stream:o}}function so(r){function t(s){if(r[s.toString()]==null)throw new Error("Invalid enum value");return r[s]}let e=function(i,c){let f=t(i);c.int32(f)},n=function(i){let c=i.int32();return t(c)},o=function*(i){let c=i.int32();yield t(c)};return Fr("enum",Or.VARINT,e,n,o)}function Ur(r,t,e){return Fr("message",Or.LENGTH_DELIMITED,r,t,e)}var ot;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.secp256k1="secp256k1",r.ECDSA="ECDSA"})(ot||(ot={}));var io;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.secp256k1=2]="secp256k1",r[r.ECDSA=3]="ECDSA"})(io||(io={}));(function(r){r.codec=()=>so(io)})(ot||(ot={}));var Ye;(function(r){let t;r.codec=()=>(t==null&&(t=Ur((s,i,c={})=>{c.lengthDelimited!==!1&&i.fork(),s.Type!=null&&(i.uint32(8),ot.codec().encode(s.Type,i)),s.Data!=null&&(i.uint32(18),i.bytes(s.Data)),c.lengthDelimited!==!1&&i.ldelim()},(s,i,c={})=>{let f={},a=i==null?s.len:s.pos+i;for(;s.pos<a;){let u=s.uint32();switch(u>>>3){case 1:{f.Type=ot.codec().decode(s);break}case 2:{f.Data=s.bytes();break}default:{s.skipType(u&7);break}}}return f},function*(s,i,c,f={}){let a=i==null?s.len:s.pos+i;for(;s.pos<a;){let u=s.uint32();switch(u>>>3){case 1:{yield{field:`${c}.Type`,value:ot.codec().decode(s)};break}case 2:{yield{field:`${c}.Data`,value:s.bytes()};break}default:{s.skipType(u&7);break}}}})),t);function e(s){return Rr(s,r.codec())}r.encode=e;function n(s,i){return Dr(s,r.codec(),i)}r.decode=n;function o(s,i){return Cr(s,r.codec(),i)}r.stream=o})(Ye||(Ye={}));var co;(function(r){let t;r.codec=()=>(t==null&&(t=Ur((s,i,c={})=>{c.lengthDelimited!==!1&&i.fork(),s.Type!=null&&(i.uint32(8),ot.codec().encode(s.Type,i)),s.Data!=null&&(i.uint32(18),i.bytes(s.Data)),c.lengthDelimited!==!1&&i.ldelim()},(s,i,c={})=>{let f={},a=i==null?s.len:s.pos+i;for(;s.pos<a;){let u=s.uint32();switch(u>>>3){case 1:{f.Type=ot.codec().decode(s);break}case 2:{f.Data=s.bytes();break}default:{s.skipType(u&7);break}}}return f},function*(s,i,c,f={}){let a=i==null?s.len:s.pos+i;for(;s.pos<a;){let u=s.uint32();switch(u>>>3){case 1:{yield{field:`${c}.Type`,value:ot.codec().decode(s)};break}case 2:{yield{field:`${c}.Data`,value:s.bytes()};break}default:{s.skipType(u&7);break}}}})),t);function e(s){return Rr(s,r.codec())}r.encode=e;function n(s,i){return Dr(s,r.codec(),i)}r.decode=n;function o(s,i){return Cr(s,r.codec(),i)}r.stream=o})(co||(co={}));var Nr=class{oHash;iHash;blockLen;outputLen;canXOF=!1;finished=!1;destroyed=!1;constructor(t,e){if(ar(t),ut(e,void 0,"key"),this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let n=this.blockLen,o=new Uint8Array(n);o.set(e.length>n?t.create().update(e).digest():e);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=t.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),_t(o)}update(t){return le(this),this.iHash.update(t),this}digestInto(t){le(this),fr(t,this),this.finished=!0;let e=t.subarray(0,this.outputLen);this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||=Object.create(Object.getPrototypeOf(this),{});let{oHash:e,iHash:n,finished:o,destroyed:s,blockLen:i,outputLen:c}=this;return t=t,t.finished=o,t.destroyed=s,t.blockLen=i,t.outputLen=c,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()}},oi=(()=>{let r=((t,e,n)=>new Nr(t,e).update(n).digest());return r.create=(t,e)=>new Nr(t,e),r})();var si=(r,t)=>(r+(r>=0?t:-t)/ii)/t;function Ga(r,t,e){me("scalar",r,At,e);let[[n,o],[s,i]]=t,c=si(i*r,e),f=si(-o*r,e),a=r-c*n-f*s,u=-c*o-f*i,h=a<At,w=u<At;h&&(a=-a),w&&(u=-u);let p=Pe(Math.ceil(ye(e)/2))+zt;if(a<At||a>=p||u<At||u>=p)throw new Error("splitScalar (endomorphism): failed for k");return{k1neg:h,k1:a,k2neg:w,k2:u}}function fo(r){if(!["compact","recovered","der"].includes(r))throw new Error('Signature format must be "compact", "recovered", or "der"');return r}function ao(r,t){bt(r);let e={};for(let n of Object.keys(t))e[n]=r[n]===void 0?t[n]:r[n];return mt(e.lowS,"lowS"),mt(e.prehash,"prehash"),e.format!==void 0&&fo(e.format),e}var uo=class extends Error{constructor(t=""){super(t)}},xt={Err:uo,_tlv:{encode:(r,t)=>{let{Err:e}=xt;if(yt(r,"tag"),r<0||r>255)throw new e("tlv.encode: wrong tag");if(typeof t!="string")throw new TypeError('"data" expected string, got type='+typeof t);if(t.length&1)throw new e("tlv.encode: unpadded data");let n=t.length/2,o=Ke(n);if(o.length/2&128)throw new e("tlv.encode: long form length too big");let s=n>127?Ke(o.length/2|128):"";return Ke(r)+s+o+t},decode(r,t){let{Err:e}=xt;t=P(t,void 0,"DER data");let n=0;if(r<0||r>255)throw new e("tlv.encode: wrong tag");if(t.length<2||t[n++]!==r)throw new e("tlv.decode: wrong tlv");let o=t[n++],s=!!(o&128),i=0;if(!s)i=o;else{let f=o&127;if(!f)throw new e("tlv.decode(long): indefinite length not supported");if(f>4)throw new e("tlv.decode(long): byte length is too big");let a=t.subarray(n,n+f);if(a.length!==f)throw new e("tlv.decode: length bytes not complete");if(a[0]===0)throw new e("tlv.decode(long): zero leftmost byte");for(let u of a)i=i<<8|u;if(n+=f,i<128)throw new e("tlv.decode(long): not minimal encoding")}let c=t.subarray(n,n+i);if(c.length!==i)throw new e("tlv.decode: wrong value length");return{v:c,l:t.subarray(n+i)}}},_int:{encode(r){let{Err:t}=xt;if(yr(r),r<At)throw new t("integer: negative integers are not allowed");let e=Ke(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}=xt;if(r.length<1)throw new t("invalid signature integer: empty");if(r[0]&128)throw new t("invalid signature integer: negative");if(r.length>1&&r[0]===0&&!(r[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return Yt(r)}},toSig(r){let{Err:t,_int:e,_tlv:n}=xt,o=P(r,void 0,"signature"),{v:s,l:i}=n.decode(48,o);if(i.length)throw new t("invalid signature: left bytes after parsing");let{v:c,l:f}=n.decode(2,s),{v:a,l:u}=n.decode(2,f);if(u.length)throw new t("invalid signature: left bytes after parsing");return{r:e.decode(c),s:e.decode(a)}},hexFromSig(r){let{_tlv:t,_int:e}=xt,n=t.encode(2,e.encode(r.r)),o=t.encode(2,e.encode(r.s)),s=n+o;return t.encode(48,s)}};Object.freeze(xt._tlv);Object.freeze(xt._int);Object.freeze(xt);var At=BigInt(0),zt=BigInt(1),ii=BigInt(2),Kr=BigInt(3),Xa=BigInt(4);function ci(r,t={}){let e=wr("weierstrass",r,t),n=e.Fp,o=e.Fn,s=e.CURVE,{h:i,n:c}=s;bt(t,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object"});let{endo:f,allowInfinityPoint:a}=t;if(f&&(!n.is0(s.a)||typeof f.beta!="bigint"||!Array.isArray(f.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');let u=fi(n,o);function h(){if(!n.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function w(N,l,m){if(a&&l.is0())return Uint8Array.of(0);let{x:E,y:g}=l.toAffine(),y=n.toBytes(E);if(mt(m,"isCompressed"),m){h();let v=!n.isOdd(g);return G(ai(v),y)}else return G(Uint8Array.of(4),y,n.toBytes(g))}function p(N){P(N,void 0,"Point");let{publicKey:l,publicKeyUncompressed:m}=u,E=N.length,g=N[0],y=N.subarray(1);if(a&&E===1&&g===0)return{x:n.ZERO,y:n.ZERO};if(E===l&&(g===2||g===3)){let v=n.fromBytes(y);if(!n.isValid(v))throw new Error("bad point: is not on curve, wrong x");let _=d(v),T;try{T=n.sqrt(_)}catch(k){let M=k instanceof Error?": "+k.message:"";throw new Error("bad point: is not on curve, sqrt error"+M)}h();let L=n.isOdd(T);return(g&1)===1!==L&&(T=n.neg(T)),{x:v,y:T}}else if(E===m&&g===4){let v=n.BYTES,_=n.fromBytes(y.subarray(0,v)),T=n.fromBytes(y.subarray(v,v*2));if(!x(_,T))throw new Error("bad point: is not on curve");return{x:_,y:T}}else throw new Error(`bad point: got length ${E}, expected compressed=${l} or uncompressed=${m}`)}let b=t.toBytes===void 0?w:t.toBytes,S=t.fromBytes===void 0?p:t.fromBytes;function d(N){let l=n.sqr(N),m=n.mul(l,N);return n.add(n.add(m,n.mul(N,s.a)),s.b)}function x(N,l){let m=n.sqr(l),E=d(N);return n.eql(m,E)}if(!x(s.Gx,s.Gy))throw new Error("bad curve params: generator point");let A=n.mul(n.pow(s.a,Kr),Xa),B=n.mul(n.sqr(s.b),BigInt(27));if(n.is0(n.add(A,B)))throw new Error("bad curve params: a or b");function R(N,l,m=!1){if(!n.isValid(l)||m&&n.is0(l))throw new Error(`bad point coordinate ${N}`);return l}function D(N){if(!(N instanceof I))throw new Error("Weierstrass Point expected")}function F(N){if(!f||!f.basises)throw new Error("no endo");return Ga(N,f.basises,o.ORDER)}function C(N,l,m,E,g){return m=new I(n.mul(m.X,N),m.Y,m.Z),l=He(E,l),m=He(g,m),l.add(m)}class I{static BASE=new I(s.Gx,s.Gy,n.ONE);static ZERO=new I(n.ZERO,n.ONE,n.ZERO);static Fp=n;static Fn=o;X;Y;Z;constructor(l,m,E){this.X=R("x",l),this.Y=R("y",m,!0),this.Z=R("z",E),Object.freeze(this)}static CURVE(){return s}static fromAffine(l){let{x:m,y:E}=l||{};if(!l||!n.isValid(m)||!n.isValid(E))throw new Error("invalid affine point");if(l instanceof I)throw new Error("projective point not allowed");return n.is0(m)&&n.is0(E)?I.ZERO:new I(m,E,n.ONE)}static fromBytes(l){let m=I.fromAffine(S(P(l,void 0,"point")));return m.assertValidity(),m}static fromHex(l){return I.fromBytes(pe(l))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(l=8,m=!0){return H.createCache(this,l),m||this.multiply(Kr),this}assertValidity(){let l=this;if(l.is0()){if(t.allowInfinityPoint&&n.is0(l.X)&&n.eql(l.Y,n.ONE)&&n.is0(l.Z))return;throw new Error("bad point: ZERO")}let{x:m,y:E}=l.toAffine();if(!n.isValid(m)||!n.isValid(E))throw new Error("bad point: x or y not field elements");if(!x(m,E))throw new Error("bad point: equation left != right");if(!l.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:l}=this.toAffine();if(!n.isOdd)throw new Error("Field doesn't support isOdd");return!n.isOdd(l)}equals(l){D(l);let{X:m,Y:E,Z:g}=this,{X:y,Y:v,Z:_}=l,T=n.eql(n.mul(m,_),n.mul(y,g)),L=n.eql(n.mul(E,_),n.mul(v,g));return T&&L}negate(){return new I(this.X,n.neg(this.Y),this.Z)}double(){let{a:l,b:m}=s,E=n.mul(m,Kr),{X:g,Y:y,Z:v}=this,_=n.ZERO,T=n.ZERO,L=n.ZERO,O=n.mul(g,g),k=n.mul(y,y),M=n.mul(v,v),K=n.mul(g,y);return K=n.add(K,K),L=n.mul(g,v),L=n.add(L,L),_=n.mul(l,L),T=n.mul(E,M),T=n.add(_,T),_=n.sub(k,T),T=n.add(k,T),T=n.mul(_,T),_=n.mul(K,_),L=n.mul(E,L),M=n.mul(l,M),K=n.sub(O,M),K=n.mul(l,K),K=n.add(K,L),L=n.add(O,O),O=n.add(L,O),O=n.add(O,M),O=n.mul(O,K),T=n.add(T,O),M=n.mul(y,v),M=n.add(M,M),O=n.mul(M,K),_=n.sub(_,O),L=n.mul(M,k),L=n.add(L,L),L=n.add(L,L),new I(_,T,L)}add(l){D(l);let{X:m,Y:E,Z:g}=this,{X:y,Y:v,Z:_}=l,T=n.ZERO,L=n.ZERO,O=n.ZERO,k=s.a,M=n.mul(s.b,Kr),K=n.mul(m,y),Y=n.mul(E,v),X=n.mul(g,_),W=n.add(m,E),j=n.add(y,v);W=n.mul(W,j),j=n.add(K,Y),W=n.sub(W,j),j=n.add(m,g);let st=n.add(y,_);return j=n.mul(j,st),st=n.add(K,X),j=n.sub(j,st),st=n.add(E,g),T=n.add(v,_),st=n.mul(st,T),T=n.add(Y,X),st=n.sub(st,T),O=n.mul(k,j),T=n.mul(M,X),O=n.add(T,O),T=n.sub(Y,O),O=n.add(Y,O),L=n.mul(T,O),Y=n.add(K,K),Y=n.add(Y,K),X=n.mul(k,X),j=n.mul(M,j),Y=n.add(Y,X),X=n.sub(K,X),X=n.mul(k,X),j=n.add(j,X),K=n.mul(Y,j),L=n.add(L,K),K=n.mul(st,j),T=n.mul(W,T),T=n.sub(T,K),K=n.mul(W,Y),O=n.mul(st,O),O=n.add(O,K),new I(T,L,O)}subtract(l){return D(l),this.add(l.negate())}is0(){return this.equals(I.ZERO)}multiply(l){let{endo:m}=t;if(!o.isValidNot0(l))throw new RangeError("invalid scalar: out of range");let E,g,y=v=>H.cached(this,v,_=>Wt(I,_));if(m){let{k1neg:v,k1:_,k2neg:T,k2:L}=F(l),{p:O,f:k}=y(_),{p:M,f:K}=y(L);g=k.add(K),E=C(m.beta,O,M,v,T)}else{let{p:v,f:_}=y(l);E=v,g=_}return Wt(I,[E,g])[0]}multiplyUnsafe(l){let{endo:m}=t,E=this,g=l;if(!o.isValid(g))throw new RangeError("invalid scalar: out of range");if(g===At||E.is0())return I.ZERO;if(g===zt)return E;if(H.hasCache(this))return this.multiply(g);if(m){let{k1neg:y,k1:v,k2neg:_,k2:T}=F(g),{p1:L,p2:O}=Rs(I,E,v,T);return C(m.beta,L,O,y,_)}else return H.unsafe(E,g)}toAffine(l){let m=this,E=l,{X:g,Y:y,Z:v}=m;if(n.eql(v,n.ONE))return{x:g,y};let _=m.is0();E==null&&(E=_?n.ONE:n.inv(v));let T=n.mul(g,E),L=n.mul(y,E),O=n.mul(v,E);if(_)return{x:n.ZERO,y:n.ZERO};if(!n.eql(O,n.ONE))throw new Error("invZ was invalid");return{x:T,y:L}}isTorsionFree(){let{isTorsionFree:l}=t;return i===zt?!0:l?l(I,this):H.unsafe(this,c).is0()}clearCofactor(){let{clearCofactor:l}=t;return i===zt?this:l?l(I,this):this.multiplyUnsafe(i)}isSmallOrder(){return i===zt?this.is0():this.clearCofactor().is0()}toBytes(l=!0){return mt(l,"isCompressed"),this.assertValidity(),b(I,this,l)}toHex(l=!0){return de(this.toBytes(l))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}let U=o.BITS,H=new xe(I,t.endo?Math.ceil(U/2):U);return U>=8&&I.BASE.precompute(8),Object.freeze(I.prototype),Object.freeze(I),I}function ai(r){return Uint8Array.of(r?2:3)}function fi(r,t){return{secretKey:t.BYTES,publicKey:1+r.BYTES,publicKeyUncompressed:1+2*r.BYTES,publicKeyHasPrefix:!0,signature:2*t.BYTES}}function Wa(r,t={}){let{Fn:e}=r,n=t.randomBytes===void 0?Ne:t.randomBytes,o=Object.assign(fi(r.Fp,e),{seed:Math.max(Un(e.ORDER),16)});function s(p){try{let b=e.fromBytes(p);return e.isValidNot0(b)}catch{return!1}}function i(p,b){let{publicKey:S,publicKeyUncompressed:d}=o;try{let x=p.length;return b===!0&&x!==S||b===!1&&x!==d?!1:!!r.fromBytes(p)}catch{return!1}}function c(p){return p=p===void 0?n(o.seed):p,Nn(P(p,o.seed,"seed"),e.ORDER)}function f(p,b=!0){return r.BASE.multiply(e.fromBytes(p)).toBytes(b)}function a(p){let{secretKey:b,publicKey:S,publicKeyUncompressed:d}=o,x=e._lengths;if(!$t(p))return;let A=P(p,void 0,"key").length,B=A===S||A===d,R=A===b||!!x?.includes(A);if(!(B&&R))return B}function u(p,b,S=!0){if(a(p)===!0)throw new Error("first arg must be private key");if(a(b)===!1)throw new Error("second arg must be public key");let d=e.fromBytes(p);return r.fromBytes(b).multiply(d).toBytes(S)}let h={isValidSecretKey:s,isValidPublicKey:i,randomSecretKey:c},w=Er(c,f);return Object.freeze(h),Object.freeze(o),Object.freeze({getPublicKey:f,getSharedSecret:u,keygen:w,Point:r,utils:h,lengths:o})}function ui(r,t,e={}){let n=t;ar(n),bt(e,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"}),e=Object.assign({},e);let o=e.randomBytes===void 0?Ne:e.randomBytes,s=e.hmac===void 0?(g,y)=>oi(n,g,y):e.hmac,{Fp:i,Fn:c}=r,{ORDER:f,BITS:a}=c,{keygen:u,getPublicKey:h,getSharedSecret:w,utils:p,lengths:b}=Wa(r,e),S={prehash:!0,lowS:typeof e.lowS=="boolean"?e.lowS:!0,format:"compact",extraEntropy:!1},d=f*ii+zt<i.ORDER;function x(g){let y=f>>zt;return g>y}function A(g,y){if(!c.isValidNot0(y))throw new Error(`invalid signature ${g}: out of range 1..Point.Fn.ORDER`);return y}function B(){if(d)throw new Error('"recovered" sig type is not supported for cofactor >2 curves')}function R(g,y){fo(y);let v=b.signature,_=y==="compact"?v:y==="recovered"?v+1:void 0;return P(g,_)}class D{r;s;recovery;constructor(y,v,_){if(this.r=A("r",y),this.s=A("s",v),_!=null){if(B(),![0,1,2,3].includes(_))throw new Error("invalid recovery id");this.recovery=_}Object.freeze(this)}static fromBytes(y,v=S.format){R(y,v);let _;if(v==="der"){let{r:k,s:M}=xt.toSig(P(y));return new D(k,M)}v==="recovered"&&(_=y[0],v="compact",y=y.subarray(1));let T=b.signature/2,L=y.subarray(0,T),O=y.subarray(T,T*2);return new D(c.fromBytes(L),c.fromBytes(O),_)}static fromHex(y,v){return this.fromBytes(pe(y),v)}assertRecovery(){let{recovery:y}=this;if(y==null)throw new Error("invalid recovery id: must be present");return y}addRecoveryBit(y){return new D(this.r,this.s,y)}recoverPublicKey(y){let{r:v,s:_}=this,T=this.assertRecovery(),L=T===2||T===3?v+f:v;if(!i.isValid(L))throw new Error("invalid recovery id: sig.r+curve.n != R.x");let O=i.toBytes(L),k=r.fromBytes(G(ai((T&1)===0),O)),M=c.inv(L),K=C(P(y,void 0,"msgHash")),Y=c.create(-K*M),X=c.create(_*M),W=r.BASE.multiplyUnsafe(Y).add(k.multiplyUnsafe(X));if(W.is0())throw new Error("invalid recovery: point at infinify");return W.assertValidity(),W}hasHighS(){return x(this.s)}toBytes(y=S.format){if(fo(y),y==="der")return pe(xt.hexFromSig(this));let{r:v,s:_}=this,T=c.toBytes(v),L=c.toBytes(_);return y==="recovered"?(B(),G(Uint8Array.of(this.assertRecovery()),T,L)):G(T,L)}toHex(y){return de(this.toBytes(y))}}Object.freeze(D.prototype),Object.freeze(D);let F=e.bits2int===void 0?function(y){if(y.length>8192)throw new Error("input is too large");let v=Yt(y),_=y.length*8-a;return _>0?v>>BigInt(_):v}:e.bits2int,C=e.bits2int_modN===void 0?function(y){return c.create(F(y))}:e.bits2int_modN,I=Pe(a);function U(g){return me("num < 2^"+a,g,At,I),c.toBytes(g)}function H(g,y){return P(g,void 0,"message"),y?P(n(g),void 0,"prehashed message"):g}function N(g,y,v){let{lowS:_,prehash:T,extraEntropy:L}=ao(v,S);g=H(g,T);let O=C(g),k=c.fromBytes(y);if(!c.isValidNot0(k))throw new Error("invalid private key");let M=[U(k),U(O)];if(L!=null&&L!==!1){let W=L===!0?o(b.secretKey):L;M.push(P(W,void 0,"extraEntropy"))}let K=G(...M),Y=O;function X(W){let j=F(W);if(!c.isValidNot0(j))return;let st=c.inv(j),te=r.BASE.multiply(j).toAffine(),Se=c.create(te.x);if(Se===At)return;let We=c.create(st*c.create(Y+Se*k));if(We===At)return;let po=(te.x===Se?0:2)|Number(te.y&zt),mo=We;return _&&x(We)&&(mo=c.neg(We),po^=1),new D(Se,mo,d?void 0:po)}return{seed:K,k2sig:X}}function l(g,y,v={}){let{seed:_,k2sig:T}=N(g,y,v);return ps(n.outputLen,c.BYTES,s)(_,T).toBytes(v.format)}function m(g,y,v,_={}){let{lowS:T,prehash:L,format:O}=ao(_,S);if(v=P(v,void 0,"publicKey"),y=H(y,L),!$t(g)){let k=g instanceof D?", use sig.toBytes()":"";throw new Error("verify expects Uint8Array signature"+k)}R(g,O);try{let k=D.fromBytes(g,O),M=r.fromBytes(v);if(T&&k.hasHighS())return!1;let{r:K,s:Y}=k,X=C(y),W=c.inv(Y),j=c.create(X*W),st=c.create(K*W),te=r.BASE.multiplyUnsafe(j).add(M.multiplyUnsafe(st));return te.is0()?!1:c.create(te.x)===K}catch{return!1}}function E(g,y,v={}){let{prehash:_}=ao(v,S);return y=H(y,_),D.fromBytes(g,"recovered").recoverPublicKey(y).toBytes()}return Object.freeze({keygen:u,getPublicKey:h,getSharedSecret:w,utils:p,lengths:b,Point:r,sign:l,verify:m,recoverPublicKey:E,Signature:D,hash:n})}var lo={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},Qa={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]};var hi=BigInt(2);function Ja(r){let t=lo.p,e=BigInt(3),n=BigInt(6),o=BigInt(11),s=BigInt(22),i=BigInt(23),c=BigInt(44),f=BigInt(88),a=r*r*r%t,u=a*a*r%t,h=q(u,e,t)*u%t,w=q(h,e,t)*u%t,p=q(w,hi,t)*a%t,b=q(p,o,t)*p%t,S=q(b,s,t)*b%t,d=q(S,c,t)*S%t,x=q(d,f,t)*d%t,A=q(x,c,t)*S%t,B=q(A,e,t)*u%t,R=q(B,i,t)*b%t,D=q(R,n,t)*a%t,F=q(D,hi,t);if(!ho.eql(ho.sqr(F),r))throw new Error("Cannot find square root");return F}var ho=be(lo.p,{sqrt:Ja}),tf=ci(lo,{Fp:ho,endo:Qa}),Ee=ui(tf,hs);function li(r,t,e,n){let o=Ie.digest(e instanceof Uint8Array?e:e.subarray());if(Tr(o))return o.then(({digest:s})=>(n?.signal?.throwIfAborted(),Ee.verify(t,s,r,{prehash:!1,format:"der"}))).catch(s=>{throw s.name==="AbortError"?s:new Ve(String(s))});try{return n?.signal?.throwIfAborted(),Ee.verify(t,o.digest,r,{prehash:!1,format:"der"})}catch(s){throw new Ve(String(s))}}var kr=class{type="secp256k1";raw;_key;constructor(t){this._key=pi(t),this.raw=di(this._key)}toMultihash(){return lt.digest(he(this))}toCID(){return J.createV1(114,this.toMultihash())}toString(){return $.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}verify(t,e,n){return li(this._key,e,t,n)}};function mi(r){return new kr(r)}function di(r){return Ee.Point.fromBytes(r).toBytes()}function pi(r){try{return Ee.Point.fromBytes(r),r}catch(t){throw new rr(String(t))}}function yi(r){let{Type:t,Data:e}=Ye.decode(r.digest),n=e??new Uint8Array;switch(t){case ot.Ed25519:return Vs(n);case ot.secp256k1:return mi(n);case ot.ECDSA:return Yo(n);default:throw new De}}function he(r){return Ye.encode({Type:ot[r.type],Data:r.raw})}var bi=Symbol.for("nodejs.util.inspect.custom"),ef=114,Ge=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()})`}[ln]=!0;toString(){return this.string==null&&(this.string=$.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return J.createV1(ef,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return dt(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return dt(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[bi](){return`PeerId(${this.toString()})`}},Pr=class extends Ge{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},Mr=class extends Ge{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},Hr=class extends Ge{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},rf=2336,Xe=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=lt.digest(Ot(this.url))}[bi](){return`PeerId(${this.url})`}[ln]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return J.createV1(rf,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=it(t)),t.toString()===this.toString())}};var nf=114,gi=2336;function xi(r,t){let e;if(r.charAt(0)==="1"||r.charAt(0)==="Q")e=Te($.decode(`z${r}`));else{if(r.startsWith("k51qzi5uqu5")||r.startsWith("kzwfwjn5ji4")||r.startsWith("k2k4r8")||r.startsWith("bafz"))return of(J.parse(r));if(t==null)throw new wt('Please pass a multibase decoder for strings that do not start with "1" or "Q"');e=Te(t.decode(r))}return wi(e)}function wi(r){if(cf(r))return new Pr({multihash:r});if(sf(r))try{let t=yi(r);if(t.type==="Ed25519")return new Mr({multihash:r,publicKey:t});if(t.type==="secp256k1")return new Hr({multihash:r,publicKey:t})}catch{let e=it(r.digest);return new Xe(new URL(e))}throw new or("Supplied PeerID Multihash is invalid")}function of(r){if(r?.multihash==null||r.version==null||r.version===1&&r.code!==nf&&r.code!==gi)throw new nr("Supplied PeerID CID is invalid");if(r.code===gi){let t=it(r.multihash.digest);return new Xe(new URL(t))}return wi(r.multihash)}function sf(r){return r.code===lt.code}function cf(r){return r.code===Ie.code}var Ei=(r,t)=>{let[,e,n,...o]=r.split("/");if(e!=="ipns")throw new fe(`Namespace ${e} was not "ipns"`);try{return{namespace:"ipns",peerId:xi(n),path:o.length>0?`/${o.join("/")}`:"",answer:t}}catch{return{namespace:"dnslink",value:n,path:o.length>0?`/${o.join("/")}`:"",answer:t}}};var qr=class{dns;log;namespaces;cache;cacheMaxAnswers;constructor(t,e={}){this.dns=t.dns,this.log=t.logger.forComponent("helia:dnslink"),this.namespaces={ipfs:Ho,ipns:Ei,...e.namespaces},this.cache=new ae({maxSize:e.cacheSize??1e3,maxAge:e.cacheMaxAge??3e4}),this.cacheMaxAnswers=e.cacheMaxAnswers??10}async resolve(t,e={}){if(e.nocache!==!0){let i=this.cache.get(t);if(i!=null){let c=[...i.values()];if(c.length>0)return c}}let n=await this.recursiveResolveDomain(t,e.maxRecursiveDepth??Mo,e),o=new ae({maxSize:this.cacheMaxAnswers});n.forEach((i,c)=>{o.set(c,i,{maxAge:i.answer.TTL*1e3})});let s=n.reduce((i,c)=>{let f=c.answer.TTL*1e3;return f>i?f:i},0);return this.cache.maxAge<s&&(s=this.cache.maxAge),this.cache.set(t,o,{maxAge:s}),n}async recursiveResolveDomain(t,e,n={}){if(e===0)throw new Error("recursion limit exceeded");t.startsWith("_dnslink.")||(t=`_dnslink.${t}`);try{return await this.recursiveResolveDnslink(t,e,n)}catch(o){if(o.code!=="ENOTFOUND"&&o.code!=="ENODATA"&&o.name!=="DNSLinkNotFoundError"&&o.name!=="NotFoundError")throw o;return t.startsWith("_dnslink.")?t=t.replace("_dnslink.",""):t=`_dnslink.${t}`,this.recursiveResolveDnslink(t,e,n)}}async recursiveResolveDnslink(t,e,n={}){if(e===0)throw new Error("recursion limit exceeded");this.log("query %s for TXT and CNAME records",t);let s=((await this.dns.query(t,{...n,types:[vt.TXT]}))?.Answer??[]).sort((a,u)=>a.data.localeCompare(u.data));this.log("found %d TXT records for %s",s.length,t);let i=[];for(let a of s)try{let u=a.data;if(u.startsWith('"')&&u.endsWith('"')&&(u=u.substring(1,u.length-1)),!u.startsWith("dnslink="))continue;this.log("%s TXT %s",a.name,u),u=u.replace("dnslink=","");let[,h,w]=u.split("/");if(h==="dnslink"){i.push(...await this.recursiveResolveDomain(w,e-1,n));continue}let p=this.namespaces[h];if(p==null){this.log('unknown protocol "%s" in DNSLink record for domain: %s',h,t);continue}let b=p(u,a);if(b.namespace==="dnslink"){i.push(...await this.recursiveResolveDomain(b.value,e-1,n));continue}i.push(p(u,a))}catch(u){this.log.error("could not parse DNS link record for domain %s, %s - %e",t,a.data,u)}if(i.length>0)return i;this.log("no DNSLink records found for %s, falling back to CNAME",t);let f=((await this.dns.query(t,{...n,types:[vt.CNAME]}))?.Answer??[]).sort((a,u)=>a.data.localeCompare(u.data));this.log("found %d CNAME records for %s",f.length,t);for(let a of f)try{return await this.recursiveResolveDomain(a.data,e-1,n)}catch(u){this.log.error("domain %s cname %s had no DNSLink records - %e",t,a.data,u)}throw new er(`No DNSLink records found for domain: ${t}`)}};function af(r,t={}){return new qr(r,t)}return Di(ff);})();
2
+ "use strict";var HeliaDnslink=(()=>{var vi=Object.create;var Je=Object.defineProperty;var Bi=Object.getOwnPropertyDescriptor;var Ti=Object.getOwnPropertyNames;var Ii=Object.getPrototypeOf,_i=Object.prototype.hasOwnProperty;var Di=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),ct=(r,t)=>{for(var e in t)Je(r,e,{get:t[e],enumerable:!0})},bo=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Ti(t))!_i.call(r,o)&&o!==e&&Je(r,o,{get:()=>t[o],enumerable:!(n=Bi(t,o))||n.enumerable});return r};var Li=(r,t,e)=>(e=r!=null?vi(Ii(r)):{},bo(t||!r||!r.__esModule?Je(e,"default",{value:r,enumerable:!0}):e,r)),Ri=r=>bo(Je({},"__esModule",{value:!0}),r);var Mo=Di((Au,Po)=>{Po.exports=function(r){if(!r)throw Error("hashlru must have a max value, of type number, greater than 0");var t=0,e=Object.create(null),n=Object.create(null);function o(s,i){e[s]=i,t++,t>=r&&(t=0,n=e,e=Object.create(null))}return{has:function(s){return e[s]!==void 0||n[s]!==void 0},remove:function(s){e[s]!==void 0&&(e[s]=void 0),n[s]!==void 0&&(n[s]=void 0)},get:function(s){var i=e[s];if(i!==void 0)return i;if((i=n[s])!==void 0)return o(s,i),i},set:function(s,i){e[s]!==void 0?e[s]=i:o(s,i)},clear:function(){e=Object.create(null),n=Object.create(null)}}}});var df={};ct(df,{dnsLink:()=>lf});var Yr={};ct(Yr,{base10:()=>Pi});var xf=new Uint8Array(0);function go(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 Bt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return jt(r);if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return jt(new Uint8Array(r.buffer,r.byteOffset,r.byteLength));throw new Error("Unknown type, must be binary type")}function xo(r){return new TextEncoder().encode(r)}function wo(r){return new TextDecoder().decode(r)}function Ci(r){return r?.buffer instanceof ArrayBuffer}function jt(r){return Ci(r)?r:r.slice()}function Oi(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 c=r.length,f=r.charAt(0),a=Math.log(c)/Math.log(256),u=Math.log(256)/Math.log(c);function h(b){if(b instanceof Uint8Array||(ArrayBuffer.isView(b)?b=new Uint8Array(b.buffer,b.byteOffset,b.byteLength):Array.isArray(b)&&(b=Uint8Array.from(b))),!(b instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(b.length===0)return"";for(var S=0,d=0,x=0,A=b.length;x!==A&&b[x]===0;)x++,S++;for(var B=(A-x)*u+1>>>0,R=new Uint8Array(B);x!==A;){for(var D=b[x],F=0,C=B-1;(D!==0||F<d)&&C!==-1;C--,F++)D+=256*R[C]>>>0,R[C]=D%c>>>0,D=D/c>>>0;if(D!==0)throw new Error("Non-zero carry");d=F,x++}for(var I=B-d;I!==B&&R[I]===0;)I++;for(var U=f.repeat(S);I<B;++I)U+=r.charAt(R[I]);return U}function w(b){if(typeof b!="string")throw new TypeError("Expected String");if(b.length===0)return new Uint8Array;var S=0;if(b[S]!==" "){for(var d=0,x=0;b[S]===f;)d++,S++;for(var A=(b.length-S)*a+1>>>0,B=new Uint8Array(A);b[S];){var R=e[b.charCodeAt(S)];if(R===255)return;for(var D=0,F=A-1;(R!==0||D<x)&&F!==-1;F--,D++)R+=c*B[F]>>>0,B[F]=R%256>>>0,R=R/256>>>0;if(R!==0)throw new Error("Non-zero carry");x=D,S++}if(b[S]!==" "){for(var C=A-x;C!==A&&B[C]===0;)C++;for(var I=new Uint8Array(d+(A-C)),U=d;C!==A;)I[U++]=B[C++];return I}}}function p(b){var S=w(b);if(S)return S;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:w,decode:p}}var Fi=Oi,Ui=Fi,So=Ui;var zr=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")}},jr=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 Ao(this,t)}},Zr=class{decoders;constructor(t){this.decoders=t}or(t){return Ao(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 Ao(r,t){return new Zr({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var $r=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 zr(t,e,n),this.decoder=new jr(t,e,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function re({name:r,prefix:t,encode:e,decode:n}){return new $r(r,t,e,n)}function Ct({name:r,prefix:t,alphabet:e}){let{encode:n,decode:o}=So(e,r);return re({prefix:t,name:r,encode:n,decode:s=>Bt(o(s))})}function Ni(r,t,e,n){let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*e/8|0),i=0,c=0,f=0;for(let a=0;a<o;++a){let u=t[r[a]];if(u===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<e|u,i+=e,i>=8&&(i-=8,s[f++]=255&c>>i)}if(i>=e||(255&c<<8-i)!==0)throw new SyntaxError("Unexpected end of data");return s}function Ki(r,t,e){let n=t[t.length-1]==="=",o=(1<<e)-1,s="",i=0,c=0;for(let f=0;f<r.length;++f)for(c=c<<8|r[f],i+=8;i>e;)i-=e,s+=t[o&c>>i];if(i!==0&&(s+=t[o&c<<e-i]),n)for(;(s.length*e&7)!==0;)s+="=";return s}function ki(r){let t={};for(let e=0;e<r.length;++e)t[r[e]]=e;return t}function V({name:r,prefix:t,bitsPerChar:e,alphabet:n}){let o=ki(n);return re({prefix:t,name:r,encode(s){return Ki(s,n,e)},decode(s){return Ni(s,o,e,r)}})}var Pi=Ct({prefix:"9",name:"base10",alphabet:"0123456789"});var Gr={};ct(Gr,{base16:()=>Mi,base16upper:()=>Hi});var Mi=V({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Hi=V({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Xr={};ct(Xr,{base2:()=>qi});var qi=V({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Wr={};ct(Wr,{base256emoji:()=>$i});var vo=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}"),Vi=vo.reduce((r,t,e)=>(r[e]=t,r),[]),zi=vo.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function ji(r){return r.reduce((t,e)=>(t+=Vi[e],t),"")}function Zi(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let o=zi[n];if(o==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(o)}return new Uint8Array(t)}var $i=re({prefix:"\u{1F680}",name:"base256emoji",encode:ji,decode:Zi});var Qr={};ct(Qr,{base32:()=>ne,base32hex:()=>Wi,base32hexpad:()=>Ji,base32hexpadupper:()=>tc,base32hexupper:()=>Qi,base32pad:()=>Gi,base32padupper:()=>Xi,base32upper:()=>Yi,base32z:()=>ec});var ne=V({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Yi=V({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Gi=V({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Xi=V({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Wi=V({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Qi=V({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Ji=V({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),tc=V({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),ec=V({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Jr={};ct(Jr,{base36:()=>ve,base36upper:()=>rc});var ve=Ct({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),rc=Ct({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var tn={};ct(tn,{base58btc:()=>$,base58flickr:()=>nc});var $=Ct({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),nc=Ct({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var en={};ct(en,{base64:()=>oc,base64pad:()=>sc,base64url:()=>ic,base64urlpad:()=>cc});var oc=V({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),sc=V({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),ic=V({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),cc=V({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var rn={};ct(rn,{base8:()=>ac});var ac=V({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var nn={};ct(nn,{identity:()=>fc});var fc=re({prefix:"\0",name:"identity",encode:r=>wo(r),decode:r=>xo(r)});var Uf=new TextEncoder,Nf=new TextDecoder;var sn={};ct(sn,{identity:()=>lt});var lc=Io,Bo=128,dc=127,pc=~dc,mc=Math.pow(2,31);function Io(r,t,e){t=t||[],e=e||0;for(var n=e;r>=mc;)t[e++]=r&255|Bo,r/=128;for(;r&pc;)t[e++]=r&255|Bo,r>>>=7;return t[e]=r|0,Io.bytes=e-n+1,t}var yc=on,bc=128,To=127;function on(r,n){var e=0,n=n||0,o=0,s=n,i,c=r.length;do{if(s>=c)throw on.bytes=0,new RangeError("Could not decode varint");i=r[s++],e+=o<28?(i&To)<<o:(i&To)*Math.pow(2,o),o+=7}while(i>=bc);return on.bytes=s-n,e}var gc=Math.pow(2,7),xc=Math.pow(2,14),wc=Math.pow(2,21),Ec=Math.pow(2,28),Sc=Math.pow(2,35),Ac=Math.pow(2,42),vc=Math.pow(2,49),Bc=Math.pow(2,56),Tc=Math.pow(2,63),Ic=function(r){return r<gc?1:r<xc?2:r<wc?3:r<Ec?4:r<Sc?5:r<Ac?6:r<vc?7:r<Bc?8:r<Tc?9:10},_c={encode:lc,decode:yc,encodingLength:Ic},Dc=_c,Be=Dc;function Te(r,t=0){return[Be.decode(r,t),Be.decode.bytes]}function oe(r,t,e=0){return Be.encode(r,t,e),t}function se(r){return Be.encodingLength(r)}function ce(r,t){let e=t.byteLength,n=se(r),o=n+se(e),s=new Uint8Array(o+e);return oe(r,s,0),oe(e,s,n),s.set(t,o),new ie(r,e,t,s)}function Ie(r){let t=Bt(r),[e,n]=Te(t),[o,s]=Te(t.subarray(n)),i=t.subarray(n+s);if(i.byteLength!==o)throw new Error("Incorrect length");return new ie(e,o,i,t)}function _o(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&go(r.bytes,e.bytes)}}var ie=class{code;size;digest;bytes;constructor(t,e,n,o){this.code=t,this.size=e,this.digest=jt(n),this.bytes=jt(o)}};var Do=0,Lc="identity",Lo=Bt;function Rc(r,t){if(t?.truncate!=null&&t.truncate!==r.byteLength){if(t.truncate<0||t.truncate>r.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${r.byteLength}`);r=r.subarray(0,t.truncate)}return ce(Do,Lo(r))}var lt={code:Do,name:Lc,encode:Lo,digest:Rc};var fn={};ct(fn,{sha256:()=>_e,sha512:()=>Oc});var Cc=20;function an({name:r,code:t,encode:e,minDigestLength:n,maxDigestLength:o}){return new cn(r,t,e,n,o)}var cn=class{name;code;encode;minDigestLength;maxDigestLength;constructor(t,e,n,o,s){this.name=t,this.code=e,this.encode=n,this.minDigestLength=o??Cc,this.maxDigestLength=s}digest(t,e){if(e?.truncate!=null){if(e.truncate<this.minDigestLength)throw new Error(`Invalid truncate option, must be greater than or equal to ${this.minDigestLength}`);if(this.maxDigestLength!=null&&e.truncate>this.maxDigestLength)throw new Error(`Invalid truncate option, must be less than or equal to ${this.maxDigestLength}`)}if(t instanceof Uint8Array){let n=this.encode(t);return n instanceof Uint8Array?Ro(n,this.code,e?.truncate):n.then(o=>Ro(o,this.code,e?.truncate))}else throw Error("Unknown type, must be binary type")}};function Ro(r,t,e){if(e!=null&&e!==r.byteLength){if(e>r.byteLength)throw new Error(`Invalid truncate option, must be less than or equal to ${r.byteLength}`);r=r.subarray(0,e)}return ce(t,r)}function Oo(r){return async t=>new Uint8Array(await crypto.subtle.digest(r,t))}var _e=an({name:"sha2-256",code:18,encode:Oo("SHA-256")}),Oc=an({name:"sha2-512",code:19,encode:Oo("SHA-512")});function Fo(r,t){let{bytes:e,version:n}=r;return n===0?Uc(e,un(r),t??$.encoder):Nc(e,un(r),t??ne.encoder)}var Uo=new WeakMap;function un(r){let t=Uo.get(r);if(t==null){let e=new Map;return Uo.set(r,e),e}return t}var J=class r{code;version;multihash;bytes;"/";constructor(t,e,n,o){this.code=e,this.version=t,this.multihash=n,this.bytes=jt(o),this["/"]=this.bytes}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!==De)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==Kc)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=ce(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&&_o(t.multihash,n.multihash)}toString(t){return Fo(this,t)}toJSON(){return{"/":Fo(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??No(n,o,s.bytes))}else if(e[kc]===!0){let{version:n,multihash:o,code:s}=e,i=Ie(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!==De)throw new Error(`Version 0 CID must use dag-pb (code: ${De}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let o=No(t,e,n.bytes);return new r(t,e,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,De,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=Bt(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 ie(e.multihashCode,e.digestSize,s,o);return[e.version===0?r.createV0(i):r.createV1(e.codec,i),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[h,w]=Te(t.subarray(e));return e+=w,h},o=n(),s=De;if(o===18?(o=0,e=0):s=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let i=e,c=n(),f=n(),a=e+f,u=a-i;return{version:o,codec:s,multihashCode:c,digestSize:f,multihashSize:u,size:a}}static parse(t,e){let[n,o]=Fc(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 un(s).set(n,t),s}};function Fc(r,t){switch(r[0]){case"Q":{let e=t??$;return[$.prefix,e.decode(`${$.prefix}${r}`)]}case $.prefix:{let e=t??$;return[$.prefix,e.decode(r)]}case ne.prefix:{let e=t??ne;return[ne.prefix,e.decode(r)]}case ve.prefix:{let e=t??ve;return[ve.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 Uc(r,t,e){let{prefix:n}=e;if(n!==$.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 Nc(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 De=112,Kc=18;function No(r,t,e){let n=se(r),o=n+se(t),s=new Uint8Array(o+e.byteLength);return oe(r,s,0),oe(t,s,n),s.set(e,o),s}var kc=Symbol.for("@ipld/js-cid/CID");var hn={...nn,...Xr,...rn,...Yr,...Gr,...Qr,...Jr,...tn,...en,...Wr},ou={...fn,...sn};function Tt(r=0){return new Uint8Array(r)}function at(r=0){return new Uint8Array(r)}function ko(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var Ko=ko("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),ln=ko("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=at(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),Pc={utf8:Ko,"utf-8":Ko,hex:hn.base16,latin1:ln,ascii:ln,binary:ln,...hn},er=Pc;function it(r,t="utf8"){let e=er[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.encoder.encode(r).substring(1)}var Vc=Li(Mo(),1);var vt;(function(r){r[r.A=1]="A",r[r.CNAME=5]="CNAME",r[r.TXT=16]="TXT",r[r.AAAA=28]="AAAA"})(vt||(vt={}));var Ho=32;var fe=class extends Map{#r=0;#t=new Map;#e=new Map;#o;#i;#s;constructor(t={}){if(super(),!(t.maxSize&&t.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");if(typeof t.maxAge=="number"&&t.maxAge===0)throw new TypeError("`maxAge` must be a number greater than 0");this.#o=t.maxSize,this.#i=t.maxAge||Number.POSITIVE_INFINITY,this.#s=t.onEviction}get __oldCache(){return this.#e}#c(t){if(typeof this.#s=="function")for(let[e,n]of t)this.#s(e,n.value)}#n(t,e){return typeof e.expiry=="number"&&e.expiry<=Date.now()?(typeof this.#s=="function"&&this.#s(t,e.value),this.delete(t)):!1}#l(t,e){if(this.#n(t,e)===!1)return e.value}#f(t,e){return e.expiry?this.#l(t,e):e.value}#u(t,e){let n=e.get(t);return this.#f(t,n)}#h(t,e){this.#t.set(t,e),this.#r++,this.#r>=this.#o&&(this.#r=0,this.#c(this.#e),this.#e=this.#t,this.#t=new Map)}#d(t,e){this.#e.delete(t),this.#h(t,e)}*#a(){for(let t of this.#e){let[e,n]=t;this.#t.has(e)||this.#n(e,n)===!1&&(yield t)}for(let t of this.#t){let[e,n]=t;this.#n(e,n)===!1&&(yield t)}}get(t){if(this.#t.has(t)){let e=this.#t.get(t);return this.#f(t,e)}if(this.#e.has(t)){let e=this.#e.get(t);if(this.#n(t,e)===!1)return this.#d(t,e),e.value}}set(t,e,{maxAge:n=this.#i}={}){let o=typeof n=="number"&&n!==Number.POSITIVE_INFINITY?Date.now()+n:void 0;return this.#t.has(t)?this.#t.set(t,{value:e,expiry:o}):this.#h(t,{value:e,expiry:o}),this}has(t){return this.#t.has(t)?!this.#n(t,this.#t.get(t)):this.#e.has(t)?!this.#n(t,this.#e.get(t)):!1}peek(t){if(this.#t.has(t))return this.#u(t,this.#t);if(this.#e.has(t))return this.#u(t,this.#e)}expiresIn(t){let e=this.#t.get(t)??this.#e.get(t);if(e)return e.expiry?e.expiry-Date.now():Number.POSITIVE_INFINITY}delete(t){let e=this.#t.delete(t);return e&&this.#r--,this.#e.delete(t)||e}clear(){this.#t.clear(),this.#e.clear(),this.#r=0}resize(t){if(!(t&&t>0))throw new TypeError("`maxSize` must be a number greater than 0");let e=[...this.#a()],n=e.length-t;n<0?(this.#t=new Map(e),this.#e=new Map,this.#r=e.length):(n>0&&this.#c(e.slice(0,n)),this.#e=new Map(e.slice(n)),this.#t=new Map,this.#r=0),this.#o=t}evict(t=1){let e=Number(t);if(!e||e<=0)return;let n=[...this.#a()],o=Math.trunc(Math.min(e,Math.max(n.length-1,0)));o<=0||(this.#c(n.slice(0,o)),this.#e=new Map(n.slice(o)),this.#t=new Map,this.#r=0)}*keys(){for(let[t]of this)yield t}*values(){for(let[,t]of this)yield t}*[Symbol.iterator](){for(let t of this.#t){let[e,n]=t;this.#n(e,n)===!1&&(yield[e,n.value])}for(let t of this.#e){let[e,n]=t;this.#t.has(e)||this.#n(e,n)===!1&&(yield[e,n.value])}}*entriesDescending(){let t=[...this.#t];for(let e=t.length-1;e>=0;--e){let n=t[e],[o,s]=n;this.#n(o,s)===!1&&(yield[o,s.value])}t=[...this.#e];for(let e=t.length-1;e>=0;--e){let n=t[e],[o,s]=n;this.#t.has(o)||this.#n(o,s)===!1&&(yield[o,s.value])}}*entriesAscending(){for(let[t,e]of this.#a())yield[t,e.value]}get size(){if(!this.#r)return this.#e.size;let t=0;for(let e of this.#e.keys())this.#t.has(e)||t++;return Math.min(this.#r+t,this.#o)}get maxSize(){return this.#o}get maxAge(){return this.#i}entries(){return this.entriesAscending()}forEach(t,e=this){for(let[n,o]of this.entriesAscending())t.call(e,o,n,this)}get[Symbol.toStringTag](){return"QuickLRU"}toString(){return`QuickLRU(${this.size}/${this.maxSize})`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}};var rr=class extends Error{static name="DNSLinkNotFoundError";constructor(t="DNSLink not found"){super(t),this.name="DNSLinkNotFoundError"}},ue=class extends Error{static name="InvalidNamespaceError";constructor(t="Invalid namespace"){super(t),this.name="InvalidNamespaceError"}};var qo=(r,t)=>{let[,e,n,...o]=r.split("/");if(e!=="ipfs")throw new ue(`Namespace ${e} was not "ipfs"`);return{namespace:"ipfs",cid:J.parse(n),path:o.length>0?`/${o.join("/")}`:"",answer:t}};var wt=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},nr=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var or=class extends Error{static name="InvalidCIDError";constructor(t="Invalid CID"){super(t),this.name="InvalidCIDError"}},sr=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var Le=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var dn=Symbol.for("@libp2p/peer-id");function dt(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}async function Vo(r,t,e,n){let o=await crypto.subtle.importKey("jwk",r,{name:"ECDSA",namedCurve:r.crv??"P-256"},!1,["verify"]);n?.signal?.throwIfAborted();let s=await crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-256"}},o,t,e.subarray());return n?.signal?.throwIfAborted(),s}function zc(r){return r?.buffer instanceof ArrayBuffer}function zo(r){if(zc(r))return r;let t=r.slice();return new Uint8Array(t.buffer,0,t.byteLength)}function ir(r,t){t==null&&(t=r.reduce((o,s)=>o+s.length,0));let e=at(t),n=0;for(let o of r)e.set(o,n),n+=o.length;return zo(e)}var Zo=Symbol.for("@achingbrain/uint8arraylist");function jo(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 cr(r){return!!r?.[Zo]}var ft=class r{bufs;length;[Zo]=!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(cr(n)){e+=n.byteLength;for(let o of n.bufs)this.bufs.push(o)}else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(let n of t.reverse())if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.unshift(n);else if(cr(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=jo(this.bufs,t);return e.buf[e.index]}set(t,e){let n=jo(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(cr(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 ir(n,o)}subarray(t,e){let{bufs:n,length:o}=this._subList(t,e);return n.length===1?n[0]:ir(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],c=o,f=c+i.byteLength;if(o=f,t>=f)continue;let a=t>=c&&t<f,u=e>c&&e<=f;if(a&&u){if(t===c&&e===f){n.push(i);break}let h=t-c;n.push(i.subarray(h,h+(e-t)));break}if(a){if(t===0){n.push(i);continue}n.push(i.subarray(t-c));continue}if(u){if(e===f){n.push(i);break}n.push(i.subarray(0,e-c));break}n.push(i)}return{bufs:n,length:e-t}}indexOf(t,e=0){if(!cr(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let s=256,i=new Int32Array(s);for(let h=0;h<s;h++)i[h]=-1;for(let h=0;h<o;h++)i[n[h]]=h;let c=i,f=this.byteLength-n.byteLength,a=n.byteLength-1,u;for(let h=e;h<=f;h+=u){u=0;for(let w=a;w>=0;w--){let p=this.get(h+w);if(n[w]!==p){u=Math.max(1,w-c[p]);break}}if(u===0)return h}return-1}getInt8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){let n=at(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=Tt(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=Tt(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=Tt(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=at(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=Tt(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=Tt(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=Tt(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=Tt(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=Tt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,e,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof r)||t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!dt(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let n=new r;return n.bufs=t,e==null&&(e=t.reduce((o,s)=>o+s.byteLength,0)),n.length=e,n}};function Ot(r,t="utf8"){let e=er[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return e.decoder.decode(`${e.prefix}${r}`)}var jc=parseInt("11111",2),pn=parseInt("10000000",2),Zc=parseInt("01111111",2),$o={0:Re,1:Re,2:$c,3:Xc,4:Wc,5:Gc,6:Yc,16:Re,22:Re,48:Re};function mn(r,t={offset:0}){let e=r[t.offset]&jc;if(t.offset++,$o[e]!=null)return $o[e](r,t);throw new Error("No decoder for tag "+e)}function Ce(r,t){let e=0;if((r[t.offset]&pn)===pn){let n=r[t.offset]&Zc,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 Re(r,t){Ce(r,t);let e=[];for(;!(t.offset>=r.byteLength);){let n=mn(r,t);if(n===null)break;e.push(n)}return e}function $c(r,t){let e=Ce(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=Ce(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 c=`${s}.${i}`,f=[];for(;t.offset<n;){let a=r[t.offset];if(t.offset++,f.push(a&127),a<128){f.reverse();let u=0;for(let h=0;h<f.length;h++)u+=f[h]<<h*7;c+=`.${u}`,f=[]}}return c}function Gc(r,t){return t.offset++,null}function Xc(r,t){let e=Ce(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 Wc(r,t){let e=Ce(r,t),n=r.subarray(t.offset,t.offset+e);return t.offset+=e,n}function Qc(r){let t=r.toString(16);t.length%2===1&&(t="0"+t);let e=new ft;for(let n=0;n<t.length;n+=2)e.append(Uint8Array.from([parseInt(`${t[n]}${t[n+1]}`,16)]));return e}function yn(r){if(r.byteLength<128)return Uint8Array.from([r.byteLength]);let t=Qc(r.byteLength);return new ft(Uint8Array.from([t.byteLength|pn]),t)}function Yo(r){let t=new ft,e=128;return(r.subarray()[0]&e)===e&&t.append(Uint8Array.from([0])),t.append(r),new ft(Uint8Array.from([2]),yn(t),t)}function Go(r){let t=Uint8Array.from([0]),e=new ft(t,r);return new ft(Uint8Array.from([3]),yn(e),e)}function ar(r,t=48){let e=new ft;for(let n of r)e.append(n);return new ft(Uint8Array.from([t]),yn(e),e)}var Jc=Uint8Array.from([6,8,42,134,72,206,61,3,1,7]),ta=Uint8Array.from([6,5,43,129,4,0,34]),ea=Uint8Array.from([6,5,43,129,4,0,35]),ra={ext:!0,kty:"EC",crv:"P-256"},na={ext:!0,kty:"EC",crv:"P-384"},oa={ext:!0,kty:"EC",crv:"P-521"},bn=32,gn=48,xn=66;function Xo(r){let t=mn(r);return Wo(t)}function Wo(r){let t=r[1][1][0],e=1,n,o;if(t.byteLength===bn*2+1)return n=it(t.subarray(e,e+bn),"base64url"),o=it(t.subarray(e+bn),"base64url"),new he({...ra,key_ops:["verify"],x:n,y:o});if(t.byteLength===gn*2+1)return n=it(t.subarray(e,e+gn),"base64url"),o=it(t.subarray(e+gn),"base64url"),new he({...na,key_ops:["verify"],x:n,y:o});if(t.byteLength===xn*2+1)return n=it(t.subarray(e,e+xn),"base64url"),o=it(t.subarray(e+xn),"base64url"),new he({...oa,key_ops:["verify"],x:n,y:o});throw new wt(`coordinates were wrong length, got ${t.byteLength}, expected 65, 97 or 133`)}function Qo(r){return ar([Yo(Uint8Array.from([1])),ar([sa(r.crv)],160),ar([Go(new ft(Uint8Array.from([4]),Ot(r.x??"","base64url"),Ot(r.y??"","base64url")))],161)]).subarray()}function sa(r){if(r==="P-256")return Jc;if(r==="P-384")return ta;if(r==="P-521")return ea;throw new wt(`Invalid curve ${r}`)}var he=class{type="ECDSA";jwk;_raw;constructor(t){this.jwk=t}get raw(){return this._raw==null&&(this._raw=Qo(this.jwk)),this._raw}toMultihash(){return lt.digest(le(this))}toCID(){return J.createV1(114,this.toMultihash())}toString(){return $.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}async verify(t,e,n){return Vo(this.jwk,e,t,n)}};function wn(r){return r instanceof Uint8Array||ArrayBuffer.isView(r)&&r.constructor.name==="Uint8Array"&&"BYTES_PER_ELEMENT"in r&&r.BYTES_PER_ELEMENT===1}function Ft(r,t=""){if(typeof r!="number"){let e=t&&`"${t}" `;throw new TypeError(`${e}expected number, got ${typeof r}`)}if(!Number.isSafeInteger(r)||r<0){let e=t&&`"${t}" `;throw new RangeError(`${e}expected integer >= 0, got ${r}`)}}function ut(r,t,e=""){let n=wn(r),o=r?.length,s=t!==void 0;if(!n||s&&o!==t){let i=e&&`"${e}" `,c=s?` of length ${t}`:"",f=n?`length=${o}`:`type=${typeof r}`,a=i+"expected Uint8Array"+c+", got "+f;throw n?new RangeError(a):new TypeError(a)}return r}function fr(r){if(typeof r!="function"||typeof r.create!="function")throw new TypeError("Hash must wrapped by utils.createHasher");if(Ft(r.outputLen),Ft(r.blockLen),r.outputLen<1)throw new Error('"outputLen" must be >= 1');if(r.blockLen<1)throw new Error('"blockLen" must be >= 1')}function de(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 ur(r,t){ut(r,void 0,"digestInto() output");let e=t.outputLen;if(r.length<e)throw new RangeError('"digestInto() output" expected to be of length >='+e)}function _t(...r){for(let t=0;t<r.length;t++)r[t].fill(0)}function hr(r){return new DataView(r.buffer,r.byteOffset,r.byteLength)}function pt(r,t){return r<<32-t|r>>>t}var ts=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",ia=Array.from({length:256},(r,t)=>t.toString(16).padStart(2,"0"));function lr(r){if(ut(r),ts)return r.toHex();let t="";for(let e=0;e<r.length;e++)t+=ia[r[e]];return t}var It={_0:48,_9:57,A:65,F:70,a:97,f:102};function Jo(r){if(r>=It._0&&r<=It._9)return r-It._0;if(r>=It.A&&r<=It.F)return r-(It.A-10);if(r>=It.a&&r<=It.f)return r-(It.a-10)}function Oe(r){if(typeof r!="string")throw new TypeError("hex string expected, got "+typeof r);if(ts)try{return Uint8Array.fromHex(r)}catch(o){throw o instanceof SyntaxError?new RangeError(o.message):o}let t=r.length,e=t/2;if(t%2)throw new RangeError("hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(e);for(let o=0,s=0;o<e;o++,s+=2){let i=Jo(r.charCodeAt(s)),c=Jo(r.charCodeAt(s+1));if(i===void 0||c===void 0){let f=r[s]+r[s+1];throw new RangeError('hex string expected, got non-hex character "'+f+'" at index '+s)}n[o]=i*16+c}return n}function En(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];ut(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let s=r[n];e.set(s,o),o+=s.length}return e}function Sn(r,t={}){let e=(o,s)=>r(s).update(o).digest(),n=r(void 0);return e.outputLen=n.outputLen,e.blockLen=n.blockLen,e.canXOF=n.canXOF,e.create=o=>r(o),Object.assign(e,t),Object.freeze(e)}function es(r=32){Ft(r,"bytesLength");let t=typeof globalThis=="object"?globalThis.crypto:null;if(typeof t?.getRandomValues!="function")throw new Error("crypto.getRandomValues must be defined");if(r>65536)throw new RangeError(`"bytesLength" expected <= 65536, got ${r}`);return t.getRandomValues(new Uint8Array(r))}var An=r=>({oid:Uint8Array.from([6,9,96,134,72,1,101,3,4,2,r])});function rs(r,t,e){return r&t^~r&e}function ns(r,t,e){return r&t^r&e^t&e}var Fe=class{blockLen;outputLen;canXOF=!1;padOffset;isLE;buffer;view;finished=!1;length=0;pos=0;destroyed=!1;constructor(t,e,n,o){this.blockLen=t,this.outputLen=e,this.padOffset=n,this.isLE=o,this.buffer=new Uint8Array(t),this.view=hr(this.buffer)}update(t){de(this),ut(t);let{view:e,buffer:n,blockLen:o}=this,s=t.length;for(let i=0;i<s;){let c=Math.min(o-this.pos,s-i);if(c===o){let f=hr(t);for(;o<=s-i;i+=o)this.process(f,i);continue}n.set(t.subarray(i,i+c),this.pos),this.pos+=c,i+=c,this.pos===o&&(this.process(e,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){de(this),ur(t,this),this.finished=!0;let{buffer:e,view:n,blockLen:o,isLE:s}=this,{pos:i}=this;e[i++]=128,_t(this.buffer.subarray(i)),this.padOffset>o-i&&(this.process(n,0),i=0);for(let h=i;h<o;h++)e[h]=0;n.setBigUint64(o-8,BigInt(this.length*8),s),this.process(n,0);let c=hr(t),f=this.outputLen;if(f%4)throw new Error("_sha2: outputLen must be aligned to 32bit");let a=f/4,u=this.get();if(a>u.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<a;h++)c.setUint32(4*h,u[h],s)}digest(){let{buffer:t,outputLen:e}=this;this.digestInto(t);let n=t.slice(0,e);return this.destroy(),n}_cloneInto(t){t||=new this.constructor,t.set(...this.get());let{blockLen:e,buffer:n,length:o,finished:s,destroyed:i,pos:c}=this;return t.destroyed=i,t.finished=s,t.length=o,t.pos=c,o%e&&t.buffer.set(n),t}clone(){return this._cloneInto()}},Dt=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]);var tt=Uint32Array.from([1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209]);var dr=BigInt(4294967295),os=BigInt(32);function ca(r,t=!1){return t?{h:Number(r&dr),l:Number(r>>os&dr)}:{h:Number(r>>os&dr)|0,l:Number(r&dr)|0}}function ss(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:c}=ca(r[s],t);[n[s],o[s]]=[i,c]}return[n,o]}var vn=(r,t,e)=>r>>>e,Bn=(r,t,e)=>r<<32-e|t>>>e,Zt=(r,t,e)=>r>>>e|t<<32-e,$t=(r,t,e)=>r<<32-e|t>>>e,Ue=(r,t,e)=>r<<64-e|t>>>e-32,Ne=(r,t,e)=>r>>>e-32|t<<64-e;function Et(r,t,e,n){let o=(t>>>0)+(n>>>0);return{h:r+e+(o/2**32|0)|0,l:o|0}}var is=(r,t,e)=>(r>>>0)+(t>>>0)+(e>>>0),cs=(r,t,e,n)=>t+e+n+(r/2**32|0)|0,as=(r,t,e,n)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0),fs=(r,t,e,n,o)=>t+e+n+o+(r/2**32|0)|0,us=(r,t,e,n,o)=>(r>>>0)+(t>>>0)+(e>>>0)+(n>>>0)+(o>>>0),hs=(r,t,e,n,o,s)=>t+e+n+o+s+(r/2**32|0)|0;var fa=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]),Ut=new Uint32Array(64),Tn=class extends Fe{constructor(t){super(64,t,8,!1)}get(){let{A:t,B:e,C:n,D:o,E:s,F:i,G:c,H:f}=this;return[t,e,n,o,s,i,c,f]}set(t,e,n,o,s,i,c,f){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=c|0,this.H=f|0}process(t,e){for(let h=0;h<16;h++,e+=4)Ut[h]=t.getUint32(e,!1);for(let h=16;h<64;h++){let w=Ut[h-15],p=Ut[h-2],b=pt(w,7)^pt(w,18)^w>>>3,S=pt(p,17)^pt(p,19)^p>>>10;Ut[h]=S+Ut[h-7]+b+Ut[h-16]|0}let{A:n,B:o,C:s,D:i,E:c,F:f,G:a,H:u}=this;for(let h=0;h<64;h++){let w=pt(c,6)^pt(c,11)^pt(c,25),p=u+w+rs(c,f,a)+fa[h]+Ut[h]|0,S=(pt(n,2)^pt(n,13)^pt(n,22))+ns(n,o,s)|0;u=a,a=f,f=c,c=i+p|0,i=s,s=o,o=n,n=p+S|0}n=n+this.A|0,o=o+this.B|0,s=s+this.C|0,i=i+this.D|0,c=c+this.E|0,f=f+this.F|0,a=a+this.G|0,u=u+this.H|0,this.set(n,o,s,i,c,f,a,u)}roundClean(){_t(Ut)}destroy(){this.destroyed=!0,this.set(0,0,0,0,0,0,0,0),_t(this.buffer)}},In=class extends Tn{A=Dt[0]|0;B=Dt[1]|0;C=Dt[2]|0;D=Dt[3]|0;E=Dt[4]|0;F=Dt[5]|0;G=Dt[6]|0;H=Dt[7]|0;constructor(){super(32)}};var ls=ss(["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))),ua=ls[0],ha=ls[1],Nt=new Uint32Array(80),Kt=new Uint32Array(80),_n=class extends Fe{constructor(t){super(128,t,16,!1)}get(){let{Ah:t,Al:e,Bh:n,Bl:o,Ch:s,Cl:i,Dh:c,Dl:f,Eh:a,El:u,Fh:h,Fl:w,Gh:p,Gl:b,Hh:S,Hl:d}=this;return[t,e,n,o,s,i,c,f,a,u,h,w,p,b,S,d]}set(t,e,n,o,s,i,c,f,a,u,h,w,p,b,S,d){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=c|0,this.Dl=f|0,this.Eh=a|0,this.El=u|0,this.Fh=h|0,this.Fl=w|0,this.Gh=p|0,this.Gl=b|0,this.Hh=S|0,this.Hl=d|0}process(t,e){for(let B=0;B<16;B++,e+=4)Nt[B]=t.getUint32(e),Kt[B]=t.getUint32(e+=4);for(let B=16;B<80;B++){let R=Nt[B-15]|0,D=Kt[B-15]|0,F=Zt(R,D,1)^Zt(R,D,8)^vn(R,D,7),C=$t(R,D,1)^$t(R,D,8)^Bn(R,D,7),I=Nt[B-2]|0,U=Kt[B-2]|0,H=Zt(I,U,19)^Ue(I,U,61)^vn(I,U,6),N=$t(I,U,19)^Ne(I,U,61)^Bn(I,U,6),l=as(C,N,Kt[B-7],Kt[B-16]),m=fs(l,F,H,Nt[B-7],Nt[B-16]);Nt[B]=m|0,Kt[B]=l|0}let{Ah:n,Al:o,Bh:s,Bl:i,Ch:c,Cl:f,Dh:a,Dl:u,Eh:h,El:w,Fh:p,Fl:b,Gh:S,Gl:d,Hh:x,Hl:A}=this;for(let B=0;B<80;B++){let R=Zt(h,w,14)^Zt(h,w,18)^Ue(h,w,41),D=$t(h,w,14)^$t(h,w,18)^Ne(h,w,41),F=h&p^~h&S,C=w&b^~w&d,I=us(A,D,C,ha[B],Kt[B]),U=hs(I,x,R,F,ua[B],Nt[B]),H=I|0,N=Zt(n,o,28)^Ue(n,o,34)^Ue(n,o,39),l=$t(n,o,28)^Ne(n,o,34)^Ne(n,o,39),m=n&s^n&c^s&c,E=o&i^o&f^i&f;x=S|0,A=d|0,S=p|0,d=b|0,p=h|0,b=w|0,{h,l:w}=Et(a|0,u|0,U|0,H|0),a=c|0,u=f|0,c=s|0,f=i|0,s=n|0,i=o|0;let g=is(H,l,E);n=cs(g,U,N,m),o=g|0}({h:n,l:o}=Et(this.Ah|0,this.Al|0,n|0,o|0)),{h:s,l:i}=Et(this.Bh|0,this.Bl|0,s|0,i|0),{h:c,l:f}=Et(this.Ch|0,this.Cl|0,c|0,f|0),{h:a,l:u}=Et(this.Dh|0,this.Dl|0,a|0,u|0),{h,l:w}=Et(this.Eh|0,this.El|0,h|0,w|0),{h:p,l:b}=Et(this.Fh|0,this.Fl|0,p|0,b|0),{h:S,l:d}=Et(this.Gh|0,this.Gl|0,S|0,d|0),{h:x,l:A}=Et(this.Hh|0,this.Hl|0,x|0,A|0),this.set(n,o,s,i,c,f,a,u,h,w,p,b,S,d,x,A)}roundClean(){_t(Nt,Kt)}destroy(){this.destroyed=!0,_t(this.buffer),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},Dn=class extends _n{Ah=tt[0]|0;Al=tt[1]|0;Bh=tt[2]|0;Bl=tt[3]|0;Ch=tt[4]|0;Cl=tt[5]|0;Dh=tt[6]|0;Dl=tt[7]|0;Eh=tt[8]|0;El=tt[9]|0;Fh=tt[10]|0;Fl=tt[11]|0;Gh=tt[12]|0;Gl=tt[13]|0;Hh=tt[14]|0;Hl=tt[15]|0;constructor(){super(64)}};var ds=Sn(()=>new In,An(1));var pr=Sn(()=>new Dn,An(3));var P=(r,t,e)=>ut(r,t,e),Rn=Ft,pe=lr,G=(...r)=>En(...r),me=r=>Oe(r),Yt=wn,Ke=r=>es(r),yr=BigInt(0),Ln=BigInt(1);function mt(r,t=""){if(typeof r!="boolean"){let e=t&&`"${t}" `;throw new TypeError(e+"expected boolean, got type="+typeof r)}return r}function br(r){if(typeof r=="bigint"){if(!mr(r))throw new RangeError("positive bigint expected, got "+r)}else Rn(r);return r}function yt(r,t=""){if(typeof r!="number"){let e=t&&`"${t}" `;throw new TypeError(e+"expected number, got type="+typeof r)}if(!Number.isSafeInteger(r)){let e=t&&`"${t}" `;throw new RangeError(e+"expected safe integer, got "+r)}}function ke(r){let t=br(r).toString(16);return t.length&1?"0"+t:t}function ps(r){if(typeof r!="string")throw new TypeError("hex string expected, got "+typeof r);return r===""?yr:BigInt("0x"+r)}function Gt(r){return ps(lr(r))}function St(r){return ps(lr(Pe(ut(r)).reverse()))}function gr(r,t){if(Ft(t),t===0)throw new RangeError("zero length");r=br(r);let e=r.toString(16);if(e.length>t*2)throw new RangeError("number too large");return Oe(e.padStart(t*2,"0"))}function Cn(r,t){return gr(r,t).reverse()}function ms(r,t){if(r=P(r),t=P(t),r.length!==t.length)return!1;let e=0;for(let n=0;n<r.length;n++)e|=r[n]^t[n];return e===0}function Pe(r){return Uint8Array.from(P(r))}function xr(r){if(typeof r!="string")throw new TypeError("ascii string expected, got "+typeof r);return Uint8Array.from(r,(t,e)=>{let n=t.charCodeAt(0);if(t.length!==1||n>127)throw new RangeError(`string contains non-ASCII character "${r[e]}" with code ${n} at position ${e}`);return n})}var mr=r=>typeof r=="bigint"&&yr<=r;function la(r,t,e){return mr(r)&&mr(t)&&mr(e)&&t<=r&&r<e}function ye(r,t,e,n){if(!la(t,e,n))throw new RangeError("expected valid "+r+": "+e+" <= n < "+n+", got "+t)}function be(r){if(r<yr)throw new Error("expected non-negative bigint, got "+r);let t;for(t=0;r>yr;r>>=Ln,t+=1);return t}var Me=r=>(Ln<<BigInt(r))-Ln;function ys(r,t,e){if(Ft(r,"hashLen"),Ft(t,"qByteLen"),typeof e!="function")throw new TypeError("hmacFn must be a function");let n=d=>new Uint8Array(d),o=Uint8Array.of(),s=Uint8Array.of(0),i=Uint8Array.of(1),c=1e3,f=n(r),a=n(r),u=0,h=()=>{f.fill(1),a.fill(0),u=0},w=(...d)=>e(a,G(f,...d)),p=(d=o)=>{a=w(s,d),f=w(),d.length!==0&&(a=w(i,d),f=w())},b=()=>{if(u++>=c)throw new Error("drbg: tried max amount of iterations");let d=0,x=[];for(;d<t;){f=w();let A=f.slice();x.push(A),d+=f.length}return G(...x)};return(d,x)=>{h(),p(d);let A;for(;(A=x(b()))===void 0;)p();return h(),A}}function bt(r,t={},e={}){if(Object.prototype.toString.call(r)!=="[object Object]")throw new TypeError("expected valid options object");function n(s,i,c){if(!c&&i!=="function"&&!Object.hasOwn(r,s))throw new TypeError(`param "${s}" is invalid: expected own property`);let f=r[s];if(c&&f===void 0)return;let a=typeof f;if(a!==i||f===null)throw new TypeError(`param "${s}" is invalid: expected ${i}, got ${a}`)}let o=(s,i)=>Object.entries(s).forEach(([c,f])=>n(c,f,i));o(t,!1),o(e,!0)}var On=()=>{throw new Error("not implemented")};var et=BigInt(0),z=BigInt(1),Xt=BigInt(2),ws=BigInt(3),Es=BigInt(4),Ss=BigInt(5),da=BigInt(7),As=BigInt(8),pa=BigInt(9),vs=BigInt(16);function Z(r,t){if(t<=et)throw new Error("mod: expected positive modulus, got "+t);let e=r%t;return e>=et?e:t+e}function q(r,t,e){if(t<et)throw new Error("pow2: expected non-negative exponent, got "+t);let n=r;for(;t-- >et;)n*=n,n%=e;return n}function bs(r,t){if(r===et)throw new Error("invert: expected non-zero number");if(t<=et)throw new Error("invert: expected positive modulus, got "+t);let e=Z(r,t),n=t,o=et,s=z,i=z,c=et;for(;e!==et;){let a=n/e,u=n-e*a,h=o-i*a,w=s-c*a;n=e,e=u,o=i,s=c,i=h,c=w}if(n!==z)throw new Error("invert: does not exist");return Z(o,t)}function Fn(r,t,e){let n=r;if(!n.eql(n.sqr(t),e))throw new Error("Cannot find square root")}function Bs(r,t){let e=r,n=(e.ORDER+z)/Es,o=e.pow(t,n);return Fn(e,o,t),o}function ma(r,t){let e=r,n=(e.ORDER-Ss)/As,o=e.mul(t,Xt),s=e.pow(o,n),i=e.mul(t,s),c=e.mul(e.mul(i,Xt),s),f=e.mul(i,e.sub(c,e.ONE));return Fn(e,f,t),f}function ya(r){let t=ge(r),e=Ts(r),n=e(t,t.neg(t.ONE)),o=e(t,n),s=e(t,t.neg(n)),i=(r+da)/vs;return((c,f)=>{let a=c,u=a.pow(f,i),h=a.mul(u,n),w=a.mul(u,o),p=a.mul(u,s),b=a.eql(a.sqr(h),f),S=a.eql(a.sqr(w),f);u=a.cmov(u,h,b),h=a.cmov(p,w,S);let d=a.eql(a.sqr(h),f),x=a.cmov(u,h,d);return Fn(a,x,f),x})}function Ts(r){if(r<ws)throw new Error("sqrt is not defined for small field");let t=r-z,e=0;for(;t%Xt===et;)t/=Xt,e++;let n=Xt,o=ge(r);for(;gs(o,n)===1;)if(n++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(e===1)return Bs;let s=o.pow(n,t),i=(t+z)/Xt;return function(f,a){let u=f;if(u.is0(a))return a;if(gs(u,a)!==1)throw new Error("Cannot find square root");let h=e,w=u.mul(u.ONE,s),p=u.pow(a,t),b=u.pow(a,i);for(;!u.eql(p,u.ONE);){if(u.is0(p))return u.ZERO;let S=1,d=u.sqr(p);for(;!u.eql(d,u.ONE);)if(S++,d=u.sqr(d),S===h)throw new Error("Cannot find square root");let x=z<<BigInt(h-S-1),A=u.pow(w,x);h=S,w=u.sqr(A),p=u.mul(p,w),b=u.mul(b,A)}return b}}function ba(r){return r%Es===ws?Bs:r%As===Ss?ma:r%vs===pa?ya(r):Ts(r)}var Lt=(r,t)=>(Z(r,t)&z)===z,ga=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Un(r){let t={ORDER:"bigint",BYTES:"number",BITS:"number"},e=ga.reduce((n,o)=>(n[o]="function",n),t);if(bt(r,e),yt(r.BYTES,"BYTES"),yt(r.BITS,"BITS"),r.BYTES<1||r.BITS<1)throw new Error("invalid field: expected BYTES/BITS > 0");if(r.ORDER<=z)throw new Error("invalid field: expected ORDER > 1, got "+r.ORDER);return r}function xa(r,t,e){let n=r;if(e<et)throw new Error("invalid exponent, negatives unsupported");if(e===et)return n.ONE;if(e===z)return t;let o=n.ONE,s=t;for(;e>et;)e&z&&(o=n.mul(o,s)),s=n.sqr(s),e>>=z;return o}function He(r,t,e=!1){let n=r,o=new Array(t.length).fill(e?n.ZERO:void 0),s=t.reduce((c,f,a)=>n.is0(f)?c:(o[a]=c,n.mul(c,f)),n.ONE),i=n.inv(s);return t.reduceRight((c,f,a)=>n.is0(f)?c:(o[a]=n.mul(c,o[a]),n.mul(c,f)),i),o}function gs(r,t){let e=r,n=(e.ORDER-z)/Xt,o=e.pow(t,n),s=e.eql(o,e.ONE),i=e.eql(o,e.ZERO),c=e.eql(o,e.neg(e.ONE));if(!s&&!i&&!c)throw new Error("invalid Legendre symbol result");return s?1:i?0:-1}function wa(r,t){if(t!==void 0&&Rn(t),r<=et)throw new Error("invalid n length: expected positive n, got "+r);if(t!==void 0&&t<1)throw new Error("invalid n length: expected positive bit length, got "+t);let e=be(r);if(t!==void 0&&t<e)throw new Error(`invalid n length: expected bit length (${e}) >= n.length (${t})`);let n=t!==void 0?t:e,o=Math.ceil(n/8);return{nBitLength:n,nByteLength:o}}var xs=new WeakMap,wr=class{ORDER;BITS;BYTES;isLE;ZERO=et;ONE=z;_lengths;_mod;constructor(t,e={}){if(t<=z)throw new Error("invalid field: expected ORDER > 1, got "+t);let n;this.isLE=!1,e!=null&&typeof e=="object"&&(typeof e.BITS=="number"&&(n=e.BITS),typeof e.sqrt=="function"&&Object.defineProperty(this,"sqrt",{value:e.sqrt,enumerable:!0}),typeof e.isLE=="boolean"&&(this.isLE=e.isLE),e.allowedLengths&&(this._lengths=Object.freeze(e.allowedLengths.slice())),typeof e.modFromBytes=="boolean"&&(this._mod=e.modFromBytes));let{nBitLength:o,nByteLength:s}=wa(t,n);if(s>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");this.ORDER=t,this.BITS=o,this.BYTES=s,Object.freeze(this)}create(t){return Z(t,this.ORDER)}isValid(t){if(typeof t!="bigint")throw new TypeError("invalid field element: expected bigint, got "+typeof t);return et<=t&&t<this.ORDER}is0(t){return t===et}isValidNot0(t){return!this.is0(t)&&this.isValid(t)}isOdd(t){return(t&z)===z}neg(t){return Z(-t,this.ORDER)}eql(t,e){return t===e}sqr(t){return Z(t*t,this.ORDER)}add(t,e){return Z(t+e,this.ORDER)}sub(t,e){return Z(t-e,this.ORDER)}mul(t,e){return Z(t*e,this.ORDER)}pow(t,e){return xa(this,t,e)}div(t,e){return Z(t*bs(e,this.ORDER),this.ORDER)}sqrN(t){return t*t}addN(t,e){return t+e}subN(t,e){return t-e}mulN(t,e){return t*e}inv(t){return bs(t,this.ORDER)}sqrt(t){let e=xs.get(this);return e||xs.set(this,e=ba(this.ORDER)),e(this,t)}toBytes(t){return this.isLE?Cn(t,this.BYTES):gr(t,this.BYTES)}fromBytes(t,e=!1){P(t);let{_lengths:n,BYTES:o,isLE:s,ORDER:i,_mod:c}=this;if(n){if(t.length<1||!n.includes(t.length)||t.length>o)throw new Error("Field.fromBytes: expected "+n+" bytes, got "+t.length);let a=new Uint8Array(o);a.set(t,s?0:a.length-t.length),t=a}if(t.length!==o)throw new Error("Field.fromBytes: expected "+o+" bytes, got "+t.length);let f=s?St(t):Gt(t);if(c&&(f=Z(f,i)),!e&&!this.isValid(f))throw new Error("invalid field element: outside of range 0..ORDER");return f}invertBatch(t){return He(this,t)}cmov(t,e,n){return mt(n,"condition"),n?e:t}};Object.freeze(wr.prototype);function ge(r,t={}){return new wr(r,t)}function Is(r){if(typeof r!="bigint")throw new Error("field order must be bigint");if(r<=z)throw new Error("field order must be greater than 1");let t=be(r-z);return Math.ceil(t/8)}function Nn(r){let t=Is(r);return t+Math.ceil(t/2)}function Kn(r,t,e=!1){P(r);let n=r.length,o=Is(t),s=Math.max(Nn(t),16);if(n<s||n>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+n);let i=e?St(r):Gt(r),c=Z(i,t-z)+z;return e?Cn(c,o):gr(c,o)}var xe=BigInt(0),Wt=BigInt(1);function qe(r,t){let e=t.negate();return r?e:t}function Qt(r,t){let e=He(r.Fp,t.map(n=>n.Z));return t.map((n,o)=>r.fromAffine(n.toAffine(e[o])))}function Rs(r,t){if(!Number.isSafeInteger(r)||r<=0||r>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+r)}function kn(r,t){Rs(r,t);let e=Math.ceil(t/r)+1,n=2**(r-1),o=2**r,s=Me(r),i=BigInt(r);return{windows:e,windowSize:n,mask:s,maxNumber:o,shiftBy:i}}function _s(r,t,e){let{windowSize:n,mask:o,maxNumber:s,shiftBy:i}=e,c=Number(r&o),f=r>>i;c>n&&(c-=s,f+=Wt);let a=t*n,u=a+Math.abs(c)-1,h=c===0,w=c<0,p=t%2!==0;return{nextN:f,offset:u,isZero:h,isNeg:w,isNegF:p,offsetF:a}}var Pn=new WeakMap,Cs=new WeakMap;function Mn(r){return Cs.get(r)||1}function Ds(r){if(r!==xe)throw new Error("invalid wNAF")}var we=class{BASE;ZERO;Fn;bits;constructor(t,e){this.BASE=t.BASE,this.ZERO=t.ZERO,this.Fn=t.Fn,this.bits=e}_unsafeLadder(t,e,n=this.ZERO){let o=t;for(;e>xe;)e&Wt&&(n=n.add(o)),o=o.double(),e>>=Wt;return n}precomputeWindow(t,e){let{windows:n,windowSize:o}=kn(e,this.bits),s=[],i=t,c=i;for(let f=0;f<n;f++){c=i,s.push(c);for(let a=1;a<o;a++)c=c.add(i),s.push(c);i=c.double()}return s}wNAF(t,e,n){if(!this.Fn.isValid(n))throw new Error("invalid scalar");let o=this.ZERO,s=this.BASE,i=kn(t,this.bits);for(let c=0;c<i.windows;c++){let{nextN:f,offset:a,isZero:u,isNeg:h,isNegF:w,offsetF:p}=_s(n,c,i);n=f,u?s=s.add(qe(w,e[p])):o=o.add(qe(h,e[a]))}return Ds(n),{p:o,f:s}}wNAFUnsafe(t,e,n,o=this.ZERO){let s=kn(t,this.bits);for(let i=0;i<s.windows&&n!==xe;i++){let{nextN:c,offset:f,isZero:a,isNeg:u}=_s(n,i,s);if(n=c,!a){let h=e[f];o=o.add(u?h.negate():h)}}return Ds(n),o}getPrecomputes(t,e,n){let o=Pn.get(e);return o||(o=this.precomputeWindow(e,t),t!==1&&(typeof n=="function"&&(o=n(o)),Pn.set(e,o))),o}cached(t,e,n){let o=Mn(t);return this.wNAF(o,this.getPrecomputes(o,t,n),e)}unsafe(t,e,n,o){let s=Mn(t);return s===1?this._unsafeLadder(t,e,o):this.wNAFUnsafe(s,this.getPrecomputes(s,t,n),e,o)}createCache(t,e){Rs(e,this.bits),Cs.set(t,e),Pn.delete(t)}hasCache(t){return Mn(t)!==1}};function Os(r,t,e,n){let o=t,s=r.ZERO,i=r.ZERO;for(;e>xe||n>xe;)e&Wt&&(s=s.add(o)),n&Wt&&(i=i.add(o)),o=o.double(),e>>=Wt,n>>=Wt;return{p1:s,p2:i}}function Ls(r,t,e){if(t){if(t.ORDER!==r)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return Un(t),t}else return ge(r,{isLE:e})}function Er(r,t,e={},n){if(n===void 0&&(n=r==="edwards"),!t||typeof t!="object")throw new Error(`expected valid ${r} CURVE object`);for(let f of["p","n","h"]){let a=t[f];if(!(typeof a=="bigint"&&a>xe))throw new Error(`CURVE.${f} must be positive bigint`)}let o=Ls(t.p,e.Fp,n),s=Ls(t.n,e.Fn,n),c=["Gx","Gy","a",r==="weierstrass"?"b":"d"];for(let f of c)if(!o.isValid(t[f]))throw new Error(`CURVE.${f} must be valid field element of CURVE.Fp`);return t=Object.freeze(Object.assign({},t)),{CURVE:t,Fp:o,Fn:s}}function Sr(r,t){return function(n){let o=r(n);return{secretKey:o,publicKey:t(o)}}}var kt=BigInt(0),Q=BigInt(1),Hn=BigInt(2),Ea=BigInt(8);function Sa(r,t,e,n){let o=r.sqr(e),s=r.sqr(n),i=r.add(r.mul(t.a,o),s),c=r.add(r.ONE,r.mul(t.d,r.mul(o,s)));return r.eql(i,c)}function Fs(r,t={}){let e=t,n=Er("edwards",r,e,e.FpFnLE),{Fp:o,Fn:s}=n,i=n.CURVE,{h:c}=i;bt(e,{},{uvRatio:"function"});let f=Hn<<BigInt(s.BYTES*8)-Q,a=S=>o.create(S),u=e.uvRatio===void 0?(S,d)=>{try{return{isValid:!0,value:o.sqrt(o.div(S,d))}}catch{return{isValid:!1,value:kt}}}:e.uvRatio;if(!Sa(o,i,i.Gx,i.Gy))throw new Error("bad curve params: generator point");function h(S,d,x=!1){let A=x?Q:kt;return ye("coordinate "+S,d,A,f),d}function w(S){if(!(S instanceof p))throw new Error("EdwardsPoint expected")}class p{static BASE=new p(i.Gx,i.Gy,Q,a(i.Gx*i.Gy));static ZERO=new p(kt,Q,Q,kt);static Fp=o;static Fn=s;X;Y;Z;T;constructor(d,x,A,B){this.X=h("x",d),this.Y=h("y",x),this.Z=h("z",A,!0),this.T=h("t",B),Object.freeze(this)}static CURVE(){return i}static fromAffine(d){if(d instanceof p)throw new Error("extended point not allowed");let{x,y:A}=d||{};return h("x",x),h("y",A),new p(x,A,Q,a(x*A))}static fromBytes(d,x=!1){let A=o.BYTES,{a:B,d:R}=i;d=Pe(P(d,A,"point")),mt(x,"zip215");let D=Pe(d),F=d[A-1];D[A-1]=F&-129;let C=St(D),I=x?f:o.ORDER;ye("point.y",C,kt,I);let U=a(C*C),H=a(U-Q),N=a(R*U-B),{isValid:l,value:m}=u(H,N);if(!l)throw new Error("bad point: invalid y coordinate");let E=(m&Q)===Q,g=(F&128)!==0;if(!x&&m===kt&&g)throw new Error("bad point: x=0 and x_0=1");return g!==E&&(m=a(-m)),p.fromAffine({x:m,y:C})}static fromHex(d,x=!1){return p.fromBytes(me(d),x)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(d=8,x=!0){return b.createCache(this,d),x||this.multiply(Hn),this}assertValidity(){let d=this,{a:x,d:A}=i;if(d.is0())throw new Error("bad point: ZERO");let{X:B,Y:R,Z:D,T:F}=d,C=a(B*B),I=a(R*R),U=a(D*D),H=a(U*U),N=a(C*x),l=a(U*a(N+I)),m=a(H+a(A*a(C*I)));if(l!==m)throw new Error("bad point: equation left != right (1)");let E=a(B*R),g=a(D*F);if(E!==g)throw new Error("bad point: equation left != right (2)")}equals(d){w(d);let{X:x,Y:A,Z:B}=this,{X:R,Y:D,Z:F}=d,C=a(x*F),I=a(R*B),U=a(A*F),H=a(D*B);return C===I&&U===H}is0(){return this.equals(p.ZERO)}negate(){return new p(a(-this.X),this.Y,this.Z,a(-this.T))}double(){let{a:d}=i,{X:x,Y:A,Z:B}=this,R=a(x*x),D=a(A*A),F=a(Hn*a(B*B)),C=a(d*R),I=x+A,U=a(a(I*I)-R-D),H=C+D,N=H-F,l=C-D,m=a(U*N),E=a(H*l),g=a(U*l),y=a(N*H);return new p(m,E,y,g)}add(d){w(d);let{a:x,d:A}=i,{X:B,Y:R,Z:D,T:F}=this,{X:C,Y:I,Z:U,T:H}=d,N=a(B*C),l=a(R*I),m=a(F*A*H),E=a(D*U),g=a((B+R)*(C+I)-N-l),y=E-m,v=E+m,_=a(l-x*N),T=a(g*y),L=a(v*_),O=a(g*_),k=a(y*v);return new p(T,L,k,O)}subtract(d){return w(d),this.add(d.negate())}multiply(d){if(!s.isValidNot0(d))throw new RangeError("invalid scalar: expected 1 <= sc < curve.n");let{p:x,f:A}=b.cached(this,d,B=>Qt(p,B));return Qt(p,[x,A])[0]}multiplyUnsafe(d){if(!s.isValid(d))throw new RangeError("invalid scalar: expected 0 <= sc < curve.n");return d===kt?p.ZERO:this.is0()||d===Q?this:b.unsafe(this,d,x=>Qt(p,x))}isSmallOrder(){return this.clearCofactor().is0()}isTorsionFree(){return b.unsafe(this,i.n).is0()}toAffine(d){let x=this,A=d,{X:B,Y:R,Z:D}=x,F=x.is0();A==null&&(A=F?Ea:o.inv(D));let C=a(B*A),I=a(R*A),U=o.mul(D,A);if(F)return{x:kt,y:Q};if(U!==Q)throw new Error("invZ was invalid");return{x:C,y:I}}clearCofactor(){return c===Q?this:this.multiplyUnsafe(c)}toBytes(){let{x:d,y:x}=this.toAffine(),A=o.toBytes(x);return A[A.length-1]|=d&Q?128:0,A}toHex(){return pe(this.toBytes())}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}let b=new we(p,s.BITS);return s.BITS>=8&&p.BASE.precompute(8),Object.freeze(p.prototype),Object.freeze(p),p}var Ar=class{static BASE;static ZERO;static Fp;static Fn;ep;constructor(t){this.ep=t}static fromBytes(t){On()}static fromHex(t){On()}get x(){return this.toAffine().x}get y(){return this.toAffine().y}clearCofactor(){return this}assertValidity(){this.ep.assertValidity()}toAffine(t){return this.ep.toAffine(t)}toHex(){return pe(this.toBytes())}toString(){return this.toHex()}isTorsionFree(){return!0}isSmallOrder(){return!1}add(t){return this.assertSame(t),this.init(this.ep.add(t.ep))}subtract(t){return this.assertSame(t),this.init(this.ep.subtract(t.ep))}multiply(t){return this.init(this.ep.multiply(t))}multiplyUnsafe(t){return this.init(this.ep.multiplyUnsafe(t))}double(){return this.init(this.ep.double())}negate(){return this.init(this.ep.negate())}precompute(t,e){return this.ep.precompute(t,e),this}};function Us(r,t,e={}){if(typeof t!="function")throw new Error('"hash" function param is required');let n=t,o=e;bt(o,{},{adjustScalarBytes:"function",randomBytes:"function",domain:"function",prehash:"function",zip215:"boolean",mapToCurve:"function"});let{prehash:s}=o,{BASE:i,Fp:c,Fn:f}=r,a=n.outputLen,u=2*c.BYTES;if(a!==void 0&&(yt(a,"hash.outputLen"),a!==u))throw new Error(`hash.outputLen must be ${u}, got ${a}`);let h=o.randomBytes===void 0?Ke:o.randomBytes,w=o.adjustScalarBytes===void 0?l=>l:o.adjustScalarBytes,p=o.domain===void 0?(l,m,E)=>{if(mt(E,"phflag"),m.length||E)throw new Error("Contexts/pre-hash are not supported");return l}:o.domain;function b(l){return f.create(St(l))}function S(l){let m=C.secretKey;P(l,C.secretKey,"secretKey");let E=P(n(l),2*m,"hashedSecretKey"),g=w(E.slice(0,m)),y=E.slice(m,2*m),v=b(g);return{head:g,prefix:y,scalar:v}}function d(l){let{head:m,prefix:E,scalar:g}=S(l),y=i.multiply(g),v=y.toBytes();return{head:m,prefix:E,scalar:g,point:y,pointBytes:v}}function x(l){return d(l).pointBytes}function A(l=Uint8Array.of(),...m){let E=G(...m);return b(n(p(E,P(l,void 0,"context"),!!s)))}function B(l,m,E={}){l=P(l,void 0,"message"),s&&(l=s(l));let{prefix:g,scalar:y,pointBytes:v}=d(m),_=A(E.context,g,l),T=i.multiply(_).toBytes(),L=A(E.context,T,v,l),O=f.create(_+L*y);if(!f.isValid(O))throw new Error("sign failed: invalid s");let k=G(T,f.toBytes(O));return P(k,C.signature,"result")}let R={zip215:o.zip215};function D(l,m,E,g=R){let{context:y}=g,v=g.zip215===void 0?!!R.zip215:g.zip215,_=C.signature;l=P(l,_,"signature"),m=P(m,void 0,"message"),E=P(E,C.publicKey,"publicKey"),v!==void 0&&mt(v,"zip215"),s&&(m=s(m));let T=_/2,L=l.subarray(0,T),O=St(l.subarray(T,_)),k,M,K;try{k=r.fromBytes(E,v),M=r.fromBytes(L,v),K=i.multiplyUnsafe(O)}catch{return!1}if(!v&&k.isSmallOrder())return!1;let Y=A(y,L,E,m);return M.add(k.multiplyUnsafe(Y)).subtract(K).clearCofactor().is0()}let F=c.BYTES,C={secretKey:F,publicKey:F,signature:2*F,seed:F};function I(l){return l=l===void 0?h(C.seed):l,P(l,C.seed,"seed")}function U(l){return Yt(l)&&l.length===C.secretKey}function H(l,m){try{return!!r.fromBytes(l,m===void 0?R.zip215:m)}catch{return!1}}let N={getExtendedPublicKey:d,randomSecretKey:I,isValidSecretKey:U,isValidPublicKey:H,toMontgomery(l){let{y:m}=r.fromBytes(l),E=C.publicKey,g=E===32;if(!g&&E!==57)throw new Error("only defined for 25519 and 448");let y=g?c.div(Q+m,Q-m):c.div(m-Q,m+Q);return c.toBytes(y)},toMontgomerySecret(l){let m=C.secretKey;P(l,m);let E=n(l.subarray(0,m));return w(E).subarray(0,m)}};return Object.freeze(C),Object.freeze(N),Object.freeze({keygen:Sr(I,x),getPublicKey:x,sign:B,verify:D,utils:N,Point:r,lengths:C})}function Ve(r,t){if(yt(r),yt(t),t<0||t>4)throw new Error("invalid I2OSP length: "+t);if(r<0||r>2**(8*t)-1)throw new Error("invalid I2OSP input: "+r);let e=Array.from({length:t}).fill(0);for(let n=t-1;n>=0;n--)e[n]=r&255,r>>>=8;return new Uint8Array(e)}function Aa(r,t){let e=new Uint8Array(r.length);for(let n=0;n<r.length;n++)e[n]=r[n]^t[n];return e}function va(r){if(!Yt(r)&&typeof r!="string")throw new Error("DST must be Uint8Array or ascii string");let t=typeof r=="string"?xr(r):r;if(t.length===0)throw new Error("DST must be non-empty");return t}function qn(r,t,e,n){P(r),yt(e),t=va(t),t.length>255&&(t=n(G(xr("H2C-OVERSIZE-DST-"),t)));let{outputLen:o,blockLen:s}=n,i=Math.ceil(e/o);if(e>65535||i>255)throw new Error("expand_message_xmd: invalid lenInBytes");let c=G(t,Ve(t.length,1)),f=new Uint8Array(s),a=Ve(e,2),u=new Array(i),h=n(G(f,r,a,Ve(0,1),c));u[0]=n(G(h,Ve(1,1),c));for(let p=1;p<i;p++){let b=[Aa(h,u[p-1]),Ve(p+1,1),c];u[p]=n(G(...b))}return G(...u).slice(0,e)}var Ns="HashToScalar-";var Ba=BigInt(0),Rt=BigInt(1),Ks=BigInt(2);var Ta=BigInt(5),Ia=BigInt(8),Ee=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffed"),Zn={p:Ee,n:BigInt("0x1000000000000000000000000000000014def9dea2f79cd65812631a5cf5d3ed"),h:Ia,a:BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec"),d:BigInt("0x52036cee2b6ffe738cc740797779e89800700a4d4141d8ab75eb4dca135978a3"),Gx:BigInt("0x216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a"),Gy:BigInt("0x6666666666666666666666666666666666666666666666666666666666666658")};function _a(r){let t=BigInt(10),e=BigInt(20),n=BigInt(40),o=BigInt(80),s=Ee,c=r*r%s*r%s,f=q(c,Ks,s)*c%s,a=q(f,Rt,s)*r%s,u=q(a,Ta,s)*a%s,h=q(u,t,s)*u%s,w=q(h,e,s)*h%s,p=q(w,n,s)*w%s,b=q(p,o,s)*p%s,S=q(b,o,s)*p%s,d=q(S,t,s)*u%s;return{pow_p_5_8:q(d,Ks,s)*r%s,b2:c}}function Da(r){return r[0]&=248,r[31]&=127,r[31]|=64,r}var Vn=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752");function $n(r,t){let e=Ee,n=Z(t*t*t,e),o=Z(n*n*t,e),s=_a(r*o).pow_p_5_8,i=Z(r*n*s,e),c=Z(t*i*i,e),f=i,a=Z(i*Vn,e),u=c===r,h=c===Z(-r,e),w=c===Z(-r*Vn,e);return u&&(i=f),(h||w)&&(i=a),Lt(i,e)&&(i=Z(-i,e)),{isValid:u||h,value:i}}var Mt=Fs(Zn,{uvRatio:$n}),Pt=Mt.Fp,Ms=Mt.Fn;function La(r){return Us(Mt,pr,Object.assign({adjustScalarBytes:Da,zip215:!0},r))}var Hs=La({});var zn=Vn,Ra=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),Ca=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),Oa=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),Fa=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),ks=r=>$n(Rt,r),Ua=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),jn=r=>Pt.create(St(r)&Ua);function Ps(r){let{d:t}=Zn,e=Ee,n=x=>Pt.create(x),o=n(zn*r*r),s=n((o+Rt)*Oa),i=BigInt(-1),c=n((i-t*o)*n(o+t)),{isValid:f,value:a}=$n(s,c),u=n(a*r);Lt(u,e)||(u=n(-u)),f||(a=u),f||(i=o);let h=n(i*(o-Rt)*Fa-c),w=a*a,p=n((a+a)*c),b=n(h*Ra),S=n(Rt-w),d=n(Rt+w);return new Mt(n(p*d),n(S*b),n(b*d),n(p*S))}var Ht=class r extends Ar{static BASE=new r(Mt.BASE);static ZERO=new r(Mt.ZERO);static Fp=Pt;static Fn=Ms;constructor(t){super(t)}static fromAffine(t){return new r(Mt.fromAffine(t))}assertSame(t){if(!(t instanceof r))throw new Error("RistrettoPoint expected")}init(t){return new r(t)}static fromBytes(t){ut(t,32);let{a:e,d:n}=Zn,o=Ee,s=R=>Pt.create(R),i=jn(t);if(!ms(Pt.toBytes(i),t)||Lt(i,o))throw new Error("invalid ristretto255 encoding 1");let c=s(i*i),f=s(Rt+e*c),a=s(Rt-e*c),u=s(f*f),h=s(a*a),w=s(e*n*u-h),{isValid:p,value:b}=ks(s(w*h)),S=s(b*a),d=s(b*S*w),x=s((i+i)*S);Lt(x,o)&&(x=s(-x));let A=s(f*d),B=s(x*A);if(!p||Lt(B,o)||A===Ba)throw new Error("invalid ristretto255 encoding 2");return new r(new Mt(x,A,Rt,B))}static fromHex(t){return r.fromBytes(Oe(t))}toBytes(){let{X:t,Y:e,Z:n,T:o}=this.ep,s=Ee,i=d=>Pt.create(d),c=i(i(n+e)*i(n-e)),f=i(t*e),a=i(f*f),{value:u}=ks(i(c*a)),h=i(u*c),w=i(u*f),p=i(h*w*o),b;if(Lt(o*p,s)){let d=i(e*zn),x=i(t*zn);t=d,e=x,b=i(h*Ca)}else b=w;Lt(t*p,s)&&(e=i(-e));let S=i((n-e)*b);return Lt(S,s)&&(S=i(-S)),Pt.toBytes(S)}equals(t){this.assertSame(t);let{X:e,Y:n}=this.ep,{X:o,Y:s}=t.ep,i=a=>Pt.create(a),c=i(e*s)===i(n*o),f=i(n*s)===i(e*o);return c||f}is0(){return this.equals(r.ZERO)}};Object.freeze(Ht.BASE);Object.freeze(Ht.ZERO);Object.freeze(Ht.prototype);Object.freeze(Ht);var Na=Object.freeze({Point:Ht,hashToCurve(r,t){let e=t?.DST===void 0?"ristretto255_XMD:SHA-512_R255MAP_RO_":t.DST,n=qn(r,e,64,pr);return Na.deriveToCurve(n)},hashToScalar(r,t={DST:Ns}){let e=qn(r,t.DST,64,pr);return Ms.create(St(e))},deriveToCurve(r){ut(r,64);let t=jn(r.subarray(0,32)),e=Ps(t),n=jn(r.subarray(32,64)),o=Ps(n);return new Ht(e.add(o))}});var ze=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}},vr=class extends Error{constructor(t="Missing Web Crypto API"){super(t),this.name="WebCryptoMissingError"}};var qs={get(r=globalThis){let t=r.crypto;if(t?.subtle==null)throw new vr("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 Br=qs;var Tr=32;var Yn,Ka=(async()=>{try{return await Br.get().subtle.generateKey({name:"Ed25519"},!0,["sign","verify"]),!0}catch{return!1}})();async function ka(r,t,e){if(r.buffer instanceof ArrayBuffer){let n=await Br.get().subtle.importKey("raw",r.buffer,{name:"Ed25519"},!1,["verify"]);return await Br.get().subtle.verify({name:"Ed25519"},n,t,e instanceof Uint8Array?e:e.subarray())}throw new TypeError("WebCrypto does not support SharedArrayBuffer for Ed25519 keys")}function Pa(r,t,e){return Hs.verify(t,e instanceof Uint8Array?e:e.subarray(),r)}async function Vs(r,t,e){return Yn==null&&(Yn=await Ka),Yn?ka(r,t,e):Pa(r,t,e)}function Ir(r){return r==null?!1:typeof r.then=="function"&&typeof r.catch=="function"&&typeof r.finally=="function"}var _r=class{type="Ed25519";raw;constructor(t){this.raw=Gn(t,Tr)}toMultihash(){return lt.digest(le(this))}toCID(){return J.createV1(114,this.toMultihash())}toString(){return $.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}verify(t,e,n){n?.signal?.throwIfAborted();let o=Vs(this.raw,e,t);return Ir(o)?o.then(s=>(n?.signal?.throwIfAborted(),s)):o}};function js(r){return r=Gn(r,Tr),new _r(r)}function Gn(r,t){if(r=Uint8Array.from(r??[]),r.length!==t)throw new wt(`Key must be a Uint8Array of length ${t}, got ${r.length}`);return r}var Ha=Math.pow(2,7),qa=Math.pow(2,14),Va=Math.pow(2,21),Zs=Math.pow(2,28),$s=Math.pow(2,35),Ys=Math.pow(2,42),Gs=Math.pow(2,49),nt=128,qt=127;function je(r){if(r<Ha)return 1;if(r<qa)return 2;if(r<Va)return 3;if(r<Zs)return 4;if(r<$s)return 5;if(r<Ys)return 6;if(r<Gs)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Xs(r,t,e=0){switch(je(r)){case 8:t[e++]=r&255|nt,r/=128;case 7:t[e++]=r&255|nt,r/=128;case 6:t[e++]=r&255|nt,r/=128;case 5:t[e++]=r&255|nt,r/=128;case 4:t[e++]=r&255|nt,r>>>=7;case 3:t[e++]=r&255|nt,r>>>=7;case 2:t[e++]=r&255|nt,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Ws(r,t){let e=r[t],n=0;if(n+=e&qt,e<nt||(e=r[t+1],n+=(e&qt)<<7,e<nt)||(e=r[t+2],n+=(e&qt)<<14,e<nt)||(e=r[t+3],n+=(e&qt)<<21,e<nt)||(e=r[t+4],n+=(e&qt)*Zs,e<nt)||(e=r[t+5],n+=(e&qt)*$s,e<nt)||(e=r[t+6],n+=(e&qt)*Ys,e<nt)||(e=r[t+7],n+=(e&qt)*Gs,e<nt))return n;throw new RangeError("Could not decode varint")}var Xn=new Float32Array([-0]),Vt=new Uint8Array(Xn.buffer);function Qs(r,t,e){Xn[0]=r,t[e]=Vt[0],t[e+1]=Vt[1],t[e+2]=Vt[2],t[e+3]=Vt[3]}function Js(r,t){return Vt[0]=r[t],Vt[1]=r[t+1],Vt[2]=r[t+2],Vt[3]=r[t+3],Xn[0]}var Wn=new Float64Array([-0]),rt=new Uint8Array(Wn.buffer);function ti(r,t,e){Wn[0]=r,t[e]=rt[0],t[e+1]=rt[1],t[e+2]=rt[2],t[e+3]=rt[3],t[e+4]=rt[4],t[e+5]=rt[5],t[e+6]=rt[6],t[e+7]=rt[7]}function ei(r,t){return rt[0]=r[t],rt[1]=r[t+1],rt[2]=r[t+2],rt[3]=r[t+3],rt[4]=r[t+4],rt[5]=r[t+5],rt[6]=r[t+6],rt[7]=r[t+7],Wn[0]}var za=BigInt(Number.MAX_SAFE_INTEGER),ja=BigInt(Number.MIN_SAFE_INTEGER),ht=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 Jt;if(t<za&&t>ja)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>ri&&(o=0n,++n>ri&&(n=0n))),new r(Number(o),Number(n))}static fromNumber(t){if(t===0)return Jt;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):Jt}},Jt=new ht(0,0);Jt.toBigInt=function(){return 0n};Jt.zzEncode=Jt.zzDecode=function(){return this};Jt.length=function(){return 1};var ri=4294967296n;function ni(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 oi(r,t,e){if(e-t<1)return"";let o,s=[],i=0,c;for(;t<e;)c=r[t++],c<128?s[i++]=c:c>191&&c<224?s[i++]=(c&31)<<6|r[t++]&63:c>239&&c<365?(c=((c&7)<<18|(r[t++]&63)<<12|(r[t++]&63)<<6|r[t++]&63)-65536,s[i++]=55296+(c>>10),s[i++]=56320+(c&1023)):s[i++]=(c&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 Qn(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 gt(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function Dr(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var Jn=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,gt(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 gt(this,4);return Dr(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw gt(this,4);return Dr(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw gt(this,4);let t=Js(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw gt(this,4);let t=ei(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 gt(this,t);return this.pos+=t,e===n?new Uint8Array(0):this.buf.subarray(e,n)}string(){let t=this.bytes();return oi(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw gt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw gt(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 ht(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 gt(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 gt(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 gt(this,8);let t=Dr(this.buf,this.pos+=4),e=Dr(this.buf,this.pos+=4);return new ht(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=Ws(this.buf,this.pos);return this.pos+=je(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 Ze(r){return new Jn(r instanceof Uint8Array?r:r.subarray())}function Lr(r,t,e){let n=Ze(r);return t.decode(n,void 0,e)}function to(r){let t=r??8192,e=t>>>1,n,o=t;return function(i){if(i<1||i>e)return at(i);o+i>t&&(n=at(t),o=0);let c=n.subarray(o,o+=i);return(o&7)!==0&&(o=(o|7)+1),c}}var te=class{fn;len;next;val;constructor(t,e,n){this.fn=t,this.len=e,this.next=void 0,this.val=n}};function eo(){}var no=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},Za=to();function $a(r){return globalThis.Buffer!=null?at(r):Za(r)}var Ye=class{len;head;tail;states;constructor(){this.len=0,this.head=new te(eo,0,0),this.tail=this.head,this.states=null}_push(t,e,n){return this.tail=this.tail.next=new te(t,e,n),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new oo((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this}int32(t){return t<0?this._push(Rr,10,ht.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=ht.fromBigInt(t);return this._push(Rr,e.length(),e)}uint64Number(t){return this._push(Xs,je(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=ht.fromBigInt(t).zzEncode();return this._push(Rr,e.length(),e)}sint64Number(t){let e=ht.fromNumber(t).zzEncode();return this._push(Rr,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(ro,1,t?1:0)}fixed32(t){return this._push($e,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=ht.fromBigInt(t);return this._push($e,4,e.lo)._push($e,4,e.hi)}fixed64Number(t){let e=ht.fromNumber(t);return this._push($e,4,e.lo)._push($e,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(Qs,4,t)}double(t){return this._push(ti,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(ro,1,0):this.uint32(e)._push(Ga,e,t)}string(t){let e=ni(t);return e!==0?this.uint32(e)._push(Qn,e,t):this._push(ro,1,0)}fork(){return this.states=new no(this),this.head=this.tail=new te(eo,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 te(eo,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=$a(this.len),n=0;for(;t!=null;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e}};function ro(r,t,e){t[e]=r&255}function Ya(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var oo=class extends te{next;constructor(t,e){super(Ya,t,e),this.next=void 0}};function Rr(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 $e(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 Ga(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(Ye.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(Xa,t,r),this},Ye.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(Wa,t,r),this});function Xa(r,t,e){t.set(r,e)}function Wa(r,t,e){r.length<40?Qn(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(Ot(r),e)}function so(){return new Ye}function Cr(r,t){let e=so();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}function*Or(r,t,e){let n=Ze(r);yield*t.stream(n,void 0,"$",e)}var Fr={VARINT:0,BIT64:1,LENGTH_DELIMITED:2,START_GROUP:3,END_GROUP:4,BIT32:5};function Ur(r,t,e,n,o){return{name:r,type:t,encode:e,decode:n,stream:o}}function io(r){function t(s){if(r[s.toString()]==null)throw new Error("Invalid enum value");return r[s]}let e=function(i,c){let f=t(i);c.int32(f)},n=function(i){let c=i.int32();return t(c)},o=function*(i){let c=i.int32();yield t(c)};return Ur("enum",Fr.VARINT,e,n,o)}function Nr(r,t,e){return Ur("message",Fr.LENGTH_DELIMITED,r,t,e)}var ot;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.secp256k1="secp256k1",r.ECDSA="ECDSA"})(ot||(ot={}));var co;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.secp256k1=2]="secp256k1",r[r.ECDSA=3]="ECDSA"})(co||(co={}));(function(r){r.codec=()=>io(co)})(ot||(ot={}));var Ge;(function(r){let t;r.codec=()=>(t==null&&(t=Nr((s,i,c={})=>{c.lengthDelimited!==!1&&i.fork(),s.Type!=null&&(i.uint32(8),ot.codec().encode(s.Type,i)),s.Data!=null&&(i.uint32(18),i.bytes(s.Data)),c.lengthDelimited!==!1&&i.ldelim()},(s,i,c={})=>{let f={},a=i==null?s.len:s.pos+i;for(;s.pos<a;){let u=s.uint32();switch(u>>>3){case 1:{f.Type=ot.codec().decode(s);break}case 2:{f.Data=s.bytes();break}default:{s.skipType(u&7);break}}}return f},function*(s,i,c,f={}){let a=i==null?s.len:s.pos+i;for(;s.pos<a;){let u=s.uint32();switch(u>>>3){case 1:{yield{field:`${c}.Type`,value:ot.codec().decode(s)};break}case 2:{yield{field:`${c}.Data`,value:s.bytes()};break}default:{s.skipType(u&7);break}}}})),t);function e(s){return Cr(s,r.codec())}r.encode=e;function n(s,i){return Lr(s,r.codec(),i)}r.decode=n;function o(s,i){return Or(s,r.codec(),i)}r.stream=o})(Ge||(Ge={}));var ao;(function(r){let t;r.codec=()=>(t==null&&(t=Nr((s,i,c={})=>{c.lengthDelimited!==!1&&i.fork(),s.Type!=null&&(i.uint32(8),ot.codec().encode(s.Type,i)),s.Data!=null&&(i.uint32(18),i.bytes(s.Data)),c.lengthDelimited!==!1&&i.ldelim()},(s,i,c={})=>{let f={},a=i==null?s.len:s.pos+i;for(;s.pos<a;){let u=s.uint32();switch(u>>>3){case 1:{f.Type=ot.codec().decode(s);break}case 2:{f.Data=s.bytes();break}default:{s.skipType(u&7);break}}}return f},function*(s,i,c,f={}){let a=i==null?s.len:s.pos+i;for(;s.pos<a;){let u=s.uint32();switch(u>>>3){case 1:{yield{field:`${c}.Type`,value:ot.codec().decode(s)};break}case 2:{yield{field:`${c}.Data`,value:s.bytes()};break}default:{s.skipType(u&7);break}}}})),t);function e(s){return Cr(s,r.codec())}r.encode=e;function n(s,i){return Lr(s,r.codec(),i)}r.decode=n;function o(s,i){return Or(s,r.codec(),i)}r.stream=o})(ao||(ao={}));var Kr=class{oHash;iHash;blockLen;outputLen;canXOF=!1;finished=!1;destroyed=!1;constructor(t,e){if(fr(t),ut(e,void 0,"key"),this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let n=this.blockLen,o=new Uint8Array(n);o.set(e.length>n?t.create().update(e).digest():e);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=t.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),_t(o)}update(t){return de(this),this.iHash.update(t),this}digestInto(t){de(this),ur(t,this),this.finished=!0;let e=t.subarray(0,this.outputLen);this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||=Object.create(Object.getPrototypeOf(this),{});let{oHash:e,iHash:n,finished:o,destroyed:s,blockLen:i,outputLen:c}=this;return t=t,t.finished=o,t.destroyed=s,t.blockLen=i,t.outputLen=c,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()}},ii=(()=>{let r=((t,e,n)=>new Kr(t,e).update(n).digest());return r.create=(t,e)=>new Kr(t,e),r})();var ci=(r,t)=>(r+(r>=0?t:-t)/ai)/t;function Ja(r,t,e){ye("scalar",r,At,e);let[[n,o],[s,i]]=t,c=ci(i*r,e),f=ci(-o*r,e),a=r-c*n-f*s,u=-c*o-f*i,h=a<At,w=u<At;h&&(a=-a),w&&(u=-u);let p=Me(Math.ceil(be(e)/2))+zt;if(a<At||a>=p||u<At||u>=p)throw new Error("splitScalar (endomorphism): failed for k");return{k1neg:h,k1:a,k2neg:w,k2:u}}function uo(r){if(!["compact","recovered","der"].includes(r))throw new Error('Signature format must be "compact", "recovered", or "der"');return r}function fo(r,t){bt(r);let e={};for(let n of Object.keys(t))e[n]=r[n]===void 0?t[n]:r[n];return mt(e.lowS,"lowS"),mt(e.prehash,"prehash"),e.format!==void 0&&uo(e.format),e}var ho=class extends Error{constructor(t=""){super(t)}},xt={Err:ho,_tlv:{encode:(r,t)=>{let{Err:e}=xt;if(yt(r,"tag"),r<0||r>255)throw new e("tlv.encode: wrong tag");if(typeof t!="string")throw new TypeError('"data" expected string, got type='+typeof t);if(t.length&1)throw new e("tlv.encode: unpadded data");let n=t.length/2,o=ke(n);if(o.length/2&128)throw new e("tlv.encode: long form length too big");let s=n>127?ke(o.length/2|128):"";return ke(r)+s+o+t},decode(r,t){let{Err:e}=xt;t=P(t,void 0,"DER data");let n=0;if(r<0||r>255)throw new e("tlv.encode: wrong tag");if(t.length<2||t[n++]!==r)throw new e("tlv.decode: wrong tlv");let o=t[n++],s=!!(o&128),i=0;if(!s)i=o;else{let f=o&127;if(!f)throw new e("tlv.decode(long): indefinite length not supported");if(f>4)throw new e("tlv.decode(long): byte length is too big");let a=t.subarray(n,n+f);if(a.length!==f)throw new e("tlv.decode: length bytes not complete");if(a[0]===0)throw new e("tlv.decode(long): zero leftmost byte");for(let u of a)i=i<<8|u;if(n+=f,i<128)throw new e("tlv.decode(long): not minimal encoding")}let c=t.subarray(n,n+i);if(c.length!==i)throw new e("tlv.decode: wrong value length");return{v:c,l:t.subarray(n+i)}}},_int:{encode(r){let{Err:t}=xt;if(br(r),r<At)throw new t("integer: negative integers are not allowed");let e=ke(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}=xt;if(r.length<1)throw new t("invalid signature integer: empty");if(r[0]&128)throw new t("invalid signature integer: negative");if(r.length>1&&r[0]===0&&!(r[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return Gt(r)}},toSig(r){let{Err:t,_int:e,_tlv:n}=xt,o=P(r,void 0,"signature"),{v:s,l:i}=n.decode(48,o);if(i.length)throw new t("invalid signature: left bytes after parsing");let{v:c,l:f}=n.decode(2,s),{v:a,l:u}=n.decode(2,f);if(u.length)throw new t("invalid signature: left bytes after parsing");return{r:e.decode(c),s:e.decode(a)}},hexFromSig(r){let{_tlv:t,_int:e}=xt,n=t.encode(2,e.encode(r.r)),o=t.encode(2,e.encode(r.s)),s=n+o;return t.encode(48,s)}};Object.freeze(xt._tlv);Object.freeze(xt._int);Object.freeze(xt);var At=BigInt(0),zt=BigInt(1),ai=BigInt(2),kr=BigInt(3),tf=BigInt(4);function fi(r,t={}){let e=Er("weierstrass",r,t),n=e.Fp,o=e.Fn,s=e.CURVE,{h:i,n:c}=s;bt(t,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object"});let{endo:f,allowInfinityPoint:a}=t;if(f&&(!n.is0(s.a)||typeof f.beta!="bigint"||!Array.isArray(f.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');let u=hi(n,o);function h(){if(!n.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function w(N,l,m){if(a&&l.is0())return Uint8Array.of(0);let{x:E,y:g}=l.toAffine(),y=n.toBytes(E);if(mt(m,"isCompressed"),m){h();let v=!n.isOdd(g);return G(ui(v),y)}else return G(Uint8Array.of(4),y,n.toBytes(g))}function p(N){P(N,void 0,"Point");let{publicKey:l,publicKeyUncompressed:m}=u,E=N.length,g=N[0],y=N.subarray(1);if(a&&E===1&&g===0)return{x:n.ZERO,y:n.ZERO};if(E===l&&(g===2||g===3)){let v=n.fromBytes(y);if(!n.isValid(v))throw new Error("bad point: is not on curve, wrong x");let _=d(v),T;try{T=n.sqrt(_)}catch(k){let M=k instanceof Error?": "+k.message:"";throw new Error("bad point: is not on curve, sqrt error"+M)}h();let L=n.isOdd(T);return(g&1)===1!==L&&(T=n.neg(T)),{x:v,y:T}}else if(E===m&&g===4){let v=n.BYTES,_=n.fromBytes(y.subarray(0,v)),T=n.fromBytes(y.subarray(v,v*2));if(!x(_,T))throw new Error("bad point: is not on curve");return{x:_,y:T}}else throw new Error(`bad point: got length ${E}, expected compressed=${l} or uncompressed=${m}`)}let b=t.toBytes===void 0?w:t.toBytes,S=t.fromBytes===void 0?p:t.fromBytes;function d(N){let l=n.sqr(N),m=n.mul(l,N);return n.add(n.add(m,n.mul(N,s.a)),s.b)}function x(N,l){let m=n.sqr(l),E=d(N);return n.eql(m,E)}if(!x(s.Gx,s.Gy))throw new Error("bad curve params: generator point");let A=n.mul(n.pow(s.a,kr),tf),B=n.mul(n.sqr(s.b),BigInt(27));if(n.is0(n.add(A,B)))throw new Error("bad curve params: a or b");function R(N,l,m=!1){if(!n.isValid(l)||m&&n.is0(l))throw new Error(`bad point coordinate ${N}`);return l}function D(N){if(!(N instanceof I))throw new Error("Weierstrass Point expected")}function F(N){if(!f||!f.basises)throw new Error("no endo");return Ja(N,f.basises,o.ORDER)}function C(N,l,m,E,g){return m=new I(n.mul(m.X,N),m.Y,m.Z),l=qe(E,l),m=qe(g,m),l.add(m)}class I{static BASE=new I(s.Gx,s.Gy,n.ONE);static ZERO=new I(n.ZERO,n.ONE,n.ZERO);static Fp=n;static Fn=o;X;Y;Z;constructor(l,m,E){this.X=R("x",l),this.Y=R("y",m,!0),this.Z=R("z",E),Object.freeze(this)}static CURVE(){return s}static fromAffine(l){let{x:m,y:E}=l||{};if(!l||!n.isValid(m)||!n.isValid(E))throw new Error("invalid affine point");if(l instanceof I)throw new Error("projective point not allowed");return n.is0(m)&&n.is0(E)?I.ZERO:new I(m,E,n.ONE)}static fromBytes(l){let m=I.fromAffine(S(P(l,void 0,"point")));return m.assertValidity(),m}static fromHex(l){return I.fromBytes(me(l))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(l=8,m=!0){return H.createCache(this,l),m||this.multiply(kr),this}assertValidity(){let l=this;if(l.is0()){if(t.allowInfinityPoint&&n.is0(l.X)&&n.eql(l.Y,n.ONE)&&n.is0(l.Z))return;throw new Error("bad point: ZERO")}let{x:m,y:E}=l.toAffine();if(!n.isValid(m)||!n.isValid(E))throw new Error("bad point: x or y not field elements");if(!x(m,E))throw new Error("bad point: equation left != right");if(!l.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:l}=this.toAffine();if(!n.isOdd)throw new Error("Field doesn't support isOdd");return!n.isOdd(l)}equals(l){D(l);let{X:m,Y:E,Z:g}=this,{X:y,Y:v,Z:_}=l,T=n.eql(n.mul(m,_),n.mul(y,g)),L=n.eql(n.mul(E,_),n.mul(v,g));return T&&L}negate(){return new I(this.X,n.neg(this.Y),this.Z)}double(){let{a:l,b:m}=s,E=n.mul(m,kr),{X:g,Y:y,Z:v}=this,_=n.ZERO,T=n.ZERO,L=n.ZERO,O=n.mul(g,g),k=n.mul(y,y),M=n.mul(v,v),K=n.mul(g,y);return K=n.add(K,K),L=n.mul(g,v),L=n.add(L,L),_=n.mul(l,L),T=n.mul(E,M),T=n.add(_,T),_=n.sub(k,T),T=n.add(k,T),T=n.mul(_,T),_=n.mul(K,_),L=n.mul(E,L),M=n.mul(l,M),K=n.sub(O,M),K=n.mul(l,K),K=n.add(K,L),L=n.add(O,O),O=n.add(L,O),O=n.add(O,M),O=n.mul(O,K),T=n.add(T,O),M=n.mul(y,v),M=n.add(M,M),O=n.mul(M,K),_=n.sub(_,O),L=n.mul(M,k),L=n.add(L,L),L=n.add(L,L),new I(_,T,L)}add(l){D(l);let{X:m,Y:E,Z:g}=this,{X:y,Y:v,Z:_}=l,T=n.ZERO,L=n.ZERO,O=n.ZERO,k=s.a,M=n.mul(s.b,kr),K=n.mul(m,y),Y=n.mul(E,v),X=n.mul(g,_),W=n.add(m,E),j=n.add(y,v);W=n.mul(W,j),j=n.add(K,Y),W=n.sub(W,j),j=n.add(m,g);let st=n.add(y,_);return j=n.mul(j,st),st=n.add(K,X),j=n.sub(j,st),st=n.add(E,g),T=n.add(v,_),st=n.mul(st,T),T=n.add(Y,X),st=n.sub(st,T),O=n.mul(k,j),T=n.mul(M,X),O=n.add(T,O),T=n.sub(Y,O),O=n.add(Y,O),L=n.mul(T,O),Y=n.add(K,K),Y=n.add(Y,K),X=n.mul(k,X),j=n.mul(M,j),Y=n.add(Y,X),X=n.sub(K,X),X=n.mul(k,X),j=n.add(j,X),K=n.mul(Y,j),L=n.add(L,K),K=n.mul(st,j),T=n.mul(W,T),T=n.sub(T,K),K=n.mul(W,Y),O=n.mul(st,O),O=n.add(O,K),new I(T,L,O)}subtract(l){return D(l),this.add(l.negate())}is0(){return this.equals(I.ZERO)}multiply(l){let{endo:m}=t;if(!o.isValidNot0(l))throw new RangeError("invalid scalar: out of range");let E,g,y=v=>H.cached(this,v,_=>Qt(I,_));if(m){let{k1neg:v,k1:_,k2neg:T,k2:L}=F(l),{p:O,f:k}=y(_),{p:M,f:K}=y(L);g=k.add(K),E=C(m.beta,O,M,v,T)}else{let{p:v,f:_}=y(l);E=v,g=_}return Qt(I,[E,g])[0]}multiplyUnsafe(l){let{endo:m}=t,E=this,g=l;if(!o.isValid(g))throw new RangeError("invalid scalar: out of range");if(g===At||E.is0())return I.ZERO;if(g===zt)return E;if(H.hasCache(this))return this.multiply(g);if(m){let{k1neg:y,k1:v,k2neg:_,k2:T}=F(g),{p1:L,p2:O}=Os(I,E,v,T);return C(m.beta,L,O,y,_)}else return H.unsafe(E,g)}toAffine(l){let m=this,E=l,{X:g,Y:y,Z:v}=m;if(n.eql(v,n.ONE))return{x:g,y};let _=m.is0();E==null&&(E=_?n.ONE:n.inv(v));let T=n.mul(g,E),L=n.mul(y,E),O=n.mul(v,E);if(_)return{x:n.ZERO,y:n.ZERO};if(!n.eql(O,n.ONE))throw new Error("invZ was invalid");return{x:T,y:L}}isTorsionFree(){let{isTorsionFree:l}=t;return i===zt?!0:l?l(I,this):H.unsafe(this,c).is0()}clearCofactor(){let{clearCofactor:l}=t;return i===zt?this:l?l(I,this):this.multiplyUnsafe(i)}isSmallOrder(){return i===zt?this.is0():this.clearCofactor().is0()}toBytes(l=!0){return mt(l,"isCompressed"),this.assertValidity(),b(I,this,l)}toHex(l=!0){return pe(this.toBytes(l))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}}let U=o.BITS,H=new we(I,t.endo?Math.ceil(U/2):U);return U>=8&&I.BASE.precompute(8),Object.freeze(I.prototype),Object.freeze(I),I}function ui(r){return Uint8Array.of(r?2:3)}function hi(r,t){return{secretKey:t.BYTES,publicKey:1+r.BYTES,publicKeyUncompressed:1+2*r.BYTES,publicKeyHasPrefix:!0,signature:2*t.BYTES}}function ef(r,t={}){let{Fn:e}=r,n=t.randomBytes===void 0?Ke:t.randomBytes,o=Object.assign(hi(r.Fp,e),{seed:Math.max(Nn(e.ORDER),16)});function s(p){try{let b=e.fromBytes(p);return e.isValidNot0(b)}catch{return!1}}function i(p,b){let{publicKey:S,publicKeyUncompressed:d}=o;try{let x=p.length;return b===!0&&x!==S||b===!1&&x!==d?!1:!!r.fromBytes(p)}catch{return!1}}function c(p){return p=p===void 0?n(o.seed):p,Kn(P(p,o.seed,"seed"),e.ORDER)}function f(p,b=!0){return r.BASE.multiply(e.fromBytes(p)).toBytes(b)}function a(p){let{secretKey:b,publicKey:S,publicKeyUncompressed:d}=o,x=e._lengths;if(!Yt(p))return;let A=P(p,void 0,"key").length,B=A===S||A===d,R=A===b||!!x?.includes(A);if(!(B&&R))return B}function u(p,b,S=!0){if(a(p)===!0)throw new Error("first arg must be private key");if(a(b)===!1)throw new Error("second arg must be public key");let d=e.fromBytes(p);return r.fromBytes(b).multiply(d).toBytes(S)}let h={isValidSecretKey:s,isValidPublicKey:i,randomSecretKey:c},w=Sr(c,f);return Object.freeze(h),Object.freeze(o),Object.freeze({getPublicKey:f,getSharedSecret:u,keygen:w,Point:r,utils:h,lengths:o})}function li(r,t,e={}){let n=t;fr(n),bt(e,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"}),e=Object.assign({},e);let o=e.randomBytes===void 0?Ke:e.randomBytes,s=e.hmac===void 0?(g,y)=>ii(n,g,y):e.hmac,{Fp:i,Fn:c}=r,{ORDER:f,BITS:a}=c,{keygen:u,getPublicKey:h,getSharedSecret:w,utils:p,lengths:b}=ef(r,e),S={prehash:!0,lowS:typeof e.lowS=="boolean"?e.lowS:!0,format:"compact",extraEntropy:!1},d=f*ai+zt<i.ORDER;function x(g){let y=f>>zt;return g>y}function A(g,y){if(!c.isValidNot0(y))throw new Error(`invalid signature ${g}: out of range 1..Point.Fn.ORDER`);return y}function B(){if(d)throw new Error('"recovered" sig type is not supported for cofactor >2 curves')}function R(g,y){uo(y);let v=b.signature,_=y==="compact"?v:y==="recovered"?v+1:void 0;return P(g,_)}class D{r;s;recovery;constructor(y,v,_){if(this.r=A("r",y),this.s=A("s",v),_!=null){if(B(),![0,1,2,3].includes(_))throw new Error("invalid recovery id");this.recovery=_}Object.freeze(this)}static fromBytes(y,v=S.format){R(y,v);let _;if(v==="der"){let{r:k,s:M}=xt.toSig(P(y));return new D(k,M)}v==="recovered"&&(_=y[0],v="compact",y=y.subarray(1));let T=b.signature/2,L=y.subarray(0,T),O=y.subarray(T,T*2);return new D(c.fromBytes(L),c.fromBytes(O),_)}static fromHex(y,v){return this.fromBytes(me(y),v)}assertRecovery(){let{recovery:y}=this;if(y==null)throw new Error("invalid recovery id: must be present");return y}addRecoveryBit(y){return new D(this.r,this.s,y)}recoverPublicKey(y){let{r:v,s:_}=this,T=this.assertRecovery(),L=T===2||T===3?v+f:v;if(!i.isValid(L))throw new Error("invalid recovery id: sig.r+curve.n != R.x");let O=i.toBytes(L),k=r.fromBytes(G(ui((T&1)===0),O)),M=c.inv(L),K=C(P(y,void 0,"msgHash")),Y=c.create(-K*M),X=c.create(_*M),W=r.BASE.multiplyUnsafe(Y).add(k.multiplyUnsafe(X));if(W.is0())throw new Error("invalid recovery: point at infinify");return W.assertValidity(),W}hasHighS(){return x(this.s)}toBytes(y=S.format){if(uo(y),y==="der")return me(xt.hexFromSig(this));let{r:v,s:_}=this,T=c.toBytes(v),L=c.toBytes(_);return y==="recovered"?(B(),G(Uint8Array.of(this.assertRecovery()),T,L)):G(T,L)}toHex(y){return pe(this.toBytes(y))}}Object.freeze(D.prototype),Object.freeze(D);let F=e.bits2int===void 0?function(y){if(y.length>8192)throw new Error("input is too large");let v=Gt(y),_=y.length*8-a;return _>0?v>>BigInt(_):v}:e.bits2int,C=e.bits2int_modN===void 0?function(y){return c.create(F(y))}:e.bits2int_modN,I=Me(a);function U(g){return ye("num < 2^"+a,g,At,I),c.toBytes(g)}function H(g,y){return P(g,void 0,"message"),y?P(n(g),void 0,"prehashed message"):g}function N(g,y,v){let{lowS:_,prehash:T,extraEntropy:L}=fo(v,S);g=H(g,T);let O=C(g),k=c.fromBytes(y);if(!c.isValidNot0(k))throw new Error("invalid private key");let M=[U(k),U(O)];if(L!=null&&L!==!1){let W=L===!0?o(b.secretKey):L;M.push(P(W,void 0,"extraEntropy"))}let K=G(...M),Y=O;function X(W){let j=F(W);if(!c.isValidNot0(j))return;let st=c.inv(j),ee=r.BASE.multiply(j).toAffine(),Ae=c.create(ee.x);if(Ae===At)return;let Qe=c.create(st*c.create(Y+Ae*k));if(Qe===At)return;let mo=(ee.x===Ae?0:2)|Number(ee.y&zt),yo=Qe;return _&&x(Qe)&&(yo=c.neg(Qe),mo^=1),new D(Ae,yo,d?void 0:mo)}return{seed:K,k2sig:X}}function l(g,y,v={}){let{seed:_,k2sig:T}=N(g,y,v);return ys(n.outputLen,c.BYTES,s)(_,T).toBytes(v.format)}function m(g,y,v,_={}){let{lowS:T,prehash:L,format:O}=fo(_,S);if(v=P(v,void 0,"publicKey"),y=H(y,L),!Yt(g)){let k=g instanceof D?", use sig.toBytes()":"";throw new Error("verify expects Uint8Array signature"+k)}R(g,O);try{let k=D.fromBytes(g,O),M=r.fromBytes(v);if(T&&k.hasHighS())return!1;let{r:K,s:Y}=k,X=C(y),W=c.inv(Y),j=c.create(X*W),st=c.create(K*W),ee=r.BASE.multiplyUnsafe(j).add(M.multiplyUnsafe(st));return ee.is0()?!1:c.create(ee.x)===K}catch{return!1}}function E(g,y,v={}){let{prehash:_}=fo(v,S);return y=H(y,_),D.fromBytes(g,"recovered").recoverPublicKey(y).toBytes()}return Object.freeze({keygen:u,getPublicKey:h,getSharedSecret:w,utils:p,lengths:b,Point:r,sign:l,verify:m,recoverPublicKey:E,Signature:D,hash:n})}var po={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},rf={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]};var di=BigInt(2);function nf(r){let t=po.p,e=BigInt(3),n=BigInt(6),o=BigInt(11),s=BigInt(22),i=BigInt(23),c=BigInt(44),f=BigInt(88),a=r*r*r%t,u=a*a*r%t,h=q(u,e,t)*u%t,w=q(h,e,t)*u%t,p=q(w,di,t)*a%t,b=q(p,o,t)*p%t,S=q(b,s,t)*b%t,d=q(S,c,t)*S%t,x=q(d,f,t)*d%t,A=q(x,c,t)*S%t,B=q(A,e,t)*u%t,R=q(B,i,t)*b%t,D=q(R,n,t)*a%t,F=q(D,di,t);if(!lo.eql(lo.sqr(F),r))throw new Error("Cannot find square root");return F}var lo=ge(po.p,{sqrt:nf}),of=fi(po,{Fp:lo,endo:rf}),Se=li(of,ds);function pi(r,t,e,n){let o=_e.digest(e instanceof Uint8Array?e:e.subarray());if(Ir(o))return o.then(({digest:s})=>(n?.signal?.throwIfAborted(),Se.verify(t,s,r,{prehash:!1,format:"der"}))).catch(s=>{throw s.name==="AbortError"?s:new ze(String(s))});try{return n?.signal?.throwIfAborted(),Se.verify(t,o.digest,r,{prehash:!1,format:"der"})}catch(s){throw new ze(String(s))}}var Pr=class{type="secp256k1";raw;_key;constructor(t){this._key=yi(t),this.raw=mi(this._key)}toMultihash(){return lt.digest(le(this))}toCID(){return J.createV1(114,this.toMultihash())}toString(){return $.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:dt(this.raw,t.raw)}verify(t,e,n){return pi(this._key,e,t,n)}};function bi(r){return new Pr(r)}function mi(r){return Se.Point.fromBytes(r).toBytes()}function yi(r){try{return Se.Point.fromBytes(r),r}catch(t){throw new nr(String(t))}}function gi(r){let{Type:t,Data:e}=Ge.decode(r.digest),n=e??new Uint8Array;switch(t){case ot.Ed25519:return js(n);case ot.secp256k1:return bi(n);case ot.ECDSA:return Xo(n);default:throw new Le}}function le(r){return Ge.encode({Type:ot[r.type],Data:r.raw})}var xi=Symbol.for("nodejs.util.inspect.custom"),sf=114,Xe=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()})`}[dn]=!0;toString(){return this.string==null&&(this.string=$.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return J.createV1(sf,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return dt(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return dt(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[xi](){return`PeerId(${this.toString()})`}},Mr=class extends Xe{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},Hr=class extends Xe{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},qr=class extends Xe{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},cf=2336,We=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=lt.digest(Ot(this.url))}[xi](){return`PeerId(${this.url})`}[dn]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return J.createV1(cf,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=it(t)),t.toString()===this.toString())}};var af=114,wi=2336;function Ei(r,t){let e;if(r.charAt(0)==="1"||r.charAt(0)==="Q")e=Ie($.decode(`z${r}`));else{if(r.startsWith("k51qzi5uqu5")||r.startsWith("kzwfwjn5ji4")||r.startsWith("k2k4r8")||r.startsWith("bafz"))return ff(J.parse(r));if(t==null)throw new wt('Please pass a multibase decoder for strings that do not start with "1" or "Q"');e=Ie(t.decode(r))}return Si(e)}function Si(r){if(hf(r))return new Mr({multihash:r});if(uf(r))try{let t=gi(r);if(t.type==="Ed25519")return new Hr({multihash:r,publicKey:t});if(t.type==="secp256k1")return new qr({multihash:r,publicKey:t})}catch{let e=it(r.digest);return new We(new URL(e))}throw new sr("Supplied PeerID Multihash is invalid")}function ff(r){if(r?.multihash==null||r.version==null||r.version===1&&r.code!==af&&r.code!==wi)throw new or("Supplied PeerID CID is invalid");if(r.code===wi){let t=it(r.multihash.digest);return new We(new URL(t))}return Si(r.multihash)}function uf(r){return r.code===lt.code}function hf(r){return r.code===_e.code}var Ai=(r,t)=>{let[,e,n,...o]=r.split("/");if(e!=="ipns")throw new ue(`Namespace ${e} was not "ipns"`);try{return{namespace:"ipns",peerId:Ei(n),path:o.length>0?`/${o.join("/")}`:"",answer:t}}catch{return{namespace:"dnslink",value:n,path:o.length>0?`/${o.join("/")}`:"",answer:t}}};var Vr=class{dns;log;namespaces;cache;cacheMaxAnswers;constructor(t,e={}){this.dns=t.dns,this.log=t.logger.forComponent("helia:dnslink"),this.namespaces={ipfs:qo,ipns:Ai,...e.namespaces},this.cache=new fe({maxSize:e.cacheSize??1e3,maxAge:e.cacheMaxAge??3e4}),this.cacheMaxAnswers=e.cacheMaxAnswers??10}async resolve(t,e={}){if(e.nocache!==!0){let i=this.cache.get(t);if(i!=null){let c=[...i.values()];if(c.length>0)return c}}let n=await this.recursiveResolveDomain(t,e.maxRecursiveDepth??Ho,e),o=new fe({maxSize:this.cacheMaxAnswers});n.forEach((i,c)=>{o.set(c,i,{maxAge:i.answer.TTL*1e3})});let s=n.reduce((i,c)=>{let f=c.answer.TTL*1e3;return f>i?f:i},0);return this.cache.maxAge<s&&(s=this.cache.maxAge),this.cache.set(t,o,{maxAge:s}),n}async recursiveResolveDomain(t,e,n={}){if(e===0)throw new Error("recursion limit exceeded");t.startsWith("_dnslink.")||(t=`_dnslink.${t}`);try{return await this.recursiveResolveDnslink(t,e,n)}catch(o){if(o.code!=="ENOTFOUND"&&o.code!=="ENODATA"&&o.name!=="DNSLinkNotFoundError"&&o.name!=="NotFoundError")throw o;return t.startsWith("_dnslink.")?t=t.replace("_dnslink.",""):t=`_dnslink.${t}`,this.recursiveResolveDnslink(t,e,n)}}async recursiveResolveDnslink(t,e,n={}){if(e===0)throw new Error("recursion limit exceeded");this.log("query %s for TXT and CNAME records",t);let s=((await this.dns.query(t,{...n,types:[vt.TXT]}))?.Answer??[]).sort((a,u)=>a.data.localeCompare(u.data));this.log("found %d TXT records for %s",s.length,t);let i=[];for(let a of s)try{let u=a.data;if(u.startsWith('"')&&u.endsWith('"')&&(u=u.substring(1,u.length-1)),!u.startsWith("dnslink="))continue;this.log("%s TXT %s",a.name,u),u=u.replace("dnslink=","");let[,h,w]=u.split("/");if(h==="dnslink"){i.push(...await this.recursiveResolveDomain(w,e-1,n));continue}let p=this.namespaces[h];if(p==null){this.log('unknown protocol "%s" in DNSLink record for domain: %s',h,t);continue}let b=p(u,a);if(b.namespace==="dnslink"){i.push(...await this.recursiveResolveDomain(b.value,e-1,n));continue}i.push(p(u,a))}catch(u){this.log.error("could not parse DNS link record for domain %s, %s - %e",t,a.data,u)}if(i.length>0)return i;this.log("no DNSLink records found for %s, falling back to CNAME",t);let f=((await this.dns.query(t,{...n,types:[vt.CNAME]}))?.Answer??[]).sort((a,u)=>a.data.localeCompare(u.data));this.log("found %d CNAME records for %s",f.length,t);for(let a of f)try{return await this.recursiveResolveDomain(a.data,e-1,n)}catch(u){this.log.error("domain %s cname %s had no DNSLink records - %e",t,a.data,u)}throw new rr(`No DNSLink records found for domain: ${t}`)}};function lf(r,t={}){return new Vr(r,t)}return Ri(df);})();
3
3
  /*! Bundled license information:
4
4
 
5
5
  @noble/curves/utils.js: