@libp2p/identify 1.0.6 → 1.0.7-4e0135c7d
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 +14 -14
- package/package.json +7 -7
- package/dist/typedoc-urls.json +0 -12
package/dist/index.min.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.Libp2PIdentify = factory()}(typeof self !== 'undefined' ? self : this, function () {
|
|
2
|
-
"use strict";var Libp2PIdentify=(()=>{var
|
|
3
|
-
`)}return n};Bo.decode=function(t,e){if(typeof t!="string")throw new TypeError('"input" must be a string.');if(typeof e!="string")throw new TypeError('"alphabet" must be a string.');var r=t0[e];if(!r){r=t0[e]=[];for(var n=0;n<e.length;++n)r[e.charCodeAt(n)]=n}t=t.replace(/\s/g,"");for(var i=e.length,o=e.charAt(0),s=[0],n=0;n<t.length;n++){var a=r[t.charCodeAt(n)];if(a===void 0)return;for(var c=0,f=a;c<s.length;++c)f+=s[c]*i,s[c]=f&255,f>>=8;for(;f>0;)s.push(f&255),f>>=8}for(var u=0;t[u]===o&&u<t.length-1;++u)s.push(0);return typeof Buffer<"u"?Buffer.from(s.reverse()):new Uint8Array(s.reverse())};function nh(t,e){var r=0,n=e.length,i=e.charAt(0),o=[0];for(r=0;r<t.length();++r){for(var s=0,a=t.at(r);s<o.length;++s)a+=o[s]<<8,o[s]=a%n,a=a/n|0;for(;a>0;)o.push(a%n),a=a/n|0}var c="";for(r=0;t.at(r)===0&&r<t.length()-1;++r)c+=i;for(r=o.length-1;r>=0;--r)c+=e[o[r]];return c}});var At=ft((Ym,s0)=>{var n0=at(),i0=r0(),m=s0.exports=n0.util=n0.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){m.nextTick=process.nextTick,typeof setImmediate=="function"?m.setImmediate=setImmediate:m.setImmediate=m.nextTick;return}if(typeof setImmediate=="function"){m.setImmediate=function(){return setImmediate.apply(void 0,arguments)},m.nextTick=function(a){return setImmediate(a)};return}if(m.setImmediate=function(a){setTimeout(a,0)},typeof window<"u"&&typeof window.postMessage=="function"){let a=function(c){if(c.source===window&&c.data===t){c.stopPropagation();var f=e.slice();e.length=0,f.forEach(function(u){u()})}};var s=a,t="forge.setImmediate",e=[];m.setImmediate=function(c){e.push(c),e.length===1&&window.postMessage(t,"*")},window.addEventListener("message",a,!0)}if(typeof MutationObserver<"u"){var r=Date.now(),n=!0,i=document.createElement("div"),e=[];new MutationObserver(function(){var c=e.slice();e.length=0,c.forEach(function(f){f()})}).observe(i,{attributes:!0});var o=m.setImmediate;m.setImmediate=function(c){Date.now()-r>15?(r=Date.now(),o(c)):(e.push(c),e.length===1&&i.setAttribute("a",n=!n))}}m.nextTick=m.setImmediate})();m.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;m.globalScope=function(){return m.isNodejs?globalThis:typeof self>"u"?window:self}();m.isArray=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"};m.isArrayBuffer=function(t){return typeof ArrayBuffer<"u"&&t instanceof ArrayBuffer};m.isArrayBufferView=function(t){return t&&m.isArrayBuffer(t.buffer)&&t.byteLength!==void 0};function ln(t){if(!(t===8||t===16||t===24||t===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+t)}m.ByteBuffer=Ao;function Ao(t){if(this.data="",this.read=0,typeof t=="string")this.data=t;else if(m.isArrayBuffer(t)||m.isArrayBufferView(t))if(typeof Buffer<"u"&&t instanceof Buffer)this.data=t.toString("binary");else{var e=new Uint8Array(t);try{this.data=String.fromCharCode.apply(null,e)}catch{for(var r=0;r<e.length;++r)this.putByte(e[r])}}else(t instanceof Ao||typeof t=="object"&&typeof t.data=="string"&&typeof t.read=="number")&&(this.data=t.data,this.read=t.read);this._constructedStringLength=0}m.ByteStringBuffer=Ao;var ih=4096;m.ByteStringBuffer.prototype._optimizeConstructedString=function(t){this._constructedStringLength+=t,this._constructedStringLength>ih&&(this.data.substr(0,1),this._constructedStringLength=0)};m.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};m.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};m.ByteStringBuffer.prototype.putByte=function(t){return this.putBytes(String.fromCharCode(t))};m.ByteStringBuffer.prototype.fillWithByte=function(t,e){t=String.fromCharCode(t);for(var r=this.data;e>0;)e&1&&(r+=t),e>>>=1,e>0&&(t+=t);return this.data=r,this._optimizeConstructedString(e),this};m.ByteStringBuffer.prototype.putBytes=function(t){return this.data+=t,this._optimizeConstructedString(t.length),this};m.ByteStringBuffer.prototype.putString=function(t){return this.putBytes(m.encodeUtf8(t))};m.ByteStringBuffer.prototype.putInt16=function(t){return this.putBytes(String.fromCharCode(t>>8&255)+String.fromCharCode(t&255))};m.ByteStringBuffer.prototype.putInt24=function(t){return this.putBytes(String.fromCharCode(t>>16&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t&255))};m.ByteStringBuffer.prototype.putInt32=function(t){return this.putBytes(String.fromCharCode(t>>24&255)+String.fromCharCode(t>>16&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t&255))};m.ByteStringBuffer.prototype.putInt16Le=function(t){return this.putBytes(String.fromCharCode(t&255)+String.fromCharCode(t>>8&255))};m.ByteStringBuffer.prototype.putInt24Le=function(t){return this.putBytes(String.fromCharCode(t&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t>>16&255))};m.ByteStringBuffer.prototype.putInt32Le=function(t){return this.putBytes(String.fromCharCode(t&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t>>16&255)+String.fromCharCode(t>>24&255))};m.ByteStringBuffer.prototype.putInt=function(t,e){ln(e);var r="";do e-=8,r+=String.fromCharCode(t>>e&255);while(e>0);return this.putBytes(r)};m.ByteStringBuffer.prototype.putSignedInt=function(t,e){return t<0&&(t+=2<<e-1),this.putInt(t,e)};m.ByteStringBuffer.prototype.putBuffer=function(t){return this.putBytes(t.getBytes())};m.ByteStringBuffer.prototype.getByte=function(){return this.data.charCodeAt(this.read++)};m.ByteStringBuffer.prototype.getInt16=function(){var t=this.data.charCodeAt(this.read)<<8^this.data.charCodeAt(this.read+1);return this.read+=2,t};m.ByteStringBuffer.prototype.getInt24=function(){var t=this.data.charCodeAt(this.read)<<16^this.data.charCodeAt(this.read+1)<<8^this.data.charCodeAt(this.read+2);return this.read+=3,t};m.ByteStringBuffer.prototype.getInt32=function(){var t=this.data.charCodeAt(this.read)<<24^this.data.charCodeAt(this.read+1)<<16^this.data.charCodeAt(this.read+2)<<8^this.data.charCodeAt(this.read+3);return this.read+=4,t};m.ByteStringBuffer.prototype.getInt16Le=function(){var t=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8;return this.read+=2,t};m.ByteStringBuffer.prototype.getInt24Le=function(){var t=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8^this.data.charCodeAt(this.read+2)<<16;return this.read+=3,t};m.ByteStringBuffer.prototype.getInt32Le=function(){var t=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8^this.data.charCodeAt(this.read+2)<<16^this.data.charCodeAt(this.read+3)<<24;return this.read+=4,t};m.ByteStringBuffer.prototype.getInt=function(t){ln(t);var e=0;do e=(e<<8)+this.data.charCodeAt(this.read++),t-=8;while(t>0);return e};m.ByteStringBuffer.prototype.getSignedInt=function(t){var e=this.getInt(t),r=2<<t-2;return e>=r&&(e-=r<<1),e};m.ByteStringBuffer.prototype.getBytes=function(t){var e;return t?(t=Math.min(this.length(),t),e=this.data.slice(this.read,this.read+t),this.read+=t):t===0?e="":(e=this.read===0?this.data:this.data.slice(this.read),this.clear()),e};m.ByteStringBuffer.prototype.bytes=function(t){return typeof t>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+t)};m.ByteStringBuffer.prototype.at=function(t){return this.data.charCodeAt(this.read+t)};m.ByteStringBuffer.prototype.setAt=function(t,e){return this.data=this.data.substr(0,this.read+t)+String.fromCharCode(e)+this.data.substr(this.read+t+1),this};m.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};m.ByteStringBuffer.prototype.copy=function(){var t=m.createBuffer(this.data);return t.read=this.read,t};m.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};m.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};m.ByteStringBuffer.prototype.truncate=function(t){var e=Math.max(0,this.length()-t);return this.data=this.data.substr(this.read,e),this.read=0,this};m.ByteStringBuffer.prototype.toHex=function(){for(var t="",e=this.read;e<this.data.length;++e){var r=this.data.charCodeAt(e);r<16&&(t+="0"),t+=r.toString(16)}return t};m.ByteStringBuffer.prototype.toString=function(){return m.decodeUtf8(this.bytes())};function oh(t,e){e=e||{},this.read=e.readOffset||0,this.growSize=e.growSize||1024;var r=m.isArrayBuffer(t),n=m.isArrayBufferView(t);if(r||n){r?this.data=new DataView(t):this.data=new DataView(t.buffer,t.byteOffset,t.byteLength),this.write="writeOffset"in e?e.writeOffset:this.data.byteLength;return}this.data=new DataView(new ArrayBuffer(0)),this.write=0,t!=null&&this.putBytes(t),"writeOffset"in e&&(this.write=e.writeOffset)}m.DataBuffer=oh;m.DataBuffer.prototype.length=function(){return this.write-this.read};m.DataBuffer.prototype.isEmpty=function(){return this.length()<=0};m.DataBuffer.prototype.accommodate=function(t,e){if(this.length()>=t)return this;e=Math.max(e||this.growSize,t);var r=new Uint8Array(this.data.buffer,this.data.byteOffset,this.data.byteLength),n=new Uint8Array(this.length()+e);return n.set(r),this.data=new DataView(n.buffer),this};m.DataBuffer.prototype.putByte=function(t){return this.accommodate(1),this.data.setUint8(this.write++,t),this};m.DataBuffer.prototype.fillWithByte=function(t,e){this.accommodate(e);for(var r=0;r<e;++r)this.data.setUint8(t);return this};m.DataBuffer.prototype.putBytes=function(t,e){if(m.isArrayBufferView(t)){var r=new Uint8Array(t.buffer,t.byteOffset,t.byteLength),n=r.byteLength-r.byteOffset;this.accommodate(n);var i=new Uint8Array(this.data.buffer,this.write);return i.set(r),this.write+=n,this}if(m.isArrayBuffer(t)){var r=new Uint8Array(t);this.accommodate(r.byteLength);var i=new Uint8Array(this.data.buffer);return i.set(r,this.write),this.write+=r.byteLength,this}if(t instanceof m.DataBuffer||typeof t=="object"&&typeof t.read=="number"&&typeof t.write=="number"&&m.isArrayBufferView(t.data)){var r=new Uint8Array(t.data.byteLength,t.read,t.length());this.accommodate(r.byteLength);var i=new Uint8Array(t.data.byteLength,this.write);return i.set(r),this.write+=r.byteLength,this}if(t instanceof m.ByteStringBuffer&&(t=t.data,e="binary"),e=e||"binary",typeof t=="string"){var o;if(e==="hex")return this.accommodate(Math.ceil(t.length/2)),o=new Uint8Array(this.data.buffer,this.write),this.write+=m.binary.hex.decode(t,o,this.write),this;if(e==="base64")return this.accommodate(Math.ceil(t.length/4)*3),o=new Uint8Array(this.data.buffer,this.write),this.write+=m.binary.base64.decode(t,o,this.write),this;if(e==="utf8"&&(t=m.encodeUtf8(t),e="binary"),e==="binary"||e==="raw")return this.accommodate(t.length),o=new Uint8Array(this.data.buffer,this.write),this.write+=m.binary.raw.decode(o),this;if(e==="utf16")return this.accommodate(t.length*2),o=new Uint16Array(this.data.buffer,this.write),this.write+=m.text.utf16.encode(o),this;throw new Error("Invalid encoding: "+e)}throw Error("Invalid parameter: "+t)};m.DataBuffer.prototype.putBuffer=function(t){return this.putBytes(t),t.clear(),this};m.DataBuffer.prototype.putString=function(t){return this.putBytes(t,"utf16")};m.DataBuffer.prototype.putInt16=function(t){return this.accommodate(2),this.data.setInt16(this.write,t),this.write+=2,this};m.DataBuffer.prototype.putInt24=function(t){return this.accommodate(3),this.data.setInt16(this.write,t>>8&65535),this.data.setInt8(this.write,t>>16&255),this.write+=3,this};m.DataBuffer.prototype.putInt32=function(t){return this.accommodate(4),this.data.setInt32(this.write,t),this.write+=4,this};m.DataBuffer.prototype.putInt16Le=function(t){return this.accommodate(2),this.data.setInt16(this.write,t,!0),this.write+=2,this};m.DataBuffer.prototype.putInt24Le=function(t){return this.accommodate(3),this.data.setInt8(this.write,t>>16&255),this.data.setInt16(this.write,t>>8&65535,!0),this.write+=3,this};m.DataBuffer.prototype.putInt32Le=function(t){return this.accommodate(4),this.data.setInt32(this.write,t,!0),this.write+=4,this};m.DataBuffer.prototype.putInt=function(t,e){ln(e),this.accommodate(e/8);do e-=8,this.data.setInt8(this.write++,t>>e&255);while(e>0);return this};m.DataBuffer.prototype.putSignedInt=function(t,e){return ln(e),this.accommodate(e/8),t<0&&(t+=2<<e-1),this.putInt(t,e)};m.DataBuffer.prototype.getByte=function(){return this.data.getInt8(this.read++)};m.DataBuffer.prototype.getInt16=function(){var t=this.data.getInt16(this.read);return this.read+=2,t};m.DataBuffer.prototype.getInt24=function(){var t=this.data.getInt16(this.read)<<8^this.data.getInt8(this.read+2);return this.read+=3,t};m.DataBuffer.prototype.getInt32=function(){var t=this.data.getInt32(this.read);return this.read+=4,t};m.DataBuffer.prototype.getInt16Le=function(){var t=this.data.getInt16(this.read,!0);return this.read+=2,t};m.DataBuffer.prototype.getInt24Le=function(){var t=this.data.getInt8(this.read)^this.data.getInt16(this.read+1,!0)<<8;return this.read+=3,t};m.DataBuffer.prototype.getInt32Le=function(){var t=this.data.getInt32(this.read,!0);return this.read+=4,t};m.DataBuffer.prototype.getInt=function(t){ln(t);var e=0;do e=(e<<8)+this.data.getInt8(this.read++),t-=8;while(t>0);return e};m.DataBuffer.prototype.getSignedInt=function(t){var e=this.getInt(t),r=2<<t-2;return e>=r&&(e-=r<<1),e};m.DataBuffer.prototype.getBytes=function(t){var e;return t?(t=Math.min(this.length(),t),e=this.data.slice(this.read,this.read+t),this.read+=t):t===0?e="":(e=this.read===0?this.data:this.data.slice(this.read),this.clear()),e};m.DataBuffer.prototype.bytes=function(t){return typeof t>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+t)};m.DataBuffer.prototype.at=function(t){return this.data.getUint8(this.read+t)};m.DataBuffer.prototype.setAt=function(t,e){return this.data.setUint8(t,e),this};m.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};m.DataBuffer.prototype.copy=function(){return new m.DataBuffer(this)};m.DataBuffer.prototype.compact=function(){if(this.read>0){var t=new Uint8Array(this.data.buffer,this.read),e=new Uint8Array(t.byteLength);e.set(t),this.data=new DataView(e),this.write-=this.read,this.read=0}return this};m.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};m.DataBuffer.prototype.truncate=function(t){return this.write=Math.max(0,this.length()-t),this.read=Math.min(this.read,this.write),this};m.DataBuffer.prototype.toHex=function(){for(var t="",e=this.read;e<this.data.byteLength;++e){var r=this.data.getUint8(e);r<16&&(t+="0"),t+=r.toString(16)}return t};m.DataBuffer.prototype.toString=function(t){var e=new Uint8Array(this.data,this.read,this.length());if(t=t||"utf8",t==="binary"||t==="raw")return m.binary.raw.encode(e);if(t==="hex")return m.binary.hex.encode(e);if(t==="base64")return m.binary.base64.encode(e);if(t==="utf8")return m.text.utf8.decode(e);if(t==="utf16")return m.text.utf16.decode(e);throw new Error("Invalid encoding: "+t)};m.createBuffer=function(t,e){return e=e||"raw",t!==void 0&&e==="utf8"&&(t=m.encodeUtf8(t)),new m.ByteBuffer(t)};m.fillString=function(t,e){for(var r="";e>0;)e&1&&(r+=t),e>>>=1,e>0&&(t+=t);return r};m.xorBytes=function(t,e,r){for(var n="",i="",o="",s=0,a=0;r>0;--r,++s)i=t.charCodeAt(s)^e.charCodeAt(s),a>=10&&(n+=o,o="",a=0),o+=String.fromCharCode(i),++a;return n+=o,n};m.hexToBytes=function(t){var e="",r=0;for(t.length&!0&&(r=1,e+=String.fromCharCode(parseInt(t[0],16)));r<t.length;r+=2)e+=String.fromCharCode(parseInt(t.substr(r,2),16));return e};m.bytesToHex=function(t){return m.createBuffer(t).toHex()};m.int32ToBytes=function(t){return String.fromCharCode(t>>24&255)+String.fromCharCode(t>>16&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t&255)};var Ze="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Qe=[62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,64,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],o0="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";m.encode64=function(t,e){for(var r="",n="",i,o,s,a=0;a<t.length;)i=t.charCodeAt(a++),o=t.charCodeAt(a++),s=t.charCodeAt(a++),r+=Ze.charAt(i>>2),r+=Ze.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=Ze.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":Ze.charAt(s&63)),e&&r.length>e&&(n+=r.substr(0,e)+`\r
|
|
4
|
-
`,r=r.substr(
|
|
5
|
-
`,r=r.substr(e));return n+=r,n};m.binary.base64.decode=function(t,e,r){var n=e;n||(n=new Uint8Array(Math.ceil(t.length/4)*3)),t=t.replace(/[^A-Za-z0-9\+\/\=]/g,""),r=r||0;for(var i,o,s,a,c=0,f=r;c<t.length;)i=Qe[t.charCodeAt(c++)-43],o=Qe[t.charCodeAt(c++)-43],s=Qe[t.charCodeAt(c++)-43],a=Qe[t.charCodeAt(c++)-43],n[f++]=i<<2|o>>4,s!==64&&(n[f++]=(o&15)<<4|s>>2,a!==64&&(n[f++]=(s&3)<<6|a));return e?f-r:n.subarray(0,f)};m.binary.base58.encode=function(t,e){return m.binary.baseN.encode(t,o0,e)};m.binary.base58.decode=function(t,e){return m.binary.baseN.decode(t,o0,e)};m.text={utf8:{},utf16:{}};m.text.utf8.encode=function(t,e,r){t=m.encodeUtf8(t);var n=e;n||(n=new Uint8Array(t.length)),r=r||0;for(var i=r,o=0;o<t.length;++o)n[i++]=t.charCodeAt(o);return e?i-r:n};m.text.utf8.decode=function(t){return m.decodeUtf8(String.fromCharCode.apply(null,t))};m.text.utf16.encode=function(t,e,r){var n=e;n||(n=new Uint8Array(t.length*2));var i=new Uint16Array(n.buffer);r=r||0;for(var o=r,s=r,a=0;a<t.length;++a)i[s++]=t.charCodeAt(a),o+=2;return e?o-r:n};m.text.utf16.decode=function(t){return String.fromCharCode.apply(null,new Uint16Array(t.buffer))};m.deflate=function(t,e,r){if(e=m.decode64(t.deflate(m.encode64(e)).rval),r){var n=2,i=e.charCodeAt(1);i&32&&(n=6),e=e.substring(n,e.length-4)}return e};m.inflate=function(t,e,r){var n=t.inflate(m.encode64(e)).rval;return n===null?null:m.decode64(n)};var Io=function(t,e,r){if(!t)throw new Error("WebStorage not available.");var n;if(r===null?n=t.removeItem(e):(r=m.encode64(JSON.stringify(r)),n=t.setItem(e,r)),typeof n<"u"&&n.rval!==!0){var i=new Error(n.error.message);throw i.id=n.error.id,i.name=n.error.name,i}},To=function(t,e){if(!t)throw new Error("WebStorage not available.");var r=t.getItem(e);if(t.init)if(r.rval===null){if(r.error){var n=new Error(r.error.message);throw n.id=r.error.id,n.name=r.error.name,n}r=null}else r=r.rval;return r!==null&&(r=JSON.parse(m.decode64(r))),r},sh=function(t,e,r,n){var i=To(t,e);i===null&&(i={}),i[r]=n,Io(t,e,i)},ah=function(t,e,r){var n=To(t,e);return n!==null&&(n=r in n?n[r]:null),n},ch=function(t,e,r){var n=To(t,e);if(n!==null&&r in n){delete n[r];var i=!0;for(var o in n){i=!1;break}i&&(n=null),Io(t,e,n)}},fh=function(t,e){Io(t,e,null)},Hn=function(t,e,r){var n=null;typeof r>"u"&&(r=["web","flash"]);var i,o=!1,s=null;for(var a in r){i=r[a];try{if(i==="flash"||i==="both"){if(e[0]===null)throw new Error("Flash local storage not available.");n=t.apply(this,e),o=i==="flash"}(i==="web"||i==="both")&&(e[0]=localStorage,n=t.apply(this,e),o=!0)}catch(c){s=c}if(o)break}if(!o)throw s;return n};m.setItem=function(t,e,r,n,i){Hn(sh,arguments,i)};m.getItem=function(t,e,r,n){return Hn(ah,arguments,n)};m.removeItem=function(t,e,r,n){Hn(ch,arguments,n)};m.clearItems=function(t,e,r){Hn(fh,arguments,r)};m.isEmpty=function(t){for(var e in t)if(t.hasOwnProperty(e))return!1;return!0};m.format=function(t){for(var e=/%./g,r,n,i=0,o=[],s=0;r=e.exec(t);){n=t.substring(s,e.lastIndex-2),n.length>0&&o.push(n),s=e.lastIndex;var a=r[0][1];switch(a){case"s":case"o":i<arguments.length?o.push(arguments[i+++1]):o.push("<?>");break;case"%":o.push("%");break;default:o.push("<%"+a+"?>")}}return o.push(t.substring(s)),o.join("")};m.formatNumber=function(t,e,r,n){var i=t,o=isNaN(e=Math.abs(e))?2:e,s=r===void 0?",":r,a=n===void 0?".":n,c=i<0?"-":"",f=parseInt(i=Math.abs(+i||0).toFixed(o),10)+"",u=f.length>3?f.length%3:0;return c+(u?f.substr(0,u)+a:"")+f.substr(u).replace(/(\d{3})(?=\d)/g,"$1"+a)+(o?s+Math.abs(i-f).toFixed(o).slice(2):"")};m.formatSize=function(t){return t>=1073741824?t=m.formatNumber(t/1073741824,2,".","")+" GiB":t>=1048576?t=m.formatNumber(t/1048576,2,".","")+" MiB":t>=1024?t=m.formatNumber(t/1024,0)+" KiB":t=m.formatNumber(t,0)+" bytes",t};m.bytesFromIP=function(t){return t.indexOf(".")!==-1?m.bytesFromIPv4(t):t.indexOf(":")!==-1?m.bytesFromIPv6(t):null};m.bytesFromIPv4=function(t){if(t=t.split("."),t.length!==4)return null;for(var e=m.createBuffer(),r=0;r<t.length;++r){var n=parseInt(t[r],10);if(isNaN(n))return null;e.putByte(n)}return e.getBytes()};m.bytesFromIPv6=function(t){var e=0;t=t.split(":").filter(function(s){return s.length===0&&++e,!0});for(var r=(8-t.length+e)*2,n=m.createBuffer(),i=0;i<8;++i){if(!t[i]||t[i].length===0){n.fillWithByte(0,r),r=0;continue}var o=m.hexToBytes(t[i]);o.length<2&&n.putByte(0),n.putBytes(o)}return n.getBytes()};m.bytesToIP=function(t){return t.length===4?m.bytesToIPv4(t):t.length===16?m.bytesToIPv6(t):null};m.bytesToIPv4=function(t){if(t.length!==4)return null;for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r));return e.join(".")};m.bytesToIPv6=function(t){if(t.length!==16)return null;for(var e=[],r=[],n=0,i=0;i<t.length;i+=2){for(var o=m.bytesToHex(t[i]+t[i+1]);o[0]==="0"&&o!=="0";)o=o.substr(1);if(o==="0"){var s=r[r.length-1],a=e.length;!s||a!==s.end+1?r.push({start:a,end:a}):(s.end=a,s.end-s.start>r[n].end-r[n].start&&(n=r.length-1))}e.push(o)}if(r.length>0){var c=r[n];c.end-c.start>0&&(e.splice(c.start,c.end-c.start+1,""),c.start===0&&e.unshift(""),c.end===7&&e.push(""))}return e.join(":")};m.estimateCores=function(t,e){if(typeof t=="function"&&(e=t,t={}),t=t||{},"cores"in m&&!t.update)return e(null,m.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return m.cores=navigator.hardwareConcurrency,e(null,m.cores);if(typeof Worker>"u")return m.cores=1,e(null,m.cores);if(typeof Blob>"u")return m.cores=2,e(null,m.cores);var r=URL.createObjectURL(new Blob(["(",function(){self.addEventListener("message",function(s){for(var a=Date.now(),c=a+4;Date.now()<c;);self.postMessage({st:a,et:c})})}.toString(),")()"],{type:"application/javascript"}));n([],5,16);function n(s,a,c){if(a===0){var f=Math.floor(s.reduce(function(u,l){return u+l},0)/s.length);return m.cores=Math.max(1,f),URL.revokeObjectURL(r),e(null,m.cores)}i(c,function(u,l){s.push(o(c,l)),n(s,a-1,c)})}function i(s,a){for(var c=[],f=[],u=0;u<s;++u){var l=new Worker(r);l.addEventListener("message",function(h){if(f.push(h.data),f.length===s){for(var y=0;y<s;++y)c[y].terminate();a(null,f)}}),c.push(l)}for(var u=0;u<s;++u)c[u].postMessage(u)}function o(s,a){for(var c=[],f=0;f<s;++f)for(var u=a[f],l=c[f]=[],h=0;h<s;++h)if(f!==h){var y=a[h];(u.st>y.st&&u.st<y.et||y.st>u.st&&y.st<u.et)&&l.push(h)}return c.reduce(function(d,p){return Math.max(d,p.length)},0)}}});var zn=ft((Zm,a0)=>{var hn=at();hn.pki=hn.pki||{};var Co=a0.exports=hn.pki.oids=hn.oids=hn.oids||{};function C(t,e){Co[t]=e,Co[e]=t}function rt(t,e){Co[t]=e}C("1.2.840.113549.1.1.1","rsaEncryption");C("1.2.840.113549.1.1.4","md5WithRSAEncryption");C("1.2.840.113549.1.1.5","sha1WithRSAEncryption");C("1.2.840.113549.1.1.7","RSAES-OAEP");C("1.2.840.113549.1.1.8","mgf1");C("1.2.840.113549.1.1.9","pSpecified");C("1.2.840.113549.1.1.10","RSASSA-PSS");C("1.2.840.113549.1.1.11","sha256WithRSAEncryption");C("1.2.840.113549.1.1.12","sha384WithRSAEncryption");C("1.2.840.113549.1.1.13","sha512WithRSAEncryption");C("1.3.101.112","EdDSA25519");C("1.2.840.10040.4.3","dsa-with-sha1");C("1.3.14.3.2.7","desCBC");C("1.3.14.3.2.26","sha1");C("1.3.14.3.2.29","sha1WithRSASignature");C("2.16.840.1.101.3.4.2.1","sha256");C("2.16.840.1.101.3.4.2.2","sha384");C("2.16.840.1.101.3.4.2.3","sha512");C("2.16.840.1.101.3.4.2.4","sha224");C("2.16.840.1.101.3.4.2.5","sha512-224");C("2.16.840.1.101.3.4.2.6","sha512-256");C("1.2.840.113549.2.2","md2");C("1.2.840.113549.2.5","md5");C("1.2.840.113549.1.7.1","data");C("1.2.840.113549.1.7.2","signedData");C("1.2.840.113549.1.7.3","envelopedData");C("1.2.840.113549.1.7.4","signedAndEnvelopedData");C("1.2.840.113549.1.7.5","digestedData");C("1.2.840.113549.1.7.6","encryptedData");C("1.2.840.113549.1.9.1","emailAddress");C("1.2.840.113549.1.9.2","unstructuredName");C("1.2.840.113549.1.9.3","contentType");C("1.2.840.113549.1.9.4","messageDigest");C("1.2.840.113549.1.9.5","signingTime");C("1.2.840.113549.1.9.6","counterSignature");C("1.2.840.113549.1.9.7","challengePassword");C("1.2.840.113549.1.9.8","unstructuredAddress");C("1.2.840.113549.1.9.14","extensionRequest");C("1.2.840.113549.1.9.20","friendlyName");C("1.2.840.113549.1.9.21","localKeyId");C("1.2.840.113549.1.9.22.1","x509Certificate");C("1.2.840.113549.1.12.10.1.1","keyBag");C("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");C("1.2.840.113549.1.12.10.1.3","certBag");C("1.2.840.113549.1.12.10.1.4","crlBag");C("1.2.840.113549.1.12.10.1.5","secretBag");C("1.2.840.113549.1.12.10.1.6","safeContentsBag");C("1.2.840.113549.1.5.13","pkcs5PBES2");C("1.2.840.113549.1.5.12","pkcs5PBKDF2");C("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");C("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");C("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");C("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");C("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");C("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");C("1.2.840.113549.2.7","hmacWithSHA1");C("1.2.840.113549.2.8","hmacWithSHA224");C("1.2.840.113549.2.9","hmacWithSHA256");C("1.2.840.113549.2.10","hmacWithSHA384");C("1.2.840.113549.2.11","hmacWithSHA512");C("1.2.840.113549.3.7","des-EDE3-CBC");C("2.16.840.1.101.3.4.1.2","aes128-CBC");C("2.16.840.1.101.3.4.1.22","aes192-CBC");C("2.16.840.1.101.3.4.1.42","aes256-CBC");C("2.5.4.3","commonName");C("2.5.4.4","surname");C("2.5.4.5","serialNumber");C("2.5.4.6","countryName");C("2.5.4.7","localityName");C("2.5.4.8","stateOrProvinceName");C("2.5.4.9","streetAddress");C("2.5.4.10","organizationName");C("2.5.4.11","organizationalUnitName");C("2.5.4.12","title");C("2.5.4.13","description");C("2.5.4.15","businessCategory");C("2.5.4.17","postalCode");C("2.5.4.42","givenName");C("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");C("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");C("2.16.840.1.113730.1.1","nsCertType");C("2.16.840.1.113730.1.13","nsComment");rt("2.5.29.1","authorityKeyIdentifier");rt("2.5.29.2","keyAttributes");rt("2.5.29.3","certificatePolicies");rt("2.5.29.4","keyUsageRestriction");rt("2.5.29.5","policyMapping");rt("2.5.29.6","subtreesConstraint");rt("2.5.29.7","subjectAltName");rt("2.5.29.8","issuerAltName");rt("2.5.29.9","subjectDirectoryAttributes");rt("2.5.29.10","basicConstraints");rt("2.5.29.11","nameConstraints");rt("2.5.29.12","policyConstraints");rt("2.5.29.13","basicConstraints");C("2.5.29.14","subjectKeyIdentifier");C("2.5.29.15","keyUsage");rt("2.5.29.16","privateKeyUsagePeriod");C("2.5.29.17","subjectAltName");C("2.5.29.18","issuerAltName");C("2.5.29.19","basicConstraints");rt("2.5.29.20","cRLNumber");rt("2.5.29.21","cRLReason");rt("2.5.29.22","expirationDate");rt("2.5.29.23","instructionCode");rt("2.5.29.24","invalidityDate");rt("2.5.29.25","cRLDistributionPoints");rt("2.5.29.26","issuingDistributionPoint");rt("2.5.29.27","deltaCRLIndicator");rt("2.5.29.28","issuingDistributionPoint");rt("2.5.29.29","certificateIssuer");rt("2.5.29.30","nameConstraints");C("2.5.29.31","cRLDistributionPoints");C("2.5.29.32","certificatePolicies");rt("2.5.29.33","policyMappings");rt("2.5.29.34","policyConstraints");C("2.5.29.35","authorityKeyIdentifier");rt("2.5.29.36","policyConstraints");C("2.5.29.37","extKeyUsage");rt("2.5.29.46","freshestCRL");rt("2.5.29.54","inhibitAnyPolicy");C("1.3.6.1.4.1.11129.2.4.2","timestampList");C("1.3.6.1.5.5.7.1.1","authorityInfoAccess");C("1.3.6.1.5.5.7.3.1","serverAuth");C("1.3.6.1.5.5.7.3.2","clientAuth");C("1.3.6.1.5.5.7.3.3","codeSigning");C("1.3.6.1.5.5.7.3.4","emailProtection");C("1.3.6.1.5.5.7.3.8","timeStamping")});var pn=ft((Qm,f0)=>{var lt=at();At();zn();var U=f0.exports=lt.asn1=lt.asn1||{};U.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};U.Type={NONE:0,BOOLEAN:1,INTEGER:2,BITSTRING:3,OCTETSTRING:4,NULL:5,OID:6,ODESC:7,EXTERNAL:8,REAL:9,ENUMERATED:10,EMBEDDED:11,UTF8:12,ROID:13,SEQUENCE:16,SET:17,PRINTABLESTRING:19,IA5STRING:22,UTCTIME:23,GENERALIZEDTIME:24,BMPSTRING:30};U.create=function(t,e,r,n,i){if(lt.util.isArray(n)){for(var o=[],s=0;s<n.length;++s)n[s]!==void 0&&o.push(n[s]);n=o}var a={tagClass:t,type:e,constructed:r,composed:r||lt.util.isArray(n),value:n};return i&&"bitStringContents"in i&&(a.bitStringContents=i.bitStringContents,a.original=U.copy(a)),a};U.copy=function(t,e){var r;if(lt.util.isArray(t)){r=[];for(var n=0;n<t.length;++n)r.push(U.copy(t[n],e));return r}return typeof t=="string"?t:(r={tagClass:t.tagClass,type:t.type,constructed:t.constructed,composed:t.composed,value:U.copy(t.value,e)},e&&!e.excludeBitStringContents&&(r.bitStringContents=t.bitStringContents),r)};U.equals=function(t,e,r){if(lt.util.isArray(t)){if(!lt.util.isArray(e)||t.length!==e.length)return!1;for(var n=0;n<t.length;++n)if(!U.equals(t[n],e[n]))return!1;return!0}if(typeof t!=typeof e)return!1;if(typeof t=="string")return t===e;var i=t.tagClass===e.tagClass&&t.type===e.type&&t.constructed===e.constructed&&t.composed===e.composed&&U.equals(t.value,e.value);return r&&r.includeBitStringContents&&(i=i&&t.bitStringContents===e.bitStringContents),i};U.getBerValueLength=function(t){var e=t.getByte();if(e!==128){var r,n=e&128;return n?r=t.getInt((e&127)<<3):r=e,r}};function dn(t,e,r){if(r>e){var n=new Error("Too few bytes to parse DER.");throw n.available=t.length(),n.remaining=e,n.requested=r,n}}var uh=function(t,e){var r=t.getByte();if(e--,r!==128){var n,i=r&128;if(!i)n=r;else{var o=r&127;dn(t,e,o),n=t.getInt(o<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};U.fromDer=function(t,e){e===void 0&&(e={strict:!0,parseAllBytes:!0,decodeBitStrings:!0}),typeof e=="boolean"&&(e={strict:e,parseAllBytes:!0,decodeBitStrings:!0}),"strict"in e||(e.strict=!0),"parseAllBytes"in e||(e.parseAllBytes=!0),"decodeBitStrings"in e||(e.decodeBitStrings=!0),typeof t=="string"&&(t=lt.util.createBuffer(t));var r=t.length(),n=Gn(t,t.length(),0,e);if(e.parseAllBytes&&t.length()!==0){var i=new Error("Unparsed DER bytes remain after ASN.1 parsing.");throw i.byteCount=r,i.remaining=t.length(),i}return n};function Gn(t,e,r,n){var i;dn(t,e,2);var o=t.getByte();e--;var s=o&192,a=o&31;i=t.length();var c=uh(t,e);if(e-=i-t.length(),c!==void 0&&c>e){if(n.strict){var f=new Error("Too few bytes to read ASN.1 value.");throw f.available=t.length(),f.remaining=e,f.requested=c,f}c=e}var u,l,h=(o&32)===32;if(h)if(u=[],c===void 0)for(;;){if(dn(t,e,2),t.bytes(2)==="\0\0"){t.getBytes(2),e-=2;break}i=t.length(),u.push(Gn(t,e,r+1,n)),e-=i-t.length()}else for(;c>0;)i=t.length(),u.push(Gn(t,c,r+1,n)),e-=i-t.length(),c-=i-t.length();if(u===void 0&&s===U.Class.UNIVERSAL&&a===U.Type.BITSTRING&&(l=t.bytes(c)),u===void 0&&n.decodeBitStrings&&s===U.Class.UNIVERSAL&&a===U.Type.BITSTRING&&c>1){var y=t.read,d=e,p=0;if(a===U.Type.BITSTRING&&(dn(t,e,1),p=t.getByte(),e--),p===0)try{i=t.length();var g={strict:!0,decodeBitStrings:!0},x=Gn(t,e,r+1,g),w=i-t.length();e-=w,a==U.Type.BITSTRING&&w++;var v=x.tagClass;w===c&&(v===U.Class.UNIVERSAL||v===U.Class.CONTEXT_SPECIFIC)&&(u=[x])}catch{}u===void 0&&(t.read=y,e=d)}if(u===void 0){if(c===void 0){if(n.strict)throw new Error("Non-constructed ASN.1 object of indefinite length.");c=e}if(a===U.Type.BMPSTRING)for(u="";c>0;c-=2)dn(t,e,2),u+=String.fromCharCode(t.getInt16()),e-=2;else u=t.getBytes(c),e-=c}var R=l===void 0?null:{bitStringContents:l};return U.create(s,a,h,u,R)}U.toDer=function(t){var e=lt.util.createBuffer(),r=t.tagClass|t.type,n=lt.util.createBuffer(),i=!1;if("bitStringContents"in t&&(i=!0,t.original&&(i=U.equals(t,t.original))),i)n.putBytes(t.bitStringContents);else if(t.composed){t.constructed?r|=32:n.putByte(0);for(var o=0;o<t.value.length;++o)t.value[o]!==void 0&&n.putBuffer(U.toDer(t.value[o]))}else if(t.type===U.Type.BMPSTRING)for(var o=0;o<t.value.length;++o)n.putInt16(t.value.charCodeAt(o));else t.type===U.Type.INTEGER&&t.value.length>1&&(t.value.charCodeAt(0)===0&&!(t.value.charCodeAt(1)&128)||t.value.charCodeAt(0)===255&&(t.value.charCodeAt(1)&128)===128)?n.putBytes(t.value.substr(1)):n.putBytes(t.value);if(e.putByte(r),n.length()<=127)e.putByte(n.length()&127);else{var s=n.length(),a="";do a+=String.fromCharCode(s&255),s=s>>>8;while(s>0);e.putByte(a.length|128);for(var o=a.length-1;o>=0;--o)e.putByte(a.charCodeAt(o))}return e.putBuffer(n),e};U.oidToDer=function(t){var e=t.split("."),r=lt.util.createBuffer();r.putByte(40*parseInt(e[0],10)+parseInt(e[1],10));for(var n,i,o,s,a=2;a<e.length;++a){n=!0,i=[],o=parseInt(e[a],10);do s=o&127,o=o>>>7,n||(s|=128),i.push(s),n=!1;while(o>0);for(var c=i.length-1;c>=0;--c)r.putByte(i[c])}return r};U.derToOid=function(t){var e;typeof t=="string"&&(t=lt.util.createBuffer(t));var r=t.getByte();e=Math.floor(r/40)+"."+r%40;for(var n=0;t.length()>0;)r=t.getByte(),n=n<<7,r&128?n+=r&127:(e+="."+(n+r),n=0);return e};U.utcTimeToDate=function(t){var e=new Date,r=parseInt(t.substr(0,2),10);r=r>=50?1900+r:2e3+r;var n=parseInt(t.substr(2,2),10)-1,i=parseInt(t.substr(4,2),10),o=parseInt(t.substr(6,2),10),s=parseInt(t.substr(8,2),10),a=0;if(t.length>11){var c=t.charAt(10),f=10;c!=="+"&&c!=="-"&&(a=parseInt(t.substr(10,2),10),f+=2)}if(e.setUTCFullYear(r,n,i),e.setUTCHours(o,s,a,0),f&&(c=t.charAt(f),c==="+"||c==="-")){var u=parseInt(t.substr(f+1,2),10),l=parseInt(t.substr(f+4,2),10),h=u*60+l;h*=6e4,c==="+"?e.setTime(+e-h):e.setTime(+e+h)}return e};U.generalizedTimeToDate=function(t){var e=new Date,r=parseInt(t.substr(0,4),10),n=parseInt(t.substr(4,2),10)-1,i=parseInt(t.substr(6,2),10),o=parseInt(t.substr(8,2),10),s=parseInt(t.substr(10,2),10),a=parseInt(t.substr(12,2),10),c=0,f=0,u=!1;t.charAt(t.length-1)==="Z"&&(u=!0);var l=t.length-5,h=t.charAt(l);if(h==="+"||h==="-"){var y=parseInt(t.substr(l+1,2),10),d=parseInt(t.substr(l+4,2),10);f=y*60+d,f*=6e4,h==="+"&&(f*=-1),u=!0}return t.charAt(14)==="."&&(c=parseFloat(t.substr(14),10)*1e3),u?(e.setUTCFullYear(r,n,i),e.setUTCHours(o,s,a,c),e.setTime(+e+f)):(e.setFullYear(r,n,i),e.setHours(o,s,a,c)),e};U.dateToUtcTime=function(t){if(typeof t=="string")return t;var e="",r=[];r.push((""+t.getUTCFullYear()).substr(2)),r.push(""+(t.getUTCMonth()+1)),r.push(""+t.getUTCDate()),r.push(""+t.getUTCHours()),r.push(""+t.getUTCMinutes()),r.push(""+t.getUTCSeconds());for(var n=0;n<r.length;++n)r[n].length<2&&(e+="0"),e+=r[n];return e+="Z",e};U.dateToGeneralizedTime=function(t){if(typeof t=="string")return t;var e="",r=[];r.push(""+t.getUTCFullYear()),r.push(""+(t.getUTCMonth()+1)),r.push(""+t.getUTCDate()),r.push(""+t.getUTCHours()),r.push(""+t.getUTCMinutes()),r.push(""+t.getUTCSeconds());for(var n=0;n<r.length;++n)r[n].length<2&&(e+="0"),e+=r[n];return e+="Z",e};U.integerToDer=function(t){var e=lt.util.createBuffer();if(t>=-128&&t<128)return e.putSignedInt(t,8);if(t>=-32768&&t<32768)return e.putSignedInt(t,16);if(t>=-8388608&&t<8388608)return e.putSignedInt(t,24);if(t>=-2147483648&&t<2147483648)return e.putSignedInt(t,32);var r=new Error("Integer too large; max is 32-bits.");throw r.integer=t,r};U.derToInteger=function(t){typeof t=="string"&&(t=lt.util.createBuffer(t));var e=t.length()*8;if(e>32)throw new Error("Integer too large; max is 32-bits.");return t.getSignedInt(e)};U.validate=function(t,e,r,n){var i=!1;if((t.tagClass===e.tagClass||typeof e.tagClass>"u")&&(t.type===e.type||typeof e.type>"u"))if(t.constructed===e.constructed||typeof e.constructed>"u"){if(i=!0,e.value&<.util.isArray(e.value))for(var o=0,s=0;i&&s<e.value.length;++s)i=e.value[s].optional||!1,t.value[o]&&(i=U.validate(t.value[o],e.value[s],r,n),i?++o:e.value[s].optional&&(i=!0)),!i&&n&&n.push("["+e.name+'] Tag class "'+e.tagClass+'", type "'+e.type+'" expected value length "'+e.value.length+'", got "'+t.value.length+'"');if(i&&r&&(e.capture&&(r[e.capture]=t.value),e.captureAsn1&&(r[e.captureAsn1]=t),e.captureBitStringContents&&"bitStringContents"in t&&(r[e.captureBitStringContents]=t.bitStringContents),e.captureBitStringValue&&"bitStringContents"in t)){var a;if(t.bitStringContents.length<2)r[e.captureBitStringValue]="";else{var c=t.bitStringContents.charCodeAt(0);if(c!==0)throw new Error("captureBitStringValue only supported for zero unused bits");r[e.captureBitStringValue]=t.bitStringContents.slice(1)}}}else n&&n.push("["+e.name+'] Expected constructed "'+e.constructed+'", got "'+t.constructed+'"');else n&&(t.tagClass!==e.tagClass&&n.push("["+e.name+'] Expected tag class "'+e.tagClass+'", got "'+t.tagClass+'"'),t.type!==e.type&&n.push("["+e.name+'] Expected type "'+e.type+'", got "'+t.type+'"'));return i};var c0=/[^\\u0000-\\u00ff]/;U.prettyPrint=function(t,e,r){var n="";e=e||0,r=r||2,e>0&&(n+=`
|
|
6
|
-
`);for(var
|
|
7
|
-
`,n+=
|
|
8
|
-
`,t.composed){for(var s=0,a="",o=0;o<t.value.length;++o)t.value[o]!==void 0&&(s+=1,a+=U.prettyPrint(t.value[o],e+1,r),o+1<t.value.length&&(a+=","));n+=i+"Sub values: "+s+a}else{if(n+=i+"Value: ",t.type===U.Type.OID){var c=U.derToOid(t.value);n+=c,lt.pki&<.pki.oids&&c in lt.pki.oids&&(n+=" ("+lt.pki.oids[c]+") ")}if(t.type===U.Type.INTEGER)try{n+=U.derToInteger(t.value)}catch{n+="0x"+lt.util.bytesToHex(t.value)}else if(t.type===U.Type.BITSTRING){if(t.value.length>1?n+="0x"+lt.util.bytesToHex(t.value.slice(1)):n+="(none)",t.value.length>0){var f=t.value.charCodeAt(0);f==1?n+=" (1 unused bit shown)":f>1&&(n+=" ("+f+" unused bits shown)")}}else if(t.type===U.Type.OCTETSTRING)c0.test(t.value)||(n+="("+t.value+") "),n+="0x"+lt.util.bytesToHex(t.value);else if(t.type===U.Type.UTF8)try{n+=lt.util.decodeUtf8(t.value)}catch(u){if(u.message==="URI malformed")n+="0x"+lt.util.bytesToHex(t.value)+" (malformed UTF8)";else throw u}else t.type===U.Type.PRINTABLESTRING||t.type===U.Type.IA5String?n+=t.value:c0.test(t.value)?n+="0x"+lt.util.bytesToHex(t.value):t.value.length===0?n+="[null]":n+=t.value}return n}});var Ro=ft((Xm,u0)=>{var Rt=at();At();u0.exports=Rt.cipher=Rt.cipher||{};Rt.cipher.algorithms=Rt.cipher.algorithms||{};Rt.cipher.createCipher=function(t,e){var r=t;if(typeof r=="string"&&(r=Rt.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+t);return new Rt.cipher.BlockCipher({algorithm:r,key:e,decrypt:!1})};Rt.cipher.createDecipher=function(t,e){var r=t;if(typeof r=="string"&&(r=Rt.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+t);return new Rt.cipher.BlockCipher({algorithm:r,key:e,decrypt:!0})};Rt.cipher.registerAlgorithm=function(t,e){t=t.toUpperCase(),Rt.cipher.algorithms[t]=e};Rt.cipher.getAlgorithm=function(t){return t=t.toUpperCase(),t in Rt.cipher.algorithms?Rt.cipher.algorithms[t]:null};var _o=Rt.cipher.BlockCipher=function(t){this.algorithm=t.algorithm,this.mode=this.algorithm.mode,this.blockSize=this.mode.blockSize,this._finish=!1,this._input=null,this.output=null,this._op=t.decrypt?this.mode.decrypt:this.mode.encrypt,this._decrypt=t.decrypt,this.algorithm.initialize(t)};_o.prototype.start=function(t){t=t||{};var e={};for(var r in t)e[r]=t[r];e.decrypt=this._decrypt,this._finish=!1,this._input=Rt.util.createBuffer(),this.output=t.output||Rt.util.createBuffer(),this.mode.start(e)};_o.prototype.update=function(t){for(t&&this._input.putBuffer(t);!this._op.call(this.mode,this._input,this.output,this._finish)&&!this._finish;);this._input.compact()};_o.prototype.finish=function(t){t&&(this.mode.name==="ECB"||this.mode.name==="CBC")&&(this.mode.pad=function(r){return t(this.blockSize,r,!1)},this.mode.unpad=function(r){return t(this.blockSize,r,!0)});var e={};return e.decrypt=this._decrypt,e.overflow=this._input.length()%this.blockSize,!(!this._decrypt&&this.mode.pad&&!this.mode.pad(this._input,e)||(this._finish=!0,this.update(),this._decrypt&&this.mode.unpad&&!this.mode.unpad(this.output,e))||this.mode.afterFinish&&!this.mode.afterFinish(this.output,e))}});var No=ft((Jm,l0)=>{var Lt=at();At();Lt.cipher=Lt.cipher||{};var Z=l0.exports=Lt.cipher.modes=Lt.cipher.modes||{};Z.ecb=function(t){t=t||{},this.name="ECB",this.cipher=t.cipher,this.blockSize=t.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints)};Z.ecb.prototype.start=function(t){};Z.ecb.prototype.encrypt=function(t,e,r){if(t.length()<this.blockSize&&!(r&&t.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=t.getInt32();this.cipher.encrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)e.putInt32(this._outBlock[n])};Z.ecb.prototype.decrypt=function(t,e,r){if(t.length()<this.blockSize&&!(r&&t.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=t.getInt32();this.cipher.decrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)e.putInt32(this._outBlock[n])};Z.ecb.prototype.pad=function(t,e){var r=t.length()===this.blockSize?this.blockSize:this.blockSize-t.length();return t.fillWithByte(r,r),!0};Z.ecb.prototype.unpad=function(t,e){if(e.overflow>0)return!1;var r=t.length(),n=t.at(r-1);return n>this.blockSize<<2?!1:(t.truncate(n),!0)};Z.cbc=function(t){t=t||{},this.name="CBC",this.cipher=t.cipher,this.blockSize=t.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints)};Z.cbc.prototype.start=function(t){if(t.iv===null){if(!this._prev)throw new Error("Invalid IV parameter.");this._iv=this._prev.slice(0)}else if("iv"in t)this._iv=Wn(t.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};Z.cbc.prototype.encrypt=function(t,e,r){if(t.length()<this.blockSize&&!(r&&t.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=this._prev[n]^t.getInt32();this.cipher.encrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)e.putInt32(this._outBlock[n]);this._prev=this._outBlock};Z.cbc.prototype.decrypt=function(t,e,r){if(t.length()<this.blockSize&&!(r&&t.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=t.getInt32();this.cipher.decrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)e.putInt32(this._prev[n]^this._outBlock[n]);this._prev=this._inBlock.slice(0)};Z.cbc.prototype.pad=function(t,e){var r=t.length()===this.blockSize?this.blockSize:this.blockSize-t.length();return t.fillWithByte(r,r),!0};Z.cbc.prototype.unpad=function(t,e){if(e.overflow>0)return!1;var r=t.length(),n=t.at(r-1);return n>this.blockSize<<2?!1:(t.truncate(n),!0)};Z.cfb=function(t){t=t||{},this.name="CFB",this.cipher=t.cipher,this.blockSize=t.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialBlock=new Array(this._ints),this._partialOutput=Lt.util.createBuffer(),this._partialBytes=0};Z.cfb.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=Wn(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};Z.cfb.prototype.encrypt=function(t,e,r){var n=t.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var i=0;i<this._ints;++i)this._inBlock[i]=t.getInt32()^this._outBlock[i],e.putInt32(this._inBlock[i]);return}var o=(this.blockSize-n)%this.blockSize;o>0&&(o=this.blockSize-o),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialBlock[i]=t.getInt32()^this._outBlock[i],this._partialOutput.putInt32(this._partialBlock[i]);if(o>0)t.read-=this.blockSize;else for(var i=0;i<this._ints;++i)this._inBlock[i]=this._partialBlock[i];if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return e.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;e.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};Z.cfb.prototype.decrypt=function(t,e,r){var n=t.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var i=0;i<this._ints;++i)this._inBlock[i]=t.getInt32(),e.putInt32(this._inBlock[i]^this._outBlock[i]);return}var o=(this.blockSize-n)%this.blockSize;o>0&&(o=this.blockSize-o),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialBlock[i]=t.getInt32(),this._partialOutput.putInt32(this._partialBlock[i]^this._outBlock[i]);if(o>0)t.read-=this.blockSize;else for(var i=0;i<this._ints;++i)this._inBlock[i]=this._partialBlock[i];if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return e.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;e.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};Z.ofb=function(t){t=t||{},this.name="OFB",this.cipher=t.cipher,this.blockSize=t.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialOutput=Lt.util.createBuffer(),this._partialBytes=0};Z.ofb.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=Wn(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};Z.ofb.prototype.encrypt=function(t,e,r){var n=t.length();if(t.length()===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var i=0;i<this._ints;++i)e.putInt32(t.getInt32()^this._outBlock[i]),this._inBlock[i]=this._outBlock[i];return}var o=(this.blockSize-n)%this.blockSize;o>0&&(o=this.blockSize-o),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialOutput.putInt32(t.getInt32()^this._outBlock[i]);if(o>0)t.read-=this.blockSize;else for(var i=0;i<this._ints;++i)this._inBlock[i]=this._outBlock[i];if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return e.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;e.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};Z.ofb.prototype.decrypt=Z.ofb.prototype.encrypt;Z.ctr=function(t){t=t||{},this.name="CTR",this.cipher=t.cipher,this.blockSize=t.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialOutput=Lt.util.createBuffer(),this._partialBytes=0};Z.ctr.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=Wn(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};Z.ctr.prototype.encrypt=function(t,e,r){var n=t.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize)for(var i=0;i<this._ints;++i)e.putInt32(t.getInt32()^this._outBlock[i]);else{var o=(this.blockSize-n)%this.blockSize;o>0&&(o=this.blockSize-o),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialOutput.putInt32(t.getInt32()^this._outBlock[i]);if(o>0&&(t.read-=this.blockSize),this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return e.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;e.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}$n(this._inBlock)};Z.ctr.prototype.decrypt=Z.ctr.prototype.encrypt;Z.gcm=function(t){t=t||{},this.name="GCM",this.cipher=t.cipher,this.blockSize=t.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints),this._partialOutput=Lt.util.createBuffer(),this._partialBytes=0,this._R=3774873600};Z.gcm.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");var e=Lt.util.createBuffer(t.iv);this._cipherLength=0;var r;if("additionalData"in t?r=Lt.util.createBuffer(t.additionalData):r=Lt.util.createBuffer(),"tagLength"in t?this._tagLength=t.tagLength:this._tagLength=128,this._tag=null,t.decrypt&&(this._tag=Lt.util.createBuffer(t.tag).getBytes(),this._tag.length!==this._tagLength/8))throw new Error("Authentication tag does not match tag length.");this._hashBlock=new Array(this._ints),this.tag=null,this._hashSubkey=new Array(this._ints),this.cipher.encrypt([0,0,0,0],this._hashSubkey),this.componentBits=4,this._m=this.generateHashTable(this._hashSubkey,this.componentBits);var n=e.length();if(n===12)this._j0=[e.getInt32(),e.getInt32(),e.getInt32(),1];else{for(this._j0=[0,0,0,0];e.length()>0;)this._j0=this.ghash(this._hashSubkey,this._j0,[e.getInt32(),e.getInt32(),e.getInt32(),e.getInt32()]);this._j0=this.ghash(this._hashSubkey,this._j0,[0,0].concat(Lo(n*8)))}this._inBlock=this._j0.slice(0),$n(this._inBlock),this._partialBytes=0,r=Lt.util.createBuffer(r),this._aDataLength=Lo(r.length()*8);var i=r.length()%this.blockSize;for(i&&r.fillWithByte(0,this.blockSize-i),this._s=[0,0,0,0];r.length()>0;)this._s=this.ghash(this._hashSubkey,this._s,[r.getInt32(),r.getInt32(),r.getInt32(),r.getInt32()])};Z.gcm.prototype.encrypt=function(t,e,r){var n=t.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var i=0;i<this._ints;++i)e.putInt32(this._outBlock[i]^=t.getInt32());this._cipherLength+=this.blockSize}else{var o=(this.blockSize-n)%this.blockSize;o>0&&(o=this.blockSize-o),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialOutput.putInt32(t.getInt32()^this._outBlock[i]);if(o<=0||r){if(r){var s=n%this.blockSize;this._cipherLength+=s,this._partialOutput.truncate(this.blockSize-s)}else this._cipherLength+=this.blockSize;for(var i=0;i<this._ints;++i)this._outBlock[i]=this._partialOutput.getInt32();this._partialOutput.read-=this.blockSize}if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return t.read-=this.blockSize,e.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;e.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}this._s=this.ghash(this._hashSubkey,this._s,this._outBlock),$n(this._inBlock)};Z.gcm.prototype.decrypt=function(t,e,r){var n=t.length();if(n<this.blockSize&&!(r&&n>0))return!0;this.cipher.encrypt(this._inBlock,this._outBlock),$n(this._inBlock),this._hashBlock[0]=t.getInt32(),this._hashBlock[1]=t.getInt32(),this._hashBlock[2]=t.getInt32(),this._hashBlock[3]=t.getInt32(),this._s=this.ghash(this._hashSubkey,this._s,this._hashBlock);for(var i=0;i<this._ints;++i)e.putInt32(this._outBlock[i]^this._hashBlock[i]);n<this.blockSize?this._cipherLength+=n%this.blockSize:this._cipherLength+=this.blockSize};Z.gcm.prototype.afterFinish=function(t,e){var r=!0;e.decrypt&&e.overflow&&t.truncate(this.blockSize-e.overflow),this.tag=Lt.util.createBuffer();var n=this._aDataLength.concat(Lo(this._cipherLength*8));this._s=this.ghash(this._hashSubkey,this._s,n);var i=[];this.cipher.encrypt(this._j0,i);for(var o=0;o<this._ints;++o)this.tag.putInt32(this._s[o]^i[o]);return this.tag.truncate(this.tag.length()%(this._tagLength/8)),e.decrypt&&this.tag.bytes()!==this._tag&&(r=!1),r};Z.gcm.prototype.multiply=function(t,e){for(var r=[0,0,0,0],n=e.slice(0),i=0;i<128;++i){var o=t[i/32|0]&1<<31-i%32;o&&(r[0]^=n[0],r[1]^=n[1],r[2]^=n[2],r[3]^=n[3]),this.pow(n,n)}return r};Z.gcm.prototype.pow=function(t,e){for(var r=t[3]&1,n=3;n>0;--n)e[n]=t[n]>>>1|(t[n-1]&1)<<31;e[0]=t[0]>>>1,r&&(e[0]^=this._R)};Z.gcm.prototype.tableMultiply=function(t){for(var e=[0,0,0,0],r=0;r<32;++r){var n=r/8|0,i=t[n]>>>(7-r%8)*4&15,o=this._m[r][i];e[0]^=o[0],e[1]^=o[1],e[2]^=o[2],e[3]^=o[3]}return e};Z.gcm.prototype.ghash=function(t,e,r){return e[0]^=r[0],e[1]^=r[1],e[2]^=r[2],e[3]^=r[3],this.tableMultiply(e)};Z.gcm.prototype.generateHashTable=function(t,e){for(var r=8/e,n=4*r,i=16*r,o=new Array(i),s=0;s<i;++s){var a=[0,0,0,0],c=s/n|0,f=(n-1-s%n)*e;a[c]=1<<e-1<<f,o[s]=this.generateSubHashTable(this.multiply(a,t),e)}return o};Z.gcm.prototype.generateSubHashTable=function(t,e){var r=1<<e,n=r>>>1,i=new Array(r);i[n]=t.slice(0);for(var o=n>>>1;o>0;)this.pow(i[2*o],i[o]=[]),o>>=1;for(o=2;o<n;){for(var s=1;s<o;++s){var a=i[o],c=i[s];i[o+s]=[a[0]^c[0],a[1]^c[1],a[2]^c[2],a[3]^c[3]]}o*=2}for(i[0]=[0,0,0,0],o=n+1;o<r;++o){var f=i[o^n];i[o]=[t[0]^f[0],t[1]^f[1],t[2]^f[2],t[3]^f[3]]}return i};function Wn(t,e){if(typeof t=="string"&&(t=Lt.util.createBuffer(t)),Lt.util.isArray(t)&&t.length>4){var r=t;t=Lt.util.createBuffer();for(var n=0;n<r.length;++n)t.putByte(r[n])}if(t.length()<e)throw new Error("Invalid IV length; got "+t.length()+" bytes and expected "+e+" bytes.");if(!Lt.util.isArray(t)){for(var i=[],o=e/4,n=0;n<o;++n)i.push(t.getInt32());t=i}return t}function $n(t){t[t.length-1]=t[t.length-1]+1&4294967295}function Lo(t){return[t/4294967296|0,t&4294967295]}});var ko=ft((jm,y0)=>{var ut=at();Ro();No();At();y0.exports=ut.aes=ut.aes||{};ut.aes.startEncrypting=function(t,e,r,n){var i=Yn({key:t,output:r,decrypt:!1,mode:n});return i.start(e),i};ut.aes.createEncryptionCipher=function(t,e){return Yn({key:t,output:null,decrypt:!1,mode:e})};ut.aes.startDecrypting=function(t,e,r,n){var i=Yn({key:t,output:r,decrypt:!0,mode:n});return i.start(e),i};ut.aes.createDecryptionCipher=function(t,e){return Yn({key:t,output:null,decrypt:!0,mode:e})};ut.aes.Algorithm=function(t,e){Uo||d0();var r=this;r.name=t,r.mode=new e({blockSize:16,cipher:{encrypt:function(n,i){return Po(r._w,n,i,!1)},decrypt:function(n,i){return Po(r._w,n,i,!0)}}}),r._init=!1};ut.aes.Algorithm.prototype.initialize=function(t){if(!this._init){var e=t.key,r;if(typeof e=="string"&&(e.length===16||e.length===24||e.length===32))e=ut.util.createBuffer(e);else if(ut.util.isArray(e)&&(e.length===16||e.length===24||e.length===32)){r=e,e=ut.util.createBuffer();for(var n=0;n<r.length;++n)e.putByte(r[n])}if(!ut.util.isArray(e)){r=e,e=[];var i=r.length();if(i===16||i===24||i===32){i=i>>>2;for(var n=0;n<i;++n)e.push(r.getInt32())}}if(!ut.util.isArray(e)||!(e.length===4||e.length===6||e.length===8))throw new Error("Invalid key parameter.");var o=this.mode.name,s=["CFB","OFB","CTR","GCM"].indexOf(o)!==-1;this._w=p0(e,t.decrypt&&!s),this._init=!0}};ut.aes._expandKey=function(t,e){return Uo||d0(),p0(t,e)};ut.aes._updateBlock=Po;Mr("AES-ECB",ut.cipher.modes.ecb);Mr("AES-CBC",ut.cipher.modes.cbc);Mr("AES-CFB",ut.cipher.modes.cfb);Mr("AES-OFB",ut.cipher.modes.ofb);Mr("AES-CTR",ut.cipher.modes.ctr);Mr("AES-GCM",ut.cipher.modes.gcm);function Mr(t,e){var r=function(){return new ut.aes.Algorithm(t,e)};ut.cipher.registerAlgorithm(t,r)}var Uo=!1,Kr=4,zt,Do,h0,lr,ce;function d0(){Uo=!0,h0=[0,1,2,4,8,16,32,64,128,27,54];for(var t=new Array(256),e=0;e<128;++e)t[e]=e<<1,t[e+128]=e+128<<1^283;zt=new Array(256),Do=new Array(256),lr=new Array(4),ce=new Array(4);for(var e=0;e<4;++e)lr[e]=new Array(256),ce[e]=new Array(256);for(var r=0,n=0,i,o,s,a,c,f,u,e=0;e<256;++e){a=n^n<<1^n<<2^n<<3^n<<4,a=a>>8^a&255^99,zt[r]=a,Do[a]=r,c=t[a],i=t[r],o=t[i],s=t[o],f=c<<24^a<<16^a<<8^(a^c),u=(i^o^s)<<24^(r^s)<<16^(r^o^s)<<8^(r^i^s);for(var l=0;l<4;++l)lr[l][r]=f,ce[l][a]=u,f=f<<24|f>>>8,u=u<<24|u>>>8;r===0?r=n=1:(r=i^t[t[t[i^s]]],n^=t[t[n]])}}function p0(t,e){for(var r=t.slice(0),n,i=1,o=r.length,s=o+6+1,a=Kr*s,c=o;c<a;++c)n=r[c-1],c%o===0?(n=zt[n>>>16&255]<<24^zt[n>>>8&255]<<16^zt[n&255]<<8^zt[n>>>24]^h0[i]<<24,i++):o>6&&c%o===4&&(n=zt[n>>>24]<<24^zt[n>>>16&255]<<16^zt[n>>>8&255]<<8^zt[n&255]),r[c]=r[c-o]^n;if(e){var f,u=ce[0],l=ce[1],h=ce[2],y=ce[3],d=r.slice(0);a=r.length;for(var c=0,p=a-Kr;c<a;c+=Kr,p-=Kr)if(c===0||c===a-Kr)d[c]=r[p],d[c+1]=r[p+3],d[c+2]=r[p+2],d[c+3]=r[p+1];else for(var g=0;g<Kr;++g)f=r[p+g],d[c+(3&-g)]=u[zt[f>>>24]]^l[zt[f>>>16&255]]^h[zt[f>>>8&255]]^y[zt[f&255]];r=d}return r}function Po(t,e,r,n){var i=t.length/4-1,o,s,a,c,f;n?(o=ce[0],s=ce[1],a=ce[2],c=ce[3],f=Do):(o=lr[0],s=lr[1],a=lr[2],c=lr[3],f=zt);var u,l,h,y,d,p,g;u=e[0]^t[0],l=e[n?3:1]^t[1],h=e[2]^t[2],y=e[n?1:3]^t[3];for(var x=3,w=1;w<i;++w)d=o[u>>>24]^s[l>>>16&255]^a[h>>>8&255]^c[y&255]^t[++x],p=o[l>>>24]^s[h>>>16&255]^a[y>>>8&255]^c[u&255]^t[++x],g=o[h>>>24]^s[y>>>16&255]^a[u>>>8&255]^c[l&255]^t[++x],y=o[y>>>24]^s[u>>>16&255]^a[l>>>8&255]^c[h&255]^t[++x],u=d,l=p,h=g;r[0]=f[u>>>24]<<24^f[l>>>16&255]<<16^f[h>>>8&255]<<8^f[y&255]^t[++x],r[n?3:1]=f[l>>>24]<<24^f[h>>>16&255]<<16^f[y>>>8&255]<<8^f[u&255]^t[++x],r[2]=f[h>>>24]<<24^f[y>>>16&255]<<16^f[u>>>8&255]<<8^f[l&255]^t[++x],r[n?1:3]=f[y>>>24]<<24^f[u>>>16&255]<<16^f[l>>>8&255]<<8^f[h&255]^t[++x]}function Yn(t){t=t||{};var e=(t.mode||"CBC").toUpperCase(),r="AES-"+e,n;t.decrypt?n=ut.cipher.createDecipher(r,t.key):n=ut.cipher.createCipher(r,t.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof ut.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var x0=ft((tx,m0)=>{var dt=at();Ro();No();At();m0.exports=dt.des=dt.des||{};dt.des.startEncrypting=function(t,e,r,n){var i=Zn({key:t,output:r,decrypt:!1,mode:n||(e===null?"ECB":"CBC")});return i.start(e),i};dt.des.createEncryptionCipher=function(t,e){return Zn({key:t,output:null,decrypt:!1,mode:e})};dt.des.startDecrypting=function(t,e,r,n){var i=Zn({key:t,output:r,decrypt:!0,mode:n||(e===null?"ECB":"CBC")});return i.start(e),i};dt.des.createDecryptionCipher=function(t,e){return Zn({key:t,output:null,decrypt:!0,mode:e})};dt.des.Algorithm=function(t,e){var r=this;r.name=t,r.mode=new e({blockSize:8,cipher:{encrypt:function(n,i){return g0(r._keys,n,i,!1)},decrypt:function(n,i){return g0(r._keys,n,i,!0)}}}),r._init=!1};dt.des.Algorithm.prototype.initialize=function(t){if(!this._init){var e=dt.util.createBuffer(t.key);if(this.name.indexOf("3DES")===0&&e.length()!==24)throw new Error("Invalid Triple-DES key size: "+e.length()*8);this._keys=bh(e),this._init=!0}};ve("DES-ECB",dt.cipher.modes.ecb);ve("DES-CBC",dt.cipher.modes.cbc);ve("DES-CFB",dt.cipher.modes.cfb);ve("DES-OFB",dt.cipher.modes.ofb);ve("DES-CTR",dt.cipher.modes.ctr);ve("3DES-ECB",dt.cipher.modes.ecb);ve("3DES-CBC",dt.cipher.modes.cbc);ve("3DES-CFB",dt.cipher.modes.cfb);ve("3DES-OFB",dt.cipher.modes.ofb);ve("3DES-CTR",dt.cipher.modes.ctr);function ve(t,e){var r=function(){return new dt.des.Algorithm(t,e)};dt.cipher.registerAlgorithm(t,r)}var lh=[16843776,0,65536,16843780,16842756,66564,4,65536,1024,16843776,16843780,1024,16778244,16842756,16777216,4,1028,16778240,16778240,66560,66560,16842752,16842752,16778244,65540,16777220,16777220,65540,0,1028,66564,16777216,65536,16843780,4,16842752,16843776,16777216,16777216,1024,16842756,65536,66560,16777220,1024,4,16778244,66564,16843780,65540,16842752,16778244,16777220,1028,66564,16843776,1028,16778240,16778240,0,65540,66560,0,16842756],hh=[-2146402272,-2147450880,32768,1081376,1048576,32,-2146435040,-2147450848,-2147483616,-2146402272,-2146402304,-2147483648,-2147450880,1048576,32,-2146435040,1081344,1048608,-2147450848,0,-2147483648,32768,1081376,-2146435072,1048608,-2147483616,0,1081344,32800,-2146402304,-2146435072,32800,0,1081376,-2146435040,1048576,-2147450848,-2146435072,-2146402304,32768,-2146435072,-2147450880,32,-2146402272,1081376,32,32768,-2147483648,32800,-2146402304,1048576,-2147483616,1048608,-2147450848,-2147483616,1048608,1081344,0,-2147450880,32800,-2147483648,-2146435040,-2146402272,1081344],dh=[520,134349312,0,134348808,134218240,0,131592,134218240,131080,134217736,134217736,131072,134349320,131080,134348800,520,134217728,8,134349312,512,131584,134348800,134348808,131592,134218248,131584,131072,134218248,8,134349320,512,134217728,134349312,134217728,131080,520,131072,134349312,134218240,0,512,131080,134349320,134218240,134217736,512,0,134348808,134218248,131072,134217728,134349320,8,131592,131584,134217736,134348800,134218248,520,134348800,131592,8,134348808,131584],ph=[8396801,8321,8321,128,8396928,8388737,8388609,8193,0,8396800,8396800,8396929,129,0,8388736,8388609,1,8192,8388608,8396801,128,8388608,8193,8320,8388737,1,8320,8388736,8192,8396928,8396929,129,8388736,8388609,8396800,8396929,129,0,0,8396800,8320,8388736,8388737,1,8396801,8321,8321,128,8396929,129,1,8192,8388609,8193,8396928,8388737,8193,8320,8388608,8396801,128,8388608,8192,8396928],yh=[256,34078976,34078720,1107296512,524288,256,1073741824,34078720,1074266368,524288,33554688,1074266368,1107296512,1107820544,524544,1073741824,33554432,1074266112,1074266112,0,1073742080,1107820800,1107820800,33554688,1107820544,1073742080,0,1107296256,34078976,33554432,1107296256,524544,524288,1107296512,256,33554432,1073741824,34078720,1107296512,1074266368,33554688,1073741824,1107820544,34078976,1074266368,256,33554432,1107820544,1107820800,524544,1107296256,1107820800,34078720,0,1074266112,1107296256,524544,33554688,1073742080,524288,0,1074266112,34078976,1073742080],gh=[536870928,541065216,16384,541081616,541065216,16,541081616,4194304,536887296,4210704,4194304,536870928,4194320,536887296,536870912,16400,0,4194320,536887312,16384,4210688,536887312,16,541065232,541065232,0,4210704,541081600,16400,4210688,541081600,536870912,536887296,16,541065232,4210688,541081616,4194304,16400,536870928,4194304,536887296,536870912,16400,536870928,541081616,4210688,541065216,4210704,541081600,0,541065232,16,16384,541065216,4210704,16384,4194320,536887312,0,541081600,536870912,4194320,536887312],mh=[2097152,69206018,67110914,0,2048,67110914,2099202,69208064,69208066,2097152,0,67108866,2,67108864,69206018,2050,67110912,2099202,2097154,67110912,67108866,69206016,69208064,2097154,69206016,2048,2050,69208066,2099200,2,67108864,2099200,67108864,2099200,2097152,67110914,67110914,69206018,69206018,2,2097154,67108864,67110912,2097152,69208064,2050,2099202,69208064,2050,67108866,69208066,69206016,2099200,0,2,69208066,0,2099202,69206016,2048,67108866,67110912,2048,2097154],xh=[268439616,4096,262144,268701760,268435456,268439616,64,268435456,262208,268697600,268701760,266240,268701696,266304,4096,64,268697600,268435520,268439552,4160,266240,262208,268697664,268701696,4160,0,0,268697664,268435520,268439552,266304,262144,266304,262144,268701696,4096,64,268697664,4096,266304,268439552,64,268435520,268697600,268697664,268435456,262144,268439616,0,268701760,262208,268435520,268697600,268439552,268439616,0,268701760,266240,266240,4160,4160,262208,268435456,268701696];function bh(t){for(var e=[0,4,536870912,536870916,65536,65540,536936448,536936452,512,516,536871424,536871428,66048,66052,536936960,536936964],r=[0,1,1048576,1048577,67108864,67108865,68157440,68157441,256,257,1048832,1048833,67109120,67109121,68157696,68157697],n=[0,8,2048,2056,16777216,16777224,16779264,16779272,0,8,2048,2056,16777216,16777224,16779264,16779272],i=[0,2097152,134217728,136314880,8192,2105344,134225920,136323072,131072,2228224,134348800,136445952,139264,2236416,134356992,136454144],o=[0,262144,16,262160,0,262144,16,262160,4096,266240,4112,266256,4096,266240,4112,266256],s=[0,1024,32,1056,0,1024,32,1056,33554432,33555456,33554464,33555488,33554432,33555456,33554464,33555488],a=[0,268435456,524288,268959744,2,268435458,524290,268959746,0,268435456,524288,268959744,2,268435458,524290,268959746],c=[0,65536,2048,67584,536870912,536936448,536872960,536938496,131072,196608,133120,198656,537001984,537067520,537004032,537069568],f=[0,262144,0,262144,2,262146,2,262146,33554432,33816576,33554432,33816576,33554434,33816578,33554434,33816578],u=[0,268435456,8,268435464,0,268435456,8,268435464,1024,268436480,1032,268436488,1024,268436480,1032,268436488],l=[0,32,0,32,1048576,1048608,1048576,1048608,8192,8224,8192,8224,1056768,1056800,1056768,1056800],h=[0,16777216,512,16777728,2097152,18874368,2097664,18874880,67108864,83886080,67109376,83886592,69206016,85983232,69206528,85983744],y=[0,4096,134217728,134221824,524288,528384,134742016,134746112,16,4112,134217744,134221840,524304,528400,134742032,134746128],d=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],p=t.length()>8?3:1,g=[],x=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],w=0,v,R=0;R<p;R++){var E=t.getInt32(),S=t.getInt32();v=(E>>>4^S)&252645135,S^=v,E^=v<<4,v=(S>>>-16^E)&65535,E^=v,S^=v<<-16,v=(E>>>2^S)&858993459,S^=v,E^=v<<2,v=(S>>>-16^E)&65535,E^=v,S^=v<<-16,v=(E>>>1^S)&1431655765,S^=v,E^=v<<1,v=(S>>>8^E)&16711935,E^=v,S^=v<<8,v=(E>>>1^S)&1431655765,S^=v,E^=v<<1,v=E<<8|S>>>20&240,E=S<<24|S<<8&16711680|S>>>8&65280|S>>>24&240,S=v;for(var L=0;L<x.length;++L){x[L]?(E=E<<2|E>>>26,S=S<<2|S>>>26):(E=E<<1|E>>>27,S=S<<1|S>>>27),E&=-15,S&=-15;var N=e[E>>>28]|r[E>>>24&15]|n[E>>>20&15]|i[E>>>16&15]|o[E>>>12&15]|s[E>>>8&15]|a[E>>>4&15],z=c[S>>>28]|f[S>>>24&15]|u[S>>>20&15]|l[S>>>16&15]|h[S>>>12&15]|y[S>>>8&15]|d[S>>>4&15];v=(z>>>16^N)&65535,g[w++]=N^v,g[w++]=z^v<<16}}return g}function g0(t,e,r,n){var i=t.length===32?3:9,o;i===3?o=n?[30,-2,-2]:[0,32,2]:o=n?[94,62,-2,32,64,2,30,-2,-2]:[0,32,2,62,30,-2,64,96,2];var s,a=e[0],c=e[1];s=(a>>>4^c)&252645135,c^=s,a^=s<<4,s=(a>>>16^c)&65535,c^=s,a^=s<<16,s=(c>>>2^a)&858993459,a^=s,c^=s<<2,s=(c>>>8^a)&16711935,a^=s,c^=s<<8,s=(a>>>1^c)&1431655765,c^=s,a^=s<<1,a=a<<1|a>>>31,c=c<<1|c>>>31;for(var f=0;f<i;f+=3){for(var u=o[f+1],l=o[f+2],h=o[f];h!=u;h+=l){var y=c^t[h],d=(c>>>4|c<<28)^t[h+1];s=a,a=c,c=s^(hh[y>>>24&63]|ph[y>>>16&63]|gh[y>>>8&63]|xh[y&63]|lh[d>>>24&63]|dh[d>>>16&63]|yh[d>>>8&63]|mh[d&63])}s=a,a=c,c=s}a=a>>>1|a<<31,c=c>>>1|c<<31,s=(a>>>1^c)&1431655765,c^=s,a^=s<<1,s=(c>>>8^a)&16711935,a^=s,c^=s<<8,s=(c>>>2^a)&858993459,a^=s,c^=s<<2,s=(a>>>16^c)&65535,c^=s,a^=s<<16,s=(a>>>4^c)&252645135,c^=s,a^=s<<4,r[0]=a,r[1]=c}function Zn(t){t=t||{};var e=(t.mode||"CBC").toUpperCase(),r="DES-"+e,n;t.decrypt?n=dt.cipher.createDecipher(r,t.key):n=dt.cipher.createCipher(r,t.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof dt.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var hr=ft((ex,b0)=>{var Qn=at();b0.exports=Qn.md=Qn.md||{};Qn.md.algorithms=Qn.md.algorithms||{}});var w0=ft((rx,v0)=>{var Pe=at();hr();At();var vh=v0.exports=Pe.hmac=Pe.hmac||{};vh.create=function(){var t=null,e=null,r=null,n=null,i={};return i.start=function(o,s){if(o!==null)if(typeof o=="string")if(o=o.toLowerCase(),o in Pe.md.algorithms)e=Pe.md.algorithms[o].create();else throw new Error('Unknown hash algorithm "'+o+'"');else e=o;if(s===null)s=t;else{if(typeof s=="string")s=Pe.util.createBuffer(s);else if(Pe.util.isArray(s)){var a=s;s=Pe.util.createBuffer();for(var c=0;c<a.length;++c)s.putByte(a[c])}var f=s.length();f>e.blockLength&&(e.start(),e.update(s.bytes()),s=e.digest()),r=Pe.util.createBuffer(),n=Pe.util.createBuffer(),f=s.length();for(var c=0;c<f;++c){var a=s.at(c);r.putByte(54^a),n.putByte(92^a)}if(f<e.blockLength)for(var a=e.blockLength-f,c=0;c<a;++c)r.putByte(54),n.putByte(92);t=s,r=r.bytes(),n=n.bytes()}e.start(),e.update(r)},i.update=function(o){e.update(o)},i.getMac=function(){var o=e.digest().bytes();return e.start(),e.update(n),e.update(o),e.digest()},i.digest=i.getMac,i}});var Xn=ft(()=>{});var S0=ft((ox,E0)=>{var Gt=at();w0();hr();At();var wh=Gt.pkcs5=Gt.pkcs5||{},Ue;Gt.util.isNodejs&&!Gt.options.usePureJavaScript&&(Ue=Xn());E0.exports=Gt.pbkdf2=wh.pbkdf2=function(t,e,r,n,i,o){if(typeof i=="function"&&(o=i,i=null),Gt.util.isNodejs&&!Gt.options.usePureJavaScript&&Ue.pbkdf2&&(i===null||typeof i!="object")&&(Ue.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),t=Buffer.from(t,"binary"),e=Buffer.from(e,"binary"),o?Ue.pbkdf2Sync.length===4?Ue.pbkdf2(t,e,r,n,function(v,R){if(v)return o(v);o(null,R.toString("binary"))}):Ue.pbkdf2(t,e,r,n,i,function(v,R){if(v)return o(v);o(null,R.toString("binary"))}):Ue.pbkdf2Sync.length===4?Ue.pbkdf2Sync(t,e,r,n).toString("binary"):Ue.pbkdf2Sync(t,e,r,n,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in Gt.md.algorithms))throw new Error("Unknown hash algorithm: "+i);i=Gt.md[i].create()}var s=i.digestLength;if(n>4294967295*s){var a=new Error("Derived key is too long.");if(o)return o(a);throw a}var c=Math.ceil(n/s),f=n-(c-1)*s,u=Gt.hmac.create();u.start(i,t);var l="",h,y,d;if(!o){for(var p=1;p<=c;++p){u.start(null,null),u.update(e),u.update(Gt.util.int32ToBytes(p)),h=d=u.digest().getBytes();for(var g=2;g<=r;++g)u.start(null,null),u.update(d),y=u.digest().getBytes(),h=Gt.util.xorBytes(h,y,s),d=y;l+=p<c?h:h.substr(0,f)}return l}var p=1,g;function x(){if(p>c)return o(null,l);u.start(null,null),u.update(e),u.update(Gt.util.int32ToBytes(p)),h=d=u.digest().getBytes(),g=2,w()}function w(){if(g<=r)return u.start(null,null),u.update(d),y=u.digest().getBytes(),h=Gt.util.xorBytes(h,y,s),d=y,++g,Gt.util.setImmediate(w);l+=p<c?h:h.substr(0,f),++p,x()}x()}});var I0=ft((sx,A0)=>{var jn=at();At();var B0=A0.exports=jn.pem=jn.pem||{};B0.encode=function(t,e){e=e||{};var r="-----BEGIN "+t.type+`-----\r
|
|
9
|
-
`,n;if(
|
|
10
|
-
`),r+=
|
|
11
|
-
`,r+="-----END "+
|
|
12
|
-
`,r};
|
|
13
|
-
`;for(var
|
|
14
|
-
`+
|
|
15
|
-
`+a+e.substr(s+1),o=i-s-1,s=-1,++i}else(e[i]===" "||e[i]===" "||e[i]===",")&&(s=i);return e}function Eh(t){return t.replace(/^\s+/,"")}});var N0=ft((ax,L0)=>{var we=at();hr();At();var C0=L0.exports=we.sha256=we.sha256||{};we.md.sha256=we.md.algorithms.sha256=C0;C0.create=function(){_0||Sh();var t=null,e=we.util.createBuffer(),r=new Array(64),n={algorithm:"sha256",blockLength:64,digestLength:32,messageLength:0,fullMessageLength:null,messageLengthSize:8};return n.start=function(){n.messageLength=0,n.fullMessageLength=n.messageLength64=[];for(var i=n.messageLengthSize/4,o=0;o<i;++o)n.fullMessageLength.push(0);return e=we.util.createBuffer(),t={h0:1779033703,h1:3144134277,h2:1013904242,h3:2773480762,h4:1359893119,h5:2600822924,h6:528734635,h7:1541459225},n},n.start(),n.update=function(i,o){o==="utf8"&&(i=we.util.encodeUtf8(i));var s=i.length;n.messageLength+=s,s=[s/4294967296>>>0,s>>>0];for(var a=n.fullMessageLength.length-1;a>=0;--a)n.fullMessageLength[a]+=s[1],s[1]=s[0]+(n.fullMessageLength[a]/4294967296>>>0),n.fullMessageLength[a]=n.fullMessageLength[a]>>>0,s[0]=s[1]/4294967296>>>0;return e.putBytes(i),T0(t,r,e),(e.read>2048||e.length()===0)&&e.compact(),n},n.digest=function(){var i=we.util.createBuffer();i.putBytes(e.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=o&n.blockLength-1;i.putBytes(Oo.substr(0,n.blockLength-s));for(var a,c,f=n.fullMessageLength[0]*8,u=0;u<n.fullMessageLength.length-1;++u)a=n.fullMessageLength[u+1]*8,c=a/4294967296>>>0,f+=c,i.putInt32(f>>>0),f=a>>>0;i.putInt32(f);var l={h0:t.h0,h1:t.h1,h2:t.h2,h3:t.h3,h4:t.h4,h5:t.h5,h6:t.h6,h7:t.h7};T0(l,r,i);var h=we.util.createBuffer();return h.putInt32(l.h0),h.putInt32(l.h1),h.putInt32(l.h2),h.putInt32(l.h3),h.putInt32(l.h4),h.putInt32(l.h5),h.putInt32(l.h6),h.putInt32(l.h7),h},n};var Oo=null,_0=!1,R0=null;function Sh(){Oo="\x80",Oo+=we.util.fillString("\0",64),R0=[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],_0=!0}function T0(t,e,r){for(var n,i,o,s,a,c,f,u,l,h,y,d,p,g,x,w=r.length();w>=64;){for(f=0;f<16;++f)e[f]=r.getInt32();for(;f<64;++f)n=e[f-2],n=(n>>>17|n<<15)^(n>>>19|n<<13)^n>>>10,i=e[f-15],i=(i>>>7|i<<25)^(i>>>18|i<<14)^i>>>3,e[f]=n+e[f-7]+i+e[f-16]|0;for(u=t.h0,l=t.h1,h=t.h2,y=t.h3,d=t.h4,p=t.h5,g=t.h6,x=t.h7,f=0;f<64;++f)s=(d>>>6|d<<26)^(d>>>11|d<<21)^(d>>>25|d<<7),a=g^d&(p^g),o=(u>>>2|u<<30)^(u>>>13|u<<19)^(u>>>22|u<<10),c=u&l|h&(u^l),n=x+s+a+R0[f]+e[f],i=o+c,x=g,g=p,p=d,d=y+n>>>0,y=h,h=l,l=u,u=n+i>>>0;t.h0=t.h0+u|0,t.h1=t.h1+l|0,t.h2=t.h2+h|0,t.h3=t.h3+y|0,t.h4=t.h4+d|0,t.h5=t.h5+p|0,t.h6=t.h6+g|0,t.h7=t.h7+x|0,w-=64}}});var P0=ft((cx,D0)=>{var Ee=at();At();var ti=null;Ee.util.isNodejs&&!Ee.options.usePureJavaScript&&!process.versions["node-webkit"]&&(ti=Xn());var Bh=D0.exports=Ee.prng=Ee.prng||{};Bh.create=function(t){for(var e={plugin:t,key:null,seed:null,time:null,reseeds:0,generated:0,keyBytes:""},r=t.md,n=new Array(32),i=0;i<32;++i)n[i]=r.create();e.pools=n,e.pool=0,e.generate=function(f,u){if(!u)return e.generateSync(f);var l=e.plugin.cipher,h=e.plugin.increment,y=e.plugin.formatKey,d=e.plugin.formatSeed,p=Ee.util.createBuffer();e.key=null,g();function g(x){if(x)return u(x);if(p.length()>=f)return u(null,p.getBytes(f));if(e.generated>1048575&&(e.key=null),e.key===null)return Ee.util.nextTick(function(){o(g)});var w=l(e.key,e.seed);e.generated+=w.length,p.putBytes(w),e.key=y(l(e.key,h(e.seed))),e.seed=d(l(e.key,e.seed)),Ee.util.setImmediate(g)}},e.generateSync=function(f){var u=e.plugin.cipher,l=e.plugin.increment,h=e.plugin.formatKey,y=e.plugin.formatSeed;e.key=null;for(var d=Ee.util.createBuffer();d.length()<f;){e.generated>1048575&&(e.key=null),e.key===null&&s();var p=u(e.key,e.seed);e.generated+=p.length,d.putBytes(p),e.key=h(u(e.key,l(e.seed))),e.seed=y(u(e.key,e.seed))}return d.getBytes(f)};function o(f){if(e.pools[0].messageLength>=32)return a(),f();var u=32-e.pools[0].messageLength<<5;e.seedFile(u,function(l,h){if(l)return f(l);e.collect(h),a(),f()})}function s(){if(e.pools[0].messageLength>=32)return a();var f=32-e.pools[0].messageLength<<5;e.collect(e.seedFileSync(f)),a()}function a(){e.reseeds=e.reseeds===4294967295?0:e.reseeds+1;var f=e.plugin.md.create();f.update(e.keyBytes);for(var u=1,l=0;l<32;++l)e.reseeds%u===0&&(f.update(e.pools[l].digest().getBytes()),e.pools[l].start()),u=u<<1;e.keyBytes=f.digest().getBytes(),f.start(),f.update(e.keyBytes);var h=f.digest().getBytes();e.key=e.plugin.formatKey(e.keyBytes),e.seed=e.plugin.formatSeed(h),e.generated=0}function c(f){var u=null,l=Ee.util.globalScope,h=l.crypto||l.msCrypto;h&&h.getRandomValues&&(u=function(E){return h.getRandomValues(E)});var y=Ee.util.createBuffer();if(u)for(;y.length()<f;){var d=Math.max(1,Math.min(f-y.length(),65536)/4),p=new Uint32Array(Math.floor(d));try{u(p);for(var g=0;g<p.length;++g)y.putInt32(p[g])}catch(E){if(!(typeof QuotaExceededError<"u"&&E instanceof QuotaExceededError))throw E}}if(y.length()<f)for(var x,w,v,R=Math.floor(Math.random()*65536);y.length()<f;){w=16807*(R&65535),x=16807*(R>>16),w+=(x&32767)<<16,w+=x>>15,w=(w&2147483647)+(w>>31),R=w&4294967295;for(var g=0;g<3;++g)v=R>>>(g<<3),v^=Math.floor(Math.random()*256),y.putByte(v&255)}return y.getBytes(f)}return ti?(e.seedFile=function(f,u){ti.randomBytes(f,function(l,h){if(l)return u(l);u(null,h.toString())})},e.seedFileSync=function(f){return ti.randomBytes(f).toString()}):(e.seedFile=function(f,u){try{u(null,c(f))}catch(l){u(l)}},e.seedFileSync=c),e.collect=function(f){for(var u=f.length,l=0;l<u;++l)e.pools[e.pool].update(f.substr(l,1)),e.pool=e.pool===31?0:e.pool+1},e.collectInt=function(f,u){for(var l="",h=0;h<u;h+=8)l+=String.fromCharCode(f>>h&255);e.collect(l)},e.registerWorker=function(f){if(f===self)e.seedFile=function(l,h){function y(d){var p=d.data;p.forge&&p.forge.prng&&(self.removeEventListener("message",y),h(p.forge.prng.err,p.forge.prng.bytes))}self.addEventListener("message",y),self.postMessage({forge:{prng:{needed:l}}})};else{var u=function(l){var h=l.data;h.forge&&h.forge.prng&&e.seedFile(h.forge.prng.needed,function(y,d){f.postMessage({forge:{prng:{err:y,bytes:d}}})})};f.addEventListener("message",u)}},e}});var yn=ft((fx,Ko)=>{var Nt=at();ko();N0();P0();At();(function(){if(Nt.random&&Nt.random.getBytes){Ko.exports=Nt.random;return}(function(t){var e={},r=new Array(4),n=Nt.util.createBuffer();e.formatKey=function(l){var h=Nt.util.createBuffer(l);return l=new Array(4),l[0]=h.getInt32(),l[1]=h.getInt32(),l[2]=h.getInt32(),l[3]=h.getInt32(),Nt.aes._expandKey(l,!1)},e.formatSeed=function(l){var h=Nt.util.createBuffer(l);return l=new Array(4),l[0]=h.getInt32(),l[1]=h.getInt32(),l[2]=h.getInt32(),l[3]=h.getInt32(),l},e.cipher=function(l,h){return Nt.aes._updateBlock(l,h,r,!1),n.putInt32(r[0]),n.putInt32(r[1]),n.putInt32(r[2]),n.putInt32(r[3]),n.getBytes()},e.increment=function(l){return++l[3],l},e.md=Nt.md.sha256;function i(){var l=Nt.prng.create(e);return l.getBytes=function(h,y){return l.generate(h,y)},l.getBytesSync=function(h){return l.generate(h)},l}var o=i(),s=null,a=Nt.util.globalScope,c=a.crypto||a.msCrypto;if(c&&c.getRandomValues&&(s=function(l){return c.getRandomValues(l)}),Nt.options.usePureJavaScript||!Nt.util.isNodejs&&!s){if(typeof window>"u"||window.document,o.collectInt(+new Date,32),typeof navigator<"u"){var f="";for(var u in navigator)try{typeof navigator[u]=="string"&&(f+=navigator[u])}catch{}o.collect(f),f=null}t&&(t().mousemove(function(l){o.collectInt(l.clientX,16),o.collectInt(l.clientY,16)}),t().keypress(function(l){o.collectInt(l.charCode,8)}))}if(!Nt.random)Nt.random=o;else for(var u in o)Nt.random[u]=o[u];Nt.random.createInstance=i,Ko.exports=Nt.random})(typeof jQuery<"u"?jQuery:null)})()});var K0=ft((ux,O0)=>{var $t=at();At();var Mo=[217,120,249,196,25,221,181,237,40,233,253,121,74,160,216,157,198,126,55,131,43,118,83,142,98,76,100,136,68,139,251,162,23,154,89,245,135,179,79,19,97,69,109,141,9,129,125,50,189,143,64,235,134,183,123,11,240,149,33,34,92,107,78,130,84,214,101,147,206,96,178,28,115,86,192,20,167,140,241,220,18,117,202,31,59,190,228,209,66,61,212,48,163,60,182,38,111,191,14,218,70,105,7,87,39,242,29,155,188,148,67,3,248,17,199,246,144,239,62,231,6,195,213,47,200,102,30,215,8,232,234,222,128,82,238,247,132,170,114,172,53,77,106,42,150,26,210,113,90,21,73,116,75,159,208,94,4,24,164,236,194,224,65,110,15,81,203,204,36,145,175,80,161,244,112,57,153,124,58,133,35,184,180,122,252,2,54,91,37,85,151,49,45,93,250,152,227,138,146,174,5,223,41,16,103,108,186,201,211,0,230,207,225,158,168,44,99,22,1,63,88,226,137,169,13,56,52,27,171,51,255,176,187,72,12,95,185,177,205,46,197,243,219,71,229,165,156,119,10,166,32,104,254,127,193,173],U0=[1,2,3,5],Ah=function(t,e){return t<<e&65535|(t&65535)>>16-e},Ih=function(t,e){return(t&65535)>>e|t<<16-e&65535};O0.exports=$t.rc2=$t.rc2||{};$t.rc2.expandKey=function(t,e){typeof t=="string"&&(t=$t.util.createBuffer(t)),e=e||128;var r=t,n=t.length(),i=e,o=Math.ceil(i/8),s=255>>(i&7),a;for(a=n;a<128;a++)r.putByte(Mo[r.at(a-1)+r.at(a-n)&255]);for(r.setAt(128-o,Mo[r.at(128-o)&s]),a=127-o;a>=0;a--)r.setAt(a,Mo[r.at(a+1)^r.at(a+o)]);return r};var k0=function(t,e,r){var n=!1,i=null,o=null,s=null,a,c,f,u,l=[];for(t=$t.rc2.expandKey(t,e),f=0;f<64;f++)l.push(t.getInt16Le());r?(a=function(d){for(f=0;f<4;f++)d[f]+=l[u]+(d[(f+3)%4]&d[(f+2)%4])+(~d[(f+3)%4]&d[(f+1)%4]),d[f]=Ah(d[f],U0[f]),u++},c=function(d){for(f=0;f<4;f++)d[f]+=l[d[(f+3)%4]&63]}):(a=function(d){for(f=3;f>=0;f--)d[f]=Ih(d[f],U0[f]),d[f]-=l[u]+(d[(f+3)%4]&d[(f+2)%4])+(~d[(f+3)%4]&d[(f+1)%4]),u--},c=function(d){for(f=3;f>=0;f--)d[f]-=l[d[(f+3)%4]&63]});var h=function(d){var p=[];for(f=0;f<4;f++){var g=i.getInt16Le();s!==null&&(r?g^=s.getInt16Le():s.putInt16Le(g)),p.push(g&65535)}u=r?0:63;for(var x=0;x<d.length;x++)for(var w=0;w<d[x][0];w++)d[x][1](p);for(f=0;f<4;f++)s!==null&&(r?s.putInt16Le(p[f]):p[f]^=s.getInt16Le()),o.putInt16Le(p[f])},y=null;return y={start:function(d,p){d&&typeof d=="string"&&(d=$t.util.createBuffer(d)),n=!1,i=$t.util.createBuffer(),o=p||new $t.util.createBuffer,s=d,y.output=o},update:function(d){for(n||i.putBuffer(d);i.length()>=8;)h([[5,a],[1,c],[6,a],[1,c],[5,a]])},finish:function(d){var p=!0;if(r)if(d)p=d(8,i,!r);else{var g=i.length()===8?8:8-i.length();i.fillWithByte(g,g)}if(p&&(n=!0,y.update()),!r&&(p=i.length()===0,p))if(d)p=d(8,o,!r);else{var x=o.length(),w=o.at(x-1);w>x?p=!1:o.truncate(w)}return p}},y};$t.rc2.startEncrypting=function(t,e,r){var n=$t.rc2.createEncryptionCipher(t,128);return n.start(e,r),n};$t.rc2.createEncryptionCipher=function(t,e){return k0(t,e,!0)};$t.rc2.startDecrypting=function(t,e,r){var n=$t.rc2.createDecryptionCipher(t,128);return n.start(e,r),n};$t.rc2.createDecryptionCipher=function(t,e){return k0(t,e,!1)}});var ni=ft((lx,W0)=>{var Vo=at();W0.exports=Vo.jsbn=Vo.jsbn||{};var ke,Th=0xdeadbeefcafe,M0=(Th&16777215)==15715070;function I(t,e,r){this.data=[],t!=null&&(typeof t=="number"?this.fromNumber(t,e,r):e==null&&typeof t!="string"?this.fromString(t,256):this.fromString(t,e))}Vo.jsbn.BigInteger=I;function tt(){return new I(null)}function Ch(t,e,r,n,i,o){for(;--o>=0;){var s=e*this.data[t++]+r.data[n]+i;i=Math.floor(s/67108864),r.data[n++]=s&67108863}return i}function _h(t,e,r,n,i,o){for(var s=e&32767,a=e>>15;--o>=0;){var c=this.data[t]&32767,f=this.data[t++]>>15,u=a*c+f*s;c=s*c+((u&32767)<<15)+r.data[n]+(i&1073741823),i=(c>>>30)+(u>>>15)+a*f+(i>>>30),r.data[n++]=c&1073741823}return i}function V0(t,e,r,n,i,o){for(var s=e&16383,a=e>>14;--o>=0;){var c=this.data[t]&16383,f=this.data[t++]>>14,u=a*c+f*s;c=s*c+((u&16383)<<14)+r.data[n]+i,i=(c>>28)+(u>>14)+a*f,r.data[n++]=c&268435455}return i}typeof navigator>"u"?(I.prototype.am=V0,ke=28):M0&&navigator.appName=="Microsoft Internet Explorer"?(I.prototype.am=_h,ke=30):M0&&navigator.appName!="Netscape"?(I.prototype.am=Ch,ke=26):(I.prototype.am=V0,ke=28);I.prototype.DB=ke;I.prototype.DM=(1<<ke)-1;I.prototype.DV=1<<ke;var Fo=52;I.prototype.FV=Math.pow(2,Fo);I.prototype.F1=Fo-ke;I.prototype.F2=2*ke-Fo;var Rh="0123456789abcdefghijklmnopqrstuvwxyz",ei=new Array,Vr,te;Vr=48;for(te=0;te<=9;++te)ei[Vr++]=te;Vr=97;for(te=10;te<36;++te)ei[Vr++]=te;Vr=65;for(te=10;te<36;++te)ei[Vr++]=te;function F0(t){return Rh.charAt(t)}function q0(t,e){var r=ei[t.charCodeAt(e)];return r??-1}function Lh(t){for(var e=this.t-1;e>=0;--e)t.data[e]=this.data[e];t.t=this.t,t.s=this.s}function Nh(t){this.t=1,this.s=t<0?-1:0,t>0?this.data[0]=t:t<-1?this.data[0]=t+this.DV:this.t=0}function Xe(t){var e=tt();return e.fromInt(t),e}function Dh(t,e){var r;if(e==16)r=4;else if(e==8)r=3;else if(e==256)r=8;else if(e==2)r=1;else if(e==32)r=5;else if(e==4)r=2;else{this.fromRadix(t,e);return}this.t=0,this.s=0;for(var n=t.length,i=!1,o=0;--n>=0;){var s=r==8?t[n]&255:q0(t,n);if(s<0){t.charAt(n)=="-"&&(i=!0);continue}i=!1,o==0?this.data[this.t++]=s:o+r>this.DB?(this.data[this.t-1]|=(s&(1<<this.DB-o)-1)<<o,this.data[this.t++]=s>>this.DB-o):this.data[this.t-1]|=s<<o,o+=r,o>=this.DB&&(o-=this.DB)}r==8&&t[0]&128&&(this.s=-1,o>0&&(this.data[this.t-1]|=(1<<this.DB-o)-1<<o)),this.clamp(),i&&I.ZERO.subTo(this,this)}function Ph(){for(var t=this.s&this.DM;this.t>0&&this.data[this.t-1]==t;)--this.t}function Uh(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(t==16)e=4;else if(t==8)e=3;else if(t==2)e=1;else if(t==32)e=5;else if(t==4)e=2;else return this.toRadix(t);var r=(1<<e)-1,n,i=!1,o="",s=this.t,a=this.DB-s*this.DB%e;if(s-- >0)for(a<this.DB&&(n=this.data[s]>>a)>0&&(i=!0,o=F0(n));s>=0;)a<e?(n=(this.data[s]&(1<<a)-1)<<e-a,n|=this.data[--s]>>(a+=this.DB-e)):(n=this.data[s]>>(a-=e)&r,a<=0&&(a+=this.DB,--s)),n>0&&(i=!0),i&&(o+=F0(n));return i?o:"0"}function kh(){var t=tt();return I.ZERO.subTo(this,t),t}function Oh(){return this.s<0?this.negate():this}function Kh(t){var e=this.s-t.s;if(e!=0)return e;var r=this.t;if(e=r-t.t,e!=0)return this.s<0?-e:e;for(;--r>=0;)if((e=this.data[r]-t.data[r])!=0)return e;return 0}function ri(t){var e=1,r;return(r=t>>>16)!=0&&(t=r,e+=16),(r=t>>8)!=0&&(t=r,e+=8),(r=t>>4)!=0&&(t=r,e+=4),(r=t>>2)!=0&&(t=r,e+=2),(r=t>>1)!=0&&(t=r,e+=1),e}function Mh(){return this.t<=0?0:this.DB*(this.t-1)+ri(this.data[this.t-1]^this.s&this.DM)}function Vh(t,e){var r;for(r=this.t-1;r>=0;--r)e.data[r+t]=this.data[r];for(r=t-1;r>=0;--r)e.data[r]=0;e.t=this.t+t,e.s=this.s}function Fh(t,e){for(var r=t;r<this.t;++r)e.data[r-t]=this.data[r];e.t=Math.max(this.t-t,0),e.s=this.s}function qh(t,e){var r=t%this.DB,n=this.DB-r,i=(1<<n)-1,o=Math.floor(t/this.DB),s=this.s<<r&this.DM,a;for(a=this.t-1;a>=0;--a)e.data[a+o+1]=this.data[a]>>n|s,s=(this.data[a]&i)<<r;for(a=o-1;a>=0;--a)e.data[a]=0;e.data[o]=s,e.t=this.t+o+1,e.s=this.s,e.clamp()}function Hh(t,e){e.s=this.s;var r=Math.floor(t/this.DB);if(r>=this.t){e.t=0;return}var n=t%this.DB,i=this.DB-n,o=(1<<n)-1;e.data[0]=this.data[r]>>n;for(var s=r+1;s<this.t;++s)e.data[s-r-1]|=(this.data[s]&o)<<i,e.data[s-r]=this.data[s]>>n;n>0&&(e.data[this.t-r-1]|=(this.s&o)<<i),e.t=this.t-r,e.clamp()}function zh(t,e){for(var r=0,n=0,i=Math.min(t.t,this.t);r<i;)n+=this.data[r]-t.data[r],e.data[r++]=n&this.DM,n>>=this.DB;if(t.t<this.t){for(n-=t.s;r<this.t;)n+=this.data[r],e.data[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<t.t;)n-=t.data[r],e.data[r++]=n&this.DM,n>>=this.DB;n-=t.s}e.s=n<0?-1:0,n<-1?e.data[r++]=this.DV+n:n>0&&(e.data[r++]=n),e.t=r,e.clamp()}function Gh(t,e){var r=this.abs(),n=t.abs(),i=r.t;for(e.t=i+n.t;--i>=0;)e.data[i]=0;for(i=0;i<n.t;++i)e.data[i+r.t]=r.am(0,n.data[i],e,i,0,r.t);e.s=0,e.clamp(),this.s!=t.s&&I.ZERO.subTo(e,e)}function Wh(t){for(var e=this.abs(),r=t.t=2*e.t;--r>=0;)t.data[r]=0;for(r=0;r<e.t-1;++r){var n=e.am(r,e.data[r],t,2*r,0,1);(t.data[r+e.t]+=e.am(r+1,2*e.data[r],t,2*r+1,n,e.t-r-1))>=e.DV&&(t.data[r+e.t]-=e.DV,t.data[r+e.t+1]=1)}t.t>0&&(t.data[t.t-1]+=e.am(r,e.data[r],t,2*r,0,1)),t.s=0,t.clamp()}function $h(t,e,r){var n=t.abs();if(!(n.t<=0)){var i=this.abs();if(i.t<n.t){e?.fromInt(0),r!=null&&this.copyTo(r);return}r==null&&(r=tt());var o=tt(),s=this.s,a=t.s,c=this.DB-ri(n.data[n.t-1]);c>0?(n.lShiftTo(c,o),i.lShiftTo(c,r)):(n.copyTo(o),i.copyTo(r));var f=o.t,u=o.data[f-1];if(u!=0){var l=u*(1<<this.F1)+(f>1?o.data[f-2]>>this.F2:0),h=this.FV/l,y=(1<<this.F1)/l,d=1<<this.F2,p=r.t,g=p-f,x=e??tt();for(o.dlShiftTo(g,x),r.compareTo(x)>=0&&(r.data[r.t++]=1,r.subTo(x,r)),I.ONE.dlShiftTo(f,x),x.subTo(o,o);o.t<f;)o.data[o.t++]=0;for(;--g>=0;){var w=r.data[--p]==u?this.DM:Math.floor(r.data[p]*h+(r.data[p-1]+d)*y);if((r.data[p]+=o.am(0,w,r,g,0,f))<w)for(o.dlShiftTo(g,x),r.subTo(x,r);r.data[p]<--w;)r.subTo(x,r)}e!=null&&(r.drShiftTo(f,e),s!=a&&I.ZERO.subTo(e,e)),r.t=f,r.clamp(),c>0&&r.rShiftTo(c,r),s<0&&I.ZERO.subTo(r,r)}}}function Yh(t){var e=tt();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(I.ZERO)>0&&t.subTo(e,e),e}function dr(t){this.m=t}function Zh(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t}function Qh(t){return t}function Xh(t){t.divRemTo(this.m,null,t)}function Jh(t,e,r){t.multiplyTo(e,r),this.reduce(r)}function jh(t,e){t.squareTo(e),this.reduce(e)}dr.prototype.convert=Zh;dr.prototype.revert=Qh;dr.prototype.reduce=Xh;dr.prototype.mulTo=Jh;dr.prototype.sqrTo=jh;function td(){if(this.t<1)return 0;var t=this.data[0];if(!(t&1))return 0;var e=t&3;return e=e*(2-(t&15)*e)&15,e=e*(2-(t&255)*e)&255,e=e*(2-((t&65535)*e&65535))&65535,e=e*(2-t*e%this.DV)%this.DV,e>0?this.DV-e:-e}function pr(t){this.m=t,this.mp=t.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}function ed(t){var e=tt();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(I.ZERO)>0&&this.m.subTo(e,e),e}function rd(t){var e=tt();return t.copyTo(e),this.reduce(e),e}function nd(t){for(;t.t<=this.mt2;)t.data[t.t++]=0;for(var e=0;e<this.m.t;++e){var r=t.data[e]&32767,n=r*this.mpl+((r*this.mph+(t.data[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(r=e+this.m.t,t.data[r]+=this.m.am(0,n,t,e,0,this.m.t);t.data[r]>=t.DV;)t.data[r]-=t.DV,t.data[++r]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)}function id(t,e){t.squareTo(e),this.reduce(e)}function od(t,e,r){t.multiplyTo(e,r),this.reduce(r)}pr.prototype.convert=ed;pr.prototype.revert=rd;pr.prototype.reduce=nd;pr.prototype.mulTo=od;pr.prototype.sqrTo=id;function sd(){return(this.t>0?this.data[0]&1:this.s)==0}function ad(t,e){if(t>4294967295||t<1)return I.ONE;var r=tt(),n=tt(),i=e.convert(this),o=ri(t)-1;for(i.copyTo(r);--o>=0;)if(e.sqrTo(r,n),(t&1<<o)>0)e.mulTo(n,i,r);else{var s=r;r=n,n=s}return e.revert(r)}function cd(t,e){var r;return t<256||e.isEven()?r=new dr(e):r=new pr(e),this.exp(t,r)}I.prototype.copyTo=Lh;I.prototype.fromInt=Nh;I.prototype.fromString=Dh;I.prototype.clamp=Ph;I.prototype.dlShiftTo=Vh;I.prototype.drShiftTo=Fh;I.prototype.lShiftTo=qh;I.prototype.rShiftTo=Hh;I.prototype.subTo=zh;I.prototype.multiplyTo=Gh;I.prototype.squareTo=Wh;I.prototype.divRemTo=$h;I.prototype.invDigit=td;I.prototype.isEven=sd;I.prototype.exp=ad;I.prototype.toString=Uh;I.prototype.negate=kh;I.prototype.abs=Oh;I.prototype.compareTo=Kh;I.prototype.bitLength=Mh;I.prototype.mod=Yh;I.prototype.modPowInt=cd;I.ZERO=Xe(0);I.ONE=Xe(1);function fd(){var t=tt();return this.copyTo(t),t}function ud(){if(this.s<0){if(this.t==1)return this.data[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this.data[0];if(this.t==0)return 0}return(this.data[1]&(1<<32-this.DB)-1)<<this.DB|this.data[0]}function ld(){return this.t==0?this.s:this.data[0]<<24>>24}function hd(){return this.t==0?this.s:this.data[0]<<16>>16}function dd(t){return Math.floor(Math.LN2*this.DB/Math.log(t))}function pd(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function yd(t){if(t==null&&(t=10),this.signum()==0||t<2||t>36)return"0";var e=this.chunkSize(t),r=Math.pow(t,e),n=Xe(r),i=tt(),o=tt(),s="";for(this.divRemTo(n,i,o);i.signum()>0;)s=(r+o.intValue()).toString(t).substr(1)+s,i.divRemTo(n,i,o);return o.intValue().toString(t)+s}function gd(t,e){this.fromInt(0),e==null&&(e=10);for(var r=this.chunkSize(e),n=Math.pow(e,r),i=!1,o=0,s=0,a=0;a<t.length;++a){var c=q0(t,a);if(c<0){t.charAt(a)=="-"&&this.signum()==0&&(i=!0);continue}s=e*s+c,++o>=r&&(this.dMultiply(n),this.dAddOffset(s,0),o=0,s=0)}o>0&&(this.dMultiply(Math.pow(e,o)),this.dAddOffset(s,0)),i&&I.ZERO.subTo(this,this)}function md(t,e,r){if(typeof e=="number")if(t<2)this.fromInt(1);else for(this.fromNumber(t,r),this.testBit(t-1)||this.bitwiseTo(I.ONE.shiftLeft(t-1),qo,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(e);)this.dAddOffset(2,0),this.bitLength()>t&&this.subTo(I.ONE.shiftLeft(t-1),this);else{var n=new Array,i=t&7;n.length=(t>>3)+1,e.nextBytes(n),i>0?n[0]&=(1<<i)-1:n[0]=0,this.fromString(n,256)}}function xd(){var t=this.t,e=new Array;e[0]=this.s;var r=this.DB-t*this.DB%8,n,i=0;if(t-- >0)for(r<this.DB&&(n=this.data[t]>>r)!=(this.s&this.DM)>>r&&(e[i++]=n|this.s<<this.DB-r);t>=0;)r<8?(n=(this.data[t]&(1<<r)-1)<<8-r,n|=this.data[--t]>>(r+=this.DB-8)):(n=this.data[t]>>(r-=8)&255,r<=0&&(r+=this.DB,--t)),n&128&&(n|=-256),i==0&&(this.s&128)!=(n&128)&&++i,(i>0||n!=this.s)&&(e[i++]=n);return e}function bd(t){return this.compareTo(t)==0}function vd(t){return this.compareTo(t)<0?this:t}function wd(t){return this.compareTo(t)>0?this:t}function Ed(t,e,r){var n,i,o=Math.min(t.t,this.t);for(n=0;n<o;++n)r.data[n]=e(this.data[n],t.data[n]);if(t.t<this.t){for(i=t.s&this.DM,n=o;n<this.t;++n)r.data[n]=e(this.data[n],i);r.t=this.t}else{for(i=this.s&this.DM,n=o;n<t.t;++n)r.data[n]=e(i,t.data[n]);r.t=t.t}r.s=e(this.s,t.s),r.clamp()}function Sd(t,e){return t&e}function Bd(t){var e=tt();return this.bitwiseTo(t,Sd,e),e}function qo(t,e){return t|e}function Ad(t){var e=tt();return this.bitwiseTo(t,qo,e),e}function H0(t,e){return t^e}function Id(t){var e=tt();return this.bitwiseTo(t,H0,e),e}function z0(t,e){return t&~e}function Td(t){var e=tt();return this.bitwiseTo(t,z0,e),e}function Cd(){for(var t=tt(),e=0;e<this.t;++e)t.data[e]=this.DM&~this.data[e];return t.t=this.t,t.s=~this.s,t}function _d(t){var e=tt();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e}function Rd(t){var e=tt();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e}function Ld(t){if(t==0)return-1;var e=0;return t&65535||(t>>=16,e+=16),t&255||(t>>=8,e+=8),t&15||(t>>=4,e+=4),t&3||(t>>=2,e+=2),t&1||++e,e}function Nd(){for(var t=0;t<this.t;++t)if(this.data[t]!=0)return t*this.DB+Ld(this.data[t]);return this.s<0?this.t*this.DB:-1}function Dd(t){for(var e=0;t!=0;)t&=t-1,++e;return e}function Pd(){for(var t=0,e=this.s&this.DM,r=0;r<this.t;++r)t+=Dd(this.data[r]^e);return t}function Ud(t){var e=Math.floor(t/this.DB);return e>=this.t?this.s!=0:(this.data[e]&1<<t%this.DB)!=0}function kd(t,e){var r=I.ONE.shiftLeft(t);return this.bitwiseTo(r,e,r),r}function Od(t){return this.changeBit(t,qo)}function Kd(t){return this.changeBit(t,z0)}function Md(t){return this.changeBit(t,H0)}function Vd(t,e){for(var r=0,n=0,i=Math.min(t.t,this.t);r<i;)n+=this.data[r]+t.data[r],e.data[r++]=n&this.DM,n>>=this.DB;if(t.t<this.t){for(n+=t.s;r<this.t;)n+=this.data[r],e.data[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<t.t;)n+=t.data[r],e.data[r++]=n&this.DM,n>>=this.DB;n+=t.s}e.s=n<0?-1:0,n>0?e.data[r++]=n:n<-1&&(e.data[r++]=this.DV+n),e.t=r,e.clamp()}function Fd(t){var e=tt();return this.addTo(t,e),e}function qd(t){var e=tt();return this.subTo(t,e),e}function Hd(t){var e=tt();return this.multiplyTo(t,e),e}function zd(t){var e=tt();return this.divRemTo(t,e,null),e}function Gd(t){var e=tt();return this.divRemTo(t,null,e),e}function Wd(t){var e=tt(),r=tt();return this.divRemTo(t,e,r),new Array(e,r)}function $d(t){this.data[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()}function Yd(t,e){if(t!=0){for(;this.t<=e;)this.data[this.t++]=0;for(this.data[e]+=t;this.data[e]>=this.DV;)this.data[e]-=this.DV,++e>=this.t&&(this.data[this.t++]=0),++this.data[e]}}function gn(){}function G0(t){return t}function Zd(t,e,r){t.multiplyTo(e,r)}function Qd(t,e){t.squareTo(e)}gn.prototype.convert=G0;gn.prototype.revert=G0;gn.prototype.mulTo=Zd;gn.prototype.sqrTo=Qd;function Xd(t){return this.exp(t,new gn)}function Jd(t,e,r){var n=Math.min(this.t+t.t,e);for(r.s=0,r.t=n;n>0;)r.data[--n]=0;var i;for(i=r.t-this.t;n<i;++n)r.data[n+this.t]=this.am(0,t.data[n],r,n,0,this.t);for(i=Math.min(t.t,e);n<i;++n)this.am(0,t.data[n],r,n,0,e-n);r.clamp()}function jd(t,e,r){--e;var n=r.t=this.t+t.t-e;for(r.s=0;--n>=0;)r.data[n]=0;for(n=Math.max(e-this.t,0);n<t.t;++n)r.data[this.t+n-e]=this.am(e-n,t.data[n],r,0,0,this.t+n-e);r.clamp(),r.drShiftTo(1,r)}function Fr(t){this.r2=tt(),this.q3=tt(),I.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t),this.m=t}function tp(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=tt();return t.copyTo(e),this.reduce(e),e}function ep(t){return t}function rp(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)}function np(t,e){t.squareTo(e),this.reduce(e)}function ip(t,e,r){t.multiplyTo(e,r),this.reduce(r)}Fr.prototype.convert=tp;Fr.prototype.revert=ep;Fr.prototype.reduce=rp;Fr.prototype.mulTo=ip;Fr.prototype.sqrTo=np;function op(t,e){var r=t.bitLength(),n,i=Xe(1),o;if(r<=0)return i;r<18?n=1:r<48?n=3:r<144?n=4:r<768?n=5:n=6,r<8?o=new dr(e):e.isEven()?o=new Fr(e):o=new pr(e);var s=new Array,a=3,c=n-1,f=(1<<n)-1;if(s[1]=o.convert(this),n>1){var u=tt();for(o.sqrTo(s[1],u);a<=f;)s[a]=tt(),o.mulTo(u,s[a-2],s[a]),a+=2}var l=t.t-1,h,y=!0,d=tt(),p;for(r=ri(t.data[l])-1;l>=0;){for(r>=c?h=t.data[l]>>r-c&f:(h=(t.data[l]&(1<<r+1)-1)<<c-r,l>0&&(h|=t.data[l-1]>>this.DB+r-c)),a=n;!(h&1);)h>>=1,--a;if((r-=a)<0&&(r+=this.DB,--l),y)s[h].copyTo(i),y=!1;else{for(;a>1;)o.sqrTo(i,d),o.sqrTo(d,i),a-=2;a>0?o.sqrTo(i,d):(p=i,i=d,d=p),o.mulTo(d,s[h],i)}for(;l>=0&&!(t.data[l]&1<<r);)o.sqrTo(i,d),p=i,i=d,d=p,--r<0&&(r=this.DB-1,--l)}return o.revert(i)}function sp(t){var e=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(e.compareTo(r)<0){var n=e;e=r,r=n}var i=e.getLowestSetBit(),o=r.getLowestSetBit();if(o<0)return e;for(i<o&&(o=i),o>0&&(e.rShiftTo(o,e),r.rShiftTo(o,r));e.signum()>0;)(i=e.getLowestSetBit())>0&&e.rShiftTo(i,e),(i=r.getLowestSetBit())>0&&r.rShiftTo(i,r),e.compareTo(r)>=0?(e.subTo(r,e),e.rShiftTo(1,e)):(r.subTo(e,r),r.rShiftTo(1,r));return o>0&&r.lShiftTo(o,r),r}function ap(t){if(t<=0)return 0;var e=this.DV%t,r=this.s<0?t-1:0;if(this.t>0)if(e==0)r=this.data[0]%t;else for(var n=this.t-1;n>=0;--n)r=(e*r+this.data[n])%t;return r}function cp(t){var e=t.isEven();if(this.isEven()&&e||t.signum()==0)return I.ZERO;for(var r=t.clone(),n=this.clone(),i=Xe(1),o=Xe(0),s=Xe(0),a=Xe(1);r.signum()!=0;){for(;r.isEven();)r.rShiftTo(1,r),e?((!i.isEven()||!o.isEven())&&(i.addTo(this,i),o.subTo(t,o)),i.rShiftTo(1,i)):o.isEven()||o.subTo(t,o),o.rShiftTo(1,o);for(;n.isEven();)n.rShiftTo(1,n),e?((!s.isEven()||!a.isEven())&&(s.addTo(this,s),a.subTo(t,a)),s.rShiftTo(1,s)):a.isEven()||a.subTo(t,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),e&&i.subTo(s,i),o.subTo(a,o)):(n.subTo(r,n),e&&s.subTo(i,s),a.subTo(o,a))}if(n.compareTo(I.ONE)!=0)return I.ZERO;if(a.compareTo(t)>=0)return a.subtract(t);if(a.signum()<0)a.addTo(t,a);else return a;return a.signum()<0?a.add(t):a}var fe=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509],fp=(1<<26)/fe[fe.length-1];function up(t){var e,r=this.abs();if(r.t==1&&r.data[0]<=fe[fe.length-1]){for(e=0;e<fe.length;++e)if(r.data[0]==fe[e])return!0;return!1}if(r.isEven())return!1;for(e=1;e<fe.length;){for(var n=fe[e],i=e+1;i<fe.length&&n<fp;)n*=fe[i++];for(n=r.modInt(n);e<i;)if(n%fe[e++]==0)return!1}return r.millerRabin(t)}function lp(t){var e=this.subtract(I.ONE),r=e.getLowestSetBit();if(r<=0)return!1;for(var n=e.shiftRight(r),i=hp(),o,s=0;s<t;++s){do o=new I(this.bitLength(),i);while(o.compareTo(I.ONE)<=0||o.compareTo(e)>=0);var a=o.modPow(n,this);if(a.compareTo(I.ONE)!=0&&a.compareTo(e)!=0){for(var c=1;c++<r&&a.compareTo(e)!=0;)if(a=a.modPowInt(2,this),a.compareTo(I.ONE)==0)return!1;if(a.compareTo(e)!=0)return!1}}return!0}function hp(){return{nextBytes:function(t){for(var e=0;e<t.length;++e)t[e]=Math.floor(Math.random()*256)}}}I.prototype.chunkSize=dd;I.prototype.toRadix=yd;I.prototype.fromRadix=gd;I.prototype.fromNumber=md;I.prototype.bitwiseTo=Ed;I.prototype.changeBit=kd;I.prototype.addTo=Vd;I.prototype.dMultiply=$d;I.prototype.dAddOffset=Yd;I.prototype.multiplyLowerTo=Jd;I.prototype.multiplyUpperTo=jd;I.prototype.modInt=ap;I.prototype.millerRabin=lp;I.prototype.clone=fd;I.prototype.intValue=ud;I.prototype.byteValue=ld;I.prototype.shortValue=hd;I.prototype.signum=pd;I.prototype.toByteArray=xd;I.prototype.equals=bd;I.prototype.min=vd;I.prototype.max=wd;I.prototype.and=Bd;I.prototype.or=Ad;I.prototype.xor=Id;I.prototype.andNot=Td;I.prototype.not=Cd;I.prototype.shiftLeft=_d;I.prototype.shiftRight=Rd;I.prototype.getLowestSetBit=Nd;I.prototype.bitCount=Pd;I.prototype.testBit=Ud;I.prototype.setBit=Od;I.prototype.clearBit=Kd;I.prototype.flipBit=Md;I.prototype.add=Fd;I.prototype.subtract=qd;I.prototype.multiply=Hd;I.prototype.divide=zd;I.prototype.remainder=Gd;I.prototype.divideAndRemainder=Wd;I.prototype.modPow=op;I.prototype.modInverse=cp;I.prototype.pow=Xd;I.prototype.gcd=sp;I.prototype.isProbablePrime=up});var X0=ft((hx,Q0)=>{var Se=at();hr();At();var Y0=Q0.exports=Se.sha1=Se.sha1||{};Se.md.sha1=Se.md.algorithms.sha1=Y0;Y0.create=function(){Z0||dp();var t=null,e=Se.util.createBuffer(),r=new Array(80),n={algorithm:"sha1",blockLength:64,digestLength:20,messageLength:0,fullMessageLength:null,messageLengthSize:8};return n.start=function(){n.messageLength=0,n.fullMessageLength=n.messageLength64=[];for(var i=n.messageLengthSize/4,o=0;o<i;++o)n.fullMessageLength.push(0);return e=Se.util.createBuffer(),t={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520},n},n.start(),n.update=function(i,o){o==="utf8"&&(i=Se.util.encodeUtf8(i));var s=i.length;n.messageLength+=s,s=[s/4294967296>>>0,s>>>0];for(var a=n.fullMessageLength.length-1;a>=0;--a)n.fullMessageLength[a]+=s[1],s[1]=s[0]+(n.fullMessageLength[a]/4294967296>>>0),n.fullMessageLength[a]=n.fullMessageLength[a]>>>0,s[0]=s[1]/4294967296>>>0;return e.putBytes(i),$0(t,r,e),(e.read>2048||e.length()===0)&&e.compact(),n},n.digest=function(){var i=Se.util.createBuffer();i.putBytes(e.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=o&n.blockLength-1;i.putBytes(Ho.substr(0,n.blockLength-s));for(var a,c,f=n.fullMessageLength[0]*8,u=0;u<n.fullMessageLength.length-1;++u)a=n.fullMessageLength[u+1]*8,c=a/4294967296>>>0,f+=c,i.putInt32(f>>>0),f=a>>>0;i.putInt32(f);var l={h0:t.h0,h1:t.h1,h2:t.h2,h3:t.h3,h4:t.h4};$0(l,r,i);var h=Se.util.createBuffer();return h.putInt32(l.h0),h.putInt32(l.h1),h.putInt32(l.h2),h.putInt32(l.h3),h.putInt32(l.h4),h},n};var Ho=null,Z0=!1;function dp(){Ho="\x80",Ho+=Se.util.fillString("\0",64),Z0=!0}function $0(t,e,r){for(var n,i,o,s,a,c,f,u,l=r.length();l>=64;){for(i=t.h0,o=t.h1,s=t.h2,a=t.h3,c=t.h4,u=0;u<16;++u)n=r.getInt32(),e[u]=n,f=a^o&(s^a),n=(i<<5|i>>>27)+f+c+1518500249+n,c=a,a=s,s=(o<<30|o>>>2)>>>0,o=i,i=n;for(;u<20;++u)n=e[u-3]^e[u-8]^e[u-14]^e[u-16],n=n<<1|n>>>31,e[u]=n,f=a^o&(s^a),n=(i<<5|i>>>27)+f+c+1518500249+n,c=a,a=s,s=(o<<30|o>>>2)>>>0,o=i,i=n;for(;u<32;++u)n=e[u-3]^e[u-8]^e[u-14]^e[u-16],n=n<<1|n>>>31,e[u]=n,f=o^s^a,n=(i<<5|i>>>27)+f+c+1859775393+n,c=a,a=s,s=(o<<30|o>>>2)>>>0,o=i,i=n;for(;u<40;++u)n=e[u-6]^e[u-16]^e[u-28]^e[u-32],n=n<<2|n>>>30,e[u]=n,f=o^s^a,n=(i<<5|i>>>27)+f+c+1859775393+n,c=a,a=s,s=(o<<30|o>>>2)>>>0,o=i,i=n;for(;u<60;++u)n=e[u-6]^e[u-16]^e[u-28]^e[u-32],n=n<<2|n>>>30,e[u]=n,f=o&s|a&(o^s),n=(i<<5|i>>>27)+f+c+2400959708+n,c=a,a=s,s=(o<<30|o>>>2)>>>0,o=i,i=n;for(;u<80;++u)n=e[u-6]^e[u-16]^e[u-28]^e[u-32],n=n<<2|n>>>30,e[u]=n,f=o^s^a,n=(i<<5|i>>>27)+f+c+3395469782+n,c=a,a=s,s=(o<<30|o>>>2)>>>0,o=i,i=n;t.h0=t.h0+i|0,t.h1=t.h1+o|0,t.h2=t.h2+s|0,t.h3=t.h3+a|0,t.h4=t.h4+c|0,l-=64}}});var tc=ft((dx,j0)=>{var Be=at();At();yn();X0();var J0=j0.exports=Be.pkcs1=Be.pkcs1||{};J0.encode_rsa_oaep=function(t,e,r){var n,i,o,s;typeof r=="string"?(n=r,i=arguments[3]||void 0,o=arguments[4]||void 0):r&&(n=r.label||void 0,i=r.seed||void 0,o=r.md||void 0,r.mgf1&&r.mgf1.md&&(s=r.mgf1.md)),o?o.start():o=Be.md.sha1.create(),s||(s=o);var a=Math.ceil(t.n.bitLength()/8),c=a-2*o.digestLength-2;if(e.length>c){var f=new Error("RSAES-OAEP input message length is too long.");throw f.length=e.length,f.maxLength=c,f}n||(n=""),o.update(n,"raw");for(var u=o.digest(),l="",h=c-e.length,y=0;y<h;y++)l+="\0";var d=u.getBytes()+l+""+e;if(!i)i=Be.random.getBytes(o.digestLength);else if(i.length!==o.digestLength){var f=new Error("Invalid RSAES-OAEP seed. The seed length must match the digest length.");throw f.seedLength=i.length,f.digestLength=o.digestLength,f}var p=ii(i,a-o.digestLength-1,s),g=Be.util.xorBytes(d,p,d.length),x=ii(g,o.digestLength,s),w=Be.util.xorBytes(i,x,i.length);return"\0"+w+g};J0.decode_rsa_oaep=function(t,e,r){var n,i,o;typeof r=="string"?(n=r,i=arguments[3]||void 0):r&&(n=r.label||void 0,i=r.md||void 0,r.mgf1&&r.mgf1.md&&(o=r.mgf1.md));var s=Math.ceil(t.n.bitLength()/8);if(e.length!==s){var g=new Error("RSAES-OAEP encoded message length is invalid.");throw g.length=e.length,g.expectedLength=s,g}if(i===void 0?i=Be.md.sha1.create():i.start(),o||(o=i),s<2*i.digestLength+2)throw new Error("RSAES-OAEP key is too short for the hash function.");n||(n=""),i.update(n,"raw");for(var a=i.digest().getBytes(),c=e.charAt(0),f=e.substring(1,i.digestLength+1),u=e.substring(1+i.digestLength),l=ii(u,i.digestLength,o),h=Be.util.xorBytes(f,l,f.length),y=ii(h,s-i.digestLength-1,o),d=Be.util.xorBytes(u,y,u.length),p=d.substring(0,i.digestLength),g=c!=="\0",x=0;x<i.digestLength;++x)g|=a.charAt(x)!==p.charAt(x);for(var w=1,v=i.digestLength,R=i.digestLength;R<d.length;R++){var E=d.charCodeAt(R),S=E&1^1,L=w?65534:0;g|=E&L,w=w&S,v+=w}if(g||d.charCodeAt(v)!==1)throw new Error("Invalid RSAES-OAEP padding.");return d.substring(v+1)};function ii(t,e,r){r||(r=Be.md.sha1.create());for(var n="",i=Math.ceil(e/r.digestLength),o=0;o<i;++o){var s=String.fromCharCode(o>>24&255,o>>16&255,o>>8&255,o&255);r.start(),r.update(t+s),n+=r.digest().getBytes()}return n.substring(0,e)}});var ec=ft((px,zo)=>{var Je=at();At();ni();yn();(function(){if(Je.prime){zo.exports=Je.prime;return}var t=zo.exports=Je.prime=Je.prime||{},e=Je.jsbn.BigInteger,r=[6,4,2,4,2,4,6,2],n=new e(null);n.fromInt(30);var i=function(l,h){return l|h};t.generateProbablePrime=function(l,h,y){typeof h=="function"&&(y=h,h={}),h=h||{};var d=h.algorithm||"PRIMEINC";typeof d=="string"&&(d={name:d}),d.options=d.options||{};var p=h.prng||Je.random,g={nextBytes:function(x){for(var w=p.getBytesSync(x.length),v=0;v<x.length;++v)x[v]=w.charCodeAt(v)}};if(d.name==="PRIMEINC")return o(l,g,d.options,y);throw new Error("Invalid prime generation algorithm: "+d.name)};function o(l,h,y,d){return"workers"in y?c(l,h,y,d):s(l,h,y,d)}function s(l,h,y,d){var p=f(l,h),g=0,x=u(p.bitLength());"millerRabinTests"in y&&(x=y.millerRabinTests);var w=10;"maxBlockTime"in y&&(w=y.maxBlockTime),a(p,l,h,g,x,w,d)}function a(l,h,y,d,p,g,x){var w=+new Date;do{if(l.bitLength()>h&&(l=f(h,y)),l.isProbablePrime(p))return x(null,l);l.dAddOffset(r[d++%8],0)}while(g<0||+new Date-w<g);Je.util.setImmediate(function(){a(l,h,y,d,p,g,x)})}function c(l,h,y,d){if(typeof Worker>"u")return s(l,h,y,d);var p=f(l,h),g=y.workers,x=y.workLoad||100,w=x*30/8,v=y.workerScript||"forge/prime.worker.js";if(g===-1)return Je.util.estimateCores(function(E,S){E&&(S=2),g=S-1,R()});R();function R(){g=Math.max(1,g);for(var E=[],S=0;S<g;++S)E[S]=new Worker(v);for(var L=g,S=0;S<g;++S)E[S].addEventListener("message",z);var N=!1;function z(H){if(!N){--L;var V=H.data;if(V.found){for(var Q=0;Q<E.length;++Q)E[Q].terminate();return N=!0,d(null,new e(V.prime,16))}p.bitLength()>l&&(p=f(l,h));var st=p.toString(16);H.target.postMessage({hex:st,workLoad:x}),p.dAddOffset(w,0)}}}}function f(l,h){var y=new e(l,h),d=l-1;return y.testBit(d)||y.bitwiseTo(e.ONE.shiftLeft(d),i,y),y.dAddOffset(31-y.mod(n).byteValue(),0),y}function u(l){return l<=100?27:l<=150?18:l<=200?15:l<=250?12:l<=300?9:l<=350?8:l<=400?7:l<=500?6:l<=600?5:l<=800?4:l<=1250?3:2}})()});var si=ft((yx,cc)=>{var M=at();pn();ni();zn();tc();ec();yn();At();typeof j>"u"&&(j=M.jsbn.BigInteger);var j,Go=M.util.isNodejs?Xn():null,b=M.asn1,ee=M.util;M.pki=M.pki||{};cc.exports=M.pki.rsa=M.rsa=M.rsa||{};var G=M.pki,pp=[6,4,2,4,2,4,6,2],yp={name:"PrivateKeyInfo",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:b.Class.UNIVERSAL,type:b.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:b.Class.UNIVERSAL,type:b.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},gp={name:"RSAPrivateKey",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyModulus"},{name:"RSAPrivateKey.publicExponent",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyPublicExponent"},{name:"RSAPrivateKey.privateExponent",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyPrivateExponent"},{name:"RSAPrivateKey.prime1",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyPrime1"},{name:"RSAPrivateKey.prime2",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},mp={name:"RSAPublicKey",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPublicKey.modulus",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"publicKeyModulus"},{name:"RSAPublicKey.exponent",tagClass:b.Class.UNIVERSAL,type:b.Type.INTEGER,constructed:!1,capture:"publicKeyExponent"}]},xp=M.pki.rsa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:b.Class.UNIVERSAL,type:b.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:b.Class.UNIVERSAL,type:b.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},bp={name:"DigestInfo",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm",tagClass:b.Class.UNIVERSAL,type:b.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm.algorithmIdentifier",tagClass:b.Class.UNIVERSAL,type:b.Type.OID,constructed:!1,capture:"algorithmIdentifier"},{name:"DigestInfo.DigestAlgorithm.parameters",tagClass:b.Class.UNIVERSAL,type:b.Type.NULL,capture:"parameters",optional:!0,constructed:!1}]},{name:"DigestInfo.digest",tagClass:b.Class.UNIVERSAL,type:b.Type.OCTETSTRING,constructed:!1,capture:"digest"}]},vp=function(t){var e;if(t.algorithm in G.oids)e=G.oids[t.algorithm];else{var r=new Error("Unknown message digest algorithm.");throw r.algorithm=t.algorithm,r}var n=b.oidToDer(e).getBytes(),i=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[]),o=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[]);o.value.push(b.create(b.Class.UNIVERSAL,b.Type.OID,!1,n)),o.value.push(b.create(b.Class.UNIVERSAL,b.Type.NULL,!1,""));var s=b.create(b.Class.UNIVERSAL,b.Type.OCTETSTRING,!1,t.digest().getBytes());return i.value.push(o),i.value.push(s),b.toDer(i).getBytes()},sc=function(t,e,r){if(r)return t.modPow(e.e,e.n);if(!e.p||!e.q)return t.modPow(e.d,e.n);e.dP||(e.dP=e.d.mod(e.p.subtract(j.ONE))),e.dQ||(e.dQ=e.d.mod(e.q.subtract(j.ONE))),e.qInv||(e.qInv=e.q.modInverse(e.p));var n;do n=new j(M.util.bytesToHex(M.random.getBytes(e.n.bitLength()/8)),16);while(n.compareTo(e.n)>=0||!n.gcd(e.n).equals(j.ONE));t=t.multiply(n.modPow(e.e,e.n)).mod(e.n);for(var i=t.mod(e.p).modPow(e.dP,e.p),o=t.mod(e.q).modPow(e.dQ,e.q);i.compareTo(o)<0;)i=i.add(e.p);var s=i.subtract(o).multiply(e.qInv).mod(e.p).multiply(e.q).add(o);return s=s.multiply(n.modInverse(e.n)).mod(e.n),s};G.rsa.encrypt=function(t,e,r){var n=r,i,o=Math.ceil(e.n.bitLength()/8);r!==!1&&r!==!0?(n=r===2,i=ac(t,e,r)):(i=M.util.createBuffer(),i.putBytes(t));for(var s=new j(i.toHex(),16),a=sc(s,e,n),c=a.toString(16),f=M.util.createBuffer(),u=o-Math.ceil(c.length/2);u>0;)f.putByte(0),--u;return f.putBytes(M.util.hexToBytes(c)),f.getBytes()};G.rsa.decrypt=function(t,e,r,n){var i=Math.ceil(e.n.bitLength()/8);if(t.length!==i){var o=new Error("Encrypted message length is invalid.");throw o.length=t.length,o.expected=i,o}var s=new j(M.util.createBuffer(t).toHex(),16);if(s.compareTo(e.n)>=0)throw new Error("Encrypted message is invalid.");for(var a=sc(s,e,r),c=a.toString(16),f=M.util.createBuffer(),u=i-Math.ceil(c.length/2);u>0;)f.putByte(0),--u;return f.putBytes(M.util.hexToBytes(c)),n!==!1?oi(f.getBytes(),e,r):f.getBytes()};G.rsa.createKeyPairGenerationState=function(t,e,r){typeof t=="string"&&(t=parseInt(t,10)),t=t||2048,r=r||{};var n=r.prng||M.random,i={nextBytes:function(a){for(var c=n.getBytesSync(a.length),f=0;f<a.length;++f)a[f]=c.charCodeAt(f)}},o=r.algorithm||"PRIMEINC",s;if(o==="PRIMEINC")s={algorithm:o,state:0,bits:t,rng:i,eInt:e||65537,e:new j(null),p:null,q:null,qBits:t>>1,pBits:t-(t>>1),pqState:0,num:null,keys:null},s.e.fromInt(s.eInt);else throw new Error("Invalid key generation algorithm: "+o);return s};G.rsa.stepKeyPairGenerationState=function(t,e){"algorithm"in t||(t.algorithm="PRIMEINC");var r=new j(null);r.fromInt(30);for(var n=0,i=function(l,h){return l|h},o=+new Date,s,a=0;t.keys===null&&(e<=0||a<e);){if(t.state===0){var c=t.p===null?t.pBits:t.qBits,f=c-1;t.pqState===0?(t.num=new j(c,t.rng),t.num.testBit(f)||t.num.bitwiseTo(j.ONE.shiftLeft(f),i,t.num),t.num.dAddOffset(31-t.num.mod(r).byteValue(),0),n=0,++t.pqState):t.pqState===1?t.num.bitLength()>c?t.pqState=0:t.num.isProbablePrime(Ep(t.num.bitLength()))?++t.pqState:t.num.dAddOffset(pp[n++%8],0):t.pqState===2?t.pqState=t.num.subtract(j.ONE).gcd(t.e).compareTo(j.ONE)===0?3:0:t.pqState===3&&(t.pqState=0,t.p===null?t.p=t.num:t.q=t.num,t.p!==null&&t.q!==null&&++t.state,t.num=null)}else if(t.state===1)t.p.compareTo(t.q)<0&&(t.num=t.p,t.p=t.q,t.q=t.num),++t.state;else if(t.state===2)t.p1=t.p.subtract(j.ONE),t.q1=t.q.subtract(j.ONE),t.phi=t.p1.multiply(t.q1),++t.state;else if(t.state===3)t.phi.gcd(t.e).compareTo(j.ONE)===0?++t.state:(t.p=null,t.q=null,t.state=0);else if(t.state===4)t.n=t.p.multiply(t.q),t.n.bitLength()===t.bits?++t.state:(t.q=null,t.state=0);else if(t.state===5){var u=t.e.modInverse(t.phi);t.keys={privateKey:G.rsa.setPrivateKey(t.n,t.e,u,t.p,t.q,u.mod(t.p1),u.mod(t.q1),t.q.modInverse(t.p)),publicKey:G.rsa.setPublicKey(t.n,t.e)}}s=+new Date,a+=s-o,o=s}return t.keys!==null};G.rsa.generateKeyPair=function(t,e,r,n){if(arguments.length===1?typeof t=="object"?(r=t,t=void 0):typeof t=="function"&&(n=t,t=void 0):arguments.length===2?typeof t=="number"?typeof e=="function"?(n=e,e=void 0):typeof e!="number"&&(r=e,e=void 0):(r=t,n=e,t=void 0,e=void 0):arguments.length===3&&(typeof e=="number"?typeof r=="function"&&(n=r,r=void 0):(n=r,r=e,e=void 0)),r=r||{},t===void 0&&(t=r.bits||2048),e===void 0&&(e=r.e||65537),!M.options.usePureJavaScript&&!r.prng&&t>=256&&t<=16384&&(e===65537||e===3)){if(n){if(rc("generateKeyPair"))return Go.generateKeyPair("rsa",{modulusLength:t,publicExponent:e,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}},function(a,c,f){if(a)return n(a);n(null,{privateKey:G.privateKeyFromPem(f),publicKey:G.publicKeyFromPem(c)})});if(nc("generateKey")&&nc("exportKey"))return ee.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:oc(e),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(a){return ee.globalScope.crypto.subtle.exportKey("pkcs8",a.privateKey)}).then(void 0,function(a){n(a)}).then(function(a){if(a){var c=G.privateKeyFromAsn1(b.fromDer(M.util.createBuffer(a)));n(null,{privateKey:c,publicKey:G.setRsaPublicKey(c.n,c.e)})}});if(ic("generateKey")&&ic("exportKey")){var i=ee.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:oc(e),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(a){var c=a.target.result,f=ee.globalScope.msCrypto.subtle.exportKey("pkcs8",c.privateKey);f.oncomplete=function(u){var l=u.target.result,h=G.privateKeyFromAsn1(b.fromDer(M.util.createBuffer(l)));n(null,{privateKey:h,publicKey:G.setRsaPublicKey(h.n,h.e)})},f.onerror=function(u){n(u)}},i.onerror=function(a){n(a)};return}}else if(rc("generateKeyPairSync")){var o=Go.generateKeyPairSync("rsa",{modulusLength:t,publicExponent:e,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:G.privateKeyFromPem(o.privateKey),publicKey:G.publicKeyFromPem(o.publicKey)}}}var s=G.rsa.createKeyPairGenerationState(t,e,r);if(!n)return G.rsa.stepKeyPairGenerationState(s,0),s.keys;wp(s,r,n)};G.setRsaPublicKey=G.rsa.setPublicKey=function(t,e){var r={n:t,e};return r.encrypt=function(n,i,o){if(typeof i=="string"?i=i.toUpperCase():i===void 0&&(i="RSAES-PKCS1-V1_5"),i==="RSAES-PKCS1-V1_5")i={encode:function(a,c,f){return ac(a,c,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(a,c){return M.pkcs1.encode_rsa_oaep(c,a,o)}};else if(["RAW","NONE","NULL",null].indexOf(i)!==-1)i={encode:function(a){return a}};else if(typeof i=="string")throw new Error('Unsupported encryption scheme: "'+i+'".');var s=i.encode(n,r,!0);return G.rsa.encrypt(s,r,!0)},r.verify=function(n,i,o,s){typeof o=="string"?o=o.toUpperCase():o===void 0&&(o="RSASSA-PKCS1-V1_5"),s===void 0&&(s={_parseAllDigestBytes:!0}),"_parseAllDigestBytes"in s||(s._parseAllDigestBytes=!0),o==="RSASSA-PKCS1-V1_5"?o={verify:function(c,f){f=oi(f,r,!0);var u=b.fromDer(f,{parseAllBytes:s._parseAllDigestBytes}),l={},h=[];if(!b.validate(u,bp,l,h)){var y=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw y.errors=h,y}var d=b.derToOid(l.algorithmIdentifier);if(!(d===M.oids.md2||d===M.oids.md5||d===M.oids.sha1||d===M.oids.sha224||d===M.oids.sha256||d===M.oids.sha384||d===M.oids.sha512||d===M.oids["sha512-224"]||d===M.oids["sha512-256"])){var y=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw y.oid=d,y}if((d===M.oids.md2||d===M.oids.md5)&&!("parameters"in l))throw new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value. Missing algorithm identifer NULL parameters.");return c===l.digest}}:(o==="NONE"||o==="NULL"||o===null)&&(o={verify:function(c,f){return f=oi(f,r,!0),c===f}});var a=G.rsa.decrypt(i,r,!0,!1);return o.verify(n,a,r.n.bitLength())},r};G.setRsaPrivateKey=G.rsa.setPrivateKey=function(t,e,r,n,i,o,s,a){var c={n:t,e,d:r,p:n,q:i,dP:o,dQ:s,qInv:a};return c.decrypt=function(f,u,l){typeof u=="string"?u=u.toUpperCase():u===void 0&&(u="RSAES-PKCS1-V1_5");var h=G.rsa.decrypt(f,c,!1,!1);if(u==="RSAES-PKCS1-V1_5")u={decode:oi};else if(u==="RSA-OAEP"||u==="RSAES-OAEP")u={decode:function(y,d){return M.pkcs1.decode_rsa_oaep(d,y,l)}};else if(["RAW","NONE","NULL",null].indexOf(u)!==-1)u={decode:function(y){return y}};else throw new Error('Unsupported encryption scheme: "'+u+'".');return u.decode(h,c,!1)},c.sign=function(f,u){var l=!1;typeof u=="string"&&(u=u.toUpperCase()),u===void 0||u==="RSASSA-PKCS1-V1_5"?(u={encode:vp},l=1):(u==="NONE"||u==="NULL"||u===null)&&(u={encode:function(){return f}},l=1);var h=u.encode(f,c.n.bitLength());return G.rsa.encrypt(h,c,l)},c};G.wrapRsaPrivateKey=function(t){return b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,b.integerToDer(0).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.OID,!1,b.oidToDer(G.oids.rsaEncryption).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.NULL,!1,"")]),b.create(b.Class.UNIVERSAL,b.Type.OCTETSTRING,!1,b.toDer(t).getBytes())])};G.privateKeyFromAsn1=function(t){var e={},r=[];if(b.validate(t,yp,e,r)&&(t=b.fromDer(M.util.createBuffer(e.privateKey))),e={},r=[],!b.validate(t,gp,e,r)){var n=new Error("Cannot read private key. ASN.1 object does not contain an RSAPrivateKey.");throw n.errors=r,n}var i,o,s,a,c,f,u,l;return i=M.util.createBuffer(e.privateKeyModulus).toHex(),o=M.util.createBuffer(e.privateKeyPublicExponent).toHex(),s=M.util.createBuffer(e.privateKeyPrivateExponent).toHex(),a=M.util.createBuffer(e.privateKeyPrime1).toHex(),c=M.util.createBuffer(e.privateKeyPrime2).toHex(),f=M.util.createBuffer(e.privateKeyExponent1).toHex(),u=M.util.createBuffer(e.privateKeyExponent2).toHex(),l=M.util.createBuffer(e.privateKeyCoefficient).toHex(),G.setRsaPrivateKey(new j(i,16),new j(o,16),new j(s,16),new j(a,16),new j(c,16),new j(f,16),new j(u,16),new j(l,16))};G.privateKeyToAsn1=G.privateKeyToRSAPrivateKey=function(t){return b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,b.integerToDer(0).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Ae(t.n)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Ae(t.e)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Ae(t.d)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Ae(t.p)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Ae(t.q)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Ae(t.dP)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Ae(t.dQ)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Ae(t.qInv))])};G.publicKeyFromAsn1=function(t){var e={},r=[];if(b.validate(t,xp,e,r)){var n=b.derToOid(e.publicKeyOid);if(n!==G.oids.rsaEncryption){var i=new Error("Cannot read public key. Unknown OID.");throw i.oid=n,i}t=e.rsaPublicKey}if(r=[],!b.validate(t,mp,e,r)){var i=new Error("Cannot read public key. ASN.1 object does not contain an RSAPublicKey.");throw i.errors=r,i}var o=M.util.createBuffer(e.publicKeyModulus).toHex(),s=M.util.createBuffer(e.publicKeyExponent).toHex();return G.setRsaPublicKey(new j(o,16),new j(s,16))};G.publicKeyToAsn1=G.publicKeyToSubjectPublicKeyInfo=function(t){return b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.OID,!1,b.oidToDer(G.oids.rsaEncryption).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.NULL,!1,"")]),b.create(b.Class.UNIVERSAL,b.Type.BITSTRING,!1,[G.publicKeyToRSAPublicKey(t)])])};G.publicKeyToRSAPublicKey=function(t){return b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Ae(t.n)),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,Ae(t.e))])};function ac(t,e,r){var n=M.util.createBuffer(),i=Math.ceil(e.n.bitLength()/8);if(t.length>i-11){var o=new Error("Message is too long for PKCS#1 v1.5 padding.");throw o.length=t.length,o.max=i-11,o}n.putByte(0),n.putByte(r);var s=i-3-t.length,a;if(r===0||r===1){a=r===0?0:255;for(var c=0;c<s;++c)n.putByte(a)}else for(;s>0;){for(var f=0,u=M.random.getBytes(s),c=0;c<s;++c)a=u.charCodeAt(c),a===0?++f:n.putByte(a);s=f}return n.putByte(0),n.putBytes(t),n}function oi(t,e,r,n){var i=Math.ceil(e.n.bitLength()/8),o=M.util.createBuffer(t),s=o.getByte(),a=o.getByte();if(s!==0||r&&a!==0&&a!==1||!r&&a!=2||r&&a===0&&typeof n>"u")throw new Error("Encryption block is invalid.");var c=0;if(a===0){c=i-3-n;for(var f=0;f<c;++f)if(o.getByte()!==0)throw new Error("Encryption block is invalid.")}else if(a===1)for(c=0;o.length()>1;){if(o.getByte()!==255){--o.read;break}++c}else if(a===2)for(c=0;o.length()>1;){if(o.getByte()===0){--o.read;break}++c}var u=o.getByte();if(u!==0||c!==i-3-o.length())throw new Error("Encryption block is invalid.");return o.getBytes()}function wp(t,e,r){typeof e=="function"&&(r=e,e={}),e=e||{};var n={algorithm:{name:e.algorithm||"PRIMEINC",options:{workers:e.workers||2,workLoad:e.workLoad||100,workerScript:e.workerScript}}};"prng"in e&&(n.prng=e.prng),i();function i(){o(t.pBits,function(a,c){if(a)return r(a);if(t.p=c,t.q!==null)return s(a,t.q);o(t.qBits,s)})}function o(a,c){M.prime.generateProbablePrime(a,n,c)}function s(a,c){if(a)return r(a);if(t.q=c,t.p.compareTo(t.q)<0){var f=t.p;t.p=t.q,t.q=f}if(t.p.subtract(j.ONE).gcd(t.e).compareTo(j.ONE)!==0){t.p=null,i();return}if(t.q.subtract(j.ONE).gcd(t.e).compareTo(j.ONE)!==0){t.q=null,o(t.qBits,s);return}if(t.p1=t.p.subtract(j.ONE),t.q1=t.q.subtract(j.ONE),t.phi=t.p1.multiply(t.q1),t.phi.gcd(t.e).compareTo(j.ONE)!==0){t.p=t.q=null,i();return}if(t.n=t.p.multiply(t.q),t.n.bitLength()!==t.bits){t.q=null,o(t.qBits,s);return}var u=t.e.modInverse(t.phi);t.keys={privateKey:G.rsa.setPrivateKey(t.n,t.e,u,t.p,t.q,u.mod(t.p1),u.mod(t.q1),t.q.modInverse(t.p)),publicKey:G.rsa.setPublicKey(t.n,t.e)},r(null,t.keys)}}function Ae(t){var e=t.toString(16);e[0]>="8"&&(e="00"+e);var r=M.util.hexToBytes(e);return r.length>1&&(r.charCodeAt(0)===0&&!(r.charCodeAt(1)&128)||r.charCodeAt(0)===255&&(r.charCodeAt(1)&128)===128)?r.substr(1):r}function Ep(t){return t<=100?27:t<=150?18:t<=200?15:t<=250?12:t<=300?9:t<=350?8:t<=400?7:t<=500?6:t<=600?5:t<=800?4:t<=1250?3:2}function rc(t){return M.util.isNodejs&&typeof Go[t]=="function"}function nc(t){return typeof ee.globalScope<"u"&&typeof ee.globalScope.crypto=="object"&&typeof ee.globalScope.crypto.subtle=="object"&&typeof ee.globalScope.crypto.subtle[t]=="function"}function ic(t){return typeof ee.globalScope<"u"&&typeof ee.globalScope.msCrypto=="object"&&typeof ee.globalScope.msCrypto.subtle=="object"&&typeof ee.globalScope.msCrypto.subtle[t]=="function"}function oc(t){for(var e=M.util.hexToBytes(t.toString(16)),r=new Uint8Array(e.length),n=0;n<e.length;++n)r[n]=e.charCodeAt(n);return r}});var pc=ft((gx,dc)=>{var k=at();ko();pn();x0();hr();zn();S0();I0();yn();K0();si();At();typeof fc>"u"&&(fc=k.jsbn.BigInteger);var fc,B=k.asn1,W=k.pki=k.pki||{};dc.exports=W.pbe=k.pbe=k.pbe||{};var yr=W.oids,Sp={name:"EncryptedPrivateKeyInfo",tagClass:B.Class.UNIVERSAL,type:B.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedPrivateKeyInfo.encryptionAlgorithm",tagClass:B.Class.UNIVERSAL,type:B.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:B.Class.UNIVERSAL,type:B.Type.OID,constructed:!1,capture:"encryptionOid"},{name:"AlgorithmIdentifier.parameters",tagClass:B.Class.UNIVERSAL,type:B.Type.SEQUENCE,constructed:!0,captureAsn1:"encryptionParams"}]},{name:"EncryptedPrivateKeyInfo.encryptedData",tagClass:B.Class.UNIVERSAL,type:B.Type.OCTETSTRING,constructed:!1,capture:"encryptedData"}]},Bp={name:"PBES2Algorithms",tagClass:B.Class.UNIVERSAL,type:B.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc",tagClass:B.Class.UNIVERSAL,type:B.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc.oid",tagClass:B.Class.UNIVERSAL,type:B.Type.OID,constructed:!1,capture:"kdfOid"},{name:"PBES2Algorithms.params",tagClass:B.Class.UNIVERSAL,type:B.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.params.salt",tagClass:B.Class.UNIVERSAL,type:B.Type.OCTETSTRING,constructed:!1,capture:"kdfSalt"},{name:"PBES2Algorithms.params.iterationCount",tagClass:B.Class.UNIVERSAL,type:B.Type.INTEGER,constructed:!1,capture:"kdfIterationCount"},{name:"PBES2Algorithms.params.keyLength",tagClass:B.Class.UNIVERSAL,type:B.Type.INTEGER,constructed:!1,optional:!0,capture:"keyLength"},{name:"PBES2Algorithms.params.prf",tagClass:B.Class.UNIVERSAL,type:B.Type.SEQUENCE,constructed:!0,optional:!0,value:[{name:"PBES2Algorithms.params.prf.algorithm",tagClass:B.Class.UNIVERSAL,type:B.Type.OID,constructed:!1,capture:"prfOid"}]}]}]},{name:"PBES2Algorithms.encryptionScheme",tagClass:B.Class.UNIVERSAL,type:B.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.encryptionScheme.oid",tagClass:B.Class.UNIVERSAL,type:B.Type.OID,constructed:!1,capture:"encOid"},{name:"PBES2Algorithms.encryptionScheme.iv",tagClass:B.Class.UNIVERSAL,type:B.Type.OCTETSTRING,constructed:!1,capture:"encIv"}]}]},Ap={name:"pkcs-12PbeParams",tagClass:B.Class.UNIVERSAL,type:B.Type.SEQUENCE,constructed:!0,value:[{name:"pkcs-12PbeParams.salt",tagClass:B.Class.UNIVERSAL,type:B.Type.OCTETSTRING,constructed:!1,capture:"salt"},{name:"pkcs-12PbeParams.iterations",tagClass:B.Class.UNIVERSAL,type:B.Type.INTEGER,constructed:!1,capture:"iterations"}]};W.encryptPrivateKeyInfo=function(t,e,r){r=r||{},r.saltSize=r.saltSize||8,r.count=r.count||2048,r.algorithm=r.algorithm||"aes128",r.prfAlgorithm=r.prfAlgorithm||"sha1";var n=k.random.getBytesSync(r.saltSize),i=r.count,o=B.integerToDer(i),s,a,c;if(r.algorithm.indexOf("aes")===0||r.algorithm==="des"){var f,u,l;switch(r.algorithm){case"aes128":s=16,f=16,u=yr["aes128-CBC"],l=k.aes.createEncryptionCipher;break;case"aes192":s=24,f=16,u=yr["aes192-CBC"],l=k.aes.createEncryptionCipher;break;case"aes256":s=32,f=16,u=yr["aes256-CBC"],l=k.aes.createEncryptionCipher;break;case"des":s=8,f=8,u=yr.desCBC,l=k.des.createEncryptionCipher;break;default:var h=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw h.algorithm=r.algorithm,h}var y="hmacWith"+r.prfAlgorithm.toUpperCase(),d=hc(y),p=k.pkcs5.pbkdf2(e,n,i,s,d),g=k.random.getBytesSync(f),x=l(p);x.start(g),x.update(B.toDer(t)),x.finish(),c=x.output.getBytes();var w=Ip(n,o,s,y);a=B.create(B.Class.UNIVERSAL,B.Type.SEQUENCE,!0,[B.create(B.Class.UNIVERSAL,B.Type.OID,!1,B.oidToDer(yr.pkcs5PBES2).getBytes()),B.create(B.Class.UNIVERSAL,B.Type.SEQUENCE,!0,[B.create(B.Class.UNIVERSAL,B.Type.SEQUENCE,!0,[B.create(B.Class.UNIVERSAL,B.Type.OID,!1,B.oidToDer(yr.pkcs5PBKDF2).getBytes()),w]),B.create(B.Class.UNIVERSAL,B.Type.SEQUENCE,!0,[B.create(B.Class.UNIVERSAL,B.Type.OID,!1,B.oidToDer(u).getBytes()),B.create(B.Class.UNIVERSAL,B.Type.OCTETSTRING,!1,g)])])])}else if(r.algorithm==="3des"){s=24;var v=new k.util.ByteBuffer(n),p=W.pbe.generatePkcs12Key(e,v,1,i,s),g=W.pbe.generatePkcs12Key(e,v,2,i,s),x=k.des.createEncryptionCipher(p);x.start(g),x.update(B.toDer(t)),x.finish(),c=x.output.getBytes(),a=B.create(B.Class.UNIVERSAL,B.Type.SEQUENCE,!0,[B.create(B.Class.UNIVERSAL,B.Type.OID,!1,B.oidToDer(yr["pbeWithSHAAnd3-KeyTripleDES-CBC"]).getBytes()),B.create(B.Class.UNIVERSAL,B.Type.SEQUENCE,!0,[B.create(B.Class.UNIVERSAL,B.Type.OCTETSTRING,!1,n),B.create(B.Class.UNIVERSAL,B.Type.INTEGER,!1,o.getBytes())])])}else{var h=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw h.algorithm=r.algorithm,h}var R=B.create(B.Class.UNIVERSAL,B.Type.SEQUENCE,!0,[a,B.create(B.Class.UNIVERSAL,B.Type.OCTETSTRING,!1,c)]);return R};W.decryptPrivateKeyInfo=function(t,e){var r=null,n={},i=[];if(!B.validate(t,Sp,n,i)){var o=new Error("Cannot read encrypted private key. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw o.errors=i,o}var s=B.derToOid(n.encryptionOid),a=W.pbe.getCipher(s,n.encryptionParams,e),c=k.util.createBuffer(n.encryptedData);return a.update(c),a.finish()&&(r=B.fromDer(a.output)),r};W.encryptedPrivateKeyToPem=function(t,e){var r={type:"ENCRYPTED PRIVATE KEY",body:B.toDer(t).getBytes()};return k.pem.encode(r,{maxline:e})};W.encryptedPrivateKeyFromPem=function(t){var e=k.pem.decode(t)[0];if(e.type!=="ENCRYPTED PRIVATE KEY"){var r=new Error('Could not convert encrypted private key from PEM; PEM header type is "ENCRYPTED PRIVATE KEY".');throw r.headerType=e.type,r}if(e.procType&&e.procType.type==="ENCRYPTED")throw new Error("Could not convert encrypted private key from PEM; PEM is encrypted.");return B.fromDer(e.body)};W.encryptRsaPrivateKey=function(t,e,r){if(r=r||{},!r.legacy){var n=W.wrapRsaPrivateKey(W.privateKeyToAsn1(t));return n=W.encryptPrivateKeyInfo(n,e,r),W.encryptedPrivateKeyToPem(n)}var i,o,s,a;switch(r.algorithm){case"aes128":i="AES-128-CBC",s=16,o=k.random.getBytesSync(16),a=k.aes.createEncryptionCipher;break;case"aes192":i="AES-192-CBC",s=24,o=k.random.getBytesSync(16),a=k.aes.createEncryptionCipher;break;case"aes256":i="AES-256-CBC",s=32,o=k.random.getBytesSync(16),a=k.aes.createEncryptionCipher;break;case"3des":i="DES-EDE3-CBC",s=24,o=k.random.getBytesSync(8),a=k.des.createEncryptionCipher;break;case"des":i="DES-CBC",s=8,o=k.random.getBytesSync(8),a=k.des.createEncryptionCipher;break;default:var c=new Error('Could not encrypt RSA private key; unsupported encryption algorithm "'+r.algorithm+'".');throw c.algorithm=r.algorithm,c}var f=k.pbe.opensslDeriveBytes(e,o.substr(0,8),s),u=a(f);u.start(o),u.update(B.toDer(W.privateKeyToAsn1(t))),u.finish();var l={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:i,parameters:k.util.bytesToHex(o).toUpperCase()},body:u.output.getBytes()};return k.pem.encode(l)};W.decryptRsaPrivateKey=function(t,e){var r=null,n=k.pem.decode(t)[0];if(n.type!=="ENCRYPTED PRIVATE KEY"&&n.type!=="PRIVATE KEY"&&n.type!=="RSA PRIVATE KEY"){var i=new Error('Could not convert private key from PEM; PEM header type is not "ENCRYPTED PRIVATE KEY", "PRIVATE KEY", or "RSA PRIVATE KEY".');throw i.headerType=i,i}if(n.procType&&n.procType.type==="ENCRYPTED"){var o,s;switch(n.dekInfo.algorithm){case"DES-CBC":o=8,s=k.des.createDecryptionCipher;break;case"DES-EDE3-CBC":o=24,s=k.des.createDecryptionCipher;break;case"AES-128-CBC":o=16,s=k.aes.createDecryptionCipher;break;case"AES-192-CBC":o=24,s=k.aes.createDecryptionCipher;break;case"AES-256-CBC":o=32,s=k.aes.createDecryptionCipher;break;case"RC2-40-CBC":o=5,s=function(l){return k.rc2.createDecryptionCipher(l,40)};break;case"RC2-64-CBC":o=8,s=function(l){return k.rc2.createDecryptionCipher(l,64)};break;case"RC2-128-CBC":o=16,s=function(l){return k.rc2.createDecryptionCipher(l,128)};break;default:var i=new Error('Could not decrypt private key; unsupported encryption algorithm "'+n.dekInfo.algorithm+'".');throw i.algorithm=n.dekInfo.algorithm,i}var a=k.util.hexToBytes(n.dekInfo.parameters),c=k.pbe.opensslDeriveBytes(e,a.substr(0,8),o),f=s(c);if(f.start(a),f.update(k.util.createBuffer(n.body)),f.finish())r=f.output.getBytes();else return r}else r=n.body;return n.type==="ENCRYPTED PRIVATE KEY"?r=W.decryptPrivateKeyInfo(B.fromDer(r),e):r=B.fromDer(r),r!==null&&(r=W.privateKeyFromAsn1(r)),r};W.pbe.generatePkcs12Key=function(t,e,r,n,i,o){var s,a;if(typeof o>"u"||o===null){if(!("sha1"in k.md))throw new Error('"sha1" hash algorithm unavailable.');o=k.md.sha1.create()}var c=o.digestLength,f=o.blockLength,u=new k.util.ByteBuffer,l=new k.util.ByteBuffer;if(t!=null){for(a=0;a<t.length;a++)l.putInt16(t.charCodeAt(a));l.putInt16(0)}var h=l.length(),y=e.length(),d=new k.util.ByteBuffer;d.fillWithByte(r,f);var p=f*Math.ceil(y/f),g=new k.util.ByteBuffer;for(a=0;a<p;a++)g.putByte(e.at(a%y));var x=f*Math.ceil(h/f),w=new k.util.ByteBuffer;for(a=0;a<x;a++)w.putByte(l.at(a%h));var v=g;v.putBuffer(w);for(var R=Math.ceil(i/c),E=1;E<=R;E++){var S=new k.util.ByteBuffer;S.putBytes(d.bytes()),S.putBytes(v.bytes());for(var L=0;L<n;L++)o.start(),o.update(S.getBytes()),S=o.digest();var N=new k.util.ByteBuffer;for(a=0;a<f;a++)N.putByte(S.at(a%c));var z=Math.ceil(y/f)+Math.ceil(h/f),H=new k.util.ByteBuffer;for(s=0;s<z;s++){var V=new k.util.ByteBuffer(v.getBytes(f)),Q=511;for(a=N.length()-1;a>=0;a--)Q=Q>>8,Q+=N.at(a)+V.at(a),V.setAt(a,Q&255);H.putBuffer(V)}v=H,u.putBuffer(S)}return u.truncate(u.length()-i),u};W.pbe.getCipher=function(t,e,r){switch(t){case W.oids.pkcs5PBES2:return W.pbe.getCipherForPBES2(t,e,r);case W.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case W.oids["pbewithSHAAnd40BitRC2-CBC"]:return W.pbe.getCipherForPKCS12PBE(t,e,r);default:var n=new Error("Cannot read encrypted PBE data block. Unsupported OID.");throw n.oid=t,n.supportedOids=["pkcs5PBES2","pbeWithSHAAnd3-KeyTripleDES-CBC","pbewithSHAAnd40BitRC2-CBC"],n}};W.pbe.getCipherForPBES2=function(t,e,r){var n={},i=[];if(!B.validate(e,Bp,n,i)){var o=new Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw o.errors=i,o}if(t=B.derToOid(n.kdfOid),t!==W.oids.pkcs5PBKDF2){var o=new Error("Cannot read encrypted private key. Unsupported key derivation function OID.");throw o.oid=t,o.supportedOids=["pkcs5PBKDF2"],o}if(t=B.derToOid(n.encOid),t!==W.oids["aes128-CBC"]&&t!==W.oids["aes192-CBC"]&&t!==W.oids["aes256-CBC"]&&t!==W.oids["des-EDE3-CBC"]&&t!==W.oids.desCBC){var o=new Error("Cannot read encrypted private key. Unsupported encryption scheme OID.");throw o.oid=t,o.supportedOids=["aes128-CBC","aes192-CBC","aes256-CBC","des-EDE3-CBC","desCBC"],o}var s=n.kdfSalt,a=k.util.createBuffer(n.kdfIterationCount);a=a.getInt(a.length()<<3);var c,f;switch(W.oids[t]){case"aes128-CBC":c=16,f=k.aes.createDecryptionCipher;break;case"aes192-CBC":c=24,f=k.aes.createDecryptionCipher;break;case"aes256-CBC":c=32,f=k.aes.createDecryptionCipher;break;case"des-EDE3-CBC":c=24,f=k.des.createDecryptionCipher;break;case"desCBC":c=8,f=k.des.createDecryptionCipher;break}var u=lc(n.prfOid),l=k.pkcs5.pbkdf2(r,s,a,c,u),h=n.encIv,y=f(l);return y.start(h),y};W.pbe.getCipherForPKCS12PBE=function(t,e,r){var n={},i=[];if(!B.validate(e,Ap,n,i)){var o=new Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw o.errors=i,o}var s=k.util.createBuffer(n.salt),a=k.util.createBuffer(n.iterations);a=a.getInt(a.length()<<3);var c,f,u;switch(t){case W.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:c=24,f=8,u=k.des.startDecrypting;break;case W.oids["pbewithSHAAnd40BitRC2-CBC"]:c=5,f=8,u=function(p,g){var x=k.rc2.createDecryptionCipher(p,40);return x.start(g,null),x};break;default:var o=new Error("Cannot read PKCS #12 PBE data block. Unsupported OID.");throw o.oid=t,o}var l=lc(n.prfOid),h=W.pbe.generatePkcs12Key(r,s,1,a,c,l);l.start();var y=W.pbe.generatePkcs12Key(r,s,2,a,f,l);return u(h,y)};W.pbe.opensslDeriveBytes=function(t,e,r,n){if(typeof n>"u"||n===null){if(!("md5"in k.md))throw new Error('"md5" hash algorithm unavailable.');n=k.md.md5.create()}e===null&&(e="");for(var i=[uc(n,t+e)],o=16,s=1;o<r;++s,o+=16)i.push(uc(n,i[s-1]+t+e));return i.join("").substr(0,r)};function uc(t,e){return t.start().update(e).digest().getBytes()}function lc(t){var e;if(!t)e="hmacWithSHA1";else if(e=W.oids[B.derToOid(t)],!e){var r=new Error("Unsupported PRF OID.");throw r.oid=t,r.supported=["hmacWithSHA1","hmacWithSHA224","hmacWithSHA256","hmacWithSHA384","hmacWithSHA512"],r}return hc(e)}function hc(t){var e=k.md;switch(t){case"hmacWithSHA224":e=k.md.sha512;case"hmacWithSHA1":case"hmacWithSHA256":case"hmacWithSHA384":case"hmacWithSHA512":t=t.substr(8).toLowerCase();break;default:var r=new Error("Unsupported PRF algorithm.");throw r.algorithm=t,r.supported=["hmacWithSHA1","hmacWithSHA224","hmacWithSHA256","hmacWithSHA384","hmacWithSHA512"],r}if(!e||!(t in e))throw new Error("Unknown hash algorithm: "+t);return e[t].create()}function Ip(t,e,r,n){var i=B.create(B.Class.UNIVERSAL,B.Type.SEQUENCE,!0,[B.create(B.Class.UNIVERSAL,B.Type.OCTETSTRING,!1,t),B.create(B.Class.UNIVERSAL,B.Type.INTEGER,!1,e.getBytes())]);return n!=="hmacWithSHA1"&&i.value.push(B.create(B.Class.UNIVERSAL,B.Type.INTEGER,!1,k.util.hexToBytes(r.toString(16))),B.create(B.Class.UNIVERSAL,B.Type.SEQUENCE,!0,[B.create(B.Class.UNIVERSAL,B.Type.OID,!1,B.oidToDer(W.oids[n]).getBytes()),B.create(B.Class.UNIVERSAL,B.Type.NULL,!1,"")])),i}});var af=ft((Hb,sf)=>{var ht=at();hr();At();var Bn=sf.exports=ht.sha512=ht.sha512||{};ht.md.sha512=ht.md.algorithms.sha512=Bn;var nf=ht.sha384=ht.sha512.sha384=ht.sha512.sha384||{};nf.create=function(){return Bn.create("SHA-384")};ht.md.sha384=ht.md.algorithms.sha384=nf;ht.sha512.sha256=ht.sha512.sha256||{create:function(){return Bn.create("SHA-512/256")}};ht.md["sha512/256"]=ht.md.algorithms["sha512/256"]=ht.sha512.sha256;ht.sha512.sha224=ht.sha512.sha224||{create:function(){return Bn.create("SHA-512/224")}};ht.md["sha512/224"]=ht.md.algorithms["sha512/224"]=ht.sha512.sha224;Bn.create=function(t){if(of||$y(),typeof t>"u"&&(t="SHA-512"),!(t in Ar))throw new Error("Invalid SHA-512 algorithm: "+t);for(var e=Ar[t],r=null,n=ht.util.createBuffer(),i=new Array(80),o=0;o<80;++o)i[o]=new Array(2);var s=64;switch(t){case"SHA-384":s=48;break;case"SHA-512/256":s=32;break;case"SHA-512/224":s=28;break}var a={algorithm:t.replace("-","").toLowerCase(),blockLength:128,digestLength:s,messageLength:0,fullMessageLength:null,messageLengthSize:16};return a.start=function(){a.messageLength=0,a.fullMessageLength=a.messageLength128=[];for(var c=a.messageLengthSize/4,f=0;f<c;++f)a.fullMessageLength.push(0);n=ht.util.createBuffer(),r=new Array(e.length);for(var f=0;f<e.length;++f)r[f]=e[f].slice(0);return a},a.start(),a.update=function(c,f){f==="utf8"&&(c=ht.util.encodeUtf8(c));var u=c.length;a.messageLength+=u,u=[u/4294967296>>>0,u>>>0];for(var l=a.fullMessageLength.length-1;l>=0;--l)a.fullMessageLength[l]+=u[1],u[1]=u[0]+(a.fullMessageLength[l]/4294967296>>>0),a.fullMessageLength[l]=a.fullMessageLength[l]>>>0,u[0]=u[1]/4294967296>>>0;return n.putBytes(c),rf(r,i,n),(n.read>2048||n.length()===0)&&n.compact(),a},a.digest=function(){var c=ht.util.createBuffer();c.putBytes(n.bytes());var f=a.fullMessageLength[a.fullMessageLength.length-1]+a.messageLengthSize,u=f&a.blockLength-1;c.putBytes(Is.substr(0,a.blockLength-u));for(var l,h,y=a.fullMessageLength[0]*8,d=0;d<a.fullMessageLength.length-1;++d)l=a.fullMessageLength[d+1]*8,h=l/4294967296>>>0,y+=h,c.putInt32(y>>>0),y=l>>>0;c.putInt32(y);for(var p=new Array(r.length),d=0;d<r.length;++d)p[d]=r[d].slice(0);rf(p,i,c);var g=ht.util.createBuffer(),x;t==="SHA-512"?x=p.length:t==="SHA-384"?x=p.length-2:x=p.length-4;for(var d=0;d<x;++d)g.putInt32(p[d][0]),(d!==x-1||t!=="SHA-512/224")&&g.putInt32(p[d][1]);return g},a};var Is=null,of=!1,Ts=null,Ar=null;function $y(){Is="\x80",Is+=ht.util.fillString("\0",128),Ts=[[1116352408,3609767458],[1899447441,602891725],[3049323471,3964484399],[3921009573,2173295548],[961987163,4081628472],[1508970993,3053834265],[2453635748,2937671579],[2870763221,3664609560],[3624381080,2734883394],[310598401,1164996542],[607225278,1323610764],[1426881987,3590304994],[1925078388,4068182383],[2162078206,991336113],[2614888103,633803317],[3248222580,3479774868],[3835390401,2666613458],[4022224774,944711139],[264347078,2341262773],[604807628,2007800933],[770255983,1495990901],[1249150122,1856431235],[1555081692,3175218132],[1996064986,2198950837],[2554220882,3999719339],[2821834349,766784016],[2952996808,2566594879],[3210313671,3203337956],[3336571891,1034457026],[3584528711,2466948901],[113926993,3758326383],[338241895,168717936],[666307205,1188179964],[773529912,1546045734],[1294757372,1522805485],[1396182291,2643833823],[1695183700,2343527390],[1986661051,1014477480],[2177026350,1206759142],[2456956037,344077627],[2730485921,1290863460],[2820302411,3158454273],[3259730800,3505952657],[3345764771,106217008],[3516065817,3606008344],[3600352804,1432725776],[4094571909,1467031594],[275423344,851169720],[430227734,3100823752],[506948616,1363258195],[659060556,3750685593],[883997877,3785050280],[958139571,3318307427],[1322822218,3812723403],[1537002063,2003034995],[1747873779,3602036899],[1955562222,1575990012],[2024104815,1125592928],[2227730452,2716904306],[2361852424,442776044],[2428436474,593698344],[2756734187,3733110249],[3204031479,2999351573],[3329325298,3815920427],[3391569614,3928383900],[3515267271,566280711],[3940187606,3454069534],[4118630271,4000239992],[116418474,1914138554],[174292421,2731055270],[289380356,3203993006],[460393269,320620315],[685471733,587496836],[852142971,1086792851],[1017036298,365543100],[1126000580,2618297676],[1288033470,3409855158],[1501505948,4234509866],[1607167915,987167468],[1816402316,1246189591]],Ar={},Ar["SHA-512"]=[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],[528734635,4215389547],[1541459225,327033209]],Ar["SHA-384"]=[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],Ar["SHA-512/256"]=[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],Ar["SHA-512/224"]=[[2352822216,424955298],[1944164710,2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]],of=!0}function rf(t,e,r){for(var n,i,o,s,a,c,f,u,l,h,y,d,p,g,x,w,v,R,E,S,L,N,z,H,V,Q,st,Dt,T,P,_,D,A,O,K,q=r.length();q>=128;){for(T=0;T<16;++T)e[T][0]=r.getInt32()>>>0,e[T][1]=r.getInt32()>>>0;for(;T<80;++T)D=e[T-2],P=D[0],_=D[1],n=((P>>>19|_<<13)^(_>>>29|P<<3)^P>>>6)>>>0,i=((P<<13|_>>>19)^(_<<3|P>>>29)^(P<<26|_>>>6))>>>0,O=e[T-15],P=O[0],_=O[1],o=((P>>>1|_<<31)^(P>>>8|_<<24)^P>>>7)>>>0,s=((P<<31|_>>>1)^(P<<24|_>>>8)^(P<<25|_>>>7))>>>0,A=e[T-7],K=e[T-16],_=i+A[1]+s+K[1],e[T][0]=n+A[0]+o+K[0]+(_/4294967296>>>0)>>>0,e[T][1]=_>>>0;for(p=t[0][0],g=t[0][1],x=t[1][0],w=t[1][1],v=t[2][0],R=t[2][1],E=t[3][0],S=t[3][1],L=t[4][0],N=t[4][1],z=t[5][0],H=t[5][1],V=t[6][0],Q=t[6][1],st=t[7][0],Dt=t[7][1],T=0;T<80;++T)f=((L>>>14|N<<18)^(L>>>18|N<<14)^(N>>>9|L<<23))>>>0,u=((L<<18|N>>>14)^(L<<14|N>>>18)^(N<<23|L>>>9))>>>0,l=(V^L&(z^V))>>>0,h=(Q^N&(H^Q))>>>0,a=((p>>>28|g<<4)^(g>>>2|p<<30)^(g>>>7|p<<25))>>>0,c=((p<<4|g>>>28)^(g<<30|p>>>2)^(g<<25|p>>>7))>>>0,y=(p&x|v&(p^x))>>>0,d=(g&w|R&(g^w))>>>0,_=Dt+u+h+Ts[T][1]+e[T][1],n=st+f+l+Ts[T][0]+e[T][0]+(_/4294967296>>>0)>>>0,i=_>>>0,_=c+d,o=a+y+(_/4294967296>>>0)>>>0,s=_>>>0,st=V,Dt=Q,V=z,Q=H,z=L,H=N,_=S+i,L=E+n+(_/4294967296>>>0)>>>0,N=_>>>0,E=v,S=R,v=x,R=w,x=p,w=g,_=i+s,p=n+o+(_/4294967296>>>0)>>>0,g=_>>>0;_=t[0][1]+g,t[0][0]=t[0][0]+p+(_/4294967296>>>0)>>>0,t[0][1]=_>>>0,_=t[1][1]+w,t[1][0]=t[1][0]+x+(_/4294967296>>>0)>>>0,t[1][1]=_>>>0,_=t[2][1]+R,t[2][0]=t[2][0]+v+(_/4294967296>>>0)>>>0,t[2][1]=_>>>0,_=t[3][1]+S,t[3][0]=t[3][0]+E+(_/4294967296>>>0)>>>0,t[3][1]=_>>>0,_=t[4][1]+N,t[4][0]=t[4][0]+L+(_/4294967296>>>0)>>>0,t[4][1]=_>>>0,_=t[5][1]+H,t[5][0]=t[5][0]+z+(_/4294967296>>>0)>>>0,t[5][1]=_>>>0,_=t[6][1]+Q,t[6][0]=t[6][0]+V+(_/4294967296>>>0)>>>0,t[6][1]=_>>>0,_=t[7][1]+Dt,t[7][0]=t[7][0]+st+(_/4294967296>>>0)>>>0,t[7][1]=_>>>0,q-=128}}});var Au=ft((lE,Bu)=>{"use strict";function Su(t,e){for(let r in e)Object.defineProperty(t,r,{value:e[r],enumerable:!0,configurable:!0});return t}function j1(t,e,r){if(!t||typeof t=="string")throw new TypeError("Please pass an Error to err-code");r||(r={}),typeof e=="object"&&(r=e,e=""),e&&(r.code=e);try{return Su(t,r)}catch{r.message=t.message,r.stack=t.stack;let i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(t)),Su(new i,r)}}Bu.exports=j1});var _u=ft((EE,Cu)=>{function ng(){return!!(typeof window<"u"&&typeof window.process=="object"&&window.process.type==="renderer"||typeof process<"u"&&typeof process.versions=="object"&&process.versions.electron||typeof navigator=="object"&&typeof navigator.userAgent=="string"&&navigator.userAgent.indexOf("Electron")>=0)}Cu.exports=ng});var ag={};_t(ag,{identify:()=>sg,multicodecs:()=>og});var Ea="/ipfs/id/1.0.0",Sa="/ipfs/id/push/1.0.0",Ba="0.1.0",Aa="id",Ia="id/push",Ta="1.0.0",Ca="1.0.0";var ug=Symbol.for("@libp2p/connection");var hg=Symbol.for("@libp2p/content-routing");var yg=Symbol.for("@libp2p/peer-discovery");var _a=Symbol.for("@libp2p/peer-id");var xg=Symbol.for("@libp2p/peer-routing");var Ra;(function(t){t.Accept="accept",t.Ignore="ignore",t.Reject="reject"})(Ra||(Ra={}));var Eg=Symbol.for("@libp2p/transport");var La;(function(t){t[t.FATAL_ALL=0]="FATAL_ALL",t[t.NO_FATAL=1]="NO_FATAL"})(La||(La={}));var F=class extends Error{code;props;constructor(e,r,n){super(e),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var Na="ERR_NOT_FOUND";var Ji=class extends Event{detail;constructor(e,r){super(e,r),this.detail=r?.detail}},Ag=globalThis.CustomEvent??Ji;var Vn=(t,...e)=>{try{[...e]}catch{}};var no={};_t(no,{base58btc:()=>wt,base58flickr:()=>rl});function Xu(t,e){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var i=0;i<t.length;i++){var o=t.charAt(i),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}var a=t.length,c=t.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function l(d){if(d instanceof Uint8Array||(ArrayBuffer.isView(d)?d=new Uint8Array(d.buffer,d.byteOffset,d.byteLength):Array.isArray(d)&&(d=Uint8Array.from(d))),!(d instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(d.length===0)return"";for(var p=0,g=0,x=0,w=d.length;x!==w&&d[x]===0;)x++,p++;for(var v=(w-x)*u+1>>>0,R=new Uint8Array(v);x!==w;){for(var E=d[x],S=0,L=v-1;(E!==0||S<g)&&L!==-1;L--,S++)E+=256*R[L]>>>0,R[L]=E%a>>>0,E=E/a>>>0;if(E!==0)throw new Error("Non-zero carry");g=S,x++}for(var N=v-g;N!==v&&R[N]===0;)N++;for(var z=c.repeat(p);N<v;++N)z+=t.charAt(R[N]);return z}function h(d){if(typeof d!="string")throw new TypeError("Expected String");if(d.length===0)return new Uint8Array;var p=0;if(d[p]!==" "){for(var g=0,x=0;d[p]===c;)g++,p++;for(var w=(d.length-p)*f+1>>>0,v=new Uint8Array(w);d[p];){var R=r[d.charCodeAt(p)];if(R===255)return;for(var E=0,S=w-1;(R!==0||E<x)&&S!==-1;S--,E++)R+=a*v[S]>>>0,v[S]=R%256>>>0,R=R/256>>>0;if(R!==0)throw new Error("Non-zero carry");x=E,p++}if(d[p]!==" "){for(var L=w-x;L!==w&&v[L]===0;)L++;for(var N=new Uint8Array(g+(w-L)),z=g;L!==w;)N[z++]=v[L++];return N}}}function y(d){var p=h(d);if(p)return p;throw new Error(`Non-${e} character`)}return{encode:l,decodeUnsafe:h,decode:y}}var Ju=Xu,ju=Ju,Da=ju;var rm=new Uint8Array(0);var Pa=(t,e)=>{if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0},Ne=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")};var Ua=t=>new TextEncoder().encode(t),ka=t=>new TextDecoder().decode(t);var ji=class{constructor(e,r,n){this.name=e,this.prefix=r,this.baseEncode=n}encode(e){if(e instanceof Uint8Array)return`${this.prefix}${this.baseEncode(e)}`;throw Error("Unknown type, must be binary type")}},to=class{constructor(e,r,n){if(this.name=e,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),this.baseDecode=n}decode(e){if(typeof e=="string"){if(e.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(e)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(e.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(e){return Ka(this,e)}},eo=class{constructor(e){this.decoders=e}or(e){return Ka(this,e)}decode(e){let r=e[0],n=this.decoders[r];if(n)return n.decode(e);throw RangeError(`Unable to decode multibase string ${JSON.stringify(e)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},Ka=(t,e)=>new eo({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}}),ro=class{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new ji(e,r,n),this.decoder=new to(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},Lr=({name:t,prefix:e,encode:r,decode:n})=>new ro(t,e,r,n),$e=({prefix:t,name:e,alphabet:r})=>{let{encode:n,decode:i}=Da(r,e);return Lr({prefix:t,name:e,encode:n,decode:o=>Ne(i(o))})},tl=(t,e,r,n)=>{let i={};for(let u=0;u<e.length;++u)i[e[u]]=u;let o=t.length;for(;t[o-1]==="=";)--o;let s=new Uint8Array(o*r/8|0),a=0,c=0,f=0;for(let u=0;u<o;++u){let l=i[t[u]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|l,a+=r,a>=8&&(a-=8,s[f++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},el=(t,e,r)=>{let n=e[e.length-1]==="=",i=(1<<r)-1,o="",s=0,a=0;for(let c=0;c<t.length;++c)for(a=a<<8|t[c],s+=8;s>r;)s-=r,o+=e[i&a>>s];if(s&&(o+=e[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},xt=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>Lr({prefix:e,name:t,encode(i){return el(i,n,r)},decode(i){return tl(i,n,r,t)}});var wt=$e({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),rl=$e({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var io={};_t(io,{base10:()=>nl});var nl=$e({prefix:"9",name:"base10",alphabet:"0123456789"});var oo={};_t(oo,{base16:()=>il,base16upper:()=>ol});var il=xt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),ol=xt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var so={};_t(so,{base2:()=>sl});var sl=xt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var ao={};_t(ao,{base256emoji:()=>ll});var Ma=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}"),al=Ma.reduce((t,e,r)=>(t[r]=e,t),[]),cl=Ma.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function fl(t){return t.reduce((e,r)=>(e+=al[r],e),"")}function ul(t){let e=[];for(let r of t){let n=cl[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}var ll=Lr({prefix:"\u{1F680}",name:"base256emoji",encode:fl,decode:ul});var co={};_t(co,{base32:()=>De,base32hex:()=>yl,base32hexpad:()=>ml,base32hexpadupper:()=>xl,base32hexupper:()=>gl,base32pad:()=>dl,base32padupper:()=>pl,base32upper:()=>hl,base32z:()=>bl});var De=xt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),hl=xt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),dl=xt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),pl=xt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),yl=xt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),gl=xt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ml=xt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),xl=xt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),bl=xt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var fo={};_t(fo,{base36:()=>vl,base36upper:()=>wl});var vl=$e({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),wl=$e({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var lo={};_t(lo,{base64:()=>Fn,base64pad:()=>El,base64url:()=>uo,base64urlpad:()=>Sl});var Fn=xt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),El=xt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),uo=xt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Sl=xt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var ho={};_t(ho,{base8:()=>Bl});var Bl=xt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var po={};_t(po,{identity:()=>Al});var Al=Lr({prefix:"\0",name:"identity",encode:t=>ka(t),decode:t=>Ua(t)});var mm=new TextEncoder,xm=new TextDecoder;var go={};_t(go,{identity:()=>Ye});var Cl=qa,Va=128,_l=127,Rl=~_l,Ll=Math.pow(2,31);function qa(t,e,r){e=e||[],r=r||0;for(var n=r;t>=Ll;)e[r++]=t&255|Va,t/=128;for(;t&Rl;)e[r++]=t&255|Va,t>>>=7;return e[r]=t|0,qa.bytes=r-n+1,e}var Nl=yo,Dl=128,Fa=127;function yo(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw yo.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&Fa)<<i:(s&Fa)*Math.pow(2,i),i+=7}while(s>=Dl);return yo.bytes=o-n,r}var Pl=Math.pow(2,7),Ul=Math.pow(2,14),kl=Math.pow(2,21),Ol=Math.pow(2,28),Kl=Math.pow(2,35),Ml=Math.pow(2,42),Vl=Math.pow(2,49),Fl=Math.pow(2,56),ql=Math.pow(2,63),Hl=function(t){return t<Pl?1:t<Ul?2:t<kl?3:t<Ol?4:t<Kl?5:t<Ml?6:t<Vl?7:t<Fl?8:t<ql?9:10},zl={encode:Cl,decode:Nl,encodingLength:Hl},Gl=zl,sn=Gl;var an=(t,e=0)=>[sn.decode(t,e),sn.decode.bytes],Nr=(t,e,r=0)=>(sn.encode(t,e,r),e),Dr=t=>sn.encodingLength(t);var be=(t,e)=>{let r=e.byteLength,n=Dr(t),i=n+Dr(r),o=new Uint8Array(i+r);return Nr(t,o,0),Nr(r,o,n),o.set(e,i),new Pr(t,r,e,o)},fr=t=>{let e=Ne(t),[r,n]=an(e),[i,o]=an(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new Pr(r,i,s,e)},Ha=(t,e)=>{if(t===e)return!0;{let r=e;return t.code===r.code&&t.size===r.size&&r.bytes instanceof Uint8Array&&Pa(t.bytes,r.bytes)}},Pr=class{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}};var za=0,Wl="identity",Ga=Ne,$l=t=>be(za,Ga(t)),Ye={code:za,name:Wl,encode:Ga,digest:$l};var bo={};_t(bo,{sha256:()=>kt,sha512:()=>Yl});var xo=({name:t,code:e,encode:r})=>new mo(t,e,r),mo=class{constructor(e,r,n){this.name=e,this.code=r,this.encode=n}digest(e){if(e instanceof Uint8Array){let r=this.encode(e);return r instanceof Uint8Array?be(this.code,r):r.then(n=>be(this.code,n))}else throw Error("Unknown type, must be binary type")}};var $a=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),kt=xo({name:"sha2-256",code:18,encode:$a("SHA-256")}),Yl=xo({name:"sha2-512",code:19,encode:$a("SHA-512")});var Ya=(t,e)=>{let{bytes:r,version:n}=t;switch(n){case 0:return Ql(r,vo(t),e||wt.encoder);default:return Xl(r,vo(t),e||De.encoder)}};var Za=new WeakMap,vo=t=>{let e=Za.get(t);if(e==null){let r=new Map;return Za.set(t,r),r}return e},ae=class t{constructor(e,r,n,i){this.code=r,this.version=e,this.multihash=n,this.bytes=i,this["/"]=i}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:e,multihash:r}=this;if(e!==cn)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==Jl)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return t.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:e,digest:r}=this.multihash,n=be(e,r);return t.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(e){return t.equals(this,e)}static equals(e,r){let n=r;return n&&e.code===n.code&&e.version===n.version&&Ha(e.multihash,n.multihash)}toString(e){return Ya(this,e)}toJSON(){return{"/":Ya(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(e){if(e==null)return null;let r=e;if(r instanceof t)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:o,bytes:s}=r;return new t(n,i,o,s||Qa(n,i,o.bytes))}else if(r[jl]===!0){let{version:n,multihash:i,code:o}=r,s=fr(i);return t.create(n,o,s)}else return null}static create(e,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(e){case 0:{if(r!==cn)throw new Error(`Version 0 CID must use dag-pb (code: ${cn}) block encoding`);return new t(e,r,n,n.bytes)}case 1:{let i=Qa(e,r,n.bytes);return new t(e,r,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,cn,e)}static createV1(e,r){return t.create(1,e,r)}static decode(e){let[r,n]=t.decodeFirst(e);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(e){let r=t.inspectBytes(e),n=r.size-r.multihashSize,i=Ne(e.subarray(n,n+r.multihashSize));if(i.byteLength!==r.multihashSize)throw new Error("Incorrect length");let o=i.subarray(r.multihashSize-r.digestSize),s=new Pr(r.multihashCode,r.digestSize,o,i);return[r.version===0?t.createV0(s):t.createV1(r.codec,s),e.subarray(r.size)]}static inspectBytes(e){let r=0,n=()=>{let[l,h]=an(e.subarray(r));return r+=h,l},i=n(),o=cn;if(i===18?(i=0,r=0):o=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let s=r,a=n(),c=n(),f=r+c,u=f-s;return{version:i,codec:o,multihashCode:a,digestSize:c,multihashSize:u,size:f}}static parse(e,r){let[n,i]=Zl(e,r),o=t.decode(i);if(o.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return vo(o).set(n,e),o}},Zl=(t,e)=>{switch(t[0]){case"Q":{let r=e||wt;return[wt.prefix,r.decode(`${wt.prefix}${t}`)]}case wt.prefix:{let r=e||wt;return[wt.prefix,r.decode(t)]}case De.prefix:{let r=e||De;return[De.prefix,r.decode(t)]}default:{if(e==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[t[0],e.decode(t)]}}},Ql=(t,e,r)=>{let{prefix:n}=r;if(n!==wt.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let i=e.get(n);if(i==null){let o=r.encode(t).slice(1);return e.set(n,o),o}else return i},Xl=(t,e,r)=>{let{prefix:n}=r,i=e.get(n);if(i==null){let o=r.encode(t);return e.set(n,o),o}else return i},cn=112,Jl=18,Qa=(t,e,r)=>{let n=Dr(t),i=n+Dr(e),o=new Uint8Array(i+r.byteLength);return Nr(t,o,0),Nr(e,o,n),o.set(r,i),o},jl=Symbol.for("@ipld/js-cid/CID");var Wt={...po,...so,...ho,...io,...oo,...co,...fo,...no,...lo,...ao},Pm={...bo,...go};function Ht(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}var th=Symbol.for("nodejs.util.inspect.custom"),Xa=Object.values(Wt).map(t=>t.decoder).reduce((t,e)=>t.or(e),Wt.identity.decoder),Ja=114,wo=36,Eo=37,fn=class{type;multihash;privateKey;publicKey;string;constructor(e){this.type=e.type,this.multihash=e.multihash,this.privateKey=e.privateKey,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[_a]=!0;toString(){return this.string==null&&(this.string=wt.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return ae.createV1(Ja,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(e){if(e instanceof Uint8Array)return Ht(this.multihash.bytes,e);if(typeof e=="string")return eh(e).equals(this);if(e?.multihash?.bytes!=null)return Ht(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[th](){return`PeerId(${this.toString()})`}},Ur=class extends fn{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},kr=class extends fn{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},Or=class extends fn{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function eh(t,e){if(e=e??Xa,t.charAt(0)==="1"||t.charAt(0)==="Q"){let r=fr(wt.decode(`z${t}`));return t.startsWith("12D")?new kr({multihash:r}):t.startsWith("16U")?new Or({multihash:r}):new Ur({multihash:r})}return So(Xa.decode(t))}function So(t){try{let e=fr(t);if(e.code===Ye.code){if(e.digest.length===wo)return new kr({multihash:e});if(e.digest.length===Eo)return new Or({multihash:e})}if(e.code===kt.code)return new Ur({multihash:e})}catch{return rh(ae.decode(t))}throw new Error("Supplied PeerID CID is invalid")}function rh(t){if(t==null||t.multihash==null||t.version==null||t.version===1&&t.code!==Ja)throw new Error("Supplied PeerID CID is invalid");let e=t.multihash;if(e.code===kt.code)return new Ur({multihash:t.multihash});if(e.code===Ye.code){if(e.digest.length===wo)return new kr({multihash:t.multihash});if(e.digest.length===Eo)return new Or({multihash:t.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function un(t,e){return t.length===wo?new kr({multihash:be(Ye.code,t),privateKey:e}):t.length===Eo?new Or({multihash:be(Ye.code,t),privateKey:e}):new Ur({multihash:await kt.digest(t),publicKey:t,privateKey:e})}var Qv=qt(pn(),1),Xv=qt(pc(),1);var b1=qt(at(),1);function gr(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function ai(t=0){return globalThis.Buffer?.allocUnsafe!=null?gr(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function gc(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}var yc=gc("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),Wo=gc("ascii","a",t=>{let e="a";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e},t=>{t=t.substring(1);let e=ai(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),Tp={utf8:yc,"utf-8":yc,hex:Wt.base16,latin1:Wo,ascii:Wo,binary:Wo,...Wt},ci=Tp;function bt(t,e="utf8"){let r=ci[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?gr(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}var As={};_t(As,{Ed25519PrivateKey:()=>Br,Ed25519PublicKey:()=>Sn,generateKeyPair:()=>Hy,generateKeyPairFromSeed:()=>ef,unmarshalEd25519PrivateKey:()=>Fy,unmarshalEd25519PublicKey:()=>qy});var Lx=qt(At(),1),Nx=qt(ni(),1),mc=qt(at(),1);function mr(t,e){if(globalThis.Buffer!=null)return gr(globalThis.Buffer.concat(t,e));e==null&&(e=t.reduce((i,o)=>i+o.length,0));let r=ai(e),n=0;for(let i of t)r.set(i,n),n+=i.length;return gr(r)}function Kt(t,e="utf8"){let r=ci[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):r.encoder.encode(t).substring(1)}function ue(t,e){let r=Uint8Array.from(t.abs().toByteArray());if(r=r[0]===0?r.subarray(1):r,e!=null){if(r.length>e)throw new Error("byte array longer than desired length");r=mr([new Uint8Array(e-r.length),r])}return Kt(r,"base64url")}function Jt(t){let e=xc(t);return new mc.default.jsbn.BigInteger(Kt(e,"base16"),16)}function xc(t,e){let r=bt(t,"base64urlpad");if(e!=null){if(r.length>e)throw new Error("byte array longer than desired length");r=mr([new Uint8Array(e-r.length),r])}return r}function re(t){return t==null?!1:typeof t.then=="function"&&typeof t.catch=="function"&&typeof t.finally=="function"}function bc(t){if(!Number.isSafeInteger(t)||t<0)throw new Error(`Wrong positive integer: ${t}`)}function $o(t,...e){if(!(t instanceof Uint8Array))throw new Error("Expected Uint8Array");if(e.length>0&&!e.includes(t.length))throw new Error(`Expected Uint8Array of length ${e}, not of length=${t.length}`)}function vc(t){if(typeof t!="function"||typeof t.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");bc(t.outputLen),bc(t.blockLen)}function qr(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function wc(t,e){$o(t);let r=e.outputLen;if(t.length<r)throw new Error(`digestInto() expects output buffer of length at least ${r}`)}var fi=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;var Ec=t=>t instanceof Uint8Array;var ui=t=>new DataView(t.buffer,t.byteOffset,t.byteLength),le=(t,e)=>t<<32-e|t>>>e,Cp=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;if(!Cp)throw new Error("Non little-endian hardware is not supported");function Yo(t){if(typeof t!="string")throw new Error(`utf8ToBytes expected string, got ${typeof t}`);return new Uint8Array(new TextEncoder().encode(t))}function mn(t){if(typeof t=="string"&&(t=Yo(t)),!Ec(t))throw new Error(`expected Uint8Array, got ${typeof t}`);return t}function li(...t){let e=new Uint8Array(t.reduce((n,i)=>n+i.length,0)),r=0;return t.forEach(n=>{if(!Ec(n))throw new Error("Uint8Array expected");e.set(n,r),r+=n.length}),e}var Hr=class{clone(){return this._cloneInto()}},Vx={}.toString;function hi(t){let e=n=>t().update(mn(n)).digest(),r=t();return e.outputLen=r.outputLen,e.blockLen=r.blockLen,e.create=()=>t(),e}function zr(t=32){if(fi&&typeof fi.getRandomValues=="function")return fi.getRandomValues(new Uint8Array(t));throw new Error("crypto.getRandomValues must be defined")}function _p(t,e,r,n){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,r,n);let i=BigInt(32),o=BigInt(4294967295),s=Number(r>>i&o),a=Number(r&o),c=n?4:0,f=n?0:4;t.setUint32(e+c,s,n),t.setUint32(e+f,a,n)}var Gr=class extends Hr{constructor(e,r,n,i){super(),this.blockLen=e,this.outputLen=r,this.padOffset=n,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(e),this.view=ui(this.buffer)}update(e){qr(this);let{view:r,buffer:n,blockLen:i}=this;e=mn(e);let o=e.length;for(let s=0;s<o;){let a=Math.min(i-this.pos,o-s);if(a===i){let c=ui(e);for(;i<=o-s;s+=i)this.process(c,s);continue}n.set(e.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===i&&(this.process(r,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){qr(this),wc(e,this),this.finished=!0;let{buffer:r,view:n,blockLen:i,isLE:o}=this,{pos:s}=this;r[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>i-s&&(this.process(n,0),s=0);for(let l=s;l<i;l++)r[l]=0;_p(n,i-8,BigInt(this.length*8),o),this.process(n,0);let a=ui(e),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let f=c/4,u=this.get();if(f>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<f;l++)a.setUint32(4*l,u[l],o)}digest(){let{buffer:e,outputLen:r}=this;this.digestInto(e);let n=e.slice(0,r);return this.destroy(),n}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());let{blockLen:r,buffer:n,length:i,finished:o,destroyed:s,pos:a}=this;return e.length=i,e.pos=a,e.finished=o,e.destroyed=s,i%r&&e.buffer.set(n),e}};var di=BigInt(4294967295),Zo=BigInt(32);function Sc(t,e=!1){return e?{h:Number(t&di),l:Number(t>>Zo&di)}:{h:Number(t>>Zo&di)|0,l:Number(t&di)|0}}function Rp(t,e=!1){let r=new Uint32Array(t.length),n=new Uint32Array(t.length);for(let i=0;i<t.length;i++){let{h:o,l:s}=Sc(t[i],e);[r[i],n[i]]=[o,s]}return[r,n]}var Lp=(t,e)=>BigInt(t>>>0)<<Zo|BigInt(e>>>0),Np=(t,e,r)=>t>>>r,Dp=(t,e,r)=>t<<32-r|e>>>r,Pp=(t,e,r)=>t>>>r|e<<32-r,Up=(t,e,r)=>t<<32-r|e>>>r,kp=(t,e,r)=>t<<64-r|e>>>r-32,Op=(t,e,r)=>t>>>r-32|e<<64-r,Kp=(t,e)=>e,Mp=(t,e)=>t,Vp=(t,e,r)=>t<<r|e>>>32-r,Fp=(t,e,r)=>e<<r|t>>>32-r,qp=(t,e,r)=>e<<r-32|t>>>64-r,Hp=(t,e,r)=>t<<r-32|e>>>64-r;function zp(t,e,r,n){let i=(e>>>0)+(n>>>0);return{h:t+r+(i/2**32|0)|0,l:i|0}}var Gp=(t,e,r)=>(t>>>0)+(e>>>0)+(r>>>0),Wp=(t,e,r,n)=>e+r+n+(t/2**32|0)|0,$p=(t,e,r,n)=>(t>>>0)+(e>>>0)+(r>>>0)+(n>>>0),Yp=(t,e,r,n,i)=>e+r+n+i+(t/2**32|0)|0,Zp=(t,e,r,n,i)=>(t>>>0)+(e>>>0)+(r>>>0)+(n>>>0)+(i>>>0),Qp=(t,e,r,n,i,o)=>e+r+n+i+o+(t/2**32|0)|0;var Xp={fromBig:Sc,split:Rp,toBig:Lp,shrSH:Np,shrSL:Dp,rotrSH:Pp,rotrSL:Up,rotrBH:kp,rotrBL:Op,rotr32H:Kp,rotr32L:Mp,rotlSH:Vp,rotlSL:Fp,rotlBH:qp,rotlBL:Hp,add:zp,add3L:Gp,add3H:Wp,add4L:$p,add4H:Yp,add5H:Qp,add5L:Zp},$=Xp;var[Jp,jp]=$.split(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(t=>BigInt(t))),je=new Uint32Array(80),tr=new Uint32Array(80),Qo=class extends Gr{constructor(){super(128,64,16,!1),this.Ah=1779033703,this.Al=-205731576,this.Bh=-1150833019,this.Bl=-2067093701,this.Ch=1013904242,this.Cl=-23791573,this.Dh=-1521486534,this.Dl=1595750129,this.Eh=1359893119,this.El=-1377402159,this.Fh=-1694144372,this.Fl=725511199,this.Gh=528734635,this.Gl=-79577749,this.Hh=1541459225,this.Hl=327033209}get(){let{Ah:e,Al:r,Bh:n,Bl:i,Ch:o,Cl:s,Dh:a,Dl:c,Eh:f,El:u,Fh:l,Fl:h,Gh:y,Gl:d,Hh:p,Hl:g}=this;return[e,r,n,i,o,s,a,c,f,u,l,h,y,d,p,g]}set(e,r,n,i,o,s,a,c,f,u,l,h,y,d,p,g){this.Ah=e|0,this.Al=r|0,this.Bh=n|0,this.Bl=i|0,this.Ch=o|0,this.Cl=s|0,this.Dh=a|0,this.Dl=c|0,this.Eh=f|0,this.El=u|0,this.Fh=l|0,this.Fl=h|0,this.Gh=y|0,this.Gl=d|0,this.Hh=p|0,this.Hl=g|0}process(e,r){for(let v=0;v<16;v++,r+=4)je[v]=e.getUint32(r),tr[v]=e.getUint32(r+=4);for(let v=16;v<80;v++){let R=je[v-15]|0,E=tr[v-15]|0,S=$.rotrSH(R,E,1)^$.rotrSH(R,E,8)^$.shrSH(R,E,7),L=$.rotrSL(R,E,1)^$.rotrSL(R,E,8)^$.shrSL(R,E,7),N=je[v-2]|0,z=tr[v-2]|0,H=$.rotrSH(N,z,19)^$.rotrBH(N,z,61)^$.shrSH(N,z,6),V=$.rotrSL(N,z,19)^$.rotrBL(N,z,61)^$.shrSL(N,z,6),Q=$.add4L(L,V,tr[v-7],tr[v-16]),st=$.add4H(Q,S,H,je[v-7],je[v-16]);je[v]=st|0,tr[v]=Q|0}let{Ah:n,Al:i,Bh:o,Bl:s,Ch:a,Cl:c,Dh:f,Dl:u,Eh:l,El:h,Fh:y,Fl:d,Gh:p,Gl:g,Hh:x,Hl:w}=this;for(let v=0;v<80;v++){let R=$.rotrSH(l,h,14)^$.rotrSH(l,h,18)^$.rotrBH(l,h,41),E=$.rotrSL(l,h,14)^$.rotrSL(l,h,18)^$.rotrBL(l,h,41),S=l&y^~l&p,L=h&d^~h&g,N=$.add5L(w,E,L,jp[v],tr[v]),z=$.add5H(N,x,R,S,Jp[v],je[v]),H=N|0,V=$.rotrSH(n,i,28)^$.rotrBH(n,i,34)^$.rotrBH(n,i,39),Q=$.rotrSL(n,i,28)^$.rotrBL(n,i,34)^$.rotrBL(n,i,39),st=n&o^n&a^o&a,Dt=i&s^i&c^s&c;x=p|0,w=g|0,p=y|0,g=d|0,y=l|0,d=h|0,{h:l,l:h}=$.add(f|0,u|0,z|0,H|0),f=a|0,u=c|0,a=o|0,c=s|0,o=n|0,s=i|0;let T=$.add3L(H,Q,Dt);n=$.add3H(T,z,V,st),i=T|0}({h:n,l:i}=$.add(this.Ah|0,this.Al|0,n|0,i|0)),{h:o,l:s}=$.add(this.Bh|0,this.Bl|0,o|0,s|0),{h:a,l:c}=$.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:f,l:u}=$.add(this.Dh|0,this.Dl|0,f|0,u|0),{h:l,l:h}=$.add(this.Eh|0,this.El|0,l|0,h|0),{h:y,l:d}=$.add(this.Fh|0,this.Fl|0,y|0,d|0),{h:p,l:g}=$.add(this.Gh|0,this.Gl|0,p|0,g|0),{h:x,l:w}=$.add(this.Hh|0,this.Hl|0,x|0,w|0),this.set(n,i,o,s,a,c,f,u,l,h,y,d,p,g,x,w)}roundClean(){je.fill(0),tr.fill(0)}destroy(){this.buffer.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var Xo=hi(()=>new Qo);var gi={};_t(gi,{bitGet:()=>sy,bitLen:()=>oy,bitMask:()=>xn,bitSet:()=>ay,bytesToHex:()=>Oe,bytesToNumberBE:()=>Ke,bytesToNumberLE:()=>er,concatBytes:()=>Me,createHmacDrbg:()=>ts,ensureBytes:()=>vt,equalBytes:()=>ny,hexToBytes:()=>xr,hexToNumber:()=>jo,numberToBytesBE:()=>rr,numberToBytesLE:()=>br,numberToHexUnpadded:()=>Ic,numberToVarBytesBE:()=>ry,utf8ToBytes:()=>iy,validateObject:()=>Ie});var Ac=BigInt(0),pi=BigInt(1),ty=BigInt(2),yi=t=>t instanceof Uint8Array,ey=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Oe(t){if(!yi(t))throw new Error("Uint8Array expected");let e="";for(let r=0;r<t.length;r++)e+=ey[t[r]];return e}function Ic(t){let e=t.toString(16);return e.length&1?`0${e}`:e}function jo(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return BigInt(t===""?"0":`0x${t}`)}function xr(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);let e=t.length;if(e%2)throw new Error("padded hex string expected, got unpadded hex of length "+e);let r=new Uint8Array(e/2);for(let n=0;n<r.length;n++){let i=n*2,o=t.slice(i,i+2),s=Number.parseInt(o,16);if(Number.isNaN(s)||s<0)throw new Error("Invalid byte sequence");r[n]=s}return r}function Ke(t){return jo(Oe(t))}function er(t){if(!yi(t))throw new Error("Uint8Array expected");return jo(Oe(Uint8Array.from(t).reverse()))}function rr(t,e){return xr(t.toString(16).padStart(e*2,"0"))}function br(t,e){return rr(t,e).reverse()}function ry(t){return xr(Ic(t))}function vt(t,e,r){let n;if(typeof e=="string")try{n=xr(e)}catch(o){throw new Error(`${t} must be valid hex string, got "${e}". Cause: ${o}`)}else if(yi(e))n=Uint8Array.from(e);else throw new Error(`${t} must be hex string or Uint8Array`);let i=n.length;if(typeof r=="number"&&i!==r)throw new Error(`${t} expected ${r} bytes, got ${i}`);return n}function Me(...t){let e=new Uint8Array(t.reduce((n,i)=>n+i.length,0)),r=0;return t.forEach(n=>{if(!yi(n))throw new Error("Uint8Array expected");e.set(n,r),r+=n.length}),e}function ny(t,e){if(t.length!==e.length)return!1;for(let r=0;r<t.length;r++)if(t[r]!==e[r])return!1;return!0}function iy(t){if(typeof t!="string")throw new Error(`utf8ToBytes expected string, got ${typeof t}`);return new Uint8Array(new TextEncoder().encode(t))}function oy(t){let e;for(e=0;t>Ac;t>>=pi,e+=1);return e}function sy(t,e){return t>>BigInt(e)&pi}var ay=(t,e,r)=>t|(r?pi:Ac)<<BigInt(e),xn=t=>(ty<<BigInt(t-1))-pi,Jo=t=>new Uint8Array(t),Bc=t=>Uint8Array.from(t);function ts(t,e,r){if(typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof r!="function")throw new Error("hmacFn must be a function");let n=Jo(t),i=Jo(t),o=0,s=()=>{n.fill(1),i.fill(0),o=0},a=(...l)=>r(i,n,...l),c=(l=Jo())=>{i=a(Bc([0]),l),n=a(),l.length!==0&&(i=a(Bc([1]),l),n=a())},f=()=>{if(o++>=1e3)throw new Error("drbg: tried 1000 values");let l=0,h=[];for(;l<e;){n=a();let y=n.slice();h.push(y),l+=n.length}return Me(...h)};return(l,h)=>{s(),c(l);let y;for(;!(y=h(f()));)c();return s(),y}}var cy={bigint:t=>typeof t=="bigint",function:t=>typeof t=="function",boolean:t=>typeof t=="boolean",string:t=>typeof t=="string",stringOrUint8Array:t=>typeof t=="string"||t instanceof Uint8Array,isSafeInteger:t=>Number.isSafeInteger(t),array:t=>Array.isArray(t),field:(t,e)=>e.Fp.isValid(t),hash:t=>typeof t=="function"&&Number.isSafeInteger(t.outputLen)};function Ie(t,e,r={}){let n=(i,o,s)=>{let a=cy[o];if(typeof a!="function")throw new Error(`Invalid validator "${o}", expected function`);let c=t[i];if(!(s&&c===void 0)&&!a(c,t))throw new Error(`Invalid param ${String(i)}=${c} (${typeof c}), expected ${o}`)};for(let[i,o]of Object.entries(e))n(i,o,!1);for(let[i,o]of Object.entries(r))n(i,o,!0);return t}var Tt=BigInt(0),pt=BigInt(1),vr=BigInt(2),fy=BigInt(3),es=BigInt(4),Tc=BigInt(5),Cc=BigInt(8),uy=BigInt(9),ly=BigInt(16);function ct(t,e){let r=t%e;return r>=Tt?r:e+r}function hy(t,e,r){if(r<=Tt||e<Tt)throw new Error("Expected power/modulo > 0");if(r===pt)return Tt;let n=pt;for(;e>Tt;)e&pt&&(n=n*t%r),t=t*t%r,e>>=pt;return n}function yt(t,e,r){let n=t;for(;e-- >Tt;)n*=n,n%=r;return n}function mi(t,e){if(t===Tt||e<=Tt)throw new Error(`invert: expected positive integers, got n=${t} mod=${e}`);let r=ct(t,e),n=e,i=Tt,o=pt,s=pt,a=Tt;for(;r!==Tt;){let f=n/r,u=n%r,l=i-s*f,h=o-a*f;n=r,r=u,i=s,o=a,s=l,a=h}if(n!==pt)throw new Error("invert: does not exist");return ct(i,e)}function dy(t){let e=(t-pt)/vr,r,n,i;for(r=t-pt,n=0;r%vr===Tt;r/=vr,n++);for(i=vr;i<t&&hy(i,e,t)!==t-pt;i++);if(n===1){let s=(t+pt)/es;return function(c,f){let u=c.pow(f,s);if(!c.eql(c.sqr(u),f))throw new Error("Cannot find square root");return u}}let o=(r+pt)/vr;return function(a,c){if(a.pow(c,e)===a.neg(a.ONE))throw new Error("Cannot find square root");let f=n,u=a.pow(a.mul(a.ONE,i),r),l=a.pow(c,o),h=a.pow(c,r);for(;!a.eql(h,a.ONE);){if(a.eql(h,a.ZERO))return a.ZERO;let y=1;for(let p=a.sqr(h);y<f&&!a.eql(p,a.ONE);y++)p=a.sqr(p);let d=a.pow(u,pt<<BigInt(f-y-1));u=a.sqr(d),l=a.mul(l,d),h=a.mul(h,u),f=y}return l}}function py(t){if(t%es===fy){let e=(t+pt)/es;return function(n,i){let o=n.pow(i,e);if(!n.eql(n.sqr(o),i))throw new Error("Cannot find square root");return o}}if(t%Cc===Tc){let e=(t-Tc)/Cc;return function(n,i){let o=n.mul(i,vr),s=n.pow(o,e),a=n.mul(i,s),c=n.mul(n.mul(a,vr),s),f=n.mul(a,n.sub(c,n.ONE));if(!n.eql(n.sqr(f),i))throw new Error("Cannot find square root");return f}}return t%ly,dy(t)}var _c=(t,e)=>(ct(t,e)&pt)===pt,yy=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function rs(t){let e={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},r=yy.reduce((n,i)=>(n[i]="function",n),e);return Ie(t,r)}function gy(t,e,r){if(r<Tt)throw new Error("Expected power > 0");if(r===Tt)return t.ONE;if(r===pt)return e;let n=t.ONE,i=e;for(;r>Tt;)r&pt&&(n=t.mul(n,i)),i=t.sqr(i),r>>=pt;return n}function my(t,e){let r=new Array(e.length),n=e.reduce((o,s,a)=>t.is0(s)?o:(r[a]=o,t.mul(o,s)),t.ONE),i=t.inv(n);return e.reduceRight((o,s,a)=>t.is0(s)?o:(r[a]=t.mul(o,r[a]),t.mul(o,s)),i),r}function ns(t,e){let r=e!==void 0?e:t.toString(2).length,n=Math.ceil(r/8);return{nBitLength:r,nByteLength:n}}function xi(t,e,r=!1,n={}){if(t<=Tt)throw new Error(`Expected Field ORDER > 0, got ${t}`);let{nBitLength:i,nByteLength:o}=ns(t,e);if(o>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=py(t),a=Object.freeze({ORDER:t,BITS:i,BYTES:o,MASK:xn(i),ZERO:Tt,ONE:pt,create:c=>ct(c,t),isValid:c=>{if(typeof c!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof c}`);return Tt<=c&&c<t},is0:c=>c===Tt,isOdd:c=>(c&pt)===pt,neg:c=>ct(-c,t),eql:(c,f)=>c===f,sqr:c=>ct(c*c,t),add:(c,f)=>ct(c+f,t),sub:(c,f)=>ct(c-f,t),mul:(c,f)=>ct(c*f,t),pow:(c,f)=>gy(a,c,f),div:(c,f)=>ct(c*mi(f,t),t),sqrN:c=>c*c,addN:(c,f)=>c+f,subN:(c,f)=>c-f,mulN:(c,f)=>c*f,inv:c=>mi(c,t),sqrt:n.sqrt||(c=>s(a,c)),invertBatch:c=>my(a,c),cmov:(c,f,u)=>u?f:c,toBytes:c=>r?br(c,o):rr(c,o),fromBytes:c=>{if(c.length!==o)throw new Error(`Fp.fromBytes: expected ${o}, got ${c.length}`);return r?er(c):Ke(c)}});return Object.freeze(a)}function Rc(t,e){if(!t.isOdd)throw new Error("Field doesn't have isOdd");let r=t.sqrt(e);return t.isOdd(r)?t.neg(r):r}function Lc(t){if(typeof t!="bigint")throw new Error("field order must be bigint");let e=t.toString(2).length;return Math.ceil(e/8)}function is(t){let e=Lc(t);return e+Math.ceil(e/2)}function Nc(t,e,r=!1){let n=t.length,i=Lc(e),o=is(e);if(n<16||n<o||n>1024)throw new Error(`expected ${o}-1024 bytes of input, got ${n}`);let s=r?Ke(t):er(t),a=ct(s,e-pt)+pt;return r?br(a,i):rr(a,i)}var by=BigInt(0),os=BigInt(1);function bi(t,e){let r=(i,o)=>{let s=o.negate();return i?s:o},n=i=>{let o=Math.ceil(e/i)+1,s=2**(i-1);return{windows:o,windowSize:s}};return{constTimeNegate:r,unsafeLadder(i,o){let s=t.ZERO,a=i;for(;o>by;)o&os&&(s=s.add(a)),a=a.double(),o>>=os;return s},precomputeWindow(i,o){let{windows:s,windowSize:a}=n(o),c=[],f=i,u=f;for(let l=0;l<s;l++){u=f,c.push(u);for(let h=1;h<a;h++)u=u.add(f),c.push(u);f=u.double()}return c},wNAF(i,o,s){let{windows:a,windowSize:c}=n(i),f=t.ZERO,u=t.BASE,l=BigInt(2**i-1),h=2**i,y=BigInt(i);for(let d=0;d<a;d++){let p=d*c,g=Number(s&l);s>>=y,g>c&&(g-=h,s+=os);let x=p,w=p+Math.abs(g)-1,v=d%2!==0,R=g<0;g===0?u=u.add(r(v,o[x])):f=f.add(r(R,o[w]))}return{p:f,f:u}},wNAFCached(i,o,s,a){let c=i._WINDOW_SIZE||1,f=o.get(i);return f||(f=this.precomputeWindow(i,c),c!==1&&o.set(i,a(f))),this.wNAF(c,f,s)}}}function bn(t){return rs(t.Fp),Ie(t,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...ns(t.n,t.nBitLength),...t,p:t.Fp.ORDER})}var he=BigInt(0),jt=BigInt(1),vi=BigInt(2),vy=BigInt(8),wy={zip215:!0};function Ey(t){let e=bn(t);return Ie(t,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...e})}function wi(t){let e=Ey(t),{Fp:r,n,prehash:i,hash:o,randomBytes:s,nByteLength:a,h:c}=e,f=vi<<BigInt(a*8)-jt,u=r.create,l=e.uvRatio||((D,A)=>{try{return{isValid:!0,value:r.sqrt(D*r.inv(A))}}catch{return{isValid:!1,value:he}}}),h=e.adjustScalarBytes||(D=>D),y=e.domain||((D,A,O)=>{if(A.length||O)throw new Error("Contexts/pre-hash are not supported");return D}),d=D=>typeof D=="bigint"&&he<D,p=(D,A)=>d(D)&&d(A)&&D<A,g=D=>D===he||p(D,f);function x(D,A){if(p(D,A))return D;throw new Error(`Expected valid scalar < ${A}, got ${typeof D} ${D}`)}function w(D){return D===he?D:x(D,n)}let v=new Map;function R(D){if(!(D instanceof E))throw new Error("ExtendedPoint expected")}class E{constructor(A,O,K,q){if(this.ex=A,this.ey=O,this.ez=K,this.et=q,!g(A))throw new Error("x required");if(!g(O))throw new Error("y required");if(!g(K))throw new Error("z required");if(!g(q))throw new Error("t required")}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(A){if(A instanceof E)throw new Error("extended point not allowed");let{x:O,y:K}=A||{};if(!g(O)||!g(K))throw new Error("invalid affine point");return new E(O,K,jt,u(O*K))}static normalizeZ(A){let O=r.invertBatch(A.map(K=>K.ez));return A.map((K,q)=>K.toAffine(O[q])).map(E.fromAffine)}_setWindowSize(A){this._WINDOW_SIZE=A,v.delete(this)}assertValidity(){let{a:A,d:O}=e;if(this.is0())throw new Error("bad point: ZERO");let{ex:K,ey:q,ez:Y,et:X}=this,ot=u(K*K),J=u(q*q),et=u(Y*Y),Bt=u(et*et),mt=u(ot*A),Pt=u(et*u(mt+J)),Ut=u(Bt+u(O*u(ot*J)));if(Pt!==Ut)throw new Error("bad point: equation left != right (1)");let It=u(K*q),Ot=u(Y*X);if(It!==Ot)throw new Error("bad point: equation left != right (2)")}equals(A){R(A);let{ex:O,ey:K,ez:q}=this,{ex:Y,ey:X,ez:ot}=A,J=u(O*ot),et=u(Y*q),Bt=u(K*ot),mt=u(X*q);return J===et&&Bt===mt}is0(){return this.equals(E.ZERO)}negate(){return new E(u(-this.ex),this.ey,this.ez,u(-this.et))}double(){let{a:A}=e,{ex:O,ey:K,ez:q}=this,Y=u(O*O),X=u(K*K),ot=u(vi*u(q*q)),J=u(A*Y),et=O+K,Bt=u(u(et*et)-Y-X),mt=J+X,Pt=mt-ot,Ut=J-X,It=u(Bt*Pt),Ot=u(mt*Ut),Le=u(Bt*Ut),cr=u(Pt*mt);return new E(It,Ot,cr,Le)}add(A){R(A);let{a:O,d:K}=e,{ex:q,ey:Y,ez:X,et:ot}=this,{ex:J,ey:et,ez:Bt,et:mt}=A;if(O===BigInt(-1)){let pa=u((Y-q)*(et+J)),ya=u((Y+q)*(et-J)),Xi=u(ya-pa);if(Xi===he)return this.double();let ga=u(X*vi*mt),ma=u(ot*vi*Bt),xa=ma+ga,ba=ya+pa,va=ma-ga,Fu=u(xa*Xi),qu=u(ba*va),Hu=u(xa*va),zu=u(Xi*ba);return new E(Fu,qu,zu,Hu)}let Pt=u(q*J),Ut=u(Y*et),It=u(ot*K*mt),Ot=u(X*Bt),Le=u((q+Y)*(J+et)-Pt-Ut),cr=Ot-It,on=Ot+It,da=u(Ut-O*Pt),Ou=u(Le*cr),Ku=u(on*da),Mu=u(Le*da),Vu=u(cr*on);return new E(Ou,Ku,Vu,Mu)}subtract(A){return this.add(A.negate())}wNAF(A){return N.wNAFCached(this,v,A,E.normalizeZ)}multiply(A){let{p:O,f:K}=this.wNAF(x(A,n));return E.normalizeZ([O,K])[0]}multiplyUnsafe(A){let O=w(A);return O===he?L:this.equals(L)||O===jt?this:this.equals(S)?this.wNAF(O).p:N.unsafeLadder(this,O)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return N.unsafeLadder(this,n).is0()}toAffine(A){let{ex:O,ey:K,ez:q}=this,Y=this.is0();A==null&&(A=Y?vy:r.inv(q));let X=u(O*A),ot=u(K*A),J=u(q*A);if(Y)return{x:he,y:jt};if(J!==jt)throw new Error("invZ was invalid");return{x:X,y:ot}}clearCofactor(){let{h:A}=e;return A===jt?this:this.multiplyUnsafe(A)}static fromHex(A,O=!1){let{d:K,a:q}=e,Y=r.BYTES;A=vt("pointHex",A,Y);let X=A.slice(),ot=A[Y-1];X[Y-1]=ot&-129;let J=er(X);J===he||(O?x(J,f):x(J,r.ORDER));let et=u(J*J),Bt=u(et-jt),mt=u(K*et-q),{isValid:Pt,value:Ut}=l(Bt,mt);if(!Pt)throw new Error("Point.fromHex: invalid y coordinate");let It=(Ut&jt)===jt,Ot=(ot&128)!==0;if(!O&&Ut===he&&Ot)throw new Error("Point.fromHex: x=0 and x_0=1");return Ot!==It&&(Ut=u(-Ut)),E.fromAffine({x:Ut,y:J})}static fromPrivateKey(A){return V(A).point}toRawBytes(){let{x:A,y:O}=this.toAffine(),K=br(O,r.BYTES);return K[K.length-1]|=A&jt?128:0,K}toHex(){return Oe(this.toRawBytes())}}E.BASE=new E(e.Gx,e.Gy,jt,u(e.Gx*e.Gy)),E.ZERO=new E(he,jt,jt,he);let{BASE:S,ZERO:L}=E,N=bi(E,a*8);function z(D){return ct(D,n)}function H(D){return z(er(D))}function V(D){let A=a;D=vt("private key",D,A);let O=vt("hashed private key",o(D),2*A),K=h(O.slice(0,A)),q=O.slice(A,2*A),Y=H(K),X=S.multiply(Y),ot=X.toRawBytes();return{head:K,prefix:q,scalar:Y,point:X,pointBytes:ot}}function Q(D){return V(D).pointBytes}function st(D=new Uint8Array,...A){let O=Me(...A);return H(o(y(O,vt("context",D),!!i)))}function Dt(D,A,O={}){D=vt("message",D),i&&(D=i(D));let{prefix:K,scalar:q,pointBytes:Y}=V(A),X=st(O.context,K,D),ot=S.multiply(X).toRawBytes(),J=st(O.context,ot,Y,D),et=z(X+J*q);w(et);let Bt=Me(ot,br(et,r.BYTES));return vt("result",Bt,a*2)}let T=wy;function P(D,A,O,K=T){let{context:q,zip215:Y}=K,X=r.BYTES;D=vt("signature",D,2*X),A=vt("message",A),i&&(A=i(A));let ot=er(D.slice(X,2*X)),J,et,Bt;try{J=E.fromHex(O,Y),et=E.fromHex(D.slice(0,X),Y),Bt=S.multiplyUnsafe(ot)}catch{return!1}if(!Y&&J.isSmallOrder())return!1;let mt=st(q,et.toRawBytes(),J.toRawBytes(),A);return et.add(J.multiplyUnsafe(mt)).subtract(Bt).clearCofactor().equals(E.ZERO)}return S._setWindowSize(8),{CURVE:e,getPublicKey:Q,sign:Dt,verify:P,ExtendedPoint:E,utils:{getExtendedPublicKey:V,randomPrivateKey:()=>s(r.BYTES),precompute(D=8,A=E.BASE){return A._setWindowSize(D),A.multiply(BigInt(3)),A}}}}var as=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),Dc=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),c2=BigInt(0),Sy=BigInt(1),ss=BigInt(2),By=BigInt(5),Pc=BigInt(10),Ay=BigInt(20),Iy=BigInt(40),Uc=BigInt(80);function Ty(t){let e=as,n=t*t%e*t%e,i=yt(n,ss,e)*n%e,o=yt(i,Sy,e)*t%e,s=yt(o,By,e)*o%e,a=yt(s,Pc,e)*s%e,c=yt(a,Ay,e)*a%e,f=yt(c,Iy,e)*c%e,u=yt(f,Uc,e)*f%e,l=yt(u,Uc,e)*f%e,h=yt(l,Pc,e)*s%e;return{pow_p_5_8:yt(h,ss,e)*t%e,b2:n}}function Cy(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}function _y(t,e){let r=as,n=ct(e*e*e,r),i=ct(n*n*e,r),o=Ty(t*i).pow_p_5_8,s=ct(t*n*o,r),a=ct(e*s*s,r),c=s,f=ct(s*Dc,r),u=a===t,l=a===ct(-t,r),h=a===ct(-t*Dc,r);return u&&(s=c),(l||h)&&(s=f),_c(s,r)&&(s=ct(-s,r)),{isValid:u||l,value:s}}var Ve=xi(as,void 0,!0),cs={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:Ve,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:Xo,randomBytes:zr,adjustScalarBytes:Cy,uvRatio:_y},Wr=wi(cs);function kc(t,e,r){if(e.length>255)throw new Error("Context is too big");return li(Yo("SigEd25519 no Ed25519 collisions"),new Uint8Array([r?1:0,e.length]),e,t)}var f2=wi({...cs,domain:kc}),u2=wi({...cs,domain:kc,prehash:Xo});var Ry=(Ve.ORDER+BigInt(3))/BigInt(8),l2=Ve.pow(ss,Ry),h2=Ve.sqrt(Ve.neg(Ve.ONE)),d2=(Ve.ORDER-BigInt(5))/BigInt(8),p2=BigInt(486662);var y2=Rc(Ve,Ve.neg(BigInt(486664)));var g2=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),m2=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),x2=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),b2=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952");var v2=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var $r=32,Fe=64,Ei=32;function Oc(){let t=Wr.utils.randomPrivateKey(),e=Wr.getPublicKey(t);return{privateKey:Fc(t,e),publicKey:e}}function Kc(t){if(t.length!==Ei)throw new TypeError('"seed" must be 32 bytes in length.');if(!(t instanceof Uint8Array))throw new TypeError('"seed" must be a node.js Buffer, or Uint8Array.');let e=t,r=Wr.getPublicKey(e);return{privateKey:Fc(e,r),publicKey:r}}function Mc(t,e){let r=t.subarray(0,Ei);return Wr.sign(e instanceof Uint8Array?e:e.subarray(),r)}function Vc(t,e,r){return Wr.verify(e,r instanceof Uint8Array?r:r.subarray(),t)}function Fc(t,e){let r=new Uint8Array(Fe);for(let n=0;n<Ei;n++)r[n]=t[n],r[Ei+n]=e[n];return r}var Yt={get(t=globalThis){let e=t.crypto;if(e==null||e.subtle==null)throw Object.assign(new Error("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"),{code:"ERR_MISSING_WEB_CRYPTO"});return e}};var fs={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function us(t){let e=t?.algorithm??"AES-GCM",r=t?.keyLength??16,n=t?.nonceLength??12,i=t?.digest??"SHA-256",o=t?.saltLength??16,s=t?.iterations??32767,a=Yt.get();r*=8;async function c(l,h){let y=a.getRandomValues(new Uint8Array(o)),d=a.getRandomValues(new Uint8Array(n)),p={name:e,iv:d};typeof h=="string"&&(h=bt(h));let g;if(h.length===0){g=await a.subtle.importKey("jwk",fs,{name:"AES-GCM"},!0,["encrypt"]);try{let w={name:"PBKDF2",salt:y,iterations:s,hash:{name:i}},v=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(w,v,{name:e,length:r},!0,["encrypt"])}catch{g=await a.subtle.importKey("jwk",fs,{name:"AES-GCM"},!0,["encrypt"])}}else{let w={name:"PBKDF2",salt:y,iterations:s,hash:{name:i}},v=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(w,v,{name:e,length:r},!0,["encrypt"])}let x=await a.subtle.encrypt(p,g,l);return mr([y,p.iv,new Uint8Array(x)])}async function f(l,h){let y=l.subarray(0,o),d=l.subarray(o,o+n),p=l.subarray(o+n),g={name:e,iv:d};typeof h=="string"&&(h=bt(h));let x;if(h.length===0)try{let v={name:"PBKDF2",salt:y,iterations:s,hash:{name:i}},R=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(v,R,{name:e,length:r},!0,["decrypt"])}catch{x=await a.subtle.importKey("jwk",fs,{name:"AES-GCM"},!0,["decrypt"])}else{let v={name:"PBKDF2",salt:y,iterations:s,hash:{name:i}},R=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(v,R,{name:e,length:r},!0,["decrypt"])}let w=await a.subtle.decrypt(g,x,p);return new Uint8Array(w)}return{encrypt:c,decrypt:f}}async function Yr(t,e){let n=await us().encrypt(t,e);return Fn.encode(n)}var ls=new Float32Array([-0]),nr=new Uint8Array(ls.buffer);function Hc(t,e,r){ls[0]=t,e[r]=nr[0],e[r+1]=nr[1],e[r+2]=nr[2],e[r+3]=nr[3]}function zc(t,e){return nr[0]=t[e],nr[1]=t[e+1],nr[2]=t[e+2],nr[3]=t[e+3],ls[0]}var hs=new Float64Array([-0]),Mt=new Uint8Array(hs.buffer);function Gc(t,e,r){hs[0]=t,e[r]=Mt[0],e[r+1]=Mt[1],e[r+2]=Mt[2],e[r+3]=Mt[3],e[r+4]=Mt[4],e[r+5]=Mt[5],e[r+6]=Mt[6],e[r+7]=Mt[7]}function Wc(t,e){return Mt[0]=t[e],Mt[1]=t[e+1],Mt[2]=t[e+2],Mt[3]=t[e+3],Mt[4]=t[e+4],Mt[5]=t[e+5],Mt[6]=t[e+6],Mt[7]=t[e+7],hs[0]}var Ny=BigInt(Number.MAX_SAFE_INTEGER),Dy=BigInt(Number.MIN_SAFE_INTEGER),Zt=class t{lo;hi;constructor(e,r){this.lo=e|0,this.hi=r|0}toNumber(e=!1){if(!e&&this.hi>>>31>0){let r=~this.lo+1>>>0,n=~this.hi>>>0;return r===0&&(n=n+1>>>0),-(r+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(e=!1){if(e)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let r=~this.lo+1>>>0,n=~this.hi>>>0;return r===0&&(n=n+1>>>0),-(BigInt(r)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(e=!1){return this.toBigInt(e).toString()}zzEncode(){let e=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^e)>>>0,this.lo=(this.lo<<1^e)>>>0,this}zzDecode(){let e=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^e)>>>0,this.hi=(this.hi>>>1^e)>>>0,this}length(){let e=this.lo,r=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?r===0?e<16384?e<128?1:2:e<2097152?3:4:r<16384?r<128?5:6:r<2097152?7:8:n<128?9:10}static fromBigInt(e){if(e===0n)return wr;if(e<Ny&&e>Dy)return this.fromNumber(Number(e));let r=e<0n;r&&(e=-e);let n=e>>32n,i=e-(n<<32n);return r&&(n=~n|0n,i=~i|0n,++i>$c&&(i=0n,++n>$c&&(n=0n))),new t(Number(i),Number(n))}static fromNumber(e){if(e===0)return wr;let r=e<0;r&&(e=-e);let n=e>>>0,i=(e-n)/4294967296>>>0;return r&&(i=~i>>>0,n=~n>>>0,++n>4294967295&&(n=0,++i>4294967295&&(i=0))),new t(n,i)}static from(e){return typeof e=="number"?t.fromNumber(e):typeof e=="bigint"?t.fromBigInt(e):typeof e=="string"?t.fromBigInt(BigInt(e)):e.low!=null||e.high!=null?new t(e.low>>>0,e.high>>>0):wr}},wr=new Zt(0,0);wr.toBigInt=function(){return 0n};wr.zzEncode=wr.zzDecode=function(){return this};wr.length=function(){return 1};var $c=4294967296n;function Yc(t){let e=0,r=0;for(let n=0;n<t.length;++n)r=t.charCodeAt(n),r<128?e+=1:r<2048?e+=2:(r&64512)===55296&&(t.charCodeAt(n+1)&64512)===56320?(++n,e+=4):e+=3;return e}function Zc(t,e,r){if(r-e<1)return"";let i,o=[],s=0,a;for(;e<r;)a=t[e++],a<128?o[s++]=a:a>191&&a<224?o[s++]=(a&31)<<6|t[e++]&63:a>239&&a<365?(a=((a&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,o[s++]=55296+(a>>10),o[s++]=56320+(a&1023)):o[s++]=(a&15)<<12|(t[e++]&63)<<6|t[e++]&63,s>8191&&((i??(i=[])).push(String.fromCharCode.apply(String,o)),s=0);return i!=null?(s>0&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))}function ds(t,e,r){let n=r,i,o;for(let s=0;s<t.length;++s)i=t.charCodeAt(s),i<128?e[r++]=i:i<2048?(e[r++]=i>>6|192,e[r++]=i&63|128):(i&64512)===55296&&((o=t.charCodeAt(s+1))&64512)===56320?(i=65536+((i&1023)<<10)+(o&1023),++s,e[r++]=i>>18|240,e[r++]=i>>12&63|128,e[r++]=i>>6&63|128,e[r++]=i&63|128):(e[r++]=i>>12|224,e[r++]=i>>6&63|128,e[r++]=i&63|128);return r-n}function de(t,e){return RangeError(`index out of range: ${t.pos} + ${e??1} > ${t.len}`)}function Si(t,e){return(t[e-4]|t[e-3]<<8|t[e-2]<<16|t[e-1]<<24)>>>0}var ps=class{buf;pos;len;_slice=Uint8Array.prototype.subarray;constructor(e){this.buf=e,this.pos=0,this.len=e.length}uint32(){let e=4294967295;if(e=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(e=(e|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(e=(e|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return e;if((this.pos+=5)>this.len)throw this.pos=this.len,de(this,10);return e}int32(){return this.uint32()|0}sint32(){let e=this.uint32();return e>>>1^-(e&1)|0}bool(){return this.uint32()!==0}fixed32(){if(this.pos+4>this.len)throw de(this,4);return Si(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw de(this,4);return Si(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw de(this,4);let e=zc(this.buf,this.pos);return this.pos+=4,e}double(){if(this.pos+8>this.len)throw de(this,4);let e=Wc(this.buf,this.pos);return this.pos+=8,e}bytes(){let e=this.uint32(),r=this.pos,n=this.pos+e;if(n>this.len)throw de(this,e);return this.pos+=e,r===n?new Uint8Array(0):this.buf.subarray(r,n)}string(){let e=this.bytes();return Zc(e,0,e.length)}skip(e){if(typeof e=="number"){if(this.pos+e>this.len)throw de(this,e);this.pos+=e}else do if(this.pos>=this.len)throw de(this);while(this.buf[this.pos++]&128);return this}skipType(e){switch(e){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(e=this.uint32()&7)!==4;)this.skipType(e);break;case 5:this.skip(4);break;default:throw Error(`invalid wire type ${e} at offset ${this.pos}`)}return this}readLongVarint(){let e=new Zt(0,0),r=0;if(this.len-this.pos>4){for(;r<4;++r)if(e.lo=(e.lo|(this.buf[this.pos]&127)<<r*7)>>>0,this.buf[this.pos++]<128)return e;if(e.lo=(e.lo|(this.buf[this.pos]&127)<<28)>>>0,e.hi=(e.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return e;r=0}else{for(;r<3;++r){if(this.pos>=this.len)throw de(this);if(e.lo=(e.lo|(this.buf[this.pos]&127)<<r*7)>>>0,this.buf[this.pos++]<128)return e}return e.lo=(e.lo|(this.buf[this.pos++]&127)<<r*7)>>>0,e}if(this.len-this.pos>4){for(;r<5;++r)if(e.hi=(e.hi|(this.buf[this.pos]&127)<<r*7+3)>>>0,this.buf[this.pos++]<128)return e}else for(;r<5;++r){if(this.pos>=this.len)throw de(this);if(e.hi=(e.hi|(this.buf[this.pos]&127)<<r*7+3)>>>0,this.buf[this.pos++]<128)return e}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw de(this,8);let e=Si(this.buf,this.pos+=4),r=Si(this.buf,this.pos+=4);return new Zt(e,r)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){return this.readLongVarint().toNumber(!0)}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 ys(t){return new ps(t instanceof Uint8Array?t:t.subarray())}function pe(t,e){let r=ys(t);return e.decode(r)}function Bi(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function Er(t=0){return globalThis.Buffer?.allocUnsafe!=null?Bi(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function Jc(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}var Xc=Jc("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),gs=Jc("ascii","a",t=>{let e="a";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e},t=>{t=t.substring(1);let e=Er(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),Py={utf8:Xc,"utf-8":Xc,hex:Wt.base16,latin1:gs,ascii:gs,binary:gs,...Wt},jc=Py;function tf(t,e="utf8"){let r=jc[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Bi(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}function ms(t){let e=t??8192,r=e>>>1,n,i=e;return function(s){if(s<1||s>r)return Er(s);i+s>e&&(n=Er(e),i=0);let a=n.subarray(i,i+=s);return i&7&&(i=(i|7)+1),a}}var Sr=class{fn;len;next;val;constructor(e,r,n){this.fn=e,this.len=r,this.next=void 0,this.val=n}};function xs(){}var vs=class{head;tail;len;next;constructor(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}},Uy=ms();function ky(t){return globalThis.Buffer!=null?Er(t):Uy(t)}var En=class{len;head;tail;states;constructor(){this.len=0,this.head=new Sr(xs,0,0),this.tail=this.head,this.states=null}_push(e,r,n){return this.tail=this.tail.next=new Sr(e,r,n),this.len+=r,this}uint32(e){return this.len+=(this.tail=this.tail.next=new ws((e=e>>>0)<128?1:e<16384?2:e<2097152?3:e<268435456?4:5,e)).len,this}int32(e){return e<0?this._push(vn,10,Zt.fromNumber(e)):this.uint32(e)}sint32(e){return this.uint32((e<<1^e>>31)>>>0)}uint64(e){let r=Zt.fromBigInt(e);return this._push(vn,r.length(),r)}uint64Number(e){let r=Zt.fromNumber(e);return this._push(vn,r.length(),r)}uint64String(e){return this.uint64(BigInt(e))}int64(e){return this.uint64(e)}int64Number(e){return this.uint64Number(e)}int64String(e){return this.uint64String(e)}sint64(e){let r=Zt.fromBigInt(e).zzEncode();return this._push(vn,r.length(),r)}sint64Number(e){let r=Zt.fromNumber(e).zzEncode();return this._push(vn,r.length(),r)}sint64String(e){return this.sint64(BigInt(e))}bool(e){return this._push(bs,1,e?1:0)}fixed32(e){return this._push(wn,4,e>>>0)}sfixed32(e){return this.fixed32(e)}fixed64(e){let r=Zt.fromBigInt(e);return this._push(wn,4,r.lo)._push(wn,4,r.hi)}fixed64Number(e){let r=Zt.fromNumber(e);return this._push(wn,4,r.lo)._push(wn,4,r.hi)}fixed64String(e){return this.fixed64(BigInt(e))}sfixed64(e){return this.fixed64(e)}sfixed64Number(e){return this.fixed64Number(e)}sfixed64String(e){return this.fixed64String(e)}float(e){return this._push(Hc,4,e)}double(e){return this._push(Gc,8,e)}bytes(e){let r=e.length>>>0;return r===0?this._push(bs,1,0):this.uint32(r)._push(Ky,r,e)}string(e){let r=Yc(e);return r!==0?this.uint32(r)._push(ds,r,e):this._push(bs,1,0)}fork(){return this.states=new vs(this),this.head=this.tail=new Sr(xs,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 Sr(xs,0,0),this.len=0),this}ldelim(){let e=this.head,r=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=e.next,this.tail=r,this.len+=n),this}finish(){let e=this.head.next,r=ky(this.len),n=0;for(;e!=null;)e.fn(e.val,r,n),n+=e.len,e=e.next;return r}};function bs(t,e,r){e[r]=t&255}function Oy(t,e,r){for(;t>127;)e[r++]=t&127|128,t>>>=7;e[r]=t}var ws=class extends Sr{next;constructor(e,r){super(Oy,e,r),this.next=void 0}};function vn(t,e,r){for(;t.hi!==0;)e[r++]=t.lo&127|128,t.lo=(t.lo>>>7|t.hi<<25)>>>0,t.hi>>>=7;for(;t.lo>127;)e[r++]=t.lo&127|128,t.lo=t.lo>>>7;e[r++]=t.lo}function wn(t,e,r){e[r]=t&255,e[r+1]=t>>>8&255,e[r+2]=t>>>16&255,e[r+3]=t>>>24}function Ky(t,e,r){e.set(t,r)}globalThis.Buffer!=null&&(En.prototype.bytes=function(t){let e=t.length>>>0;return this.uint32(e),e>0&&this._push(My,e,t),this},En.prototype.string=function(t){let e=globalThis.Buffer.byteLength(t);return this.uint32(e),e>0&&this._push(Vy,e,t),this});function My(t,e,r){e.set(t,r)}function Vy(t,e,r){t.length<40?ds(t,e,r):e.utf8Write!=null?e.utf8Write(t,r):e.set(tf(t),r)}function Es(){return new En}function ye(t,e){let r=Es();return e.encode(t,r,{lengthDelimited:!1}),r.finish()}var Zr;(function(t){t[t.VARINT=0]="VARINT",t[t.BIT64=1]="BIT64",t[t.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",t[t.START_GROUP=3]="START_GROUP",t[t.END_GROUP=4]="END_GROUP",t[t.BIT32=5]="BIT32"})(Zr||(Zr={}));function Ai(t,e,r,n){return{name:t,type:e,encode:r,decode:n}}function Ss(t){function e(i){if(t[i.toString()]==null)throw new Error("Invalid enum value");return t[i]}let r=function(o,s){let a=e(o);s.int32(a)},n=function(o){let s=o.int32();return e(s)};return Ai("enum",Zr.VARINT,r,n)}function ge(t,e){return Ai("message",Zr.LENGTH_DELIMITED,t,e)}var gt;(function(t){t.RSA="RSA",t.Ed25519="Ed25519",t.Secp256k1="Secp256k1"})(gt||(gt={}));var Bs;(function(t){t[t.RSA=0]="RSA",t[t.Ed25519=1]="Ed25519",t[t.Secp256k1=2]="Secp256k1"})(Bs||(Bs={}));(function(t){t.codec=()=>Ss(Bs)})(gt||(gt={}));var Te;(function(t){let e;t.codec=()=>(e==null&&(e=ge((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),gt.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),i.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let i={},o=n==null?r.len:r.pos+n;for(;r.pos<o;){let s=r.uint32();switch(s>>>3){case 1:i.Type=gt.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),e),t.encode=r=>ye(r,t.codec()),t.decode=r=>pe(r,t.codec())})(Te||(Te={}));var Ce;(function(t){let e;t.codec=()=>(e==null&&(e=ge((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),gt.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),i.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let i={},o=n==null?r.len:r.pos+n;for(;r.pos<o;){let s=r.uint32();switch(s>>>3){case 1:i.Type=gt.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),e),t.encode=r=>ye(r,t.codec()),t.decode=r=>pe(r,t.codec())})(Ce||(Ce={}));var Sn=class{_key;constructor(e){this._key=Qr(e,$r)}verify(e,r){return Vc(this._key,r,e)}marshal(){return this._key}get bytes(){return Te.encode({Type:gt.Ed25519,Data:this.marshal()}).subarray()}equals(e){return Ht(this.bytes,e.bytes)}hash(){let e=kt.digest(this.bytes);return re(e)?e.then(({bytes:r})=>r):e.bytes}},Br=class{_key;_publicKey;constructor(e,r){this._key=Qr(e,Fe),this._publicKey=Qr(r,$r)}sign(e){return Mc(this._key,e)}get public(){return new Sn(this._publicKey)}marshal(){return this._key}get bytes(){return Ce.encode({Type:gt.Ed25519,Data:this.marshal()}).subarray()}equals(e){return Ht(this.bytes,e.bytes)}async hash(){let e=kt.digest(this.bytes),r;return re(e)?{bytes:r}=await e:r=e.bytes,r}async id(){let e=Ye.digest(this.public.bytes);return wt.encode(e.bytes).substring(1)}async export(e,r="libp2p-key"){if(r==="libp2p-key")return Yr(this.bytes,e);throw new F(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function Fy(t){if(t.length>Fe){t=Qr(t,Fe+$r);let n=t.subarray(0,Fe),i=t.subarray(Fe,t.length);return new Br(n,i)}t=Qr(t,Fe);let e=t.subarray(0,Fe),r=t.subarray($r);return new Br(e,r)}function qy(t){return t=Qr(t,$r),new Sn(t)}async function Hy(){let{privateKey:t,publicKey:e}=Oc();return new Br(t,e)}async function ef(t){let{privateKey:e,publicKey:r}=Kc(t);return new Br(e,r)}function Qr(t,e){if(t=Uint8Array.from(t??[]),t.length!==e)throw new F(`Key must be a Uint8Array of length ${e}, got ${t.length}`,"ERR_INVALID_KEY_TYPE");return t}var zy={"P-256":256,"P-384":384,"P-521":521},Gy=Object.keys(zy),Tb=Gy.join(" / ");var Rs={};_t(Rs,{MAX_KEY_SIZE:()=>Tn,RsaPrivateKey:()=>Xr,RsaPublicKey:()=>In,fromJwk:()=>r1,generateKeyPair:()=>n1,unmarshalRsaPrivateKey:()=>t1,unmarshalRsaPublicKey:()=>e1});var An=qt(at(),1);var lv=qt(af(),1);function Ti(t){if(isNaN(t)||t<=0)throw new F("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return zr(t)}var $b=qt(si(),1),Cs=qt(at(),1);function cf(t,e){return e.map(r=>Jt(t[r]))}function ff(t){return Cs.default.pki.setRsaPrivateKey(...cf(t,["n","e","d","p","q","dp","dq","qi"]))}function uf(t){return Cs.default.pki.setRsaPublicKey(...cf(t,["n","e"]))}var Ir={};_t(Ir,{jwkToPkcs1:()=>Zy,jwkToPkix:()=>Xy,pkcs1ToJwk:()=>Yy,pkixToJwk:()=>Qy});var Qb=qt(pn(),1),Xb=qt(si(),1);var qe=qt(at(),1);function Yy(t){let e=qe.default.asn1.fromDer(Kt(t,"ascii")),r=qe.default.pki.privateKeyFromAsn1(e);return{kty:"RSA",n:ue(r.n),e:ue(r.e),d:ue(r.d),p:ue(r.p),q:ue(r.q),dp:ue(r.dP),dq:ue(r.dQ),qi:ue(r.qInv),alg:"RS256"}}function Zy(t){if(t.n==null||t.e==null||t.d==null||t.p==null||t.q==null||t.dp==null||t.dq==null||t.qi==null)throw new F("JWK was missing components","ERR_INVALID_PARAMETERS");let e=qe.default.pki.privateKeyToAsn1({n:Jt(t.n),e:Jt(t.e),d:Jt(t.d),p:Jt(t.p),q:Jt(t.q),dP:Jt(t.dp),dQ:Jt(t.dq),qInv:Jt(t.qi)});return bt(qe.default.asn1.toDer(e).getBytes(),"ascii")}function Qy(t){let e=qe.default.asn1.fromDer(Kt(t,"ascii")),r=qe.default.pki.publicKeyFromAsn1(e);return{kty:"RSA",n:ue(r.n),e:ue(r.e)}}function Xy(t){if(t.n==null||t.e==null)throw new F("JWK was missing components","ERR_INVALID_PARAMETERS");let e=qe.default.pki.publicKeyToAsn1({n:Jt(t.n),e:Jt(t.e)});return bt(qe.default.asn1.toDer(e).getBytes(),"ascii")}async function lf(t){let e=await Yt.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]),r=await pf(e);return{privateKey:r[0],publicKey:r[1]}}async function _s(t){let r=[await Yt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await Jy(t)],n=await pf({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function hf(t,e){let r=await Yt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await Yt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,e instanceof Uint8Array?e:e.subarray());return new Uint8Array(n,0,n.byteLength)}async function df(t,e,r){let n=await Yt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return Yt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,e,r instanceof Uint8Array?r:r.subarray())}async function pf(t){if(t.privateKey==null||t.publicKey==null)throw new F("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([Yt.get().subtle.exportKey("jwk",t.privateKey),Yt.get().subtle.exportKey("jwk",t.publicKey)])}async function Jy(t){return Yt.get().subtle.importKey("jwk",{kty:t.kty,n:t.n,e:t.e},{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["verify"])}function yf(t,e,r,n){let i=e?uf(t):ff(t),o=Kt(r instanceof Uint8Array?r:r.subarray(),"ascii"),s=n(o,i);return bt(s,"ascii")}function gf(t,e){return yf(t,!0,e,(r,n)=>n.encrypt(r))}function mf(t,e){return yf(t,!1,e,(r,n)=>n.decrypt(r))}function Ci(t){if(t.kty!=="RSA")throw new F("invalid key type","ERR_INVALID_KEY_TYPE");if(t.n==null)throw new F("invalid key modulus","ERR_INVALID_KEY_MODULUS");return bt(t.n,"base64url").length*8}var Tn=8192,In=class{_key;constructor(e){this._key=e}verify(e,r){return df(this._key,r,e)}marshal(){return Ir.jwkToPkix(this._key)}get bytes(){return Te.encode({Type:gt.RSA,Data:this.marshal()}).subarray()}encrypt(e){return gf(this._key,e)}equals(e){return Ht(this.bytes,e.bytes)}hash(){let e=kt.digest(this.bytes);return re(e)?e.then(({bytes:r})=>r):e.bytes}},Xr=class{_key;_publicKey;constructor(e,r){this._key=e,this._publicKey=r}genSecret(){return Ti(16)}sign(e){return hf(this._key,e)}get public(){if(this._publicKey==null)throw new F("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new In(this._publicKey)}decrypt(e){return mf(this._key,e)}marshal(){return Ir.jwkToPkcs1(this._key)}get bytes(){return Ce.encode({Type:gt.RSA,Data:this.marshal()}).subarray()}equals(e){return Ht(this.bytes,e.bytes)}hash(){let e=kt.digest(this.bytes);return re(e)?e.then(({bytes:r})=>r):e.bytes}async id(){let e=await this.public.hash();return Kt(e,"base58btc")}async export(e,r="pkcs-8"){if(r==="pkcs-8"){let n=new An.default.util.ByteBuffer(this.marshal()),i=An.default.asn1.fromDer(n),o=An.default.pki.privateKeyFromAsn1(i),s={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return An.default.pki.encryptRsaPrivateKey(o,e,s)}else{if(r==="libp2p-key")return Yr(this.bytes,e);throw new F(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}}};async function t1(t){let e=Ir.pkcs1ToJwk(t);if(Ci(e)>Tn)throw new F("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let r=await _s(e);return new Xr(r.privateKey,r.publicKey)}function e1(t){let e=Ir.pkixToJwk(t);if(Ci(e)>Tn)throw new F("key size is too large","ERR_KEY_SIZE_TOO_LARGE");return new In(e)}async function r1(t){if(Ci(t)>Tn)throw new F("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await _s(t);return new Xr(e.privateKey,e.publicKey)}async function n1(t){if(t>Tn)throw new F("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await lf(t);return new Xr(e.privateKey,e.publicKey)}var ks={};_t(ks,{Secp256k1PrivateKey:()=>_n,Secp256k1PublicKey:()=>Cn,generateKeyPair:()=>x1,unmarshalSecp256k1PrivateKey:()=>g1,unmarshalSecp256k1PublicKey:()=>m1});var i1=(t,e,r)=>t&e^~t&r,o1=(t,e,r)=>t&e^t&r^e&r,s1=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),ir=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),or=new Uint32Array(64),Ls=class extends Gr{constructor(){super(64,32,8,!1),this.A=ir[0]|0,this.B=ir[1]|0,this.C=ir[2]|0,this.D=ir[3]|0,this.E=ir[4]|0,this.F=ir[5]|0,this.G=ir[6]|0,this.H=ir[7]|0}get(){let{A:e,B:r,C:n,D:i,E:o,F:s,G:a,H:c}=this;return[e,r,n,i,o,s,a,c]}set(e,r,n,i,o,s,a,c){this.A=e|0,this.B=r|0,this.C=n|0,this.D=i|0,this.E=o|0,this.F=s|0,this.G=a|0,this.H=c|0}process(e,r){for(let l=0;l<16;l++,r+=4)or[l]=e.getUint32(r,!1);for(let l=16;l<64;l++){let h=or[l-15],y=or[l-2],d=le(h,7)^le(h,18)^h>>>3,p=le(y,17)^le(y,19)^y>>>10;or[l]=p+or[l-7]+d+or[l-16]|0}let{A:n,B:i,C:o,D:s,E:a,F:c,G:f,H:u}=this;for(let l=0;l<64;l++){let h=le(a,6)^le(a,11)^le(a,25),y=u+h+i1(a,c,f)+s1[l]+or[l]|0,p=(le(n,2)^le(n,13)^le(n,22))+o1(n,i,o)|0;u=f,f=c,c=a,a=s+y|0,s=o,o=i,i=n,n=y+p|0}n=n+this.A|0,i=i+this.B|0,o=o+this.C|0,s=s+this.D|0,a=a+this.E|0,c=c+this.F|0,f=f+this.G|0,u=u+this.H|0,this.set(n,i,o,s,a,c,f,u)}roundClean(){or.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var xf=hi(()=>new Ls);function a1(t){let e=bn(t);Ie(e,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:r,Fp:n,a:i}=e;if(r){if(!n.eql(i,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof r!="object"||typeof r.beta!="bigint"||typeof r.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...e})}var{bytesToNumberBE:c1,hexToBytes:f1}=gi,Tr={Err:class extends Error{constructor(e=""){super(e)}},_parseInt(t){let{Err:e}=Tr;if(t.length<2||t[0]!==2)throw new e("Invalid signature integer tag");let r=t[1],n=t.subarray(2,r+2);if(!r||n.length!==r)throw new e("Invalid signature integer: wrong length");if(n[0]&128)throw new e("Invalid signature integer: negative");if(n[0]===0&&!(n[1]&128))throw new e("Invalid signature integer: unnecessary leading zero");return{d:c1(n),l:t.subarray(r+2)}},toSig(t){let{Err:e}=Tr,r=typeof t=="string"?f1(t):t;if(!(r instanceof Uint8Array))throw new Error("ui8a expected");let n=r.length;if(n<2||r[0]!=48)throw new e("Invalid signature tag");if(r[1]!==n-2)throw new e("Invalid signature: incorrect length");let{d:i,l:o}=Tr._parseInt(r.subarray(2)),{d:s,l:a}=Tr._parseInt(o);if(a.length)throw new e("Invalid signature: left bytes after parsing");return{r:i,s}},hexFromSig(t){let e=f=>Number.parseInt(f[0],16)&8?"00"+f:f,r=f=>{let u=f.toString(16);return u.length&1?`0${u}`:u},n=e(r(t.s)),i=e(r(t.r)),o=n.length/2,s=i.length/2,a=r(o),c=r(s);return`30${r(s+o+4)}02${c}${i}02${a}${n}`}},He=BigInt(0),ne=BigInt(1),wv=BigInt(2),bf=BigInt(3),Ev=BigInt(4);function u1(t){let e=a1(t),{Fp:r}=e,n=e.toBytes||((d,p,g)=>{let x=p.toAffine();return Me(Uint8Array.from([4]),r.toBytes(x.x),r.toBytes(x.y))}),i=e.fromBytes||(d=>{let p=d.subarray(1),g=r.fromBytes(p.subarray(0,r.BYTES)),x=r.fromBytes(p.subarray(r.BYTES,2*r.BYTES));return{x:g,y:x}});function o(d){let{a:p,b:g}=e,x=r.sqr(d),w=r.mul(x,d);return r.add(r.add(w,r.mul(d,p)),g)}if(!r.eql(r.sqr(e.Gy),o(e.Gx)))throw new Error("bad generator point: equation left != right");function s(d){return typeof d=="bigint"&&He<d&&d<e.n}function a(d){if(!s(d))throw new Error("Expected valid bigint: 0 < bigint < curve.n")}function c(d){let{allowedPrivateKeyLengths:p,nByteLength:g,wrapPrivateKey:x,n:w}=e;if(p&&typeof d!="bigint"){if(d instanceof Uint8Array&&(d=Oe(d)),typeof d!="string"||!p.includes(d.length))throw new Error("Invalid key");d=d.padStart(g*2,"0")}let v;try{v=typeof d=="bigint"?d:Ke(vt("private key",d,g))}catch{throw new Error(`private key must be ${g} bytes, hex or bigint, not ${typeof d}`)}return x&&(v=ct(v,w)),a(v),v}let f=new Map;function u(d){if(!(d instanceof l))throw new Error("ProjectivePoint expected")}class l{constructor(p,g,x){if(this.px=p,this.py=g,this.pz=x,p==null||!r.isValid(p))throw new Error("x required");if(g==null||!r.isValid(g))throw new Error("y required");if(x==null||!r.isValid(x))throw new Error("z required")}static fromAffine(p){let{x:g,y:x}=p||{};if(!p||!r.isValid(g)||!r.isValid(x))throw new Error("invalid affine point");if(p instanceof l)throw new Error("projective point not allowed");let w=v=>r.eql(v,r.ZERO);return w(g)&&w(x)?l.ZERO:new l(g,x,r.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(p){let g=r.invertBatch(p.map(x=>x.pz));return p.map((x,w)=>x.toAffine(g[w])).map(l.fromAffine)}static fromHex(p){let g=l.fromAffine(i(vt("pointHex",p)));return g.assertValidity(),g}static fromPrivateKey(p){return l.BASE.multiply(c(p))}_setWindowSize(p){this._WINDOW_SIZE=p,f.delete(this)}assertValidity(){if(this.is0()){if(e.allowInfinityPoint&&!r.is0(this.py))return;throw new Error("bad point: ZERO")}let{x:p,y:g}=this.toAffine();if(!r.isValid(p)||!r.isValid(g))throw new Error("bad point: x or y not FE");let x=r.sqr(g),w=o(p);if(!r.eql(x,w))throw new Error("bad point: equation left != right");if(!this.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:p}=this.toAffine();if(r.isOdd)return!r.isOdd(p);throw new Error("Field doesn't support isOdd")}equals(p){u(p);let{px:g,py:x,pz:w}=this,{px:v,py:R,pz:E}=p,S=r.eql(r.mul(g,E),r.mul(v,w)),L=r.eql(r.mul(x,E),r.mul(R,w));return S&&L}negate(){return new l(this.px,r.neg(this.py),this.pz)}double(){let{a:p,b:g}=e,x=r.mul(g,bf),{px:w,py:v,pz:R}=this,E=r.ZERO,S=r.ZERO,L=r.ZERO,N=r.mul(w,w),z=r.mul(v,v),H=r.mul(R,R),V=r.mul(w,v);return V=r.add(V,V),L=r.mul(w,R),L=r.add(L,L),E=r.mul(p,L),S=r.mul(x,H),S=r.add(E,S),E=r.sub(z,S),S=r.add(z,S),S=r.mul(E,S),E=r.mul(V,E),L=r.mul(x,L),H=r.mul(p,H),V=r.sub(N,H),V=r.mul(p,V),V=r.add(V,L),L=r.add(N,N),N=r.add(L,N),N=r.add(N,H),N=r.mul(N,V),S=r.add(S,N),H=r.mul(v,R),H=r.add(H,H),N=r.mul(H,V),E=r.sub(E,N),L=r.mul(H,z),L=r.add(L,L),L=r.add(L,L),new l(E,S,L)}add(p){u(p);let{px:g,py:x,pz:w}=this,{px:v,py:R,pz:E}=p,S=r.ZERO,L=r.ZERO,N=r.ZERO,z=e.a,H=r.mul(e.b,bf),V=r.mul(g,v),Q=r.mul(x,R),st=r.mul(w,E),Dt=r.add(g,x),T=r.add(v,R);Dt=r.mul(Dt,T),T=r.add(V,Q),Dt=r.sub(Dt,T),T=r.add(g,w);let P=r.add(v,E);return T=r.mul(T,P),P=r.add(V,st),T=r.sub(T,P),P=r.add(x,w),S=r.add(R,E),P=r.mul(P,S),S=r.add(Q,st),P=r.sub(P,S),N=r.mul(z,T),S=r.mul(H,st),N=r.add(S,N),S=r.sub(Q,N),N=r.add(Q,N),L=r.mul(S,N),Q=r.add(V,V),Q=r.add(Q,V),st=r.mul(z,st),T=r.mul(H,T),Q=r.add(Q,st),st=r.sub(V,st),st=r.mul(z,st),T=r.add(T,st),V=r.mul(Q,T),L=r.add(L,V),V=r.mul(P,T),S=r.mul(Dt,S),S=r.sub(S,V),V=r.mul(Dt,Q),N=r.mul(P,N),N=r.add(N,V),new l(S,L,N)}subtract(p){return this.add(p.negate())}is0(){return this.equals(l.ZERO)}wNAF(p){return y.wNAFCached(this,f,p,g=>{let x=r.invertBatch(g.map(w=>w.pz));return g.map((w,v)=>w.toAffine(x[v])).map(l.fromAffine)})}multiplyUnsafe(p){let g=l.ZERO;if(p===He)return g;if(a(p),p===ne)return this;let{endo:x}=e;if(!x)return y.unsafeLadder(this,p);let{k1neg:w,k1:v,k2neg:R,k2:E}=x.splitScalar(p),S=g,L=g,N=this;for(;v>He||E>He;)v&ne&&(S=S.add(N)),E&ne&&(L=L.add(N)),N=N.double(),v>>=ne,E>>=ne;return w&&(S=S.negate()),R&&(L=L.negate()),L=new l(r.mul(L.px,x.beta),L.py,L.pz),S.add(L)}multiply(p){a(p);let g=p,x,w,{endo:v}=e;if(v){let{k1neg:R,k1:E,k2neg:S,k2:L}=v.splitScalar(g),{p:N,f:z}=this.wNAF(E),{p:H,f:V}=this.wNAF(L);N=y.constTimeNegate(R,N),H=y.constTimeNegate(S,H),H=new l(r.mul(H.px,v.beta),H.py,H.pz),x=N.add(H),w=z.add(V)}else{let{p:R,f:E}=this.wNAF(g);x=R,w=E}return l.normalizeZ([x,w])[0]}multiplyAndAddUnsafe(p,g,x){let w=l.BASE,v=(E,S)=>S===He||S===ne||!E.equals(w)?E.multiplyUnsafe(S):E.multiply(S),R=v(this,g).add(v(p,x));return R.is0()?void 0:R}toAffine(p){let{px:g,py:x,pz:w}=this,v=this.is0();p==null&&(p=v?r.ONE:r.inv(w));let R=r.mul(g,p),E=r.mul(x,p),S=r.mul(w,p);if(v)return{x:r.ZERO,y:r.ZERO};if(!r.eql(S,r.ONE))throw new Error("invZ was invalid");return{x:R,y:E}}isTorsionFree(){let{h:p,isTorsionFree:g}=e;if(p===ne)return!0;if(g)return g(l,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:p,clearCofactor:g}=e;return p===ne?this:g?g(l,this):this.multiplyUnsafe(e.h)}toRawBytes(p=!0){return this.assertValidity(),n(l,this,p)}toHex(p=!0){return Oe(this.toRawBytes(p))}}l.BASE=new l(e.Gx,e.Gy,r.ONE),l.ZERO=new l(r.ZERO,r.ONE,r.ZERO);let h=e.nBitLength,y=bi(l,e.endo?Math.ceil(h/2):h);return{CURVE:e,ProjectivePoint:l,normPrivateKeyToScalar:c,weierstrassEquation:o,isWithinCurveOrder:s}}function l1(t){let e=bn(t);return Ie(e,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...e})}function vf(t){let e=l1(t),{Fp:r,n}=e,i=r.BYTES+1,o=2*r.BYTES+1;function s(T){return He<T&&T<r.ORDER}function a(T){return ct(T,n)}function c(T){return mi(T,n)}let{ProjectivePoint:f,normPrivateKeyToScalar:u,weierstrassEquation:l,isWithinCurveOrder:h}=u1({...e,toBytes(T,P,_){let D=P.toAffine(),A=r.toBytes(D.x),O=Me;return _?O(Uint8Array.from([P.hasEvenY()?2:3]),A):O(Uint8Array.from([4]),A,r.toBytes(D.y))},fromBytes(T){let P=T.length,_=T[0],D=T.subarray(1);if(P===i&&(_===2||_===3)){let A=Ke(D);if(!s(A))throw new Error("Point is not on curve");let O=l(A),K=r.sqrt(O),q=(K&ne)===ne;return(_&1)===1!==q&&(K=r.neg(K)),{x:A,y:K}}else if(P===o&&_===4){let A=r.fromBytes(D.subarray(0,r.BYTES)),O=r.fromBytes(D.subarray(r.BYTES,2*r.BYTES));return{x:A,y:O}}else throw new Error(`Point of length ${P} was invalid. Expected ${i} compressed bytes or ${o} uncompressed bytes`)}}),y=T=>Oe(rr(T,e.nByteLength));function d(T){let P=n>>ne;return T>P}function p(T){return d(T)?a(-T):T}let g=(T,P,_)=>Ke(T.slice(P,_));class x{constructor(P,_,D){this.r=P,this.s=_,this.recovery=D,this.assertValidity()}static fromCompact(P){let _=e.nByteLength;return P=vt("compactSignature",P,_*2),new x(g(P,0,_),g(P,_,2*_))}static fromDER(P){let{r:_,s:D}=Tr.toSig(vt("DER",P));return new x(_,D)}assertValidity(){if(!h(this.r))throw new Error("r must be 0 < r < CURVE.n");if(!h(this.s))throw new Error("s must be 0 < s < CURVE.n")}addRecoveryBit(P){return new x(this.r,this.s,P)}recoverPublicKey(P){let{r:_,s:D,recovery:A}=this,O=L(vt("msgHash",P));if(A==null||![0,1,2,3].includes(A))throw new Error("recovery id invalid");let K=A===2||A===3?_+e.n:_;if(K>=r.ORDER)throw new Error("recovery id 2 or 3 invalid");let q=A&1?"03":"02",Y=f.fromHex(q+y(K)),X=c(K),ot=a(-O*X),J=a(D*X),et=f.BASE.multiplyAndAddUnsafe(Y,ot,J);if(!et)throw new Error("point at infinify");return et.assertValidity(),et}hasHighS(){return d(this.s)}normalizeS(){return this.hasHighS()?new x(this.r,a(-this.s),this.recovery):this}toDERRawBytes(){return xr(this.toDERHex())}toDERHex(){return Tr.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return xr(this.toCompactHex())}toCompactHex(){return y(this.r)+y(this.s)}}let w={isValidPrivateKey(T){try{return u(T),!0}catch{return!1}},normPrivateKeyToScalar:u,randomPrivateKey:()=>{let T=is(e.n);return Nc(e.randomBytes(T),e.n)},precompute(T=8,P=f.BASE){return P._setWindowSize(T),P.multiply(BigInt(3)),P}};function v(T,P=!0){return f.fromPrivateKey(T).toRawBytes(P)}function R(T){let P=T instanceof Uint8Array,_=typeof T=="string",D=(P||_)&&T.length;return P?D===i||D===o:_?D===2*i||D===2*o:T instanceof f}function E(T,P,_=!0){if(R(T))throw new Error("first arg must be private key");if(!R(P))throw new Error("second arg must be public key");return f.fromHex(P).multiply(u(T)).toRawBytes(_)}let S=e.bits2int||function(T){let P=Ke(T),_=T.length*8-e.nBitLength;return _>0?P>>BigInt(_):P},L=e.bits2int_modN||function(T){return a(S(T))},N=xn(e.nBitLength);function z(T){if(typeof T!="bigint")throw new Error("bigint expected");if(!(He<=T&&T<N))throw new Error(`bigint expected < 2^${e.nBitLength}`);return rr(T,e.nByteLength)}function H(T,P,_=V){if(["recovered","canonical"].some(mt=>mt in _))throw new Error("sign() legacy options not supported");let{hash:D,randomBytes:A}=e,{lowS:O,prehash:K,extraEntropy:q}=_;O==null&&(O=!0),T=vt("msgHash",T),K&&(T=vt("prehashed msgHash",D(T)));let Y=L(T),X=u(P),ot=[z(X),z(Y)];if(q!=null){let mt=q===!0?A(r.BYTES):q;ot.push(vt("extraEntropy",mt))}let J=Me(...ot),et=Y;function Bt(mt){let Pt=S(mt);if(!h(Pt))return;let Ut=c(Pt),It=f.BASE.multiply(Pt).toAffine(),Ot=a(It.x);if(Ot===He)return;let Le=a(Ut*a(et+Ot*X));if(Le===He)return;let cr=(It.x===Ot?0:2)|Number(It.y&ne),on=Le;return O&&d(Le)&&(on=p(Le),cr^=1),new x(Ot,on,cr)}return{seed:J,k2sig:Bt}}let V={lowS:e.lowS,prehash:!1},Q={lowS:e.lowS,prehash:!1};function st(T,P,_=V){let{seed:D,k2sig:A}=H(T,P,_),O=e;return ts(O.hash.outputLen,O.nByteLength,O.hmac)(D,A)}f.BASE._setWindowSize(8);function Dt(T,P,_,D=Q){let A=T;if(P=vt("msgHash",P),_=vt("publicKey",_),"strict"in D)throw new Error("options.strict was renamed to lowS");let{lowS:O,prehash:K}=D,q,Y;try{if(typeof A=="string"||A instanceof Uint8Array)try{q=x.fromDER(A)}catch(It){if(!(It instanceof Tr.Err))throw It;q=x.fromCompact(A)}else if(typeof A=="object"&&typeof A.r=="bigint"&&typeof A.s=="bigint"){let{r:It,s:Ot}=A;q=new x(It,Ot)}else throw new Error("PARSE");Y=f.fromHex(_)}catch(It){if(It.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(O&&q.hasHighS())return!1;K&&(P=e.hash(P));let{r:X,s:ot}=q,J=L(P),et=c(ot),Bt=a(J*et),mt=a(X*et),Pt=f.BASE.multiplyAndAddUnsafe(Y,Bt,mt)?.toAffine();return Pt?a(Pt.x)===X:!1}return{CURVE:e,getPublicKey:v,getSharedSecret:E,sign:st,verify:Dt,ProjectivePoint:f,Signature:x,utils:w}}var _i=class extends Hr{constructor(e,r){super(),this.finished=!1,this.destroyed=!1,vc(e);let n=mn(r);if(this.iHash=e.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 i=this.blockLen,o=new Uint8Array(i);o.set(n.length>i?e.create().update(n).digest():n);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=e.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),o.fill(0)}update(e){return qr(this),this.iHash.update(e),this}digestInto(e){qr(this),$o(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){let e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));let{oHash:r,iHash:n,finished:i,destroyed:o,blockLen:s,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=o,e.blockLen=s,e.outputLen=a,e.oHash=r._cloneInto(e.oHash),e.iHash=n._cloneInto(e.iHash),e}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},Ns=(t,e,r)=>new _i(t,e).update(r).digest();Ns.create=(t,e)=>new _i(t,e);function h1(t){return{hash:t,hmac:(e,...r)=>Ns(t,e,li(...r)),randomBytes:zr}}function wf(t,e){let r=n=>vf({...t,...h1(n)});return Object.freeze({...r(e),create:r})}var Bf=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),Ef=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),d1=BigInt(1),Ds=BigInt(2),Sf=(t,e)=>(t+e/Ds)/e;function p1(t){let e=Bf,r=BigInt(3),n=BigInt(6),i=BigInt(11),o=BigInt(22),s=BigInt(23),a=BigInt(44),c=BigInt(88),f=t*t*t%e,u=f*f*t%e,l=yt(u,r,e)*u%e,h=yt(l,r,e)*u%e,y=yt(h,Ds,e)*f%e,d=yt(y,i,e)*y%e,p=yt(d,o,e)*d%e,g=yt(p,a,e)*p%e,x=yt(g,c,e)*g%e,w=yt(x,a,e)*p%e,v=yt(w,r,e)*u%e,R=yt(v,s,e)*d%e,E=yt(R,n,e)*f%e,S=yt(E,Ds,e);if(!Ps.eql(Ps.sqr(S),t))throw new Error("Cannot find square root");return S}var Ps=xi(Bf,void 0,void 0,{sqrt:p1}),me=wf({a:BigInt(0),b:BigInt(7),Fp:Ps,n:Ef,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:t=>{let e=Ef,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-d1*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=r,s=BigInt("0x100000000000000000000000000000000"),a=Sf(o*t,e),c=Sf(-n*t,e),f=ct(t-a*r-c*i,e),u=ct(-a*n-c*o,e),l=f>s,h=u>s;if(l&&(f=e-f),h&&(u=e-u),f>s||u>s)throw new Error("splitScalar: Endomorphism failed, k="+t);return{k1neg:l,k1:f,k2neg:h,k2:u}}}},xf),Pv=BigInt(0);var Uv=me.ProjectivePoint;function Af(){return me.utils.randomPrivateKey()}function If(t,e){let r=kt.digest(e instanceof Uint8Array?e:e.subarray());if(re(r))return r.then(({digest:n})=>me.sign(n,t).toDERRawBytes()).catch(n=>{throw new F(String(n),"ERR_INVALID_INPUT")});try{return me.sign(r.digest,t).toDERRawBytes()}catch(n){throw new F(String(n),"ERR_INVALID_INPUT")}}function Tf(t,e,r){let n=kt.digest(r instanceof Uint8Array?r:r.subarray());if(re(n))return n.then(({digest:i})=>me.verify(e,i,t)).catch(i=>{throw new F(String(i),"ERR_INVALID_INPUT")});try{return me.verify(e,n.digest,t)}catch(i){throw new F(String(i),"ERR_INVALID_INPUT")}}function Cf(t){return me.ProjectivePoint.fromHex(t).toRawBytes(!0)}function _f(t){try{me.getPublicKey(t,!0)}catch(e){throw new F(String(e),"ERR_INVALID_PRIVATE_KEY")}}function Us(t){try{me.ProjectivePoint.fromHex(t)}catch(e){throw new F(String(e),"ERR_INVALID_PUBLIC_KEY")}}function Rf(t){try{return me.getPublicKey(t,!0)}catch(e){throw new F(String(e),"ERR_INVALID_PRIVATE_KEY")}}var Cn=class{_key;constructor(e){Us(e),this._key=e}verify(e,r){return Tf(this._key,r,e)}marshal(){return Cf(this._key)}get bytes(){return Te.encode({Type:gt.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return Ht(this.bytes,e.bytes)}async hash(){let e=kt.digest(this.bytes),r;return re(e)?{bytes:r}=await e:r=e.bytes,r}},_n=class{_key;_publicKey;constructor(e,r){this._key=e,this._publicKey=r??Rf(e),_f(this._key),Us(this._publicKey)}sign(e){return If(this._key,e)}get public(){return new Cn(this._publicKey)}marshal(){return this._key}get bytes(){return Ce.encode({Type:gt.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return Ht(this.bytes,e.bytes)}hash(){let e=kt.digest(this.bytes);return re(e)?e.then(({bytes:r})=>r):e.bytes}async id(){let e=await this.public.hash();return Kt(e,"base58btc")}async export(e,r="libp2p-key"){if(r==="libp2p-key")return Yr(this.bytes,e);throw new F(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function g1(t){return new _n(t)}function m1(t){return new Cn(t)}async function x1(){let t=Af();return new _n(t)}var Cr={rsa:Rs,ed25519:As,secp256k1:ks};function Lf(t){let e=Object.keys(Cr).join(" / ");return new F(`invalid or unsupported key type ${t}. Must be ${e}`,"ERR_UNSUPPORTED_KEY_TYPE")}function Nf(t){let e=Te.decode(t),r=e.Data??new Uint8Array;switch(e.Type){case gt.RSA:return Cr.rsa.unmarshalRsaPublicKey(r);case gt.Ed25519:return Cr.ed25519.unmarshalEd25519PublicKey(r);case gt.Secp256k1:return Cr.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw Lf(e.Type??"unknown")}}async function Df(t){let e=Ce.decode(t),r=e.Data??new Uint8Array;switch(e.Type){case gt.RSA:return Cr.rsa.unmarshalRsaPrivateKey(r);case gt.Ed25519:return Cr.ed25519.unmarshalEd25519PrivateKey(r);case gt.Secp256k1:return Cr.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw Lf(e.Type??"RSA")}}function Pf(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function Uf(t=0){return globalThis.Buffer?.allocUnsafe!=null?Pf(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}var v1=Math.pow(2,7),w1=Math.pow(2,14),E1=Math.pow(2,21),Os=Math.pow(2,28),Ks=Math.pow(2,35),Ms=Math.pow(2,42),Vs=Math.pow(2,49),nt=128,Vt=127;function Ft(t){if(t<v1)return 1;if(t<w1)return 2;if(t<E1)return 3;if(t<Os)return 4;if(t<Ks)return 5;if(t<Ms)return 6;if(t<Vs)return 7;if(Number.MAX_SAFE_INTEGER!=null&&t>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function S1(t,e,r=0){switch(Ft(t)){case 8:e[r++]=t&255|nt,t/=128;case 7:e[r++]=t&255|nt,t/=128;case 6:e[r++]=t&255|nt,t/=128;case 5:e[r++]=t&255|nt,t/=128;case 4:e[r++]=t&255|nt,t>>>=7;case 3:e[r++]=t&255|nt,t>>>=7;case 2:e[r++]=t&255|nt,t>>>=7;case 1:{e[r++]=t&255,t>>>=7;break}default:throw new Error("unreachable")}return e}function B1(t,e,r=0){switch(Ft(t)){case 8:e.set(r++,t&255|nt),t/=128;case 7:e.set(r++,t&255|nt),t/=128;case 6:e.set(r++,t&255|nt),t/=128;case 5:e.set(r++,t&255|nt),t/=128;case 4:e.set(r++,t&255|nt),t>>>=7;case 3:e.set(r++,t&255|nt),t>>>=7;case 2:e.set(r++,t&255|nt),t>>>=7;case 1:{e.set(r++,t&255),t>>>=7;break}default:throw new Error("unreachable")}return e}function A1(t,e){let r=t[e],n=0;if(n+=r&Vt,r<nt||(r=t[e+1],n+=(r&Vt)<<7,r<nt)||(r=t[e+2],n+=(r&Vt)<<14,r<nt)||(r=t[e+3],n+=(r&Vt)<<21,r<nt)||(r=t[e+4],n+=(r&Vt)*Os,r<nt)||(r=t[e+5],n+=(r&Vt)*Ks,r<nt)||(r=t[e+6],n+=(r&Vt)*Ms,r<nt)||(r=t[e+7],n+=(r&Vt)*Vs,r<nt))return n;throw new RangeError("Could not decode varint")}function I1(t,e){let r=t.get(e),n=0;if(n+=r&Vt,r<nt||(r=t.get(e+1),n+=(r&Vt)<<7,r<nt)||(r=t.get(e+2),n+=(r&Vt)<<14,r<nt)||(r=t.get(e+3),n+=(r&Vt)<<21,r<nt)||(r=t.get(e+4),n+=(r&Vt)*Os,r<nt)||(r=t.get(e+5),n+=(r&Vt)*Ks,r<nt)||(r=t.get(e+6),n+=(r&Vt)*Ms,r<nt)||(r=t.get(e+7),n+=(r&Vt)*Vs,r<nt))return n;throw new RangeError("Could not decode varint")}function ie(t,e,r=0){return e==null&&(e=Uf(Ft(t))),e instanceof Uint8Array?S1(t,e,r):B1(t,e,r)}function xe(t,e=0){return t instanceof Uint8Array?A1(t,e):I1(t,e)}function Rn(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function ze(t=0){return globalThis.Buffer?.alloc!=null?Rn(globalThis.Buffer.alloc(t)):new Uint8Array(t)}function Ln(t=0){return globalThis.Buffer?.allocUnsafe!=null?Rn(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function Fs(t,e){e==null&&(e=t.reduce((i,o)=>i+o.length,0));let r=Ln(e),n=0;for(let i of t)r.set(i,n),n+=i.length;return Rn(r)}function kf(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}var Kf=Symbol.for("@achingbrain/uint8arraylist");function Of(t,e){if(e==null||e<0)throw new RangeError("index is out of bounds");let r=0;for(let n of t){let i=r+n.byteLength;if(e<i)return{buf:n,index:e-r};r=i}throw new RangeError("index is out of bounds")}function Ri(t){return!!t?.[Kf]}var Qt=class t{bufs;length;[Kf]=!0;constructor(...e){this.bufs=[],this.length=0,e.length>0&&this.appendAll(e)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...e){this.appendAll(e)}appendAll(e){let r=0;for(let n of e)if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.push(n);else if(Ri(n))r+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}prepend(...e){this.prependAll(e)}prependAll(e){let r=0;for(let n of e.reverse())if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.unshift(n);else if(Ri(n))r+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}get(e){let r=Of(this.bufs,e);return r.buf[r.index]}set(e,r){let n=Of(this.bufs,e);n.buf[n.index]=r}write(e,r=0){if(e instanceof Uint8Array)for(let n=0;n<e.length;n++)this.set(r+n,e[n]);else if(Ri(e))for(let n=0;n<e.length;n++)this.set(r+n,e.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(e){if(e=Math.trunc(e),!(Number.isNaN(e)||e<=0)){if(e===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(e>=this.bufs[0].byteLength)e-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(e),this.length-=e;break}}}slice(e,r){let{bufs:n,length:i}=this._subList(e,r);return Fs(n,i)}subarray(e,r){let{bufs:n,length:i}=this._subList(e,r);return n.length===1?n[0]:Fs(n,i)}sublist(e,r){let{bufs:n,length:i}=this._subList(e,r),o=new t;return o.length=i,o.bufs=[...n],o}_subList(e,r){if(e=e??0,r=r??this.length,e<0&&(e=this.length+e),r<0&&(r=this.length+r),e<0||r>this.length)throw new RangeError("index is out of bounds");if(e===r)return{bufs:[],length:0};if(e===0&&r===this.length)return{bufs:this.bufs,length:this.length};let n=[],i=0;for(let o=0;o<this.bufs.length;o++){let s=this.bufs[o],a=i,c=a+s.byteLength;if(i=c,e>=c)continue;let f=e>=a&&e<c,u=r>a&&r<=c;if(f&&u){if(e===a&&r===c){n.push(s);break}let l=e-a;n.push(s.subarray(l,l+(r-e)));break}if(f){if(e===0){n.push(s);continue}n.push(s.subarray(e-a));continue}if(u){if(r===c){n.push(s);break}n.push(s.subarray(0,r-a));break}n.push(s)}return{bufs:n,length:r-e}}indexOf(e,r=0){if(!Ri(e)&&!(e instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=e instanceof Uint8Array?e:e.subarray();if(r=Number(r??0),isNaN(r)&&(r=0),r<0&&(r=this.length+r),r<0&&(r=0),e.length===0)return r>this.length?this.length:r;let i=n.byteLength;if(i===0)throw new TypeError("search must be at least 1 byte long");let o=256,s=new Int32Array(o);for(let l=0;l<o;l++)s[l]=-1;for(let l=0;l<i;l++)s[n[l]]=l;let a=s,c=this.byteLength-n.byteLength,f=n.byteLength-1,u;for(let l=r;l<=c;l+=u){u=0;for(let h=f;h>=0;h--){let y=this.get(l+h);if(n[h]!==y){u=Math.max(1,h-a[y]);break}}if(u===0)return l}return-1}getInt8(e){let r=this.subarray(e,e+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getInt8(0)}setInt8(e,r){let n=Ln(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,r),this.write(n,e)}getInt16(e,r){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,r)}setInt16(e,r,n){let i=ze(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt16(0,r,n),this.write(i,e)}getInt32(e,r){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,r)}setInt32(e,r,n){let i=ze(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt32(0,r,n),this.write(i,e)}getBigInt64(e,r){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,r)}setBigInt64(e,r,n){let i=ze(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigInt64(0,r,n),this.write(i,e)}getUint8(e){let r=this.subarray(e,e+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getUint8(0)}setUint8(e,r){let n=Ln(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,r),this.write(n,e)}getUint16(e,r){let n=this.subarray(e,e+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,r)}setUint16(e,r,n){let i=ze(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint16(0,r,n),this.write(i,e)}getUint32(e,r){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,r)}setUint32(e,r,n){let i=ze(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,r,n),this.write(i,e)}getBigUint64(e,r){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,r)}setBigUint64(e,r,n){let i=ze(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigUint64(0,r,n),this.write(i,e)}getFloat32(e,r){let n=this.subarray(e,e+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,r)}setFloat32(e,r,n){let i=ze(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat32(0,r,n),this.write(i,e)}getFloat64(e,r){let n=this.subarray(e,e+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,r)}setFloat64(e,r,n){let i=ze(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,r,n),this.write(i,e)}equals(e){if(e==null||!(e instanceof t)||e.bufs.length!==this.bufs.length)return!1;for(let r=0;r<this.bufs.length;r++)if(!kf(this.bufs[r],e.bufs[r]))return!1;return!0}static fromUint8Arrays(e,r){let n=new t;return n.bufs=e,r==null&&(r=e.reduce((i,o)=>i+o.byteLength,0)),n.length=r,n}};var Mf={ERR_SIGNATURE_NOT_VALID:"ERR_SIGNATURE_NOT_VALID"};var Nn;(function(t){let e;t.codec=()=>(e==null&&(e=ge((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.publicKey!=null&&r.publicKey.byteLength>0&&(n.uint32(10),n.bytes(r.publicKey)),r.payloadType!=null&&r.payloadType.byteLength>0&&(n.uint32(18),n.bytes(r.payloadType)),r.payload!=null&&r.payload.byteLength>0&&(n.uint32(26),n.bytes(r.payload)),r.signature!=null&&r.signature.byteLength>0&&(n.uint32(42),n.bytes(r.signature)),i.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let i={publicKey:new Uint8Array(0),payloadType:new Uint8Array(0),payload:new Uint8Array(0),signature:new Uint8Array(0)},o=n==null?r.len:r.pos+n;for(;r.pos<o;){let s=r.uint32();switch(s>>>3){case 1:i.publicKey=r.bytes();break;case 2:i.payloadType=r.bytes();break;case 3:i.payload=r.bytes();break;case 5:i.signature=r.bytes();break;default:r.skipType(s&7);break}}return i})),e),t.encode=r=>ye(r,t.codec()),t.decode=r=>pe(r,t.codec())})(Nn||(Nn={}));var sr=class t{static createFromProtobuf=async e=>{let r=Nn.decode(e),n=await un(r.publicKey);return new t({peerId:n,payloadType:r.payloadType,payload:r.payload,signature:r.signature})};static seal=async(e,r)=>{if(r.privateKey==null)throw new Error("Missing private key");let n=e.domain,i=e.codec,o=e.marshal(),s=Vf(n,i,o),c=await(await Df(r.privateKey)).sign(s.subarray());return new t({peerId:r,payloadType:i,payload:o,signature:c})};static openAndCertify=async(e,r)=>{let n=await t.createFromProtobuf(e);if(!await n.validate(r))throw new F("envelope signature is not valid for the given domain",Mf.ERR_SIGNATURE_NOT_VALID);return n};peerId;payloadType;payload;signature;marshaled;constructor(e){let{peerId:r,payloadType:n,payload:i,signature:o}=e;this.peerId=r,this.payloadType=n,this.payload=i,this.signature=o}marshal(){if(this.peerId.publicKey==null)throw new Error("Missing public key");return this.marshaled==null&&(this.marshaled=Nn.encode({publicKey:this.peerId.publicKey,payloadType:this.payloadType,payload:this.payload.subarray(),signature:this.signature})),this.marshaled}equals(e){return Ht(this.marshal(),e.marshal())}async validate(e){let r=Vf(e,this.payloadType,this.payload);if(this.peerId.publicKey==null)throw new Error("Missing public key");return Nf(this.peerId.publicKey).verify(r.subarray(),this.signature)}},Vf=(t,e,r)=>{let n=bt(t),i=ie(n.byteLength),o=ie(e.length),s=ie(r.length);return new Qt(i,n,o,e,s,r)};function Ff(t,e){let r=(n,i)=>n.toString().localeCompare(i.toString());return t.length!==e.length?!1:(e.sort(r),t.sort(r).every((n,i)=>e[i].equals(n)))}function qf(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}function jr(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function Li(t=0){return globalThis.Buffer?.allocUnsafe!=null?jr(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function zf(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}var Hf=zf("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),qs=zf("ascii","a",t=>{let e="a";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e},t=>{t=t.substring(1);let e=Li(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),T1={utf8:Hf,"utf-8":Hf,hex:Wt.base16,latin1:qs,ascii:qs,binary:qs,...Wt},Ni=T1;function Xt(t,e="utf8"){let r=Ni[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString("utf8"):r.encoder.encode(t).substring(1)}function Ge(t,e){e==null&&(e=t.reduce((i,o)=>i+o.length,0));let r=Li(e),n=0;for(let i of t)r.set(i,n),n+=i.length;return jr(r)}var Di=class{index=0;input="";new(e){return this.index=0,this.input=e,this}readAtomically(e){let r=this.index,n=e();return n===void 0&&(this.index=r),n}parseWith(e){let r=e();if(this.index===this.input.length)return r}peekChar(){if(!(this.index>=this.input.length))return this.input[this.index]}readChar(){if(!(this.index>=this.input.length))return this.input[this.index++]}readGivenChar(e){return this.readAtomically(()=>{let r=this.readChar();if(r===e)return r})}readSeparator(e,r,n){return this.readAtomically(()=>{if(!(r>0&&this.readGivenChar(e)===void 0))return n()})}readNumber(e,r,n,i){return this.readAtomically(()=>{let o=0,s=0,a=this.peekChar();if(a===void 0)return;let c=a==="0",f=2**(8*i)-1;for(;;){let u=this.readAtomically(()=>{let l=this.readChar();if(l===void 0)return;let h=Number.parseInt(l,e);if(!Number.isNaN(h))return h});if(u===void 0)break;if(o*=e,o+=u,o>f||(s+=1,r!==void 0&&s>r))return}if(s!==0)return!n&&c&&s>1?void 0:o})}readIPv4Addr(){return this.readAtomically(()=>{let e=new Uint8Array(4);for(let r=0;r<e.length;r++){let n=this.readSeparator(".",r,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;e[r]=n}return e})}readIPv6Addr(){let e=r=>{for(let n=0;n<r.length/2;n++){let i=n*2;if(n<r.length-3){let s=this.readSeparator(":",n,()=>this.readIPv4Addr());if(s!==void 0)return r[i]=s[0],r[i+1]=s[1],r[i+2]=s[2],r[i+3]=s[3],[i+4,!0]}let o=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(o===void 0)return[i,!1];r[i]=o>>8,r[i+1]=o&255}return[r.length,!1]};return this.readAtomically(()=>{let r=new Uint8Array(16),[n,i]=e(r);if(n===16)return r;if(i||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let o=new Uint8Array(14),s=16-(n+2),[a]=e(o.subarray(0,s));return r.set(o.subarray(0,a),16-a),r})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var Gf=45,C1=15,tn=new Di;function Hs(t){if(!(t.length>C1))return tn.new(t).parseWith(()=>tn.readIPv4Addr())}function zs(t){if(t.includes("%")&&(t=t.split("%")[0]),!(t.length>Gf))return tn.new(t).parseWith(()=>tn.readIPv6Addr())}function Pi(t){if(t.includes("%")&&(t=t.split("%")[0]),!(t.length>Gf))return tn.new(t).parseWith(()=>tn.readIPAddr())}var jw=parseInt("0xFFFF",16),t8=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);function Gs(t,e="utf8"){let r=Ni[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?jr(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}function Ui(t){return!!Hs(t)}function ki(t){return!!zs(t)}function Oi(t){return!!Pi(t)}var Yf=Ui,D1=ki,Ws=function(t){let e=0;if(t=t.toString().trim(),Yf(t)){let r=new Uint8Array(e+4);return t.split(/\./g).forEach(n=>{r[e++]=parseInt(n,10)&255}),r}if(D1(t)){let r=t.split(":",8),n;for(n=0;n<r.length;n++){let o=Yf(r[n]),s;o&&(s=Ws(r[n]),r[n]=Xt(s.slice(0,2),"base16")),s!=null&&++n<8&&r.splice(n,0,Xt(s.slice(2,4),"base16"))}if(r[0]==="")for(;r.length<8;)r.unshift("0");else if(r[r.length-1]==="")for(;r.length<8;)r.push("0");else if(r.length<8){for(n=0;n<r.length&&r[n]!=="";n++);let o=[n,1];for(n=9-r.length;n>0;n--)o.push("0");r.splice.apply(r,o)}let i=new Uint8Array(e+16);for(n=0;n<r.length;n++){let o=parseInt(r[n],16);i[e++]=o>>8&255,i[e++]=o&255}return i}throw new Error("invalid ip address")},Zf=function(t,e=0,r){e=~~e,r=r??t.length-e;let n=new DataView(t.buffer);if(r===4){let i=[];for(let o=0;o<r;o++)i.push(t[e+o]);return i.join(".")}if(r===16){let i=[];for(let o=0;o<r;o+=2)i.push(n.getUint16(e+o).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var en={},$s={},U1=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[777,-1,"memory"]];U1.forEach(t=>{let e=k1(...t);$s[e.code]=e,en[e.name]=e});function k1(t,e,r,n,i){return{code:t,size:e,name:r,resolvable:!!n,path:!!i}}function it(t){if(typeof t=="number"){if($s[t]!=null)return $s[t];throw new Error(`no protocol with code: ${t}`)}else if(typeof t=="string"){if(en[t]!=null)return en[t];throw new Error(`no protocol with name: ${t}`)}throw new Error(`invalid protocol id type: ${typeof t}`)}var V8=it("ip4"),F8=it("ip6"),q8=it("ipcidr");function Zs(t,e){switch(it(t).code){case 4:case 41:return K1(e);case 42:return Jf(e);case 6:case 273:case 33:case 132:return tu(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Jf(e);case 421:return q1(e);case 444:return jf(e);case 445:return jf(e);case 466:return F1(e);default:return Xt(e,"base16")}}function Qs(t,e){switch(it(t).code){case 4:return Qf(e);case 41:return Qf(e);case 42:return Xf(e);case 6:case 273:case 33:case 132:return Xs(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Xf(e);case 421:return M1(e);case 444:return H1(e);case 445:return z1(e);case 466:return V1(e);default:return Gs(e,"base16")}}var Ys=Object.values(Wt).map(t=>t.decoder),O1=function(){let t=Ys[0].or(Ys[1]);return Ys.slice(2).forEach(e=>t=t.or(e)),t}();function Qf(t){if(!Oi(t))throw new Error("invalid ip address");return Ws(t)}function K1(t){let e=Zf(t,0,t.length);if(e==null)throw new Error("ipBuff is required");if(!Oi(e))throw new Error("invalid ip address");return e}function Xs(t){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,t),new Uint8Array(e)}function tu(t){return new DataView(t.buffer).getUint16(t.byteOffset)}function Xf(t){let e=Gs(t),r=Uint8Array.from(ie(e.length));return Ge([r,e],r.length+e.length)}function Jf(t){let e=xe(t);if(t=t.slice(Ft(e)),t.length!==e)throw new Error("inconsistent lengths");return Xt(t)}function M1(t){let e;t[0]==="Q"||t[0]==="1"?e=fr(wt.decode(`z${t}`)).bytes:e=ae.parse(t).multihash.bytes;let r=Uint8Array.from(ie(e.length));return Ge([r,e],r.length+e.length)}function V1(t){let e=O1.decode(t),r=Uint8Array.from(ie(e.length));return Ge([r,e],r.length+e.length)}function F1(t){let e=xe(t),r=t.slice(Ft(e));if(r.length!==e)throw new Error("inconsistent lengths");return"u"+Xt(r,"base64url")}function q1(t){let e=xe(t),r=t.slice(Ft(e));if(r.length!==e)throw new Error("inconsistent lengths");return Xt(r,"base58btc")}function H1(t){let e=t.split(":");if(e.length!==2)throw new Error(`failed to parse onion addr: ["'${e.join('", "')}'"]' does not contain a port number`);if(e[0].length!==16)throw new Error(`failed to parse onion addr: ${e[0]} not a Tor onion address.`);let r=De.decode("b"+e[0]),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=Xs(n);return Ge([r,i],r.length+i.length)}function z1(t){let e=t.split(":");if(e.length!==2)throw new Error(`failed to parse onion addr: ["'${e.join('", "')}'"]' does not contain a port number`);if(e[0].length!==56)throw new Error(`failed to parse onion addr: ${e[0]} not a Tor onion3 address.`);let r=De.decode(`b${e[0]}`),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=Xs(n);return Ge([r,i],r.length+i.length)}function jf(t){let e=t.slice(0,t.length-2),r=t.slice(t.length-2),n=Xt(e,"base32"),i=tu(r);return`${n}:${i}`}function eu(t){t=Js(t);let e=[],r=[],n=null,i=t.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let o=0;o<i.length;o++){let s=i[o],a=it(s);if(a.size===0){e.push([a.code]),r.push([a.code]);continue}if(o++,o>=i.length)throw nu("invalid address: "+t);if(a.path===!0){n=Js(i.slice(o).join("/")),e.push([a.code,Qs(a.code,n)]),r.push([a.code,n]);break}let c=Qs(a.code,i[o]);e.push([a.code,c]),r.push([a.code,Zs(a.code,c)])}return{string:ru(r),bytes:ta(e),tuples:e,stringTuples:r,path:n}}function js(t){let e=[],r=[],n=null,i=0;for(;i<t.length;){let o=xe(t,i),s=Ft(o),a=it(o),c=G1(a,t.slice(i+s));if(c===0){e.push([o]),r.push([o]),i+=s;continue}let f=t.slice(i+s,i+s+c);if(i+=c+s,i>t.length)throw nu("Invalid address Uint8Array: "+Xt(t,"base16"));e.push([o,f]);let u=Zs(o,f);if(r.push([o,u]),a.path===!0){n=u;break}}return{bytes:Uint8Array.from(t),string:ru(r),tuples:e,stringTuples:r,path:n}}function ru(t){let e=[];return t.map(r=>{let n=it(r[0]);return e.push(n.name),r.length>1&&r[1]!=null&&e.push(r[1]),null}),Js(e.join("/"))}function ta(t){return Ge(t.map(e=>{let r=it(e[0]),n=Uint8Array.from(ie(r.code));return e.length>1&&e[1]!=null&&(n=Ge([n,e[1]])),n}))}function G1(t,e){if(t.size>0)return t.size/8;if(t.size===0)return 0;{let r=xe(e instanceof Uint8Array?e:Uint8Array.from(e));return r+Ft(r)}}function Js(t){return"/"+t.trim().split("/").filter(e=>e).join("/")}function nu(t){return new Error("Error parsing address: "+t)}var W1=Symbol.for("nodejs.util.inspect.custom"),ea=Symbol.for("@multiformats/js-multiaddr/multiaddr"),$1=[it("dns").code,it("dns4").code,it("dns6").code,it("dnsaddr").code],Ki=class t{bytes;#t;#e;#r;#n;[ea]=!0;constructor(e){e==null&&(e="");let r;if(e instanceof Uint8Array)r=js(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);r=eu(e)}else if(ou(e))r=js(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=r.bytes,this.#t=r.string,this.#e=r.tuples,this.#r=r.stringTuples,this.#n=r.path}toString(){return this.#t}toJSON(){return this.toString()}toOptions(){let e,r,n,i,o="",s=it("tcp"),a=it("udp"),c=it("ip4"),f=it("ip6"),u=it("dns6"),l=it("ip6zone");for(let[y,d]of this.stringTuples())y===l.code&&(o=`%${d??""}`),$1.includes(y)&&(r=s.name,i=443,n=`${d??""}${o}`,e=y===u.code?6:4),(y===s.code||y===a.code)&&(r=it(y).name,i=parseInt(d??"")),(y===c.code||y===f.code)&&(r=it(y).name,n=`${d??""}${o}`,e=y===f.code?6:4);if(e==null||r==null||n==null||i==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:e,host:n,transport:r,port:i}}protos(){return this.#e.map(([e])=>Object.assign({},it(e)))}protoCodes(){return this.#e.map(([e])=>e)}protoNames(){return this.#e.map(([e])=>it(e).name)}tuples(){return this.#e}stringTuples(){return this.#r}encapsulate(e){return e=new t(e),new t(this.toString()+e.toString())}decapsulate(e){let r=e.toString(),n=this.toString(),i=n.lastIndexOf(r);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new t(n.slice(0,i))}decapsulateCode(e){let r=this.tuples();for(let n=r.length-1;n>=0;n--)if(r[n][0]===e)return new t(ta(r.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===en.p2p.code&&e.push([n,i]),n===en["p2p-circuit"].code&&(e=[])});let r=e.pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?Xt(wt.decode(`z${n}`),"base58btc"):Xt(ae.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(e){return qf(this.bytes,e.bytes)}async resolve(e){let r=this.protos().find(o=>o.resolvable);if(r==null)return[this];let n=iu.get(r.name);if(n==null)throw new F(`no available resolver for ${r.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,e)).map(o=>new t(o))}nodeAddress(){let e=this.toOptions();if(e.transport!=="tcp"&&e.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${e.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:e.family,address:e.host,port:e.port}}isThinWaistAddress(e){let r=(e??this).protos();return!(r.length!==2||r[0].code!==4&&r[0].code!==41||r[1].code!==6&&r[1].code!==273)}[W1](){return`Multiaddr(${this.#t})`}};var iu=new Map;function ou(t){return!!t?.[ea]}function ar(t){return new Ki(t)}var su="libp2p-peer-record",au=Uint8Array.from([3,1]);var Dn;(function(t){let e;(function(n){let i;n.codec=()=>(i==null&&(i=ge((o,s,a={})=>{a.lengthDelimited!==!1&&s.fork(),o.multiaddr!=null&&o.multiaddr.byteLength>0&&(s.uint32(10),s.bytes(o.multiaddr)),a.lengthDelimited!==!1&&s.ldelim()},(o,s)=>{let a={multiaddr:new Uint8Array(0)},c=s==null?o.len:o.pos+s;for(;o.pos<c;){let f=o.uint32();switch(f>>>3){case 1:a.multiaddr=o.bytes();break;default:o.skipType(f&7);break}}return a})),i),n.encode=o=>ye(o,n.codec()),n.decode=o=>pe(o,n.codec())})(e=t.AddressInfo||(t.AddressInfo={}));let r;t.codec=()=>(r==null&&(r=ge((n,i,o={})=>{if(o.lengthDelimited!==!1&&i.fork(),n.peerId!=null&&n.peerId.byteLength>0&&(i.uint32(10),i.bytes(n.peerId)),n.seq!=null&&n.seq!==0n&&(i.uint32(16),i.uint64(n.seq)),n.addresses!=null)for(let s of n.addresses)i.uint32(26),t.AddressInfo.codec().encode(s,i);o.lengthDelimited!==!1&&i.ldelim()},(n,i)=>{let o={peerId:new Uint8Array(0),seq:0n,addresses:[]},s=i==null?n.len:n.pos+i;for(;n.pos<s;){let a=n.uint32();switch(a>>>3){case 1:o.peerId=n.bytes();break;case 2:o.seq=n.uint64();break;case 3:o.addresses.push(t.AddressInfo.codec().decode(n,n.uint32()));break;default:n.skipType(a&7);break}}return o})),r),t.encode=n=>ye(n,t.codec()),t.decode=n=>pe(n,t.codec())})(Dn||(Dn={}));var We=class t{static createFromProtobuf=e=>{let r=Dn.decode(e),n=So(r.peerId),i=(r.addresses??[]).map(s=>ar(s.multiaddr)),o=r.seq;return new t({peerId:n,multiaddrs:i,seqNumber:o})};static DOMAIN=su;static CODEC=au;peerId;multiaddrs;seqNumber;domain=t.DOMAIN;codec=t.CODEC;marshaled;constructor(e){let{peerId:r,multiaddrs:n,seqNumber:i}=e;this.peerId=r,this.multiaddrs=n??[],this.seqNumber=i??BigInt(Date.now())}marshal(){return this.marshaled==null&&(this.marshaled=Dn.encode({peerId:this.peerId.toBytes(),seq:BigInt(this.seqNumber),addresses:this.multiaddrs.map(e=>({multiaddr:e.bytes}))})),this.marshaled}equals(e){return!(!(e instanceof t)||!this.peerId.equals(e.peerId)||this.seqNumber!==e.seqNumber||!Ff(this.multiaddrs,e.multiaddrs))}};var Y1=t=>t.toString().split("/").slice(1),Pn=t=>({match:e=>e.length<1?!1:t(e[0])?e.slice(1):!1,pattern:"fn"}),Et=t=>({match:e=>Pn(r=>r===t).match(e),pattern:t}),Fi=()=>({match:t=>Pn(e=>typeof e=="string").match(t),pattern:"{string}"}),cu=()=>({match:t=>Pn(e=>!isNaN(parseInt(e))).match(t),pattern:"{number}"}),oe=()=>({match:t=>{if(t.length<2||t[0]!=="p2p"&&t[0]!=="ipfs")return!1;if(t[1].startsWith("Q")||t[1].startsWith("1"))try{wt.decode(`z${t[1]}`)}catch{return!1}else return!1;return t.slice(2)},pattern:"/p2p/{peerid}"}),Mi=()=>({match:t=>{if(t.length<2||t[0]!=="certhash")return!1;try{uo.decode(t[1])}catch{return!1}return t.slice(2)},pattern:"/certhash/{certhash}"}),_e=t=>({match:e=>{let r=t.match(e);return r===!1?e:r},pattern:`optional(${t.pattern})`}),Re=(...t)=>({match:e=>{let r;for(let n of t){let i=n.match(e);i!==!1&&(r==null||i.length<r.length)&&(r=i)}return r??!1},pattern:`or(${t.map(e=>e.pattern).join(", ")})`}),St=(...t)=>({match:e=>{for(let r of t){let n=r.match(e);if(n===!1)return!1;e=n}return e},pattern:`and(${t.map(e=>e.pattern).join(", ")})`});function Ct(...t){function e(i){let o=Y1(i);for(let s of t){let a=s.match(o);if(a===!1)return!1;o=a}return o}function r(i){return e(i)!==!1}function n(i){let o=e(i);return o===!1?!1:o.length===0}return{matches:r,exactMatch:n}}var na=St(Et("dns4"),Fi()),ia=St(Et("dns6"),Fi()),oa=St(Et("dnsaddr"),Fi()),fu=St(Et("dns"),Fi()),_4=Ct(na),R4=Ct(ia),L4=Ct(oa),N4=Ct(Re(fu,oa,na,ia)),uu=St(Et("ip4"),Pn(Ui)),lu=St(Et("ip6"),Pn(ki)),hu=Re(uu,lu),Un=Re(hu,fu,na,ia,oa),du=Ct(Un),D4=Ct(uu),P4=Ct(lu),U4=Ct(hu),qi=St(Un,Et("tcp"),cu()),kn=St(Un,Et("udp"),cu()),Z1=Re(qi,kn),k4=Ct(qi),O4=Ct(kn),sa=St(kn,Et("quic")),Hi=St(kn,Et("quic-v1")),Q1=Re(sa,Hi),K4=Ct(sa),M4=Ct(Hi),ra=Re(Un,qi,kn,sa,Hi),pu=Re(St(ra,Et("ws"),_e(oe()))),V4=Ct(pu),yu=Re(St(ra,Et("wss"),_e(oe())),St(ra,Et("tls"),Et("ws"),_e(oe()))),F4=Ct(yu),gu=St(Z1,Et("webrtc-direct"),Mi(),_e(Mi()),_e(oe())),q4=Ct(gu),mu=St(Hi,Et("webtransport"),Mi(),Mi(),_e(oe())),H4=Ct(mu),Vi=Re(pu,yu,St(qi,_e(oe())),St(Q1,_e(oe())),St(Un,_e(oe())),gu,mu,oe()),z4=Ct(Vi),X1=St(Vi,Et("p2p-circuit"),oe()),G4=Ct(X1),J1=Re(St(Vi,Et("p2p-circuit"),Et("webrtc"),oe()),St(Vi,Et("webrtc"),_e(oe())),Et("webrtc")),W4=Ct(J1);function rn(){let t={};return t.promise=new Promise((e,r)=>{t.resolve=e,t.reject=r}),t}var zi=class extends Error{type;code;constructor(e,r){super(e??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=r??"ABORT_ERR"}};async function xu(t,e,r){if(e==null)return t;if(e.aborted)return Promise.reject(new zi(r?.errorMessage,r?.errorCode));let n,i=new zi(r?.errorMessage,r?.errorCode);try{return await Promise.race([t,new Promise((o,s)=>{n=()=>{s(i)},e.addEventListener("abort",n)})])}finally{n!=null&&e.removeEventListener("abort",n)}}var aa=class{needNext;haveNext;ended;nextResult;constructor(){this.ended=!1,this.needNext=rn(),this.haveNext=rn()}[Symbol.asyncIterator](){return this}async next(){if(this.nextResult==null&&await this.haveNext.promise,this.nextResult==null)throw new Error("Have next but next was undefined");let e=this.nextResult;return this.nextResult=void 0,this.needNext.resolve(),this.needNext=rn(),e}async throw(e){return this.ended=!0,e!=null&&this.haveNext.reject(e),{done:!0,value:void 0}}async return(){let e={done:!0,value:void 0};return await this._push(void 0),e}async push(e,r){await this._push(e,r)}async end(e,r){e!=null?await this.throw(e):await this._push(void 0,r)}async _push(e,r){if(e!=null&&this.ended)throw new Error("Cannot push value onto an ended pushable");this.nextResult!=null&&await this.needNext.promise,e!=null?this.nextResult={done:!1,value:e}:(this.ended=!0,this.nextResult={done:!0,value:void 0}),this.haveNext.resolve(),this.haveNext=rn(),await xu(this.needNext.promise,r?.signal,r)}};function bu(){return new aa}var Gi=class extends Error{code;constructor(e,r){super(e),this.code=r}},ca=class extends Gi{type;constructor(e){super(e,"ABORT_ERR"),this.type="aborted"}};function vu(t,e){let r=bu();t.sink(r).catch(async s=>{await r.end(s)}),t.sink=async s=>{for await(let a of s)await r.push(a);await r.end()};let n=t.source;t.source[Symbol.iterator]!=null?n=t.source[Symbol.iterator]():t.source[Symbol.asyncIterator]!=null&&(n=t.source[Symbol.asyncIterator]());let i=new Qt;return{read:async(s,a)=>{a?.signal?.throwIfAborted();let c,f=new Promise((u,l)=>{c=()=>{l(new ca("Read aborted"))},a?.signal?.addEventListener("abort",c)});try{if(s==null){let{done:l,value:h}=await Promise.race([n.next(),f]);return l===!0?new Qt:h}for(;i.byteLength<s;){let{value:l,done:h}=await Promise.race([n.next(),f]);if(h===!0)throw new Gi("unexpected end of input","ERR_UNEXPECTED_EOF");i.append(l)}let u=i.sublist(0,s);return i.consume(s),u}finally{c!=null&&a?.signal?.removeEventListener("abort",c)}},write:async(s,a)=>{a?.signal?.throwIfAborted(),s instanceof Uint8Array?await r.push(s,a):await r.push(s.subarray(),a)},unwrap:()=>{if(i.byteLength>0){let s=t.source;t.source=async function*(){e?.yieldBytes===!1?yield i:yield*i,yield*s}()}return t}}}function wu(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}function Eu(t=0){return globalThis.Buffer?.allocUnsafe!=null?wu(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function Wi(t){return t[Symbol.asyncIterator]!=null}var $i=t=>{let e=Ft(t),r=Eu(e);return ie(t,r),$i.bytes=e,r};$i.bytes=0;function On(t,e){e=e??{};let r=e.lengthEncoder??$i;function*n(i){let o=r(i.byteLength);o instanceof Uint8Array?yield o:yield*o,i instanceof Uint8Array?yield i:yield*i}return Wi(t)?async function*(){for await(let i of t)yield*n(i)}():function*(){for(let i of t)yield*n(i)}()}On.single=(t,e)=>{e=e??{};let r=e.lengthEncoder??$i;return new Qt(r(t.byteLength),t)};var nn=qt(Au(),1);var tg=8,eg=1024*1024*4,_r;(function(t){t[t.LENGTH=0]="LENGTH",t[t.DATA=1]="DATA"})(_r||(_r={}));var ua=t=>{let e=xe(t);return ua.bytes=Ft(e),e};ua.bytes=0;function fa(t,e){let r=new Qt,n=_r.LENGTH,i=-1,o=e?.lengthDecoder??ua,s=e?.maxLengthLength??tg,a=e?.maxDataLength??eg;function*c(){for(;r.byteLength>0;){if(n===_r.LENGTH)try{if(i=o(r),i<0)throw(0,nn.default)(new Error("invalid message length"),"ERR_INVALID_MSG_LENGTH");if(i>a)throw(0,nn.default)(new Error("message length too long"),"ERR_MSG_DATA_TOO_LONG");let f=o.bytes;r.consume(f),e?.onLength!=null&&e.onLength(i),n=_r.DATA}catch(f){if(f instanceof RangeError){if(r.byteLength>s)throw(0,nn.default)(new Error("message length length too long"),"ERR_MSG_LENGTH_TOO_LONG");break}throw f}if(n===_r.DATA){if(r.byteLength<i)break;let f=r.sublist(0,i);r.consume(i),e?.onData!=null&&e.onData(f),yield f,n=_r.LENGTH}}}return Wi(t)?async function*(){for await(let f of t)r.append(f),yield*c();if(r.byteLength>0)throw(0,nn.default)(new Error("unexpected end of input"),"ERR_UNEXPECTED_EOF")}():function*(){for(let f of t)r.append(f),yield*c();if(r.byteLength>0)throw(0,nn.default)(new Error("unexpected end of input"),"ERR_UNEXPECTED_EOF")}()}fa.fromReader=(t,e)=>{let r=1,n=async function*(){for(;;)try{let{done:o,value:s}=await t.next(r);if(o===!0)return;s!=null&&(yield s)}catch(o){if(o.code==="ERR_UNDER_READ")return{done:!0,value:null};throw o}finally{r=1}}();return fa(n,{...e??{},onLength:o=>{r=o}})};var Yi=class extends Error{code;constructor(e,r){super(e),this.code=r}},Iu=t=>xe(t);Iu.bytes=0;function Tu(t,e={}){let r=vu(t,e);return e.maxDataLength!=null&&e.maxLengthLength==null&&(e.maxLengthLength=Ft(e.maxDataLength)),{read:async i=>{let o=-1,s=new Qt,a=e?.lengthDecoder??Iu;for(;;){s.append(await r.read(1,i));try{o=a(s)}catch(c){if(c instanceof RangeError)continue;throw c}if(e?.maxLengthLength!=null&&s.byteLength>e.maxLengthLength)throw new Yi("message length length too long","ERR_MSG_LENGTH_TOO_LONG");if(o>-1)break}if(e?.maxDataLength!=null&&o>e.maxDataLength)throw new Yi("message length too long","ERR_MSG_DATA_TOO_LONG");return r.read(o,i)},write:async(i,o)=>{await r.write(On.single(i,e),o)},writeV:async(i,o)=>{let s=new Qt(...i.map(a=>On.single(a,e)));await r.write(s,o)},unwrap:()=>r.unwrap()}}function Kn(t,e){let r=Tu(t,e),n={read:async(i,o)=>{let s=await r.read(o);return i.decode(s)},write:async(i,o,s)=>{await r.write(o.encode(i),s)},writeV:async(i,o,s)=>{await r.writeV(i.map(a=>o.encode(a)),s)},pb:i=>({read:async o=>n.read(i,o),write:async(o,s)=>n.write(o,i,s),writeV:async(o,s)=>n.writeV(o,i,s),unwrap:()=>n}),unwrap:()=>r.unwrap()};return n}var Ru=qt(_u(),1),la=typeof window=="object"&&typeof document=="object"&&document.nodeType===9,Zi=(0,Ru.default)(),Lu=la&&!Zi,Nu=Zi&&!la,Du=Zi&&la,Pu=typeof globalThis.process<"u"&&typeof globalThis.process.release<"u"&&globalThis.process.release.name==="node"&&!Zi,Uu=typeof importScripts=="function"&&typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,SE=typeof globalThis.process<"u"&&typeof globalThis.process.env<"u"&&globalThis.process.env["NODE"+"_"+"ENV"]==="test",ku=typeof navigator<"u"&&navigator.product==="ReactNative";var Rr;(function(t){let e;t.codec=()=>(e==null&&(e=ge((r,n,i={})=>{if(i.lengthDelimited!==!1&&n.fork(),r.protocolVersion!=null&&(n.uint32(42),n.string(r.protocolVersion)),r.agentVersion!=null&&(n.uint32(50),n.string(r.agentVersion)),r.publicKey!=null&&(n.uint32(10),n.bytes(r.publicKey)),r.listenAddrs!=null)for(let o of r.listenAddrs)n.uint32(18),n.bytes(o);if(r.observedAddr!=null&&(n.uint32(34),n.bytes(r.observedAddr)),r.protocols!=null)for(let o of r.protocols)n.uint32(26),n.string(o);r.signedPeerRecord!=null&&(n.uint32(66),n.bytes(r.signedPeerRecord)),i.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let i={listenAddrs:[],protocols:[]},o=n==null?r.len:r.pos+n;for(;r.pos<o;){let s=r.uint32();switch(s>>>3){case 5:i.protocolVersion=r.string();break;case 6:i.agentVersion=r.string();break;case 1:i.publicKey=r.bytes();break;case 2:i.listenAddrs.push(r.bytes());break;case 4:i.observedAddr=r.bytes();break;case 3:i.protocols.push(r.string());break;case 8:i.signedPeerRecord=r.bytes();break;default:r.skipType(s&7);break}}return i})),e),t.encode=r=>ye(r,t.codec()),t.decode=r=>pe(r,t.codec())})(Rr||(Rr={}));var ha=1024*8,se={protocolPrefix:"ipfs",timeout:6e4,maxInboundStreams:1,maxOutboundStreams:1,maxPushIncomingStreams:1,maxPushOutgoingStreams:1,maxObservedAddresses:10,maxIdentifyMessageSize:8192,runOnConnectionOpen:!0,runOnTransientConnection:!0},Qi=class{identifyProtocolStr;identifyPushProtocolStr;host;started;timeout;peerId;peerStore;registrar;connectionManager;addressManager;maxInboundStreams;maxOutboundStreams;maxPushIncomingStreams;maxPushOutgoingStreams;maxIdentifyMessageSize;maxObservedAddresses;events;runOnTransientConnection;log;constructor(e,r={}){this.started=!1,this.peerId=e.peerId,this.peerStore=e.peerStore,this.registrar=e.registrar,this.addressManager=e.addressManager,this.connectionManager=e.connectionManager,this.events=e.events,this.log=e.logger.forComponent("libp2p:identify"),this.identifyProtocolStr=`/${r.protocolPrefix??se.protocolPrefix}/${Aa}/${Ta}`,this.identifyPushProtocolStr=`/${r.protocolPrefix??se.protocolPrefix}/${Ia}/${Ca}`,this.timeout=r.timeout??se.timeout,this.maxInboundStreams=r.maxInboundStreams??se.maxInboundStreams,this.maxOutboundStreams=r.maxOutboundStreams??se.maxOutboundStreams,this.maxPushIncomingStreams=r.maxPushIncomingStreams??se.maxPushIncomingStreams,this.maxPushOutgoingStreams=r.maxPushOutgoingStreams??se.maxPushOutgoingStreams,this.maxIdentifyMessageSize=r.maxIdentifyMessageSize??se.maxIdentifyMessageSize,this.maxObservedAddresses=r.maxObservedAddresses??se.maxObservedAddresses,this.runOnTransientConnection=r.runOnTransientConnection??se.runOnTransientConnection,this.host={protocolVersion:`${r.protocolPrefix??se.protocolPrefix}/${Ba}`,agentVersion:r.agentVersion??`${e.nodeInfo.name}/${e.nodeInfo.version}`},(r.runOnConnectionOpen??se.runOnConnectionOpen)&&e.events.addEventListener("connection:open",n=>{let i=n.detail;this.identify(i).catch(o=>{this.log.error("error during identify trigged by connection:open",o)})}),e.events.addEventListener("self:peer:update",n=>{this.push().catch(i=>{this.log.error(i)})}),this.host.agentVersion===`${e.nodeInfo.name}/${e.nodeInfo.version}`&&(Pu||Nu?this.host.agentVersion+=` UserAgent=${globalThis.process.version}`:(Lu||Uu||Du||ku)&&(this.host.agentVersion+=` UserAgent=${globalThis.navigator.userAgent}`))}isStarted(){return this.started}async start(){this.started||(await this.peerStore.merge(this.peerId,{metadata:{AgentVersion:bt(this.host.agentVersion),ProtocolVersion:bt(this.host.protocolVersion)}}),await this.registrar.handle(this.identifyProtocolStr,e=>{this._handleIdentify(e).catch(r=>{this.log.error(r)})},{maxInboundStreams:this.maxInboundStreams,maxOutboundStreams:this.maxOutboundStreams,runOnTransientConnection:this.runOnTransientConnection}),await this.registrar.handle(this.identifyPushProtocolStr,e=>{this._handlePush(e).catch(r=>{this.log.error(r)})},{maxInboundStreams:this.maxPushIncomingStreams,maxOutboundStreams:this.maxPushOutgoingStreams,runOnTransientConnection:this.runOnTransientConnection}),this.started=!0)}async stop(){await this.registrar.unhandle(this.identifyProtocolStr),await this.registrar.unhandle(this.identifyPushProtocolStr),this.started=!1}async pushToConnections(e){let r=this.addressManager.getAddresses().map(u=>u.decapsulateCode(it("p2p").code)),n=new We({peerId:this.peerId,multiaddrs:r}),i=await sr.seal(n,this.peerId),o=this.registrar.getProtocols(),s=await this.peerStore.get(this.peerId),a=Kt(s.metadata.get("AgentVersion")??bt(this.host.agentVersion)),c=Kt(s.metadata.get("ProtocolVersion")??bt(this.host.protocolVersion)),f=e.map(async u=>{let l,h=AbortSignal.timeout(this.timeout);Vn(1/0,h);try{l=await u.newStream(this.identifyPushProtocolStr,{signal:h,runOnTransientConnection:this.runOnTransientConnection}),await Kn(l,{maxDataLength:this.maxIdentifyMessageSize??ha}).pb(Rr).write({listenAddrs:r.map(d=>d.bytes),signedPeerRecord:i.marshal(),protocols:o,agentVersion:a,protocolVersion:c},{signal:h}),await l.close({signal:h})}catch(y){this.log.error("could not push identify update to peer",y),l?.abort(y)}});await Promise.all(f)}async push(){if(!this.isStarted())return;let e=[];await Promise.all(this.connectionManager.getConnections().map(async r=>{try{if(!(await this.peerStore.get(r.remotePeer)).protocols.includes(this.identifyPushProtocolStr))return;e.push(r)}catch(n){if(n.code!==Na)throw n}})),await this.pushToConnections(e)}async _identify(e,r={}){let n;if(r.signal==null){let i=AbortSignal.timeout(this.timeout);Vn(1/0,i),r={...r,signal:i}}try{n=await e.newStream(this.identifyProtocolStr,{...r,runOnTransientConnection:this.runOnTransientConnection});let o=await Kn(n,{maxDataLength:this.maxIdentifyMessageSize??ha}).pb(Rr).read(r);return await n.close(r),o}catch(i){throw this.log.error("error while reading identify message",i),n?.abort(i),i}}async identify(e,r={}){let n=await this._identify(e,r),{publicKey:i,protocols:o,observedAddr:s}=n;if(i==null)throw new F("public key was missing from identify message","ERR_MISSING_PUBLIC_KEY");let a=await un(i);if(!e.remotePeer.equals(a))throw new F("identified peer does not match the expected peer","ERR_INVALID_PEER");if(this.peerId.equals(a))throw new F("identified peer is our own peer id?","ERR_INVALID_PEER");let c=ig(s);return this.log("identify completed for peer %p and protocols %o",a,o),this.log("our observed address is %a",c),c!=null&&this.addressManager.getObservedAddrs().length<(this.maxObservedAddresses??1/0)&&(this.log("storing our observed address %a",c),this.addressManager.addObservedAddr(c)),this.#t(e,n)}async _handleIdentify(e){let{connection:r,stream:n}=e,i=AbortSignal.timeout(this.timeout);Vn(1/0,i);try{let o=this.peerId.publicKey??new Uint8Array(0),s=await this.peerStore.get(this.peerId),a=this.addressManager.getAddresses().map(l=>l.decapsulateCode(it("p2p").code)),c=s.peerRecordEnvelope;if(a.length>0&&c==null){let l=new We({peerId:this.peerId,multiaddrs:a});c=(await sr.seal(l,this.peerId)).marshal().subarray()}let f=r.remoteAddr.bytes;du.matches(r.remoteAddr)||(f=void 0),await Kn(n).pb(Rr).write({protocolVersion:this.host.protocolVersion,agentVersion:this.host.agentVersion,publicKey:o,listenAddrs:a.map(l=>l.bytes),signedPeerRecord:c,observedAddr:f,protocols:s.protocols},{signal:i}),await n.close({signal:i})}catch(o){this.log.error("could not respond to identify request",o),n.abort(o)}}async _handlePush(e){let{connection:r,stream:n}=e;try{if(this.peerId.equals(r.remotePeer))throw new Error("received push from ourselves?");let i={signal:AbortSignal.timeout(this.timeout)},s=await Kn(n,{maxDataLength:this.maxIdentifyMessageSize??ha}).pb(Rr).read(i);await n.close(i),await this.#t(r,s)}catch(i){this.log.error("received invalid message",i),n.abort(i);return}this.log("handled push from %p",r.remotePeer)}async#t(e,r){if(this.log("received identify from %p",e.remotePeer),r==null)throw new F("message was null or undefined","ERR_INVALID_MESSAGE");let n={};if(r.listenAddrs.length>0&&(n.addresses=r.listenAddrs.map(s=>({isCertified:!1,multiaddr:ar(s)}))),r.protocols.length>0&&(n.protocols=r.protocols),r.publicKey!=null&&(n.publicKey=r.publicKey,!(await un(r.publicKey)).equals(e.remotePeer)))throw new F("public key did not match remote PeerId","ERR_INVALID_PUBLIC_KEY");let i;if(r.signedPeerRecord!=null){this.log("received signedPeerRecord from %p",e.remotePeer);let s=r.signedPeerRecord,a=await sr.openAndCertify(s,We.DOMAIN),c=We.createFromProtobuf(a.payload);if(!c.peerId.equals(a.peerId))throw new F("signing key does not match PeerId in the PeerRecord","ERR_INVALID_SIGNING_KEY");if(!e.remotePeer.equals(c.peerId))throw new F("signing key does not match remote PeerId","ERR_INVALID_PEER_RECORD_KEY");let f;try{f=await this.peerStore.get(c.peerId)}catch(u){if(u.code!=="ERR_NOT_FOUND")throw u}if(f!=null&&(n.metadata=f.metadata,f.peerRecordEnvelope!=null)){let u=await sr.createFromProtobuf(f.peerRecordEnvelope),l=We.createFromProtobuf(u.payload);l.seqNumber>=c.seqNumber&&(this.log("sequence number was lower or equal to existing sequence number - stored: %d received: %d",l.seqNumber,c.seqNumber),c=l,s=f.peerRecordEnvelope)}n.peerRecordEnvelope=s,n.addresses=c.multiaddrs.map(u=>({isCertified:!0,multiaddr:u})),i={seq:c.seqNumber,addresses:c.multiaddrs}}else this.log("%p did not send a signed peer record",e.remotePeer);if(this.log("patching %p with",e.remotePeer,n),await this.peerStore.patch(e.remotePeer,n),r.agentVersion!=null||r.protocolVersion!=null){let s={};r.agentVersion!=null&&(s.AgentVersion=bt(r.agentVersion)),r.protocolVersion!=null&&(s.ProtocolVersion=bt(r.protocolVersion)),this.log("merging %p metadata",e.remotePeer,s),await this.peerStore.merge(e.remotePeer,{metadata:s})}let o={peerId:e.remotePeer,protocolVersion:r.protocolVersion,agentVersion:r.agentVersion,publicKey:r.publicKey,listenAddrs:r.listenAddrs.map(s=>ar(s)),observedAddr:r.observedAddr==null?void 0:ar(r.observedAddr),protocols:r.protocols,signedPeerRecord:i,connection:e};return this.events.safeDispatchEvent("peer:identify",{detail:o}),o}};function ig(t){if(t!=null&&t.length>0)try{return ar(t)}catch{}}var og={IDENTIFY:Ea,IDENTIFY_PUSH:Sa};function sg(t={}){return e=>new Qi(e,t)}return Qu(ag);})();
|
|
2
|
+
"use strict";var Libp2PIdentify=(()=>{var mm=Object.create;var ii=Object.defineProperty;var xm=Object.getOwnPropertyDescriptor;var gm=Object.getOwnPropertyNames;var bm=Object.getPrototypeOf,vm=Object.prototype.hasOwnProperty;var ue=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),U=(e,t)=>{for(var r in t)ii(e,r,{get:t[r],enumerable:!0})},eu=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of gm(t))!vm.call(e,o)&&o!==r&&ii(e,o,{get:()=>t[o],enumerable:!(n=xm(t,o))||n.enumerable});return e};var Ge=(e,t,r)=>(r=e!=null?mm(bm(e)):{},eu(t||!e||!e.__esModule?ii(r,"default",{value:e,enumerable:!0}):r,e)),wm=e=>eu(ii({},"__esModule",{value:!0}),e);var ce=ue((h5,Ru)=>{Ru.exports={options:{usePureJavaScript:!1}}});var Pu=ue((l5,Uu)=>{var ta={};Uu.exports=ta;var Nu={};ta.encode=function(e,t,r){if(typeof t!="string")throw new TypeError('"alphabet" must be a string.');if(r!==void 0&&typeof r!="number")throw new TypeError('"maxline" must be a number.');var n="";if(!(e instanceof Uint8Array))n=Dx(e,t);else{var o=0,i=t.length,s=t.charAt(0),a=[0];for(o=0;o<e.length;++o){for(var c=0,f=e[o];c<a.length;++c)f+=a[c]<<8,a[c]=f%i,f=f/i|0;for(;f>0;)a.push(f%i),f=f/i|0}for(o=0;e[o]===0&&o<e.length-1;++o)n+=s;for(o=a.length-1;o>=0;--o)n+=t[a[o]]}if(r){var u=new RegExp(".{1,"+r+"}","g");n=n.match(u).join(`\r
|
|
3
|
+
`)}return n};ta.decode=function(e,t){if(typeof e!="string")throw new TypeError('"input" must be a string.');if(typeof t!="string")throw new TypeError('"alphabet" must be a string.');var r=Nu[t];if(!r){r=Nu[t]=[];for(var n=0;n<t.length;++n)r[t.charCodeAt(n)]=n}e=e.replace(/\s/g,"");for(var o=t.length,i=t.charAt(0),s=[0],n=0;n<e.length;n++){var a=r[e.charCodeAt(n)];if(a===void 0)return;for(var c=0,f=a;c<s.length;++c)f+=s[c]*o,s[c]=f&255,f>>=8;for(;f>0;)s.push(f&255),f>>=8}for(var u=0;e[u]===i&&u<e.length-1;++u)s.push(0);return typeof Buffer<"u"?Buffer.from(s.reverse()):new Uint8Array(s.reverse())};function Dx(e,t){var r=0,n=t.length,o=t.charAt(0),i=[0];for(r=0;r<e.length();++r){for(var s=0,a=e.at(r);s<i.length;++s)a+=i[s]<<8,i[s]=a%n,a=a/n|0;for(;a>0;)i.push(a%n),a=a/n|0}var c="";for(r=0;e.at(r)===0&&r<e.length()-1;++r)c+=o;for(r=i.length-1;r>=0;--r)c+=t[i[r]];return c}});var De=ue((d5,Vu)=>{var ku=ce(),Ou=Pu(),w=Vu.exports=ku.util=ku.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){w.nextTick=process.nextTick,typeof setImmediate=="function"?w.setImmediate=setImmediate:w.setImmediate=w.nextTick;return}if(typeof setImmediate=="function"){w.setImmediate=function(){return setImmediate.apply(void 0,arguments)},w.nextTick=function(a){return setImmediate(a)};return}if(w.setImmediate=function(a){setTimeout(a,0)},typeof window<"u"&&typeof window.postMessage=="function"){let a=function(c){if(c.source===window&&c.data===e){c.stopPropagation();var f=t.slice();t.length=0,f.forEach(function(u){u()})}};var s=a,e="forge.setImmediate",t=[];w.setImmediate=function(c){t.push(c),t.length===1&&window.postMessage(e,"*")},window.addEventListener("message",a,!0)}if(typeof MutationObserver<"u"){var r=Date.now(),n=!0,o=document.createElement("div"),t=[];new MutationObserver(function(){var c=t.slice();t.length=0,c.forEach(function(f){f()})}).observe(o,{attributes:!0});var i=w.setImmediate;w.setImmediate=function(c){Date.now()-r>15?(r=Date.now(),i(c)):(t.push(c),t.length===1&&o.setAttribute("a",n=!n))}}w.nextTick=w.setImmediate})();w.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;w.globalScope=function(){return w.isNodejs?globalThis:typeof self>"u"?window:self}();w.isArray=Array.isArray||function(e){return Object.prototype.toString.call(e)==="[object Array]"};w.isArrayBuffer=function(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer};w.isArrayBufferView=function(e){return e&&w.isArrayBuffer(e.buffer)&&e.byteLength!==void 0};function ho(e){if(!(e===8||e===16||e===24||e===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+e)}w.ByteBuffer=ra;function ra(e){if(this.data="",this.read=0,typeof e=="string")this.data=e;else if(w.isArrayBuffer(e)||w.isArrayBufferView(e))if(typeof Buffer<"u"&&e instanceof Buffer)this.data=e.toString("binary");else{var t=new Uint8Array(e);try{this.data=String.fromCharCode.apply(null,t)}catch{for(var r=0;r<t.length;++r)this.putByte(t[r])}}else(e instanceof ra||typeof e=="object"&&typeof e.data=="string"&&typeof e.read=="number")&&(this.data=e.data,this.read=e.read);this._constructedStringLength=0}w.ByteStringBuffer=ra;var _x=4096;w.ByteStringBuffer.prototype._optimizeConstructedString=function(e){this._constructedStringLength+=e,this._constructedStringLength>_x&&(this.data.substr(0,1),this._constructedStringLength=0)};w.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};w.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};w.ByteStringBuffer.prototype.putByte=function(e){return this.putBytes(String.fromCharCode(e))};w.ByteStringBuffer.prototype.fillWithByte=function(e,t){e=String.fromCharCode(e);for(var r=this.data;t>0;)t&1&&(r+=e),t>>>=1,t>0&&(e+=e);return this.data=r,this._optimizeConstructedString(t),this};w.ByteStringBuffer.prototype.putBytes=function(e){return this.data+=e,this._optimizeConstructedString(e.length),this};w.ByteStringBuffer.prototype.putString=function(e){return this.putBytes(w.encodeUtf8(e))};w.ByteStringBuffer.prototype.putInt16=function(e){return this.putBytes(String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};w.ByteStringBuffer.prototype.putInt24=function(e){return this.putBytes(String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};w.ByteStringBuffer.prototype.putInt32=function(e){return this.putBytes(String.fromCharCode(e>>24&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};w.ByteStringBuffer.prototype.putInt16Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255))};w.ByteStringBuffer.prototype.putInt24Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e>>16&255))};w.ByteStringBuffer.prototype.putInt32Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>24&255))};w.ByteStringBuffer.prototype.putInt=function(e,t){ho(t);var r="";do t-=8,r+=String.fromCharCode(e>>t&255);while(t>0);return this.putBytes(r)};w.ByteStringBuffer.prototype.putSignedInt=function(e,t){return e<0&&(e+=2<<t-1),this.putInt(e,t)};w.ByteStringBuffer.prototype.putBuffer=function(e){return this.putBytes(e.getBytes())};w.ByteStringBuffer.prototype.getByte=function(){return this.data.charCodeAt(this.read++)};w.ByteStringBuffer.prototype.getInt16=function(){var e=this.data.charCodeAt(this.read)<<8^this.data.charCodeAt(this.read+1);return this.read+=2,e};w.ByteStringBuffer.prototype.getInt24=function(){var e=this.data.charCodeAt(this.read)<<16^this.data.charCodeAt(this.read+1)<<8^this.data.charCodeAt(this.read+2);return this.read+=3,e};w.ByteStringBuffer.prototype.getInt32=function(){var e=this.data.charCodeAt(this.read)<<24^this.data.charCodeAt(this.read+1)<<16^this.data.charCodeAt(this.read+2)<<8^this.data.charCodeAt(this.read+3);return this.read+=4,e};w.ByteStringBuffer.prototype.getInt16Le=function(){var e=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8;return this.read+=2,e};w.ByteStringBuffer.prototype.getInt24Le=function(){var e=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8^this.data.charCodeAt(this.read+2)<<16;return this.read+=3,e};w.ByteStringBuffer.prototype.getInt32Le=function(){var e=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8^this.data.charCodeAt(this.read+2)<<16^this.data.charCodeAt(this.read+3)<<24;return this.read+=4,e};w.ByteStringBuffer.prototype.getInt=function(e){ho(e);var t=0;do t=(t<<8)+this.data.charCodeAt(this.read++),e-=8;while(e>0);return t};w.ByteStringBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};w.ByteStringBuffer.prototype.getBytes=function(e){var t;return e?(e=Math.min(this.length(),e),t=this.data.slice(this.read,this.read+e),this.read+=e):e===0?t="":(t=this.read===0?this.data:this.data.slice(this.read),this.clear()),t};w.ByteStringBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};w.ByteStringBuffer.prototype.at=function(e){return this.data.charCodeAt(this.read+e)};w.ByteStringBuffer.prototype.setAt=function(e,t){return this.data=this.data.substr(0,this.read+e)+String.fromCharCode(t)+this.data.substr(this.read+e+1),this};w.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};w.ByteStringBuffer.prototype.copy=function(){var e=w.createBuffer(this.data);return e.read=this.read,e};w.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};w.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};w.ByteStringBuffer.prototype.truncate=function(e){var t=Math.max(0,this.length()-e);return this.data=this.data.substr(this.read,t),this.read=0,this};w.ByteStringBuffer.prototype.toHex=function(){for(var e="",t=this.read;t<this.data.length;++t){var r=this.data.charCodeAt(t);r<16&&(e+="0"),e+=r.toString(16)}return e};w.ByteStringBuffer.prototype.toString=function(){return w.decodeUtf8(this.bytes())};function Lx(e,t){t=t||{},this.read=t.readOffset||0,this.growSize=t.growSize||1024;var r=w.isArrayBuffer(e),n=w.isArrayBufferView(e);if(r||n){r?this.data=new DataView(e):this.data=new DataView(e.buffer,e.byteOffset,e.byteLength),this.write="writeOffset"in t?t.writeOffset:this.data.byteLength;return}this.data=new DataView(new ArrayBuffer(0)),this.write=0,e!=null&&this.putBytes(e),"writeOffset"in t&&(this.write=t.writeOffset)}w.DataBuffer=Lx;w.DataBuffer.prototype.length=function(){return this.write-this.read};w.DataBuffer.prototype.isEmpty=function(){return this.length()<=0};w.DataBuffer.prototype.accommodate=function(e,t){if(this.length()>=e)return this;t=Math.max(t||this.growSize,e);var r=new Uint8Array(this.data.buffer,this.data.byteOffset,this.data.byteLength),n=new Uint8Array(this.length()+t);return n.set(r),this.data=new DataView(n.buffer),this};w.DataBuffer.prototype.putByte=function(e){return this.accommodate(1),this.data.setUint8(this.write++,e),this};w.DataBuffer.prototype.fillWithByte=function(e,t){this.accommodate(t);for(var r=0;r<t;++r)this.data.setUint8(e);return this};w.DataBuffer.prototype.putBytes=function(e,t){if(w.isArrayBufferView(e)){var r=new Uint8Array(e.buffer,e.byteOffset,e.byteLength),n=r.byteLength-r.byteOffset;this.accommodate(n);var o=new Uint8Array(this.data.buffer,this.write);return o.set(r),this.write+=n,this}if(w.isArrayBuffer(e)){var r=new Uint8Array(e);this.accommodate(r.byteLength);var o=new Uint8Array(this.data.buffer);return o.set(r,this.write),this.write+=r.byteLength,this}if(e instanceof w.DataBuffer||typeof e=="object"&&typeof e.read=="number"&&typeof e.write=="number"&&w.isArrayBufferView(e.data)){var r=new Uint8Array(e.data.byteLength,e.read,e.length());this.accommodate(r.byteLength);var o=new Uint8Array(e.data.byteLength,this.write);return o.set(r),this.write+=r.byteLength,this}if(e instanceof w.ByteStringBuffer&&(e=e.data,t="binary"),t=t||"binary",typeof e=="string"){var i;if(t==="hex")return this.accommodate(Math.ceil(e.length/2)),i=new Uint8Array(this.data.buffer,this.write),this.write+=w.binary.hex.decode(e,i,this.write),this;if(t==="base64")return this.accommodate(Math.ceil(e.length/4)*3),i=new Uint8Array(this.data.buffer,this.write),this.write+=w.binary.base64.decode(e,i,this.write),this;if(t==="utf8"&&(e=w.encodeUtf8(e),t="binary"),t==="binary"||t==="raw")return this.accommodate(e.length),i=new Uint8Array(this.data.buffer,this.write),this.write+=w.binary.raw.decode(i),this;if(t==="utf16")return this.accommodate(e.length*2),i=new Uint16Array(this.data.buffer,this.write),this.write+=w.text.utf16.encode(i),this;throw new Error("Invalid encoding: "+t)}throw Error("Invalid parameter: "+e)};w.DataBuffer.prototype.putBuffer=function(e){return this.putBytes(e),e.clear(),this};w.DataBuffer.prototype.putString=function(e){return this.putBytes(e,"utf16")};w.DataBuffer.prototype.putInt16=function(e){return this.accommodate(2),this.data.setInt16(this.write,e),this.write+=2,this};w.DataBuffer.prototype.putInt24=function(e){return this.accommodate(3),this.data.setInt16(this.write,e>>8&65535),this.data.setInt8(this.write,e>>16&255),this.write+=3,this};w.DataBuffer.prototype.putInt32=function(e){return this.accommodate(4),this.data.setInt32(this.write,e),this.write+=4,this};w.DataBuffer.prototype.putInt16Le=function(e){return this.accommodate(2),this.data.setInt16(this.write,e,!0),this.write+=2,this};w.DataBuffer.prototype.putInt24Le=function(e){return this.accommodate(3),this.data.setInt8(this.write,e>>16&255),this.data.setInt16(this.write,e>>8&65535,!0),this.write+=3,this};w.DataBuffer.prototype.putInt32Le=function(e){return this.accommodate(4),this.data.setInt32(this.write,e,!0),this.write+=4,this};w.DataBuffer.prototype.putInt=function(e,t){ho(t),this.accommodate(t/8);do t-=8,this.data.setInt8(this.write++,e>>t&255);while(t>0);return this};w.DataBuffer.prototype.putSignedInt=function(e,t){return ho(t),this.accommodate(t/8),e<0&&(e+=2<<t-1),this.putInt(e,t)};w.DataBuffer.prototype.getByte=function(){return this.data.getInt8(this.read++)};w.DataBuffer.prototype.getInt16=function(){var e=this.data.getInt16(this.read);return this.read+=2,e};w.DataBuffer.prototype.getInt24=function(){var e=this.data.getInt16(this.read)<<8^this.data.getInt8(this.read+2);return this.read+=3,e};w.DataBuffer.prototype.getInt32=function(){var e=this.data.getInt32(this.read);return this.read+=4,e};w.DataBuffer.prototype.getInt16Le=function(){var e=this.data.getInt16(this.read,!0);return this.read+=2,e};w.DataBuffer.prototype.getInt24Le=function(){var e=this.data.getInt8(this.read)^this.data.getInt16(this.read+1,!0)<<8;return this.read+=3,e};w.DataBuffer.prototype.getInt32Le=function(){var e=this.data.getInt32(this.read,!0);return this.read+=4,e};w.DataBuffer.prototype.getInt=function(e){ho(e);var t=0;do t=(t<<8)+this.data.getInt8(this.read++),e-=8;while(e>0);return t};w.DataBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};w.DataBuffer.prototype.getBytes=function(e){var t;return e?(e=Math.min(this.length(),e),t=this.data.slice(this.read,this.read+e),this.read+=e):e===0?t="":(t=this.read===0?this.data:this.data.slice(this.read),this.clear()),t};w.DataBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};w.DataBuffer.prototype.at=function(e){return this.data.getUint8(this.read+e)};w.DataBuffer.prototype.setAt=function(e,t){return this.data.setUint8(e,t),this};w.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};w.DataBuffer.prototype.copy=function(){return new w.DataBuffer(this)};w.DataBuffer.prototype.compact=function(){if(this.read>0){var e=new Uint8Array(this.data.buffer,this.read),t=new Uint8Array(e.byteLength);t.set(e),this.data=new DataView(t),this.write-=this.read,this.read=0}return this};w.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};w.DataBuffer.prototype.truncate=function(e){return this.write=Math.max(0,this.length()-e),this.read=Math.min(this.read,this.write),this};w.DataBuffer.prototype.toHex=function(){for(var e="",t=this.read;t<this.data.byteLength;++t){var r=this.data.getUint8(t);r<16&&(e+="0"),e+=r.toString(16)}return e};w.DataBuffer.prototype.toString=function(e){var t=new Uint8Array(this.data,this.read,this.length());if(e=e||"utf8",e==="binary"||e==="raw")return w.binary.raw.encode(t);if(e==="hex")return w.binary.hex.encode(t);if(e==="base64")return w.binary.base64.encode(t);if(e==="utf8")return w.text.utf8.decode(t);if(e==="utf16")return w.text.utf16.decode(t);throw new Error("Invalid encoding: "+e)};w.createBuffer=function(e,t){return t=t||"raw",e!==void 0&&t==="utf8"&&(e=w.encodeUtf8(e)),new w.ByteBuffer(e)};w.fillString=function(e,t){for(var r="";t>0;)t&1&&(r+=e),t>>>=1,t>0&&(e+=e);return r};w.xorBytes=function(e,t,r){for(var n="",o="",i="",s=0,a=0;r>0;--r,++s)o=e.charCodeAt(s)^t.charCodeAt(s),a>=10&&(n+=i,i="",a=0),i+=String.fromCharCode(o),++a;return n+=i,n};w.hexToBytes=function(e){var t="",r=0;for(e.length&!0&&(r=1,t+=String.fromCharCode(parseInt(e[0],16)));r<e.length;r+=2)t+=String.fromCharCode(parseInt(e.substr(r,2),16));return t};w.bytesToHex=function(e){return w.createBuffer(e).toHex()};w.int32ToBytes=function(e){return String.fromCharCode(e>>24&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255)};var hr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",lr=[62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,64,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51],Mu="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";w.encode64=function(e,t){for(var r="",n="",o,i,s,a=0;a<e.length;)o=e.charCodeAt(a++),i=e.charCodeAt(a++),s=e.charCodeAt(a++),r+=hr.charAt(o>>2),r+=hr.charAt((o&3)<<4|i>>4),isNaN(i)?r+="==":(r+=hr.charAt((i&15)<<2|s>>6),r+=isNaN(s)?"=":hr.charAt(s&63)),t&&r.length>t&&(n+=r.substr(0,t)+`\r
|
|
4
|
+
`,r=r.substr(t));return n+=r,n};w.decode64=function(e){e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var t="",r,n,o,i,s=0;s<e.length;)r=lr[e.charCodeAt(s++)-43],n=lr[e.charCodeAt(s++)-43],o=lr[e.charCodeAt(s++)-43],i=lr[e.charCodeAt(s++)-43],t+=String.fromCharCode(r<<2|n>>4),o!==64&&(t+=String.fromCharCode((n&15)<<4|o>>2),i!==64&&(t+=String.fromCharCode((o&3)<<6|i)));return t};w.encodeUtf8=function(e){return unescape(encodeURIComponent(e))};w.decodeUtf8=function(e){return decodeURIComponent(escape(e))};w.binary={raw:{},hex:{},base64:{},base58:{},baseN:{encode:Ou.encode,decode:Ou.decode}};w.binary.raw.encode=function(e){return String.fromCharCode.apply(null,e)};w.binary.raw.decode=function(e,t,r){var n=t;n||(n=new Uint8Array(e.length)),r=r||0;for(var o=r,i=0;i<e.length;++i)n[o++]=e.charCodeAt(i);return t?o-r:n};w.binary.hex.encode=w.bytesToHex;w.binary.hex.decode=function(e,t,r){var n=t;n||(n=new Uint8Array(Math.ceil(e.length/2))),r=r||0;var o=0,i=r;for(e.length&1&&(o=1,n[i++]=parseInt(e[0],16));o<e.length;o+=2)n[i++]=parseInt(e.substr(o,2),16);return t?i-r:n};w.binary.base64.encode=function(e,t){for(var r="",n="",o,i,s,a=0;a<e.byteLength;)o=e[a++],i=e[a++],s=e[a++],r+=hr.charAt(o>>2),r+=hr.charAt((o&3)<<4|i>>4),isNaN(i)?r+="==":(r+=hr.charAt((i&15)<<2|s>>6),r+=isNaN(s)?"=":hr.charAt(s&63)),t&&r.length>t&&(n+=r.substr(0,t)+`\r
|
|
5
|
+
`,r=r.substr(t));return n+=r,n};w.binary.base64.decode=function(e,t,r){var n=t;n||(n=new Uint8Array(Math.ceil(e.length/4)*3)),e=e.replace(/[^A-Za-z0-9\+\/\=]/g,""),r=r||0;for(var o,i,s,a,c=0,f=r;c<e.length;)o=lr[e.charCodeAt(c++)-43],i=lr[e.charCodeAt(c++)-43],s=lr[e.charCodeAt(c++)-43],a=lr[e.charCodeAt(c++)-43],n[f++]=o<<2|i>>4,s!==64&&(n[f++]=(i&15)<<4|s>>2,a!==64&&(n[f++]=(s&3)<<6|a));return t?f-r:n.subarray(0,f)};w.binary.base58.encode=function(e,t){return w.binary.baseN.encode(e,Mu,t)};w.binary.base58.decode=function(e,t){return w.binary.baseN.decode(e,Mu,t)};w.text={utf8:{},utf16:{}};w.text.utf8.encode=function(e,t,r){e=w.encodeUtf8(e);var n=t;n||(n=new Uint8Array(e.length)),r=r||0;for(var o=r,i=0;i<e.length;++i)n[o++]=e.charCodeAt(i);return t?o-r:n};w.text.utf8.decode=function(e){return w.decodeUtf8(String.fromCharCode.apply(null,e))};w.text.utf16.encode=function(e,t,r){var n=t;n||(n=new Uint8Array(e.length*2));var o=new Uint16Array(n.buffer);r=r||0;for(var i=r,s=r,a=0;a<e.length;++a)o[s++]=e.charCodeAt(a),i+=2;return t?i-r:n};w.text.utf16.decode=function(e){return String.fromCharCode.apply(null,new Uint16Array(e.buffer))};w.deflate=function(e,t,r){if(t=w.decode64(e.deflate(w.encode64(t)).rval),r){var n=2,o=t.charCodeAt(1);o&32&&(n=6),t=t.substring(n,t.length-4)}return t};w.inflate=function(e,t,r){var n=e.inflate(w.encode64(t)).rval;return n===null?null:w.decode64(n)};var na=function(e,t,r){if(!e)throw new Error("WebStorage not available.");var n;if(r===null?n=e.removeItem(t):(r=w.encode64(JSON.stringify(r)),n=e.setItem(t,r)),typeof n<"u"&&n.rval!==!0){var o=new Error(n.error.message);throw o.id=n.error.id,o.name=n.error.name,o}},oa=function(e,t){if(!e)throw new Error("WebStorage not available.");var r=e.getItem(t);if(e.init)if(r.rval===null){if(r.error){var n=new Error(r.error.message);throw n.id=r.error.id,n.name=r.error.name,n}r=null}else r=r.rval;return r!==null&&(r=JSON.parse(w.decode64(r))),r},Rx=function(e,t,r,n){var o=oa(e,t);o===null&&(o={}),o[r]=n,na(e,t,o)},Nx=function(e,t,r){var n=oa(e,t);return n!==null&&(n=r in n?n[r]:null),n},Ux=function(e,t,r){var n=oa(e,t);if(n!==null&&r in n){delete n[r];var o=!0;for(var i in n){o=!1;break}o&&(n=null),na(e,t,n)}},Px=function(e,t){na(e,t,null)},fi=function(e,t,r){var n=null;typeof r>"u"&&(r=["web","flash"]);var o,i=!1,s=null;for(var a in r){o=r[a];try{if(o==="flash"||o==="both"){if(t[0]===null)throw new Error("Flash local storage not available.");n=e.apply(this,t),i=o==="flash"}(o==="web"||o==="both")&&(t[0]=localStorage,n=e.apply(this,t),i=!0)}catch(c){s=c}if(i)break}if(!i)throw s;return n};w.setItem=function(e,t,r,n,o){fi(Rx,arguments,o)};w.getItem=function(e,t,r,n){return fi(Nx,arguments,n)};w.removeItem=function(e,t,r,n){fi(Ux,arguments,n)};w.clearItems=function(e,t,r){fi(Px,arguments,r)};w.isEmpty=function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0};w.format=function(e){for(var t=/%./g,r,n,o=0,i=[],s=0;r=t.exec(e);){n=e.substring(s,t.lastIndex-2),n.length>0&&i.push(n),s=t.lastIndex;var a=r[0][1];switch(a){case"s":case"o":o<arguments.length?i.push(arguments[o+++1]):i.push("<?>");break;case"%":i.push("%");break;default:i.push("<%"+a+"?>")}}return i.push(e.substring(s)),i.join("")};w.formatNumber=function(e,t,r,n){var o=e,i=isNaN(t=Math.abs(t))?2:t,s=r===void 0?",":r,a=n===void 0?".":n,c=o<0?"-":"",f=parseInt(o=Math.abs(+o||0).toFixed(i),10)+"",u=f.length>3?f.length%3:0;return c+(u?f.substr(0,u)+a:"")+f.substr(u).replace(/(\d{3})(?=\d)/g,"$1"+a)+(i?s+Math.abs(o-f).toFixed(i).slice(2):"")};w.formatSize=function(e){return e>=1073741824?e=w.formatNumber(e/1073741824,2,".","")+" GiB":e>=1048576?e=w.formatNumber(e/1048576,2,".","")+" MiB":e>=1024?e=w.formatNumber(e/1024,0)+" KiB":e=w.formatNumber(e,0)+" bytes",e};w.bytesFromIP=function(e){return e.indexOf(".")!==-1?w.bytesFromIPv4(e):e.indexOf(":")!==-1?w.bytesFromIPv6(e):null};w.bytesFromIPv4=function(e){if(e=e.split("."),e.length!==4)return null;for(var t=w.createBuffer(),r=0;r<e.length;++r){var n=parseInt(e[r],10);if(isNaN(n))return null;t.putByte(n)}return t.getBytes()};w.bytesFromIPv6=function(e){var t=0;e=e.split(":").filter(function(s){return s.length===0&&++t,!0});for(var r=(8-e.length+t)*2,n=w.createBuffer(),o=0;o<8;++o){if(!e[o]||e[o].length===0){n.fillWithByte(0,r),r=0;continue}var i=w.hexToBytes(e[o]);i.length<2&&n.putByte(0),n.putBytes(i)}return n.getBytes()};w.bytesToIP=function(e){return e.length===4?w.bytesToIPv4(e):e.length===16?w.bytesToIPv6(e):null};w.bytesToIPv4=function(e){if(e.length!==4)return null;for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r));return t.join(".")};w.bytesToIPv6=function(e){if(e.length!==16)return null;for(var t=[],r=[],n=0,o=0;o<e.length;o+=2){for(var i=w.bytesToHex(e[o]+e[o+1]);i[0]==="0"&&i!=="0";)i=i.substr(1);if(i==="0"){var s=r[r.length-1],a=t.length;!s||a!==s.end+1?r.push({start:a,end:a}):(s.end=a,s.end-s.start>r[n].end-r[n].start&&(n=r.length-1))}t.push(i)}if(r.length>0){var c=r[n];c.end-c.start>0&&(t.splice(c.start,c.end-c.start+1,""),c.start===0&&t.unshift(""),c.end===7&&t.push(""))}return t.join(":")};w.estimateCores=function(e,t){if(typeof e=="function"&&(t=e,e={}),e=e||{},"cores"in w&&!e.update)return t(null,w.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return w.cores=navigator.hardwareConcurrency,t(null,w.cores);if(typeof Worker>"u")return w.cores=1,t(null,w.cores);if(typeof Blob>"u")return w.cores=2,t(null,w.cores);var r=URL.createObjectURL(new Blob(["(",function(){self.addEventListener("message",function(s){for(var a=Date.now(),c=a+4;Date.now()<c;);self.postMessage({st:a,et:c})})}.toString(),")()"],{type:"application/javascript"}));n([],5,16);function n(s,a,c){if(a===0){var f=Math.floor(s.reduce(function(u,h){return u+h},0)/s.length);return w.cores=Math.max(1,f),URL.revokeObjectURL(r),t(null,w.cores)}o(c,function(u,h){s.push(i(c,h)),n(s,a-1,c)})}function o(s,a){for(var c=[],f=[],u=0;u<s;++u){var h=new Worker(r);h.addEventListener("message",function(p){if(f.push(p.data),f.length===s){for(var x=0;x<s;++x)c[x].terminate();a(null,f)}}),c.push(h)}for(var u=0;u<s;++u)c[u].postMessage(u)}function i(s,a){for(var c=[],f=0;f<s;++f)for(var u=a[f],h=c[f]=[],p=0;p<s;++p)if(f!==p){var x=a[p];(u.st>x.st&&u.st<x.et||x.st>u.st&&x.st<u.et)&&h.push(p)}return c.reduce(function(l,d){return Math.max(l,d.length)},0)}}});var ui=ue((p5,Ku)=>{var lo=ce();lo.pki=lo.pki||{};var ia=Ku.exports=lo.pki.oids=lo.oids=lo.oids||{};function L(e,t){ia[e]=t,ia[t]=e}function ne(e,t){ia[e]=t}L("1.2.840.113549.1.1.1","rsaEncryption");L("1.2.840.113549.1.1.4","md5WithRSAEncryption");L("1.2.840.113549.1.1.5","sha1WithRSAEncryption");L("1.2.840.113549.1.1.7","RSAES-OAEP");L("1.2.840.113549.1.1.8","mgf1");L("1.2.840.113549.1.1.9","pSpecified");L("1.2.840.113549.1.1.10","RSASSA-PSS");L("1.2.840.113549.1.1.11","sha256WithRSAEncryption");L("1.2.840.113549.1.1.12","sha384WithRSAEncryption");L("1.2.840.113549.1.1.13","sha512WithRSAEncryption");L("1.3.101.112","EdDSA25519");L("1.2.840.10040.4.3","dsa-with-sha1");L("1.3.14.3.2.7","desCBC");L("1.3.14.3.2.26","sha1");L("1.3.14.3.2.29","sha1WithRSASignature");L("2.16.840.1.101.3.4.2.1","sha256");L("2.16.840.1.101.3.4.2.2","sha384");L("2.16.840.1.101.3.4.2.3","sha512");L("2.16.840.1.101.3.4.2.4","sha224");L("2.16.840.1.101.3.4.2.5","sha512-224");L("2.16.840.1.101.3.4.2.6","sha512-256");L("1.2.840.113549.2.2","md2");L("1.2.840.113549.2.5","md5");L("1.2.840.113549.1.7.1","data");L("1.2.840.113549.1.7.2","signedData");L("1.2.840.113549.1.7.3","envelopedData");L("1.2.840.113549.1.7.4","signedAndEnvelopedData");L("1.2.840.113549.1.7.5","digestedData");L("1.2.840.113549.1.7.6","encryptedData");L("1.2.840.113549.1.9.1","emailAddress");L("1.2.840.113549.1.9.2","unstructuredName");L("1.2.840.113549.1.9.3","contentType");L("1.2.840.113549.1.9.4","messageDigest");L("1.2.840.113549.1.9.5","signingTime");L("1.2.840.113549.1.9.6","counterSignature");L("1.2.840.113549.1.9.7","challengePassword");L("1.2.840.113549.1.9.8","unstructuredAddress");L("1.2.840.113549.1.9.14","extensionRequest");L("1.2.840.113549.1.9.20","friendlyName");L("1.2.840.113549.1.9.21","localKeyId");L("1.2.840.113549.1.9.22.1","x509Certificate");L("1.2.840.113549.1.12.10.1.1","keyBag");L("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");L("1.2.840.113549.1.12.10.1.3","certBag");L("1.2.840.113549.1.12.10.1.4","crlBag");L("1.2.840.113549.1.12.10.1.5","secretBag");L("1.2.840.113549.1.12.10.1.6","safeContentsBag");L("1.2.840.113549.1.5.13","pkcs5PBES2");L("1.2.840.113549.1.5.12","pkcs5PBKDF2");L("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");L("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");L("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");L("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");L("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");L("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");L("1.2.840.113549.2.7","hmacWithSHA1");L("1.2.840.113549.2.8","hmacWithSHA224");L("1.2.840.113549.2.9","hmacWithSHA256");L("1.2.840.113549.2.10","hmacWithSHA384");L("1.2.840.113549.2.11","hmacWithSHA512");L("1.2.840.113549.3.7","des-EDE3-CBC");L("2.16.840.1.101.3.4.1.2","aes128-CBC");L("2.16.840.1.101.3.4.1.22","aes192-CBC");L("2.16.840.1.101.3.4.1.42","aes256-CBC");L("2.5.4.3","commonName");L("2.5.4.4","surname");L("2.5.4.5","serialNumber");L("2.5.4.6","countryName");L("2.5.4.7","localityName");L("2.5.4.8","stateOrProvinceName");L("2.5.4.9","streetAddress");L("2.5.4.10","organizationName");L("2.5.4.11","organizationalUnitName");L("2.5.4.12","title");L("2.5.4.13","description");L("2.5.4.15","businessCategory");L("2.5.4.17","postalCode");L("2.5.4.42","givenName");L("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");L("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");L("2.16.840.1.113730.1.1","nsCertType");L("2.16.840.1.113730.1.13","nsComment");ne("2.5.29.1","authorityKeyIdentifier");ne("2.5.29.2","keyAttributes");ne("2.5.29.3","certificatePolicies");ne("2.5.29.4","keyUsageRestriction");ne("2.5.29.5","policyMapping");ne("2.5.29.6","subtreesConstraint");ne("2.5.29.7","subjectAltName");ne("2.5.29.8","issuerAltName");ne("2.5.29.9","subjectDirectoryAttributes");ne("2.5.29.10","basicConstraints");ne("2.5.29.11","nameConstraints");ne("2.5.29.12","policyConstraints");ne("2.5.29.13","basicConstraints");L("2.5.29.14","subjectKeyIdentifier");L("2.5.29.15","keyUsage");ne("2.5.29.16","privateKeyUsagePeriod");L("2.5.29.17","subjectAltName");L("2.5.29.18","issuerAltName");L("2.5.29.19","basicConstraints");ne("2.5.29.20","cRLNumber");ne("2.5.29.21","cRLReason");ne("2.5.29.22","expirationDate");ne("2.5.29.23","instructionCode");ne("2.5.29.24","invalidityDate");ne("2.5.29.25","cRLDistributionPoints");ne("2.5.29.26","issuingDistributionPoint");ne("2.5.29.27","deltaCRLIndicator");ne("2.5.29.28","issuingDistributionPoint");ne("2.5.29.29","certificateIssuer");ne("2.5.29.30","nameConstraints");L("2.5.29.31","cRLDistributionPoints");L("2.5.29.32","certificatePolicies");ne("2.5.29.33","policyMappings");ne("2.5.29.34","policyConstraints");L("2.5.29.35","authorityKeyIdentifier");ne("2.5.29.36","policyConstraints");L("2.5.29.37","extKeyUsage");ne("2.5.29.46","freshestCRL");ne("2.5.29.54","inhibitAnyPolicy");L("1.3.6.1.4.1.11129.2.4.2","timestampList");L("1.3.6.1.5.5.7.1.1","authorityInfoAccess");L("1.3.6.1.5.5.7.3.1","serverAuth");L("1.3.6.1.5.5.7.3.2","clientAuth");L("1.3.6.1.5.5.7.3.3","codeSigning");L("1.3.6.1.5.5.7.3.4","emailProtection");L("1.3.6.1.5.5.7.3.8","timeStamping")});var yo=ue((y5,qu)=>{var le=ce();De();ui();var k=qu.exports=le.asn1=le.asn1||{};k.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};k.Type={NONE:0,BOOLEAN:1,INTEGER:2,BITSTRING:3,OCTETSTRING:4,NULL:5,OID:6,ODESC:7,EXTERNAL:8,REAL:9,ENUMERATED:10,EMBEDDED:11,UTF8:12,ROID:13,SEQUENCE:16,SET:17,PRINTABLESTRING:19,IA5STRING:22,UTCTIME:23,GENERALIZEDTIME:24,BMPSTRING:30};k.create=function(e,t,r,n,o){if(le.util.isArray(n)){for(var i=[],s=0;s<n.length;++s)n[s]!==void 0&&i.push(n[s]);n=i}var a={tagClass:e,type:t,constructed:r,composed:r||le.util.isArray(n),value:n};return o&&"bitStringContents"in o&&(a.bitStringContents=o.bitStringContents,a.original=k.copy(a)),a};k.copy=function(e,t){var r;if(le.util.isArray(e)){r=[];for(var n=0;n<e.length;++n)r.push(k.copy(e[n],t));return r}return typeof e=="string"?e:(r={tagClass:e.tagClass,type:e.type,constructed:e.constructed,composed:e.composed,value:k.copy(e.value,t)},t&&!t.excludeBitStringContents&&(r.bitStringContents=e.bitStringContents),r)};k.equals=function(e,t,r){if(le.util.isArray(e)){if(!le.util.isArray(t)||e.length!==t.length)return!1;for(var n=0;n<e.length;++n)if(!k.equals(e[n],t[n]))return!1;return!0}if(typeof e!=typeof t)return!1;if(typeof e=="string")return e===t;var o=e.tagClass===t.tagClass&&e.type===t.type&&e.constructed===t.constructed&&e.composed===t.composed&&k.equals(e.value,t.value);return r&&r.includeBitStringContents&&(o=o&&e.bitStringContents===t.bitStringContents),o};k.getBerValueLength=function(e){var t=e.getByte();if(t!==128){var r,n=t&128;return n?r=e.getInt((t&127)<<3):r=t,r}};function po(e,t,r){if(r>t){var n=new Error("Too few bytes to parse DER.");throw n.available=e.length(),n.remaining=t,n.requested=r,n}}var kx=function(e,t){var r=e.getByte();if(t--,r!==128){var n,o=r&128;if(!o)n=r;else{var i=r&127;po(e,t,i),n=e.getInt(i<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};k.fromDer=function(e,t){t===void 0&&(t={strict:!0,parseAllBytes:!0,decodeBitStrings:!0}),typeof t=="boolean"&&(t={strict:t,parseAllBytes:!0,decodeBitStrings:!0}),"strict"in t||(t.strict=!0),"parseAllBytes"in t||(t.parseAllBytes=!0),"decodeBitStrings"in t||(t.decodeBitStrings=!0),typeof e=="string"&&(e=le.util.createBuffer(e));var r=e.length(),n=hi(e,e.length(),0,t);if(t.parseAllBytes&&e.length()!==0){var o=new Error("Unparsed DER bytes remain after ASN.1 parsing.");throw o.byteCount=r,o.remaining=e.length(),o}return n};function hi(e,t,r,n){var o;po(e,t,2);var i=e.getByte();t--;var s=i&192,a=i&31;o=e.length();var c=kx(e,t);if(t-=o-e.length(),c!==void 0&&c>t){if(n.strict){var f=new Error("Too few bytes to read ASN.1 value.");throw f.available=e.length(),f.remaining=t,f.requested=c,f}c=t}var u,h,p=(i&32)===32;if(p)if(u=[],c===void 0)for(;;){if(po(e,t,2),e.bytes(2)==="\0\0"){e.getBytes(2),t-=2;break}o=e.length(),u.push(hi(e,t,r+1,n)),t-=o-e.length()}else for(;c>0;)o=e.length(),u.push(hi(e,c,r+1,n)),t-=o-e.length(),c-=o-e.length();if(u===void 0&&s===k.Class.UNIVERSAL&&a===k.Type.BITSTRING&&(h=e.bytes(c)),u===void 0&&n.decodeBitStrings&&s===k.Class.UNIVERSAL&&a===k.Type.BITSTRING&&c>1){var x=e.read,l=t,d=0;if(a===k.Type.BITSTRING&&(po(e,t,1),d=e.getByte(),t--),d===0)try{o=e.length();var m={strict:!0,decodeBitStrings:!0},y=hi(e,t,r+1,m),b=o-e.length();t-=b,a==k.Type.BITSTRING&&b++;var g=y.tagClass;b===c&&(g===k.Class.UNIVERSAL||g===k.Class.CONTEXT_SPECIFIC)&&(u=[y])}catch{}u===void 0&&(e.read=x,t=l)}if(u===void 0){if(c===void 0){if(n.strict)throw new Error("Non-constructed ASN.1 object of indefinite length.");c=t}if(a===k.Type.BMPSTRING)for(u="";c>0;c-=2)po(e,t,2),u+=String.fromCharCode(e.getInt16()),t-=2;else u=e.getBytes(c),t-=c}var S=h===void 0?null:{bitStringContents:h};return k.create(s,a,p,u,S)}k.toDer=function(e){var t=le.util.createBuffer(),r=e.tagClass|e.type,n=le.util.createBuffer(),o=!1;if("bitStringContents"in e&&(o=!0,e.original&&(o=k.equals(e,e.original))),o)n.putBytes(e.bitStringContents);else if(e.composed){e.constructed?r|=32:n.putByte(0);for(var i=0;i<e.value.length;++i)e.value[i]!==void 0&&n.putBuffer(k.toDer(e.value[i]))}else if(e.type===k.Type.BMPSTRING)for(var i=0;i<e.value.length;++i)n.putInt16(e.value.charCodeAt(i));else e.type===k.Type.INTEGER&&e.value.length>1&&(e.value.charCodeAt(0)===0&&!(e.value.charCodeAt(1)&128)||e.value.charCodeAt(0)===255&&(e.value.charCodeAt(1)&128)===128)?n.putBytes(e.value.substr(1)):n.putBytes(e.value);if(t.putByte(r),n.length()<=127)t.putByte(n.length()&127);else{var s=n.length(),a="";do a+=String.fromCharCode(s&255),s=s>>>8;while(s>0);t.putByte(a.length|128);for(var i=a.length-1;i>=0;--i)t.putByte(a.charCodeAt(i))}return t.putBuffer(n),t};k.oidToDer=function(e){var t=e.split("."),r=le.util.createBuffer();r.putByte(40*parseInt(t[0],10)+parseInt(t[1],10));for(var n,o,i,s,a=2;a<t.length;++a){n=!0,o=[],i=parseInt(t[a],10);do s=i&127,i=i>>>7,n||(s|=128),o.push(s),n=!1;while(i>0);for(var c=o.length-1;c>=0;--c)r.putByte(o[c])}return r};k.derToOid=function(e){var t;typeof e=="string"&&(e=le.util.createBuffer(e));var r=e.getByte();t=Math.floor(r/40)+"."+r%40;for(var n=0;e.length()>0;)r=e.getByte(),n=n<<7,r&128?n+=r&127:(t+="."+(n+r),n=0);return t};k.utcTimeToDate=function(e){var t=new Date,r=parseInt(e.substr(0,2),10);r=r>=50?1900+r:2e3+r;var n=parseInt(e.substr(2,2),10)-1,o=parseInt(e.substr(4,2),10),i=parseInt(e.substr(6,2),10),s=parseInt(e.substr(8,2),10),a=0;if(e.length>11){var c=e.charAt(10),f=10;c!=="+"&&c!=="-"&&(a=parseInt(e.substr(10,2),10),f+=2)}if(t.setUTCFullYear(r,n,o),t.setUTCHours(i,s,a,0),f&&(c=e.charAt(f),c==="+"||c==="-")){var u=parseInt(e.substr(f+1,2),10),h=parseInt(e.substr(f+4,2),10),p=u*60+h;p*=6e4,c==="+"?t.setTime(+t-p):t.setTime(+t+p)}return t};k.generalizedTimeToDate=function(e){var t=new Date,r=parseInt(e.substr(0,4),10),n=parseInt(e.substr(4,2),10)-1,o=parseInt(e.substr(6,2),10),i=parseInt(e.substr(8,2),10),s=parseInt(e.substr(10,2),10),a=parseInt(e.substr(12,2),10),c=0,f=0,u=!1;e.charAt(e.length-1)==="Z"&&(u=!0);var h=e.length-5,p=e.charAt(h);if(p==="+"||p==="-"){var x=parseInt(e.substr(h+1,2),10),l=parseInt(e.substr(h+4,2),10);f=x*60+l,f*=6e4,p==="+"&&(f*=-1),u=!0}return e.charAt(14)==="."&&(c=parseFloat(e.substr(14),10)*1e3),u?(t.setUTCFullYear(r,n,o),t.setUTCHours(i,s,a,c),t.setTime(+t+f)):(t.setFullYear(r,n,o),t.setHours(i,s,a,c)),t};k.dateToUtcTime=function(e){if(typeof e=="string")return e;var t="",r=[];r.push((""+e.getUTCFullYear()).substr(2)),r.push(""+(e.getUTCMonth()+1)),r.push(""+e.getUTCDate()),r.push(""+e.getUTCHours()),r.push(""+e.getUTCMinutes()),r.push(""+e.getUTCSeconds());for(var n=0;n<r.length;++n)r[n].length<2&&(t+="0"),t+=r[n];return t+="Z",t};k.dateToGeneralizedTime=function(e){if(typeof e=="string")return e;var t="",r=[];r.push(""+e.getUTCFullYear()),r.push(""+(e.getUTCMonth()+1)),r.push(""+e.getUTCDate()),r.push(""+e.getUTCHours()),r.push(""+e.getUTCMinutes()),r.push(""+e.getUTCSeconds());for(var n=0;n<r.length;++n)r[n].length<2&&(t+="0"),t+=r[n];return t+="Z",t};k.integerToDer=function(e){var t=le.util.createBuffer();if(e>=-128&&e<128)return t.putSignedInt(e,8);if(e>=-32768&&e<32768)return t.putSignedInt(e,16);if(e>=-8388608&&e<8388608)return t.putSignedInt(e,24);if(e>=-2147483648&&e<2147483648)return t.putSignedInt(e,32);var r=new Error("Integer too large; max is 32-bits.");throw r.integer=e,r};k.derToInteger=function(e){typeof e=="string"&&(e=le.util.createBuffer(e));var t=e.length()*8;if(t>32)throw new Error("Integer too large; max is 32-bits.");return e.getSignedInt(t)};k.validate=function(e,t,r,n){var o=!1;if((e.tagClass===t.tagClass||typeof t.tagClass>"u")&&(e.type===t.type||typeof t.type>"u"))if(e.constructed===t.constructed||typeof t.constructed>"u"){if(o=!0,t.value&&le.util.isArray(t.value))for(var i=0,s=0;o&&s<t.value.length;++s)o=t.value[s].optional||!1,e.value[i]&&(o=k.validate(e.value[i],t.value[s],r,n),o?++i:t.value[s].optional&&(o=!0)),!o&&n&&n.push("["+t.name+'] Tag class "'+t.tagClass+'", type "'+t.type+'" expected value length "'+t.value.length+'", got "'+e.value.length+'"');if(o&&r&&(t.capture&&(r[t.capture]=e.value),t.captureAsn1&&(r[t.captureAsn1]=e),t.captureBitStringContents&&"bitStringContents"in e&&(r[t.captureBitStringContents]=e.bitStringContents),t.captureBitStringValue&&"bitStringContents"in e)){var a;if(e.bitStringContents.length<2)r[t.captureBitStringValue]="";else{var c=e.bitStringContents.charCodeAt(0);if(c!==0)throw new Error("captureBitStringValue only supported for zero unused bits");r[t.captureBitStringValue]=e.bitStringContents.slice(1)}}}else n&&n.push("["+t.name+'] Expected constructed "'+t.constructed+'", got "'+e.constructed+'"');else n&&(e.tagClass!==t.tagClass&&n.push("["+t.name+'] Expected tag class "'+t.tagClass+'", got "'+e.tagClass+'"'),e.type!==t.type&&n.push("["+t.name+'] Expected type "'+t.type+'", got "'+e.type+'"'));return o};var Fu=/[^\\u0000-\\u00ff]/;k.prettyPrint=function(e,t,r){var n="";t=t||0,r=r||2,t>0&&(n+=`
|
|
6
|
+
`);for(var o="",i=0;i<t*r;++i)o+=" ";switch(n+=o+"Tag: ",e.tagClass){case k.Class.UNIVERSAL:n+="Universal:";break;case k.Class.APPLICATION:n+="Application:";break;case k.Class.CONTEXT_SPECIFIC:n+="Context-Specific:";break;case k.Class.PRIVATE:n+="Private:";break}if(e.tagClass===k.Class.UNIVERSAL)switch(n+=e.type,e.type){case k.Type.NONE:n+=" (None)";break;case k.Type.BOOLEAN:n+=" (Boolean)";break;case k.Type.INTEGER:n+=" (Integer)";break;case k.Type.BITSTRING:n+=" (Bit string)";break;case k.Type.OCTETSTRING:n+=" (Octet string)";break;case k.Type.NULL:n+=" (Null)";break;case k.Type.OID:n+=" (Object Identifier)";break;case k.Type.ODESC:n+=" (Object Descriptor)";break;case k.Type.EXTERNAL:n+=" (External or Instance of)";break;case k.Type.REAL:n+=" (Real)";break;case k.Type.ENUMERATED:n+=" (Enumerated)";break;case k.Type.EMBEDDED:n+=" (Embedded PDV)";break;case k.Type.UTF8:n+=" (UTF8)";break;case k.Type.ROID:n+=" (Relative Object Identifier)";break;case k.Type.SEQUENCE:n+=" (Sequence)";break;case k.Type.SET:n+=" (Set)";break;case k.Type.PRINTABLESTRING:n+=" (Printable String)";break;case k.Type.IA5String:n+=" (IA5String (ASCII))";break;case k.Type.UTCTIME:n+=" (UTC time)";break;case k.Type.GENERALIZEDTIME:n+=" (Generalized time)";break;case k.Type.BMPSTRING:n+=" (BMP String)";break}else n+=e.type;if(n+=`
|
|
7
|
+
`,n+=o+"Constructed: "+e.constructed+`
|
|
8
|
+
`,e.composed){for(var s=0,a="",i=0;i<e.value.length;++i)e.value[i]!==void 0&&(s+=1,a+=k.prettyPrint(e.value[i],t+1,r),i+1<e.value.length&&(a+=","));n+=o+"Sub values: "+s+a}else{if(n+=o+"Value: ",e.type===k.Type.OID){var c=k.derToOid(e.value);n+=c,le.pki&&le.pki.oids&&c in le.pki.oids&&(n+=" ("+le.pki.oids[c]+") ")}if(e.type===k.Type.INTEGER)try{n+=k.derToInteger(e.value)}catch{n+="0x"+le.util.bytesToHex(e.value)}else if(e.type===k.Type.BITSTRING){if(e.value.length>1?n+="0x"+le.util.bytesToHex(e.value.slice(1)):n+="(none)",e.value.length>0){var f=e.value.charCodeAt(0);f==1?n+=" (1 unused bit shown)":f>1&&(n+=" ("+f+" unused bits shown)")}}else if(e.type===k.Type.OCTETSTRING)Fu.test(e.value)||(n+="("+e.value+") "),n+="0x"+le.util.bytesToHex(e.value);else if(e.type===k.Type.UTF8)try{n+=le.util.decodeUtf8(e.value)}catch(u){if(u.message==="URI malformed")n+="0x"+le.util.bytesToHex(e.value)+" (malformed UTF8)";else throw u}else e.type===k.Type.PRINTABLESTRING||e.type===k.Type.IA5String?n+=e.value:Fu.test(e.value)?n+="0x"+le.util.bytesToHex(e.value):e.value.length===0?n+="[null]":n+=e.value}return n}});var aa=ue((m5,zu)=>{var Ne=ce();De();zu.exports=Ne.cipher=Ne.cipher||{};Ne.cipher.algorithms=Ne.cipher.algorithms||{};Ne.cipher.createCipher=function(e,t){var r=e;if(typeof r=="string"&&(r=Ne.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new Ne.cipher.BlockCipher({algorithm:r,key:t,decrypt:!1})};Ne.cipher.createDecipher=function(e,t){var r=e;if(typeof r=="string"&&(r=Ne.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new Ne.cipher.BlockCipher({algorithm:r,key:t,decrypt:!0})};Ne.cipher.registerAlgorithm=function(e,t){e=e.toUpperCase(),Ne.cipher.algorithms[e]=t};Ne.cipher.getAlgorithm=function(e){return e=e.toUpperCase(),e in Ne.cipher.algorithms?Ne.cipher.algorithms[e]:null};var sa=Ne.cipher.BlockCipher=function(e){this.algorithm=e.algorithm,this.mode=this.algorithm.mode,this.blockSize=this.mode.blockSize,this._finish=!1,this._input=null,this.output=null,this._op=e.decrypt?this.mode.decrypt:this.mode.encrypt,this._decrypt=e.decrypt,this.algorithm.initialize(e)};sa.prototype.start=function(e){e=e||{};var t={};for(var r in e)t[r]=e[r];t.decrypt=this._decrypt,this._finish=!1,this._input=Ne.util.createBuffer(),this.output=e.output||Ne.util.createBuffer(),this.mode.start(t)};sa.prototype.update=function(e){for(e&&this._input.putBuffer(e);!this._op.call(this.mode,this._input,this.output,this._finish)&&!this._finish;);this._input.compact()};sa.prototype.finish=function(e){e&&(this.mode.name==="ECB"||this.mode.name==="CBC")&&(this.mode.pad=function(r){return e(this.blockSize,r,!1)},this.mode.unpad=function(r){return e(this.blockSize,r,!0)});var t={};return t.decrypt=this._decrypt,t.overflow=this._input.length()%this.blockSize,!(!this._decrypt&&this.mode.pad&&!this.mode.pad(this._input,t)||(this._finish=!0,this.update(),this._decrypt&&this.mode.unpad&&!this.mode.unpad(this.output,t))||this.mode.afterFinish&&!this.mode.afterFinish(this.output,t))}});var fa=ue((x5,Hu)=>{var Ue=ce();De();Ue.cipher=Ue.cipher||{};var Q=Hu.exports=Ue.cipher.modes=Ue.cipher.modes||{};Q.ecb=function(e){e=e||{},this.name="ECB",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints)};Q.ecb.prototype.start=function(e){};Q.ecb.prototype.encrypt=function(e,t,r){if(e.length()<this.blockSize&&!(r&&e.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=e.getInt32();this.cipher.encrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)t.putInt32(this._outBlock[n])};Q.ecb.prototype.decrypt=function(e,t,r){if(e.length()<this.blockSize&&!(r&&e.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=e.getInt32();this.cipher.decrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)t.putInt32(this._outBlock[n])};Q.ecb.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};Q.ecb.prototype.unpad=function(e,t){if(t.overflow>0)return!1;var r=e.length(),n=e.at(r-1);return n>this.blockSize<<2?!1:(e.truncate(n),!0)};Q.cbc=function(e){e=e||{},this.name="CBC",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints)};Q.cbc.prototype.start=function(e){if(e.iv===null){if(!this._prev)throw new Error("Invalid IV parameter.");this._iv=this._prev.slice(0)}else if("iv"in e)this._iv=li(e.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};Q.cbc.prototype.encrypt=function(e,t,r){if(e.length()<this.blockSize&&!(r&&e.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=this._prev[n]^e.getInt32();this.cipher.encrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)t.putInt32(this._outBlock[n]);this._prev=this._outBlock};Q.cbc.prototype.decrypt=function(e,t,r){if(e.length()<this.blockSize&&!(r&&e.length()>0))return!0;for(var n=0;n<this._ints;++n)this._inBlock[n]=e.getInt32();this.cipher.decrypt(this._inBlock,this._outBlock);for(var n=0;n<this._ints;++n)t.putInt32(this._prev[n]^this._outBlock[n]);this._prev=this._inBlock.slice(0)};Q.cbc.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};Q.cbc.prototype.unpad=function(e,t){if(t.overflow>0)return!1;var r=e.length(),n=e.at(r-1);return n>this.blockSize<<2?!1:(e.truncate(n),!0)};Q.cfb=function(e){e=e||{},this.name="CFB",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialBlock=new Array(this._ints),this._partialOutput=Ue.util.createBuffer(),this._partialBytes=0};Q.cfb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=li(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};Q.cfb.prototype.encrypt=function(e,t,r){var n=e.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var o=0;o<this._ints;++o)this._inBlock[o]=e.getInt32()^this._outBlock[o],t.putInt32(this._inBlock[o]);return}var i=(this.blockSize-n)%this.blockSize;i>0&&(i=this.blockSize-i),this._partialOutput.clear();for(var o=0;o<this._ints;++o)this._partialBlock[o]=e.getInt32()^this._outBlock[o],this._partialOutput.putInt32(this._partialBlock[o]);if(i>0)e.read-=this.blockSize;else for(var o=0;o<this._ints;++o)this._inBlock[o]=this._partialBlock[o];if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),i>0&&!r)return t.putBytes(this._partialOutput.getBytes(i-this._partialBytes)),this._partialBytes=i,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};Q.cfb.prototype.decrypt=function(e,t,r){var n=e.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var o=0;o<this._ints;++o)this._inBlock[o]=e.getInt32(),t.putInt32(this._inBlock[o]^this._outBlock[o]);return}var i=(this.blockSize-n)%this.blockSize;i>0&&(i=this.blockSize-i),this._partialOutput.clear();for(var o=0;o<this._ints;++o)this._partialBlock[o]=e.getInt32(),this._partialOutput.putInt32(this._partialBlock[o]^this._outBlock[o]);if(i>0)e.read-=this.blockSize;else for(var o=0;o<this._ints;++o)this._inBlock[o]=this._partialBlock[o];if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),i>0&&!r)return t.putBytes(this._partialOutput.getBytes(i-this._partialBytes)),this._partialBytes=i,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};Q.ofb=function(e){e=e||{},this.name="OFB",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialOutput=Ue.util.createBuffer(),this._partialBytes=0};Q.ofb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=li(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};Q.ofb.prototype.encrypt=function(e,t,r){var n=e.length();if(e.length()===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var o=0;o<this._ints;++o)t.putInt32(e.getInt32()^this._outBlock[o]),this._inBlock[o]=this._outBlock[o];return}var i=(this.blockSize-n)%this.blockSize;i>0&&(i=this.blockSize-i),this._partialOutput.clear();for(var o=0;o<this._ints;++o)this._partialOutput.putInt32(e.getInt32()^this._outBlock[o]);if(i>0)e.read-=this.blockSize;else for(var o=0;o<this._ints;++o)this._inBlock[o]=this._outBlock[o];if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),i>0&&!r)return t.putBytes(this._partialOutput.getBytes(i-this._partialBytes)),this._partialBytes=i,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};Q.ofb.prototype.decrypt=Q.ofb.prototype.encrypt;Q.ctr=function(e){e=e||{},this.name="CTR",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=null,this._outBlock=new Array(this._ints),this._partialOutput=Ue.util.createBuffer(),this._partialBytes=0};Q.ctr.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=li(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};Q.ctr.prototype.encrypt=function(e,t,r){var n=e.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize)for(var o=0;o<this._ints;++o)t.putInt32(e.getInt32()^this._outBlock[o]);else{var i=(this.blockSize-n)%this.blockSize;i>0&&(i=this.blockSize-i),this._partialOutput.clear();for(var o=0;o<this._ints;++o)this._partialOutput.putInt32(e.getInt32()^this._outBlock[o]);if(i>0&&(e.read-=this.blockSize),this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),i>0&&!r)return t.putBytes(this._partialOutput.getBytes(i-this._partialBytes)),this._partialBytes=i,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}di(this._inBlock)};Q.ctr.prototype.decrypt=Q.ctr.prototype.encrypt;Q.gcm=function(e){e=e||{},this.name="GCM",this.cipher=e.cipher,this.blockSize=e.blockSize||16,this._ints=this.blockSize/4,this._inBlock=new Array(this._ints),this._outBlock=new Array(this._ints),this._partialOutput=Ue.util.createBuffer(),this._partialBytes=0,this._R=3774873600};Q.gcm.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");var t=Ue.util.createBuffer(e.iv);this._cipherLength=0;var r;if("additionalData"in e?r=Ue.util.createBuffer(e.additionalData):r=Ue.util.createBuffer(),"tagLength"in e?this._tagLength=e.tagLength:this._tagLength=128,this._tag=null,e.decrypt&&(this._tag=Ue.util.createBuffer(e.tag).getBytes(),this._tag.length!==this._tagLength/8))throw new Error("Authentication tag does not match tag length.");this._hashBlock=new Array(this._ints),this.tag=null,this._hashSubkey=new Array(this._ints),this.cipher.encrypt([0,0,0,0],this._hashSubkey),this.componentBits=4,this._m=this.generateHashTable(this._hashSubkey,this.componentBits);var n=t.length();if(n===12)this._j0=[t.getInt32(),t.getInt32(),t.getInt32(),1];else{for(this._j0=[0,0,0,0];t.length()>0;)this._j0=this.ghash(this._hashSubkey,this._j0,[t.getInt32(),t.getInt32(),t.getInt32(),t.getInt32()]);this._j0=this.ghash(this._hashSubkey,this._j0,[0,0].concat(ca(n*8)))}this._inBlock=this._j0.slice(0),di(this._inBlock),this._partialBytes=0,r=Ue.util.createBuffer(r),this._aDataLength=ca(r.length()*8);var o=r.length()%this.blockSize;for(o&&r.fillWithByte(0,this.blockSize-o),this._s=[0,0,0,0];r.length()>0;)this._s=this.ghash(this._hashSubkey,this._s,[r.getInt32(),r.getInt32(),r.getInt32(),r.getInt32()])};Q.gcm.prototype.encrypt=function(e,t,r){var n=e.length();if(n===0)return!0;if(this.cipher.encrypt(this._inBlock,this._outBlock),this._partialBytes===0&&n>=this.blockSize){for(var o=0;o<this._ints;++o)t.putInt32(this._outBlock[o]^=e.getInt32());this._cipherLength+=this.blockSize}else{var i=(this.blockSize-n)%this.blockSize;i>0&&(i=this.blockSize-i),this._partialOutput.clear();for(var o=0;o<this._ints;++o)this._partialOutput.putInt32(e.getInt32()^this._outBlock[o]);if(i<=0||r){if(r){var s=n%this.blockSize;this._cipherLength+=s,this._partialOutput.truncate(this.blockSize-s)}else this._cipherLength+=this.blockSize;for(var o=0;o<this._ints;++o)this._outBlock[o]=this._partialOutput.getInt32();this._partialOutput.read-=this.blockSize}if(this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),i>0&&!r)return e.read-=this.blockSize,t.putBytes(this._partialOutput.getBytes(i-this._partialBytes)),this._partialBytes=i,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}this._s=this.ghash(this._hashSubkey,this._s,this._outBlock),di(this._inBlock)};Q.gcm.prototype.decrypt=function(e,t,r){var n=e.length();if(n<this.blockSize&&!(r&&n>0))return!0;this.cipher.encrypt(this._inBlock,this._outBlock),di(this._inBlock),this._hashBlock[0]=e.getInt32(),this._hashBlock[1]=e.getInt32(),this._hashBlock[2]=e.getInt32(),this._hashBlock[3]=e.getInt32(),this._s=this.ghash(this._hashSubkey,this._s,this._hashBlock);for(var o=0;o<this._ints;++o)t.putInt32(this._outBlock[o]^this._hashBlock[o]);n<this.blockSize?this._cipherLength+=n%this.blockSize:this._cipherLength+=this.blockSize};Q.gcm.prototype.afterFinish=function(e,t){var r=!0;t.decrypt&&t.overflow&&e.truncate(this.blockSize-t.overflow),this.tag=Ue.util.createBuffer();var n=this._aDataLength.concat(ca(this._cipherLength*8));this._s=this.ghash(this._hashSubkey,this._s,n);var o=[];this.cipher.encrypt(this._j0,o);for(var i=0;i<this._ints;++i)this.tag.putInt32(this._s[i]^o[i]);return this.tag.truncate(this.tag.length()%(this._tagLength/8)),t.decrypt&&this.tag.bytes()!==this._tag&&(r=!1),r};Q.gcm.prototype.multiply=function(e,t){for(var r=[0,0,0,0],n=t.slice(0),o=0;o<128;++o){var i=e[o/32|0]&1<<31-o%32;i&&(r[0]^=n[0],r[1]^=n[1],r[2]^=n[2],r[3]^=n[3]),this.pow(n,n)}return r};Q.gcm.prototype.pow=function(e,t){for(var r=e[3]&1,n=3;n>0;--n)t[n]=e[n]>>>1|(e[n-1]&1)<<31;t[0]=e[0]>>>1,r&&(t[0]^=this._R)};Q.gcm.prototype.tableMultiply=function(e){for(var t=[0,0,0,0],r=0;r<32;++r){var n=r/8|0,o=e[n]>>>(7-r%8)*4&15,i=this._m[r][o];t[0]^=i[0],t[1]^=i[1],t[2]^=i[2],t[3]^=i[3]}return t};Q.gcm.prototype.ghash=function(e,t,r){return t[0]^=r[0],t[1]^=r[1],t[2]^=r[2],t[3]^=r[3],this.tableMultiply(t)};Q.gcm.prototype.generateHashTable=function(e,t){for(var r=8/t,n=4*r,o=16*r,i=new Array(o),s=0;s<o;++s){var a=[0,0,0,0],c=s/n|0,f=(n-1-s%n)*t;a[c]=1<<t-1<<f,i[s]=this.generateSubHashTable(this.multiply(a,e),t)}return i};Q.gcm.prototype.generateSubHashTable=function(e,t){var r=1<<t,n=r>>>1,o=new Array(r);o[n]=e.slice(0);for(var i=n>>>1;i>0;)this.pow(o[2*i],o[i]=[]),i>>=1;for(i=2;i<n;){for(var s=1;s<i;++s){var a=o[i],c=o[s];o[i+s]=[a[0]^c[0],a[1]^c[1],a[2]^c[2],a[3]^c[3]]}i*=2}for(o[0]=[0,0,0,0],i=n+1;i<r;++i){var f=o[i^n];o[i]=[e[0]^f[0],e[1]^f[1],e[2]^f[2],e[3]^f[3]]}return o};function li(e,t){if(typeof e=="string"&&(e=Ue.util.createBuffer(e)),Ue.util.isArray(e)&&e.length>4){var r=e;e=Ue.util.createBuffer();for(var n=0;n<r.length;++n)e.putByte(r[n])}if(e.length()<t)throw new Error("Invalid IV length; got "+e.length()+" bytes and expected "+t+" bytes.");if(!Ue.util.isArray(e)){for(var o=[],i=t/4,n=0;n<i;++n)o.push(e.getInt32());e=o}return e}function di(e){e[e.length-1]=e[e.length-1]+1&4294967295}function ca(e){return[e/4294967296|0,e&4294967295]}});var da=ue((g5,Yu)=>{var he=ce();aa();fa();De();Yu.exports=he.aes=he.aes||{};he.aes.startEncrypting=function(e,t,r,n){var o=pi({key:e,output:r,decrypt:!1,mode:n});return o.start(t),o};he.aes.createEncryptionCipher=function(e,t){return pi({key:e,output:null,decrypt:!1,mode:t})};he.aes.startDecrypting=function(e,t,r,n){var o=pi({key:e,output:r,decrypt:!0,mode:n});return o.start(t),o};he.aes.createDecryptionCipher=function(e,t){return pi({key:e,output:null,decrypt:!0,mode:t})};he.aes.Algorithm=function(e,t){la||$u();var r=this;r.name=e,r.mode=new t({blockSize:16,cipher:{encrypt:function(n,o){return ha(r._w,n,o,!1)},decrypt:function(n,o){return ha(r._w,n,o,!0)}}}),r._init=!1};he.aes.Algorithm.prototype.initialize=function(e){if(!this._init){var t=e.key,r;if(typeof t=="string"&&(t.length===16||t.length===24||t.length===32))t=he.util.createBuffer(t);else if(he.util.isArray(t)&&(t.length===16||t.length===24||t.length===32)){r=t,t=he.util.createBuffer();for(var n=0;n<r.length;++n)t.putByte(r[n])}if(!he.util.isArray(t)){r=t,t=[];var o=r.length();if(o===16||o===24||o===32){o=o>>>2;for(var n=0;n<o;++n)t.push(r.getInt32())}}if(!he.util.isArray(t)||!(t.length===4||t.length===6||t.length===8))throw new Error("Invalid key parameter.");var i=this.mode.name,s=["CFB","OFB","CTR","GCM"].indexOf(i)!==-1;this._w=Wu(t,e.decrypt&&!s),this._init=!0}};he.aes._expandKey=function(e,t){return la||$u(),Wu(e,t)};he.aes._updateBlock=ha;yn("AES-ECB",he.cipher.modes.ecb);yn("AES-CBC",he.cipher.modes.cbc);yn("AES-CFB",he.cipher.modes.cfb);yn("AES-OFB",he.cipher.modes.ofb);yn("AES-CTR",he.cipher.modes.ctr);yn("AES-GCM",he.cipher.modes.gcm);function yn(e,t){var r=function(){return new he.aes.Algorithm(e,t)};he.cipher.registerAlgorithm(e,r)}var la=!1,pn=4,We,ua,Gu,Rr,dt;function $u(){la=!0,Gu=[0,1,2,4,8,16,32,64,128,27,54];for(var e=new Array(256),t=0;t<128;++t)e[t]=t<<1,e[t+128]=t+128<<1^283;We=new Array(256),ua=new Array(256),Rr=new Array(4),dt=new Array(4);for(var t=0;t<4;++t)Rr[t]=new Array(256),dt[t]=new Array(256);for(var r=0,n=0,o,i,s,a,c,f,u,t=0;t<256;++t){a=n^n<<1^n<<2^n<<3^n<<4,a=a>>8^a&255^99,We[r]=a,ua[a]=r,c=e[a],o=e[r],i=e[o],s=e[i],f=c<<24^a<<16^a<<8^(a^c),u=(o^i^s)<<24^(r^s)<<16^(r^i^s)<<8^(r^o^s);for(var h=0;h<4;++h)Rr[h][r]=f,dt[h][a]=u,f=f<<24|f>>>8,u=u<<24|u>>>8;r===0?r=n=1:(r=o^e[e[e[o^s]]],n^=e[e[n]])}}function Wu(e,t){for(var r=e.slice(0),n,o=1,i=r.length,s=i+6+1,a=pn*s,c=i;c<a;++c)n=r[c-1],c%i===0?(n=We[n>>>16&255]<<24^We[n>>>8&255]<<16^We[n&255]<<8^We[n>>>24]^Gu[o]<<24,o++):i>6&&c%i===4&&(n=We[n>>>24]<<24^We[n>>>16&255]<<16^We[n>>>8&255]<<8^We[n&255]),r[c]=r[c-i]^n;if(t){var f,u=dt[0],h=dt[1],p=dt[2],x=dt[3],l=r.slice(0);a=r.length;for(var c=0,d=a-pn;c<a;c+=pn,d-=pn)if(c===0||c===a-pn)l[c]=r[d],l[c+1]=r[d+3],l[c+2]=r[d+2],l[c+3]=r[d+1];else for(var m=0;m<pn;++m)f=r[d+m],l[c+(3&-m)]=u[We[f>>>24]]^h[We[f>>>16&255]]^p[We[f>>>8&255]]^x[We[f&255]];r=l}return r}function ha(e,t,r,n){var o=e.length/4-1,i,s,a,c,f;n?(i=dt[0],s=dt[1],a=dt[2],c=dt[3],f=ua):(i=Rr[0],s=Rr[1],a=Rr[2],c=Rr[3],f=We);var u,h,p,x,l,d,m;u=t[0]^e[0],h=t[n?3:1]^e[1],p=t[2]^e[2],x=t[n?1:3]^e[3];for(var y=3,b=1;b<o;++b)l=i[u>>>24]^s[h>>>16&255]^a[p>>>8&255]^c[x&255]^e[++y],d=i[h>>>24]^s[p>>>16&255]^a[x>>>8&255]^c[u&255]^e[++y],m=i[p>>>24]^s[x>>>16&255]^a[u>>>8&255]^c[h&255]^e[++y],x=i[x>>>24]^s[u>>>16&255]^a[h>>>8&255]^c[p&255]^e[++y],u=l,h=d,p=m;r[0]=f[u>>>24]<<24^f[h>>>16&255]<<16^f[p>>>8&255]<<8^f[x&255]^e[++y],r[n?3:1]=f[h>>>24]<<24^f[p>>>16&255]<<16^f[x>>>8&255]<<8^f[u&255]^e[++y],r[2]=f[p>>>24]<<24^f[x>>>16&255]<<16^f[u>>>8&255]<<8^f[h&255]^e[++y],r[n?1:3]=f[x>>>24]<<24^f[u>>>16&255]<<16^f[h>>>8&255]<<8^f[p&255]^e[++y]}function pi(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="AES-"+t,n;e.decrypt?n=he.cipher.createDecipher(r,e.key):n=he.cipher.createCipher(r,e.key);var o=n.start;return n.start=function(i,s){var a=null;s instanceof he.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=i,o.call(n,s)},n}});var Xu=ue((b5,Qu)=>{var pe=ce();aa();fa();De();Qu.exports=pe.des=pe.des||{};pe.des.startEncrypting=function(e,t,r,n){var o=yi({key:e,output:r,decrypt:!1,mode:n||(t===null?"ECB":"CBC")});return o.start(t),o};pe.des.createEncryptionCipher=function(e,t){return yi({key:e,output:null,decrypt:!1,mode:t})};pe.des.startDecrypting=function(e,t,r,n){var o=yi({key:e,output:r,decrypt:!0,mode:n||(t===null?"ECB":"CBC")});return o.start(t),o};pe.des.createDecryptionCipher=function(e,t){return yi({key:e,output:null,decrypt:!0,mode:t})};pe.des.Algorithm=function(e,t){var r=this;r.name=e,r.mode=new t({blockSize:8,cipher:{encrypt:function(n,o){return Zu(r._keys,n,o,!1)},decrypt:function(n,o){return Zu(r._keys,n,o,!0)}}}),r._init=!1};pe.des.Algorithm.prototype.initialize=function(e){if(!this._init){var t=pe.util.createBuffer(e.key);if(this.name.indexOf("3DES")===0&&t.length()!==24)throw new Error("Invalid Triple-DES key size: "+t.length()*8);this._keys=Gx(t),this._init=!0}};Ct("DES-ECB",pe.cipher.modes.ecb);Ct("DES-CBC",pe.cipher.modes.cbc);Ct("DES-CFB",pe.cipher.modes.cfb);Ct("DES-OFB",pe.cipher.modes.ofb);Ct("DES-CTR",pe.cipher.modes.ctr);Ct("3DES-ECB",pe.cipher.modes.ecb);Ct("3DES-CBC",pe.cipher.modes.cbc);Ct("3DES-CFB",pe.cipher.modes.cfb);Ct("3DES-OFB",pe.cipher.modes.ofb);Ct("3DES-CTR",pe.cipher.modes.ctr);function Ct(e,t){var r=function(){return new pe.des.Algorithm(e,t)};pe.cipher.registerAlgorithm(e,r)}var Ox=[16843776,0,65536,16843780,16842756,66564,4,65536,1024,16843776,16843780,1024,16778244,16842756,16777216,4,1028,16778240,16778240,66560,66560,16842752,16842752,16778244,65540,16777220,16777220,65540,0,1028,66564,16777216,65536,16843780,4,16842752,16843776,16777216,16777216,1024,16842756,65536,66560,16777220,1024,4,16778244,66564,16843780,65540,16842752,16778244,16777220,1028,66564,16843776,1028,16778240,16778240,0,65540,66560,0,16842756],Mx=[-2146402272,-2147450880,32768,1081376,1048576,32,-2146435040,-2147450848,-2147483616,-2146402272,-2146402304,-2147483648,-2147450880,1048576,32,-2146435040,1081344,1048608,-2147450848,0,-2147483648,32768,1081376,-2146435072,1048608,-2147483616,0,1081344,32800,-2146402304,-2146435072,32800,0,1081376,-2146435040,1048576,-2147450848,-2146435072,-2146402304,32768,-2146435072,-2147450880,32,-2146402272,1081376,32,32768,-2147483648,32800,-2146402304,1048576,-2147483616,1048608,-2147450848,-2147483616,1048608,1081344,0,-2147450880,32800,-2147483648,-2146435040,-2146402272,1081344],Vx=[520,134349312,0,134348808,134218240,0,131592,134218240,131080,134217736,134217736,131072,134349320,131080,134348800,520,134217728,8,134349312,512,131584,134348800,134348808,131592,134218248,131584,131072,134218248,8,134349320,512,134217728,134349312,134217728,131080,520,131072,134349312,134218240,0,512,131080,134349320,134218240,134217736,512,0,134348808,134218248,131072,134217728,134349320,8,131592,131584,134217736,134348800,134218248,520,134348800,131592,8,134348808,131584],Kx=[8396801,8321,8321,128,8396928,8388737,8388609,8193,0,8396800,8396800,8396929,129,0,8388736,8388609,1,8192,8388608,8396801,128,8388608,8193,8320,8388737,1,8320,8388736,8192,8396928,8396929,129,8388736,8388609,8396800,8396929,129,0,0,8396800,8320,8388736,8388737,1,8396801,8321,8321,128,8396929,129,1,8192,8388609,8193,8396928,8388737,8193,8320,8388608,8396801,128,8388608,8192,8396928],Fx=[256,34078976,34078720,1107296512,524288,256,1073741824,34078720,1074266368,524288,33554688,1074266368,1107296512,1107820544,524544,1073741824,33554432,1074266112,1074266112,0,1073742080,1107820800,1107820800,33554688,1107820544,1073742080,0,1107296256,34078976,33554432,1107296256,524544,524288,1107296512,256,33554432,1073741824,34078720,1107296512,1074266368,33554688,1073741824,1107820544,34078976,1074266368,256,33554432,1107820544,1107820800,524544,1107296256,1107820800,34078720,0,1074266112,1107296256,524544,33554688,1073742080,524288,0,1074266112,34078976,1073742080],qx=[536870928,541065216,16384,541081616,541065216,16,541081616,4194304,536887296,4210704,4194304,536870928,4194320,536887296,536870912,16400,0,4194320,536887312,16384,4210688,536887312,16,541065232,541065232,0,4210704,541081600,16400,4210688,541081600,536870912,536887296,16,541065232,4210688,541081616,4194304,16400,536870928,4194304,536887296,536870912,16400,536870928,541081616,4210688,541065216,4210704,541081600,0,541065232,16,16384,541065216,4210704,16384,4194320,536887312,0,541081600,536870912,4194320,536887312],zx=[2097152,69206018,67110914,0,2048,67110914,2099202,69208064,69208066,2097152,0,67108866,2,67108864,69206018,2050,67110912,2099202,2097154,67110912,67108866,69206016,69208064,2097154,69206016,2048,2050,69208066,2099200,2,67108864,2099200,67108864,2099200,2097152,67110914,67110914,69206018,69206018,2,2097154,67108864,67110912,2097152,69208064,2050,2099202,69208064,2050,67108866,69208066,69206016,2099200,0,2,69208066,0,2099202,69206016,2048,67108866,67110912,2048,2097154],Hx=[268439616,4096,262144,268701760,268435456,268439616,64,268435456,262208,268697600,268701760,266240,268701696,266304,4096,64,268697600,268435520,268439552,4160,266240,262208,268697664,268701696,4160,0,0,268697664,268435520,268439552,266304,262144,266304,262144,268701696,4096,64,268697664,4096,266304,268439552,64,268435520,268697600,268697664,268435456,262144,268439616,0,268701760,262208,268435520,268697600,268439552,268439616,0,268701760,266240,266240,4160,4160,262208,268435456,268701696];function Gx(e){for(var t=[0,4,536870912,536870916,65536,65540,536936448,536936452,512,516,536871424,536871428,66048,66052,536936960,536936964],r=[0,1,1048576,1048577,67108864,67108865,68157440,68157441,256,257,1048832,1048833,67109120,67109121,68157696,68157697],n=[0,8,2048,2056,16777216,16777224,16779264,16779272,0,8,2048,2056,16777216,16777224,16779264,16779272],o=[0,2097152,134217728,136314880,8192,2105344,134225920,136323072,131072,2228224,134348800,136445952,139264,2236416,134356992,136454144],i=[0,262144,16,262160,0,262144,16,262160,4096,266240,4112,266256,4096,266240,4112,266256],s=[0,1024,32,1056,0,1024,32,1056,33554432,33555456,33554464,33555488,33554432,33555456,33554464,33555488],a=[0,268435456,524288,268959744,2,268435458,524290,268959746,0,268435456,524288,268959744,2,268435458,524290,268959746],c=[0,65536,2048,67584,536870912,536936448,536872960,536938496,131072,196608,133120,198656,537001984,537067520,537004032,537069568],f=[0,262144,0,262144,2,262146,2,262146,33554432,33816576,33554432,33816576,33554434,33816578,33554434,33816578],u=[0,268435456,8,268435464,0,268435456,8,268435464,1024,268436480,1032,268436488,1024,268436480,1032,268436488],h=[0,32,0,32,1048576,1048608,1048576,1048608,8192,8224,8192,8224,1056768,1056800,1056768,1056800],p=[0,16777216,512,16777728,2097152,18874368,2097664,18874880,67108864,83886080,67109376,83886592,69206016,85983232,69206528,85983744],x=[0,4096,134217728,134221824,524288,528384,134742016,134746112,16,4112,134217744,134221840,524304,528400,134742032,134746128],l=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],d=e.length()>8?3:1,m=[],y=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],b=0,g,S=0;S<d;S++){var v=e.getInt32(),E=e.getInt32();g=(v>>>4^E)&252645135,E^=g,v^=g<<4,g=(E>>>-16^v)&65535,v^=g,E^=g<<-16,g=(v>>>2^E)&858993459,E^=g,v^=g<<2,g=(E>>>-16^v)&65535,v^=g,E^=g<<-16,g=(v>>>1^E)&1431655765,E^=g,v^=g<<1,g=(E>>>8^v)&16711935,v^=g,E^=g<<8,g=(v>>>1^E)&1431655765,E^=g,v^=g<<1,g=v<<8|E>>>20&240,v=E<<24|E<<8&16711680|E>>>8&65280|E>>>24&240,E=g;for(var B=0;B<y.length;++B){y[B]?(v=v<<2|v>>>26,E=E<<2|E>>>26):(v=v<<1|v>>>27,E=E<<1|E>>>27),v&=-15,E&=-15;var C=t[v>>>28]|r[v>>>24&15]|n[v>>>20&15]|o[v>>>16&15]|i[v>>>12&15]|s[v>>>8&15]|a[v>>>4&15],O=c[E>>>28]|f[E>>>24&15]|u[E>>>20&15]|h[E>>>16&15]|p[E>>>12&15]|x[E>>>8&15]|l[E>>>4&15];g=(O>>>16^C)&65535,m[b++]=C^g,m[b++]=O^g<<16}}return m}function Zu(e,t,r,n){var o=e.length===32?3:9,i;o===3?i=n?[30,-2,-2]:[0,32,2]:i=n?[94,62,-2,32,64,2,30,-2,-2]:[0,32,2,62,30,-2,64,96,2];var s,a=t[0],c=t[1];s=(a>>>4^c)&252645135,c^=s,a^=s<<4,s=(a>>>16^c)&65535,c^=s,a^=s<<16,s=(c>>>2^a)&858993459,a^=s,c^=s<<2,s=(c>>>8^a)&16711935,a^=s,c^=s<<8,s=(a>>>1^c)&1431655765,c^=s,a^=s<<1,a=a<<1|a>>>31,c=c<<1|c>>>31;for(var f=0;f<o;f+=3){for(var u=i[f+1],h=i[f+2],p=i[f];p!=u;p+=h){var x=c^e[p],l=(c>>>4|c<<28)^e[p+1];s=a,a=c,c=s^(Mx[x>>>24&63]|Kx[x>>>16&63]|qx[x>>>8&63]|Hx[x&63]|Ox[l>>>24&63]|Vx[l>>>16&63]|Fx[l>>>8&63]|zx[l&63])}s=a,a=c,c=s}a=a>>>1|a<<31,c=c>>>1|c<<31,s=(a>>>1^c)&1431655765,c^=s,a^=s<<1,s=(c>>>8^a)&16711935,a^=s,c^=s<<8,s=(c>>>2^a)&858993459,a^=s,c^=s<<2,s=(a>>>16^c)&65535,c^=s,a^=s<<16,s=(a>>>4^c)&252645135,c^=s,a^=s<<4,r[0]=a,r[1]=c}function yi(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="DES-"+t,n;e.decrypt?n=pe.cipher.createDecipher(r,e.key):n=pe.cipher.createCipher(r,e.key);var o=n.start;return n.start=function(i,s){var a=null;s instanceof pe.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=i,o.call(n,s)},n}});var Nr=ue((v5,Ju)=>{var mi=ce();Ju.exports=mi.md=mi.md||{};mi.md.algorithms=mi.md.algorithms||{}});var eh=ue((w5,ju)=>{var Ht=ce();Nr();De();var $x=ju.exports=Ht.hmac=Ht.hmac||{};$x.create=function(){var e=null,t=null,r=null,n=null,o={};return o.start=function(i,s){if(i!==null)if(typeof i=="string")if(i=i.toLowerCase(),i in Ht.md.algorithms)t=Ht.md.algorithms[i].create();else throw new Error('Unknown hash algorithm "'+i+'"');else t=i;if(s===null)s=e;else{if(typeof s=="string")s=Ht.util.createBuffer(s);else if(Ht.util.isArray(s)){var a=s;s=Ht.util.createBuffer();for(var c=0;c<a.length;++c)s.putByte(a[c])}var f=s.length();f>t.blockLength&&(t.start(),t.update(s.bytes()),s=t.digest()),r=Ht.util.createBuffer(),n=Ht.util.createBuffer(),f=s.length();for(var c=0;c<f;++c){var a=s.at(c);r.putByte(54^a),n.putByte(92^a)}if(f<t.blockLength)for(var a=t.blockLength-f,c=0;c<a;++c)r.putByte(54),n.putByte(92);e=s,r=r.bytes(),n=n.bytes()}t.start(),t.update(r)},o.update=function(i){t.update(i)},o.getMac=function(){var i=t.digest().bytes();return t.start(),t.update(n),t.update(i),t.digest()},o.digest=o.getMac,o}});var xi=ue(()=>{});var rh=ue((A5,th)=>{var Ye=ce();eh();Nr();De();var Wx=Ye.pkcs5=Ye.pkcs5||{},Gt;Ye.util.isNodejs&&!Ye.options.usePureJavaScript&&(Gt=xi());th.exports=Ye.pbkdf2=Wx.pbkdf2=function(e,t,r,n,o,i){if(typeof o=="function"&&(i=o,o=null),Ye.util.isNodejs&&!Ye.options.usePureJavaScript&&Gt.pbkdf2&&(o===null||typeof o!="object")&&(Gt.pbkdf2Sync.length>4||!o||o==="sha1"))return typeof o!="string"&&(o="sha1"),e=Buffer.from(e,"binary"),t=Buffer.from(t,"binary"),i?Gt.pbkdf2Sync.length===4?Gt.pbkdf2(e,t,r,n,function(g,S){if(g)return i(g);i(null,S.toString("binary"))}):Gt.pbkdf2(e,t,r,n,o,function(g,S){if(g)return i(g);i(null,S.toString("binary"))}):Gt.pbkdf2Sync.length===4?Gt.pbkdf2Sync(e,t,r,n).toString("binary"):Gt.pbkdf2Sync(e,t,r,n,o).toString("binary");if((typeof o>"u"||o===null)&&(o="sha1"),typeof o=="string"){if(!(o in Ye.md.algorithms))throw new Error("Unknown hash algorithm: "+o);o=Ye.md[o].create()}var s=o.digestLength;if(n>4294967295*s){var a=new Error("Derived key is too long.");if(i)return i(a);throw a}var c=Math.ceil(n/s),f=n-(c-1)*s,u=Ye.hmac.create();u.start(o,e);var h="",p,x,l;if(!i){for(var d=1;d<=c;++d){u.start(null,null),u.update(t),u.update(Ye.util.int32ToBytes(d)),p=l=u.digest().getBytes();for(var m=2;m<=r;++m)u.start(null,null),u.update(l),x=u.digest().getBytes(),p=Ye.util.xorBytes(p,x,s),l=x;h+=d<c?p:p.substr(0,f)}return h}var d=1,m;function y(){if(d>c)return i(null,h);u.start(null,null),u.update(t),u.update(Ye.util.int32ToBytes(d)),p=l=u.digest().getBytes(),m=2,b()}function b(){if(m<=r)return u.start(null,null),u.update(l),x=u.digest().getBytes(),p=Ye.util.xorBytes(p,x,s),l=x,++m,Ye.util.setImmediate(b);h+=d<c?p:p.substr(0,f),++d,y()}y()}});var ih=ue((B5,oh)=>{var bi=ce();De();var nh=oh.exports=bi.pem=bi.pem||{};nh.encode=function(e,t){t=t||{};var r="-----BEGIN "+e.type+`-----\r
|
|
9
|
+
`,n;if(e.procType&&(n={name:"Proc-Type",values:[String(e.procType.version),e.procType.type]},r+=gi(n)),e.contentDomain&&(n={name:"Content-Domain",values:[e.contentDomain]},r+=gi(n)),e.dekInfo&&(n={name:"DEK-Info",values:[e.dekInfo.algorithm]},e.dekInfo.parameters&&n.values.push(e.dekInfo.parameters),r+=gi(n)),e.headers)for(var o=0;o<e.headers.length;++o)r+=gi(e.headers[o]);return e.procType&&(r+=`\r
|
|
10
|
+
`),r+=bi.util.encode64(e.body,t.maxline||64)+`\r
|
|
11
|
+
`,r+="-----END "+e.type+`-----\r
|
|
12
|
+
`,r};nh.decode=function(e){for(var t=[],r=/\s*-----BEGIN ([A-Z0-9- ]+)-----\r?\n?([\x21-\x7e\s]+?(?:\r?\n\r?\n))?([:A-Za-z0-9+\/=\s]+?)-----END \1-----/g,n=/([\x21-\x7e]+):\s*([\x21-\x7e\s^:]+)/,o=/\r?\n/,i;i=r.exec(e),!!i;){var s=i[1];s==="NEW CERTIFICATE REQUEST"&&(s="CERTIFICATE REQUEST");var a={type:s,procType:null,contentDomain:null,dekInfo:null,headers:[],body:bi.util.decode64(i[3])};if(t.push(a),!!i[2]){for(var c=i[2].split(o),f=0;i&&f<c.length;){for(var u=c[f].replace(/\s+$/,""),h=f+1;h<c.length;++h){var p=c[h];if(!/\s/.test(p[0]))break;u+=p,f=h}if(i=u.match(n),i){for(var x={name:i[1],values:[]},l=i[2].split(","),d=0;d<l.length;++d)x.values.push(Yx(l[d]));if(a.procType)if(!a.contentDomain&&x.name==="Content-Domain")a.contentDomain=l[0]||"";else if(!a.dekInfo&&x.name==="DEK-Info"){if(x.values.length===0)throw new Error('Invalid PEM formatted message. The "DEK-Info" header must have at least one subfield.');a.dekInfo={algorithm:l[0],parameters:l[1]||null}}else a.headers.push(x);else{if(x.name!=="Proc-Type")throw new Error('Invalid PEM formatted message. The first encapsulated header must be "Proc-Type".');if(x.values.length!==2)throw new Error('Invalid PEM formatted message. The "Proc-Type" header must have two subfields.');a.procType={version:l[0],type:l[1]}}}++f}if(a.procType==="ENCRYPTED"&&!a.dekInfo)throw new Error('Invalid PEM formatted message. The "DEK-Info" header must be present if "Proc-Type" is "ENCRYPTED".')}}if(t.length===0)throw new Error("Invalid PEM formatted message.");return t};function gi(e){for(var t=e.name+": ",r=[],n=function(c,f){return" "+f},o=0;o<e.values.length;++o)r.push(e.values[o].replace(/^(\S+\r\n)/,n));t+=r.join(",")+`\r
|
|
13
|
+
`;for(var i=0,s=-1,o=0;o<t.length;++o,++i)if(i>65&&s!==-1){var a=t[s];a===","?(++s,t=t.substr(0,s)+`\r
|
|
14
|
+
`+t.substr(s)):t=t.substr(0,s)+`\r
|
|
15
|
+
`+a+t.substr(s+1),i=o-s-1,s=-1,++o}else(t[o]===" "||t[o]===" "||t[o]===",")&&(s=o);return t}function Yx(e){return e.replace(/^\s+/,"")}});var hh=ue((C5,uh)=>{var It=ce();Nr();De();var ah=uh.exports=It.sha256=It.sha256||{};It.md.sha256=It.md.algorithms.sha256=ah;ah.create=function(){ch||Zx();var e=null,t=It.util.createBuffer(),r=new Array(64),n={algorithm:"sha256",blockLength:64,digestLength:32,messageLength:0,fullMessageLength:null,messageLengthSize:8};return n.start=function(){n.messageLength=0,n.fullMessageLength=n.messageLength64=[];for(var o=n.messageLengthSize/4,i=0;i<o;++i)n.fullMessageLength.push(0);return t=It.util.createBuffer(),e={h0:1779033703,h1:3144134277,h2:1013904242,h3:2773480762,h4:1359893119,h5:2600822924,h6:528734635,h7:1541459225},n},n.start(),n.update=function(o,i){i==="utf8"&&(o=It.util.encodeUtf8(o));var s=o.length;n.messageLength+=s,s=[s/4294967296>>>0,s>>>0];for(var a=n.fullMessageLength.length-1;a>=0;--a)n.fullMessageLength[a]+=s[1],s[1]=s[0]+(n.fullMessageLength[a]/4294967296>>>0),n.fullMessageLength[a]=n.fullMessageLength[a]>>>0,s[0]=s[1]/4294967296>>>0;return t.putBytes(o),sh(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var o=It.util.createBuffer();o.putBytes(t.bytes());var i=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=i&n.blockLength-1;o.putBytes(pa.substr(0,n.blockLength-s));for(var a,c,f=n.fullMessageLength[0]*8,u=0;u<n.fullMessageLength.length-1;++u)a=n.fullMessageLength[u+1]*8,c=a/4294967296>>>0,f+=c,o.putInt32(f>>>0),f=a>>>0;o.putInt32(f);var h={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3,h4:e.h4,h5:e.h5,h6:e.h6,h7:e.h7};sh(h,r,o);var p=It.util.createBuffer();return p.putInt32(h.h0),p.putInt32(h.h1),p.putInt32(h.h2),p.putInt32(h.h3),p.putInt32(h.h4),p.putInt32(h.h5),p.putInt32(h.h6),p.putInt32(h.h7),p},n};var pa=null,ch=!1,fh=null;function Zx(){pa="\x80",pa+=It.util.fillString("\0",64),fh=[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],ch=!0}function sh(e,t,r){for(var n,o,i,s,a,c,f,u,h,p,x,l,d,m,y,b=r.length();b>=64;){for(f=0;f<16;++f)t[f]=r.getInt32();for(;f<64;++f)n=t[f-2],n=(n>>>17|n<<15)^(n>>>19|n<<13)^n>>>10,o=t[f-15],o=(o>>>7|o<<25)^(o>>>18|o<<14)^o>>>3,t[f]=n+t[f-7]+o+t[f-16]|0;for(u=e.h0,h=e.h1,p=e.h2,x=e.h3,l=e.h4,d=e.h5,m=e.h6,y=e.h7,f=0;f<64;++f)s=(l>>>6|l<<26)^(l>>>11|l<<21)^(l>>>25|l<<7),a=m^l&(d^m),i=(u>>>2|u<<30)^(u>>>13|u<<19)^(u>>>22|u<<10),c=u&h|p&(u^h),n=y+s+a+fh[f]+t[f],o=i+c,y=m,m=d,d=l,l=x+n>>>0,x=p,p=h,h=u,u=n+o>>>0;e.h0=e.h0+u|0,e.h1=e.h1+h|0,e.h2=e.h2+p|0,e.h3=e.h3+x|0,e.h4=e.h4+l|0,e.h5=e.h5+d|0,e.h6=e.h6+m|0,e.h7=e.h7+y|0,b-=64}}});var dh=ue((I5,lh)=>{var Tt=ce();De();var vi=null;Tt.util.isNodejs&&!Tt.options.usePureJavaScript&&!process.versions["node-webkit"]&&(vi=xi());var Qx=lh.exports=Tt.prng=Tt.prng||{};Qx.create=function(e){for(var t={plugin:e,key:null,seed:null,time:null,reseeds:0,generated:0,keyBytes:""},r=e.md,n=new Array(32),o=0;o<32;++o)n[o]=r.create();t.pools=n,t.pool=0,t.generate=function(f,u){if(!u)return t.generateSync(f);var h=t.plugin.cipher,p=t.plugin.increment,x=t.plugin.formatKey,l=t.plugin.formatSeed,d=Tt.util.createBuffer();t.key=null,m();function m(y){if(y)return u(y);if(d.length()>=f)return u(null,d.getBytes(f));if(t.generated>1048575&&(t.key=null),t.key===null)return Tt.util.nextTick(function(){i(m)});var b=h(t.key,t.seed);t.generated+=b.length,d.putBytes(b),t.key=x(h(t.key,p(t.seed))),t.seed=l(h(t.key,t.seed)),Tt.util.setImmediate(m)}},t.generateSync=function(f){var u=t.plugin.cipher,h=t.plugin.increment,p=t.plugin.formatKey,x=t.plugin.formatSeed;t.key=null;for(var l=Tt.util.createBuffer();l.length()<f;){t.generated>1048575&&(t.key=null),t.key===null&&s();var d=u(t.key,t.seed);t.generated+=d.length,l.putBytes(d),t.key=p(u(t.key,h(t.seed))),t.seed=x(u(t.key,t.seed))}return l.getBytes(f)};function i(f){if(t.pools[0].messageLength>=32)return a(),f();var u=32-t.pools[0].messageLength<<5;t.seedFile(u,function(h,p){if(h)return f(h);t.collect(p),a(),f()})}function s(){if(t.pools[0].messageLength>=32)return a();var f=32-t.pools[0].messageLength<<5;t.collect(t.seedFileSync(f)),a()}function a(){t.reseeds=t.reseeds===4294967295?0:t.reseeds+1;var f=t.plugin.md.create();f.update(t.keyBytes);for(var u=1,h=0;h<32;++h)t.reseeds%u===0&&(f.update(t.pools[h].digest().getBytes()),t.pools[h].start()),u=u<<1;t.keyBytes=f.digest().getBytes(),f.start(),f.update(t.keyBytes);var p=f.digest().getBytes();t.key=t.plugin.formatKey(t.keyBytes),t.seed=t.plugin.formatSeed(p),t.generated=0}function c(f){var u=null,h=Tt.util.globalScope,p=h.crypto||h.msCrypto;p&&p.getRandomValues&&(u=function(v){return p.getRandomValues(v)});var x=Tt.util.createBuffer();if(u)for(;x.length()<f;){var l=Math.max(1,Math.min(f-x.length(),65536)/4),d=new Uint32Array(Math.floor(l));try{u(d);for(var m=0;m<d.length;++m)x.putInt32(d[m])}catch(v){if(!(typeof QuotaExceededError<"u"&&v instanceof QuotaExceededError))throw v}}if(x.length()<f)for(var y,b,g,S=Math.floor(Math.random()*65536);x.length()<f;){b=16807*(S&65535),y=16807*(S>>16),b+=(y&32767)<<16,b+=y>>15,b=(b&2147483647)+(b>>31),S=b&4294967295;for(var m=0;m<3;++m)g=S>>>(m<<3),g^=Math.floor(Math.random()*256),x.putByte(g&255)}return x.getBytes(f)}return vi?(t.seedFile=function(f,u){vi.randomBytes(f,function(h,p){if(h)return u(h);u(null,p.toString())})},t.seedFileSync=function(f){return vi.randomBytes(f).toString()}):(t.seedFile=function(f,u){try{u(null,c(f))}catch(h){u(h)}},t.seedFileSync=c),t.collect=function(f){for(var u=f.length,h=0;h<u;++h)t.pools[t.pool].update(f.substr(h,1)),t.pool=t.pool===31?0:t.pool+1},t.collectInt=function(f,u){for(var h="",p=0;p<u;p+=8)h+=String.fromCharCode(f>>p&255);t.collect(h)},t.registerWorker=function(f){if(f===self)t.seedFile=function(h,p){function x(l){var d=l.data;d.forge&&d.forge.prng&&(self.removeEventListener("message",x),p(d.forge.prng.err,d.forge.prng.bytes))}self.addEventListener("message",x),self.postMessage({forge:{prng:{needed:h}}})};else{var u=function(h){var p=h.data;p.forge&&p.forge.prng&&t.seedFile(p.forge.prng.needed,function(x,l){f.postMessage({forge:{prng:{err:x,bytes:l}}})})};f.addEventListener("message",u)}},t}});var mo=ue((T5,ya)=>{var Pe=ce();da();hh();dh();De();(function(){if(Pe.random&&Pe.random.getBytes){ya.exports=Pe.random;return}(function(e){var t={},r=new Array(4),n=Pe.util.createBuffer();t.formatKey=function(h){var p=Pe.util.createBuffer(h);return h=new Array(4),h[0]=p.getInt32(),h[1]=p.getInt32(),h[2]=p.getInt32(),h[3]=p.getInt32(),Pe.aes._expandKey(h,!1)},t.formatSeed=function(h){var p=Pe.util.createBuffer(h);return h=new Array(4),h[0]=p.getInt32(),h[1]=p.getInt32(),h[2]=p.getInt32(),h[3]=p.getInt32(),h},t.cipher=function(h,p){return Pe.aes._updateBlock(h,p,r,!1),n.putInt32(r[0]),n.putInt32(r[1]),n.putInt32(r[2]),n.putInt32(r[3]),n.getBytes()},t.increment=function(h){return++h[3],h},t.md=Pe.md.sha256;function o(){var h=Pe.prng.create(t);return h.getBytes=function(p,x){return h.generate(p,x)},h.getBytesSync=function(p){return h.generate(p)},h}var i=o(),s=null,a=Pe.util.globalScope,c=a.crypto||a.msCrypto;if(c&&c.getRandomValues&&(s=function(h){return c.getRandomValues(h)}),Pe.options.usePureJavaScript||!Pe.util.isNodejs&&!s){if(typeof window>"u"||window.document,i.collectInt(+new Date,32),typeof navigator<"u"){var f="";for(var u in navigator)try{typeof navigator[u]=="string"&&(f+=navigator[u])}catch{}i.collect(f),f=null}e&&(e().mousemove(function(h){i.collectInt(h.clientX,16),i.collectInt(h.clientY,16)}),e().keypress(function(h){i.collectInt(h.charCode,8)}))}if(!Pe.random)Pe.random=i;else for(var u in i)Pe.random[u]=i[u];Pe.random.createInstance=o,ya.exports=Pe.random})(typeof jQuery<"u"?jQuery:null)})()});var xh=ue((D5,mh)=>{var Ze=ce();De();var ma=[217,120,249,196,25,221,181,237,40,233,253,121,74,160,216,157,198,126,55,131,43,118,83,142,98,76,100,136,68,139,251,162,23,154,89,245,135,179,79,19,97,69,109,141,9,129,125,50,189,143,64,235,134,183,123,11,240,149,33,34,92,107,78,130,84,214,101,147,206,96,178,28,115,86,192,20,167,140,241,220,18,117,202,31,59,190,228,209,66,61,212,48,163,60,182,38,111,191,14,218,70,105,7,87,39,242,29,155,188,148,67,3,248,17,199,246,144,239,62,231,6,195,213,47,200,102,30,215,8,232,234,222,128,82,238,247,132,170,114,172,53,77,106,42,150,26,210,113,90,21,73,116,75,159,208,94,4,24,164,236,194,224,65,110,15,81,203,204,36,145,175,80,161,244,112,57,153,124,58,133,35,184,180,122,252,2,54,91,37,85,151,49,45,93,250,152,227,138,146,174,5,223,41,16,103,108,186,201,211,0,230,207,225,158,168,44,99,22,1,63,88,226,137,169,13,56,52,27,171,51,255,176,187,72,12,95,185,177,205,46,197,243,219,71,229,165,156,119,10,166,32,104,254,127,193,173],ph=[1,2,3,5],Xx=function(e,t){return e<<t&65535|(e&65535)>>16-t},Jx=function(e,t){return(e&65535)>>t|e<<16-t&65535};mh.exports=Ze.rc2=Ze.rc2||{};Ze.rc2.expandKey=function(e,t){typeof e=="string"&&(e=Ze.util.createBuffer(e)),t=t||128;var r=e,n=e.length(),o=t,i=Math.ceil(o/8),s=255>>(o&7),a;for(a=n;a<128;a++)r.putByte(ma[r.at(a-1)+r.at(a-n)&255]);for(r.setAt(128-i,ma[r.at(128-i)&s]),a=127-i;a>=0;a--)r.setAt(a,ma[r.at(a+1)^r.at(a+i)]);return r};var yh=function(e,t,r){var n=!1,o=null,i=null,s=null,a,c,f,u,h=[];for(e=Ze.rc2.expandKey(e,t),f=0;f<64;f++)h.push(e.getInt16Le());r?(a=function(l){for(f=0;f<4;f++)l[f]+=h[u]+(l[(f+3)%4]&l[(f+2)%4])+(~l[(f+3)%4]&l[(f+1)%4]),l[f]=Xx(l[f],ph[f]),u++},c=function(l){for(f=0;f<4;f++)l[f]+=h[l[(f+3)%4]&63]}):(a=function(l){for(f=3;f>=0;f--)l[f]=Jx(l[f],ph[f]),l[f]-=h[u]+(l[(f+3)%4]&l[(f+2)%4])+(~l[(f+3)%4]&l[(f+1)%4]),u--},c=function(l){for(f=3;f>=0;f--)l[f]-=h[l[(f+3)%4]&63]});var p=function(l){var d=[];for(f=0;f<4;f++){var m=o.getInt16Le();s!==null&&(r?m^=s.getInt16Le():s.putInt16Le(m)),d.push(m&65535)}u=r?0:63;for(var y=0;y<l.length;y++)for(var b=0;b<l[y][0];b++)l[y][1](d);for(f=0;f<4;f++)s!==null&&(r?s.putInt16Le(d[f]):d[f]^=s.getInt16Le()),i.putInt16Le(d[f])},x=null;return x={start:function(l,d){l&&typeof l=="string"&&(l=Ze.util.createBuffer(l)),n=!1,o=Ze.util.createBuffer(),i=d||new Ze.util.createBuffer,s=l,x.output=i},update:function(l){for(n||o.putBuffer(l);o.length()>=8;)p([[5,a],[1,c],[6,a],[1,c],[5,a]])},finish:function(l){var d=!0;if(r)if(l)d=l(8,o,!r);else{var m=o.length()===8?8:8-o.length();o.fillWithByte(m,m)}if(d&&(n=!0,x.update()),!r&&(d=o.length()===0,d))if(l)d=l(8,i,!r);else{var y=i.length(),b=i.at(y-1);b>y?d=!1:i.truncate(b)}return d}},x};Ze.rc2.startEncrypting=function(e,t,r){var n=Ze.rc2.createEncryptionCipher(e,128);return n.start(t,r),n};Ze.rc2.createEncryptionCipher=function(e,t){return yh(e,t,!0)};Ze.rc2.startDecrypting=function(e,t,r){var n=Ze.rc2.createDecryptionCipher(e,128);return n.start(t,r),n};Ze.rc2.createDecryptionCipher=function(e,t){return yh(e,t,!1)}});var Si=ue((_5,Bh)=>{var xa=ce();Bh.exports=xa.jsbn=xa.jsbn||{};var $t,jx=0xdeadbeefcafe,gh=(jx&16777215)==15715070;function D(e,t,r){this.data=[],e!=null&&(typeof e=="number"?this.fromNumber(e,t,r):t==null&&typeof e!="string"?this.fromString(e,256):this.fromString(e,t))}xa.jsbn.BigInteger=D;function te(){return new D(null)}function eg(e,t,r,n,o,i){for(;--i>=0;){var s=t*this.data[e++]+r.data[n]+o;o=Math.floor(s/67108864),r.data[n++]=s&67108863}return o}function tg(e,t,r,n,o,i){for(var s=t&32767,a=t>>15;--i>=0;){var c=this.data[e]&32767,f=this.data[e++]>>15,u=a*c+f*s;c=s*c+((u&32767)<<15)+r.data[n]+(o&1073741823),o=(c>>>30)+(u>>>15)+a*f+(o>>>30),r.data[n++]=c&1073741823}return o}function bh(e,t,r,n,o,i){for(var s=t&16383,a=t>>14;--i>=0;){var c=this.data[e]&16383,f=this.data[e++]>>14,u=a*c+f*s;c=s*c+((u&16383)<<14)+r.data[n]+o,o=(c>>28)+(u>>14)+a*f,r.data[n++]=c&268435455}return o}typeof navigator>"u"?(D.prototype.am=bh,$t=28):gh&&navigator.appName=="Microsoft Internet Explorer"?(D.prototype.am=tg,$t=30):gh&&navigator.appName!="Netscape"?(D.prototype.am=eg,$t=26):(D.prototype.am=bh,$t=28);D.prototype.DB=$t;D.prototype.DM=(1<<$t)-1;D.prototype.DV=1<<$t;var ga=52;D.prototype.FV=Math.pow(2,ga);D.prototype.F1=ga-$t;D.prototype.F2=2*$t-ga;var rg="0123456789abcdefghijklmnopqrstuvwxyz",wi=new Array,mn,it;mn=48;for(it=0;it<=9;++it)wi[mn++]=it;mn=97;for(it=10;it<36;++it)wi[mn++]=it;mn=65;for(it=10;it<36;++it)wi[mn++]=it;function vh(e){return rg.charAt(e)}function wh(e,t){var r=wi[e.charCodeAt(t)];return r??-1}function ng(e){for(var t=this.t-1;t>=0;--t)e.data[t]=this.data[t];e.t=this.t,e.s=this.s}function og(e){this.t=1,this.s=e<0?-1:0,e>0?this.data[0]=e:e<-1?this.data[0]=e+this.DV:this.t=0}function dr(e){var t=te();return t.fromInt(e),t}function ig(e,t){var r;if(t==16)r=4;else if(t==8)r=3;else if(t==256)r=8;else if(t==2)r=1;else if(t==32)r=5;else if(t==4)r=2;else{this.fromRadix(e,t);return}this.t=0,this.s=0;for(var n=e.length,o=!1,i=0;--n>=0;){var s=r==8?e[n]&255:wh(e,n);if(s<0){e.charAt(n)=="-"&&(o=!0);continue}o=!1,i==0?this.data[this.t++]=s:i+r>this.DB?(this.data[this.t-1]|=(s&(1<<this.DB-i)-1)<<i,this.data[this.t++]=s>>this.DB-i):this.data[this.t-1]|=s<<i,i+=r,i>=this.DB&&(i-=this.DB)}r==8&&e[0]&128&&(this.s=-1,i>0&&(this.data[this.t-1]|=(1<<this.DB-i)-1<<i)),this.clamp(),o&&D.ZERO.subTo(this,this)}function sg(){for(var e=this.s&this.DM;this.t>0&&this.data[this.t-1]==e;)--this.t}function ag(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(e==16)t=4;else if(e==8)t=3;else if(e==2)t=1;else if(e==32)t=5;else if(e==4)t=2;else return this.toRadix(e);var r=(1<<t)-1,n,o=!1,i="",s=this.t,a=this.DB-s*this.DB%t;if(s-- >0)for(a<this.DB&&(n=this.data[s]>>a)>0&&(o=!0,i=vh(n));s>=0;)a<t?(n=(this.data[s]&(1<<a)-1)<<t-a,n|=this.data[--s]>>(a+=this.DB-t)):(n=this.data[s]>>(a-=t)&r,a<=0&&(a+=this.DB,--s)),n>0&&(o=!0),o&&(i+=vh(n));return o?i:"0"}function cg(){var e=te();return D.ZERO.subTo(this,e),e}function fg(){return this.s<0?this.negate():this}function ug(e){var t=this.s-e.s;if(t!=0)return t;var r=this.t;if(t=r-e.t,t!=0)return this.s<0?-t:t;for(;--r>=0;)if((t=this.data[r]-e.data[r])!=0)return t;return 0}function Ei(e){var t=1,r;return(r=e>>>16)!=0&&(e=r,t+=16),(r=e>>8)!=0&&(e=r,t+=8),(r=e>>4)!=0&&(e=r,t+=4),(r=e>>2)!=0&&(e=r,t+=2),(r=e>>1)!=0&&(e=r,t+=1),t}function hg(){return this.t<=0?0:this.DB*(this.t-1)+Ei(this.data[this.t-1]^this.s&this.DM)}function lg(e,t){var r;for(r=this.t-1;r>=0;--r)t.data[r+e]=this.data[r];for(r=e-1;r>=0;--r)t.data[r]=0;t.t=this.t+e,t.s=this.s}function dg(e,t){for(var r=e;r<this.t;++r)t.data[r-e]=this.data[r];t.t=Math.max(this.t-e,0),t.s=this.s}function pg(e,t){var r=e%this.DB,n=this.DB-r,o=(1<<n)-1,i=Math.floor(e/this.DB),s=this.s<<r&this.DM,a;for(a=this.t-1;a>=0;--a)t.data[a+i+1]=this.data[a]>>n|s,s=(this.data[a]&o)<<r;for(a=i-1;a>=0;--a)t.data[a]=0;t.data[i]=s,t.t=this.t+i+1,t.s=this.s,t.clamp()}function yg(e,t){t.s=this.s;var r=Math.floor(e/this.DB);if(r>=this.t){t.t=0;return}var n=e%this.DB,o=this.DB-n,i=(1<<n)-1;t.data[0]=this.data[r]>>n;for(var s=r+1;s<this.t;++s)t.data[s-r-1]|=(this.data[s]&i)<<o,t.data[s-r]=this.data[s]>>n;n>0&&(t.data[this.t-r-1]|=(this.s&i)<<o),t.t=this.t-r,t.clamp()}function mg(e,t){for(var r=0,n=0,o=Math.min(e.t,this.t);r<o;)n+=this.data[r]-e.data[r],t.data[r++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n-=e.s;r<this.t;)n+=this.data[r],t.data[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<e.t;)n-=e.data[r],t.data[r++]=n&this.DM,n>>=this.DB;n-=e.s}t.s=n<0?-1:0,n<-1?t.data[r++]=this.DV+n:n>0&&(t.data[r++]=n),t.t=r,t.clamp()}function xg(e,t){var r=this.abs(),n=e.abs(),o=r.t;for(t.t=o+n.t;--o>=0;)t.data[o]=0;for(o=0;o<n.t;++o)t.data[o+r.t]=r.am(0,n.data[o],t,o,0,r.t);t.s=0,t.clamp(),this.s!=e.s&&D.ZERO.subTo(t,t)}function gg(e){for(var t=this.abs(),r=e.t=2*t.t;--r>=0;)e.data[r]=0;for(r=0;r<t.t-1;++r){var n=t.am(r,t.data[r],e,2*r,0,1);(e.data[r+t.t]+=t.am(r+1,2*t.data[r],e,2*r+1,n,t.t-r-1))>=t.DV&&(e.data[r+t.t]-=t.DV,e.data[r+t.t+1]=1)}e.t>0&&(e.data[e.t-1]+=t.am(r,t.data[r],e,2*r,0,1)),e.s=0,e.clamp()}function bg(e,t,r){var n=e.abs();if(!(n.t<=0)){var o=this.abs();if(o.t<n.t){t?.fromInt(0),r!=null&&this.copyTo(r);return}r==null&&(r=te());var i=te(),s=this.s,a=e.s,c=this.DB-Ei(n.data[n.t-1]);c>0?(n.lShiftTo(c,i),o.lShiftTo(c,r)):(n.copyTo(i),o.copyTo(r));var f=i.t,u=i.data[f-1];if(u!=0){var h=u*(1<<this.F1)+(f>1?i.data[f-2]>>this.F2:0),p=this.FV/h,x=(1<<this.F1)/h,l=1<<this.F2,d=r.t,m=d-f,y=t??te();for(i.dlShiftTo(m,y),r.compareTo(y)>=0&&(r.data[r.t++]=1,r.subTo(y,r)),D.ONE.dlShiftTo(f,y),y.subTo(i,i);i.t<f;)i.data[i.t++]=0;for(;--m>=0;){var b=r.data[--d]==u?this.DM:Math.floor(r.data[d]*p+(r.data[d-1]+l)*x);if((r.data[d]+=i.am(0,b,r,m,0,f))<b)for(i.dlShiftTo(m,y),r.subTo(y,r);r.data[d]<--b;)r.subTo(y,r)}t!=null&&(r.drShiftTo(f,t),s!=a&&D.ZERO.subTo(t,t)),r.t=f,r.clamp(),c>0&&r.rShiftTo(c,r),s<0&&D.ZERO.subTo(r,r)}}}function vg(e){var t=te();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(D.ZERO)>0&&e.subTo(t,t),t}function Ur(e){this.m=e}function wg(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function Eg(e){return e}function Sg(e){e.divRemTo(this.m,null,e)}function Ag(e,t,r){e.multiplyTo(t,r),this.reduce(r)}function Bg(e,t){e.squareTo(t),this.reduce(t)}Ur.prototype.convert=wg;Ur.prototype.revert=Eg;Ur.prototype.reduce=Sg;Ur.prototype.mulTo=Ag;Ur.prototype.sqrTo=Bg;function Cg(){if(this.t<1)return 0;var e=this.data[0];if(!(e&1))return 0;var t=e&3;return t=t*(2-(e&15)*t)&15,t=t*(2-(e&255)*t)&255,t=t*(2-((e&65535)*t&65535))&65535,t=t*(2-e*t%this.DV)%this.DV,t>0?this.DV-t:-t}function Pr(e){this.m=e,this.mp=e.invDigit(),this.mpl=this.mp&32767,this.mph=this.mp>>15,this.um=(1<<e.DB-15)-1,this.mt2=2*e.t}function Ig(e){var t=te();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(D.ZERO)>0&&this.m.subTo(t,t),t}function Tg(e){var t=te();return e.copyTo(t),this.reduce(t),t}function Dg(e){for(;e.t<=this.mt2;)e.data[e.t++]=0;for(var t=0;t<this.m.t;++t){var r=e.data[t]&32767,n=r*this.mpl+((r*this.mph+(e.data[t]>>15)*this.mpl&this.um)<<15)&e.DM;for(r=t+this.m.t,e.data[r]+=this.m.am(0,n,e,t,0,this.m.t);e.data[r]>=e.DV;)e.data[r]-=e.DV,e.data[++r]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)}function _g(e,t){e.squareTo(t),this.reduce(t)}function Lg(e,t,r){e.multiplyTo(t,r),this.reduce(r)}Pr.prototype.convert=Ig;Pr.prototype.revert=Tg;Pr.prototype.reduce=Dg;Pr.prototype.mulTo=Lg;Pr.prototype.sqrTo=_g;function Rg(){return(this.t>0?this.data[0]&1:this.s)==0}function Ng(e,t){if(e>4294967295||e<1)return D.ONE;var r=te(),n=te(),o=t.convert(this),i=Ei(e)-1;for(o.copyTo(r);--i>=0;)if(t.sqrTo(r,n),(e&1<<i)>0)t.mulTo(n,o,r);else{var s=r;r=n,n=s}return t.revert(r)}function Ug(e,t){var r;return e<256||t.isEven()?r=new Ur(t):r=new Pr(t),this.exp(e,r)}D.prototype.copyTo=ng;D.prototype.fromInt=og;D.prototype.fromString=ig;D.prototype.clamp=sg;D.prototype.dlShiftTo=lg;D.prototype.drShiftTo=dg;D.prototype.lShiftTo=pg;D.prototype.rShiftTo=yg;D.prototype.subTo=mg;D.prototype.multiplyTo=xg;D.prototype.squareTo=gg;D.prototype.divRemTo=bg;D.prototype.invDigit=Cg;D.prototype.isEven=Rg;D.prototype.exp=Ng;D.prototype.toString=ag;D.prototype.negate=cg;D.prototype.abs=fg;D.prototype.compareTo=ug;D.prototype.bitLength=hg;D.prototype.mod=vg;D.prototype.modPowInt=Ug;D.ZERO=dr(0);D.ONE=dr(1);function Pg(){var e=te();return this.copyTo(e),e}function kg(){if(this.s<0){if(this.t==1)return this.data[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this.data[0];if(this.t==0)return 0}return(this.data[1]&(1<<32-this.DB)-1)<<this.DB|this.data[0]}function Og(){return this.t==0?this.s:this.data[0]<<24>>24}function Mg(){return this.t==0?this.s:this.data[0]<<16>>16}function Vg(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function Kg(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function Fg(e){if(e==null&&(e=10),this.signum()==0||e<2||e>36)return"0";var t=this.chunkSize(e),r=Math.pow(e,t),n=dr(r),o=te(),i=te(),s="";for(this.divRemTo(n,o,i);o.signum()>0;)s=(r+i.intValue()).toString(e).substr(1)+s,o.divRemTo(n,o,i);return i.intValue().toString(e)+s}function qg(e,t){this.fromInt(0),t==null&&(t=10);for(var r=this.chunkSize(t),n=Math.pow(t,r),o=!1,i=0,s=0,a=0;a<e.length;++a){var c=wh(e,a);if(c<0){e.charAt(a)=="-"&&this.signum()==0&&(o=!0);continue}s=t*s+c,++i>=r&&(this.dMultiply(n),this.dAddOffset(s,0),i=0,s=0)}i>0&&(this.dMultiply(Math.pow(t,i)),this.dAddOffset(s,0)),o&&D.ZERO.subTo(this,this)}function zg(e,t,r){if(typeof t=="number")if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(D.ONE.shiftLeft(e-1),ba,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(D.ONE.shiftLeft(e-1),this);else{var n=new Array,o=e&7;n.length=(e>>3)+1,t.nextBytes(n),o>0?n[0]&=(1<<o)-1:n[0]=0,this.fromString(n,256)}}function Hg(){var e=this.t,t=new Array;t[0]=this.s;var r=this.DB-e*this.DB%8,n,o=0;if(e-- >0)for(r<this.DB&&(n=this.data[e]>>r)!=(this.s&this.DM)>>r&&(t[o++]=n|this.s<<this.DB-r);e>=0;)r<8?(n=(this.data[e]&(1<<r)-1)<<8-r,n|=this.data[--e]>>(r+=this.DB-8)):(n=this.data[e]>>(r-=8)&255,r<=0&&(r+=this.DB,--e)),n&128&&(n|=-256),o==0&&(this.s&128)!=(n&128)&&++o,(o>0||n!=this.s)&&(t[o++]=n);return t}function Gg(e){return this.compareTo(e)==0}function $g(e){return this.compareTo(e)<0?this:e}function Wg(e){return this.compareTo(e)>0?this:e}function Yg(e,t,r){var n,o,i=Math.min(e.t,this.t);for(n=0;n<i;++n)r.data[n]=t(this.data[n],e.data[n]);if(e.t<this.t){for(o=e.s&this.DM,n=i;n<this.t;++n)r.data[n]=t(this.data[n],o);r.t=this.t}else{for(o=this.s&this.DM,n=i;n<e.t;++n)r.data[n]=t(o,e.data[n]);r.t=e.t}r.s=t(this.s,e.s),r.clamp()}function Zg(e,t){return e&t}function Qg(e){var t=te();return this.bitwiseTo(e,Zg,t),t}function ba(e,t){return e|t}function Xg(e){var t=te();return this.bitwiseTo(e,ba,t),t}function Eh(e,t){return e^t}function Jg(e){var t=te();return this.bitwiseTo(e,Eh,t),t}function Sh(e,t){return e&~t}function jg(e){var t=te();return this.bitwiseTo(e,Sh,t),t}function e1(){for(var e=te(),t=0;t<this.t;++t)e.data[t]=this.DM&~this.data[t];return e.t=this.t,e.s=~this.s,e}function t1(e){var t=te();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t}function r1(e){var t=te();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t}function n1(e){if(e==0)return-1;var t=0;return e&65535||(e>>=16,t+=16),e&255||(e>>=8,t+=8),e&15||(e>>=4,t+=4),e&3||(e>>=2,t+=2),e&1||++t,t}function o1(){for(var e=0;e<this.t;++e)if(this.data[e]!=0)return e*this.DB+n1(this.data[e]);return this.s<0?this.t*this.DB:-1}function i1(e){for(var t=0;e!=0;)e&=e-1,++t;return t}function s1(){for(var e=0,t=this.s&this.DM,r=0;r<this.t;++r)e+=i1(this.data[r]^t);return e}function a1(e){var t=Math.floor(e/this.DB);return t>=this.t?this.s!=0:(this.data[t]&1<<e%this.DB)!=0}function c1(e,t){var r=D.ONE.shiftLeft(e);return this.bitwiseTo(r,t,r),r}function f1(e){return this.changeBit(e,ba)}function u1(e){return this.changeBit(e,Sh)}function h1(e){return this.changeBit(e,Eh)}function l1(e,t){for(var r=0,n=0,o=Math.min(e.t,this.t);r<o;)n+=this.data[r]+e.data[r],t.data[r++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n+=e.s;r<this.t;)n+=this.data[r],t.data[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<e.t;)n+=e.data[r],t.data[r++]=n&this.DM,n>>=this.DB;n+=e.s}t.s=n<0?-1:0,n>0?t.data[r++]=n:n<-1&&(t.data[r++]=this.DV+n),t.t=r,t.clamp()}function d1(e){var t=te();return this.addTo(e,t),t}function p1(e){var t=te();return this.subTo(e,t),t}function y1(e){var t=te();return this.multiplyTo(e,t),t}function m1(e){var t=te();return this.divRemTo(e,t,null),t}function x1(e){var t=te();return this.divRemTo(e,null,t),t}function g1(e){var t=te(),r=te();return this.divRemTo(e,t,r),new Array(t,r)}function b1(e){this.data[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function v1(e,t){if(e!=0){for(;this.t<=t;)this.data[this.t++]=0;for(this.data[t]+=e;this.data[t]>=this.DV;)this.data[t]-=this.DV,++t>=this.t&&(this.data[this.t++]=0),++this.data[t]}}function xo(){}function Ah(e){return e}function w1(e,t,r){e.multiplyTo(t,r)}function E1(e,t){e.squareTo(t)}xo.prototype.convert=Ah;xo.prototype.revert=Ah;xo.prototype.mulTo=w1;xo.prototype.sqrTo=E1;function S1(e){return this.exp(e,new xo)}function A1(e,t,r){var n=Math.min(this.t+e.t,t);for(r.s=0,r.t=n;n>0;)r.data[--n]=0;var o;for(o=r.t-this.t;n<o;++n)r.data[n+this.t]=this.am(0,e.data[n],r,n,0,this.t);for(o=Math.min(e.t,t);n<o;++n)this.am(0,e.data[n],r,n,0,t-n);r.clamp()}function B1(e,t,r){--t;var n=r.t=this.t+e.t-t;for(r.s=0;--n>=0;)r.data[n]=0;for(n=Math.max(t-this.t,0);n<e.t;++n)r.data[this.t+n-t]=this.am(t-n,e.data[n],r,0,0,this.t+n-t);r.clamp(),r.drShiftTo(1,r)}function xn(e){this.r2=te(),this.q3=te(),D.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}function C1(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=te();return e.copyTo(t),this.reduce(t),t}function I1(e){return e}function T1(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)}function D1(e,t){e.squareTo(t),this.reduce(t)}function _1(e,t,r){e.multiplyTo(t,r),this.reduce(r)}xn.prototype.convert=C1;xn.prototype.revert=I1;xn.prototype.reduce=T1;xn.prototype.mulTo=_1;xn.prototype.sqrTo=D1;function L1(e,t){var r=e.bitLength(),n,o=dr(1),i;if(r<=0)return o;r<18?n=1:r<48?n=3:r<144?n=4:r<768?n=5:n=6,r<8?i=new Ur(t):t.isEven()?i=new xn(t):i=new Pr(t);var s=new Array,a=3,c=n-1,f=(1<<n)-1;if(s[1]=i.convert(this),n>1){var u=te();for(i.sqrTo(s[1],u);a<=f;)s[a]=te(),i.mulTo(u,s[a-2],s[a]),a+=2}var h=e.t-1,p,x=!0,l=te(),d;for(r=Ei(e.data[h])-1;h>=0;){for(r>=c?p=e.data[h]>>r-c&f:(p=(e.data[h]&(1<<r+1)-1)<<c-r,h>0&&(p|=e.data[h-1]>>this.DB+r-c)),a=n;!(p&1);)p>>=1,--a;if((r-=a)<0&&(r+=this.DB,--h),x)s[p].copyTo(o),x=!1;else{for(;a>1;)i.sqrTo(o,l),i.sqrTo(l,o),a-=2;a>0?i.sqrTo(o,l):(d=o,o=l,l=d),i.mulTo(l,s[p],o)}for(;h>=0&&!(e.data[h]&1<<r);)i.sqrTo(o,l),d=o,o=l,l=d,--r<0&&(r=this.DB-1,--h)}return i.revert(o)}function R1(e){var t=this.s<0?this.negate():this.clone(),r=e.s<0?e.negate():e.clone();if(t.compareTo(r)<0){var n=t;t=r,r=n}var o=t.getLowestSetBit(),i=r.getLowestSetBit();if(i<0)return t;for(o<i&&(i=o),i>0&&(t.rShiftTo(i,t),r.rShiftTo(i,r));t.signum()>0;)(o=t.getLowestSetBit())>0&&t.rShiftTo(o,t),(o=r.getLowestSetBit())>0&&r.rShiftTo(o,r),t.compareTo(r)>=0?(t.subTo(r,t),t.rShiftTo(1,t)):(r.subTo(t,r),r.rShiftTo(1,r));return i>0&&r.lShiftTo(i,r),r}function N1(e){if(e<=0)return 0;var t=this.DV%e,r=this.s<0?e-1:0;if(this.t>0)if(t==0)r=this.data[0]%e;else for(var n=this.t-1;n>=0;--n)r=(t*r+this.data[n])%e;return r}function U1(e){var t=e.isEven();if(this.isEven()&&t||e.signum()==0)return D.ZERO;for(var r=e.clone(),n=this.clone(),o=dr(1),i=dr(0),s=dr(0),a=dr(1);r.signum()!=0;){for(;r.isEven();)r.rShiftTo(1,r),t?((!o.isEven()||!i.isEven())&&(o.addTo(this,o),i.subTo(e,i)),o.rShiftTo(1,o)):i.isEven()||i.subTo(e,i),i.rShiftTo(1,i);for(;n.isEven();)n.rShiftTo(1,n),t?((!s.isEven()||!a.isEven())&&(s.addTo(this,s),a.subTo(e,a)),s.rShiftTo(1,s)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),t&&o.subTo(s,o),i.subTo(a,i)):(n.subTo(r,n),t&&s.subTo(o,s),a.subTo(i,a))}if(n.compareTo(D.ONE)!=0)return D.ZERO;if(a.compareTo(e)>=0)return a.subtract(e);if(a.signum()<0)a.addTo(e,a);else return a;return a.signum()<0?a.add(e):a}var pt=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509],P1=(1<<26)/pt[pt.length-1];function k1(e){var t,r=this.abs();if(r.t==1&&r.data[0]<=pt[pt.length-1]){for(t=0;t<pt.length;++t)if(r.data[0]==pt[t])return!0;return!1}if(r.isEven())return!1;for(t=1;t<pt.length;){for(var n=pt[t],o=t+1;o<pt.length&&n<P1;)n*=pt[o++];for(n=r.modInt(n);t<o;)if(n%pt[t++]==0)return!1}return r.millerRabin(e)}function O1(e){var t=this.subtract(D.ONE),r=t.getLowestSetBit();if(r<=0)return!1;for(var n=t.shiftRight(r),o=M1(),i,s=0;s<e;++s){do i=new D(this.bitLength(),o);while(i.compareTo(D.ONE)<=0||i.compareTo(t)>=0);var a=i.modPow(n,this);if(a.compareTo(D.ONE)!=0&&a.compareTo(t)!=0){for(var c=1;c++<r&&a.compareTo(t)!=0;)if(a=a.modPowInt(2,this),a.compareTo(D.ONE)==0)return!1;if(a.compareTo(t)!=0)return!1}}return!0}function M1(){return{nextBytes:function(e){for(var t=0;t<e.length;++t)e[t]=Math.floor(Math.random()*256)}}}D.prototype.chunkSize=Vg;D.prototype.toRadix=Fg;D.prototype.fromRadix=qg;D.prototype.fromNumber=zg;D.prototype.bitwiseTo=Yg;D.prototype.changeBit=c1;D.prototype.addTo=l1;D.prototype.dMultiply=b1;D.prototype.dAddOffset=v1;D.prototype.multiplyLowerTo=A1;D.prototype.multiplyUpperTo=B1;D.prototype.modInt=N1;D.prototype.millerRabin=O1;D.prototype.clone=Pg;D.prototype.intValue=kg;D.prototype.byteValue=Og;D.prototype.shortValue=Mg;D.prototype.signum=Kg;D.prototype.toByteArray=Hg;D.prototype.equals=Gg;D.prototype.min=$g;D.prototype.max=Wg;D.prototype.and=Qg;D.prototype.or=Xg;D.prototype.xor=Jg;D.prototype.andNot=jg;D.prototype.not=e1;D.prototype.shiftLeft=t1;D.prototype.shiftRight=r1;D.prototype.getLowestSetBit=o1;D.prototype.bitCount=s1;D.prototype.testBit=a1;D.prototype.setBit=f1;D.prototype.clearBit=u1;D.prototype.flipBit=h1;D.prototype.add=d1;D.prototype.subtract=p1;D.prototype.multiply=y1;D.prototype.divide=m1;D.prototype.remainder=x1;D.prototype.divideAndRemainder=g1;D.prototype.modPow=L1;D.prototype.modInverse=U1;D.prototype.pow=S1;D.prototype.gcd=R1;D.prototype.isProbablePrime=k1});var _h=ue((L5,Dh)=>{var Dt=ce();Nr();De();var Ih=Dh.exports=Dt.sha1=Dt.sha1||{};Dt.md.sha1=Dt.md.algorithms.sha1=Ih;Ih.create=function(){Th||V1();var e=null,t=Dt.util.createBuffer(),r=new Array(80),n={algorithm:"sha1",blockLength:64,digestLength:20,messageLength:0,fullMessageLength:null,messageLengthSize:8};return n.start=function(){n.messageLength=0,n.fullMessageLength=n.messageLength64=[];for(var o=n.messageLengthSize/4,i=0;i<o;++i)n.fullMessageLength.push(0);return t=Dt.util.createBuffer(),e={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520},n},n.start(),n.update=function(o,i){i==="utf8"&&(o=Dt.util.encodeUtf8(o));var s=o.length;n.messageLength+=s,s=[s/4294967296>>>0,s>>>0];for(var a=n.fullMessageLength.length-1;a>=0;--a)n.fullMessageLength[a]+=s[1],s[1]=s[0]+(n.fullMessageLength[a]/4294967296>>>0),n.fullMessageLength[a]=n.fullMessageLength[a]>>>0,s[0]=s[1]/4294967296>>>0;return t.putBytes(o),Ch(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var o=Dt.util.createBuffer();o.putBytes(t.bytes());var i=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=i&n.blockLength-1;o.putBytes(va.substr(0,n.blockLength-s));for(var a,c,f=n.fullMessageLength[0]*8,u=0;u<n.fullMessageLength.length-1;++u)a=n.fullMessageLength[u+1]*8,c=a/4294967296>>>0,f+=c,o.putInt32(f>>>0),f=a>>>0;o.putInt32(f);var h={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3,h4:e.h4};Ch(h,r,o);var p=Dt.util.createBuffer();return p.putInt32(h.h0),p.putInt32(h.h1),p.putInt32(h.h2),p.putInt32(h.h3),p.putInt32(h.h4),p},n};var va=null,Th=!1;function V1(){va="\x80",va+=Dt.util.fillString("\0",64),Th=!0}function Ch(e,t,r){for(var n,o,i,s,a,c,f,u,h=r.length();h>=64;){for(o=e.h0,i=e.h1,s=e.h2,a=e.h3,c=e.h4,u=0;u<16;++u)n=r.getInt32(),t[u]=n,f=a^i&(s^a),n=(o<<5|o>>>27)+f+c+1518500249+n,c=a,a=s,s=(i<<30|i>>>2)>>>0,i=o,o=n;for(;u<20;++u)n=t[u-3]^t[u-8]^t[u-14]^t[u-16],n=n<<1|n>>>31,t[u]=n,f=a^i&(s^a),n=(o<<5|o>>>27)+f+c+1518500249+n,c=a,a=s,s=(i<<30|i>>>2)>>>0,i=o,o=n;for(;u<32;++u)n=t[u-3]^t[u-8]^t[u-14]^t[u-16],n=n<<1|n>>>31,t[u]=n,f=i^s^a,n=(o<<5|o>>>27)+f+c+1859775393+n,c=a,a=s,s=(i<<30|i>>>2)>>>0,i=o,o=n;for(;u<40;++u)n=t[u-6]^t[u-16]^t[u-28]^t[u-32],n=n<<2|n>>>30,t[u]=n,f=i^s^a,n=(o<<5|o>>>27)+f+c+1859775393+n,c=a,a=s,s=(i<<30|i>>>2)>>>0,i=o,o=n;for(;u<60;++u)n=t[u-6]^t[u-16]^t[u-28]^t[u-32],n=n<<2|n>>>30,t[u]=n,f=i&s|a&(i^s),n=(o<<5|o>>>27)+f+c+2400959708+n,c=a,a=s,s=(i<<30|i>>>2)>>>0,i=o,o=n;for(;u<80;++u)n=t[u-6]^t[u-16]^t[u-28]^t[u-32],n=n<<2|n>>>30,t[u]=n,f=i^s^a,n=(o<<5|o>>>27)+f+c+3395469782+n,c=a,a=s,s=(i<<30|i>>>2)>>>0,i=o,o=n;e.h0=e.h0+o|0,e.h1=e.h1+i|0,e.h2=e.h2+s|0,e.h3=e.h3+a|0,e.h4=e.h4+c|0,h-=64}}});var Nh=ue((R5,Rh)=>{var _t=ce();De();mo();_h();var Lh=Rh.exports=_t.pkcs1=_t.pkcs1||{};Lh.encode_rsa_oaep=function(e,t,r){var n,o,i,s;typeof r=="string"?(n=r,o=arguments[3]||void 0,i=arguments[4]||void 0):r&&(n=r.label||void 0,o=r.seed||void 0,i=r.md||void 0,r.mgf1&&r.mgf1.md&&(s=r.mgf1.md)),i?i.start():i=_t.md.sha1.create(),s||(s=i);var a=Math.ceil(e.n.bitLength()/8),c=a-2*i.digestLength-2;if(t.length>c){var f=new Error("RSAES-OAEP input message length is too long.");throw f.length=t.length,f.maxLength=c,f}n||(n=""),i.update(n,"raw");for(var u=i.digest(),h="",p=c-t.length,x=0;x<p;x++)h+="\0";var l=u.getBytes()+h+""+t;if(!o)o=_t.random.getBytes(i.digestLength);else if(o.length!==i.digestLength){var f=new Error("Invalid RSAES-OAEP seed. The seed length must match the digest length.");throw f.seedLength=o.length,f.digestLength=i.digestLength,f}var d=Ai(o,a-i.digestLength-1,s),m=_t.util.xorBytes(l,d,l.length),y=Ai(m,i.digestLength,s),b=_t.util.xorBytes(o,y,o.length);return"\0"+b+m};Lh.decode_rsa_oaep=function(e,t,r){var n,o,i;typeof r=="string"?(n=r,o=arguments[3]||void 0):r&&(n=r.label||void 0,o=r.md||void 0,r.mgf1&&r.mgf1.md&&(i=r.mgf1.md));var s=Math.ceil(e.n.bitLength()/8);if(t.length!==s){var m=new Error("RSAES-OAEP encoded message length is invalid.");throw m.length=t.length,m.expectedLength=s,m}if(o===void 0?o=_t.md.sha1.create():o.start(),i||(i=o),s<2*o.digestLength+2)throw new Error("RSAES-OAEP key is too short for the hash function.");n||(n=""),o.update(n,"raw");for(var a=o.digest().getBytes(),c=t.charAt(0),f=t.substring(1,o.digestLength+1),u=t.substring(1+o.digestLength),h=Ai(u,o.digestLength,i),p=_t.util.xorBytes(f,h,f.length),x=Ai(p,s-o.digestLength-1,i),l=_t.util.xorBytes(u,x,u.length),d=l.substring(0,o.digestLength),m=c!=="\0",y=0;y<o.digestLength;++y)m|=a.charAt(y)!==d.charAt(y);for(var b=1,g=o.digestLength,S=o.digestLength;S<l.length;S++){var v=l.charCodeAt(S),E=v&1^1,B=b?65534:0;m|=v&B,b=b&E,g+=b}if(m||l.charCodeAt(g)!==1)throw new Error("Invalid RSAES-OAEP padding.");return l.substring(g+1)};function Ai(e,t,r){r||(r=_t.md.sha1.create());for(var n="",o=Math.ceil(t/r.digestLength),i=0;i<o;++i){var s=String.fromCharCode(i>>24&255,i>>16&255,i>>8&255,i&255);r.start(),r.update(e+s),n+=r.digest().getBytes()}return n.substring(0,t)}});var Uh=ue((N5,wa)=>{var pr=ce();De();Si();mo();(function(){if(pr.prime){wa.exports=pr.prime;return}var e=wa.exports=pr.prime=pr.prime||{},t=pr.jsbn.BigInteger,r=[6,4,2,4,2,4,6,2],n=new t(null);n.fromInt(30);var o=function(h,p){return h|p};e.generateProbablePrime=function(h,p,x){typeof p=="function"&&(x=p,p={}),p=p||{};var l=p.algorithm||"PRIMEINC";typeof l=="string"&&(l={name:l}),l.options=l.options||{};var d=p.prng||pr.random,m={nextBytes:function(y){for(var b=d.getBytesSync(y.length),g=0;g<y.length;++g)y[g]=b.charCodeAt(g)}};if(l.name==="PRIMEINC")return i(h,m,l.options,x);throw new Error("Invalid prime generation algorithm: "+l.name)};function i(h,p,x,l){return"workers"in x?c(h,p,x,l):s(h,p,x,l)}function s(h,p,x,l){var d=f(h,p),m=0,y=u(d.bitLength());"millerRabinTests"in x&&(y=x.millerRabinTests);var b=10;"maxBlockTime"in x&&(b=x.maxBlockTime),a(d,h,p,m,y,b,l)}function a(h,p,x,l,d,m,y){var b=+new Date;do{if(h.bitLength()>p&&(h=f(p,x)),h.isProbablePrime(d))return y(null,h);h.dAddOffset(r[l++%8],0)}while(m<0||+new Date-b<m);pr.util.setImmediate(function(){a(h,p,x,l,d,m,y)})}function c(h,p,x,l){if(typeof Worker>"u")return s(h,p,x,l);var d=f(h,p),m=x.workers,y=x.workLoad||100,b=y*30/8,g=x.workerScript||"forge/prime.worker.js";if(m===-1)return pr.util.estimateCores(function(v,E){v&&(E=2),m=E-1,S()});S();function S(){m=Math.max(1,m);for(var v=[],E=0;E<m;++E)v[E]=new Worker(g);for(var B=m,E=0;E<m;++E)v[E].addEventListener("message",O);var C=!1;function O(G){if(!C){--B;var q=G.data;if(q.found){for(var X=0;X<v.length;++X)v[X].terminate();return C=!0,l(null,new t(q.prime,16))}d.bitLength()>h&&(d=f(h,p));var ae=d.toString(16);G.target.postMessage({hex:ae,workLoad:y}),d.dAddOffset(b,0)}}}}function f(h,p){var x=new t(h,p),l=h-1;return x.testBit(l)||x.bitwiseTo(t.ONE.shiftLeft(l),o,x),x.dAddOffset(31-x.mod(n).byteValue(),0),x}function u(h){return h<=100?27:h<=150?18:h<=200?15:h<=250?12:h<=300?9:h<=350?8:h<=400?7:h<=500?6:h<=600?5:h<=800?4:h<=1250?3:2}})()});var Ci=ue((U5,Fh)=>{var F=ce();yo();Si();ui();Nh();Uh();mo();De();typeof ee>"u"&&(ee=F.jsbn.BigInteger);var ee,Ea=F.util.isNodejs?xi():null,A=F.asn1,st=F.util;F.pki=F.pki||{};Fh.exports=F.pki.rsa=F.rsa=F.rsa||{};var $=F.pki,K1=[6,4,2,4,2,4,6,2],F1={name:"PrivateKeyInfo",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:A.Class.UNIVERSAL,type:A.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},q1={name:"RSAPrivateKey",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"privateKeyModulus"},{name:"RSAPrivateKey.publicExponent",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"privateKeyPublicExponent"},{name:"RSAPrivateKey.privateExponent",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"privateKeyPrivateExponent"},{name:"RSAPrivateKey.prime1",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"privateKeyPrime1"},{name:"RSAPrivateKey.prime2",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},z1={name:"RSAPublicKey",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPublicKey.modulus",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"publicKeyModulus"},{name:"RSAPublicKey.exponent",tagClass:A.Class.UNIVERSAL,type:A.Type.INTEGER,constructed:!1,capture:"publicKeyExponent"}]},H1=F.pki.rsa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:A.Class.UNIVERSAL,type:A.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},G1={name:"DigestInfo",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm",tagClass:A.Class.UNIVERSAL,type:A.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm.algorithmIdentifier",tagClass:A.Class.UNIVERSAL,type:A.Type.OID,constructed:!1,capture:"algorithmIdentifier"},{name:"DigestInfo.DigestAlgorithm.parameters",tagClass:A.Class.UNIVERSAL,type:A.Type.NULL,capture:"parameters",optional:!0,constructed:!1}]},{name:"DigestInfo.digest",tagClass:A.Class.UNIVERSAL,type:A.Type.OCTETSTRING,constructed:!1,capture:"digest"}]},$1=function(e){var t;if(e.algorithm in $.oids)t=$.oids[e.algorithm];else{var r=new Error("Unknown message digest algorithm.");throw r.algorithm=e.algorithm,r}var n=A.oidToDer(t).getBytes(),o=A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[]),i=A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[]);i.value.push(A.create(A.Class.UNIVERSAL,A.Type.OID,!1,n)),i.value.push(A.create(A.Class.UNIVERSAL,A.Type.NULL,!1,""));var s=A.create(A.Class.UNIVERSAL,A.Type.OCTETSTRING,!1,e.digest().getBytes());return o.value.push(i),o.value.push(s),A.toDer(o).getBytes()},Vh=function(e,t,r){if(r)return e.modPow(t.e,t.n);if(!t.p||!t.q)return e.modPow(t.d,t.n);t.dP||(t.dP=t.d.mod(t.p.subtract(ee.ONE))),t.dQ||(t.dQ=t.d.mod(t.q.subtract(ee.ONE))),t.qInv||(t.qInv=t.q.modInverse(t.p));var n;do n=new ee(F.util.bytesToHex(F.random.getBytes(t.n.bitLength()/8)),16);while(n.compareTo(t.n)>=0||!n.gcd(t.n).equals(ee.ONE));e=e.multiply(n.modPow(t.e,t.n)).mod(t.n);for(var o=e.mod(t.p).modPow(t.dP,t.p),i=e.mod(t.q).modPow(t.dQ,t.q);o.compareTo(i)<0;)o=o.add(t.p);var s=o.subtract(i).multiply(t.qInv).mod(t.p).multiply(t.q).add(i);return s=s.multiply(n.modInverse(t.n)).mod(t.n),s};$.rsa.encrypt=function(e,t,r){var n=r,o,i=Math.ceil(t.n.bitLength()/8);r!==!1&&r!==!0?(n=r===2,o=Kh(e,t,r)):(o=F.util.createBuffer(),o.putBytes(e));for(var s=new ee(o.toHex(),16),a=Vh(s,t,n),c=a.toString(16),f=F.util.createBuffer(),u=i-Math.ceil(c.length/2);u>0;)f.putByte(0),--u;return f.putBytes(F.util.hexToBytes(c)),f.getBytes()};$.rsa.decrypt=function(e,t,r,n){var o=Math.ceil(t.n.bitLength()/8);if(e.length!==o){var i=new Error("Encrypted message length is invalid.");throw i.length=e.length,i.expected=o,i}var s=new ee(F.util.createBuffer(e).toHex(),16);if(s.compareTo(t.n)>=0)throw new Error("Encrypted message is invalid.");for(var a=Vh(s,t,r),c=a.toString(16),f=F.util.createBuffer(),u=o-Math.ceil(c.length/2);u>0;)f.putByte(0),--u;return f.putBytes(F.util.hexToBytes(c)),n!==!1?Bi(f.getBytes(),t,r):f.getBytes()};$.rsa.createKeyPairGenerationState=function(e,t,r){typeof e=="string"&&(e=parseInt(e,10)),e=e||2048,r=r||{};var n=r.prng||F.random,o={nextBytes:function(a){for(var c=n.getBytesSync(a.length),f=0;f<a.length;++f)a[f]=c.charCodeAt(f)}},i=r.algorithm||"PRIMEINC",s;if(i==="PRIMEINC")s={algorithm:i,state:0,bits:e,rng:o,eInt:t||65537,e:new ee(null),p:null,q:null,qBits:e>>1,pBits:e-(e>>1),pqState:0,num:null,keys:null},s.e.fromInt(s.eInt);else throw new Error("Invalid key generation algorithm: "+i);return s};$.rsa.stepKeyPairGenerationState=function(e,t){"algorithm"in e||(e.algorithm="PRIMEINC");var r=new ee(null);r.fromInt(30);for(var n=0,o=function(h,p){return h|p},i=+new Date,s,a=0;e.keys===null&&(t<=0||a<t);){if(e.state===0){var c=e.p===null?e.pBits:e.qBits,f=c-1;e.pqState===0?(e.num=new ee(c,e.rng),e.num.testBit(f)||e.num.bitwiseTo(ee.ONE.shiftLeft(f),o,e.num),e.num.dAddOffset(31-e.num.mod(r).byteValue(),0),n=0,++e.pqState):e.pqState===1?e.num.bitLength()>c?e.pqState=0:e.num.isProbablePrime(Y1(e.num.bitLength()))?++e.pqState:e.num.dAddOffset(K1[n++%8],0):e.pqState===2?e.pqState=e.num.subtract(ee.ONE).gcd(e.e).compareTo(ee.ONE)===0?3:0:e.pqState===3&&(e.pqState=0,e.p===null?e.p=e.num:e.q=e.num,e.p!==null&&e.q!==null&&++e.state,e.num=null)}else if(e.state===1)e.p.compareTo(e.q)<0&&(e.num=e.p,e.p=e.q,e.q=e.num),++e.state;else if(e.state===2)e.p1=e.p.subtract(ee.ONE),e.q1=e.q.subtract(ee.ONE),e.phi=e.p1.multiply(e.q1),++e.state;else if(e.state===3)e.phi.gcd(e.e).compareTo(ee.ONE)===0?++e.state:(e.p=null,e.q=null,e.state=0);else if(e.state===4)e.n=e.p.multiply(e.q),e.n.bitLength()===e.bits?++e.state:(e.q=null,e.state=0);else if(e.state===5){var u=e.e.modInverse(e.phi);e.keys={privateKey:$.rsa.setPrivateKey(e.n,e.e,u,e.p,e.q,u.mod(e.p1),u.mod(e.q1),e.q.modInverse(e.p)),publicKey:$.rsa.setPublicKey(e.n,e.e)}}s=+new Date,a+=s-i,i=s}return e.keys!==null};$.rsa.generateKeyPair=function(e,t,r,n){if(arguments.length===1?typeof e=="object"?(r=e,e=void 0):typeof e=="function"&&(n=e,e=void 0):arguments.length===2?typeof e=="number"?typeof t=="function"?(n=t,t=void 0):typeof t!="number"&&(r=t,t=void 0):(r=e,n=t,e=void 0,t=void 0):arguments.length===3&&(typeof t=="number"?typeof r=="function"&&(n=r,r=void 0):(n=r,r=t,t=void 0)),r=r||{},e===void 0&&(e=r.bits||2048),t===void 0&&(t=r.e||65537),!F.options.usePureJavaScript&&!r.prng&&e>=256&&e<=16384&&(t===65537||t===3)){if(n){if(Ph("generateKeyPair"))return Ea.generateKeyPair("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}},function(a,c,f){if(a)return n(a);n(null,{privateKey:$.privateKeyFromPem(f),publicKey:$.publicKeyFromPem(c)})});if(kh("generateKey")&&kh("exportKey"))return st.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:Mh(t),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(a){return st.globalScope.crypto.subtle.exportKey("pkcs8",a.privateKey)}).then(void 0,function(a){n(a)}).then(function(a){if(a){var c=$.privateKeyFromAsn1(A.fromDer(F.util.createBuffer(a)));n(null,{privateKey:c,publicKey:$.setRsaPublicKey(c.n,c.e)})}});if(Oh("generateKey")&&Oh("exportKey")){var o=st.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:Mh(t),hash:{name:"SHA-256"}},!0,["sign","verify"]);o.oncomplete=function(a){var c=a.target.result,f=st.globalScope.msCrypto.subtle.exportKey("pkcs8",c.privateKey);f.oncomplete=function(u){var h=u.target.result,p=$.privateKeyFromAsn1(A.fromDer(F.util.createBuffer(h)));n(null,{privateKey:p,publicKey:$.setRsaPublicKey(p.n,p.e)})},f.onerror=function(u){n(u)}},o.onerror=function(a){n(a)};return}}else if(Ph("generateKeyPairSync")){var i=Ea.generateKeyPairSync("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:$.privateKeyFromPem(i.privateKey),publicKey:$.publicKeyFromPem(i.publicKey)}}}var s=$.rsa.createKeyPairGenerationState(e,t,r);if(!n)return $.rsa.stepKeyPairGenerationState(s,0),s.keys;W1(s,r,n)};$.setRsaPublicKey=$.rsa.setPublicKey=function(e,t){var r={n:e,e:t};return r.encrypt=function(n,o,i){if(typeof o=="string"?o=o.toUpperCase():o===void 0&&(o="RSAES-PKCS1-V1_5"),o==="RSAES-PKCS1-V1_5")o={encode:function(a,c,f){return Kh(a,c,2).getBytes()}};else if(o==="RSA-OAEP"||o==="RSAES-OAEP")o={encode:function(a,c){return F.pkcs1.encode_rsa_oaep(c,a,i)}};else if(["RAW","NONE","NULL",null].indexOf(o)!==-1)o={encode:function(a){return a}};else if(typeof o=="string")throw new Error('Unsupported encryption scheme: "'+o+'".');var s=o.encode(n,r,!0);return $.rsa.encrypt(s,r,!0)},r.verify=function(n,o,i,s){typeof i=="string"?i=i.toUpperCase():i===void 0&&(i="RSASSA-PKCS1-V1_5"),s===void 0&&(s={_parseAllDigestBytes:!0}),"_parseAllDigestBytes"in s||(s._parseAllDigestBytes=!0),i==="RSASSA-PKCS1-V1_5"?i={verify:function(c,f){f=Bi(f,r,!0);var u=A.fromDer(f,{parseAllBytes:s._parseAllDigestBytes}),h={},p=[];if(!A.validate(u,G1,h,p)){var x=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw x.errors=p,x}var l=A.derToOid(h.algorithmIdentifier);if(!(l===F.oids.md2||l===F.oids.md5||l===F.oids.sha1||l===F.oids.sha224||l===F.oids.sha256||l===F.oids.sha384||l===F.oids.sha512||l===F.oids["sha512-224"]||l===F.oids["sha512-256"])){var x=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw x.oid=l,x}if((l===F.oids.md2||l===F.oids.md5)&&!("parameters"in h))throw new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value. Missing algorithm identifer NULL parameters.");return c===h.digest}}:(i==="NONE"||i==="NULL"||i===null)&&(i={verify:function(c,f){return f=Bi(f,r,!0),c===f}});var a=$.rsa.decrypt(o,r,!0,!1);return i.verify(n,a,r.n.bitLength())},r};$.setRsaPrivateKey=$.rsa.setPrivateKey=function(e,t,r,n,o,i,s,a){var c={n:e,e:t,d:r,p:n,q:o,dP:i,dQ:s,qInv:a};return c.decrypt=function(f,u,h){typeof u=="string"?u=u.toUpperCase():u===void 0&&(u="RSAES-PKCS1-V1_5");var p=$.rsa.decrypt(f,c,!1,!1);if(u==="RSAES-PKCS1-V1_5")u={decode:Bi};else if(u==="RSA-OAEP"||u==="RSAES-OAEP")u={decode:function(x,l){return F.pkcs1.decode_rsa_oaep(l,x,h)}};else if(["RAW","NONE","NULL",null].indexOf(u)!==-1)u={decode:function(x){return x}};else throw new Error('Unsupported encryption scheme: "'+u+'".');return u.decode(p,c,!1)},c.sign=function(f,u){var h=!1;typeof u=="string"&&(u=u.toUpperCase()),u===void 0||u==="RSASSA-PKCS1-V1_5"?(u={encode:$1},h=1):(u==="NONE"||u==="NULL"||u===null)&&(u={encode:function(){return f}},h=1);var p=u.encode(f,c.n.bitLength());return $.rsa.encrypt(p,c,h)},c};$.wrapRsaPrivateKey=function(e){return A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,A.integerToDer(0).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer($.oids.rsaEncryption).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.NULL,!1,"")]),A.create(A.Class.UNIVERSAL,A.Type.OCTETSTRING,!1,A.toDer(e).getBytes())])};$.privateKeyFromAsn1=function(e){var t={},r=[];if(A.validate(e,F1,t,r)&&(e=A.fromDer(F.util.createBuffer(t.privateKey))),t={},r=[],!A.validate(e,q1,t,r)){var n=new Error("Cannot read private key. ASN.1 object does not contain an RSAPrivateKey.");throw n.errors=r,n}var o,i,s,a,c,f,u,h;return o=F.util.createBuffer(t.privateKeyModulus).toHex(),i=F.util.createBuffer(t.privateKeyPublicExponent).toHex(),s=F.util.createBuffer(t.privateKeyPrivateExponent).toHex(),a=F.util.createBuffer(t.privateKeyPrime1).toHex(),c=F.util.createBuffer(t.privateKeyPrime2).toHex(),f=F.util.createBuffer(t.privateKeyExponent1).toHex(),u=F.util.createBuffer(t.privateKeyExponent2).toHex(),h=F.util.createBuffer(t.privateKeyCoefficient).toHex(),$.setRsaPrivateKey(new ee(o,16),new ee(i,16),new ee(s,16),new ee(a,16),new ee(c,16),new ee(f,16),new ee(u,16),new ee(h,16))};$.privateKeyToAsn1=$.privateKeyToRSAPrivateKey=function(e){return A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,A.integerToDer(0).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,Lt(e.n)),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,Lt(e.e)),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,Lt(e.d)),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,Lt(e.p)),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,Lt(e.q)),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,Lt(e.dP)),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,Lt(e.dQ)),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,Lt(e.qInv))])};$.publicKeyFromAsn1=function(e){var t={},r=[];if(A.validate(e,H1,t,r)){var n=A.derToOid(t.publicKeyOid);if(n!==$.oids.rsaEncryption){var o=new Error("Cannot read public key. Unknown OID.");throw o.oid=n,o}e=t.rsaPublicKey}if(r=[],!A.validate(e,z1,t,r)){var o=new Error("Cannot read public key. ASN.1 object does not contain an RSAPublicKey.");throw o.errors=r,o}var i=F.util.createBuffer(t.publicKeyModulus).toHex(),s=F.util.createBuffer(t.publicKeyExponent).toHex();return $.setRsaPublicKey(new ee(i,16),new ee(s,16))};$.publicKeyToAsn1=$.publicKeyToSubjectPublicKeyInfo=function(e){return A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.OID,!1,A.oidToDer($.oids.rsaEncryption).getBytes()),A.create(A.Class.UNIVERSAL,A.Type.NULL,!1,"")]),A.create(A.Class.UNIVERSAL,A.Type.BITSTRING,!1,[$.publicKeyToRSAPublicKey(e)])])};$.publicKeyToRSAPublicKey=function(e){return A.create(A.Class.UNIVERSAL,A.Type.SEQUENCE,!0,[A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,Lt(e.n)),A.create(A.Class.UNIVERSAL,A.Type.INTEGER,!1,Lt(e.e))])};function Kh(e,t,r){var n=F.util.createBuffer(),o=Math.ceil(t.n.bitLength()/8);if(e.length>o-11){var i=new Error("Message is too long for PKCS#1 v1.5 padding.");throw i.length=e.length,i.max=o-11,i}n.putByte(0),n.putByte(r);var s=o-3-e.length,a;if(r===0||r===1){a=r===0?0:255;for(var c=0;c<s;++c)n.putByte(a)}else for(;s>0;){for(var f=0,u=F.random.getBytes(s),c=0;c<s;++c)a=u.charCodeAt(c),a===0?++f:n.putByte(a);s=f}return n.putByte(0),n.putBytes(e),n}function Bi(e,t,r,n){var o=Math.ceil(t.n.bitLength()/8),i=F.util.createBuffer(e),s=i.getByte(),a=i.getByte();if(s!==0||r&&a!==0&&a!==1||!r&&a!=2||r&&a===0&&typeof n>"u")throw new Error("Encryption block is invalid.");var c=0;if(a===0){c=o-3-n;for(var f=0;f<c;++f)if(i.getByte()!==0)throw new Error("Encryption block is invalid.")}else if(a===1)for(c=0;i.length()>1;){if(i.getByte()!==255){--i.read;break}++c}else if(a===2)for(c=0;i.length()>1;){if(i.getByte()===0){--i.read;break}++c}var u=i.getByte();if(u!==0||c!==o-3-i.length())throw new Error("Encryption block is invalid.");return i.getBytes()}function W1(e,t,r){typeof t=="function"&&(r=t,t={}),t=t||{};var n={algorithm:{name:t.algorithm||"PRIMEINC",options:{workers:t.workers||2,workLoad:t.workLoad||100,workerScript:t.workerScript}}};"prng"in t&&(n.prng=t.prng),o();function o(){i(e.pBits,function(a,c){if(a)return r(a);if(e.p=c,e.q!==null)return s(a,e.q);i(e.qBits,s)})}function i(a,c){F.prime.generateProbablePrime(a,n,c)}function s(a,c){if(a)return r(a);if(e.q=c,e.p.compareTo(e.q)<0){var f=e.p;e.p=e.q,e.q=f}if(e.p.subtract(ee.ONE).gcd(e.e).compareTo(ee.ONE)!==0){e.p=null,o();return}if(e.q.subtract(ee.ONE).gcd(e.e).compareTo(ee.ONE)!==0){e.q=null,i(e.qBits,s);return}if(e.p1=e.p.subtract(ee.ONE),e.q1=e.q.subtract(ee.ONE),e.phi=e.p1.multiply(e.q1),e.phi.gcd(e.e).compareTo(ee.ONE)!==0){e.p=e.q=null,o();return}if(e.n=e.p.multiply(e.q),e.n.bitLength()!==e.bits){e.q=null,i(e.qBits,s);return}var u=e.e.modInverse(e.phi);e.keys={privateKey:$.rsa.setPrivateKey(e.n,e.e,u,e.p,e.q,u.mod(e.p1),u.mod(e.q1),e.q.modInverse(e.p)),publicKey:$.rsa.setPublicKey(e.n,e.e)},r(null,e.keys)}}function Lt(e){var t=e.toString(16);t[0]>="8"&&(t="00"+t);var r=F.util.hexToBytes(t);return r.length>1&&(r.charCodeAt(0)===0&&!(r.charCodeAt(1)&128)||r.charCodeAt(0)===255&&(r.charCodeAt(1)&128)===128)?r.substr(1):r}function Y1(e){return e<=100?27:e<=150?18:e<=200?15:e<=250?12:e<=300?9:e<=350?8:e<=400?7:e<=500?6:e<=600?5:e<=800?4:e<=1250?3:2}function Ph(e){return F.util.isNodejs&&typeof Ea[e]=="function"}function kh(e){return typeof st.globalScope<"u"&&typeof st.globalScope.crypto=="object"&&typeof st.globalScope.crypto.subtle=="object"&&typeof st.globalScope.crypto.subtle[e]=="function"}function Oh(e){return typeof st.globalScope<"u"&&typeof st.globalScope.msCrypto=="object"&&typeof st.globalScope.msCrypto.subtle=="object"&&typeof st.globalScope.msCrypto.subtle[e]=="function"}function Mh(e){for(var t=F.util.hexToBytes(e.toString(16)),r=new Uint8Array(t.length),n=0;n<t.length;++n)r[n]=t.charCodeAt(n);return r}});var Wh=ue((P5,$h)=>{var M=ce();da();yo();Xu();Nr();ui();rh();ih();mo();xh();Ci();De();typeof qh>"u"&&(qh=M.jsbn.BigInteger);var qh,I=M.asn1,W=M.pki=M.pki||{};$h.exports=W.pbe=M.pbe=M.pbe||{};var kr=W.oids,Z1={name:"EncryptedPrivateKeyInfo",tagClass:I.Class.UNIVERSAL,type:I.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedPrivateKeyInfo.encryptionAlgorithm",tagClass:I.Class.UNIVERSAL,type:I.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:I.Class.UNIVERSAL,type:I.Type.OID,constructed:!1,capture:"encryptionOid"},{name:"AlgorithmIdentifier.parameters",tagClass:I.Class.UNIVERSAL,type:I.Type.SEQUENCE,constructed:!0,captureAsn1:"encryptionParams"}]},{name:"EncryptedPrivateKeyInfo.encryptedData",tagClass:I.Class.UNIVERSAL,type:I.Type.OCTETSTRING,constructed:!1,capture:"encryptedData"}]},Q1={name:"PBES2Algorithms",tagClass:I.Class.UNIVERSAL,type:I.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc",tagClass:I.Class.UNIVERSAL,type:I.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc.oid",tagClass:I.Class.UNIVERSAL,type:I.Type.OID,constructed:!1,capture:"kdfOid"},{name:"PBES2Algorithms.params",tagClass:I.Class.UNIVERSAL,type:I.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.params.salt",tagClass:I.Class.UNIVERSAL,type:I.Type.OCTETSTRING,constructed:!1,capture:"kdfSalt"},{name:"PBES2Algorithms.params.iterationCount",tagClass:I.Class.UNIVERSAL,type:I.Type.INTEGER,constructed:!1,capture:"kdfIterationCount"},{name:"PBES2Algorithms.params.keyLength",tagClass:I.Class.UNIVERSAL,type:I.Type.INTEGER,constructed:!1,optional:!0,capture:"keyLength"},{name:"PBES2Algorithms.params.prf",tagClass:I.Class.UNIVERSAL,type:I.Type.SEQUENCE,constructed:!0,optional:!0,value:[{name:"PBES2Algorithms.params.prf.algorithm",tagClass:I.Class.UNIVERSAL,type:I.Type.OID,constructed:!1,capture:"prfOid"}]}]}]},{name:"PBES2Algorithms.encryptionScheme",tagClass:I.Class.UNIVERSAL,type:I.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.encryptionScheme.oid",tagClass:I.Class.UNIVERSAL,type:I.Type.OID,constructed:!1,capture:"encOid"},{name:"PBES2Algorithms.encryptionScheme.iv",tagClass:I.Class.UNIVERSAL,type:I.Type.OCTETSTRING,constructed:!1,capture:"encIv"}]}]},X1={name:"pkcs-12PbeParams",tagClass:I.Class.UNIVERSAL,type:I.Type.SEQUENCE,constructed:!0,value:[{name:"pkcs-12PbeParams.salt",tagClass:I.Class.UNIVERSAL,type:I.Type.OCTETSTRING,constructed:!1,capture:"salt"},{name:"pkcs-12PbeParams.iterations",tagClass:I.Class.UNIVERSAL,type:I.Type.INTEGER,constructed:!1,capture:"iterations"}]};W.encryptPrivateKeyInfo=function(e,t,r){r=r||{},r.saltSize=r.saltSize||8,r.count=r.count||2048,r.algorithm=r.algorithm||"aes128",r.prfAlgorithm=r.prfAlgorithm||"sha1";var n=M.random.getBytesSync(r.saltSize),o=r.count,i=I.integerToDer(o),s,a,c;if(r.algorithm.indexOf("aes")===0||r.algorithm==="des"){var f,u,h;switch(r.algorithm){case"aes128":s=16,f=16,u=kr["aes128-CBC"],h=M.aes.createEncryptionCipher;break;case"aes192":s=24,f=16,u=kr["aes192-CBC"],h=M.aes.createEncryptionCipher;break;case"aes256":s=32,f=16,u=kr["aes256-CBC"],h=M.aes.createEncryptionCipher;break;case"des":s=8,f=8,u=kr.desCBC,h=M.des.createEncryptionCipher;break;default:var p=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw p.algorithm=r.algorithm,p}var x="hmacWith"+r.prfAlgorithm.toUpperCase(),l=Gh(x),d=M.pkcs5.pbkdf2(t,n,o,s,l),m=M.random.getBytesSync(f),y=h(d);y.start(m),y.update(I.toDer(e)),y.finish(),c=y.output.getBytes();var b=J1(n,i,s,x);a=I.create(I.Class.UNIVERSAL,I.Type.SEQUENCE,!0,[I.create(I.Class.UNIVERSAL,I.Type.OID,!1,I.oidToDer(kr.pkcs5PBES2).getBytes()),I.create(I.Class.UNIVERSAL,I.Type.SEQUENCE,!0,[I.create(I.Class.UNIVERSAL,I.Type.SEQUENCE,!0,[I.create(I.Class.UNIVERSAL,I.Type.OID,!1,I.oidToDer(kr.pkcs5PBKDF2).getBytes()),b]),I.create(I.Class.UNIVERSAL,I.Type.SEQUENCE,!0,[I.create(I.Class.UNIVERSAL,I.Type.OID,!1,I.oidToDer(u).getBytes()),I.create(I.Class.UNIVERSAL,I.Type.OCTETSTRING,!1,m)])])])}else if(r.algorithm==="3des"){s=24;var g=new M.util.ByteBuffer(n),d=W.pbe.generatePkcs12Key(t,g,1,o,s),m=W.pbe.generatePkcs12Key(t,g,2,o,s),y=M.des.createEncryptionCipher(d);y.start(m),y.update(I.toDer(e)),y.finish(),c=y.output.getBytes(),a=I.create(I.Class.UNIVERSAL,I.Type.SEQUENCE,!0,[I.create(I.Class.UNIVERSAL,I.Type.OID,!1,I.oidToDer(kr["pbeWithSHAAnd3-KeyTripleDES-CBC"]).getBytes()),I.create(I.Class.UNIVERSAL,I.Type.SEQUENCE,!0,[I.create(I.Class.UNIVERSAL,I.Type.OCTETSTRING,!1,n),I.create(I.Class.UNIVERSAL,I.Type.INTEGER,!1,i.getBytes())])])}else{var p=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw p.algorithm=r.algorithm,p}var S=I.create(I.Class.UNIVERSAL,I.Type.SEQUENCE,!0,[a,I.create(I.Class.UNIVERSAL,I.Type.OCTETSTRING,!1,c)]);return S};W.decryptPrivateKeyInfo=function(e,t){var r=null,n={},o=[];if(!I.validate(e,Z1,n,o)){var i=new Error("Cannot read encrypted private key. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw i.errors=o,i}var s=I.derToOid(n.encryptionOid),a=W.pbe.getCipher(s,n.encryptionParams,t),c=M.util.createBuffer(n.encryptedData);return a.update(c),a.finish()&&(r=I.fromDer(a.output)),r};W.encryptedPrivateKeyToPem=function(e,t){var r={type:"ENCRYPTED PRIVATE KEY",body:I.toDer(e).getBytes()};return M.pem.encode(r,{maxline:t})};W.encryptedPrivateKeyFromPem=function(e){var t=M.pem.decode(e)[0];if(t.type!=="ENCRYPTED PRIVATE KEY"){var r=new Error('Could not convert encrypted private key from PEM; PEM header type is "ENCRYPTED PRIVATE KEY".');throw r.headerType=t.type,r}if(t.procType&&t.procType.type==="ENCRYPTED")throw new Error("Could not convert encrypted private key from PEM; PEM is encrypted.");return I.fromDer(t.body)};W.encryptRsaPrivateKey=function(e,t,r){if(r=r||{},!r.legacy){var n=W.wrapRsaPrivateKey(W.privateKeyToAsn1(e));return n=W.encryptPrivateKeyInfo(n,t,r),W.encryptedPrivateKeyToPem(n)}var o,i,s,a;switch(r.algorithm){case"aes128":o="AES-128-CBC",s=16,i=M.random.getBytesSync(16),a=M.aes.createEncryptionCipher;break;case"aes192":o="AES-192-CBC",s=24,i=M.random.getBytesSync(16),a=M.aes.createEncryptionCipher;break;case"aes256":o="AES-256-CBC",s=32,i=M.random.getBytesSync(16),a=M.aes.createEncryptionCipher;break;case"3des":o="DES-EDE3-CBC",s=24,i=M.random.getBytesSync(8),a=M.des.createEncryptionCipher;break;case"des":o="DES-CBC",s=8,i=M.random.getBytesSync(8),a=M.des.createEncryptionCipher;break;default:var c=new Error('Could not encrypt RSA private key; unsupported encryption algorithm "'+r.algorithm+'".');throw c.algorithm=r.algorithm,c}var f=M.pbe.opensslDeriveBytes(t,i.substr(0,8),s),u=a(f);u.start(i),u.update(I.toDer(W.privateKeyToAsn1(e))),u.finish();var h={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:o,parameters:M.util.bytesToHex(i).toUpperCase()},body:u.output.getBytes()};return M.pem.encode(h)};W.decryptRsaPrivateKey=function(e,t){var r=null,n=M.pem.decode(e)[0];if(n.type!=="ENCRYPTED PRIVATE KEY"&&n.type!=="PRIVATE KEY"&&n.type!=="RSA PRIVATE KEY"){var o=new Error('Could not convert private key from PEM; PEM header type is not "ENCRYPTED PRIVATE KEY", "PRIVATE KEY", or "RSA PRIVATE KEY".');throw o.headerType=o,o}if(n.procType&&n.procType.type==="ENCRYPTED"){var i,s;switch(n.dekInfo.algorithm){case"DES-CBC":i=8,s=M.des.createDecryptionCipher;break;case"DES-EDE3-CBC":i=24,s=M.des.createDecryptionCipher;break;case"AES-128-CBC":i=16,s=M.aes.createDecryptionCipher;break;case"AES-192-CBC":i=24,s=M.aes.createDecryptionCipher;break;case"AES-256-CBC":i=32,s=M.aes.createDecryptionCipher;break;case"RC2-40-CBC":i=5,s=function(h){return M.rc2.createDecryptionCipher(h,40)};break;case"RC2-64-CBC":i=8,s=function(h){return M.rc2.createDecryptionCipher(h,64)};break;case"RC2-128-CBC":i=16,s=function(h){return M.rc2.createDecryptionCipher(h,128)};break;default:var o=new Error('Could not decrypt private key; unsupported encryption algorithm "'+n.dekInfo.algorithm+'".');throw o.algorithm=n.dekInfo.algorithm,o}var a=M.util.hexToBytes(n.dekInfo.parameters),c=M.pbe.opensslDeriveBytes(t,a.substr(0,8),i),f=s(c);if(f.start(a),f.update(M.util.createBuffer(n.body)),f.finish())r=f.output.getBytes();else return r}else r=n.body;return n.type==="ENCRYPTED PRIVATE KEY"?r=W.decryptPrivateKeyInfo(I.fromDer(r),t):r=I.fromDer(r),r!==null&&(r=W.privateKeyFromAsn1(r)),r};W.pbe.generatePkcs12Key=function(e,t,r,n,o,i){var s,a;if(typeof i>"u"||i===null){if(!("sha1"in M.md))throw new Error('"sha1" hash algorithm unavailable.');i=M.md.sha1.create()}var c=i.digestLength,f=i.blockLength,u=new M.util.ByteBuffer,h=new M.util.ByteBuffer;if(e!=null){for(a=0;a<e.length;a++)h.putInt16(e.charCodeAt(a));h.putInt16(0)}var p=h.length(),x=t.length(),l=new M.util.ByteBuffer;l.fillWithByte(r,f);var d=f*Math.ceil(x/f),m=new M.util.ByteBuffer;for(a=0;a<d;a++)m.putByte(t.at(a%x));var y=f*Math.ceil(p/f),b=new M.util.ByteBuffer;for(a=0;a<y;a++)b.putByte(h.at(a%p));var g=m;g.putBuffer(b);for(var S=Math.ceil(o/c),v=1;v<=S;v++){var E=new M.util.ByteBuffer;E.putBytes(l.bytes()),E.putBytes(g.bytes());for(var B=0;B<n;B++)i.start(),i.update(E.getBytes()),E=i.digest();var C=new M.util.ByteBuffer;for(a=0;a<f;a++)C.putByte(E.at(a%c));var O=Math.ceil(x/f)+Math.ceil(p/f),G=new M.util.ByteBuffer;for(s=0;s<O;s++){var q=new M.util.ByteBuffer(g.getBytes(f)),X=511;for(a=C.length()-1;a>=0;a--)X=X>>8,X+=C.at(a)+q.at(a),q.setAt(a,X&255);G.putBuffer(q)}g=G,u.putBuffer(E)}return u.truncate(u.length()-o),u};W.pbe.getCipher=function(e,t,r){switch(e){case W.oids.pkcs5PBES2:return W.pbe.getCipherForPBES2(e,t,r);case W.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case W.oids["pbewithSHAAnd40BitRC2-CBC"]:return W.pbe.getCipherForPKCS12PBE(e,t,r);default:var n=new Error("Cannot read encrypted PBE data block. Unsupported OID.");throw n.oid=e,n.supportedOids=["pkcs5PBES2","pbeWithSHAAnd3-KeyTripleDES-CBC","pbewithSHAAnd40BitRC2-CBC"],n}};W.pbe.getCipherForPBES2=function(e,t,r){var n={},o=[];if(!I.validate(t,Q1,n,o)){var i=new Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw i.errors=o,i}if(e=I.derToOid(n.kdfOid),e!==W.oids.pkcs5PBKDF2){var i=new Error("Cannot read encrypted private key. Unsupported key derivation function OID.");throw i.oid=e,i.supportedOids=["pkcs5PBKDF2"],i}if(e=I.derToOid(n.encOid),e!==W.oids["aes128-CBC"]&&e!==W.oids["aes192-CBC"]&&e!==W.oids["aes256-CBC"]&&e!==W.oids["des-EDE3-CBC"]&&e!==W.oids.desCBC){var i=new Error("Cannot read encrypted private key. Unsupported encryption scheme OID.");throw i.oid=e,i.supportedOids=["aes128-CBC","aes192-CBC","aes256-CBC","des-EDE3-CBC","desCBC"],i}var s=n.kdfSalt,a=M.util.createBuffer(n.kdfIterationCount);a=a.getInt(a.length()<<3);var c,f;switch(W.oids[e]){case"aes128-CBC":c=16,f=M.aes.createDecryptionCipher;break;case"aes192-CBC":c=24,f=M.aes.createDecryptionCipher;break;case"aes256-CBC":c=32,f=M.aes.createDecryptionCipher;break;case"des-EDE3-CBC":c=24,f=M.des.createDecryptionCipher;break;case"desCBC":c=8,f=M.des.createDecryptionCipher;break}var u=Hh(n.prfOid),h=M.pkcs5.pbkdf2(r,s,a,c,u),p=n.encIv,x=f(h);return x.start(p),x};W.pbe.getCipherForPKCS12PBE=function(e,t,r){var n={},o=[];if(!I.validate(t,X1,n,o)){var i=new Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw i.errors=o,i}var s=M.util.createBuffer(n.salt),a=M.util.createBuffer(n.iterations);a=a.getInt(a.length()<<3);var c,f,u;switch(e){case W.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:c=24,f=8,u=M.des.startDecrypting;break;case W.oids["pbewithSHAAnd40BitRC2-CBC"]:c=5,f=8,u=function(d,m){var y=M.rc2.createDecryptionCipher(d,40);return y.start(m,null),y};break;default:var i=new Error("Cannot read PKCS #12 PBE data block. Unsupported OID.");throw i.oid=e,i}var h=Hh(n.prfOid),p=W.pbe.generatePkcs12Key(r,s,1,a,c,h);h.start();var x=W.pbe.generatePkcs12Key(r,s,2,a,f,h);return u(p,x)};W.pbe.opensslDeriveBytes=function(e,t,r,n){if(typeof n>"u"||n===null){if(!("md5"in M.md))throw new Error('"md5" hash algorithm unavailable.');n=M.md.md5.create()}t===null&&(t="");for(var o=[zh(n,e+t)],i=16,s=1;i<r;++s,i+=16)o.push(zh(n,o[s-1]+e+t));return o.join("").substr(0,r)};function zh(e,t){return e.start().update(t).digest().getBytes()}function Hh(e){var t;if(!e)t="hmacWithSHA1";else if(t=W.oids[I.derToOid(e)],!t){var r=new Error("Unsupported PRF OID.");throw r.oid=e,r.supported=["hmacWithSHA1","hmacWithSHA224","hmacWithSHA256","hmacWithSHA384","hmacWithSHA512"],r}return Gh(t)}function Gh(e){var t=M.md;switch(e){case"hmacWithSHA224":t=M.md.sha512;case"hmacWithSHA1":case"hmacWithSHA256":case"hmacWithSHA384":case"hmacWithSHA512":e=e.substr(8).toLowerCase();break;default:var r=new Error("Unsupported PRF algorithm.");throw r.algorithm=e,r.supported=["hmacWithSHA1","hmacWithSHA224","hmacWithSHA256","hmacWithSHA384","hmacWithSHA512"],r}if(!t||!(e in t))throw new Error("Unknown hash algorithm: "+e);return t[e].create()}function J1(e,t,r,n){var o=I.create(I.Class.UNIVERSAL,I.Type.SEQUENCE,!0,[I.create(I.Class.UNIVERSAL,I.Type.OCTETSTRING,!1,e),I.create(I.Class.UNIVERSAL,I.Type.INTEGER,!1,t.getBytes())]);return n!=="hmacWithSHA1"&&o.value.push(I.create(I.Class.UNIVERSAL,I.Type.INTEGER,!1,M.util.hexToBytes(r.toString(16))),I.create(I.Class.UNIVERSAL,I.Type.SEQUENCE,!0,[I.create(I.Class.UNIVERSAL,I.Type.OID,!1,I.oidToDer(W.oids[n]).getBytes()),I.create(I.Class.UNIVERSAL,I.Type.NULL,!1,"")])),o}});var Ed=ue((BI,wd)=>{var de=ce();Nr();De();var Uo=wd.exports=de.sha512=de.sha512||{};de.md.sha512=de.md.algorithms.sha512=Uo;var bd=de.sha384=de.sha512.sha384=de.sha512.sha384||{};bd.create=function(){return Uo.create("SHA-384")};de.md.sha384=de.md.algorithms.sha384=bd;de.sha512.sha256=de.sha512.sha256||{create:function(){return Uo.create("SHA-512/256")}};de.md["sha512/256"]=de.md.algorithms["sha512/256"]=de.sha512.sha256;de.sha512.sha224=de.sha512.sha224||{create:function(){return Uo.create("SHA-512/224")}};de.md["sha512/224"]=de.md.algorithms["sha512/224"]=de.sha512.sha224;Uo.create=function(e){if(vd||Uw(),typeof e>"u"&&(e="SHA-512"),!(e in Yr))throw new Error("Invalid SHA-512 algorithm: "+e);for(var t=Yr[e],r=null,n=de.util.createBuffer(),o=new Array(80),i=0;i<80;++i)o[i]=new Array(2);var s=64;switch(e){case"SHA-384":s=48;break;case"SHA-512/256":s=32;break;case"SHA-512/224":s=28;break}var a={algorithm:e.replace("-","").toLowerCase(),blockLength:128,digestLength:s,messageLength:0,fullMessageLength:null,messageLengthSize:16};return a.start=function(){a.messageLength=0,a.fullMessageLength=a.messageLength128=[];for(var c=a.messageLengthSize/4,f=0;f<c;++f)a.fullMessageLength.push(0);n=de.util.createBuffer(),r=new Array(t.length);for(var f=0;f<t.length;++f)r[f]=t[f].slice(0);return a},a.start(),a.update=function(c,f){f==="utf8"&&(c=de.util.encodeUtf8(c));var u=c.length;a.messageLength+=u,u=[u/4294967296>>>0,u>>>0];for(var h=a.fullMessageLength.length-1;h>=0;--h)a.fullMessageLength[h]+=u[1],u[1]=u[0]+(a.fullMessageLength[h]/4294967296>>>0),a.fullMessageLength[h]=a.fullMessageLength[h]>>>0,u[0]=u[1]/4294967296>>>0;return n.putBytes(c),gd(r,o,n),(n.read>2048||n.length()===0)&&n.compact(),a},a.digest=function(){var c=de.util.createBuffer();c.putBytes(n.bytes());var f=a.fullMessageLength[a.fullMessageLength.length-1]+a.messageLengthSize,u=f&a.blockLength-1;c.putBytes(Gc.substr(0,a.blockLength-u));for(var h,p,x=a.fullMessageLength[0]*8,l=0;l<a.fullMessageLength.length-1;++l)h=a.fullMessageLength[l+1]*8,p=h/4294967296>>>0,x+=p,c.putInt32(x>>>0),x=h>>>0;c.putInt32(x);for(var d=new Array(r.length),l=0;l<r.length;++l)d[l]=r[l].slice(0);gd(d,o,c);var m=de.util.createBuffer(),y;e==="SHA-512"?y=d.length:e==="SHA-384"?y=d.length-2:y=d.length-4;for(var l=0;l<y;++l)m.putInt32(d[l][0]),(l!==y-1||e!=="SHA-512/224")&&m.putInt32(d[l][1]);return m},a};var Gc=null,vd=!1,$c=null,Yr=null;function Uw(){Gc="\x80",Gc+=de.util.fillString("\0",128),$c=[[1116352408,3609767458],[1899447441,602891725],[3049323471,3964484399],[3921009573,2173295548],[961987163,4081628472],[1508970993,3053834265],[2453635748,2937671579],[2870763221,3664609560],[3624381080,2734883394],[310598401,1164996542],[607225278,1323610764],[1426881987,3590304994],[1925078388,4068182383],[2162078206,991336113],[2614888103,633803317],[3248222580,3479774868],[3835390401,2666613458],[4022224774,944711139],[264347078,2341262773],[604807628,2007800933],[770255983,1495990901],[1249150122,1856431235],[1555081692,3175218132],[1996064986,2198950837],[2554220882,3999719339],[2821834349,766784016],[2952996808,2566594879],[3210313671,3203337956],[3336571891,1034457026],[3584528711,2466948901],[113926993,3758326383],[338241895,168717936],[666307205,1188179964],[773529912,1546045734],[1294757372,1522805485],[1396182291,2643833823],[1695183700,2343527390],[1986661051,1014477480],[2177026350,1206759142],[2456956037,344077627],[2730485921,1290863460],[2820302411,3158454273],[3259730800,3505952657],[3345764771,106217008],[3516065817,3606008344],[3600352804,1432725776],[4094571909,1467031594],[275423344,851169720],[430227734,3100823752],[506948616,1363258195],[659060556,3750685593],[883997877,3785050280],[958139571,3318307427],[1322822218,3812723403],[1537002063,2003034995],[1747873779,3602036899],[1955562222,1575990012],[2024104815,1125592928],[2227730452,2716904306],[2361852424,442776044],[2428436474,593698344],[2756734187,3733110249],[3204031479,2999351573],[3329325298,3815920427],[3391569614,3928383900],[3515267271,566280711],[3940187606,3454069534],[4118630271,4000239992],[116418474,1914138554],[174292421,2731055270],[289380356,3203993006],[460393269,320620315],[685471733,587496836],[852142971,1086792851],[1017036298,365543100],[1126000580,2618297676],[1288033470,3409855158],[1501505948,4234509866],[1607167915,987167468],[1816402316,1246189591]],Yr={},Yr["SHA-512"]=[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],[528734635,4215389547],[1541459225,327033209]],Yr["SHA-384"]=[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],Yr["SHA-512/256"]=[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],Yr["SHA-512/224"]=[[2352822216,424955298],[1944164710,2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]],vd=!0}function gd(e,t,r){for(var n,o,i,s,a,c,f,u,h,p,x,l,d,m,y,b,g,S,v,E,B,C,O,G,q,X,ae,ke,_,P,R,N,T,V,K,H=r.length();H>=128;){for(_=0;_<16;++_)t[_][0]=r.getInt32()>>>0,t[_][1]=r.getInt32()>>>0;for(;_<80;++_)N=t[_-2],P=N[0],R=N[1],n=((P>>>19|R<<13)^(R>>>29|P<<3)^P>>>6)>>>0,o=((P<<13|R>>>19)^(R<<3|P>>>29)^(P<<26|R>>>6))>>>0,V=t[_-15],P=V[0],R=V[1],i=((P>>>1|R<<31)^(P>>>8|R<<24)^P>>>7)>>>0,s=((P<<31|R>>>1)^(P<<24|R>>>8)^(P<<25|R>>>7))>>>0,T=t[_-7],K=t[_-16],R=o+T[1]+s+K[1],t[_][0]=n+T[0]+i+K[0]+(R/4294967296>>>0)>>>0,t[_][1]=R>>>0;for(d=e[0][0],m=e[0][1],y=e[1][0],b=e[1][1],g=e[2][0],S=e[2][1],v=e[3][0],E=e[3][1],B=e[4][0],C=e[4][1],O=e[5][0],G=e[5][1],q=e[6][0],X=e[6][1],ae=e[7][0],ke=e[7][1],_=0;_<80;++_)f=((B>>>14|C<<18)^(B>>>18|C<<14)^(C>>>9|B<<23))>>>0,u=((B<<18|C>>>14)^(B<<14|C>>>18)^(C<<23|B>>>9))>>>0,h=(q^B&(O^q))>>>0,p=(X^C&(G^X))>>>0,a=((d>>>28|m<<4)^(m>>>2|d<<30)^(m>>>7|d<<25))>>>0,c=((d<<4|m>>>28)^(m<<30|d>>>2)^(m<<25|d>>>7))>>>0,x=(d&y|g&(d^y))>>>0,l=(m&b|S&(m^b))>>>0,R=ke+u+p+$c[_][1]+t[_][1],n=ae+f+h+$c[_][0]+t[_][0]+(R/4294967296>>>0)>>>0,o=R>>>0,R=c+l,i=a+x+(R/4294967296>>>0)>>>0,s=R>>>0,ae=q,ke=X,q=O,X=G,O=B,G=C,R=E+o,B=v+n+(R/4294967296>>>0)>>>0,C=R>>>0,v=g,E=S,g=y,S=b,y=d,b=m,R=o+s,d=n+i+(R/4294967296>>>0)>>>0,m=R>>>0;R=e[0][1]+m,e[0][0]=e[0][0]+d+(R/4294967296>>>0)>>>0,e[0][1]=R>>>0,R=e[1][1]+b,e[1][0]=e[1][0]+y+(R/4294967296>>>0)>>>0,e[1][1]=R>>>0,R=e[2][1]+S,e[2][0]=e[2][0]+g+(R/4294967296>>>0)>>>0,e[2][1]=R>>>0,R=e[3][1]+E,e[3][0]=e[3][0]+v+(R/4294967296>>>0)>>>0,e[3][1]=R>>>0,R=e[4][1]+C,e[4][0]=e[4][0]+B+(R/4294967296>>>0)>>>0,e[4][1]=R>>>0,R=e[5][1]+G,e[5][0]=e[5][0]+O+(R/4294967296>>>0)>>>0,e[5][1]=R>>>0,R=e[6][1]+X,e[6][0]=e[6][0]+q+(R/4294967296>>>0)>>>0,e[6][1]=R>>>0,R=e[7][1]+ke,e[7][0]=e[7][0]+ae+(R/4294967296>>>0)>>>0,e[7][1]=R>>>0,H-=128}}});var Ty=ue((hN,Iy)=>{"use strict";function Cy(e,t){for(let r in t)Object.defineProperty(e,r,{value:t[r],enumerable:!0,configurable:!0});return e}function iS(e,t,r){if(!e||typeof e=="string")throw new TypeError("Please pass an Error to err-code");r||(r={}),typeof t=="object"&&(r=t,t=""),t&&(r.code=t);try{return Cy(e,r)}catch{r.message=e.message,r.stack=e.stack;let o=function(){};return o.prototype=Object.create(Object.getPrototypeOf(e)),Cy(new o,r)}}Iy.exports=iS});var em=ue((p7,jy)=>{function x3(){return!!(typeof window<"u"&&typeof window.process=="object"&&window.process.type==="renderer"||typeof process<"u"&&typeof process.versions=="object"&&process.versions.electron||typeof navigator=="object"&&typeof navigator.userAgent=="string"&&navigator.userAgent.indexOf("Electron")>=0)}jy.exports=x3});var w3={};U(w3,{identify:()=>v3,multicodecs:()=>b3});var tu="/ipfs/id/1.0.0",ru="/ipfs/id/push/1.0.0",nu="0.1.0",ou="id",iu="id/push",su="1.0.0",au="1.0.0";var A3=Symbol.for("@libp2p/connection");var C3=Symbol.for("@libp2p/content-routing");var D3=Symbol.for("@libp2p/peer-discovery");var cu=Symbol.for("@libp2p/peer-id");var R3=Symbol.for("@libp2p/peer-routing");var fu;(function(e){e.Accept="accept",e.Ignore="ignore",e.Reject="reject"})(fu||(fu={}));var k3=Symbol.for("@libp2p/transport");var uu;(function(e){e[e.FATAL_ALL=0]="FATAL_ALL",e[e.NO_FATAL=1]="NO_FATAL"})(uu||(uu={}));var z=class extends Error{code;props;constructor(t,r,n){super(t),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var hu="ERR_NOT_FOUND";var Ds=class extends Event{detail;constructor(t,r){super(t,r),this.detail=r?.detail}},V3=globalThis.CustomEvent??Ds;var si=(e,...t)=>{try{[...t]}catch{}};var Us={};U(Us,{base58btc:()=>$e,base58flickr:()=>Im});var y6=new Uint8Array(0);function lu(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}function zt(e){if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")}function du(e){return new TextEncoder().encode(e)}function pu(e){return new TextDecoder().decode(e)}function Em(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var o=0;o<e.length;o++){var i=e.charAt(o),s=i.charCodeAt(0);if(r[s]!==255)throw new TypeError(i+" is ambiguous");r[s]=o}var a=e.length,c=e.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(l){if(l instanceof Uint8Array||(ArrayBuffer.isView(l)?l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):Array.isArray(l)&&(l=Uint8Array.from(l))),!(l instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(l.length===0)return"";for(var d=0,m=0,y=0,b=l.length;y!==b&&l[y]===0;)y++,d++;for(var g=(b-y)*u+1>>>0,S=new Uint8Array(g);y!==b;){for(var v=l[y],E=0,B=g-1;(v!==0||E<m)&&B!==-1;B--,E++)v+=256*S[B]>>>0,S[B]=v%a>>>0,v=v/a>>>0;if(v!==0)throw new Error("Non-zero carry");m=E,y++}for(var C=g-m;C!==g&&S[C]===0;)C++;for(var O=c.repeat(d);C<g;++C)O+=e.charAt(S[C]);return O}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var d=0;if(l[d]!==" "){for(var m=0,y=0;l[d]===c;)m++,d++;for(var b=(l.length-d)*f+1>>>0,g=new Uint8Array(b);l[d];){var S=r[l.charCodeAt(d)];if(S===255)return;for(var v=0,E=b-1;(S!==0||v<y)&&E!==-1;E--,v++)S+=a*g[E]>>>0,g[E]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");y=v,d++}if(l[d]!==" "){for(var B=b-y;B!==b&&g[B]===0;)B++;for(var C=new Uint8Array(m+(b-B)),O=m;B!==b;)C[O++]=g[B++];return C}}}function x(l){var d=p(l);if(d)return d;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:p,decode:x}}var Sm=Em,Am=Sm,mu=Am;var _s=class{name;prefix;baseEncode;constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Ls=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,r,n){if(this.name=t,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),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 xu(this,t)}},Rs=class{decoders;constructor(t){this.decoders=t}or(t){return xu(this,t)}decode(t){let r=t[0],n=this.decoders[r];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function xu(e,t){return new Rs({...e.decoders??{[e.prefix]:e},...t.decoders??{[t.prefix]:t}})}var Ns=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new _s(t,r,n),this.decoder=new Ls(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function on({name:e,prefix:t,encode:r,decode:n}){return new Ns(e,t,r,n)}function fr({name:e,prefix:t,alphabet:r}){let{encode:n,decode:o}=mu(r,e);return on({prefix:t,name:e,encode:n,decode:i=>zt(o(i))})}function Bm(e,t,r,n){let o={};for(let u=0;u<t.length;++u)o[t[u]]=u;let i=e.length;for(;e[i-1]==="=";)--i;let s=new Uint8Array(i*r/8|0),a=0,c=0,f=0;for(let u=0;u<i;++u){let h=o[e[u]];if(h===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|h,a+=r,a>=8&&(a-=8,s[f++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s}function Cm(e,t,r){let n=t[t.length-1]==="=",o=(1<<r)-1,i="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,i+=t[o&a>>s];if(s!==0&&(i+=t[o&a<<r-s]),n)for(;i.length*r&7;)i+="=";return i}function be({name:e,prefix:t,bitsPerChar:r,alphabet:n}){return on({prefix:t,name:e,encode(o){return Cm(o,n,r)},decode(o){return Bm(o,n,r,e)}})}var $e=fr({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Im=fr({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Ps={};U(Ps,{base10:()=>Tm});var Tm=fr({prefix:"9",name:"base10",alphabet:"0123456789"});var ks={};U(ks,{base16:()=>Dm,base16upper:()=>_m});var Dm=be({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),_m=be({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Os={};U(Os,{base2:()=>Lm});var Lm=be({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Ms={};U(Ms,{base256emoji:()=>km});var gu=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}"),Rm=gu.reduce((e,t,r)=>(e[r]=t,e),[]),Nm=gu.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function Um(e){return e.reduce((t,r)=>(t+=Rm[r],t),"")}function Pm(e){let t=[];for(let r of e){let n=Nm[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var km=on({prefix:"\u{1F680}",name:"base256emoji",encode:Um,decode:Pm});var Vs={};U(Vs,{base32:()=>sn,base32hex:()=>Km,base32hexpad:()=>qm,base32hexpadupper:()=>zm,base32hexupper:()=>Fm,base32pad:()=>Mm,base32padupper:()=>Vm,base32upper:()=>Om,base32z:()=>Hm});var sn=be({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Om=be({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Mm=be({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Vm=be({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Km=be({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Fm=be({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),qm=be({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),zm=be({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Hm=be({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Ks={};U(Ks,{base36:()=>Gm,base36upper:()=>$m});var Gm=fr({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),$m=fr({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Fs={};U(Fs,{base64:()=>ai,base64pad:()=>Wm,base64url:()=>Ym,base64urlpad:()=>Zm});var ai=be({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Wm=be({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Ym=be({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Zm=be({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var qs={};U(qs,{base8:()=>Qm});var Qm=be({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var zs={};U(zs,{identity:()=>Xm});var Xm=on({prefix:"\0",name:"identity",encode:e=>pu(e),decode:e=>du(e)});var L6=new TextEncoder,R6=new TextDecoder;var Gs={};U(Gs,{identity:()=>ur});var ex=wu,bu=128,tx=127,rx=~tx,nx=Math.pow(2,31);function wu(e,t,r){t=t||[],r=r||0;for(var n=r;e>=nx;)t[r++]=e&255|bu,e/=128;for(;e℞)t[r++]=e&255|bu,e>>>=7;return t[r]=e|0,wu.bytes=r-n+1,t}var ox=Hs,ix=128,vu=127;function Hs(e,n){var r=0,n=n||0,o=0,i=n,s,a=e.length;do{if(i>=a)throw Hs.bytes=0,new RangeError("Could not decode varint");s=e[i++],r+=o<28?(s&vu)<<o:(s&vu)*Math.pow(2,o),o+=7}while(s>=ix);return Hs.bytes=i-n,r}var sx=Math.pow(2,7),ax=Math.pow(2,14),cx=Math.pow(2,21),fx=Math.pow(2,28),ux=Math.pow(2,35),hx=Math.pow(2,42),lx=Math.pow(2,49),dx=Math.pow(2,56),px=Math.pow(2,63),yx=function(e){return e<sx?1:e<ax?2:e<cx?3:e<fx?4:e<ux?5:e<hx?6:e<lx?7:e<dx?8:e<px?9:10},mx={encode:ex,decode:ox,encodingLength:yx},xx=mx,io=xx;function so(e,t=0){return[io.decode(e,t),io.decode.bytes]}function an(e,t,r=0){return io.encode(e,t,r),t}function cn(e){return io.encodingLength(e)}function Bt(e,t){let r=t.byteLength,n=cn(e),o=n+cn(r),i=new Uint8Array(o+r);return an(e,i,0),an(r,i,n),i.set(t,o),new fn(e,r,t,i)}function ao(e){let t=zt(e),[r,n]=so(t),[o,i]=so(t.subarray(n)),s=t.subarray(n+i);if(s.byteLength!==o)throw new Error("Incorrect length");return new fn(r,o,s,t)}function Eu(e,t){if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&lu(e.bytes,r.bytes)}}var fn=class{code;size;digest;bytes;constructor(t,r,n,o){this.code=t,this.size=r,this.digest=n,this.bytes=o}};var Su=0,gx="identity",Au=zt;function bx(e){return Bt(Su,Au(e))}var ur={code:Su,name:gx,encode:Au,digest:bx};var Ys={};U(Ys,{sha256:()=>Ve,sha512:()=>vx});function Ws({name:e,code:t,encode:r}){return new $s(e,t,r)}var $s=class{name;code;encode;constructor(t,r,n){this.name=t,this.code=r,this.encode=n}digest(t){if(t instanceof Uint8Array){let r=this.encode(t);return r instanceof Uint8Array?Bt(this.code,r):r.then(n=>Bt(this.code,n))}else throw Error("Unknown type, must be binary type")}};function Cu(e){return async t=>new Uint8Array(await crypto.subtle.digest(e,t))}var Ve=Ws({name:"sha2-256",code:18,encode:Cu("SHA-256")}),vx=Ws({name:"sha2-512",code:19,encode:Cu("SHA-512")});function Iu(e,t){let{bytes:r,version:n}=e;switch(n){case 0:return Ex(r,Zs(e),t??$e.encoder);default:return Sx(r,Zs(e),t??sn.encoder)}}var Tu=new WeakMap;function Zs(e){let t=Tu.get(e);if(t==null){let r=new Map;return Tu.set(e,r),r}return t}var Lr=class e{code;version;multihash;bytes;"/";constructor(t,r,n,o){this.code=r,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:r}=this;if(t!==co)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==Ax)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=Bt(t,r);return e.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,r){let n=r;return n!=null&&t.code===n.code&&t.version===n.version&&Eu(t.multihash,n.multihash)}toString(t){return Iu(this,t)}toJSON(){return{"/":Iu(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let r=t;if(r instanceof e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:o,multihash:i,bytes:s}=r;return new e(n,o,i,s??Du(n,o,i.bytes))}else if(r[Bx]===!0){let{version:n,multihash:o,code:i}=r,s=ao(o);return e.create(n,i,s)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==co)throw new Error(`Version 0 CID must use dag-pb (code: ${co}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let o=Du(t,r,n.bytes);return new e(t,r,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,co,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,o=zt(t.subarray(n,n+r.multihashSize));if(o.byteLength!==r.multihashSize)throw new Error("Incorrect length");let i=o.subarray(r.multihashSize-r.digestSize),s=new fn(r.multihashCode,r.digestSize,i,o);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[h,p]=so(t.subarray(r));return r+=p,h},o=n(),i=co;if(o===18?(o=0,r=0):i=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let s=r,a=n(),c=n(),f=r+c,u=f-s;return{version:o,codec:i,multihashCode:a,digestSize:c,multihashSize:u,size:f}}static parse(t,r){let[n,o]=wx(t,r),i=e.decode(o);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Zs(i).set(n,t),i}};function wx(e,t){switch(e[0]){case"Q":{let r=t??$e;return[$e.prefix,r.decode(`${$e.prefix}${e}`)]}case $e.prefix:{let r=t??$e;return[$e.prefix,r.decode(e)]}case sn.prefix:{let r=t??sn;return[sn.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}}function Ex(e,t,r){let{prefix:n}=r;if(n!==$e.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let o=t.get(n);if(o==null){let i=r.encode(e).slice(1);return t.set(n,i),i}else return o}function Sx(e,t,r){let{prefix:n}=r,o=t.get(n);if(o==null){let i=r.encode(e);return t.set(n,i),i}else return o}var co=112,Ax=18;function Du(e,t,r){let n=cn(e),o=n+cn(t),i=new Uint8Array(o+r.byteLength);return an(e,i,0),an(t,i,n),i.set(r,o),i}var Bx=Symbol.for("@ipld/js-cid/CID");var Qs={...zs,...Os,...qs,...Ps,...ks,...Vs,...Ks,...Us,...Fs,...Ms},j6={...Ys,...Gs};function Xs(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}var Cx=Symbol.for("nodejs.util.inspect.custom"),_u=Object.values(Qs).map(e=>e.decoder).reduce((e,t)=>e.or(t),Qs.identity.decoder),Lu=114,Js=36,js=37,fo=class{type;multihash;privateKey;publicKey;string;constructor(t){this.type=t.type,this.multihash=t.multihash,this.privateKey=t.privateKey,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[cu]=!0;toString(){return this.string==null&&(this.string=$e.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return Lr.createV1(Lu,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(t){if(t instanceof Uint8Array)return Xs(this.multihash.bytes,t);if(typeof t=="string")return Ix(t).equals(this);if(t?.multihash?.bytes!=null)return Xs(this.multihash.bytes,t.multihash.bytes);throw new Error("not valid Id")}[Cx](){return`PeerId(${this.toString()})`}},hn=class extends fo{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},ln=class extends fo{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.multihash.digest}},dn=class extends fo{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.multihash.digest}};function Ix(e,t){if(t=t??_u,e.charAt(0)==="1"||e.charAt(0)==="Q"){let r=ao($e.decode(`z${e}`));return e.startsWith("12D")?new ln({multihash:r}):e.startsWith("16U")?new dn({multihash:r}):new hn({multihash:r})}return ea(_u.decode(e))}function ea(e){try{let t=ao(e);if(t.code===ur.code){if(t.digest.length===Js)return new ln({multihash:t});if(t.digest.length===js)return new dn({multihash:t})}if(t.code===Ve.code)return new hn({multihash:t})}catch{return Tx(Lr.decode(e))}throw new Error("Supplied PeerID CID is invalid")}function Tx(e){if(e==null||e.multihash==null||e.version==null||e.version===1&&e.code!==Lu)throw new Error("Supplied PeerID CID is invalid");let t=e.multihash;if(t.code===Ve.code)return new hn({multihash:e.multihash});if(t.code===ur.code){if(t.digest.length===Js)return new ln({multihash:e.multihash});if(t.digest.length===js)return new dn({multihash:e.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function uo(e,t){return e.length===Js?new ln({multihash:Bt(ur.code,e),privateKey:t}):e.length===js?new dn({multihash:Bt(ur.code,e),privateKey:t}):new hn({multihash:await Ve.digest(e),publicKey:e,privateKey:t})}var RT=Ge(yo(),1),NT=Ge(Wh(),1);var s8=Ge(ce(),1);function Or(e){return globalThis.Buffer!=null?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e}var Ia={};U(Ia,{base10:()=>o2});function j1(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var o=0;o<e.length;o++){var i=e.charAt(o),s=i.charCodeAt(0);if(r[s]!==255)throw new TypeError(i+" is ambiguous");r[s]=o}var a=e.length,c=e.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(l){if(l instanceof Uint8Array||(ArrayBuffer.isView(l)?l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):Array.isArray(l)&&(l=Uint8Array.from(l))),!(l instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(l.length===0)return"";for(var d=0,m=0,y=0,b=l.length;y!==b&&l[y]===0;)y++,d++;for(var g=(b-y)*u+1>>>0,S=new Uint8Array(g);y!==b;){for(var v=l[y],E=0,B=g-1;(v!==0||E<m)&&B!==-1;B--,E++)v+=256*S[B]>>>0,S[B]=v%a>>>0,v=v/a>>>0;if(v!==0)throw new Error("Non-zero carry");m=E,y++}for(var C=g-m;C!==g&&S[C]===0;)C++;for(var O=c.repeat(d);C<g;++C)O+=e.charAt(S[C]);return O}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var d=0;if(l[d]!==" "){for(var m=0,y=0;l[d]===c;)m++,d++;for(var b=(l.length-d)*f+1>>>0,g=new Uint8Array(b);l[d];){var S=r[l.charCodeAt(d)];if(S===255)return;for(var v=0,E=b-1;(S!==0||v<y)&&E!==-1;E--,v++)S+=a*g[E]>>>0,g[E]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");y=v,d++}if(l[d]!==" "){for(var B=b-y;B!==b&&g[B]===0;)B++;for(var C=new Uint8Array(m+(b-B)),O=m;B!==b;)C[O++]=g[B++];return C}}}function x(l){var d=p(l);if(d)return d;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:p,decode:x}}var e2=j1,t2=e2,Yh=t2;var M5=new Uint8Array(0);var Zh=(e,t)=>{if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},Wt=e=>{if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")};var Qh=e=>new TextEncoder().encode(e),Xh=e=>new TextDecoder().decode(e);var Sa=class{constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Aa=class{constructor(t,r,n){if(this.name=t,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),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 jh(this,t)}},Ba=class{constructor(t){this.decoders=t}or(t){return jh(this,t)}decode(t){let r=t[0],n=this.decoders[r];if(n)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},jh=(e,t)=>new Ba({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),Ca=class{constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new Sa(t,r,n),this.decoder=new Aa(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},gn=({name:e,prefix:t,encode:r,decode:n})=>new Ca(e,t,r,n),yr=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:o}=Yh(r,t);return gn({prefix:e,name:t,encode:n,decode:i=>Wt(o(i))})},r2=(e,t,r,n)=>{let o={};for(let u=0;u<t.length;++u)o[t[u]]=u;let i=e.length;for(;e[i-1]==="=";)--i;let s=new Uint8Array(i*r/8|0),a=0,c=0,f=0;for(let u=0;u<i;++u){let h=o[e[u]];if(h===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|h,a+=r,a>=8&&(a-=8,s[f++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},n2=(e,t,r)=>{let n=t[t.length-1]==="=",o=(1<<r)-1,i="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,i+=t[o&a>>s];if(s&&(i+=t[o&a<<r-s]),n)for(;i.length*r&7;)i+="=";return i},ve=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>gn({prefix:t,name:e,encode(o){return n2(o,n,r)},decode(o){return r2(o,n,r,e)}});var o2=yr({prefix:"9",name:"base10",alphabet:"0123456789"});var Ta={};U(Ta,{base16:()=>i2,base16upper:()=>s2});var i2=ve({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),s2=ve({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Da={};U(Da,{base2:()=>a2});var a2=ve({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var _a={};U(_a,{base256emoji:()=>l2});var el=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}"),c2=el.reduce((e,t,r)=>(e[r]=t,e),[]),f2=el.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function u2(e){return e.reduce((t,r)=>(t+=c2[r],t),"")}function h2(e){let t=[];for(let r of e){let n=f2[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var l2=gn({prefix:"\u{1F680}",name:"base256emoji",encode:u2,decode:h2});var La={};U(La,{base32:()=>bn,base32hex:()=>m2,base32hexpad:()=>g2,base32hexpadupper:()=>b2,base32hexupper:()=>x2,base32pad:()=>p2,base32padupper:()=>y2,base32upper:()=>d2,base32z:()=>v2});var bn=ve({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),d2=ve({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),p2=ve({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),y2=ve({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),m2=ve({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),x2=ve({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),g2=ve({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),b2=ve({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),v2=ve({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Ra={};U(Ra,{base36:()=>w2,base36upper:()=>E2});var w2=yr({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),E2=yr({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Na={};U(Na,{base58btc:()=>Rt,base58flickr:()=>S2});var Rt=yr({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),S2=yr({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Ua={};U(Ua,{base64:()=>A2,base64pad:()=>B2,base64url:()=>C2,base64urlpad:()=>I2});var A2=ve({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),B2=ve({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),C2=ve({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),I2=ve({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Pa={};U(Pa,{base8:()=>T2});var T2=ve({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var ka={};U(ka,{identity:()=>D2});var D2=gn({prefix:"\0",name:"identity",encode:e=>Xh(e),decode:e=>Qh(e)});var j5=new TextEncoder,eA=new TextDecoder;var Ma={};U(Ma,{identity:()=>J2});var R2=nl,tl=128,N2=127,U2=~N2,P2=Math.pow(2,31);function nl(e,t,r){t=t||[],r=r||0;for(var n=r;e>=P2;)t[r++]=e&255|tl,e/=128;for(;e&U2;)t[r++]=e&255|tl,e>>>=7;return t[r]=e|0,nl.bytes=r-n+1,t}var k2=Oa,O2=128,rl=127;function Oa(e,n){var r=0,n=n||0,o=0,i=n,s,a=e.length;do{if(i>=a)throw Oa.bytes=0,new RangeError("Could not decode varint");s=e[i++],r+=o<28?(s&rl)<<o:(s&rl)*Math.pow(2,o),o+=7}while(s>=O2);return Oa.bytes=i-n,r}var M2=Math.pow(2,7),V2=Math.pow(2,14),K2=Math.pow(2,21),F2=Math.pow(2,28),q2=Math.pow(2,35),z2=Math.pow(2,42),H2=Math.pow(2,49),G2=Math.pow(2,56),$2=Math.pow(2,63),W2=function(e){return e<M2?1:e<V2?2:e<K2?3:e<F2?4:e<q2?5:e<z2?6:e<H2?7:e<G2?8:e<$2?9:10},Y2={encode:R2,decode:k2,encodingLength:W2},Z2=Y2,go=Z2;var bo=(e,t=0)=>[go.decode(e,t),go.decode.bytes],vn=(e,t,r=0)=>(go.encode(e,t,r),t),wn=e=>go.encodingLength(e);var Mr=(e,t)=>{let r=t.byteLength,n=wn(e),o=n+wn(r),i=new Uint8Array(o+r);return vn(e,i,0),vn(r,i,n),i.set(t,o),new En(e,r,t,i)},ol=e=>{let t=Wt(e),[r,n]=bo(t),[o,i]=bo(t.subarray(n)),s=t.subarray(n+i);if(s.byteLength!==o)throw new Error("Incorrect length");return new En(r,o,s,t)},il=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&Zh(e.bytes,r.bytes)}},En=class{constructor(t,r,n,o){this.code=t,this.size=r,this.digest=n,this.bytes=o}};var sl=0,Q2="identity",al=Wt,X2=e=>Mr(sl,al(e)),J2={code:sl,name:Q2,encode:al,digest:X2};var Fa={};U(Fa,{sha256:()=>j2,sha512:()=>eb});var Ka=({name:e,code:t,encode:r})=>new Va(e,t,r),Va=class{constructor(t,r,n){this.name=t,this.code=r,this.encode=n}digest(t){if(t instanceof Uint8Array){let r=this.encode(t);return r instanceof Uint8Array?Mr(this.code,r):r.then(n=>Mr(this.code,n))}else throw Error("Unknown type, must be binary type")}};var fl=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),j2=Ka({name:"sha2-256",code:18,encode:fl("SHA-256")}),eb=Ka({name:"sha2-512",code:19,encode:fl("SHA-512")});var ul=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return rb(r,qa(e),t||Rt.encoder);default:return nb(r,qa(e),t||bn.encoder)}};var hl=new WeakMap,qa=e=>{let t=hl.get(e);if(t==null){let r=new Map;return hl.set(e,r),r}return t},Ti=class e{constructor(t,r,n,o){this.code=r,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:r}=this;if(t!==wo)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==ob)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=Mr(t,r);return e.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&il(t.multihash,n.multihash)}toString(t){return ul(this,t)}toJSON(){return{"/":ul(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let r=t;if(r instanceof e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:o,multihash:i,bytes:s}=r;return new e(n,o,i,s||ll(n,o,i.bytes))}else if(r[ib]===!0){let{version:n,multihash:o,code:i}=r,s=ol(o);return e.create(n,i,s)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==wo)throw new Error(`Version 0 CID must use dag-pb (code: ${wo}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let o=ll(t,r,n.bytes);return new e(t,r,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,wo,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,o=Wt(t.subarray(n,n+r.multihashSize));if(o.byteLength!==r.multihashSize)throw new Error("Incorrect length");let i=o.subarray(r.multihashSize-r.digestSize),s=new En(r.multihashCode,r.digestSize,i,o);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[h,p]=bo(t.subarray(r));return r+=p,h},o=n(),i=wo;if(o===18?(o=0,r=0):i=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let s=r,a=n(),c=n(),f=r+c,u=f-s;return{version:o,codec:i,multihashCode:a,digestSize:c,multihashSize:u,size:f}}static parse(t,r){let[n,o]=tb(t,r),i=e.decode(o);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return qa(i).set(n,t),i}},tb=(e,t)=>{switch(e[0]){case"Q":{let r=t||Rt;return[Rt.prefix,r.decode(`${Rt.prefix}${e}`)]}case Rt.prefix:{let r=t||Rt;return[Rt.prefix,r.decode(e)]}case bn.prefix:{let r=t||bn;return[bn.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}},rb=(e,t,r)=>{let{prefix:n}=r;if(n!==Rt.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let o=t.get(n);if(o==null){let i=r.encode(e).slice(1);return t.set(n,i),i}else return o},nb=(e,t,r)=>{let{prefix:n}=r,o=t.get(n);if(o==null){let i=r.encode(e);return t.set(n,i),i}else return o},wo=112,ob=18,ll=(e,t,r)=>{let n=wn(e),o=n+wn(t),i=new Uint8Array(o+r.byteLength);return vn(e,i,0),vn(t,i,n),i.set(r,o),i},ib=Symbol.for("@ipld/js-cid/CID");var za={...ka,...Da,...Pa,...Ia,...Ta,...La,...Ra,...Na,...Ua,..._a},mA={...Fa,...Ma};function Di(e=0){return globalThis.Buffer?.allocUnsafe!=null?Or(globalThis.Buffer.allocUnsafe(e)):new Uint8Array(e)}function pl(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var dl=pl("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),Ha=pl("ascii","a",e=>{let t="a";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},e=>{e=e.substring(1);let t=Di(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),sb={utf8:dl,"utf-8":dl,hex:za.base16,latin1:Ha,ascii:Ha,binary:Ha,...za},_i=sb;function tt(e,t="utf8"){let r=_i[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Or(globalThis.Buffer.from(e,"utf-8")):r.decoder.decode(`${r.prefix}${e}`)}var Hc={};U(Hc,{Ed25519PrivateKey:()=>Wr,Ed25519PublicKey:()=>No,generateKeyPair:()=>_w,generateKeyPairFromSeed:()=>xd,unmarshalEd25519PrivateKey:()=>Tw,unmarshalEd25519PublicKey:()=>Dw});function Nt(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}var RA=Ge(De(),1),NA=Ge(Si(),1),yl=Ge(ce(),1);function Vr(e,t){if(globalThis.Buffer!=null)return Or(globalThis.Buffer.concat(e,t));t==null&&(t=e.reduce((o,i)=>o+i.length,0));let r=Di(t),n=0;for(let o of e)r.set(o,n),n+=o.length;return Or(r)}function rt(e,t="utf8"){let r=_i[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(e.buffer,e.byteOffset,e.byteLength).toString("utf8"):r.encoder.encode(e).substring(1)}function yt(e,t){let r=Uint8Array.from(e.abs().toByteArray());if(r=r[0]===0?r.subarray(1):r,t!=null){if(r.length>t)throw new Error("byte array longer than desired length");r=Vr([new Uint8Array(t-r.length),r])}return rt(r,"base64url")}function nt(e){let t=ml(e);return new yl.default.jsbn.BigInteger(rt(t,"base16"),16)}function ml(e,t){let r=tt(e,"base64urlpad");if(t!=null){if(r.length>t)throw new Error("byte array longer than desired length");r=Vr([new Uint8Array(t-r.length),r])}return r}function at(e){return e==null?!1:typeof e.then=="function"&&typeof e.catch=="function"&&typeof e.finally=="function"}function xl(e){if(!Number.isSafeInteger(e)||e<0)throw new Error(`Wrong positive integer: ${e}`)}function ab(e){return e instanceof Uint8Array||e!=null&&typeof e=="object"&&e.constructor.name==="Uint8Array"}function Ga(e,...t){if(!ab(e))throw new Error("Expected Uint8Array");if(t.length>0&&!t.includes(e.length))throw new Error(`Expected Uint8Array of length ${t}, not of length=${e.length}`)}function gl(e){if(typeof e!="function"||typeof e.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");xl(e.outputLen),xl(e.blockLen)}function Sn(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function bl(e,t){Ga(e);let r=t.outputLen;if(e.length<r)throw new Error(`digestInto() expects output buffer of length at least ${r}`)}var Li=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;function vl(e){return e instanceof Uint8Array||e!=null&&typeof e=="object"&&e.constructor.name==="Uint8Array"}var Ri=e=>new DataView(e.buffer,e.byteOffset,e.byteLength),mt=(e,t)=>e<<32-t|e>>>t,cb=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;if(!cb)throw new Error("Non little-endian hardware is not supported");function $a(e){if(typeof e!="string")throw new Error(`utf8ToBytes expected string, got ${typeof e}`);return new Uint8Array(new TextEncoder().encode(e))}function Eo(e){if(typeof e=="string"&&(e=$a(e)),!vl(e))throw new Error(`expected Uint8Array, got ${typeof e}`);return e}function Ni(...e){let t=0;for(let n=0;n<e.length;n++){let o=e[n];if(!vl(o))throw new Error("Uint8Array expected");t+=o.length}let r=new Uint8Array(t);for(let n=0,o=0;n<e.length;n++){let i=e[n];r.set(i,o),o+=i.length}return r}var An=class{clone(){return this._cloneInto()}},FA={}.toString;function Ui(e){let t=n=>e().update(Eo(n)).digest(),r=e();return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=()=>e(),t}function Bn(e=32){if(Li&&typeof Li.getRandomValues=="function")return Li.getRandomValues(new Uint8Array(e));throw new Error("crypto.getRandomValues must be defined")}function fb(e,t,r,n){if(typeof e.setBigUint64=="function")return e.setBigUint64(t,r,n);let o=BigInt(32),i=BigInt(4294967295),s=Number(r>>o&i),a=Number(r&i),c=n?4:0,f=n?0:4;e.setUint32(t+c,s,n),e.setUint32(t+f,a,n)}var Cn=class extends An{constructor(t,r,n,o){super(),this.blockLen=t,this.outputLen=r,this.padOffset=n,this.isLE=o,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(t),this.view=Ri(this.buffer)}update(t){Sn(this);let{view:r,buffer:n,blockLen:o}=this;t=Eo(t);let i=t.length;for(let s=0;s<i;){let a=Math.min(o-this.pos,i-s);if(a===o){let c=Ri(t);for(;o<=i-s;s+=o)this.process(c,s);continue}n.set(t.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===o&&(this.process(r,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Sn(this),bl(t,this),this.finished=!0;let{buffer:r,view:n,blockLen:o,isLE:i}=this,{pos:s}=this;r[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>o-s&&(this.process(n,0),s=0);for(let h=s;h<o;h++)r[h]=0;fb(n,o-8,BigInt(this.length*8),i),this.process(n,0);let a=Ri(t),c=this.outputLen;if(c%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let f=c/4,u=this.get();if(f>u.length)throw new Error("_sha2: outputLen bigger than state");for(let h=0;h<f;h++)a.setUint32(4*h,u[h],i)}digest(){let{buffer:t,outputLen:r}=this;this.digestInto(t);let n=t.slice(0,r);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:r,buffer:n,length:o,finished:i,destroyed:s,pos:a}=this;return t.length=o,t.pos=a,t.finished=i,t.destroyed=s,o%r&&t.buffer.set(n),t}};var Pi=BigInt(4294967295),Wa=BigInt(32);function wl(e,t=!1){return t?{h:Number(e&Pi),l:Number(e>>Wa&Pi)}:{h:Number(e>>Wa&Pi)|0,l:Number(e&Pi)|0}}function ub(e,t=!1){let r=new Uint32Array(e.length),n=new Uint32Array(e.length);for(let o=0;o<e.length;o++){let{h:i,l:s}=wl(e[o],t);[r[o],n[o]]=[i,s]}return[r,n]}var hb=(e,t)=>BigInt(e>>>0)<<Wa|BigInt(t>>>0),lb=(e,t,r)=>e>>>r,db=(e,t,r)=>e<<32-r|t>>>r,pb=(e,t,r)=>e>>>r|t<<32-r,yb=(e,t,r)=>e<<32-r|t>>>r,mb=(e,t,r)=>e<<64-r|t>>>r-32,xb=(e,t,r)=>e>>>r-32|t<<64-r,gb=(e,t)=>t,bb=(e,t)=>e,vb=(e,t,r)=>e<<r|t>>>32-r,wb=(e,t,r)=>t<<r|e>>>32-r,Eb=(e,t,r)=>t<<r-32|e>>>64-r,Sb=(e,t,r)=>e<<r-32|t>>>64-r;function Ab(e,t,r,n){let o=(t>>>0)+(n>>>0);return{h:e+r+(o/2**32|0)|0,l:o|0}}var Bb=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0),Cb=(e,t,r,n)=>t+r+n+(e/2**32|0)|0,Ib=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0),Tb=(e,t,r,n,o)=>t+r+n+o+(e/2**32|0)|0,Db=(e,t,r,n,o)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(o>>>0),_b=(e,t,r,n,o,i)=>t+r+n+o+i+(e/2**32|0)|0;var Lb={fromBig:wl,split:ub,toBig:hb,shrSH:lb,shrSL:db,rotrSH:pb,rotrSL:yb,rotrBH:mb,rotrBL:xb,rotr32H:gb,rotr32L:bb,rotlSH:vb,rotlSL:wb,rotlBH:Eb,rotlBL:Sb,add:Ab,add3L:Bb,add3H:Cb,add4L:Ib,add4H:Tb,add5H:_b,add5L:Db},Y=Lb;var[Rb,Nb]=Y.split(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(e=>BigInt(e))),mr=new Uint32Array(80),xr=new Uint32Array(80),Ya=class extends Cn{constructor(){super(128,64,16,!1),this.Ah=1779033703,this.Al=-205731576,this.Bh=-1150833019,this.Bl=-2067093701,this.Ch=1013904242,this.Cl=-23791573,this.Dh=-1521486534,this.Dl=1595750129,this.Eh=1359893119,this.El=-1377402159,this.Fh=-1694144372,this.Fl=725511199,this.Gh=528734635,this.Gl=-79577749,this.Hh=1541459225,this.Hl=327033209}get(){let{Ah:t,Al:r,Bh:n,Bl:o,Ch:i,Cl:s,Dh:a,Dl:c,Eh:f,El:u,Fh:h,Fl:p,Gh:x,Gl:l,Hh:d,Hl:m}=this;return[t,r,n,o,i,s,a,c,f,u,h,p,x,l,d,m]}set(t,r,n,o,i,s,a,c,f,u,h,p,x,l,d,m){this.Ah=t|0,this.Al=r|0,this.Bh=n|0,this.Bl=o|0,this.Ch=i|0,this.Cl=s|0,this.Dh=a|0,this.Dl=c|0,this.Eh=f|0,this.El=u|0,this.Fh=h|0,this.Fl=p|0,this.Gh=x|0,this.Gl=l|0,this.Hh=d|0,this.Hl=m|0}process(t,r){for(let g=0;g<16;g++,r+=4)mr[g]=t.getUint32(r),xr[g]=t.getUint32(r+=4);for(let g=16;g<80;g++){let S=mr[g-15]|0,v=xr[g-15]|0,E=Y.rotrSH(S,v,1)^Y.rotrSH(S,v,8)^Y.shrSH(S,v,7),B=Y.rotrSL(S,v,1)^Y.rotrSL(S,v,8)^Y.shrSL(S,v,7),C=mr[g-2]|0,O=xr[g-2]|0,G=Y.rotrSH(C,O,19)^Y.rotrBH(C,O,61)^Y.shrSH(C,O,6),q=Y.rotrSL(C,O,19)^Y.rotrBL(C,O,61)^Y.shrSL(C,O,6),X=Y.add4L(B,q,xr[g-7],xr[g-16]),ae=Y.add4H(X,E,G,mr[g-7],mr[g-16]);mr[g]=ae|0,xr[g]=X|0}let{Ah:n,Al:o,Bh:i,Bl:s,Ch:a,Cl:c,Dh:f,Dl:u,Eh:h,El:p,Fh:x,Fl:l,Gh:d,Gl:m,Hh:y,Hl:b}=this;for(let g=0;g<80;g++){let S=Y.rotrSH(h,p,14)^Y.rotrSH(h,p,18)^Y.rotrBH(h,p,41),v=Y.rotrSL(h,p,14)^Y.rotrSL(h,p,18)^Y.rotrBL(h,p,41),E=h&x^~h&d,B=p&l^~p&m,C=Y.add5L(b,v,B,Nb[g],xr[g]),O=Y.add5H(C,y,S,E,Rb[g],mr[g]),G=C|0,q=Y.rotrSH(n,o,28)^Y.rotrBH(n,o,34)^Y.rotrBH(n,o,39),X=Y.rotrSL(n,o,28)^Y.rotrBL(n,o,34)^Y.rotrBL(n,o,39),ae=n&i^n&a^i&a,ke=o&s^o&c^s&c;y=d|0,b=m|0,d=x|0,m=l|0,x=h|0,l=p|0,{h,l:p}=Y.add(f|0,u|0,O|0,G|0),f=a|0,u=c|0,a=i|0,c=s|0,i=n|0,s=o|0;let _=Y.add3L(G,X,ke);n=Y.add3H(_,O,q,ae),o=_|0}({h:n,l:o}=Y.add(this.Ah|0,this.Al|0,n|0,o|0)),{h:i,l:s}=Y.add(this.Bh|0,this.Bl|0,i|0,s|0),{h:a,l:c}=Y.add(this.Ch|0,this.Cl|0,a|0,c|0),{h:f,l:u}=Y.add(this.Dh|0,this.Dl|0,f|0,u|0),{h,l:p}=Y.add(this.Eh|0,this.El|0,h|0,p|0),{h:x,l}=Y.add(this.Fh|0,this.Fl|0,x|0,l|0),{h:d,l:m}=Y.add(this.Gh|0,this.Gl|0,d|0,m|0),{h:y,l:b}=Y.add(this.Hh|0,this.Hl|0,y|0,b|0),this.set(n,o,i,s,a,c,f,u,h,p,x,l,d,m,y,b)}roundClean(){mr.fill(0),xr.fill(0)}destroy(){this.buffer.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}};var Za=Ui(()=>new Ya);var Oi={};U(Oi,{bitGet:()=>Kb,bitLen:()=>Vb,bitMask:()=>So,bitSet:()=>Fb,bytesToHex:()=>Zt,bytesToNumberBE:()=>Qt,bytesToNumberLE:()=>gr,concatBytes:()=>Xt,createHmacDrbg:()=>Ja,ensureBytes:()=>we,equalBytes:()=>Ob,hexToBytes:()=>Kr,hexToNumber:()=>Xa,isBytes:()=>xt,numberToBytesBE:()=>br,numberToBytesLE:()=>Fr,numberToHexUnpadded:()=>Bl,numberToVarBytesBE:()=>kb,utf8ToBytes:()=>Mb,validateObject:()=>Ut});var Al=BigInt(0),ki=BigInt(1),Ub=BigInt(2);function xt(e){return e instanceof Uint8Array||e!=null&&typeof e=="object"&&e.constructor.name==="Uint8Array"}var Pb=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function Zt(e){if(!xt(e))throw new Error("Uint8Array expected");let t="";for(let r=0;r<e.length;r++)t+=Pb[e[r]];return t}function Bl(e){let t=e.toString(16);return t.length&1?`0${t}`:t}function Xa(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);return BigInt(e===""?"0":`0x${e}`)}var Yt={_0:48,_9:57,_A:65,_F:70,_a:97,_f:102};function El(e){if(e>=Yt._0&&e<=Yt._9)return e-Yt._0;if(e>=Yt._A&&e<=Yt._F)return e-(Yt._A-10);if(e>=Yt._a&&e<=Yt._f)return e-(Yt._a-10)}function Kr(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);let t=e.length,r=t/2;if(t%2)throw new Error("padded hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(r);for(let o=0,i=0;o<r;o++,i+=2){let s=El(e.charCodeAt(i)),a=El(e.charCodeAt(i+1));if(s===void 0||a===void 0){let c=e[i]+e[i+1];throw new Error('hex string expected, got non-hex character "'+c+'" at index '+i)}n[o]=s*16+a}return n}function Qt(e){return Xa(Zt(e))}function gr(e){if(!xt(e))throw new Error("Uint8Array expected");return Xa(Zt(Uint8Array.from(e).reverse()))}function br(e,t){return Kr(e.toString(16).padStart(t*2,"0"))}function Fr(e,t){return br(e,t).reverse()}function kb(e){return Kr(Bl(e))}function we(e,t,r){let n;if(typeof t=="string")try{n=Kr(t)}catch(i){throw new Error(`${e} must be valid hex string, got "${t}". Cause: ${i}`)}else if(xt(t))n=Uint8Array.from(t);else throw new Error(`${e} must be hex string or Uint8Array`);let o=n.length;if(typeof r=="number"&&o!==r)throw new Error(`${e} expected ${r} bytes, got ${o}`);return n}function Xt(...e){let t=0;for(let o=0;o<e.length;o++){let i=e[o];if(!xt(i))throw new Error("Uint8Array expected");t+=i.length}let r=new Uint8Array(t),n=0;for(let o=0;o<e.length;o++){let i=e[o];r.set(i,n),n+=i.length}return r}function Ob(e,t){if(e.length!==t.length)return!1;let r=0;for(let n=0;n<e.length;n++)r|=e[n]^t[n];return r===0}function Mb(e){if(typeof e!="string")throw new Error(`utf8ToBytes expected string, got ${typeof e}`);return new Uint8Array(new TextEncoder().encode(e))}function Vb(e){let t;for(t=0;e>Al;e>>=ki,t+=1);return t}function Kb(e,t){return e>>BigInt(t)&ki}var Fb=(e,t,r)=>e|(r?ki:Al)<<BigInt(t),So=e=>(Ub<<BigInt(e-1))-ki,Qa=e=>new Uint8Array(e),Sl=e=>Uint8Array.from(e);function Ja(e,t,r){if(typeof e!="number"||e<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof r!="function")throw new Error("hmacFn must be a function");let n=Qa(e),o=Qa(e),i=0,s=()=>{n.fill(1),o.fill(0),i=0},a=(...h)=>r(o,n,...h),c=(h=Qa())=>{o=a(Sl([0]),h),n=a(),h.length!==0&&(o=a(Sl([1]),h),n=a())},f=()=>{if(i++>=1e3)throw new Error("drbg: tried 1000 values");let h=0,p=[];for(;h<t;){n=a();let x=n.slice();p.push(x),h+=n.length}return Xt(...p)};return(h,p)=>{s(),c(h);let x;for(;!(x=p(f()));)c();return s(),x}}var qb={bigint:e=>typeof e=="bigint",function:e=>typeof e=="function",boolean:e=>typeof e=="boolean",string:e=>typeof e=="string",stringOrUint8Array:e=>typeof e=="string"||xt(e),isSafeInteger:e=>Number.isSafeInteger(e),array:e=>Array.isArray(e),field:(e,t)=>t.Fp.isValid(e),hash:e=>typeof e=="function"&&Number.isSafeInteger(e.outputLen)};function Ut(e,t,r={}){let n=(o,i,s)=>{let a=qb[i];if(typeof a!="function")throw new Error(`Invalid validator "${i}", expected function`);let c=e[o];if(!(s&&c===void 0)&&!a(c,e))throw new Error(`Invalid param ${String(o)}=${c} (${typeof c}), expected ${i}`)};for(let[o,i]of Object.entries(t))n(o,i,!1);for(let[o,i]of Object.entries(r))n(o,i,!0);return e}var Le=BigInt(0),ye=BigInt(1),qr=BigInt(2),zb=BigInt(3),ja=BigInt(4),Cl=BigInt(5),Il=BigInt(8),Hb=BigInt(9),Gb=BigInt(16);function fe(e,t){let r=e%t;return r>=Le?r:t+r}function $b(e,t,r){if(r<=Le||t<Le)throw new Error("Expected power/modulo > 0");if(r===ye)return Le;let n=ye;for(;t>Le;)t&ye&&(n=n*e%r),e=e*e%r,t>>=ye;return n}function me(e,t,r){let n=e;for(;t-- >Le;)n*=n,n%=r;return n}function Mi(e,t){if(e===Le||t<=Le)throw new Error(`invert: expected positive integers, got n=${e} mod=${t}`);let r=fe(e,t),n=t,o=Le,i=ye,s=ye,a=Le;for(;r!==Le;){let f=n/r,u=n%r,h=o-s*f,p=i-a*f;n=r,r=u,o=s,i=a,s=h,a=p}if(n!==ye)throw new Error("invert: does not exist");return fe(o,t)}function Wb(e){let t=(e-ye)/qr,r,n,o;for(r=e-ye,n=0;r%qr===Le;r/=qr,n++);for(o=qr;o<e&&$b(o,t,e)!==e-ye;o++);if(n===1){let s=(e+ye)/ja;return function(c,f){let u=c.pow(f,s);if(!c.eql(c.sqr(u),f))throw new Error("Cannot find square root");return u}}let i=(r+ye)/qr;return function(a,c){if(a.pow(c,t)===a.neg(a.ONE))throw new Error("Cannot find square root");let f=n,u=a.pow(a.mul(a.ONE,o),r),h=a.pow(c,i),p=a.pow(c,r);for(;!a.eql(p,a.ONE);){if(a.eql(p,a.ZERO))return a.ZERO;let x=1;for(let d=a.sqr(p);x<f&&!a.eql(d,a.ONE);x++)d=a.sqr(d);let l=a.pow(u,ye<<BigInt(f-x-1));u=a.sqr(l),h=a.mul(h,l),p=a.mul(p,u),f=x}return h}}function Yb(e){if(e%ja===zb){let t=(e+ye)/ja;return function(n,o){let i=n.pow(o,t);if(!n.eql(n.sqr(i),o))throw new Error("Cannot find square root");return i}}if(e%Il===Cl){let t=(e-Cl)/Il;return function(n,o){let i=n.mul(o,qr),s=n.pow(i,t),a=n.mul(o,s),c=n.mul(n.mul(a,qr),s),f=n.mul(a,n.sub(c,n.ONE));if(!n.eql(n.sqr(f),o))throw new Error("Cannot find square root");return f}}return e%Gb,Wb(e)}var Tl=(e,t)=>(fe(e,t)&ye)===ye,Zb=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function ec(e){let t={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},r=Zb.reduce((n,o)=>(n[o]="function",n),t);return Ut(e,r)}function Qb(e,t,r){if(r<Le)throw new Error("Expected power > 0");if(r===Le)return e.ONE;if(r===ye)return t;let n=e.ONE,o=t;for(;r>Le;)r&ye&&(n=e.mul(n,o)),o=e.sqr(o),r>>=ye;return n}function Xb(e,t){let r=new Array(t.length),n=t.reduce((i,s,a)=>e.is0(s)?i:(r[a]=i,e.mul(i,s)),e.ONE),o=e.inv(n);return t.reduceRight((i,s,a)=>e.is0(s)?i:(r[a]=e.mul(i,r[a]),e.mul(i,s)),o),r}function tc(e,t){let r=t!==void 0?t:e.toString(2).length,n=Math.ceil(r/8);return{nBitLength:r,nByteLength:n}}function Vi(e,t,r=!1,n={}){if(e<=Le)throw new Error(`Expected Field ORDER > 0, got ${e}`);let{nBitLength:o,nByteLength:i}=tc(e,t);if(i>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=Yb(e),a=Object.freeze({ORDER:e,BITS:o,BYTES:i,MASK:So(o),ZERO:Le,ONE:ye,create:c=>fe(c,e),isValid:c=>{if(typeof c!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof c}`);return Le<=c&&c<e},is0:c=>c===Le,isOdd:c=>(c&ye)===ye,neg:c=>fe(-c,e),eql:(c,f)=>c===f,sqr:c=>fe(c*c,e),add:(c,f)=>fe(c+f,e),sub:(c,f)=>fe(c-f,e),mul:(c,f)=>fe(c*f,e),pow:(c,f)=>Qb(a,c,f),div:(c,f)=>fe(c*Mi(f,e),e),sqrN:c=>c*c,addN:(c,f)=>c+f,subN:(c,f)=>c-f,mulN:(c,f)=>c*f,inv:c=>Mi(c,e),sqrt:n.sqrt||(c=>s(a,c)),invertBatch:c=>Xb(a,c),cmov:(c,f,u)=>u?f:c,toBytes:c=>r?Fr(c,i):br(c,i),fromBytes:c=>{if(c.length!==i)throw new Error(`Fp.fromBytes: expected ${i}, got ${c.length}`);return r?gr(c):Qt(c)}});return Object.freeze(a)}function Dl(e,t){if(!e.isOdd)throw new Error("Field doesn't have isOdd");let r=e.sqrt(t);return e.isOdd(r)?e.neg(r):r}function _l(e){if(typeof e!="bigint")throw new Error("field order must be bigint");let t=e.toString(2).length;return Math.ceil(t/8)}function rc(e){let t=_l(e);return t+Math.ceil(t/2)}function Ll(e,t,r=!1){let n=e.length,o=_l(t),i=rc(t);if(n<16||n<i||n>1024)throw new Error(`expected ${i}-1024 bytes of input, got ${n}`);let s=r?Qt(e):gr(e),a=fe(s,t-ye)+ye;return r?Fr(a,o):br(a,o)}var jb=BigInt(0),nc=BigInt(1);function Ki(e,t){let r=(o,i)=>{let s=i.negate();return o?s:i},n=o=>{let i=Math.ceil(t/o)+1,s=2**(o-1);return{windows:i,windowSize:s}};return{constTimeNegate:r,unsafeLadder(o,i){let s=e.ZERO,a=o;for(;i>jb;)i&nc&&(s=s.add(a)),a=a.double(),i>>=nc;return s},precomputeWindow(o,i){let{windows:s,windowSize:a}=n(i),c=[],f=o,u=f;for(let h=0;h<s;h++){u=f,c.push(u);for(let p=1;p<a;p++)u=u.add(f),c.push(u);f=u.double()}return c},wNAF(o,i,s){let{windows:a,windowSize:c}=n(o),f=e.ZERO,u=e.BASE,h=BigInt(2**o-1),p=2**o,x=BigInt(o);for(let l=0;l<a;l++){let d=l*c,m=Number(s&h);s>>=x,m>c&&(m-=p,s+=nc);let y=d,b=d+Math.abs(m)-1,g=l%2!==0,S=m<0;m===0?u=u.add(r(g,i[y])):f=f.add(r(S,i[b]))}return{p:f,f:u}},wNAFCached(o,i,s,a){let c=o._WINDOW_SIZE||1,f=i.get(o);return f||(f=this.precomputeWindow(o,c),c!==1&&i.set(o,a(f))),this.wNAF(c,f,s)}}}function Ao(e){return ec(e.Fp),Ut(e,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...tc(e.n,e.nBitLength),...e,p:e.Fp.ORDER})}var gt=BigInt(0),ot=BigInt(1),Fi=BigInt(2),ev=BigInt(8),tv={zip215:!0};function rv(e){let t=Ao(e);return Ut(e,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...t})}function qi(e){let t=rv(e),{Fp:r,n,prehash:o,hash:i,randomBytes:s,nByteLength:a,h:c}=t,f=Fi<<BigInt(a*8)-ot,u=r.create,h=t.uvRatio||((N,T)=>{try{return{isValid:!0,value:r.sqrt(N*r.inv(T))}}catch{return{isValid:!1,value:gt}}}),p=t.adjustScalarBytes||(N=>N),x=t.domain||((N,T,V)=>{if(T.length||V)throw new Error("Contexts/pre-hash are not supported");return N}),l=N=>typeof N=="bigint"&><N,d=(N,T)=>l(N)&&l(T)&&N<T,m=N=>N===gt||d(N,f);function y(N,T){if(d(N,T))return N;throw new Error(`Expected valid scalar < ${T}, got ${typeof N} ${N}`)}function b(N){return N===gt?N:y(N,n)}let g=new Map;function S(N){if(!(N instanceof v))throw new Error("ExtendedPoint expected")}class v{constructor(T,V,K,H){if(this.ex=T,this.ey=V,this.ez=K,this.et=H,!m(T))throw new Error("x required");if(!m(V))throw new Error("y required");if(!m(K))throw new Error("z required");if(!m(H))throw new Error("t required")}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(T){if(T instanceof v)throw new Error("extended point not allowed");let{x:V,y:K}=T||{};if(!m(V)||!m(K))throw new Error("invalid affine point");return new v(V,K,ot,u(V*K))}static normalizeZ(T){let V=r.invertBatch(T.map(K=>K.ez));return T.map((K,H)=>K.toAffine(V[H])).map(v.fromAffine)}_setWindowSize(T){this._WINDOW_SIZE=T,g.delete(this)}assertValidity(){let{a:T,d:V}=t;if(this.is0())throw new Error("bad point: ZERO");let{ex:K,ey:H,ez:Z,et:J}=this,se=u(K*K),j=u(H*H),re=u(Z*Z),Te=u(re*re),ge=u(se*T),Oe=u(re*u(ge+j)),Me=u(Te+u(V*u(se*j)));if(Oe!==Me)throw new Error("bad point: equation left != right (1)");let _e=u(K*H),Ke=u(Z*J);if(_e!==Ke)throw new Error("bad point: equation left != right (2)")}equals(T){S(T);let{ex:V,ey:K,ez:H}=this,{ex:Z,ey:J,ez:se}=T,j=u(V*se),re=u(Z*H),Te=u(K*se),ge=u(J*H);return j===re&&Te===ge}is0(){return this.equals(v.ZERO)}negate(){return new v(u(-this.ex),this.ey,this.ez,u(-this.et))}double(){let{a:T}=t,{ex:V,ey:K,ez:H}=this,Z=u(V*V),J=u(K*K),se=u(Fi*u(H*H)),j=u(T*Z),re=V+K,Te=u(u(re*re)-Z-J),ge=j+J,Oe=ge-se,Me=j-J,_e=u(Te*Oe),Ke=u(ge*Me),qt=u(Te*Me),_r=u(Oe*ge);return new v(_e,Ke,_r,qt)}add(T){S(T);let{a:V,d:K}=t,{ex:H,ey:Z,ez:J,et:se}=this,{ex:j,ey:re,ez:Te,et:ge}=T;if(V===BigInt(-1)){let Wf=u((Z-H)*(re+j)),Yf=u((Z+H)*(re-j)),Ts=u(Yf-Wf);if(Ts===gt)return this.double();let Zf=u(J*Fi*ge),Qf=u(se*Fi*Te),Xf=Qf+Zf,Jf=Yf+Wf,jf=Qf-Zf,lm=u(Xf*Ts),dm=u(Jf*jf),pm=u(Xf*jf),ym=u(Ts*Jf);return new v(lm,dm,ym,pm)}let Oe=u(H*j),Me=u(Z*re),_e=u(se*K*ge),Ke=u(J*Te),qt=u((H+Z)*(j+re)-Oe-Me),_r=Ke-_e,oo=Ke+_e,$f=u(Me-V*Oe),cm=u(qt*_r),fm=u(oo*$f),um=u(qt*$f),hm=u(_r*oo);return new v(cm,fm,hm,um)}subtract(T){return this.add(T.negate())}wNAF(T){return C.wNAFCached(this,g,T,v.normalizeZ)}multiply(T){let{p:V,f:K}=this.wNAF(y(T,n));return v.normalizeZ([V,K])[0]}multiplyUnsafe(T){let V=b(T);return V===gt?B:this.equals(B)||V===ot?this:this.equals(E)?this.wNAF(V).p:C.unsafeLadder(this,V)}isSmallOrder(){return this.multiplyUnsafe(c).is0()}isTorsionFree(){return C.unsafeLadder(this,n).is0()}toAffine(T){let{ex:V,ey:K,ez:H}=this,Z=this.is0();T==null&&(T=Z?ev:r.inv(H));let J=u(V*T),se=u(K*T),j=u(H*T);if(Z)return{x:gt,y:ot};if(j!==ot)throw new Error("invZ was invalid");return{x:J,y:se}}clearCofactor(){let{h:T}=t;return T===ot?this:this.multiplyUnsafe(T)}static fromHex(T,V=!1){let{d:K,a:H}=t,Z=r.BYTES;T=we("pointHex",T,Z);let J=T.slice(),se=T[Z-1];J[Z-1]=se&-129;let j=gr(J);j===gt||(V?y(j,f):y(j,r.ORDER));let re=u(j*j),Te=u(re-ot),ge=u(K*re-H),{isValid:Oe,value:Me}=h(Te,ge);if(!Oe)throw new Error("Point.fromHex: invalid y coordinate");let _e=(Me&ot)===ot,Ke=(se&128)!==0;if(!V&&Me===gt&&Ke)throw new Error("Point.fromHex: x=0 and x_0=1");return Ke!==_e&&(Me=u(-Me)),v.fromAffine({x:Me,y:j})}static fromPrivateKey(T){return q(T).point}toRawBytes(){let{x:T,y:V}=this.toAffine(),K=Fr(V,r.BYTES);return K[K.length-1]|=T&ot?128:0,K}toHex(){return Zt(this.toRawBytes())}}v.BASE=new v(t.Gx,t.Gy,ot,u(t.Gx*t.Gy)),v.ZERO=new v(gt,ot,ot,gt);let{BASE:E,ZERO:B}=v,C=Ki(v,a*8);function O(N){return fe(N,n)}function G(N){return O(gr(N))}function q(N){let T=a;N=we("private key",N,T);let V=we("hashed private key",i(N),2*T),K=p(V.slice(0,T)),H=V.slice(T,2*T),Z=G(K),J=E.multiply(Z),se=J.toRawBytes();return{head:K,prefix:H,scalar:Z,point:J,pointBytes:se}}function X(N){return q(N).pointBytes}function ae(N=new Uint8Array,...T){let V=Xt(...T);return G(i(x(V,we("context",N),!!o)))}function ke(N,T,V={}){N=we("message",N),o&&(N=o(N));let{prefix:K,scalar:H,pointBytes:Z}=q(T),J=ae(V.context,K,N),se=E.multiply(J).toRawBytes(),j=ae(V.context,se,Z,N),re=O(J+j*H);b(re);let Te=Xt(se,Fr(re,r.BYTES));return we("result",Te,a*2)}let _=tv;function P(N,T,V,K=_){let{context:H,zip215:Z}=K,J=r.BYTES;N=we("signature",N,2*J),T=we("message",T),o&&(T=o(T));let se=gr(N.slice(J,2*J)),j,re,Te;try{j=v.fromHex(V,Z),re=v.fromHex(N.slice(0,J),Z),Te=E.multiplyUnsafe(se)}catch{return!1}if(!Z&&j.isSmallOrder())return!1;let ge=ae(H,re.toRawBytes(),j.toRawBytes(),T);return re.add(j.multiplyUnsafe(ge)).subtract(Te).clearCofactor().equals(v.ZERO)}return E._setWindowSize(8),{CURVE:t,getPublicKey:X,sign:ke,verify:P,ExtendedPoint:v,utils:{getExtendedPublicKey:q,randomPrivateKey:()=>s(r.BYTES),precompute(N=8,T=v.BASE){return T._setWindowSize(N),T.multiply(BigInt(3)),T}}}}var ic=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),Rl=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),fB=BigInt(0),nv=BigInt(1),oc=BigInt(2),ov=BigInt(5),Nl=BigInt(10),iv=BigInt(20),sv=BigInt(40),Ul=BigInt(80);function av(e){let t=ic,n=e*e%t*e%t,o=me(n,oc,t)*n%t,i=me(o,nv,t)*e%t,s=me(i,ov,t)*i%t,a=me(s,Nl,t)*s%t,c=me(a,iv,t)*a%t,f=me(c,sv,t)*c%t,u=me(f,Ul,t)*f%t,h=me(u,Ul,t)*f%t,p=me(h,Nl,t)*s%t;return{pow_p_5_8:me(p,oc,t)*e%t,b2:n}}function cv(e){return e[0]&=248,e[31]&=127,e[31]|=64,e}function fv(e,t){let r=ic,n=fe(t*t*t,r),o=fe(n*n*t,r),i=av(e*o).pow_p_5_8,s=fe(e*n*i,r),a=fe(t*s*s,r),c=s,f=fe(s*Rl,r),u=a===e,h=a===fe(-e,r),p=a===fe(-e*Rl,r);return u&&(s=c),(h||p)&&(s=f),Tl(s,r)&&(s=fe(-s,r)),{isValid:u||h,value:s}}var Jt=Vi(ic,void 0,!0),sc={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:Jt,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:Za,randomBytes:Bn,adjustScalarBytes:cv,uvRatio:fv},In=qi(sc);function Pl(e,t,r){if(t.length>255)throw new Error("Context is too big");return Ni($a("SigEd25519 no Ed25519 collisions"),new Uint8Array([r?1:0,t.length]),t,e)}var uB=qi({...sc,domain:Pl}),hB=qi({...sc,domain:Pl,prehash:Za});var uv=(Jt.ORDER+BigInt(3))/BigInt(8),lB=Jt.pow(oc,uv),dB=Jt.sqrt(Jt.neg(Jt.ONE)),pB=(Jt.ORDER-BigInt(5))/BigInt(8),yB=BigInt(486662);var mB=Dl(Jt,Jt.neg(BigInt(486664)));var xB=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),gB=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),bB=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),vB=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952");var wB=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var Tn=32,jt=64,zi=32;function kl(){let e=In.utils.randomPrivateKey(),t=In.getPublicKey(e);return{privateKey:Kl(e,t),publicKey:t}}function Ol(e){if(e.length!==zi)throw new TypeError('"seed" must be 32 bytes in length.');if(!(e instanceof Uint8Array))throw new TypeError('"seed" must be a node.js Buffer, or Uint8Array.');let t=e,r=In.getPublicKey(t);return{privateKey:Kl(t,r),publicKey:r}}function Ml(e,t){let r=e.subarray(0,zi);return In.sign(t instanceof Uint8Array?t:t.subarray(),r)}function Vl(e,t,r){return In.verify(t,r instanceof Uint8Array?r:r.subarray(),e)}function Kl(e,t){let r=new Uint8Array(jt);for(let n=0;n<zi;n++)r[n]=e[n],r[zi+n]=t[n];return r}var Qe={get(e=globalThis){let t=e.crypto;if(t==null||t.subtle==null)throw Object.assign(new Error("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"),{code:"ERR_MISSING_WEB_CRYPTO"});return t}};var ac={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function cc(e){let t=e?.algorithm??"AES-GCM",r=e?.keyLength??16,n=e?.nonceLength??12,o=e?.digest??"SHA-256",i=e?.saltLength??16,s=e?.iterations??32767,a=Qe.get();r*=8;async function c(h,p){let x=a.getRandomValues(new Uint8Array(i)),l=a.getRandomValues(new Uint8Array(n)),d={name:t,iv:l};typeof p=="string"&&(p=tt(p));let m;if(p.length===0){m=await a.subtle.importKey("jwk",ac,{name:"AES-GCM"},!0,["encrypt"]);try{let b={name:"PBKDF2",salt:x,iterations:s,hash:{name:o}},g=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);m=await a.subtle.deriveKey(b,g,{name:t,length:r},!0,["encrypt"])}catch{m=await a.subtle.importKey("jwk",ac,{name:"AES-GCM"},!0,["encrypt"])}}else{let b={name:"PBKDF2",salt:x,iterations:s,hash:{name:o}},g=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);m=await a.subtle.deriveKey(b,g,{name:t,length:r},!0,["encrypt"])}let y=await a.subtle.encrypt(d,m,h);return Vr([x,d.iv,new Uint8Array(y)])}async function f(h,p){let x=h.subarray(0,i),l=h.subarray(i,i+n),d=h.subarray(i+n),m={name:t,iv:l};typeof p=="string"&&(p=tt(p));let y;if(p.length===0)try{let g={name:"PBKDF2",salt:x,iterations:s,hash:{name:o}},S=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(g,S,{name:t,length:r},!0,["decrypt"])}catch{y=await a.subtle.importKey("jwk",ac,{name:"AES-GCM"},!0,["decrypt"])}else{let g={name:"PBKDF2",salt:x,iterations:s,hash:{name:o}},S=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);y=await a.subtle.deriveKey(g,S,{name:t,length:r},!0,["decrypt"])}let b=await a.subtle.decrypt(m,y,d);return new Uint8Array(b)}return{encrypt:c,decrypt:f}}async function Dn(e,t){let n=await cc().encrypt(e,t);return ai.encode(n)}var fc=new Float32Array([-0]),vr=new Uint8Array(fc.buffer);function ql(e,t,r){fc[0]=e,t[r]=vr[0],t[r+1]=vr[1],t[r+2]=vr[2],t[r+3]=vr[3]}function zl(e,t){return vr[0]=e[t],vr[1]=e[t+1],vr[2]=e[t+2],vr[3]=e[t+3],fc[0]}var uc=new Float64Array([-0]),Fe=new Uint8Array(uc.buffer);function Hl(e,t,r){uc[0]=e,t[r]=Fe[0],t[r+1]=Fe[1],t[r+2]=Fe[2],t[r+3]=Fe[3],t[r+4]=Fe[4],t[r+5]=Fe[5],t[r+6]=Fe[6],t[r+7]=Fe[7]}function Gl(e,t){return Fe[0]=e[t],Fe[1]=e[t+1],Fe[2]=e[t+2],Fe[3]=e[t+3],Fe[4]=e[t+4],Fe[5]=e[t+5],Fe[6]=e[t+6],Fe[7]=e[t+7],uc[0]}var lv=BigInt(Number.MAX_SAFE_INTEGER),dv=BigInt(Number.MIN_SAFE_INTEGER),Xe=class e{lo;hi;constructor(t,r){this.lo=t|0,this.hi=r|0}toNumber(t=!1){if(!t&&this.hi>>>31>0){let r=~this.lo+1>>>0,n=~this.hi>>>0;return r===0&&(n=n+1>>>0),-(r+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(t=!1){if(t)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let r=~this.lo+1>>>0,n=~this.hi>>>0;return r===0&&(n=n+1>>>0),-(BigInt(r)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(t=!1){return this.toBigInt(t).toString()}zzEncode(){let t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this}zzDecode(){let t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this}length(){let t=this.lo,r=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?r===0?t<16384?t<128?1:2:t<2097152?3:4:r<16384?r<128?5:6:r<2097152?7:8:n<128?9:10}static fromBigInt(t){if(t===0n)return zr;if(t<lv&&t>dv)return this.fromNumber(Number(t));let r=t<0n;r&&(t=-t);let n=t>>32n,o=t-(n<<32n);return r&&(n=~n|0n,o=~o|0n,++o>$l&&(o=0n,++n>$l&&(n=0n))),new e(Number(o),Number(n))}static fromNumber(t){if(t===0)return zr;let r=t<0;r&&(t=-t);let n=t>>>0,o=(t-n)/4294967296>>>0;return r&&(o=~o>>>0,n=~n>>>0,++n>4294967295&&(n=0,++o>4294967295&&(o=0))),new e(n,o)}static from(t){return typeof t=="number"?e.fromNumber(t):typeof t=="bigint"?e.fromBigInt(t):typeof t=="string"?e.fromBigInt(BigInt(t)):t.low!=null||t.high!=null?new e(t.low>>>0,t.high>>>0):zr}},zr=new Xe(0,0);zr.toBigInt=function(){return 0n};zr.zzEncode=zr.zzDecode=function(){return this};zr.length=function(){return 1};var $l=4294967296n;function Wl(e){let t=0,r=0;for(let n=0;n<e.length;++n)r=e.charCodeAt(n),r<128?t+=1:r<2048?t+=2:(r&64512)===55296&&(e.charCodeAt(n+1)&64512)===56320?(++n,t+=4):t+=3;return t}function Yl(e,t,r){if(r-t<1)return"";let o,i=[],s=0,a;for(;t<r;)a=e[t++],a<128?i[s++]=a:a>191&&a<224?i[s++]=(a&31)<<6|e[t++]&63:a>239&&a<365?(a=((a&7)<<18|(e[t++]&63)<<12|(e[t++]&63)<<6|e[t++]&63)-65536,i[s++]=55296+(a>>10),i[s++]=56320+(a&1023)):i[s++]=(a&15)<<12|(e[t++]&63)<<6|e[t++]&63,s>8191&&((o??(o=[])).push(String.fromCharCode.apply(String,i)),s=0);return o!=null?(s>0&&o.push(String.fromCharCode.apply(String,i.slice(0,s))),o.join("")):String.fromCharCode.apply(String,i.slice(0,s))}function hc(e,t,r){let n=r,o,i;for(let s=0;s<e.length;++s)o=e.charCodeAt(s),o<128?t[r++]=o:o<2048?(t[r++]=o>>6|192,t[r++]=o&63|128):(o&64512)===55296&&((i=e.charCodeAt(s+1))&64512)===56320?(o=65536+((o&1023)<<10)+(i&1023),++s,t[r++]=o>>18|240,t[r++]=o>>12&63|128,t[r++]=o>>6&63|128,t[r++]=o&63|128):(t[r++]=o>>12|224,t[r++]=o>>6&63|128,t[r++]=o&63|128);return r-n}function bt(e,t){return RangeError(`index out of range: ${e.pos} + ${t??1} > ${e.len}`)}function Hi(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<<24)>>>0}var lc=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,bt(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 bt(this,4);return Hi(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw bt(this,4);return Hi(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw bt(this,4);let t=zl(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw bt(this,4);let t=Gl(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),r=this.pos,n=this.pos+t;if(n>this.len)throw bt(this,t);return this.pos+=t,r===n?new Uint8Array(0):this.buf.subarray(r,n)}string(){let t=this.bytes();return Yl(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw bt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw bt(this);while(this.buf[this.pos++]&128);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 Xe(0,0),r=0;if(this.len-this.pos>4){for(;r<4;++r)if(t.lo=(t.lo|(this.buf[this.pos]&127)<<r*7)>>>0,this.buf[this.pos++]<128)return t;if(t.lo=(t.lo|(this.buf[this.pos]&127)<<28)>>>0,t.hi=(t.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return t;r=0}else{for(;r<3;++r){if(this.pos>=this.len)throw bt(this);if(t.lo=(t.lo|(this.buf[this.pos]&127)<<r*7)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(this.buf[this.pos++]&127)<<r*7)>>>0,t}if(this.len-this.pos>4){for(;r<5;++r)if(t.hi=(t.hi|(this.buf[this.pos]&127)<<r*7+3)>>>0,this.buf[this.pos++]<128)return t}else for(;r<5;++r){if(this.pos>=this.len)throw bt(this);if(t.hi=(t.hi|(this.buf[this.pos]&127)<<r*7+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw bt(this,8);let t=Hi(this.buf,this.pos+=4),r=Hi(this.buf,this.pos+=4);return new Xe(t,r)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){return this.readLongVarint().toNumber(!0)}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 dc(e){return new lc(e instanceof Uint8Array?e:e.subarray())}function vt(e,t){let r=dc(e);return t.decode(r)}function Hr(e){return globalThis.Buffer!=null?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e}function er(e=0){return globalThis.Buffer?.alloc!=null?Hr(globalThis.Buffer.alloc(e)):new Uint8Array(e)}function qe(e=0){return globalThis.Buffer?.allocUnsafe!=null?Hr(globalThis.Buffer.allocUnsafe(e)):new Uint8Array(e)}var gc={};U(gc,{base10:()=>bv});function pv(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var o=0;o<e.length;o++){var i=e.charAt(o),s=i.charCodeAt(0);if(r[s]!==255)throw new TypeError(i+" is ambiguous");r[s]=o}var a=e.length,c=e.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(l){if(l instanceof Uint8Array||(ArrayBuffer.isView(l)?l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):Array.isArray(l)&&(l=Uint8Array.from(l))),!(l instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(l.length===0)return"";for(var d=0,m=0,y=0,b=l.length;y!==b&&l[y]===0;)y++,d++;for(var g=(b-y)*u+1>>>0,S=new Uint8Array(g);y!==b;){for(var v=l[y],E=0,B=g-1;(v!==0||E<m)&&B!==-1;B--,E++)v+=256*S[B]>>>0,S[B]=v%a>>>0,v=v/a>>>0;if(v!==0)throw new Error("Non-zero carry");m=E,y++}for(var C=g-m;C!==g&&S[C]===0;)C++;for(var O=c.repeat(d);C<g;++C)O+=e.charAt(S[C]);return O}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var d=0;if(l[d]!==" "){for(var m=0,y=0;l[d]===c;)m++,d++;for(var b=(l.length-d)*f+1>>>0,g=new Uint8Array(b);l[d];){var S=r[l.charCodeAt(d)];if(S===255)return;for(var v=0,E=b-1;(S!==0||v<y)&&E!==-1;E--,v++)S+=a*g[E]>>>0,g[E]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");y=v,d++}if(l[d]!==" "){for(var B=b-y;B!==b&&g[B]===0;)B++;for(var C=new Uint8Array(m+(b-B)),O=m;B!==b;)C[O++]=g[B++];return C}}}function x(l){var d=p(l);if(d)return d;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:p,decode:x}}var yv=pv,mv=yv,Ql=mv;var FB=new Uint8Array(0);var Xl=(e,t)=>{if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},tr=e=>{if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")};var Jl=e=>new TextEncoder().encode(e),jl=e=>new TextDecoder().decode(e);var pc=class{constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},yc=class{constructor(t,r,n){if(this.name=t,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),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 td(this,t)}},mc=class{constructor(t){this.decoders=t}or(t){return td(this,t)}decode(t){let r=t[0],n=this.decoders[r];if(n)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},td=(e,t)=>new mc({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),xc=class{constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new pc(t,r,n),this.decoder=new yc(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},_n=({name:e,prefix:t,encode:r,decode:n})=>new xc(e,t,r,n),wr=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:o}=Ql(r,t);return _n({prefix:e,name:t,encode:n,decode:i=>tr(o(i))})},xv=(e,t,r,n)=>{let o={};for(let u=0;u<t.length;++u)o[t[u]]=u;let i=e.length;for(;e[i-1]==="=";)--i;let s=new Uint8Array(i*r/8|0),a=0,c=0,f=0;for(let u=0;u<i;++u){let h=o[e[u]];if(h===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|h,a+=r,a>=8&&(a-=8,s[f++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},gv=(e,t,r)=>{let n=t[t.length-1]==="=",o=(1<<r)-1,i="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,i+=t[o&a>>s];if(s&&(i+=t[o&a<<r-s]),n)for(;i.length*r&7;)i+="=";return i},Ee=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>_n({prefix:t,name:e,encode(o){return gv(o,n,r)},decode(o){return xv(o,n,r,e)}});var bv=wr({prefix:"9",name:"base10",alphabet:"0123456789"});var bc={};U(bc,{base16:()=>vv,base16upper:()=>wv});var vv=Ee({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),wv=Ee({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var vc={};U(vc,{base2:()=>Ev});var Ev=Ee({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var wc={};U(wc,{base256emoji:()=>Iv});var rd=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}"),Sv=rd.reduce((e,t,r)=>(e[r]=t,e),[]),Av=rd.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function Bv(e){return e.reduce((t,r)=>(t+=Sv[r],t),"")}function Cv(e){let t=[];for(let r of e){let n=Av[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var Iv=_n({prefix:"\u{1F680}",name:"base256emoji",encode:Bv,decode:Cv});var Ec={};U(Ec,{base32:()=>Ln,base32hex:()=>Lv,base32hexpad:()=>Nv,base32hexpadupper:()=>Uv,base32hexupper:()=>Rv,base32pad:()=>Dv,base32padupper:()=>_v,base32upper:()=>Tv,base32z:()=>Pv});var Ln=Ee({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Tv=Ee({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Dv=Ee({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),_v=Ee({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Lv=Ee({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Rv=Ee({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Nv=Ee({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Uv=Ee({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Pv=Ee({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Sc={};U(Sc,{base36:()=>kv,base36upper:()=>Ov});var kv=wr({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Ov=wr({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Ac={};U(Ac,{base58btc:()=>Pt,base58flickr:()=>Mv});var Pt=wr({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Mv=wr({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Bc={};U(Bc,{base64:()=>Vv,base64pad:()=>Kv,base64url:()=>Fv,base64urlpad:()=>qv});var Vv=Ee({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Kv=Ee({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Fv=Ee({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),qv=Ee({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Cc={};U(Cc,{base8:()=>zv});var zv=Ee({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ic={};U(Ic,{identity:()=>Hv});var Hv=_n({prefix:"\0",name:"identity",encode:e=>jl(e),decode:e=>Jl(e)});var rC=new TextEncoder,nC=new TextDecoder;var Dc={};U(Dc,{identity:()=>dw});var Wv=id,nd=128,Yv=127,Zv=~Yv,Qv=Math.pow(2,31);function id(e,t,r){t=t||[],r=r||0;for(var n=r;e>=Qv;)t[r++]=e&255|nd,e/=128;for(;e&Zv;)t[r++]=e&255|nd,e>>>=7;return t[r]=e|0,id.bytes=r-n+1,t}var Xv=Tc,Jv=128,od=127;function Tc(e,n){var r=0,n=n||0,o=0,i=n,s,a=e.length;do{if(i>=a)throw Tc.bytes=0,new RangeError("Could not decode varint");s=e[i++],r+=o<28?(s&od)<<o:(s&od)*Math.pow(2,o),o+=7}while(s>=Jv);return Tc.bytes=i-n,r}var jv=Math.pow(2,7),ew=Math.pow(2,14),tw=Math.pow(2,21),rw=Math.pow(2,28),nw=Math.pow(2,35),ow=Math.pow(2,42),iw=Math.pow(2,49),sw=Math.pow(2,56),aw=Math.pow(2,63),cw=function(e){return e<jv?1:e<ew?2:e<tw?3:e<rw?4:e<nw?5:e<ow?6:e<iw?7:e<sw?8:e<aw?9:10},fw={encode:Wv,decode:Xv,encodingLength:cw},uw=fw,Bo=uw;var Co=(e,t=0)=>[Bo.decode(e,t),Bo.decode.bytes],Rn=(e,t,r=0)=>(Bo.encode(e,t,r),t),Nn=e=>Bo.encodingLength(e);var Gr=(e,t)=>{let r=t.byteLength,n=Nn(e),o=n+Nn(r),i=new Uint8Array(o+r);return Rn(e,i,0),Rn(r,i,n),i.set(t,o),new Un(e,r,t,i)},sd=e=>{let t=tr(e),[r,n]=Co(t),[o,i]=Co(t.subarray(n)),s=t.subarray(n+i);if(s.byteLength!==o)throw new Error("Incorrect length");return new Un(r,o,s,t)},ad=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&Xl(e.bytes,r.bytes)}},Un=class{constructor(t,r,n,o){this.code=t,this.size=r,this.digest=n,this.bytes=o}};var cd=0,hw="identity",fd=tr,lw=e=>Gr(cd,fd(e)),dw={code:cd,name:hw,encode:fd,digest:lw};var Rc={};U(Rc,{sha256:()=>pw,sha512:()=>yw});var Lc=({name:e,code:t,encode:r})=>new _c(e,t,r),_c=class{constructor(t,r,n){this.name=t,this.code=r,this.encode=n}digest(t){if(t instanceof Uint8Array){let r=this.encode(t);return r instanceof Uint8Array?Gr(this.code,r):r.then(n=>Gr(this.code,n))}else throw Error("Unknown type, must be binary type")}};var hd=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),pw=Lc({name:"sha2-256",code:18,encode:hd("SHA-256")}),yw=Lc({name:"sha2-512",code:19,encode:hd("SHA-512")});var ld=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return xw(r,Nc(e),t||Pt.encoder);default:return gw(r,Nc(e),t||Ln.encoder)}};var dd=new WeakMap,Nc=e=>{let t=dd.get(e);if(t==null){let r=new Map;return dd.set(e,r),r}return t},$i=class e{constructor(t,r,n,o){this.code=r,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:r}=this;if(t!==To)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==bw)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=Gr(t,r);return e.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&ad(t.multihash,n.multihash)}toString(t){return ld(this,t)}toJSON(){return{"/":ld(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let r=t;if(r instanceof e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:o,multihash:i,bytes:s}=r;return new e(n,o,i,s||pd(n,o,i.bytes))}else if(r[vw]===!0){let{version:n,multihash:o,code:i}=r,s=sd(o);return e.create(n,i,s)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==To)throw new Error(`Version 0 CID must use dag-pb (code: ${To}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let o=pd(t,r,n.bytes);return new e(t,r,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,To,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,o=tr(t.subarray(n,n+r.multihashSize));if(o.byteLength!==r.multihashSize)throw new Error("Incorrect length");let i=o.subarray(r.multihashSize-r.digestSize),s=new Un(r.multihashCode,r.digestSize,i,o);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[h,p]=Co(t.subarray(r));return r+=p,h},o=n(),i=To;if(o===18?(o=0,r=0):i=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let s=r,a=n(),c=n(),f=r+c,u=f-s;return{version:o,codec:i,multihashCode:a,digestSize:c,multihashSize:u,size:f}}static parse(t,r){let[n,o]=mw(t,r),i=e.decode(o);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Nc(i).set(n,t),i}},mw=(e,t)=>{switch(e[0]){case"Q":{let r=t||Pt;return[Pt.prefix,r.decode(`${Pt.prefix}${e}`)]}case Pt.prefix:{let r=t||Pt;return[Pt.prefix,r.decode(e)]}case Ln.prefix:{let r=t||Ln;return[Ln.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}},xw=(e,t,r)=>{let{prefix:n}=r;if(n!==Pt.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let o=t.get(n);if(o==null){let i=r.encode(e).slice(1);return t.set(n,i),i}else return o},gw=(e,t,r)=>{let{prefix:n}=r,o=t.get(n);if(o==null){let i=r.encode(e);return t.set(n,i),i}else return o},To=112,bw=18,pd=(e,t,r)=>{let n=Nn(e),o=n+Nn(t),i=new Uint8Array(o+r.byteLength);return Rn(e,i,0),Rn(t,i,n),i.set(r,o),i},vw=Symbol.for("@ipld/js-cid/CID");var Uc={...Ic,...vc,...Cc,...gc,...bc,...Ec,...Sc,...Ac,...Bc,...wc},bC={...Rc,...Dc};function md(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var yd=md("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),Pc=md("ascii","a",e=>{let t="a";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},e=>{e=e.substring(1);let t=qe(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),ww={utf8:yd,"utf-8":yd,hex:Uc.base16,latin1:Pc,ascii:Pc,binary:Pc,...Uc},Wi=ww;function Do(e,t="utf8"){let r=Wi[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Hr(globalThis.Buffer.from(e,"utf-8")):r.decoder.decode(`${r.prefix}${e}`)}function kc(e){let t=e??8192,r=t>>>1,n,o=t;return function(s){if(s<1||s>r)return qe(s);o+s>t&&(n=qe(t),o=0);let a=n.subarray(o,o+=s);return o&7&&(o=(o|7)+1),a}}var $r=class{fn;len;next;val;constructor(t,r,n){this.fn=t,this.len=r,this.next=void 0,this.val=n}};function Oc(){}var Vc=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},Ew=kc();function Sw(e){return globalThis.Buffer!=null?qe(e):Ew(e)}var Ro=class{len;head;tail;states;constructor(){this.len=0,this.head=new $r(Oc,0,0),this.tail=this.head,this.states=null}_push(t,r,n){return this.tail=this.tail.next=new $r(t,r,n),this.len+=r,this}uint32(t){return this.len+=(this.tail=this.tail.next=new Kc((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(_o,10,Xe.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let r=Xe.fromBigInt(t);return this._push(_o,r.length(),r)}uint64Number(t){let r=Xe.fromNumber(t);return this._push(_o,r.length(),r)}uint64String(t){return this.uint64(BigInt(t))}int64(t){return this.uint64(t)}int64Number(t){return this.uint64Number(t)}int64String(t){return this.uint64String(t)}sint64(t){let r=Xe.fromBigInt(t).zzEncode();return this._push(_o,r.length(),r)}sint64Number(t){let r=Xe.fromNumber(t).zzEncode();return this._push(_o,r.length(),r)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(Mc,1,t?1:0)}fixed32(t){return this._push(Lo,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let r=Xe.fromBigInt(t);return this._push(Lo,4,r.lo)._push(Lo,4,r.hi)}fixed64Number(t){let r=Xe.fromNumber(t);return this._push(Lo,4,r.lo)._push(Lo,4,r.hi)}fixed64String(t){return this.fixed64(BigInt(t))}sfixed64(t){return this.fixed64(t)}sfixed64Number(t){return this.fixed64Number(t)}sfixed64String(t){return this.fixed64String(t)}float(t){return this._push(ql,4,t)}double(t){return this._push(Hl,8,t)}bytes(t){let r=t.length>>>0;return r===0?this._push(Mc,1,0):this.uint32(r)._push(Bw,r,t)}string(t){let r=Wl(t);return r!==0?this.uint32(r)._push(hc,r,t):this._push(Mc,1,0)}fork(){return this.states=new Vc(this),this.head=this.tail=new $r(Oc,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 $r(Oc,0,0),this.len=0),this}ldelim(){let t=this.head,r=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=t.next,this.tail=r,this.len+=n),this}finish(){let t=this.head.next,r=Sw(this.len),n=0;for(;t!=null;)t.fn(t.val,r,n),n+=t.len,t=t.next;return r}};function Mc(e,t,r){t[r]=e&255}function Aw(e,t,r){for(;e>127;)t[r++]=e&127|128,e>>>=7;t[r]=e}var Kc=class extends $r{next;constructor(t,r){super(Aw,t,r),this.next=void 0}};function _o(e,t,r){for(;e.hi!==0;)t[r++]=e.lo&127|128,e.lo=(e.lo>>>7|e.hi<<25)>>>0,e.hi>>>=7;for(;e.lo>127;)t[r++]=e.lo&127|128,e.lo=e.lo>>>7;t[r++]=e.lo}function Lo(e,t,r){t[r]=e&255,t[r+1]=e>>>8&255,t[r+2]=e>>>16&255,t[r+3]=e>>>24}function Bw(e,t,r){t.set(e,r)}globalThis.Buffer!=null&&(Ro.prototype.bytes=function(e){let t=e.length>>>0;return this.uint32(t),t>0&&this._push(Cw,t,e),this},Ro.prototype.string=function(e){let t=globalThis.Buffer.byteLength(e);return this.uint32(t),t>0&&this._push(Iw,t,e),this});function Cw(e,t,r){t.set(e,r)}function Iw(e,t,r){e.length<40?hc(e,t,r):t.utf8Write!=null?t.utf8Write(e,r):t.set(Do(e),r)}function Fc(){return new Ro}function wt(e,t){let r=Fc();return t.encode(e,r,{lengthDelimited:!1}),r.finish()}var Pn;(function(e){e[e.VARINT=0]="VARINT",e[e.BIT64=1]="BIT64",e[e.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",e[e.START_GROUP=3]="START_GROUP",e[e.END_GROUP=4]="END_GROUP",e[e.BIT32=5]="BIT32"})(Pn||(Pn={}));function Yi(e,t,r,n){return{name:e,type:t,encode:r,decode:n}}function qc(e){function t(o){if(e[o.toString()]==null)throw new Error("Invalid enum value");return e[o]}let r=function(i,s){let a=t(i);s.int32(a)},n=function(i){let s=i.int32();return t(s)};return Yi("enum",Pn.VARINT,r,n)}function Et(e,t){return Yi("message",Pn.LENGTH_DELIMITED,e,t)}var xe;(function(e){e.RSA="RSA",e.Ed25519="Ed25519",e.Secp256k1="Secp256k1"})(xe||(xe={}));var zc;(function(e){e[e.RSA=0]="RSA",e[e.Ed25519=1]="Ed25519",e[e.Secp256k1=2]="Secp256k1"})(zc||(zc={}));(function(e){e.codec=()=>qc(zc)})(xe||(xe={}));var kt;(function(e){let t;e.codec=()=>(t==null&&(t=Et((r,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),xe.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),o.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let o={},i=n==null?r.len:r.pos+n;for(;r.pos<i;){let s=r.uint32();switch(s>>>3){case 1:o.Type=xe.codec().decode(r);break;case 2:o.Data=r.bytes();break;default:r.skipType(s&7);break}}return o})),t),e.encode=r=>wt(r,e.codec()),e.decode=r=>vt(r,e.codec())})(kt||(kt={}));var Ot;(function(e){let t;e.codec=()=>(t==null&&(t=Et((r,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),xe.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),o.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let o={},i=n==null?r.len:r.pos+n;for(;r.pos<i;){let s=r.uint32();switch(s>>>3){case 1:o.Type=xe.codec().decode(r);break;case 2:o.Data=r.bytes();break;default:r.skipType(s&7);break}}return o})),t),e.encode=r=>wt(r,e.codec()),e.decode=r=>vt(r,e.codec())})(Ot||(Ot={}));var No=class{_key;constructor(t){this._key=kn(t,Tn)}verify(t,r){return Vl(this._key,r,t)}marshal(){return this._key}get bytes(){return kt.encode({Type:xe.Ed25519,Data:this.marshal()}).subarray()}equals(t){return Nt(this.bytes,t.bytes)}hash(){let t=Ve.digest(this.bytes);return at(t)?t.then(({bytes:r})=>r):t.bytes}},Wr=class{_key;_publicKey;constructor(t,r){this._key=kn(t,jt),this._publicKey=kn(r,Tn)}sign(t){return Ml(this._key,t)}get public(){return new No(this._publicKey)}marshal(){return this._key}get bytes(){return Ot.encode({Type:xe.Ed25519,Data:this.marshal()}).subarray()}equals(t){return Nt(this.bytes,t.bytes)}async hash(){let t=Ve.digest(this.bytes),r;return at(t)?{bytes:r}=await t:r=t.bytes,r}async id(){let t=ur.digest(this.public.bytes);return $e.encode(t.bytes).substring(1)}async export(t,r="libp2p-key"){if(r==="libp2p-key")return Dn(this.bytes,t);throw new z(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function Tw(e){if(e.length>jt){e=kn(e,jt+Tn);let n=e.subarray(0,jt),o=e.subarray(jt,e.length);return new Wr(n,o)}e=kn(e,jt);let t=e.subarray(0,jt),r=e.subarray(Tn);return new Wr(t,r)}function Dw(e){return e=kn(e,Tn),new No(e)}async function _w(){let{privateKey:e,publicKey:t}=kl();return new Wr(e,t)}async function xd(e){let{privateKey:t,publicKey:r}=Ol(e);return new Wr(t,r)}function kn(e,t){if(e=Uint8Array.from(e??[]),e.length!==t)throw new z(`Key must be a Uint8Array of length ${t}, got ${e.length}`,"ERR_INVALID_KEY_TYPE");return e}var Lw={"P-256":256,"P-384":384,"P-521":521},Rw=Object.keys(Lw),fI=Rw.join(" / ");var Zc={};U(Zc,{MAX_KEY_SIZE:()=>Oo,RsaPrivateKey:()=>On,RsaPublicKey:()=>ko,fromJwk:()=>zw,generateKeyPair:()=>Hw,unmarshalRsaPrivateKey:()=>Fw,unmarshalRsaPublicKey:()=>qw});var Po=Ge(ce(),1);var WI=Ge(Ed(),1);function Qi(e){if(isNaN(e)||e<=0)throw new z("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return Bn(e)}var DI=Ge(Ci(),1),Wc=Ge(ce(),1);function Sd(e,t){return t.map(r=>nt(e[r]))}function Ad(e){return Wc.default.pki.setRsaPrivateKey(...Sd(e,["n","e","d","p","q","dp","dq","qi"]))}function Bd(e){return Wc.default.pki.setRsaPublicKey(...Sd(e,["n","e"]))}var Zr={};U(Zr,{jwkToPkcs1:()=>kw,jwkToPkix:()=>Mw,pkcs1ToJwk:()=>Pw,pkixToJwk:()=>Ow});var RI=Ge(yo(),1),NI=Ge(Ci(),1);var rr=Ge(ce(),1);function Pw(e){let t=rr.default.asn1.fromDer(rt(e,"ascii")),r=rr.default.pki.privateKeyFromAsn1(t);return{kty:"RSA",n:yt(r.n),e:yt(r.e),d:yt(r.d),p:yt(r.p),q:yt(r.q),dp:yt(r.dP),dq:yt(r.dQ),qi:yt(r.qInv),alg:"RS256"}}function kw(e){if(e.n==null||e.e==null||e.d==null||e.p==null||e.q==null||e.dp==null||e.dq==null||e.qi==null)throw new z("JWK was missing components","ERR_INVALID_PARAMETERS");let t=rr.default.pki.privateKeyToAsn1({n:nt(e.n),e:nt(e.e),d:nt(e.d),p:nt(e.p),q:nt(e.q),dP:nt(e.dp),dQ:nt(e.dq),qInv:nt(e.qi)});return tt(rr.default.asn1.toDer(t).getBytes(),"ascii")}function Ow(e){let t=rr.default.asn1.fromDer(rt(e,"ascii")),r=rr.default.pki.publicKeyFromAsn1(t);return{kty:"RSA",n:yt(r.n),e:yt(r.e)}}function Mw(e){if(e.n==null||e.e==null)throw new z("JWK was missing components","ERR_INVALID_PARAMETERS");let t=rr.default.pki.publicKeyToAsn1({n:nt(e.n),e:nt(e.e)});return tt(rr.default.asn1.toDer(t).getBytes(),"ascii")}async function Cd(e){let t=await Qe.get().subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:new Uint8Array([1,0,1]),hash:{name:"SHA-256"}},!0,["sign","verify"]),r=await Dd(t);return{privateKey:r[0],publicKey:r[1]}}async function Yc(e){let r=[await Qe.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await Vw(e)],n=await Dd({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function Id(e,t){let r=await Qe.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await Qe.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,t instanceof Uint8Array?t:t.subarray());return new Uint8Array(n,0,n.byteLength)}async function Td(e,t,r){let n=await Qe.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return Qe.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,t,r instanceof Uint8Array?r:r.subarray())}async function Dd(e){if(e.privateKey==null||e.publicKey==null)throw new z("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([Qe.get().subtle.exportKey("jwk",e.privateKey),Qe.get().subtle.exportKey("jwk",e.publicKey)])}async function Vw(e){return Qe.get().subtle.importKey("jwk",{kty:e.kty,n:e.n,e:e.e},{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["verify"])}function _d(e,t,r,n){let o=t?Bd(e):Ad(e),i=rt(r instanceof Uint8Array?r:r.subarray(),"ascii"),s=n(i,o);return tt(s,"ascii")}function Ld(e,t){return _d(e,!0,t,(r,n)=>n.encrypt(r))}function Rd(e,t){return _d(e,!1,t,(r,n)=>n.decrypt(r))}function Xi(e){if(e.kty!=="RSA")throw new z("invalid key type","ERR_INVALID_KEY_TYPE");if(e.n==null)throw new z("invalid key modulus","ERR_INVALID_KEY_MODULUS");return tt(e.n,"base64url").length*8}var Oo=8192,ko=class{_key;constructor(t){this._key=t}verify(t,r){return Td(this._key,r,t)}marshal(){return Zr.jwkToPkix(this._key)}get bytes(){return kt.encode({Type:xe.RSA,Data:this.marshal()}).subarray()}encrypt(t){return Ld(this._key,t)}equals(t){return Nt(this.bytes,t.bytes)}hash(){let t=Ve.digest(this.bytes);return at(t)?t.then(({bytes:r})=>r):t.bytes}},On=class{_key;_publicKey;constructor(t,r){this._key=t,this._publicKey=r}genSecret(){return Qi(16)}sign(t){return Id(this._key,t)}get public(){if(this._publicKey==null)throw new z("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new ko(this._publicKey)}decrypt(t){return Rd(this._key,t)}marshal(){return Zr.jwkToPkcs1(this._key)}get bytes(){return Ot.encode({Type:xe.RSA,Data:this.marshal()}).subarray()}equals(t){return Nt(this.bytes,t.bytes)}hash(){let t=Ve.digest(this.bytes);return at(t)?t.then(({bytes:r})=>r):t.bytes}async id(){let t=await this.public.hash();return rt(t,"base58btc")}async export(t,r="pkcs-8"){if(r==="pkcs-8"){let n=new Po.default.util.ByteBuffer(this.marshal()),o=Po.default.asn1.fromDer(n),i=Po.default.pki.privateKeyFromAsn1(o),s={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return Po.default.pki.encryptRsaPrivateKey(i,t,s)}else{if(r==="libp2p-key")return Dn(this.bytes,t);throw new z(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}}};async function Fw(e){let t=Zr.pkcs1ToJwk(e);if(Xi(t)>Oo)throw new z("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let r=await Yc(t);return new On(r.privateKey,r.publicKey)}function qw(e){let t=Zr.pkixToJwk(e);if(Xi(t)>Oo)throw new z("key size is too large","ERR_KEY_SIZE_TOO_LARGE");return new ko(t)}async function zw(e){if(Xi(e)>Oo)throw new z("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let t=await Yc(e);return new On(t.privateKey,t.publicKey)}async function Hw(e){if(e>Oo)throw new z("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let t=await Cd(e);return new On(t.privateKey,t.publicKey)}var t0={};U(t0,{Secp256k1PrivateKey:()=>Vo,Secp256k1PublicKey:()=>Mo,generateKeyPair:()=>i8,unmarshalSecp256k1PrivateKey:()=>n8,unmarshalSecp256k1PublicKey:()=>o8});var Gw=(e,t,r)=>e&t^~e&r,$w=(e,t,r)=>e&t^e&r^t&r,Ww=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Er=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),Sr=new Uint32Array(64),Qc=class extends Cn{constructor(){super(64,32,8,!1),this.A=Er[0]|0,this.B=Er[1]|0,this.C=Er[2]|0,this.D=Er[3]|0,this.E=Er[4]|0,this.F=Er[5]|0,this.G=Er[6]|0,this.H=Er[7]|0}get(){let{A:t,B:r,C:n,D:o,E:i,F:s,G:a,H:c}=this;return[t,r,n,o,i,s,a,c]}set(t,r,n,o,i,s,a,c){this.A=t|0,this.B=r|0,this.C=n|0,this.D=o|0,this.E=i|0,this.F=s|0,this.G=a|0,this.H=c|0}process(t,r){for(let h=0;h<16;h++,r+=4)Sr[h]=t.getUint32(r,!1);for(let h=16;h<64;h++){let p=Sr[h-15],x=Sr[h-2],l=mt(p,7)^mt(p,18)^p>>>3,d=mt(x,17)^mt(x,19)^x>>>10;Sr[h]=d+Sr[h-7]+l+Sr[h-16]|0}let{A:n,B:o,C:i,D:s,E:a,F:c,G:f,H:u}=this;for(let h=0;h<64;h++){let p=mt(a,6)^mt(a,11)^mt(a,25),x=u+p+Gw(a,c,f)+Ww[h]+Sr[h]|0,d=(mt(n,2)^mt(n,13)^mt(n,22))+$w(n,o,i)|0;u=f,f=c,c=a,a=s+x|0,s=i,i=o,o=n,n=x+d|0}n=n+this.A|0,o=o+this.B|0,i=i+this.C|0,s=s+this.D|0,a=a+this.E|0,c=c+this.F|0,f=f+this.G|0,u=u+this.H|0,this.set(n,o,i,s,a,c,f,u)}roundClean(){Sr.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var Nd=Ui(()=>new Qc);function Yw(e){let t=Ao(e);Ut(t,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:r,Fp:n,a:o}=t;if(r){if(!n.eql(o,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof r!="object"||typeof r.beta!="bigint"||typeof r.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...t})}var{bytesToNumberBE:Zw,hexToBytes:Qw}=Oi,Qr={Err:class extends Error{constructor(t=""){super(t)}},_parseInt(e){let{Err:t}=Qr;if(e.length<2||e[0]!==2)throw new t("Invalid signature integer tag");let r=e[1],n=e.subarray(2,r+2);if(!r||n.length!==r)throw new t("Invalid signature integer: wrong length");if(n[0]&128)throw new t("Invalid signature integer: negative");if(n[0]===0&&!(n[1]&128))throw new t("Invalid signature integer: unnecessary leading zero");return{d:Zw(n),l:e.subarray(r+2)}},toSig(e){let{Err:t}=Qr,r=typeof e=="string"?Qw(e):e;if(!xt(r))throw new Error("ui8a expected");let n=r.length;if(n<2||r[0]!=48)throw new t("Invalid signature tag");if(r[1]!==n-2)throw new t("Invalid signature: incorrect length");let{d:o,l:i}=Qr._parseInt(r.subarray(2)),{d:s,l:a}=Qr._parseInt(i);if(a.length)throw new t("Invalid signature: left bytes after parsing");return{r:o,s}},hexFromSig(e){let t=f=>Number.parseInt(f[0],16)&8?"00"+f:f,r=f=>{let u=f.toString(16);return u.length&1?`0${u}`:u},n=t(r(e.s)),o=t(r(e.r)),i=n.length/2,s=o.length/2,a=r(i),c=r(s);return`30${r(s+i+4)}02${c}${o}02${a}${n}`}},nr=BigInt(0),ct=BigInt(1),nT=BigInt(2),Ud=BigInt(3),oT=BigInt(4);function Xw(e){let t=Yw(e),{Fp:r}=t,n=t.toBytes||((l,d,m)=>{let y=d.toAffine();return Xt(Uint8Array.from([4]),r.toBytes(y.x),r.toBytes(y.y))}),o=t.fromBytes||(l=>{let d=l.subarray(1),m=r.fromBytes(d.subarray(0,r.BYTES)),y=r.fromBytes(d.subarray(r.BYTES,2*r.BYTES));return{x:m,y}});function i(l){let{a:d,b:m}=t,y=r.sqr(l),b=r.mul(y,l);return r.add(r.add(b,r.mul(l,d)),m)}if(!r.eql(r.sqr(t.Gy),i(t.Gx)))throw new Error("bad generator point: equation left != right");function s(l){return typeof l=="bigint"&&nr<l&&l<t.n}function a(l){if(!s(l))throw new Error("Expected valid bigint: 0 < bigint < curve.n")}function c(l){let{allowedPrivateKeyLengths:d,nByteLength:m,wrapPrivateKey:y,n:b}=t;if(d&&typeof l!="bigint"){if(xt(l)&&(l=Zt(l)),typeof l!="string"||!d.includes(l.length))throw new Error("Invalid key");l=l.padStart(m*2,"0")}let g;try{g=typeof l=="bigint"?l:Qt(we("private key",l,m))}catch{throw new Error(`private key must be ${m} bytes, hex or bigint, not ${typeof l}`)}return y&&(g=fe(g,b)),a(g),g}let f=new Map;function u(l){if(!(l instanceof h))throw new Error("ProjectivePoint expected")}class h{constructor(d,m,y){if(this.px=d,this.py=m,this.pz=y,d==null||!r.isValid(d))throw new Error("x required");if(m==null||!r.isValid(m))throw new Error("y required");if(y==null||!r.isValid(y))throw new Error("z required")}static fromAffine(d){let{x:m,y}=d||{};if(!d||!r.isValid(m)||!r.isValid(y))throw new Error("invalid affine point");if(d instanceof h)throw new Error("projective point not allowed");let b=g=>r.eql(g,r.ZERO);return b(m)&&b(y)?h.ZERO:new h(m,y,r.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(d){let m=r.invertBatch(d.map(y=>y.pz));return d.map((y,b)=>y.toAffine(m[b])).map(h.fromAffine)}static fromHex(d){let m=h.fromAffine(o(we("pointHex",d)));return m.assertValidity(),m}static fromPrivateKey(d){return h.BASE.multiply(c(d))}_setWindowSize(d){this._WINDOW_SIZE=d,f.delete(this)}assertValidity(){if(this.is0()){if(t.allowInfinityPoint&&!r.is0(this.py))return;throw new Error("bad point: ZERO")}let{x:d,y:m}=this.toAffine();if(!r.isValid(d)||!r.isValid(m))throw new Error("bad point: x or y not FE");let y=r.sqr(m),b=i(d);if(!r.eql(y,b))throw new Error("bad point: equation left != right");if(!this.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:d}=this.toAffine();if(r.isOdd)return!r.isOdd(d);throw new Error("Field doesn't support isOdd")}equals(d){u(d);let{px:m,py:y,pz:b}=this,{px:g,py:S,pz:v}=d,E=r.eql(r.mul(m,v),r.mul(g,b)),B=r.eql(r.mul(y,v),r.mul(S,b));return E&&B}negate(){return new h(this.px,r.neg(this.py),this.pz)}double(){let{a:d,b:m}=t,y=r.mul(m,Ud),{px:b,py:g,pz:S}=this,v=r.ZERO,E=r.ZERO,B=r.ZERO,C=r.mul(b,b),O=r.mul(g,g),G=r.mul(S,S),q=r.mul(b,g);return q=r.add(q,q),B=r.mul(b,S),B=r.add(B,B),v=r.mul(d,B),E=r.mul(y,G),E=r.add(v,E),v=r.sub(O,E),E=r.add(O,E),E=r.mul(v,E),v=r.mul(q,v),B=r.mul(y,B),G=r.mul(d,G),q=r.sub(C,G),q=r.mul(d,q),q=r.add(q,B),B=r.add(C,C),C=r.add(B,C),C=r.add(C,G),C=r.mul(C,q),E=r.add(E,C),G=r.mul(g,S),G=r.add(G,G),C=r.mul(G,q),v=r.sub(v,C),B=r.mul(G,O),B=r.add(B,B),B=r.add(B,B),new h(v,E,B)}add(d){u(d);let{px:m,py:y,pz:b}=this,{px:g,py:S,pz:v}=d,E=r.ZERO,B=r.ZERO,C=r.ZERO,O=t.a,G=r.mul(t.b,Ud),q=r.mul(m,g),X=r.mul(y,S),ae=r.mul(b,v),ke=r.add(m,y),_=r.add(g,S);ke=r.mul(ke,_),_=r.add(q,X),ke=r.sub(ke,_),_=r.add(m,b);let P=r.add(g,v);return _=r.mul(_,P),P=r.add(q,ae),_=r.sub(_,P),P=r.add(y,b),E=r.add(S,v),P=r.mul(P,E),E=r.add(X,ae),P=r.sub(P,E),C=r.mul(O,_),E=r.mul(G,ae),C=r.add(E,C),E=r.sub(X,C),C=r.add(X,C),B=r.mul(E,C),X=r.add(q,q),X=r.add(X,q),ae=r.mul(O,ae),_=r.mul(G,_),X=r.add(X,ae),ae=r.sub(q,ae),ae=r.mul(O,ae),_=r.add(_,ae),q=r.mul(X,_),B=r.add(B,q),q=r.mul(P,_),E=r.mul(ke,E),E=r.sub(E,q),q=r.mul(ke,X),C=r.mul(P,C),C=r.add(C,q),new h(E,B,C)}subtract(d){return this.add(d.negate())}is0(){return this.equals(h.ZERO)}wNAF(d){return x.wNAFCached(this,f,d,m=>{let y=r.invertBatch(m.map(b=>b.pz));return m.map((b,g)=>b.toAffine(y[g])).map(h.fromAffine)})}multiplyUnsafe(d){let m=h.ZERO;if(d===nr)return m;if(a(d),d===ct)return this;let{endo:y}=t;if(!y)return x.unsafeLadder(this,d);let{k1neg:b,k1:g,k2neg:S,k2:v}=y.splitScalar(d),E=m,B=m,C=this;for(;g>nr||v>nr;)g&ct&&(E=E.add(C)),v&ct&&(B=B.add(C)),C=C.double(),g>>=ct,v>>=ct;return b&&(E=E.negate()),S&&(B=B.negate()),B=new h(r.mul(B.px,y.beta),B.py,B.pz),E.add(B)}multiply(d){a(d);let m=d,y,b,{endo:g}=t;if(g){let{k1neg:S,k1:v,k2neg:E,k2:B}=g.splitScalar(m),{p:C,f:O}=this.wNAF(v),{p:G,f:q}=this.wNAF(B);C=x.constTimeNegate(S,C),G=x.constTimeNegate(E,G),G=new h(r.mul(G.px,g.beta),G.py,G.pz),y=C.add(G),b=O.add(q)}else{let{p:S,f:v}=this.wNAF(m);y=S,b=v}return h.normalizeZ([y,b])[0]}multiplyAndAddUnsafe(d,m,y){let b=h.BASE,g=(v,E)=>E===nr||E===ct||!v.equals(b)?v.multiplyUnsafe(E):v.multiply(E),S=g(this,m).add(g(d,y));return S.is0()?void 0:S}toAffine(d){let{px:m,py:y,pz:b}=this,g=this.is0();d==null&&(d=g?r.ONE:r.inv(b));let S=r.mul(m,d),v=r.mul(y,d),E=r.mul(b,d);if(g)return{x:r.ZERO,y:r.ZERO};if(!r.eql(E,r.ONE))throw new Error("invZ was invalid");return{x:S,y:v}}isTorsionFree(){let{h:d,isTorsionFree:m}=t;if(d===ct)return!0;if(m)return m(h,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:d,clearCofactor:m}=t;return d===ct?this:m?m(h,this):this.multiplyUnsafe(t.h)}toRawBytes(d=!0){return this.assertValidity(),n(h,this,d)}toHex(d=!0){return Zt(this.toRawBytes(d))}}h.BASE=new h(t.Gx,t.Gy,r.ONE),h.ZERO=new h(r.ZERO,r.ONE,r.ZERO);let p=t.nBitLength,x=Ki(h,t.endo?Math.ceil(p/2):p);return{CURVE:t,ProjectivePoint:h,normPrivateKeyToScalar:c,weierstrassEquation:i,isWithinCurveOrder:s}}function Jw(e){let t=Ao(e);return Ut(t,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...t})}function Pd(e){let t=Jw(e),{Fp:r,n}=t,o=r.BYTES+1,i=2*r.BYTES+1;function s(_){return nr<_&&_<r.ORDER}function a(_){return fe(_,n)}function c(_){return Mi(_,n)}let{ProjectivePoint:f,normPrivateKeyToScalar:u,weierstrassEquation:h,isWithinCurveOrder:p}=Xw({...t,toBytes(_,P,R){let N=P.toAffine(),T=r.toBytes(N.x),V=Xt;return R?V(Uint8Array.from([P.hasEvenY()?2:3]),T):V(Uint8Array.from([4]),T,r.toBytes(N.y))},fromBytes(_){let P=_.length,R=_[0],N=_.subarray(1);if(P===o&&(R===2||R===3)){let T=Qt(N);if(!s(T))throw new Error("Point is not on curve");let V=h(T),K=r.sqrt(V),H=(K&ct)===ct;return(R&1)===1!==H&&(K=r.neg(K)),{x:T,y:K}}else if(P===i&&R===4){let T=r.fromBytes(N.subarray(0,r.BYTES)),V=r.fromBytes(N.subarray(r.BYTES,2*r.BYTES));return{x:T,y:V}}else throw new Error(`Point of length ${P} was invalid. Expected ${o} compressed bytes or ${i} uncompressed bytes`)}}),x=_=>Zt(br(_,t.nByteLength));function l(_){let P=n>>ct;return _>P}function d(_){return l(_)?a(-_):_}let m=(_,P,R)=>Qt(_.slice(P,R));class y{constructor(P,R,N){this.r=P,this.s=R,this.recovery=N,this.assertValidity()}static fromCompact(P){let R=t.nByteLength;return P=we("compactSignature",P,R*2),new y(m(P,0,R),m(P,R,2*R))}static fromDER(P){let{r:R,s:N}=Qr.toSig(we("DER",P));return new y(R,N)}assertValidity(){if(!p(this.r))throw new Error("r must be 0 < r < CURVE.n");if(!p(this.s))throw new Error("s must be 0 < s < CURVE.n")}addRecoveryBit(P){return new y(this.r,this.s,P)}recoverPublicKey(P){let{r:R,s:N,recovery:T}=this,V=B(we("msgHash",P));if(T==null||![0,1,2,3].includes(T))throw new Error("recovery id invalid");let K=T===2||T===3?R+t.n:R;if(K>=r.ORDER)throw new Error("recovery id 2 or 3 invalid");let H=T&1?"03":"02",Z=f.fromHex(H+x(K)),J=c(K),se=a(-V*J),j=a(N*J),re=f.BASE.multiplyAndAddUnsafe(Z,se,j);if(!re)throw new Error("point at infinify");return re.assertValidity(),re}hasHighS(){return l(this.s)}normalizeS(){return this.hasHighS()?new y(this.r,a(-this.s),this.recovery):this}toDERRawBytes(){return Kr(this.toDERHex())}toDERHex(){return Qr.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return Kr(this.toCompactHex())}toCompactHex(){return x(this.r)+x(this.s)}}let b={isValidPrivateKey(_){try{return u(_),!0}catch{return!1}},normPrivateKeyToScalar:u,randomPrivateKey:()=>{let _=rc(t.n);return Ll(t.randomBytes(_),t.n)},precompute(_=8,P=f.BASE){return P._setWindowSize(_),P.multiply(BigInt(3)),P}};function g(_,P=!0){return f.fromPrivateKey(_).toRawBytes(P)}function S(_){let P=xt(_),R=typeof _=="string",N=(P||R)&&_.length;return P?N===o||N===i:R?N===2*o||N===2*i:_ instanceof f}function v(_,P,R=!0){if(S(_))throw new Error("first arg must be private key");if(!S(P))throw new Error("second arg must be public key");return f.fromHex(P).multiply(u(_)).toRawBytes(R)}let E=t.bits2int||function(_){let P=Qt(_),R=_.length*8-t.nBitLength;return R>0?P>>BigInt(R):P},B=t.bits2int_modN||function(_){return a(E(_))},C=So(t.nBitLength);function O(_){if(typeof _!="bigint")throw new Error("bigint expected");if(!(nr<=_&&_<C))throw new Error(`bigint expected < 2^${t.nBitLength}`);return br(_,t.nByteLength)}function G(_,P,R=q){if(["recovered","canonical"].some(ge=>ge in R))throw new Error("sign() legacy options not supported");let{hash:N,randomBytes:T}=t,{lowS:V,prehash:K,extraEntropy:H}=R;V==null&&(V=!0),_=we("msgHash",_),K&&(_=we("prehashed msgHash",N(_)));let Z=B(_),J=u(P),se=[O(J),O(Z)];if(H!=null){let ge=H===!0?T(r.BYTES):H;se.push(we("extraEntropy",ge))}let j=Xt(...se),re=Z;function Te(ge){let Oe=E(ge);if(!p(Oe))return;let Me=c(Oe),_e=f.BASE.multiply(Oe).toAffine(),Ke=a(_e.x);if(Ke===nr)return;let qt=a(Me*a(re+Ke*J));if(qt===nr)return;let _r=(_e.x===Ke?0:2)|Number(_e.y&ct),oo=qt;return V&&l(qt)&&(oo=d(qt),_r^=1),new y(Ke,oo,_r)}return{seed:j,k2sig:Te}}let q={lowS:t.lowS,prehash:!1},X={lowS:t.lowS,prehash:!1};function ae(_,P,R=q){let{seed:N,k2sig:T}=G(_,P,R),V=t;return Ja(V.hash.outputLen,V.nByteLength,V.hmac)(N,T)}f.BASE._setWindowSize(8);function ke(_,P,R,N=X){let T=_;if(P=we("msgHash",P),R=we("publicKey",R),"strict"in N)throw new Error("options.strict was renamed to lowS");let{lowS:V,prehash:K}=N,H,Z;try{if(typeof T=="string"||xt(T))try{H=y.fromDER(T)}catch(_e){if(!(_e instanceof Qr.Err))throw _e;H=y.fromCompact(T)}else if(typeof T=="object"&&typeof T.r=="bigint"&&typeof T.s=="bigint"){let{r:_e,s:Ke}=T;H=new y(_e,Ke)}else throw new Error("PARSE");Z=f.fromHex(R)}catch(_e){if(_e.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(V&&H.hasHighS())return!1;K&&(P=t.hash(P));let{r:J,s:se}=H,j=B(P),re=c(se),Te=a(j*re),ge=a(J*re),Oe=f.BASE.multiplyAndAddUnsafe(Z,Te,ge)?.toAffine();return Oe?a(Oe.x)===J:!1}return{CURVE:t,getPublicKey:g,getSharedSecret:v,sign:ae,verify:ke,ProjectivePoint:f,Signature:y,utils:b}}var Ji=class extends An{constructor(t,r){super(),this.finished=!1,this.destroyed=!1,gl(t);let n=Eo(r);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let o=this.blockLen,i=new Uint8Array(o);i.set(n.length>o?t.create().update(n).digest():n);for(let s=0;s<i.length;s++)i[s]^=54;this.iHash.update(i),this.oHash=t.create();for(let s=0;s<i.length;s++)i[s]^=106;this.oHash.update(i),i.fill(0)}update(t){return Sn(this),this.iHash.update(t),this}digestInto(t){Sn(this),Ga(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:r,iHash:n,finished:o,destroyed:i,blockLen:s,outputLen:a}=this;return t=t,t.finished=o,t.destroyed=i,t.blockLen=s,t.outputLen=a,t.oHash=r._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},Xc=(e,t,r)=>new Ji(e,t).update(r).digest();Xc.create=(e,t)=>new Ji(e,t);function jw(e){return{hash:e,hmac:(t,...r)=>Xc(e,t,Ni(...r)),randomBytes:Bn}}function kd(e,t){let r=n=>Pd({...e,...jw(n)});return Object.freeze({...r(t),create:r})}var Vd=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),Od=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),e8=BigInt(1),Jc=BigInt(2),Md=(e,t)=>(e+t/Jc)/t;function t8(e){let t=Vd,r=BigInt(3),n=BigInt(6),o=BigInt(11),i=BigInt(22),s=BigInt(23),a=BigInt(44),c=BigInt(88),f=e*e*e%t,u=f*f*e%t,h=me(u,r,t)*u%t,p=me(h,r,t)*u%t,x=me(p,Jc,t)*f%t,l=me(x,o,t)*x%t,d=me(l,i,t)*l%t,m=me(d,a,t)*d%t,y=me(m,c,t)*m%t,b=me(y,a,t)*d%t,g=me(b,r,t)*u%t,S=me(g,s,t)*l%t,v=me(S,n,t)*f%t,E=me(v,Jc,t);if(!jc.eql(jc.sqr(E),e))throw new Error("Cannot find square root");return E}var jc=Vi(Vd,void 0,void 0,{sqrt:t8}),St=kd({a:BigInt(0),b:BigInt(7),Fp:jc,n:Od,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:e=>{let t=Od,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-e8*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),o=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),i=r,s=BigInt("0x100000000000000000000000000000000"),a=Md(i*e,t),c=Md(-n*e,t),f=fe(e-a*r-c*o,t),u=fe(-a*n-c*i,t),h=f>s,p=u>s;if(h&&(f=t-f),p&&(u=t-u),f>s||u>s)throw new Error("splitScalar: Endomorphism failed, k="+e);return{k1neg:h,k1:f,k2neg:p,k2:u}}}},Nd),mT=BigInt(0);var xT=St.ProjectivePoint;function Kd(){return St.utils.randomPrivateKey()}function Fd(e,t){let r=Ve.digest(t instanceof Uint8Array?t:t.subarray());if(at(r))return r.then(({digest:n})=>St.sign(n,e).toDERRawBytes()).catch(n=>{throw new z(String(n),"ERR_INVALID_INPUT")});try{return St.sign(r.digest,e).toDERRawBytes()}catch(n){throw new z(String(n),"ERR_INVALID_INPUT")}}function qd(e,t,r){let n=Ve.digest(r instanceof Uint8Array?r:r.subarray());if(at(n))return n.then(({digest:o})=>St.verify(t,o,e)).catch(o=>{throw new z(String(o),"ERR_INVALID_INPUT")});try{return St.verify(t,n.digest,e)}catch(o){throw new z(String(o),"ERR_INVALID_INPUT")}}function zd(e){return St.ProjectivePoint.fromHex(e).toRawBytes(!0)}function Hd(e){try{St.getPublicKey(e,!0)}catch(t){throw new z(String(t),"ERR_INVALID_PRIVATE_KEY")}}function e0(e){try{St.ProjectivePoint.fromHex(e)}catch(t){throw new z(String(t),"ERR_INVALID_PUBLIC_KEY")}}function Gd(e){try{return St.getPublicKey(e,!0)}catch(t){throw new z(String(t),"ERR_INVALID_PRIVATE_KEY")}}var Mo=class{_key;constructor(t){e0(t),this._key=t}verify(t,r){return qd(this._key,r,t)}marshal(){return zd(this._key)}get bytes(){return kt.encode({Type:xe.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return Nt(this.bytes,t.bytes)}async hash(){let t=Ve.digest(this.bytes),r;return at(t)?{bytes:r}=await t:r=t.bytes,r}},Vo=class{_key;_publicKey;constructor(t,r){this._key=t,this._publicKey=r??Gd(t),Hd(this._key),e0(this._publicKey)}sign(t){return Fd(this._key,t)}get public(){return new Mo(this._publicKey)}marshal(){return this._key}get bytes(){return Ot.encode({Type:xe.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return Nt(this.bytes,t.bytes)}hash(){let t=Ve.digest(this.bytes);return at(t)?t.then(({bytes:r})=>r):t.bytes}async id(){let t=await this.public.hash();return rt(t,"base58btc")}async export(t,r="libp2p-key"){if(r==="libp2p-key")return Dn(this.bytes,t);throw new z(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function n8(e){return new Vo(e)}function o8(e){return new Mo(e)}async function i8(){let e=Kd();return new Vo(e)}var Xr={rsa:Zc,ed25519:Hc,secp256k1:t0};function $d(e){let t=Object.keys(Xr).join(" / ");return new z(`invalid or unsupported key type ${e}. Must be ${t}`,"ERR_UNSUPPORTED_KEY_TYPE")}function Wd(e){let t=kt.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case xe.RSA:return Xr.rsa.unmarshalRsaPublicKey(r);case xe.Ed25519:return Xr.ed25519.unmarshalEd25519PublicKey(r);case xe.Secp256k1:return Xr.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw $d(t.Type??"unknown")}}async function Yd(e){let t=Ot.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case xe.RSA:return Xr.rsa.unmarshalRsaPrivateKey(r);case xe.Ed25519:return Xr.ed25519.unmarshalEd25519PrivateKey(r);case xe.Secp256k1:return Xr.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw $d(t.Type??"RSA")}}var a8=Math.pow(2,7),c8=Math.pow(2,14),f8=Math.pow(2,21),r0=Math.pow(2,28),n0=Math.pow(2,35),o0=Math.pow(2,42),i0=Math.pow(2,49),oe=128,ze=127;function He(e){if(e<a8)return 1;if(e<c8)return 2;if(e<f8)return 3;if(e<r0)return 4;if(e<n0)return 5;if(e<o0)return 6;if(e<i0)return 7;if(Number.MAX_SAFE_INTEGER!=null&&e>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function u8(e,t,r=0){switch(He(e)){case 8:t[r++]=e&255|oe,e/=128;case 7:t[r++]=e&255|oe,e/=128;case 6:t[r++]=e&255|oe,e/=128;case 5:t[r++]=e&255|oe,e/=128;case 4:t[r++]=e&255|oe,e>>>=7;case 3:t[r++]=e&255|oe,e>>>=7;case 2:t[r++]=e&255|oe,e>>>=7;case 1:{t[r++]=e&255,e>>>=7;break}default:throw new Error("unreachable")}return t}function h8(e,t,r=0){switch(He(e)){case 8:t.set(r++,e&255|oe),e/=128;case 7:t.set(r++,e&255|oe),e/=128;case 6:t.set(r++,e&255|oe),e/=128;case 5:t.set(r++,e&255|oe),e/=128;case 4:t.set(r++,e&255|oe),e>>>=7;case 3:t.set(r++,e&255|oe),e>>>=7;case 2:t.set(r++,e&255|oe),e>>>=7;case 1:{t.set(r++,e&255),e>>>=7;break}default:throw new Error("unreachable")}return t}function l8(e,t){let r=e[t],n=0;if(n+=r&ze,r<oe||(r=e[t+1],n+=(r&ze)<<7,r<oe)||(r=e[t+2],n+=(r&ze)<<14,r<oe)||(r=e[t+3],n+=(r&ze)<<21,r<oe)||(r=e[t+4],n+=(r&ze)*r0,r<oe)||(r=e[t+5],n+=(r&ze)*n0,r<oe)||(r=e[t+6],n+=(r&ze)*o0,r<oe)||(r=e[t+7],n+=(r&ze)*i0,r<oe))return n;throw new RangeError("Could not decode varint")}function d8(e,t){let r=e.get(t),n=0;if(n+=r&ze,r<oe||(r=e.get(t+1),n+=(r&ze)<<7,r<oe)||(r=e.get(t+2),n+=(r&ze)<<14,r<oe)||(r=e.get(t+3),n+=(r&ze)<<21,r<oe)||(r=e.get(t+4),n+=(r&ze)*r0,r<oe)||(r=e.get(t+5),n+=(r&ze)*n0,r<oe)||(r=e.get(t+6),n+=(r&ze)*o0,r<oe)||(r=e.get(t+7),n+=(r&ze)*i0,r<oe))return n;throw new RangeError("Could not decode varint")}function ft(e,t,r=0){return t==null&&(t=qe(He(e))),t instanceof Uint8Array?u8(e,t,r):h8(e,t,r)}function At(e,t=0){return e instanceof Uint8Array?l8(e,t):d8(e,t)}function ut(e,t){t==null&&(t=e.reduce((o,i)=>o+i.length,0));let r=qe(t),n=0;for(let o of e)r.set(o,n),n+=o.length;return Hr(r)}function ji(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}var Qd=Symbol.for("@achingbrain/uint8arraylist");function Zd(e,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let r=0;for(let n of e){let o=r+n.byteLength;if(t<o)return{buf:n,index:t-r};r=o}throw new RangeError("index is out of bounds")}function es(e){return!!e?.[Qd]}var Je=class e{bufs;length;[Qd]=!0;constructor(...t){this.bufs=[],this.length=0,t.length>0&&this.appendAll(t)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...t){this.appendAll(t)}appendAll(t){let r=0;for(let n of t)if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.push(n);else if(es(n))r+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}prepend(...t){this.prependAll(t)}prependAll(t){let r=0;for(let n of t.reverse())if(n instanceof Uint8Array)r+=n.byteLength,this.bufs.unshift(n);else if(es(n))r+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=r}get(t){let r=Zd(this.bufs,t);return r.buf[r.index]}set(t,r){let n=Zd(this.bufs,t);n.buf[n.index]=r}write(t,r=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(r+n,t[n]);else if(es(t))for(let n=0;n<t.length;n++)this.set(r+n,t.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(t){if(t=Math.trunc(t),!(Number.isNaN(t)||t<=0)){if(t===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(t>=this.bufs[0].byteLength)t-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(t),this.length-=t;break}}}slice(t,r){let{bufs:n,length:o}=this._subList(t,r);return ut(n,o)}subarray(t,r){let{bufs:n,length:o}=this._subList(t,r);return n.length===1?n[0]:ut(n,o)}sublist(t,r){let{bufs:n,length:o}=this._subList(t,r),i=new e;return i.length=o,i.bufs=[...n],i}_subList(t,r){if(t=t??0,r=r??this.length,t<0&&(t=this.length+t),r<0&&(r=this.length+r),t<0||r>this.length)throw new RangeError("index is out of bounds");if(t===r)return{bufs:[],length:0};if(t===0&&r===this.length)return{bufs:this.bufs,length:this.length};let n=[],o=0;for(let i=0;i<this.bufs.length;i++){let s=this.bufs[i],a=o,c=a+s.byteLength;if(o=c,t>=c)continue;let f=t>=a&&t<c,u=r>a&&r<=c;if(f&&u){if(t===a&&r===c){n.push(s);break}let h=t-a;n.push(s.subarray(h,h+(r-t)));break}if(f){if(t===0){n.push(s);continue}n.push(s.subarray(t-a));continue}if(u){if(r===c){n.push(s);break}n.push(s.subarray(0,r-a));break}n.push(s)}return{bufs:n,length:r-t}}indexOf(t,r=0){if(!es(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(r=Number(r??0),isNaN(r)&&(r=0),r<0&&(r=this.length+r),r<0&&(r=0),t.length===0)return r>this.length?this.length:r;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let i=256,s=new Int32Array(i);for(let h=0;h<i;h++)s[h]=-1;for(let h=0;h<o;h++)s[n[h]]=h;let a=s,c=this.byteLength-n.byteLength,f=n.byteLength-1,u;for(let h=r;h<=c;h+=u){u=0;for(let p=f;p>=0;p--){let x=this.get(h+p);if(n[p]!==x){u=Math.max(1,p-a[x]);break}}if(u===0)return h}return-1}getInt8(t){let r=this.subarray(t,t+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getInt8(0)}setInt8(t,r){let n=qe(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,r),this.write(n,t)}getInt16(t,r){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,r)}setInt16(t,r,n){let o=er(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt16(0,r,n),this.write(o,t)}getInt32(t,r){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,r)}setInt32(t,r,n){let o=er(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt32(0,r,n),this.write(o,t)}getBigInt64(t,r){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,r)}setBigInt64(t,r,n){let o=er(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigInt64(0,r,n),this.write(o,t)}getUint8(t){let r=this.subarray(t,t+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getUint8(0)}setUint8(t,r){let n=qe(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,r),this.write(n,t)}getUint16(t,r){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,r)}setUint16(t,r,n){let o=er(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint16(0,r,n),this.write(o,t)}getUint32(t,r){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,r)}setUint32(t,r,n){let o=er(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint32(0,r,n),this.write(o,t)}getBigUint64(t,r){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,r)}setBigUint64(t,r,n){let o=er(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigUint64(0,r,n),this.write(o,t)}getFloat32(t,r){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,r)}setFloat32(t,r,n){let o=er(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat32(0,r,n),this.write(o,t)}getFloat64(t,r){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,r)}setFloat64(t,r,n){let o=er(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,r,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof e)||t.bufs.length!==this.bufs.length)return!1;for(let r=0;r<this.bufs.length;r++)if(!ji(this.bufs[r],t.bufs[r]))return!1;return!0}static fromUint8Arrays(t,r){let n=new e;return n.bufs=t,r==null&&(r=t.reduce((o,i)=>o+i.byteLength,0)),n.length=r,n}};function Xd(e,t){if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}function ts(e){return globalThis.Buffer!=null?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e}var u0={};U(u0,{base10:()=>b8});function p8(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var o=0;o<e.length;o++){var i=e.charAt(o),s=i.charCodeAt(0);if(r[s]!==255)throw new TypeError(i+" is ambiguous");r[s]=o}var a=e.length,c=e.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(l){if(l instanceof Uint8Array||(ArrayBuffer.isView(l)?l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):Array.isArray(l)&&(l=Uint8Array.from(l))),!(l instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(l.length===0)return"";for(var d=0,m=0,y=0,b=l.length;y!==b&&l[y]===0;)y++,d++;for(var g=(b-y)*u+1>>>0,S=new Uint8Array(g);y!==b;){for(var v=l[y],E=0,B=g-1;(v!==0||E<m)&&B!==-1;B--,E++)v+=256*S[B]>>>0,S[B]=v%a>>>0,v=v/a>>>0;if(v!==0)throw new Error("Non-zero carry");m=E,y++}for(var C=g-m;C!==g&&S[C]===0;)C++;for(var O=c.repeat(d);C<g;++C)O+=e.charAt(S[C]);return O}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var d=0;if(l[d]!==" "){for(var m=0,y=0;l[d]===c;)m++,d++;for(var b=(l.length-d)*f+1>>>0,g=new Uint8Array(b);l[d];){var S=r[l.charCodeAt(d)];if(S===255)return;for(var v=0,E=b-1;(S!==0||v<y)&&E!==-1;E--,v++)S+=a*g[E]>>>0,g[E]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");y=v,d++}if(l[d]!==" "){for(var B=b-y;B!==b&&g[B]===0;)B++;for(var C=new Uint8Array(m+(b-B)),O=m;B!==b;)C[O++]=g[B++];return C}}}function x(l){var d=p(l);if(d)return d;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:p,decode:x}}var y8=p8,m8=y8,Jd=m8;var JT=new Uint8Array(0);var jd=(e,t)=>{if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},or=e=>{if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")};var ep=e=>new TextEncoder().encode(e),tp=e=>new TextDecoder().decode(e);var s0=class{constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},a0=class{constructor(t,r,n){if(this.name=t,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),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 np(this,t)}},c0=class{constructor(t){this.decoders=t}or(t){return np(this,t)}decode(t){let r=t[0],n=this.decoders[r];if(n)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},np=(e,t)=>new c0({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),f0=class{constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new s0(t,r,n),this.decoder=new a0(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},Vn=({name:e,prefix:t,encode:r,decode:n})=>new f0(e,t,r,n),Ar=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:o}=Jd(r,t);return Vn({prefix:e,name:t,encode:n,decode:i=>or(o(i))})},x8=(e,t,r,n)=>{let o={};for(let u=0;u<t.length;++u)o[t[u]]=u;let i=e.length;for(;e[i-1]==="=";)--i;let s=new Uint8Array(i*r/8|0),a=0,c=0,f=0;for(let u=0;u<i;++u){let h=o[e[u]];if(h===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|h,a+=r,a>=8&&(a-=8,s[f++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},g8=(e,t,r)=>{let n=t[t.length-1]==="=",o=(1<<r)-1,i="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,i+=t[o&a>>s];if(s&&(i+=t[o&a<<r-s]),n)for(;i.length*r&7;)i+="=";return i},Se=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>Vn({prefix:t,name:e,encode(o){return g8(o,n,r)},decode(o){return x8(o,n,r,e)}});var b8=Ar({prefix:"9",name:"base10",alphabet:"0123456789"});var h0={};U(h0,{base16:()=>v8,base16upper:()=>w8});var v8=Se({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),w8=Se({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var l0={};U(l0,{base2:()=>E8});var E8=Se({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var d0={};U(d0,{base256emoji:()=>I8});var op=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}"),S8=op.reduce((e,t,r)=>(e[r]=t,e),[]),A8=op.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function B8(e){return e.reduce((t,r)=>(t+=S8[r],t),"")}function C8(e){let t=[];for(let r of e){let n=A8[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var I8=Vn({prefix:"\u{1F680}",name:"base256emoji",encode:B8,decode:C8});var p0={};U(p0,{base32:()=>Kn,base32hex:()=>L8,base32hexpad:()=>N8,base32hexpadupper:()=>U8,base32hexupper:()=>R8,base32pad:()=>D8,base32padupper:()=>_8,base32upper:()=>T8,base32z:()=>P8});var Kn=Se({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),T8=Se({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),D8=Se({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),_8=Se({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),L8=Se({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),R8=Se({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),N8=Se({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),U8=Se({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),P8=Se({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var y0={};U(y0,{base36:()=>k8,base36upper:()=>O8});var k8=Ar({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),O8=Ar({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var m0={};U(m0,{base58btc:()=>Mt,base58flickr:()=>M8});var Mt=Ar({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),M8=Ar({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var x0={};U(x0,{base64:()=>V8,base64pad:()=>K8,base64url:()=>F8,base64urlpad:()=>q8});var V8=Se({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),K8=Se({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),F8=Se({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),q8=Se({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var g0={};U(g0,{base8:()=>z8});var z8=Se({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var b0={};U(b0,{identity:()=>H8});var H8=Vn({prefix:"\0",name:"identity",encode:e=>tp(e),decode:e=>ep(e)});var dD=new TextEncoder,pD=new TextDecoder;var w0={};U(w0,{identity:()=>d4});var W8=ap,ip=128,Y8=127,Z8=~Y8,Q8=Math.pow(2,31);function ap(e,t,r){t=t||[],r=r||0;for(var n=r;e>=Q8;)t[r++]=e&255|ip,e/=128;for(;e&Z8;)t[r++]=e&255|ip,e>>>=7;return t[r]=e|0,ap.bytes=r-n+1,t}var X8=v0,J8=128,sp=127;function v0(e,n){var r=0,n=n||0,o=0,i=n,s,a=e.length;do{if(i>=a)throw v0.bytes=0,new RangeError("Could not decode varint");s=e[i++],r+=o<28?(s&sp)<<o:(s&sp)*Math.pow(2,o),o+=7}while(s>=J8);return v0.bytes=i-n,r}var j8=Math.pow(2,7),e4=Math.pow(2,14),t4=Math.pow(2,21),r4=Math.pow(2,28),n4=Math.pow(2,35),o4=Math.pow(2,42),i4=Math.pow(2,49),s4=Math.pow(2,56),a4=Math.pow(2,63),c4=function(e){return e<j8?1:e<e4?2:e<t4?3:e<r4?4:e<n4?5:e<o4?6:e<i4?7:e<s4?8:e<a4?9:10},f4={encode:W8,decode:X8,encodingLength:c4},u4=f4,Ko=u4;var Fo=(e,t=0)=>[Ko.decode(e,t),Ko.decode.bytes],Fn=(e,t,r=0)=>(Ko.encode(e,t,r),t),qn=e=>Ko.encodingLength(e);var Jr=(e,t)=>{let r=t.byteLength,n=qn(e),o=n+qn(r),i=new Uint8Array(o+r);return Fn(e,i,0),Fn(r,i,n),i.set(t,o),new zn(e,r,t,i)},cp=e=>{let t=or(e),[r,n]=Fo(t),[o,i]=Fo(t.subarray(n)),s=t.subarray(n+i);if(s.byteLength!==o)throw new Error("Incorrect length");return new zn(r,o,s,t)},fp=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&jd(e.bytes,r.bytes)}},zn=class{constructor(t,r,n,o){this.code=t,this.size=r,this.digest=n,this.bytes=o}};var up=0,h4="identity",hp=or,l4=e=>Jr(up,hp(e)),d4={code:up,name:h4,encode:hp,digest:l4};var A0={};U(A0,{sha256:()=>p4,sha512:()=>y4});var S0=({name:e,code:t,encode:r})=>new E0(e,t,r),E0=class{constructor(t,r,n){this.name=t,this.code=r,this.encode=n}digest(t){if(t instanceof Uint8Array){let r=this.encode(t);return r instanceof Uint8Array?Jr(this.code,r):r.then(n=>Jr(this.code,n))}else throw Error("Unknown type, must be binary type")}};var dp=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),p4=S0({name:"sha2-256",code:18,encode:dp("SHA-256")}),y4=S0({name:"sha2-512",code:19,encode:dp("SHA-512")});var pp=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return x4(r,B0(e),t||Mt.encoder);default:return g4(r,B0(e),t||Kn.encoder)}};var yp=new WeakMap,B0=e=>{let t=yp.get(e);if(t==null){let r=new Map;return yp.set(e,r),r}return t},ns=class e{constructor(t,r,n,o){this.code=r,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:r}=this;if(t!==zo)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==b4)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=Jr(t,r);return e.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&fp(t.multihash,n.multihash)}toString(t){return pp(this,t)}toJSON(){return{"/":pp(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let r=t;if(r instanceof e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:o,multihash:i,bytes:s}=r;return new e(n,o,i,s||mp(n,o,i.bytes))}else if(r[v4]===!0){let{version:n,multihash:o,code:i}=r,s=cp(o);return e.create(n,i,s)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==zo)throw new Error(`Version 0 CID must use dag-pb (code: ${zo}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let o=mp(t,r,n.bytes);return new e(t,r,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,zo,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,o=or(t.subarray(n,n+r.multihashSize));if(o.byteLength!==r.multihashSize)throw new Error("Incorrect length");let i=o.subarray(r.multihashSize-r.digestSize),s=new zn(r.multihashCode,r.digestSize,i,o);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[h,p]=Fo(t.subarray(r));return r+=p,h},o=n(),i=zo;if(o===18?(o=0,r=0):i=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let s=r,a=n(),c=n(),f=r+c,u=f-s;return{version:o,codec:i,multihashCode:a,digestSize:c,multihashSize:u,size:f}}static parse(t,r){let[n,o]=m4(t,r),i=e.decode(o);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return B0(i).set(n,t),i}},m4=(e,t)=>{switch(e[0]){case"Q":{let r=t||Mt;return[Mt.prefix,r.decode(`${Mt.prefix}${e}`)]}case Mt.prefix:{let r=t||Mt;return[Mt.prefix,r.decode(e)]}case Kn.prefix:{let r=t||Kn;return[Kn.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}},x4=(e,t,r)=>{let{prefix:n}=r;if(n!==Mt.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let o=t.get(n);if(o==null){let i=r.encode(e).slice(1);return t.set(n,i),i}else return o},g4=(e,t,r)=>{let{prefix:n}=r,o=t.get(n);if(o==null){let i=r.encode(e);return t.set(n,i),i}else return o},zo=112,b4=18,mp=(e,t,r)=>{let n=qn(e),o=n+qn(t),i=new Uint8Array(o+r.byteLength);return Fn(e,i,0),Fn(t,i,n),i.set(r,o),i},v4=Symbol.for("@ipld/js-cid/CID");var C0={...b0,...l0,...g0,...u0,...h0,...p0,...y0,...m0,...x0,...d0},_D={...A0,...w0};function xp(e=0){return globalThis.Buffer?.allocUnsafe!=null?ts(globalThis.Buffer.allocUnsafe(e)):new Uint8Array(e)}function bp(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var gp=bp("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),I0=bp("ascii","a",e=>{let t="a";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},e=>{e=e.substring(1);let t=xp(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),w4={utf8:gp,"utf-8":gp,hex:C0.base16,latin1:I0,ascii:I0,binary:I0,...C0},vp=w4;function wp(e,t="utf8"){let r=vp[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?ts(globalThis.Buffer.from(e,"utf-8")):r.decoder.decode(`${r.prefix}${e}`)}var Ep={ERR_SIGNATURE_NOT_VALID:"ERR_SIGNATURE_NOT_VALID"};var Ho;(function(e){let t;e.codec=()=>(t==null&&(t=Et((r,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),r.publicKey!=null&&r.publicKey.byteLength>0&&(n.uint32(10),n.bytes(r.publicKey)),r.payloadType!=null&&r.payloadType.byteLength>0&&(n.uint32(18),n.bytes(r.payloadType)),r.payload!=null&&r.payload.byteLength>0&&(n.uint32(26),n.bytes(r.payload)),r.signature!=null&&r.signature.byteLength>0&&(n.uint32(42),n.bytes(r.signature)),o.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let o={publicKey:new Uint8Array(0),payloadType:new Uint8Array(0),payload:new Uint8Array(0),signature:new Uint8Array(0)},i=n==null?r.len:r.pos+n;for(;r.pos<i;){let s=r.uint32();switch(s>>>3){case 1:o.publicKey=r.bytes();break;case 2:o.payloadType=r.bytes();break;case 3:o.payload=r.bytes();break;case 5:o.signature=r.bytes();break;default:r.skipType(s&7);break}}return o})),t),e.encode=r=>wt(r,e.codec()),e.decode=r=>vt(r,e.codec())})(Ho||(Ho={}));var Br=class e{static createFromProtobuf=async t=>{let r=Ho.decode(t),n=await uo(r.publicKey);return new e({peerId:n,payloadType:r.payloadType,payload:r.payload,signature:r.signature})};static seal=async(t,r)=>{if(r.privateKey==null)throw new Error("Missing private key");let n=t.domain,o=t.codec,i=t.marshal(),s=Sp(n,o,i),c=await(await Yd(r.privateKey)).sign(s.subarray());return new e({peerId:r,payloadType:o,payload:i,signature:c})};static openAndCertify=async(t,r)=>{let n=await e.createFromProtobuf(t);if(!await n.validate(r))throw new z("envelope signature is not valid for the given domain",Ep.ERR_SIGNATURE_NOT_VALID);return n};peerId;payloadType;payload;signature;marshaled;constructor(t){let{peerId:r,payloadType:n,payload:o,signature:i}=t;this.peerId=r,this.payloadType=n,this.payload=o,this.signature=i}marshal(){if(this.peerId.publicKey==null)throw new Error("Missing public key");return this.marshaled==null&&(this.marshaled=Ho.encode({publicKey:this.peerId.publicKey,payloadType:this.payloadType,payload:this.payload.subarray(),signature:this.signature})),this.marshaled}equals(t){return Xd(this.marshal(),t.marshal())}async validate(t){let r=Sp(t,this.payloadType,this.payload);if(this.peerId.publicKey==null)throw new Error("Missing public key");return Wd(this.peerId.publicKey).verify(r.subarray(),this.signature)}},Sp=(e,t,r)=>{let n=wp(e),o=ft(n.byteLength),i=ft(t.length),s=ft(r.length);return new Je(o,n,i,t,s,r)};function Ap(e,t){let r=(n,o)=>n.toString().localeCompare(o.toString());return e.length!==t.length?!1:(t.sort(r),e.sort(r).every((n,o)=>t[o].equals(n)))}var R0={};U(R0,{base58btc:()=>je,base58flickr:()=>I4});function E4(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var o=0;o<e.length;o++){var i=e.charAt(o),s=i.charCodeAt(0);if(r[s]!==255)throw new TypeError(i+" is ambiguous");r[s]=o}var a=e.length,c=e.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(l){if(l instanceof Uint8Array||(ArrayBuffer.isView(l)?l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):Array.isArray(l)&&(l=Uint8Array.from(l))),!(l instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(l.length===0)return"";for(var d=0,m=0,y=0,b=l.length;y!==b&&l[y]===0;)y++,d++;for(var g=(b-y)*u+1>>>0,S=new Uint8Array(g);y!==b;){for(var v=l[y],E=0,B=g-1;(v!==0||E<m)&&B!==-1;B--,E++)v+=256*S[B]>>>0,S[B]=v%a>>>0,v=v/a>>>0;if(v!==0)throw new Error("Non-zero carry");m=E,y++}for(var C=g-m;C!==g&&S[C]===0;)C++;for(var O=c.repeat(d);C<g;++C)O+=e.charAt(S[C]);return O}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var d=0;if(l[d]!==" "){for(var m=0,y=0;l[d]===c;)m++,d++;for(var b=(l.length-d)*f+1>>>0,g=new Uint8Array(b);l[d];){var S=r[l.charCodeAt(d)];if(S===255)return;for(var v=0,E=b-1;(S!==0||v<y)&&E!==-1;E--,v++)S+=a*g[E]>>>0,g[E]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");y=v,d++}if(l[d]!==" "){for(var B=b-y;B!==b&&g[B]===0;)B++;for(var C=new Uint8Array(m+(b-B)),O=m;B!==b;)C[O++]=g[B++];return C}}}function x(l){var d=p(l);if(d)return d;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:p,decode:x}}var S4=E4,A4=S4,Bp=A4;var e_=new Uint8Array(0);var Cp=(e,t)=>{if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},ir=e=>{if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")};var Ip=e=>new TextEncoder().encode(e),Tp=e=>new TextDecoder().decode(e);var T0=class{constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},D0=class{constructor(t,r,n){if(this.name=t,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),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 _p(this,t)}},_0=class{constructor(t){this.decoders=t}or(t){return _p(this,t)}decode(t){let r=t[0],n=this.decoders[r];if(n)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},_p=(e,t)=>new _0({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),L0=class{constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new T0(t,r,n),this.decoder=new D0(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},Hn=({name:e,prefix:t,encode:r,decode:n})=>new L0(e,t,r,n),Cr=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:o}=Bp(r,t);return Hn({prefix:e,name:t,encode:n,decode:i=>ir(o(i))})},B4=(e,t,r,n)=>{let o={};for(let u=0;u<t.length;++u)o[t[u]]=u;let i=e.length;for(;e[i-1]==="=";)--i;let s=new Uint8Array(i*r/8|0),a=0,c=0,f=0;for(let u=0;u<i;++u){let h=o[e[u]];if(h===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|h,a+=r,a>=8&&(a-=8,s[f++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},C4=(e,t,r)=>{let n=t[t.length-1]==="=",o=(1<<r)-1,i="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,i+=t[o&a>>s];if(s&&(i+=t[o&a<<r-s]),n)for(;i.length*r&7;)i+="=";return i},Ae=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>Hn({prefix:t,name:e,encode(o){return C4(o,n,r)},decode(o){return B4(o,n,r,e)}});var je=Cr({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),I4=Cr({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var N0={};U(N0,{base32:()=>sr,base32hex:()=>L4,base32hexpad:()=>N4,base32hexpadupper:()=>U4,base32hexupper:()=>R4,base32pad:()=>D4,base32padupper:()=>_4,base32upper:()=>T4,base32z:()=>P4});var sr=Ae({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),T4=Ae({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),D4=Ae({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),_4=Ae({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),L4=Ae({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),R4=Ae({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),N4=Ae({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),U4=Ae({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),P4=Ae({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var k4=Np,Lp=128,O4=127,M4=~O4,V4=Math.pow(2,31);function Np(e,t,r){t=t||[],r=r||0;for(var n=r;e>=V4;)t[r++]=e&255|Lp,e/=128;for(;e&M4;)t[r++]=e&255|Lp,e>>>=7;return t[r]=e|0,Np.bytes=r-n+1,t}var K4=U0,F4=128,Rp=127;function U0(e,n){var r=0,n=n||0,o=0,i=n,s,a=e.length;do{if(i>=a)throw U0.bytes=0,new RangeError("Could not decode varint");s=e[i++],r+=o<28?(s&Rp)<<o:(s&Rp)*Math.pow(2,o),o+=7}while(s>=F4);return U0.bytes=i-n,r}var q4=Math.pow(2,7),z4=Math.pow(2,14),H4=Math.pow(2,21),G4=Math.pow(2,28),$4=Math.pow(2,35),W4=Math.pow(2,42),Y4=Math.pow(2,49),Z4=Math.pow(2,56),Q4=Math.pow(2,63),X4=function(e){return e<q4?1:e<z4?2:e<H4?3:e<G4?4:e<$4?5:e<W4?6:e<Y4?7:e<Z4?8:e<Q4?9:10},J4={encode:k4,decode:K4,encodingLength:X4},j4=J4,Go=j4;var $o=(e,t=0)=>[Go.decode(e,t),Go.decode.bytes],Gn=(e,t,r=0)=>(Go.encode(e,t,r),t),$n=e=>Go.encodingLength(e);var jr=(e,t)=>{let r=t.byteLength,n=$n(e),o=n+$n(r),i=new Uint8Array(o+r);return Gn(e,i,0),Gn(r,i,n),i.set(t,o),new Wn(e,r,t,i)},is=e=>{let t=ir(e),[r,n]=$o(t),[o,i]=$o(t.subarray(n)),s=t.subarray(n+i);if(s.byteLength!==o)throw new Error("Incorrect length");return new Wn(r,o,s,t)},Up=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&Cp(e.bytes,r.bytes)}},Wn=class{constructor(t,r,n,o){this.code=t,this.size=r,this.digest=n,this.bytes=o}};var Pp=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return tE(r,P0(e),t||je.encoder);default:return rE(r,P0(e),t||sr.encoder)}};var kp=new WeakMap,P0=e=>{let t=kp.get(e);if(t==null){let r=new Map;return kp.set(e,r),r}return t},Ir=class e{constructor(t,r,n,o){this.code=r,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:r}=this;if(t!==Wo)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==nE)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=jr(t,r);return e.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&Up(t.multihash,n.multihash)}toString(t){return Pp(this,t)}toJSON(){return{"/":Pp(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let r=t;if(r instanceof e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:o,multihash:i,bytes:s}=r;return new e(n,o,i,s||Op(n,o,i.bytes))}else if(r[oE]===!0){let{version:n,multihash:o,code:i}=r,s=is(o);return e.create(n,i,s)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==Wo)throw new Error(`Version 0 CID must use dag-pb (code: ${Wo}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let o=Op(t,r,n.bytes);return new e(t,r,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,Wo,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,o=ir(t.subarray(n,n+r.multihashSize));if(o.byteLength!==r.multihashSize)throw new Error("Incorrect length");let i=o.subarray(r.multihashSize-r.digestSize),s=new Wn(r.multihashCode,r.digestSize,i,o);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[h,p]=$o(t.subarray(r));return r+=p,h},o=n(),i=Wo;if(o===18?(o=0,r=0):i=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let s=r,a=n(),c=n(),f=r+c,u=f-s;return{version:o,codec:i,multihashCode:a,digestSize:c,multihashSize:u,size:f}}static parse(t,r){let[n,o]=eE(t,r),i=e.decode(o);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return P0(i).set(n,t),i}},eE=(e,t)=>{switch(e[0]){case"Q":{let r=t||je;return[je.prefix,r.decode(`${je.prefix}${e}`)]}case je.prefix:{let r=t||je;return[je.prefix,r.decode(e)]}case sr.prefix:{let r=t||sr;return[sr.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}},tE=(e,t,r)=>{let{prefix:n}=r;if(n!==je.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let o=t.get(n);if(o==null){let i=r.encode(e).slice(1);return t.set(n,i),i}else return o},rE=(e,t,r)=>{let{prefix:n}=r,o=t.get(n);if(o==null){let i=r.encode(e);return t.set(n,i),i}else return o},Wo=112,nE=18,Op=(e,t,r)=>{let n=$n(e),o=n+$n(t),i=new Uint8Array(o+r.byteLength);return Gn(e,i,0),Gn(t,i,n),i.set(r,o),i},oE=Symbol.for("@ipld/js-cid/CID");function et(e,t="utf8"){let r=Wi[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(e.buffer,e.byteOffset,e.byteLength).toString("utf8"):r.encoder.encode(e).substring(1)}var ss=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let r=this.index,n=t();return n===void 0&&(this.index=r),n}parseWith(t){let r=t();if(this.index===this.input.length)return r}peekChar(){if(!(this.index>=this.input.length))return this.input[this.index]}readChar(){if(!(this.index>=this.input.length))return this.input[this.index++]}readGivenChar(t){return this.readAtomically(()=>{let r=this.readChar();if(r===t)return r})}readSeparator(t,r,n){return this.readAtomically(()=>{if(!(r>0&&this.readGivenChar(t)===void 0))return n()})}readNumber(t,r,n,o){return this.readAtomically(()=>{let i=0,s=0,a=this.peekChar();if(a===void 0)return;let c=a==="0",f=2**(8*o)-1;for(;;){let u=this.readAtomically(()=>{let h=this.readChar();if(h===void 0)return;let p=Number.parseInt(h,t);if(!Number.isNaN(p))return p});if(u===void 0)break;if(i*=t,i+=u,i>f||(s+=1,r!==void 0&&s>r))return}if(s!==0)return!n&&c&&s>1?void 0:i})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let r=0;r<t.length;r++){let n=this.readSeparator(".",r,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;t[r]=n}return t})}readIPv6Addr(){let t=r=>{for(let n=0;n<r.length/2;n++){let o=n*2;if(n<r.length-3){let s=this.readSeparator(":",n,()=>this.readIPv4Addr());if(s!==void 0)return r[o]=s[0],r[o+1]=s[1],r[o+2]=s[2],r[o+3]=s[3],[o+4,!0]}let i=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(i===void 0)return[o,!1];r[o]=i>>8,r[o+1]=i&255}return[r.length,!1]};return this.readAtomically(()=>{let r=new Uint8Array(16),[n,o]=t(r);if(n===16)return r;if(o||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let i=new Uint8Array(14),s=16-(n+2),[a]=t(i.subarray(0,s));return r.set(i.subarray(0,a),16-a),r})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var Mp=45,iE=15,Zn=new ss;function k0(e){if(!(e.length>iE))return Zn.new(e).parseWith(()=>Zn.readIPv4Addr())}function O0(e){if(e.includes("%")&&(e=e.split("%")[0]),!(e.length>Mp))return Zn.new(e).parseWith(()=>Zn.readIPv6Addr())}function as(e){if(e.includes("%")&&(e=e.split("%")[0]),!(e.length>Mp))return Zn.new(e).parseWith(()=>Zn.readIPAddr())}var B_=parseInt("0xFFFF",16),C_=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var M0={};U(M0,{base10:()=>uE});var uE=Cr({prefix:"9",name:"base10",alphabet:"0123456789"});var V0={};U(V0,{base16:()=>hE,base16upper:()=>lE});var hE=Ae({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),lE=Ae({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var K0={};U(K0,{base2:()=>dE});var dE=Ae({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var F0={};U(F0,{base256emoji:()=>gE});var Fp=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}"),pE=Fp.reduce((e,t,r)=>(e[r]=t,e),[]),yE=Fp.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function mE(e){return e.reduce((t,r)=>(t+=pE[r],t),"")}function xE(e){let t=[];for(let r of e){let n=yE[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var gE=Hn({prefix:"\u{1F680}",name:"base256emoji",encode:mE,decode:xE});var q0={};U(q0,{base36:()=>bE,base36upper:()=>vE});var bE=Cr({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),vE=Cr({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var z0={};U(z0,{base64:()=>wE,base64pad:()=>EE,base64url:()=>SE,base64urlpad:()=>AE});var wE=Ae({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),EE=Ae({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),SE=Ae({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),AE=Ae({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var H0={};U(H0,{base8:()=>BE});var BE=Ae({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var G0={};U(G0,{identity:()=>CE});var CE=Hn({prefix:"\0",name:"identity",encode:e=>Tp(e),decode:e=>Ip(e)});var nL=new TextEncoder,oL=new TextDecoder;var $0={};U($0,{identity:()=>LE});var qp=0,DE="identity",zp=ir,_E=e=>jr(qp,zp(e)),LE={code:qp,name:DE,encode:zp,digest:_E};var Z0={};U(Z0,{sha256:()=>RE,sha512:()=>NE});var Y0=({name:e,code:t,encode:r})=>new W0(e,t,r),W0=class{constructor(t,r,n){this.name=t,this.code=r,this.encode=n}digest(t){if(t instanceof Uint8Array){let r=this.encode(t);return r instanceof Uint8Array?jr(this.code,r):r.then(n=>jr(this.code,n))}else throw Error("Unknown type, must be binary type")}};var Gp=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),RE=Y0({name:"sha2-256",code:18,encode:Gp("SHA-256")}),NE=Y0({name:"sha2-512",code:19,encode:Gp("SHA-512")});var $p={...G0,...K0,...H0,...M0,...V0,...N0,...q0,...R0,...z0,...F0},lL={...Z0,...$0};function cs(e){return!!k0(e)}function fs(e){return!!O0(e)}function us(e){return!!as(e)}var Wp=cs,UE=fs,Q0=function(e){let t=0;if(e=e.toString().trim(),Wp(e)){let r=new Uint8Array(t+4);return e.split(/\./g).forEach(n=>{r[t++]=parseInt(n,10)&255}),r}if(UE(e)){let r=e.split(":",8),n;for(n=0;n<r.length;n++){let i=Wp(r[n]),s;i&&(s=Q0(r[n]),r[n]=et(s.slice(0,2),"base16")),s!=null&&++n<8&&r.splice(n,0,et(s.slice(2,4),"base16"))}if(r[0]==="")for(;r.length<8;)r.unshift("0");else if(r[r.length-1]==="")for(;r.length<8;)r.push("0");else if(r.length<8){for(n=0;n<r.length&&r[n]!=="";n++);let i=[n,1];for(n=9-r.length;n>0;n--)i.push("0");r.splice.apply(r,i)}let o=new Uint8Array(t+16);for(n=0;n<r.length;n++){let i=parseInt(r[n],16);o[t++]=i>>8&255,o[t++]=i&255}return o}throw new Error("invalid ip address")},Yp=function(e,t=0,r){t=~~t,r=r??e.length-t;let n=new DataView(e.buffer);if(r===4){let o=[];for(let i=0;i<r;i++)o.push(e[t+i]);return o.join(".")}if(r===16){let o=[];for(let i=0;i<r;i+=2)o.push(n.getUint16(t+i).toString(16));return o.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var Qn={},X0={},kE=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[777,-1,"memory"]];kE.forEach(e=>{let t=OE(...e);X0[t.code]=t,Qn[t.name]=t});function OE(e,t,r,n,o){return{code:e,size:t,name:r,resolvable:!!n,path:!!o}}function ie(e){if(typeof e=="number"){if(X0[e]!=null)return X0[e];throw new Error(`no protocol with code: ${e}`)}else if(typeof e=="string"){if(Qn[e]!=null)return Qn[e];throw new Error(`no protocol with name: ${e}`)}throw new Error(`invalid protocol id type: ${typeof e}`)}var DL=ie("ip4"),_L=ie("ip6"),LL=ie("ipcidr");function j0(e,t){switch(ie(e).code){case 4:case 41:return VE(t);case 42:return Xp(t);case 6:case 273:case 33:case 132:return jp(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Xp(t);case 421:return zE(t);case 444:return Jp(t);case 445:return Jp(t);case 466:return qE(t);default:return et(t,"base16")}}function ef(e,t){switch(ie(e).code){case 4:return Zp(t);case 41:return Zp(t);case 42:return Qp(t);case 6:case 273:case 33:case 132:return tf(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Qp(t);case 421:return KE(t);case 444:return HE(t);case 445:return GE(t);case 466:return FE(t);default:return Do(t,"base16")}}var J0=Object.values($p).map(e=>e.decoder),ME=function(){let e=J0[0].or(J0[1]);return J0.slice(2).forEach(t=>e=e.or(t)),e}();function Zp(e){if(!us(e))throw new Error("invalid ip address");return Q0(e)}function VE(e){let t=Yp(e,0,e.length);if(t==null)throw new Error("ipBuff is required");if(!us(t))throw new Error("invalid ip address");return t}function tf(e){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,e),new Uint8Array(t)}function jp(e){return new DataView(e.buffer).getUint16(e.byteOffset)}function Qp(e){let t=Do(e),r=Uint8Array.from(ft(t.length));return ut([r,t],r.length+t.length)}function Xp(e){let t=At(e);if(e=e.slice(He(t)),e.length!==t)throw new Error("inconsistent lengths");return et(e)}function KE(e){let t;e[0]==="Q"||e[0]==="1"?t=is(je.decode(`z${e}`)).bytes:t=Ir.parse(e).multihash.bytes;let r=Uint8Array.from(ft(t.length));return ut([r,t],r.length+t.length)}function FE(e){let t=ME.decode(e),r=Uint8Array.from(ft(t.length));return ut([r,t],r.length+t.length)}function qE(e){let t=At(e),r=e.slice(He(t));if(r.length!==t)throw new Error("inconsistent lengths");return"u"+et(r,"base64url")}function zE(e){let t=At(e),r=e.slice(He(t));if(r.length!==t)throw new Error("inconsistent lengths");return et(r,"base58btc")}function HE(e){let t=e.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==16)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion address.`);let r=sr.decode("b"+t[0]),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=tf(n);return ut([r,o],r.length+o.length)}function GE(e){let t=e.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==56)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion3 address.`);let r=sr.decode(`b${t[0]}`),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=tf(n);return ut([r,o],r.length+o.length)}function Jp(e){let t=e.slice(0,e.length-2),r=e.slice(e.length-2),n=et(t,"base32"),o=jp(r);return`${n}:${o}`}function ey(e){e=rf(e);let t=[],r=[],n=null,o=e.split("/").slice(1);if(o.length===1&&o[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let i=0;i<o.length;i++){let s=o[i],a=ie(s);if(a.size===0){t.push([a.code]),r.push([a.code]);continue}if(i++,i>=o.length)throw ry("invalid address: "+e);if(a.path===!0){n=rf(o.slice(i).join("/")),t.push([a.code,ef(a.code,n)]),r.push([a.code,n]);break}let c=ef(a.code,o[i]);t.push([a.code,c]),r.push([a.code,j0(a.code,c)])}return{string:ty(r),bytes:of(t),tuples:t,stringTuples:r,path:n}}function nf(e){let t=[],r=[],n=null,o=0;for(;o<e.length;){let i=At(e,o),s=He(i),a=ie(i),c=$E(a,e.slice(o+s));if(c===0){t.push([i]),r.push([i]),o+=s;continue}let f=e.slice(o+s,o+s+c);if(o+=c+s,o>e.length)throw ry("Invalid address Uint8Array: "+et(e,"base16"));t.push([i,f]);let u=j0(i,f);if(r.push([i,u]),a.path===!0){n=u;break}}return{bytes:Uint8Array.from(e),string:ty(r),tuples:t,stringTuples:r,path:n}}function ty(e){let t=[];return e.map(r=>{let n=ie(r[0]);return t.push(n.name),r.length>1&&r[1]!=null&&t.push(r[1]),null}),rf(t.join("/"))}function of(e){return ut(e.map(t=>{let r=ie(t[0]),n=Uint8Array.from(ft(r.code));return t.length>1&&t[1]!=null&&(n=ut([n,t[1]])),n}))}function $E(e,t){if(e.size>0)return e.size/8;if(e.size===0)return 0;{let r=At(t instanceof Uint8Array?t:Uint8Array.from(t));return r+He(r)}}function rf(e){return"/"+e.trim().split("/").filter(t=>t).join("/")}function ry(e){return new Error("Error parsing address: "+e)}var WE=Symbol.for("nodejs.util.inspect.custom"),sf=Symbol.for("@multiformats/js-multiaddr/multiaddr"),YE=[ie("dns").code,ie("dns4").code,ie("dns6").code,ie("dnsaddr").code],hs=class e{bytes;#e;#t;#r;#n;[sf]=!0;constructor(t){t==null&&(t="");let r;if(t instanceof Uint8Array)r=nf(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);r=ey(t)}else if(oy(t))r=nf(t.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=r.bytes,this.#e=r.string,this.#t=r.tuples,this.#r=r.stringTuples,this.#n=r.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let t,r,n,o,i="",s=ie("tcp"),a=ie("udp"),c=ie("ip4"),f=ie("ip6"),u=ie("dns6"),h=ie("ip6zone");for(let[x,l]of this.stringTuples())x===h.code&&(i=`%${l??""}`),YE.includes(x)&&(r=s.name,o=443,n=`${l??""}${i}`,t=x===u.code?6:4),(x===s.code||x===a.code)&&(r=ie(x).name,o=parseInt(l??"")),(x===c.code||x===f.code)&&(r=ie(x).name,n=`${l??""}${i}`,t=x===f.code?6:4);if(t==null||r==null||n==null||o==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:n,transport:r,port:o}}protos(){return this.#t.map(([t])=>Object.assign({},ie(t)))}protoCodes(){return this.#t.map(([t])=>t)}protoNames(){return this.#t.map(([t])=>ie(t).name)}tuples(){return this.#t}stringTuples(){return this.#r}encapsulate(t){return t=new e(t),new e(this.toString()+t.toString())}decapsulate(t){let r=t.toString(),n=this.toString(),o=n.lastIndexOf(r);if(o<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new e(n.slice(0,o))}decapsulateCode(t){let r=this.tuples();for(let n=r.length-1;n>=0;n--)if(r[n][0]===t)return new e(of(r.slice(0,n)));return this}getPeerId(){try{let t=[];this.stringTuples().forEach(([n,o])=>{n===Qn.p2p.code&&t.push([n,o]),n===Qn["p2p-circuit"].code&&(t=[])});let r=t.pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?et(je.decode(`z${n}`),"base58btc"):et(Ir.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(t){return ji(this.bytes,t.bytes)}async resolve(t){let r=this.protos().find(i=>i.resolvable);if(r==null)return[this];let n=ny.get(r.name);if(n==null)throw new z(`no available resolver for ${r.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,t)).map(i=>new e(i))}nodeAddress(){let t=this.toOptions();if(t.transport!=="tcp"&&t.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${t.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:t.family,address:t.host,port:t.port}}isThinWaistAddress(t){let r=(t??this).protos();return!(r.length!==2||r[0].code!==4&&r[0].code!==41||r[1].code!==6&&r[1].code!==273)}[WE](){return`Multiaddr(${this.#e})`}};var ny=new Map;function oy(e){return!!e?.[sf]}function Tr(e){return new hs(e)}var iy="libp2p-peer-record",sy=Uint8Array.from([3,1]);var Yo;(function(e){let t;(function(n){let o;n.codec=()=>(o==null&&(o=Et((i,s,a={})=>{a.lengthDelimited!==!1&&s.fork(),i.multiaddr!=null&&i.multiaddr.byteLength>0&&(s.uint32(10),s.bytes(i.multiaddr)),a.lengthDelimited!==!1&&s.ldelim()},(i,s)=>{let a={multiaddr:new Uint8Array(0)},c=s==null?i.len:i.pos+s;for(;i.pos<c;){let f=i.uint32();switch(f>>>3){case 1:a.multiaddr=i.bytes();break;default:i.skipType(f&7);break}}return a})),o),n.encode=i=>wt(i,n.codec()),n.decode=i=>vt(i,n.codec())})(t=e.AddressInfo||(e.AddressInfo={}));let r;e.codec=()=>(r==null&&(r=Et((n,o,i={})=>{if(i.lengthDelimited!==!1&&o.fork(),n.peerId!=null&&n.peerId.byteLength>0&&(o.uint32(10),o.bytes(n.peerId)),n.seq!=null&&n.seq!==0n&&(o.uint32(16),o.uint64(n.seq)),n.addresses!=null)for(let s of n.addresses)o.uint32(26),e.AddressInfo.codec().encode(s,o);i.lengthDelimited!==!1&&o.ldelim()},(n,o)=>{let i={peerId:new Uint8Array(0),seq:0n,addresses:[]},s=o==null?n.len:n.pos+o;for(;n.pos<s;){let a=n.uint32();switch(a>>>3){case 1:i.peerId=n.bytes();break;case 2:i.seq=n.uint64();break;case 3:i.addresses.push(e.AddressInfo.codec().decode(n,n.uint32()));break;default:n.skipType(a&7);break}}return i})),r),e.encode=n=>wt(n,e.codec()),e.decode=n=>vt(n,e.codec())})(Yo||(Yo={}));var ar=class e{static createFromProtobuf=t=>{let r=Yo.decode(t),n=ea(r.peerId),o=(r.addresses??[]).map(s=>Tr(s.multiaddr)),i=r.seq;return new e({peerId:n,multiaddrs:o,seqNumber:i})};static DOMAIN=iy;static CODEC=sy;peerId;multiaddrs;seqNumber;domain=e.DOMAIN;codec=e.CODEC;marshaled;constructor(t){let{peerId:r,multiaddrs:n,seqNumber:o}=t;this.peerId=r,this.multiaddrs=n??[],this.seqNumber=o??BigInt(Date.now())}marshal(){return this.marshaled==null&&(this.marshaled=Yo.encode({peerId:this.peerId.toBytes(),seq:BigInt(this.seqNumber),addresses:this.multiaddrs.map(t=>({multiaddr:t.bytes}))})),this.marshaled}equals(t){return!(!(t instanceof e)||!this.peerId.equals(t.peerId)||this.seqNumber!==t.seqNumber||!Ap(this.multiaddrs,t.multiaddrs))}};function ZE(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var o=0;o<e.length;o++){var i=e.charAt(o),s=i.charCodeAt(0);if(r[s]!==255)throw new TypeError(i+" is ambiguous");r[s]=o}var a=e.length,c=e.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(l){if(l instanceof Uint8Array||(ArrayBuffer.isView(l)?l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):Array.isArray(l)&&(l=Uint8Array.from(l))),!(l instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(l.length===0)return"";for(var d=0,m=0,y=0,b=l.length;y!==b&&l[y]===0;)y++,d++;for(var g=(b-y)*u+1>>>0,S=new Uint8Array(g);y!==b;){for(var v=l[y],E=0,B=g-1;(v!==0||E<m)&&B!==-1;B--,E++)v+=256*S[B]>>>0,S[B]=v%a>>>0,v=v/a>>>0;if(v!==0)throw new Error("Non-zero carry");m=E,y++}for(var C=g-m;C!==g&&S[C]===0;)C++;for(var O=c.repeat(d);C<g;++C)O+=e.charAt(S[C]);return O}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var d=0;if(l[d]!==" "){for(var m=0,y=0;l[d]===c;)m++,d++;for(var b=(l.length-d)*f+1>>>0,g=new Uint8Array(b);l[d];){var S=r[l.charCodeAt(d)];if(S===255)return;for(var v=0,E=b-1;(S!==0||v<y)&&E!==-1;E--,v++)S+=a*g[E]>>>0,g[E]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");y=v,d++}if(l[d]!==" "){for(var B=b-y;B!==b&&g[B]===0;)B++;for(var C=new Uint8Array(m+(b-B)),O=m;B!==b;)C[O++]=g[B++];return C}}}function x(l){var d=p(l);if(d)return d;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:p,decode:x}}var QE=ZE,XE=QE,ay=XE;var yR=new Uint8Array(0);var cy=e=>{if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")};var af=class{constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},cf=class{constructor(t,r,n){if(this.name=t,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),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 fy(this,t)}},ff=class{constructor(t){this.decoders=t}or(t){return fy(this,t)}decode(t){let r=t[0],n=this.decoders[r];if(n)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},fy=(e,t)=>new ff({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),uf=class{constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new af(t,r,n),this.decoder=new cf(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},uy=({name:e,prefix:t,encode:r,decode:n})=>new uf(e,t,r,n),hf=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:o}=ay(r,t);return uy({prefix:e,name:t,encode:n,decode:i=>cy(o(i))})},JE=(e,t,r,n)=>{let o={};for(let u=0;u<t.length;++u)o[t[u]]=u;let i=e.length;for(;e[i-1]==="=";)--i;let s=new Uint8Array(i*r/8|0),a=0,c=0,f=0;for(let u=0;u<i;++u){let h=o[e[u]];if(h===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|h,a+=r,a>=8&&(a-=8,s[f++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},jE=(e,t,r)=>{let n=t[t.length-1]==="=",o=(1<<r)-1,i="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,i+=t[o&a>>s];if(s&&(i+=t[o&a<<r-s]),n)for(;i.length*r&7;)i+="=";return i},Zo=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>uy({prefix:t,name:e,encode(o){return jE(o,n,r)},decode(o){return JE(o,n,r,e)}});var hy=hf({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),wR=hf({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var AR=Zo({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),BR=Zo({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),ly=Zo({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),CR=Zo({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var eS=e=>e.toString().split("/").slice(1),Qo=e=>({match:t=>t.length<1?!1:e(t[0])?t.slice(1):!1,pattern:"fn"}),Ce=e=>({match:t=>Qo(r=>r===e).match(t),pattern:e}),ps=()=>({match:e=>Qo(t=>typeof t=="string").match(e),pattern:"{string}"}),dy=()=>({match:e=>Qo(t=>!isNaN(parseInt(t))).match(e),pattern:"{number}"}),ht=()=>({match:e=>{if(e.length<2||e[0]!=="p2p"&&e[0]!=="ipfs")return!1;if(e[1].startsWith("Q")||e[1].startsWith("1"))try{hy.decode(`z${e[1]}`)}catch{return!1}else return!1;return e.slice(2)},pattern:"/p2p/{peerid}"}),ls=()=>({match:e=>{if(e.length<2||e[0]!=="certhash")return!1;try{ly.decode(e[1])}catch{return!1}return e.slice(2)},pattern:"/certhash/{certhash}"}),Vt=e=>({match:t=>{let r=e.match(t);return r===!1?t:r},pattern:`optional(${e.pattern})`}),Kt=(...e)=>({match:t=>{let r;for(let n of e){let o=n.match(t);o!==!1&&(r==null||o.length<r.length)&&(r=o)}return r??!1},pattern:`or(${e.map(t=>t.pattern).join(", ")})`}),Ie=(...e)=>({match:t=>{for(let r of e){let n=r.match(t);if(n===!1)return!1;t=n}return t},pattern:`and(${e.map(t=>t.pattern).join(", ")})`});function Re(...e){function t(o){let i=eS(o);for(let s of e){let a=s.match(i);if(a===!1)return!1;i=a}return i}function r(o){return t(o)!==!1}function n(o){let i=t(o);return i===!1?!1:i.length===0}return{matches:r,exactMatch:n}}var df=Ie(Ce("dns4"),ps()),pf=Ie(Ce("dns6"),ps()),yf=Ie(Ce("dnsaddr"),ps()),py=Ie(Ce("dns"),ps()),RR=Re(df),NR=Re(pf),UR=Re(yf),PR=Re(Kt(py,yf,df,pf)),yy=Ie(Ce("ip4"),Qo(cs)),my=Ie(Ce("ip6"),Qo(fs)),xy=Kt(yy,my),Xo=Kt(xy,py,df,pf,yf),gy=Re(Xo),kR=Re(yy),OR=Re(my),MR=Re(xy),ys=Ie(Xo,Ce("tcp"),dy()),Jo=Ie(Xo,Ce("udp"),dy()),tS=Kt(ys,Jo),VR=Re(ys),KR=Re(Jo),mf=Ie(Jo,Ce("quic")),ms=Ie(Jo,Ce("quic-v1")),rS=Kt(mf,ms),FR=Re(mf),qR=Re(ms),lf=Kt(Xo,ys,Jo,mf,ms),by=Kt(Ie(lf,Ce("ws"),Vt(ht()))),zR=Re(by),vy=Kt(Ie(lf,Ce("wss"),Vt(ht())),Ie(lf,Ce("tls"),Ce("ws"),Vt(ht()))),HR=Re(vy),wy=Ie(tS,Ce("webrtc-direct"),ls(),Vt(ls()),Vt(ht())),GR=Re(wy),Ey=Ie(ms,Ce("webtransport"),ls(),ls(),Vt(ht())),$R=Re(Ey),ds=Kt(by,vy,Ie(ys,Vt(ht())),Ie(rS,Vt(ht())),Ie(Xo,Vt(ht())),wy,Ey,ht()),WR=Re(ds),nS=Ie(ds,Ce("p2p-circuit"),ht()),YR=Re(nS),oS=Kt(Ie(ds,Ce("p2p-circuit"),Ce("webrtc"),ht()),Ie(ds,Ce("webrtc"),Vt(ht())),Ce("webrtc")),ZR=Re(oS);function Xn(){let e={};return e.promise=new Promise((t,r)=>{e.resolve=t,e.reject=r}),e}var xs=class extends Error{type;code;constructor(t,r){super(t??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=r??"ABORT_ERR"}};async function Sy(e,t,r){if(t==null)return e;if(t.aborted)return Promise.reject(new xs(r?.errorMessage,r?.errorCode));let n,o=new xs(r?.errorMessage,r?.errorCode);try{return await Promise.race([e,new Promise((i,s)=>{n=()=>{s(o)},t.addEventListener("abort",n)})])}finally{n!=null&&t.removeEventListener("abort",n)}}var xf=class{needNext;haveNext;ended;nextResult;constructor(){this.ended=!1,this.needNext=Xn(),this.haveNext=Xn()}[Symbol.asyncIterator](){return this}async next(){if(this.nextResult==null&&await this.haveNext.promise,this.nextResult==null)throw new Error("Have next but next was undefined");let t=this.nextResult;return this.nextResult=void 0,this.needNext.resolve(),this.needNext=Xn(),t}async throw(t){return this.ended=!0,t!=null&&this.haveNext.reject(t),{done:!0,value:void 0}}async return(){let t={done:!0,value:void 0};return await this._push(void 0),t}async push(t,r){await this._push(t,r)}async end(t,r){t!=null?await this.throw(t):await this._push(void 0,r)}async _push(t,r){if(t!=null&&this.ended)throw new Error("Cannot push value onto an ended pushable");this.nextResult!=null&&await this.needNext.promise,t!=null?this.nextResult={done:!1,value:t}:(this.ended=!0,this.nextResult={done:!0,value:void 0}),this.haveNext.resolve(),this.haveNext=Xn(),await Sy(this.needNext.promise,r?.signal,r)}};function Ay(){return new xf}var gs=class extends Error{code;constructor(t,r){super(t),this.code=r}},gf=class extends gs{type;constructor(t){super(t,"ABORT_ERR"),this.type="aborted"}};function By(e,t){let r=Ay();e.sink(r).catch(async s=>{await r.end(s)}),e.sink=async s=>{for await(let a of s)await r.push(a);await r.end()};let n=e.source;e.source[Symbol.iterator]!=null?n=e.source[Symbol.iterator]():e.source[Symbol.asyncIterator]!=null&&(n=e.source[Symbol.asyncIterator]());let o=new Je;return{read:async(s,a)=>{a?.signal?.throwIfAborted();let c,f=new Promise((u,h)=>{c=()=>{h(new gf("Read aborted"))},a?.signal?.addEventListener("abort",c)});try{if(s==null){let{done:h,value:p}=await Promise.race([n.next(),f]);return h===!0?new Je:p}for(;o.byteLength<s;){let{value:h,done:p}=await Promise.race([n.next(),f]);if(p===!0)throw new gs("unexpected end of input","ERR_UNEXPECTED_EOF");o.append(h)}let u=o.sublist(0,s);return o.consume(s),u}finally{c!=null&&a?.signal?.removeEventListener("abort",c)}},write:async(s,a)=>{a?.signal?.throwIfAborted(),s instanceof Uint8Array?await r.push(s,a):await r.push(s.subarray(),a)},unwrap:()=>{if(o.byteLength>0){let s=e.source;e.source=async function*(){t?.yieldBytes===!1?yield o:yield*o,yield*s}()}return e}}}function bs(e){return e[Symbol.asyncIterator]!=null}var vs=e=>{let t=He(e),r=qe(t);return ft(e,r),vs.bytes=t,r};vs.bytes=0;function jo(e,t){t=t??{};let r=t.lengthEncoder??vs;function*n(o){let i=r(o.byteLength);i instanceof Uint8Array?yield i:yield*i,o instanceof Uint8Array?yield o:yield*o}return bs(e)?async function*(){for await(let o of e)yield*n(o)}():function*(){for(let o of e)yield*n(o)}()}jo.single=(e,t)=>{t=t??{};let r=t.lengthEncoder??vs;return new Je(r(e.byteLength),e)};var Jn=Ge(Ty(),1);var sS=8,aS=1024*1024*4,en;(function(e){e[e.LENGTH=0]="LENGTH",e[e.DATA=1]="DATA"})(en||(en={}));var vf=e=>{let t=At(e);return vf.bytes=He(t),t};vf.bytes=0;function bf(e,t){let r=new Je,n=en.LENGTH,o=-1,i=t?.lengthDecoder??vf,s=t?.maxLengthLength??sS,a=t?.maxDataLength??aS;function*c(){for(;r.byteLength>0;){if(n===en.LENGTH)try{if(o=i(r),o<0)throw(0,Jn.default)(new Error("invalid message length"),"ERR_INVALID_MSG_LENGTH");if(o>a)throw(0,Jn.default)(new Error("message length too long"),"ERR_MSG_DATA_TOO_LONG");let f=i.bytes;r.consume(f),t?.onLength!=null&&t.onLength(o),n=en.DATA}catch(f){if(f instanceof RangeError){if(r.byteLength>s)throw(0,Jn.default)(new Error("message length length too long"),"ERR_MSG_LENGTH_TOO_LONG");break}throw f}if(n===en.DATA){if(r.byteLength<o)break;let f=r.sublist(0,o);r.consume(o),t?.onData!=null&&t.onData(f),yield f,n=en.LENGTH}}}return bs(e)?async function*(){for await(let f of e)r.append(f),yield*c();if(r.byteLength>0)throw(0,Jn.default)(new Error("unexpected end of input"),"ERR_UNEXPECTED_EOF")}():function*(){for(let f of e)r.append(f),yield*c();if(r.byteLength>0)throw(0,Jn.default)(new Error("unexpected end of input"),"ERR_UNEXPECTED_EOF")}()}bf.fromReader=(e,t)=>{let r=1,n=async function*(){for(;;)try{let{done:i,value:s}=await e.next(r);if(i===!0)return;s!=null&&(yield s)}catch(i){if(i.code==="ERR_UNDER_READ")return{done:!0,value:null};throw i}finally{r=1}}();return bf(n,{...t??{},onLength:i=>{r=i}})};var ws=class extends Error{code;constructor(t,r){super(t),this.code=r}},Dy=e=>At(e);Dy.bytes=0;function _y(e,t={}){let r=By(e,t);return t.maxDataLength!=null&&t.maxLengthLength==null&&(t.maxLengthLength=He(t.maxDataLength)),{read:async o=>{let i=-1,s=new Je,a=t?.lengthDecoder??Dy;for(;;){s.append(await r.read(1,o));try{i=a(s)}catch(c){if(c instanceof RangeError)continue;throw c}if(t?.maxLengthLength!=null&&s.byteLength>t.maxLengthLength)throw new ws("message length length too long","ERR_MSG_LENGTH_TOO_LONG");if(i>-1)break}if(t?.maxDataLength!=null&&i>t.maxDataLength)throw new ws("message length too long","ERR_MSG_DATA_TOO_LONG");return r.read(i,o)},write:async(o,i)=>{await r.write(jo.single(o,t),i)},writeV:async(o,i)=>{let s=new Je(...o.map(a=>jo.single(a,t)));await r.write(s,i)},unwrap:()=>r.unwrap()}}function ei(e,t){let r=_y(e,t),n={read:async(o,i)=>{let s=await r.read(i);return o.decode(s)},write:async(o,i,s)=>{await r.write(i.encode(o),s)},writeV:async(o,i,s)=>{await r.writeV(o.map(a=>i.encode(a)),s)},pb:o=>({read:async i=>n.read(o,i),write:async(i,s)=>n.write(i,o,s),writeV:async(i,s)=>n.writeV(i,o,s),unwrap:()=>n}),unwrap:()=>r.unwrap()};return n}function Es(e){return globalThis.Buffer!=null?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e}var Bf={};U(Bf,{base10:()=>pS});function fS(e,t){if(e.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),n=0;n<r.length;n++)r[n]=255;for(var o=0;o<e.length;o++){var i=e.charAt(o),s=i.charCodeAt(0);if(r[s]!==255)throw new TypeError(i+" is ambiguous");r[s]=o}var a=e.length,c=e.charAt(0),f=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(l){if(l instanceof Uint8Array||(ArrayBuffer.isView(l)?l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):Array.isArray(l)&&(l=Uint8Array.from(l))),!(l instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(l.length===0)return"";for(var d=0,m=0,y=0,b=l.length;y!==b&&l[y]===0;)y++,d++;for(var g=(b-y)*u+1>>>0,S=new Uint8Array(g);y!==b;){for(var v=l[y],E=0,B=g-1;(v!==0||E<m)&&B!==-1;B--,E++)v+=256*S[B]>>>0,S[B]=v%a>>>0,v=v/a>>>0;if(v!==0)throw new Error("Non-zero carry");m=E,y++}for(var C=g-m;C!==g&&S[C]===0;)C++;for(var O=c.repeat(d);C<g;++C)O+=e.charAt(S[C]);return O}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var d=0;if(l[d]!==" "){for(var m=0,y=0;l[d]===c;)m++,d++;for(var b=(l.length-d)*f+1>>>0,g=new Uint8Array(b);l[d];){var S=r[l.charCodeAt(d)];if(S===255)return;for(var v=0,E=b-1;(S!==0||v<y)&&E!==-1;E--,v++)S+=a*g[E]>>>0,g[E]=S%256>>>0,S=S/256>>>0;if(S!==0)throw new Error("Non-zero carry");y=v,d++}if(l[d]!==" "){for(var B=b-y;B!==b&&g[B]===0;)B++;for(var C=new Uint8Array(m+(b-B)),O=m;B!==b;)C[O++]=g[B++];return C}}}function x(l){var d=p(l);if(d)return d;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:p,decode:x}}var uS=fS,hS=uS,Ly=hS;var AN=new Uint8Array(0);var Ry=(e,t)=>{if(e===t)return!0;if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},cr=e=>{if(e instanceof Uint8Array&&e.constructor.name==="Uint8Array")return e;if(e instanceof ArrayBuffer)return new Uint8Array(e);if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer,e.byteOffset,e.byteLength);throw new Error("Unknown type, must be binary type")};var Ny=e=>new TextEncoder().encode(e),Uy=e=>new TextDecoder().decode(e);var wf=class{constructor(t,r,n){this.name=t,this.prefix=r,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},Ef=class{constructor(t,r,n){if(this.name=t,this.prefix=r,r.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=r.codePointAt(0),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 ky(this,t)}},Sf=class{constructor(t){this.decoders=t}or(t){return ky(this,t)}decode(t){let r=t[0],n=this.decoders[r];if(n)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},ky=(e,t)=>new Sf({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),Af=class{constructor(t,r,n,o){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=o,this.encoder=new wf(t,r,n),this.decoder=new Ef(t,r,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},jn=({name:e,prefix:t,encode:r,decode:n})=>new Af(e,t,r,n),Dr=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:o}=Ly(r,t);return jn({prefix:e,name:t,encode:n,decode:i=>cr(o(i))})},lS=(e,t,r,n)=>{let o={};for(let u=0;u<t.length;++u)o[t[u]]=u;let i=e.length;for(;e[i-1]==="=";)--i;let s=new Uint8Array(i*r/8|0),a=0,c=0,f=0;for(let u=0;u<i;++u){let h=o[e[u]];if(h===void 0)throw new SyntaxError(`Non-${n} character`);c=c<<r|h,a+=r,a>=8&&(a-=8,s[f++]=255&c>>a)}if(a>=r||255&c<<8-a)throw new SyntaxError("Unexpected end of data");return s},dS=(e,t,r)=>{let n=t[t.length-1]==="=",o=(1<<r)-1,i="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,i+=t[o&a>>s];if(s&&(i+=t[o&a<<r-s]),n)for(;i.length*r&7;)i+="=";return i},Be=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>jn({prefix:t,name:e,encode(o){return dS(o,n,r)},decode(o){return lS(o,n,r,e)}});var pS=Dr({prefix:"9",name:"base10",alphabet:"0123456789"});var Cf={};U(Cf,{base16:()=>yS,base16upper:()=>mS});var yS=Be({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),mS=Be({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var If={};U(If,{base2:()=>xS});var xS=Be({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Tf={};U(Tf,{base256emoji:()=>ES});var Oy=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}"),gS=Oy.reduce((e,t,r)=>(e[r]=t,e),[]),bS=Oy.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function vS(e){return e.reduce((t,r)=>(t+=gS[r],t),"")}function wS(e){let t=[];for(let r of e){let n=bS[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var ES=jn({prefix:"\u{1F680}",name:"base256emoji",encode:vS,decode:wS});var Df={};U(Df,{base32:()=>eo,base32hex:()=>CS,base32hexpad:()=>TS,base32hexpadupper:()=>DS,base32hexupper:()=>IS,base32pad:()=>AS,base32padupper:()=>BS,base32upper:()=>SS,base32z:()=>_S});var eo=Be({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),SS=Be({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),AS=Be({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),BS=Be({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),CS=Be({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),IS=Be({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),TS=Be({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),DS=Be({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),_S=Be({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var _f={};U(_f,{base36:()=>LS,base36upper:()=>RS});var LS=Dr({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),RS=Dr({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Lf={};U(Lf,{base58btc:()=>Ft,base58flickr:()=>NS});var Ft=Dr({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),NS=Dr({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Rf={};U(Rf,{base64:()=>US,base64pad:()=>PS,base64url:()=>kS,base64urlpad:()=>OS});var US=Be({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),PS=Be({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),kS=Be({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),OS=Be({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Nf={};U(Nf,{base8:()=>MS});var MS=Be({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Uf={};U(Uf,{identity:()=>VS});var VS=jn({prefix:"\0",name:"identity",encode:e=>Uy(e),decode:e=>Ny(e)});var VN=new TextEncoder,KN=new TextDecoder;var kf={};U(kf,{identity:()=>c3});var qS=Ky,My=128,zS=127,HS=~zS,GS=Math.pow(2,31);function Ky(e,t,r){t=t||[],r=r||0;for(var n=r;e>=GS;)t[r++]=e&255|My,e/=128;for(;e&HS;)t[r++]=e&255|My,e>>>=7;return t[r]=e|0,Ky.bytes=r-n+1,t}var $S=Pf,WS=128,Vy=127;function Pf(e,n){var r=0,n=n||0,o=0,i=n,s,a=e.length;do{if(i>=a)throw Pf.bytes=0,new RangeError("Could not decode varint");s=e[i++],r+=o<28?(s&Vy)<<o:(s&Vy)*Math.pow(2,o),o+=7}while(s>=WS);return Pf.bytes=i-n,r}var YS=Math.pow(2,7),ZS=Math.pow(2,14),QS=Math.pow(2,21),XS=Math.pow(2,28),JS=Math.pow(2,35),jS=Math.pow(2,42),e3=Math.pow(2,49),t3=Math.pow(2,56),r3=Math.pow(2,63),n3=function(e){return e<YS?1:e<ZS?2:e<QS?3:e<XS?4:e<JS?5:e<jS?6:e<e3?7:e<t3?8:e<r3?9:10},o3={encode:qS,decode:$S,encodingLength:n3},i3=o3,ti=i3;var ri=(e,t=0)=>[ti.decode(e,t),ti.decode.bytes],to=(e,t,r=0)=>(ti.encode(e,t,r),t),ro=e=>ti.encodingLength(e);var tn=(e,t)=>{let r=t.byteLength,n=ro(e),o=n+ro(r),i=new Uint8Array(o+r);return to(e,i,0),to(r,i,n),i.set(t,o),new no(e,r,t,i)},Fy=e=>{let t=cr(e),[r,n]=ri(t),[o,i]=ri(t.subarray(n)),s=t.subarray(n+i);if(s.byteLength!==o)throw new Error("Incorrect length");return new no(r,o,s,t)},qy=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&Ry(e.bytes,r.bytes)}},no=class{constructor(t,r,n,o){this.code=t,this.size=r,this.digest=n,this.bytes=o}};var zy=0,s3="identity",Hy=cr,a3=e=>tn(zy,Hy(e)),c3={code:zy,name:s3,encode:Hy,digest:a3};var Vf={};U(Vf,{sha256:()=>f3,sha512:()=>u3});var Mf=({name:e,code:t,encode:r})=>new Of(e,t,r),Of=class{constructor(t,r,n){this.name=t,this.code=r,this.encode=n}digest(t){if(t instanceof Uint8Array){let r=this.encode(t);return r instanceof Uint8Array?tn(this.code,r):r.then(n=>tn(this.code,n))}else throw Error("Unknown type, must be binary type")}};var $y=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),f3=Mf({name:"sha2-256",code:18,encode:$y("SHA-256")}),u3=Mf({name:"sha2-512",code:19,encode:$y("SHA-512")});var Wy=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return l3(r,Kf(e),t||Ft.encoder);default:return d3(r,Kf(e),t||eo.encoder)}};var Yy=new WeakMap,Kf=e=>{let t=Yy.get(e);if(t==null){let r=new Map;return Yy.set(e,r),r}return t},As=class e{constructor(t,r,n,o){this.code=r,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:r}=this;if(t!==oi)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==p3)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return e.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:r}=this.multihash,n=tn(t,r);return e.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return e.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&qy(t.multihash,n.multihash)}toString(t){return Wy(this,t)}toJSON(){return{"/":Wy(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let r=t;if(r instanceof e)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:o,multihash:i,bytes:s}=r;return new e(n,o,i,s||Zy(n,o,i.bytes))}else if(r[y3]===!0){let{version:n,multihash:o,code:i}=r,s=Fy(o);return e.create(n,i,s)}else return null}static create(t,r,n){if(typeof r!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(r!==oi)throw new Error(`Version 0 CID must use dag-pb (code: ${oi}) block encoding`);return new e(t,r,n,n.bytes)}case 1:{let o=Zy(t,r,n.bytes);return new e(t,r,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return e.create(0,oi,t)}static createV1(t,r){return e.create(1,t,r)}static decode(t){let[r,n]=e.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=e.inspectBytes(t),n=r.size-r.multihashSize,o=cr(t.subarray(n,n+r.multihashSize));if(o.byteLength!==r.multihashSize)throw new Error("Incorrect length");let i=o.subarray(r.multihashSize-r.digestSize),s=new no(r.multihashCode,r.digestSize,i,o);return[r.version===0?e.createV0(s):e.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[h,p]=ri(t.subarray(r));return r+=p,h},o=n(),i=oi;if(o===18?(o=0,r=0):i=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let s=r,a=n(),c=n(),f=r+c,u=f-s;return{version:o,codec:i,multihashCode:a,digestSize:c,multihashSize:u,size:f}}static parse(t,r){let[n,o]=h3(t,r),i=e.decode(o);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Kf(i).set(n,t),i}},h3=(e,t)=>{switch(e[0]){case"Q":{let r=t||Ft;return[Ft.prefix,r.decode(`${Ft.prefix}${e}`)]}case Ft.prefix:{let r=t||Ft;return[Ft.prefix,r.decode(e)]}case eo.prefix:{let r=t||eo;return[eo.prefix,r.decode(e)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[e[0],t.decode(e)]}}},l3=(e,t,r)=>{let{prefix:n}=r;if(n!==Ft.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let o=t.get(n);if(o==null){let i=r.encode(e).slice(1);return t.set(n,i),i}else return o},d3=(e,t,r)=>{let{prefix:n}=r,o=t.get(n);if(o==null){let i=r.encode(e);return t.set(n,i),i}else return o},oi=112,p3=18,Zy=(e,t,r)=>{let n=ro(e),o=n+ro(t),i=new Uint8Array(o+r.byteLength);return to(e,i,0),to(t,i,n),i.set(r,o),i},y3=Symbol.for("@ipld/js-cid/CID");var Ff={...Uf,...If,...Nf,...Bf,...Cf,...Df,..._f,...Lf,...Rf,...Tf},r7={...Vf,...kf};function Qy(e=0){return globalThis.Buffer?.allocUnsafe!=null?Es(globalThis.Buffer.allocUnsafe(e)):new Uint8Array(e)}function Jy(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var Xy=Jy("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),qf=Jy("ascii","a",e=>{let t="a";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},e=>{e=e.substring(1);let t=Qy(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),m3={utf8:Xy,"utf-8":Xy,hex:Ff.base16,latin1:qf,ascii:qf,binary:qf,...Ff},Bs=m3;function rn(e,t="utf8"){let r=Bs[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Es(globalThis.Buffer.from(e,"utf-8")):r.decoder.decode(`${r.prefix}${e}`)}function zf(e,t="utf8"){let r=Bs[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(e.buffer,e.byteOffset,e.byteLength).toString("utf8"):r.encoder.encode(e).substring(1)}var tm=Ge(em(),1),Hf=typeof window=="object"&&typeof document=="object"&&document.nodeType===9,Cs=(0,tm.default)(),rm=Hf&&!Cs,nm=Cs&&!Hf,om=Cs&&Hf,im=typeof globalThis.process<"u"&&typeof globalThis.process.release<"u"&&globalThis.process.release.name==="node"&&!Cs,sm=typeof importScripts=="function"&&typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,y7=typeof globalThis.process<"u"&&typeof globalThis.process.env<"u"&&globalThis.process.env["NODE"+"_"+"ENV"]==="test",am=typeof navigator<"u"&&navigator.product==="ReactNative";var nn;(function(e){let t;e.codec=()=>(t==null&&(t=Et((r,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),r.protocolVersion!=null&&(n.uint32(42),n.string(r.protocolVersion)),r.agentVersion!=null&&(n.uint32(50),n.string(r.agentVersion)),r.publicKey!=null&&(n.uint32(10),n.bytes(r.publicKey)),r.listenAddrs!=null)for(let i of r.listenAddrs)n.uint32(18),n.bytes(i);if(r.observedAddr!=null&&(n.uint32(34),n.bytes(r.observedAddr)),r.protocols!=null)for(let i of r.protocols)n.uint32(26),n.string(i);r.signedPeerRecord!=null&&(n.uint32(66),n.bytes(r.signedPeerRecord)),o.lengthDelimited!==!1&&n.ldelim()},(r,n)=>{let o={listenAddrs:[],protocols:[]},i=n==null?r.len:r.pos+n;for(;r.pos<i;){let s=r.uint32();switch(s>>>3){case 5:o.protocolVersion=r.string();break;case 6:o.agentVersion=r.string();break;case 1:o.publicKey=r.bytes();break;case 2:o.listenAddrs.push(r.bytes());break;case 4:o.observedAddr=r.bytes();break;case 3:o.protocols.push(r.string());break;case 8:o.signedPeerRecord=r.bytes();break;default:r.skipType(s&7);break}}return o})),t),e.encode=r=>wt(r,e.codec()),e.decode=r=>vt(r,e.codec())})(nn||(nn={}));var Gf=1024*8,lt={protocolPrefix:"ipfs",timeout:6e4,maxInboundStreams:1,maxOutboundStreams:1,maxPushIncomingStreams:1,maxPushOutgoingStreams:1,maxObservedAddresses:10,maxIdentifyMessageSize:8192,runOnConnectionOpen:!0,runOnTransientConnection:!0},Is=class{identifyProtocolStr;identifyPushProtocolStr;host;started;timeout;peerId;peerStore;registrar;connectionManager;addressManager;maxInboundStreams;maxOutboundStreams;maxPushIncomingStreams;maxPushOutgoingStreams;maxIdentifyMessageSize;maxObservedAddresses;events;runOnTransientConnection;log;constructor(t,r={}){this.started=!1,this.peerId=t.peerId,this.peerStore=t.peerStore,this.registrar=t.registrar,this.addressManager=t.addressManager,this.connectionManager=t.connectionManager,this.events=t.events,this.log=t.logger.forComponent("libp2p:identify"),this.identifyProtocolStr=`/${r.protocolPrefix??lt.protocolPrefix}/${ou}/${su}`,this.identifyPushProtocolStr=`/${r.protocolPrefix??lt.protocolPrefix}/${iu}/${au}`,this.timeout=r.timeout??lt.timeout,this.maxInboundStreams=r.maxInboundStreams??lt.maxInboundStreams,this.maxOutboundStreams=r.maxOutboundStreams??lt.maxOutboundStreams,this.maxPushIncomingStreams=r.maxPushIncomingStreams??lt.maxPushIncomingStreams,this.maxPushOutgoingStreams=r.maxPushOutgoingStreams??lt.maxPushOutgoingStreams,this.maxIdentifyMessageSize=r.maxIdentifyMessageSize??lt.maxIdentifyMessageSize,this.maxObservedAddresses=r.maxObservedAddresses??lt.maxObservedAddresses,this.runOnTransientConnection=r.runOnTransientConnection??lt.runOnTransientConnection,this.host={protocolVersion:`${r.protocolPrefix??lt.protocolPrefix}/${nu}`,agentVersion:r.agentVersion??`${t.nodeInfo.name}/${t.nodeInfo.version}`},(r.runOnConnectionOpen??lt.runOnConnectionOpen)&&t.events.addEventListener("connection:open",n=>{let o=n.detail;this.identify(o).catch(i=>{this.log.error("error during identify trigged by connection:open",i)})}),t.events.addEventListener("self:peer:update",n=>{this.push().catch(o=>{this.log.error(o)})}),this.host.agentVersion===`${t.nodeInfo.name}/${t.nodeInfo.version}`&&(im||nm?this.host.agentVersion+=` UserAgent=${globalThis.process.version}`:(rm||sm||om||am)&&(this.host.agentVersion+=` UserAgent=${globalThis.navigator.userAgent}`))}isStarted(){return this.started}async start(){this.started||(await this.peerStore.merge(this.peerId,{metadata:{AgentVersion:rn(this.host.agentVersion),ProtocolVersion:rn(this.host.protocolVersion)}}),await this.registrar.handle(this.identifyProtocolStr,t=>{this._handleIdentify(t).catch(r=>{this.log.error(r)})},{maxInboundStreams:this.maxInboundStreams,maxOutboundStreams:this.maxOutboundStreams,runOnTransientConnection:this.runOnTransientConnection}),await this.registrar.handle(this.identifyPushProtocolStr,t=>{this._handlePush(t).catch(r=>{this.log.error(r)})},{maxInboundStreams:this.maxPushIncomingStreams,maxOutboundStreams:this.maxPushOutgoingStreams,runOnTransientConnection:this.runOnTransientConnection}),this.started=!0)}async stop(){await this.registrar.unhandle(this.identifyProtocolStr),await this.registrar.unhandle(this.identifyPushProtocolStr),this.started=!1}async pushToConnections(t){let r=this.addressManager.getAddresses().map(u=>u.decapsulateCode(ie("p2p").code)),n=new ar({peerId:this.peerId,multiaddrs:r}),o=await Br.seal(n,this.peerId),i=this.registrar.getProtocols(),s=await this.peerStore.get(this.peerId),a=zf(s.metadata.get("AgentVersion")??rn(this.host.agentVersion)),c=zf(s.metadata.get("ProtocolVersion")??rn(this.host.protocolVersion)),f=t.map(async u=>{let h,p=AbortSignal.timeout(this.timeout);si(1/0,p);try{h=await u.newStream(this.identifyPushProtocolStr,{signal:p,runOnTransientConnection:this.runOnTransientConnection}),await ei(h,{maxDataLength:this.maxIdentifyMessageSize??Gf}).pb(nn).write({listenAddrs:r.map(l=>l.bytes),signedPeerRecord:o.marshal(),protocols:i,agentVersion:a,protocolVersion:c},{signal:p}),await h.close({signal:p})}catch(x){this.log.error("could not push identify update to peer",x),h?.abort(x)}});await Promise.all(f)}async push(){if(!this.isStarted())return;let t=[];await Promise.all(this.connectionManager.getConnections().map(async r=>{try{if(!(await this.peerStore.get(r.remotePeer)).protocols.includes(this.identifyPushProtocolStr))return;t.push(r)}catch(n){if(n.code!==hu)throw n}})),await this.pushToConnections(t)}async _identify(t,r={}){let n;if(r.signal==null){let o=AbortSignal.timeout(this.timeout);si(1/0,o),r={...r,signal:o}}try{n=await t.newStream(this.identifyProtocolStr,{...r,runOnTransientConnection:this.runOnTransientConnection});let i=await ei(n,{maxDataLength:this.maxIdentifyMessageSize??Gf}).pb(nn).read(r);return await n.close(r),i}catch(o){throw this.log.error("error while reading identify message",o),n?.abort(o),o}}async identify(t,r={}){let n=await this._identify(t,r),{publicKey:o,protocols:i,observedAddr:s}=n;if(o==null)throw new z("public key was missing from identify message","ERR_MISSING_PUBLIC_KEY");let a=await uo(o);if(!t.remotePeer.equals(a))throw new z("identified peer does not match the expected peer","ERR_INVALID_PEER");if(this.peerId.equals(a))throw new z("identified peer is our own peer id?","ERR_INVALID_PEER");let c=g3(s);return this.log("identify completed for peer %p and protocols %o",a,i),this.log("our observed address is %a",c),c!=null&&this.addressManager.getObservedAddrs().length<(this.maxObservedAddresses??1/0)&&(this.log("storing our observed address %a",c),this.addressManager.addObservedAddr(c)),this.#e(t,n)}async _handleIdentify(t){let{connection:r,stream:n}=t,o=AbortSignal.timeout(this.timeout);si(1/0,o);try{let i=this.peerId.publicKey??new Uint8Array(0),s=await this.peerStore.get(this.peerId),a=this.addressManager.getAddresses().map(h=>h.decapsulateCode(ie("p2p").code)),c=s.peerRecordEnvelope;if(a.length>0&&c==null){let h=new ar({peerId:this.peerId,multiaddrs:a});c=(await Br.seal(h,this.peerId)).marshal().subarray()}let f=r.remoteAddr.bytes;gy.matches(r.remoteAddr)||(f=void 0),await ei(n).pb(nn).write({protocolVersion:this.host.protocolVersion,agentVersion:this.host.agentVersion,publicKey:i,listenAddrs:a.map(h=>h.bytes),signedPeerRecord:c,observedAddr:f,protocols:s.protocols},{signal:o}),await n.close({signal:o})}catch(i){this.log.error("could not respond to identify request",i),n.abort(i)}}async _handlePush(t){let{connection:r,stream:n}=t;try{if(this.peerId.equals(r.remotePeer))throw new Error("received push from ourselves?");let o={signal:AbortSignal.timeout(this.timeout)},s=await ei(n,{maxDataLength:this.maxIdentifyMessageSize??Gf}).pb(nn).read(o);await n.close(o),await this.#e(r,s)}catch(o){this.log.error("received invalid message",o),n.abort(o);return}this.log("handled push from %p",r.remotePeer)}async#e(t,r){if(this.log("received identify from %p",t.remotePeer),r==null)throw new z("message was null or undefined","ERR_INVALID_MESSAGE");let n={};if(r.listenAddrs.length>0&&(n.addresses=r.listenAddrs.map(s=>({isCertified:!1,multiaddr:Tr(s)}))),r.protocols.length>0&&(n.protocols=r.protocols),r.publicKey!=null&&(n.publicKey=r.publicKey,!(await uo(r.publicKey)).equals(t.remotePeer)))throw new z("public key did not match remote PeerId","ERR_INVALID_PUBLIC_KEY");let o;if(r.signedPeerRecord!=null){this.log("received signedPeerRecord from %p",t.remotePeer);let s=r.signedPeerRecord,a=await Br.openAndCertify(s,ar.DOMAIN),c=ar.createFromProtobuf(a.payload);if(!c.peerId.equals(a.peerId))throw new z("signing key does not match PeerId in the PeerRecord","ERR_INVALID_SIGNING_KEY");if(!t.remotePeer.equals(c.peerId))throw new z("signing key does not match remote PeerId","ERR_INVALID_PEER_RECORD_KEY");let f;try{f=await this.peerStore.get(c.peerId)}catch(u){if(u.code!=="ERR_NOT_FOUND")throw u}if(f!=null&&(n.metadata=f.metadata,f.peerRecordEnvelope!=null)){let u=await Br.createFromProtobuf(f.peerRecordEnvelope),h=ar.createFromProtobuf(u.payload);h.seqNumber>=c.seqNumber&&(this.log("sequence number was lower or equal to existing sequence number - stored: %d received: %d",h.seqNumber,c.seqNumber),c=h,s=f.peerRecordEnvelope)}n.peerRecordEnvelope=s,n.addresses=c.multiaddrs.map(u=>({isCertified:!0,multiaddr:u})),o={seq:c.seqNumber,addresses:c.multiaddrs}}else this.log("%p did not send a signed peer record",t.remotePeer);if(this.log("patching %p with",t.remotePeer,n),await this.peerStore.patch(t.remotePeer,n),r.agentVersion!=null||r.protocolVersion!=null){let s={};r.agentVersion!=null&&(s.AgentVersion=rn(r.agentVersion)),r.protocolVersion!=null&&(s.ProtocolVersion=rn(r.protocolVersion)),this.log("merging %p metadata",t.remotePeer,s),await this.peerStore.merge(t.remotePeer,{metadata:s})}let i={peerId:t.remotePeer,protocolVersion:r.protocolVersion,agentVersion:r.agentVersion,publicKey:r.publicKey,listenAddrs:r.listenAddrs.map(s=>Tr(s)),observedAddr:r.observedAddr==null?void 0:Tr(r.observedAddr),protocols:r.protocols,signedPeerRecord:o,connection:t};return this.events.safeDispatchEvent("peer:identify",{detail:i}),i}};function g3(e){if(e!=null&&e.length>0)try{return Tr(e)}catch{}}var b3={IDENTIFY:tu,IDENTIFY_PUSH:ru};function v3(e={}){return t=>new Is(t,e)}return wm(w3);})();
|
|
16
16
|
/*! Bundled license information:
|
|
17
17
|
|
|
18
18
|
@noble/hashes/esm/utils.js:
|