@libp2p/peer-record 5.0.4-b36ec7f2 → 5.0.4-c999d6a7
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/dist/src/errors.d.ts.map +1 -1
- package/dist/src/errors.js.map +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/peer-record/consts.d.ts.map +1 -1
- package/dist/src/peer-record/consts.js.map +1 -1
- package/package.json +7 -10
- package/src/errors.ts +0 -1
- package/src/index.ts +0 -1
- package/src/peer-record/consts.ts +0 -1
package/dist/index.min.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.Libp2PPeerRecord = factory()}(typeof self !== 'undefined' ? self : this, function () {
|
|
2
|
-
"use strict";var Libp2PPeerRecord=(()=>{var
|
|
3
|
-
`)}return n};$i.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=ka[t];if(!r){r=ka[t]=[];for(var n=0;n<t.length;++n)r[t.charCodeAt(n)]=n}e=e.replace(/\s/g,"");for(var i=t.length,o=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]*i,s[c]=f&255,f>>=8;for(;f>0;)s.push(f&255),f>>=8}for(var u=0;e[u]===o&&u<e.length-1;++u)s.push(0);return typeof Buffer<"u"?Buffer.from(s.reverse()):new Uint8Array(s.reverse())};function Uh(e,t){var r=0,n=t.length,i=t.charAt(0),o=[0];for(r=0;r<e.length();++r){for(var s=0,a=e.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;e.at(r)===0&&r<e.length()-1;++r)c+=i;for(r=o.length-1;r>=0;--r)c+=t[o[r]];return c}});var vt=O((Mm,Ma)=>{var Ua=J(),Ka=Pa(),g=Ma.exports=Ua.util=Ua.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){g.nextTick=process.nextTick,typeof setImmediate=="function"?g.setImmediate=setImmediate:g.setImmediate=g.nextTick;return}if(typeof setImmediate=="function"){g.setImmediate=function(){return setImmediate.apply(void 0,arguments)},g.nextTick=function(a){return setImmediate(a)};return}if(g.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=[];g.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,i=document.createElement("div"),t=[];new MutationObserver(function(){var c=t.slice();t.length=0,c.forEach(function(f){f()})}).observe(i,{attributes:!0});var o=g.setImmediate;g.setImmediate=function(c){Date.now()-r>15?(r=Date.now(),o(c)):(t.push(c),t.length===1&&i.setAttribute("a",n=!n))}}g.nextTick=g.setImmediate})();g.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;g.globalScope=function(){return g.isNodejs?globalThis:typeof self>"u"?window:self}();g.isArray=Array.isArray||function(e){return Object.prototype.toString.call(e)==="[object Array]"};g.isArrayBuffer=function(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer};g.isArrayBufferView=function(e){return e&&g.isArrayBuffer(e.buffer)&&e.byteLength!==void 0};function nn(e){if(!(e===8||e===16||e===24||e===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+e)}g.ByteBuffer=Wi;function Wi(e){if(this.data="",this.read=0,typeof e=="string")this.data=e;else if(g.isArrayBuffer(e)||g.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 Wi||typeof e=="object"&&typeof e.data=="string"&&typeof e.read=="number")&&(this.data=e.data,this.read=e.read);this._constructedStringLength=0}g.ByteStringBuffer=Wi;var Kh=4096;g.ByteStringBuffer.prototype._optimizeConstructedString=function(e){this._constructedStringLength+=e,this._constructedStringLength>Kh&&(this.data.substr(0,1),this._constructedStringLength=0)};g.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};g.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};g.ByteStringBuffer.prototype.putByte=function(e){return this.putBytes(String.fromCharCode(e))};g.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};g.ByteStringBuffer.prototype.putBytes=function(e){return this.data+=e,this._optimizeConstructedString(e.length),this};g.ByteStringBuffer.prototype.putString=function(e){return this.putBytes(g.encodeUtf8(e))};g.ByteStringBuffer.prototype.putInt16=function(e){return this.putBytes(String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};g.ByteStringBuffer.prototype.putInt24=function(e){return this.putBytes(String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};g.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))};g.ByteStringBuffer.prototype.putInt16Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255))};g.ByteStringBuffer.prototype.putInt24Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e>>16&255))};g.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))};g.ByteStringBuffer.prototype.putInt=function(e,t){nn(t);var r="";do t-=8,r+=String.fromCharCode(e>>t&255);while(t>0);return this.putBytes(r)};g.ByteStringBuffer.prototype.putSignedInt=function(e,t){return e<0&&(e+=2<<t-1),this.putInt(e,t)};g.ByteStringBuffer.prototype.putBuffer=function(e){return this.putBytes(e.getBytes())};g.ByteStringBuffer.prototype.getByte=function(){return this.data.charCodeAt(this.read++)};g.ByteStringBuffer.prototype.getInt16=function(){var e=this.data.charCodeAt(this.read)<<8^this.data.charCodeAt(this.read+1);return this.read+=2,e};g.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};g.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};g.ByteStringBuffer.prototype.getInt16Le=function(){var e=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8;return this.read+=2,e};g.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};g.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};g.ByteStringBuffer.prototype.getInt=function(e){nn(e);var t=0;do t=(t<<8)+this.data.charCodeAt(this.read++),e-=8;while(e>0);return t};g.ByteStringBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};g.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};g.ByteStringBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};g.ByteStringBuffer.prototype.at=function(e){return this.data.charCodeAt(this.read+e)};g.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};g.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};g.ByteStringBuffer.prototype.copy=function(){var e=g.createBuffer(this.data);return e.read=this.read,e};g.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};g.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};g.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};g.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};g.ByteStringBuffer.prototype.toString=function(){return g.decodeUtf8(this.bytes())};function Oh(e,t){t=t||{},this.read=t.readOffset||0,this.growSize=t.growSize||1024;var r=g.isArrayBuffer(e),n=g.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)}g.DataBuffer=Oh;g.DataBuffer.prototype.length=function(){return this.write-this.read};g.DataBuffer.prototype.isEmpty=function(){return this.length()<=0};g.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};g.DataBuffer.prototype.putByte=function(e){return this.accommodate(1),this.data.setUint8(this.write++,e),this};g.DataBuffer.prototype.fillWithByte=function(e,t){this.accommodate(t);for(var r=0;r<t;++r)this.data.setUint8(e);return this};g.DataBuffer.prototype.putBytes=function(e,t){if(g.isArrayBufferView(e)){var r=new Uint8Array(e.buffer,e.byteOffset,e.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(g.isArrayBuffer(e)){var r=new Uint8Array(e);this.accommodate(r.byteLength);var i=new Uint8Array(this.data.buffer);return i.set(r,this.write),this.write+=r.byteLength,this}if(e instanceof g.DataBuffer||typeof e=="object"&&typeof e.read=="number"&&typeof e.write=="number"&&g.isArrayBufferView(e.data)){var r=new Uint8Array(e.data.byteLength,e.read,e.length());this.accommodate(r.byteLength);var i=new Uint8Array(e.data.byteLength,this.write);return i.set(r),this.write+=r.byteLength,this}if(e instanceof g.ByteStringBuffer&&(e=e.data,t="binary"),t=t||"binary",typeof e=="string"){var o;if(t==="hex")return this.accommodate(Math.ceil(e.length/2)),o=new Uint8Array(this.data.buffer,this.write),this.write+=g.binary.hex.decode(e,o,this.write),this;if(t==="base64")return this.accommodate(Math.ceil(e.length/4)*3),o=new Uint8Array(this.data.buffer,this.write),this.write+=g.binary.base64.decode(e,o,this.write),this;if(t==="utf8"&&(e=g.encodeUtf8(e),t="binary"),t==="binary"||t==="raw")return this.accommodate(e.length),o=new Uint8Array(this.data.buffer,this.write),this.write+=g.binary.raw.decode(o),this;if(t==="utf16")return this.accommodate(e.length*2),o=new Uint16Array(this.data.buffer,this.write),this.write+=g.text.utf16.encode(o),this;throw new Error("Invalid encoding: "+t)}throw Error("Invalid parameter: "+e)};g.DataBuffer.prototype.putBuffer=function(e){return this.putBytes(e),e.clear(),this};g.DataBuffer.prototype.putString=function(e){return this.putBytes(e,"utf16")};g.DataBuffer.prototype.putInt16=function(e){return this.accommodate(2),this.data.setInt16(this.write,e),this.write+=2,this};g.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};g.DataBuffer.prototype.putInt32=function(e){return this.accommodate(4),this.data.setInt32(this.write,e),this.write+=4,this};g.DataBuffer.prototype.putInt16Le=function(e){return this.accommodate(2),this.data.setInt16(this.write,e,!0),this.write+=2,this};g.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};g.DataBuffer.prototype.putInt32Le=function(e){return this.accommodate(4),this.data.setInt32(this.write,e,!0),this.write+=4,this};g.DataBuffer.prototype.putInt=function(e,t){nn(t),this.accommodate(t/8);do t-=8,this.data.setInt8(this.write++,e>>t&255);while(t>0);return this};g.DataBuffer.prototype.putSignedInt=function(e,t){return nn(t),this.accommodate(t/8),e<0&&(e+=2<<t-1),this.putInt(e,t)};g.DataBuffer.prototype.getByte=function(){return this.data.getInt8(this.read++)};g.DataBuffer.prototype.getInt16=function(){var e=this.data.getInt16(this.read);return this.read+=2,e};g.DataBuffer.prototype.getInt24=function(){var e=this.data.getInt16(this.read)<<8^this.data.getInt8(this.read+2);return this.read+=3,e};g.DataBuffer.prototype.getInt32=function(){var e=this.data.getInt32(this.read);return this.read+=4,e};g.DataBuffer.prototype.getInt16Le=function(){var e=this.data.getInt16(this.read,!0);return this.read+=2,e};g.DataBuffer.prototype.getInt24Le=function(){var e=this.data.getInt8(this.read)^this.data.getInt16(this.read+1,!0)<<8;return this.read+=3,e};g.DataBuffer.prototype.getInt32Le=function(){var e=this.data.getInt32(this.read,!0);return this.read+=4,e};g.DataBuffer.prototype.getInt=function(e){nn(e);var t=0;do t=(t<<8)+this.data.getInt8(this.read++),e-=8;while(e>0);return t};g.DataBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};g.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};g.DataBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};g.DataBuffer.prototype.at=function(e){return this.data.getUint8(this.read+e)};g.DataBuffer.prototype.setAt=function(e,t){return this.data.setUint8(e,t),this};g.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};g.DataBuffer.prototype.copy=function(){return new g.DataBuffer(this)};g.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};g.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};g.DataBuffer.prototype.truncate=function(e){return this.write=Math.max(0,this.length()-e),this.read=Math.min(this.read,this.write),this};g.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};g.DataBuffer.prototype.toString=function(e){var t=new Uint8Array(this.data,this.read,this.length());if(e=e||"utf8",e==="binary"||e==="raw")return g.binary.raw.encode(t);if(e==="hex")return g.binary.hex.encode(t);if(e==="base64")return g.binary.base64.encode(t);if(e==="utf8")return g.text.utf8.decode(t);if(e==="utf16")return g.text.utf16.decode(t);throw new Error("Invalid encoding: "+e)};g.createBuffer=function(e,t){return t=t||"raw",e!==void 0&&t==="utf8"&&(e=g.encodeUtf8(e)),new g.ByteBuffer(e)};g.fillString=function(e,t){for(var r="";t>0;)t&1&&(r+=e),t>>>=1,t>0&&(e+=e);return r};g.xorBytes=function(e,t,r){for(var n="",i="",o="",s=0,a=0;r>0;--r,++s)i=e.charCodeAt(s)^t.charCodeAt(s),a>=10&&(n+=o,o="",a=0),o+=String.fromCharCode(i),++a;return n+=o,n};g.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};g.bytesToHex=function(e){return g.createBuffer(e).toHex()};g.int32ToBytes=function(e){return String.fromCharCode(e>>24&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255)};var De="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",ke=[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],Oa="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";g.encode64=function(e,t){for(var r="",n="",i,o,s,a=0;a<e.length;)i=e.charCodeAt(a++),o=e.charCodeAt(a++),s=e.charCodeAt(a++),r+=De.charAt(i>>2),r+=De.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=De.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":De.charAt(s&63)),t&&r.length>t&&(n+=r.substr(0,t)+`\r
|
|
4
|
-
`,r=r.substr(
|
|
5
|
-
`,r=r.substr(t));return n+=r,n};g.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 i,o,s,a,c=0,f=r;c<e.length;)i=ke[e.charCodeAt(c++)-43],o=ke[e.charCodeAt(c++)-43],s=ke[e.charCodeAt(c++)-43],a=ke[e.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 t?f-r:n.subarray(0,f)};g.binary.base58.encode=function(e,t){return g.binary.baseN.encode(e,Oa,t)};g.binary.base58.decode=function(e,t){return g.binary.baseN.decode(e,Oa,t)};g.text={utf8:{},utf16:{}};g.text.utf8.encode=function(e,t,r){e=g.encodeUtf8(e);var n=t;n||(n=new Uint8Array(e.length)),r=r||0;for(var i=r,o=0;o<e.length;++o)n[i++]=e.charCodeAt(o);return t?i-r:n};g.text.utf8.decode=function(e){return g.decodeUtf8(String.fromCharCode.apply(null,e))};g.text.utf16.encode=function(e,t,r){var n=t;n||(n=new Uint8Array(e.length*2));var i=new Uint16Array(n.buffer);r=r||0;for(var o=r,s=r,a=0;a<e.length;++a)i[s++]=e.charCodeAt(a),o+=2;return t?o-r:n};g.text.utf16.decode=function(e){return String.fromCharCode.apply(null,new Uint16Array(e.buffer))};g.deflate=function(e,t,r){if(t=g.decode64(e.deflate(g.encode64(t)).rval),r){var n=2,i=t.charCodeAt(1);i&32&&(n=6),t=t.substring(n,t.length-4)}return t};g.inflate=function(e,t,r){var n=e.inflate(g.encode64(t)).rval;return n===null?null:g.decode64(n)};var Zi=function(e,t,r){if(!e)throw new Error("WebStorage not available.");var n;if(r===null?n=e.removeItem(t):(r=g.encode64(JSON.stringify(r)),n=e.setItem(t,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}},Yi=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(g.decode64(r))),r},Mh=function(e,t,r,n){var i=Yi(e,t);i===null&&(i={}),i[r]=n,Zi(e,t,i)},Fh=function(e,t,r){var n=Yi(e,t);return n!==null&&(n=r in n?n[r]:null),n},Vh=function(e,t,r){var n=Yi(e,t);if(n!==null&&r in n){delete n[r];var i=!0;for(var o in n){i=!1;break}i&&(n=null),Zi(e,t,n)}},zh=function(e,t){Zi(e,t,null)},Hn=function(e,t,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(t[0]===null)throw new Error("Flash local storage not available.");n=e.apply(this,t),o=i==="flash"}(i==="web"||i==="both")&&(t[0]=localStorage,n=e.apply(this,t),o=!0)}catch(c){s=c}if(o)break}if(!o)throw s;return n};g.setItem=function(e,t,r,n,i){Hn(Mh,arguments,i)};g.getItem=function(e,t,r,n){return Hn(Fh,arguments,n)};g.removeItem=function(e,t,r,n){Hn(Vh,arguments,n)};g.clearItems=function(e,t,r){Hn(zh,arguments,r)};g.isEmpty=function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0};g.format=function(e){for(var t=/%./g,r,n,i=0,o=[],s=0;r=t.exec(e);){n=e.substring(s,t.lastIndex-2),n.length>0&&o.push(n),s=t.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(e.substring(s)),o.join("")};g.formatNumber=function(e,t,r,n){var i=e,o=isNaN(t=Math.abs(t))?2:t,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):"")};g.formatSize=function(e){return e>=1073741824?e=g.formatNumber(e/1073741824,2,".","")+" GiB":e>=1048576?e=g.formatNumber(e/1048576,2,".","")+" MiB":e>=1024?e=g.formatNumber(e/1024,0)+" KiB":e=g.formatNumber(e,0)+" bytes",e};g.bytesFromIP=function(e){return e.indexOf(".")!==-1?g.bytesFromIPv4(e):e.indexOf(":")!==-1?g.bytesFromIPv6(e):null};g.bytesFromIPv4=function(e){if(e=e.split("."),e.length!==4)return null;for(var t=g.createBuffer(),r=0;r<e.length;++r){var n=parseInt(e[r],10);if(isNaN(n))return null;t.putByte(n)}return t.getBytes()};g.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=g.createBuffer(),i=0;i<8;++i){if(!e[i]||e[i].length===0){n.fillWithByte(0,r),r=0;continue}var o=g.hexToBytes(e[i]);o.length<2&&n.putByte(0),n.putBytes(o)}return n.getBytes()};g.bytesToIP=function(e){return e.length===4?g.bytesToIPv4(e):e.length===16?g.bytesToIPv6(e):null};g.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(".")};g.bytesToIPv6=function(e){if(e.length!==16)return null;for(var t=[],r=[],n=0,i=0;i<e.length;i+=2){for(var o=g.bytesToHex(e[i]+e[i+1]);o[0]==="0"&&o!=="0";)o=o.substr(1);if(o==="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(o)}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(":")};g.estimateCores=function(e,t){if(typeof e=="function"&&(t=e,e={}),e=e||{},"cores"in g&&!e.update)return t(null,g.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return g.cores=navigator.hardwareConcurrency,t(null,g.cores);if(typeof Worker>"u")return g.cores=1,t(null,g.cores);if(typeof Blob>"u")return g.cores=2,t(null,g.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 g.cores=Math.max(1,f),URL.revokeObjectURL(r),t(null,g.cores)}i(c,function(u,h){s.push(o(c,h)),n(s,a-1,c)})}function i(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 d=0;d<s;++d)c[d].terminate();a(null,f)}}),c.push(h)}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],h=c[f]=[],p=0;p<s;++p)if(f!==p){var d=a[p];(u.st>d.st&&u.st<d.et||d.st>u.st&&d.st<u.et)&&h.push(p)}return c.reduce(function(l,y){return Math.max(l,y.length)},0)}}});var Gn=O((Fm,Fa)=>{var on=J();on.pki=on.pki||{};var Qi=Fa.exports=on.pki.oids=on.oids=on.oids||{};function A(e,t){Qi[e]=t,Qi[t]=e}function Q(e,t){Qi[e]=t}A("1.2.840.113549.1.1.1","rsaEncryption");A("1.2.840.113549.1.1.4","md5WithRSAEncryption");A("1.2.840.113549.1.1.5","sha1WithRSAEncryption");A("1.2.840.113549.1.1.7","RSAES-OAEP");A("1.2.840.113549.1.1.8","mgf1");A("1.2.840.113549.1.1.9","pSpecified");A("1.2.840.113549.1.1.10","RSASSA-PSS");A("1.2.840.113549.1.1.11","sha256WithRSAEncryption");A("1.2.840.113549.1.1.12","sha384WithRSAEncryption");A("1.2.840.113549.1.1.13","sha512WithRSAEncryption");A("1.3.101.112","EdDSA25519");A("1.2.840.10040.4.3","dsa-with-sha1");A("1.3.14.3.2.7","desCBC");A("1.3.14.3.2.26","sha1");A("1.3.14.3.2.29","sha1WithRSASignature");A("2.16.840.1.101.3.4.2.1","sha256");A("2.16.840.1.101.3.4.2.2","sha384");A("2.16.840.1.101.3.4.2.3","sha512");A("2.16.840.1.101.3.4.2.4","sha224");A("2.16.840.1.101.3.4.2.5","sha512-224");A("2.16.840.1.101.3.4.2.6","sha512-256");A("1.2.840.113549.2.2","md2");A("1.2.840.113549.2.5","md5");A("1.2.840.113549.1.7.1","data");A("1.2.840.113549.1.7.2","signedData");A("1.2.840.113549.1.7.3","envelopedData");A("1.2.840.113549.1.7.4","signedAndEnvelopedData");A("1.2.840.113549.1.7.5","digestedData");A("1.2.840.113549.1.7.6","encryptedData");A("1.2.840.113549.1.9.1","emailAddress");A("1.2.840.113549.1.9.2","unstructuredName");A("1.2.840.113549.1.9.3","contentType");A("1.2.840.113549.1.9.4","messageDigest");A("1.2.840.113549.1.9.5","signingTime");A("1.2.840.113549.1.9.6","counterSignature");A("1.2.840.113549.1.9.7","challengePassword");A("1.2.840.113549.1.9.8","unstructuredAddress");A("1.2.840.113549.1.9.14","extensionRequest");A("1.2.840.113549.1.9.20","friendlyName");A("1.2.840.113549.1.9.21","localKeyId");A("1.2.840.113549.1.9.22.1","x509Certificate");A("1.2.840.113549.1.12.10.1.1","keyBag");A("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");A("1.2.840.113549.1.12.10.1.3","certBag");A("1.2.840.113549.1.12.10.1.4","crlBag");A("1.2.840.113549.1.12.10.1.5","secretBag");A("1.2.840.113549.1.12.10.1.6","safeContentsBag");A("1.2.840.113549.1.5.13","pkcs5PBES2");A("1.2.840.113549.1.5.12","pkcs5PBKDF2");A("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");A("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");A("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");A("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");A("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");A("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");A("1.2.840.113549.2.7","hmacWithSHA1");A("1.2.840.113549.2.8","hmacWithSHA224");A("1.2.840.113549.2.9","hmacWithSHA256");A("1.2.840.113549.2.10","hmacWithSHA384");A("1.2.840.113549.2.11","hmacWithSHA512");A("1.2.840.113549.3.7","des-EDE3-CBC");A("2.16.840.1.101.3.4.1.2","aes128-CBC");A("2.16.840.1.101.3.4.1.22","aes192-CBC");A("2.16.840.1.101.3.4.1.42","aes256-CBC");A("2.5.4.3","commonName");A("2.5.4.4","surname");A("2.5.4.5","serialNumber");A("2.5.4.6","countryName");A("2.5.4.7","localityName");A("2.5.4.8","stateOrProvinceName");A("2.5.4.9","streetAddress");A("2.5.4.10","organizationName");A("2.5.4.11","organizationalUnitName");A("2.5.4.12","title");A("2.5.4.13","description");A("2.5.4.15","businessCategory");A("2.5.4.17","postalCode");A("2.5.4.42","givenName");A("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");A("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");A("2.16.840.1.113730.1.1","nsCertType");A("2.16.840.1.113730.1.13","nsComment");Q("2.5.29.1","authorityKeyIdentifier");Q("2.5.29.2","keyAttributes");Q("2.5.29.3","certificatePolicies");Q("2.5.29.4","keyUsageRestriction");Q("2.5.29.5","policyMapping");Q("2.5.29.6","subtreesConstraint");Q("2.5.29.7","subjectAltName");Q("2.5.29.8","issuerAltName");Q("2.5.29.9","subjectDirectoryAttributes");Q("2.5.29.10","basicConstraints");Q("2.5.29.11","nameConstraints");Q("2.5.29.12","policyConstraints");Q("2.5.29.13","basicConstraints");A("2.5.29.14","subjectKeyIdentifier");A("2.5.29.15","keyUsage");Q("2.5.29.16","privateKeyUsagePeriod");A("2.5.29.17","subjectAltName");A("2.5.29.18","issuerAltName");A("2.5.29.19","basicConstraints");Q("2.5.29.20","cRLNumber");Q("2.5.29.21","cRLReason");Q("2.5.29.22","expirationDate");Q("2.5.29.23","instructionCode");Q("2.5.29.24","invalidityDate");Q("2.5.29.25","cRLDistributionPoints");Q("2.5.29.26","issuingDistributionPoint");Q("2.5.29.27","deltaCRLIndicator");Q("2.5.29.28","issuingDistributionPoint");Q("2.5.29.29","certificateIssuer");Q("2.5.29.30","nameConstraints");A("2.5.29.31","cRLDistributionPoints");A("2.5.29.32","certificatePolicies");Q("2.5.29.33","policyMappings");Q("2.5.29.34","policyConstraints");A("2.5.29.35","authorityKeyIdentifier");Q("2.5.29.36","policyConstraints");A("2.5.29.37","extKeyUsage");Q("2.5.29.46","freshestCRL");Q("2.5.29.54","inhibitAnyPolicy");A("1.3.6.1.4.1.11129.2.4.2","timestampList");A("1.3.6.1.5.5.7.1.1","authorityInfoAccess");A("1.3.6.1.5.5.7.3.1","serverAuth");A("1.3.6.1.5.5.7.3.2","clientAuth");A("1.3.6.1.5.5.7.3.3","codeSigning");A("1.3.6.1.5.5.7.3.4","emailProtection");A("1.3.6.1.5.5.7.3.8","timeStamping")});var an=O((Vm,za)=>{var nt=J();vt();Gn();var _=za.exports=nt.asn1=nt.asn1||{};_.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};_.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};_.create=function(e,t,r,n,i){if(nt.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:e,type:t,constructed:r,composed:r||nt.util.isArray(n),value:n};return i&&"bitStringContents"in i&&(a.bitStringContents=i.bitStringContents,a.original=_.copy(a)),a};_.copy=function(e,t){var r;if(nt.util.isArray(e)){r=[];for(var n=0;n<e.length;++n)r.push(_.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:_.copy(e.value,t)},t&&!t.excludeBitStringContents&&(r.bitStringContents=e.bitStringContents),r)};_.equals=function(e,t,r){if(nt.util.isArray(e)){if(!nt.util.isArray(t)||e.length!==t.length)return!1;for(var n=0;n<e.length;++n)if(!_.equals(e[n],t[n]))return!1;return!0}if(typeof e!=typeof t)return!1;if(typeof e=="string")return e===t;var i=e.tagClass===t.tagClass&&e.type===t.type&&e.constructed===t.constructed&&e.composed===t.composed&&_.equals(e.value,t.value);return r&&r.includeBitStringContents&&(i=i&&e.bitStringContents===t.bitStringContents),i};_.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 sn(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 qh=function(e,t){var r=e.getByte();if(t--,r!==128){var n,i=r&128;if(!i)n=r;else{var o=r&127;sn(e,t,o),n=e.getInt(o<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};_.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=nt.util.createBuffer(e));var r=e.length(),n=$n(e,e.length(),0,t);if(t.parseAllBytes&&e.length()!==0){var i=new Error("Unparsed DER bytes remain after ASN.1 parsing.");throw i.byteCount=r,i.remaining=e.length(),i}return n};function $n(e,t,r,n){var i;sn(e,t,2);var o=e.getByte();t--;var s=o&192,a=o&31;i=e.length();var c=qh(e,t);if(t-=i-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=(o&32)===32;if(p)if(u=[],c===void 0)for(;;){if(sn(e,t,2),e.bytes(2)===String.fromCharCode(0,0)){e.getBytes(2),t-=2;break}i=e.length(),u.push($n(e,t,r+1,n)),t-=i-e.length()}else for(;c>0;)i=e.length(),u.push($n(e,c,r+1,n)),t-=i-e.length(),c-=i-e.length();if(u===void 0&&s===_.Class.UNIVERSAL&&a===_.Type.BITSTRING&&(h=e.bytes(c)),u===void 0&&n.decodeBitStrings&&s===_.Class.UNIVERSAL&&a===_.Type.BITSTRING&&c>1){var d=e.read,l=t,y=0;if(a===_.Type.BITSTRING&&(sn(e,t,1),y=e.getByte(),t--),y===0)try{i=e.length();var x={strict:!0,decodeBitStrings:!0},v=$n(e,t,r+1,x),w=i-e.length();t-=w,a==_.Type.BITSTRING&&w++;var S=v.tagClass;w===c&&(S===_.Class.UNIVERSAL||S===_.Class.CONTEXT_SPECIFIC)&&(u=[v])}catch{}u===void 0&&(e.read=d,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===_.Type.BMPSTRING)for(u="";c>0;c-=2)sn(e,t,2),u+=String.fromCharCode(e.getInt16()),t-=2;else u=e.getBytes(c),t-=c}var T=h===void 0?null:{bitStringContents:h};return _.create(s,a,p,u,T)}_.toDer=function(e){var t=nt.util.createBuffer(),r=e.tagClass|e.type,n=nt.util.createBuffer(),i=!1;if("bitStringContents"in e&&(i=!0,e.original&&(i=_.equals(e,e.original))),i)n.putBytes(e.bitStringContents);else if(e.composed){e.constructed?r|=32:n.putByte(0);for(var o=0;o<e.value.length;++o)e.value[o]!==void 0&&n.putBuffer(_.toDer(e.value[o]))}else if(e.type===_.Type.BMPSTRING)for(var o=0;o<e.value.length;++o)n.putInt16(e.value.charCodeAt(o));else e.type===_.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 o=a.length-1;o>=0;--o)t.putByte(a.charCodeAt(o))}return t.putBuffer(n),t};_.oidToDer=function(e){var t=e.split("."),r=nt.util.createBuffer();r.putByte(40*parseInt(t[0],10)+parseInt(t[1],10));for(var n,i,o,s,a=2;a<t.length;++a){n=!0,i=[],o=parseInt(t[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};_.derToOid=function(e){var t;typeof e=="string"&&(e=nt.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};_.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,i=parseInt(e.substr(4,2),10),o=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,i),t.setUTCHours(o,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};_.generalizedTimeToDate=function(e){var t=new Date,r=parseInt(e.substr(0,4),10),n=parseInt(e.substr(4,2),10)-1,i=parseInt(e.substr(6,2),10),o=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 d=parseInt(e.substr(h+1,2),10),l=parseInt(e.substr(h+4,2),10);f=d*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,i),t.setUTCHours(o,s,a,c),t.setTime(+t+f)):(t.setFullYear(r,n,i),t.setHours(o,s,a,c)),t};_.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};_.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};_.integerToDer=function(e){var t=nt.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};_.derToInteger=function(e){typeof e=="string"&&(e=nt.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)};_.validate=function(e,t,r,n){var i=!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(i=!0,t.value&&nt.util.isArray(t.value))for(var o=0,s=0;i&&s<t.value.length;++s)i=t.value[s].optional||!1,e.value[o]&&(i=_.validate(e.value[o],t.value[s],r,n),i?++o:t.value[s].optional&&(i=!0)),!i&&n&&n.push("["+t.name+'] Tag class "'+t.tagClass+'", type "'+t.type+'" expected value length "'+t.value.length+'", got "'+e.value.length+'"');if(i&&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 i};var Va=/[^\\u0000-\\u00ff]/;_.prettyPrint=function(e,t,r){var n="";t=t||0,r=r||2,t>0&&(n+=`
|
|
6
|
-
`);for(var i="",o=0;o<
|
|
7
|
-
`,n+=i+"Constructed: "+
|
|
8
|
-
`,e.composed){for(var s=0,a="",o=0;o<e.value.length;++o)e.value[o]!==void 0&&(s+=1,a+=_.prettyPrint(e.value[o],t+1,r),o+1<e.value.length&&(a+=","));n+=i+"Sub values: "+s+a}else{if(n+=i+"Value: ",e.type===_.Type.OID){var c=_.derToOid(e.value);n+=c,nt.pki&&nt.pki.oids&&c in nt.pki.oids&&(n+=" ("+nt.pki.oids[c]+") ")}if(e.type===_.Type.INTEGER)try{n+=_.derToInteger(e.value)}catch{n+="0x"+nt.util.bytesToHex(e.value)}else if(e.type===_.Type.BITSTRING){if(e.value.length>1?n+="0x"+nt.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===_.Type.OCTETSTRING)Va.test(e.value)||(n+="("+e.value+") "),n+="0x"+nt.util.bytesToHex(e.value);else if(e.type===_.Type.UTF8)try{n+=nt.util.decodeUtf8(e.value)}catch(u){if(u.message==="URI malformed")n+="0x"+nt.util.bytesToHex(e.value)+" (malformed UTF8)";else throw u}else e.type===_.Type.PRINTABLESTRING||e.type===_.Type.IA5String?n+=e.value:Va.test(e.value)?n+="0x"+nt.util.bytesToHex(e.value):e.value.length===0?n+="[null]":n+=e.value}return n}});var Ji=O((zm,qa)=>{var Et=J();vt();qa.exports=Et.cipher=Et.cipher||{};Et.cipher.algorithms=Et.cipher.algorithms||{};Et.cipher.createCipher=function(e,t){var r=e;if(typeof r=="string"&&(r=Et.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new Et.cipher.BlockCipher({algorithm:r,key:t,decrypt:!1})};Et.cipher.createDecipher=function(e,t){var r=e;if(typeof r=="string"&&(r=Et.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new Et.cipher.BlockCipher({algorithm:r,key:t,decrypt:!0})};Et.cipher.registerAlgorithm=function(e,t){e=e.toUpperCase(),Et.cipher.algorithms[e]=t};Et.cipher.getAlgorithm=function(e){return e=e.toUpperCase(),e in Et.cipher.algorithms?Et.cipher.algorithms[e]:null};var Xi=Et.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)};Xi.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=Et.util.createBuffer(),this.output=e.output||Et.util.createBuffer(),this.mode.start(t)};Xi.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()};Xi.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 to=O((qm,Ha)=>{var Bt=J();vt();Bt.cipher=Bt.cipher||{};var V=Ha.exports=Bt.cipher.modes=Bt.cipher.modes||{};V.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)};V.ecb.prototype.start=function(e){};V.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])};V.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])};V.ecb.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};V.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)};V.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)};V.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=Wn(e.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};V.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};V.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)};V.cbc.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};V.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)};V.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=Bt.util.createBuffer(),this._partialBytes=0};V.cfb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=Wn(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};V.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 i=0;i<this._ints;++i)this._inBlock[i]=e.getInt32()^this._outBlock[i],t.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]=e.getInt32()^this._outBlock[i],this._partialOutput.putInt32(this._partialBlock[i]);if(o>0)e.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 t.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};V.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 i=0;i<this._ints;++i)this._inBlock[i]=e.getInt32(),t.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]=e.getInt32(),this._partialOutput.putInt32(this._partialBlock[i]^this._outBlock[i]);if(o>0)e.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 t.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};V.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=Bt.util.createBuffer(),this._partialBytes=0};V.ofb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=Wn(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};V.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 i=0;i<this._ints;++i)t.putInt32(e.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(e.getInt32()^this._outBlock[i]);if(o>0)e.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 t.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};V.ofb.prototype.decrypt=V.ofb.prototype.encrypt;V.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=Bt.util.createBuffer(),this._partialBytes=0};V.ctr.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=Wn(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};V.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 i=0;i<this._ints;++i)t.putInt32(e.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(e.getInt32()^this._outBlock[i]);if(o>0&&(e.read-=this.blockSize),this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),o>0&&!r)return t.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}Zn(this._inBlock)};V.ctr.prototype.decrypt=V.ctr.prototype.encrypt;V.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=Bt.util.createBuffer(),this._partialBytes=0,this._R=3774873600};V.gcm.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");var t=Bt.util.createBuffer(e.iv);this._cipherLength=0;var r;if("additionalData"in e?r=Bt.util.createBuffer(e.additionalData):r=Bt.util.createBuffer(),"tagLength"in e?this._tagLength=e.tagLength:this._tagLength=128,this._tag=null,e.decrypt&&(this._tag=Bt.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(ji(n*8)))}this._inBlock=this._j0.slice(0),Zn(this._inBlock),this._partialBytes=0,r=Bt.util.createBuffer(r),this._aDataLength=ji(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()])};V.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 i=0;i<this._ints;++i)t.putInt32(this._outBlock[i]^=e.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(e.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 e.read-=this.blockSize,t.putBytes(this._partialOutput.getBytes(o-this._partialBytes)),this._partialBytes=o,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}this._s=this.ghash(this._hashSubkey,this._s,this._outBlock),Zn(this._inBlock)};V.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),Zn(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 i=0;i<this._ints;++i)t.putInt32(this._outBlock[i]^this._hashBlock[i]);n<this.blockSize?this._cipherLength+=n%this.blockSize:this._cipherLength+=this.blockSize};V.gcm.prototype.afterFinish=function(e,t){var r=!0;t.decrypt&&t.overflow&&e.truncate(this.blockSize-t.overflow),this.tag=Bt.util.createBuffer();var n=this._aDataLength.concat(ji(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)),t.decrypt&&this.tag.bytes()!==this._tag&&(r=!1),r};V.gcm.prototype.multiply=function(e,t){for(var r=[0,0,0,0],n=t.slice(0),i=0;i<128;++i){var o=e[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};V.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)};V.gcm.prototype.tableMultiply=function(e){for(var t=[0,0,0,0],r=0;r<32;++r){var n=r/8|0,i=e[n]>>>(7-r%8)*4&15,o=this._m[r][i];t[0]^=o[0],t[1]^=o[1],t[2]^=o[2],t[3]^=o[3]}return t};V.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)};V.gcm.prototype.generateHashTable=function(e,t){for(var r=8/t,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)*t;a[c]=1<<t-1<<f,o[s]=this.generateSubHashTable(this.multiply(a,e),t)}return o};V.gcm.prototype.generateSubHashTable=function(e,t){var r=1<<t,n=r>>>1,i=new Array(r);i[n]=e.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]=[e[0]^f[0],e[1]^f[1],e[2]^f[2],e[3]^f[3]]}return i};function Wn(e,t){if(typeof e=="string"&&(e=Bt.util.createBuffer(e)),Bt.util.isArray(e)&&e.length>4){var r=e;e=Bt.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(!Bt.util.isArray(e)){for(var i=[],o=t/4,n=0;n<o;++n)i.push(e.getInt32());e=i}return e}function Zn(e){e[e.length-1]=e[e.length-1]+1&4294967295}function ji(e){return[e/4294967296|0,e&4294967295]}});var io=O((Hm,Za)=>{var et=J();Ji();to();vt();Za.exports=et.aes=et.aes||{};et.aes.startEncrypting=function(e,t,r,n){var i=Yn({key:e,output:r,decrypt:!1,mode:n});return i.start(t),i};et.aes.createEncryptionCipher=function(e,t){return Yn({key:e,output:null,decrypt:!1,mode:t})};et.aes.startDecrypting=function(e,t,r,n){var i=Yn({key:e,output:r,decrypt:!0,mode:n});return i.start(t),i};et.aes.createDecryptionCipher=function(e,t){return Yn({key:e,output:null,decrypt:!0,mode:t})};et.aes.Algorithm=function(e,t){no||$a();var r=this;r.name=e,r.mode=new t({blockSize:16,cipher:{encrypt:function(n,i){return ro(r._w,n,i,!1)},decrypt:function(n,i){return ro(r._w,n,i,!0)}}}),r._init=!1};et.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=et.util.createBuffer(t);else if(et.util.isArray(t)&&(t.length===16||t.length===24||t.length===32)){r=t,t=et.util.createBuffer();for(var n=0;n<r.length;++n)t.putByte(r[n])}if(!et.util.isArray(t)){r=t,t=[];var i=r.length();if(i===16||i===24||i===32){i=i>>>2;for(var n=0;n<i;++n)t.push(r.getInt32())}}if(!et.util.isArray(t)||!(t.length===4||t.length===6||t.length===8))throw new Error("Invalid key parameter.");var o=this.mode.name,s=["CFB","OFB","CTR","GCM"].indexOf(o)!==-1;this._w=Wa(t,e.decrypt&&!s),this._init=!0}};et.aes._expandKey=function(e,t){return no||$a(),Wa(e,t)};et.aes._updateBlock=ro;xr("AES-ECB",et.cipher.modes.ecb);xr("AES-CBC",et.cipher.modes.cbc);xr("AES-CFB",et.cipher.modes.cfb);xr("AES-OFB",et.cipher.modes.ofb);xr("AES-CTR",et.cipher.modes.ctr);xr("AES-GCM",et.cipher.modes.gcm);function xr(e,t){var r=function(){return new et.aes.Algorithm(e,t)};et.cipher.registerAlgorithm(e,r)}var no=!1,mr=4,Nt,eo,Ga,Xe,Zt;function $a(){no=!0,Ga=[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;Nt=new Array(256),eo=new Array(256),Xe=new Array(4),Zt=new Array(4);for(var t=0;t<4;++t)Xe[t]=new Array(256),Zt[t]=new Array(256);for(var r=0,n=0,i,o,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,Nt[r]=a,eo[a]=r,c=e[a],i=e[r],o=e[i],s=e[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 h=0;h<4;++h)Xe[h][r]=f,Zt[h][a]=u,f=f<<24|f>>>8,u=u<<24|u>>>8;r===0?r=n=1:(r=i^e[e[e[i^s]]],n^=e[e[n]])}}function Wa(e,t){for(var r=e.slice(0),n,i=1,o=r.length,s=o+6+1,a=mr*s,c=o;c<a;++c)n=r[c-1],c%o===0?(n=Nt[n>>>16&255]<<24^Nt[n>>>8&255]<<16^Nt[n&255]<<8^Nt[n>>>24]^Ga[i]<<24,i++):o>6&&c%o===4&&(n=Nt[n>>>24]<<24^Nt[n>>>16&255]<<16^Nt[n>>>8&255]<<8^Nt[n&255]),r[c]=r[c-o]^n;if(t){var f,u=Zt[0],h=Zt[1],p=Zt[2],d=Zt[3],l=r.slice(0);a=r.length;for(var c=0,y=a-mr;c<a;c+=mr,y-=mr)if(c===0||c===a-mr)l[c]=r[y],l[c+1]=r[y+3],l[c+2]=r[y+2],l[c+3]=r[y+1];else for(var x=0;x<mr;++x)f=r[y+x],l[c+(3&-x)]=u[Nt[f>>>24]]^h[Nt[f>>>16&255]]^p[Nt[f>>>8&255]]^d[Nt[f&255]];r=l}return r}function ro(e,t,r,n){var i=e.length/4-1,o,s,a,c,f;n?(o=Zt[0],s=Zt[1],a=Zt[2],c=Zt[3],f=eo):(o=Xe[0],s=Xe[1],a=Xe[2],c=Xe[3],f=Nt);var u,h,p,d,l,y,x;u=t[0]^e[0],h=t[n?3:1]^e[1],p=t[2]^e[2],d=t[n?1:3]^e[3];for(var v=3,w=1;w<i;++w)l=o[u>>>24]^s[h>>>16&255]^a[p>>>8&255]^c[d&255]^e[++v],y=o[h>>>24]^s[p>>>16&255]^a[d>>>8&255]^c[u&255]^e[++v],x=o[p>>>24]^s[d>>>16&255]^a[u>>>8&255]^c[h&255]^e[++v],d=o[d>>>24]^s[u>>>16&255]^a[h>>>8&255]^c[p&255]^e[++v],u=l,h=y,p=x;r[0]=f[u>>>24]<<24^f[h>>>16&255]<<16^f[p>>>8&255]<<8^f[d&255]^e[++v],r[n?3:1]=f[h>>>24]<<24^f[p>>>16&255]<<16^f[d>>>8&255]<<8^f[u&255]^e[++v],r[2]=f[p>>>24]<<24^f[d>>>16&255]<<16^f[u>>>8&255]<<8^f[h&255]^e[++v],r[n?1:3]=f[d>>>24]<<24^f[u>>>16&255]<<16^f[h>>>8&255]<<8^f[p&255]^e[++v]}function Yn(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="AES-"+t,n;e.decrypt?n=et.cipher.createDecipher(r,e.key):n=et.cipher.createCipher(r,e.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof et.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var Xa=O((Gm,Qa)=>{var at=J();Ji();to();vt();Qa.exports=at.des=at.des||{};at.des.startEncrypting=function(e,t,r,n){var i=Qn({key:e,output:r,decrypt:!1,mode:n||(t===null?"ECB":"CBC")});return i.start(t),i};at.des.createEncryptionCipher=function(e,t){return Qn({key:e,output:null,decrypt:!1,mode:t})};at.des.startDecrypting=function(e,t,r,n){var i=Qn({key:e,output:r,decrypt:!0,mode:n||(t===null?"ECB":"CBC")});return i.start(t),i};at.des.createDecryptionCipher=function(e,t){return Qn({key:e,output:null,decrypt:!0,mode:t})};at.des.Algorithm=function(e,t){var r=this;r.name=e,r.mode=new t({blockSize:8,cipher:{encrypt:function(n,i){return Ya(r._keys,n,i,!1)},decrypt:function(n,i){return Ya(r._keys,n,i,!0)}}}),r._init=!1};at.des.Algorithm.prototype.initialize=function(e){if(!this._init){var t=at.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=Jh(t),this._init=!0}};re("DES-ECB",at.cipher.modes.ecb);re("DES-CBC",at.cipher.modes.cbc);re("DES-CFB",at.cipher.modes.cfb);re("DES-OFB",at.cipher.modes.ofb);re("DES-CTR",at.cipher.modes.ctr);re("3DES-ECB",at.cipher.modes.ecb);re("3DES-CBC",at.cipher.modes.cbc);re("3DES-CFB",at.cipher.modes.cfb);re("3DES-OFB",at.cipher.modes.ofb);re("3DES-CTR",at.cipher.modes.ctr);function re(e,t){var r=function(){return new at.des.Algorithm(e,t)};at.cipher.registerAlgorithm(e,r)}var Hh=[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],Gh=[-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],$h=[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],Wh=[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],Zh=[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],Yh=[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],Qh=[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 Jh(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],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],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],d=[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],y=e.length()>8?3:1,x=[],v=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],w=0,S,T=0;T<y;T++){var C=e.getInt32(),I=e.getInt32();S=(C>>>4^I)&252645135,I^=S,C^=S<<4,S=(I>>>-16^C)&65535,C^=S,I^=S<<-16,S=(C>>>2^I)&858993459,I^=S,C^=S<<2,S=(I>>>-16^C)&65535,C^=S,I^=S<<-16,S=(C>>>1^I)&1431655765,I^=S,C^=S<<1,S=(I>>>8^C)&16711935,C^=S,I^=S<<8,S=(C>>>1^I)&1431655765,I^=S,C^=S<<1,S=C<<8|I>>>20&240,C=I<<24|I<<8&16711680|I>>>8&65280|I>>>24&240,I=S;for(var D=0;D<v.length;++D){v[D]?(C=C<<2|C>>>26,I=I<<2|I>>>26):(C=C<<1|C>>>27,I=I<<1|I>>>27),C&=-15,I&=-15;var P=t[C>>>28]|r[C>>>24&15]|n[C>>>20&15]|i[C>>>16&15]|o[C>>>12&15]|s[C>>>8&15]|a[C>>>4&15],j=c[I>>>28]|f[I>>>24&15]|u[I>>>20&15]|h[I>>>16&15]|p[I>>>12&15]|d[I>>>8&15]|l[I>>>4&15];S=(j>>>16^P)&65535,x[w++]=P^S,x[w++]=j^S<<16}}return x}function Ya(e,t,r,n){var i=e.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=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<i;f+=3){for(var u=o[f+1],h=o[f+2],p=o[f];p!=u;p+=h){var d=c^e[p],l=(c>>>4|c<<28)^e[p+1];s=a,a=c,c=s^(Gh[d>>>24&63]|Wh[d>>>16&63]|Yh[d>>>8&63]|Xh[d&63]|Hh[l>>>24&63]|$h[l>>>16&63]|Zh[l>>>8&63]|Qh[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 Qn(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="DES-"+t,n;e.decrypt?n=at.cipher.createDecipher(r,e.key):n=at.cipher.createCipher(r,e.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof at.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var Je=O(($m,Ja)=>{var Xn=J();Ja.exports=Xn.md=Xn.md||{};Xn.md.algorithms=Xn.md.algorithms||{}});var t0=O((Wm,ja)=>{var me=J();Je();vt();var jh=ja.exports=me.hmac=me.hmac||{};jh.create=function(){var e=null,t=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 me.md.algorithms)t=me.md.algorithms[o].create();else throw new Error('Unknown hash algorithm "'+o+'"');else t=o;if(s===null)s=e;else{if(typeof s=="string")s=me.util.createBuffer(s);else if(me.util.isArray(s)){var a=s;s=me.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=me.util.createBuffer(),n=me.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)},i.update=function(o){t.update(o)},i.getMac=function(){var o=t.digest().bytes();return t.start(),t.update(n),t.update(o),t.digest()},i.digest=i.getMac,i}});var vr=O(()=>{});var r0=O((Qm,e0)=>{var Dt=J();t0();Je();vt();var tl=Dt.pkcs5=Dt.pkcs5||{},xe;Dt.util.isNodejs&&!Dt.options.usePureJavaScript&&(xe=vr());e0.exports=Dt.pbkdf2=tl.pbkdf2=function(e,t,r,n,i,o){if(typeof i=="function"&&(o=i,i=null),Dt.util.isNodejs&&!Dt.options.usePureJavaScript&&xe.pbkdf2&&(i===null||typeof i!="object")&&(xe.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),e=Buffer.from(e,"binary"),t=Buffer.from(t,"binary"),o?xe.pbkdf2Sync.length===4?xe.pbkdf2(e,t,r,n,function(S,T){if(S)return o(S);o(null,T.toString("binary"))}):xe.pbkdf2(e,t,r,n,i,function(S,T){if(S)return o(S);o(null,T.toString("binary"))}):xe.pbkdf2Sync.length===4?xe.pbkdf2Sync(e,t,r,n).toString("binary"):xe.pbkdf2Sync(e,t,r,n,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in Dt.md.algorithms))throw new Error("Unknown hash algorithm: "+i);i=Dt.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=Dt.hmac.create();u.start(i,e);var h="",p,d,l;if(!o){for(var y=1;y<=c;++y){u.start(null,null),u.update(t),u.update(Dt.util.int32ToBytes(y)),p=l=u.digest().getBytes();for(var x=2;x<=r;++x)u.start(null,null),u.update(l),d=u.digest().getBytes(),p=Dt.util.xorBytes(p,d,s),l=d;h+=y<c?p:p.substr(0,f)}return h}var y=1,x;function v(){if(y>c)return o(null,h);u.start(null,null),u.update(t),u.update(Dt.util.int32ToBytes(y)),p=l=u.digest().getBytes(),x=2,w()}function w(){if(x<=r)return u.start(null,null),u.update(l),d=u.digest().getBytes(),p=Dt.util.xorBytes(p,d,s),l=d,++x,Dt.util.setImmediate(w);h+=y<c?p:p.substr(0,f),++y,v()}v()}});var o0=O((Xm,i0)=>{var jn=J();vt();var n0=i0.exports=jn.pem=jn.pem||{};n0.encode=function(e,t){t=t||{};var r="-----BEGIN "+e.type+`-----\r
|
|
9
|
-
`,n;if(
|
|
10
|
-
`),r+=
|
|
11
|
-
`,r+="-----END "+
|
|
12
|
-
`,r};
|
|
13
|
-
`;for(var o=0,s=-1,i=0;i<
|
|
14
|
-
`+
|
|
15
|
-
`+a+t.substr(s+1),o=i-s-1,s=-1,++i}else(t[i]===" "||t[i]===" "||t[i]===",")&&(s=i);return t}function el(e){return e.replace(/^\s+/,"")}});var h0=O((Jm,u0)=>{var ne=J();Je();vt();var a0=u0.exports=ne.sha256=ne.sha256||{};ne.md.sha256=ne.md.algorithms.sha256=a0;a0.create=function(){c0||rl();var e=null,t=ne.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 t=ne.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(i,o){o==="utf8"&&(i=ne.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 t.putBytes(i),s0(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var i=ne.util.createBuffer();i.putBytes(t.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 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};s0(h,r,i);var p=ne.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 oo=null,c0=!1,f0=null;function rl(){oo=String.fromCharCode(128),oo+=ne.util.fillString(String.fromCharCode(0),64),f0=[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],c0=!0}function s0(e,t,r){for(var n,i,o,s,a,c,f,u,h,p,d,l,y,x,v,w=r.length();w>=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,i=t[f-15],i=(i>>>7|i<<25)^(i>>>18|i<<14)^i>>>3,t[f]=n+t[f-7]+i+t[f-16]|0;for(u=e.h0,h=e.h1,p=e.h2,d=e.h3,l=e.h4,y=e.h5,x=e.h6,v=e.h7,f=0;f<64;++f)s=(l>>>6|l<<26)^(l>>>11|l<<21)^(l>>>25|l<<7),a=x^l&(y^x),o=(u>>>2|u<<30)^(u>>>13|u<<19)^(u>>>22|u<<10),c=u&h|p&(u^h),n=v+s+a+f0[f]+t[f],i=o+c,v=x,x=y,y=l,l=d+n>>>0,d=p,p=h,h=u,u=n+i>>>0;e.h0=e.h0+u|0,e.h1=e.h1+h|0,e.h2=e.h2+p|0,e.h3=e.h3+d|0,e.h4=e.h4+l|0,e.h5=e.h5+y|0,e.h6=e.h6+x|0,e.h7=e.h7+v|0,w-=64}}});var p0=O((jm,l0)=>{var ie=J();vt();var ti=null;ie.util.isNodejs&&!ie.options.usePureJavaScript&&!process.versions["node-webkit"]&&(ti=vr());var nl=l0.exports=ie.prng=ie.prng||{};nl.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),i=0;i<32;++i)n[i]=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,d=t.plugin.formatKey,l=t.plugin.formatSeed,y=ie.util.createBuffer();t.key=null,x();function x(v){if(v)return u(v);if(y.length()>=f)return u(null,y.getBytes(f));if(t.generated>1048575&&(t.key=null),t.key===null)return ie.util.nextTick(function(){o(x)});var w=h(t.key,t.seed);t.generated+=w.length,y.putBytes(w),t.key=d(h(t.key,p(t.seed))),t.seed=l(h(t.key,t.seed)),ie.util.setImmediate(x)}},t.generateSync=function(f){var u=t.plugin.cipher,h=t.plugin.increment,p=t.plugin.formatKey,d=t.plugin.formatSeed;t.key=null;for(var l=ie.util.createBuffer();l.length()<f;){t.generated>1048575&&(t.key=null),t.key===null&&s();var y=u(t.key,t.seed);t.generated+=y.length,l.putBytes(y),t.key=p(u(t.key,h(t.seed))),t.seed=d(u(t.key,t.seed))}return l.getBytes(f)};function o(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=ie.util.globalScope,p=h.crypto||h.msCrypto;p&&p.getRandomValues&&(u=function(C){return p.getRandomValues(C)});var d=ie.util.createBuffer();if(u)for(;d.length()<f;){var l=Math.max(1,Math.min(f-d.length(),65536)/4),y=new Uint32Array(Math.floor(l));try{u(y);for(var x=0;x<y.length;++x)d.putInt32(y[x])}catch(C){if(!(typeof QuotaExceededError<"u"&&C instanceof QuotaExceededError))throw C}}if(d.length()<f)for(var v,w,S,T=Math.floor(Math.random()*65536);d.length()<f;){w=16807*(T&65535),v=16807*(T>>16),w+=(v&32767)<<16,w+=v>>15,w=(w&2147483647)+(w>>31),T=w&4294967295;for(var x=0;x<3;++x)S=T>>>(x<<3),S^=Math.floor(Math.random()*256),d.putByte(S&255)}return d.getBytes(f)}return ti?(t.seedFile=function(f,u){ti.randomBytes(f,function(h,p){if(h)return u(h);u(null,p.toString())})},t.seedFileSync=function(f){return ti.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 d(l){var y=l.data;y.forge&&y.forge.prng&&(self.removeEventListener("message",d),p(y.forge.prng.err,y.forge.prng.bytes))}self.addEventListener("message",d),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(d,l){f.postMessage({forge:{prng:{err:d,bytes:l}}})})};f.addEventListener("message",u)}},t}});var cn=O((tx,so)=>{var At=J();io();h0();p0();vt();(function(){if(At.random&&At.random.getBytes){so.exports=At.random;return}(function(e){var t={},r=new Array(4),n=At.util.createBuffer();t.formatKey=function(h){var p=At.util.createBuffer(h);return h=new Array(4),h[0]=p.getInt32(),h[1]=p.getInt32(),h[2]=p.getInt32(),h[3]=p.getInt32(),At.aes._expandKey(h,!1)},t.formatSeed=function(h){var p=At.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 At.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=At.md.sha256;function i(){var h=At.prng.create(t);return h.getBytes=function(p,d){return h.generate(p,d)},h.getBytesSync=function(p){return h.generate(p)},h}var o=i(),s=null,a=At.util.globalScope,c=a.crypto||a.msCrypto;if(c&&c.getRandomValues&&(s=function(h){return c.getRandomValues(h)}),At.options.usePureJavaScript||!At.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}e&&(e().mousemove(function(h){o.collectInt(h.clientX,16),o.collectInt(h.clientY,16)}),e().keypress(function(h){o.collectInt(h.charCode,8)}))}if(!At.random)At.random=o;else for(var u in o)At.random[u]=o[u];At.random.createInstance=i,so.exports=At.random})(typeof jQuery<"u"?jQuery:null)})()});var m0=O((ex,g0)=>{var Pt=J();vt();var ao=[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],d0=[1,2,3,5],il=function(e,t){return e<<t&65535|(e&65535)>>16-t},ol=function(e,t){return(e&65535)>>t|e<<16-t&65535};g0.exports=Pt.rc2=Pt.rc2||{};Pt.rc2.expandKey=function(e,t){typeof e=="string"&&(e=Pt.util.createBuffer(e)),t=t||128;var r=e,n=e.length(),i=t,o=Math.ceil(i/8),s=255>>(i&7),a;for(a=n;a<128;a++)r.putByte(ao[r.at(a-1)+r.at(a-n)&255]);for(r.setAt(128-o,ao[r.at(128-o)&s]),a=127-o;a>=0;a--)r.setAt(a,ao[r.at(a+1)^r.at(a+o)]);return r};var y0=function(e,t,r){var n=!1,i=null,o=null,s=null,a,c,f,u,h=[];for(e=Pt.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]=il(l[f],d0[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]=ol(l[f],d0[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 y=[];for(f=0;f<4;f++){var x=i.getInt16Le();s!==null&&(r?x^=s.getInt16Le():s.putInt16Le(x)),y.push(x&65535)}u=r?0:63;for(var v=0;v<l.length;v++)for(var w=0;w<l[v][0];w++)l[v][1](y);for(f=0;f<4;f++)s!==null&&(r?s.putInt16Le(y[f]):y[f]^=s.getInt16Le()),o.putInt16Le(y[f])},d=null;return d={start:function(l,y){l&&typeof l=="string"&&(l=Pt.util.createBuffer(l)),n=!1,i=Pt.util.createBuffer(),o=y||new Pt.util.createBuffer,s=l,d.output=o},update:function(l){for(n||i.putBuffer(l);i.length()>=8;)p([[5,a],[1,c],[6,a],[1,c],[5,a]])},finish:function(l){var y=!0;if(r)if(l)y=l(8,i,!r);else{var x=i.length()===8?8:8-i.length();i.fillWithByte(x,x)}if(y&&(n=!0,d.update()),!r&&(y=i.length()===0,y))if(l)y=l(8,o,!r);else{var v=o.length(),w=o.at(v-1);w>v?y=!1:o.truncate(w)}return y}},d};Pt.rc2.startEncrypting=function(e,t,r){var n=Pt.rc2.createEncryptionCipher(e,128);return n.start(t,r),n};Pt.rc2.createEncryptionCipher=function(e,t){return y0(e,t,!0)};Pt.rc2.startDecrypting=function(e,t,r){var n=Pt.rc2.createDecryptionCipher(e,128);return n.start(t,r),n};Pt.rc2.createDecryptionCipher=function(e,t){return y0(e,t,!1)}});var ni=O((rx,A0)=>{var co=J();A0.exports=co.jsbn=co.jsbn||{};var ve,sl=0xdeadbeefcafe,x0=(sl&16777215)==15715070;function E(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))}co.jsbn.BigInteger=E;function $(){return new E(null)}function al(e,t,r,n,i,o){for(;--o>=0;){var s=t*this.data[e++]+r.data[n]+i;i=Math.floor(s/67108864),r.data[n++]=s&67108863}return i}function cl(e,t,r,n,i,o){for(var s=t&32767,a=t>>15;--o>=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]+(i&1073741823),i=(c>>>30)+(u>>>15)+a*f+(i>>>30),r.data[n++]=c&1073741823}return i}function v0(e,t,r,n,i,o){for(var s=t&16383,a=t>>14;--o>=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]+i,i=(c>>28)+(u>>14)+a*f,r.data[n++]=c&268435455}return i}typeof navigator>"u"?(E.prototype.am=v0,ve=28):x0&&navigator.appName=="Microsoft Internet Explorer"?(E.prototype.am=cl,ve=30):x0&&navigator.appName!="Netscape"?(E.prototype.am=al,ve=26):(E.prototype.am=v0,ve=28);E.prototype.DB=ve;E.prototype.DM=(1<<ve)-1;E.prototype.DV=1<<ve;var fo=52;E.prototype.FV=Math.pow(2,fo);E.prototype.F1=fo-ve;E.prototype.F2=2*ve-fo;var fl="0123456789abcdefghijklmnopqrstuvwxyz",ei=new Array,br,qt;br="0".charCodeAt(0);for(qt=0;qt<=9;++qt)ei[br++]=qt;br="a".charCodeAt(0);for(qt=10;qt<36;++qt)ei[br++]=qt;br="A".charCodeAt(0);for(qt=10;qt<36;++qt)ei[br++]=qt;function b0(e){return fl.charAt(e)}function w0(e,t){var r=ei[e.charCodeAt(t)];return r??-1}function ul(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 hl(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 Le(e){var t=$();return t.fromInt(e),t}function ll(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,i=!1,o=0;--n>=0;){var s=r==8?e[n]&255:w0(e,n);if(s<0){e.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&&e[0]&128&&(this.s=-1,o>0&&(this.data[this.t-1]|=(1<<this.DB-o)-1<<o)),this.clamp(),i&&E.ZERO.subTo(this,this)}function pl(){for(var e=this.s&this.DM;this.t>0&&this.data[this.t-1]==e;)--this.t}function dl(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,i=!1,o="",s=this.t,a=this.DB-s*this.DB%t;if(s-- >0)for(a<this.DB&&(n=this.data[s]>>a)>0&&(i=!0,o=b0(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&&(i=!0),i&&(o+=b0(n));return i?o:"0"}function yl(){var e=$();return E.ZERO.subTo(this,e),e}function gl(){return this.s<0?this.negate():this}function ml(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 ri(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 xl(){return this.t<=0?0:this.DB*(this.t-1)+ri(this.data[this.t-1]^this.s&this.DM)}function vl(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 bl(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 wl(e,t){var r=e%this.DB,n=this.DB-r,i=(1<<n)-1,o=Math.floor(e/this.DB),s=this.s<<r&this.DM,a;for(a=this.t-1;a>=0;--a)t.data[a+o+1]=this.data[a]>>n|s,s=(this.data[a]&i)<<r;for(a=o-1;a>=0;--a)t.data[a]=0;t.data[o]=s,t.t=this.t+o+1,t.s=this.s,t.clamp()}function Sl(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,i=this.DB-n,o=(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]&o)<<i,t.data[s-r]=this.data[s]>>n;n>0&&(t.data[this.t-r-1]|=(this.s&o)<<i),t.t=this.t-r,t.clamp()}function El(e,t){for(var r=0,n=0,i=Math.min(e.t,this.t);r<i;)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 Bl(e,t){var r=this.abs(),n=e.abs(),i=r.t;for(t.t=i+n.t;--i>=0;)t.data[i]=0;for(i=0;i<n.t;++i)t.data[i+r.t]=r.am(0,n.data[i],t,i,0,r.t);t.s=0,t.clamp(),this.s!=e.s&&E.ZERO.subTo(t,t)}function Al(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 Cl(e,t,r){var n=e.abs();if(!(n.t<=0)){var i=this.abs();if(i.t<n.t){t?.fromInt(0),r!=null&&this.copyTo(r);return}r==null&&(r=$());var o=$(),s=this.s,a=e.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 h=u*(1<<this.F1)+(f>1?o.data[f-2]>>this.F2:0),p=this.FV/h,d=(1<<this.F1)/h,l=1<<this.F2,y=r.t,x=y-f,v=t??$();for(o.dlShiftTo(x,v),r.compareTo(v)>=0&&(r.data[r.t++]=1,r.subTo(v,r)),E.ONE.dlShiftTo(f,v),v.subTo(o,o);o.t<f;)o.data[o.t++]=0;for(;--x>=0;){var w=r.data[--y]==u?this.DM:Math.floor(r.data[y]*p+(r.data[y-1]+l)*d);if((r.data[y]+=o.am(0,w,r,x,0,f))<w)for(o.dlShiftTo(x,v),r.subTo(v,r);r.data[y]<--w;)r.subTo(v,r)}t!=null&&(r.drShiftTo(f,t),s!=a&&E.ZERO.subTo(t,t)),r.t=f,r.clamp(),c>0&&r.rShiftTo(c,r),s<0&&E.ZERO.subTo(r,r)}}}function Il(e){var t=$();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(E.ZERO)>0&&e.subTo(t,t),t}function je(e){this.m=e}function Tl(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function _l(e){return e}function Rl(e){e.divRemTo(this.m,null,e)}function Nl(e,t,r){e.multiplyTo(t,r),this.reduce(r)}function Dl(e,t){e.squareTo(t),this.reduce(t)}je.prototype.convert=Tl;je.prototype.revert=_l;je.prototype.reduce=Rl;je.prototype.mulTo=Nl;je.prototype.sqrTo=Dl;function kl(){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 tr(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 Ll(e){var t=$();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(E.ZERO)>0&&this.m.subTo(t,t),t}function Pl(e){var t=$();return e.copyTo(t),this.reduce(t),t}function Ul(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 Kl(e,t){e.squareTo(t),this.reduce(t)}function Ol(e,t,r){e.multiplyTo(t,r),this.reduce(r)}tr.prototype.convert=Ll;tr.prototype.revert=Pl;tr.prototype.reduce=Ul;tr.prototype.mulTo=Ol;tr.prototype.sqrTo=Kl;function Ml(){return(this.t>0?this.data[0]&1:this.s)==0}function Fl(e,t){if(e>4294967295||e<1)return E.ONE;var r=$(),n=$(),i=t.convert(this),o=ri(e)-1;for(i.copyTo(r);--o>=0;)if(t.sqrTo(r,n),(e&1<<o)>0)t.mulTo(n,i,r);else{var s=r;r=n,n=s}return t.revert(r)}function Vl(e,t){var r;return e<256||t.isEven()?r=new je(t):r=new tr(t),this.exp(e,r)}E.prototype.copyTo=ul;E.prototype.fromInt=hl;E.prototype.fromString=ll;E.prototype.clamp=pl;E.prototype.dlShiftTo=vl;E.prototype.drShiftTo=bl;E.prototype.lShiftTo=wl;E.prototype.rShiftTo=Sl;E.prototype.subTo=El;E.prototype.multiplyTo=Bl;E.prototype.squareTo=Al;E.prototype.divRemTo=Cl;E.prototype.invDigit=kl;E.prototype.isEven=Ml;E.prototype.exp=Fl;E.prototype.toString=dl;E.prototype.negate=yl;E.prototype.abs=gl;E.prototype.compareTo=ml;E.prototype.bitLength=xl;E.prototype.mod=Il;E.prototype.modPowInt=Vl;E.ZERO=Le(0);E.ONE=Le(1);function zl(){var e=$();return this.copyTo(e),e}function ql(){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 Hl(){return this.t==0?this.s:this.data[0]<<24>>24}function Gl(){return this.t==0?this.s:this.data[0]<<16>>16}function $l(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function Wl(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function Zl(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=Le(r),i=$(),o=$(),s="";for(this.divRemTo(n,i,o);i.signum()>0;)s=(r+o.intValue()).toString(e).substr(1)+s,i.divRemTo(n,i,o);return o.intValue().toString(e)+s}function Yl(e,t){this.fromInt(0),t==null&&(t=10);for(var r=this.chunkSize(t),n=Math.pow(t,r),i=!1,o=0,s=0,a=0;a<e.length;++a){var c=w0(e,a);if(c<0){e.charAt(a)=="-"&&this.signum()==0&&(i=!0);continue}s=t*s+c,++o>=r&&(this.dMultiply(n),this.dAddOffset(s,0),o=0,s=0)}o>0&&(this.dMultiply(Math.pow(t,o)),this.dAddOffset(s,0)),i&&E.ZERO.subTo(this,this)}function Ql(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(E.ONE.shiftLeft(e-1),uo,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(E.ONE.shiftLeft(e-1),this);else{var n=new Array,i=e&7;n.length=(e>>3)+1,t.nextBytes(n),i>0?n[0]&=(1<<i)-1:n[0]=0,this.fromString(n,256)}}function Xl(){var e=this.t,t=new Array;t[0]=this.s;var r=this.DB-e*this.DB%8,n,i=0;if(e-- >0)for(r<this.DB&&(n=this.data[e]>>r)!=(this.s&this.DM)>>r&&(t[i++]=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),i==0&&(this.s&128)!=(n&128)&&++i,(i>0||n!=this.s)&&(t[i++]=n);return t}function Jl(e){return this.compareTo(e)==0}function jl(e){return this.compareTo(e)<0?this:e}function tp(e){return this.compareTo(e)>0?this:e}function ep(e,t,r){var n,i,o=Math.min(e.t,this.t);for(n=0;n<o;++n)r.data[n]=t(this.data[n],e.data[n]);if(e.t<this.t){for(i=e.s&this.DM,n=o;n<this.t;++n)r.data[n]=t(this.data[n],i);r.t=this.t}else{for(i=this.s&this.DM,n=o;n<e.t;++n)r.data[n]=t(i,e.data[n]);r.t=e.t}r.s=t(this.s,e.s),r.clamp()}function rp(e,t){return e&t}function np(e){var t=$();return this.bitwiseTo(e,rp,t),t}function uo(e,t){return e|t}function ip(e){var t=$();return this.bitwiseTo(e,uo,t),t}function S0(e,t){return e^t}function op(e){var t=$();return this.bitwiseTo(e,S0,t),t}function E0(e,t){return e&~t}function sp(e){var t=$();return this.bitwiseTo(e,E0,t),t}function ap(){for(var e=$(),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 cp(e){var t=$();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t}function fp(e){var t=$();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t}function up(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 hp(){for(var e=0;e<this.t;++e)if(this.data[e]!=0)return e*this.DB+up(this.data[e]);return this.s<0?this.t*this.DB:-1}function lp(e){for(var t=0;e!=0;)e&=e-1,++t;return t}function pp(){for(var e=0,t=this.s&this.DM,r=0;r<this.t;++r)e+=lp(this.data[r]^t);return e}function dp(e){var t=Math.floor(e/this.DB);return t>=this.t?this.s!=0:(this.data[t]&1<<e%this.DB)!=0}function yp(e,t){var r=E.ONE.shiftLeft(e);return this.bitwiseTo(r,t,r),r}function gp(e){return this.changeBit(e,uo)}function mp(e){return this.changeBit(e,E0)}function xp(e){return this.changeBit(e,S0)}function vp(e,t){for(var r=0,n=0,i=Math.min(e.t,this.t);r<i;)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 bp(e){var t=$();return this.addTo(e,t),t}function wp(e){var t=$();return this.subTo(e,t),t}function Sp(e){var t=$();return this.multiplyTo(e,t),t}function Ep(e){var t=$();return this.divRemTo(e,t,null),t}function Bp(e){var t=$();return this.divRemTo(e,null,t),t}function Ap(e){var t=$(),r=$();return this.divRemTo(e,t,r),new Array(t,r)}function Cp(e){this.data[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function Ip(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 fn(){}function B0(e){return e}function Tp(e,t,r){e.multiplyTo(t,r)}function _p(e,t){e.squareTo(t)}fn.prototype.convert=B0;fn.prototype.revert=B0;fn.prototype.mulTo=Tp;fn.prototype.sqrTo=_p;function Rp(e){return this.exp(e,new fn)}function Np(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 i;for(i=r.t-this.t;n<i;++n)r.data[n+this.t]=this.am(0,e.data[n],r,n,0,this.t);for(i=Math.min(e.t,t);n<i;++n)this.am(0,e.data[n],r,n,0,t-n);r.clamp()}function Dp(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 wr(e){this.r2=$(),this.q3=$(),E.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}function kp(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=$();return e.copyTo(t),this.reduce(t),t}function Lp(e){return e}function Pp(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 Up(e,t){e.squareTo(t),this.reduce(t)}function Kp(e,t,r){e.multiplyTo(t,r),this.reduce(r)}wr.prototype.convert=kp;wr.prototype.revert=Lp;wr.prototype.reduce=Pp;wr.prototype.mulTo=Kp;wr.prototype.sqrTo=Up;function Op(e,t){var r=e.bitLength(),n,i=Le(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 je(t):t.isEven()?o=new wr(t):o=new tr(t);var s=new Array,a=3,c=n-1,f=(1<<n)-1;if(s[1]=o.convert(this),n>1){var u=$();for(o.sqrTo(s[1],u);a<=f;)s[a]=$(),o.mulTo(u,s[a-2],s[a]),a+=2}var h=e.t-1,p,d=!0,l=$(),y;for(r=ri(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),d)s[p].copyTo(i),d=!1;else{for(;a>1;)o.sqrTo(i,l),o.sqrTo(l,i),a-=2;a>0?o.sqrTo(i,l):(y=i,i=l,l=y),o.mulTo(l,s[p],i)}for(;h>=0&&!(e.data[h]&1<<r);)o.sqrTo(i,l),y=i,i=l,l=y,--r<0&&(r=this.DB-1,--h)}return o.revert(i)}function Mp(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 i=t.getLowestSetBit(),o=r.getLowestSetBit();if(o<0)return t;for(i<o&&(o=i),o>0&&(t.rShiftTo(o,t),r.rShiftTo(o,r));t.signum()>0;)(i=t.getLowestSetBit())>0&&t.rShiftTo(i,t),(i=r.getLowestSetBit())>0&&r.rShiftTo(i,r),t.compareTo(r)>=0?(t.subTo(r,t),t.rShiftTo(1,t)):(r.subTo(t,r),r.rShiftTo(1,r));return o>0&&r.lShiftTo(o,r),r}function Fp(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 Vp(e){var t=e.isEven();if(this.isEven()&&t||e.signum()==0)return E.ZERO;for(var r=e.clone(),n=this.clone(),i=Le(1),o=Le(0),s=Le(0),a=Le(1);r.signum()!=0;){for(;r.isEven();)r.rShiftTo(1,r),t?((!i.isEven()||!o.isEven())&&(i.addTo(this,i),o.subTo(e,o)),i.rShiftTo(1,i)):o.isEven()||o.subTo(e,o),o.rShiftTo(1,o);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&&i.subTo(s,i),o.subTo(a,o)):(n.subTo(r,n),t&&s.subTo(i,s),a.subTo(o,a))}if(n.compareTo(E.ONE)!=0)return E.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 Yt=[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],zp=(1<<26)/Yt[Yt.length-1];function qp(e){var t,r=this.abs();if(r.t==1&&r.data[0]<=Yt[Yt.length-1]){for(t=0;t<Yt.length;++t)if(r.data[0]==Yt[t])return!0;return!1}if(r.isEven())return!1;for(t=1;t<Yt.length;){for(var n=Yt[t],i=t+1;i<Yt.length&&n<zp;)n*=Yt[i++];for(n=r.modInt(n);t<i;)if(n%Yt[t++]==0)return!1}return r.millerRabin(e)}function Hp(e){var t=this.subtract(E.ONE),r=t.getLowestSetBit();if(r<=0)return!1;for(var n=t.shiftRight(r),i=Gp(),o,s=0;s<e;++s){do o=new E(this.bitLength(),i);while(o.compareTo(E.ONE)<=0||o.compareTo(t)>=0);var a=o.modPow(n,this);if(a.compareTo(E.ONE)!=0&&a.compareTo(t)!=0){for(var c=1;c++<r&&a.compareTo(t)!=0;)if(a=a.modPowInt(2,this),a.compareTo(E.ONE)==0)return!1;if(a.compareTo(t)!=0)return!1}}return!0}function Gp(){return{nextBytes:function(e){for(var t=0;t<e.length;++t)e[t]=Math.floor(Math.random()*256)}}}E.prototype.chunkSize=$l;E.prototype.toRadix=Zl;E.prototype.fromRadix=Yl;E.prototype.fromNumber=Ql;E.prototype.bitwiseTo=ep;E.prototype.changeBit=yp;E.prototype.addTo=vp;E.prototype.dMultiply=Cp;E.prototype.dAddOffset=Ip;E.prototype.multiplyLowerTo=Np;E.prototype.multiplyUpperTo=Dp;E.prototype.modInt=Fp;E.prototype.millerRabin=Hp;E.prototype.clone=zl;E.prototype.intValue=ql;E.prototype.byteValue=Hl;E.prototype.shortValue=Gl;E.prototype.signum=Wl;E.prototype.toByteArray=Xl;E.prototype.equals=Jl;E.prototype.min=jl;E.prototype.max=tp;E.prototype.and=np;E.prototype.or=ip;E.prototype.xor=op;E.prototype.andNot=sp;E.prototype.not=ap;E.prototype.shiftLeft=cp;E.prototype.shiftRight=fp;E.prototype.getLowestSetBit=hp;E.prototype.bitCount=pp;E.prototype.testBit=dp;E.prototype.setBit=gp;E.prototype.clearBit=mp;E.prototype.flipBit=xp;E.prototype.add=bp;E.prototype.subtract=wp;E.prototype.multiply=Sp;E.prototype.divide=Ep;E.prototype.remainder=Bp;E.prototype.divideAndRemainder=Ap;E.prototype.modPow=Op;E.prototype.modInverse=Vp;E.prototype.pow=Rp;E.prototype.gcd=Mp;E.prototype.isProbablePrime=qp});var R0=O((nx,_0)=>{var oe=J();Je();vt();var I0=_0.exports=oe.sha1=oe.sha1||{};oe.md.sha1=oe.md.algorithms.sha1=I0;I0.create=function(){T0||$p();var e=null,t=oe.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 t=oe.util.createBuffer(),e={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520},n},n.start(),n.update=function(i,o){o==="utf8"&&(i=oe.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 t.putBytes(i),C0(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var i=oe.util.createBuffer();i.putBytes(t.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 h={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3,h4:e.h4};C0(h,r,i);var p=oe.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 ho=null,T0=!1;function $p(){ho=String.fromCharCode(128),ho+=oe.util.fillString(String.fromCharCode(0),64),T0=!0}function C0(e,t,r){for(var n,i,o,s,a,c,f,u,h=r.length();h>=64;){for(i=e.h0,o=e.h1,s=e.h2,a=e.h3,c=e.h4,u=0;u<16;++u)n=r.getInt32(),t[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=t[u-3]^t[u-8]^t[u-14]^t[u-16],n=n<<1|n>>>31,t[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=t[u-3]^t[u-8]^t[u-14]^t[u-16],n=n<<1|n>>>31,t[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=t[u-6]^t[u-16]^t[u-28]^t[u-32],n=n<<2|n>>>30,t[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=t[u-6]^t[u-16]^t[u-28]^t[u-32],n=n<<2|n>>>30,t[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=t[u-6]^t[u-16]^t[u-28]^t[u-32],n=n<<2|n>>>30,t[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;e.h0=e.h0+i|0,e.h1=e.h1+o|0,e.h2=e.h2+s|0,e.h3=e.h3+a|0,e.h4=e.h4+c|0,h-=64}}});var k0=O((ix,D0)=>{var se=J();vt();cn();R0();var N0=D0.exports=se.pkcs1=se.pkcs1||{};N0.encode_rsa_oaep=function(e,t,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=se.md.sha1.create(),s||(s=o);var a=Math.ceil(e.n.bitLength()/8),c=a-2*o.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=""),o.update(n,"raw");for(var u=o.digest(),h="",p=c-t.length,d=0;d<p;d++)h+="\0";var l=u.getBytes()+h+""+t;if(!i)i=se.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 y=ii(i,a-o.digestLength-1,s),x=se.util.xorBytes(l,y,l.length),v=ii(x,o.digestLength,s),w=se.util.xorBytes(i,v,i.length);return"\0"+w+x};N0.decode_rsa_oaep=function(e,t,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(e.n.bitLength()/8);if(t.length!==s){var x=new Error("RSAES-OAEP encoded message length is invalid.");throw x.length=t.length,x.expectedLength=s,x}if(i===void 0?i=se.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=t.charAt(0),f=t.substring(1,i.digestLength+1),u=t.substring(1+i.digestLength),h=ii(u,i.digestLength,o),p=se.util.xorBytes(f,h,f.length),d=ii(p,s-i.digestLength-1,o),l=se.util.xorBytes(u,d,u.length),y=l.substring(0,i.digestLength),x=c!=="\0",v=0;v<i.digestLength;++v)x|=a.charAt(v)!==y.charAt(v);for(var w=1,S=i.digestLength,T=i.digestLength;T<l.length;T++){var C=l.charCodeAt(T),I=C&1^1,D=w?65534:0;x|=C&D,w=w&I,S+=w}if(x||l.charCodeAt(S)!==1)throw new Error("Invalid RSAES-OAEP padding.");return l.substring(S+1)};function ii(e,t,r){r||(r=se.md.sha1.create());for(var n="",i=Math.ceil(t/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(e+s),n+=r.digest().getBytes()}return n.substring(0,t)}});var L0=O((ox,lo)=>{var Pe=J();vt();ni();cn();(function(){if(Pe.prime){lo.exports=Pe.prime;return}var e=lo.exports=Pe.prime=Pe.prime||{},t=Pe.jsbn.BigInteger,r=[6,4,2,4,2,4,6,2],n=new t(null);n.fromInt(30);var i=function(h,p){return h|p};e.generateProbablePrime=function(h,p,d){typeof p=="function"&&(d=p,p={}),p=p||{};var l=p.algorithm||"PRIMEINC";typeof l=="string"&&(l={name:l}),l.options=l.options||{};var y=p.prng||Pe.random,x={nextBytes:function(v){for(var w=y.getBytesSync(v.length),S=0;S<v.length;++S)v[S]=w.charCodeAt(S)}};if(l.name==="PRIMEINC")return o(h,x,l.options,d);throw new Error("Invalid prime generation algorithm: "+l.name)};function o(h,p,d,l){return"workers"in d?c(h,p,d,l):s(h,p,d,l)}function s(h,p,d,l){var y=f(h,p),x=0,v=u(y.bitLength());"millerRabinTests"in d&&(v=d.millerRabinTests);var w=10;"maxBlockTime"in d&&(w=d.maxBlockTime),a(y,h,p,x,v,w,l)}function a(h,p,d,l,y,x,v){var w=+new Date;do{if(h.bitLength()>p&&(h=f(p,d)),h.isProbablePrime(y))return v(null,h);h.dAddOffset(r[l++%8],0)}while(x<0||+new Date-w<x);Pe.util.setImmediate(function(){a(h,p,d,l,y,x,v)})}function c(h,p,d,l){if(typeof Worker>"u")return s(h,p,d,l);var y=f(h,p),x=d.workers,v=d.workLoad||100,w=v*30/8,S=d.workerScript||"forge/prime.worker.js";if(x===-1)return Pe.util.estimateCores(function(C,I){C&&(I=2),x=I-1,T()});T();function T(){x=Math.max(1,x);for(var C=[],I=0;I<x;++I)C[I]=new Worker(S);for(var D=x,I=0;I<x;++I)C[I].addEventListener("message",j);var P=!1;function j(Wt){if(!P){--D;var Mt=Wt.data;if(Mt.found){for(var Rt=0;Rt<C.length;++Rt)C[Rt].terminate();return P=!0,l(null,new t(Mt.prime,16))}y.bitLength()>h&&(y=f(h,p));var gr=y.toString(16);Wt.target.postMessage({hex:gr,workLoad:v}),y.dAddOffset(w,0)}}}}function f(h,p){var d=new t(h,p),l=h-1;return d.testBit(l)||d.bitwiseTo(t.ONE.shiftLeft(l),i,d),d.dAddOffset(31-d.mod(n).byteValue(),0),d}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 si=O((sx,V0)=>{var L=J();an();ni();Gn();k0();L0();cn();vt();typeof q>"u"&&(q=L.jsbn.BigInteger);var q,po=L.util.isNodejs?vr():null,m=L.asn1,Ht=L.util;L.pki=L.pki||{};V0.exports=L.pki.rsa=L.rsa=L.rsa||{};var K=L.pki,Wp=[6,4,2,4,2,4,6,2],Zp={name:"PrivateKeyInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},Yp={name:"RSAPrivateKey",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyModulus"},{name:"RSAPrivateKey.publicExponent",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPublicExponent"},{name:"RSAPrivateKey.privateExponent",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPrivateExponent"},{name:"RSAPrivateKey.prime1",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPrime1"},{name:"RSAPrivateKey.prime2",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},Qp={name:"RSAPublicKey",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPublicKey.modulus",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"publicKeyModulus"},{name:"RSAPublicKey.exponent",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"publicKeyExponent"}]},Xp=L.pki.rsa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:m.Class.UNIVERSAL,type:m.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},Jp={name:"DigestInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm.algorithmIdentifier",tagClass:m.Class.UNIVERSAL,type:m.Type.OID,constructed:!1,capture:"algorithmIdentifier"},{name:"DigestInfo.DigestAlgorithm.parameters",tagClass:m.Class.UNIVERSAL,type:m.Type.NULL,capture:"parameters",optional:!0,constructed:!1}]},{name:"DigestInfo.digest",tagClass:m.Class.UNIVERSAL,type:m.Type.OCTETSTRING,constructed:!1,capture:"digest"}]},jp=function(e){var t;if(e.algorithm in K.oids)t=K.oids[e.algorithm];else{var r=new Error("Unknown message digest algorithm.");throw r.algorithm=e.algorithm,r}var n=m.oidToDer(t).getBytes(),i=m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[]),o=m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[]);o.value.push(m.create(m.Class.UNIVERSAL,m.Type.OID,!1,n)),o.value.push(m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,""));var s=m.create(m.Class.UNIVERSAL,m.Type.OCTETSTRING,!1,e.digest().getBytes());return i.value.push(o),i.value.push(s),m.toDer(i).getBytes()},M0=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(q.ONE))),t.dQ||(t.dQ=t.d.mod(t.q.subtract(q.ONE))),t.qInv||(t.qInv=t.q.modInverse(t.p));var n;do n=new q(L.util.bytesToHex(L.random.getBytes(t.n.bitLength()/8)),16);while(n.compareTo(t.n)>=0||!n.gcd(t.n).equals(q.ONE));e=e.multiply(n.modPow(t.e,t.n)).mod(t.n);for(var i=e.mod(t.p).modPow(t.dP,t.p),o=e.mod(t.q).modPow(t.dQ,t.q);i.compareTo(o)<0;)i=i.add(t.p);var s=i.subtract(o).multiply(t.qInv).mod(t.p).multiply(t.q).add(o);return s=s.multiply(n.modInverse(t.n)).mod(t.n),s};K.rsa.encrypt=function(e,t,r){var n=r,i,o=Math.ceil(t.n.bitLength()/8);r!==!1&&r!==!0?(n=r===2,i=F0(e,t,r)):(i=L.util.createBuffer(),i.putBytes(e));for(var s=new q(i.toHex(),16),a=M0(s,t,n),c=a.toString(16),f=L.util.createBuffer(),u=o-Math.ceil(c.length/2);u>0;)f.putByte(0),--u;return f.putBytes(L.util.hexToBytes(c)),f.getBytes()};K.rsa.decrypt=function(e,t,r,n){var i=Math.ceil(t.n.bitLength()/8);if(e.length!==i){var o=new Error("Encrypted message length is invalid.");throw o.length=e.length,o.expected=i,o}var s=new q(L.util.createBuffer(e).toHex(),16);if(s.compareTo(t.n)>=0)throw new Error("Encrypted message is invalid.");for(var a=M0(s,t,r),c=a.toString(16),f=L.util.createBuffer(),u=i-Math.ceil(c.length/2);u>0;)f.putByte(0),--u;return f.putBytes(L.util.hexToBytes(c)),n!==!1?oi(f.getBytes(),t,r):f.getBytes()};K.rsa.createKeyPairGenerationState=function(e,t,r){typeof e=="string"&&(e=parseInt(e,10)),e=e||2048,r=r||{};var n=r.prng||L.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:e,rng:i,eInt:t||65537,e:new q(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: "+o);return s};K.rsa.stepKeyPairGenerationState=function(e,t){"algorithm"in e||(e.algorithm="PRIMEINC");var r=new q(null);r.fromInt(30);for(var n=0,i=function(h,p){return h|p},o=+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 q(c,e.rng),e.num.testBit(f)||e.num.bitwiseTo(q.ONE.shiftLeft(f),i,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(ed(e.num.bitLength()))?++e.pqState:e.num.dAddOffset(Wp[n++%8],0):e.pqState===2?e.pqState=e.num.subtract(q.ONE).gcd(e.e).compareTo(q.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(q.ONE),e.q1=e.q.subtract(q.ONE),e.phi=e.p1.multiply(e.q1),++e.state;else if(e.state===3)e.phi.gcd(e.e).compareTo(q.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:K.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:K.rsa.setPublicKey(e.n,e.e)}}s=+new Date,a+=s-o,o=s}return e.keys!==null};K.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),!L.options.usePureJavaScript&&!r.prng&&e>=256&&e<=16384&&(t===65537||t===3)){if(n){if(P0("generateKeyPair"))return po.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:K.privateKeyFromPem(f),publicKey:K.publicKeyFromPem(c)})});if(U0("generateKey")&&U0("exportKey"))return Ht.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:O0(t),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(a){return Ht.globalScope.crypto.subtle.exportKey("pkcs8",a.privateKey)}).then(void 0,function(a){n(a)}).then(function(a){if(a){var c=K.privateKeyFromAsn1(m.fromDer(L.util.createBuffer(a)));n(null,{privateKey:c,publicKey:K.setRsaPublicKey(c.n,c.e)})}});if(K0("generateKey")&&K0("exportKey")){var i=Ht.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:O0(t),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(a){var c=a.target.result,f=Ht.globalScope.msCrypto.subtle.exportKey("pkcs8",c.privateKey);f.oncomplete=function(u){var h=u.target.result,p=K.privateKeyFromAsn1(m.fromDer(L.util.createBuffer(h)));n(null,{privateKey:p,publicKey:K.setRsaPublicKey(p.n,p.e)})},f.onerror=function(u){n(u)}},i.onerror=function(a){n(a)};return}}else if(P0("generateKeyPairSync")){var o=po.generateKeyPairSync("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:K.privateKeyFromPem(o.privateKey),publicKey:K.publicKeyFromPem(o.publicKey)}}}var s=K.rsa.createKeyPairGenerationState(e,t,r);if(!n)return K.rsa.stepKeyPairGenerationState(s,0),s.keys;td(s,r,n)};K.setRsaPublicKey=K.rsa.setPublicKey=function(e,t){var r={n:e,e:t};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 F0(a,c,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(a,c){return L.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 K.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=m.fromDer(f,{parseAllBytes:s._parseAllDigestBytes}),h={},p=[];if(!m.validate(u,Jp,h,p)){var d=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw d.errors=p,d}var l=m.derToOid(h.algorithmIdentifier);if(!(l===L.oids.md2||l===L.oids.md5||l===L.oids.sha1||l===L.oids.sha224||l===L.oids.sha256||l===L.oids.sha384||l===L.oids.sha512||l===L.oids["sha512-224"]||l===L.oids["sha512-256"])){var d=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw d.oid=l,d}if((l===L.oids.md2||l===L.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}}:(o==="NONE"||o==="NULL"||o===null)&&(o={verify:function(c,f){return f=oi(f,r,!0),c===f}});var a=K.rsa.decrypt(i,r,!0,!1);return o.verify(n,a,r.n.bitLength())},r};K.setRsaPrivateKey=K.rsa.setPrivateKey=function(e,t,r,n,i,o,s,a){var c={n:e,e:t,d:r,p:n,q:i,dP:o,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=K.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(d,l){return L.pkcs1.decode_rsa_oaep(l,d,h)}};else if(["RAW","NONE","NULL",null].indexOf(u)!==-1)u={decode:function(d){return d}};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:jp},h=1):(u==="NONE"||u==="NULL"||u===null)&&(u={encode:function(){return f}},h=1);var p=u.encode(f,c.n.bitLength());return K.rsa.encrypt(p,c,h)},c};K.wrapRsaPrivateKey=function(e){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,m.integerToDer(0).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.OID,!1,m.oidToDer(K.oids.rsaEncryption).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,"")]),m.create(m.Class.UNIVERSAL,m.Type.OCTETSTRING,!1,m.toDer(e).getBytes())])};K.privateKeyFromAsn1=function(e){var t={},r=[];if(m.validate(e,Zp,t,r)&&(e=m.fromDer(L.util.createBuffer(t.privateKey))),t={},r=[],!m.validate(e,Yp,t,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,h;return i=L.util.createBuffer(t.privateKeyModulus).toHex(),o=L.util.createBuffer(t.privateKeyPublicExponent).toHex(),s=L.util.createBuffer(t.privateKeyPrivateExponent).toHex(),a=L.util.createBuffer(t.privateKeyPrime1).toHex(),c=L.util.createBuffer(t.privateKeyPrime2).toHex(),f=L.util.createBuffer(t.privateKeyExponent1).toHex(),u=L.util.createBuffer(t.privateKeyExponent2).toHex(),h=L.util.createBuffer(t.privateKeyCoefficient).toHex(),K.setRsaPrivateKey(new q(i,16),new q(o,16),new q(s,16),new q(a,16),new q(c,16),new q(f,16),new q(u,16),new q(h,16))};K.privateKeyToAsn1=K.privateKeyToRSAPrivateKey=function(e){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,m.integerToDer(0).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ae(e.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ae(e.e)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ae(e.d)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ae(e.p)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ae(e.q)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ae(e.dP)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ae(e.dQ)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ae(e.qInv))])};K.publicKeyFromAsn1=function(e){var t={},r=[];if(m.validate(e,Xp,t,r)){var n=m.derToOid(t.publicKeyOid);if(n!==K.oids.rsaEncryption){var i=new Error("Cannot read public key. Unknown OID.");throw i.oid=n,i}e=t.rsaPublicKey}if(r=[],!m.validate(e,Qp,t,r)){var i=new Error("Cannot read public key. ASN.1 object does not contain an RSAPublicKey.");throw i.errors=r,i}var o=L.util.createBuffer(t.publicKeyModulus).toHex(),s=L.util.createBuffer(t.publicKeyExponent).toHex();return K.setRsaPublicKey(new q(o,16),new q(s,16))};K.publicKeyToAsn1=K.publicKeyToSubjectPublicKeyInfo=function(e){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.OID,!1,m.oidToDer(K.oids.rsaEncryption).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,"")]),m.create(m.Class.UNIVERSAL,m.Type.BITSTRING,!1,[K.publicKeyToRSAPublicKey(e)])])};K.publicKeyToRSAPublicKey=function(e){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ae(e.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ae(e.e))])};function F0(e,t,r){var n=L.util.createBuffer(),i=Math.ceil(t.n.bitLength()/8);if(e.length>i-11){var o=new Error("Message is too long for PKCS#1 v1.5 padding.");throw o.length=e.length,o.max=i-11,o}n.putByte(0),n.putByte(r);var s=i-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=L.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 oi(e,t,r,n){var i=Math.ceil(t.n.bitLength()/8),o=L.util.createBuffer(e),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 td(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),i();function i(){o(e.pBits,function(a,c){if(a)return r(a);if(e.p=c,e.q!==null)return s(a,e.q);o(e.qBits,s)})}function o(a,c){L.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(q.ONE).gcd(e.e).compareTo(q.ONE)!==0){e.p=null,i();return}if(e.q.subtract(q.ONE).gcd(e.e).compareTo(q.ONE)!==0){e.q=null,o(e.qBits,s);return}if(e.p1=e.p.subtract(q.ONE),e.q1=e.q.subtract(q.ONE),e.phi=e.p1.multiply(e.q1),e.phi.gcd(e.e).compareTo(q.ONE)!==0){e.p=e.q=null,i();return}if(e.n=e.p.multiply(e.q),e.n.bitLength()!==e.bits){e.q=null,o(e.qBits,s);return}var u=e.e.modInverse(e.phi);e.keys={privateKey:K.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:K.rsa.setPublicKey(e.n,e.e)},r(null,e.keys)}}function ae(e){var t=e.toString(16);t[0]>="8"&&(t="00"+t);var r=L.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 ed(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 P0(e){return L.util.isNodejs&&typeof po[e]=="function"}function U0(e){return typeof Ht.globalScope<"u"&&typeof Ht.globalScope.crypto=="object"&&typeof Ht.globalScope.crypto.subtle=="object"&&typeof Ht.globalScope.crypto.subtle[e]=="function"}function K0(e){return typeof Ht.globalScope<"u"&&typeof Ht.globalScope.msCrypto=="object"&&typeof Ht.globalScope.msCrypto.subtle=="object"&&typeof Ht.globalScope.msCrypto.subtle[e]=="function"}function O0(e){for(var t=L.util.hexToBytes(e.toString(16)),r=new Uint8Array(t.length),n=0;n<t.length;++n)r[n]=t.charCodeAt(n);return r}});var W0=O((ax,$0)=>{var R=J();io();an();Xa();Je();Gn();r0();o0();cn();m0();si();vt();typeof z0>"u"&&(z0=R.jsbn.BigInteger);var z0,b=R.asn1,F=R.pki=R.pki||{};$0.exports=F.pbe=R.pbe=R.pbe||{};var er=F.oids,rd={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"}]},nd={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"}]}]},id={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"}]};F.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=R.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,h;switch(r.algorithm){case"aes128":s=16,f=16,u=er["aes128-CBC"],h=R.aes.createEncryptionCipher;break;case"aes192":s=24,f=16,u=er["aes192-CBC"],h=R.aes.createEncryptionCipher;break;case"aes256":s=32,f=16,u=er["aes256-CBC"],h=R.aes.createEncryptionCipher;break;case"des":s=8,f=8,u=er.desCBC,h=R.des.createEncryptionCipher;break;default:var p=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw p.algorithm=r.algorithm,p}var d="hmacWith"+r.prfAlgorithm.toUpperCase(),l=G0(d),y=R.pkcs5.pbkdf2(t,n,i,s,l),x=R.random.getBytesSync(f),v=h(y);v.start(x),v.update(b.toDer(e)),v.finish(),c=v.output.getBytes();var w=od(n,o,s,d);a=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.OID,!1,b.oidToDer(er.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(er.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,x)])])])}else if(r.algorithm==="3des"){s=24;var S=new R.util.ByteBuffer(n),y=F.pbe.generatePkcs12Key(t,S,1,i,s),x=F.pbe.generatePkcs12Key(t,S,2,i,s),v=R.des.createEncryptionCipher(y);v.start(x),v.update(b.toDer(e)),v.finish(),c=v.output.getBytes(),a=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.OID,!1,b.oidToDer(er["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 p=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw p.algorithm=r.algorithm,p}var T=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[a,b.create(b.Class.UNIVERSAL,b.Type.OCTETSTRING,!1,c)]);return T};F.decryptPrivateKeyInfo=function(e,t){var r=null,n={},i=[];if(!b.validate(e,rd,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=F.pbe.getCipher(s,n.encryptionParams,t),c=R.util.createBuffer(n.encryptedData);return a.update(c),a.finish()&&(r=b.fromDer(a.output)),r};F.encryptedPrivateKeyToPem=function(e,t){var r={type:"ENCRYPTED PRIVATE KEY",body:b.toDer(e).getBytes()};return R.pem.encode(r,{maxline:t})};F.encryptedPrivateKeyFromPem=function(e){var t=R.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 b.fromDer(t.body)};F.encryptRsaPrivateKey=function(e,t,r){if(r=r||{},!r.legacy){var n=F.wrapRsaPrivateKey(F.privateKeyToAsn1(e));return n=F.encryptPrivateKeyInfo(n,t,r),F.encryptedPrivateKeyToPem(n)}var i,o,s,a;switch(r.algorithm){case"aes128":i="AES-128-CBC",s=16,o=R.random.getBytesSync(16),a=R.aes.createEncryptionCipher;break;case"aes192":i="AES-192-CBC",s=24,o=R.random.getBytesSync(16),a=R.aes.createEncryptionCipher;break;case"aes256":i="AES-256-CBC",s=32,o=R.random.getBytesSync(16),a=R.aes.createEncryptionCipher;break;case"3des":i="DES-EDE3-CBC",s=24,o=R.random.getBytesSync(8),a=R.des.createEncryptionCipher;break;case"des":i="DES-CBC",s=8,o=R.random.getBytesSync(8),a=R.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=R.pbe.opensslDeriveBytes(t,o.substr(0,8),s),u=a(f);u.start(o),u.update(b.toDer(F.privateKeyToAsn1(e))),u.finish();var h={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:i,parameters:R.util.bytesToHex(o).toUpperCase()},body:u.output.getBytes()};return R.pem.encode(h)};F.decryptRsaPrivateKey=function(e,t){var r=null,n=R.pem.decode(e)[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=R.des.createDecryptionCipher;break;case"DES-EDE3-CBC":o=24,s=R.des.createDecryptionCipher;break;case"AES-128-CBC":o=16,s=R.aes.createDecryptionCipher;break;case"AES-192-CBC":o=24,s=R.aes.createDecryptionCipher;break;case"AES-256-CBC":o=32,s=R.aes.createDecryptionCipher;break;case"RC2-40-CBC":o=5,s=function(h){return R.rc2.createDecryptionCipher(h,40)};break;case"RC2-64-CBC":o=8,s=function(h){return R.rc2.createDecryptionCipher(h,64)};break;case"RC2-128-CBC":o=16,s=function(h){return R.rc2.createDecryptionCipher(h,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=R.util.hexToBytes(n.dekInfo.parameters),c=R.pbe.opensslDeriveBytes(t,a.substr(0,8),o),f=s(c);if(f.start(a),f.update(R.util.createBuffer(n.body)),f.finish())r=f.output.getBytes();else return r}else r=n.body;return n.type==="ENCRYPTED PRIVATE KEY"?r=F.decryptPrivateKeyInfo(b.fromDer(r),t):r=b.fromDer(r),r!==null&&(r=F.privateKeyFromAsn1(r)),r};F.pbe.generatePkcs12Key=function(e,t,r,n,i,o){var s,a;if(typeof o>"u"||o===null){if(!("sha1"in R.md))throw new Error('"sha1" hash algorithm unavailable.');o=R.md.sha1.create()}var c=o.digestLength,f=o.blockLength,u=new R.util.ByteBuffer,h=new R.util.ByteBuffer;if(e!=null){for(a=0;a<e.length;a++)h.putInt16(e.charCodeAt(a));h.putInt16(0)}var p=h.length(),d=t.length(),l=new R.util.ByteBuffer;l.fillWithByte(r,f);var y=f*Math.ceil(d/f),x=new R.util.ByteBuffer;for(a=0;a<y;a++)x.putByte(t.at(a%d));var v=f*Math.ceil(p/f),w=new R.util.ByteBuffer;for(a=0;a<v;a++)w.putByte(h.at(a%p));var S=x;S.putBuffer(w);for(var T=Math.ceil(i/c),C=1;C<=T;C++){var I=new R.util.ByteBuffer;I.putBytes(l.bytes()),I.putBytes(S.bytes());for(var D=0;D<n;D++)o.start(),o.update(I.getBytes()),I=o.digest();var P=new R.util.ByteBuffer;for(a=0;a<f;a++)P.putByte(I.at(a%c));var j=Math.ceil(d/f)+Math.ceil(p/f),Wt=new R.util.ByteBuffer;for(s=0;s<j;s++){var Mt=new R.util.ByteBuffer(S.getBytes(f)),Rt=511;for(a=P.length()-1;a>=0;a--)Rt=Rt>>8,Rt+=P.at(a)+Mt.at(a),Mt.setAt(a,Rt&255);Wt.putBuffer(Mt)}S=Wt,u.putBuffer(I)}return u.truncate(u.length()-i),u};F.pbe.getCipher=function(e,t,r){switch(e){case F.oids.pkcs5PBES2:return F.pbe.getCipherForPBES2(e,t,r);case F.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case F.oids["pbewithSHAAnd40BitRC2-CBC"]:return F.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}};F.pbe.getCipherForPBES2=function(e,t,r){var n={},i=[];if(!b.validate(t,nd,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(e=b.derToOid(n.kdfOid),e!==F.oids.pkcs5PBKDF2){var o=new Error("Cannot read encrypted private key. Unsupported key derivation function OID.");throw o.oid=e,o.supportedOids=["pkcs5PBKDF2"],o}if(e=b.derToOid(n.encOid),e!==F.oids["aes128-CBC"]&&e!==F.oids["aes192-CBC"]&&e!==F.oids["aes256-CBC"]&&e!==F.oids["des-EDE3-CBC"]&&e!==F.oids.desCBC){var o=new Error("Cannot read encrypted private key. Unsupported encryption scheme OID.");throw o.oid=e,o.supportedOids=["aes128-CBC","aes192-CBC","aes256-CBC","des-EDE3-CBC","desCBC"],o}var s=n.kdfSalt,a=R.util.createBuffer(n.kdfIterationCount);a=a.getInt(a.length()<<3);var c,f;switch(F.oids[e]){case"aes128-CBC":c=16,f=R.aes.createDecryptionCipher;break;case"aes192-CBC":c=24,f=R.aes.createDecryptionCipher;break;case"aes256-CBC":c=32,f=R.aes.createDecryptionCipher;break;case"des-EDE3-CBC":c=24,f=R.des.createDecryptionCipher;break;case"desCBC":c=8,f=R.des.createDecryptionCipher;break}var u=H0(n.prfOid),h=R.pkcs5.pbkdf2(r,s,a,c,u),p=n.encIv,d=f(h);return d.start(p),d};F.pbe.getCipherForPKCS12PBE=function(e,t,r){var n={},i=[];if(!b.validate(t,id,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=R.util.createBuffer(n.salt),a=R.util.createBuffer(n.iterations);a=a.getInt(a.length()<<3);var c,f,u;switch(e){case F.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:c=24,f=8,u=R.des.startDecrypting;break;case F.oids["pbewithSHAAnd40BitRC2-CBC"]:c=5,f=8,u=function(y,x){var v=R.rc2.createDecryptionCipher(y,40);return v.start(x,null),v};break;default:var o=new Error("Cannot read PKCS #12 PBE data block. Unsupported OID.");throw o.oid=e,o}var h=H0(n.prfOid),p=F.pbe.generatePkcs12Key(r,s,1,a,c,h);h.start();var d=F.pbe.generatePkcs12Key(r,s,2,a,f,h);return u(p,d)};F.pbe.opensslDeriveBytes=function(e,t,r,n){if(typeof n>"u"||n===null){if(!("md5"in R.md))throw new Error('"md5" hash algorithm unavailable.');n=R.md.md5.create()}t===null&&(t="");for(var i=[q0(n,e+t)],o=16,s=1;o<r;++s,o+=16)i.push(q0(n,i[s-1]+e+t));return i.join("").substr(0,r)};function q0(e,t){return e.start().update(t).digest().getBytes()}function H0(e){var t;if(!e)t="hmacWithSHA1";else if(t=F.oids[b.derToOid(e)],!t){var r=new Error("Unsupported PRF OID.");throw r.oid=e,r.supported=["hmacWithSHA1","hmacWithSHA224","hmacWithSHA256","hmacWithSHA384","hmacWithSHA512"],r}return G0(t)}function G0(e){var t=R.md;switch(e){case"hmacWithSHA224":t=R.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 od(e,t,r,n){var i=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.OCTETSTRING,!1,e),b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,t.getBytes())]);return n!=="hmacWithSHA1"&&i.value.push(b.create(b.Class.UNIVERSAL,b.Type.INTEGER,!1,R.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(F.oids[n]).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.NULL,!1,"")])),i}});var Gc=O((Ev,Hc)=>{"use strict";Hc.exports=c1;function c1(e,t){for(var r=new Array(arguments.length-1),n=0,i=2,o=!0;i<arguments.length;)r[n++]=arguments[i++];return new Promise(function(a,c){r[n]=function(u){if(o)if(o=!1,u)c(u);else{for(var h=new Array(arguments.length-1),p=0;p<h.length;)h[p++]=arguments[p];a.apply(null,h)}};try{e.apply(t||null,r)}catch(f){o&&(o=!1,c(f))}})}});var Yc=O(Zc=>{"use strict";var gi=Zc;gi.length=function(t){var r=t.length;if(!r)return 0;for(var n=0;--r%4>1&&t.charAt(r)==="=";)++n;return Math.ceil(t.length*3)/4-n};var Lr=new Array(64),Wc=new Array(123);for(Qt=0;Qt<64;)Wc[Lr[Qt]=Qt<26?Qt+65:Qt<52?Qt+71:Qt<62?Qt-4:Qt-59|43]=Qt++;var Qt;gi.encode=function(t,r,n){for(var i=null,o=[],s=0,a=0,c;r<n;){var f=t[r++];switch(a){case 0:o[s++]=Lr[f>>2],c=(f&3)<<4,a=1;break;case 1:o[s++]=Lr[c|f>>4],c=(f&15)<<2,a=2;break;case 2:o[s++]=Lr[c|f>>6],o[s++]=Lr[f&63],a=0;break}s>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,o)),s=0)}return a&&(o[s++]=Lr[c],o[s++]=61,a===1&&(o[s++]=61)),i?(s&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))};var $c="invalid encoding";gi.decode=function(t,r,n){for(var i=n,o=0,s,a=0;a<t.length;){var c=t.charCodeAt(a++);if(c===61&&o>1)break;if((c=Wc[c])===void 0)throw Error($c);switch(o){case 0:s=c,o=1;break;case 1:r[n++]=s<<2|(c&48)>>4,s=c,o=2;break;case 2:r[n++]=(s&15)<<4|(c&60)>>2,s=c,o=3;break;case 3:r[n++]=(s&3)<<6|c,o=0;break}}if(o===1)throw Error($c);return n-i};gi.test=function(t){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(t)}});var Xc=O((Av,Qc)=>{"use strict";Qc.exports=mi;function mi(){this._listeners={}}mi.prototype.on=function(t,r,n){return(this._listeners[t]||(this._listeners[t]=[])).push({fn:r,ctx:n||this}),this};mi.prototype.off=function(t,r){if(t===void 0)this._listeners={};else if(r===void 0)this._listeners[t]=[];else for(var n=this._listeners[t],i=0;i<n.length;)n[i].fn===r?n.splice(i,1):++i;return this};mi.prototype.emit=function(t){var r=this._listeners[t];if(r){for(var n=[],i=1;i<arguments.length;)n.push(arguments[i++]);for(i=0;i<r.length;)r[i].fn.apply(r[i++].ctx,n)}return this}});var of=O((Cv,nf)=>{"use strict";nf.exports=Jc(Jc);function Jc(e){return typeof Float32Array<"u"?function(){var t=new Float32Array([-0]),r=new Uint8Array(t.buffer),n=r[3]===128;function i(c,f,u){t[0]=c,f[u]=r[0],f[u+1]=r[1],f[u+2]=r[2],f[u+3]=r[3]}function o(c,f,u){t[0]=c,f[u]=r[3],f[u+1]=r[2],f[u+2]=r[1],f[u+3]=r[0]}e.writeFloatLE=n?i:o,e.writeFloatBE=n?o:i;function s(c,f){return r[0]=c[f],r[1]=c[f+1],r[2]=c[f+2],r[3]=c[f+3],t[0]}function a(c,f){return r[3]=c[f],r[2]=c[f+1],r[1]=c[f+2],r[0]=c[f+3],t[0]}e.readFloatLE=n?s:a,e.readFloatBE=n?a:s}():function(){function t(n,i,o,s){var a=i<0?1:0;if(a&&(i=-i),i===0)n(1/i>0?0:2147483648,o,s);else if(isNaN(i))n(2143289344,o,s);else if(i>34028234663852886e22)n((a<<31|2139095040)>>>0,o,s);else if(i<11754943508222875e-54)n((a<<31|Math.round(i/1401298464324817e-60))>>>0,o,s);else{var c=Math.floor(Math.log(i)/Math.LN2),f=Math.round(i*Math.pow(2,-c)*8388608)&8388607;n((a<<31|c+127<<23|f)>>>0,o,s)}}e.writeFloatLE=t.bind(null,jc),e.writeFloatBE=t.bind(null,tf);function r(n,i,o){var s=n(i,o),a=(s>>31)*2+1,c=s>>>23&255,f=s&8388607;return c===255?f?NaN:a*(1/0):c===0?a*1401298464324817e-60*f:a*Math.pow(2,c-150)*(f+8388608)}e.readFloatLE=r.bind(null,ef),e.readFloatBE=r.bind(null,rf)}(),typeof Float64Array<"u"?function(){var t=new Float64Array([-0]),r=new Uint8Array(t.buffer),n=r[7]===128;function i(c,f,u){t[0]=c,f[u]=r[0],f[u+1]=r[1],f[u+2]=r[2],f[u+3]=r[3],f[u+4]=r[4],f[u+5]=r[5],f[u+6]=r[6],f[u+7]=r[7]}function o(c,f,u){t[0]=c,f[u]=r[7],f[u+1]=r[6],f[u+2]=r[5],f[u+3]=r[4],f[u+4]=r[3],f[u+5]=r[2],f[u+6]=r[1],f[u+7]=r[0]}e.writeDoubleLE=n?i:o,e.writeDoubleBE=n?o:i;function s(c,f){return r[0]=c[f],r[1]=c[f+1],r[2]=c[f+2],r[3]=c[f+3],r[4]=c[f+4],r[5]=c[f+5],r[6]=c[f+6],r[7]=c[f+7],t[0]}function a(c,f){return r[7]=c[f],r[6]=c[f+1],r[5]=c[f+2],r[4]=c[f+3],r[3]=c[f+4],r[2]=c[f+5],r[1]=c[f+6],r[0]=c[f+7],t[0]}e.readDoubleLE=n?s:a,e.readDoubleBE=n?a:s}():function(){function t(n,i,o,s,a,c){var f=s<0?1:0;if(f&&(s=-s),s===0)n(0,a,c+i),n(1/s>0?0:2147483648,a,c+o);else if(isNaN(s))n(0,a,c+i),n(2146959360,a,c+o);else if(s>17976931348623157e292)n(0,a,c+i),n((f<<31|2146435072)>>>0,a,c+o);else{var u;if(s<22250738585072014e-324)u=s/5e-324,n(u>>>0,a,c+i),n((f<<31|u/4294967296)>>>0,a,c+o);else{var h=Math.floor(Math.log(s)/Math.LN2);h===1024&&(h=1023),u=s*Math.pow(2,-h),n(u*4503599627370496>>>0,a,c+i),n((f<<31|h+1023<<20|u*1048576&1048575)>>>0,a,c+o)}}}e.writeDoubleLE=t.bind(null,jc,0,4),e.writeDoubleBE=t.bind(null,tf,4,0);function r(n,i,o,s,a){var c=n(s,a+i),f=n(s,a+o),u=(f>>31)*2+1,h=f>>>20&2047,p=4294967296*(f&1048575)+c;return h===2047?p?NaN:u*(1/0):h===0?u*5e-324*p:u*Math.pow(2,h-1075)*(p+4503599627370496)}e.readDoubleLE=r.bind(null,ef,0,4),e.readDoubleBE=r.bind(null,rf,4,0)}(),e}function jc(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 tf(e,t,r){t[r]=e>>>24,t[r+1]=e>>>16&255,t[r+2]=e>>>8&255,t[r+3]=e&255}function ef(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0}function rf(e,t){return(e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3])>>>0}});var sf=O((exports,module)=>{"use strict";module.exports=inquire;function inquire(moduleName){try{var mod=eval("quire".replace(/^/,"re"))(moduleName);if(mod&&(mod.length||Object.keys(mod).length))return mod}catch(e){}return null}});var cf=O(af=>{"use strict";var is=af;is.length=function(t){for(var r=0,n=0,i=0;i<t.length;++i)n=t.charCodeAt(i),n<128?r+=1:n<2048?r+=2:(n&64512)===55296&&(t.charCodeAt(i+1)&64512)===56320?(++i,r+=4):r+=3;return r};is.read=function(t,r,n){var i=n-r;if(i<1)return"";for(var o=null,s=[],a=0,c;r<n;)c=t[r++],c<128?s[a++]=c:c>191&&c<224?s[a++]=(c&31)<<6|t[r++]&63:c>239&&c<365?(c=((c&7)<<18|(t[r++]&63)<<12|(t[r++]&63)<<6|t[r++]&63)-65536,s[a++]=55296+(c>>10),s[a++]=56320+(c&1023)):s[a++]=(c&15)<<12|(t[r++]&63)<<6|t[r++]&63,a>8191&&((o||(o=[])).push(String.fromCharCode.apply(String,s)),a=0);return o?(a&&o.push(String.fromCharCode.apply(String,s.slice(0,a))),o.join("")):String.fromCharCode.apply(String,s.slice(0,a))};is.write=function(t,r,n){for(var i=n,o,s,a=0;a<t.length;++a)o=t.charCodeAt(a),o<128?r[n++]=o:o<2048?(r[n++]=o>>6|192,r[n++]=o&63|128):(o&64512)===55296&&((s=t.charCodeAt(a+1))&64512)===56320?(o=65536+((o&1023)<<10)+(s&1023),++a,r[n++]=o>>18|240,r[n++]=o>>12&63|128,r[n++]=o>>6&63|128,r[n++]=o&63|128):(r[n++]=o>>12|224,r[n++]=o>>6&63|128,r[n++]=o&63|128);return n-i}});var uf=O((Tv,ff)=>{"use strict";ff.exports=f1;function f1(e,t,r){var n=r||8192,i=n>>>1,o=null,s=n;return function(c){if(c<1||c>i)return e(c);s+c>n&&(o=e(n),s=0);var f=t.call(o,s,s+=c);return s&7&&(s=(s|7)+1),f}}});var lf=O((_v,hf)=>{"use strict";hf.exports=It;var wn=sr();function It(e,t){this.lo=e>>>0,this.hi=t>>>0}var or=It.zero=new It(0,0);or.toNumber=function(){return 0};or.zzEncode=or.zzDecode=function(){return this};or.length=function(){return 1};var u1=It.zeroHash="\0\0\0\0\0\0\0\0";It.fromNumber=function(t){if(t===0)return or;var r=t<0;r&&(t=-t);var n=t>>>0,i=(t-n)/4294967296>>>0;return r&&(i=~i>>>0,n=~n>>>0,++n>4294967295&&(n=0,++i>4294967295&&(i=0))),new It(n,i)};It.from=function(t){if(typeof t=="number")return It.fromNumber(t);if(wn.isString(t))if(wn.Long)t=wn.Long.fromString(t);else return It.fromNumber(parseInt(t,10));return t.low||t.high?new It(t.low>>>0,t.high>>>0):or};It.prototype.toNumber=function(t){if(!t&&this.hi>>>31){var r=~this.lo+1>>>0,n=~this.hi>>>0;return r||(n=n+1>>>0),-(r+n*4294967296)}return this.lo+this.hi*4294967296};It.prototype.toLong=function(t){return wn.Long?new wn.Long(this.lo|0,this.hi|0,!!t):{low:this.lo|0,high:this.hi|0,unsigned:!!t}};var He=String.prototype.charCodeAt;It.fromHash=function(t){return t===u1?or:new It((He.call(t,0)|He.call(t,1)<<8|He.call(t,2)<<16|He.call(t,3)<<24)>>>0,(He.call(t,4)|He.call(t,5)<<8|He.call(t,6)<<16|He.call(t,7)<<24)>>>0)};It.prototype.toHash=function(){return String.fromCharCode(this.lo&255,this.lo>>>8&255,this.lo>>>16&255,this.lo>>>24,this.hi&255,this.hi>>>8&255,this.hi>>>16&255,this.hi>>>24)};It.prototype.zzEncode=function(){var t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this};It.prototype.zzDecode=function(){var t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this};It.prototype.length=function(){var 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}});var sr=O(os=>{"use strict";var k=os;k.asPromise=Gc();k.base64=Yc();k.EventEmitter=Xc();k.float=of();k.inquire=sf();k.utf8=cf();k.pool=uf();k.LongBits=lf();k.isNode=!!(typeof globalThis<"u"&&globalThis&&globalThis.process&&globalThis.process.versions&&globalThis.process.versions.node);k.global=k.isNode&&globalThis||typeof window<"u"&&window||typeof self<"u"&&self||os;k.emptyArray=Object.freeze?Object.freeze([]):[];k.emptyObject=Object.freeze?Object.freeze({}):{};k.isInteger=Number.isInteger||function(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t};k.isString=function(t){return typeof t=="string"||t instanceof String};k.isObject=function(t){return t&&typeof t=="object"};k.isset=k.isSet=function(t,r){var n=t[r];return n!=null&&t.hasOwnProperty(r)?typeof n!="object"||(Array.isArray(n)?n.length:Object.keys(n).length)>0:!1};k.Buffer=function(){try{var e=k.inquire("buffer").Buffer;return e.prototype.utf8Write?e:null}catch{return null}}();k._Buffer_from=null;k._Buffer_allocUnsafe=null;k.newBuffer=function(t){return typeof t=="number"?k.Buffer?k._Buffer_allocUnsafe(t):new k.Array(t):k.Buffer?k._Buffer_from(t):typeof Uint8Array>"u"?t:new Uint8Array(t)};k.Array=typeof Uint8Array<"u"?Uint8Array:Array;k.Long=k.global.dcodeIO&&k.global.dcodeIO.Long||k.global.Long||k.inquire("long");k.key2Re=/^true|false|0|1$/;k.key32Re=/^-?(?:0|[1-9][0-9]*)$/;k.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;k.longToHash=function(t){return t?k.LongBits.from(t).toHash():k.LongBits.zeroHash};k.longFromHash=function(t,r){var n=k.LongBits.fromHash(t);return k.Long?k.Long.fromBits(n.lo,n.hi,r):n.toNumber(!!r)};function pf(e,t,r){for(var n=Object.keys(t),i=0;i<n.length;++i)(e[n[i]]===void 0||!r)&&(e[n[i]]=t[n[i]]);return e}k.merge=pf;k.lcFirst=function(t){return t.charAt(0).toLowerCase()+t.substring(1)};function df(e){function t(r,n){if(!(this instanceof t))return new t(r,n);Object.defineProperty(this,"message",{get:function(){return r}}),Error.captureStackTrace?Error.captureStackTrace(this,t):Object.defineProperty(this,"stack",{value:new Error().stack||""}),n&&pf(this,n)}return t.prototype=Object.create(Error.prototype,{constructor:{value:t,writable:!0,enumerable:!1,configurable:!0},name:{get:function(){return e},set:void 0,enumerable:!1,configurable:!0},toString:{value:function(){return this.name+": "+this.message},writable:!0,enumerable:!1,configurable:!0}}),t}k.newError=df;k.ProtocolError=df("ProtocolError");k.oneOfGetter=function(t){for(var r={},n=0;n<t.length;++n)r[t[n]]=1;return function(){for(var i=Object.keys(this),o=i.length-1;o>-1;--o)if(r[i[o]]===1&&this[i[o]]!==void 0&&this[i[o]]!==null)return i[o]}};k.oneOfSetter=function(t){return function(r){for(var n=0;n<t.length;++n)t[n]!==r&&delete this[t[n]]}};k.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};k._configure=function(){var e=k.Buffer;if(!e){k._Buffer_from=k._Buffer_allocUnsafe=null;return}k._Buffer_from=e.from!==Uint8Array.from&&e.from||function(r,n){return new e(r,n)},k._Buffer_allocUnsafe=e.allocUnsafe||function(r){return new e(r)}}});var cs=O((Nv,vf)=>{"use strict";vf.exports=mt;var he=sr(),as,mf=he.LongBits,h1=he.utf8;function Xt(e,t){return RangeError("index out of range: "+e.pos+" + "+(t||1)+" > "+e.len)}function mt(e){this.buf=e,this.pos=0,this.len=e.length}var yf=typeof Uint8Array<"u"?function(t){if(t instanceof Uint8Array||Array.isArray(t))return new mt(t);throw Error("illegal buffer")}:function(t){if(Array.isArray(t))return new mt(t);throw Error("illegal buffer")},xf=function(){return he.Buffer?function(r){return(mt.create=function(i){return he.Buffer.isBuffer(i)?new as(i):yf(i)})(r)}:yf};mt.create=xf();mt.prototype._slice=he.Array.prototype.subarray||he.Array.prototype.slice;mt.prototype.uint32=function(){var t=4294967295;return function(){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,Xt(this,10);return t}}();mt.prototype.int32=function(){return this.uint32()|0};mt.prototype.sint32=function(){var t=this.uint32();return t>>>1^-(t&1)|0};function ss(){var e=new mf(0,0),t=0;if(this.len-this.pos>4){for(;t<4;++t)if(e.lo=(e.lo|(this.buf[this.pos]&127)<<t*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;t=0}else{for(;t<3;++t){if(this.pos>=this.len)throw Xt(this);if(e.lo=(e.lo|(this.buf[this.pos]&127)<<t*7)>>>0,this.buf[this.pos++]<128)return e}return e.lo=(e.lo|(this.buf[this.pos++]&127)<<t*7)>>>0,e}if(this.len-this.pos>4){for(;t<5;++t)if(e.hi=(e.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return e}else for(;t<5;++t){if(this.pos>=this.len)throw Xt(this);if(e.hi=(e.hi|(this.buf[this.pos]&127)<<t*7+3)>>>0,this.buf[this.pos++]<128)return e}throw Error("invalid varint encoding")}mt.prototype.bool=function(){return this.uint32()!==0};function xi(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<<24)>>>0}mt.prototype.fixed32=function(){if(this.pos+4>this.len)throw Xt(this,4);return xi(this.buf,this.pos+=4)};mt.prototype.sfixed32=function(){if(this.pos+4>this.len)throw Xt(this,4);return xi(this.buf,this.pos+=4)|0};function gf(){if(this.pos+8>this.len)throw Xt(this,8);return new mf(xi(this.buf,this.pos+=4),xi(this.buf,this.pos+=4))}mt.prototype.float=function(){if(this.pos+4>this.len)throw Xt(this,4);var t=he.float.readFloatLE(this.buf,this.pos);return this.pos+=4,t};mt.prototype.double=function(){if(this.pos+8>this.len)throw Xt(this,4);var t=he.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,t};mt.prototype.bytes=function(){var t=this.uint32(),r=this.pos,n=this.pos+t;if(n>this.len)throw Xt(this,t);return this.pos+=t,Array.isArray(this.buf)?this.buf.slice(r,n):r===n?new this.buf.constructor(0):this._slice.call(this.buf,r,n)};mt.prototype.string=function(){var t=this.bytes();return h1.read(t,0,t.length)};mt.prototype.skip=function(t){if(typeof t=="number"){if(this.pos+t>this.len)throw Xt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw Xt(this);while(this.buf[this.pos++]&128);return this};mt.prototype.skipType=function(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};mt._configure=function(e){as=e,mt.create=xf(),as._configure();var t=he.Long?"toLong":"toNumber";he.merge(mt.prototype,{int64:function(){return ss.call(this)[t](!1)},uint64:function(){return ss.call(this)[t](!0)},sint64:function(){return ss.call(this).zzDecode()[t](!1)},fixed64:function(){return gf.call(this)[t](!0)},sfixed64:function(){return gf.call(this)[t](!1)}})}});var Ef=O((Dv,Sf)=>{"use strict";Sf.exports=ar;var wf=cs();(ar.prototype=Object.create(wf.prototype)).constructor=ar;var bf=sr();function ar(e){wf.call(this,e)}ar._configure=function(){bf.Buffer&&(ar.prototype._slice=bf.Buffer.prototype.slice)};ar.prototype.string=function(){var t=this.uint32();return this.buf.utf8Slice?this.buf.utf8Slice(this.pos,this.pos=Math.min(this.pos+t,this.len)):this.buf.toString("utf-8",this.pos,this.pos=Math.min(this.pos+t,this.len))};ar._configure()});var ys=O((kv,If)=>{"use strict";If.exports=W;var Gt=sr(),fs,vi=Gt.LongBits,Bf=Gt.base64,Af=Gt.utf8;function Sn(e,t,r){this.fn=e,this.len=t,this.next=void 0,this.val=r}function hs(){}function l1(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}function W(){this.len=0,this.head=new Sn(hs,0,0),this.tail=this.head,this.states=null}var Cf=function(){return Gt.Buffer?function(){return(W.create=function(){return new fs})()}:function(){return new W}};W.create=Cf();W.alloc=function(t){return new Gt.Array(t)};Gt.Array!==Array&&(W.alloc=Gt.pool(W.alloc,Gt.Array.prototype.subarray));W.prototype._push=function(t,r,n){return this.tail=this.tail.next=new Sn(t,r,n),this.len+=r,this};function ls(e,t,r){t[r]=e&255}function p1(e,t,r){for(;e>127;)t[r++]=e&127|128,e>>>=7;t[r]=e}function ps(e,t){this.len=e,this.next=void 0,this.val=t}ps.prototype=Object.create(Sn.prototype);ps.prototype.fn=p1;W.prototype.uint32=function(t){return this.len+=(this.tail=this.tail.next=new ps((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this};W.prototype.int32=function(t){return t<0?this._push(ds,10,vi.fromNumber(t)):this.uint32(t)};W.prototype.sint32=function(t){return this.uint32((t<<1^t>>31)>>>0)};function ds(e,t,r){for(;e.hi;)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}W.prototype.uint64=function(t){var r=vi.from(t);return this._push(ds,r.length(),r)};W.prototype.int64=W.prototype.uint64;W.prototype.sint64=function(t){var r=vi.from(t).zzEncode();return this._push(ds,r.length(),r)};W.prototype.bool=function(t){return this._push(ls,1,t?1:0)};function us(e,t,r){t[r]=e&255,t[r+1]=e>>>8&255,t[r+2]=e>>>16&255,t[r+3]=e>>>24}W.prototype.fixed32=function(t){return this._push(us,4,t>>>0)};W.prototype.sfixed32=W.prototype.fixed32;W.prototype.fixed64=function(t){var r=vi.from(t);return this._push(us,4,r.lo)._push(us,4,r.hi)};W.prototype.sfixed64=W.prototype.fixed64;W.prototype.float=function(t){return this._push(Gt.float.writeFloatLE,4,t)};W.prototype.double=function(t){return this._push(Gt.float.writeDoubleLE,8,t)};var d1=Gt.Array.prototype.set?function(t,r,n){r.set(t,n)}:function(t,r,n){for(var i=0;i<t.length;++i)r[n+i]=t[i]};W.prototype.bytes=function(t){var r=t.length>>>0;if(!r)return this._push(ls,1,0);if(Gt.isString(t)){var n=W.alloc(r=Bf.length(t));Bf.decode(t,n,0),t=n}return this.uint32(r)._push(d1,r,t)};W.prototype.string=function(t){var r=Af.length(t);return r?this.uint32(r)._push(Af.write,r,t):this._push(ls,1,0)};W.prototype.fork=function(){return this.states=new l1(this),this.head=this.tail=new Sn(hs,0,0),this.len=0,this};W.prototype.reset=function(){return this.states?(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 Sn(hs,0,0),this.len=0),this};W.prototype.ldelim=function(){var t=this.head,r=this.tail,n=this.len;return this.reset().uint32(n),n&&(this.tail.next=t.next,this.tail=r,this.len+=n),this};W.prototype.finish=function(){for(var t=this.head.next,r=this.constructor.alloc(this.len),n=0;t;)t.fn(t.val,r,n),n+=t.len,t=t.next;return r};W._configure=function(e){fs=e,W.create=Cf(),fs._configure()}});var Rf=O((Lv,_f)=>{"use strict";_f.exports=le;var Tf=ys();(le.prototype=Object.create(Tf.prototype)).constructor=le;var Ge=sr();function le(){Tf.call(this)}le._configure=function(){le.alloc=Ge._Buffer_allocUnsafe,le.writeBytesBuffer=Ge.Buffer&&Ge.Buffer.prototype instanceof Uint8Array&&Ge.Buffer.prototype.set.name==="set"?function(t,r,n){r.set(t,n)}:function(t,r,n){if(t.copy)t.copy(r,n,0,t.length);else for(var i=0;i<t.length;)r[n++]=t[i++]}};le.prototype.bytes=function(t){Ge.isString(t)&&(t=Ge._Buffer_from(t,"base64"));var r=t.length>>>0;return this.uint32(r),r&&this._push(le.writeBytesBuffer,r,t),this};function y1(e,t,r){e.length<40?Ge.utf8.write(e,t,r):t.utf8Write?t.utf8Write(e,r):t.write(e,r)}le.prototype.string=function(t){var r=Ge.Buffer.byteLength(t);return this.uint32(r),r&&this._push(y1,r,t),this};le._configure()});var zf=O((Lb,Vf)=>{var ot=J();Je();vt();var Bn=Vf.exports=ot.sha512=ot.sha512||{};ot.md.sha512=ot.md.algorithms.sha512=Bn;var Mf=ot.sha384=ot.sha512.sha384=ot.sha512.sha384||{};Mf.create=function(){return Bn.create("SHA-384")};ot.md.sha384=ot.md.algorithms.sha384=Mf;ot.sha512.sha256=ot.sha512.sha256||{create:function(){return Bn.create("SHA-512/256")}};ot.md["sha512/256"]=ot.md.algorithms["sha512/256"]=ot.sha512.sha256;ot.sha512.sha224=ot.sha512.sha224||{create:function(){return Bn.create("SHA-512/224")}};ot.md["sha512/224"]=ot.md.algorithms["sha512/224"]=ot.sha512.sha224;Bn.create=function(e){if(Ff||A1(),typeof e>"u"&&(e="SHA-512"),!(e in fr))throw new Error("Invalid SHA-512 algorithm: "+e);for(var t=fr[e],r=null,n=ot.util.createBuffer(),i=new Array(80),o=0;o<80;++o)i[o]=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=ot.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=ot.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),Of(r,i,n),(n.read>2048||n.length()===0)&&n.compact(),a},a.digest=function(){var c=ot.util.createBuffer();c.putBytes(n.bytes());var f=a.fullMessageLength[a.fullMessageLength.length-1]+a.messageLengthSize,u=f&a.blockLength-1;c.putBytes(Es.substr(0,a.blockLength-u));for(var h,p,d=a.fullMessageLength[0]*8,l=0;l<a.fullMessageLength.length-1;++l)h=a.fullMessageLength[l+1]*8,p=h/4294967296>>>0,d+=p,c.putInt32(d>>>0),d=h>>>0;c.putInt32(d);for(var y=new Array(r.length),l=0;l<r.length;++l)y[l]=r[l].slice(0);Of(y,i,c);var x=ot.util.createBuffer(),v;e==="SHA-512"?v=y.length:e==="SHA-384"?v=y.length-2:v=y.length-4;for(var l=0;l<v;++l)x.putInt32(y[l][0]),(l!==v-1||e!=="SHA-512/224")&&x.putInt32(y[l][1]);return x},a};var Es=null,Ff=!1,Bs=null,fr=null;function A1(){Es=String.fromCharCode(128),Es+=ot.util.fillString(String.fromCharCode(0),128),Bs=[[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]],fr={},fr["SHA-512"]=[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],[528734635,4215389547],[1541459225,327033209]],fr["SHA-384"]=[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],fr["SHA-512/256"]=[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],fr["SHA-512/224"]=[[2352822216,424955298],[1944164710,2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]],Ff=!0}function Of(e,t,r){for(var n,i,o,s,a,c,f,u,h,p,d,l,y,x,v,w,S,T,C,I,D,P,j,Wt,Mt,Rt,gr,qn,xt,Lt,U,zi,qi,Hi,Gi,Ra=r.length();Ra>=128;){for(xt=0;xt<16;++xt)t[xt][0]=r.getInt32()>>>0,t[xt][1]=r.getInt32()>>>0;for(;xt<80;++xt)zi=t[xt-2],Lt=zi[0],U=zi[1],n=((Lt>>>19|U<<13)^(U>>>29|Lt<<3)^Lt>>>6)>>>0,i=((Lt<<13|U>>>19)^(U<<3|Lt>>>29)^(Lt<<26|U>>>6))>>>0,Hi=t[xt-15],Lt=Hi[0],U=Hi[1],o=((Lt>>>1|U<<31)^(Lt>>>8|U<<24)^Lt>>>7)>>>0,s=((Lt<<31|U>>>1)^(Lt<<24|U>>>8)^(Lt<<25|U>>>7))>>>0,qi=t[xt-7],Gi=t[xt-16],U=i+qi[1]+s+Gi[1],t[xt][0]=n+qi[0]+o+Gi[0]+(U/4294967296>>>0)>>>0,t[xt][1]=U>>>0;for(y=e[0][0],x=e[0][1],v=e[1][0],w=e[1][1],S=e[2][0],T=e[2][1],C=e[3][0],I=e[3][1],D=e[4][0],P=e[4][1],j=e[5][0],Wt=e[5][1],Mt=e[6][0],Rt=e[6][1],gr=e[7][0],qn=e[7][1],xt=0;xt<80;++xt)f=((D>>>14|P<<18)^(D>>>18|P<<14)^(P>>>9|D<<23))>>>0,u=((D<<18|P>>>14)^(D<<14|P>>>18)^(P<<23|D>>>9))>>>0,h=(Mt^D&(j^Mt))>>>0,p=(Rt^P&(Wt^Rt))>>>0,a=((y>>>28|x<<4)^(x>>>2|y<<30)^(x>>>7|y<<25))>>>0,c=((y<<4|x>>>28)^(x<<30|y>>>2)^(x<<25|y>>>7))>>>0,d=(y&v|S&(y^v))>>>0,l=(x&w|T&(x^w))>>>0,U=qn+u+p+Bs[xt][1]+t[xt][1],n=gr+f+h+Bs[xt][0]+t[xt][0]+(U/4294967296>>>0)>>>0,i=U>>>0,U=c+l,o=a+d+(U/4294967296>>>0)>>>0,s=U>>>0,gr=Mt,qn=Rt,Mt=j,Rt=Wt,j=D,Wt=P,U=I+i,D=C+n+(U/4294967296>>>0)>>>0,P=U>>>0,C=S,I=T,S=v,T=w,v=y,w=x,U=i+s,y=n+o+(U/4294967296>>>0)>>>0,x=U>>>0;U=e[0][1]+x,e[0][0]=e[0][0]+y+(U/4294967296>>>0)>>>0,e[0][1]=U>>>0,U=e[1][1]+w,e[1][0]=e[1][0]+v+(U/4294967296>>>0)>>>0,e[1][1]=U>>>0,U=e[2][1]+T,e[2][0]=e[2][0]+S+(U/4294967296>>>0)>>>0,e[2][1]=U>>>0,U=e[3][1]+I,e[3][0]=e[3][0]+C+(U/4294967296>>>0)>>>0,e[3][1]=U>>>0,U=e[4][1]+P,e[4][0]=e[4][0]+D+(U/4294967296>>>0)>>>0,e[4][1]=U>>>0,U=e[5][1]+Wt,e[5][0]=e[5][0]+j+(U/4294967296>>>0)>>>0,e[5][1]=U>>>0,U=e[6][1]+Rt,e[6][0]=e[6][0]+Mt+(U/4294967296>>>0)>>>0,e[6][1]=U>>>0,U=e[7][1]+qn,e[7][0]=e[7][0]+gr+(U/4294967296>>>0)>>>0,e[7][1]=U>>>0,Ra-=128}}});var Xu=O((H4,Qu)=>{Qu.exports=na;var Yu=128,A2=127,C2=~A2,I2=Math.pow(2,31);function na(e,t,r){if(Number.MAX_SAFE_INTEGER&&e>Number.MAX_SAFE_INTEGER)throw na.bytes=0,new RangeError("Could not encode varint");t=t||[],r=r||0;for(var n=r;e>=I2;)t[r++]=e&255|Yu,e/=128;for(;e&C2;)t[r++]=e&255|Yu,e>>>=7;return t[r]=e|0,na.bytes=r-n+1,t}});var th=O((G4,ju)=>{ju.exports=ia;var T2=128,Ju=127;function ia(e,n){var r=0,n=n||0,i=0,o=n,s,a=e.length;do{if(o>=a||i>49)throw ia.bytes=0,new RangeError("Could not decode varint");s=e[o++],r+=i<28?(s&Ju)<<i:(s&Ju)*Math.pow(2,i),i+=7}while(s>=T2);return ia.bytes=o-n,r}});var rh=O(($4,eh)=>{var _2=Math.pow(2,7),R2=Math.pow(2,14),N2=Math.pow(2,21),D2=Math.pow(2,28),k2=Math.pow(2,35),L2=Math.pow(2,42),P2=Math.pow(2,49),U2=Math.pow(2,56),K2=Math.pow(2,63);eh.exports=function(e){return e<_2?1:e<R2?2:e<N2?3:e<D2?4:e<k2?5:e<L2?6:e<P2?7:e<U2?8:e<K2?9:10}});var Pi=O((W4,nh)=>{nh.exports={encode:Xu(),decode:th(),encodingLength:rh()}});var Pm={};M(Pm,{PeerRecord:()=>yr,RecordEnvelope:()=>pr});var yw=ht(an(),1),gw=ht(W0(),1);var X=class extends Error{code;props;constructor(t,r,n){super(t),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var eg=ht(J(),1);function rr(e){return globalThis.Buffer!=null?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e}var vo={};M(vo,{identity:()=>hd});function sd(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 i=0;i<e.length;i++){var o=e.charAt(i),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}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 y=0,x=0,v=0,w=l.length;v!==w&&l[v]===0;)v++,y++;for(var S=(w-v)*u+1>>>0,T=new Uint8Array(S);v!==w;){for(var C=l[v],I=0,D=S-1;(C!==0||I<x)&&D!==-1;D--,I++)C+=256*T[D]>>>0,T[D]=C%a>>>0,C=C/a>>>0;if(C!==0)throw new Error("Non-zero carry");x=I,v++}for(var P=S-x;P!==S&&T[P]===0;)P++;for(var j=c.repeat(y);P<S;++P)j+=e.charAt(T[P]);return j}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var y=0;if(l[y]!==" "){for(var x=0,v=0;l[y]===c;)x++,y++;for(var w=(l.length-y)*f+1>>>0,S=new Uint8Array(w);l[y];){var T=r[l.charCodeAt(y)];if(T===255)return;for(var C=0,I=w-1;(T!==0||C<v)&&I!==-1;I--,C++)T+=a*S[I]>>>0,S[I]=T%256>>>0,T=T/256>>>0;if(T!==0)throw new Error("Non-zero carry");v=C,y++}if(l[y]!==" "){for(var D=w-v;D!==w&&S[D]===0;)D++;for(var P=new Uint8Array(x+(w-D)),j=x;D!==w;)P[j++]=S[D++];return P}}}function d(l){var y=p(l);if(y)return y;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:p,decode:d}}var ad=sd,cd=ad,Z0=cd;var lx=new Uint8Array(0);var Y0=(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},be=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 Q0=e=>new TextEncoder().encode(e),X0=e=>new TextDecoder().decode(e);var yo=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")}},go=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 j0(this,t)}},mo=class{constructor(t){this.decoders=t}or(t){return j0(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`)}},j0=(e,t)=>new mo({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),xo=class{constructor(t,r,n,i){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new yo(t,r,n),this.decoder=new go(t,r,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},Sr=({name:e,prefix:t,encode:r,decode:n})=>new xo(e,t,r,n),Ue=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:i}=Z0(r,t);return Sr({prefix:e,name:t,encode:n,decode:o=>be(i(o))})},fd=(e,t,r,n)=>{let i={};for(let u=0;u<t.length;++u)i[t[u]]=u;let o=e.length;for(;e[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 h=i[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},ud=(e,t,r)=>{let n=t[t.length-1]==="=",i=(1<<r)-1,o="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,o+=t[i&a>>s];if(s&&(o+=t[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},pt=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>Sr({prefix:t,name:e,encode(i){return ud(i,n,r)},decode(i){return fd(i,n,r,e)}});var hd=Sr({prefix:"\0",name:"identity",encode:e=>X0(e),decode:e=>Q0(e)});var bo={};M(bo,{base2:()=>ld});var ld=pt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var wo={};M(wo,{base8:()=>pd});var pd=pt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var So={};M(So,{base10:()=>dd});var dd=Ue({prefix:"9",name:"base10",alphabet:"0123456789"});var Eo={};M(Eo,{base16:()=>yd,base16upper:()=>gd});var yd=pt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),gd=pt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Bo={};M(Bo,{base32:()=>Er,base32hex:()=>bd,base32hexpad:()=>Sd,base32hexpadupper:()=>Ed,base32hexupper:()=>wd,base32pad:()=>xd,base32padupper:()=>vd,base32upper:()=>md,base32z:()=>Bd});var Er=pt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),md=pt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),xd=pt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),vd=pt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),bd=pt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),wd=pt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Sd=pt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Ed=pt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Bd=pt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Ao={};M(Ao,{base36:()=>Ad,base36upper:()=>Cd});var Ad=Ue({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Cd=Ue({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Co={};M(Co,{base58btc:()=>ce,base58flickr:()=>Id});var ce=Ue({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Id=Ue({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Io={};M(Io,{base64:()=>Td,base64pad:()=>_d,base64url:()=>Rd,base64urlpad:()=>Nd});var Td=pt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),_d=pt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Rd=pt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Nd=pt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var To={};M(To,{base256emoji:()=>Ud});var tc=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}"),Dd=tc.reduce((e,t,r)=>(e[r]=t,e),[]),kd=tc.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function Ld(e){return e.reduce((t,r)=>(t+=Dd[r],t),"")}function Pd(e){let t=[];for(let r of e){let n=kd[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var Ud=Sr({prefix:"\u{1F680}",name:"base256emoji",encode:Ld,decode:Pd});var Do={};M(Do,{sha256:()=>ey,sha512:()=>ry});var Kd=nc,ec=128,Od=127,Md=~Od,Fd=Math.pow(2,31);function nc(e,t,r){t=t||[],r=r||0;for(var n=r;e>=Fd;)t[r++]=e&255|ec,e/=128;for(;e&Md;)t[r++]=e&255|ec,e>>>=7;return t[r]=e|0,nc.bytes=r-n+1,t}var Vd=_o,zd=128,rc=127;function _o(e,n){var r=0,n=n||0,i=0,o=n,s,a=e.length;do{if(o>=a)throw _o.bytes=0,new RangeError("Could not decode varint");s=e[o++],r+=i<28?(s&rc)<<i:(s&rc)*Math.pow(2,i),i+=7}while(s>=zd);return _o.bytes=o-n,r}var qd=Math.pow(2,7),Hd=Math.pow(2,14),Gd=Math.pow(2,21),$d=Math.pow(2,28),Wd=Math.pow(2,35),Zd=Math.pow(2,42),Yd=Math.pow(2,49),Qd=Math.pow(2,56),Xd=Math.pow(2,63),Jd=function(e){return e<qd?1:e<Hd?2:e<Gd?3:e<$d?4:e<Wd?5:e<Zd?6:e<Yd?7:e<Qd?8:e<Xd?9:10},jd={encode:Kd,decode:Vd,encodingLength:Jd},ty=jd,un=ty;var hn=(e,t=0)=>[un.decode(e,t),un.decode.bytes],Br=(e,t,r=0)=>(un.encode(e,t,r),t),Ar=e=>un.encodingLength(e);var nr=(e,t)=>{let r=t.byteLength,n=Ar(e),i=n+Ar(r),o=new Uint8Array(i+r);return Br(e,o,0),Br(r,o,n),o.set(t,i),new Cr(e,r,t,o)},ic=e=>{let t=be(e),[r,n]=hn(t),[i,o]=hn(t.subarray(n)),s=t.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new Cr(r,i,s,t)},oc=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&Y0(e.bytes,r.bytes)}},Cr=class{constructor(t,r,n,i){this.code=t,this.size=r,this.digest=n,this.bytes=i}};var No=({name:e,code:t,encode:r})=>new Ro(e,t,r),Ro=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?nr(this.code,r):r.then(n=>nr(this.code,n))}else throw Error("Unknown type, must be binary type")}};var ac=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),ey=No({name:"sha2-256",code:18,encode:ac("SHA-256")}),ry=No({name:"sha2-512",code:19,encode:ac("SHA-512")});var ko={};M(ko,{identity:()=>oy});var cc=0,ny="identity",fc=be,iy=e=>nr(cc,fc(e)),oy={code:cc,name:ny,encode:fc,digest:iy};var kx=new TextEncoder,Lx=new TextDecoder;var uc=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return fy(r,Lo(e),t||ce.encoder);default:return uy(r,Lo(e),t||Er.encoder)}};var hc=new WeakMap,Lo=e=>{let t=hc.get(e);if(t==null){let r=new Map;return hc.set(e,r),r}return t},bt=class{constructor(t,r,n,i){this.code=r,this.version=t,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:t,multihash:r}=this;if(t!==pn)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==hy)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return bt.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=nr(t,r);return bt.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 bt.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&oc(t.multihash,n.multihash)}toString(t){return uc(this,t)}toJSON(){return{"/":uc(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 bt)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:o,bytes:s}=r;return new bt(n,i,o,s||lc(n,i,o.bytes))}else if(r[ly]===!0){let{version:n,multihash:i,code:o}=r,s=ic(i);return bt.create(n,o,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!==pn)throw new Error(`Version 0 CID must use dag-pb (code: ${pn}) block encoding`);return new bt(t,r,n,n.bytes)}case 1:{let i=lc(t,r,n.bytes);return new bt(t,r,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return bt.create(0,pn,t)}static createV1(t,r){return bt.create(1,t,r)}static decode(t){let[r,n]=bt.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=bt.inspectBytes(t),n=r.size-r.multihashSize,i=be(t.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 Cr(r.multihashCode,r.digestSize,o,i);return[r.version===0?bt.createV0(s):bt.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[h,p]=hn(t.subarray(r));return r+=p,h},i=n(),o=pn;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(t,r){let[n,i]=cy(t,r),o=bt.decode(i);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Lo(o).set(n,t),o}},cy=(e,t)=>{switch(e[0]){case"Q":{let r=t||ce;return[ce.prefix,r.decode(`${ce.prefix}${e}`)]}case ce.prefix:{let r=t||ce;return[ce.prefix,r.decode(e)]}case Er.prefix:{let r=t||Er;return[Er.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)]}}},fy=(e,t,r)=>{let{prefix:n}=r;if(n!==ce.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let i=t.get(n);if(i==null){let o=r.encode(e).slice(1);return t.set(n,o),o}else return i},uy=(e,t,r)=>{let{prefix:n}=r,i=t.get(n);if(i==null){let o=r.encode(e);return t.set(n,o),o}else return i},pn=112,hy=18,lc=(e,t,r)=>{let n=Ar(e),i=n+Ar(t),o=new Uint8Array(i+r.byteLength);return Br(e,o,0),Br(t,o,n),o.set(r,i),o},ly=Symbol.for("@ipld/js-cid/CID");var Po={...vo,...bo,...wo,...So,...Eo,...Bo,...Ao,...Co,...Io,...To},Hx={...Do,...ko};function we(e=0){return globalThis.Buffer?.alloc!=null?rr(globalThis.Buffer.alloc(e)):new Uint8Array(e)}function Se(e=0){return globalThis.Buffer?.allocUnsafe!=null?rr(globalThis.Buffer.allocUnsafe(e)):new Uint8Array(e)}function dc(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var pc=dc("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),Uo=dc("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=Se(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),py={utf8:pc,"utf-8":pc,hex:Po.base16,latin1:Uo,ascii:Uo,binary:Uo,...Po},ci=py;function Tt(e,t="utf8"){let r=ci[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?rr(globalThis.Buffer.from(e,"utf-8")):r.decoder.decode(`${r.prefix}${e}`)}var Ss={};M(Ss,{Ed25519PrivateKey:()=>cr,Ed25519PublicKey:()=>En,generateKeyPair:()=>w1,generateKeyPairFromSeed:()=>Pf,unmarshalEd25519PrivateKey:()=>v1,unmarshalEd25519PublicKey:()=>b1});var Vo={};M(Vo,{base58btc:()=>kt,base58flickr:()=>vy});function dy(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 i=0;i<e.length;i++){var o=e.charAt(i),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}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 y=0,x=0,v=0,w=l.length;v!==w&&l[v]===0;)v++,y++;for(var S=(w-v)*u+1>>>0,T=new Uint8Array(S);v!==w;){for(var C=l[v],I=0,D=S-1;(C!==0||I<x)&&D!==-1;D--,I++)C+=256*T[D]>>>0,T[D]=C%a>>>0,C=C/a>>>0;if(C!==0)throw new Error("Non-zero carry");x=I,v++}for(var P=S-x;P!==S&&T[P]===0;)P++;for(var j=c.repeat(y);P<S;++P)j+=e.charAt(T[P]);return j}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var y=0;if(l[y]!==" "){for(var x=0,v=0;l[y]===c;)x++,y++;for(var w=(l.length-y)*f+1>>>0,S=new Uint8Array(w);l[y];){var T=r[l.charCodeAt(y)];if(T===255)return;for(var C=0,I=w-1;(T!==0||C<v)&&I!==-1;I--,C++)T+=a*S[I]>>>0,S[I]=T%256>>>0,T=T/256>>>0;if(T!==0)throw new Error("Non-zero carry");v=C,y++}if(l[y]!==" "){for(var D=w-v;D!==w&&S[D]===0;)D++;for(var P=new Uint8Array(x+(w-D)),j=x;D!==w;)P[j++]=S[D++];return P}}}function d(l){var y=p(l);if(y)return y;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:p,decode:d}}var yy=dy,gy=yy,yc=gy;var ev=new Uint8Array(0);var gc=(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},Ee=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 mc=e=>new TextEncoder().encode(e),xc=e=>new TextDecoder().decode(e);var Ko=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")}},Oo=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 bc(this,t)}},Mo=class{constructor(t){this.decoders=t}or(t){return bc(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`)}},bc=(e,t)=>new Mo({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),Fo=class{constructor(t,r,n,i){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new Ko(t,r,n),this.decoder=new Oo(t,r,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},Ir=({name:e,prefix:t,encode:r,decode:n})=>new Fo(e,t,r,n),Ke=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:i}=yc(r,t);return Ir({prefix:e,name:t,encode:n,decode:o=>Ee(i(o))})},my=(e,t,r,n)=>{let i={};for(let u=0;u<t.length;++u)i[t[u]]=u;let o=e.length;for(;e[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 h=i[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},xy=(e,t,r)=>{let n=t[t.length-1]==="=",i=(1<<r)-1,o="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,o+=t[i&a>>s];if(s&&(o+=t[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},dt=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>Ir({prefix:t,name:e,encode(i){return xy(i,n,r)},decode(i){return my(i,n,r,e)}});var kt=Ke({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),vy=Ke({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var qo={};M(qo,{identity:()=>Oe});var by=Ec,wc=128,wy=127,Sy=~wy,Ey=Math.pow(2,31);function Ec(e,t,r){t=t||[],r=r||0;for(var n=r;e>=Ey;)t[r++]=e&255|wc,e/=128;for(;e&Sy;)t[r++]=e&255|wc,e>>>=7;return t[r]=e|0,Ec.bytes=r-n+1,t}var By=zo,Ay=128,Sc=127;function zo(e,n){var r=0,n=n||0,i=0,o=n,s,a=e.length;do{if(o>=a)throw zo.bytes=0,new RangeError("Could not decode varint");s=e[o++],r+=i<28?(s&Sc)<<i:(s&Sc)*Math.pow(2,i),i+=7}while(s>=Ay);return zo.bytes=o-n,r}var Cy=Math.pow(2,7),Iy=Math.pow(2,14),Ty=Math.pow(2,21),_y=Math.pow(2,28),Ry=Math.pow(2,35),Ny=Math.pow(2,42),Dy=Math.pow(2,49),ky=Math.pow(2,56),Ly=Math.pow(2,63),Py=function(e){return e<Cy?1:e<Iy?2:e<Ty?3:e<_y?4:e<Ry?5:e<Ny?6:e<Dy?7:e<ky?8:e<Ly?9:10},Uy={encode:by,decode:By,encodingLength:Py},Ky=Uy,dn=Ky;var yn=(e,t=0)=>[dn.decode(e,t),dn.decode.bytes],Tr=(e,t,r=0)=>(dn.encode(e,t,r),t),_r=e=>dn.encodingLength(e);var fe=(e,t)=>{let r=t.byteLength,n=_r(e),i=n+_r(r),o=new Uint8Array(i+r);return Tr(e,o,0),Tr(r,o,n),o.set(t,i),new Rr(e,r,t,o)},gn=e=>{let t=Ee(e),[r,n]=yn(t),[i,o]=yn(t.subarray(n)),s=t.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new Rr(r,i,s,t)},Bc=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&gc(e.bytes,r.bytes)}},Rr=class{constructor(t,r,n,i){this.code=t,this.size=r,this.digest=n,this.bytes=i}};var Ac=0,Oy="identity",Cc=Ee,My=e=>fe(Ac,Cc(e)),Oe={code:Ac,name:Oy,encode:Cc,digest:My};var $o={};M($o,{sha256:()=>_t,sha512:()=>Fy});var Go=({name:e,code:t,encode:r})=>new Ho(e,t,r),Ho=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?fe(this.code,r):r.then(n=>fe(this.code,n))}else throw Error("Unknown type, must be binary type")}};var Tc=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),_t=Go({name:"sha2-256",code:18,encode:Tc("SHA-256")}),Fy=Go({name:"sha2-512",code:19,encode:Tc("SHA-512")});function wt(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 Vy=ht(vr(),1);var Ct=BigInt(0),H=BigInt(1),Ve=BigInt(2),zy=BigInt(8),_c=BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),it=Object.freeze({a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),P:BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),l:_c,n:_c,h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960")});var Lc=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000"),mn=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),lv=BigInt("6853475219497561581579357271197624642482790079785650197046958215289687604742"),qy=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),Hy=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),Gy=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),$y=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),z=class{constructor(t,r,n,i){this.x=t,this.y=r,this.z=n,this.t=i}static fromAffine(t){if(!(t instanceof ct))throw new TypeError("ExtendedPoint#fromAffine: expected Point");return t.equals(ct.ZERO)?z.ZERO:new z(t.x,t.y,H,B(t.x*t.y))}static toAffineBatch(t){let r=Yy(t.map(n=>n.z));return t.map((n,i)=>n.toAffine(r[i]))}static normalizeZ(t){return this.toAffineBatch(t).map(this.fromAffine)}equals(t){Nc(t);let{x:r,y:n,z:i}=this,{x:o,y:s,z:a}=t,c=B(r*a),f=B(o*i),u=B(n*a),h=B(s*i);return c===f&&u===h}negate(){return new z(B(-this.x),this.y,this.z,B(-this.t))}double(){let{x:t,y:r,z:n}=this,{a:i}=it,o=B(t*t),s=B(r*r),a=B(Ve*B(n*n)),c=B(i*o),f=t+r,u=B(B(f*f)-o-s),h=c+s,p=h-a,d=c-s,l=B(u*p),y=B(h*d),x=B(u*d),v=B(p*h);return new z(l,y,v,x)}add(t){Nc(t);let{x:r,y:n,z:i,t:o}=this,{x:s,y:a,z:c,t:f}=t,u=B((n-r)*(a+s)),h=B((n+r)*(a-s)),p=B(h-u);if(p===Ct)return this.double();let d=B(i*Ve*f),l=B(o*Ve*c),y=l+d,x=h+u,v=l-d,w=B(y*p),S=B(x*v),T=B(y*v),C=B(p*x);return new z(w,S,C,T)}subtract(t){return this.add(t.negate())}precomputeWindow(t){let r=1+256/t,n=[],i=this,o=i;for(let s=0;s<r;s++){o=i,n.push(o);for(let a=1;a<2**(t-1);a++)o=o.add(i),n.push(o);i=o.double()}return n}wNAF(t,r){!r&&this.equals(z.BASE)&&(r=ct.BASE);let n=r&&r._WINDOW_SIZE||1;if(256%n)throw new Error("Point#wNAF: Invalid precomputation window, must be power of 2");let i=r&&Xo.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=z.normalizeZ(i),Xo.set(r,i)));let o=z.ZERO,s=z.BASE,a=1+256/n,c=2**(n-1),f=BigInt(2**n-1),u=2**n,h=BigInt(n);for(let p=0;p<a;p++){let d=p*c,l=Number(t&f);t>>=h,l>c&&(l-=u,t+=H);let y=d,x=d+Math.abs(l)-1,v=p%2!==0,w=l<0;l===0?s=s.add(Rc(v,i[y])):o=o.add(Rc(w,i[x]))}return z.normalizeZ([o,s])[0]}multiply(t,r){return this.wNAF(hi(t,it.l),r)}multiplyUnsafe(t){let r=hi(t,it.l,!1),n=z.BASE,i=z.ZERO;if(r===Ct)return i;if(this.equals(i)||r===H)return this;if(this.equals(n))return this.wNAF(r);let o=i,s=this;for(;r>Ct;)r&H&&(o=o.add(s)),s=s.double(),r>>=H;return o}isSmallOrder(){return this.multiplyUnsafe(it.h).equals(z.ZERO)}isTorsionFree(){let t=this.multiplyUnsafe(it.l/Ve).double();return it.l%Ve&&(t=t.add(this)),t.equals(z.ZERO)}toAffine(t){let{x:r,y:n,z:i}=this,o=this.equals(z.ZERO);t==null&&(t=o?zy:li(i));let s=B(r*t),a=B(n*t),c=B(i*t);if(o)return ct.ZERO;if(c!==H)throw new Error("invZ was invalid");return new ct(s,a)}fromRistrettoBytes(){Zo()}toRistrettoBytes(){Zo()}fromRistrettoHash(){Zo()}};z.BASE=new z(it.Gx,it.Gy,H,B(it.Gx*it.Gy));z.ZERO=new z(Ct,H,H,Ct);function Rc(e,t){let r=t.negate();return e?r:t}function Nc(e){if(!(e instanceof z))throw new TypeError("ExtendedPoint expected")}function Wo(e){if(!(e instanceof Ut))throw new TypeError("RistrettoPoint expected")}function Zo(){throw new Error("Legacy method: switch to RistrettoPoint")}var Ut=class{constructor(t){this.ep=t}static calcElligatorRistrettoMap(t){let{d:r}=it,n=B(mn*t*t),i=B((n+H)*Gy),o=BigInt(-1),s=B((o-r*n)*B(n+r)),{isValid:a,value:c}=jo(i,s),f=B(c*t);Fe(f)||(f=B(-f)),a||(c=f),a||(o=n);let u=B(o*(n-H)*$y-s),h=c*c,p=B((c+c)*s),d=B(u*qy),l=B(H-h),y=B(H+h);return new z(B(p*y),B(l*d),B(d*y),B(p*l))}static hashToCurve(t){t=ze(t,64);let r=Yo(t.slice(0,32)),n=this.calcElligatorRistrettoMap(r),i=Yo(t.slice(32,64)),o=this.calcElligatorRistrettoMap(i);return new Ut(n.add(o))}static fromHex(t){t=ze(t,32);let{a:r,d:n}=it,i="RistrettoPoint.fromHex: the hex is not valid encoding of RistrettoPoint",o=Yo(t);if(!Xy(xn(o),t)||Fe(o))throw new Error(i);let s=B(o*o),a=B(H+r*s),c=B(H-r*s),f=B(a*a),u=B(c*c),h=B(r*n*f-u),{isValid:p,value:d}=kc(B(h*u)),l=B(d*c),y=B(d*l*h),x=B((o+o)*l);Fe(x)&&(x=B(-x));let v=B(a*y),w=B(x*v);if(!p||Fe(w)||v===Ct)throw new Error(i);return new Ut(new z(x,v,H,w))}toRawBytes(){let{x:t,y:r,z:n,t:i}=this.ep,o=B(B(n+r)*B(n-r)),s=B(t*r),a=B(s*s),{value:c}=kc(B(o*a)),f=B(c*o),u=B(c*s),h=B(f*u*i),p;if(Fe(i*h)){let l=B(r*mn),y=B(t*mn);t=l,r=y,p=B(f*Hy)}else p=u;Fe(t*h)&&(r=B(-r));let d=B((n-r)*p);return Fe(d)&&(d=B(-d)),xn(d)}toHex(){return vn(this.toRawBytes())}toString(){return this.toHex()}equals(t){Wo(t);let r=this.ep,n=t.ep,i=B(r.x*n.y)===B(r.y*n.x),o=B(r.y*n.y)===B(r.x*n.x);return i||o}add(t){return Wo(t),new Ut(this.ep.add(t.ep))}subtract(t){return Wo(t),new Ut(this.ep.subtract(t.ep))}multiply(t){return new Ut(this.ep.multiply(t))}multiplyUnsafe(t){return new Ut(this.ep.multiplyUnsafe(t))}};Ut.BASE=new Ut(z.BASE);Ut.ZERO=new Ut(z.ZERO);var Xo=new WeakMap,ct=class{constructor(t,r){this.x=t,this.y=r}_setWindowSize(t){this._WINDOW_SIZE=t,Xo.delete(this)}static fromHex(t,r=!0){let{d:n,P:i}=it;t=ze(t,32);let o=t.slice();o[31]=t[31]&-129;let s=bn(o);if(r&&s>=i)throw new Error("Expected 0 < hex < P");if(!r&&s>=Lc)throw new Error("Expected 0 < hex < 2**256");let a=B(s*s),c=B(a-H),f=B(n*a+H),{isValid:u,value:h}=jo(c,f);if(!u)throw new Error("Point.fromHex: invalid y coordinate");let p=(h&H)===H;return(t[31]&128)!==0!==p&&(h=B(-h)),new ct(h,s)}static async fromPrivateKey(t){return(await pi(t)).point}toRawBytes(){let t=xn(this.y);return t[31]|=this.x&H?128:0,t}toHex(){return vn(this.toRawBytes())}toX25519(){let{y:t}=this,r=B((H+t)*li(H-t));return xn(r)}isTorsionFree(){return z.fromAffine(this).isTorsionFree()}equals(t){return this.x===t.x&&this.y===t.y}negate(){return new ct(B(-this.x),this.y)}add(t){return z.fromAffine(this).add(z.fromAffine(t)).toAffine()}subtract(t){return this.add(t.negate())}multiply(t){return z.fromAffine(this).multiply(t,this).toAffine()}};ct.BASE=new ct(it.Gx,it.Gy);ct.ZERO=new ct(Ct,H);var ir=class{constructor(t,r){this.r=t,this.s=r,this.assertValidity()}static fromHex(t){let r=ze(t,64),n=ct.fromHex(r.slice(0,32),!1),i=bn(r.slice(32,64));return new ir(n,i)}assertValidity(){let{r:t,s:r}=this;if(!(t instanceof ct))throw new Error("Expected Point instance");return hi(r,it.l,!1),this}toRawBytes(){let t=new Uint8Array(64);return t.set(this.r.toRawBytes()),t.set(xn(this.s),32),t}toHex(){return vn(this.toRawBytes())}};function Dc(...e){if(!e.every(n=>n instanceof Uint8Array))throw new Error("Expected Uint8Array list");if(e.length===1)return e[0];let t=e.reduce((n,i)=>n+i.length,0),r=new Uint8Array(t);for(let n=0,i=0;n<e.length;n++){let o=e[n];r.set(o,i),i+=o.length}return r}var Wy=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function vn(e){if(!(e instanceof Uint8Array))throw new Error("Uint8Array expected");let t="";for(let r=0;r<e.length;r++)t+=Wy[e[r]];return t}function Jo(e){if(typeof e!="string")throw new TypeError("hexToBytes: expected string, got "+typeof e);if(e.length%2)throw new Error("hexToBytes: received invalid unpadded hex");let t=new Uint8Array(e.length/2);for(let r=0;r<t.length;r++){let n=r*2,i=e.slice(n,n+2),o=Number.parseInt(i,16);if(Number.isNaN(o)||o<0)throw new Error("Invalid byte sequence");t[r]=o}return t}function Pc(e){let r=e.toString(16).padStart(64,"0");return Jo(r)}function xn(e){return Pc(e).reverse()}function Fe(e){return(B(e)&H)===H}function bn(e){if(!(e instanceof Uint8Array))throw new Error("Expected Uint8Array");return BigInt("0x"+vn(Uint8Array.from(e).reverse()))}var Zy=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function Yo(e){return B(bn(e)&Zy)}function B(e,t=it.P){let r=e%t;return r>=Ct?r:t+r}function li(e,t=it.P){if(e===Ct||t<=Ct)throw new Error(`invert: expected positive integers, got n=${e} mod=${t}`);let r=B(e,t),n=t,i=Ct,o=H,s=H,a=Ct;for(;r!==Ct;){let f=n/r,u=n%r,h=i-s*f,p=o-a*f;n=r,r=u,i=s,o=a,s=h,a=p}if(n!==H)throw new Error("invert: does not exist");return B(i,t)}function Yy(e,t=it.P){let r=new Array(e.length),n=e.reduce((o,s,a)=>s===Ct?o:(r[a]=o,B(o*s,t)),H),i=li(n,t);return e.reduceRight((o,s,a)=>s===Ct?o:(r[a]=B(o*r[a],t),B(o*s,t)),i),r}function ue(e,t){let{P:r}=it,n=e;for(;t-- >Ct;)n*=n,n%=r;return n}function Qy(e){let{P:t}=it,r=BigInt(5),n=BigInt(10),i=BigInt(20),o=BigInt(40),s=BigInt(80),c=e*e%t*e%t,f=ue(c,Ve)*c%t,u=ue(f,H)*e%t,h=ue(u,r)*u%t,p=ue(h,n)*h%t,d=ue(p,i)*p%t,l=ue(d,o)*d%t,y=ue(l,s)*l%t,x=ue(y,s)*l%t,v=ue(x,n)*h%t;return{pow_p_5_8:ue(v,Ve)*e%t,b2:c}}function jo(e,t){let r=B(t*t*t),n=B(r*r*t),i=Qy(e*n).pow_p_5_8,o=B(e*r*i),s=B(t*o*o),a=o,c=B(o*mn),f=s===e,u=s===B(-e),h=s===B(-e*mn);return f&&(o=a),(u||h)&&(o=c),Fe(o)&&(o=B(-o)),{isValid:f||u,value:o}}function kc(e){return jo(H,e)}function ui(e){return B(bn(e),it.l)}function Xy(e,t){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}function ze(e,t){let r=e instanceof Uint8Array?Uint8Array.from(e):Jo(e);if(typeof t=="number"&&r.length!==t)throw new Error(`Expected ${t} bytes`);return r}function hi(e,t,r=!0){if(!t)throw new TypeError("Specify max value");if(typeof e=="number"&&Number.isSafeInteger(e)&&(e=BigInt(e)),typeof e=="bigint"&&e<t){if(r){if(Ct<e)return e}else if(Ct<=e)return e}throw new TypeError("Expected valid scalar: 0 < scalar < max")}function Jy(e){return e[0]&=248,e[31]&=127,e[31]|=64,e}function jy(e){if(e=typeof e=="bigint"||typeof e=="number"?Pc(hi(e,Lc)):ze(e),e.length!==32)throw new Error("Expected 32 bytes");return e}function t1(e){let t=Jy(e.slice(0,32)),r=e.slice(32,64),n=ui(t),i=ct.BASE.multiply(n),o=i.toRawBytes();return{head:t,prefix:r,scalar:n,point:i,pointBytes:o}}var Qo;async function pi(e){return t1(await qe.sha512(jy(e)))}async function ts(e){return(await pi(e)).pointBytes}async function Uc(e,t){e=ze(e);let{prefix:r,scalar:n,pointBytes:i}=await pi(t),o=ui(await qe.sha512(r,e)),s=ct.BASE.multiply(o),a=ui(await qe.sha512(s.toRawBytes(),i,e)),c=B(o+a*n,it.l);return new ir(s,c).toRawBytes()}function e1(e,t,r){t=ze(t),r instanceof ct||(r=ct.fromHex(r,!1));let{r:n,s:i}=e instanceof ir?e.assertValidity():ir.fromHex(e),o=z.BASE.multiplyUnsafe(i);return{r:n,s:i,SB:o,pub:r,msg:t}}function r1(e,t,r,n){let i=ui(n),o=z.fromAffine(e).multiplyUnsafe(i);return z.fromAffine(t).add(o).subtract(r).multiplyUnsafe(it.h).equals(z.ZERO)}async function Kc(e,t,r){let{r:n,SB:i,msg:o,pub:s}=e1(e,t,r),a=await qe.sha512(n.toRawBytes(),s.toRawBytes(),o);return r1(s,n,i,a)}ct.BASE._setWindowSize(8);var Me={node:Vy,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0},qe={bytesToHex:vn,hexToBytes:Jo,concatBytes:Dc,getExtendedPublicKey:pi,mod:B,invert:li,TORSION_SUBGROUP:["0100000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac037a","0000000000000000000000000000000000000000000000000000000000000080","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc05","ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc85","0000000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac03fa"],hashToPrivateScalar:e=>{if(e=ze(e),e.length<40||e.length>1024)throw new Error("Expected 40-1024 bytes of private key as per FIPS 186");return B(bn(e),it.l-H)+H},randomBytes:(e=32)=>{if(Me.web)return Me.web.getRandomValues(new Uint8Array(e));if(Me.node){let{randomBytes:t}=Me.node;return new Uint8Array(t(e).buffer)}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>qe.randomBytes(32),sha512:async(...e)=>{let t=Dc(...e);if(Me.web){let r=await Me.web.subtle.digest("SHA-512",t.buffer);return new Uint8Array(r)}else{if(Me.node)return Uint8Array.from(Me.node.createHash("sha512").update(t).digest());throw new Error("The environment doesn't have sha512 function")}},precompute(e=8,t=ct.BASE){let r=t.equals(ct.BASE)?t:new ct(t.x,t.y);return r._setWindowSize(e),r.multiply(Ve),r},sha512Sync:void 0};Object.defineProperties(qe,{sha512Sync:{configurable:!1,get(){return Qo},set(e){Qo||(Qo=e)}}});var Dr=32,Be=64,di=32;async function Oc(){let e=qe.randomPrivateKey(),t=await ts(e);return{privateKey:zc(e,t),publicKey:t}}async function Mc(e){if(e.length!==di)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=await ts(t);return{privateKey:zc(t,r),publicKey:r}}async function Fc(e,t){let r=e.subarray(0,di);return Uc(t,r)}async function Vc(e,t,r){return Kc(t,r,e)}function zc(e,t){let r=new Uint8Array(Be);for(let n=0;n<di;n++)r[n]=e[n],r[di+n]=t[n];return r}var es={};M(es,{base64:()=>yi,base64pad:()=>o1,base64url:()=>s1,base64urlpad:()=>a1});var yi=dt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),o1=dt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),s1=dt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),a1=dt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});function St(e,t){t==null&&(t=e.reduce((i,o)=>i+o.length,0));let r=Se(t),n=0;for(let i of e)r.set(i,n),n+=i.length;return rr(r)}var Kt={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-crypto/blob/master/README.md#web-crypto-api"),{code:"ERR_MISSING_WEB_CRYPTO"});return t}};var rs={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function ns(e){let t=e?.algorithm??"AES-GCM",r=e?.keyLength??16,n=e?.nonceLength??12,i=e?.digest??"SHA-256",o=e?.saltLength??16,s=e?.iterations??32767,a=Kt.get();r*=8;async function c(h,p){let d=a.getRandomValues(new Uint8Array(o)),l=a.getRandomValues(new Uint8Array(n)),y={name:t,iv:l};typeof p=="string"&&(p=Tt(p));let x;if(p.length===0){x=await a.subtle.importKey("jwk",rs,{name:"AES-GCM"},!0,["encrypt"]);try{let w={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},S=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(w,S,{name:t,length:r},!0,["encrypt"])}catch{x=await a.subtle.importKey("jwk",rs,{name:"AES-GCM"},!0,["encrypt"])}}else{let w={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},S=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(w,S,{name:t,length:r},!0,["encrypt"])}let v=await a.subtle.encrypt(y,x,h);return St([d,y.iv,new Uint8Array(v)])}async function f(h,p){let d=h.subarray(0,o),l=h.subarray(o,o+n),y=h.subarray(o+n),x={name:t,iv:l};typeof p=="string"&&(p=Tt(p));let v;if(p.length===0)try{let S={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},T=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);v=await a.subtle.deriveKey(S,T,{name:t,length:r},!0,["decrypt"])}catch{v=await a.subtle.importKey("jwk",rs,{name:"AES-GCM"},!0,["decrypt"])}else{let S={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},T=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);v=await a.subtle.deriveKey(S,T,{name:t,length:r},!0,["decrypt"])}let w=await a.subtle.decrypt(x,v,y);return new Uint8Array(w)}return{encrypt:c,decrypt:f}}async function kr(e,t){let n=await ns().encrypt(e,t);return yi.encode(n)}var gs=ht(cs(),1),Nf=ht(Ef(),1),Df=ht(sr(),1),ms=ht(ys(),1),kf=ht(Rf(),1);function g1(){Df.default._configure(),gs.default._configure(Nf.default),ms.default._configure(kf.default)}g1();var Lf=["uint64","int64","sint64","fixed64","sfixed64"];function m1(e){for(let t of Lf){if(e[t]==null)continue;let r=e[t];e[t]=function(){return BigInt(r.call(this).toString())}}return e}function xs(e){return m1(new gs.default(e))}function x1(e){for(let t of Lf){if(e[t]==null)continue;let r=e[t];e[t]=function(n){return r.call(this,n.toString())}}return e}function vs(){return x1(ms.default.create())}function Ae(e,t){let r=xs(e instanceof Uint8Array?e:e.subarray());return t.decode(r)}function Ce(e,t){let r=vs();return t.encode(e,r,{lengthDelimited:!1}),r.finish()}var Pr;(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"})(Pr||(Pr={}));function bi(e,t,r,n){return{name:e,type:t,encode:r,decode:n}}function bs(e){function t(i){if(e[i.toString()]==null)throw new Error("Invalid enum value");return e[i]}let r=function(o,s){let a=t(o);s.int32(a)},n=function(o){let s=o.int32();return t(s)};return bi("enum",Pr.VARINT,r,n)}function Ie(e,t){return bi("message",Pr.LENGTH_DELIMITED,e,t)}var ft;(function(e){e.RSA="RSA",e.Ed25519="Ed25519",e.Secp256k1="Secp256k1"})(ft||(ft={}));var ws;(function(e){e[e.RSA=0]="RSA",e[e.Ed25519=1]="Ed25519",e[e.Secp256k1=2]="Secp256k1"})(ws||(ws={}));(function(e){e.codec=()=>bs(ws)})(ft||(ft={}));var pe;(function(e){let t;e.codec=()=>(t==null&&(t=Ie((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),ft.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=ft.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),t),e.encode=r=>Ce(r,e.codec()),e.decode=r=>Ae(r,e.codec())})(pe||(pe={}));var de;(function(e){let t;e.codec=()=>(t==null&&(t=Ie((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),ft.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=ft.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),t),e.encode=r=>Ce(r,e.codec()),e.decode=r=>Ae(r,e.codec())})(de||(de={}));var En=class{_key;constructor(t){this._key=Ur(t,Dr)}async verify(t,r){return Vc(this._key,r,t)}marshal(){return this._key}get bytes(){return pe.encode({Type:ft.Ed25519,Data:this.marshal()}).subarray()}equals(t){return wt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await _t.digest(this.bytes);return t}},cr=class{_key;_publicKey;constructor(t,r){this._key=Ur(t,Be),this._publicKey=Ur(r,Dr)}async sign(t){return Fc(this._key,t)}get public(){return new En(this._publicKey)}marshal(){return this._key}get bytes(){return de.encode({Type:ft.Ed25519,Data:this.marshal()}).subarray()}equals(t){return wt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await _t.digest(this.bytes);return t}async id(){let t=Oe.digest(this.public.bytes);return kt.encode(t.bytes).substring(1)}async export(t,r="libp2p-key"){if(r==="libp2p-key")return kr(this.bytes,t);throw new X(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function v1(e){if(e.length>Be){e=Ur(e,Be+Dr);let n=e.subarray(0,Be),i=e.subarray(Be,e.length);return new cr(n,i)}e=Ur(e,Be);let t=e.subarray(0,Be),r=e.subarray(Dr);return new cr(t,r)}function b1(e){return e=Ur(e,Dr),new En(e)}async function w1(){let{privateKey:e,publicKey:t}=await Oc();return new cr(e,t)}async function Pf(e){let{privateKey:t,publicKey:r}=await Mc(e);return new cr(t,r)}function Ur(e,t){if(e=Uint8Array.from(e??[]),e.length!==t)throw new X(`Key must be a Uint8Array of length ${t}, got ${e.length}`,"ERR_INVALID_KEY_TYPE");return e}function tt(e,t="utf8"){let r=ci[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 sb=ht(vt(),1),ab=ht(ni(),1),Uf=ht(J(),1);function Jt(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=St([new Uint8Array(t-r.length),r])}return tt(r,"base64url")}function Ft(e){let t=Kf(e);return new Uf.default.jsbn.BigInteger(tt(t,"base16"),16)}function Kf(e,t){let r=Tt(e,"base64urlpad");if(t!=null){if(r.length>t)throw new Error("byte array longer than desired length");r=St([new Uint8Array(t-r.length),r])}return r}var S1={"P-256":256,"P-384":384,"P-521":521},E1=Object.keys(S1),xb=E1.join(" / ");var ks={};M(ks,{RsaPrivateKey:()=>qr,RsaPublicKey:()=>Rn,fromJwk:()=>Y1,generateKeyPair:()=>Q1,unmarshalRsaPrivateKey:()=>W1,unmarshalRsaPublicKey:()=>Z1});var _n=ht(J(),1);var rw=ht(zf(),1);var C1=ht(vr(),1);var G=BigInt(0),st=BigInt(1),We=BigInt(2),Cn=BigInt(3),qf=BigInt(8),yt=Object.freeze({a:G,b:BigInt(7),P:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:st,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee")}),Hf=(e,t)=>(e+t/We)/t,Si={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar(e){let{n:t}=yt,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-st*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=r,s=BigInt("0x100000000000000000000000000000000"),a=Hf(o*e,t),c=Hf(-n*e,t),f=N(e-a*r-c*i,t),u=N(-a*n-c*o,t),h=f>s,p=u>s;if(h&&(f=t-f),p&&(u=t-u),f>s||u>s)throw new Error("splitScalarEndo: Endomorphism failed, k="+e);return{k1neg:h,k1:f,k2neg:p,k2:u}}},jt=32,Mr=32,I1=32,Gf=jt+1,$f=2*jt+1;function Wf(e){let{a:t,b:r}=yt,n=N(e*e),i=N(n*e);return N(i+t*e+r)}var Ei=yt.a===G,Ci=class extends Error{constructor(t){super(t)}};function Zf(e){if(!(e instanceof Z))throw new TypeError("JacobianPoint expected")}var Z=class{constructor(t,r,n){this.x=t,this.y=r,this.z=n}static fromAffine(t){if(!(t instanceof Y))throw new TypeError("JacobianPoint#fromAffine: expected Point");return t.equals(Y.ZERO)?Z.ZERO:new Z(t.x,t.y,st)}static toAffineBatch(t){let r=D1(t.map(n=>n.z));return t.map((n,i)=>n.toAffine(r[i]))}static normalizeZ(t){return Z.toAffineBatch(t).map(Z.fromAffine)}equals(t){Zf(t);let{x:r,y:n,z:i}=this,{x:o,y:s,z:a}=t,c=N(i*i),f=N(a*a),u=N(r*f),h=N(o*c),p=N(N(n*a)*f),d=N(N(s*i)*c);return u===h&&p===d}negate(){return new Z(this.x,N(-this.y),this.z)}double(){let{x:t,y:r,z:n}=this,i=N(t*t),o=N(r*r),s=N(o*o),a=t+o,c=N(We*(N(a*a)-i-s)),f=N(Cn*i),u=N(f*f),h=N(u-We*c),p=N(f*(c-h)-qf*s),d=N(We*r*n);return new Z(h,p,d)}add(t){Zf(t);let{x:r,y:n,z:i}=this,{x:o,y:s,z:a}=t;if(o===G||s===G)return this;if(r===G||n===G)return t;let c=N(i*i),f=N(a*a),u=N(r*f),h=N(o*c),p=N(N(n*a)*f),d=N(N(s*i)*c),l=N(h-u),y=N(d-p);if(l===G)return y===G?this.double():Z.ZERO;let x=N(l*l),v=N(l*x),w=N(u*x),S=N(y*y-v-We*w),T=N(y*(w-S)-p*v),C=N(i*a*l);return new Z(S,T,C)}subtract(t){return this.add(t.negate())}multiplyUnsafe(t){let r=Z.ZERO;if(typeof t=="bigint"&&t===G)return r;let n=Xf(t);if(n===st)return this;if(!Ei){let h=r,p=this;for(;n>G;)n&st&&(h=h.add(p)),p=p.double(),n>>=st;return h}let{k1neg:i,k1:o,k2neg:s,k2:a}=Si.splitScalar(n),c=r,f=r,u=this;for(;o>G||a>G;)o&st&&(c=c.add(u)),a&st&&(f=f.add(u)),u=u.double(),o>>=st,a>>=st;return i&&(c=c.negate()),s&&(f=f.negate()),f=new Z(N(f.x*Si.beta),f.y,f.z),c.add(f)}precomputeWindow(t){let r=Ei?128/t+1:256/t+1,n=[],i=this,o=i;for(let s=0;s<r;s++){o=i,n.push(o);for(let a=1;a<2**(t-1);a++)o=o.add(i),n.push(o);i=o.double()}return n}wNAF(t,r){!r&&this.equals(Z.BASE)&&(r=Y.BASE);let n=r&&r._WINDOW_SIZE||1;if(256%n)throw new Error("Point#wNAF: Invalid precomputation window, must be power of 2");let i=r&&Cs.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=Z.normalizeZ(i),Cs.set(r,i)));let o=Z.ZERO,s=Z.BASE,a=1+(Ei?128/n:256/n),c=2**(n-1),f=BigInt(2**n-1),u=2**n,h=BigInt(n);for(let p=0;p<a;p++){let d=p*c,l=Number(t&f);t>>=h,l>c&&(l-=u,t+=st);let y=d,x=d+Math.abs(l)-1,v=p%2!==0,w=l<0;l===0?s=s.add(Bi(v,i[y])):o=o.add(Bi(w,i[x]))}return{p:o,f:s}}multiply(t,r){let n=Xf(t),i,o;if(Ei){let{k1neg:s,k1:a,k2neg:c,k2:f}=Si.splitScalar(n),{p:u,f:h}=this.wNAF(a,r),{p,f:d}=this.wNAF(f,r);u=Bi(s,u),p=Bi(c,p),p=new Z(N(p.x*Si.beta),p.y,p.z),i=u.add(p),o=h.add(d)}else{let{p:s,f:a}=this.wNAF(n,r);i=s,o=a}return Z.normalizeZ([i,o])[0]}toAffine(t){let{x:r,y:n,z:i}=this,o=this.equals(Z.ZERO);t==null&&(t=o?qf:zr(i));let s=t,a=N(s*s),c=N(a*s),f=N(r*a),u=N(n*c),h=N(i*s);if(o)return Y.ZERO;if(h!==st)throw new Error("invZ was invalid");return new Y(f,u)}};Z.BASE=new Z(yt.Gx,yt.Gy,st);Z.ZERO=new Z(G,st,G);function Bi(e,t){let r=t.negate();return e?r:t}var Cs=new WeakMap,Y=class{constructor(t,r){this.x=t,this.y=r}_setWindowSize(t){this._WINDOW_SIZE=t,Cs.delete(this)}hasEvenY(){return this.y%We===G}static fromCompressedHex(t){let r=t.length===32,n=Ze(r?t:t.subarray(1));if(!As(n))throw new Error("Point is not on curve");let i=Wf(n),o=N1(i),s=(o&st)===st;r?s&&(o=N(-o)):(t[0]&1)===1!==s&&(o=N(-o));let a=new Y(n,o);return a.assertValidity(),a}static fromUncompressedHex(t){let r=Ze(t.subarray(1,jt+1)),n=Ze(t.subarray(jt+1,jt*2+1)),i=new Y(r,n);return i.assertValidity(),i}static fromHex(t){let r=Vr(t),n=r.length,i=r[0];if(n===jt)return this.fromCompressedHex(r);if(n===Gf&&(i===2||i===3))return this.fromCompressedHex(r);if(n===$f&&i===4)return this.fromUncompressedHex(r);throw new Error(`Point.fromHex: received invalid point. Expected 32-${Gf} compressed bytes or ${$f} uncompressed bytes, not ${n}`)}static fromPrivateKey(t){return Y.BASE.multiply(Ti(t))}static fromSignature(t,r,n){let{r:i,s:o}=Jf(r);if(![0,1,2,3].includes(n))throw new Error("Cannot recover: invalid recovery bit");let s=_s(Vr(t)),{n:a}=yt,c=n===2||n===3?i+a:i,f=zr(c,a),u=N(-s*f,a),h=N(o*f,a),p=n&1?"03":"02",d=Y.fromHex(p+Kr(c)),l=Y.BASE.multiplyAndAddUnsafe(d,u,h);if(!l)throw new Error("Cannot recover signature: point at infinify");return l.assertValidity(),l}toRawBytes(t=!1){return ur(this.toHex(t))}toHex(t=!1){let r=Kr(this.x);return t?`${this.hasEvenY()?"02":"03"}${r}`:`04${r}${Kr(this.y)}`}toHexX(){return this.toHex(!0).slice(2)}toRawX(){return this.toRawBytes(!0).slice(1)}assertValidity(){let t="Point is not on elliptic curve",{x:r,y:n}=this;if(!As(r)||!As(n))throw new Error(t);let i=N(n*n),o=Wf(r);if(N(i-o)!==G)throw new Error(t)}equals(t){return this.x===t.x&&this.y===t.y}negate(){return new Y(this.x,N(-this.y))}double(){return Z.fromAffine(this).double().toAffine()}add(t){return Z.fromAffine(this).add(Z.fromAffine(t)).toAffine()}subtract(t){return this.add(t.negate())}multiply(t){return Z.fromAffine(this).multiply(t,this).toAffine()}multiplyAndAddUnsafe(t,r,n){let i=Z.fromAffine(this),o=r===G||r===st||this!==Y.BASE?i.multiplyUnsafe(r):i.multiply(r),s=Z.fromAffine(t).multiplyUnsafe(n),a=o.add(s);return a.equals(Z.ZERO)?void 0:a.toAffine()}};Y.BASE=new Y(yt.Gx,yt.Gy);Y.ZERO=new Y(G,G);function Yf(e){return Number.parseInt(e[0],16)>=8?"00"+e:e}function Qf(e){if(e.length<2||e[0]!==2)throw new Error(`Invalid signature integer tag: ${Fr(e)}`);let t=e[1],r=e.subarray(2,t+2);if(!t||r.length!==t)throw new Error("Invalid signature integer: wrong length");if(r[0]===0&&r[1]<=127)throw new Error("Invalid signature integer: trailing length");return{data:Ze(r),left:e.subarray(t+2)}}function T1(e){if(e.length<2||e[0]!=48)throw new Error(`Invalid signature tag: ${Fr(e)}`);if(e[1]!==e.length-2)throw new Error("Invalid signature: incorrect length");let{data:t,left:r}=Qf(e.subarray(2)),{data:n,left:i}=Qf(r);if(i.length)throw new Error(`Invalid signature: left bytes after parsing: ${Fr(i)}`);return{r:t,s:n}}var ye=class{constructor(t,r){this.r=t,this.s=r,this.assertValidity()}static fromCompact(t){let r=t instanceof Uint8Array,n="Signature.fromCompact";if(typeof t!="string"&&!r)throw new TypeError(`${n}: Expected string or Uint8Array`);let i=r?Fr(t):t;if(i.length!==128)throw new Error(`${n}: Expected 64-byte hex`);return new ye(Ii(i.slice(0,64)),Ii(i.slice(64,128)))}static fromDER(t){let r=t instanceof Uint8Array;if(typeof t!="string"&&!r)throw new TypeError("Signature.fromDER: Expected string or Uint8Array");let{r:n,s:i}=T1(r?t:ur(t));return new ye(n,i)}static fromHex(t){return this.fromDER(t)}assertValidity(){let{r:t,s:r}=this;if(!Tn(t))throw new Error("Invalid Signature: r must be 0 < r < n");if(!Tn(r))throw new Error("Invalid Signature: s must be 0 < s < n")}hasHighS(){let t=yt.n>>st;return this.s>t}normalizeS(){return this.hasHighS()?new ye(this.r,N(-this.s,yt.n)):this}toDERRawBytes(){return ur(this.toDERHex())}toDERHex(){let t=Yf(An(this.s)),r=Yf(An(this.r)),n=t.length/2,i=r.length/2,o=An(n),s=An(i);return`30${An(i+n+4)}02${s}${r}02${o}${t}`}toRawBytes(){return this.toDERRawBytes()}toHex(){return this.toDERHex()}toCompactRawBytes(){return ur(this.toCompactHex())}toCompactHex(){return Kr(this.r)+Kr(this.s)}};function $e(...e){if(!e.every(n=>n instanceof Uint8Array))throw new Error("Uint8Array list expected");if(e.length===1)return e[0];let t=e.reduce((n,i)=>n+i.length,0),r=new Uint8Array(t);for(let n=0,i=0;n<e.length;n++){let o=e[n];r.set(o,i),i+=o.length}return r}var _1=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function Fr(e){if(!(e instanceof Uint8Array))throw new Error("Expected Uint8Array");let t="";for(let r=0;r<e.length;r++)t+=_1[e[r]];return t}var R1=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000");function Kr(e){if(typeof e!="bigint")throw new Error("Expected bigint");if(!(G<=e&&e<R1))throw new Error("Expected number 0 <= n < 2^256");return e.toString(16).padStart(64,"0")}function Is(e){let t=ur(Kr(e));if(t.length!==32)throw new Error("Error: expected 32 bytes");return t}function An(e){let t=e.toString(16);return t.length&1?`0${t}`:t}function Ii(e){if(typeof e!="string")throw new TypeError("hexToNumber: expected string, got "+typeof e);return BigInt(`0x${e}`)}function ur(e){if(typeof e!="string")throw new TypeError("hexToBytes: expected string, got "+typeof e);if(e.length%2)throw new Error("hexToBytes: received invalid unpadded hex"+e.length);let t=new Uint8Array(e.length/2);for(let r=0;r<t.length;r++){let n=r*2,i=e.slice(n,n+2),o=Number.parseInt(i,16);if(Number.isNaN(o)||o<0)throw new Error("Invalid byte sequence");t[r]=o}return t}function Ze(e){return Ii(Fr(e))}function Vr(e){return e instanceof Uint8Array?Uint8Array.from(e):ur(e)}function Xf(e){if(typeof e=="number"&&Number.isSafeInteger(e)&&e>0)return BigInt(e);if(typeof e=="bigint"&&Tn(e))return e;throw new TypeError("Expected valid private scalar: 0 < scalar < curve.n")}function N(e,t=yt.P){let r=e%t;return r>=G?r:t+r}function $t(e,t){let{P:r}=yt,n=e;for(;t-- >G;)n*=n,n%=r;return n}function N1(e){let{P:t}=yt,r=BigInt(6),n=BigInt(11),i=BigInt(22),o=BigInt(23),s=BigInt(44),a=BigInt(88),c=e*e*e%t,f=c*c*e%t,u=$t(f,Cn)*f%t,h=$t(u,Cn)*f%t,p=$t(h,We)*c%t,d=$t(p,n)*p%t,l=$t(d,i)*d%t,y=$t(l,s)*l%t,x=$t(y,a)*y%t,v=$t(x,s)*l%t,w=$t(v,Cn)*f%t,S=$t(w,o)*d%t,T=$t(S,r)*c%t,C=$t(T,We);if(C*C%t!==e)throw new Error("Cannot find square root");return C}function zr(e,t=yt.P){if(e===G||t<=G)throw new Error(`invert: expected positive integers, got n=${e} mod=${t}`);let r=N(e,t),n=t,i=G,o=st,s=st,a=G;for(;r!==G;){let f=n/r,u=n%r,h=i-s*f,p=o-a*f;n=r,r=u,i=s,o=a,s=h,a=p}if(n!==st)throw new Error("invert: does not exist");return N(i,t)}function D1(e,t=yt.P){let r=new Array(e.length),n=e.reduce((o,s,a)=>s===G?o:(r[a]=o,N(o*s,t)),st),i=zr(n,t);return e.reduceRight((o,s,a)=>s===G?o:(r[a]=N(o*r[a],t),N(o*s,t)),i),r}function k1(e){let t=e.length*8-Mr*8,r=Ze(e);return t>0?r>>BigInt(t):r}function _s(e,t=!1){let r=k1(e);if(t)return r;let{n}=yt;return r>=n?r-n:r}var Or,In,Ts=class{constructor(t,r){if(this.hashLen=t,this.qByteLen=r,typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof r!="number"||r<2)throw new Error("qByteLen must be a number");this.v=new Uint8Array(t).fill(1),this.k=new Uint8Array(t).fill(0),this.counter=0}hmac(...t){return te.hmacSha256(this.k,...t)}hmacSync(...t){return In(this.k,...t)}checkSync(){if(typeof In!="function")throw new Ci("hmacSha256Sync needs to be set")}incr(){if(this.counter>=1e3)throw new Error("Tried 1,000 k values for sign(), all were invalid");this.counter+=1}async reseed(t=new Uint8Array){this.k=await this.hmac(this.v,Uint8Array.from([0]),t),this.v=await this.hmac(this.v),t.length!==0&&(this.k=await this.hmac(this.v,Uint8Array.from([1]),t),this.v=await this.hmac(this.v))}reseedSync(t=new Uint8Array){this.checkSync(),this.k=this.hmacSync(this.v,Uint8Array.from([0]),t),this.v=this.hmacSync(this.v),t.length!==0&&(this.k=this.hmacSync(this.v,Uint8Array.from([1]),t),this.v=this.hmacSync(this.v))}async generate(){this.incr();let t=0,r=[];for(;t<this.qByteLen;){this.v=await this.hmac(this.v);let n=this.v.slice();r.push(n),t+=this.v.length}return $e(...r)}generateSync(){this.checkSync(),this.incr();let t=0,r=[];for(;t<this.qByteLen;){this.v=this.hmacSync(this.v);let n=this.v.slice();r.push(n),t+=this.v.length}return $e(...r)}};function Tn(e){return G<e&&e<yt.n}function As(e){return G<e&&e<yt.P}function L1(e,t,r,n=!0){let{n:i}=yt,o=_s(e,!0);if(!Tn(o))return;let s=zr(o,i),a=Y.BASE.multiply(o),c=N(a.x,i);if(c===G)return;let f=N(s*N(t+r*c,i),i);if(f===G)return;let u=new ye(c,f),h=(a.x===u.r?0:2)|Number(a.y&st);return n&&u.hasHighS()&&(u=u.normalizeS(),h^=1),{sig:u,recovery:h}}function Ti(e){let t;if(typeof e=="bigint")t=e;else if(typeof e=="number"&&Number.isSafeInteger(e)&&e>0)t=BigInt(e);else if(typeof e=="string"){if(e.length!==2*Mr)throw new Error("Expected 32 bytes of private key");t=Ii(e)}else if(e instanceof Uint8Array){if(e.length!==Mr)throw new Error("Expected 32 bytes of private key");t=Ze(e)}else throw new TypeError("Expected valid private key");if(!Tn(t))throw new Error("Expected private key: 0 < key < n");return t}function P1(e){return e instanceof Y?(e.assertValidity(),e):Y.fromHex(e)}function Jf(e){if(e instanceof ye)return e.assertValidity(),e;try{return ye.fromDER(e)}catch{return ye.fromCompact(e)}}function Rs(e,t=!1){return Y.fromPrivateKey(e).toRawBytes(t)}function jf(e){let t=e.length>jt?e.slice(0,jt):e;return Ze(t)}function U1(e){let t=jf(e),r=N(t,yt.n);return tu(r<G?t:r)}function tu(e){return Is(e)}function K1(e,t,r){if(e==null)throw new Error(`sign: expected valid message hash, not "${e}"`);let n=Vr(e),i=Ti(t),o=[tu(i),U1(n)];if(r!=null){r===!0&&(r=te.randomBytes(jt));let c=Vr(r);if(c.length!==jt)throw new Error(`sign: Expected ${jt} bytes of extra data`);o.push(c)}let s=$e(...o),a=jf(n);return{seed:s,m:a,d:i}}function O1(e,t){let{sig:r,recovery:n}=e,{der:i,recovered:o}=Object.assign({canonical:!0,der:!0},t),s=i?r.toDERRawBytes():r.toCompactRawBytes();return o?[s,n]:s}async function eu(e,t,r={}){let{seed:n,m:i,d:o}=K1(e,t,r.extraEntropy),s=new Ts(I1,Mr);await s.reseed(n);let a;for(;!(a=L1(await s.generate(),i,o,r.canonical));)await s.reseed();return O1(a,r)}var M1={strict:!0};function ru(e,t,r,n=M1){let i;try{i=Jf(e),t=Vr(t)}catch{return!1}let{r:o,s}=i;if(n.strict&&i.hasHighS())return!1;let a=_s(t),c;try{c=P1(r)}catch{return!1}let{n:f}=yt,u=zr(s,f),h=N(a*u,f),p=N(o*u,f),d=Y.BASE.multiplyAndAddUnsafe(c,h,p);return d?N(d.x,f)===o:!1}Y.BASE._setWindowSize(8);var Vt={node:C1,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0};var Ai={},te={bytesToHex:Fr,hexToBytes:ur,concatBytes:$e,mod:N,invert:zr,isValidPrivateKey(e){try{return Ti(e),!0}catch{return!1}},_bigintTo32Bytes:Is,_normalizePrivateKey:Ti,hashToPrivateKey:e=>{e=Vr(e);let t=Mr+8;if(e.length<t||e.length>1024)throw new Error("Expected valid bytes of private key as per FIPS 186");let r=N(Ze(e),yt.n-st)+st;return Is(r)},randomBytes:(e=32)=>{if(Vt.web)return Vt.web.getRandomValues(new Uint8Array(e));if(Vt.node){let{randomBytes:t}=Vt.node;return Uint8Array.from(t(e))}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>te.hashToPrivateKey(te.randomBytes(Mr+8)),precompute(e=8,t=Y.BASE){let r=t===Y.BASE?t:new Y(t.x,t.y);return r._setWindowSize(e),r.multiply(Cn),r},sha256:async(...e)=>{if(Vt.web){let t=await Vt.web.subtle.digest("SHA-256",$e(...e));return new Uint8Array(t)}else if(Vt.node){let{createHash:t}=Vt.node,r=t("sha256");return e.forEach(n=>r.update(n)),Uint8Array.from(r.digest())}else throw new Error("The environment doesn't have sha256 function")},hmacSha256:async(e,...t)=>{if(Vt.web){let r=await Vt.web.subtle.importKey("raw",e,{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign"]),n=$e(...t),i=await Vt.web.subtle.sign("HMAC",r,n);return new Uint8Array(i)}else if(Vt.node){let{createHmac:r}=Vt.node,n=r("sha256",e);return t.forEach(i=>n.update(i)),Uint8Array.from(n.digest())}else throw new Error("The environment doesn't have hmac-sha256 function")},sha256Sync:void 0,hmacSha256Sync:void 0,taggedHash:async(e,...t)=>{let r=Ai[e];if(r===void 0){let n=await te.sha256(Uint8Array.from(e,i=>i.charCodeAt(0)));r=$e(n,n),Ai[e]=r}return te.sha256(r,...t)},taggedHashSync:(e,...t)=>{if(typeof Or!="function")throw new Ci("sha256Sync is undefined, you need to set it");let r=Ai[e];if(r===void 0){let n=Or(Uint8Array.from(e,i=>i.charCodeAt(0)));r=$e(n,n),Ai[e]=r}return Or(r,...t)},_JacobianPoint:Z};Object.defineProperties(te,{sha256Sync:{configurable:!1,get(){return Or},set(e){Or||(Or=e)}},hmacSha256Sync:{configurable:!1,get(){return In},set(e){In||(In=e)}}});function _i(e){if(isNaN(e)||e<=0)throw new X("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return te.randomBytes(e)}var Ob=ht(si(),1),Ns=ht(J(),1);function nu(e,t){return t.map(r=>Ft(e[r]))}function iu(e){return Ns.default.pki.setRsaPrivateKey(...nu(e,["n","e","d","p","q","dp","dq","qi"]))}function ou(e){return Ns.default.pki.setRsaPublicKey(...nu(e,["n","e"]))}var hr={};M(hr,{jwkToPkcs1:()=>z1,jwkToPkix:()=>H1,pkcs1ToJwk:()=>V1,pkixToJwk:()=>q1});var Vb=ht(an(),1),zb=ht(si(),1);var Te=ht(J(),1);function V1(e){let t=Te.default.asn1.fromDer(tt(e,"ascii")),r=Te.default.pki.privateKeyFromAsn1(t);return{kty:"RSA",n:Jt(r.n),e:Jt(r.e),d:Jt(r.d),p:Jt(r.p),q:Jt(r.q),dp:Jt(r.dP),dq:Jt(r.dQ),qi:Jt(r.qInv),alg:"RS256"}}function z1(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 X("JWK was missing components","ERR_INVALID_PARAMETERS");let t=Te.default.pki.privateKeyToAsn1({n:Ft(e.n),e:Ft(e.e),d:Ft(e.d),p:Ft(e.p),q:Ft(e.q),dP:Ft(e.dp),dQ:Ft(e.dq),qInv:Ft(e.qi)});return Tt(Te.default.asn1.toDer(t).getBytes(),"ascii")}function q1(e){let t=Te.default.asn1.fromDer(tt(e,"ascii")),r=Te.default.pki.publicKeyFromAsn1(t);return{kty:"RSA",n:Jt(r.n),e:Jt(r.e)}}function H1(e){if(e.n==null||e.e==null)throw new X("JWK was missing components","ERR_INVALID_PARAMETERS");let t=Te.default.pki.publicKeyToAsn1({n:Ft(e.n),e:Ft(e.e)});return Tt(Te.default.asn1.toDer(t).getBytes(),"ascii")}async function su(e){let t=await Kt.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 fu(t);return{privateKey:r[0],publicKey:r[1]}}async function Ds(e){let r=[await Kt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await G1(e)],n=await fu({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function au(e,t){let r=await Kt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await Kt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,Uint8Array.from(t));return new Uint8Array(n,0,n.byteLength)}async function cu(e,t,r){let n=await Kt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return Kt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,t,r)}async function fu(e){if(e.privateKey==null||e.publicKey==null)throw new X("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([Kt.get().subtle.exportKey("jwk",e.privateKey),Kt.get().subtle.exportKey("jwk",e.publicKey)])}async function G1(e){return Kt.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 uu(e,t,r,n){let i=t?ou(e):iu(e),o=tt(Uint8Array.from(r),"ascii"),s=n(o,i);return Tt(s,"ascii")}function hu(e,t){return uu(e,!0,t,(r,n)=>n.encrypt(r))}function lu(e,t){return uu(e,!1,t,(r,n)=>n.decrypt(r))}var Rn=class{_key;constructor(t){this._key=t}async verify(t,r){return cu(this._key,r,t)}marshal(){return hr.jwkToPkix(this._key)}get bytes(){return pe.encode({Type:ft.RSA,Data:this.marshal()}).subarray()}encrypt(t){return hu(this._key,t)}equals(t){return wt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await _t.digest(this.bytes);return t}},qr=class{_key;_publicKey;constructor(t,r){this._key=t,this._publicKey=r}genSecret(){return _i(16)}async sign(t){return au(this._key,t)}get public(){if(this._publicKey==null)throw new X("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new Rn(this._publicKey)}decrypt(t){return lu(this._key,t)}marshal(){return hr.jwkToPkcs1(this._key)}get bytes(){return de.encode({Type:ft.RSA,Data:this.marshal()}).subarray()}equals(t){return wt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await _t.digest(this.bytes);return t}async id(){let t=await this.public.hash();return tt(t,"base58btc")}async export(t,r="pkcs-8"){if(r==="pkcs-8"){let n=new _n.default.util.ByteBuffer(this.marshal()),i=_n.default.asn1.fromDer(n),o=_n.default.pki.privateKeyFromAsn1(i),s={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return _n.default.pki.encryptRsaPrivateKey(o,t,s)}else{if(r==="libp2p-key")return kr(this.bytes,t);throw new X(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}}};async function W1(e){let t=hr.pkcs1ToJwk(e),r=await Ds(t);return new qr(r.privateKey,r.publicKey)}function Z1(e){let t=hr.pkixToJwk(e);return new Rn(t)}async function Y1(e){let t=await Ds(e);return new qr(t.privateKey,t.publicKey)}async function Q1(e){let t=await su(e);return new qr(t.privateKey,t.publicKey)}var Ps={};M(Ps,{Secp256k1PrivateKey:()=>Dn,Secp256k1PublicKey:()=>Nn,generateKeyPair:()=>tg,unmarshalSecp256k1PrivateKey:()=>J1,unmarshalSecp256k1PublicKey:()=>j1});function pu(){return te.randomPrivateKey()}async function du(e,t){let{digest:r}=await _t.digest(t);try{return await eu(r,e)}catch(n){throw new X(String(n),"ERR_INVALID_INPUT")}}async function yu(e,t,r){try{let{digest:n}=await _t.digest(r);return ru(t,n,e)}catch(n){throw new X(String(n),"ERR_INVALID_INPUT")}}function gu(e){return Y.fromHex(e).toRawBytes(!0)}function mu(e){try{Rs(e,!0)}catch(t){throw new X(String(t),"ERR_INVALID_PRIVATE_KEY")}}function Ls(e){try{Y.fromHex(e)}catch(t){throw new X(String(t),"ERR_INVALID_PUBLIC_KEY")}}function xu(e){try{return Rs(e,!0)}catch(t){throw new X(String(t),"ERR_INVALID_PRIVATE_KEY")}}var Nn=class{_key;constructor(t){Ls(t),this._key=t}async verify(t,r){return yu(this._key,r,t)}marshal(){return gu(this._key)}get bytes(){return pe.encode({Type:ft.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return wt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await _t.digest(this.bytes);return t}},Dn=class{_key;_publicKey;constructor(t,r){this._key=t,this._publicKey=r??xu(t),mu(this._key),Ls(this._publicKey)}async sign(t){return du(this._key,t)}get public(){return new Nn(this._publicKey)}marshal(){return this._key}get bytes(){return de.encode({Type:ft.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return wt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await _t.digest(this.bytes);return t}async id(){let t=await this.public.hash();return tt(t,"base58btc")}async export(t,r="libp2p-key"){if(r==="libp2p-key")return kr(this.bytes,t);throw new X(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function J1(e){return new Dn(e)}function j1(e){return new Nn(e)}async function tg(){let e=pu();return new Dn(e)}var lr={rsa:ks,ed25519:Ss,secp256k1:Ps};function vu(e){let t=Object.keys(lr).join(" / ");return new X(`invalid or unsupported key type ${e}. Must be ${t}`,"ERR_UNSUPPORTED_KEY_TYPE")}function bu(e){let t=pe.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case ft.RSA:return lr.rsa.unmarshalRsaPublicKey(r);case ft.Ed25519:return lr.ed25519.unmarshalEd25519PublicKey(r);case ft.Secp256k1:return lr.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw vu(t.Type??"RSA")}}async function wu(e){let t=de.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case ft.RSA:return lr.rsa.unmarshalRsaPrivateKey(r);case ft.Ed25519:return lr.ed25519.unmarshalEd25519PrivateKey(r);case ft.Secp256k1:return lr.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw vu(t.Type??"RSA")}}var Su=Symbol.for("@libp2p/peer-id");var Us={};M(Us,{identity:()=>rg});var rg=Ir({prefix:"\0",name:"identity",encode:e=>xc(e),decode:e=>mc(e)});var Ks={};M(Ks,{base2:()=>ng});var ng=dt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Os={};M(Os,{base8:()=>ig});var ig=dt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ms={};M(Ms,{base10:()=>og});var og=Ke({prefix:"9",name:"base10",alphabet:"0123456789"});var Fs={};M(Fs,{base16:()=>sg,base16upper:()=>ag});var sg=dt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),ag=dt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Vs={};M(Vs,{base32:()=>Hr,base32hex:()=>hg,base32hexpad:()=>pg,base32hexpadupper:()=>dg,base32hexupper:()=>lg,base32pad:()=>fg,base32padupper:()=>ug,base32upper:()=>cg,base32z:()=>yg});var Hr=dt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),cg=dt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),fg=dt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),ug=dt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),hg=dt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),lg=dt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),pg=dt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),dg=dt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),yg=dt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var zs={};M(zs,{base36:()=>gg,base36upper:()=>mg});var gg=Ke({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),mg=Ke({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var qs={};M(qs,{base256emoji:()=>Sg});var Eu=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}"),xg=Eu.reduce((e,t,r)=>(e[r]=t,e),[]),vg=Eu.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function bg(e){return e.reduce((t,r)=>(t+=xg[r],t),"")}function wg(e){let t=[];for(let r of e){let n=vg[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var Sg=Ir({prefix:"\u{1F680}",name:"base256emoji",encode:bg,decode:wg});var Lw=new TextEncoder,Pw=new TextDecoder;var Bu=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return Cg(r,Hs(e),t||kt.encoder);default:return Ig(r,Hs(e),t||Hr.encoder)}};var Au=new WeakMap,Hs=e=>{let t=Au.get(e);if(t==null){let r=new Map;return Au.set(e,r),r}return t},lt=class{constructor(t,r,n,i){this.code=r,this.version=t,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:t,multihash:r}=this;if(t!==kn)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==Tg)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return lt.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=fe(t,r);return lt.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 lt.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&Bc(t.multihash,n.multihash)}toString(t){return Bu(this,t)}toJSON(){return{"/":Bu(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 lt)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:o,bytes:s}=r;return new lt(n,i,o,s||Cu(n,i,o.bytes))}else if(r[_g]===!0){let{version:n,multihash:i,code:o}=r,s=gn(i);return lt.create(n,o,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!==kn)throw new Error(`Version 0 CID must use dag-pb (code: ${kn}) block encoding`);return new lt(t,r,n,n.bytes)}case 1:{let i=Cu(t,r,n.bytes);return new lt(t,r,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return lt.create(0,kn,t)}static createV1(t,r){return lt.create(1,t,r)}static decode(t){let[r,n]=lt.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=lt.inspectBytes(t),n=r.size-r.multihashSize,i=Ee(t.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 Rr(r.multihashCode,r.digestSize,o,i);return[r.version===0?lt.createV0(s):lt.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[h,p]=yn(t.subarray(r));return r+=p,h},i=n(),o=kn;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(t,r){let[n,i]=Ag(t,r),o=lt.decode(i);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Hs(o).set(n,t),o}},Ag=(e,t)=>{switch(e[0]){case"Q":{let r=t||kt;return[kt.prefix,r.decode(`${kt.prefix}${e}`)]}case kt.prefix:{let r=t||kt;return[kt.prefix,r.decode(e)]}case Hr.prefix:{let r=t||Hr;return[Hr.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)]}}},Cg=(e,t,r)=>{let{prefix:n}=r;if(n!==kt.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let i=t.get(n);if(i==null){let o=r.encode(e).slice(1);return t.set(n,o),o}else return i},Ig=(e,t,r)=>{let{prefix:n}=r,i=t.get(n);if(i==null){let o=r.encode(e);return t.set(n,o),o}else return i},kn=112,Tg=18,Cu=(e,t,r)=>{let n=_r(e),i=n+_r(t),o=new Uint8Array(i+r.byteLength);return Tr(e,o,0),Tr(t,o,n),o.set(r,i),o},_g=Symbol.for("@ipld/js-cid/CID");var Gs={...Us,...Ks,...Os,...Ms,...Fs,...Vs,...zs,...Vo,...es,...qs},Gw={...$o,...qo};var Rg=Symbol.for("nodejs.util.inspect.custom"),Iu=Object.values(Gs).map(e=>e.decoder).reduce((e,t)=>e.or(t),Gs.identity.decoder),Tu=114,$s=36,Ws=37,Ln=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()})`}[Su]=!0;toString(){return this.string==null&&(this.string=kt.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return lt.createV1(Tu,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(t){if(t instanceof Uint8Array)return wt(this.multihash.bytes,t);if(typeof t=="string")return Ng(t).equals(this);if(t?.multihash?.bytes!=null)return wt(this.multihash.bytes,t.multihash.bytes);throw new Error("not valid Id")}[Rg](){return`PeerId(${this.toString()})`}},Gr=class extends Ln{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},$r=class extends Ln{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.multihash.digest}},Wr=class extends Ln{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.multihash.digest}};function Ng(e,t){if(t=t??Iu,e.charAt(0)==="1"||e.charAt(0)==="Q"){let r=gn(kt.decode(`z${e}`));return e.startsWith("12D")?new $r({multihash:r}):e.startsWith("16U")?new Wr({multihash:r}):new Gr({multihash:r})}return Zs(Iu.decode(e))}function Zs(e){try{let t=gn(e);if(t.code===Oe.code){if(t.digest.length===$s)return new $r({multihash:t});if(t.digest.length===Ws)return new Wr({multihash:t})}if(t.code===_t.code)return new Gr({multihash:t})}catch{return Dg(lt.decode(e))}throw new Error("Supplied PeerID CID is invalid")}function Dg(e){if(e==null||e.multihash==null||e.version==null||e.version===1&&e.code!==Tu)throw new Error("Supplied PeerID CID is invalid");let t=e.multihash;if(t.code===_t.code)return new Gr({multihash:e.multihash});if(t.code===Oe.code){if(t.digest.length===$s)return new $r({multihash:e.multihash});if(t.digest.length===Ws)return new Wr({multihash:e.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function _u(e,t){return e.length===$s?new $r({multihash:fe(Oe.code,e),privateKey:t}):e.length===Ws?new Wr({multihash:fe(Oe.code,e),privateKey:t}):new Gr({multihash:await _t.digest(e),publicKey:e,privateKey:t})}function Ri(e){return e instanceof Uint8Array?{get(t){return e[t]},set(t,r){e[t]=r}}:{get(t){return e.get(t)},set(t,r){e.set(t,r)}}}var Ru=4294967296,zt=class{constructor(t=0,r=0){this.hi=t,this.lo=r}toBigInt(t){if(t===!0)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)}toNumber(t){return Number(this.toBigInt(t))}zzDecode(){let t=-(this.lo&1),r=((this.lo>>>1|this.hi<<31)^t)>>>0,n=(this.hi>>>1^t)>>>0;return new zt(n,r)}zzEncode(){let t=this.hi>>31,r=((this.hi<<1|this.lo>>>31)^t)>>>0,n=(this.lo<<1^t)>>>0;return new zt(r,n)}toBytes(t,r=0){let n=Ri(t);for(;this.hi>0;)n.set(r++,this.lo&127|128),this.lo=(this.lo>>>7|this.hi<<25)>>>0,this.hi>>>=7;for(;this.lo>127;)n.set(r++,this.lo&127|128),this.lo=this.lo>>>7;n.set(r++,this.lo)}static fromBigInt(t){if(t===0n)return new zt;let r=t<0;r&&(t=-t);let n=Number(t>>32n)|0,i=Number(t-(BigInt(n)<<32n))|0;return r&&(n=~n>>>0,i=~i>>>0,++i>Ru&&(i=0,++n>Ru&&(n=0))),new zt(n,i)}static fromNumber(t){if(t===0)return new zt;let r=t<0;r&&(t=-t);let n=t>>>0,i=(t-n)/4294967296>>>0;return r&&(i=~i>>>0,n=~n>>>0,++n>4294967295&&(n=0,++i>4294967295&&(i=0))),new zt(i,n)}static fromBytes(t,r=0){let n=Ri(t),i=new zt,o=0;if(t.length-r>4){for(;o<4;++o)if(i.lo=(i.lo|(n.get(r)&127)<<o*7)>>>0,n.get(r++)<128)return i;if(i.lo=(i.lo|(n.get(r)&127)<<28)>>>0,i.hi=(i.hi|(n.get(r)&127)>>4)>>>0,n.get(r++)<128)return i;o=0}else for(;o<4;++o){if(r>=t.length)throw RangeError(`index out of range: ${r} > ${t.length}`);if(i.lo=(i.lo|(n.get(r)&127)<<o*7)>>>0,n.get(r++)<128)return i}if(t.length-r>4){for(;o<5;++o)if(i.hi=(i.hi|(n.get(r)&127)<<o*7+3)>>>0,n.get(r++)<128)return i}else if(r<t.byteLength)for(;o<5;++o){if(r>=t.length)throw RangeError(`index out of range: ${r} > ${t.length}`);if(i.hi=(i.hi|(n.get(r)&127)<<o*7+3)>>>0,n.get(r++)<128)return i}throw RangeError("invalid varint encoding")}};var kg=Math.pow(2,7),Lg=Math.pow(2,14),Pg=Math.pow(2,21),Ug=Math.pow(2,28),Kg=Math.pow(2,35),Og=Math.pow(2,42),Mg=Math.pow(2,49),Fg=Math.pow(2,56),Vg=Math.pow(2,63),Pn={encodingLength(e){return e<kg?1:e<Lg?2:e<Pg?3:e<Ug?4:e<Kg?5:e<Og?6:e<Mg?7:e<Fg?8:e<Vg?9:10},encode(e,t,r=0){if(Number.MAX_SAFE_INTEGER!=null&&e>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return t==null&&(t=Se(Pn.encodingLength(e))),zt.fromNumber(e).toBytes(t,r),t},decode(e,t=0){return zt.fromBytes(e,t).toNumber(!0)}};var Du=Symbol.for("@achingbrain/uint8arraylist");function Nu(e,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let r=0;for(let n of e){let i=r+n.byteLength;if(t<i)return{buf:n,index:t-r};r=i}throw new RangeError("index is out of bounds")}function Ni(e){return!!e?.[Du]}var Ye=class{constructor(...t){Object.defineProperty(this,Du,{value:!0}),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(Ni(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(Ni(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=Nu(this.bufs,t);return r.buf[r.index]}set(t,r){let n=Nu(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(Ni(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:i}=this._subList(t,r);return St(n,i)}subarray(t,r){let{bufs:n,length:i}=this._subList(t,r);return n.length===1?n[0]:St(n,i)}sublist(t,r){let{bufs:n,length:i}=this._subList(t,r),o=new Ye;return o.length=i,o.bufs=n,o}_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=[],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,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(!Ni(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 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 h=0;h<o;h++)s[h]=-1;for(let h=0;h<i;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 d=this.get(h+p);if(n[p]!==d){u=Math.max(1,p-a[d]);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=Se(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 i=we(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt16(0,r,n),this.write(i,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 i=we(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt32(0,r,n),this.write(i,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 i=we(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigInt64(0,r,n),this.write(i,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=Se(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 i=we(2);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint16(0,r,n),this.write(i,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 i=we(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint32(0,r,n),this.write(i,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 i=we(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setBigUint64(0,r,n),this.write(i,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 i=we(4);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat32(0,r,n),this.write(i,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 i=we(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,r,n),this.write(i,t)}equals(t){if(t==null||!(t instanceof Ye)||t.bufs.length!==this.bufs.length)return!1;for(let r=0;r<this.bufs.length;r++)if(!wt(this.bufs[r],t.bufs[r]))return!1;return!0}static fromUint8Arrays(t,r){let n=new Ye;return n.bufs=t,r==null&&(r=t.reduce((i,o)=>i+o.byteLength,0)),n.length=r,n}};var ku={ERR_SIGNATURE_NOT_VALID:"ERR_SIGNATURE_NOT_VALID"};var Un;(function(e){let t;e.codec=()=>(t==null&&(t=Ie((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})),t),e.encode=r=>Ce(r,e.codec()),e.decode=r=>Ae(r,e.codec())})(Un||(Un={}));var Kn=class{peerId;payloadType;payload;signature;marshaled;constructor(t){let{peerId:r,payloadType:n,payload:i,signature:o}=t;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=Un.encode({publicKey:this.peerId.publicKey,payloadType:this.payloadType,payload:this.payload.subarray(),signature:this.signature})),this.marshaled}equals(t){return wt(this.marshal(),t.marshal())}async validate(t){let r=Lu(t,this.payloadType,this.payload);if(this.peerId.publicKey==null)throw new Error("Missing public key");return bu(this.peerId.publicKey).verify(r.subarray(),this.signature)}},pr=Kn;ee(pr,"createFromProtobuf",async t=>{let r=Un.decode(t),n=await _u(r.publicKey);return new Kn({peerId:n,payloadType:r.payloadType,payload:r.payload,signature:r.signature})}),ee(pr,"seal",async(t,r)=>{if(r.privateKey==null)throw new Error("Missing private key");let n=t.domain,i=t.codec,o=t.marshal(),s=Lu(n,i,o),c=await(await wu(r.privateKey)).sign(s.subarray());return new Kn({peerId:r,payloadType:i,payload:o,signature:c})}),ee(pr,"openAndCertify",async(t,r)=>{let n=await Kn.createFromProtobuf(t);if(!await n.validate(r))throw new X("envelope signature is not valid for the given domain",ku.ERR_SIGNATURE_NOT_VALID);return n});var Lu=(e,t,r)=>{let n=Tt(e),i=Pn.encode(n.byteLength),o=Pn.encode(t.length),s=Pn.encode(r.length);return new Ye(i,n,o,t,s,r)};function Pu(e,t){let r=(n,i)=>n.toString().localeCompare(i.toString());return e.length!==t.length?!1:(t.sort(r),e.sort(r).every((n,i)=>t[i].equals(n)))}var Di=class extends Error{code;props;constructor(t,r,n){super(t),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var js={};M(js,{base58btc:()=>Ot,base58flickr:()=>Wg});function zg(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 i=0;i<e.length;i++){var o=e.charAt(i),s=o.charCodeAt(0);if(r[s]!==255)throw new TypeError(o+" is ambiguous");r[s]=i}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 y=0,x=0,v=0,w=l.length;v!==w&&l[v]===0;)v++,y++;for(var S=(w-v)*u+1>>>0,T=new Uint8Array(S);v!==w;){for(var C=l[v],I=0,D=S-1;(C!==0||I<x)&&D!==-1;D--,I++)C+=256*T[D]>>>0,T[D]=C%a>>>0,C=C/a>>>0;if(C!==0)throw new Error("Non-zero carry");x=I,v++}for(var P=S-x;P!==S&&T[P]===0;)P++;for(var j=c.repeat(y);P<S;++P)j+=e.charAt(T[P]);return j}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var y=0;if(l[y]!==" "){for(var x=0,v=0;l[y]===c;)x++,y++;for(var w=(l.length-y)*f+1>>>0,S=new Uint8Array(w);l[y];){var T=r[l.charCodeAt(y)];if(T===255)return;for(var C=0,I=w-1;(T!==0||C<v)&&I!==-1;I--,C++)T+=a*S[I]>>>0,S[I]=T%256>>>0,T=T/256>>>0;if(T!==0)throw new Error("Non-zero carry");v=C,y++}if(l[y]!==" "){for(var D=w-v;D!==w&&S[D]===0;)D++;for(var P=new Uint8Array(x+(w-D)),j=x;D!==w;)P[j++]=S[D++];return P}}}function d(l){var y=p(l);if(y)return y;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:p,decode:d}}var qg=zg,Hg=qg,Uu=Hg;var R4=new Uint8Array(0);var Ku=(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},_e=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 Ou=e=>new TextEncoder().encode(e),Mu=e=>new TextDecoder().decode(e);var Ys=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")}},Qs=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 Vu(this,t)}},Xs=class{constructor(t){this.decoders=t}or(t){return Vu(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`)}},Vu=(e,t)=>new Xs({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),Js=class{constructor(t,r,n,i){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new Ys(t,r,n),this.decoder=new Qs(t,r,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},Zr=({name:e,prefix:t,encode:r,decode:n})=>new Js(e,t,r,n),Qe=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:i}=Uu(r,t);return Zr({prefix:e,name:t,encode:n,decode:o=>_e(i(o))})},Gg=(e,t,r,n)=>{let i={};for(let u=0;u<t.length;++u)i[t[u]]=u;let o=e.length;for(;e[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 h=i[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},$g=(e,t,r)=>{let n=t[t.length-1]==="=",i=(1<<r)-1,o="",s=0,a=0;for(let c=0;c<e.length;++c)for(a=a<<8|e[c],s+=8;s>r;)s-=r,o+=t[i&a>>s];if(s&&(o+=t[i&a<<r-s]),n)for(;o.length*r&7;)o+="=";return o},gt=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>Zr({prefix:t,name:e,encode(i){return $g(i,n,r)},decode(i){return Gg(i,n,r,e)}});var Ot=Qe({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Wg=Qe({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Zg=Hu,zu=128,Yg=127,Qg=~Yg,Xg=Math.pow(2,31);function Hu(e,t,r){t=t||[],r=r||0;for(var n=r;e>=Xg;)t[r++]=e&255|zu,e/=128;for(;e&Qg;)t[r++]=e&255|zu,e>>>=7;return t[r]=e|0,Hu.bytes=r-n+1,t}var Jg=ta,jg=128,qu=127;function ta(e,n){var r=0,n=n||0,i=0,o=n,s,a=e.length;do{if(o>=a)throw ta.bytes=0,new RangeError("Could not decode varint");s=e[o++],r+=i<28?(s&qu)<<i:(s&qu)*Math.pow(2,i),i+=7}while(s>=jg);return ta.bytes=o-n,r}var t2=Math.pow(2,7),e2=Math.pow(2,14),r2=Math.pow(2,21),n2=Math.pow(2,28),i2=Math.pow(2,35),o2=Math.pow(2,42),s2=Math.pow(2,49),a2=Math.pow(2,56),c2=Math.pow(2,63),f2=function(e){return e<t2?1:e<e2?2:e<r2?3:e<n2?4:e<i2?5:e<o2?6:e<s2?7:e<a2?8:e<c2?9:10},u2={encode:Zg,decode:Jg,encodingLength:f2},h2=u2,On=h2;var Mn=(e,t=0)=>[On.decode(e,t),On.decode.bytes],Yr=(e,t,r=0)=>(On.encode(e,t,r),t),Qr=e=>On.encodingLength(e);var dr=(e,t)=>{let r=t.byteLength,n=Qr(e),i=n+Qr(r),o=new Uint8Array(i+r);return Yr(e,o,0),Yr(r,o,n),o.set(t,i),new Xr(e,r,t,o)},Li=e=>{let t=_e(e),[r,n]=Mn(t),[i,o]=Mn(t.subarray(n)),s=t.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new Xr(r,i,s,t)},Gu=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&Ku(e.bytes,r.bytes)}},Xr=class{constructor(t,r,n,i){this.code=t,this.size=r,this.digest=n,this.bytes=i}};var ea={};M(ea,{base32:()=>Re,base32hex:()=>y2,base32hexpad:()=>m2,base32hexpadupper:()=>x2,base32hexupper:()=>g2,base32pad:()=>p2,base32padupper:()=>d2,base32upper:()=>l2,base32z:()=>v2});var Re=gt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),l2=gt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),p2=gt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),d2=gt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),y2=gt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),g2=gt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),m2=gt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),x2=gt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),v2=gt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var $u=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return w2(r,ra(e),t||Ot.encoder);default:return S2(r,ra(e),t||Re.encoder)}};var Wu=new WeakMap,ra=e=>{let t=Wu.get(e);if(t==null){let r=new Map;return Wu.set(e,r),r}return t},ut=class{constructor(t,r,n,i){this.code=r,this.version=t,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:t,multihash:r}=this;if(t!==Fn)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==E2)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return ut.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=dr(t,r);return ut.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 ut.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&Gu(t.multihash,n.multihash)}toString(t){return $u(this,t)}toJSON(){return{"/":$u(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 ut)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:o,bytes:s}=r;return new ut(n,i,o,s||Zu(n,i,o.bytes))}else if(r[B2]===!0){let{version:n,multihash:i,code:o}=r,s=Li(i);return ut.create(n,o,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!==Fn)throw new Error(`Version 0 CID must use dag-pb (code: ${Fn}) block encoding`);return new ut(t,r,n,n.bytes)}case 1:{let i=Zu(t,r,n.bytes);return new ut(t,r,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return ut.create(0,Fn,t)}static createV1(t,r){return ut.create(1,t,r)}static decode(t){let[r,n]=ut.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=ut.inspectBytes(t),n=r.size-r.multihashSize,i=_e(t.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 Xr(r.multihashCode,r.digestSize,o,i);return[r.version===0?ut.createV0(s):ut.createV1(r.codec,s),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[h,p]=Mn(t.subarray(r));return r+=p,h},i=n(),o=Fn;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(t,r){let[n,i]=b2(t,r),o=ut.decode(i);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return ra(o).set(n,t),o}},b2=(e,t)=>{switch(e[0]){case"Q":{let r=t||Ot;return[Ot.prefix,r.decode(`${Ot.prefix}${e}`)]}case Ot.prefix:{let r=t||Ot;return[Ot.prefix,r.decode(e)]}case Re.prefix:{let r=t||Re;return[Re.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)]}}},w2=(e,t,r)=>{let{prefix:n}=r;if(n!==Ot.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let i=t.get(n);if(i==null){let o=r.encode(e).slice(1);return t.set(n,o),o}else return i},S2=(e,t,r)=>{let{prefix:n}=r,i=t.get(n);if(i==null){let o=r.encode(e);return t.set(n,o),o}else return i},Fn=112,E2=18,Zu=(e,t,r)=>{let n=Qr(e),i=n+Qr(t),o=new Uint8Array(i+r.byteLength);return Yr(e,o,0),Yr(t,o,n),o.set(r,i),o},B2=Symbol.for("@ipld/js-cid/CID");var _a=ht(Pi(),1);var tn=ht(Pi(),1);var Ui=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,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 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(o*=t,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 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 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]=t(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]=t(o.subarray(0,s));return r.set(o.subarray(0,a),16-a),r})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var ih=45,O2=15,jr=new Ui;function oa(e){if(!(e.length>O2))return jr.new(e).parseWith(()=>jr.readIPv4Addr())}function sa(e){if(!(e.length>ih))return jr.new(e).parseWith(()=>jr.readIPv6Addr())}function Ki(e){if(!(e.length>ih))return jr.new(e).parseWith(()=>jr.readIPAddr())}var n8=parseInt("0xFFFF",16),i8=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var aa={};M(aa,{identity:()=>q2});var q2=Zr({prefix:"\0",name:"identity",encode:e=>Mu(e),decode:e=>Ou(e)});var ca={};M(ca,{base2:()=>H2});var H2=gt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var fa={};M(fa,{base8:()=>G2});var G2=gt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var ua={};M(ua,{base10:()=>$2});var $2=Qe({prefix:"9",name:"base10",alphabet:"0123456789"});var ha={};M(ha,{base16:()=>W2,base16upper:()=>Z2});var W2=gt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Z2=gt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var la={};M(la,{base36:()=>Y2,base36upper:()=>Q2});var Y2=Qe({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Q2=Qe({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var pa={};M(pa,{base64:()=>X2,base64pad:()=>J2,base64url:()=>j2,base64urlpad:()=>tm});var X2=gt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),J2=gt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),j2=gt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),tm=gt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var da={};M(da,{base256emoji:()=>om});var ah=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}"),em=ah.reduce((e,t,r)=>(e[r]=t,e),[]),rm=ah.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function nm(e){return e.reduce((t,r)=>(t+=em[r],t),"")}function im(e){let t=[];for(let r of e){let n=rm[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var om=Zr({prefix:"\u{1F680}",name:"base256emoji",encode:nm,decode:im});var ma={};M(ma,{sha256:()=>sm,sha512:()=>am});var ga=({name:e,code:t,encode:r})=>new ya(e,t,r),ya=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?dr(this.code,r):r.then(n=>dr(this.code,n))}else throw Error("Unknown type, must be binary type")}};var fh=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),sm=ga({name:"sha2-256",code:18,encode:fh("SHA-256")}),am=ga({name:"sha2-512",code:19,encode:fh("SHA-512")});var xa={};M(xa,{identity:()=>um});var uh=0,cm="identity",hh=_e,fm=e=>dr(uh,hh(e)),um={code:uh,name:cm,encode:hh,digest:fm};var O8=new TextEncoder,M8=new TextDecoder;var lh={...aa,...ca,...fa,...ua,...ha,...ea,...la,...js,...pa,...da},H8={...ma,...xa};var ge=ht(Pi(),1);function ph(e){return!!oa(e)}function dh(e){return!!sa(e)}function Oi(e){return!!Ki(e)}var yh=ph,pm=dh,va=function(e){let t=0;if(e=e.toString().trim(),yh(e)){let r=new Uint8Array(t+4);return e.split(/\./g).forEach(n=>{r[t++]=parseInt(n,10)&255}),r}if(pm(e)){let r=e.split(":",8),n;for(n=0;n<r.length;n++){let o=yh(r[n]),s;o&&(s=va(r[n]),r[n]=tt(s.slice(0,2),"base16")),s!=null&&++n<8&&r.splice(n,0,tt(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(t+16);for(n=0;n<r.length;n++){let o=parseInt(r[n],16);i[t++]=o>>8&255,i[t++]=o&255}return i}throw new Error("invalid ip address")},gh=function(e,t=0,r){t=~~t,r=r??e.length-t;let n=new DataView(e.buffer);if(r===4){let i=[];for(let o=0;o<r;o++)i.push(e[t+o]);return i.join(".")}if(r===16){let i=[];for(let o=0;o<r;o+=2)i.push(n.getUint16(t+o).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var Vn={},ba={},ym=[[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"]];ym.forEach(e=>{let t=gm(...e);ba[t.code]=t,Vn[t.name]=t});function gm(e,t,r,n,i){return{code:e,size:t,name:r,resolvable:!!n,path:!!i}}function rt(e){if(typeof e=="number"){if(ba[e]!=null)return ba[e];throw new Error(`no protocol with code: ${e}`)}else if(typeof e=="string"){if(Vn[e]!=null)return Vn[e];throw new Error(`no protocol with name: ${e}`)}throw new Error(`invalid protocol id type: ${typeof e}`)}var aS=rt("ip4"),cS=rt("ip6"),fS=rt("ipcidr");function wh(e,t){switch(rt(e).code){case 4:case 41:return xm(t);case 42:return vh(t);case 6:case 273:case 33:case 132:return Eh(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return vh(t);case 421:return Sm(t);case 444:return bh(t);case 445:return bh(t);case 466:return wm(t);default:return tt(t,"base16")}}function Sh(e,t){switch(rt(e).code){case 4:return mh(t);case 41:return mh(t);case 42:return xh(t);case 6:case 273:case 33:case 132:return Sa(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return xh(t);case 421:return vm(t);case 444:return Em(t);case 445:return Bm(t);case 466:return bm(t);default:return Tt(t,"base16")}}var wa=Object.values(lh).map(e=>e.decoder),mm=function(){let e=wa[0].or(wa[1]);return wa.slice(2).forEach(t=>e=e.or(t)),e}();function mh(e){if(!Oi(e))throw new Error("invalid ip address");return va(e)}function xm(e){let t=gh(e,0,e.length);if(t==null)throw new Error("ipBuff is required");if(!Oi(t))throw new Error("invalid ip address");return t}function Sa(e){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,e),new Uint8Array(t)}function Eh(e){return new DataView(e.buffer).getUint16(e.byteOffset)}function xh(e){let t=Tt(e),r=Uint8Array.from(ge.default.encode(t.length));return St([r,t],r.length+t.length)}function vh(e){let t=ge.default.decode(e);if(e=e.slice(ge.default.decode.bytes),e.length!==t)throw new Error("inconsistent lengths");return tt(e)}function vm(e){let t;e[0]==="Q"||e[0]==="1"?t=Li(Ot.decode(`z${e}`)).bytes:t=ut.parse(e).multihash.bytes;let r=Uint8Array.from(ge.default.encode(t.length));return St([r,t],r.length+t.length)}function bm(e){let t=mm.decode(e),r=Uint8Array.from(ge.default.encode(t.length));return St([r,t],r.length+t.length)}function wm(e){let t=ge.default.decode(e),r=e.slice(ge.default.decode.bytes);if(r.length!==t)throw new Error("inconsistent lengths");return"u"+tt(r,"base64url")}function Sm(e){let t=ge.default.decode(e),r=e.slice(ge.default.decode.bytes);if(r.length!==t)throw new Error("inconsistent lengths");return tt(r,"base58btc")}function Em(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=Re.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 i=Sa(n);return St([r,i],r.length+i.length)}function Bm(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=Re.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 i=Sa(n);return St([r,i],r.length+i.length)}function bh(e){let t=e.slice(0,e.length-2),r=e.slice(e.length-2),n=tt(t,"base32"),i=Eh(r);return`${n}:${i}`}function Am(e){let t=[],r=e.split("/").slice(1);if(r.length===1&&r[0]==="")return[];for(let n=0;n<r.length;n++){let i=r[n],o=rt(i);if(o.size===0){t.push([i]);continue}if(n++,n>=r.length)throw Ah("invalid address: "+e);if(o.path===!0){t.push([i,Ia(r.slice(n).join("/"))]);break}t.push([i,r[n]])}return t}function Cm(e){let t=[];return e.map(r=>{let n=Vi(r);return t.push(n.name),r.length>1&&r[1]!=null&&t.push(r[1]),null}),Ia(t.join("/"))}function Im(e){return e.map(t=>{Array.isArray(t)||(t=[t]);let r=Vi(t);return t.length>1?[r.code,Sh(r.code,t[1])]:[r.code]})}function Ea(e){return e.map(t=>{let r=Vi(t);return t[1]!=null?[r.code,wh(r.code,t[1])]:[r.code]})}function Ba(e){return Fi(St(e.map(t=>{let r=Vi(t),n=Uint8Array.from(tn.default.encode(r.code));return t.length>1&&t[1]!=null&&(n=St([n,t[1]])),n})))}function Aa(e,t){return e.size>0?e.size/8:e.size===0?0:tn.default.decode(t)+(tn.default.decode.bytes??0)}function Mi(e){let t=[],r=0;for(;r<e.length;){let n=tn.default.decode(e,r),i=tn.default.decode.bytes??0,o=rt(n),s=Aa(o,e.slice(r+i));if(s===0){t.push([n]),r+=i;continue}let a=e.slice(r+i,r+i+s);if(r+=s+i,r>e.length)throw Ah("Invalid address Uint8Array: "+tt(e,"base16"));t.push([n,a])}return t}function Ca(e){let t=Mi(e),r=Ea(t);return Cm(r)}function Tm(e){e=Ia(e);let t=Am(e),r=Im(t);return Ba(r)}function Bh(e){return Tm(e)}function Fi(e){let t=_m(e);if(t!=null)throw t;return Uint8Array.from(e)}function _m(e){try{Mi(e)}catch(t){return t}}function Ia(e){return"/"+e.trim().split("/").filter(t=>t).join("/")}function Ah(e){return new Error("Error parsing address: "+e)}function Vi(e){return rt(e[0])}var Nm=Symbol.for("nodejs.util.inspect.custom"),Dm=[rt("dns").code,rt("dns4").code,rt("dns6").code,rt("dnsaddr").code],km=new Map,Ch=Symbol.for("@multiformats/js-multiaddr/multiaddr");function Lm(e){return!!e?.[Ch]}var Ne=class{bytes;#e;#r;#n;#t;[Ch]=!0;constructor(t){if(t==null&&(t=""),t instanceof Uint8Array)this.bytes=Fi(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);this.bytes=Bh(t)}else if(Lm(t))this.bytes=Fi(t.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr")}toString(){return this.#e==null&&(this.#e=Ca(this.bytes)),this.#e}toJSON(){return this.toString()}toOptions(){let t,r,n,i,o="",s=rt("tcp"),a=rt("udp"),c=rt("ip4"),f=rt("ip6"),u=rt("dns6"),h=rt("ip6zone");for(let[d,l]of this.stringTuples())d===h.code&&(o=`%${l??""}`),Dm.includes(d)&&(r=s.name,i=443,n=`${l??""}${o}`,t=d===u.code?6:4),(d===s.code||d===a.code)&&(r=rt(d).name,i=parseInt(l??"")),(d===c.code||d===f.code)&&(r=rt(d).name,n=`${l??""}${o}`,t=d===f.code?6:4);if(t==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:t,host:n,transport:r,port:i}}protos(){return this.protoCodes().map(t=>Object.assign({},rt(t)))}protoCodes(){let t=[],r=this.bytes,n=0;for(;n<r.length;){let i=_a.default.decode(r,n),o=_a.default.decode.bytes??0,s=rt(i),a=Aa(s,r.slice(n+o));n+=a+o,t.push(i)}return t}protoNames(){return this.protos().map(t=>t.name)}tuples(){return this.#r==null&&(this.#r=Mi(this.bytes)),this.#r}stringTuples(){return this.#n==null&&(this.#n=Ea(this.tuples())),this.#n}encapsulate(t){return t=new Ne(t),new Ne(this.toString()+t.toString())}decapsulate(t){let r=t.toString(),n=this.toString(),i=n.lastIndexOf(r);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new Ne(n.slice(0,i))}decapsulateCode(t){let r=this.tuples();for(let n=r.length-1;n>=0;n--)if(r[n][0]===t)return new Ne(Ba(r.slice(0,n)));return this}getPeerId(){try{let r=this.stringTuples().filter(n=>n[0]===Vn.ipfs.code).pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?tt(Ot.decode(`z${n}`),"base58btc"):tt(ut.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){if(this.#t===void 0)try{this.#t=this.stringTuples().filter(t=>rt(t[0]).path===!0)[0][1],this.#t==null&&(this.#t=null)}catch{this.#t=null}return this.#t}equals(t){return wt(this.bytes,t.bytes)}async resolve(t){let r=this.protos().find(o=>o.resolvable);if(r==null)return[this];let n=km.get(r.name);if(n==null)throw new Di(`no available resolver for ${r.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,t)).map(o=>new Ne(o))}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)}[Nm](){return`Multiaddr(${Ca(this.bytes)})`}};function Ta(e){return new Ne(e)}var Ih="libp2p-peer-record",Th=Uint8Array.from([3,1]);var zn;(function(e){let t;(function(n){let i;n.codec=()=>(i==null&&(i=Ie((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=>Ce(o,n.codec()),n.decode=o=>Ae(o,n.codec())})(t=e.AddressInfo||(e.AddressInfo={}));let r;e.codec=()=>(r==null&&(r=Ie((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),e.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(e.AddressInfo.codec().decode(n,n.uint32()));break;default:n.skipType(a&7);break}}return o})),r),e.encode=n=>Ce(n,e.codec()),e.decode=n=>Ae(n,e.codec())})(zn||(zn={}));var en=class{peerId;multiaddrs;seqNumber;domain=en.DOMAIN;codec=en.CODEC;marshaled;constructor(t){let{peerId:r,multiaddrs:n,seqNumber:i}=t;this.peerId=r,this.multiaddrs=n??[],this.seqNumber=i??BigInt(Date.now())}marshal(){return this.marshaled==null&&(this.marshaled=zn.encode({peerId:this.peerId.toBytes(),seq:BigInt(this.seqNumber),addresses:this.multiaddrs.map(t=>({multiaddr:t.bytes}))})),this.marshaled}equals(t){return!(!(t instanceof en)||!this.peerId.equals(t.peerId)||this.seqNumber!==t.seqNumber||!Pu(this.multiaddrs,t.multiaddrs))}},yr=en;ee(yr,"createFromProtobuf",t=>{let r=zn.decode(t),n=Zs(r.peerId),i=(r.addresses??[]).map(s=>Ta(s.multiaddr)),o=r.seq;return new en({peerId:n,multiaddrs:i,seqNumber:o})}),ee(yr,"DOMAIN",Ih),ee(yr,"CODEC",Th);return Ph(Pm);})();
|
|
2
|
+
"use strict";var Libp2PPeerRecord=(()=>{var Ch=Object.create;var Ln=Object.defineProperty;var Ih=Object.getOwnPropertyDescriptor;var Th=Object.getOwnPropertyNames;var _h=Object.getPrototypeOf,Rh=Object.prototype.hasOwnProperty;var M=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),O=(t,e)=>{for(var r in e)Ln(t,r,{get:e[r],enumerable:!0})},Ta=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Th(e))!Rh.call(t,i)&&i!==r&&Ln(t,i,{get:()=>e[i],enumerable:!(n=Ih(e,i))||n.enumerable});return t};var st=(t,e,r)=>(r=t!=null?Ch(_h(t)):{},Ta(e||!t||!t.__esModule?Ln(r,"default",{value:t,enumerable:!0}):r,t)),Dh=t=>Ta(Ln({},"__esModule",{value:!0}),t);var Y=M((Pm,_a)=>{_a.exports={options:{usePureJavaScript:!1}}});var Na=M((km,Da)=>{var zi={};Da.exports=zi;var Ra={};zi.encode=function(t,e,r){if(typeof e!="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(!(t instanceof Uint8Array))n=Nh(t,e);else{var i=0,o=e.length,s=e.charAt(0),a=[0];for(i=0;i<t.length;++i){for(var c=0,f=t[i];c<a.length;++c)f+=a[c]<<8,a[c]=f%o,f=f/o|0;for(;f>0;)a.push(f%o),f=f/o|0}for(i=0;t[i]===0&&i<t.length-1;++i)n+=s;for(i=a.length-1;i>=0;--i)n+=e[a[i]]}if(r){var u=new RegExp(".{1,"+r+"}","g");n=n.match(u).join(`\r
|
|
3
|
+
`)}return n};zi.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=Ra[e];if(!r){r=Ra[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 yt=M((Lm,Ua)=>{var Pa=Y(),ka=Na(),g=Ua.exports=Pa.util=Pa.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){g.nextTick=process.nextTick,typeof setImmediate=="function"?g.setImmediate=setImmediate:g.setImmediate=g.nextTick;return}if(typeof setImmediate=="function"){g.setImmediate=function(){return setImmediate.apply(void 0,arguments)},g.nextTick=function(a){return setImmediate(a)};return}if(g.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=[];g.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=g.setImmediate;g.setImmediate=function(c){Date.now()-r>15?(r=Date.now(),o(c)):(e.push(c),e.length===1&&i.setAttribute("a",n=!n))}}g.nextTick=g.setImmediate})();g.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;g.globalScope=function(){return g.isNodejs?globalThis:typeof self>"u"?window:self}();g.isArray=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"};g.isArrayBuffer=function(t){return typeof ArrayBuffer<"u"&&t instanceof ArrayBuffer};g.isArrayBufferView=function(t){return t&&g.isArrayBuffer(t.buffer)&&t.byteLength!==void 0};function Wr(t){if(!(t===8||t===16||t===24||t===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+t)}g.ByteBuffer=qi;function qi(t){if(this.data="",this.read=0,typeof t=="string")this.data=t;else if(g.isArrayBuffer(t)||g.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 qi||typeof t=="object"&&typeof t.data=="string"&&typeof t.read=="number")&&(this.data=t.data,this.read=t.read);this._constructedStringLength=0}g.ByteStringBuffer=qi;var Ph=4096;g.ByteStringBuffer.prototype._optimizeConstructedString=function(t){this._constructedStringLength+=t,this._constructedStringLength>Ph&&(this.data.substr(0,1),this._constructedStringLength=0)};g.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};g.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};g.ByteStringBuffer.prototype.putByte=function(t){return this.putBytes(String.fromCharCode(t))};g.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};g.ByteStringBuffer.prototype.putBytes=function(t){return this.data+=t,this._optimizeConstructedString(t.length),this};g.ByteStringBuffer.prototype.putString=function(t){return this.putBytes(g.encodeUtf8(t))};g.ByteStringBuffer.prototype.putInt16=function(t){return this.putBytes(String.fromCharCode(t>>8&255)+String.fromCharCode(t&255))};g.ByteStringBuffer.prototype.putInt24=function(t){return this.putBytes(String.fromCharCode(t>>16&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t&255))};g.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))};g.ByteStringBuffer.prototype.putInt16Le=function(t){return this.putBytes(String.fromCharCode(t&255)+String.fromCharCode(t>>8&255))};g.ByteStringBuffer.prototype.putInt24Le=function(t){return this.putBytes(String.fromCharCode(t&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t>>16&255))};g.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))};g.ByteStringBuffer.prototype.putInt=function(t,e){Wr(e);var r="";do e-=8,r+=String.fromCharCode(t>>e&255);while(e>0);return this.putBytes(r)};g.ByteStringBuffer.prototype.putSignedInt=function(t,e){return t<0&&(t+=2<<e-1),this.putInt(t,e)};g.ByteStringBuffer.prototype.putBuffer=function(t){return this.putBytes(t.getBytes())};g.ByteStringBuffer.prototype.getByte=function(){return this.data.charCodeAt(this.read++)};g.ByteStringBuffer.prototype.getInt16=function(){var t=this.data.charCodeAt(this.read)<<8^this.data.charCodeAt(this.read+1);return this.read+=2,t};g.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};g.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};g.ByteStringBuffer.prototype.getInt16Le=function(){var t=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8;return this.read+=2,t};g.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};g.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};g.ByteStringBuffer.prototype.getInt=function(t){Wr(t);var e=0;do e=(e<<8)+this.data.charCodeAt(this.read++),t-=8;while(t>0);return e};g.ByteStringBuffer.prototype.getSignedInt=function(t){var e=this.getInt(t),r=2<<t-2;return e>=r&&(e-=r<<1),e};g.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};g.ByteStringBuffer.prototype.bytes=function(t){return typeof t>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+t)};g.ByteStringBuffer.prototype.at=function(t){return this.data.charCodeAt(this.read+t)};g.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};g.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};g.ByteStringBuffer.prototype.copy=function(){var t=g.createBuffer(this.data);return t.read=this.read,t};g.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};g.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};g.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};g.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};g.ByteStringBuffer.prototype.toString=function(){return g.decodeUtf8(this.bytes())};function kh(t,e){e=e||{},this.read=e.readOffset||0,this.growSize=e.growSize||1024;var r=g.isArrayBuffer(t),n=g.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)}g.DataBuffer=kh;g.DataBuffer.prototype.length=function(){return this.write-this.read};g.DataBuffer.prototype.isEmpty=function(){return this.length()<=0};g.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};g.DataBuffer.prototype.putByte=function(t){return this.accommodate(1),this.data.setUint8(this.write++,t),this};g.DataBuffer.prototype.fillWithByte=function(t,e){this.accommodate(e);for(var r=0;r<e;++r)this.data.setUint8(t);return this};g.DataBuffer.prototype.putBytes=function(t,e){if(g.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(g.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 g.DataBuffer||typeof t=="object"&&typeof t.read=="number"&&typeof t.write=="number"&&g.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 g.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+=g.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+=g.binary.base64.decode(t,o,this.write),this;if(e==="utf8"&&(t=g.encodeUtf8(t),e="binary"),e==="binary"||e==="raw")return this.accommodate(t.length),o=new Uint8Array(this.data.buffer,this.write),this.write+=g.binary.raw.decode(o),this;if(e==="utf16")return this.accommodate(t.length*2),o=new Uint16Array(this.data.buffer,this.write),this.write+=g.text.utf16.encode(o),this;throw new Error("Invalid encoding: "+e)}throw Error("Invalid parameter: "+t)};g.DataBuffer.prototype.putBuffer=function(t){return this.putBytes(t),t.clear(),this};g.DataBuffer.prototype.putString=function(t){return this.putBytes(t,"utf16")};g.DataBuffer.prototype.putInt16=function(t){return this.accommodate(2),this.data.setInt16(this.write,t),this.write+=2,this};g.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};g.DataBuffer.prototype.putInt32=function(t){return this.accommodate(4),this.data.setInt32(this.write,t),this.write+=4,this};g.DataBuffer.prototype.putInt16Le=function(t){return this.accommodate(2),this.data.setInt16(this.write,t,!0),this.write+=2,this};g.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};g.DataBuffer.prototype.putInt32Le=function(t){return this.accommodate(4),this.data.setInt32(this.write,t,!0),this.write+=4,this};g.DataBuffer.prototype.putInt=function(t,e){Wr(e),this.accommodate(e/8);do e-=8,this.data.setInt8(this.write++,t>>e&255);while(e>0);return this};g.DataBuffer.prototype.putSignedInt=function(t,e){return Wr(e),this.accommodate(e/8),t<0&&(t+=2<<e-1),this.putInt(t,e)};g.DataBuffer.prototype.getByte=function(){return this.data.getInt8(this.read++)};g.DataBuffer.prototype.getInt16=function(){var t=this.data.getInt16(this.read);return this.read+=2,t};g.DataBuffer.prototype.getInt24=function(){var t=this.data.getInt16(this.read)<<8^this.data.getInt8(this.read+2);return this.read+=3,t};g.DataBuffer.prototype.getInt32=function(){var t=this.data.getInt32(this.read);return this.read+=4,t};g.DataBuffer.prototype.getInt16Le=function(){var t=this.data.getInt16(this.read,!0);return this.read+=2,t};g.DataBuffer.prototype.getInt24Le=function(){var t=this.data.getInt8(this.read)^this.data.getInt16(this.read+1,!0)<<8;return this.read+=3,t};g.DataBuffer.prototype.getInt32Le=function(){var t=this.data.getInt32(this.read,!0);return this.read+=4,t};g.DataBuffer.prototype.getInt=function(t){Wr(t);var e=0;do e=(e<<8)+this.data.getInt8(this.read++),t-=8;while(t>0);return e};g.DataBuffer.prototype.getSignedInt=function(t){var e=this.getInt(t),r=2<<t-2;return e>=r&&(e-=r<<1),e};g.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};g.DataBuffer.prototype.bytes=function(t){return typeof t>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+t)};g.DataBuffer.prototype.at=function(t){return this.data.getUint8(this.read+t)};g.DataBuffer.prototype.setAt=function(t,e){return this.data.setUint8(t,e),this};g.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};g.DataBuffer.prototype.copy=function(){return new g.DataBuffer(this)};g.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};g.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};g.DataBuffer.prototype.truncate=function(t){return this.write=Math.max(0,this.length()-t),this.read=Math.min(this.read,this.write),this};g.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};g.DataBuffer.prototype.toString=function(t){var e=new Uint8Array(this.data,this.read,this.length());if(t=t||"utf8",t==="binary"||t==="raw")return g.binary.raw.encode(e);if(t==="hex")return g.binary.hex.encode(e);if(t==="base64")return g.binary.base64.encode(e);if(t==="utf8")return g.text.utf8.decode(e);if(t==="utf16")return g.text.utf16.decode(e);throw new Error("Invalid encoding: "+t)};g.createBuffer=function(t,e){return e=e||"raw",t!==void 0&&e==="utf8"&&(t=g.encodeUtf8(t)),new g.ByteBuffer(t)};g.fillString=function(t,e){for(var r="";e>0;)e&1&&(r+=t),e>>>=1,e>0&&(t+=t);return r};g.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};g.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};g.bytesToHex=function(t){return g.createBuffer(t).toHex()};g.int32ToBytes=function(t){return String.fromCharCode(t>>24&255)+String.fromCharCode(t>>16&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t&255)};var Be="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Ae=[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],La="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";g.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+=Be.charAt(i>>2),r+=Be.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=Be.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":Be.charAt(s&63)),e&&r.length>e&&(n+=r.substr(0,e)+`\r
|
|
4
|
+
`,r=r.substr(e));return n+=r,n};g.decode64=function(t){t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var e="",r,n,i,o,s=0;s<t.length;)r=Ae[t.charCodeAt(s++)-43],n=Ae[t.charCodeAt(s++)-43],i=Ae[t.charCodeAt(s++)-43],o=Ae[t.charCodeAt(s++)-43],e+=String.fromCharCode(r<<2|n>>4),i!==64&&(e+=String.fromCharCode((n&15)<<4|i>>2),o!==64&&(e+=String.fromCharCode((i&3)<<6|o)));return e};g.encodeUtf8=function(t){return unescape(encodeURIComponent(t))};g.decodeUtf8=function(t){return decodeURIComponent(escape(t))};g.binary={raw:{},hex:{},base64:{},base58:{},baseN:{encode:ka.encode,decode:ka.decode}};g.binary.raw.encode=function(t){return String.fromCharCode.apply(null,t)};g.binary.raw.decode=function(t,e,r){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};g.binary.hex.encode=g.bytesToHex;g.binary.hex.decode=function(t,e,r){var n=e;n||(n=new Uint8Array(Math.ceil(t.length/2))),r=r||0;var i=0,o=r;for(t.length&1&&(i=1,n[o++]=parseInt(t[0],16));i<t.length;i+=2)n[o++]=parseInt(t.substr(i,2),16);return e?o-r:n};g.binary.base64.encode=function(t,e){for(var r="",n="",i,o,s,a=0;a<t.byteLength;)i=t[a++],o=t[a++],s=t[a++],r+=Be.charAt(i>>2),r+=Be.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=Be.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":Be.charAt(s&63)),e&&r.length>e&&(n+=r.substr(0,e)+`\r
|
|
5
|
+
`,r=r.substr(e));return n+=r,n};g.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=Ae[t.charCodeAt(c++)-43],o=Ae[t.charCodeAt(c++)-43],s=Ae[t.charCodeAt(c++)-43],a=Ae[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)};g.binary.base58.encode=function(t,e){return g.binary.baseN.encode(t,La,e)};g.binary.base58.decode=function(t,e){return g.binary.baseN.decode(t,La,e)};g.text={utf8:{},utf16:{}};g.text.utf8.encode=function(t,e,r){t=g.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};g.text.utf8.decode=function(t){return g.decodeUtf8(String.fromCharCode.apply(null,t))};g.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};g.text.utf16.decode=function(t){return String.fromCharCode.apply(null,new Uint16Array(t.buffer))};g.deflate=function(t,e,r){if(e=g.decode64(t.deflate(g.encode64(e)).rval),r){var n=2,i=e.charCodeAt(1);i&32&&(n=6),e=e.substring(n,e.length-4)}return e};g.inflate=function(t,e,r){var n=t.inflate(g.encode64(e)).rval;return n===null?null:g.decode64(n)};var Hi=function(t,e,r){if(!t)throw new Error("WebStorage not available.");var n;if(r===null?n=t.removeItem(e):(r=g.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}},Gi=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(g.decode64(r))),r},Lh=function(t,e,r,n){var i=Gi(t,e);i===null&&(i={}),i[r]=n,Hi(t,e,i)},Uh=function(t,e,r){var n=Gi(t,e);return n!==null&&(n=r in n?n[r]:null),n},Kh=function(t,e,r){var n=Gi(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),Hi(t,e,n)}},Mh=function(t,e){Hi(t,e,null)},Un=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};g.setItem=function(t,e,r,n,i){Un(Lh,arguments,i)};g.getItem=function(t,e,r,n){return Un(Uh,arguments,n)};g.removeItem=function(t,e,r,n){Un(Kh,arguments,n)};g.clearItems=function(t,e,r){Un(Mh,arguments,r)};g.isEmpty=function(t){for(var e in t)if(t.hasOwnProperty(e))return!1;return!0};g.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("")};g.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):"")};g.formatSize=function(t){return t>=1073741824?t=g.formatNumber(t/1073741824,2,".","")+" GiB":t>=1048576?t=g.formatNumber(t/1048576,2,".","")+" MiB":t>=1024?t=g.formatNumber(t/1024,0)+" KiB":t=g.formatNumber(t,0)+" bytes",t};g.bytesFromIP=function(t){return t.indexOf(".")!==-1?g.bytesFromIPv4(t):t.indexOf(":")!==-1?g.bytesFromIPv6(t):null};g.bytesFromIPv4=function(t){if(t=t.split("."),t.length!==4)return null;for(var e=g.createBuffer(),r=0;r<t.length;++r){var n=parseInt(t[r],10);if(isNaN(n))return null;e.putByte(n)}return e.getBytes()};g.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=g.createBuffer(),i=0;i<8;++i){if(!t[i]||t[i].length===0){n.fillWithByte(0,r),r=0;continue}var o=g.hexToBytes(t[i]);o.length<2&&n.putByte(0),n.putBytes(o)}return n.getBytes()};g.bytesToIP=function(t){return t.length===4?g.bytesToIPv4(t):t.length===16?g.bytesToIPv6(t):null};g.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(".")};g.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=g.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(":")};g.estimateCores=function(t,e){if(typeof t=="function"&&(e=t,t={}),t=t||{},"cores"in g&&!t.update)return e(null,g.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return g.cores=navigator.hardwareConcurrency,e(null,g.cores);if(typeof Worker>"u")return g.cores=1,e(null,g.cores);if(typeof Blob>"u")return g.cores=2,e(null,g.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 g.cores=Math.max(1,f),URL.revokeObjectURL(r),e(null,g.cores)}i(c,function(u,h){s.push(o(c,h)),n(s,a-1,c)})}function i(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 d=0;d<s;++d)c[d].terminate();a(null,f)}}),c.push(h)}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],h=c[f]=[],p=0;p<s;++p)if(f!==p){var d=a[p];(u.st>d.st&&u.st<d.et||d.st>u.st&&d.st<u.et)&&h.push(p)}return c.reduce(function(l,y){return Math.max(l,y.length)},0)}}});var Kn=M((Um,Ka)=>{var Zr=Y();Zr.pki=Zr.pki||{};var $i=Ka.exports=Zr.pki.oids=Zr.oids=Zr.oids||{};function A(t,e){$i[t]=e,$i[e]=t}function W(t,e){$i[t]=e}A("1.2.840.113549.1.1.1","rsaEncryption");A("1.2.840.113549.1.1.4","md5WithRSAEncryption");A("1.2.840.113549.1.1.5","sha1WithRSAEncryption");A("1.2.840.113549.1.1.7","RSAES-OAEP");A("1.2.840.113549.1.1.8","mgf1");A("1.2.840.113549.1.1.9","pSpecified");A("1.2.840.113549.1.1.10","RSASSA-PSS");A("1.2.840.113549.1.1.11","sha256WithRSAEncryption");A("1.2.840.113549.1.1.12","sha384WithRSAEncryption");A("1.2.840.113549.1.1.13","sha512WithRSAEncryption");A("1.3.101.112","EdDSA25519");A("1.2.840.10040.4.3","dsa-with-sha1");A("1.3.14.3.2.7","desCBC");A("1.3.14.3.2.26","sha1");A("1.3.14.3.2.29","sha1WithRSASignature");A("2.16.840.1.101.3.4.2.1","sha256");A("2.16.840.1.101.3.4.2.2","sha384");A("2.16.840.1.101.3.4.2.3","sha512");A("2.16.840.1.101.3.4.2.4","sha224");A("2.16.840.1.101.3.4.2.5","sha512-224");A("2.16.840.1.101.3.4.2.6","sha512-256");A("1.2.840.113549.2.2","md2");A("1.2.840.113549.2.5","md5");A("1.2.840.113549.1.7.1","data");A("1.2.840.113549.1.7.2","signedData");A("1.2.840.113549.1.7.3","envelopedData");A("1.2.840.113549.1.7.4","signedAndEnvelopedData");A("1.2.840.113549.1.7.5","digestedData");A("1.2.840.113549.1.7.6","encryptedData");A("1.2.840.113549.1.9.1","emailAddress");A("1.2.840.113549.1.9.2","unstructuredName");A("1.2.840.113549.1.9.3","contentType");A("1.2.840.113549.1.9.4","messageDigest");A("1.2.840.113549.1.9.5","signingTime");A("1.2.840.113549.1.9.6","counterSignature");A("1.2.840.113549.1.9.7","challengePassword");A("1.2.840.113549.1.9.8","unstructuredAddress");A("1.2.840.113549.1.9.14","extensionRequest");A("1.2.840.113549.1.9.20","friendlyName");A("1.2.840.113549.1.9.21","localKeyId");A("1.2.840.113549.1.9.22.1","x509Certificate");A("1.2.840.113549.1.12.10.1.1","keyBag");A("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");A("1.2.840.113549.1.12.10.1.3","certBag");A("1.2.840.113549.1.12.10.1.4","crlBag");A("1.2.840.113549.1.12.10.1.5","secretBag");A("1.2.840.113549.1.12.10.1.6","safeContentsBag");A("1.2.840.113549.1.5.13","pkcs5PBES2");A("1.2.840.113549.1.5.12","pkcs5PBKDF2");A("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");A("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");A("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");A("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");A("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");A("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");A("1.2.840.113549.2.7","hmacWithSHA1");A("1.2.840.113549.2.8","hmacWithSHA224");A("1.2.840.113549.2.9","hmacWithSHA256");A("1.2.840.113549.2.10","hmacWithSHA384");A("1.2.840.113549.2.11","hmacWithSHA512");A("1.2.840.113549.3.7","des-EDE3-CBC");A("2.16.840.1.101.3.4.1.2","aes128-CBC");A("2.16.840.1.101.3.4.1.22","aes192-CBC");A("2.16.840.1.101.3.4.1.42","aes256-CBC");A("2.5.4.3","commonName");A("2.5.4.4","surname");A("2.5.4.5","serialNumber");A("2.5.4.6","countryName");A("2.5.4.7","localityName");A("2.5.4.8","stateOrProvinceName");A("2.5.4.9","streetAddress");A("2.5.4.10","organizationName");A("2.5.4.11","organizationalUnitName");A("2.5.4.12","title");A("2.5.4.13","description");A("2.5.4.15","businessCategory");A("2.5.4.17","postalCode");A("2.5.4.42","givenName");A("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");A("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");A("2.16.840.1.113730.1.1","nsCertType");A("2.16.840.1.113730.1.13","nsComment");W("2.5.29.1","authorityKeyIdentifier");W("2.5.29.2","keyAttributes");W("2.5.29.3","certificatePolicies");W("2.5.29.4","keyUsageRestriction");W("2.5.29.5","policyMapping");W("2.5.29.6","subtreesConstraint");W("2.5.29.7","subjectAltName");W("2.5.29.8","issuerAltName");W("2.5.29.9","subjectDirectoryAttributes");W("2.5.29.10","basicConstraints");W("2.5.29.11","nameConstraints");W("2.5.29.12","policyConstraints");W("2.5.29.13","basicConstraints");A("2.5.29.14","subjectKeyIdentifier");A("2.5.29.15","keyUsage");W("2.5.29.16","privateKeyUsagePeriod");A("2.5.29.17","subjectAltName");A("2.5.29.18","issuerAltName");A("2.5.29.19","basicConstraints");W("2.5.29.20","cRLNumber");W("2.5.29.21","cRLReason");W("2.5.29.22","expirationDate");W("2.5.29.23","instructionCode");W("2.5.29.24","invalidityDate");W("2.5.29.25","cRLDistributionPoints");W("2.5.29.26","issuingDistributionPoint");W("2.5.29.27","deltaCRLIndicator");W("2.5.29.28","issuingDistributionPoint");W("2.5.29.29","certificateIssuer");W("2.5.29.30","nameConstraints");A("2.5.29.31","cRLDistributionPoints");A("2.5.29.32","certificatePolicies");W("2.5.29.33","policyMappings");W("2.5.29.34","policyConstraints");A("2.5.29.35","authorityKeyIdentifier");W("2.5.29.36","policyConstraints");A("2.5.29.37","extKeyUsage");W("2.5.29.46","freshestCRL");W("2.5.29.54","inhibitAnyPolicy");A("1.3.6.1.4.1.11129.2.4.2","timestampList");A("1.3.6.1.5.5.7.1.1","authorityInfoAccess");A("1.3.6.1.5.5.7.3.1","serverAuth");A("1.3.6.1.5.5.7.3.2","clientAuth");A("1.3.6.1.5.5.7.3.3","codeSigning");A("1.3.6.1.5.5.7.3.4","emailProtection");A("1.3.6.1.5.5.7.3.8","timeStamping")});var Qr=M((Km,Oa)=>{var tt=Y();yt();Kn();var _=Oa.exports=tt.asn1=tt.asn1||{};_.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};_.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};_.create=function(t,e,r,n,i){if(tt.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||tt.util.isArray(n),value:n};return i&&"bitStringContents"in i&&(a.bitStringContents=i.bitStringContents,a.original=_.copy(a)),a};_.copy=function(t,e){var r;if(tt.util.isArray(t)){r=[];for(var n=0;n<t.length;++n)r.push(_.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:_.copy(t.value,e)},e&&!e.excludeBitStringContents&&(r.bitStringContents=t.bitStringContents),r)};_.equals=function(t,e,r){if(tt.util.isArray(t)){if(!tt.util.isArray(e)||t.length!==e.length)return!1;for(var n=0;n<t.length;++n)if(!_.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&&_.equals(t.value,e.value);return r&&r.includeBitStringContents&&(i=i&&t.bitStringContents===e.bitStringContents),i};_.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 Yr(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 Oh=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;Yr(t,e,o),n=t.getInt(o<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};_.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=tt.util.createBuffer(t));var r=t.length(),n=Mn(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 Mn(t,e,r,n){var i;Yr(t,e,2);var o=t.getByte();e--;var s=o&192,a=o&31;i=t.length();var c=Oh(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,h,p=(o&32)===32;if(p)if(u=[],c===void 0)for(;;){if(Yr(t,e,2),t.bytes(2)===String.fromCharCode(0,0)){t.getBytes(2),e-=2;break}i=t.length(),u.push(Mn(t,e,r+1,n)),e-=i-t.length()}else for(;c>0;)i=t.length(),u.push(Mn(t,c,r+1,n)),e-=i-t.length(),c-=i-t.length();if(u===void 0&&s===_.Class.UNIVERSAL&&a===_.Type.BITSTRING&&(h=t.bytes(c)),u===void 0&&n.decodeBitStrings&&s===_.Class.UNIVERSAL&&a===_.Type.BITSTRING&&c>1){var d=t.read,l=e,y=0;if(a===_.Type.BITSTRING&&(Yr(t,e,1),y=t.getByte(),e--),y===0)try{i=t.length();var x={strict:!0,decodeBitStrings:!0},v=Mn(t,e,r+1,x),w=i-t.length();e-=w,a==_.Type.BITSTRING&&w++;var E=v.tagClass;w===c&&(E===_.Class.UNIVERSAL||E===_.Class.CONTEXT_SPECIFIC)&&(u=[v])}catch{}u===void 0&&(t.read=d,e=l)}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===_.Type.BMPSTRING)for(u="";c>0;c-=2)Yr(t,e,2),u+=String.fromCharCode(t.getInt16()),e-=2;else u=t.getBytes(c),e-=c}var T=h===void 0?null:{bitStringContents:h};return _.create(s,a,p,u,T)}_.toDer=function(t){var e=tt.util.createBuffer(),r=t.tagClass|t.type,n=tt.util.createBuffer(),i=!1;if("bitStringContents"in t&&(i=!0,t.original&&(i=_.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(_.toDer(t.value[o]))}else if(t.type===_.Type.BMPSTRING)for(var o=0;o<t.value.length;++o)n.putInt16(t.value.charCodeAt(o));else t.type===_.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};_.oidToDer=function(t){var e=t.split("."),r=tt.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};_.derToOid=function(t){var e;typeof t=="string"&&(t=tt.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};_.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),h=parseInt(t.substr(f+4,2),10),p=u*60+h;p*=6e4,c==="+"?e.setTime(+e-p):e.setTime(+e+p)}return e};_.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 h=t.length-5,p=t.charAt(h);if(p==="+"||p==="-"){var d=parseInt(t.substr(h+1,2),10),l=parseInt(t.substr(h+4,2),10);f=d*60+l,f*=6e4,p==="+"&&(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};_.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};_.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};_.integerToDer=function(t){var e=tt.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};_.derToInteger=function(t){typeof t=="string"&&(t=tt.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)};_.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&&tt.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=_.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 Ma=/[^\\u0000-\\u00ff]/;_.prettyPrint=function(t,e,r){var n="";e=e||0,r=r||2,e>0&&(n+=`
|
|
6
|
+
`);for(var i="",o=0;o<e*r;++o)i+=" ";switch(n+=i+"Tag: ",t.tagClass){case _.Class.UNIVERSAL:n+="Universal:";break;case _.Class.APPLICATION:n+="Application:";break;case _.Class.CONTEXT_SPECIFIC:n+="Context-Specific:";break;case _.Class.PRIVATE:n+="Private:";break}if(t.tagClass===_.Class.UNIVERSAL)switch(n+=t.type,t.type){case _.Type.NONE:n+=" (None)";break;case _.Type.BOOLEAN:n+=" (Boolean)";break;case _.Type.INTEGER:n+=" (Integer)";break;case _.Type.BITSTRING:n+=" (Bit string)";break;case _.Type.OCTETSTRING:n+=" (Octet string)";break;case _.Type.NULL:n+=" (Null)";break;case _.Type.OID:n+=" (Object Identifier)";break;case _.Type.ODESC:n+=" (Object Descriptor)";break;case _.Type.EXTERNAL:n+=" (External or Instance of)";break;case _.Type.REAL:n+=" (Real)";break;case _.Type.ENUMERATED:n+=" (Enumerated)";break;case _.Type.EMBEDDED:n+=" (Embedded PDV)";break;case _.Type.UTF8:n+=" (UTF8)";break;case _.Type.ROID:n+=" (Relative Object Identifier)";break;case _.Type.SEQUENCE:n+=" (Sequence)";break;case _.Type.SET:n+=" (Set)";break;case _.Type.PRINTABLESTRING:n+=" (Printable String)";break;case _.Type.IA5String:n+=" (IA5String (ASCII))";break;case _.Type.UTCTIME:n+=" (UTC time)";break;case _.Type.GENERALIZEDTIME:n+=" (Generalized time)";break;case _.Type.BMPSTRING:n+=" (BMP String)";break}else n+=t.type;if(n+=`
|
|
7
|
+
`,n+=i+"Constructed: "+t.constructed+`
|
|
8
|
+
`,t.composed){for(var s=0,a="",o=0;o<t.value.length;++o)t.value[o]!==void 0&&(s+=1,a+=_.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===_.Type.OID){var c=_.derToOid(t.value);n+=c,tt.pki&&tt.pki.oids&&c in tt.pki.oids&&(n+=" ("+tt.pki.oids[c]+") ")}if(t.type===_.Type.INTEGER)try{n+=_.derToInteger(t.value)}catch{n+="0x"+tt.util.bytesToHex(t.value)}else if(t.type===_.Type.BITSTRING){if(t.value.length>1?n+="0x"+tt.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===_.Type.OCTETSTRING)Ma.test(t.value)||(n+="("+t.value+") "),n+="0x"+tt.util.bytesToHex(t.value);else if(t.type===_.Type.UTF8)try{n+=tt.util.decodeUtf8(t.value)}catch(u){if(u.message==="URI malformed")n+="0x"+tt.util.bytesToHex(t.value)+" (malformed UTF8)";else throw u}else t.type===_.Type.PRINTABLESTRING||t.type===_.Type.IA5String?n+=t.value:Ma.test(t.value)?n+="0x"+tt.util.bytesToHex(t.value):t.value.length===0?n+="[null]":n+=t.value}return n}});var Zi=M((Mm,Fa)=>{var vt=Y();yt();Fa.exports=vt.cipher=vt.cipher||{};vt.cipher.algorithms=vt.cipher.algorithms||{};vt.cipher.createCipher=function(t,e){var r=t;if(typeof r=="string"&&(r=vt.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+t);return new vt.cipher.BlockCipher({algorithm:r,key:e,decrypt:!1})};vt.cipher.createDecipher=function(t,e){var r=t;if(typeof r=="string"&&(r=vt.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+t);return new vt.cipher.BlockCipher({algorithm:r,key:e,decrypt:!0})};vt.cipher.registerAlgorithm=function(t,e){t=t.toUpperCase(),vt.cipher.algorithms[t]=e};vt.cipher.getAlgorithm=function(t){return t=t.toUpperCase(),t in vt.cipher.algorithms?vt.cipher.algorithms[t]:null};var Wi=vt.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)};Wi.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=vt.util.createBuffer(),this.output=t.output||vt.util.createBuffer(),this.mode.start(e)};Wi.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()};Wi.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 Qi=M((Om,Va)=>{var bt=Y();yt();bt.cipher=bt.cipher||{};var V=Va.exports=bt.cipher.modes=bt.cipher.modes||{};V.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)};V.ecb.prototype.start=function(t){};V.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])};V.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])};V.ecb.prototype.pad=function(t,e){var r=t.length()===this.blockSize?this.blockSize:this.blockSize-t.length();return t.fillWithByte(r,r),!0};V.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)};V.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)};V.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=On(t.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};V.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};V.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)};V.cbc.prototype.pad=function(t,e){var r=t.length()===this.blockSize?this.blockSize:this.blockSize-t.length();return t.fillWithByte(r,r),!0};V.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)};V.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=bt.util.createBuffer(),this._partialBytes=0};V.cfb.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=On(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};V.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};V.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};V.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=bt.util.createBuffer(),this._partialBytes=0};V.ofb.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=On(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};V.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};V.ofb.prototype.decrypt=V.ofb.prototype.encrypt;V.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=bt.util.createBuffer(),this._partialBytes=0};V.ctr.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=On(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};V.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}Fn(this._inBlock)};V.ctr.prototype.decrypt=V.ctr.prototype.encrypt;V.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=bt.util.createBuffer(),this._partialBytes=0,this._R=3774873600};V.gcm.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");var e=bt.util.createBuffer(t.iv);this._cipherLength=0;var r;if("additionalData"in t?r=bt.util.createBuffer(t.additionalData):r=bt.util.createBuffer(),"tagLength"in t?this._tagLength=t.tagLength:this._tagLength=128,this._tag=null,t.decrypt&&(this._tag=bt.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(Yi(n*8)))}this._inBlock=this._j0.slice(0),Fn(this._inBlock),this._partialBytes=0,r=bt.util.createBuffer(r),this._aDataLength=Yi(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()])};V.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),Fn(this._inBlock)};V.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),Fn(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};V.gcm.prototype.afterFinish=function(t,e){var r=!0;e.decrypt&&e.overflow&&t.truncate(this.blockSize-e.overflow),this.tag=bt.util.createBuffer();var n=this._aDataLength.concat(Yi(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};V.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};V.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)};V.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};V.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)};V.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};V.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 On(t,e){if(typeof t=="string"&&(t=bt.util.createBuffer(t)),bt.util.isArray(t)&&t.length>4){var r=t;t=bt.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(!bt.util.isArray(t)){for(var i=[],o=e/4,n=0;n<o;++n)i.push(t.getInt32());t=i}return t}function Fn(t){t[t.length-1]=t[t.length-1]+1&4294967295}function Yi(t){return[t/4294967296|0,t&4294967295]}});var to=M((Fm,Ga)=>{var J=Y();Zi();Qi();yt();Ga.exports=J.aes=J.aes||{};J.aes.startEncrypting=function(t,e,r,n){var i=Vn({key:t,output:r,decrypt:!1,mode:n});return i.start(e),i};J.aes.createEncryptionCipher=function(t,e){return Vn({key:t,output:null,decrypt:!1,mode:e})};J.aes.startDecrypting=function(t,e,r,n){var i=Vn({key:t,output:r,decrypt:!0,mode:n});return i.start(e),i};J.aes.createDecryptionCipher=function(t,e){return Vn({key:t,output:null,decrypt:!0,mode:e})};J.aes.Algorithm=function(t,e){ji||qa();var r=this;r.name=t,r.mode=new e({blockSize:16,cipher:{encrypt:function(n,i){return Ji(r._w,n,i,!1)},decrypt:function(n,i){return Ji(r._w,n,i,!0)}}}),r._init=!1};J.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=J.util.createBuffer(e);else if(J.util.isArray(e)&&(e.length===16||e.length===24||e.length===32)){r=e,e=J.util.createBuffer();for(var n=0;n<r.length;++n)e.putByte(r[n])}if(!J.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(!J.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=Ha(e,t.decrypt&&!s),this._init=!0}};J.aes._expandKey=function(t,e){return ji||qa(),Ha(t,e)};J.aes._updateBlock=Ji;fr("AES-ECB",J.cipher.modes.ecb);fr("AES-CBC",J.cipher.modes.cbc);fr("AES-CFB",J.cipher.modes.cfb);fr("AES-OFB",J.cipher.modes.ofb);fr("AES-CTR",J.cipher.modes.ctr);fr("AES-GCM",J.cipher.modes.gcm);function fr(t,e){var r=function(){return new J.aes.Algorithm(t,e)};J.cipher.registerAlgorithm(t,r)}var ji=!1,cr=4,It,Xi,za,qe,qt;function qa(){ji=!0,za=[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;It=new Array(256),Xi=new Array(256),qe=new Array(4),qt=new Array(4);for(var e=0;e<4;++e)qe[e]=new Array(256),qt[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,It[r]=a,Xi[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 h=0;h<4;++h)qe[h][r]=f,qt[h][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 Ha(t,e){for(var r=t.slice(0),n,i=1,o=r.length,s=o+6+1,a=cr*s,c=o;c<a;++c)n=r[c-1],c%o===0?(n=It[n>>>16&255]<<24^It[n>>>8&255]<<16^It[n&255]<<8^It[n>>>24]^za[i]<<24,i++):o>6&&c%o===4&&(n=It[n>>>24]<<24^It[n>>>16&255]<<16^It[n>>>8&255]<<8^It[n&255]),r[c]=r[c-o]^n;if(e){var f,u=qt[0],h=qt[1],p=qt[2],d=qt[3],l=r.slice(0);a=r.length;for(var c=0,y=a-cr;c<a;c+=cr,y-=cr)if(c===0||c===a-cr)l[c]=r[y],l[c+1]=r[y+3],l[c+2]=r[y+2],l[c+3]=r[y+1];else for(var x=0;x<cr;++x)f=r[y+x],l[c+(3&-x)]=u[It[f>>>24]]^h[It[f>>>16&255]]^p[It[f>>>8&255]]^d[It[f&255]];r=l}return r}function Ji(t,e,r,n){var i=t.length/4-1,o,s,a,c,f;n?(o=qt[0],s=qt[1],a=qt[2],c=qt[3],f=Xi):(o=qe[0],s=qe[1],a=qe[2],c=qe[3],f=It);var u,h,p,d,l,y,x;u=e[0]^t[0],h=e[n?3:1]^t[1],p=e[2]^t[2],d=e[n?1:3]^t[3];for(var v=3,w=1;w<i;++w)l=o[u>>>24]^s[h>>>16&255]^a[p>>>8&255]^c[d&255]^t[++v],y=o[h>>>24]^s[p>>>16&255]^a[d>>>8&255]^c[u&255]^t[++v],x=o[p>>>24]^s[d>>>16&255]^a[u>>>8&255]^c[h&255]^t[++v],d=o[d>>>24]^s[u>>>16&255]^a[h>>>8&255]^c[p&255]^t[++v],u=l,h=y,p=x;r[0]=f[u>>>24]<<24^f[h>>>16&255]<<16^f[p>>>8&255]<<8^f[d&255]^t[++v],r[n?3:1]=f[h>>>24]<<24^f[p>>>16&255]<<16^f[d>>>8&255]<<8^f[u&255]^t[++v],r[2]=f[p>>>24]<<24^f[d>>>16&255]<<16^f[u>>>8&255]<<8^f[h&255]^t[++v],r[n?1:3]=f[d>>>24]<<24^f[u>>>16&255]<<16^f[h>>>8&255]<<8^f[p&255]^t[++v]}function Vn(t){t=t||{};var e=(t.mode||"CBC").toUpperCase(),r="AES-"+e,n;t.decrypt?n=J.cipher.createDecipher(r,t.key):n=J.cipher.createCipher(r,t.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof J.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var Za=M((Vm,Wa)=>{var it=Y();Zi();Qi();yt();Wa.exports=it.des=it.des||{};it.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};it.des.createEncryptionCipher=function(t,e){return zn({key:t,output:null,decrypt:!1,mode:e})};it.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};it.des.createDecryptionCipher=function(t,e){return zn({key:t,output:null,decrypt:!0,mode:e})};it.des.Algorithm=function(t,e){var r=this;r.name=t,r.mode=new e({blockSize:8,cipher:{encrypt:function(n,i){return $a(r._keys,n,i,!1)},decrypt:function(n,i){return $a(r._keys,n,i,!0)}}}),r._init=!1};it.des.Algorithm.prototype.initialize=function(t){if(!this._init){var e=it.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=Zh(e),this._init=!0}};Qt("DES-ECB",it.cipher.modes.ecb);Qt("DES-CBC",it.cipher.modes.cbc);Qt("DES-CFB",it.cipher.modes.cfb);Qt("DES-OFB",it.cipher.modes.ofb);Qt("DES-CTR",it.cipher.modes.ctr);Qt("3DES-ECB",it.cipher.modes.ecb);Qt("3DES-CBC",it.cipher.modes.cbc);Qt("3DES-CFB",it.cipher.modes.cfb);Qt("3DES-OFB",it.cipher.modes.ofb);Qt("3DES-CTR",it.cipher.modes.ctr);function Qt(t,e){var r=function(){return new it.des.Algorithm(t,e)};it.cipher.registerAlgorithm(t,r)}var Fh=[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],Vh=[-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],zh=[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],qh=[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],Hh=[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],$h=[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],Wh=[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 Zh(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],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],d=[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],y=t.length()>8?3:1,x=[],v=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],w=0,E,T=0;T<y;T++){var C=t.getInt32(),I=t.getInt32();E=(C>>>4^I)&252645135,I^=E,C^=E<<4,E=(I>>>-16^C)&65535,C^=E,I^=E<<-16,E=(C>>>2^I)&858993459,I^=E,C^=E<<2,E=(I>>>-16^C)&65535,C^=E,I^=E<<-16,E=(C>>>1^I)&1431655765,I^=E,C^=E<<1,E=(I>>>8^C)&16711935,C^=E,I^=E<<8,E=(C>>>1^I)&1431655765,I^=E,C^=E<<1,E=C<<8|I>>>20&240,C=I<<24|I<<8&16711680|I>>>8&65280|I>>>24&240,I=E;for(var N=0;N<v.length;++N){v[N]?(C=C<<2|C>>>26,I=I<<2|I>>>26):(C=C<<1|C>>>27,I=I<<1|I>>>27),C&=-15,I&=-15;var L=e[C>>>28]|r[C>>>24&15]|n[C>>>20&15]|i[C>>>16&15]|o[C>>>12&15]|s[C>>>8&15]|a[C>>>4&15],Q=c[I>>>28]|f[I>>>24&15]|u[I>>>20&15]|h[I>>>16&15]|p[I>>>12&15]|d[I>>>8&15]|l[I>>>4&15];E=(Q>>>16^L)&65535,x[w++]=L^E,x[w++]=Q^E<<16}}return x}function $a(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],h=o[f+2],p=o[f];p!=u;p+=h){var d=c^t[p],l=(c>>>4|c<<28)^t[p+1];s=a,a=c,c=s^(Vh[d>>>24&63]|qh[d>>>16&63]|Gh[d>>>8&63]|Wh[d&63]|Fh[l>>>24&63]|zh[l>>>16&63]|Hh[l>>>8&63]|$h[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 zn(t){t=t||{};var e=(t.mode||"CBC").toUpperCase(),r="DES-"+e,n;t.decrypt?n=it.cipher.createDecipher(r,t.key):n=it.cipher.createCipher(r,t.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof it.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var He=M((zm,Ya)=>{var qn=Y();Ya.exports=qn.md=qn.md||{};qn.md.algorithms=qn.md.algorithms||{}});var Xa=M((qm,Qa)=>{var ue=Y();He();yt();var Yh=Qa.exports=ue.hmac=ue.hmac||{};Yh.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 ue.md.algorithms)e=ue.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=ue.util.createBuffer(s);else if(ue.util.isArray(s)){var a=s;s=ue.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=ue.util.createBuffer(),n=ue.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 ur=M(()=>{});var ja=M(($m,Ja)=>{var Tt=Y();Xa();He();yt();var Qh=Tt.pkcs5=Tt.pkcs5||{},he;Tt.util.isNodejs&&!Tt.options.usePureJavaScript&&(he=ur());Ja.exports=Tt.pbkdf2=Qh.pbkdf2=function(t,e,r,n,i,o){if(typeof i=="function"&&(o=i,i=null),Tt.util.isNodejs&&!Tt.options.usePureJavaScript&&he.pbkdf2&&(i===null||typeof i!="object")&&(he.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),t=Buffer.from(t,"binary"),e=Buffer.from(e,"binary"),o?he.pbkdf2Sync.length===4?he.pbkdf2(t,e,r,n,function(E,T){if(E)return o(E);o(null,T.toString("binary"))}):he.pbkdf2(t,e,r,n,i,function(E,T){if(E)return o(E);o(null,T.toString("binary"))}):he.pbkdf2Sync.length===4?he.pbkdf2Sync(t,e,r,n).toString("binary"):he.pbkdf2Sync(t,e,r,n,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in Tt.md.algorithms))throw new Error("Unknown hash algorithm: "+i);i=Tt.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=Tt.hmac.create();u.start(i,t);var h="",p,d,l;if(!o){for(var y=1;y<=c;++y){u.start(null,null),u.update(e),u.update(Tt.util.int32ToBytes(y)),p=l=u.digest().getBytes();for(var x=2;x<=r;++x)u.start(null,null),u.update(l),d=u.digest().getBytes(),p=Tt.util.xorBytes(p,d,s),l=d;h+=y<c?p:p.substr(0,f)}return h}var y=1,x;function v(){if(y>c)return o(null,h);u.start(null,null),u.update(e),u.update(Tt.util.int32ToBytes(y)),p=l=u.digest().getBytes(),x=2,w()}function w(){if(x<=r)return u.start(null,null),u.update(l),d=u.digest().getBytes(),p=Tt.util.xorBytes(p,d,s),l=d,++x,Tt.util.setImmediate(w);h+=y<c?p:p.substr(0,f),++y,v()}v()}});var r0=M((Wm,e0)=>{var Gn=Y();yt();var t0=e0.exports=Gn.pem=Gn.pem||{};t0.encode=function(t,e){e=e||{};var r="-----BEGIN "+t.type+`-----\r
|
|
9
|
+
`,n;if(t.procType&&(n={name:"Proc-Type",values:[String(t.procType.version),t.procType.type]},r+=Hn(n)),t.contentDomain&&(n={name:"Content-Domain",values:[t.contentDomain]},r+=Hn(n)),t.dekInfo&&(n={name:"DEK-Info",values:[t.dekInfo.algorithm]},t.dekInfo.parameters&&n.values.push(t.dekInfo.parameters),r+=Hn(n)),t.headers)for(var i=0;i<t.headers.length;++i)r+=Hn(t.headers[i]);return t.procType&&(r+=`\r
|
|
10
|
+
`),r+=Gn.util.encode64(t.body,e.maxline||64)+`\r
|
|
11
|
+
`,r+="-----END "+t.type+`-----\r
|
|
12
|
+
`,r};t0.decode=function(t){for(var e=[],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^:]+)/,i=/\r?\n/,o;o=r.exec(t),!!o;){var s=o[1];s==="NEW CERTIFICATE REQUEST"&&(s="CERTIFICATE REQUEST");var a={type:s,procType:null,contentDomain:null,dekInfo:null,headers:[],body:Gn.util.decode64(o[3])};if(e.push(a),!!o[2]){for(var c=o[2].split(i),f=0;o&&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(o=u.match(n),o){for(var d={name:o[1],values:[]},l=o[2].split(","),y=0;y<l.length;++y)d.values.push(Xh(l[y]));if(a.procType)if(!a.contentDomain&&d.name==="Content-Domain")a.contentDomain=l[0]||"";else if(!a.dekInfo&&d.name==="DEK-Info"){if(d.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(d);else{if(d.name!=="Proc-Type")throw new Error('Invalid PEM formatted message. The first encapsulated header must be "Proc-Type".');if(d.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(e.length===0)throw new Error("Invalid PEM formatted message.");return e};function Hn(t){for(var e=t.name+": ",r=[],n=function(c,f){return" "+f},i=0;i<t.values.length;++i)r.push(t.values[i].replace(/^(\S+\r\n)/,n));e+=r.join(",")+`\r
|
|
13
|
+
`;for(var o=0,s=-1,i=0;i<e.length;++i,++o)if(o>65&&s!==-1){var a=e[s];a===","?(++s,e=e.substr(0,s)+`\r
|
|
14
|
+
`+e.substr(s)):e=e.substr(0,s)+`\r
|
|
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 Xh(t){return t.replace(/^\s+/,"")}});var c0=M((Zm,a0)=>{var Xt=Y();He();yt();var i0=a0.exports=Xt.sha256=Xt.sha256||{};Xt.md.sha256=Xt.md.algorithms.sha256=i0;i0.create=function(){o0||Jh();var t=null,e=Xt.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=Xt.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=Xt.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),n0(t,r,e),(e.read>2048||e.length()===0)&&e.compact(),n},n.digest=function(){var i=Xt.util.createBuffer();i.putBytes(e.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=o&n.blockLength-1;i.putBytes(eo.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 h={h0:t.h0,h1:t.h1,h2:t.h2,h3:t.h3,h4:t.h4,h5:t.h5,h6:t.h6,h7:t.h7};n0(h,r,i);var p=Xt.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 eo=null,o0=!1,s0=null;function Jh(){eo=String.fromCharCode(128),eo+=Xt.util.fillString(String.fromCharCode(0),64),s0=[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],o0=!0}function n0(t,e,r){for(var n,i,o,s,a,c,f,u,h,p,d,l,y,x,v,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,h=t.h1,p=t.h2,d=t.h3,l=t.h4,y=t.h5,x=t.h6,v=t.h7,f=0;f<64;++f)s=(l>>>6|l<<26)^(l>>>11|l<<21)^(l>>>25|l<<7),a=x^l&(y^x),o=(u>>>2|u<<30)^(u>>>13|u<<19)^(u>>>22|u<<10),c=u&h|p&(u^h),n=v+s+a+s0[f]+e[f],i=o+c,v=x,x=y,y=l,l=d+n>>>0,d=p,p=h,h=u,u=n+i>>>0;t.h0=t.h0+u|0,t.h1=t.h1+h|0,t.h2=t.h2+p|0,t.h3=t.h3+d|0,t.h4=t.h4+l|0,t.h5=t.h5+y|0,t.h6=t.h6+x|0,t.h7=t.h7+v|0,w-=64}}});var u0=M((Ym,f0)=>{var Jt=Y();yt();var $n=null;Jt.util.isNodejs&&!Jt.options.usePureJavaScript&&!process.versions["node-webkit"]&&($n=ur());var jh=f0.exports=Jt.prng=Jt.prng||{};jh.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 h=e.plugin.cipher,p=e.plugin.increment,d=e.plugin.formatKey,l=e.plugin.formatSeed,y=Jt.util.createBuffer();e.key=null,x();function x(v){if(v)return u(v);if(y.length()>=f)return u(null,y.getBytes(f));if(e.generated>1048575&&(e.key=null),e.key===null)return Jt.util.nextTick(function(){o(x)});var w=h(e.key,e.seed);e.generated+=w.length,y.putBytes(w),e.key=d(h(e.key,p(e.seed))),e.seed=l(h(e.key,e.seed)),Jt.util.setImmediate(x)}},e.generateSync=function(f){var u=e.plugin.cipher,h=e.plugin.increment,p=e.plugin.formatKey,d=e.plugin.formatSeed;e.key=null;for(var l=Jt.util.createBuffer();l.length()<f;){e.generated>1048575&&(e.key=null),e.key===null&&s();var y=u(e.key,e.seed);e.generated+=y.length,l.putBytes(y),e.key=p(u(e.key,h(e.seed))),e.seed=d(u(e.key,e.seed))}return l.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(h,p){if(h)return f(h);e.collect(p),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,h=0;h<32;++h)e.reseeds%u===0&&(f.update(e.pools[h].digest().getBytes()),e.pools[h].start()),u=u<<1;e.keyBytes=f.digest().getBytes(),f.start(),f.update(e.keyBytes);var p=f.digest().getBytes();e.key=e.plugin.formatKey(e.keyBytes),e.seed=e.plugin.formatSeed(p),e.generated=0}function c(f){var u=null,h=Jt.util.globalScope,p=h.crypto||h.msCrypto;p&&p.getRandomValues&&(u=function(C){return p.getRandomValues(C)});var d=Jt.util.createBuffer();if(u)for(;d.length()<f;){var l=Math.max(1,Math.min(f-d.length(),65536)/4),y=new Uint32Array(Math.floor(l));try{u(y);for(var x=0;x<y.length;++x)d.putInt32(y[x])}catch(C){if(!(typeof QuotaExceededError<"u"&&C instanceof QuotaExceededError))throw C}}if(d.length()<f)for(var v,w,E,T=Math.floor(Math.random()*65536);d.length()<f;){w=16807*(T&65535),v=16807*(T>>16),w+=(v&32767)<<16,w+=v>>15,w=(w&2147483647)+(w>>31),T=w&4294967295;for(var x=0;x<3;++x)E=T>>>(x<<3),E^=Math.floor(Math.random()*256),d.putByte(E&255)}return d.getBytes(f)}return $n?(e.seedFile=function(f,u){$n.randomBytes(f,function(h,p){if(h)return u(h);u(null,p.toString())})},e.seedFileSync=function(f){return $n.randomBytes(f).toString()}):(e.seedFile=function(f,u){try{u(null,c(f))}catch(h){u(h)}},e.seedFileSync=c),e.collect=function(f){for(var u=f.length,h=0;h<u;++h)e.pools[e.pool].update(f.substr(h,1)),e.pool=e.pool===31?0:e.pool+1},e.collectInt=function(f,u){for(var h="",p=0;p<u;p+=8)h+=String.fromCharCode(f>>p&255);e.collect(h)},e.registerWorker=function(f){if(f===self)e.seedFile=function(h,p){function d(l){var y=l.data;y.forge&&y.forge.prng&&(self.removeEventListener("message",d),p(y.forge.prng.err,y.forge.prng.bytes))}self.addEventListener("message",d),self.postMessage({forge:{prng:{needed:h}}})};else{var u=function(h){var p=h.data;p.forge&&p.forge.prng&&e.seedFile(p.forge.prng.needed,function(d,l){f.postMessage({forge:{prng:{err:d,bytes:l}}})})};f.addEventListener("message",u)}},e}});var Xr=M((Qm,ro)=>{var wt=Y();to();c0();u0();yt();(function(){if(wt.random&&wt.random.getBytes){ro.exports=wt.random;return}(function(t){var e={},r=new Array(4),n=wt.util.createBuffer();e.formatKey=function(h){var p=wt.util.createBuffer(h);return h=new Array(4),h[0]=p.getInt32(),h[1]=p.getInt32(),h[2]=p.getInt32(),h[3]=p.getInt32(),wt.aes._expandKey(h,!1)},e.formatSeed=function(h){var p=wt.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},e.cipher=function(h,p){return wt.aes._updateBlock(h,p,r,!1),n.putInt32(r[0]),n.putInt32(r[1]),n.putInt32(r[2]),n.putInt32(r[3]),n.getBytes()},e.increment=function(h){return++h[3],h},e.md=wt.md.sha256;function i(){var h=wt.prng.create(e);return h.getBytes=function(p,d){return h.generate(p,d)},h.getBytesSync=function(p){return h.generate(p)},h}var o=i(),s=null,a=wt.util.globalScope,c=a.crypto||a.msCrypto;if(c&&c.getRandomValues&&(s=function(h){return c.getRandomValues(h)}),wt.options.usePureJavaScript||!wt.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(h){o.collectInt(h.clientX,16),o.collectInt(h.clientY,16)}),t().keypress(function(h){o.collectInt(h.charCode,8)}))}if(!wt.random)wt.random=o;else for(var u in o)wt.random[u]=o[u];wt.random.createInstance=i,ro.exports=wt.random})(typeof jQuery<"u"?jQuery:null)})()});var d0=M((Xm,p0)=>{var Nt=Y();yt();var no=[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],h0=[1,2,3,5],tl=function(t,e){return t<<e&65535|(t&65535)>>16-e},el=function(t,e){return(t&65535)>>e|t<<16-e&65535};p0.exports=Nt.rc2=Nt.rc2||{};Nt.rc2.expandKey=function(t,e){typeof t=="string"&&(t=Nt.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(no[r.at(a-1)+r.at(a-n)&255]);for(r.setAt(128-o,no[r.at(128-o)&s]),a=127-o;a>=0;a--)r.setAt(a,no[r.at(a+1)^r.at(a+o)]);return r};var l0=function(t,e,r){var n=!1,i=null,o=null,s=null,a,c,f,u,h=[];for(t=Nt.rc2.expandKey(t,e),f=0;f<64;f++)h.push(t.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]=tl(l[f],h0[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]=el(l[f],h0[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 y=[];for(f=0;f<4;f++){var x=i.getInt16Le();s!==null&&(r?x^=s.getInt16Le():s.putInt16Le(x)),y.push(x&65535)}u=r?0:63;for(var v=0;v<l.length;v++)for(var w=0;w<l[v][0];w++)l[v][1](y);for(f=0;f<4;f++)s!==null&&(r?s.putInt16Le(y[f]):y[f]^=s.getInt16Le()),o.putInt16Le(y[f])},d=null;return d={start:function(l,y){l&&typeof l=="string"&&(l=Nt.util.createBuffer(l)),n=!1,i=Nt.util.createBuffer(),o=y||new Nt.util.createBuffer,s=l,d.output=o},update:function(l){for(n||i.putBuffer(l);i.length()>=8;)p([[5,a],[1,c],[6,a],[1,c],[5,a]])},finish:function(l){var y=!0;if(r)if(l)y=l(8,i,!r);else{var x=i.length()===8?8:8-i.length();i.fillWithByte(x,x)}if(y&&(n=!0,d.update()),!r&&(y=i.length()===0,y))if(l)y=l(8,o,!r);else{var v=o.length(),w=o.at(v-1);w>v?y=!1:o.truncate(w)}return y}},d};Nt.rc2.startEncrypting=function(t,e,r){var n=Nt.rc2.createEncryptionCipher(t,128);return n.start(e,r),n};Nt.rc2.createEncryptionCipher=function(t,e){return l0(t,e,!0)};Nt.rc2.startDecrypting=function(t,e,r){var n=Nt.rc2.createDecryptionCipher(t,128);return n.start(e,r),n};Nt.rc2.createDecryptionCipher=function(t,e){return l0(t,e,!1)}});var Yn=M((Jm,E0)=>{var io=Y();E0.exports=io.jsbn=io.jsbn||{};var le,rl=0xdeadbeefcafe,y0=(rl&16777215)==15715070;function S(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))}io.jsbn.BigInteger=S;function G(){return new S(null)}function nl(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 il(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 g0(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"?(S.prototype.am=g0,le=28):y0&&navigator.appName=="Microsoft Internet Explorer"?(S.prototype.am=il,le=30):y0&&navigator.appName!="Netscape"?(S.prototype.am=nl,le=26):(S.prototype.am=g0,le=28);S.prototype.DB=le;S.prototype.DM=(1<<le)-1;S.prototype.DV=1<<le;var oo=52;S.prototype.FV=Math.pow(2,oo);S.prototype.F1=oo-le;S.prototype.F2=2*le-oo;var ol="0123456789abcdefghijklmnopqrstuvwxyz",Wn=new Array,hr,Mt;hr="0".charCodeAt(0);for(Mt=0;Mt<=9;++Mt)Wn[hr++]=Mt;hr="a".charCodeAt(0);for(Mt=10;Mt<36;++Mt)Wn[hr++]=Mt;hr="A".charCodeAt(0);for(Mt=10;Mt<36;++Mt)Wn[hr++]=Mt;function m0(t){return ol.charAt(t)}function x0(t,e){var r=Wn[t.charCodeAt(e)];return r??-1}function sl(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 al(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 Ce(t){var e=G();return e.fromInt(t),e}function cl(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:x0(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&&S.ZERO.subTo(this,this)}function fl(){for(var t=this.s&this.DM;this.t>0&&this.data[this.t-1]==t;)--this.t}function ul(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=m0(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+=m0(n));return i?o:"0"}function hl(){var t=G();return S.ZERO.subTo(this,t),t}function ll(){return this.s<0?this.negate():this}function pl(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 Zn(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 dl(){return this.t<=0?0:this.DB*(this.t-1)+Zn(this.data[this.t-1]^this.s&this.DM)}function yl(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 gl(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 ml(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 xl(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 vl(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 bl(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&&S.ZERO.subTo(e,e)}function wl(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 El(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=G());var o=G(),s=this.s,a=t.s,c=this.DB-Zn(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 h=u*(1<<this.F1)+(f>1?o.data[f-2]>>this.F2:0),p=this.FV/h,d=(1<<this.F1)/h,l=1<<this.F2,y=r.t,x=y-f,v=e??G();for(o.dlShiftTo(x,v),r.compareTo(v)>=0&&(r.data[r.t++]=1,r.subTo(v,r)),S.ONE.dlShiftTo(f,v),v.subTo(o,o);o.t<f;)o.data[o.t++]=0;for(;--x>=0;){var w=r.data[--y]==u?this.DM:Math.floor(r.data[y]*p+(r.data[y-1]+l)*d);if((r.data[y]+=o.am(0,w,r,x,0,f))<w)for(o.dlShiftTo(x,v),r.subTo(v,r);r.data[y]<--w;)r.subTo(v,r)}e!=null&&(r.drShiftTo(f,e),s!=a&&S.ZERO.subTo(e,e)),r.t=f,r.clamp(),c>0&&r.rShiftTo(c,r),s<0&&S.ZERO.subTo(r,r)}}}function Sl(t){var e=G();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(S.ZERO)>0&&t.subTo(e,e),e}function Ge(t){this.m=t}function Bl(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t}function Al(t){return t}function Cl(t){t.divRemTo(this.m,null,t)}function Il(t,e,r){t.multiplyTo(e,r),this.reduce(r)}function Tl(t,e){t.squareTo(e),this.reduce(e)}Ge.prototype.convert=Bl;Ge.prototype.revert=Al;Ge.prototype.reduce=Cl;Ge.prototype.mulTo=Il;Ge.prototype.sqrTo=Tl;function _l(){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 $e(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 Rl(t){var e=G();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(S.ZERO)>0&&this.m.subTo(e,e),e}function Dl(t){var e=G();return t.copyTo(e),this.reduce(e),e}function Nl(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 Pl(t,e){t.squareTo(e),this.reduce(e)}function kl(t,e,r){t.multiplyTo(e,r),this.reduce(r)}$e.prototype.convert=Rl;$e.prototype.revert=Dl;$e.prototype.reduce=Nl;$e.prototype.mulTo=kl;$e.prototype.sqrTo=Pl;function Ll(){return(this.t>0?this.data[0]&1:this.s)==0}function Ul(t,e){if(t>4294967295||t<1)return S.ONE;var r=G(),n=G(),i=e.convert(this),o=Zn(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 Kl(t,e){var r;return t<256||e.isEven()?r=new Ge(e):r=new $e(e),this.exp(t,r)}S.prototype.copyTo=sl;S.prototype.fromInt=al;S.prototype.fromString=cl;S.prototype.clamp=fl;S.prototype.dlShiftTo=yl;S.prototype.drShiftTo=gl;S.prototype.lShiftTo=ml;S.prototype.rShiftTo=xl;S.prototype.subTo=vl;S.prototype.multiplyTo=bl;S.prototype.squareTo=wl;S.prototype.divRemTo=El;S.prototype.invDigit=_l;S.prototype.isEven=Ll;S.prototype.exp=Ul;S.prototype.toString=ul;S.prototype.negate=hl;S.prototype.abs=ll;S.prototype.compareTo=pl;S.prototype.bitLength=dl;S.prototype.mod=Sl;S.prototype.modPowInt=Kl;S.ZERO=Ce(0);S.ONE=Ce(1);function Ml(){var t=G();return this.copyTo(t),t}function Ol(){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 Fl(){return this.t==0?this.s:this.data[0]<<24>>24}function Vl(){return this.t==0?this.s:this.data[0]<<16>>16}function zl(t){return Math.floor(Math.LN2*this.DB/Math.log(t))}function ql(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function Hl(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=Ce(r),i=G(),o=G(),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 Gl(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=x0(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&&S.ZERO.subTo(this,this)}function $l(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(S.ONE.shiftLeft(t-1),so,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(e);)this.dAddOffset(2,0),this.bitLength()>t&&this.subTo(S.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 Wl(){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 Zl(t){return this.compareTo(t)==0}function Yl(t){return this.compareTo(t)<0?this:t}function Ql(t){return this.compareTo(t)>0?this:t}function Xl(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 Jl(t,e){return t&e}function jl(t){var e=G();return this.bitwiseTo(t,Jl,e),e}function so(t,e){return t|e}function tp(t){var e=G();return this.bitwiseTo(t,so,e),e}function v0(t,e){return t^e}function ep(t){var e=G();return this.bitwiseTo(t,v0,e),e}function b0(t,e){return t&~e}function rp(t){var e=G();return this.bitwiseTo(t,b0,e),e}function np(){for(var t=G(),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 ip(t){var e=G();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e}function op(t){var e=G();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e}function sp(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 ap(){for(var t=0;t<this.t;++t)if(this.data[t]!=0)return t*this.DB+sp(this.data[t]);return this.s<0?this.t*this.DB:-1}function cp(t){for(var e=0;t!=0;)t&=t-1,++e;return e}function fp(){for(var t=0,e=this.s&this.DM,r=0;r<this.t;++r)t+=cp(this.data[r]^e);return t}function up(t){var e=Math.floor(t/this.DB);return e>=this.t?this.s!=0:(this.data[e]&1<<t%this.DB)!=0}function hp(t,e){var r=S.ONE.shiftLeft(t);return this.bitwiseTo(r,e,r),r}function lp(t){return this.changeBit(t,so)}function pp(t){return this.changeBit(t,b0)}function dp(t){return this.changeBit(t,v0)}function yp(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 gp(t){var e=G();return this.addTo(t,e),e}function mp(t){var e=G();return this.subTo(t,e),e}function xp(t){var e=G();return this.multiplyTo(t,e),e}function vp(t){var e=G();return this.divRemTo(t,e,null),e}function bp(t){var e=G();return this.divRemTo(t,null,e),e}function wp(t){var e=G(),r=G();return this.divRemTo(t,e,r),new Array(e,r)}function Ep(t){this.data[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()}function Sp(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 Jr(){}function w0(t){return t}function Bp(t,e,r){t.multiplyTo(e,r)}function Ap(t,e){t.squareTo(e)}Jr.prototype.convert=w0;Jr.prototype.revert=w0;Jr.prototype.mulTo=Bp;Jr.prototype.sqrTo=Ap;function Cp(t){return this.exp(t,new Jr)}function Ip(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 Tp(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 lr(t){this.r2=G(),this.q3=G(),S.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t),this.m=t}function _p(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=G();return t.copyTo(e),this.reduce(e),e}function Rp(t){return t}function Dp(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 Pp(t,e,r){t.multiplyTo(e,r),this.reduce(r)}lr.prototype.convert=_p;lr.prototype.revert=Rp;lr.prototype.reduce=Dp;lr.prototype.mulTo=Pp;lr.prototype.sqrTo=Np;function kp(t,e){var r=t.bitLength(),n,i=Ce(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 Ge(e):e.isEven()?o=new lr(e):o=new $e(e);var s=new Array,a=3,c=n-1,f=(1<<n)-1;if(s[1]=o.convert(this),n>1){var u=G();for(o.sqrTo(s[1],u);a<=f;)s[a]=G(),o.mulTo(u,s[a-2],s[a]),a+=2}var h=t.t-1,p,d=!0,l=G(),y;for(r=Zn(t.data[h])-1;h>=0;){for(r>=c?p=t.data[h]>>r-c&f:(p=(t.data[h]&(1<<r+1)-1)<<c-r,h>0&&(p|=t.data[h-1]>>this.DB+r-c)),a=n;!(p&1);)p>>=1,--a;if((r-=a)<0&&(r+=this.DB,--h),d)s[p].copyTo(i),d=!1;else{for(;a>1;)o.sqrTo(i,l),o.sqrTo(l,i),a-=2;a>0?o.sqrTo(i,l):(y=i,i=l,l=y),o.mulTo(l,s[p],i)}for(;h>=0&&!(t.data[h]&1<<r);)o.sqrTo(i,l),y=i,i=l,l=y,--r<0&&(r=this.DB-1,--h)}return o.revert(i)}function Lp(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 Up(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 Kp(t){var e=t.isEven();if(this.isEven()&&e||t.signum()==0)return S.ZERO;for(var r=t.clone(),n=this.clone(),i=Ce(1),o=Ce(0),s=Ce(0),a=Ce(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(S.ONE)!=0)return S.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 Ht=[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],Mp=(1<<26)/Ht[Ht.length-1];function Op(t){var e,r=this.abs();if(r.t==1&&r.data[0]<=Ht[Ht.length-1]){for(e=0;e<Ht.length;++e)if(r.data[0]==Ht[e])return!0;return!1}if(r.isEven())return!1;for(e=1;e<Ht.length;){for(var n=Ht[e],i=e+1;i<Ht.length&&n<Mp;)n*=Ht[i++];for(n=r.modInt(n);e<i;)if(n%Ht[e++]==0)return!1}return r.millerRabin(t)}function Fp(t){var e=this.subtract(S.ONE),r=e.getLowestSetBit();if(r<=0)return!1;for(var n=e.shiftRight(r),i=Vp(),o,s=0;s<t;++s){do o=new S(this.bitLength(),i);while(o.compareTo(S.ONE)<=0||o.compareTo(e)>=0);var a=o.modPow(n,this);if(a.compareTo(S.ONE)!=0&&a.compareTo(e)!=0){for(var c=1;c++<r&&a.compareTo(e)!=0;)if(a=a.modPowInt(2,this),a.compareTo(S.ONE)==0)return!1;if(a.compareTo(e)!=0)return!1}}return!0}function Vp(){return{nextBytes:function(t){for(var e=0;e<t.length;++e)t[e]=Math.floor(Math.random()*256)}}}S.prototype.chunkSize=zl;S.prototype.toRadix=Hl;S.prototype.fromRadix=Gl;S.prototype.fromNumber=$l;S.prototype.bitwiseTo=Xl;S.prototype.changeBit=hp;S.prototype.addTo=yp;S.prototype.dMultiply=Ep;S.prototype.dAddOffset=Sp;S.prototype.multiplyLowerTo=Ip;S.prototype.multiplyUpperTo=Tp;S.prototype.modInt=Up;S.prototype.millerRabin=Fp;S.prototype.clone=Ml;S.prototype.intValue=Ol;S.prototype.byteValue=Fl;S.prototype.shortValue=Vl;S.prototype.signum=ql;S.prototype.toByteArray=Wl;S.prototype.equals=Zl;S.prototype.min=Yl;S.prototype.max=Ql;S.prototype.and=jl;S.prototype.or=tp;S.prototype.xor=ep;S.prototype.andNot=rp;S.prototype.not=np;S.prototype.shiftLeft=ip;S.prototype.shiftRight=op;S.prototype.getLowestSetBit=ap;S.prototype.bitCount=fp;S.prototype.testBit=up;S.prototype.setBit=lp;S.prototype.clearBit=pp;S.prototype.flipBit=dp;S.prototype.add=gp;S.prototype.subtract=mp;S.prototype.multiply=xp;S.prototype.divide=vp;S.prototype.remainder=bp;S.prototype.divideAndRemainder=wp;S.prototype.modPow=kp;S.prototype.modInverse=Kp;S.prototype.pow=Cp;S.prototype.gcd=Lp;S.prototype.isProbablePrime=Op});var I0=M((jm,C0)=>{var jt=Y();He();yt();var B0=C0.exports=jt.sha1=jt.sha1||{};jt.md.sha1=jt.md.algorithms.sha1=B0;B0.create=function(){A0||zp();var t=null,e=jt.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=jt.util.createBuffer(),t={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520},n},n.start(),n.update=function(i,o){o==="utf8"&&(i=jt.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),S0(t,r,e),(e.read>2048||e.length()===0)&&e.compact(),n},n.digest=function(){var i=jt.util.createBuffer();i.putBytes(e.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=o&n.blockLength-1;i.putBytes(ao.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 h={h0:t.h0,h1:t.h1,h2:t.h2,h3:t.h3,h4:t.h4};S0(h,r,i);var p=jt.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 ao=null,A0=!1;function zp(){ao=String.fromCharCode(128),ao+=jt.util.fillString(String.fromCharCode(0),64),A0=!0}function S0(t,e,r){for(var n,i,o,s,a,c,f,u,h=r.length();h>=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,h-=64}}});var R0=M((tx,_0)=>{var te=Y();yt();Xr();I0();var T0=_0.exports=te.pkcs1=te.pkcs1||{};T0.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=te.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(),h="",p=c-e.length,d=0;d<p;d++)h+="\0";var l=u.getBytes()+h+""+e;if(!i)i=te.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 y=Qn(i,a-o.digestLength-1,s),x=te.util.xorBytes(l,y,l.length),v=Qn(x,o.digestLength,s),w=te.util.xorBytes(i,v,i.length);return"\0"+w+x};T0.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 x=new Error("RSAES-OAEP encoded message length is invalid.");throw x.length=e.length,x.expectedLength=s,x}if(i===void 0?i=te.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),h=Qn(u,i.digestLength,o),p=te.util.xorBytes(f,h,f.length),d=Qn(p,s-i.digestLength-1,o),l=te.util.xorBytes(u,d,u.length),y=l.substring(0,i.digestLength),x=c!=="\0",v=0;v<i.digestLength;++v)x|=a.charAt(v)!==y.charAt(v);for(var w=1,E=i.digestLength,T=i.digestLength;T<l.length;T++){var C=l.charCodeAt(T),I=C&1^1,N=w?65534:0;x|=C&N,w=w&I,E+=w}if(x||l.charCodeAt(E)!==1)throw new Error("Invalid RSAES-OAEP padding.");return l.substring(E+1)};function Qn(t,e,r){r||(r=te.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 D0=M((ex,co)=>{var Ie=Y();yt();Yn();Xr();(function(){if(Ie.prime){co.exports=Ie.prime;return}var t=co.exports=Ie.prime=Ie.prime||{},e=Ie.jsbn.BigInteger,r=[6,4,2,4,2,4,6,2],n=new e(null);n.fromInt(30);var i=function(h,p){return h|p};t.generateProbablePrime=function(h,p,d){typeof p=="function"&&(d=p,p={}),p=p||{};var l=p.algorithm||"PRIMEINC";typeof l=="string"&&(l={name:l}),l.options=l.options||{};var y=p.prng||Ie.random,x={nextBytes:function(v){for(var w=y.getBytesSync(v.length),E=0;E<v.length;++E)v[E]=w.charCodeAt(E)}};if(l.name==="PRIMEINC")return o(h,x,l.options,d);throw new Error("Invalid prime generation algorithm: "+l.name)};function o(h,p,d,l){return"workers"in d?c(h,p,d,l):s(h,p,d,l)}function s(h,p,d,l){var y=f(h,p),x=0,v=u(y.bitLength());"millerRabinTests"in d&&(v=d.millerRabinTests);var w=10;"maxBlockTime"in d&&(w=d.maxBlockTime),a(y,h,p,x,v,w,l)}function a(h,p,d,l,y,x,v){var w=+new Date;do{if(h.bitLength()>p&&(h=f(p,d)),h.isProbablePrime(y))return v(null,h);h.dAddOffset(r[l++%8],0)}while(x<0||+new Date-w<x);Ie.util.setImmediate(function(){a(h,p,d,l,y,x,v)})}function c(h,p,d,l){if(typeof Worker>"u")return s(h,p,d,l);var y=f(h,p),x=d.workers,v=d.workLoad||100,w=v*30/8,E=d.workerScript||"forge/prime.worker.js";if(x===-1)return Ie.util.estimateCores(function(C,I){C&&(I=2),x=I-1,T()});T();function T(){x=Math.max(1,x);for(var C=[],I=0;I<x;++I)C[I]=new Worker(E);for(var N=x,I=0;I<x;++I)C[I].addEventListener("message",Q);var L=!1;function Q(zt){if(!L){--N;var Lt=zt.data;if(Lt.found){for(var Ct=0;Ct<C.length;++Ct)C[Ct].terminate();return L=!0,l(null,new e(Lt.prime,16))}y.bitLength()>h&&(y=f(h,p));var ar=y.toString(16);zt.target.postMessage({hex:ar,workLoad:v}),y.dAddOffset(w,0)}}}}function f(h,p){var d=new e(h,p),l=h-1;return d.testBit(l)||d.bitwiseTo(e.ONE.shiftLeft(l),i,d),d.dAddOffset(31-d.mod(n).byteValue(),0),d}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 Jn=M((rx,M0)=>{var k=Y();Qr();Yn();Kn();R0();D0();Xr();yt();typeof z>"u"&&(z=k.jsbn.BigInteger);var z,fo=k.util.isNodejs?ur():null,m=k.asn1,Ot=k.util;k.pki=k.pki||{};M0.exports=k.pki.rsa=k.rsa=k.rsa||{};var K=k.pki,qp=[6,4,2,4,2,4,6,2],Hp={name:"PrivateKeyInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},Gp={name:"RSAPrivateKey",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyModulus"},{name:"RSAPrivateKey.publicExponent",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPublicExponent"},{name:"RSAPrivateKey.privateExponent",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPrivateExponent"},{name:"RSAPrivateKey.prime1",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPrime1"},{name:"RSAPrivateKey.prime2",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},$p={name:"RSAPublicKey",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPublicKey.modulus",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"publicKeyModulus"},{name:"RSAPublicKey.exponent",tagClass:m.Class.UNIVERSAL,type:m.Type.INTEGER,constructed:!1,capture:"publicKeyExponent"}]},Wp=k.pki.rsa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:m.Class.UNIVERSAL,type:m.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},Zp={name:"DigestInfo",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm",tagClass:m.Class.UNIVERSAL,type:m.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm.algorithmIdentifier",tagClass:m.Class.UNIVERSAL,type:m.Type.OID,constructed:!1,capture:"algorithmIdentifier"},{name:"DigestInfo.DigestAlgorithm.parameters",tagClass:m.Class.UNIVERSAL,type:m.Type.NULL,capture:"parameters",optional:!0,constructed:!1}]},{name:"DigestInfo.digest",tagClass:m.Class.UNIVERSAL,type:m.Type.OCTETSTRING,constructed:!1,capture:"digest"}]},Yp=function(t){var e;if(t.algorithm in K.oids)e=K.oids[t.algorithm];else{var r=new Error("Unknown message digest algorithm.");throw r.algorithm=t.algorithm,r}var n=m.oidToDer(e).getBytes(),i=m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[]),o=m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[]);o.value.push(m.create(m.Class.UNIVERSAL,m.Type.OID,!1,n)),o.value.push(m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,""));var s=m.create(m.Class.UNIVERSAL,m.Type.OCTETSTRING,!1,t.digest().getBytes());return i.value.push(o),i.value.push(s),m.toDer(i).getBytes()},U0=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(z.ONE))),e.dQ||(e.dQ=e.d.mod(e.q.subtract(z.ONE))),e.qInv||(e.qInv=e.q.modInverse(e.p));var n;do n=new z(k.util.bytesToHex(k.random.getBytes(e.n.bitLength()/8)),16);while(n.compareTo(e.n)>=0||!n.gcd(e.n).equals(z.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};K.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=K0(t,e,r)):(i=k.util.createBuffer(),i.putBytes(t));for(var s=new z(i.toHex(),16),a=U0(s,e,n),c=a.toString(16),f=k.util.createBuffer(),u=o-Math.ceil(c.length/2);u>0;)f.putByte(0),--u;return f.putBytes(k.util.hexToBytes(c)),f.getBytes()};K.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 z(k.util.createBuffer(t).toHex(),16);if(s.compareTo(e.n)>=0)throw new Error("Encrypted message is invalid.");for(var a=U0(s,e,r),c=a.toString(16),f=k.util.createBuffer(),u=i-Math.ceil(c.length/2);u>0;)f.putByte(0),--u;return f.putBytes(k.util.hexToBytes(c)),n!==!1?Xn(f.getBytes(),e,r):f.getBytes()};K.rsa.createKeyPairGenerationState=function(t,e,r){typeof t=="string"&&(t=parseInt(t,10)),t=t||2048,r=r||{};var n=r.prng||k.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 z(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};K.rsa.stepKeyPairGenerationState=function(t,e){"algorithm"in t||(t.algorithm="PRIMEINC");var r=new z(null);r.fromInt(30);for(var n=0,i=function(h,p){return h|p},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 z(c,t.rng),t.num.testBit(f)||t.num.bitwiseTo(z.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(Xp(t.num.bitLength()))?++t.pqState:t.num.dAddOffset(qp[n++%8],0):t.pqState===2?t.pqState=t.num.subtract(z.ONE).gcd(t.e).compareTo(z.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(z.ONE),t.q1=t.q.subtract(z.ONE),t.phi=t.p1.multiply(t.q1),++t.state;else if(t.state===3)t.phi.gcd(t.e).compareTo(z.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:K.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:K.rsa.setPublicKey(t.n,t.e)}}s=+new Date,a+=s-o,o=s}return t.keys!==null};K.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),!k.options.usePureJavaScript&&!r.prng&&t>=256&&t<=16384&&(e===65537||e===3)){if(n){if(N0("generateKeyPair"))return fo.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:K.privateKeyFromPem(f),publicKey:K.publicKeyFromPem(c)})});if(P0("generateKey")&&P0("exportKey"))return Ot.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:L0(e),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(a){return Ot.globalScope.crypto.subtle.exportKey("pkcs8",a.privateKey)}).then(void 0,function(a){n(a)}).then(function(a){if(a){var c=K.privateKeyFromAsn1(m.fromDer(k.util.createBuffer(a)));n(null,{privateKey:c,publicKey:K.setRsaPublicKey(c.n,c.e)})}});if(k0("generateKey")&&k0("exportKey")){var i=Ot.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:L0(e),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(a){var c=a.target.result,f=Ot.globalScope.msCrypto.subtle.exportKey("pkcs8",c.privateKey);f.oncomplete=function(u){var h=u.target.result,p=K.privateKeyFromAsn1(m.fromDer(k.util.createBuffer(h)));n(null,{privateKey:p,publicKey:K.setRsaPublicKey(p.n,p.e)})},f.onerror=function(u){n(u)}},i.onerror=function(a){n(a)};return}}else if(N0("generateKeyPairSync")){var o=fo.generateKeyPairSync("rsa",{modulusLength:t,publicExponent:e,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:K.privateKeyFromPem(o.privateKey),publicKey:K.publicKeyFromPem(o.publicKey)}}}var s=K.rsa.createKeyPairGenerationState(t,e,r);if(!n)return K.rsa.stepKeyPairGenerationState(s,0),s.keys;Qp(s,r,n)};K.setRsaPublicKey=K.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 K0(a,c,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(a,c){return k.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 K.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=Xn(f,r,!0);var u=m.fromDer(f,{parseAllBytes:s._parseAllDigestBytes}),h={},p=[];if(!m.validate(u,Zp,h,p)){var d=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw d.errors=p,d}var l=m.derToOid(h.algorithmIdentifier);if(!(l===k.oids.md2||l===k.oids.md5||l===k.oids.sha1||l===k.oids.sha224||l===k.oids.sha256||l===k.oids.sha384||l===k.oids.sha512||l===k.oids["sha512-224"]||l===k.oids["sha512-256"])){var d=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw d.oid=l,d}if((l===k.oids.md2||l===k.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}}:(o==="NONE"||o==="NULL"||o===null)&&(o={verify:function(c,f){return f=Xn(f,r,!0),c===f}});var a=K.rsa.decrypt(i,r,!0,!1);return o.verify(n,a,r.n.bitLength())},r};K.setRsaPrivateKey=K.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,h){typeof u=="string"?u=u.toUpperCase():u===void 0&&(u="RSAES-PKCS1-V1_5");var p=K.rsa.decrypt(f,c,!1,!1);if(u==="RSAES-PKCS1-V1_5")u={decode:Xn};else if(u==="RSA-OAEP"||u==="RSAES-OAEP")u={decode:function(d,l){return k.pkcs1.decode_rsa_oaep(l,d,h)}};else if(["RAW","NONE","NULL",null].indexOf(u)!==-1)u={decode:function(d){return d}};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:Yp},h=1):(u==="NONE"||u==="NULL"||u===null)&&(u={encode:function(){return f}},h=1);var p=u.encode(f,c.n.bitLength());return K.rsa.encrypt(p,c,h)},c};K.wrapRsaPrivateKey=function(t){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,m.integerToDer(0).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.OID,!1,m.oidToDer(K.oids.rsaEncryption).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,"")]),m.create(m.Class.UNIVERSAL,m.Type.OCTETSTRING,!1,m.toDer(t).getBytes())])};K.privateKeyFromAsn1=function(t){var e={},r=[];if(m.validate(t,Hp,e,r)&&(t=m.fromDer(k.util.createBuffer(e.privateKey))),e={},r=[],!m.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,h;return i=k.util.createBuffer(e.privateKeyModulus).toHex(),o=k.util.createBuffer(e.privateKeyPublicExponent).toHex(),s=k.util.createBuffer(e.privateKeyPrivateExponent).toHex(),a=k.util.createBuffer(e.privateKeyPrime1).toHex(),c=k.util.createBuffer(e.privateKeyPrime2).toHex(),f=k.util.createBuffer(e.privateKeyExponent1).toHex(),u=k.util.createBuffer(e.privateKeyExponent2).toHex(),h=k.util.createBuffer(e.privateKeyCoefficient).toHex(),K.setRsaPrivateKey(new z(i,16),new z(o,16),new z(s,16),new z(a,16),new z(c,16),new z(f,16),new z(u,16),new z(h,16))};K.privateKeyToAsn1=K.privateKeyToRSAPrivateKey=function(t){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,m.integerToDer(0).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(t.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(t.e)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(t.d)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(t.p)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(t.q)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(t.dP)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(t.dQ)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(t.qInv))])};K.publicKeyFromAsn1=function(t){var e={},r=[];if(m.validate(t,Wp,e,r)){var n=m.derToOid(e.publicKeyOid);if(n!==K.oids.rsaEncryption){var i=new Error("Cannot read public key. Unknown OID.");throw i.oid=n,i}t=e.rsaPublicKey}if(r=[],!m.validate(t,$p,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=k.util.createBuffer(e.publicKeyModulus).toHex(),s=k.util.createBuffer(e.publicKeyExponent).toHex();return K.setRsaPublicKey(new z(o,16),new z(s,16))};K.publicKeyToAsn1=K.publicKeyToSubjectPublicKeyInfo=function(t){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.OID,!1,m.oidToDer(K.oids.rsaEncryption).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,"")]),m.create(m.Class.UNIVERSAL,m.Type.BITSTRING,!1,[K.publicKeyToRSAPublicKey(t)])])};K.publicKeyToRSAPublicKey=function(t){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(t.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(t.e))])};function K0(t,e,r){var n=k.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=k.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 Xn(t,e,r,n){var i=Math.ceil(e.n.bitLength()/8),o=k.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 Qp(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){k.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(z.ONE).gcd(t.e).compareTo(z.ONE)!==0){t.p=null,i();return}if(t.q.subtract(z.ONE).gcd(t.e).compareTo(z.ONE)!==0){t.q=null,o(t.qBits,s);return}if(t.p1=t.p.subtract(z.ONE),t.q1=t.q.subtract(z.ONE),t.phi=t.p1.multiply(t.q1),t.phi.gcd(t.e).compareTo(z.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:K.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:K.rsa.setPublicKey(t.n,t.e)},r(null,t.keys)}}function ee(t){var e=t.toString(16);e[0]>="8"&&(e="00"+e);var r=k.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 Xp(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 N0(t){return k.util.isNodejs&&typeof fo[t]=="function"}function P0(t){return typeof Ot.globalScope<"u"&&typeof Ot.globalScope.crypto=="object"&&typeof Ot.globalScope.crypto.subtle=="object"&&typeof Ot.globalScope.crypto.subtle[t]=="function"}function k0(t){return typeof Ot.globalScope<"u"&&typeof Ot.globalScope.msCrypto=="object"&&typeof Ot.globalScope.msCrypto.subtle=="object"&&typeof Ot.globalScope.msCrypto.subtle[t]=="function"}function L0(t){for(var e=k.util.hexToBytes(t.toString(16)),r=new Uint8Array(e.length),n=0;n<e.length;++n)r[n]=e.charCodeAt(n);return r}});var H0=M((nx,q0)=>{var R=Y();to();Qr();Za();He();Kn();ja();r0();Xr();d0();Jn();yt();typeof O0>"u"&&(O0=R.jsbn.BigInteger);var O0,b=R.asn1,F=R.pki=R.pki||{};q0.exports=F.pbe=R.pbe=R.pbe||{};var We=F.oids,Jp={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"}]},jp={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"}]}]},td={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"}]};F.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=R.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,h;switch(r.algorithm){case"aes128":s=16,f=16,u=We["aes128-CBC"],h=R.aes.createEncryptionCipher;break;case"aes192":s=24,f=16,u=We["aes192-CBC"],h=R.aes.createEncryptionCipher;break;case"aes256":s=32,f=16,u=We["aes256-CBC"],h=R.aes.createEncryptionCipher;break;case"des":s=8,f=8,u=We.desCBC,h=R.des.createEncryptionCipher;break;default:var p=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw p.algorithm=r.algorithm,p}var d="hmacWith"+r.prfAlgorithm.toUpperCase(),l=z0(d),y=R.pkcs5.pbkdf2(e,n,i,s,l),x=R.random.getBytesSync(f),v=h(y);v.start(x),v.update(b.toDer(t)),v.finish(),c=v.output.getBytes();var w=ed(n,o,s,d);a=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.OID,!1,b.oidToDer(We.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(We.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,x)])])])}else if(r.algorithm==="3des"){s=24;var E=new R.util.ByteBuffer(n),y=F.pbe.generatePkcs12Key(e,E,1,i,s),x=F.pbe.generatePkcs12Key(e,E,2,i,s),v=R.des.createEncryptionCipher(y);v.start(x),v.update(b.toDer(t)),v.finish(),c=v.output.getBytes(),a=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[b.create(b.Class.UNIVERSAL,b.Type.OID,!1,b.oidToDer(We["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 p=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw p.algorithm=r.algorithm,p}var T=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[a,b.create(b.Class.UNIVERSAL,b.Type.OCTETSTRING,!1,c)]);return T};F.decryptPrivateKeyInfo=function(t,e){var r=null,n={},i=[];if(!b.validate(t,Jp,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=F.pbe.getCipher(s,n.encryptionParams,e),c=R.util.createBuffer(n.encryptedData);return a.update(c),a.finish()&&(r=b.fromDer(a.output)),r};F.encryptedPrivateKeyToPem=function(t,e){var r={type:"ENCRYPTED PRIVATE KEY",body:b.toDer(t).getBytes()};return R.pem.encode(r,{maxline:e})};F.encryptedPrivateKeyFromPem=function(t){var e=R.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)};F.encryptRsaPrivateKey=function(t,e,r){if(r=r||{},!r.legacy){var n=F.wrapRsaPrivateKey(F.privateKeyToAsn1(t));return n=F.encryptPrivateKeyInfo(n,e,r),F.encryptedPrivateKeyToPem(n)}var i,o,s,a;switch(r.algorithm){case"aes128":i="AES-128-CBC",s=16,o=R.random.getBytesSync(16),a=R.aes.createEncryptionCipher;break;case"aes192":i="AES-192-CBC",s=24,o=R.random.getBytesSync(16),a=R.aes.createEncryptionCipher;break;case"aes256":i="AES-256-CBC",s=32,o=R.random.getBytesSync(16),a=R.aes.createEncryptionCipher;break;case"3des":i="DES-EDE3-CBC",s=24,o=R.random.getBytesSync(8),a=R.des.createEncryptionCipher;break;case"des":i="DES-CBC",s=8,o=R.random.getBytesSync(8),a=R.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=R.pbe.opensslDeriveBytes(e,o.substr(0,8),s),u=a(f);u.start(o),u.update(b.toDer(F.privateKeyToAsn1(t))),u.finish();var h={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:i,parameters:R.util.bytesToHex(o).toUpperCase()},body:u.output.getBytes()};return R.pem.encode(h)};F.decryptRsaPrivateKey=function(t,e){var r=null,n=R.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=R.des.createDecryptionCipher;break;case"DES-EDE3-CBC":o=24,s=R.des.createDecryptionCipher;break;case"AES-128-CBC":o=16,s=R.aes.createDecryptionCipher;break;case"AES-192-CBC":o=24,s=R.aes.createDecryptionCipher;break;case"AES-256-CBC":o=32,s=R.aes.createDecryptionCipher;break;case"RC2-40-CBC":o=5,s=function(h){return R.rc2.createDecryptionCipher(h,40)};break;case"RC2-64-CBC":o=8,s=function(h){return R.rc2.createDecryptionCipher(h,64)};break;case"RC2-128-CBC":o=16,s=function(h){return R.rc2.createDecryptionCipher(h,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=R.util.hexToBytes(n.dekInfo.parameters),c=R.pbe.opensslDeriveBytes(e,a.substr(0,8),o),f=s(c);if(f.start(a),f.update(R.util.createBuffer(n.body)),f.finish())r=f.output.getBytes();else return r}else r=n.body;return n.type==="ENCRYPTED PRIVATE KEY"?r=F.decryptPrivateKeyInfo(b.fromDer(r),e):r=b.fromDer(r),r!==null&&(r=F.privateKeyFromAsn1(r)),r};F.pbe.generatePkcs12Key=function(t,e,r,n,i,o){var s,a;if(typeof o>"u"||o===null){if(!("sha1"in R.md))throw new Error('"sha1" hash algorithm unavailable.');o=R.md.sha1.create()}var c=o.digestLength,f=o.blockLength,u=new R.util.ByteBuffer,h=new R.util.ByteBuffer;if(t!=null){for(a=0;a<t.length;a++)h.putInt16(t.charCodeAt(a));h.putInt16(0)}var p=h.length(),d=e.length(),l=new R.util.ByteBuffer;l.fillWithByte(r,f);var y=f*Math.ceil(d/f),x=new R.util.ByteBuffer;for(a=0;a<y;a++)x.putByte(e.at(a%d));var v=f*Math.ceil(p/f),w=new R.util.ByteBuffer;for(a=0;a<v;a++)w.putByte(h.at(a%p));var E=x;E.putBuffer(w);for(var T=Math.ceil(i/c),C=1;C<=T;C++){var I=new R.util.ByteBuffer;I.putBytes(l.bytes()),I.putBytes(E.bytes());for(var N=0;N<n;N++)o.start(),o.update(I.getBytes()),I=o.digest();var L=new R.util.ByteBuffer;for(a=0;a<f;a++)L.putByte(I.at(a%c));var Q=Math.ceil(d/f)+Math.ceil(p/f),zt=new R.util.ByteBuffer;for(s=0;s<Q;s++){var Lt=new R.util.ByteBuffer(E.getBytes(f)),Ct=511;for(a=L.length()-1;a>=0;a--)Ct=Ct>>8,Ct+=L.at(a)+Lt.at(a),Lt.setAt(a,Ct&255);zt.putBuffer(Lt)}E=zt,u.putBuffer(I)}return u.truncate(u.length()-i),u};F.pbe.getCipher=function(t,e,r){switch(t){case F.oids.pkcs5PBES2:return F.pbe.getCipherForPBES2(t,e,r);case F.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case F.oids["pbewithSHAAnd40BitRC2-CBC"]:return F.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}};F.pbe.getCipherForPBES2=function(t,e,r){var n={},i=[];if(!b.validate(e,jp,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!==F.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!==F.oids["aes128-CBC"]&&t!==F.oids["aes192-CBC"]&&t!==F.oids["aes256-CBC"]&&t!==F.oids["des-EDE3-CBC"]&&t!==F.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=R.util.createBuffer(n.kdfIterationCount);a=a.getInt(a.length()<<3);var c,f;switch(F.oids[t]){case"aes128-CBC":c=16,f=R.aes.createDecryptionCipher;break;case"aes192-CBC":c=24,f=R.aes.createDecryptionCipher;break;case"aes256-CBC":c=32,f=R.aes.createDecryptionCipher;break;case"des-EDE3-CBC":c=24,f=R.des.createDecryptionCipher;break;case"desCBC":c=8,f=R.des.createDecryptionCipher;break}var u=V0(n.prfOid),h=R.pkcs5.pbkdf2(r,s,a,c,u),p=n.encIv,d=f(h);return d.start(p),d};F.pbe.getCipherForPKCS12PBE=function(t,e,r){var n={},i=[];if(!b.validate(e,td,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=R.util.createBuffer(n.salt),a=R.util.createBuffer(n.iterations);a=a.getInt(a.length()<<3);var c,f,u;switch(t){case F.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:c=24,f=8,u=R.des.startDecrypting;break;case F.oids["pbewithSHAAnd40BitRC2-CBC"]:c=5,f=8,u=function(y,x){var v=R.rc2.createDecryptionCipher(y,40);return v.start(x,null),v};break;default:var o=new Error("Cannot read PKCS #12 PBE data block. Unsupported OID.");throw o.oid=t,o}var h=V0(n.prfOid),p=F.pbe.generatePkcs12Key(r,s,1,a,c,h);h.start();var d=F.pbe.generatePkcs12Key(r,s,2,a,f,h);return u(p,d)};F.pbe.opensslDeriveBytes=function(t,e,r,n){if(typeof n>"u"||n===null){if(!("md5"in R.md))throw new Error('"md5" hash algorithm unavailable.');n=R.md.md5.create()}e===null&&(e="");for(var i=[F0(n,t+e)],o=16,s=1;o<r;++s,o+=16)i.push(F0(n,i[s-1]+t+e));return i.join("").substr(0,r)};function F0(t,e){return t.start().update(e).digest().getBytes()}function V0(t){var e;if(!t)e="hmacWithSHA1";else if(e=F.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 z0(e)}function z0(t){var e=R.md;switch(t){case"hmacWithSHA224":e=R.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 ed(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,R.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(F.oids[n]).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.NULL,!1,"")])),i}});var zc=M((xv,Vc)=>{"use strict";Vc.exports=i1;function i1(t,e){for(var r=new Array(arguments.length-1),n=0,i=2,o=!0;i<arguments.length;)r[n++]=arguments[i++];return new Promise(function(a,c){r[n]=function(u){if(o)if(o=!1,u)c(u);else{for(var h=new Array(arguments.length-1),p=0;p<h.length;)h[p++]=arguments[p];a.apply(null,h)}};try{t.apply(e||null,r)}catch(f){o&&(o=!1,c(f))}})}});var $c=M(Gc=>{"use strict";var fi=Gc;fi.length=function(e){var r=e.length;if(!r)return 0;for(var n=0;--r%4>1&&e.charAt(r)==="=";)++n;return Math.ceil(e.length*3)/4-n};var Ar=new Array(64),Hc=new Array(123);for(Gt=0;Gt<64;)Hc[Ar[Gt]=Gt<26?Gt+65:Gt<52?Gt+71:Gt<62?Gt-4:Gt-59|43]=Gt++;var Gt;fi.encode=function(e,r,n){for(var i=null,o=[],s=0,a=0,c;r<n;){var f=e[r++];switch(a){case 0:o[s++]=Ar[f>>2],c=(f&3)<<4,a=1;break;case 1:o[s++]=Ar[c|f>>4],c=(f&15)<<2,a=2;break;case 2:o[s++]=Ar[c|f>>6],o[s++]=Ar[f&63],a=0;break}s>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,o)),s=0)}return a&&(o[s++]=Ar[c],o[s++]=61,a===1&&(o[s++]=61)),i?(s&&i.push(String.fromCharCode.apply(String,o.slice(0,s))),i.join("")):String.fromCharCode.apply(String,o.slice(0,s))};var qc="invalid encoding";fi.decode=function(e,r,n){for(var i=n,o=0,s,a=0;a<e.length;){var c=e.charCodeAt(a++);if(c===61&&o>1)break;if((c=Hc[c])===void 0)throw Error(qc);switch(o){case 0:s=c,o=1;break;case 1:r[n++]=s<<2|(c&48)>>4,s=c,o=2;break;case 2:r[n++]=(s&15)<<4|(c&60)>>2,s=c,o=3;break;case 3:r[n++]=(s&3)<<6|c,o=0;break}}if(o===1)throw Error(qc);return n-i};fi.test=function(e){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(e)}});var Zc=M((bv,Wc)=>{"use strict";Wc.exports=ui;function ui(){this._listeners={}}ui.prototype.on=function(e,r,n){return(this._listeners[e]||(this._listeners[e]=[])).push({fn:r,ctx:n||this}),this};ui.prototype.off=function(e,r){if(e===void 0)this._listeners={};else if(r===void 0)this._listeners[e]=[];else for(var n=this._listeners[e],i=0;i<n.length;)n[i].fn===r?n.splice(i,1):++i;return this};ui.prototype.emit=function(e){var r=this._listeners[e];if(r){for(var n=[],i=1;i<arguments.length;)n.push(arguments[i++]);for(i=0;i<r.length;)r[i].fn.apply(r[i++].ctx,n)}return this}});var ef=M((wv,tf)=>{"use strict";tf.exports=Yc(Yc);function Yc(t){return typeof Float32Array<"u"?function(){var e=new Float32Array([-0]),r=new Uint8Array(e.buffer),n=r[3]===128;function i(c,f,u){e[0]=c,f[u]=r[0],f[u+1]=r[1],f[u+2]=r[2],f[u+3]=r[3]}function o(c,f,u){e[0]=c,f[u]=r[3],f[u+1]=r[2],f[u+2]=r[1],f[u+3]=r[0]}t.writeFloatLE=n?i:o,t.writeFloatBE=n?o:i;function s(c,f){return r[0]=c[f],r[1]=c[f+1],r[2]=c[f+2],r[3]=c[f+3],e[0]}function a(c,f){return r[3]=c[f],r[2]=c[f+1],r[1]=c[f+2],r[0]=c[f+3],e[0]}t.readFloatLE=n?s:a,t.readFloatBE=n?a:s}():function(){function e(n,i,o,s){var a=i<0?1:0;if(a&&(i=-i),i===0)n(1/i>0?0:2147483648,o,s);else if(isNaN(i))n(2143289344,o,s);else if(i>34028234663852886e22)n((a<<31|2139095040)>>>0,o,s);else if(i<11754943508222875e-54)n((a<<31|Math.round(i/1401298464324817e-60))>>>0,o,s);else{var c=Math.floor(Math.log(i)/Math.LN2),f=Math.round(i*Math.pow(2,-c)*8388608)&8388607;n((a<<31|c+127<<23|f)>>>0,o,s)}}t.writeFloatLE=e.bind(null,Qc),t.writeFloatBE=e.bind(null,Xc);function r(n,i,o){var s=n(i,o),a=(s>>31)*2+1,c=s>>>23&255,f=s&8388607;return c===255?f?NaN:a*(1/0):c===0?a*1401298464324817e-60*f:a*Math.pow(2,c-150)*(f+8388608)}t.readFloatLE=r.bind(null,Jc),t.readFloatBE=r.bind(null,jc)}(),typeof Float64Array<"u"?function(){var e=new Float64Array([-0]),r=new Uint8Array(e.buffer),n=r[7]===128;function i(c,f,u){e[0]=c,f[u]=r[0],f[u+1]=r[1],f[u+2]=r[2],f[u+3]=r[3],f[u+4]=r[4],f[u+5]=r[5],f[u+6]=r[6],f[u+7]=r[7]}function o(c,f,u){e[0]=c,f[u]=r[7],f[u+1]=r[6],f[u+2]=r[5],f[u+3]=r[4],f[u+4]=r[3],f[u+5]=r[2],f[u+6]=r[1],f[u+7]=r[0]}t.writeDoubleLE=n?i:o,t.writeDoubleBE=n?o:i;function s(c,f){return r[0]=c[f],r[1]=c[f+1],r[2]=c[f+2],r[3]=c[f+3],r[4]=c[f+4],r[5]=c[f+5],r[6]=c[f+6],r[7]=c[f+7],e[0]}function a(c,f){return r[7]=c[f],r[6]=c[f+1],r[5]=c[f+2],r[4]=c[f+3],r[3]=c[f+4],r[2]=c[f+5],r[1]=c[f+6],r[0]=c[f+7],e[0]}t.readDoubleLE=n?s:a,t.readDoubleBE=n?a:s}():function(){function e(n,i,o,s,a,c){var f=s<0?1:0;if(f&&(s=-s),s===0)n(0,a,c+i),n(1/s>0?0:2147483648,a,c+o);else if(isNaN(s))n(0,a,c+i),n(2146959360,a,c+o);else if(s>17976931348623157e292)n(0,a,c+i),n((f<<31|2146435072)>>>0,a,c+o);else{var u;if(s<22250738585072014e-324)u=s/5e-324,n(u>>>0,a,c+i),n((f<<31|u/4294967296)>>>0,a,c+o);else{var h=Math.floor(Math.log(s)/Math.LN2);h===1024&&(h=1023),u=s*Math.pow(2,-h),n(u*4503599627370496>>>0,a,c+i),n((f<<31|h+1023<<20|u*1048576&1048575)>>>0,a,c+o)}}}t.writeDoubleLE=e.bind(null,Qc,0,4),t.writeDoubleBE=e.bind(null,Xc,4,0);function r(n,i,o,s,a){var c=n(s,a+i),f=n(s,a+o),u=(f>>31)*2+1,h=f>>>20&2047,p=4294967296*(f&1048575)+c;return h===2047?p?NaN:u*(1/0):h===0?u*5e-324*p:u*Math.pow(2,h-1075)*(p+4503599627370496)}t.readDoubleLE=r.bind(null,Jc,0,4),t.readDoubleBE=r.bind(null,jc,4,0)}(),t}function Qc(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 Xc(t,e,r){e[r]=t>>>24,e[r+1]=t>>>16&255,e[r+2]=t>>>8&255,e[r+3]=t&255}function Jc(t,e){return(t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24)>>>0}function jc(t,e){return(t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3])>>>0}});var rf=M((exports,module)=>{"use strict";module.exports=inquire;function inquire(moduleName){try{var mod=eval("quire".replace(/^/,"re"))(moduleName);if(mod&&(mod.length||Object.keys(mod).length))return mod}catch(t){}return null}});var of=M(nf=>{"use strict";var ts=nf;ts.length=function(e){for(var r=0,n=0,i=0;i<e.length;++i)n=e.charCodeAt(i),n<128?r+=1:n<2048?r+=2:(n&64512)===55296&&(e.charCodeAt(i+1)&64512)===56320?(++i,r+=4):r+=3;return r};ts.read=function(e,r,n){var i=n-r;if(i<1)return"";for(var o=null,s=[],a=0,c;r<n;)c=e[r++],c<128?s[a++]=c:c>191&&c<224?s[a++]=(c&31)<<6|e[r++]&63:c>239&&c<365?(c=((c&7)<<18|(e[r++]&63)<<12|(e[r++]&63)<<6|e[r++]&63)-65536,s[a++]=55296+(c>>10),s[a++]=56320+(c&1023)):s[a++]=(c&15)<<12|(e[r++]&63)<<6|e[r++]&63,a>8191&&((o||(o=[])).push(String.fromCharCode.apply(String,s)),a=0);return o?(a&&o.push(String.fromCharCode.apply(String,s.slice(0,a))),o.join("")):String.fromCharCode.apply(String,s.slice(0,a))};ts.write=function(e,r,n){for(var i=n,o,s,a=0;a<e.length;++a)o=e.charCodeAt(a),o<128?r[n++]=o:o<2048?(r[n++]=o>>6|192,r[n++]=o&63|128):(o&64512)===55296&&((s=e.charCodeAt(a+1))&64512)===56320?(o=65536+((o&1023)<<10)+(s&1023),++a,r[n++]=o>>18|240,r[n++]=o>>12&63|128,r[n++]=o>>6&63|128,r[n++]=o&63|128):(r[n++]=o>>12|224,r[n++]=o>>6&63|128,r[n++]=o&63|128);return n-i}});var af=M((Sv,sf)=>{"use strict";sf.exports=o1;function o1(t,e,r){var n=r||8192,i=n>>>1,o=null,s=n;return function(c){if(c<1||c>i)return t(c);s+c>n&&(o=t(n),s=0);var f=e.call(o,s,s+=c);return s&7&&(s=(s|7)+1),f}}});var ff=M((Bv,cf)=>{"use strict";cf.exports=St;var ln=Je();function St(t,e){this.lo=t>>>0,this.hi=e>>>0}var Xe=St.zero=new St(0,0);Xe.toNumber=function(){return 0};Xe.zzEncode=Xe.zzDecode=function(){return this};Xe.length=function(){return 1};var s1=St.zeroHash="\0\0\0\0\0\0\0\0";St.fromNumber=function(e){if(e===0)return Xe;var r=e<0;r&&(e=-e);var 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 St(n,i)};St.from=function(e){if(typeof e=="number")return St.fromNumber(e);if(ln.isString(e))if(ln.Long)e=ln.Long.fromString(e);else return St.fromNumber(parseInt(e,10));return e.low||e.high?new St(e.low>>>0,e.high>>>0):Xe};St.prototype.toNumber=function(e){if(!e&&this.hi>>>31){var r=~this.lo+1>>>0,n=~this.hi>>>0;return r||(n=n+1>>>0),-(r+n*4294967296)}return this.lo+this.hi*4294967296};St.prototype.toLong=function(e){return ln.Long?new ln.Long(this.lo|0,this.hi|0,!!e):{low:this.lo|0,high:this.hi|0,unsigned:!!e}};var Ue=String.prototype.charCodeAt;St.fromHash=function(e){return e===s1?Xe:new St((Ue.call(e,0)|Ue.call(e,1)<<8|Ue.call(e,2)<<16|Ue.call(e,3)<<24)>>>0,(Ue.call(e,4)|Ue.call(e,5)<<8|Ue.call(e,6)<<16|Ue.call(e,7)<<24)>>>0)};St.prototype.toHash=function(){return String.fromCharCode(this.lo&255,this.lo>>>8&255,this.lo>>>16&255,this.lo>>>24,this.hi&255,this.hi>>>8&255,this.hi>>>16&255,this.hi>>>24)};St.prototype.zzEncode=function(){var e=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^e)>>>0,this.lo=(this.lo<<1^e)>>>0,this};St.prototype.zzDecode=function(){var e=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^e)>>>0,this.hi=(this.hi>>>1^e)>>>0,this};St.prototype.length=function(){var 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}});var Je=M(es=>{"use strict";var P=es;P.asPromise=zc();P.base64=$c();P.EventEmitter=Zc();P.float=ef();P.inquire=rf();P.utf8=of();P.pool=af();P.LongBits=ff();P.isNode=!!(typeof globalThis<"u"&&globalThis&&globalThis.process&&globalThis.process.versions&&globalThis.process.versions.node);P.global=P.isNode&&globalThis||typeof window<"u"&&window||typeof self<"u"&&self||es;P.emptyArray=Object.freeze?Object.freeze([]):[];P.emptyObject=Object.freeze?Object.freeze({}):{};P.isInteger=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e};P.isString=function(e){return typeof e=="string"||e instanceof String};P.isObject=function(e){return e&&typeof e=="object"};P.isset=P.isSet=function(e,r){var n=e[r];return n!=null&&e.hasOwnProperty(r)?typeof n!="object"||(Array.isArray(n)?n.length:Object.keys(n).length)>0:!1};P.Buffer=function(){try{var t=P.inquire("buffer").Buffer;return t.prototype.utf8Write?t:null}catch{return null}}();P._Buffer_from=null;P._Buffer_allocUnsafe=null;P.newBuffer=function(e){return typeof e=="number"?P.Buffer?P._Buffer_allocUnsafe(e):new P.Array(e):P.Buffer?P._Buffer_from(e):typeof Uint8Array>"u"?e:new Uint8Array(e)};P.Array=typeof Uint8Array<"u"?Uint8Array:Array;P.Long=P.global.dcodeIO&&P.global.dcodeIO.Long||P.global.Long||P.inquire("long");P.key2Re=/^true|false|0|1$/;P.key32Re=/^-?(?:0|[1-9][0-9]*)$/;P.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;P.longToHash=function(e){return e?P.LongBits.from(e).toHash():P.LongBits.zeroHash};P.longFromHash=function(e,r){var n=P.LongBits.fromHash(e);return P.Long?P.Long.fromBits(n.lo,n.hi,r):n.toNumber(!!r)};function uf(t,e,r){for(var n=Object.keys(e),i=0;i<n.length;++i)(t[n[i]]===void 0||!r)&&(t[n[i]]=e[n[i]]);return t}P.merge=uf;P.lcFirst=function(e){return e.charAt(0).toLowerCase()+e.substring(1)};function hf(t){function e(r,n){if(!(this instanceof e))return new e(r,n);Object.defineProperty(this,"message",{get:function(){return r}}),Error.captureStackTrace?Error.captureStackTrace(this,e):Object.defineProperty(this,"stack",{value:new Error().stack||""}),n&&uf(this,n)}return e.prototype=Object.create(Error.prototype,{constructor:{value:e,writable:!0,enumerable:!1,configurable:!0},name:{get:function(){return t},set:void 0,enumerable:!1,configurable:!0},toString:{value:function(){return this.name+": "+this.message},writable:!0,enumerable:!1,configurable:!0}}),e}P.newError=hf;P.ProtocolError=hf("ProtocolError");P.oneOfGetter=function(e){for(var r={},n=0;n<e.length;++n)r[e[n]]=1;return function(){for(var i=Object.keys(this),o=i.length-1;o>-1;--o)if(r[i[o]]===1&&this[i[o]]!==void 0&&this[i[o]]!==null)return i[o]}};P.oneOfSetter=function(e){return function(r){for(var n=0;n<e.length;++n)e[n]!==r&&delete this[e[n]]}};P.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};P._configure=function(){var t=P.Buffer;if(!t){P._Buffer_from=P._Buffer_allocUnsafe=null;return}P._Buffer_from=t.from!==Uint8Array.from&&t.from||function(r,n){return new t(r,n)},P._Buffer_allocUnsafe=t.allocUnsafe||function(r){return new t(r)}}});var is=M((Cv,gf)=>{"use strict";gf.exports=pt;var oe=Je(),ns,df=oe.LongBits,a1=oe.utf8;function $t(t,e){return RangeError("index out of range: "+t.pos+" + "+(e||1)+" > "+t.len)}function pt(t){this.buf=t,this.pos=0,this.len=t.length}var lf=typeof Uint8Array<"u"?function(e){if(e instanceof Uint8Array||Array.isArray(e))return new pt(e);throw Error("illegal buffer")}:function(e){if(Array.isArray(e))return new pt(e);throw Error("illegal buffer")},yf=function(){return oe.Buffer?function(r){return(pt.create=function(i){return oe.Buffer.isBuffer(i)?new ns(i):lf(i)})(r)}:lf};pt.create=yf();pt.prototype._slice=oe.Array.prototype.subarray||oe.Array.prototype.slice;pt.prototype.uint32=function(){var e=4294967295;return function(){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,$t(this,10);return e}}();pt.prototype.int32=function(){return this.uint32()|0};pt.prototype.sint32=function(){var e=this.uint32();return e>>>1^-(e&1)|0};function rs(){var t=new df(0,0),e=0;if(this.len-this.pos>4){for(;e<4;++e)if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t;if(t.lo=(t.lo|(this.buf[this.pos]&127)<<28)>>>0,t.hi=(t.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return t;e=0}else{for(;e<3;++e){if(this.pos>=this.len)throw $t(this);if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(this.buf[this.pos++]&127)<<e*7)>>>0,t}if(this.len-this.pos>4){for(;e<5;++e)if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}else for(;e<5;++e){if(this.pos>=this.len)throw $t(this);if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}pt.prototype.bool=function(){return this.uint32()!==0};function hi(t,e){return(t[e-4]|t[e-3]<<8|t[e-2]<<16|t[e-1]<<24)>>>0}pt.prototype.fixed32=function(){if(this.pos+4>this.len)throw $t(this,4);return hi(this.buf,this.pos+=4)};pt.prototype.sfixed32=function(){if(this.pos+4>this.len)throw $t(this,4);return hi(this.buf,this.pos+=4)|0};function pf(){if(this.pos+8>this.len)throw $t(this,8);return new df(hi(this.buf,this.pos+=4),hi(this.buf,this.pos+=4))}pt.prototype.float=function(){if(this.pos+4>this.len)throw $t(this,4);var e=oe.float.readFloatLE(this.buf,this.pos);return this.pos+=4,e};pt.prototype.double=function(){if(this.pos+8>this.len)throw $t(this,4);var e=oe.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,e};pt.prototype.bytes=function(){var e=this.uint32(),r=this.pos,n=this.pos+e;if(n>this.len)throw $t(this,e);return this.pos+=e,Array.isArray(this.buf)?this.buf.slice(r,n):r===n?new this.buf.constructor(0):this._slice.call(this.buf,r,n)};pt.prototype.string=function(){var e=this.bytes();return a1.read(e,0,e.length)};pt.prototype.skip=function(e){if(typeof e=="number"){if(this.pos+e>this.len)throw $t(this,e);this.pos+=e}else do if(this.pos>=this.len)throw $t(this);while(this.buf[this.pos++]&128);return this};pt.prototype.skipType=function(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};pt._configure=function(t){ns=t,pt.create=yf(),ns._configure();var e=oe.Long?"toLong":"toNumber";oe.merge(pt.prototype,{int64:function(){return rs.call(this)[e](!1)},uint64:function(){return rs.call(this)[e](!0)},sint64:function(){return rs.call(this).zzDecode()[e](!1)},fixed64:function(){return pf.call(this)[e](!0)},sfixed64:function(){return pf.call(this)[e](!1)}})}});var bf=M((Iv,vf)=>{"use strict";vf.exports=je;var xf=is();(je.prototype=Object.create(xf.prototype)).constructor=je;var mf=Je();function je(t){xf.call(this,t)}je._configure=function(){mf.Buffer&&(je.prototype._slice=mf.Buffer.prototype.slice)};je.prototype.string=function(){var e=this.uint32();return this.buf.utf8Slice?this.buf.utf8Slice(this.pos,this.pos=Math.min(this.pos+e,this.len)):this.buf.toString("utf-8",this.pos,this.pos=Math.min(this.pos+e,this.len))};je._configure()});var hs=M((Tv,Bf)=>{"use strict";Bf.exports=$;var Ft=Je(),os,li=Ft.LongBits,wf=Ft.base64,Ef=Ft.utf8;function pn(t,e,r){this.fn=t,this.len=e,this.next=void 0,this.val=r}function as(){}function c1(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}function $(){this.len=0,this.head=new pn(as,0,0),this.tail=this.head,this.states=null}var Sf=function(){return Ft.Buffer?function(){return($.create=function(){return new os})()}:function(){return new $}};$.create=Sf();$.alloc=function(e){return new Ft.Array(e)};Ft.Array!==Array&&($.alloc=Ft.pool($.alloc,Ft.Array.prototype.subarray));$.prototype._push=function(e,r,n){return this.tail=this.tail.next=new pn(e,r,n),this.len+=r,this};function cs(t,e,r){e[r]=t&255}function f1(t,e,r){for(;t>127;)e[r++]=t&127|128,t>>>=7;e[r]=t}function fs(t,e){this.len=t,this.next=void 0,this.val=e}fs.prototype=Object.create(pn.prototype);fs.prototype.fn=f1;$.prototype.uint32=function(e){return this.len+=(this.tail=this.tail.next=new fs((e=e>>>0)<128?1:e<16384?2:e<2097152?3:e<268435456?4:5,e)).len,this};$.prototype.int32=function(e){return e<0?this._push(us,10,li.fromNumber(e)):this.uint32(e)};$.prototype.sint32=function(e){return this.uint32((e<<1^e>>31)>>>0)};function us(t,e,r){for(;t.hi;)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}$.prototype.uint64=function(e){var r=li.from(e);return this._push(us,r.length(),r)};$.prototype.int64=$.prototype.uint64;$.prototype.sint64=function(e){var r=li.from(e).zzEncode();return this._push(us,r.length(),r)};$.prototype.bool=function(e){return this._push(cs,1,e?1:0)};function ss(t,e,r){e[r]=t&255,e[r+1]=t>>>8&255,e[r+2]=t>>>16&255,e[r+3]=t>>>24}$.prototype.fixed32=function(e){return this._push(ss,4,e>>>0)};$.prototype.sfixed32=$.prototype.fixed32;$.prototype.fixed64=function(e){var r=li.from(e);return this._push(ss,4,r.lo)._push(ss,4,r.hi)};$.prototype.sfixed64=$.prototype.fixed64;$.prototype.float=function(e){return this._push(Ft.float.writeFloatLE,4,e)};$.prototype.double=function(e){return this._push(Ft.float.writeDoubleLE,8,e)};var u1=Ft.Array.prototype.set?function(e,r,n){r.set(e,n)}:function(e,r,n){for(var i=0;i<e.length;++i)r[n+i]=e[i]};$.prototype.bytes=function(e){var r=e.length>>>0;if(!r)return this._push(cs,1,0);if(Ft.isString(e)){var n=$.alloc(r=wf.length(e));wf.decode(e,n,0),e=n}return this.uint32(r)._push(u1,r,e)};$.prototype.string=function(e){var r=Ef.length(e);return r?this.uint32(r)._push(Ef.write,r,e):this._push(cs,1,0)};$.prototype.fork=function(){return this.states=new c1(this),this.head=this.tail=new pn(as,0,0),this.len=0,this};$.prototype.reset=function(){return this.states?(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 pn(as,0,0),this.len=0),this};$.prototype.ldelim=function(){var e=this.head,r=this.tail,n=this.len;return this.reset().uint32(n),n&&(this.tail.next=e.next,this.tail=r,this.len+=n),this};$.prototype.finish=function(){for(var e=this.head.next,r=this.constructor.alloc(this.len),n=0;e;)e.fn(e.val,r,n),n+=e.len,e=e.next;return r};$._configure=function(t){os=t,$.create=Sf(),os._configure()}});var If=M((_v,Cf)=>{"use strict";Cf.exports=se;var Af=hs();(se.prototype=Object.create(Af.prototype)).constructor=se;var Ke=Je();function se(){Af.call(this)}se._configure=function(){se.alloc=Ke._Buffer_allocUnsafe,se.writeBytesBuffer=Ke.Buffer&&Ke.Buffer.prototype instanceof Uint8Array&&Ke.Buffer.prototype.set.name==="set"?function(e,r,n){r.set(e,n)}:function(e,r,n){if(e.copy)e.copy(r,n,0,e.length);else for(var i=0;i<e.length;)r[n++]=e[i++]}};se.prototype.bytes=function(e){Ke.isString(e)&&(e=Ke._Buffer_from(e,"base64"));var r=e.length>>>0;return this.uint32(r),r&&this._push(se.writeBytesBuffer,r,e),this};function h1(t,e,r){t.length<40?Ke.utf8.write(t,e,r):e.utf8Write?e.utf8Write(t,r):e.write(t,r)}se.prototype.string=function(e){var r=Ke.Buffer.byteLength(e);return this.uint32(r),r&&this._push(h1,r,e),this};se._configure()});var Of=M((_b,Mf)=>{var rt=Y();He();yt();var yn=Mf.exports=rt.sha512=rt.sha512||{};rt.md.sha512=rt.md.algorithms.sha512=yn;var Uf=rt.sha384=rt.sha512.sha384=rt.sha512.sha384||{};Uf.create=function(){return yn.create("SHA-384")};rt.md.sha384=rt.md.algorithms.sha384=Uf;rt.sha512.sha256=rt.sha512.sha256||{create:function(){return yn.create("SHA-512/256")}};rt.md["sha512/256"]=rt.md.algorithms["sha512/256"]=rt.sha512.sha256;rt.sha512.sha224=rt.sha512.sha224||{create:function(){return yn.create("SHA-512/224")}};rt.md["sha512/224"]=rt.md.algorithms["sha512/224"]=rt.sha512.sha224;yn.create=function(t){if(Kf||w1(),typeof t>"u"&&(t="SHA-512"),!(t in er))throw new Error("Invalid SHA-512 algorithm: "+t);for(var e=er[t],r=null,n=rt.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=rt.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=rt.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),Lf(r,i,n),(n.read>2048||n.length()===0)&&n.compact(),a},a.digest=function(){var c=rt.util.createBuffer();c.putBytes(n.bytes());var f=a.fullMessageLength[a.fullMessageLength.length-1]+a.messageLengthSize,u=f&a.blockLength-1;c.putBytes(vs.substr(0,a.blockLength-u));for(var h,p,d=a.fullMessageLength[0]*8,l=0;l<a.fullMessageLength.length-1;++l)h=a.fullMessageLength[l+1]*8,p=h/4294967296>>>0,d+=p,c.putInt32(d>>>0),d=h>>>0;c.putInt32(d);for(var y=new Array(r.length),l=0;l<r.length;++l)y[l]=r[l].slice(0);Lf(y,i,c);var x=rt.util.createBuffer(),v;t==="SHA-512"?v=y.length:t==="SHA-384"?v=y.length-2:v=y.length-4;for(var l=0;l<v;++l)x.putInt32(y[l][0]),(l!==v-1||t!=="SHA-512/224")&&x.putInt32(y[l][1]);return x},a};var vs=null,Kf=!1,bs=null,er=null;function w1(){vs=String.fromCharCode(128),vs+=rt.util.fillString(String.fromCharCode(0),128),bs=[[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]],er={},er["SHA-512"]=[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],[528734635,4215389547],[1541459225,327033209]],er["SHA-384"]=[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],er["SHA-512/256"]=[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],er["SHA-512/224"]=[[2352822216,424955298],[1944164710,2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]],Kf=!0}function Lf(t,e,r){for(var n,i,o,s,a,c,f,u,h,p,d,l,y,x,v,w,E,T,C,I,N,L,Q,zt,Lt,Ct,ar,kn,dt,Dt,U,Mi,Oi,Fi,Vi,Ia=r.length();Ia>=128;){for(dt=0;dt<16;++dt)e[dt][0]=r.getInt32()>>>0,e[dt][1]=r.getInt32()>>>0;for(;dt<80;++dt)Mi=e[dt-2],Dt=Mi[0],U=Mi[1],n=((Dt>>>19|U<<13)^(U>>>29|Dt<<3)^Dt>>>6)>>>0,i=((Dt<<13|U>>>19)^(U<<3|Dt>>>29)^(Dt<<26|U>>>6))>>>0,Fi=e[dt-15],Dt=Fi[0],U=Fi[1],o=((Dt>>>1|U<<31)^(Dt>>>8|U<<24)^Dt>>>7)>>>0,s=((Dt<<31|U>>>1)^(Dt<<24|U>>>8)^(Dt<<25|U>>>7))>>>0,Oi=e[dt-7],Vi=e[dt-16],U=i+Oi[1]+s+Vi[1],e[dt][0]=n+Oi[0]+o+Vi[0]+(U/4294967296>>>0)>>>0,e[dt][1]=U>>>0;for(y=t[0][0],x=t[0][1],v=t[1][0],w=t[1][1],E=t[2][0],T=t[2][1],C=t[3][0],I=t[3][1],N=t[4][0],L=t[4][1],Q=t[5][0],zt=t[5][1],Lt=t[6][0],Ct=t[6][1],ar=t[7][0],kn=t[7][1],dt=0;dt<80;++dt)f=((N>>>14|L<<18)^(N>>>18|L<<14)^(L>>>9|N<<23))>>>0,u=((N<<18|L>>>14)^(N<<14|L>>>18)^(L<<23|N>>>9))>>>0,h=(Lt^N&(Q^Lt))>>>0,p=(Ct^L&(zt^Ct))>>>0,a=((y>>>28|x<<4)^(x>>>2|y<<30)^(x>>>7|y<<25))>>>0,c=((y<<4|x>>>28)^(x<<30|y>>>2)^(x<<25|y>>>7))>>>0,d=(y&v|E&(y^v))>>>0,l=(x&w|T&(x^w))>>>0,U=kn+u+p+bs[dt][1]+e[dt][1],n=ar+f+h+bs[dt][0]+e[dt][0]+(U/4294967296>>>0)>>>0,i=U>>>0,U=c+l,o=a+d+(U/4294967296>>>0)>>>0,s=U>>>0,ar=Lt,kn=Ct,Lt=Q,Ct=zt,Q=N,zt=L,U=I+i,N=C+n+(U/4294967296>>>0)>>>0,L=U>>>0,C=E,I=T,E=v,T=w,v=y,w=x,U=i+s,y=n+o+(U/4294967296>>>0)>>>0,x=U>>>0;U=t[0][1]+x,t[0][0]=t[0][0]+y+(U/4294967296>>>0)>>>0,t[0][1]=U>>>0,U=t[1][1]+w,t[1][0]=t[1][0]+v+(U/4294967296>>>0)>>>0,t[1][1]=U>>>0,U=t[2][1]+T,t[2][0]=t[2][0]+E+(U/4294967296>>>0)>>>0,t[2][1]=U>>>0,U=t[3][1]+I,t[3][0]=t[3][0]+C+(U/4294967296>>>0)>>>0,t[3][1]=U>>>0,U=t[4][1]+L,t[4][0]=t[4][0]+N+(U/4294967296>>>0)>>>0,t[4][1]=U>>>0,U=t[5][1]+zt,t[5][0]=t[5][0]+Q+(U/4294967296>>>0)>>>0,t[5][1]=U>>>0,U=t[6][1]+Ct,t[6][0]=t[6][0]+Lt+(U/4294967296>>>0)>>>0,t[6][1]=U>>>0,U=t[7][1]+kn,t[7][0]=t[7][0]+ar+(U/4294967296>>>0)>>>0,t[7][1]=U>>>0,Ia-=128}}});var Zu=M((K4,Wu)=>{Wu.exports=js;var $u=128,w2=127,E2=~w2,S2=Math.pow(2,31);function js(t,e,r){if(Number.MAX_SAFE_INTEGER&&t>Number.MAX_SAFE_INTEGER)throw js.bytes=0,new RangeError("Could not encode varint");e=e||[],r=r||0;for(var n=r;t>=S2;)e[r++]=t&255|$u,t/=128;for(;t&E2;)e[r++]=t&255|$u,t>>>=7;return e[r]=t|0,js.bytes=r-n+1,e}});var Xu=M((M4,Qu)=>{Qu.exports=ta;var B2=128,Yu=127;function ta(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a||i>49)throw ta.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&Yu)<<i:(s&Yu)*Math.pow(2,i),i+=7}while(s>=B2);return ta.bytes=o-n,r}});var ju=M((O4,Ju)=>{var A2=Math.pow(2,7),C2=Math.pow(2,14),I2=Math.pow(2,21),T2=Math.pow(2,28),_2=Math.pow(2,35),R2=Math.pow(2,42),D2=Math.pow(2,49),N2=Math.pow(2,56),P2=Math.pow(2,63);Ju.exports=function(t){return t<A2?1:t<C2?2:t<I2?3:t<T2?4:t<_2?5:t<R2?6:t<D2?7:t<N2?8:t<P2?9:10}});var Ri=M((F4,th)=>{th.exports={encode:Zu(),decode:Xu(),encodingLength:ju()}});var Dm={};O(Dm,{PeerRecord:()=>Ki,RecordEnvelope:()=>Ci});var uw=st(Qr(),1),hw=st(H0(),1);var Z=class extends Error{code;props;constructor(e,r,n){super(e),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var X1=st(Y(),1);function Ze(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}var yo={};O(yo,{identity:()=>ad});function rd(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 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 y=0,x=0,v=0,w=l.length;v!==w&&l[v]===0;)v++,y++;for(var E=(w-v)*u+1>>>0,T=new Uint8Array(E);v!==w;){for(var C=l[v],I=0,N=E-1;(C!==0||I<x)&&N!==-1;N--,I++)C+=256*T[N]>>>0,T[N]=C%a>>>0,C=C/a>>>0;if(C!==0)throw new Error("Non-zero carry");x=I,v++}for(var L=E-x;L!==E&&T[L]===0;)L++;for(var Q=c.repeat(y);L<E;++L)Q+=t.charAt(T[L]);return Q}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var y=0;if(l[y]!==" "){for(var x=0,v=0;l[y]===c;)x++,y++;for(var w=(l.length-y)*f+1>>>0,E=new Uint8Array(w);l[y];){var T=r[l.charCodeAt(y)];if(T===255)return;for(var C=0,I=w-1;(T!==0||C<v)&&I!==-1;I--,C++)T+=a*E[I]>>>0,E[I]=T%256>>>0,T=T/256>>>0;if(T!==0)throw new Error("Non-zero carry");v=C,y++}if(l[y]!==" "){for(var N=w-v;N!==w&&E[N]===0;)N++;for(var L=new Uint8Array(x+(w-N)),Q=x;N!==w;)L[Q++]=E[N++];return L}}}function d(l){var y=p(l);if(y)return y;throw new Error(`Non-${e} character`)}return{encode:h,decodeUnsafe:p,decode:d}}var nd=rd,id=nd,G0=id;var ax=new Uint8Array(0);var $0=(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},pe=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 W0=t=>new TextEncoder().encode(t),Z0=t=>new TextDecoder().decode(t);var uo=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")}},ho=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 Q0(this,e)}},lo=class{constructor(e){this.decoders=e}or(e){return Q0(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`)}},Q0=(t,e)=>new lo({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}}),po=class{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new uo(e,r,n),this.decoder=new ho(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},pr=({name:t,prefix:e,encode:r,decode:n})=>new po(t,e,r,n),Te=({prefix:t,name:e,alphabet:r})=>{let{encode:n,decode:i}=G0(r,e);return pr({prefix:t,name:e,encode:n,decode:o=>pe(i(o))})},od=(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 h=i[t[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},sd=(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},ct=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>pr({prefix:e,name:t,encode(i){return sd(i,n,r)},decode(i){return od(i,n,r,t)}});var ad=pr({prefix:"\0",name:"identity",encode:t=>Z0(t),decode:t=>W0(t)});var go={};O(go,{base2:()=>cd});var cd=ct({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var mo={};O(mo,{base8:()=>fd});var fd=ct({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var xo={};O(xo,{base10:()=>ud});var ud=Te({prefix:"9",name:"base10",alphabet:"0123456789"});var vo={};O(vo,{base16:()=>hd,base16upper:()=>ld});var hd=ct({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),ld=ct({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var bo={};O(bo,{base32:()=>dr,base32hex:()=>gd,base32hexpad:()=>xd,base32hexpadupper:()=>vd,base32hexupper:()=>md,base32pad:()=>dd,base32padupper:()=>yd,base32upper:()=>pd,base32z:()=>bd});var dr=ct({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),pd=ct({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),dd=ct({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),yd=ct({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),gd=ct({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),md=ct({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),xd=ct({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),vd=ct({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),bd=ct({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var wo={};O(wo,{base36:()=>wd,base36upper:()=>Ed});var wd=Te({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Ed=Te({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Eo={};O(Eo,{base58btc:()=>re,base58flickr:()=>Sd});var re=Te({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Sd=Te({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var So={};O(So,{base64:()=>Bd,base64pad:()=>Ad,base64url:()=>Cd,base64urlpad:()=>Id});var Bd=ct({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Ad=ct({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Cd=ct({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Id=ct({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Bo={};O(Bo,{base256emoji:()=>Nd});var X0=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}"),Td=X0.reduce((t,e,r)=>(t[r]=e,t),[]),_d=X0.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function Rd(t){return t.reduce((e,r)=>(e+=Td[r],e),"")}function Dd(t){let e=[];for(let r of t){let n=_d[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}var Nd=pr({prefix:"\u{1F680}",name:"base256emoji",encode:Rd,decode:Dd});var To={};O(To,{sha256:()=>Xd,sha512:()=>Jd});var Pd=tc,J0=128,kd=127,Ld=~kd,Ud=Math.pow(2,31);function tc(t,e,r){e=e||[],r=r||0;for(var n=r;t>=Ud;)e[r++]=t&255|J0,t/=128;for(;t&Ld;)e[r++]=t&255|J0,t>>>=7;return e[r]=t|0,tc.bytes=r-n+1,e}var Kd=Ao,Md=128,j0=127;function Ao(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw Ao.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&j0)<<i:(s&j0)*Math.pow(2,i),i+=7}while(s>=Md);return Ao.bytes=o-n,r}var Od=Math.pow(2,7),Fd=Math.pow(2,14),Vd=Math.pow(2,21),zd=Math.pow(2,28),qd=Math.pow(2,35),Hd=Math.pow(2,42),Gd=Math.pow(2,49),$d=Math.pow(2,56),Wd=Math.pow(2,63),Zd=function(t){return t<Od?1:t<Fd?2:t<Vd?3:t<zd?4:t<qd?5:t<Hd?6:t<Gd?7:t<$d?8:t<Wd?9:10},Yd={encode:Pd,decode:Kd,encodingLength:Zd},Qd=Yd,jr=Qd;var tn=(t,e=0)=>[jr.decode(t,e),jr.decode.bytes],yr=(t,e,r=0)=>(jr.encode(t,e,r),e),gr=t=>jr.encodingLength(t);var Ye=(t,e)=>{let r=e.byteLength,n=gr(t),i=n+gr(r),o=new Uint8Array(i+r);return yr(t,o,0),yr(r,o,n),o.set(e,i),new mr(t,r,e,o)},ec=t=>{let e=pe(t),[r,n]=tn(e),[i,o]=tn(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new mr(r,i,s,e)},rc=(t,e)=>{if(t===e)return!0;{let r=e;return t.code===r.code&&t.size===r.size&&r.bytes instanceof Uint8Array&&$0(t.bytes,r.bytes)}},mr=class{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}};var Io=({name:t,code:e,encode:r})=>new Co(t,e,r),Co=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?Ye(this.code,r):r.then(n=>Ye(this.code,n))}else throw Error("Unknown type, must be binary type")}};var ic=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),Xd=Io({name:"sha2-256",code:18,encode:ic("SHA-256")}),Jd=Io({name:"sha2-512",code:19,encode:ic("SHA-512")});var _o={};O(_o,{identity:()=>ey});var oc=0,jd="identity",sc=pe,ty=t=>Ye(oc,sc(t)),ey={code:oc,name:jd,encode:sc,digest:ty};var Tx=new TextEncoder,_x=new TextDecoder;var ac=(t,e)=>{let{bytes:r,version:n}=t;switch(n){case 0:return oy(r,Ro(t),e||re.encoder);default:return sy(r,Ro(t),e||dr.encoder)}};var cc=new WeakMap,Ro=t=>{let e=cc.get(t);if(e==null){let r=new Map;return cc.set(t,r),r}return e},ti=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!==rn)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==ay)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=Ye(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&&rc(e.multihash,n.multihash)}toString(e){return ac(this,e)}toJSON(){return{"/":ac(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||fc(n,i,o.bytes))}else if(r[cy]===!0){let{version:n,multihash:i,code:o}=r,s=ec(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!==rn)throw new Error(`Version 0 CID must use dag-pb (code: ${rn}) block encoding`);return new t(e,r,n,n.bytes)}case 1:{let i=fc(e,r,n.bytes);return new t(e,r,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,rn,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=pe(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 mr(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[h,p]=tn(e.subarray(r));return r+=p,h},i=n(),o=rn;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]=iy(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 Ro(o).set(n,e),o}},iy=(t,e)=>{switch(t[0]){case"Q":{let r=e||re;return[re.prefix,r.decode(`${re.prefix}${t}`)]}case re.prefix:{let r=e||re;return[re.prefix,r.decode(t)]}case dr.prefix:{let r=e||dr;return[dr.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)]}}},oy=(t,e,r)=>{let{prefix:n}=r;if(n!==re.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},sy=(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},rn=112,ay=18,fc=(t,e,r)=>{let n=gr(t),i=n+gr(e),o=new Uint8Array(i+r.byteLength);return yr(t,o,0),yr(e,o,n),o.set(r,i),o},cy=Symbol.for("@ipld/js-cid/CID");var Do={...yo,...go,...mo,...xo,...vo,...bo,...wo,...Eo,...So,...Bo},Ox={...To,..._o};function de(t=0){return globalThis.Buffer?.alloc!=null?Ze(globalThis.Buffer.alloc(t)):new Uint8Array(t)}function ye(t=0){return globalThis.Buffer?.allocUnsafe!=null?Ze(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function hc(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}var uc=hc("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),No=hc("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=ye(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),fy={utf8:uc,"utf-8":uc,hex:Do.base16,latin1:No,ascii:No,binary:No,...Do},ei=fy;function Bt(t,e="utf8"){let r=ei[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Ze(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}var xs={};O(xs,{Ed25519PrivateKey:()=>tr,Ed25519PublicKey:()=>dn,generateKeyPair:()=>m1,generateKeyPairFromSeed:()=>Nf,unmarshalEd25519PrivateKey:()=>y1,unmarshalEd25519PublicKey:()=>g1});var Ko={};O(Ko,{base58btc:()=>_t,base58flickr:()=>yy});function uy(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 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 y=0,x=0,v=0,w=l.length;v!==w&&l[v]===0;)v++,y++;for(var E=(w-v)*u+1>>>0,T=new Uint8Array(E);v!==w;){for(var C=l[v],I=0,N=E-1;(C!==0||I<x)&&N!==-1;N--,I++)C+=256*T[N]>>>0,T[N]=C%a>>>0,C=C/a>>>0;if(C!==0)throw new Error("Non-zero carry");x=I,v++}for(var L=E-x;L!==E&&T[L]===0;)L++;for(var Q=c.repeat(y);L<E;++L)Q+=t.charAt(T[L]);return Q}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var y=0;if(l[y]!==" "){for(var x=0,v=0;l[y]===c;)x++,y++;for(var w=(l.length-y)*f+1>>>0,E=new Uint8Array(w);l[y];){var T=r[l.charCodeAt(y)];if(T===255)return;for(var C=0,I=w-1;(T!==0||C<v)&&I!==-1;I--,C++)T+=a*E[I]>>>0,E[I]=T%256>>>0,T=T/256>>>0;if(T!==0)throw new Error("Non-zero carry");v=C,y++}if(l[y]!==" "){for(var N=w-v;N!==w&&E[N]===0;)N++;for(var L=new Uint8Array(x+(w-N)),Q=x;N!==w;)L[Q++]=E[N++];return L}}}function d(l){var y=p(l);if(y)return y;throw new Error(`Non-${e} character`)}return{encode:h,decodeUnsafe:p,decode:d}}var hy=uy,ly=hy,lc=ly;var Qx=new Uint8Array(0);var pc=(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},ge=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 dc=t=>new TextEncoder().encode(t),yc=t=>new TextDecoder().decode(t);var Po=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")}},ko=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 mc(this,e)}},Lo=class{constructor(e){this.decoders=e}or(e){return mc(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`)}},mc=(t,e)=>new Lo({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}}),Uo=class{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new Po(e,r,n),this.decoder=new ko(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},xr=({name:t,prefix:e,encode:r,decode:n})=>new Uo(t,e,r,n),_e=({prefix:t,name:e,alphabet:r})=>{let{encode:n,decode:i}=lc(r,e);return xr({prefix:t,name:e,encode:n,decode:o=>ge(i(o))})},py=(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 h=i[t[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},dy=(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},ft=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>xr({prefix:e,name:t,encode(i){return dy(i,n,r)},decode(i){return py(i,n,r,t)}});var _t=_e({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),yy=_e({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Oo={};O(Oo,{identity:()=>Re});var gy=bc,xc=128,my=127,xy=~my,vy=Math.pow(2,31);function bc(t,e,r){e=e||[],r=r||0;for(var n=r;t>=vy;)e[r++]=t&255|xc,t/=128;for(;t&xy;)e[r++]=t&255|xc,t>>>=7;return e[r]=t|0,bc.bytes=r-n+1,e}var by=Mo,wy=128,vc=127;function Mo(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw Mo.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&vc)<<i:(s&vc)*Math.pow(2,i),i+=7}while(s>=wy);return Mo.bytes=o-n,r}var Ey=Math.pow(2,7),Sy=Math.pow(2,14),By=Math.pow(2,21),Ay=Math.pow(2,28),Cy=Math.pow(2,35),Iy=Math.pow(2,42),Ty=Math.pow(2,49),_y=Math.pow(2,56),Ry=Math.pow(2,63),Dy=function(t){return t<Ey?1:t<Sy?2:t<By?3:t<Ay?4:t<Cy?5:t<Iy?6:t<Ty?7:t<_y?8:t<Ry?9:10},Ny={encode:gy,decode:by,encodingLength:Dy},Py=Ny,nn=Py;var on=(t,e=0)=>[nn.decode(t,e),nn.decode.bytes],vr=(t,e,r=0)=>(nn.encode(t,e,r),e),br=t=>nn.encodingLength(t);var ne=(t,e)=>{let r=e.byteLength,n=br(t),i=n+br(r),o=new Uint8Array(i+r);return vr(t,o,0),vr(r,o,n),o.set(e,i),new wr(t,r,e,o)},sn=t=>{let e=ge(t),[r,n]=on(e),[i,o]=on(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new wr(r,i,s,e)},wc=(t,e)=>{if(t===e)return!0;{let r=e;return t.code===r.code&&t.size===r.size&&r.bytes instanceof Uint8Array&&pc(t.bytes,r.bytes)}},wr=class{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}};var Ec=0,ky="identity",Sc=ge,Ly=t=>ne(Ec,Sc(t)),Re={code:Ec,name:ky,encode:Sc,digest:Ly};var zo={};O(zo,{sha256:()=>At,sha512:()=>Uy});var Vo=({name:t,code:e,encode:r})=>new Fo(t,e,r),Fo=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?ne(this.code,r):r.then(n=>ne(this.code,n))}else throw Error("Unknown type, must be binary type")}};var Ac=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),At=Vo({name:"sha2-256",code:18,encode:Ac("SHA-256")}),Uy=Vo({name:"sha2-512",code:19,encode:Ac("SHA-512")});function gt(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 Ky=st(ur(),1);var Et=BigInt(0),q=BigInt(1),Pe=BigInt(2),My=BigInt(8),Cc=BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),et=Object.freeze({a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),P:BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),l:Cc,n:Cc,h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960")});var Dc=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000"),an=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),av=BigInt("6853475219497561581579357271197624642482790079785650197046958215289687604742"),Oy=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),Fy=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),Vy=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),zy=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),mt=class t{constructor(e,r,n,i){this.x=e,this.y=r,this.z=n,this.t=i}static fromAffine(e){if(!(e instanceof lt))throw new TypeError("ExtendedPoint#fromAffine: expected Point");return e.equals(lt.ZERO)?t.ZERO:new t(e.x,e.y,q,B(e.x*e.y))}static toAffineBatch(e){let r=Gy(e.map(n=>n.z));return e.map((n,i)=>n.toAffine(r[i]))}static normalizeZ(e){return this.toAffineBatch(e).map(this.fromAffine)}equals(e){Tc(e);let{x:r,y:n,z:i}=this,{x:o,y:s,z:a}=e,c=B(r*a),f=B(o*i),u=B(n*a),h=B(s*i);return c===f&&u===h}negate(){return new t(B(-this.x),this.y,this.z,B(-this.t))}double(){let{x:e,y:r,z:n}=this,{a:i}=et,o=B(e*e),s=B(r*r),a=B(Pe*B(n*n)),c=B(i*o),f=e+r,u=B(B(f*f)-o-s),h=c+s,p=h-a,d=c-s,l=B(u*p),y=B(h*d),x=B(u*d),v=B(p*h);return new t(l,y,v,x)}add(e){Tc(e);let{x:r,y:n,z:i,t:o}=this,{x:s,y:a,z:c,t:f}=e,u=B((n-r)*(a+s)),h=B((n+r)*(a-s)),p=B(h-u);if(p===Et)return this.double();let d=B(i*Pe*f),l=B(o*Pe*c),y=l+d,x=h+u,v=l-d,w=B(y*p),E=B(x*v),T=B(y*v),C=B(p*x);return new t(w,E,C,T)}subtract(e){return this.add(e.negate())}precomputeWindow(e){let r=1+256/e,n=[],i=this,o=i;for(let s=0;s<r;s++){o=i,n.push(o);for(let a=1;a<2**(e-1);a++)o=o.add(i),n.push(o);i=o.double()}return n}wNAF(e,r){!r&&this.equals(t.BASE)&&(r=lt.BASE);let n=r&&r._WINDOW_SIZE||1;if(256%n)throw new Error("Point#wNAF: Invalid precomputation window, must be power of 2");let i=r&&Wo.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=t.normalizeZ(i),Wo.set(r,i)));let o=t.ZERO,s=t.BASE,a=1+256/n,c=2**(n-1),f=BigInt(2**n-1),u=2**n,h=BigInt(n);for(let p=0;p<a;p++){let d=p*c,l=Number(e&f);e>>=h,l>c&&(l-=u,e+=q);let y=d,x=d+Math.abs(l)-1,v=p%2!==0,w=l<0;l===0?s=s.add(Ic(v,i[y])):o=o.add(Ic(w,i[x]))}return t.normalizeZ([o,s])[0]}multiply(e,r){return this.wNAF(ii(e,et.l),r)}multiplyUnsafe(e){let r=ii(e,et.l,!1),n=t.BASE,i=t.ZERO;if(r===Et)return i;if(this.equals(i)||r===q)return this;if(this.equals(n))return this.wNAF(r);let o=i,s=this;for(;r>Et;)r&q&&(o=o.add(s)),s=s.double(),r>>=q;return o}isSmallOrder(){return this.multiplyUnsafe(et.h).equals(t.ZERO)}isTorsionFree(){let e=this.multiplyUnsafe(et.l/Pe).double();return et.l%Pe&&(e=e.add(this)),e.equals(t.ZERO)}toAffine(e){let{x:r,y:n,z:i}=this,o=this.equals(t.ZERO);e==null&&(e=o?My:oi(i));let s=B(r*e),a=B(n*e),c=B(i*e);if(o)return lt.ZERO;if(c!==q)throw new Error("invZ was invalid");return new lt(s,a)}fromRistrettoBytes(){Ho()}toRistrettoBytes(){Ho()}fromRistrettoHash(){Ho()}};mt.BASE=new mt(et.Gx,et.Gy,q,B(et.Gx*et.Gy));mt.ZERO=new mt(Et,q,q,Et);function Ic(t,e){let r=e.negate();return t?r:e}function Tc(t){if(!(t instanceof mt))throw new TypeError("ExtendedPoint expected")}function qo(t){if(!(t instanceof Qe))throw new TypeError("RistrettoPoint expected")}function Ho(){throw new Error("Legacy method: switch to RistrettoPoint")}var Qe=class t{constructor(e){this.ep=e}static calcElligatorRistrettoMap(e){let{d:r}=et,n=B(an*e*e),i=B((n+q)*Vy),o=BigInt(-1),s=B((o-r*n)*B(n+r)),{isValid:a,value:c}=Yo(i,s),f=B(c*e);Ne(f)||(f=B(-f)),a||(c=f),a||(o=n);let u=B(o*(n-q)*zy-s),h=c*c,p=B((c+c)*s),d=B(u*Oy),l=B(q-h),y=B(q+h);return new mt(B(p*y),B(l*d),B(d*y),B(p*l))}static hashToCurve(e){e=ke(e,64);let r=Go(e.slice(0,32)),n=this.calcElligatorRistrettoMap(r),i=Go(e.slice(32,64)),o=this.calcElligatorRistrettoMap(i);return new t(n.add(o))}static fromHex(e){e=ke(e,32);let{a:r,d:n}=et,i="RistrettoPoint.fromHex: the hex is not valid encoding of RistrettoPoint",o=Go(e);if(!Wy(fn(o),e)||Ne(o))throw new Error(i);let s=B(o*o),a=B(q+r*s),c=B(q-r*s),f=B(a*a),u=B(c*c),h=B(r*n*f-u),{isValid:p,value:d}=Rc(B(h*u)),l=B(d*c),y=B(d*l*h),x=B((o+o)*l);Ne(x)&&(x=B(-x));let v=B(a*y),w=B(x*v);if(!p||Ne(w)||v===Et)throw new Error(i);return new t(new mt(x,v,q,w))}toRawBytes(){let{x:e,y:r,z:n,t:i}=this.ep,o=B(B(n+r)*B(n-r)),s=B(e*r),a=B(s*s),{value:c}=Rc(B(o*a)),f=B(c*o),u=B(c*s),h=B(f*u*i),p;if(Ne(i*h)){let l=B(r*an),y=B(e*an);e=l,r=y,p=B(f*Fy)}else p=u;Ne(e*h)&&(r=B(-r));let d=B((n-r)*p);return Ne(d)&&(d=B(-d)),fn(d)}toHex(){return un(this.toRawBytes())}toString(){return this.toHex()}equals(e){qo(e);let r=this.ep,n=e.ep,i=B(r.x*n.y)===B(r.y*n.x),o=B(r.y*n.y)===B(r.x*n.x);return i||o}add(e){return qo(e),new t(this.ep.add(e.ep))}subtract(e){return qo(e),new t(this.ep.subtract(e.ep))}multiply(e){return new t(this.ep.multiply(e))}multiplyUnsafe(e){return new t(this.ep.multiplyUnsafe(e))}};Qe.BASE=new Qe(mt.BASE);Qe.ZERO=new Qe(mt.ZERO);var Wo=new WeakMap,lt=class t{constructor(e,r){this.x=e,this.y=r}_setWindowSize(e){this._WINDOW_SIZE=e,Wo.delete(this)}static fromHex(e,r=!0){let{d:n,P:i}=et;e=ke(e,32);let o=e.slice();o[31]=e[31]&-129;let s=hn(o);if(r&&s>=i)throw new Error("Expected 0 < hex < P");if(!r&&s>=Dc)throw new Error("Expected 0 < hex < 2**256");let a=B(s*s),c=B(a-q),f=B(n*a+q),{isValid:u,value:h}=Yo(c,f);if(!u)throw new Error("Point.fromHex: invalid y coordinate");let p=(h&q)===q;return(e[31]&128)!==0!==p&&(h=B(-h)),new t(h,s)}static async fromPrivateKey(e){return(await si(e)).point}toRawBytes(){let e=fn(this.y);return e[31]|=this.x&q?128:0,e}toHex(){return un(this.toRawBytes())}toX25519(){let{y:e}=this,r=B((q+e)*oi(q-e));return fn(r)}isTorsionFree(){return mt.fromAffine(this).isTorsionFree()}equals(e){return this.x===e.x&&this.y===e.y}negate(){return new t(B(-this.x),this.y)}add(e){return mt.fromAffine(this).add(mt.fromAffine(e)).toAffine()}subtract(e){return this.add(e.negate())}multiply(e){return mt.fromAffine(this).multiply(e,this).toAffine()}};lt.BASE=new lt(et.Gx,et.Gy);lt.ZERO=new lt(Et,q);var cn=class t{constructor(e,r){this.r=e,this.s=r,this.assertValidity()}static fromHex(e){let r=ke(e,64),n=lt.fromHex(r.slice(0,32),!1),i=hn(r.slice(32,64));return new t(n,i)}assertValidity(){let{r:e,s:r}=this;if(!(e instanceof lt))throw new Error("Expected Point instance");return ii(r,et.l,!1),this}toRawBytes(){let e=new Uint8Array(64);return e.set(this.r.toRawBytes()),e.set(fn(this.s),32),e}toHex(){return un(this.toRawBytes())}};function _c(...t){if(!t.every(n=>n instanceof Uint8Array))throw new Error("Expected Uint8Array list");if(t.length===1)return t[0];let e=t.reduce((n,i)=>n+i.length,0),r=new Uint8Array(e);for(let n=0,i=0;n<t.length;n++){let o=t[n];r.set(o,i),i+=o.length}return r}var qy=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function un(t){if(!(t instanceof Uint8Array))throw new Error("Uint8Array expected");let e="";for(let r=0;r<t.length;r++)e+=qy[t[r]];return e}function Zo(t){if(typeof t!="string")throw new TypeError("hexToBytes: expected string, got "+typeof t);if(t.length%2)throw new Error("hexToBytes: received invalid unpadded hex");let e=new Uint8Array(t.length/2);for(let r=0;r<e.length;r++){let n=r*2,i=t.slice(n,n+2),o=Number.parseInt(i,16);if(Number.isNaN(o)||o<0)throw new Error("Invalid byte sequence");e[r]=o}return e}function Nc(t){let r=t.toString(16).padStart(64,"0");return Zo(r)}function fn(t){return Nc(t).reverse()}function Ne(t){return(B(t)&q)===q}function hn(t){if(!(t instanceof Uint8Array))throw new Error("Expected Uint8Array");return BigInt("0x"+un(Uint8Array.from(t).reverse()))}var Hy=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function Go(t){return B(hn(t)&Hy)}function B(t,e=et.P){let r=t%e;return r>=Et?r:e+r}function oi(t,e=et.P){if(t===Et||e<=Et)throw new Error(`invert: expected positive integers, got n=${t} mod=${e}`);let r=B(t,e),n=e,i=Et,o=q,s=q,a=Et;for(;r!==Et;){let f=n/r,u=n%r,h=i-s*f,p=o-a*f;n=r,r=u,i=s,o=a,s=h,a=p}if(n!==q)throw new Error("invert: does not exist");return B(i,e)}function Gy(t,e=et.P){let r=new Array(t.length),n=t.reduce((o,s,a)=>s===Et?o:(r[a]=o,B(o*s,e)),q),i=oi(n,e);return t.reduceRight((o,s,a)=>s===Et?o:(r[a]=B(o*r[a],e),B(o*s,e)),i),r}function ie(t,e){let{P:r}=et,n=t;for(;e-- >Et;)n*=n,n%=r;return n}function $y(t){let{P:e}=et,r=BigInt(5),n=BigInt(10),i=BigInt(20),o=BigInt(40),s=BigInt(80),c=t*t%e*t%e,f=ie(c,Pe)*c%e,u=ie(f,q)*t%e,h=ie(u,r)*u%e,p=ie(h,n)*h%e,d=ie(p,i)*p%e,l=ie(d,o)*d%e,y=ie(l,s)*l%e,x=ie(y,s)*l%e,v=ie(x,n)*h%e;return{pow_p_5_8:ie(v,Pe)*t%e,b2:c}}function Yo(t,e){let r=B(e*e*e),n=B(r*r*e),i=$y(t*n).pow_p_5_8,o=B(t*r*i),s=B(e*o*o),a=o,c=B(o*an),f=s===t,u=s===B(-t),h=s===B(-t*an);return f&&(o=a),(u||h)&&(o=c),Ne(o)&&(o=B(-o)),{isValid:f||u,value:o}}function Rc(t){return Yo(q,t)}function ni(t){return B(hn(t),et.l)}function Wy(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 ke(t,e){let r=t instanceof Uint8Array?Uint8Array.from(t):Zo(t);if(typeof e=="number"&&r.length!==e)throw new Error(`Expected ${e} bytes`);return r}function ii(t,e,r=!0){if(!e)throw new TypeError("Specify max value");if(typeof t=="number"&&Number.isSafeInteger(t)&&(t=BigInt(t)),typeof t=="bigint"&&t<e){if(r){if(Et<t)return t}else if(Et<=t)return t}throw new TypeError("Expected valid scalar: 0 < scalar < max")}function Zy(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}function Yy(t){if(t=typeof t=="bigint"||typeof t=="number"?Nc(ii(t,Dc)):ke(t),t.length!==32)throw new Error("Expected 32 bytes");return t}function Qy(t){let e=Zy(t.slice(0,32)),r=t.slice(32,64),n=ni(e),i=lt.BASE.multiply(n),o=i.toRawBytes();return{head:e,prefix:r,scalar:n,point:i,pointBytes:o}}var $o;async function si(t){return Qy(await Le.sha512(Yy(t)))}async function Qo(t){return(await si(t)).pointBytes}async function Pc(t,e){t=ke(t);let{prefix:r,scalar:n,pointBytes:i}=await si(e),o=ni(await Le.sha512(r,t)),s=lt.BASE.multiply(o),a=ni(await Le.sha512(s.toRawBytes(),i,t)),c=B(o+a*n,et.l);return new cn(s,c).toRawBytes()}function Xy(t,e,r){e=ke(e),r instanceof lt||(r=lt.fromHex(r,!1));let{r:n,s:i}=t instanceof cn?t.assertValidity():cn.fromHex(t),o=mt.BASE.multiplyUnsafe(i);return{r:n,s:i,SB:o,pub:r,msg:e}}function Jy(t,e,r,n){let i=ni(n),o=mt.fromAffine(t).multiplyUnsafe(i);return mt.fromAffine(e).add(o).subtract(r).multiplyUnsafe(et.h).equals(mt.ZERO)}async function kc(t,e,r){let{r:n,SB:i,msg:o,pub:s}=Xy(t,e,r),a=await Le.sha512(n.toRawBytes(),s.toRawBytes(),o);return Jy(s,n,i,a)}lt.BASE._setWindowSize(8);var De={node:Ky,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0},Le={bytesToHex:un,hexToBytes:Zo,concatBytes:_c,getExtendedPublicKey:si,mod:B,invert:oi,TORSION_SUBGROUP:["0100000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac037a","0000000000000000000000000000000000000000000000000000000000000080","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc05","ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc85","0000000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac03fa"],hashToPrivateScalar:t=>{if(t=ke(t),t.length<40||t.length>1024)throw new Error("Expected 40-1024 bytes of private key as per FIPS 186");return B(hn(t),et.l-q)+q},randomBytes:(t=32)=>{if(De.web)return De.web.getRandomValues(new Uint8Array(t));if(De.node){let{randomBytes:e}=De.node;return new Uint8Array(e(t).buffer)}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>Le.randomBytes(32),sha512:async(...t)=>{let e=_c(...t);if(De.web){let r=await De.web.subtle.digest("SHA-512",e.buffer);return new Uint8Array(r)}else{if(De.node)return Uint8Array.from(De.node.createHash("sha512").update(e).digest());throw new Error("The environment doesn't have sha512 function")}},precompute(t=8,e=lt.BASE){let r=e.equals(lt.BASE)?e:new lt(e.x,e.y);return r._setWindowSize(t),r.multiply(Pe),r},sha512Sync:void 0};Object.defineProperties(Le,{sha512Sync:{configurable:!1,get(){return $o},set(t){$o||($o=t)}}});var Sr=32,me=64,ai=32;async function Lc(){let t=Le.randomPrivateKey(),e=await Qo(t);return{privateKey:Oc(t,e),publicKey:e}}async function Uc(t){if(t.length!==ai)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=await Qo(e);return{privateKey:Oc(e,r),publicKey:r}}async function Kc(t,e){let r=t.subarray(0,ai);return Pc(e,r)}async function Mc(t,e,r){return kc(e,r,t)}function Oc(t,e){let r=new Uint8Array(me);for(let n=0;n<ai;n++)r[n]=t[n],r[ai+n]=e[n];return r}var Xo={};O(Xo,{base64:()=>ci,base64pad:()=>e1,base64url:()=>r1,base64urlpad:()=>n1});var ci=ft({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),e1=ft({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),r1=ft({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),n1=ft({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});function xt(t,e){e==null&&(e=t.reduce((i,o)=>i+o.length,0));let r=ye(e),n=0;for(let i of t)r.set(i,n),n+=i.length;return Ze(r)}var Pt={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-crypto/blob/master/README.md#web-crypto-api"),{code:"ERR_MISSING_WEB_CRYPTO"});return e}};var Jo={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function jo(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=Pt.get();r*=8;async function c(h,p){let d=a.getRandomValues(new Uint8Array(o)),l=a.getRandomValues(new Uint8Array(n)),y={name:e,iv:l};typeof p=="string"&&(p=Bt(p));let x;if(p.length===0){x=await a.subtle.importKey("jwk",Jo,{name:"AES-GCM"},!0,["encrypt"]);try{let w={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},E=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(w,E,{name:e,length:r},!0,["encrypt"])}catch{x=await a.subtle.importKey("jwk",Jo,{name:"AES-GCM"},!0,["encrypt"])}}else{let w={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},E=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(w,E,{name:e,length:r},!0,["encrypt"])}let v=await a.subtle.encrypt(y,x,h);return xt([d,y.iv,new Uint8Array(v)])}async function f(h,p){let d=h.subarray(0,o),l=h.subarray(o,o+n),y=h.subarray(o+n),x={name:e,iv:l};typeof p=="string"&&(p=Bt(p));let v;if(p.length===0)try{let E={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},T=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);v=await a.subtle.deriveKey(E,T,{name:e,length:r},!0,["decrypt"])}catch{v=await a.subtle.importKey("jwk",Jo,{name:"AES-GCM"},!0,["decrypt"])}else{let E={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},T=await a.subtle.importKey("raw",p,{name:"PBKDF2"},!1,["deriveKey"]);v=await a.subtle.deriveKey(E,T,{name:e,length:r},!0,["decrypt"])}let w=await a.subtle.decrypt(x,v,y);return new Uint8Array(w)}return{encrypt:c,decrypt:f}}async function Br(t,e){let n=await jo().encrypt(t,e);return ci.encode(n)}var ls=st(is(),1),Tf=st(bf(),1),_f=st(Je(),1),ps=st(hs(),1),Rf=st(If(),1);function l1(){_f.default._configure(),ls.default._configure(Tf.default),ps.default._configure(Rf.default)}l1();var Df=["uint64","int64","sint64","fixed64","sfixed64"];function p1(t){for(let e of Df){if(t[e]==null)continue;let r=t[e];t[e]=function(){return BigInt(r.call(this).toString())}}return t}function ds(t){return p1(new ls.default(t))}function d1(t){for(let e of Df){if(t[e]==null)continue;let r=t[e];t[e]=function(n){return r.call(this,n.toString())}}return t}function ys(){return d1(ps.default.create())}function xe(t,e){let r=ds(t instanceof Uint8Array?t:t.subarray());return e.decode(r)}function ve(t,e){let r=ys();return e.encode(t,r,{lengthDelimited:!1}),r.finish()}var Cr;(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"})(Cr||(Cr={}));function pi(t,e,r,n){return{name:t,type:e,encode:r,decode:n}}function gs(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 pi("enum",Cr.VARINT,r,n)}function be(t,e){return pi("message",Cr.LENGTH_DELIMITED,t,e)}var ot;(function(t){t.RSA="RSA",t.Ed25519="Ed25519",t.Secp256k1="Secp256k1"})(ot||(ot={}));var ms;(function(t){t[t.RSA=0]="RSA",t[t.Ed25519=1]="Ed25519",t[t.Secp256k1=2]="Secp256k1"})(ms||(ms={}));(function(t){t.codec=()=>gs(ms)})(ot||(ot={}));var ae;(function(t){let e;t.codec=()=>(e==null&&(e=be((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),ot.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),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=ot.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),e),t.encode=r=>ve(r,t.codec()),t.decode=r=>xe(r,t.codec())})(ae||(ae={}));var ce;(function(t){let e;t.codec=()=>(e==null&&(e=be((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),ot.codec().encode(r.Type,n)),r.Data!=null&&(n.uint32(18),n.bytes(r.Data)),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=ot.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),e),t.encode=r=>ve(r,t.codec()),t.decode=r=>xe(r,t.codec())})(ce||(ce={}));var dn=class{_key;constructor(e){this._key=Ir(e,Sr)}async verify(e,r){return Mc(this._key,r,e)}marshal(){return this._key}get bytes(){return ae.encode({Type:ot.Ed25519,Data:this.marshal()}).subarray()}equals(e){return gt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await At.digest(this.bytes);return e}},tr=class{_key;_publicKey;constructor(e,r){this._key=Ir(e,me),this._publicKey=Ir(r,Sr)}async sign(e){return Kc(this._key,e)}get public(){return new dn(this._publicKey)}marshal(){return this._key}get bytes(){return ce.encode({Type:ot.Ed25519,Data:this.marshal()}).subarray()}equals(e){return gt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await At.digest(this.bytes);return e}async id(){let e=Re.digest(this.public.bytes);return _t.encode(e.bytes).substring(1)}async export(e,r="libp2p-key"){if(r==="libp2p-key")return Br(this.bytes,e);throw new Z(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function y1(t){if(t.length>me){t=Ir(t,me+Sr);let n=t.subarray(0,me),i=t.subarray(me,t.length);return new tr(n,i)}t=Ir(t,me);let e=t.subarray(0,me),r=t.subarray(Sr);return new tr(e,r)}function g1(t){return t=Ir(t,Sr),new dn(t)}async function m1(){let{privateKey:t,publicKey:e}=await Lc();return new tr(t,e)}async function Nf(t){let{privateKey:e,publicKey:r}=await Uc(t);return new tr(e,r)}function Ir(t,e){if(t=Uint8Array.from(t??[]),t.length!==e)throw new Z(`Key must be a Uint8Array of length ${e}, got ${t.length}`,"ERR_INVALID_KEY_TYPE");return t}function X(t,e="utf8"){let r=ei[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)}var eb=st(yt(),1),rb=st(Yn(),1),Pf=st(Y(),1);function Wt(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=xt([new Uint8Array(e-r.length),r])}return X(r,"base64url")}function Ut(t){let e=kf(t);return new Pf.default.jsbn.BigInteger(X(e,"base16"),16)}function kf(t,e){let r=Bt(t,"base64urlpad");if(e!=null){if(r.length>e)throw new Error("byte array longer than desired length");r=xt([new Uint8Array(e-r.length),r])}return r}var x1={"P-256":256,"P-384":384,"P-521":521},v1=Object.keys(x1),pb=v1.join(" / ");var _s={};O(_s,{RsaPrivateKey:()=>Lr,RsaPublicKey:()=>wn,fromJwk:()=>G1,generateKeyPair:()=>$1,unmarshalRsaPrivateKey:()=>q1,unmarshalRsaPublicKey:()=>H1});var bn=st(Y(),1);var Xb=st(Of(),1);var E1=st(ur(),1);var H=BigInt(0),nt=BigInt(1),Oe=BigInt(2),mn=BigInt(3),Ff=BigInt(8),ut=Object.freeze({a:H,b:BigInt(7),P:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:nt,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee")}),Vf=(t,e)=>(t+e/Oe)/e,yi={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar(t){let{n:e}=ut,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-nt*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=r,s=BigInt("0x100000000000000000000000000000000"),a=Vf(o*t,e),c=Vf(-n*t,e),f=D(t-a*r-c*i,e),u=D(-a*n-c*o,e),h=f>s,p=u>s;if(h&&(f=e-f),p&&(u=e-u),f>s||u>s)throw new Error("splitScalarEndo: Endomorphism failed, k="+t);return{k1neg:h,k1:f,k2neg:p,k2:u}}},Zt=32,Dr=32,S1=32,zf=Zt+1,qf=2*Zt+1;function Hf(t){let{a:e,b:r}=ut,n=D(t*t),i=D(n*t);return D(i+e*t+r)}var gi=ut.a===H,vi=class extends Error{constructor(e){super(e)}};function Gf(t){if(!(t instanceof Rt))throw new TypeError("JacobianPoint expected")}var Rt=class t{constructor(e,r,n){this.x=e,this.y=r,this.z=n}static fromAffine(e){if(!(e instanceof at))throw new TypeError("JacobianPoint#fromAffine: expected Point");return e.equals(at.ZERO)?t.ZERO:new t(e.x,e.y,nt)}static toAffineBatch(e){let r=T1(e.map(n=>n.z));return e.map((n,i)=>n.toAffine(r[i]))}static normalizeZ(e){return t.toAffineBatch(e).map(t.fromAffine)}equals(e){Gf(e);let{x:r,y:n,z:i}=this,{x:o,y:s,z:a}=e,c=D(i*i),f=D(a*a),u=D(r*f),h=D(o*c),p=D(D(n*a)*f),d=D(D(s*i)*c);return u===h&&p===d}negate(){return new t(this.x,D(-this.y),this.z)}double(){let{x:e,y:r,z:n}=this,i=D(e*e),o=D(r*r),s=D(o*o),a=e+o,c=D(Oe*(D(a*a)-i-s)),f=D(mn*i),u=D(f*f),h=D(u-Oe*c),p=D(f*(c-h)-Ff*s),d=D(Oe*r*n);return new t(h,p,d)}add(e){Gf(e);let{x:r,y:n,z:i}=this,{x:o,y:s,z:a}=e;if(o===H||s===H)return this;if(r===H||n===H)return e;let c=D(i*i),f=D(a*a),u=D(r*f),h=D(o*c),p=D(D(n*a)*f),d=D(D(s*i)*c),l=D(h-u),y=D(d-p);if(l===H)return y===H?this.double():t.ZERO;let x=D(l*l),v=D(l*x),w=D(u*x),E=D(y*y-v-Oe*w),T=D(y*(w-E)-p*v),C=D(i*a*l);return new t(E,T,C)}subtract(e){return this.add(e.negate())}multiplyUnsafe(e){let r=t.ZERO;if(typeof e=="bigint"&&e===H)return r;let n=Zf(e);if(n===nt)return this;if(!gi){let h=r,p=this;for(;n>H;)n&nt&&(h=h.add(p)),p=p.double(),n>>=nt;return h}let{k1neg:i,k1:o,k2neg:s,k2:a}=yi.splitScalar(n),c=r,f=r,u=this;for(;o>H||a>H;)o&nt&&(c=c.add(u)),a&nt&&(f=f.add(u)),u=u.double(),o>>=nt,a>>=nt;return i&&(c=c.negate()),s&&(f=f.negate()),f=new t(D(f.x*yi.beta),f.y,f.z),c.add(f)}precomputeWindow(e){let r=gi?128/e+1:256/e+1,n=[],i=this,o=i;for(let s=0;s<r;s++){o=i,n.push(o);for(let a=1;a<2**(e-1);a++)o=o.add(i),n.push(o);i=o.double()}return n}wNAF(e,r){!r&&this.equals(t.BASE)&&(r=at.BASE);let n=r&&r._WINDOW_SIZE||1;if(256%n)throw new Error("Point#wNAF: Invalid precomputation window, must be power of 2");let i=r&&Es.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=t.normalizeZ(i),Es.set(r,i)));let o=t.ZERO,s=t.BASE,a=1+(gi?128/n:256/n),c=2**(n-1),f=BigInt(2**n-1),u=2**n,h=BigInt(n);for(let p=0;p<a;p++){let d=p*c,l=Number(e&f);e>>=h,l>c&&(l-=u,e+=nt);let y=d,x=d+Math.abs(l)-1,v=p%2!==0,w=l<0;l===0?s=s.add(mi(v,i[y])):o=o.add(mi(w,i[x]))}return{p:o,f:s}}multiply(e,r){let n=Zf(e),i,o;if(gi){let{k1neg:s,k1:a,k2neg:c,k2:f}=yi.splitScalar(n),{p:u,f:h}=this.wNAF(a,r),{p,f:d}=this.wNAF(f,r);u=mi(s,u),p=mi(c,p),p=new t(D(p.x*yi.beta),p.y,p.z),i=u.add(p),o=h.add(d)}else{let{p:s,f:a}=this.wNAF(n,r);i=s,o=a}return t.normalizeZ([i,o])[0]}toAffine(e){let{x:r,y:n,z:i}=this,o=this.equals(t.ZERO);e==null&&(e=o?Ff:kr(i));let s=e,a=D(s*s),c=D(a*s),f=D(r*a),u=D(n*c),h=D(i*s);if(o)return at.ZERO;if(h!==nt)throw new Error("invZ was invalid");return new at(f,u)}};Rt.BASE=new Rt(ut.Gx,ut.Gy,nt);Rt.ZERO=new Rt(H,nt,H);function mi(t,e){let r=e.negate();return t?r:e}var Es=new WeakMap,at=class t{constructor(e,r){this.x=e,this.y=r}_setWindowSize(e){this._WINDOW_SIZE=e,Es.delete(this)}hasEvenY(){return this.y%Oe===H}static fromCompressedHex(e){let r=e.length===32,n=Fe(r?e:e.subarray(1));if(!ws(n))throw new Error("Point is not on curve");let i=Hf(n),o=I1(i),s=(o&nt)===nt;r?s&&(o=D(-o)):(e[0]&1)===1!==s&&(o=D(-o));let a=new t(n,o);return a.assertValidity(),a}static fromUncompressedHex(e){let r=Fe(e.subarray(1,Zt+1)),n=Fe(e.subarray(Zt+1,Zt*2+1)),i=new t(r,n);return i.assertValidity(),i}static fromHex(e){let r=Pr(e),n=r.length,i=r[0];if(n===Zt)return this.fromCompressedHex(r);if(n===zf&&(i===2||i===3))return this.fromCompressedHex(r);if(n===qf&&i===4)return this.fromUncompressedHex(r);throw new Error(`Point.fromHex: received invalid point. Expected 32-${zf} compressed bytes or ${qf} uncompressed bytes, not ${n}`)}static fromPrivateKey(e){return t.BASE.multiply(wi(e))}static fromSignature(e,r,n){let{r:i,s:o}=Yf(r);if(![0,1,2,3].includes(n))throw new Error("Cannot recover: invalid recovery bit");let s=As(Pr(e)),{n:a}=ut,c=n===2||n===3?i+a:i,f=kr(c,a),u=D(-s*f,a),h=D(o*f,a),p=n&1?"03":"02",d=t.fromHex(p+_r(c)),l=t.BASE.multiplyAndAddUnsafe(d,u,h);if(!l)throw new Error("Cannot recover signature: point at infinify");return l.assertValidity(),l}toRawBytes(e=!1){return rr(this.toHex(e))}toHex(e=!1){let r=_r(this.x);return e?`${this.hasEvenY()?"02":"03"}${r}`:`04${r}${_r(this.y)}`}toHexX(){return this.toHex(!0).slice(2)}toRawX(){return this.toRawBytes(!0).slice(1)}assertValidity(){let e="Point is not on elliptic curve",{x:r,y:n}=this;if(!ws(r)||!ws(n))throw new Error(e);let i=D(n*n),o=Hf(r);if(D(i-o)!==H)throw new Error(e)}equals(e){return this.x===e.x&&this.y===e.y}negate(){return new t(this.x,D(-this.y))}double(){return Rt.fromAffine(this).double().toAffine()}add(e){return Rt.fromAffine(this).add(Rt.fromAffine(e)).toAffine()}subtract(e){return this.add(e.negate())}multiply(e){return Rt.fromAffine(this).multiply(e,this).toAffine()}multiplyAndAddUnsafe(e,r,n){let i=Rt.fromAffine(this),o=r===H||r===nt||this!==t.BASE?i.multiplyUnsafe(r):i.multiply(r),s=Rt.fromAffine(e).multiplyUnsafe(n),a=o.add(s);return a.equals(Rt.ZERO)?void 0:a.toAffine()}};at.BASE=new at(ut.Gx,ut.Gy);at.ZERO=new at(H,H);function $f(t){return Number.parseInt(t[0],16)>=8?"00"+t:t}function Wf(t){if(t.length<2||t[0]!==2)throw new Error(`Invalid signature integer tag: ${Nr(t)}`);let e=t[1],r=t.subarray(2,e+2);if(!e||r.length!==e)throw new Error("Invalid signature integer: wrong length");if(r[0]===0&&r[1]<=127)throw new Error("Invalid signature integer: trailing length");return{data:Fe(r),left:t.subarray(e+2)}}function B1(t){if(t.length<2||t[0]!=48)throw new Error(`Invalid signature tag: ${Nr(t)}`);if(t[1]!==t.length-2)throw new Error("Invalid signature: incorrect length");let{data:e,left:r}=Wf(t.subarray(2)),{data:n,left:i}=Wf(r);if(i.length)throw new Error(`Invalid signature: left bytes after parsing: ${Nr(i)}`);return{r:e,s:n}}var Tr=class t{constructor(e,r){this.r=e,this.s=r,this.assertValidity()}static fromCompact(e){let r=e instanceof Uint8Array,n="Signature.fromCompact";if(typeof e!="string"&&!r)throw new TypeError(`${n}: Expected string or Uint8Array`);let i=r?Nr(e):e;if(i.length!==128)throw new Error(`${n}: Expected 64-byte hex`);return new t(bi(i.slice(0,64)),bi(i.slice(64,128)))}static fromDER(e){let r=e instanceof Uint8Array;if(typeof e!="string"&&!r)throw new TypeError("Signature.fromDER: Expected string or Uint8Array");let{r:n,s:i}=B1(r?e:rr(e));return new t(n,i)}static fromHex(e){return this.fromDER(e)}assertValidity(){let{r:e,s:r}=this;if(!vn(e))throw new Error("Invalid Signature: r must be 0 < r < n");if(!vn(r))throw new Error("Invalid Signature: s must be 0 < s < n")}hasHighS(){let e=ut.n>>nt;return this.s>e}normalizeS(){return this.hasHighS()?new t(this.r,D(-this.s,ut.n)):this}toDERRawBytes(){return rr(this.toDERHex())}toDERHex(){let e=$f(gn(this.s)),r=$f(gn(this.r)),n=e.length/2,i=r.length/2,o=gn(n),s=gn(i);return`30${gn(i+n+4)}02${s}${r}02${o}${e}`}toRawBytes(){return this.toDERRawBytes()}toHex(){return this.toDERHex()}toCompactRawBytes(){return rr(this.toCompactHex())}toCompactHex(){return _r(this.r)+_r(this.s)}};function Me(...t){if(!t.every(n=>n instanceof Uint8Array))throw new Error("Uint8Array list expected");if(t.length===1)return t[0];let e=t.reduce((n,i)=>n+i.length,0),r=new Uint8Array(e);for(let n=0,i=0;n<t.length;n++){let o=t[n];r.set(o,i),i+=o.length}return r}var A1=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Nr(t){if(!(t instanceof Uint8Array))throw new Error("Expected Uint8Array");let e="";for(let r=0;r<t.length;r++)e+=A1[t[r]];return e}var C1=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000");function _r(t){if(typeof t!="bigint")throw new Error("Expected bigint");if(!(H<=t&&t<C1))throw new Error("Expected number 0 <= n < 2^256");return t.toString(16).padStart(64,"0")}function Ss(t){let e=rr(_r(t));if(e.length!==32)throw new Error("Error: expected 32 bytes");return e}function gn(t){let e=t.toString(16);return e.length&1?`0${e}`:e}function bi(t){if(typeof t!="string")throw new TypeError("hexToNumber: expected string, got "+typeof t);return BigInt(`0x${t}`)}function rr(t){if(typeof t!="string")throw new TypeError("hexToBytes: expected string, got "+typeof t);if(t.length%2)throw new Error("hexToBytes: received invalid unpadded hex"+t.length);let e=new Uint8Array(t.length/2);for(let r=0;r<e.length;r++){let n=r*2,i=t.slice(n,n+2),o=Number.parseInt(i,16);if(Number.isNaN(o)||o<0)throw new Error("Invalid byte sequence");e[r]=o}return e}function Fe(t){return bi(Nr(t))}function Pr(t){return t instanceof Uint8Array?Uint8Array.from(t):rr(t)}function Zf(t){if(typeof t=="number"&&Number.isSafeInteger(t)&&t>0)return BigInt(t);if(typeof t=="bigint"&&vn(t))return t;throw new TypeError("Expected valid private scalar: 0 < scalar < curve.n")}function D(t,e=ut.P){let r=t%e;return r>=H?r:e+r}function Vt(t,e){let{P:r}=ut,n=t;for(;e-- >H;)n*=n,n%=r;return n}function I1(t){let{P:e}=ut,r=BigInt(6),n=BigInt(11),i=BigInt(22),o=BigInt(23),s=BigInt(44),a=BigInt(88),c=t*t*t%e,f=c*c*t%e,u=Vt(f,mn)*f%e,h=Vt(u,mn)*f%e,p=Vt(h,Oe)*c%e,d=Vt(p,n)*p%e,l=Vt(d,i)*d%e,y=Vt(l,s)*l%e,x=Vt(y,a)*y%e,v=Vt(x,s)*l%e,w=Vt(v,mn)*f%e,E=Vt(w,o)*d%e,T=Vt(E,r)*c%e,C=Vt(T,Oe);if(C*C%e!==t)throw new Error("Cannot find square root");return C}function kr(t,e=ut.P){if(t===H||e<=H)throw new Error(`invert: expected positive integers, got n=${t} mod=${e}`);let r=D(t,e),n=e,i=H,o=nt,s=nt,a=H;for(;r!==H;){let f=n/r,u=n%r,h=i-s*f,p=o-a*f;n=r,r=u,i=s,o=a,s=h,a=p}if(n!==nt)throw new Error("invert: does not exist");return D(i,e)}function T1(t,e=ut.P){let r=new Array(t.length),n=t.reduce((o,s,a)=>s===H?o:(r[a]=o,D(o*s,e)),nt),i=kr(n,e);return t.reduceRight((o,s,a)=>s===H?o:(r[a]=D(o*r[a],e),D(o*s,e)),i),r}function _1(t){let e=t.length*8-Dr*8,r=Fe(t);return e>0?r>>BigInt(e):r}function As(t,e=!1){let r=_1(t);if(e)return r;let{n}=ut;return r>=n?r-n:r}var Rr,xn,Bs=class{constructor(e,r){if(this.hashLen=e,this.qByteLen=r,typeof e!="number"||e<2)throw new Error("hashLen must be a number");if(typeof r!="number"||r<2)throw new Error("qByteLen must be a number");this.v=new Uint8Array(e).fill(1),this.k=new Uint8Array(e).fill(0),this.counter=0}hmac(...e){return Yt.hmacSha256(this.k,...e)}hmacSync(...e){return xn(this.k,...e)}checkSync(){if(typeof xn!="function")throw new vi("hmacSha256Sync needs to be set")}incr(){if(this.counter>=1e3)throw new Error("Tried 1,000 k values for sign(), all were invalid");this.counter+=1}async reseed(e=new Uint8Array){this.k=await this.hmac(this.v,Uint8Array.from([0]),e),this.v=await this.hmac(this.v),e.length!==0&&(this.k=await this.hmac(this.v,Uint8Array.from([1]),e),this.v=await this.hmac(this.v))}reseedSync(e=new Uint8Array){this.checkSync(),this.k=this.hmacSync(this.v,Uint8Array.from([0]),e),this.v=this.hmacSync(this.v),e.length!==0&&(this.k=this.hmacSync(this.v,Uint8Array.from([1]),e),this.v=this.hmacSync(this.v))}async generate(){this.incr();let e=0,r=[];for(;e<this.qByteLen;){this.v=await this.hmac(this.v);let n=this.v.slice();r.push(n),e+=this.v.length}return Me(...r)}generateSync(){this.checkSync(),this.incr();let e=0,r=[];for(;e<this.qByteLen;){this.v=this.hmacSync(this.v);let n=this.v.slice();r.push(n),e+=this.v.length}return Me(...r)}};function vn(t){return H<t&&t<ut.n}function ws(t){return H<t&&t<ut.P}function R1(t,e,r,n=!0){let{n:i}=ut,o=As(t,!0);if(!vn(o))return;let s=kr(o,i),a=at.BASE.multiply(o),c=D(a.x,i);if(c===H)return;let f=D(s*D(e+r*c,i),i);if(f===H)return;let u=new Tr(c,f),h=(a.x===u.r?0:2)|Number(a.y&nt);return n&&u.hasHighS()&&(u=u.normalizeS(),h^=1),{sig:u,recovery:h}}function wi(t){let e;if(typeof t=="bigint")e=t;else if(typeof t=="number"&&Number.isSafeInteger(t)&&t>0)e=BigInt(t);else if(typeof t=="string"){if(t.length!==2*Dr)throw new Error("Expected 32 bytes of private key");e=bi(t)}else if(t instanceof Uint8Array){if(t.length!==Dr)throw new Error("Expected 32 bytes of private key");e=Fe(t)}else throw new TypeError("Expected valid private key");if(!vn(e))throw new Error("Expected private key: 0 < key < n");return e}function D1(t){return t instanceof at?(t.assertValidity(),t):at.fromHex(t)}function Yf(t){if(t instanceof Tr)return t.assertValidity(),t;try{return Tr.fromDER(t)}catch{return Tr.fromCompact(t)}}function Cs(t,e=!1){return at.fromPrivateKey(t).toRawBytes(e)}function Qf(t){let e=t.length>Zt?t.slice(0,Zt):t;return Fe(e)}function N1(t){let e=Qf(t),r=D(e,ut.n);return Xf(r<H?e:r)}function Xf(t){return Ss(t)}function P1(t,e,r){if(t==null)throw new Error(`sign: expected valid message hash, not "${t}"`);let n=Pr(t),i=wi(e),o=[Xf(i),N1(n)];if(r!=null){r===!0&&(r=Yt.randomBytes(Zt));let c=Pr(r);if(c.length!==Zt)throw new Error(`sign: Expected ${Zt} bytes of extra data`);o.push(c)}let s=Me(...o),a=Qf(n);return{seed:s,m:a,d:i}}function k1(t,e){let{sig:r,recovery:n}=t,{der:i,recovered:o}=Object.assign({canonical:!0,der:!0},e),s=i?r.toDERRawBytes():r.toCompactRawBytes();return o?[s,n]:s}async function Jf(t,e,r={}){let{seed:n,m:i,d:o}=P1(t,e,r.extraEntropy),s=new Bs(S1,Dr);await s.reseed(n);let a;for(;!(a=R1(await s.generate(),i,o,r.canonical));)await s.reseed();return k1(a,r)}var L1={strict:!0};function jf(t,e,r,n=L1){let i;try{i=Yf(t),e=Pr(e)}catch{return!1}let{r:o,s}=i;if(n.strict&&i.hasHighS())return!1;let a=As(e),c;try{c=D1(r)}catch{return!1}let{n:f}=ut,u=kr(s,f),h=D(a*u,f),p=D(o*u,f),d=at.BASE.multiplyAndAddUnsafe(c,h,p);return d?D(d.x,f)===o:!1}at.BASE._setWindowSize(8);var Kt={node:E1,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0};var xi={},Yt={bytesToHex:Nr,hexToBytes:rr,concatBytes:Me,mod:D,invert:kr,isValidPrivateKey(t){try{return wi(t),!0}catch{return!1}},_bigintTo32Bytes:Ss,_normalizePrivateKey:wi,hashToPrivateKey:t=>{t=Pr(t);let e=Dr+8;if(t.length<e||t.length>1024)throw new Error("Expected valid bytes of private key as per FIPS 186");let r=D(Fe(t),ut.n-nt)+nt;return Ss(r)},randomBytes:(t=32)=>{if(Kt.web)return Kt.web.getRandomValues(new Uint8Array(t));if(Kt.node){let{randomBytes:e}=Kt.node;return Uint8Array.from(e(t))}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>Yt.hashToPrivateKey(Yt.randomBytes(Dr+8)),precompute(t=8,e=at.BASE){let r=e===at.BASE?e:new at(e.x,e.y);return r._setWindowSize(t),r.multiply(mn),r},sha256:async(...t)=>{if(Kt.web){let e=await Kt.web.subtle.digest("SHA-256",Me(...t));return new Uint8Array(e)}else if(Kt.node){let{createHash:e}=Kt.node,r=e("sha256");return t.forEach(n=>r.update(n)),Uint8Array.from(r.digest())}else throw new Error("The environment doesn't have sha256 function")},hmacSha256:async(t,...e)=>{if(Kt.web){let r=await Kt.web.subtle.importKey("raw",t,{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign"]),n=Me(...e),i=await Kt.web.subtle.sign("HMAC",r,n);return new Uint8Array(i)}else if(Kt.node){let{createHmac:r}=Kt.node,n=r("sha256",t);return e.forEach(i=>n.update(i)),Uint8Array.from(n.digest())}else throw new Error("The environment doesn't have hmac-sha256 function")},sha256Sync:void 0,hmacSha256Sync:void 0,taggedHash:async(t,...e)=>{let r=xi[t];if(r===void 0){let n=await Yt.sha256(Uint8Array.from(t,i=>i.charCodeAt(0)));r=Me(n,n),xi[t]=r}return Yt.sha256(r,...e)},taggedHashSync:(t,...e)=>{if(typeof Rr!="function")throw new vi("sha256Sync is undefined, you need to set it");let r=xi[t];if(r===void 0){let n=Rr(Uint8Array.from(t,i=>i.charCodeAt(0)));r=Me(n,n),xi[t]=r}return Rr(r,...e)},_JacobianPoint:Rt};Object.defineProperties(Yt,{sha256Sync:{configurable:!1,get(){return Rr},set(t){Rr||(Rr=t)}},hmacSha256Sync:{configurable:!1,get(){return xn},set(t){xn||(xn=t)}}});function Ei(t){if(isNaN(t)||t<=0)throw new Z("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return Yt.randomBytes(t)}var Pb=st(Jn(),1),Is=st(Y(),1);function tu(t,e){return e.map(r=>Ut(t[r]))}function eu(t){return Is.default.pki.setRsaPrivateKey(...tu(t,["n","e","d","p","q","dp","dq","qi"]))}function ru(t){return Is.default.pki.setRsaPublicKey(...tu(t,["n","e"]))}var nr={};O(nr,{jwkToPkcs1:()=>M1,jwkToPkix:()=>F1,pkcs1ToJwk:()=>K1,pkixToJwk:()=>O1});var Ub=st(Qr(),1),Kb=st(Jn(),1);var we=st(Y(),1);function K1(t){let e=we.default.asn1.fromDer(X(t,"ascii")),r=we.default.pki.privateKeyFromAsn1(e);return{kty:"RSA",n:Wt(r.n),e:Wt(r.e),d:Wt(r.d),p:Wt(r.p),q:Wt(r.q),dp:Wt(r.dP),dq:Wt(r.dQ),qi:Wt(r.qInv),alg:"RS256"}}function M1(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 Z("JWK was missing components","ERR_INVALID_PARAMETERS");let e=we.default.pki.privateKeyToAsn1({n:Ut(t.n),e:Ut(t.e),d:Ut(t.d),p:Ut(t.p),q:Ut(t.q),dP:Ut(t.dp),dQ:Ut(t.dq),qInv:Ut(t.qi)});return Bt(we.default.asn1.toDer(e).getBytes(),"ascii")}function O1(t){let e=we.default.asn1.fromDer(X(t,"ascii")),r=we.default.pki.publicKeyFromAsn1(e);return{kty:"RSA",n:Wt(r.n),e:Wt(r.e)}}function F1(t){if(t.n==null||t.e==null)throw new Z("JWK was missing components","ERR_INVALID_PARAMETERS");let e=we.default.pki.publicKeyToAsn1({n:Ut(t.n),e:Ut(t.e)});return Bt(we.default.asn1.toDer(e).getBytes(),"ascii")}async function nu(t){let e=await Pt.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 su(e);return{privateKey:r[0],publicKey:r[1]}}async function Ts(t){let r=[await Pt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await V1(t)],n=await su({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function iu(t,e){let r=await Pt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await Pt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,Uint8Array.from(e));return new Uint8Array(n,0,n.byteLength)}async function ou(t,e,r){let n=await Pt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return Pt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,e,r)}async function su(t){if(t.privateKey==null||t.publicKey==null)throw new Z("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([Pt.get().subtle.exportKey("jwk",t.privateKey),Pt.get().subtle.exportKey("jwk",t.publicKey)])}async function V1(t){return Pt.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 au(t,e,r,n){let i=e?ru(t):eu(t),o=X(Uint8Array.from(r),"ascii"),s=n(o,i);return Bt(s,"ascii")}function cu(t,e){return au(t,!0,e,(r,n)=>n.encrypt(r))}function fu(t,e){return au(t,!1,e,(r,n)=>n.decrypt(r))}var wn=class{_key;constructor(e){this._key=e}async verify(e,r){return ou(this._key,r,e)}marshal(){return nr.jwkToPkix(this._key)}get bytes(){return ae.encode({Type:ot.RSA,Data:this.marshal()}).subarray()}encrypt(e){return cu(this._key,e)}equals(e){return gt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await At.digest(this.bytes);return e}},Lr=class{_key;_publicKey;constructor(e,r){this._key=e,this._publicKey=r}genSecret(){return Ei(16)}async sign(e){return iu(this._key,e)}get public(){if(this._publicKey==null)throw new Z("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new wn(this._publicKey)}decrypt(e){return fu(this._key,e)}marshal(){return nr.jwkToPkcs1(this._key)}get bytes(){return ce.encode({Type:ot.RSA,Data:this.marshal()}).subarray()}equals(e){return gt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await At.digest(this.bytes);return e}async id(){let e=await this.public.hash();return X(e,"base58btc")}async export(e,r="pkcs-8"){if(r==="pkcs-8"){let n=new bn.default.util.ByteBuffer(this.marshal()),i=bn.default.asn1.fromDer(n),o=bn.default.pki.privateKeyFromAsn1(i),s={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return bn.default.pki.encryptRsaPrivateKey(o,e,s)}else{if(r==="libp2p-key")return Br(this.bytes,e);throw new Z(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}}};async function q1(t){let e=nr.pkcs1ToJwk(t),r=await Ts(e);return new Lr(r.privateKey,r.publicKey)}function H1(t){let e=nr.pkixToJwk(t);return new wn(e)}async function G1(t){let e=await Ts(t);return new Lr(e.privateKey,e.publicKey)}async function $1(t){let e=await nu(t);return new Lr(e.privateKey,e.publicKey)}var Ds={};O(Ds,{Secp256k1PrivateKey:()=>Sn,Secp256k1PublicKey:()=>En,generateKeyPair:()=>Q1,unmarshalSecp256k1PrivateKey:()=>Z1,unmarshalSecp256k1PublicKey:()=>Y1});function uu(){return Yt.randomPrivateKey()}async function hu(t,e){let{digest:r}=await At.digest(e);try{return await Jf(r,t)}catch(n){throw new Z(String(n),"ERR_INVALID_INPUT")}}async function lu(t,e,r){try{let{digest:n}=await At.digest(r);return jf(e,n,t)}catch(n){throw new Z(String(n),"ERR_INVALID_INPUT")}}function pu(t){return at.fromHex(t).toRawBytes(!0)}function du(t){try{Cs(t,!0)}catch(e){throw new Z(String(e),"ERR_INVALID_PRIVATE_KEY")}}function Rs(t){try{at.fromHex(t)}catch(e){throw new Z(String(e),"ERR_INVALID_PUBLIC_KEY")}}function yu(t){try{return Cs(t,!0)}catch(e){throw new Z(String(e),"ERR_INVALID_PRIVATE_KEY")}}var En=class{_key;constructor(e){Rs(e),this._key=e}async verify(e,r){return lu(this._key,r,e)}marshal(){return pu(this._key)}get bytes(){return ae.encode({Type:ot.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return gt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await At.digest(this.bytes);return e}},Sn=class{_key;_publicKey;constructor(e,r){this._key=e,this._publicKey=r??yu(e),du(this._key),Rs(this._publicKey)}async sign(e){return hu(this._key,e)}get public(){return new En(this._publicKey)}marshal(){return this._key}get bytes(){return ce.encode({Type:ot.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return gt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await At.digest(this.bytes);return e}async id(){let e=await this.public.hash();return X(e,"base58btc")}async export(e,r="libp2p-key"){if(r==="libp2p-key")return Br(this.bytes,e);throw new Z(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function Z1(t){return new Sn(t)}function Y1(t){return new En(t)}async function Q1(){let t=uu();return new Sn(t)}var ir={rsa:_s,ed25519:xs,secp256k1:Ds};function gu(t){let e=Object.keys(ir).join(" / ");return new Z(`invalid or unsupported key type ${t}. Must be ${e}`,"ERR_UNSUPPORTED_KEY_TYPE")}function mu(t){let e=ae.decode(t),r=e.Data??new Uint8Array;switch(e.Type){case ot.RSA:return ir.rsa.unmarshalRsaPublicKey(r);case ot.Ed25519:return ir.ed25519.unmarshalEd25519PublicKey(r);case ot.Secp256k1:return ir.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw gu(e.Type??"RSA")}}async function xu(t){let e=ce.decode(t),r=e.Data??new Uint8Array;switch(e.Type){case ot.RSA:return ir.rsa.unmarshalRsaPrivateKey(r);case ot.Ed25519:return ir.ed25519.unmarshalEd25519PrivateKey(r);case ot.Secp256k1:return ir.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw gu(e.Type??"RSA")}}var vu=Symbol.for("@libp2p/peer-id");var Ns={};O(Ns,{identity:()=>J1});var J1=xr({prefix:"\0",name:"identity",encode:t=>yc(t),decode:t=>dc(t)});var Ps={};O(Ps,{base2:()=>j1});var j1=ft({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var ks={};O(ks,{base8:()=>tg});var tg=ft({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ls={};O(Ls,{base10:()=>eg});var eg=_e({prefix:"9",name:"base10",alphabet:"0123456789"});var Us={};O(Us,{base16:()=>rg,base16upper:()=>ng});var rg=ft({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),ng=ft({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Ks={};O(Ks,{base32:()=>Ur,base32hex:()=>ag,base32hexpad:()=>fg,base32hexpadupper:()=>ug,base32hexupper:()=>cg,base32pad:()=>og,base32padupper:()=>sg,base32upper:()=>ig,base32z:()=>hg});var Ur=ft({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),ig=ft({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),og=ft({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),sg=ft({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),ag=ft({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),cg=ft({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),fg=ft({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),ug=ft({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),hg=ft({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Ms={};O(Ms,{base36:()=>lg,base36upper:()=>pg});var lg=_e({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),pg=_e({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Os={};O(Os,{base256emoji:()=>xg});var bu=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}"),dg=bu.reduce((t,e,r)=>(t[r]=e,t),[]),yg=bu.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function gg(t){return t.reduce((e,r)=>(e+=dg[r],e),"")}function mg(t){let e=[];for(let r of t){let n=yg[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}var xg=xr({prefix:"\u{1F680}",name:"base256emoji",encode:gg,decode:mg});var _w=new TextEncoder,Rw=new TextDecoder;var wu=(t,e)=>{let{bytes:r,version:n}=t;switch(n){case 0:return Eg(r,Fs(t),e||_t.encoder);default:return Sg(r,Fs(t),e||Ur.encoder)}};var Eu=new WeakMap,Fs=t=>{let e=Eu.get(t);if(e==null){let r=new Map;return Eu.set(t,r),r}return e},or=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!==Bn)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==Bg)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=ne(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&&wc(e.multihash,n.multihash)}toString(e){return wu(this,e)}toJSON(){return{"/":wu(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||Su(n,i,o.bytes))}else if(r[Ag]===!0){let{version:n,multihash:i,code:o}=r,s=sn(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!==Bn)throw new Error(`Version 0 CID must use dag-pb (code: ${Bn}) block encoding`);return new t(e,r,n,n.bytes)}case 1:{let i=Su(e,r,n.bytes);return new t(e,r,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,Bn,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=ge(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 wr(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[h,p]=on(e.subarray(r));return r+=p,h},i=n(),o=Bn;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]=wg(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 Fs(o).set(n,e),o}},wg=(t,e)=>{switch(t[0]){case"Q":{let r=e||_t;return[_t.prefix,r.decode(`${_t.prefix}${t}`)]}case _t.prefix:{let r=e||_t;return[_t.prefix,r.decode(t)]}case Ur.prefix:{let r=e||Ur;return[Ur.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)]}}},Eg=(t,e,r)=>{let{prefix:n}=r;if(n!==_t.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},Sg=(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},Bn=112,Bg=18,Su=(t,e,r)=>{let n=br(t),i=n+br(e),o=new Uint8Array(i+r.byteLength);return vr(t,o,0),vr(e,o,n),o.set(r,i),o},Ag=Symbol.for("@ipld/js-cid/CID");var Vs={...Ns,...Ps,...ks,...Ls,...Us,...Ks,...Ms,...Ko,...Xo,...Os},Fw={...zo,...Oo};var Cg=Symbol.for("nodejs.util.inspect.custom"),Bu=Object.values(Vs).map(t=>t.decoder).reduce((t,e)=>t.or(e),Vs.identity.decoder),Au=114,zs=36,qs=37,An=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()})`}[vu]=!0;toString(){return this.string==null&&(this.string=_t.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return or.createV1(Au,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(e){if(e instanceof Uint8Array)return gt(this.multihash.bytes,e);if(typeof e=="string")return Ig(e).equals(this);if(e?.multihash?.bytes!=null)return gt(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[Cg](){return`PeerId(${this.toString()})`}},Kr=class extends An{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},Mr=class extends An{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},Or=class extends An{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function Ig(t,e){if(e=e??Bu,t.charAt(0)==="1"||t.charAt(0)==="Q"){let r=sn(_t.decode(`z${t}`));return t.startsWith("12D")?new Mr({multihash:r}):t.startsWith("16U")?new Or({multihash:r}):new Kr({multihash:r})}return Hs(Bu.decode(t))}function Hs(t){try{let e=sn(t);if(e.code===Re.code){if(e.digest.length===zs)return new Mr({multihash:e});if(e.digest.length===qs)return new Or({multihash:e})}if(e.code===At.code)return new Kr({multihash:e})}catch{return Tg(or.decode(t))}throw new Error("Supplied PeerID CID is invalid")}function Tg(t){if(t==null||t.multihash==null||t.version==null||t.version===1&&t.code!==Au)throw new Error("Supplied PeerID CID is invalid");let e=t.multihash;if(e.code===At.code)return new Kr({multihash:t.multihash});if(e.code===Re.code){if(e.digest.length===zs)return new Mr({multihash:t.multihash});if(e.digest.length===qs)return new Or({multihash:t.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function Cu(t,e){return t.length===zs?new Mr({multihash:ne(Re.code,t),privateKey:e}):t.length===qs?new Or({multihash:ne(Re.code,t),privateKey:e}):new Kr({multihash:await At.digest(t),publicKey:t,privateKey:e})}function Si(t){return t instanceof Uint8Array?{get(e){return t[e]},set(e,r){t[e]=r}}:{get(e){return t.get(e)},set(e,r){t.set(e,r)}}}var Iu=4294967296,Cn=class t{constructor(e=0,r=0){this.hi=e,this.lo=r}toBigInt(e){if(e===!0)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)}toNumber(e){return Number(this.toBigInt(e))}zzDecode(){let e=-(this.lo&1),r=((this.lo>>>1|this.hi<<31)^e)>>>0,n=(this.hi>>>1^e)>>>0;return new t(n,r)}zzEncode(){let e=this.hi>>31,r=((this.hi<<1|this.lo>>>31)^e)>>>0,n=(this.lo<<1^e)>>>0;return new t(r,n)}toBytes(e,r=0){let n=Si(e);for(;this.hi>0;)n.set(r++,this.lo&127|128),this.lo=(this.lo>>>7|this.hi<<25)>>>0,this.hi>>>=7;for(;this.lo>127;)n.set(r++,this.lo&127|128),this.lo=this.lo>>>7;n.set(r++,this.lo)}static fromBigInt(e){if(e===0n)return new t;let r=e<0;r&&(e=-e);let n=Number(e>>32n)|0,i=Number(e-(BigInt(n)<<32n))|0;return r&&(n=~n>>>0,i=~i>>>0,++i>Iu&&(i=0,++n>Iu&&(n=0))),new t(n,i)}static fromNumber(e){if(e===0)return new t;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(i,n)}static fromBytes(e,r=0){let n=Si(e),i=new t,o=0;if(e.length-r>4){for(;o<4;++o)if(i.lo=(i.lo|(n.get(r)&127)<<o*7)>>>0,n.get(r++)<128)return i;if(i.lo=(i.lo|(n.get(r)&127)<<28)>>>0,i.hi=(i.hi|(n.get(r)&127)>>4)>>>0,n.get(r++)<128)return i;o=0}else for(;o<4;++o){if(r>=e.length)throw RangeError(`index out of range: ${r} > ${e.length}`);if(i.lo=(i.lo|(n.get(r)&127)<<o*7)>>>0,n.get(r++)<128)return i}if(e.length-r>4){for(;o<5;++o)if(i.hi=(i.hi|(n.get(r)&127)<<o*7+3)>>>0,n.get(r++)<128)return i}else if(r<e.byteLength)for(;o<5;++o){if(r>=e.length)throw RangeError(`index out of range: ${r} > ${e.length}`);if(i.hi=(i.hi|(n.get(r)&127)<<o*7+3)>>>0,n.get(r++)<128)return i}throw RangeError("invalid varint encoding")}};var _g=Math.pow(2,7),Rg=Math.pow(2,14),Dg=Math.pow(2,21),Ng=Math.pow(2,28),Pg=Math.pow(2,35),kg=Math.pow(2,42),Lg=Math.pow(2,49),Ug=Math.pow(2,56),Kg=Math.pow(2,63),In={encodingLength(t){return t<_g?1:t<Rg?2:t<Dg?3:t<Ng?4:t<Pg?5:t<kg?6:t<Lg?7:t<Ug?8:t<Kg?9:10},encode(t,e,r=0){if(Number.MAX_SAFE_INTEGER!=null&&t>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return e==null&&(e=ye(In.encodingLength(t))),Cn.fromNumber(t).toBytes(e,r),e},decode(t,e=0){return Cn.fromBytes(t,e).toNumber(!0)}};var _u=Symbol.for("@achingbrain/uint8arraylist");function Tu(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 Bi(t){return!!t?.[_u]}var Ai=class t{constructor(...e){Object.defineProperty(this,_u,{value:!0}),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(Bi(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(Bi(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=Tu(this.bufs,e);return r.buf[r.index]}set(e,r){let n=Tu(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(Bi(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 xt(n,i)}subarray(e,r){let{bufs:n,length:i}=this._subList(e,r);return n.length===1?n[0]:xt(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 h=e-a;n.push(s.subarray(h,h+(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(!Bi(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 h=0;h<o;h++)s[h]=-1;for(let h=0;h<i;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 d=this.get(h+p);if(n[p]!==d){u=Math.max(1,p-a[d]);break}}if(u===0)return h}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=ye(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=de(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=de(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=de(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=ye(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=de(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=de(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=de(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=de(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=de(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(!gt(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 Ru={ERR_SIGNATURE_NOT_VALID:"ERR_SIGNATURE_NOT_VALID"};var Tn;(function(t){let e;t.codec=()=>(e==null&&(e=be((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=>ve(r,t.codec()),t.decode=r=>xe(r,t.codec())})(Tn||(Tn={}));var Ci=class t{static createFromProtobuf=async e=>{let r=Tn.decode(e),n=await Cu(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=Du(n,i,o),c=await(await xu(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 Z("envelope signature is not valid for the given domain",Ru.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=Tn.encode({publicKey:this.peerId.publicKey,payloadType:this.payloadType,payload:this.payload.subarray(),signature:this.signature})),this.marshaled}equals(e){return gt(this.marshal(),e.marshal())}async validate(e){let r=Du(e,this.payloadType,this.payload);if(this.peerId.publicKey==null)throw new Error("Missing public key");return mu(this.peerId.publicKey).verify(r.subarray(),this.signature)}},Du=(t,e,r)=>{let n=Bt(t),i=In.encode(n.byteLength),o=In.encode(e.length),s=In.encode(r.length);return new Ai(i,n,o,e,s,r)};function Nu(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)))}var Ii=class extends Error{code;props;constructor(e,r,n){super(e),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var Ys={};O(Ys,{base58btc:()=>kt,base58flickr:()=>qg});function Mg(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 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 y=0,x=0,v=0,w=l.length;v!==w&&l[v]===0;)v++,y++;for(var E=(w-v)*u+1>>>0,T=new Uint8Array(E);v!==w;){for(var C=l[v],I=0,N=E-1;(C!==0||I<x)&&N!==-1;N--,I++)C+=256*T[N]>>>0,T[N]=C%a>>>0,C=C/a>>>0;if(C!==0)throw new Error("Non-zero carry");x=I,v++}for(var L=E-x;L!==E&&T[L]===0;)L++;for(var Q=c.repeat(y);L<E;++L)Q+=t.charAt(T[L]);return Q}function p(l){if(typeof l!="string")throw new TypeError("Expected String");if(l.length===0)return new Uint8Array;var y=0;if(l[y]!==" "){for(var x=0,v=0;l[y]===c;)x++,y++;for(var w=(l.length-y)*f+1>>>0,E=new Uint8Array(w);l[y];){var T=r[l.charCodeAt(y)];if(T===255)return;for(var C=0,I=w-1;(T!==0||C<v)&&I!==-1;I--,C++)T+=a*E[I]>>>0,E[I]=T%256>>>0,T=T/256>>>0;if(T!==0)throw new Error("Non-zero carry");v=C,y++}if(l[y]!==" "){for(var N=w-v;N!==w&&E[N]===0;)N++;for(var L=new Uint8Array(x+(w-N)),Q=x;N!==w;)L[Q++]=E[N++];return L}}}function d(l){var y=p(l);if(y)return y;throw new Error(`Non-${e} character`)}return{encode:h,decodeUnsafe:p,decode:d}}var Og=Mg,Fg=Og,Pu=Fg;var S4=new Uint8Array(0);var ku=(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},Ee=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 Lu=t=>new TextEncoder().encode(t),Uu=t=>new TextDecoder().decode(t);var Gs=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")}},$s=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 Mu(this,e)}},Ws=class{constructor(e){this.decoders=e}or(e){return Mu(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`)}},Mu=(t,e)=>new Ws({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}}),Zs=class{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new Gs(e,r,n),this.decoder=new $s(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},Fr=({name:t,prefix:e,encode:r,decode:n})=>new Zs(t,e,r,n),Ve=({prefix:t,name:e,alphabet:r})=>{let{encode:n,decode:i}=Pu(r,e);return Fr({prefix:t,name:e,encode:n,decode:o=>Ee(i(o))})},Vg=(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 h=i[t[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},zg=(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},ht=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>Fr({prefix:e,name:t,encode(i){return zg(i,n,r)},decode(i){return Vg(i,n,r,t)}});var kt=Ve({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),qg=Ve({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Hg=Vu,Ou=128,Gg=127,$g=~Gg,Wg=Math.pow(2,31);function Vu(t,e,r){e=e||[],r=r||0;for(var n=r;t>=Wg;)e[r++]=t&255|Ou,t/=128;for(;t&$g;)e[r++]=t&255|Ou,t>>>=7;return e[r]=t|0,Vu.bytes=r-n+1,e}var Zg=Qs,Yg=128,Fu=127;function Qs(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw Qs.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&Fu)<<i:(s&Fu)*Math.pow(2,i),i+=7}while(s>=Yg);return Qs.bytes=o-n,r}var Qg=Math.pow(2,7),Xg=Math.pow(2,14),Jg=Math.pow(2,21),jg=Math.pow(2,28),t2=Math.pow(2,35),e2=Math.pow(2,42),r2=Math.pow(2,49),n2=Math.pow(2,56),i2=Math.pow(2,63),o2=function(t){return t<Qg?1:t<Xg?2:t<Jg?3:t<jg?4:t<t2?5:t<e2?6:t<r2?7:t<n2?8:t<i2?9:10},s2={encode:Hg,decode:Zg,encodingLength:o2},a2=s2,_n=a2;var Rn=(t,e=0)=>[_n.decode(t,e),_n.decode.bytes],Vr=(t,e,r=0)=>(_n.encode(t,e,r),e),zr=t=>_n.encodingLength(t);var sr=(t,e)=>{let r=e.byteLength,n=zr(t),i=n+zr(r),o=new Uint8Array(i+r);return Vr(t,o,0),Vr(r,o,n),o.set(e,i),new qr(t,r,e,o)},_i=t=>{let e=Ee(t),[r,n]=Rn(e),[i,o]=Rn(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new qr(r,i,s,e)},zu=(t,e)=>{if(t===e)return!0;{let r=e;return t.code===r.code&&t.size===r.size&&r.bytes instanceof Uint8Array&&ku(t.bytes,r.bytes)}},qr=class{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}};var Xs={};O(Xs,{base32:()=>Se,base32hex:()=>h2,base32hexpad:()=>p2,base32hexpadupper:()=>d2,base32hexupper:()=>l2,base32pad:()=>f2,base32padupper:()=>u2,base32upper:()=>c2,base32z:()=>y2});var Se=ht({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),c2=ht({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),f2=ht({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),u2=ht({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),h2=ht({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),l2=ht({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),p2=ht({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),d2=ht({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),y2=ht({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var qu=(t,e)=>{let{bytes:r,version:n}=t;switch(n){case 0:return m2(r,Js(t),e||kt.encoder);default:return x2(r,Js(t),e||Se.encoder)}};var Hu=new WeakMap,Js=t=>{let e=Hu.get(t);if(e==null){let r=new Map;return Hu.set(t,r),r}return e},ze=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!==Dn)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==v2)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=sr(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&&zu(e.multihash,n.multihash)}toString(e){return qu(this,e)}toJSON(){return{"/":qu(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||Gu(n,i,o.bytes))}else if(r[b2]===!0){let{version:n,multihash:i,code:o}=r,s=_i(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!==Dn)throw new Error(`Version 0 CID must use dag-pb (code: ${Dn}) block encoding`);return new t(e,r,n,n.bytes)}case 1:{let i=Gu(e,r,n.bytes);return new t(e,r,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,Dn,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=Ee(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 qr(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[h,p]=Rn(e.subarray(r));return r+=p,h},i=n(),o=Dn;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]=g2(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 Js(o).set(n,e),o}},g2=(t,e)=>{switch(t[0]){case"Q":{let r=e||kt;return[kt.prefix,r.decode(`${kt.prefix}${t}`)]}case kt.prefix:{let r=e||kt;return[kt.prefix,r.decode(t)]}case Se.prefix:{let r=e||Se;return[Se.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)]}}},m2=(t,e,r)=>{let{prefix:n}=r;if(n!==kt.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},x2=(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},Dn=112,v2=18,Gu=(t,e,r)=>{let n=zr(t),i=n+zr(e),o=new Uint8Array(i+r.byteLength);return Vr(t,o,0),Vr(e,o,n),o.set(r,i),o},b2=Symbol.for("@ipld/js-cid/CID");var Aa=st(Ri(),1);var $r=st(Ri(),1);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 h=this.readChar();if(h===void 0)return;let p=Number.parseInt(h,e);if(!Number.isNaN(p))return p});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 eh=45,k2=15,Gr=new Di;function ea(t){if(!(t.length>k2))return Gr.new(t).parseWith(()=>Gr.readIPv4Addr())}function ra(t){if(!(t.length>eh))return Gr.new(t).parseWith(()=>Gr.readIPv6Addr())}function Ni(t){if(!(t.length>eh))return Gr.new(t).parseWith(()=>Gr.readIPAddr())}var Q4=parseInt("0xFFFF",16),X4=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var na={};O(na,{identity:()=>O2});var O2=Fr({prefix:"\0",name:"identity",encode:t=>Uu(t),decode:t=>Lu(t)});var ia={};O(ia,{base2:()=>F2});var F2=ht({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var oa={};O(oa,{base8:()=>V2});var V2=ht({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var sa={};O(sa,{base10:()=>z2});var z2=Ve({prefix:"9",name:"base10",alphabet:"0123456789"});var aa={};O(aa,{base16:()=>q2,base16upper:()=>H2});var q2=ht({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),H2=ht({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var ca={};O(ca,{base36:()=>G2,base36upper:()=>$2});var G2=Ve({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),$2=Ve({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var fa={};O(fa,{base64:()=>W2,base64pad:()=>Z2,base64url:()=>Y2,base64urlpad:()=>Q2});var W2=ht({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Z2=ht({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Y2=ht({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Q2=ht({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var ua={};O(ua,{base256emoji:()=>em});var ih=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}"),X2=ih.reduce((t,e,r)=>(t[r]=e,t),[]),J2=ih.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function j2(t){return t.reduce((e,r)=>(e+=X2[r],e),"")}function tm(t){let e=[];for(let r of t){let n=J2[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}var em=Fr({prefix:"\u{1F680}",name:"base256emoji",encode:j2,decode:tm});var pa={};O(pa,{sha256:()=>rm,sha512:()=>nm});var la=({name:t,code:e,encode:r})=>new ha(t,e,r),ha=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?sr(this.code,r):r.then(n=>sr(this.code,n))}else throw Error("Unknown type, must be binary type")}};var sh=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),rm=la({name:"sha2-256",code:18,encode:sh("SHA-256")}),nm=la({name:"sha2-512",code:19,encode:sh("SHA-512")});var da={};O(da,{identity:()=>sm});var ah=0,im="identity",ch=Ee,om=t=>sr(ah,ch(t)),sm={code:ah,name:im,encode:ch,digest:om};var D8=new TextEncoder,N8=new TextDecoder;var fh={...na,...ia,...oa,...sa,...aa,...Xs,...ca,...Ys,...fa,...ua},K8={...pa,...da};var fe=st(Ri(),1);function uh(t){return!!ea(t)}function hh(t){return!!ra(t)}function Pi(t){return!!Ni(t)}var lh=uh,fm=hh,ya=function(t){let e=0;if(t=t.toString().trim(),lh(t)){let r=new Uint8Array(e+4);return t.split(/\./g).forEach(n=>{r[e++]=parseInt(n,10)&255}),r}if(fm(t)){let r=t.split(":",8),n;for(n=0;n<r.length;n++){let o=lh(r[n]),s;o&&(s=ya(r[n]),r[n]=X(s.slice(0,2),"base16")),s!=null&&++n<8&&r.splice(n,0,X(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")},ph=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 Nn={},ga={},hm=[[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"]];hm.forEach(t=>{let e=lm(...t);ga[e.code]=e,Nn[e.name]=e});function lm(t,e,r,n,i){return{code:t,size:e,name:r,resolvable:!!n,path:!!i}}function j(t){if(typeof t=="number"){if(ga[t]!=null)return ga[t];throw new Error(`no protocol with code: ${t}`)}else if(typeof t=="string"){if(Nn[t]!=null)return Nn[t];throw new Error(`no protocol with name: ${t}`)}throw new Error(`invalid protocol id type: ${typeof t}`)}var tE=j("ip4"),eE=j("ip6"),rE=j("ipcidr");function xh(t,e){switch(j(t).code){case 4:case 41:return dm(e);case 42:return gh(e);case 6:case 273:case 33:case 132:return bh(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return gh(e);case 421:return xm(e);case 444:return mh(e);case 445:return mh(e);case 466:return mm(e);default:return X(e,"base16")}}function vh(t,e){switch(j(t).code){case 4:return dh(e);case 41:return dh(e);case 42:return yh(e);case 6:case 273:case 33:case 132:return xa(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return yh(e);case 421:return ym(e);case 444:return vm(e);case 445:return bm(e);case 466:return gm(e);default:return Bt(e,"base16")}}var ma=Object.values(fh).map(t=>t.decoder),pm=function(){let t=ma[0].or(ma[1]);return ma.slice(2).forEach(e=>t=t.or(e)),t}();function dh(t){if(!Pi(t))throw new Error("invalid ip address");return ya(t)}function dm(t){let e=ph(t,0,t.length);if(e==null)throw new Error("ipBuff is required");if(!Pi(e))throw new Error("invalid ip address");return e}function xa(t){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,t),new Uint8Array(e)}function bh(t){return new DataView(t.buffer).getUint16(t.byteOffset)}function yh(t){let e=Bt(t),r=Uint8Array.from(fe.default.encode(e.length));return xt([r,e],r.length+e.length)}function gh(t){let e=fe.default.decode(t);if(t=t.slice(fe.default.decode.bytes),t.length!==e)throw new Error("inconsistent lengths");return X(t)}function ym(t){let e;t[0]==="Q"||t[0]==="1"?e=_i(kt.decode(`z${t}`)).bytes:e=ze.parse(t).multihash.bytes;let r=Uint8Array.from(fe.default.encode(e.length));return xt([r,e],r.length+e.length)}function gm(t){let e=pm.decode(t),r=Uint8Array.from(fe.default.encode(e.length));return xt([r,e],r.length+e.length)}function mm(t){let e=fe.default.decode(t),r=t.slice(fe.default.decode.bytes);if(r.length!==e)throw new Error("inconsistent lengths");return"u"+X(r,"base64url")}function xm(t){let e=fe.default.decode(t),r=t.slice(fe.default.decode.bytes);if(r.length!==e)throw new Error("inconsistent lengths");return X(r,"base58btc")}function vm(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=Se.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=xa(n);return xt([r,i],r.length+i.length)}function bm(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=Se.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=xa(n);return xt([r,i],r.length+i.length)}function mh(t){let e=t.slice(0,t.length-2),r=t.slice(t.length-2),n=X(e,"base32"),i=bh(r);return`${n}:${i}`}function wm(t){let e=[],r=t.split("/").slice(1);if(r.length===1&&r[0]==="")return[];for(let n=0;n<r.length;n++){let i=r[n],o=j(i);if(o.size===0){e.push([i]);continue}if(n++,n>=r.length)throw Eh("invalid address: "+t);if(o.path===!0){e.push([i,Sa(r.slice(n).join("/"))]);break}e.push([i,r[n]])}return e}function Em(t){let e=[];return t.map(r=>{let n=Ui(r);return e.push(n.name),r.length>1&&r[1]!=null&&e.push(r[1]),null}),Sa(e.join("/"))}function Sm(t){return t.map(e=>{Array.isArray(e)||(e=[e]);let r=Ui(e);return e.length>1?[r.code,vh(r.code,e[1])]:[r.code]})}function va(t){return t.map(e=>{let r=Ui(e);return e[1]!=null?[r.code,xh(r.code,e[1])]:[r.code]})}function ba(t){return Li(xt(t.map(e=>{let r=Ui(e),n=Uint8Array.from($r.default.encode(r.code));return e.length>1&&e[1]!=null&&(n=xt([n,e[1]])),n})))}function wa(t,e){return t.size>0?t.size/8:t.size===0?0:$r.default.decode(e)+($r.default.decode.bytes??0)}function ki(t){let e=[],r=0;for(;r<t.length;){let n=$r.default.decode(t,r),i=$r.default.decode.bytes??0,o=j(n),s=wa(o,t.slice(r+i));if(s===0){e.push([n]),r+=i;continue}let a=t.slice(r+i,r+i+s);if(r+=s+i,r>t.length)throw Eh("Invalid address Uint8Array: "+X(t,"base16"));e.push([n,a])}return e}function Ea(t){let e=ki(t),r=va(e);return Em(r)}function Bm(t){t=Sa(t);let e=wm(t),r=Sm(e);return ba(r)}function wh(t){return Bm(t)}function Li(t){let e=Am(t);if(e!=null)throw e;return Uint8Array.from(t)}function Am(t){try{ki(t)}catch(e){return e}}function Sa(t){return"/"+t.trim().split("/").filter(e=>e).join("/")}function Eh(t){return new Error("Error parsing address: "+t)}function Ui(t){return j(t[0])}var Im=Symbol.for("nodejs.util.inspect.custom"),Tm=[j("dns").code,j("dns4").code,j("dns6").code,j("dnsaddr").code],_m=new Map,Sh=Symbol.for("@multiformats/js-multiaddr/multiaddr");function Rm(t){return!!t?.[Sh]}var Ca=class t{bytes;#e;#r;#n;#t;[Sh]=!0;constructor(e){if(e==null&&(e=""),e instanceof Uint8Array)this.bytes=Li(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);this.bytes=wh(e)}else if(Rm(e))this.bytes=Li(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr")}toString(){return this.#e==null&&(this.#e=Ea(this.bytes)),this.#e}toJSON(){return this.toString()}toOptions(){let e,r,n,i,o="",s=j("tcp"),a=j("udp"),c=j("ip4"),f=j("ip6"),u=j("dns6"),h=j("ip6zone");for(let[d,l]of this.stringTuples())d===h.code&&(o=`%${l??""}`),Tm.includes(d)&&(r=s.name,i=443,n=`${l??""}${o}`,e=d===u.code?6:4),(d===s.code||d===a.code)&&(r=j(d).name,i=parseInt(l??"")),(d===c.code||d===f.code)&&(r=j(d).name,n=`${l??""}${o}`,e=d===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.protoCodes().map(e=>Object.assign({},j(e)))}protoCodes(){let e=[],r=this.bytes,n=0;for(;n<r.length;){let i=Aa.default.decode(r,n),o=Aa.default.decode.bytes??0,s=j(i),a=wa(s,r.slice(n+o));n+=a+o,e.push(i)}return e}protoNames(){return this.protos().map(e=>e.name)}tuples(){return this.#r==null&&(this.#r=ki(this.bytes)),this.#r}stringTuples(){return this.#n==null&&(this.#n=va(this.tuples())),this.#n}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(ba(r.slice(0,n)));return this}getPeerId(){try{let r=this.stringTuples().filter(n=>n[0]===Nn.ipfs.code).pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?X(kt.decode(`z${n}`),"base58btc"):X(ze.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){if(this.#t===void 0)try{this.#t=this.stringTuples().filter(e=>j(e[0]).path===!0)[0][1],this.#t==null&&(this.#t=null)}catch{this.#t=null}return this.#t}equals(e){return gt(this.bytes,e.bytes)}async resolve(e){let r=this.protos().find(o=>o.resolvable);if(r==null)return[this];let n=_m.get(r.name);if(n==null)throw new Ii(`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)}[Im](){return`Multiaddr(${Ea(this.bytes)})`}};function Ba(t){return new Ca(t)}var Bh="libp2p-peer-record",Ah=Uint8Array.from([3,1]);var Pn;(function(t){let e;(function(n){let i;n.codec=()=>(i==null&&(i=be((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=>ve(o,n.codec()),n.decode=o=>xe(o,n.codec())})(e=t.AddressInfo||(t.AddressInfo={}));let r;t.codec=()=>(r==null&&(r=be((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=>ve(n,t.codec()),t.decode=n=>xe(n,t.codec())})(Pn||(Pn={}));var Ki=class t{static createFromProtobuf=e=>{let r=Pn.decode(e),n=Hs(r.peerId),i=(r.addresses??[]).map(s=>Ba(s.multiaddr)),o=r.seq;return new t({peerId:n,multiaddrs:i,seqNumber:o})};static DOMAIN=Bh;static CODEC=Ah;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=Pn.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||!Nu(this.multiaddrs,e.multiaddrs))}};return Dh(Dm);})();
|
|
16
16
|
/*! Bundled license information:
|
|
17
17
|
|
|
18
18
|
@noble/ed25519/lib/esm/index.js:
|