@libp2p/peer-record 5.0.4-ea8a0637 → 5.0.4-eabf6f36
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/envelope/index.d.ts +2 -2
- package/dist/src/envelope/index.js +1 -1
- package/dist/src/envelope/index.js.map +1 -1
- 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/dist/src/peer-record/index.d.ts +1 -1
- package/package.json +9 -15
- package/src/envelope/index.ts +3 -3
- package/src/errors.ts +0 -1
- package/src/index.ts +0 -1
- package/src/peer-record/consts.ts +0 -1
- package/src/peer-record/index.ts +1 -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};pi.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=ho[t];if(!r){r=ho[t]=[];for(var n=0;n<t.length;++n)r[t.charCodeAt(n)]=n}e=e.replace(/\s/g,"");for(var i=t.length,s=t.charAt(0),o=[0],n=0;n<e.length;n++){var a=r[e.charCodeAt(n)];if(a===void 0)return;for(var f=0,c=a;f<o.length;++f)c+=o[f]*i,o[f]=c&255,c>>=8;for(;c>0;)o.push(c&255),c>>=8}for(var u=0;e[u]===s&&u<e.length-1;++u)o.push(0);return typeof Buffer<"u"?Buffer.from(o.reverse()):new Uint8Array(o.reverse())};function kc(e,t){var r=0,n=t.length,i=t.charAt(0),s=[0];for(r=0;r<e.length();++r){for(var o=0,a=e.at(r);o<s.length;++o)a+=s[o]<<8,s[o]=a%n,a=a/n|0;for(;a>0;)s.push(a%n),a=a/n|0}var f="";for(r=0;e.at(r)===0&&r<e.length()-1;++r)f+=i;for(r=s.length-1;r>=0;--r)f+=t[s[r]];return f}});var dt=U((by,xo)=>{var yo=X(),go=po(),y=xo.exports=yo.util=yo.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){y.nextTick=process.nextTick,typeof setImmediate=="function"?y.setImmediate=setImmediate:y.setImmediate=y.nextTick;return}if(typeof setImmediate=="function"){y.setImmediate=function(){return setImmediate.apply(void 0,arguments)},y.nextTick=function(a){return setImmediate(a)};return}if(y.setImmediate=function(a){setTimeout(a,0)},typeof window<"u"&&typeof window.postMessage=="function"){let a=function(f){if(f.source===window&&f.data===e){f.stopPropagation();var c=t.slice();t.length=0,c.forEach(function(u){u()})}};var o=a,e="forge.setImmediate",t=[];y.setImmediate=function(f){t.push(f),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 f=t.slice();t.length=0,f.forEach(function(c){c()})}).observe(i,{attributes:!0});var s=y.setImmediate;y.setImmediate=function(f){Date.now()-r>15?(r=Date.now(),s(f)):(t.push(f),t.length===1&&i.setAttribute("a",n=!n))}}y.nextTick=y.setImmediate})();y.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;y.globalScope=function(){return y.isNodejs?globalThis:typeof self>"u"?window:self}();y.isArray=Array.isArray||function(e){return Object.prototype.toString.call(e)==="[object Array]"};y.isArrayBuffer=function(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer};y.isArrayBufferView=function(e){return e&&y.isArrayBuffer(e.buffer)&&e.byteLength!==void 0};function Ur(e){if(!(e===8||e===16||e===24||e===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+e)}y.ByteBuffer=di;function di(e){if(this.data="",this.read=0,typeof e=="string")this.data=e;else if(y.isArrayBuffer(e)||y.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 di||typeof e=="object"&&typeof e.data=="string"&&typeof e.read=="number")&&(this.data=e.data,this.read=e.read);this._constructedStringLength=0}y.ByteStringBuffer=di;var Nc=4096;y.ByteStringBuffer.prototype._optimizeConstructedString=function(e){this._constructedStringLength+=e,this._constructedStringLength>Nc&&(this.data.substr(0,1),this._constructedStringLength=0)};y.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};y.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};y.ByteStringBuffer.prototype.putByte=function(e){return this.putBytes(String.fromCharCode(e))};y.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};y.ByteStringBuffer.prototype.putBytes=function(e){return this.data+=e,this._optimizeConstructedString(e.length),this};y.ByteStringBuffer.prototype.putString=function(e){return this.putBytes(y.encodeUtf8(e))};y.ByteStringBuffer.prototype.putInt16=function(e){return this.putBytes(String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};y.ByteStringBuffer.prototype.putInt24=function(e){return this.putBytes(String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&255))};y.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))};y.ByteStringBuffer.prototype.putInt16Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255))};y.ByteStringBuffer.prototype.putInt24Le=function(e){return this.putBytes(String.fromCharCode(e&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e>>16&255))};y.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))};y.ByteStringBuffer.prototype.putInt=function(e,t){Ur(t);var r="";do t-=8,r+=String.fromCharCode(e>>t&255);while(t>0);return this.putBytes(r)};y.ByteStringBuffer.prototype.putSignedInt=function(e,t){return e<0&&(e+=2<<t-1),this.putInt(e,t)};y.ByteStringBuffer.prototype.putBuffer=function(e){return this.putBytes(e.getBytes())};y.ByteStringBuffer.prototype.getByte=function(){return this.data.charCodeAt(this.read++)};y.ByteStringBuffer.prototype.getInt16=function(){var e=this.data.charCodeAt(this.read)<<8^this.data.charCodeAt(this.read+1);return this.read+=2,e};y.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};y.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};y.ByteStringBuffer.prototype.getInt16Le=function(){var e=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8;return this.read+=2,e};y.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};y.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};y.ByteStringBuffer.prototype.getInt=function(e){Ur(e);var t=0;do t=(t<<8)+this.data.charCodeAt(this.read++),e-=8;while(e>0);return t};y.ByteStringBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};y.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};y.ByteStringBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};y.ByteStringBuffer.prototype.at=function(e){return this.data.charCodeAt(this.read+e)};y.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};y.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};y.ByteStringBuffer.prototype.copy=function(){var e=y.createBuffer(this.data);return e.read=this.read,e};y.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};y.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};y.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};y.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};y.ByteStringBuffer.prototype.toString=function(){return y.decodeUtf8(this.bytes())};function Dc(e,t){t=t||{},this.read=t.readOffset||0,this.growSize=t.growSize||1024;var r=y.isArrayBuffer(e),n=y.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)}y.DataBuffer=Dc;y.DataBuffer.prototype.length=function(){return this.write-this.read};y.DataBuffer.prototype.isEmpty=function(){return this.length()<=0};y.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};y.DataBuffer.prototype.putByte=function(e){return this.accommodate(1),this.data.setUint8(this.write++,e),this};y.DataBuffer.prototype.fillWithByte=function(e,t){this.accommodate(t);for(var r=0;r<t;++r)this.data.setUint8(e);return this};y.DataBuffer.prototype.putBytes=function(e,t){if(y.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(y.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 y.DataBuffer||typeof e=="object"&&typeof e.read=="number"&&typeof e.write=="number"&&y.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 y.ByteStringBuffer&&(e=e.data,t="binary"),t=t||"binary",typeof e=="string"){var s;if(t==="hex")return this.accommodate(Math.ceil(e.length/2)),s=new Uint8Array(this.data.buffer,this.write),this.write+=y.binary.hex.decode(e,s,this.write),this;if(t==="base64")return this.accommodate(Math.ceil(e.length/4)*3),s=new Uint8Array(this.data.buffer,this.write),this.write+=y.binary.base64.decode(e,s,this.write),this;if(t==="utf8"&&(e=y.encodeUtf8(e),t="binary"),t==="binary"||t==="raw")return this.accommodate(e.length),s=new Uint8Array(this.data.buffer,this.write),this.write+=y.binary.raw.decode(s),this;if(t==="utf16")return this.accommodate(e.length*2),s=new Uint16Array(this.data.buffer,this.write),this.write+=y.text.utf16.encode(s),this;throw new Error("Invalid encoding: "+t)}throw Error("Invalid parameter: "+e)};y.DataBuffer.prototype.putBuffer=function(e){return this.putBytes(e),e.clear(),this};y.DataBuffer.prototype.putString=function(e){return this.putBytes(e,"utf16")};y.DataBuffer.prototype.putInt16=function(e){return this.accommodate(2),this.data.setInt16(this.write,e),this.write+=2,this};y.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};y.DataBuffer.prototype.putInt32=function(e){return this.accommodate(4),this.data.setInt32(this.write,e),this.write+=4,this};y.DataBuffer.prototype.putInt16Le=function(e){return this.accommodate(2),this.data.setInt16(this.write,e,!0),this.write+=2,this};y.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};y.DataBuffer.prototype.putInt32Le=function(e){return this.accommodate(4),this.data.setInt32(this.write,e,!0),this.write+=4,this};y.DataBuffer.prototype.putInt=function(e,t){Ur(t),this.accommodate(t/8);do t-=8,this.data.setInt8(this.write++,e>>t&255);while(t>0);return this};y.DataBuffer.prototype.putSignedInt=function(e,t){return Ur(t),this.accommodate(t/8),e<0&&(e+=2<<t-1),this.putInt(e,t)};y.DataBuffer.prototype.getByte=function(){return this.data.getInt8(this.read++)};y.DataBuffer.prototype.getInt16=function(){var e=this.data.getInt16(this.read);return this.read+=2,e};y.DataBuffer.prototype.getInt24=function(){var e=this.data.getInt16(this.read)<<8^this.data.getInt8(this.read+2);return this.read+=3,e};y.DataBuffer.prototype.getInt32=function(){var e=this.data.getInt32(this.read);return this.read+=4,e};y.DataBuffer.prototype.getInt16Le=function(){var e=this.data.getInt16(this.read,!0);return this.read+=2,e};y.DataBuffer.prototype.getInt24Le=function(){var e=this.data.getInt8(this.read)^this.data.getInt16(this.read+1,!0)<<8;return this.read+=3,e};y.DataBuffer.prototype.getInt32Le=function(){var e=this.data.getInt32(this.read,!0);return this.read+=4,e};y.DataBuffer.prototype.getInt=function(e){Ur(e);var t=0;do t=(t<<8)+this.data.getInt8(this.read++),e-=8;while(e>0);return t};y.DataBuffer.prototype.getSignedInt=function(e){var t=this.getInt(e),r=2<<e-2;return t>=r&&(t-=r<<1),t};y.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};y.DataBuffer.prototype.bytes=function(e){return typeof e>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+e)};y.DataBuffer.prototype.at=function(e){return this.data.getUint8(this.read+e)};y.DataBuffer.prototype.setAt=function(e,t){return this.data.setUint8(e,t),this};y.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};y.DataBuffer.prototype.copy=function(){return new y.DataBuffer(this)};y.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};y.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};y.DataBuffer.prototype.truncate=function(e){return this.write=Math.max(0,this.length()-e),this.read=Math.min(this.read,this.write),this};y.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};y.DataBuffer.prototype.toString=function(e){var t=new Uint8Array(this.data,this.read,this.length());if(e=e||"utf8",e==="binary"||e==="raw")return y.binary.raw.encode(t);if(e==="hex")return y.binary.hex.encode(t);if(e==="base64")return y.binary.base64.encode(t);if(e==="utf8")return y.text.utf8.decode(t);if(e==="utf16")return y.text.utf16.decode(t);throw new Error("Invalid encoding: "+e)};y.createBuffer=function(e,t){return t=t||"raw",e!==void 0&&t==="utf8"&&(e=y.encodeUtf8(e)),new y.ByteBuffer(e)};y.fillString=function(e,t){for(var r="";t>0;)t&1&&(r+=e),t>>>=1,t>0&&(e+=e);return r};y.xorBytes=function(e,t,r){for(var n="",i="",s="",o=0,a=0;r>0;--r,++o)i=e.charCodeAt(o)^t.charCodeAt(o),a>=10&&(n+=s,s="",a=0),s+=String.fromCharCode(i),++a;return n+=s,n};y.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};y.bytesToHex=function(e){return y.createBuffer(e).toHex()};y.int32ToBytes=function(e){return String.fromCharCode(e>>24&255)+String.fromCharCode(e>>16&255)+String.fromCharCode(e>>8&255)+String.fromCharCode(e&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],mo="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";y.encode64=function(e,t){for(var r="",n="",i,s,o,a=0;a<e.length;)i=e.charCodeAt(a++),s=e.charCodeAt(a++),o=e.charCodeAt(a++),r+=Be.charAt(i>>2),r+=Be.charAt((i&3)<<4|s>>4),isNaN(s)?r+="==":(r+=Be.charAt((s&15)<<2|o>>6),r+=isNaN(o)?"=":Be.charAt(o&63)),t&&r.length>t&&(n+=r.substr(0,t)+`\r
|
|
4
|
-
`,r=r.substr(
|
|
5
|
-
`,r=r.substr(t));return n+=r,n};y.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,s,o,a,f=0,c=r;f<e.length;)i=Ae[e.charCodeAt(f++)-43],s=Ae[e.charCodeAt(f++)-43],o=Ae[e.charCodeAt(f++)-43],a=Ae[e.charCodeAt(f++)-43],n[c++]=i<<2|s>>4,o!==64&&(n[c++]=(s&15)<<4|o>>2,a!==64&&(n[c++]=(o&3)<<6|a));return t?c-r:n.subarray(0,c)};y.binary.base58.encode=function(e,t){return y.binary.baseN.encode(e,mo,t)};y.binary.base58.decode=function(e,t){return y.binary.baseN.decode(e,mo,t)};y.text={utf8:{},utf16:{}};y.text.utf8.encode=function(e,t,r){e=y.encodeUtf8(e);var n=t;n||(n=new Uint8Array(e.length)),r=r||0;for(var i=r,s=0;s<e.length;++s)n[i++]=e.charCodeAt(s);return t?i-r:n};y.text.utf8.decode=function(e){return y.decodeUtf8(String.fromCharCode.apply(null,e))};y.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 s=r,o=r,a=0;a<e.length;++a)i[o++]=e.charCodeAt(a),s+=2;return t?s-r:n};y.text.utf16.decode=function(e){return String.fromCharCode.apply(null,new Uint16Array(e.buffer))};y.deflate=function(e,t,r){if(t=y.decode64(e.deflate(y.encode64(t)).rval),r){var n=2,i=t.charCodeAt(1);i&32&&(n=6),t=t.substring(n,t.length-4)}return t};y.inflate=function(e,t,r){var n=e.inflate(y.encode64(t)).rval;return n===null?null:y.decode64(n)};var yi=function(e,t,r){if(!e)throw new Error("WebStorage not available.");var n;if(r===null?n=e.removeItem(t):(r=y.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}},gi=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(y.decode64(r))),r},Lc=function(e,t,r,n){var i=gi(e,t);i===null&&(i={}),i[r]=n,yi(e,t,i)},Pc=function(e,t,r){var n=gi(e,t);return n!==null&&(n=r in n?n[r]:null),n},Uc=function(e,t,r){var n=gi(e,t);if(n!==null&&r in n){delete n[r];var i=!0;for(var s in n){i=!1;break}i&&(n=null),yi(e,t,n)}},Kc=function(e,t){yi(e,t,null)},yn=function(e,t,r){var n=null;typeof r>"u"&&(r=["web","flash"]);var i,s=!1,o=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),s=i==="flash"}(i==="web"||i==="both")&&(t[0]=localStorage,n=e.apply(this,t),s=!0)}catch(f){o=f}if(s)break}if(!s)throw o;return n};y.setItem=function(e,t,r,n,i){yn(Lc,arguments,i)};y.getItem=function(e,t,r,n){return yn(Pc,arguments,n)};y.removeItem=function(e,t,r,n){yn(Uc,arguments,n)};y.clearItems=function(e,t,r){yn(Kc,arguments,r)};y.isEmpty=function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0};y.format=function(e){for(var t=/%./g,r,n,i=0,s=[],o=0;r=t.exec(e);){n=e.substring(o,t.lastIndex-2),n.length>0&&s.push(n),o=t.lastIndex;var a=r[0][1];switch(a){case"s":case"o":i<arguments.length?s.push(arguments[i+++1]):s.push("<?>");break;case"%":s.push("%");break;default:s.push("<%"+a+"?>")}}return s.push(e.substring(o)),s.join("")};y.formatNumber=function(e,t,r,n){var i=e,s=isNaN(t=Math.abs(t))?2:t,o=r===void 0?",":r,a=n===void 0?".":n,f=i<0?"-":"",c=parseInt(i=Math.abs(+i||0).toFixed(s),10)+"",u=c.length>3?c.length%3:0;return f+(u?c.substr(0,u)+a:"")+c.substr(u).replace(/(\d{3})(?=\d)/g,"$1"+a)+(s?o+Math.abs(i-c).toFixed(s).slice(2):"")};y.formatSize=function(e){return e>=1073741824?e=y.formatNumber(e/1073741824,2,".","")+" GiB":e>=1048576?e=y.formatNumber(e/1048576,2,".","")+" MiB":e>=1024?e=y.formatNumber(e/1024,0)+" KiB":e=y.formatNumber(e,0)+" bytes",e};y.bytesFromIP=function(e){return e.indexOf(".")!==-1?y.bytesFromIPv4(e):e.indexOf(":")!==-1?y.bytesFromIPv6(e):null};y.bytesFromIPv4=function(e){if(e=e.split("."),e.length!==4)return null;for(var t=y.createBuffer(),r=0;r<e.length;++r){var n=parseInt(e[r],10);if(isNaN(n))return null;t.putByte(n)}return t.getBytes()};y.bytesFromIPv6=function(e){var t=0;e=e.split(":").filter(function(o){return o.length===0&&++t,!0});for(var r=(8-e.length+t)*2,n=y.createBuffer(),i=0;i<8;++i){if(!e[i]||e[i].length===0){n.fillWithByte(0,r),r=0;continue}var s=y.hexToBytes(e[i]);s.length<2&&n.putByte(0),n.putBytes(s)}return n.getBytes()};y.bytesToIP=function(e){return e.length===4?y.bytesToIPv4(e):e.length===16?y.bytesToIPv6(e):null};y.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(".")};y.bytesToIPv6=function(e){if(e.length!==16)return null;for(var t=[],r=[],n=0,i=0;i<e.length;i+=2){for(var s=y.bytesToHex(e[i]+e[i+1]);s[0]==="0"&&s!=="0";)s=s.substr(1);if(s==="0"){var o=r[r.length-1],a=t.length;!o||a!==o.end+1?r.push({start:a,end:a}):(o.end=a,o.end-o.start>r[n].end-r[n].start&&(n=r.length-1))}t.push(s)}if(r.length>0){var f=r[n];f.end-f.start>0&&(t.splice(f.start,f.end-f.start+1,""),f.start===0&&t.unshift(""),f.end===7&&t.push(""))}return t.join(":")};y.estimateCores=function(e,t){if(typeof e=="function"&&(t=e,e={}),e=e||{},"cores"in y&&!e.update)return t(null,y.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return y.cores=navigator.hardwareConcurrency,t(null,y.cores);if(typeof Worker>"u")return y.cores=1,t(null,y.cores);if(typeof Blob>"u")return y.cores=2,t(null,y.cores);var r=URL.createObjectURL(new Blob(["(",function(){self.addEventListener("message",function(o){for(var a=Date.now(),f=a+4;Date.now()<f;);self.postMessage({st:a,et:f})})}.toString(),")()"],{type:"application/javascript"}));n([],5,16);function n(o,a,f){if(a===0){var c=Math.floor(o.reduce(function(u,h){return u+h},0)/o.length);return y.cores=Math.max(1,c),URL.revokeObjectURL(r),t(null,y.cores)}i(f,function(u,h){o.push(s(f,h)),n(o,a-1,f)})}function i(o,a){for(var f=[],c=[],u=0;u<o;++u){var h=new Worker(r);h.addEventListener("message",function(l){if(c.push(l.data),c.length===o){for(var d=0;d<o;++d)f[d].terminate();a(null,c)}}),f.push(h)}for(var u=0;u<o;++u)f[u].postMessage(u)}function s(o,a){for(var f=[],c=0;c<o;++c)for(var u=a[c],h=f[c]=[],l=0;l<o;++l)if(c!==l){var d=a[l];(u.st>d.st&&u.st<d.et||d.st>u.st&&d.st<u.et)&&h.push(l)}return f.reduce(function(p,g){return Math.max(p,g.length)},0)}}});var gn=U((wy,vo)=>{var Kr=X();Kr.pki=Kr.pki||{};var mi=vo.exports=Kr.pki.oids=Kr.oids=Kr.oids||{};function E(e,t){mi[e]=t,mi[t]=e}function Q(e,t){mi[e]=t}E("1.2.840.113549.1.1.1","rsaEncryption");E("1.2.840.113549.1.1.4","md5WithRSAEncryption");E("1.2.840.113549.1.1.5","sha1WithRSAEncryption");E("1.2.840.113549.1.1.7","RSAES-OAEP");E("1.2.840.113549.1.1.8","mgf1");E("1.2.840.113549.1.1.9","pSpecified");E("1.2.840.113549.1.1.10","RSASSA-PSS");E("1.2.840.113549.1.1.11","sha256WithRSAEncryption");E("1.2.840.113549.1.1.12","sha384WithRSAEncryption");E("1.2.840.113549.1.1.13","sha512WithRSAEncryption");E("1.3.101.112","EdDSA25519");E("1.2.840.10040.4.3","dsa-with-sha1");E("1.3.14.3.2.7","desCBC");E("1.3.14.3.2.26","sha1");E("1.3.14.3.2.29","sha1WithRSASignature");E("2.16.840.1.101.3.4.2.1","sha256");E("2.16.840.1.101.3.4.2.2","sha384");E("2.16.840.1.101.3.4.2.3","sha512");E("2.16.840.1.101.3.4.2.4","sha224");E("2.16.840.1.101.3.4.2.5","sha512-224");E("2.16.840.1.101.3.4.2.6","sha512-256");E("1.2.840.113549.2.2","md2");E("1.2.840.113549.2.5","md5");E("1.2.840.113549.1.7.1","data");E("1.2.840.113549.1.7.2","signedData");E("1.2.840.113549.1.7.3","envelopedData");E("1.2.840.113549.1.7.4","signedAndEnvelopedData");E("1.2.840.113549.1.7.5","digestedData");E("1.2.840.113549.1.7.6","encryptedData");E("1.2.840.113549.1.9.1","emailAddress");E("1.2.840.113549.1.9.2","unstructuredName");E("1.2.840.113549.1.9.3","contentType");E("1.2.840.113549.1.9.4","messageDigest");E("1.2.840.113549.1.9.5","signingTime");E("1.2.840.113549.1.9.6","counterSignature");E("1.2.840.113549.1.9.7","challengePassword");E("1.2.840.113549.1.9.8","unstructuredAddress");E("1.2.840.113549.1.9.14","extensionRequest");E("1.2.840.113549.1.9.20","friendlyName");E("1.2.840.113549.1.9.21","localKeyId");E("1.2.840.113549.1.9.22.1","x509Certificate");E("1.2.840.113549.1.12.10.1.1","keyBag");E("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");E("1.2.840.113549.1.12.10.1.3","certBag");E("1.2.840.113549.1.12.10.1.4","crlBag");E("1.2.840.113549.1.12.10.1.5","secretBag");E("1.2.840.113549.1.12.10.1.6","safeContentsBag");E("1.2.840.113549.1.5.13","pkcs5PBES2");E("1.2.840.113549.1.5.12","pkcs5PBKDF2");E("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");E("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");E("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");E("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");E("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");E("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");E("1.2.840.113549.2.7","hmacWithSHA1");E("1.2.840.113549.2.8","hmacWithSHA224");E("1.2.840.113549.2.9","hmacWithSHA256");E("1.2.840.113549.2.10","hmacWithSHA384");E("1.2.840.113549.2.11","hmacWithSHA512");E("1.2.840.113549.3.7","des-EDE3-CBC");E("2.16.840.1.101.3.4.1.2","aes128-CBC");E("2.16.840.1.101.3.4.1.22","aes192-CBC");E("2.16.840.1.101.3.4.1.42","aes256-CBC");E("2.5.4.3","commonName");E("2.5.4.4","surname");E("2.5.4.5","serialNumber");E("2.5.4.6","countryName");E("2.5.4.7","localityName");E("2.5.4.8","stateOrProvinceName");E("2.5.4.9","streetAddress");E("2.5.4.10","organizationName");E("2.5.4.11","organizationalUnitName");E("2.5.4.12","title");E("2.5.4.13","description");E("2.5.4.15","businessCategory");E("2.5.4.17","postalCode");E("2.5.4.42","givenName");E("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");E("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");E("2.16.840.1.113730.1.1","nsCertType");E("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");E("2.5.29.14","subjectKeyIdentifier");E("2.5.29.15","keyUsage");Q("2.5.29.16","privateKeyUsagePeriod");E("2.5.29.17","subjectAltName");E("2.5.29.18","issuerAltName");E("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");E("2.5.29.31","cRLDistributionPoints");E("2.5.29.32","certificatePolicies");Q("2.5.29.33","policyMappings");Q("2.5.29.34","policyConstraints");E("2.5.29.35","authorityKeyIdentifier");Q("2.5.29.36","policyConstraints");E("2.5.29.37","extKeyUsage");Q("2.5.29.46","freshestCRL");Q("2.5.29.54","inhibitAnyPolicy");E("1.3.6.1.4.1.11129.2.4.2","timestampList");E("1.3.6.1.5.5.7.1.1","authorityInfoAccess");E("1.3.6.1.5.5.7.3.1","serverAuth");E("1.3.6.1.5.5.7.3.2","clientAuth");E("1.3.6.1.5.5.7.3.3","codeSigning");E("1.3.6.1.5.5.7.3.4","emailProtection");E("1.3.6.1.5.5.7.3.8","timeStamping")});var Or=U((Sy,wo)=>{var rt=X();dt();gn();var C=wo.exports=rt.asn1=rt.asn1||{};C.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};C.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};C.create=function(e,t,r,n,i){if(rt.util.isArray(n)){for(var s=[],o=0;o<n.length;++o)n[o]!==void 0&&s.push(n[o]);n=s}var a={tagClass:e,type:t,constructed:r,composed:r||rt.util.isArray(n),value:n};return i&&"bitStringContents"in i&&(a.bitStringContents=i.bitStringContents,a.original=C.copy(a)),a};C.copy=function(e,t){var r;if(rt.util.isArray(e)){r=[];for(var n=0;n<e.length;++n)r.push(C.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:C.copy(e.value,t)},t&&!t.excludeBitStringContents&&(r.bitStringContents=e.bitStringContents),r)};C.equals=function(e,t,r){if(rt.util.isArray(e)){if(!rt.util.isArray(t)||e.length!==t.length)return!1;for(var n=0;n<e.length;++n)if(!C.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&&C.equals(e.value,t.value);return r&&r.includeBitStringContents&&(i=i&&e.bitStringContents===t.bitStringContents),i};C.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 Fr(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 Fc=function(e,t){var r=e.getByte();if(t--,r!==128){var n,i=r&128;if(!i)n=r;else{var s=r&127;Fr(e,t,s),n=e.getInt(s<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};C.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=rt.util.createBuffer(e));var r=e.length(),n=mn(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 mn(e,t,r,n){var i;Fr(e,t,2);var s=e.getByte();t--;var o=s&192,a=s&31;i=e.length();var f=Fc(e,t);if(t-=i-e.length(),f!==void 0&&f>t){if(n.strict){var c=new Error("Too few bytes to read ASN.1 value.");throw c.available=e.length(),c.remaining=t,c.requested=f,c}f=t}var u,h,l=(s&32)===32;if(l)if(u=[],f===void 0)for(;;){if(Fr(e,t,2),e.bytes(2)===String.fromCharCode(0,0)){e.getBytes(2),t-=2;break}i=e.length(),u.push(mn(e,t,r+1,n)),t-=i-e.length()}else for(;f>0;)i=e.length(),u.push(mn(e,f,r+1,n)),t-=i-e.length(),f-=i-e.length();if(u===void 0&&o===C.Class.UNIVERSAL&&a===C.Type.BITSTRING&&(h=e.bytes(f)),u===void 0&&n.decodeBitStrings&&o===C.Class.UNIVERSAL&&a===C.Type.BITSTRING&&f>1){var d=e.read,p=t,g=0;if(a===C.Type.BITSTRING&&(Fr(e,t,1),g=e.getByte(),t--),g===0)try{i=e.length();var x={strict:!0,decodeBitStrings:!0},v=mn(e,t,r+1,x),B=i-e.length();t-=B,a==C.Type.BITSTRING&&B++;var A=v.tagClass;B===f&&(A===C.Class.UNIVERSAL||A===C.Class.CONTEXT_SPECIFIC)&&(u=[v])}catch{}u===void 0&&(e.read=d,t=p)}if(u===void 0){if(f===void 0){if(n.strict)throw new Error("Non-constructed ASN.1 object of indefinite length.");f=t}if(a===C.Type.BMPSTRING)for(u="";f>0;f-=2)Fr(e,t,2),u+=String.fromCharCode(e.getInt16()),t-=2;else u=e.getBytes(f),t-=f}var D=h===void 0?null:{bitStringContents:h};return C.create(o,a,l,u,D)}C.toDer=function(e){var t=rt.util.createBuffer(),r=e.tagClass|e.type,n=rt.util.createBuffer(),i=!1;if("bitStringContents"in e&&(i=!0,e.original&&(i=C.equals(e,e.original))),i)n.putBytes(e.bitStringContents);else if(e.composed){e.constructed?r|=32:n.putByte(0);for(var s=0;s<e.value.length;++s)e.value[s]!==void 0&&n.putBuffer(C.toDer(e.value[s]))}else if(e.type===C.Type.BMPSTRING)for(var s=0;s<e.value.length;++s)n.putInt16(e.value.charCodeAt(s));else e.type===C.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 o=n.length(),a="";do a+=String.fromCharCode(o&255),o=o>>>8;while(o>0);t.putByte(a.length|128);for(var s=a.length-1;s>=0;--s)t.putByte(a.charCodeAt(s))}return t.putBuffer(n),t};C.oidToDer=function(e){var t=e.split("."),r=rt.util.createBuffer();r.putByte(40*parseInt(t[0],10)+parseInt(t[1],10));for(var n,i,s,o,a=2;a<t.length;++a){n=!0,i=[],s=parseInt(t[a],10);do o=s&127,s=s>>>7,n||(o|=128),i.push(o),n=!1;while(s>0);for(var f=i.length-1;f>=0;--f)r.putByte(i[f])}return r};C.derToOid=function(e){var t;typeof e=="string"&&(e=rt.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};C.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),s=parseInt(e.substr(6,2),10),o=parseInt(e.substr(8,2),10),a=0;if(e.length>11){var f=e.charAt(10),c=10;f!=="+"&&f!=="-"&&(a=parseInt(e.substr(10,2),10),c+=2)}if(t.setUTCFullYear(r,n,i),t.setUTCHours(s,o,a,0),c&&(f=e.charAt(c),f==="+"||f==="-")){var u=parseInt(e.substr(c+1,2),10),h=parseInt(e.substr(c+4,2),10),l=u*60+h;l*=6e4,f==="+"?t.setTime(+t-l):t.setTime(+t+l)}return t};C.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),s=parseInt(e.substr(8,2),10),o=parseInt(e.substr(10,2),10),a=parseInt(e.substr(12,2),10),f=0,c=0,u=!1;e.charAt(e.length-1)==="Z"&&(u=!0);var h=e.length-5,l=e.charAt(h);if(l==="+"||l==="-"){var d=parseInt(e.substr(h+1,2),10),p=parseInt(e.substr(h+4,2),10);c=d*60+p,c*=6e4,l==="+"&&(c*=-1),u=!0}return e.charAt(14)==="."&&(f=parseFloat(e.substr(14),10)*1e3),u?(t.setUTCFullYear(r,n,i),t.setUTCHours(s,o,a,f),t.setTime(+t+c)):(t.setFullYear(r,n,i),t.setHours(s,o,a,f)),t};C.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};C.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};C.integerToDer=function(e){var t=rt.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};C.derToInteger=function(e){typeof e=="string"&&(e=rt.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)};C.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&&rt.util.isArray(t.value))for(var s=0,o=0;i&&o<t.value.length;++o)i=t.value[o].optional||!1,e.value[s]&&(i=C.validate(e.value[s],t.value[o],r,n),i?++s:t.value[o].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 f=e.bitStringContents.charCodeAt(0);if(f!==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 bo=/[^\\u0000-\\u00ff]/;C.prettyPrint=function(e,t,r){var n="";t=t||0,r=r||2,t>0&&(n+=`
|
|
6
|
-
`);for(var i="",
|
|
7
|
-
`,n+=i+"Constructed: "+
|
|
8
|
-
`,e.composed){for(var o=0,a="",s=0;s<e.value.length;++s)e.value[s]!==void 0&&(o+=1,a+=C.prettyPrint(e.value[s],t+1,r),s+1<e.value.length&&(a+=","));n+=i+"Sub values: "+o+a}else{if(n+=i+"Value: ",e.type===C.Type.OID){var f=C.derToOid(e.value);n+=f,rt.pki&&rt.pki.oids&&f in rt.pki.oids&&(n+=" ("+rt.pki.oids[f]+") ")}if(e.type===C.Type.INTEGER)try{n+=C.derToInteger(e.value)}catch{n+="0x"+rt.util.bytesToHex(e.value)}else if(e.type===C.Type.BITSTRING){if(e.value.length>1?n+="0x"+rt.util.bytesToHex(e.value.slice(1)):n+="(none)",e.value.length>0){var c=e.value.charCodeAt(0);c==1?n+=" (1 unused bit shown)":c>1&&(n+=" ("+c+" unused bits shown)")}}else if(e.type===C.Type.OCTETSTRING)bo.test(e.value)||(n+="("+e.value+") "),n+="0x"+rt.util.bytesToHex(e.value);else if(e.type===C.Type.UTF8)try{n+=rt.util.decodeUtf8(e.value)}catch(u){if(u.message==="URI malformed")n+="0x"+rt.util.bytesToHex(e.value)+" (malformed UTF8)";else throw u}else e.type===C.Type.PRINTABLESTRING||e.type===C.Type.IA5String?n+=e.value:bo.test(e.value)?n+="0x"+rt.util.bytesToHex(e.value):e.value.length===0?n+="[null]":n+=e.value}return n}});var vi=U((Ey,So)=>{var xt=X();dt();So.exports=xt.cipher=xt.cipher||{};xt.cipher.algorithms=xt.cipher.algorithms||{};xt.cipher.createCipher=function(e,t){var r=e;if(typeof r=="string"&&(r=xt.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new xt.cipher.BlockCipher({algorithm:r,key:t,decrypt:!1})};xt.cipher.createDecipher=function(e,t){var r=e;if(typeof r=="string"&&(r=xt.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+e);return new xt.cipher.BlockCipher({algorithm:r,key:t,decrypt:!0})};xt.cipher.registerAlgorithm=function(e,t){e=e.toUpperCase(),xt.cipher.algorithms[e]=t};xt.cipher.getAlgorithm=function(e){return e=e.toUpperCase(),e in xt.cipher.algorithms?xt.cipher.algorithms[e]:null};var xi=xt.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=xt.util.createBuffer(),this.output=e.output||xt.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 wi=U((By,Eo)=>{var vt=X();dt();vt.cipher=vt.cipher||{};var F=Eo.exports=vt.cipher.modes=vt.cipher.modes||{};F.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)};F.ecb.prototype.start=function(e){};F.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])};F.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])};F.ecb.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};F.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)};F.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)};F.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=xn(e.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};F.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};F.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)};F.cbc.prototype.pad=function(e,t){var r=e.length()===this.blockSize?this.blockSize:this.blockSize-e.length();return e.fillWithByte(r,r),!0};F.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)};F.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=vt.util.createBuffer(),this._partialBytes=0};F.cfb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=xn(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};F.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 s=(this.blockSize-n)%this.blockSize;s>0&&(s=this.blockSize-s),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(s>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),s>0&&!r)return t.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};F.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 s=(this.blockSize-n)%this.blockSize;s>0&&(s=this.blockSize-s),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(s>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),s>0&&!r)return t.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};F.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=vt.util.createBuffer(),this._partialBytes=0};F.ofb.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=xn(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};F.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 s=(this.blockSize-n)%this.blockSize;s>0&&(s=this.blockSize-s),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialOutput.putInt32(e.getInt32()^this._outBlock[i]);if(s>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),s>0&&!r)return t.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};F.ofb.prototype.decrypt=F.ofb.prototype.encrypt;F.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=vt.util.createBuffer(),this._partialBytes=0};F.ctr.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");this._iv=xn(e.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};F.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 s=(this.blockSize-n)%this.blockSize;s>0&&(s=this.blockSize-s),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialOutput.putInt32(e.getInt32()^this._outBlock[i]);if(s>0&&(e.read-=this.blockSize),this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),s>0&&!r)return t.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}vn(this._inBlock)};F.ctr.prototype.decrypt=F.ctr.prototype.encrypt;F.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=vt.util.createBuffer(),this._partialBytes=0,this._R=3774873600};F.gcm.prototype.start=function(e){if(!("iv"in e))throw new Error("Invalid IV parameter.");var t=vt.util.createBuffer(e.iv);this._cipherLength=0;var r;if("additionalData"in e?r=vt.util.createBuffer(e.additionalData):r=vt.util.createBuffer(),"tagLength"in e?this._tagLength=e.tagLength:this._tagLength=128,this._tag=null,e.decrypt&&(this._tag=vt.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(bi(n*8)))}this._inBlock=this._j0.slice(0),vn(this._inBlock),this._partialBytes=0,r=vt.util.createBuffer(r),this._aDataLength=bi(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()])};F.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 s=(this.blockSize-n)%this.blockSize;s>0&&(s=this.blockSize-s),this._partialOutput.clear();for(var i=0;i<this._ints;++i)this._partialOutput.putInt32(e.getInt32()^this._outBlock[i]);if(s<=0||r){if(r){var o=n%this.blockSize;this._cipherLength+=o,this._partialOutput.truncate(this.blockSize-o)}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),s>0&&!r)return e.read-=this.blockSize,t.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;t.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}this._s=this.ghash(this._hashSubkey,this._s,this._outBlock),vn(this._inBlock)};F.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),vn(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};F.gcm.prototype.afterFinish=function(e,t){var r=!0;t.decrypt&&t.overflow&&e.truncate(this.blockSize-t.overflow),this.tag=vt.util.createBuffer();var n=this._aDataLength.concat(bi(this._cipherLength*8));this._s=this.ghash(this._hashSubkey,this._s,n);var i=[];this.cipher.encrypt(this._j0,i);for(var s=0;s<this._ints;++s)this.tag.putInt32(this._s[s]^i[s]);return this.tag.truncate(this.tag.length()%(this._tagLength/8)),t.decrypt&&this.tag.bytes()!==this._tag&&(r=!1),r};F.gcm.prototype.multiply=function(e,t){for(var r=[0,0,0,0],n=t.slice(0),i=0;i<128;++i){var s=e[i/32|0]&1<<31-i%32;s&&(r[0]^=n[0],r[1]^=n[1],r[2]^=n[2],r[3]^=n[3]),this.pow(n,n)}return r};F.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)};F.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,s=this._m[r][i];t[0]^=s[0],t[1]^=s[1],t[2]^=s[2],t[3]^=s[3]}return t};F.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)};F.gcm.prototype.generateHashTable=function(e,t){for(var r=8/t,n=4*r,i=16*r,s=new Array(i),o=0;o<i;++o){var a=[0,0,0,0],f=o/n|0,c=(n-1-o%n)*t;a[f]=1<<t-1<<c,s[o]=this.generateSubHashTable(this.multiply(a,e),t)}return s};F.gcm.prototype.generateSubHashTable=function(e,t){var r=1<<t,n=r>>>1,i=new Array(r);i[n]=e.slice(0);for(var s=n>>>1;s>0;)this.pow(i[2*s],i[s]=[]),s>>=1;for(s=2;s<n;){for(var o=1;o<s;++o){var a=i[s],f=i[o];i[s+o]=[a[0]^f[0],a[1]^f[1],a[2]^f[2],a[3]^f[3]]}s*=2}for(i[0]=[0,0,0,0],s=n+1;s<r;++s){var c=i[s^n];i[s]=[e[0]^c[0],e[1]^c[1],e[2]^c[2],e[3]^c[3]]}return i};function xn(e,t){if(typeof e=="string"&&(e=vt.util.createBuffer(e)),vt.util.isArray(e)&&e.length>4){var r=e;e=vt.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(!vt.util.isArray(e)){for(var i=[],s=t/4,n=0;n<s;++n)i.push(e.getInt32());e=i}return e}function vn(e){e[e.length-1]=e[e.length-1]+1&4294967295}function bi(e){return[e/4294967296|0,e&4294967295]}});var Ai=U((Ay,Io)=>{var tt=X();vi();wi();dt();Io.exports=tt.aes=tt.aes||{};tt.aes.startEncrypting=function(e,t,r,n){var i=bn({key:e,output:r,decrypt:!1,mode:n});return i.start(t),i};tt.aes.createEncryptionCipher=function(e,t){return bn({key:e,output:null,decrypt:!1,mode:t})};tt.aes.startDecrypting=function(e,t,r,n){var i=bn({key:e,output:r,decrypt:!0,mode:n});return i.start(t),i};tt.aes.createDecryptionCipher=function(e,t){return bn({key:e,output:null,decrypt:!0,mode:t})};tt.aes.Algorithm=function(e,t){Bi||Ao();var r=this;r.name=e,r.mode=new t({blockSize:16,cipher:{encrypt:function(n,i){return Ei(r._w,n,i,!1)},decrypt:function(n,i){return Ei(r._w,n,i,!0)}}}),r._init=!1};tt.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=tt.util.createBuffer(t);else if(tt.util.isArray(t)&&(t.length===16||t.length===24||t.length===32)){r=t,t=tt.util.createBuffer();for(var n=0;n<r.length;++n)t.putByte(r[n])}if(!tt.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(!tt.util.isArray(t)||!(t.length===4||t.length===6||t.length===8))throw new Error("Invalid key parameter.");var s=this.mode.name,o=["CFB","OFB","CTR","GCM"].indexOf(s)!==-1;this._w=Co(t,e.decrypt&&!o),this._init=!0}};tt.aes._expandKey=function(e,t){return Bi||Ao(),Co(e,t)};tt.aes._updateBlock=Ei;cr("AES-ECB",tt.cipher.modes.ecb);cr("AES-CBC",tt.cipher.modes.cbc);cr("AES-CFB",tt.cipher.modes.cfb);cr("AES-OFB",tt.cipher.modes.ofb);cr("AES-CTR",tt.cipher.modes.ctr);cr("AES-GCM",tt.cipher.modes.gcm);function cr(e,t){var r=function(){return new tt.aes.Algorithm(e,t)};tt.cipher.registerAlgorithm(e,r)}var Bi=!1,fr=4,Tt,Si,Bo,qe,zt;function Ao(){Bi=!0,Bo=[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;Tt=new Array(256),Si=new Array(256),qe=new Array(4),zt=new Array(4);for(var t=0;t<4;++t)qe[t]=new Array(256),zt[t]=new Array(256);for(var r=0,n=0,i,s,o,a,f,c,u,t=0;t<256;++t){a=n^n<<1^n<<2^n<<3^n<<4,a=a>>8^a&255^99,Tt[r]=a,Si[a]=r,f=e[a],i=e[r],s=e[i],o=e[s],c=f<<24^a<<16^a<<8^(a^f),u=(i^s^o)<<24^(r^o)<<16^(r^s^o)<<8^(r^i^o);for(var h=0;h<4;++h)qe[h][r]=c,zt[h][a]=u,c=c<<24|c>>>8,u=u<<24|u>>>8;r===0?r=n=1:(r=i^e[e[e[i^o]]],n^=e[e[n]])}}function Co(e,t){for(var r=e.slice(0),n,i=1,s=r.length,o=s+6+1,a=fr*o,f=s;f<a;++f)n=r[f-1],f%s===0?(n=Tt[n>>>16&255]<<24^Tt[n>>>8&255]<<16^Tt[n&255]<<8^Tt[n>>>24]^Bo[i]<<24,i++):s>6&&f%s===4&&(n=Tt[n>>>24]<<24^Tt[n>>>16&255]<<16^Tt[n>>>8&255]<<8^Tt[n&255]),r[f]=r[f-s]^n;if(t){var c,u=zt[0],h=zt[1],l=zt[2],d=zt[3],p=r.slice(0);a=r.length;for(var f=0,g=a-fr;f<a;f+=fr,g-=fr)if(f===0||f===a-fr)p[f]=r[g],p[f+1]=r[g+3],p[f+2]=r[g+2],p[f+3]=r[g+1];else for(var x=0;x<fr;++x)c=r[g+x],p[f+(3&-x)]=u[Tt[c>>>24]]^h[Tt[c>>>16&255]]^l[Tt[c>>>8&255]]^d[Tt[c&255]];r=p}return r}function Ei(e,t,r,n){var i=e.length/4-1,s,o,a,f,c;n?(s=zt[0],o=zt[1],a=zt[2],f=zt[3],c=Si):(s=qe[0],o=qe[1],a=qe[2],f=qe[3],c=Tt);var u,h,l,d,p,g,x;u=t[0]^e[0],h=t[n?3:1]^e[1],l=t[2]^e[2],d=t[n?1:3]^e[3];for(var v=3,B=1;B<i;++B)p=s[u>>>24]^o[h>>>16&255]^a[l>>>8&255]^f[d&255]^e[++v],g=s[h>>>24]^o[l>>>16&255]^a[d>>>8&255]^f[u&255]^e[++v],x=s[l>>>24]^o[d>>>16&255]^a[u>>>8&255]^f[h&255]^e[++v],d=s[d>>>24]^o[u>>>16&255]^a[h>>>8&255]^f[l&255]^e[++v],u=p,h=g,l=x;r[0]=c[u>>>24]<<24^c[h>>>16&255]<<16^c[l>>>8&255]<<8^c[d&255]^e[++v],r[n?3:1]=c[h>>>24]<<24^c[l>>>16&255]<<16^c[d>>>8&255]<<8^c[u&255]^e[++v],r[2]=c[l>>>24]<<24^c[d>>>16&255]<<16^c[u>>>8&255]<<8^c[h&255]^e[++v],r[n?1:3]=c[d>>>24]<<24^c[u>>>16&255]<<16^c[h>>>8&255]<<8^c[l&255]^e[++v]}function bn(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="AES-"+t,n;e.decrypt?n=tt.cipher.createDecipher(r,e.key):n=tt.cipher.createCipher(r,e.key);var i=n.start;return n.start=function(s,o){var a=null;o instanceof tt.util.ByteBuffer&&(a=o,o={}),o=o||{},o.output=a,o.iv=s,i.call(n,o)},n}});var Ro=U((Cy,_o)=>{var ot=X();vi();wi();dt();_o.exports=ot.des=ot.des||{};ot.des.startEncrypting=function(e,t,r,n){var i=wn({key:e,output:r,decrypt:!1,mode:n||(t===null?"ECB":"CBC")});return i.start(t),i};ot.des.createEncryptionCipher=function(e,t){return wn({key:e,output:null,decrypt:!1,mode:t})};ot.des.startDecrypting=function(e,t,r,n){var i=wn({key:e,output:r,decrypt:!0,mode:n||(t===null?"ECB":"CBC")});return i.start(t),i};ot.des.createDecryptionCipher=function(e,t){return wn({key:e,output:null,decrypt:!0,mode:t})};ot.des.Algorithm=function(e,t){var r=this;r.name=e,r.mode=new t({blockSize:8,cipher:{encrypt:function(n,i){return To(r._keys,n,i,!1)},decrypt:function(n,i){return To(r._keys,n,i,!0)}}}),r._init=!1};ot.des.Algorithm.prototype.initialize=function(e){if(!this._init){var t=ot.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=$c(t),this._init=!0}};Qt("DES-ECB",ot.cipher.modes.ecb);Qt("DES-CBC",ot.cipher.modes.cbc);Qt("DES-CFB",ot.cipher.modes.cfb);Qt("DES-OFB",ot.cipher.modes.ofb);Qt("DES-CTR",ot.cipher.modes.ctr);Qt("3DES-ECB",ot.cipher.modes.ecb);Qt("3DES-CBC",ot.cipher.modes.cbc);Qt("3DES-CFB",ot.cipher.modes.cfb);Qt("3DES-OFB",ot.cipher.modes.ofb);Qt("3DES-CTR",ot.cipher.modes.ctr);function Qt(e,t){var r=function(){return new ot.des.Algorithm(e,t)};ot.cipher.registerAlgorithm(e,r)}var Oc=[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],Mc=[-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],Vc=[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],qc=[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],zc=[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],Hc=[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],Gc=[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],Wc=[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 $c(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],s=[0,262144,16,262160,0,262144,16,262160,4096,266240,4112,266256,4096,266240,4112,266256],o=[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],f=[0,65536,2048,67584,536870912,536936448,536872960,536938496,131072,196608,133120,198656,537001984,537067520,537004032,537069568],c=[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],l=[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],p=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],g=e.length()>8?3:1,x=[],v=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],B=0,A,D=0;D<g;D++){var I=e.getInt32(),_=e.getInt32();A=(I>>>4^_)&252645135,_^=A,I^=A<<4,A=(_>>>-16^I)&65535,I^=A,_^=A<<-16,A=(I>>>2^_)&858993459,_^=A,I^=A<<2,A=(_>>>-16^I)&65535,I^=A,_^=A<<-16,A=(I>>>1^_)&1431655765,_^=A,I^=A<<1,A=(_>>>8^I)&16711935,I^=A,_^=A<<8,A=(I>>>1^_)&1431655765,_^=A,I^=A<<1,A=I<<8|_>>>20&240,I=_<<24|_<<8&16711680|_>>>8&65280|_>>>24&240,_=A;for(var M=0;M<v.length;++M){v[M]?(I=I<<2|I>>>26,_=_<<2|_>>>26):(I=I<<1|I>>>27,_=_<<1|_>>>27),I&=-15,_&=-15;var Z=t[I>>>28]|r[I>>>24&15]|n[I>>>20&15]|i[I>>>16&15]|s[I>>>12&15]|o[I>>>8&15]|a[I>>>4&15],Et=f[_>>>28]|c[_>>>24&15]|u[_>>>20&15]|h[_>>>16&15]|l[_>>>12&15]|d[_>>>8&15]|p[_>>>4&15];A=(Et>>>16^Z)&65535,x[B++]=Z^A,x[B++]=Et^A<<16}}return x}function To(e,t,r,n){var i=e.length===32?3:9,s;i===3?s=n?[30,-2,-2]:[0,32,2]:s=n?[94,62,-2,32,64,2,30,-2,-2]:[0,32,2,62,30,-2,64,96,2];var o,a=t[0],f=t[1];o=(a>>>4^f)&252645135,f^=o,a^=o<<4,o=(a>>>16^f)&65535,f^=o,a^=o<<16,o=(f>>>2^a)&858993459,a^=o,f^=o<<2,o=(f>>>8^a)&16711935,a^=o,f^=o<<8,o=(a>>>1^f)&1431655765,f^=o,a^=o<<1,a=a<<1|a>>>31,f=f<<1|f>>>31;for(var c=0;c<i;c+=3){for(var u=s[c+1],h=s[c+2],l=s[c];l!=u;l+=h){var d=f^e[l],p=(f>>>4|f<<28)^e[l+1];o=a,a=f,f=o^(Mc[d>>>24&63]|qc[d>>>16&63]|Hc[d>>>8&63]|Wc[d&63]|Oc[p>>>24&63]|Vc[p>>>16&63]|zc[p>>>8&63]|Gc[p&63])}o=a,a=f,f=o}a=a>>>1|a<<31,f=f>>>1|f<<31,o=(a>>>1^f)&1431655765,f^=o,a^=o<<1,o=(f>>>8^a)&16711935,a^=o,f^=o<<8,o=(f>>>2^a)&858993459,a^=o,f^=o<<2,o=(a>>>16^f)&65535,f^=o,a^=o<<16,o=(a>>>4^f)&252645135,f^=o,a^=o<<4,r[0]=a,r[1]=f}function wn(e){e=e||{};var t=(e.mode||"CBC").toUpperCase(),r="DES-"+t,n;e.decrypt?n=ot.cipher.createDecipher(r,e.key):n=ot.cipher.createCipher(r,e.key);var i=n.start;return n.start=function(s,o){var a=null;o instanceof ot.util.ByteBuffer&&(a=o,o={}),o=o||{},o.output=a,o.iv=s,i.call(n,o)},n}});var ze=U((Iy,ko)=>{var Sn=X();ko.exports=Sn.md=Sn.md||{};Sn.md.algorithms=Sn.md.algorithms||{}});var Do=U((Ty,No)=>{var he=X();ze();dt();var Zc=No.exports=he.hmac=he.hmac||{};Zc.create=function(){var e=null,t=null,r=null,n=null,i={};return i.start=function(s,o){if(s!==null)if(typeof s=="string")if(s=s.toLowerCase(),s in he.md.algorithms)t=he.md.algorithms[s].create();else throw new Error('Unknown hash algorithm "'+s+'"');else t=s;if(o===null)o=e;else{if(typeof o=="string")o=he.util.createBuffer(o);else if(he.util.isArray(o)){var a=o;o=he.util.createBuffer();for(var f=0;f<a.length;++f)o.putByte(a[f])}var c=o.length();c>t.blockLength&&(t.start(),t.update(o.bytes()),o=t.digest()),r=he.util.createBuffer(),n=he.util.createBuffer(),c=o.length();for(var f=0;f<c;++f){var a=o.at(f);r.putByte(54^a),n.putByte(92^a)}if(c<t.blockLength)for(var a=t.blockLength-c,f=0;f<a;++f)r.putByte(54),n.putByte(92);e=o,r=r.bytes(),n=n.bytes()}t.start(),t.update(r)},i.update=function(s){t.update(s)},i.getMac=function(){var s=t.digest().bytes();return t.start(),t.update(n),t.update(s),t.digest()},i.digest=i.getMac,i}});var ur=U(()=>{});var Po=U((ky,Lo)=>{var _t=X();Do();ze();dt();var Yc=_t.pkcs5=_t.pkcs5||{},le;_t.util.isNodejs&&!_t.options.usePureJavaScript&&(le=ur());Lo.exports=_t.pbkdf2=Yc.pbkdf2=function(e,t,r,n,i,s){if(typeof i=="function"&&(s=i,i=null),_t.util.isNodejs&&!_t.options.usePureJavaScript&&le.pbkdf2&&(i===null||typeof i!="object")&&(le.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),e=Buffer.from(e,"binary"),t=Buffer.from(t,"binary"),s?le.pbkdf2Sync.length===4?le.pbkdf2(e,t,r,n,function(A,D){if(A)return s(A);s(null,D.toString("binary"))}):le.pbkdf2(e,t,r,n,i,function(A,D){if(A)return s(A);s(null,D.toString("binary"))}):le.pbkdf2Sync.length===4?le.pbkdf2Sync(e,t,r,n).toString("binary"):le.pbkdf2Sync(e,t,r,n,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in _t.md.algorithms))throw new Error("Unknown hash algorithm: "+i);i=_t.md[i].create()}var o=i.digestLength;if(n>4294967295*o){var a=new Error("Derived key is too long.");if(s)return s(a);throw a}var f=Math.ceil(n/o),c=n-(f-1)*o,u=_t.hmac.create();u.start(i,e);var h="",l,d,p;if(!s){for(var g=1;g<=f;++g){u.start(null,null),u.update(t),u.update(_t.util.int32ToBytes(g)),l=p=u.digest().getBytes();for(var x=2;x<=r;++x)u.start(null,null),u.update(p),d=u.digest().getBytes(),l=_t.util.xorBytes(l,d,o),p=d;h+=g<f?l:l.substr(0,c)}return h}var g=1,x;function v(){if(g>f)return s(null,h);u.start(null,null),u.update(t),u.update(_t.util.int32ToBytes(g)),l=p=u.digest().getBytes(),x=2,B()}function B(){if(x<=r)return u.start(null,null),u.update(p),d=u.digest().getBytes(),l=_t.util.xorBytes(l,d,o),p=d,++x,_t.util.setImmediate(B);h+=g<f?l:l.substr(0,c),++g,v()}v()}});var Fo=U((Ny,Ko)=>{var Bn=X();dt();var Uo=Ko.exports=Bn.pem=Bn.pem||{};Uo.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
|
|
14
|
-
`+
|
|
15
|
-
`+a+t.substr(o+1),s=i-o-1,o=-1,++i}else(t[i]===" "||t[i]===" "||t[i]===",")&&(o=i);return t}function Qc(e){return e.replace(/^\s+/,"")}});var Ho=U((Dy,zo)=>{var Xt=X();ze();dt();var Mo=zo.exports=Xt.sha256=Xt.sha256||{};Xt.md.sha256=Xt.md.algorithms.sha256=Mo;Mo.create=function(){Vo||Xc();var e=null,t=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,s=0;s<i;++s)n.fullMessageLength.push(0);return t=Xt.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,s){s==="utf8"&&(i=Xt.util.encodeUtf8(i));var o=i.length;n.messageLength+=o,o=[o/4294967296>>>0,o>>>0];for(var a=n.fullMessageLength.length-1;a>=0;--a)n.fullMessageLength[a]+=o[1],o[1]=o[0]+(n.fullMessageLength[a]/4294967296>>>0),n.fullMessageLength[a]=n.fullMessageLength[a]>>>0,o[0]=o[1]/4294967296>>>0;return t.putBytes(i),Oo(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var i=Xt.util.createBuffer();i.putBytes(t.bytes());var s=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,o=s&n.blockLength-1;i.putBytes(Ci.substr(0,n.blockLength-o));for(var a,f,c=n.fullMessageLength[0]*8,u=0;u<n.fullMessageLength.length-1;++u)a=n.fullMessageLength[u+1]*8,f=a/4294967296>>>0,c+=f,i.putInt32(c>>>0),c=a>>>0;i.putInt32(c);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};Oo(h,r,i);var l=Xt.util.createBuffer();return l.putInt32(h.h0),l.putInt32(h.h1),l.putInt32(h.h2),l.putInt32(h.h3),l.putInt32(h.h4),l.putInt32(h.h5),l.putInt32(h.h6),l.putInt32(h.h7),l},n};var Ci=null,Vo=!1,qo=null;function Xc(){Ci=String.fromCharCode(128),Ci+=Xt.util.fillString(String.fromCharCode(0),64),qo=[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],Vo=!0}function Oo(e,t,r){for(var n,i,s,o,a,f,c,u,h,l,d,p,g,x,v,B=r.length();B>=64;){for(c=0;c<16;++c)t[c]=r.getInt32();for(;c<64;++c)n=t[c-2],n=(n>>>17|n<<15)^(n>>>19|n<<13)^n>>>10,i=t[c-15],i=(i>>>7|i<<25)^(i>>>18|i<<14)^i>>>3,t[c]=n+t[c-7]+i+t[c-16]|0;for(u=e.h0,h=e.h1,l=e.h2,d=e.h3,p=e.h4,g=e.h5,x=e.h6,v=e.h7,c=0;c<64;++c)o=(p>>>6|p<<26)^(p>>>11|p<<21)^(p>>>25|p<<7),a=x^p&(g^x),s=(u>>>2|u<<30)^(u>>>13|u<<19)^(u>>>22|u<<10),f=u&h|l&(u^h),n=v+o+a+qo[c]+t[c],i=s+f,v=x,x=g,g=p,p=d+n>>>0,d=l,l=h,h=u,u=n+i>>>0;e.h0=e.h0+u|0,e.h1=e.h1+h|0,e.h2=e.h2+l|0,e.h3=e.h3+d|0,e.h4=e.h4+p|0,e.h5=e.h5+g|0,e.h6=e.h6+x|0,e.h7=e.h7+v|0,B-=64}}});var Wo=U((Ly,Go)=>{var Jt=X();dt();var An=null;Jt.util.isNodejs&&!Jt.options.usePureJavaScript&&!process.versions["node-webkit"]&&(An=ur());var Jc=Go.exports=Jt.prng=Jt.prng||{};Jc.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(c,u){if(!u)return t.generateSync(c);var h=t.plugin.cipher,l=t.plugin.increment,d=t.plugin.formatKey,p=t.plugin.formatSeed,g=Jt.util.createBuffer();t.key=null,x();function x(v){if(v)return u(v);if(g.length()>=c)return u(null,g.getBytes(c));if(t.generated>1048575&&(t.key=null),t.key===null)return Jt.util.nextTick(function(){s(x)});var B=h(t.key,t.seed);t.generated+=B.length,g.putBytes(B),t.key=d(h(t.key,l(t.seed))),t.seed=p(h(t.key,t.seed)),Jt.util.setImmediate(x)}},t.generateSync=function(c){var u=t.plugin.cipher,h=t.plugin.increment,l=t.plugin.formatKey,d=t.plugin.formatSeed;t.key=null;for(var p=Jt.util.createBuffer();p.length()<c;){t.generated>1048575&&(t.key=null),t.key===null&&o();var g=u(t.key,t.seed);t.generated+=g.length,p.putBytes(g),t.key=l(u(t.key,h(t.seed))),t.seed=d(u(t.key,t.seed))}return p.getBytes(c)};function s(c){if(t.pools[0].messageLength>=32)return a(),c();var u=32-t.pools[0].messageLength<<5;t.seedFile(u,function(h,l){if(h)return c(h);t.collect(l),a(),c()})}function o(){if(t.pools[0].messageLength>=32)return a();var c=32-t.pools[0].messageLength<<5;t.collect(t.seedFileSync(c)),a()}function a(){t.reseeds=t.reseeds===4294967295?0:t.reseeds+1;var c=t.plugin.md.create();c.update(t.keyBytes);for(var u=1,h=0;h<32;++h)t.reseeds%u===0&&(c.update(t.pools[h].digest().getBytes()),t.pools[h].start()),u=u<<1;t.keyBytes=c.digest().getBytes(),c.start(),c.update(t.keyBytes);var l=c.digest().getBytes();t.key=t.plugin.formatKey(t.keyBytes),t.seed=t.plugin.formatSeed(l),t.generated=0}function f(c){var u=null,h=Jt.util.globalScope,l=h.crypto||h.msCrypto;l&&l.getRandomValues&&(u=function(I){return l.getRandomValues(I)});var d=Jt.util.createBuffer();if(u)for(;d.length()<c;){var p=Math.max(1,Math.min(c-d.length(),65536)/4),g=new Uint32Array(Math.floor(p));try{u(g);for(var x=0;x<g.length;++x)d.putInt32(g[x])}catch(I){if(!(typeof QuotaExceededError<"u"&&I instanceof QuotaExceededError))throw I}}if(d.length()<c)for(var v,B,A,D=Math.floor(Math.random()*65536);d.length()<c;){B=16807*(D&65535),v=16807*(D>>16),B+=(v&32767)<<16,B+=v>>15,B=(B&2147483647)+(B>>31),D=B&4294967295;for(var x=0;x<3;++x)A=D>>>(x<<3),A^=Math.floor(Math.random()*256),d.putByte(A&255)}return d.getBytes(c)}return An?(t.seedFile=function(c,u){An.randomBytes(c,function(h,l){if(h)return u(h);u(null,l.toString())})},t.seedFileSync=function(c){return An.randomBytes(c).toString()}):(t.seedFile=function(c,u){try{u(null,f(c))}catch(h){u(h)}},t.seedFileSync=f),t.collect=function(c){for(var u=c.length,h=0;h<u;++h)t.pools[t.pool].update(c.substr(h,1)),t.pool=t.pool===31?0:t.pool+1},t.collectInt=function(c,u){for(var h="",l=0;l<u;l+=8)h+=String.fromCharCode(c>>l&255);t.collect(h)},t.registerWorker=function(c){if(c===self)t.seedFile=function(h,l){function d(p){var g=p.data;g.forge&&g.forge.prng&&(self.removeEventListener("message",d),l(g.forge.prng.err,g.forge.prng.bytes))}self.addEventListener("message",d),self.postMessage({forge:{prng:{needed:h}}})};else{var u=function(h){var l=h.data;l.forge&&l.forge.prng&&t.seedFile(l.forge.prng.needed,function(d,p){c.postMessage({forge:{prng:{err:d,bytes:p}}})})};c.addEventListener("message",u)}},t}});var Mr=U((Py,Ii)=>{var bt=X();Ai();Ho();Wo();dt();(function(){if(bt.random&&bt.random.getBytes){Ii.exports=bt.random;return}(function(e){var t={},r=new Array(4),n=bt.util.createBuffer();t.formatKey=function(h){var l=bt.util.createBuffer(h);return h=new Array(4),h[0]=l.getInt32(),h[1]=l.getInt32(),h[2]=l.getInt32(),h[3]=l.getInt32(),bt.aes._expandKey(h,!1)},t.formatSeed=function(h){var l=bt.util.createBuffer(h);return h=new Array(4),h[0]=l.getInt32(),h[1]=l.getInt32(),h[2]=l.getInt32(),h[3]=l.getInt32(),h},t.cipher=function(h,l){return bt.aes._updateBlock(h,l,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=bt.md.sha256;function i(){var h=bt.prng.create(t);return h.getBytes=function(l,d){return h.generate(l,d)},h.getBytesSync=function(l){return h.generate(l)},h}var s=i(),o=null,a=bt.util.globalScope,f=a.crypto||a.msCrypto;if(f&&f.getRandomValues&&(o=function(h){return f.getRandomValues(h)}),bt.options.usePureJavaScript||!bt.util.isNodejs&&!o){if(typeof window>"u"||window.document,s.collectInt(+new Date,32),typeof navigator<"u"){var c="";for(var u in navigator)try{typeof navigator[u]=="string"&&(c+=navigator[u])}catch{}s.collect(c),c=null}e&&(e().mousemove(function(h){s.collectInt(h.clientX,16),s.collectInt(h.clientY,16)}),e().keypress(function(h){s.collectInt(h.charCode,8)}))}if(!bt.random)bt.random=s;else for(var u in s)bt.random[u]=s[u];bt.random.createInstance=i,Ii.exports=bt.random})(typeof jQuery<"u"?jQuery:null)})()});var Qo=U((Uy,Yo)=>{var kt=X();dt();var Ti=[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],$o=[1,2,3,5],jc=function(e,t){return e<<t&65535|(e&65535)>>16-t},tu=function(e,t){return(e&65535)>>t|e<<16-t&65535};Yo.exports=kt.rc2=kt.rc2||{};kt.rc2.expandKey=function(e,t){typeof e=="string"&&(e=kt.util.createBuffer(e)),t=t||128;var r=e,n=e.length(),i=t,s=Math.ceil(i/8),o=255>>(i&7),a;for(a=n;a<128;a++)r.putByte(Ti[r.at(a-1)+r.at(a-n)&255]);for(r.setAt(128-s,Ti[r.at(128-s)&o]),a=127-s;a>=0;a--)r.setAt(a,Ti[r.at(a+1)^r.at(a+s)]);return r};var Zo=function(e,t,r){var n=!1,i=null,s=null,o=null,a,f,c,u,h=[];for(e=kt.rc2.expandKey(e,t),c=0;c<64;c++)h.push(e.getInt16Le());r?(a=function(p){for(c=0;c<4;c++)p[c]+=h[u]+(p[(c+3)%4]&p[(c+2)%4])+(~p[(c+3)%4]&p[(c+1)%4]),p[c]=jc(p[c],$o[c]),u++},f=function(p){for(c=0;c<4;c++)p[c]+=h[p[(c+3)%4]&63]}):(a=function(p){for(c=3;c>=0;c--)p[c]=tu(p[c],$o[c]),p[c]-=h[u]+(p[(c+3)%4]&p[(c+2)%4])+(~p[(c+3)%4]&p[(c+1)%4]),u--},f=function(p){for(c=3;c>=0;c--)p[c]-=h[p[(c+3)%4]&63]});var l=function(p){var g=[];for(c=0;c<4;c++){var x=i.getInt16Le();o!==null&&(r?x^=o.getInt16Le():o.putInt16Le(x)),g.push(x&65535)}u=r?0:63;for(var v=0;v<p.length;v++)for(var B=0;B<p[v][0];B++)p[v][1](g);for(c=0;c<4;c++)o!==null&&(r?o.putInt16Le(g[c]):g[c]^=o.getInt16Le()),s.putInt16Le(g[c])},d=null;return d={start:function(p,g){p&&typeof p=="string"&&(p=kt.util.createBuffer(p)),n=!1,i=kt.util.createBuffer(),s=g||new kt.util.createBuffer,o=p,d.output=s},update:function(p){for(n||i.putBuffer(p);i.length()>=8;)l([[5,a],[1,f],[6,a],[1,f],[5,a]])},finish:function(p){var g=!0;if(r)if(p)g=p(8,i,!r);else{var x=i.length()===8?8:8-i.length();i.fillWithByte(x,x)}if(g&&(n=!0,d.update()),!r&&(g=i.length()===0,g))if(p)g=p(8,s,!r);else{var v=s.length(),B=s.at(v-1);B>v?g=!1:s.truncate(B)}return g}},d};kt.rc2.startEncrypting=function(e,t,r){var n=kt.rc2.createEncryptionCipher(e,128);return n.start(t,r),n};kt.rc2.createEncryptionCipher=function(e,t){return Zo(e,t,!0)};kt.rc2.startDecrypting=function(e,t,r){var n=kt.rc2.createDecryptionCipher(e,128);return n.start(t,r),n};kt.rc2.createDecryptionCipher=function(e,t){return Zo(e,t,!1)}});var Tn=U((Ky,ia)=>{var _i=X();ia.exports=_i.jsbn=_i.jsbn||{};var pe,eu=0xdeadbeefcafe,Xo=(eu&16777215)==15715070;function w(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))}_i.jsbn.BigInteger=w;function H(){return new w(null)}function ru(e,t,r,n,i,s){for(;--s>=0;){var o=t*this.data[e++]+r.data[n]+i;i=Math.floor(o/67108864),r.data[n++]=o&67108863}return i}function nu(e,t,r,n,i,s){for(var o=t&32767,a=t>>15;--s>=0;){var f=this.data[e]&32767,c=this.data[e++]>>15,u=a*f+c*o;f=o*f+((u&32767)<<15)+r.data[n]+(i&1073741823),i=(f>>>30)+(u>>>15)+a*c+(i>>>30),r.data[n++]=f&1073741823}return i}function Jo(e,t,r,n,i,s){for(var o=t&16383,a=t>>14;--s>=0;){var f=this.data[e]&16383,c=this.data[e++]>>14,u=a*f+c*o;f=o*f+((u&16383)<<14)+r.data[n]+i,i=(f>>28)+(u>>14)+a*c,r.data[n++]=f&268435455}return i}typeof navigator>"u"?(w.prototype.am=Jo,pe=28):Xo&&navigator.appName=="Microsoft Internet Explorer"?(w.prototype.am=nu,pe=30):Xo&&navigator.appName!="Netscape"?(w.prototype.am=ru,pe=26):(w.prototype.am=Jo,pe=28);w.prototype.DB=pe;w.prototype.DM=(1<<pe)-1;w.prototype.DV=1<<pe;var Ri=52;w.prototype.FV=Math.pow(2,Ri);w.prototype.F1=Ri-pe;w.prototype.F2=2*pe-Ri;var iu="0123456789abcdefghijklmnopqrstuvwxyz",Cn=new Array,hr,Ft;hr="0".charCodeAt(0);for(Ft=0;Ft<=9;++Ft)Cn[hr++]=Ft;hr="a".charCodeAt(0);for(Ft=10;Ft<36;++Ft)Cn[hr++]=Ft;hr="A".charCodeAt(0);for(Ft=10;Ft<36;++Ft)Cn[hr++]=Ft;function jo(e){return iu.charAt(e)}function ta(e,t){var r=Cn[e.charCodeAt(t)];return r??-1}function su(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 ou(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 Ce(e){var t=H();return t.fromInt(e),t}function au(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,s=0;--n>=0;){var o=r==8?e[n]&255:ta(e,n);if(o<0){e.charAt(n)=="-"&&(i=!0);continue}i=!1,s==0?this.data[this.t++]=o:s+r>this.DB?(this.data[this.t-1]|=(o&(1<<this.DB-s)-1)<<s,this.data[this.t++]=o>>this.DB-s):this.data[this.t-1]|=o<<s,s+=r,s>=this.DB&&(s-=this.DB)}r==8&&e[0]&128&&(this.s=-1,s>0&&(this.data[this.t-1]|=(1<<this.DB-s)-1<<s)),this.clamp(),i&&w.ZERO.subTo(this,this)}function fu(){for(var e=this.s&this.DM;this.t>0&&this.data[this.t-1]==e;)--this.t}function cu(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,s="",o=this.t,a=this.DB-o*this.DB%t;if(o-- >0)for(a<this.DB&&(n=this.data[o]>>a)>0&&(i=!0,s=jo(n));o>=0;)a<t?(n=(this.data[o]&(1<<a)-1)<<t-a,n|=this.data[--o]>>(a+=this.DB-t)):(n=this.data[o]>>(a-=t)&r,a<=0&&(a+=this.DB,--o)),n>0&&(i=!0),i&&(s+=jo(n));return i?s:"0"}function uu(){var e=H();return w.ZERO.subTo(this,e),e}function hu(){return this.s<0?this.negate():this}function lu(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 In(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 pu(){return this.t<=0?0:this.DB*(this.t-1)+In(this.data[this.t-1]^this.s&this.DM)}function du(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 yu(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 gu(e,t){var r=e%this.DB,n=this.DB-r,i=(1<<n)-1,s=Math.floor(e/this.DB),o=this.s<<r&this.DM,a;for(a=this.t-1;a>=0;--a)t.data[a+s+1]=this.data[a]>>n|o,o=(this.data[a]&i)<<r;for(a=s-1;a>=0;--a)t.data[a]=0;t.data[s]=o,t.t=this.t+s+1,t.s=this.s,t.clamp()}function mu(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,s=(1<<n)-1;t.data[0]=this.data[r]>>n;for(var o=r+1;o<this.t;++o)t.data[o-r-1]|=(this.data[o]&s)<<i,t.data[o-r]=this.data[o]>>n;n>0&&(t.data[this.t-r-1]|=(this.s&s)<<i),t.t=this.t-r,t.clamp()}function xu(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 vu(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&&w.ZERO.subTo(t,t)}function bu(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 wu(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=H());var s=H(),o=this.s,a=e.s,f=this.DB-In(n.data[n.t-1]);f>0?(n.lShiftTo(f,s),i.lShiftTo(f,r)):(n.copyTo(s),i.copyTo(r));var c=s.t,u=s.data[c-1];if(u!=0){var h=u*(1<<this.F1)+(c>1?s.data[c-2]>>this.F2:0),l=this.FV/h,d=(1<<this.F1)/h,p=1<<this.F2,g=r.t,x=g-c,v=t??H();for(s.dlShiftTo(x,v),r.compareTo(v)>=0&&(r.data[r.t++]=1,r.subTo(v,r)),w.ONE.dlShiftTo(c,v),v.subTo(s,s);s.t<c;)s.data[s.t++]=0;for(;--x>=0;){var B=r.data[--g]==u?this.DM:Math.floor(r.data[g]*l+(r.data[g-1]+p)*d);if((r.data[g]+=s.am(0,B,r,x,0,c))<B)for(s.dlShiftTo(x,v),r.subTo(v,r);r.data[g]<--B;)r.subTo(v,r)}t!=null&&(r.drShiftTo(c,t),o!=a&&w.ZERO.subTo(t,t)),r.t=c,r.clamp(),f>0&&r.rShiftTo(f,r),o<0&&w.ZERO.subTo(r,r)}}}function Su(e){var t=H();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(w.ZERO)>0&&e.subTo(t,t),t}function He(e){this.m=e}function Eu(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e}function Bu(e){return e}function Au(e){e.divRemTo(this.m,null,e)}function Cu(e,t,r){e.multiplyTo(t,r),this.reduce(r)}function Iu(e,t){e.squareTo(t),this.reduce(t)}He.prototype.convert=Eu;He.prototype.revert=Bu;He.prototype.reduce=Au;He.prototype.mulTo=Cu;He.prototype.sqrTo=Iu;function Tu(){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 Ge(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 _u(e){var t=H();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(w.ZERO)>0&&this.m.subTo(t,t),t}function Ru(e){var t=H();return e.copyTo(t),this.reduce(t),t}function ku(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 Nu(e,t){e.squareTo(t),this.reduce(t)}function Du(e,t,r){e.multiplyTo(t,r),this.reduce(r)}Ge.prototype.convert=_u;Ge.prototype.revert=Ru;Ge.prototype.reduce=ku;Ge.prototype.mulTo=Du;Ge.prototype.sqrTo=Nu;function Lu(){return(this.t>0?this.data[0]&1:this.s)==0}function Pu(e,t){if(e>4294967295||e<1)return w.ONE;var r=H(),n=H(),i=t.convert(this),s=In(e)-1;for(i.copyTo(r);--s>=0;)if(t.sqrTo(r,n),(e&1<<s)>0)t.mulTo(n,i,r);else{var o=r;r=n,n=o}return t.revert(r)}function Uu(e,t){var r;return e<256||t.isEven()?r=new He(t):r=new Ge(t),this.exp(e,r)}w.prototype.copyTo=su;w.prototype.fromInt=ou;w.prototype.fromString=au;w.prototype.clamp=fu;w.prototype.dlShiftTo=du;w.prototype.drShiftTo=yu;w.prototype.lShiftTo=gu;w.prototype.rShiftTo=mu;w.prototype.subTo=xu;w.prototype.multiplyTo=vu;w.prototype.squareTo=bu;w.prototype.divRemTo=wu;w.prototype.invDigit=Tu;w.prototype.isEven=Lu;w.prototype.exp=Pu;w.prototype.toString=cu;w.prototype.negate=uu;w.prototype.abs=hu;w.prototype.compareTo=lu;w.prototype.bitLength=pu;w.prototype.mod=Su;w.prototype.modPowInt=Uu;w.ZERO=Ce(0);w.ONE=Ce(1);function Ku(){var e=H();return this.copyTo(e),e}function Fu(){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 Ou(){return this.t==0?this.s:this.data[0]<<24>>24}function Mu(){return this.t==0?this.s:this.data[0]<<16>>16}function Vu(e){return Math.floor(Math.LN2*this.DB/Math.log(e))}function qu(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function zu(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=Ce(r),i=H(),s=H(),o="";for(this.divRemTo(n,i,s);i.signum()>0;)o=(r+s.intValue()).toString(e).substr(1)+o,i.divRemTo(n,i,s);return s.intValue().toString(e)+o}function Hu(e,t){this.fromInt(0),t==null&&(t=10);for(var r=this.chunkSize(t),n=Math.pow(t,r),i=!1,s=0,o=0,a=0;a<e.length;++a){var f=ta(e,a);if(f<0){e.charAt(a)=="-"&&this.signum()==0&&(i=!0);continue}o=t*o+f,++s>=r&&(this.dMultiply(n),this.dAddOffset(o,0),s=0,o=0)}s>0&&(this.dMultiply(Math.pow(t,s)),this.dAddOffset(o,0)),i&&w.ZERO.subTo(this,this)}function Gu(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(w.ONE.shiftLeft(e-1),ki,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(w.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 Wu(){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 $u(e){return this.compareTo(e)==0}function Zu(e){return this.compareTo(e)<0?this:e}function Yu(e){return this.compareTo(e)>0?this:e}function Qu(e,t,r){var n,i,s=Math.min(e.t,this.t);for(n=0;n<s;++n)r.data[n]=t(this.data[n],e.data[n]);if(e.t<this.t){for(i=e.s&this.DM,n=s;n<this.t;++n)r.data[n]=t(this.data[n],i);r.t=this.t}else{for(i=this.s&this.DM,n=s;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 Xu(e,t){return e&t}function Ju(e){var t=H();return this.bitwiseTo(e,Xu,t),t}function ki(e,t){return e|t}function ju(e){var t=H();return this.bitwiseTo(e,ki,t),t}function ea(e,t){return e^t}function th(e){var t=H();return this.bitwiseTo(e,ea,t),t}function ra(e,t){return e&~t}function eh(e){var t=H();return this.bitwiseTo(e,ra,t),t}function rh(){for(var e=H(),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 nh(e){var t=H();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t}function ih(e){var t=H();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t}function sh(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 oh(){for(var e=0;e<this.t;++e)if(this.data[e]!=0)return e*this.DB+sh(this.data[e]);return this.s<0?this.t*this.DB:-1}function ah(e){for(var t=0;e!=0;)e&=e-1,++t;return t}function fh(){for(var e=0,t=this.s&this.DM,r=0;r<this.t;++r)e+=ah(this.data[r]^t);return e}function ch(e){var t=Math.floor(e/this.DB);return t>=this.t?this.s!=0:(this.data[t]&1<<e%this.DB)!=0}function uh(e,t){var r=w.ONE.shiftLeft(e);return this.bitwiseTo(r,t,r),r}function hh(e){return this.changeBit(e,ki)}function lh(e){return this.changeBit(e,ra)}function ph(e){return this.changeBit(e,ea)}function dh(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 yh(e){var t=H();return this.addTo(e,t),t}function gh(e){var t=H();return this.subTo(e,t),t}function mh(e){var t=H();return this.multiplyTo(e,t),t}function xh(e){var t=H();return this.divRemTo(e,t,null),t}function vh(e){var t=H();return this.divRemTo(e,null,t),t}function bh(e){var t=H(),r=H();return this.divRemTo(e,t,r),new Array(t,r)}function wh(e){this.data[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()}function Sh(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 Vr(){}function na(e){return e}function Eh(e,t,r){e.multiplyTo(t,r)}function Bh(e,t){e.squareTo(t)}Vr.prototype.convert=na;Vr.prototype.revert=na;Vr.prototype.mulTo=Eh;Vr.prototype.sqrTo=Bh;function Ah(e){return this.exp(e,new Vr)}function Ch(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 Ih(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 lr(e){this.r2=H(),this.q3=H(),w.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}function Th(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=H();return e.copyTo(t),this.reduce(t),t}function _h(e){return e}function Rh(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 kh(e,t){e.squareTo(t),this.reduce(t)}function Nh(e,t,r){e.multiplyTo(t,r),this.reduce(r)}lr.prototype.convert=Th;lr.prototype.revert=_h;lr.prototype.reduce=Rh;lr.prototype.mulTo=Nh;lr.prototype.sqrTo=kh;function Dh(e,t){var r=e.bitLength(),n,i=Ce(1),s;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?s=new He(t):t.isEven()?s=new lr(t):s=new Ge(t);var o=new Array,a=3,f=n-1,c=(1<<n)-1;if(o[1]=s.convert(this),n>1){var u=H();for(s.sqrTo(o[1],u);a<=c;)o[a]=H(),s.mulTo(u,o[a-2],o[a]),a+=2}var h=e.t-1,l,d=!0,p=H(),g;for(r=In(e.data[h])-1;h>=0;){for(r>=f?l=e.data[h]>>r-f&c:(l=(e.data[h]&(1<<r+1)-1)<<f-r,h>0&&(l|=e.data[h-1]>>this.DB+r-f)),a=n;!(l&1);)l>>=1,--a;if((r-=a)<0&&(r+=this.DB,--h),d)o[l].copyTo(i),d=!1;else{for(;a>1;)s.sqrTo(i,p),s.sqrTo(p,i),a-=2;a>0?s.sqrTo(i,p):(g=i,i=p,p=g),s.mulTo(p,o[l],i)}for(;h>=0&&!(e.data[h]&1<<r);)s.sqrTo(i,p),g=i,i=p,p=g,--r<0&&(r=this.DB-1,--h)}return s.revert(i)}function Lh(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(),s=r.getLowestSetBit();if(s<0)return t;for(i<s&&(s=i),s>0&&(t.rShiftTo(s,t),r.rShiftTo(s,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 s>0&&r.lShiftTo(s,r),r}function Ph(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 Uh(e){var t=e.isEven();if(this.isEven()&&t||e.signum()==0)return w.ZERO;for(var r=e.clone(),n=this.clone(),i=Ce(1),s=Ce(0),o=Ce(0),a=Ce(1);r.signum()!=0;){for(;r.isEven();)r.rShiftTo(1,r),t?((!i.isEven()||!s.isEven())&&(i.addTo(this,i),s.subTo(e,s)),i.rShiftTo(1,i)):s.isEven()||s.subTo(e,s),s.rShiftTo(1,s);for(;n.isEven();)n.rShiftTo(1,n),t?((!o.isEven()||!a.isEven())&&(o.addTo(this,o),a.subTo(e,a)),o.rShiftTo(1,o)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),t&&i.subTo(o,i),s.subTo(a,s)):(n.subTo(r,n),t&&o.subTo(i,o),a.subTo(s,a))}if(n.compareTo(w.ONE)!=0)return w.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 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],Kh=(1<<26)/Ht[Ht.length-1];function Fh(e){var t,r=this.abs();if(r.t==1&&r.data[0]<=Ht[Ht.length-1]){for(t=0;t<Ht.length;++t)if(r.data[0]==Ht[t])return!0;return!1}if(r.isEven())return!1;for(t=1;t<Ht.length;){for(var n=Ht[t],i=t+1;i<Ht.length&&n<Kh;)n*=Ht[i++];for(n=r.modInt(n);t<i;)if(n%Ht[t++]==0)return!1}return r.millerRabin(e)}function Oh(e){var t=this.subtract(w.ONE),r=t.getLowestSetBit();if(r<=0)return!1;for(var n=t.shiftRight(r),i=Mh(),s,o=0;o<e;++o){do s=new w(this.bitLength(),i);while(s.compareTo(w.ONE)<=0||s.compareTo(t)>=0);var a=s.modPow(n,this);if(a.compareTo(w.ONE)!=0&&a.compareTo(t)!=0){for(var f=1;f++<r&&a.compareTo(t)!=0;)if(a=a.modPowInt(2,this),a.compareTo(w.ONE)==0)return!1;if(a.compareTo(t)!=0)return!1}}return!0}function Mh(){return{nextBytes:function(e){for(var t=0;t<e.length;++t)e[t]=Math.floor(Math.random()*256)}}}w.prototype.chunkSize=Vu;w.prototype.toRadix=zu;w.prototype.fromRadix=Hu;w.prototype.fromNumber=Gu;w.prototype.bitwiseTo=Qu;w.prototype.changeBit=uh;w.prototype.addTo=dh;w.prototype.dMultiply=wh;w.prototype.dAddOffset=Sh;w.prototype.multiplyLowerTo=Ch;w.prototype.multiplyUpperTo=Ih;w.prototype.modInt=Ph;w.prototype.millerRabin=Oh;w.prototype.clone=Ku;w.prototype.intValue=Fu;w.prototype.byteValue=Ou;w.prototype.shortValue=Mu;w.prototype.signum=qu;w.prototype.toByteArray=Wu;w.prototype.equals=$u;w.prototype.min=Zu;w.prototype.max=Yu;w.prototype.and=Ju;w.prototype.or=ju;w.prototype.xor=th;w.prototype.andNot=eh;w.prototype.not=rh;w.prototype.shiftLeft=nh;w.prototype.shiftRight=ih;w.prototype.getLowestSetBit=oh;w.prototype.bitCount=fh;w.prototype.testBit=ch;w.prototype.setBit=hh;w.prototype.clearBit=lh;w.prototype.flipBit=ph;w.prototype.add=yh;w.prototype.subtract=gh;w.prototype.multiply=mh;w.prototype.divide=xh;w.prototype.remainder=vh;w.prototype.divideAndRemainder=bh;w.prototype.modPow=Dh;w.prototype.modInverse=Uh;w.prototype.pow=Ah;w.prototype.gcd=Lh;w.prototype.isProbablePrime=Fh});var ca=U((Fy,fa)=>{var jt=X();ze();dt();var oa=fa.exports=jt.sha1=jt.sha1||{};jt.md.sha1=jt.md.algorithms.sha1=oa;oa.create=function(){aa||Vh();var e=null,t=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,s=0;s<i;++s)n.fullMessageLength.push(0);return t=jt.util.createBuffer(),e={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520},n},n.start(),n.update=function(i,s){s==="utf8"&&(i=jt.util.encodeUtf8(i));var o=i.length;n.messageLength+=o,o=[o/4294967296>>>0,o>>>0];for(var a=n.fullMessageLength.length-1;a>=0;--a)n.fullMessageLength[a]+=o[1],o[1]=o[0]+(n.fullMessageLength[a]/4294967296>>>0),n.fullMessageLength[a]=n.fullMessageLength[a]>>>0,o[0]=o[1]/4294967296>>>0;return t.putBytes(i),sa(e,r,t),(t.read>2048||t.length()===0)&&t.compact(),n},n.digest=function(){var i=jt.util.createBuffer();i.putBytes(t.bytes());var s=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,o=s&n.blockLength-1;i.putBytes(Ni.substr(0,n.blockLength-o));for(var a,f,c=n.fullMessageLength[0]*8,u=0;u<n.fullMessageLength.length-1;++u)a=n.fullMessageLength[u+1]*8,f=a/4294967296>>>0,c+=f,i.putInt32(c>>>0),c=a>>>0;i.putInt32(c);var h={h0:e.h0,h1:e.h1,h2:e.h2,h3:e.h3,h4:e.h4};sa(h,r,i);var l=jt.util.createBuffer();return l.putInt32(h.h0),l.putInt32(h.h1),l.putInt32(h.h2),l.putInt32(h.h3),l.putInt32(h.h4),l},n};var Ni=null,aa=!1;function Vh(){Ni=String.fromCharCode(128),Ni+=jt.util.fillString(String.fromCharCode(0),64),aa=!0}function sa(e,t,r){for(var n,i,s,o,a,f,c,u,h=r.length();h>=64;){for(i=e.h0,s=e.h1,o=e.h2,a=e.h3,f=e.h4,u=0;u<16;++u)n=r.getInt32(),t[u]=n,c=a^s&(o^a),n=(i<<5|i>>>27)+c+f+1518500249+n,f=a,a=o,o=(s<<30|s>>>2)>>>0,s=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,c=a^s&(o^a),n=(i<<5|i>>>27)+c+f+1518500249+n,f=a,a=o,o=(s<<30|s>>>2)>>>0,s=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,c=s^o^a,n=(i<<5|i>>>27)+c+f+1859775393+n,f=a,a=o,o=(s<<30|s>>>2)>>>0,s=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,c=s^o^a,n=(i<<5|i>>>27)+c+f+1859775393+n,f=a,a=o,o=(s<<30|s>>>2)>>>0,s=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,c=s&o|a&(s^o),n=(i<<5|i>>>27)+c+f+2400959708+n,f=a,a=o,o=(s<<30|s>>>2)>>>0,s=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,c=s^o^a,n=(i<<5|i>>>27)+c+f+3395469782+n,f=a,a=o,o=(s<<30|s>>>2)>>>0,s=i,i=n;e.h0=e.h0+i|0,e.h1=e.h1+s|0,e.h2=e.h2+o|0,e.h3=e.h3+a|0,e.h4=e.h4+f|0,h-=64}}});var la=U((Oy,ha)=>{var te=X();dt();Mr();ca();var ua=ha.exports=te.pkcs1=te.pkcs1||{};ua.encode_rsa_oaep=function(e,t,r){var n,i,s,o;typeof r=="string"?(n=r,i=arguments[3]||void 0,s=arguments[4]||void 0):r&&(n=r.label||void 0,i=r.seed||void 0,s=r.md||void 0,r.mgf1&&r.mgf1.md&&(o=r.mgf1.md)),s?s.start():s=te.md.sha1.create(),o||(o=s);var a=Math.ceil(e.n.bitLength()/8),f=a-2*s.digestLength-2;if(t.length>f){var c=new Error("RSAES-OAEP input message length is too long.");throw c.length=t.length,c.maxLength=f,c}n||(n=""),s.update(n,"raw");for(var u=s.digest(),h="",l=f-t.length,d=0;d<l;d++)h+="\0";var p=u.getBytes()+h+""+t;if(!i)i=te.random.getBytes(s.digestLength);else if(i.length!==s.digestLength){var c=new Error("Invalid RSAES-OAEP seed. The seed length must match the digest length.");throw c.seedLength=i.length,c.digestLength=s.digestLength,c}var g=_n(i,a-s.digestLength-1,o),x=te.util.xorBytes(p,g,p.length),v=_n(x,s.digestLength,o),B=te.util.xorBytes(i,v,i.length);return"\0"+B+x};ua.decode_rsa_oaep=function(e,t,r){var n,i,s;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&&(s=r.mgf1.md));var o=Math.ceil(e.n.bitLength()/8);if(t.length!==o){var x=new Error("RSAES-OAEP encoded message length is invalid.");throw x.length=t.length,x.expectedLength=o,x}if(i===void 0?i=te.md.sha1.create():i.start(),s||(s=i),o<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(),f=t.charAt(0),c=t.substring(1,i.digestLength+1),u=t.substring(1+i.digestLength),h=_n(u,i.digestLength,s),l=te.util.xorBytes(c,h,c.length),d=_n(l,o-i.digestLength-1,s),p=te.util.xorBytes(u,d,u.length),g=p.substring(0,i.digestLength),x=f!=="\0",v=0;v<i.digestLength;++v)x|=a.charAt(v)!==g.charAt(v);for(var B=1,A=i.digestLength,D=i.digestLength;D<p.length;D++){var I=p.charCodeAt(D),_=I&1^1,M=B?65534:0;x|=I&M,B=B&_,A+=B}if(x||p.charCodeAt(A)!==1)throw new Error("Invalid RSAES-OAEP padding.");return p.substring(A+1)};function _n(e,t,r){r||(r=te.md.sha1.create());for(var n="",i=Math.ceil(t/r.digestLength),s=0;s<i;++s){var o=String.fromCharCode(s>>24&255,s>>16&255,s>>8&255,s&255);r.start(),r.update(e+o),n+=r.digest().getBytes()}return n.substring(0,t)}});var pa=U((My,Di)=>{var Ie=X();dt();Tn();Mr();(function(){if(Ie.prime){Di.exports=Ie.prime;return}var e=Di.exports=Ie.prime=Ie.prime||{},t=Ie.jsbn.BigInteger,r=[6,4,2,4,2,4,6,2],n=new t(null);n.fromInt(30);var i=function(h,l){return h|l};e.generateProbablePrime=function(h,l,d){typeof l=="function"&&(d=l,l={}),l=l||{};var p=l.algorithm||"PRIMEINC";typeof p=="string"&&(p={name:p}),p.options=p.options||{};var g=l.prng||Ie.random,x={nextBytes:function(v){for(var B=g.getBytesSync(v.length),A=0;A<v.length;++A)v[A]=B.charCodeAt(A)}};if(p.name==="PRIMEINC")return s(h,x,p.options,d);throw new Error("Invalid prime generation algorithm: "+p.name)};function s(h,l,d,p){return"workers"in d?f(h,l,d,p):o(h,l,d,p)}function o(h,l,d,p){var g=c(h,l),x=0,v=u(g.bitLength());"millerRabinTests"in d&&(v=d.millerRabinTests);var B=10;"maxBlockTime"in d&&(B=d.maxBlockTime),a(g,h,l,x,v,B,p)}function a(h,l,d,p,g,x,v){var B=+new Date;do{if(h.bitLength()>l&&(h=c(l,d)),h.isProbablePrime(g))return v(null,h);h.dAddOffset(r[p++%8],0)}while(x<0||+new Date-B<x);Ie.util.setImmediate(function(){a(h,l,d,p,g,x,v)})}function f(h,l,d,p){if(typeof Worker>"u")return o(h,l,d,p);var g=c(h,l),x=d.workers,v=d.workLoad||100,B=v*30/8,A=d.workerScript||"forge/prime.worker.js";if(x===-1)return Ie.util.estimateCores(function(I,_){I&&(_=2),x=_-1,D()});D();function D(){x=Math.max(1,x);for(var I=[],_=0;_<x;++_)I[_]=new Worker(A);for(var M=x,_=0;_<x;++_)I[_].addEventListener("message",Et);var Z=!1;function Et(qt){if(!Z){--M;var Lt=qt.data;if(Lt.found){for(var It=0;It<I.length;++It)I[It].terminate();return Z=!0,p(null,new t(Lt.prime,16))}g.bitLength()>h&&(g=c(h,l));var ar=g.toString(16);qt.target.postMessage({hex:ar,workLoad:v}),g.dAddOffset(B,0)}}}}function c(h,l){var d=new t(h,l),p=h-1;return d.testBit(p)||d.bitwiseTo(t.ONE.shiftLeft(p),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 kn=U((Vy,ba)=>{var N=X();Or();Tn();gn();la();pa();Mr();dt();typeof V>"u"&&(V=N.jsbn.BigInteger);var V,Li=N.util.isNodejs?ur():null,m=N.asn1,Ot=N.util;N.pki=N.pki||{};ba.exports=N.pki.rsa=N.rsa=N.rsa||{};var P=N.pki,qh=[6,4,2,4,2,4,6,2],zh={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"}]},Hh={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"}]},Gh={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"}]},Wh=N.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"}]}]},$h={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"}]},Zh=function(e){var t;if(e.algorithm in P.oids)t=P.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,[]),s=m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[]);s.value.push(m.create(m.Class.UNIVERSAL,m.Type.OID,!1,n)),s.value.push(m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,""));var o=m.create(m.Class.UNIVERSAL,m.Type.OCTETSTRING,!1,e.digest().getBytes());return i.value.push(s),i.value.push(o),m.toDer(i).getBytes()},xa=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(V.ONE))),t.dQ||(t.dQ=t.d.mod(t.q.subtract(V.ONE))),t.qInv||(t.qInv=t.q.modInverse(t.p));var n;do n=new V(N.util.bytesToHex(N.random.getBytes(t.n.bitLength()/8)),16);while(n.compareTo(t.n)>=0||!n.gcd(t.n).equals(V.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),s=e.mod(t.q).modPow(t.dQ,t.q);i.compareTo(s)<0;)i=i.add(t.p);var o=i.subtract(s).multiply(t.qInv).mod(t.p).multiply(t.q).add(s);return o=o.multiply(n.modInverse(t.n)).mod(t.n),o};P.rsa.encrypt=function(e,t,r){var n=r,i,s=Math.ceil(t.n.bitLength()/8);r!==!1&&r!==!0?(n=r===2,i=va(e,t,r)):(i=N.util.createBuffer(),i.putBytes(e));for(var o=new V(i.toHex(),16),a=xa(o,t,n),f=a.toString(16),c=N.util.createBuffer(),u=s-Math.ceil(f.length/2);u>0;)c.putByte(0),--u;return c.putBytes(N.util.hexToBytes(f)),c.getBytes()};P.rsa.decrypt=function(e,t,r,n){var i=Math.ceil(t.n.bitLength()/8);if(e.length!==i){var s=new Error("Encrypted message length is invalid.");throw s.length=e.length,s.expected=i,s}var o=new V(N.util.createBuffer(e).toHex(),16);if(o.compareTo(t.n)>=0)throw new Error("Encrypted message is invalid.");for(var a=xa(o,t,r),f=a.toString(16),c=N.util.createBuffer(),u=i-Math.ceil(f.length/2);u>0;)c.putByte(0),--u;return c.putBytes(N.util.hexToBytes(f)),n!==!1?Rn(c.getBytes(),t,r):c.getBytes()};P.rsa.createKeyPairGenerationState=function(e,t,r){typeof e=="string"&&(e=parseInt(e,10)),e=e||2048,r=r||{};var n=r.prng||N.random,i={nextBytes:function(a){for(var f=n.getBytesSync(a.length),c=0;c<a.length;++c)a[c]=f.charCodeAt(c)}},s=r.algorithm||"PRIMEINC",o;if(s==="PRIMEINC")o={algorithm:s,state:0,bits:e,rng:i,eInt:t||65537,e:new V(null),p:null,q:null,qBits:e>>1,pBits:e-(e>>1),pqState:0,num:null,keys:null},o.e.fromInt(o.eInt);else throw new Error("Invalid key generation algorithm: "+s);return o};P.rsa.stepKeyPairGenerationState=function(e,t){"algorithm"in e||(e.algorithm="PRIMEINC");var r=new V(null);r.fromInt(30);for(var n=0,i=function(h,l){return h|l},s=+new Date,o,a=0;e.keys===null&&(t<=0||a<t);){if(e.state===0){var f=e.p===null?e.pBits:e.qBits,c=f-1;e.pqState===0?(e.num=new V(f,e.rng),e.num.testBit(c)||e.num.bitwiseTo(V.ONE.shiftLeft(c),i,e.num),e.num.dAddOffset(31-e.num.mod(r).byteValue(),0),n=0,++e.pqState):e.pqState===1?e.num.bitLength()>f?e.pqState=0:e.num.isProbablePrime(Qh(e.num.bitLength()))?++e.pqState:e.num.dAddOffset(qh[n++%8],0):e.pqState===2?e.pqState=e.num.subtract(V.ONE).gcd(e.e).compareTo(V.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(V.ONE),e.q1=e.q.subtract(V.ONE),e.phi=e.p1.multiply(e.q1),++e.state;else if(e.state===3)e.phi.gcd(e.e).compareTo(V.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:P.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:P.rsa.setPublicKey(e.n,e.e)}}o=+new Date,a+=o-s,s=o}return e.keys!==null};P.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),!N.options.usePureJavaScript&&!r.prng&&e>=256&&e<=16384&&(t===65537||t===3)){if(n){if(da("generateKeyPair"))return Li.generateKeyPair("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}},function(a,f,c){if(a)return n(a);n(null,{privateKey:P.privateKeyFromPem(c),publicKey:P.publicKeyFromPem(f)})});if(ya("generateKey")&&ya("exportKey"))return Ot.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:ma(t),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 f=P.privateKeyFromAsn1(m.fromDer(N.util.createBuffer(a)));n(null,{privateKey:f,publicKey:P.setRsaPublicKey(f.n,f.e)})}});if(ga("generateKey")&&ga("exportKey")){var i=Ot.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:e,publicExponent:ma(t),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(a){var f=a.target.result,c=Ot.globalScope.msCrypto.subtle.exportKey("pkcs8",f.privateKey);c.oncomplete=function(u){var h=u.target.result,l=P.privateKeyFromAsn1(m.fromDer(N.util.createBuffer(h)));n(null,{privateKey:l,publicKey:P.setRsaPublicKey(l.n,l.e)})},c.onerror=function(u){n(u)}},i.onerror=function(a){n(a)};return}}else if(da("generateKeyPairSync")){var s=Li.generateKeyPairSync("rsa",{modulusLength:e,publicExponent:t,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:P.privateKeyFromPem(s.privateKey),publicKey:P.publicKeyFromPem(s.publicKey)}}}var o=P.rsa.createKeyPairGenerationState(e,t,r);if(!n)return P.rsa.stepKeyPairGenerationState(o,0),o.keys;Yh(o,r,n)};P.setRsaPublicKey=P.rsa.setPublicKey=function(e,t){var r={n:e,e:t};return r.encrypt=function(n,i,s){if(typeof i=="string"?i=i.toUpperCase():i===void 0&&(i="RSAES-PKCS1-V1_5"),i==="RSAES-PKCS1-V1_5")i={encode:function(a,f,c){return va(a,f,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(a,f){return N.pkcs1.encode_rsa_oaep(f,a,s)}};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 o=i.encode(n,r,!0);return P.rsa.encrypt(o,r,!0)},r.verify=function(n,i,s,o){typeof s=="string"?s=s.toUpperCase():s===void 0&&(s="RSASSA-PKCS1-V1_5"),o===void 0&&(o={_parseAllDigestBytes:!0}),"_parseAllDigestBytes"in o||(o._parseAllDigestBytes=!0),s==="RSASSA-PKCS1-V1_5"?s={verify:function(f,c){c=Rn(c,r,!0);var u=m.fromDer(c,{parseAllBytes:o._parseAllDigestBytes}),h={},l=[];if(!m.validate(u,$h,h,l)){var d=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw d.errors=l,d}var p=m.derToOid(h.algorithmIdentifier);if(!(p===N.oids.md2||p===N.oids.md5||p===N.oids.sha1||p===N.oids.sha224||p===N.oids.sha256||p===N.oids.sha384||p===N.oids.sha512||p===N.oids["sha512-224"]||p===N.oids["sha512-256"])){var d=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw d.oid=p,d}if((p===N.oids.md2||p===N.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 f===h.digest}}:(s==="NONE"||s==="NULL"||s===null)&&(s={verify:function(f,c){return c=Rn(c,r,!0),f===c}});var a=P.rsa.decrypt(i,r,!0,!1);return s.verify(n,a,r.n.bitLength())},r};P.setRsaPrivateKey=P.rsa.setPrivateKey=function(e,t,r,n,i,s,o,a){var f={n:e,e:t,d:r,p:n,q:i,dP:s,dQ:o,qInv:a};return f.decrypt=function(c,u,h){typeof u=="string"?u=u.toUpperCase():u===void 0&&(u="RSAES-PKCS1-V1_5");var l=P.rsa.decrypt(c,f,!1,!1);if(u==="RSAES-PKCS1-V1_5")u={decode:Rn};else if(u==="RSA-OAEP"||u==="RSAES-OAEP")u={decode:function(d,p){return N.pkcs1.decode_rsa_oaep(p,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(l,f,!1)},f.sign=function(c,u){var h=!1;typeof u=="string"&&(u=u.toUpperCase()),u===void 0||u==="RSASSA-PKCS1-V1_5"?(u={encode:Zh},h=1):(u==="NONE"||u==="NULL"||u===null)&&(u={encode:function(){return c}},h=1);var l=u.encode(c,f.n.bitLength());return P.rsa.encrypt(l,f,h)},f};P.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(P.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())])};P.privateKeyFromAsn1=function(e){var t={},r=[];if(m.validate(e,zh,t,r)&&(e=m.fromDer(N.util.createBuffer(t.privateKey))),t={},r=[],!m.validate(e,Hh,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,s,o,a,f,c,u,h;return i=N.util.createBuffer(t.privateKeyModulus).toHex(),s=N.util.createBuffer(t.privateKeyPublicExponent).toHex(),o=N.util.createBuffer(t.privateKeyPrivateExponent).toHex(),a=N.util.createBuffer(t.privateKeyPrime1).toHex(),f=N.util.createBuffer(t.privateKeyPrime2).toHex(),c=N.util.createBuffer(t.privateKeyExponent1).toHex(),u=N.util.createBuffer(t.privateKeyExponent2).toHex(),h=N.util.createBuffer(t.privateKeyCoefficient).toHex(),P.setRsaPrivateKey(new V(i,16),new V(s,16),new V(o,16),new V(a,16),new V(f,16),new V(c,16),new V(u,16),new V(h,16))};P.privateKeyToAsn1=P.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,ee(e.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(e.e)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(e.d)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(e.p)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(e.q)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(e.dP)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(e.dQ)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(e.qInv))])};P.publicKeyFromAsn1=function(e){var t={},r=[];if(m.validate(e,Wh,t,r)){var n=m.derToOid(t.publicKeyOid);if(n!==P.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,Gh,t,r)){var i=new Error("Cannot read public key. ASN.1 object does not contain an RSAPublicKey.");throw i.errors=r,i}var s=N.util.createBuffer(t.publicKeyModulus).toHex(),o=N.util.createBuffer(t.publicKeyExponent).toHex();return P.setRsaPublicKey(new V(s,16),new V(o,16))};P.publicKeyToAsn1=P.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(P.oids.rsaEncryption).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,"")]),m.create(m.Class.UNIVERSAL,m.Type.BITSTRING,!1,[P.publicKeyToRSAPublicKey(e)])])};P.publicKeyToRSAPublicKey=function(e){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(e.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,ee(e.e))])};function va(e,t,r){var n=N.util.createBuffer(),i=Math.ceil(t.n.bitLength()/8);if(e.length>i-11){var s=new Error("Message is too long for PKCS#1 v1.5 padding.");throw s.length=e.length,s.max=i-11,s}n.putByte(0),n.putByte(r);var o=i-3-e.length,a;if(r===0||r===1){a=r===0?0:255;for(var f=0;f<o;++f)n.putByte(a)}else for(;o>0;){for(var c=0,u=N.random.getBytes(o),f=0;f<o;++f)a=u.charCodeAt(f),a===0?++c:n.putByte(a);o=c}return n.putByte(0),n.putBytes(e),n}function Rn(e,t,r,n){var i=Math.ceil(t.n.bitLength()/8),s=N.util.createBuffer(e),o=s.getByte(),a=s.getByte();if(o!==0||r&&a!==0&&a!==1||!r&&a!=2||r&&a===0&&typeof n>"u")throw new Error("Encryption block is invalid.");var f=0;if(a===0){f=i-3-n;for(var c=0;c<f;++c)if(s.getByte()!==0)throw new Error("Encryption block is invalid.")}else if(a===1)for(f=0;s.length()>1;){if(s.getByte()!==255){--s.read;break}++f}else if(a===2)for(f=0;s.length()>1;){if(s.getByte()===0){--s.read;break}++f}var u=s.getByte();if(u!==0||f!==i-3-s.length())throw new Error("Encryption block is invalid.");return s.getBytes()}function Yh(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(){s(e.pBits,function(a,f){if(a)return r(a);if(e.p=f,e.q!==null)return o(a,e.q);s(e.qBits,o)})}function s(a,f){N.prime.generateProbablePrime(a,n,f)}function o(a,f){if(a)return r(a);if(e.q=f,e.p.compareTo(e.q)<0){var c=e.p;e.p=e.q,e.q=c}if(e.p.subtract(V.ONE).gcd(e.e).compareTo(V.ONE)!==0){e.p=null,i();return}if(e.q.subtract(V.ONE).gcd(e.e).compareTo(V.ONE)!==0){e.q=null,s(e.qBits,o);return}if(e.p1=e.p.subtract(V.ONE),e.q1=e.q.subtract(V.ONE),e.phi=e.p1.multiply(e.q1),e.phi.gcd(e.e).compareTo(V.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,s(e.qBits,o);return}var u=e.e.modInverse(e.phi);e.keys={privateKey:P.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:P.rsa.setPublicKey(e.n,e.e)},r(null,e.keys)}}function ee(e){var t=e.toString(16);t[0]>="8"&&(t="00"+t);var r=N.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 Qh(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 da(e){return N.util.isNodejs&&typeof Li[e]=="function"}function ya(e){return typeof Ot.globalScope<"u"&&typeof Ot.globalScope.crypto=="object"&&typeof Ot.globalScope.crypto.subtle=="object"&&typeof Ot.globalScope.crypto.subtle[e]=="function"}function ga(e){return typeof Ot.globalScope<"u"&&typeof Ot.globalScope.msCrypto=="object"&&typeof Ot.globalScope.msCrypto.subtle=="object"&&typeof Ot.globalScope.msCrypto.subtle[e]=="function"}function ma(e){for(var t=N.util.hexToBytes(e.toString(16)),r=new Uint8Array(t.length),n=0;n<t.length;++n)r[n]=t.charCodeAt(n);return r}});var Ca=U((qy,Aa)=>{var T=X();Ai();Or();Ro();ze();gn();Po();Fo();Mr();Qo();kn();dt();typeof wa>"u"&&(wa=T.jsbn.BigInteger);var wa,b=T.asn1,K=T.pki=T.pki||{};Aa.exports=K.pbe=T.pbe=T.pbe||{};var We=K.oids,Xh={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"}]},Jh={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"}]}]},jh={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"}]};K.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=T.random.getBytesSync(r.saltSize),i=r.count,s=b.integerToDer(i),o,a,f;if(r.algorithm.indexOf("aes")===0||r.algorithm==="des"){var c,u,h;switch(r.algorithm){case"aes128":o=16,c=16,u=We["aes128-CBC"],h=T.aes.createEncryptionCipher;break;case"aes192":o=24,c=16,u=We["aes192-CBC"],h=T.aes.createEncryptionCipher;break;case"aes256":o=32,c=16,u=We["aes256-CBC"],h=T.aes.createEncryptionCipher;break;case"des":o=8,c=8,u=We.desCBC,h=T.des.createEncryptionCipher;break;default:var l=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw l.algorithm=r.algorithm,l}var d="hmacWith"+r.prfAlgorithm.toUpperCase(),p=Ba(d),g=T.pkcs5.pbkdf2(t,n,i,o,p),x=T.random.getBytesSync(c),v=h(g);v.start(x),v.update(b.toDer(e)),v.finish(),f=v.output.getBytes();var B=tl(n,s,o,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()),B]),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"){o=24;var A=new T.util.ByteBuffer(n),g=K.pbe.generatePkcs12Key(t,A,1,i,o),x=K.pbe.generatePkcs12Key(t,A,2,i,o),v=T.des.createEncryptionCipher(g);v.start(x),v.update(b.toDer(e)),v.finish(),f=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,s.getBytes())])])}else{var l=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw l.algorithm=r.algorithm,l}var D=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[a,b.create(b.Class.UNIVERSAL,b.Type.OCTETSTRING,!1,f)]);return D};K.decryptPrivateKeyInfo=function(e,t){var r=null,n={},i=[];if(!b.validate(e,Xh,n,i)){var s=new Error("Cannot read encrypted private key. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw s.errors=i,s}var o=b.derToOid(n.encryptionOid),a=K.pbe.getCipher(o,n.encryptionParams,t),f=T.util.createBuffer(n.encryptedData);return a.update(f),a.finish()&&(r=b.fromDer(a.output)),r};K.encryptedPrivateKeyToPem=function(e,t){var r={type:"ENCRYPTED PRIVATE KEY",body:b.toDer(e).getBytes()};return T.pem.encode(r,{maxline:t})};K.encryptedPrivateKeyFromPem=function(e){var t=T.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)};K.encryptRsaPrivateKey=function(e,t,r){if(r=r||{},!r.legacy){var n=K.wrapRsaPrivateKey(K.privateKeyToAsn1(e));return n=K.encryptPrivateKeyInfo(n,t,r),K.encryptedPrivateKeyToPem(n)}var i,s,o,a;switch(r.algorithm){case"aes128":i="AES-128-CBC",o=16,s=T.random.getBytesSync(16),a=T.aes.createEncryptionCipher;break;case"aes192":i="AES-192-CBC",o=24,s=T.random.getBytesSync(16),a=T.aes.createEncryptionCipher;break;case"aes256":i="AES-256-CBC",o=32,s=T.random.getBytesSync(16),a=T.aes.createEncryptionCipher;break;case"3des":i="DES-EDE3-CBC",o=24,s=T.random.getBytesSync(8),a=T.des.createEncryptionCipher;break;case"des":i="DES-CBC",o=8,s=T.random.getBytesSync(8),a=T.des.createEncryptionCipher;break;default:var f=new Error('Could not encrypt RSA private key; unsupported encryption algorithm "'+r.algorithm+'".');throw f.algorithm=r.algorithm,f}var c=T.pbe.opensslDeriveBytes(t,s.substr(0,8),o),u=a(c);u.start(s),u.update(b.toDer(K.privateKeyToAsn1(e))),u.finish();var h={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:i,parameters:T.util.bytesToHex(s).toUpperCase()},body:u.output.getBytes()};return T.pem.encode(h)};K.decryptRsaPrivateKey=function(e,t){var r=null,n=T.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 s,o;switch(n.dekInfo.algorithm){case"DES-CBC":s=8,o=T.des.createDecryptionCipher;break;case"DES-EDE3-CBC":s=24,o=T.des.createDecryptionCipher;break;case"AES-128-CBC":s=16,o=T.aes.createDecryptionCipher;break;case"AES-192-CBC":s=24,o=T.aes.createDecryptionCipher;break;case"AES-256-CBC":s=32,o=T.aes.createDecryptionCipher;break;case"RC2-40-CBC":s=5,o=function(h){return T.rc2.createDecryptionCipher(h,40)};break;case"RC2-64-CBC":s=8,o=function(h){return T.rc2.createDecryptionCipher(h,64)};break;case"RC2-128-CBC":s=16,o=function(h){return T.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=T.util.hexToBytes(n.dekInfo.parameters),f=T.pbe.opensslDeriveBytes(t,a.substr(0,8),s),c=o(f);if(c.start(a),c.update(T.util.createBuffer(n.body)),c.finish())r=c.output.getBytes();else return r}else r=n.body;return n.type==="ENCRYPTED PRIVATE KEY"?r=K.decryptPrivateKeyInfo(b.fromDer(r),t):r=b.fromDer(r),r!==null&&(r=K.privateKeyFromAsn1(r)),r};K.pbe.generatePkcs12Key=function(e,t,r,n,i,s){var o,a;if(typeof s>"u"||s===null){if(!("sha1"in T.md))throw new Error('"sha1" hash algorithm unavailable.');s=T.md.sha1.create()}var f=s.digestLength,c=s.blockLength,u=new T.util.ByteBuffer,h=new T.util.ByteBuffer;if(e!=null){for(a=0;a<e.length;a++)h.putInt16(e.charCodeAt(a));h.putInt16(0)}var l=h.length(),d=t.length(),p=new T.util.ByteBuffer;p.fillWithByte(r,c);var g=c*Math.ceil(d/c),x=new T.util.ByteBuffer;for(a=0;a<g;a++)x.putByte(t.at(a%d));var v=c*Math.ceil(l/c),B=new T.util.ByteBuffer;for(a=0;a<v;a++)B.putByte(h.at(a%l));var A=x;A.putBuffer(B);for(var D=Math.ceil(i/f),I=1;I<=D;I++){var _=new T.util.ByteBuffer;_.putBytes(p.bytes()),_.putBytes(A.bytes());for(var M=0;M<n;M++)s.start(),s.update(_.getBytes()),_=s.digest();var Z=new T.util.ByteBuffer;for(a=0;a<c;a++)Z.putByte(_.at(a%f));var Et=Math.ceil(d/c)+Math.ceil(l/c),qt=new T.util.ByteBuffer;for(o=0;o<Et;o++){var Lt=new T.util.ByteBuffer(A.getBytes(c)),It=511;for(a=Z.length()-1;a>=0;a--)It=It>>8,It+=Z.at(a)+Lt.at(a),Lt.setAt(a,It&255);qt.putBuffer(Lt)}A=qt,u.putBuffer(_)}return u.truncate(u.length()-i),u};K.pbe.getCipher=function(e,t,r){switch(e){case K.oids.pkcs5PBES2:return K.pbe.getCipherForPBES2(e,t,r);case K.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case K.oids["pbewithSHAAnd40BitRC2-CBC"]:return K.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}};K.pbe.getCipherForPBES2=function(e,t,r){var n={},i=[];if(!b.validate(t,Jh,n,i)){var s=new Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw s.errors=i,s}if(e=b.derToOid(n.kdfOid),e!==K.oids.pkcs5PBKDF2){var s=new Error("Cannot read encrypted private key. Unsupported key derivation function OID.");throw s.oid=e,s.supportedOids=["pkcs5PBKDF2"],s}if(e=b.derToOid(n.encOid),e!==K.oids["aes128-CBC"]&&e!==K.oids["aes192-CBC"]&&e!==K.oids["aes256-CBC"]&&e!==K.oids["des-EDE3-CBC"]&&e!==K.oids.desCBC){var s=new Error("Cannot read encrypted private key. Unsupported encryption scheme OID.");throw s.oid=e,s.supportedOids=["aes128-CBC","aes192-CBC","aes256-CBC","des-EDE3-CBC","desCBC"],s}var o=n.kdfSalt,a=T.util.createBuffer(n.kdfIterationCount);a=a.getInt(a.length()<<3);var f,c;switch(K.oids[e]){case"aes128-CBC":f=16,c=T.aes.createDecryptionCipher;break;case"aes192-CBC":f=24,c=T.aes.createDecryptionCipher;break;case"aes256-CBC":f=32,c=T.aes.createDecryptionCipher;break;case"des-EDE3-CBC":f=24,c=T.des.createDecryptionCipher;break;case"desCBC":f=8,c=T.des.createDecryptionCipher;break}var u=Ea(n.prfOid),h=T.pkcs5.pbkdf2(r,o,a,f,u),l=n.encIv,d=c(h);return d.start(l),d};K.pbe.getCipherForPKCS12PBE=function(e,t,r){var n={},i=[];if(!b.validate(t,jh,n,i)){var s=new Error("Cannot read password-based-encryption algorithm parameters. ASN.1 object is not a supported EncryptedPrivateKeyInfo.");throw s.errors=i,s}var o=T.util.createBuffer(n.salt),a=T.util.createBuffer(n.iterations);a=a.getInt(a.length()<<3);var f,c,u;switch(e){case K.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:f=24,c=8,u=T.des.startDecrypting;break;case K.oids["pbewithSHAAnd40BitRC2-CBC"]:f=5,c=8,u=function(g,x){var v=T.rc2.createDecryptionCipher(g,40);return v.start(x,null),v};break;default:var s=new Error("Cannot read PKCS #12 PBE data block. Unsupported OID.");throw s.oid=e,s}var h=Ea(n.prfOid),l=K.pbe.generatePkcs12Key(r,o,1,a,f,h);h.start();var d=K.pbe.generatePkcs12Key(r,o,2,a,c,h);return u(l,d)};K.pbe.opensslDeriveBytes=function(e,t,r,n){if(typeof n>"u"||n===null){if(!("md5"in T.md))throw new Error('"md5" hash algorithm unavailable.');n=T.md.md5.create()}t===null&&(t="");for(var i=[Sa(n,e+t)],s=16,o=1;s<r;++o,s+=16)i.push(Sa(n,i[o-1]+e+t));return i.join("").substr(0,r)};function Sa(e,t){return e.start().update(t).digest().getBytes()}function Ea(e){var t;if(!e)t="hmacWithSHA1";else if(t=K.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 Ba(t)}function Ba(e){var t=T.md;switch(e){case"hmacWithSHA224":t=T.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 tl(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,T.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(K.oids[n]).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.NULL,!1,"")])),i}});var c0=U((W1,f0)=>{"use strict";f0.exports=Bp;function Bp(e,t){for(var r=new Array(arguments.length-1),n=0,i=2,s=!0;i<arguments.length;)r[n++]=arguments[i++];return new Promise(function(a,f){r[n]=function(u){if(s)if(s=!1,u)f(u);else{for(var h=new Array(arguments.length-1),l=0;l<h.length;)h[l++]=arguments[l];a.apply(null,h)}};try{e.apply(t||null,r)}catch(c){s&&(s=!1,f(c))}})}});var p0=U(l0=>{"use strict";var Mn=l0;Mn.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 vr=new Array(64),h0=new Array(123);for(Gt=0;Gt<64;)h0[vr[Gt]=Gt<26?Gt+65:Gt<52?Gt+71:Gt<62?Gt-4:Gt-59|43]=Gt++;var Gt;Mn.encode=function(t,r,n){for(var i=null,s=[],o=0,a=0,f;r<n;){var c=t[r++];switch(a){case 0:s[o++]=vr[c>>2],f=(c&3)<<4,a=1;break;case 1:s[o++]=vr[f|c>>4],f=(c&15)<<2,a=2;break;case 2:s[o++]=vr[f|c>>6],s[o++]=vr[c&63],a=0;break}o>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,s)),o=0)}return a&&(s[o++]=vr[f],s[o++]=61,a===1&&(s[o++]=61)),i?(o&&i.push(String.fromCharCode.apply(String,s.slice(0,o))),i.join("")):String.fromCharCode.apply(String,s.slice(0,o))};var u0="invalid encoding";Mn.decode=function(t,r,n){for(var i=n,s=0,o,a=0;a<t.length;){var f=t.charCodeAt(a++);if(f===61&&s>1)break;if((f=h0[f])===void 0)throw Error(u0);switch(s){case 0:o=f,s=1;break;case 1:r[n++]=o<<2|(f&48)>>4,o=f,s=2;break;case 2:r[n++]=(o&15)<<4|(f&60)>>2,o=f,s=3;break;case 3:r[n++]=(o&3)<<6|f,s=0;break}}if(s===1)throw Error(u0);return n-i};Mn.test=function(t){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(t)}});var y0=U((Z1,d0)=>{"use strict";d0.exports=Vn;function Vn(){this._listeners={}}Vn.prototype.on=function(t,r,n){return(this._listeners[t]||(this._listeners[t]=[])).push({fn:r,ctx:n||this}),this};Vn.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};Vn.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 S0=U((Y1,w0)=>{"use strict";w0.exports=g0(g0);function g0(e){return typeof Float32Array<"u"?function(){var t=new Float32Array([-0]),r=new Uint8Array(t.buffer),n=r[3]===128;function i(f,c,u){t[0]=f,c[u]=r[0],c[u+1]=r[1],c[u+2]=r[2],c[u+3]=r[3]}function s(f,c,u){t[0]=f,c[u]=r[3],c[u+1]=r[2],c[u+2]=r[1],c[u+3]=r[0]}e.writeFloatLE=n?i:s,e.writeFloatBE=n?s:i;function o(f,c){return r[0]=f[c],r[1]=f[c+1],r[2]=f[c+2],r[3]=f[c+3],t[0]}function a(f,c){return r[3]=f[c],r[2]=f[c+1],r[1]=f[c+2],r[0]=f[c+3],t[0]}e.readFloatLE=n?o:a,e.readFloatBE=n?a:o}():function(){function t(n,i,s,o){var a=i<0?1:0;if(a&&(i=-i),i===0)n(1/i>0?0:2147483648,s,o);else if(isNaN(i))n(2143289344,s,o);else if(i>34028234663852886e22)n((a<<31|2139095040)>>>0,s,o);else if(i<11754943508222875e-54)n((a<<31|Math.round(i/1401298464324817e-60))>>>0,s,o);else{var f=Math.floor(Math.log(i)/Math.LN2),c=Math.round(i*Math.pow(2,-f)*8388608)&8388607;n((a<<31|f+127<<23|c)>>>0,s,o)}}e.writeFloatLE=t.bind(null,m0),e.writeFloatBE=t.bind(null,x0);function r(n,i,s){var o=n(i,s),a=(o>>31)*2+1,f=o>>>23&255,c=o&8388607;return f===255?c?NaN:a*(1/0):f===0?a*1401298464324817e-60*c:a*Math.pow(2,f-150)*(c+8388608)}e.readFloatLE=r.bind(null,v0),e.readFloatBE=r.bind(null,b0)}(),typeof Float64Array<"u"?function(){var t=new Float64Array([-0]),r=new Uint8Array(t.buffer),n=r[7]===128;function i(f,c,u){t[0]=f,c[u]=r[0],c[u+1]=r[1],c[u+2]=r[2],c[u+3]=r[3],c[u+4]=r[4],c[u+5]=r[5],c[u+6]=r[6],c[u+7]=r[7]}function s(f,c,u){t[0]=f,c[u]=r[7],c[u+1]=r[6],c[u+2]=r[5],c[u+3]=r[4],c[u+4]=r[3],c[u+5]=r[2],c[u+6]=r[1],c[u+7]=r[0]}e.writeDoubleLE=n?i:s,e.writeDoubleBE=n?s:i;function o(f,c){return r[0]=f[c],r[1]=f[c+1],r[2]=f[c+2],r[3]=f[c+3],r[4]=f[c+4],r[5]=f[c+5],r[6]=f[c+6],r[7]=f[c+7],t[0]}function a(f,c){return r[7]=f[c],r[6]=f[c+1],r[5]=f[c+2],r[4]=f[c+3],r[3]=f[c+4],r[2]=f[c+5],r[1]=f[c+6],r[0]=f[c+7],t[0]}e.readDoubleLE=n?o:a,e.readDoubleBE=n?a:o}():function(){function t(n,i,s,o,a,f){var c=o<0?1:0;if(c&&(o=-o),o===0)n(0,a,f+i),n(1/o>0?0:2147483648,a,f+s);else if(isNaN(o))n(0,a,f+i),n(2146959360,a,f+s);else if(o>17976931348623157e292)n(0,a,f+i),n((c<<31|2146435072)>>>0,a,f+s);else{var u;if(o<22250738585072014e-324)u=o/5e-324,n(u>>>0,a,f+i),n((c<<31|u/4294967296)>>>0,a,f+s);else{var h=Math.floor(Math.log(o)/Math.LN2);h===1024&&(h=1023),u=o*Math.pow(2,-h),n(u*4503599627370496>>>0,a,f+i),n((c<<31|h+1023<<20|u*1048576&1048575)>>>0,a,f+s)}}}e.writeDoubleLE=t.bind(null,m0,0,4),e.writeDoubleBE=t.bind(null,x0,4,0);function r(n,i,s,o,a){var f=n(o,a+i),c=n(o,a+s),u=(c>>31)*2+1,h=c>>>20&2047,l=4294967296*(c&1048575)+f;return h===2047?l?NaN:u*(1/0):h===0?u*5e-324*l:u*Math.pow(2,h-1075)*(l+4503599627370496)}e.readDoubleLE=r.bind(null,v0,0,4),e.readDoubleBE=r.bind(null,b0,4,0)}(),e}function m0(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 x0(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 v0(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0}function b0(e,t){return(e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3])>>>0}});var E0=U((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 A0=U(B0=>{"use strict";var ls=B0;ls.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};ls.read=function(t,r,n){var i=n-r;if(i<1)return"";for(var s=null,o=[],a=0,f;r<n;)f=t[r++],f<128?o[a++]=f:f>191&&f<224?o[a++]=(f&31)<<6|t[r++]&63:f>239&&f<365?(f=((f&7)<<18|(t[r++]&63)<<12|(t[r++]&63)<<6|t[r++]&63)-65536,o[a++]=55296+(f>>10),o[a++]=56320+(f&1023)):o[a++]=(f&15)<<12|(t[r++]&63)<<6|t[r++]&63,a>8191&&((s||(s=[])).push(String.fromCharCode.apply(String,o)),a=0);return s?(a&&s.push(String.fromCharCode.apply(String,o.slice(0,a))),s.join("")):String.fromCharCode.apply(String,o.slice(0,a))};ls.write=function(t,r,n){for(var i=n,s,o,a=0;a<t.length;++a)s=t.charCodeAt(a),s<128?r[n++]=s:s<2048?(r[n++]=s>>6|192,r[n++]=s&63|128):(s&64512)===55296&&((o=t.charCodeAt(a+1))&64512)===56320?(s=65536+((s&1023)<<10)+(o&1023),++a,r[n++]=s>>18|240,r[n++]=s>>12&63|128,r[n++]=s>>6&63|128,r[n++]=s&63|128):(r[n++]=s>>12|224,r[n++]=s>>6&63|128,r[n++]=s&63|128);return n-i}});var I0=U((X1,C0)=>{"use strict";C0.exports=Ap;function Ap(e,t,r){var n=r||8192,i=n>>>1,s=null,o=n;return function(f){if(f<1||f>i)return e(f);o+f>n&&(s=e(n),o=0);var c=t.call(s,o,o+=f);return o&7&&(o=(o|7)+1),c}}});var _0=U((J1,T0)=>{"use strict";T0.exports=St;var Yr=Je();function St(e,t){this.lo=e>>>0,this.hi=t>>>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 Cp=St.zeroHash="\0\0\0\0\0\0\0\0";St.fromNumber=function(t){if(t===0)return Xe;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 St(n,i)};St.from=function(t){if(typeof t=="number")return St.fromNumber(t);if(Yr.isString(t))if(Yr.Long)t=Yr.Long.fromString(t);else return St.fromNumber(parseInt(t,10));return t.low||t.high?new St(t.low>>>0,t.high>>>0):Xe};St.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};St.prototype.toLong=function(t){return Yr.Long?new Yr.Long(this.lo|0,this.hi|0,!!t):{low:this.lo|0,high:this.hi|0,unsigned:!!t}};var Ue=String.prototype.charCodeAt;St.fromHash=function(t){return t===Cp?Xe:new St((Ue.call(t,0)|Ue.call(t,1)<<8|Ue.call(t,2)<<16|Ue.call(t,3)<<24)>>>0,(Ue.call(t,4)|Ue.call(t,5)<<8|Ue.call(t,6)<<16|Ue.call(t,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 t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this};St.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};St.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 Je=U(ps=>{"use strict";var k=ps;k.asPromise=c0();k.base64=p0();k.EventEmitter=y0();k.float=S0();k.inquire=E0();k.utf8=A0();k.pool=I0();k.LongBits=_0();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||ps;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 R0(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=R0;k.lcFirst=function(t){return t.charAt(0).toLowerCase()+t.substring(1)};function k0(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&&R0(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=k0;k.ProtocolError=k0("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),s=i.length-1;s>-1;--s)if(r[i[s]]===1&&this[i[s]]!==void 0&&this[i[s]]!==null)return i[s]}};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 gs=U((t2,U0)=>{"use strict";U0.exports=lt;var ie=Je(),ys,L0=ie.LongBits,Ip=ie.utf8;function Wt(e,t){return RangeError("index out of range: "+e.pos+" + "+(t||1)+" > "+e.len)}function lt(e){this.buf=e,this.pos=0,this.len=e.length}var N0=typeof Uint8Array<"u"?function(t){if(t instanceof Uint8Array||Array.isArray(t))return new lt(t);throw Error("illegal buffer")}:function(t){if(Array.isArray(t))return new lt(t);throw Error("illegal buffer")},P0=function(){return ie.Buffer?function(r){return(lt.create=function(i){return ie.Buffer.isBuffer(i)?new ys(i):N0(i)})(r)}:N0};lt.create=P0();lt.prototype._slice=ie.Array.prototype.subarray||ie.Array.prototype.slice;lt.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,Wt(this,10);return t}}();lt.prototype.int32=function(){return this.uint32()|0};lt.prototype.sint32=function(){var t=this.uint32();return t>>>1^-(t&1)|0};function ds(){var e=new L0(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 Wt(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 Wt(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")}lt.prototype.bool=function(){return this.uint32()!==0};function qn(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<<24)>>>0}lt.prototype.fixed32=function(){if(this.pos+4>this.len)throw Wt(this,4);return qn(this.buf,this.pos+=4)};lt.prototype.sfixed32=function(){if(this.pos+4>this.len)throw Wt(this,4);return qn(this.buf,this.pos+=4)|0};function D0(){if(this.pos+8>this.len)throw Wt(this,8);return new L0(qn(this.buf,this.pos+=4),qn(this.buf,this.pos+=4))}lt.prototype.float=function(){if(this.pos+4>this.len)throw Wt(this,4);var t=ie.float.readFloatLE(this.buf,this.pos);return this.pos+=4,t};lt.prototype.double=function(){if(this.pos+8>this.len)throw Wt(this,4);var t=ie.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,t};lt.prototype.bytes=function(){var t=this.uint32(),r=this.pos,n=this.pos+t;if(n>this.len)throw Wt(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)};lt.prototype.string=function(){var t=this.bytes();return Ip.read(t,0,t.length)};lt.prototype.skip=function(t){if(typeof t=="number"){if(this.pos+t>this.len)throw Wt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw Wt(this);while(this.buf[this.pos++]&128);return this};lt.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};lt._configure=function(e){ys=e,lt.create=P0(),ys._configure();var t=ie.Long?"toLong":"toNumber";ie.merge(lt.prototype,{int64:function(){return ds.call(this)[t](!1)},uint64:function(){return ds.call(this)[t](!0)},sint64:function(){return ds.call(this).zzDecode()[t](!1)},fixed64:function(){return D0.call(this)[t](!0)},sfixed64:function(){return D0.call(this)[t](!1)}})}});var M0=U((e2,O0)=>{"use strict";O0.exports=je;var F0=gs();(je.prototype=Object.create(F0.prototype)).constructor=je;var K0=Je();function je(e){F0.call(this,e)}je._configure=function(){K0.Buffer&&(je.prototype._slice=K0.Buffer.prototype.slice)};je.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))};je._configure()});var Es=U((r2,H0)=>{"use strict";H0.exports=G;var Mt=Je(),ms,zn=Mt.LongBits,V0=Mt.base64,q0=Mt.utf8;function Qr(e,t,r){this.fn=e,this.len=t,this.next=void 0,this.val=r}function vs(){}function Tp(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}function G(){this.len=0,this.head=new Qr(vs,0,0),this.tail=this.head,this.states=null}var z0=function(){return Mt.Buffer?function(){return(G.create=function(){return new ms})()}:function(){return new G}};G.create=z0();G.alloc=function(t){return new Mt.Array(t)};Mt.Array!==Array&&(G.alloc=Mt.pool(G.alloc,Mt.Array.prototype.subarray));G.prototype._push=function(t,r,n){return this.tail=this.tail.next=new Qr(t,r,n),this.len+=r,this};function bs(e,t,r){t[r]=e&255}function _p(e,t,r){for(;e>127;)t[r++]=e&127|128,e>>>=7;t[r]=e}function ws(e,t){this.len=e,this.next=void 0,this.val=t}ws.prototype=Object.create(Qr.prototype);ws.prototype.fn=_p;G.prototype.uint32=function(t){return this.len+=(this.tail=this.tail.next=new ws((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this};G.prototype.int32=function(t){return t<0?this._push(Ss,10,zn.fromNumber(t)):this.uint32(t)};G.prototype.sint32=function(t){return this.uint32((t<<1^t>>31)>>>0)};function Ss(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}G.prototype.uint64=function(t){var r=zn.from(t);return this._push(Ss,r.length(),r)};G.prototype.int64=G.prototype.uint64;G.prototype.sint64=function(t){var r=zn.from(t).zzEncode();return this._push(Ss,r.length(),r)};G.prototype.bool=function(t){return this._push(bs,1,t?1:0)};function xs(e,t,r){t[r]=e&255,t[r+1]=e>>>8&255,t[r+2]=e>>>16&255,t[r+3]=e>>>24}G.prototype.fixed32=function(t){return this._push(xs,4,t>>>0)};G.prototype.sfixed32=G.prototype.fixed32;G.prototype.fixed64=function(t){var r=zn.from(t);return this._push(xs,4,r.lo)._push(xs,4,r.hi)};G.prototype.sfixed64=G.prototype.fixed64;G.prototype.float=function(t){return this._push(Mt.float.writeFloatLE,4,t)};G.prototype.double=function(t){return this._push(Mt.float.writeDoubleLE,8,t)};var Rp=Mt.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]};G.prototype.bytes=function(t){var r=t.length>>>0;if(!r)return this._push(bs,1,0);if(Mt.isString(t)){var n=G.alloc(r=V0.length(t));V0.decode(t,n,0),t=n}return this.uint32(r)._push(Rp,r,t)};G.prototype.string=function(t){var r=q0.length(t);return r?this.uint32(r)._push(q0.write,r,t):this._push(bs,1,0)};G.prototype.fork=function(){return this.states=new Tp(this),this.head=this.tail=new Qr(vs,0,0),this.len=0,this};G.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 Qr(vs,0,0),this.len=0),this};G.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};G.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};G._configure=function(e){ms=e,G.create=z0(),ms._configure()}});var $0=U((n2,W0)=>{"use strict";W0.exports=se;var G0=Es();(se.prototype=Object.create(G0.prototype)).constructor=se;var Ke=Je();function se(){G0.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(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++]}};se.prototype.bytes=function(t){Ke.isString(t)&&(t=Ke._Buffer_from(t,"base64"));var r=t.length>>>0;return this.uint32(r),r&&this._push(se.writeBytesBuffer,r,t),this};function kp(e,t,r){e.length<40?Ke.utf8.write(e,t,r):t.utf8Write?t.utf8Write(e,r):t.write(e,r)}se.prototype.string=function(t){var r=Ke.Buffer.byteLength(t);return this.uint32(r),r&&this._push(kp,r,t),this};se._configure()});var of=U((ng,sf)=>{var it=X();ze();dt();var Jr=sf.exports=it.sha512=it.sha512||{};it.md.sha512=it.md.algorithms.sha512=Jr;var rf=it.sha384=it.sha512.sha384=it.sha512.sha384||{};rf.create=function(){return Jr.create("SHA-384")};it.md.sha384=it.md.algorithms.sha384=rf;it.sha512.sha256=it.sha512.sha256||{create:function(){return Jr.create("SHA-512/256")}};it.md["sha512/256"]=it.md.algorithms["sha512/256"]=it.sha512.sha256;it.sha512.sha224=it.sha512.sha224||{create:function(){return Jr.create("SHA-512/224")}};it.md["sha512/224"]=it.md.algorithms["sha512/224"]=it.sha512.sha224;Jr.create=function(e){if(nf||Vp(),typeof e>"u"&&(e="SHA-512"),!(e in er))throw new Error("Invalid SHA-512 algorithm: "+e);for(var t=er[e],r=null,n=it.util.createBuffer(),i=new Array(80),s=0;s<80;++s)i[s]=new Array(2);var o=64;switch(e){case"SHA-384":o=48;break;case"SHA-512/256":o=32;break;case"SHA-512/224":o=28;break}var a={algorithm:e.replace("-","").toLowerCase(),blockLength:128,digestLength:o,messageLength:0,fullMessageLength:null,messageLengthSize:16};return a.start=function(){a.messageLength=0,a.fullMessageLength=a.messageLength128=[];for(var f=a.messageLengthSize/4,c=0;c<f;++c)a.fullMessageLength.push(0);n=it.util.createBuffer(),r=new Array(t.length);for(var c=0;c<t.length;++c)r[c]=t[c].slice(0);return a},a.start(),a.update=function(f,c){c==="utf8"&&(f=it.util.encodeUtf8(f));var u=f.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(f),ef(r,i,n),(n.read>2048||n.length()===0)&&n.compact(),a},a.digest=function(){var f=it.util.createBuffer();f.putBytes(n.bytes());var c=a.fullMessageLength[a.fullMessageLength.length-1]+a.messageLengthSize,u=c&a.blockLength-1;f.putBytes(ks.substr(0,a.blockLength-u));for(var h,l,d=a.fullMessageLength[0]*8,p=0;p<a.fullMessageLength.length-1;++p)h=a.fullMessageLength[p+1]*8,l=h/4294967296>>>0,d+=l,f.putInt32(d>>>0),d=h>>>0;f.putInt32(d);for(var g=new Array(r.length),p=0;p<r.length;++p)g[p]=r[p].slice(0);ef(g,i,f);var x=it.util.createBuffer(),v;e==="SHA-512"?v=g.length:e==="SHA-384"?v=g.length-2:v=g.length-4;for(var p=0;p<v;++p)x.putInt32(g[p][0]),(p!==v-1||e!=="SHA-512/224")&&x.putInt32(g[p][1]);return x},a};var ks=null,nf=!1,Ns=null,er=null;function Vp(){ks=String.fromCharCode(128),ks+=it.util.fillString(String.fromCharCode(0),128),Ns=[[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]],nf=!0}function ef(e,t,r){for(var n,i,s,o,a,f,c,u,h,l,d,p,g,x,v,B,A,D,I,_,M,Z,Et,qt,Lt,It,ar,dn,pt,Rt,L,ci,ui,hi,li,fo=r.length();fo>=128;){for(pt=0;pt<16;++pt)t[pt][0]=r.getInt32()>>>0,t[pt][1]=r.getInt32()>>>0;for(;pt<80;++pt)ci=t[pt-2],Rt=ci[0],L=ci[1],n=((Rt>>>19|L<<13)^(L>>>29|Rt<<3)^Rt>>>6)>>>0,i=((Rt<<13|L>>>19)^(L<<3|Rt>>>29)^(Rt<<26|L>>>6))>>>0,hi=t[pt-15],Rt=hi[0],L=hi[1],s=((Rt>>>1|L<<31)^(Rt>>>8|L<<24)^Rt>>>7)>>>0,o=((Rt<<31|L>>>1)^(Rt<<24|L>>>8)^(Rt<<25|L>>>7))>>>0,ui=t[pt-7],li=t[pt-16],L=i+ui[1]+o+li[1],t[pt][0]=n+ui[0]+s+li[0]+(L/4294967296>>>0)>>>0,t[pt][1]=L>>>0;for(g=e[0][0],x=e[0][1],v=e[1][0],B=e[1][1],A=e[2][0],D=e[2][1],I=e[3][0],_=e[3][1],M=e[4][0],Z=e[4][1],Et=e[5][0],qt=e[5][1],Lt=e[6][0],It=e[6][1],ar=e[7][0],dn=e[7][1],pt=0;pt<80;++pt)c=((M>>>14|Z<<18)^(M>>>18|Z<<14)^(Z>>>9|M<<23))>>>0,u=((M<<18|Z>>>14)^(M<<14|Z>>>18)^(Z<<23|M>>>9))>>>0,h=(Lt^M&(Et^Lt))>>>0,l=(It^Z&(qt^It))>>>0,a=((g>>>28|x<<4)^(x>>>2|g<<30)^(x>>>7|g<<25))>>>0,f=((g<<4|x>>>28)^(x<<30|g>>>2)^(x<<25|g>>>7))>>>0,d=(g&v|A&(g^v))>>>0,p=(x&B|D&(x^B))>>>0,L=dn+u+l+Ns[pt][1]+t[pt][1],n=ar+c+h+Ns[pt][0]+t[pt][0]+(L/4294967296>>>0)>>>0,i=L>>>0,L=f+p,s=a+d+(L/4294967296>>>0)>>>0,o=L>>>0,ar=Lt,dn=It,Lt=Et,It=qt,Et=M,qt=Z,L=_+i,M=I+n+(L/4294967296>>>0)>>>0,Z=L>>>0,I=A,_=D,A=v,D=B,v=g,B=x,L=i+o,g=n+s+(L/4294967296>>>0)>>>0,x=L>>>0;L=e[0][1]+x,e[0][0]=e[0][0]+g+(L/4294967296>>>0)>>>0,e[0][1]=L>>>0,L=e[1][1]+B,e[1][0]=e[1][0]+v+(L/4294967296>>>0)>>>0,e[1][1]=L>>>0,L=e[2][1]+D,e[2][0]=e[2][0]+A+(L/4294967296>>>0)>>>0,e[2][1]=L>>>0,L=e[3][1]+_,e[3][0]=e[3][0]+I+(L/4294967296>>>0)>>>0,e[3][1]=L>>>0,L=e[4][1]+Z,e[4][0]=e[4][0]+M+(L/4294967296>>>0)>>>0,e[4][1]=L>>>0,L=e[5][1]+qt,e[5][0]=e[5][0]+Et+(L/4294967296>>>0)>>>0,e[5][1]=L>>>0,L=e[6][1]+It,e[6][0]=e[6][0]+Lt+(L/4294967296>>>0)>>>0,e[6][1]=L>>>0,L=e[7][1]+dn,e[7][0]=e[7][0]+ar+(L/4294967296>>>0)>>>0,e[7][1]=L>>>0,fo-=128}}});var Jf=U((Im,Xf)=>{Xf.exports=$s;var Qf=128,Rd=127,kd=~Rd,Nd=Math.pow(2,31);function $s(e,t,r){if(Number.MAX_SAFE_INTEGER&&e>Number.MAX_SAFE_INTEGER)throw $s.bytes=0,new RangeError("Could not encode varint");t=t||[],r=r||0;for(var n=r;e>=Nd;)t[r++]=e&255|Qf,e/=128;for(;e&kd;)t[r++]=e&255|Qf,e>>>=7;return t[r]=e|0,$s.bytes=r-n+1,t}});var ec=U((Tm,tc)=>{tc.exports=Zs;var Dd=128,jf=127;function Zs(e,n){var r=0,n=n||0,i=0,s=n,o,a=e.length;do{if(s>=a||i>49)throw Zs.bytes=0,new RangeError("Could not decode varint");o=e[s++],r+=i<28?(o&jf)<<i:(o&jf)*Math.pow(2,i),i+=7}while(o>=Dd);return Zs.bytes=s-n,r}});var nc=U((_m,rc)=>{var Ld=Math.pow(2,7),Pd=Math.pow(2,14),Ud=Math.pow(2,21),Kd=Math.pow(2,28),Fd=Math.pow(2,35),Od=Math.pow(2,42),Md=Math.pow(2,49),Vd=Math.pow(2,56),qd=Math.pow(2,63);rc.exports=function(e){return e<Ld?1:e<Pd?2:e<Ud?3:e<Kd?4:e<Fd?5:e<Od?6:e<Md?7:e<Vd?8:e<qd?9:10}});var ri=U((Rm,ic)=>{ic.exports={encode:Jf(),decode:ec(),encodingLength:nc()}});var gy={};Bt(gy,{PeerRecord:()=>or,RecordEnvelope:()=>sr});var Fg=ct(Or(),1),Og=ct(Ca(),1);var $=class extends Error{code;props;constructor(t,r,n){super(t),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var md=ct(X(),1);function $e(e){return globalThis.Buffer!=null?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e}var Oi={};Bt(Oi,{identity:()=>ol});function el(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 s=e.charAt(i),o=s.charCodeAt(0);if(r[o]!==255)throw new TypeError(s+" is ambiguous");r[o]=i}var a=e.length,f=e.charAt(0),c=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function h(p){if(p instanceof Uint8Array||(ArrayBuffer.isView(p)?p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength):Array.isArray(p)&&(p=Uint8Array.from(p))),!(p instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(p.length===0)return"";for(var g=0,x=0,v=0,B=p.length;v!==B&&p[v]===0;)v++,g++;for(var A=(B-v)*u+1>>>0,D=new Uint8Array(A);v!==B;){for(var I=p[v],_=0,M=A-1;(I!==0||_<x)&&M!==-1;M--,_++)I+=256*D[M]>>>0,D[M]=I%a>>>0,I=I/a>>>0;if(I!==0)throw new Error("Non-zero carry");x=_,v++}for(var Z=A-x;Z!==A&&D[Z]===0;)Z++;for(var Et=f.repeat(g);Z<A;++Z)Et+=e.charAt(D[Z]);return Et}function l(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return new Uint8Array;var g=0;if(p[g]!==" "){for(var x=0,v=0;p[g]===f;)x++,g++;for(var B=(p.length-g)*c+1>>>0,A=new Uint8Array(B);p[g];){var D=r[p.charCodeAt(g)];if(D===255)return;for(var I=0,_=B-1;(D!==0||I<v)&&_!==-1;_--,I++)D+=a*A[_]>>>0,A[_]=D%256>>>0,D=D/256>>>0;if(D!==0)throw new Error("Non-zero carry");v=I,g++}if(p[g]!==" "){for(var M=B-v;M!==B&&A[M]===0;)M++;for(var Z=new Uint8Array(x+(B-M)),Et=x;M!==B;)Z[Et++]=A[M++];return Z}}}function d(p){var g=l(p);if(g)return g;throw new Error(`Non-${t} character`)}return{encode:h,decodeUnsafe:l,decode:d}}var rl=el,nl=rl,Ia=nl;var $y=new Uint8Array(0);var Ta=(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},de=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 _a=e=>new TextEncoder().encode(e),Ra=e=>new TextDecoder().decode(e);var Pi=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")}},Ui=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 Na(this,t)}},Ki=class{constructor(t){this.decoders=t}or(t){return Na(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`)}},Na=(e,t)=>new Ki({...e.decoders||{[e.prefix]:e},...t.decoders||{[t.prefix]:t}}),Fi=class{constructor(t,r,n,i){this.name=t,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new Pi(t,r,n),this.decoder=new Ui(t,r,i)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},pr=({name:e,prefix:t,encode:r,decode:n})=>new Fi(e,t,r,n),Te=({prefix:e,name:t,alphabet:r})=>{let{encode:n,decode:i}=Ia(r,t);return pr({prefix:e,name:t,encode:n,decode:s=>de(i(s))})},il=(e,t,r,n)=>{let i={};for(let u=0;u<t.length;++u)i[t[u]]=u;let s=e.length;for(;e[s-1]==="=";)--s;let o=new Uint8Array(s*r/8|0),a=0,f=0,c=0;for(let u=0;u<s;++u){let h=i[e[u]];if(h===void 0)throw new SyntaxError(`Non-${n} character`);f=f<<r|h,a+=r,a>=8&&(a-=8,o[c++]=255&f>>a)}if(a>=r||255&f<<8-a)throw new SyntaxError("Unexpected end of data");return o},sl=(e,t,r)=>{let n=t[t.length-1]==="=",i=(1<<r)-1,s="",o=0,a=0;for(let f=0;f<e.length;++f)for(a=a<<8|e[f],o+=8;o>r;)o-=r,s+=t[i&a>>o];if(o&&(s+=t[i&a<<r-o]),n)for(;s.length*r&7;)s+="=";return s},ut=({name:e,prefix:t,bitsPerChar:r,alphabet:n})=>pr({prefix:t,name:e,encode(i){return sl(i,n,r)},decode(i){return il(i,n,r,e)}});var ol=pr({prefix:"\0",name:"identity",encode:e=>Ra(e),decode:e=>_a(e)});var Mi={};Bt(Mi,{base2:()=>al});var al=ut({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Vi={};Bt(Vi,{base8:()=>fl});var fl=ut({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var qi={};Bt(qi,{base10:()=>cl});var cl=Te({prefix:"9",name:"base10",alphabet:"0123456789"});var zi={};Bt(zi,{base16:()=>ul,base16upper:()=>hl});var ul=ut({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),hl=ut({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Hi={};Bt(Hi,{base32:()=>ye,base32hex:()=>yl,base32hexpad:()=>ml,base32hexpadupper:()=>xl,base32hexupper:()=>gl,base32pad:()=>pl,base32padupper:()=>dl,base32upper:()=>ll,base32z:()=>vl});var ye=ut({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),ll=ut({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),pl=ut({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),dl=ut({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),yl=ut({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),gl=ut({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ml=ut({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),xl=ut({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),vl=ut({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Gi={};Bt(Gi,{base36:()=>bl,base36upper:()=>wl});var bl=Te({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),wl=Te({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Wi={};Bt(Wi,{base58btc:()=>yt,base58flickr:()=>Sl});var yt=Te({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Sl=Te({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var $i={};Bt($i,{base64:()=>Nn,base64pad:()=>El,base64url:()=>Bl,base64urlpad:()=>Al});var Nn=ut({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),El=ut({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Bl=ut({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Al=ut({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Zi={};Bt(Zi,{base256emoji:()=>Rl});var Da=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}"),Cl=Da.reduce((e,t,r)=>(e[r]=t,e),[]),Il=Da.reduce((e,t,r)=>(e[t.codePointAt(0)]=r,e),[]);function Tl(e){return e.reduce((t,r)=>(t+=Cl[r],t),"")}function _l(e){let t=[];for(let r of e){let n=Il[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);t.push(n)}return new Uint8Array(t)}var Rl=pr({prefix:"\u{1F680}",name:"base256emoji",encode:Tl,decode:_l});var Ji={};Bt(Ji,{sha256:()=>At,sha512:()=>Yl});var kl=Ua,La=128,Nl=127,Dl=~Nl,Ll=Math.pow(2,31);function Ua(e,t,r){t=t||[],r=r||0;for(var n=r;e>=Ll;)t[r++]=e&255|La,e/=128;for(;e&Dl;)t[r++]=e&255|La,e>>>=7;return t[r]=e|0,Ua.bytes=r-n+1,t}var Pl=Yi,Ul=128,Pa=127;function Yi(e,n){var r=0,n=n||0,i=0,s=n,o,a=e.length;do{if(s>=a)throw Yi.bytes=0,new RangeError("Could not decode varint");o=e[s++],r+=i<28?(o&Pa)<<i:(o&Pa)*Math.pow(2,i),i+=7}while(o>=Ul);return Yi.bytes=s-n,r}var Kl=Math.pow(2,7),Fl=Math.pow(2,14),Ol=Math.pow(2,21),Ml=Math.pow(2,28),Vl=Math.pow(2,35),ql=Math.pow(2,42),zl=Math.pow(2,49),Hl=Math.pow(2,56),Gl=Math.pow(2,63),Wl=function(e){return e<Kl?1:e<Fl?2:e<Ol?3:e<Ml?4:e<Vl?5:e<ql?6:e<zl?7:e<Hl?8:e<Gl?9:10},$l={encode:kl,decode:Pl,encodingLength:Wl},Zl=$l,qr=Zl;var zr=(e,t=0)=>[qr.decode(e,t),qr.decode.bytes],dr=(e,t,r=0)=>(qr.encode(e,t,r),t),yr=e=>qr.encodingLength(e);var re=(e,t)=>{let r=t.byteLength,n=yr(e),i=n+yr(r),s=new Uint8Array(i+r);return dr(e,s,0),dr(r,s,n),s.set(t,i),new gr(e,r,t,s)},Ze=e=>{let t=de(e),[r,n]=zr(t),[i,s]=zr(t.subarray(n)),o=t.subarray(n+s);if(o.byteLength!==i)throw new Error("Incorrect length");return new gr(r,i,o,t)},Ka=(e,t)=>{if(e===t)return!0;{let r=t;return e.code===r.code&&e.size===r.size&&r.bytes instanceof Uint8Array&&Ta(e.bytes,r.bytes)}},gr=class{constructor(t,r,n,i){this.code=t,this.size=r,this.digest=n,this.bytes=i}};var Xi=({name:e,code:t,encode:r})=>new Qi(e,t,r),Qi=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?re(this.code,r):r.then(n=>re(this.code,n))}else throw Error("Unknown type, must be binary type")}};var Oa=e=>async t=>new Uint8Array(await crypto.subtle.digest(e,t)),At=Xi({name:"sha2-256",code:18,encode:Oa("SHA-256")}),Yl=Xi({name:"sha2-512",code:19,encode:Oa("SHA-512")});var ji={};Bt(ji,{identity:()=>_e});var Ma=0,Ql="identity",Va=de,Xl=e=>re(Ma,Va(e)),_e={code:Ma,name:Ql,encode:Va,digest:Xl};var d1=new TextEncoder,y1=new TextDecoder;var qa=(e,t)=>{let{bytes:r,version:n}=e;switch(n){case 0:return ep(r,ts(e),t||yt.encoder);default:return rp(r,ts(e),t||ye.encoder)}};var za=new WeakMap,ts=e=>{let t=za.get(e);if(t==null){let r=new Map;return za.set(e,r),r}return t},J=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!==Hr)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==np)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return J.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=re(t,r);return J.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 J.equals(this,t)}static equals(t,r){let n=r;return n&&t.code===n.code&&t.version===n.version&&Ka(t.multihash,n.multihash)}toString(t){return qa(this,t)}toJSON(){return{"/":qa(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 J)return r;if(r["/"]!=null&&r["/"]===r.bytes||r.asCID===r){let{version:n,code:i,multihash:s,bytes:o}=r;return new J(n,i,s,o||Ha(n,i,s.bytes))}else if(r[ip]===!0){let{version:n,multihash:i,code:s}=r,o=Ze(i);return J.create(n,s,o)}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!==Hr)throw new Error(`Version 0 CID must use dag-pb (code: ${Hr}) block encoding`);return new J(t,r,n,n.bytes)}case 1:{let i=Ha(t,r,n.bytes);return new J(t,r,n,i)}default:throw new Error("Invalid version")}}static createV0(t){return J.create(0,Hr,t)}static createV1(t,r){return J.create(1,t,r)}static decode(t){let[r,n]=J.decodeFirst(t);if(n.length)throw new Error("Incorrect length");return r}static decodeFirst(t){let r=J.inspectBytes(t),n=r.size-r.multihashSize,i=de(t.subarray(n,n+r.multihashSize));if(i.byteLength!==r.multihashSize)throw new Error("Incorrect length");let s=i.subarray(r.multihashSize-r.digestSize),o=new gr(r.multihashCode,r.digestSize,s,i);return[r.version===0?J.createV0(o):J.createV1(r.codec,o),t.subarray(r.size)]}static inspectBytes(t){let r=0,n=()=>{let[h,l]=zr(t.subarray(r));return r+=l,h},i=n(),s=Hr;if(i===18?(i=0,r=0):s=n(),i!==0&&i!==1)throw new RangeError(`Invalid CID version ${i}`);let o=r,a=n(),f=n(),c=r+f,u=c-o;return{version:i,codec:s,multihashCode:a,digestSize:f,multihashSize:u,size:c}}static parse(t,r){let[n,i]=tp(t,r),s=J.decode(i);if(s.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return ts(s).set(n,t),s}},tp=(e,t)=>{switch(e[0]){case"Q":{let r=t||yt;return[yt.prefix,r.decode(`${yt.prefix}${e}`)]}case yt.prefix:{let r=t||yt;return[yt.prefix,r.decode(e)]}case ye.prefix:{let r=t||ye;return[ye.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)]}}},ep=(e,t,r)=>{let{prefix:n}=r;if(n!==yt.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let i=t.get(n);if(i==null){let s=r.encode(e).slice(1);return t.set(n,s),s}else return i},rp=(e,t,r)=>{let{prefix:n}=r,i=t.get(n);if(i==null){let s=r.encode(e);return t.set(n,s),s}else return i},Hr=112,np=18,Ha=(e,t,r)=>{let n=yr(e),i=n+yr(t),s=new Uint8Array(i+r.byteLength);return dr(e,s,0),dr(t,s,n),s.set(r,i),s},ip=Symbol.for("@ipld/js-cid/CID");var Re={...Oi,...Mi,...Vi,...qi,...zi,...Hi,...Gi,...Wi,...$i,...Zi},A1={...Ji,...ji};function ge(e=0){return globalThis.Buffer?.alloc!=null?$e(globalThis.Buffer.alloc(e)):new Uint8Array(e)}function me(e=0){return globalThis.Buffer?.allocUnsafe!=null?$e(globalThis.Buffer.allocUnsafe(e)):new Uint8Array(e)}function Wa(e,t,r,n){return{name:e,prefix:t,encoder:{name:e,prefix:t,encode:r},decoder:{decode:n}}}var Ga=Wa("utf8","u",e=>"u"+new TextDecoder("utf8").decode(e),e=>new TextEncoder().encode(e.substring(1))),es=Wa("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=me(e.length);for(let r=0;r<e.length;r++)t[r]=e.charCodeAt(r);return t}),sp={utf8:Ga,"utf-8":Ga,hex:Re.base16,latin1:es,ascii:es,binary:es,...Re},Ln=sp;function Ct(e,t="utf8"){let r=Ln[t];if(r==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?$e(globalThis.Buffer.from(e,"utf-8")):r.decoder.decode(`${r.prefix}${e}`)}var Rs={};Bt(Rs,{Ed25519PrivateKey:()=>tr,Ed25519PublicKey:()=>Xr,generateKeyPair:()=>Kp,generateKeyPairFromSeed:()=>J0,unmarshalEd25519PrivateKey:()=>Pp,unmarshalEd25519PublicKey:()=>Up});function gt(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 op=ct(ur(),1);var wt=BigInt(0),q=BigInt(1),De=BigInt(2),ap=BigInt(8),$a=BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),nt=Object.freeze({a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),P:BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),l:$a,n:$a,h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960")});var Ja=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000"),Gr=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),U1=BigInt("6853475219497561581579357271197624642482790079785650197046958215289687604742"),fp=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),cp=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),up=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),hp=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),O=class{constructor(t,r,n,i){this.x=t,this.y=r,this.z=n,this.t=i}static fromAffine(t){if(!(t instanceof at))throw new TypeError("ExtendedPoint#fromAffine: expected Point");return t.equals(at.ZERO)?O.ZERO:new O(t.x,t.y,q,S(t.x*t.y))}static toAffineBatch(t){let r=dp(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){Ya(t);let{x:r,y:n,z:i}=this,{x:s,y:o,z:a}=t,f=S(r*a),c=S(s*i),u=S(n*a),h=S(o*i);return f===c&&u===h}negate(){return new O(S(-this.x),this.y,this.z,S(-this.t))}double(){let{x:t,y:r,z:n}=this,{a:i}=nt,s=S(t*t),o=S(r*r),a=S(De*S(n*n)),f=S(i*s),c=t+r,u=S(S(c*c)-s-o),h=f+o,l=h-a,d=f-o,p=S(u*l),g=S(h*d),x=S(u*d),v=S(l*h);return new O(p,g,v,x)}add(t){Ya(t);let{x:r,y:n,z:i,t:s}=this,{x:o,y:a,z:f,t:c}=t,u=S((n-r)*(a+o)),h=S((n+r)*(a-o)),l=S(h-u);if(l===wt)return this.double();let d=S(i*De*c),p=S(s*De*f),g=p+d,x=h+u,v=p-d,B=S(g*l),A=S(x*v),D=S(g*v),I=S(l*x);return new O(B,A,I,D)}subtract(t){return this.add(t.negate())}precomputeWindow(t){let r=1+256/t,n=[],i=this,s=i;for(let o=0;o<r;o++){s=i,n.push(s);for(let a=1;a<2**(t-1);a++)s=s.add(i),n.push(s);i=s.double()}return n}wNAF(t,r){!r&&this.equals(O.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&&os.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=O.normalizeZ(i),os.set(r,i)));let s=O.ZERO,o=O.BASE,a=1+256/n,f=2**(n-1),c=BigInt(2**n-1),u=2**n,h=BigInt(n);for(let l=0;l<a;l++){let d=l*f,p=Number(t&c);t>>=h,p>f&&(p-=u,t+=q);let g=d,x=d+Math.abs(p)-1,v=l%2!==0,B=p<0;p===0?o=o.add(Za(v,i[g])):s=s.add(Za(B,i[x]))}return O.normalizeZ([s,o])[0]}multiply(t,r){return this.wNAF(Un(t,nt.l),r)}multiplyUnsafe(t){let r=Un(t,nt.l,!1),n=O.BASE,i=O.ZERO;if(r===wt)return i;if(this.equals(i)||r===q)return this;if(this.equals(n))return this.wNAF(r);let s=i,o=this;for(;r>wt;)r&q&&(s=s.add(o)),o=o.double(),r>>=q;return s}isSmallOrder(){return this.multiplyUnsafe(nt.h).equals(O.ZERO)}isTorsionFree(){let t=this.multiplyUnsafe(nt.l/De).double();return nt.l%De&&(t=t.add(this)),t.equals(O.ZERO)}toAffine(t){let{x:r,y:n,z:i}=this,s=this.equals(O.ZERO);t==null&&(t=s?ap:Kn(i));let o=S(r*t),a=S(n*t),f=S(i*t);if(s)return at.ZERO;if(f!==q)throw new Error("invZ was invalid");return new at(o,a)}fromRistrettoBytes(){ns()}toRistrettoBytes(){ns()}fromRistrettoHash(){ns()}};O.BASE=new O(nt.Gx,nt.Gy,q,S(nt.Gx*nt.Gy));O.ZERO=new O(wt,q,q,wt);function Za(e,t){let r=t.negate();return e?r:t}function Ya(e){if(!(e instanceof O))throw new TypeError("ExtendedPoint expected")}function rs(e){if(!(e instanceof Nt))throw new TypeError("RistrettoPoint expected")}function ns(){throw new Error("Legacy method: switch to RistrettoPoint")}var Nt=class{constructor(t){this.ep=t}static calcElligatorRistrettoMap(t){let{d:r}=nt,n=S(Gr*t*t),i=S((n+q)*up),s=BigInt(-1),o=S((s-r*n)*S(n+r)),{isValid:a,value:f}=fs(i,o),c=S(f*t);Ne(c)||(c=S(-c)),a||(f=c),a||(s=n);let u=S(s*(n-q)*hp-o),h=f*f,l=S((f+f)*o),d=S(u*fp),p=S(q-h),g=S(q+h);return new O(S(l*g),S(p*d),S(d*g),S(l*p))}static hashToCurve(t){t=Le(t,64);let r=is(t.slice(0,32)),n=this.calcElligatorRistrettoMap(r),i=is(t.slice(32,64)),s=this.calcElligatorRistrettoMap(i);return new Nt(n.add(s))}static fromHex(t){t=Le(t,32);let{a:r,d:n}=nt,i="RistrettoPoint.fromHex: the hex is not valid encoding of RistrettoPoint",s=is(t);if(!gp(Wr(s),t)||Ne(s))throw new Error(i);let o=S(s*s),a=S(q+r*o),f=S(q-r*o),c=S(a*a),u=S(f*f),h=S(r*n*c-u),{isValid:l,value:d}=Xa(S(h*u)),p=S(d*f),g=S(d*p*h),x=S((s+s)*p);Ne(x)&&(x=S(-x));let v=S(a*g),B=S(x*v);if(!l||Ne(B)||v===wt)throw new Error(i);return new Nt(new O(x,v,q,B))}toRawBytes(){let{x:t,y:r,z:n,t:i}=this.ep,s=S(S(n+r)*S(n-r)),o=S(t*r),a=S(o*o),{value:f}=Xa(S(s*a)),c=S(f*s),u=S(f*o),h=S(c*u*i),l;if(Ne(i*h)){let p=S(r*Gr),g=S(t*Gr);t=p,r=g,l=S(c*cp)}else l=u;Ne(t*h)&&(r=S(-r));let d=S((n-r)*l);return Ne(d)&&(d=S(-d)),Wr(d)}toHex(){return $r(this.toRawBytes())}toString(){return this.toHex()}equals(t){rs(t);let r=this.ep,n=t.ep,i=S(r.x*n.y)===S(r.y*n.x),s=S(r.y*n.y)===S(r.x*n.x);return i||s}add(t){return rs(t),new Nt(this.ep.add(t.ep))}subtract(t){return rs(t),new Nt(this.ep.subtract(t.ep))}multiply(t){return new Nt(this.ep.multiply(t))}multiplyUnsafe(t){return new Nt(this.ep.multiplyUnsafe(t))}};Nt.BASE=new Nt(O.BASE);Nt.ZERO=new Nt(O.ZERO);var os=new WeakMap,at=class{constructor(t,r){this.x=t,this.y=r}_setWindowSize(t){this._WINDOW_SIZE=t,os.delete(this)}static fromHex(t,r=!0){let{d:n,P:i}=nt;t=Le(t,32);let s=t.slice();s[31]=t[31]&-129;let o=Zr(s);if(r&&o>=i)throw new Error("Expected 0 < hex < P");if(!r&&o>=Ja)throw new Error("Expected 0 < hex < 2**256");let a=S(o*o),f=S(a-q),c=S(n*a+q),{isValid:u,value:h}=fs(f,c);if(!u)throw new Error("Point.fromHex: invalid y coordinate");let l=(h&q)===q;return(t[31]&128)!==0!==l&&(h=S(-h)),new at(h,o)}static async fromPrivateKey(t){return(await Fn(t)).point}toRawBytes(){let t=Wr(this.y);return t[31]|=this.x&q?128:0,t}toHex(){return $r(this.toRawBytes())}toX25519(){let{y:t}=this,r=S((q+t)*Kn(q-t));return Wr(r)}isTorsionFree(){return O.fromAffine(this).isTorsionFree()}equals(t){return this.x===t.x&&this.y===t.y}negate(){return new at(S(-this.x),this.y)}add(t){return O.fromAffine(this).add(O.fromAffine(t)).toAffine()}subtract(t){return this.add(t.negate())}multiply(t){return O.fromAffine(this).multiply(t,this).toAffine()}};at.BASE=new at(nt.Gx,nt.Gy);at.ZERO=new at(wt,q);var Qe=class{constructor(t,r){this.r=t,this.s=r,this.assertValidity()}static fromHex(t){let r=Le(t,64),n=at.fromHex(r.slice(0,32),!1),i=Zr(r.slice(32,64));return new Qe(n,i)}assertValidity(){let{r:t,s:r}=this;if(!(t instanceof at))throw new Error("Expected Point instance");return Un(r,nt.l,!1),this}toRawBytes(){let t=new Uint8Array(64);return t.set(this.r.toRawBytes()),t.set(Wr(this.s),32),t}toHex(){return $r(this.toRawBytes())}};function Qa(...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 s=e[n];r.set(s,i),i+=s.length}return r}var lp=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function $r(e){if(!(e instanceof Uint8Array))throw new Error("Uint8Array expected");let t="";for(let r=0;r<e.length;r++)t+=lp[e[r]];return t}function as(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),s=Number.parseInt(i,16);if(Number.isNaN(s)||s<0)throw new Error("Invalid byte sequence");t[r]=s}return t}function ja(e){let r=e.toString(16).padStart(64,"0");return as(r)}function Wr(e){return ja(e).reverse()}function Ne(e){return(S(e)&q)===q}function Zr(e){if(!(e instanceof Uint8Array))throw new Error("Expected Uint8Array");return BigInt("0x"+$r(Uint8Array.from(e).reverse()))}var pp=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function is(e){return S(Zr(e)&pp)}function S(e,t=nt.P){let r=e%t;return r>=wt?r:t+r}function Kn(e,t=nt.P){if(e===wt||t<=wt)throw new Error(`invert: expected positive integers, got n=${e} mod=${t}`);let r=S(e,t),n=t,i=wt,s=q,o=q,a=wt;for(;r!==wt;){let c=n/r,u=n%r,h=i-o*c,l=s-a*c;n=r,r=u,i=o,s=a,o=h,a=l}if(n!==q)throw new Error("invert: does not exist");return S(i,t)}function dp(e,t=nt.P){let r=new Array(e.length),n=e.reduce((s,o,a)=>o===wt?s:(r[a]=s,S(s*o,t)),q),i=Kn(n,t);return e.reduceRight((s,o,a)=>o===wt?s:(r[a]=S(s*r[a],t),S(s*o,t)),i),r}function ne(e,t){let{P:r}=nt,n=e;for(;t-- >wt;)n*=n,n%=r;return n}function yp(e){let{P:t}=nt,r=BigInt(5),n=BigInt(10),i=BigInt(20),s=BigInt(40),o=BigInt(80),f=e*e%t*e%t,c=ne(f,De)*f%t,u=ne(c,q)*e%t,h=ne(u,r)*u%t,l=ne(h,n)*h%t,d=ne(l,i)*l%t,p=ne(d,s)*d%t,g=ne(p,o)*p%t,x=ne(g,o)*p%t,v=ne(x,n)*h%t;return{pow_p_5_8:ne(v,De)*e%t,b2:f}}function fs(e,t){let r=S(t*t*t),n=S(r*r*t),i=yp(e*n).pow_p_5_8,s=S(e*r*i),o=S(t*s*s),a=s,f=S(s*Gr),c=o===e,u=o===S(-e),h=o===S(-e*Gr);return c&&(s=a),(u||h)&&(s=f),Ne(s)&&(s=S(-s)),{isValid:c||u,value:s}}function Xa(e){return fs(q,e)}function Pn(e){return S(Zr(e),nt.l)}function gp(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 Le(e,t){let r=e instanceof Uint8Array?Uint8Array.from(e):as(e);if(typeof t=="number"&&r.length!==t)throw new Error(`Expected ${t} bytes`);return r}function Un(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(wt<e)return e}else if(wt<=e)return e}throw new TypeError("Expected valid scalar: 0 < scalar < max")}function mp(e){return e[0]&=248,e[31]&=127,e[31]|=64,e}function xp(e){if(e=typeof e=="bigint"||typeof e=="number"?ja(Un(e,Ja)):Le(e),e.length!==32)throw new Error("Expected 32 bytes");return e}function vp(e){let t=mp(e.slice(0,32)),r=e.slice(32,64),n=Pn(t),i=at.BASE.multiply(n),s=i.toRawBytes();return{head:t,prefix:r,scalar:n,point:i,pointBytes:s}}var ss;async function Fn(e){return vp(await Pe.sha512(xp(e)))}async function cs(e){return(await Fn(e)).pointBytes}async function t0(e,t){e=Le(e);let{prefix:r,scalar:n,pointBytes:i}=await Fn(t),s=Pn(await Pe.sha512(r,e)),o=at.BASE.multiply(s),a=Pn(await Pe.sha512(o.toRawBytes(),i,e)),f=S(s+a*n,nt.l);return new Qe(o,f).toRawBytes()}function bp(e,t,r){t=Le(t),r instanceof at||(r=at.fromHex(r,!1));let{r:n,s:i}=e instanceof Qe?e.assertValidity():Qe.fromHex(e),s=O.BASE.multiplyUnsafe(i);return{r:n,s:i,SB:s,pub:r,msg:t}}function wp(e,t,r,n){let i=Pn(n),s=O.fromAffine(e).multiplyUnsafe(i);return O.fromAffine(t).add(s).subtract(r).multiplyUnsafe(nt.h).equals(O.ZERO)}async function e0(e,t,r){let{r:n,SB:i,msg:s,pub:o}=bp(e,t,r),a=await Pe.sha512(n.toRawBytes(),o.toRawBytes(),s);return wp(o,n,i,a)}at.BASE._setWindowSize(8);var ke={node:op,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0},Pe={bytesToHex:$r,hexToBytes:as,concatBytes:Qa,getExtendedPublicKey:Fn,mod:S,invert:Kn,TORSION_SUBGROUP:["0100000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac037a","0000000000000000000000000000000000000000000000000000000000000080","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc05","ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc85","0000000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac03fa"],hashToPrivateScalar:e=>{if(e=Le(e),e.length<40||e.length>1024)throw new Error("Expected 40-1024 bytes of private key as per FIPS 186");return S(Zr(e),nt.l-q)+q},randomBytes:(e=32)=>{if(ke.web)return ke.web.getRandomValues(new Uint8Array(e));if(ke.node){let{randomBytes:t}=ke.node;return new Uint8Array(t(e).buffer)}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>Pe.randomBytes(32),sha512:async(...e)=>{let t=Qa(...e);if(ke.web){let r=await ke.web.subtle.digest("SHA-512",t.buffer);return new Uint8Array(r)}else{if(ke.node)return Uint8Array.from(ke.node.createHash("sha512").update(t).digest());throw new Error("The environment doesn't have sha512 function")}},precompute(e=8,t=at.BASE){let r=t.equals(at.BASE)?t:new at(t.x,t.y);return r._setWindowSize(e),r.multiply(De),r},sha512Sync:void 0};Object.defineProperties(Pe,{sha512Sync:{configurable:!1,get(){return ss},set(e){ss||(ss=e)}}});var mr=32,xe=64,On=32;async function r0(){let e=Pe.randomPrivateKey(),t=await cs(e);return{privateKey:o0(e,t),publicKey:t}}async function n0(e){if(e.length!==On)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 cs(t);return{privateKey:o0(t,r),publicKey:r}}async function i0(e,t){let r=e.subarray(0,On);return t0(t,r)}async function s0(e,t,r){return e0(t,r,e)}function o0(e,t){let r=new Uint8Array(xe);for(let n=0;n<On;n++)r[n]=e[n],r[On+n]=t[n];return r}function mt(e,t){t==null&&(t=e.reduce((i,s)=>i+s.length,0));let r=me(t),n=0;for(let i of e)r.set(i,n),n+=i.length;return $e(r)}var Dt={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 us={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function hs(e){let t=e?.algorithm??"AES-GCM",r=e?.keyLength??16,n=e?.nonceLength??12,i=e?.digest??"SHA-256",s=e?.saltLength??16,o=e?.iterations??32767,a=Dt.get();r*=8;async function f(h,l){let d=a.getRandomValues(new Uint8Array(s)),p=a.getRandomValues(new Uint8Array(n)),g={name:t,iv:p};typeof l=="string"&&(l=Ct(l));let x;if(l.length===0){x=await a.subtle.importKey("jwk",us,{name:"AES-GCM"},!0,["encrypt"]);try{let B={name:"PBKDF2",salt:d,iterations:o,hash:{name:i}},A=await a.subtle.importKey("raw",l,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(B,A,{name:t,length:r},!0,["encrypt"])}catch{x=await a.subtle.importKey("jwk",us,{name:"AES-GCM"},!0,["encrypt"])}}else{let B={name:"PBKDF2",salt:d,iterations:o,hash:{name:i}},A=await a.subtle.importKey("raw",l,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(B,A,{name:t,length:r},!0,["encrypt"])}let v=await a.subtle.encrypt(g,x,h);return mt([d,g.iv,new Uint8Array(v)])}async function c(h,l){let d=h.subarray(0,s),p=h.subarray(s,s+n),g=h.subarray(s+n),x={name:t,iv:p};typeof l=="string"&&(l=Ct(l));let v;if(l.length===0)try{let A={name:"PBKDF2",salt:d,iterations:o,hash:{name:i}},D=await a.subtle.importKey("raw",l,{name:"PBKDF2"},!1,["deriveKey"]);v=await a.subtle.deriveKey(A,D,{name:t,length:r},!0,["decrypt"])}catch{v=await a.subtle.importKey("jwk",us,{name:"AES-GCM"},!0,["decrypt"])}else{let A={name:"PBKDF2",salt:d,iterations:o,hash:{name:i}},D=await a.subtle.importKey("raw",l,{name:"PBKDF2"},!1,["deriveKey"]);v=await a.subtle.deriveKey(A,D,{name:t,length:r},!0,["decrypt"])}let B=await a.subtle.decrypt(x,v,g);return new Uint8Array(B)}return{encrypt:f,decrypt:c}}async function xr(e,t){let n=await hs().encrypt(e,t);return Nn.encode(n)}var Bs=ct(gs(),1),Z0=ct(M0(),1),Y0=ct(Je(),1),As=ct(Es(),1),Q0=ct($0(),1);function Np(){Y0.default._configure(),Bs.default._configure(Z0.default),As.default._configure(Q0.default)}Np();var X0=["uint64","int64","sint64","fixed64","sfixed64"];function Dp(e){for(let t of X0){if(e[t]==null)continue;let r=e[t];e[t]=function(){return BigInt(r.call(this).toString())}}return e}function Cs(e){return Dp(new Bs.default(e))}function Lp(e){for(let t of X0){if(e[t]==null)continue;let r=e[t];e[t]=function(n){return r.call(this,n.toString())}}return e}function Is(){return Lp(As.default.create())}function ve(e,t){let r=Cs(e instanceof Uint8Array?e:e.subarray());return t.decode(r)}function be(e,t){let r=Is();return t.encode(e,r,{lengthDelimited:!1}),r.finish()}var br;(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"})(br||(br={}));function Hn(e,t,r,n){return{name:e,type:t,encode:r,decode:n}}function Ts(e){function t(i){if(e[i.toString()]==null)throw new Error("Invalid enum value");return e[i]}let r=function(s,o){let a=t(s);o.int32(a)},n=function(s){let o=s.int32();return t(o)};return Hn("enum",br.VARINT,r,n)}function we(e,t){return Hn("message",br.LENGTH_DELIMITED,e,t)}var ft;(function(e){e.RSA="RSA",e.Ed25519="Ed25519",e.Secp256k1="Secp256k1"})(ft||(ft={}));var _s;(function(e){e[e.RSA=0]="RSA",e[e.Ed25519=1]="Ed25519",e[e.Secp256k1=2]="Secp256k1"})(_s||(_s={}));(function(e){e.codec=()=>Ts(_s)})(ft||(ft={}));var oe;(function(e){let t;e.codec=()=>(t==null&&(t=we((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={},s=n==null?r.len:r.pos+n;for(;r.pos<s;){let o=r.uint32();switch(o>>>3){case 1:i.Type=ft.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(o&7);break}}return i})),t),e.encode=r=>be(r,e.codec()),e.decode=r=>ve(r,e.codec())})(oe||(oe={}));var ae;(function(e){let t;e.codec=()=>(t==null&&(t=we((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={},s=n==null?r.len:r.pos+n;for(;r.pos<s;){let o=r.uint32();switch(o>>>3){case 1:i.Type=ft.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(o&7);break}}return i})),t),e.encode=r=>be(r,e.codec()),e.decode=r=>ve(r,e.codec())})(ae||(ae={}));var Xr=class{_key;constructor(t){this._key=wr(t,mr)}async verify(t,r){return s0(this._key,r,t)}marshal(){return this._key}get bytes(){return oe.encode({Type:ft.Ed25519,Data:this.marshal()}).subarray()}equals(t){return gt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await At.digest(this.bytes);return t}},tr=class{_key;_publicKey;constructor(t,r){this._key=wr(t,xe),this._publicKey=wr(r,mr)}async sign(t){return i0(this._key,t)}get public(){return new Xr(this._publicKey)}marshal(){return this._key}get bytes(){return ae.encode({Type:ft.Ed25519,Data:this.marshal()}).subarray()}equals(t){return gt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await At.digest(this.bytes);return t}async id(){let t=_e.digest(this.public.bytes);return yt.encode(t.bytes).substring(1)}async export(t,r="libp2p-key"){if(r==="libp2p-key")return xr(this.bytes,t);throw new $(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function Pp(e){if(e.length>xe){e=wr(e,xe+mr);let n=e.subarray(0,xe),i=e.subarray(xe,e.length);return new tr(n,i)}e=wr(e,xe);let t=e.subarray(0,xe),r=e.subarray(mr);return new tr(t,r)}function Up(e){return e=wr(e,mr),new Xr(e)}async function Kp(){let{privateKey:e,publicKey:t}=await r0();return new tr(e,t)}async function J0(e){let{privateKey:t,publicKey:r}=await n0(e);return new tr(t,r)}function wr(e,t){if(e=Uint8Array.from(e??[]),e.length!==t)throw new $(`Key must be a Uint8Array of length ${t}, got ${e.length}`,"ERR_INVALID_KEY_TYPE");return e}function j(e,t="utf8"){let r=Ln[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 _2=ct(dt(),1),R2=ct(Tn(),1),j0=ct(X(),1);function $t(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=mt([new Uint8Array(t-r.length),r])}return j(r,"base64url")}function Pt(e){let t=tf(e);return new j0.default.jsbn.BigInteger(j(t,"base16"),16)}function tf(e,t){let r=Ct(e,"base64urlpad");if(t!=null){if(r.length>t)throw new Error("byte array longer than desired length");r=mt([new Uint8Array(t-r.length),r])}return r}var Fp={"P-256":256,"P-384":384,"P-521":521},Op=Object.keys(Fp),V2=Op.join(" / ");var Vs={};Bt(Vs,{RsaPrivateKey:()=>Tr,RsaPublicKey:()=>sn,fromJwk:()=>hd,generateKeyPair:()=>ld,unmarshalRsaPrivateKey:()=>cd,unmarshalRsaPublicKey:()=>ud});var nn=ct(X(),1);var Ag=ct(of(),1);var qp=ct(ur(),1);var z=BigInt(0),st=BigInt(1),Oe=BigInt(2),tn=BigInt(3),af=BigInt(8),ht=Object.freeze({a:z,b:BigInt(7),P:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:st,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee")}),ff=(e,t)=>(e+t/Oe)/t,Wn={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar(e){let{n:t}=ht,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-st*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),s=r,o=BigInt("0x100000000000000000000000000000000"),a=ff(s*e,t),f=ff(-n*e,t),c=R(e-a*r-f*i,t),u=R(-a*n-f*s,t),h=c>o,l=u>o;if(h&&(c=t-c),l&&(u=t-u),c>o||u>o)throw new Error("splitScalarEndo: Endomorphism failed, k="+e);return{k1neg:h,k1:c,k2neg:l,k2:u}}},Zt=32,Br=32,zp=32,cf=Zt+1,uf=2*Zt+1;function hf(e){let{a:t,b:r}=ht,n=R(e*e),i=R(n*e);return R(i+t*e+r)}var $n=ht.a===z,Qn=class extends Error{constructor(t){super(t)}};function lf(e){if(!(e instanceof W))throw new TypeError("JacobianPoint expected")}var W=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)?W.ZERO:new W(t.x,t.y,st)}static toAffineBatch(t){let r=Zp(t.map(n=>n.z));return t.map((n,i)=>n.toAffine(r[i]))}static normalizeZ(t){return W.toAffineBatch(t).map(W.fromAffine)}equals(t){lf(t);let{x:r,y:n,z:i}=this,{x:s,y:o,z:a}=t,f=R(i*i),c=R(a*a),u=R(r*c),h=R(s*f),l=R(R(n*a)*c),d=R(R(o*i)*f);return u===h&&l===d}negate(){return new W(this.x,R(-this.y),this.z)}double(){let{x:t,y:r,z:n}=this,i=R(t*t),s=R(r*r),o=R(s*s),a=t+s,f=R(Oe*(R(a*a)-i-o)),c=R(tn*i),u=R(c*c),h=R(u-Oe*f),l=R(c*(f-h)-af*o),d=R(Oe*r*n);return new W(h,l,d)}add(t){lf(t);let{x:r,y:n,z:i}=this,{x:s,y:o,z:a}=t;if(s===z||o===z)return this;if(r===z||n===z)return t;let f=R(i*i),c=R(a*a),u=R(r*c),h=R(s*f),l=R(R(n*a)*c),d=R(R(o*i)*f),p=R(h-u),g=R(d-l);if(p===z)return g===z?this.double():W.ZERO;let x=R(p*p),v=R(p*x),B=R(u*x),A=R(g*g-v-Oe*B),D=R(g*(B-A)-l*v),I=R(i*a*p);return new W(A,D,I)}subtract(t){return this.add(t.negate())}multiplyUnsafe(t){let r=W.ZERO;if(typeof t=="bigint"&&t===z)return r;let n=yf(t);if(n===st)return this;if(!$n){let h=r,l=this;for(;n>z;)n&st&&(h=h.add(l)),l=l.double(),n>>=st;return h}let{k1neg:i,k1:s,k2neg:o,k2:a}=Wn.splitScalar(n),f=r,c=r,u=this;for(;s>z||a>z;)s&st&&(f=f.add(u)),a&st&&(c=c.add(u)),u=u.double(),s>>=st,a>>=st;return i&&(f=f.negate()),o&&(c=c.negate()),c=new W(R(c.x*Wn.beta),c.y,c.z),f.add(c)}precomputeWindow(t){let r=$n?128/t+1:256/t+1,n=[],i=this,s=i;for(let o=0;o<r;o++){s=i,n.push(s);for(let a=1;a<2**(t-1);a++)s=s.add(i),n.push(s);i=s.double()}return n}wNAF(t,r){!r&&this.equals(W.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&&Ls.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=W.normalizeZ(i),Ls.set(r,i)));let s=W.ZERO,o=W.BASE,a=1+($n?128/n:256/n),f=2**(n-1),c=BigInt(2**n-1),u=2**n,h=BigInt(n);for(let l=0;l<a;l++){let d=l*f,p=Number(t&c);t>>=h,p>f&&(p-=u,t+=st);let g=d,x=d+Math.abs(p)-1,v=l%2!==0,B=p<0;p===0?o=o.add(Zn(v,i[g])):s=s.add(Zn(B,i[x]))}return{p:s,f:o}}multiply(t,r){let n=yf(t),i,s;if($n){let{k1neg:o,k1:a,k2neg:f,k2:c}=Wn.splitScalar(n),{p:u,f:h}=this.wNAF(a,r),{p:l,f:d}=this.wNAF(c,r);u=Zn(o,u),l=Zn(f,l),l=new W(R(l.x*Wn.beta),l.y,l.z),i=u.add(l),s=h.add(d)}else{let{p:o,f:a}=this.wNAF(n,r);i=o,s=a}return W.normalizeZ([i,s])[0]}toAffine(t){let{x:r,y:n,z:i}=this,s=this.equals(W.ZERO);t==null&&(t=s?af:Ir(i));let o=t,a=R(o*o),f=R(a*o),c=R(r*a),u=R(n*f),h=R(i*o);if(s)return Y.ZERO;if(h!==st)throw new Error("invZ was invalid");return new Y(c,u)}};W.BASE=new W(ht.Gx,ht.Gy,st);W.ZERO=new W(z,st,z);function Zn(e,t){let r=t.negate();return e?r:t}var Ls=new WeakMap,Y=class{constructor(t,r){this.x=t,this.y=r}_setWindowSize(t){this._WINDOW_SIZE=t,Ls.delete(this)}hasEvenY(){return this.y%Oe===z}static fromCompressedHex(t){let r=t.length===32,n=Me(r?t:t.subarray(1));if(!Ds(n))throw new Error("Point is not on curve");let i=hf(n),s=$p(i),o=(s&st)===st;r?o&&(s=R(-s)):(t[0]&1)===1!==o&&(s=R(-s));let a=new Y(n,s);return a.assertValidity(),a}static fromUncompressedHex(t){let r=Me(t.subarray(1,Zt+1)),n=Me(t.subarray(Zt+1,Zt*2+1)),i=new Y(r,n);return i.assertValidity(),i}static fromHex(t){let r=Cr(t),n=r.length,i=r[0];if(n===Zt)return this.fromCompressedHex(r);if(n===cf&&(i===2||i===3))return this.fromCompressedHex(r);if(n===uf&&i===4)return this.fromUncompressedHex(r);throw new Error(`Point.fromHex: received invalid point. Expected 32-${cf} compressed bytes or ${uf} uncompressed bytes, not ${n}`)}static fromPrivateKey(t){return Y.BASE.multiply(Jn(t))}static fromSignature(t,r,n){let{r:i,s}=gf(r);if(![0,1,2,3].includes(n))throw new Error("Cannot recover: invalid recovery bit");let o=Ks(Cr(t)),{n:a}=ht,f=n===2||n===3?i+a:i,c=Ir(f,a),u=R(-o*c,a),h=R(s*c,a),l=n&1?"03":"02",d=Y.fromHex(l+Sr(f)),p=Y.BASE.multiplyAndAddUnsafe(d,u,h);if(!p)throw new Error("Cannot recover signature: point at infinify");return p.assertValidity(),p}toRawBytes(t=!1){return rr(this.toHex(t))}toHex(t=!1){let r=Sr(this.x);return t?`${this.hasEvenY()?"02":"03"}${r}`:`04${r}${Sr(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(!Ds(r)||!Ds(n))throw new Error(t);let i=R(n*n),s=hf(r);if(R(i-s)!==z)throw new Error(t)}equals(t){return this.x===t.x&&this.y===t.y}negate(){return new Y(this.x,R(-this.y))}double(){return W.fromAffine(this).double().toAffine()}add(t){return W.fromAffine(this).add(W.fromAffine(t)).toAffine()}subtract(t){return this.add(t.negate())}multiply(t){return W.fromAffine(this).multiply(t,this).toAffine()}multiplyAndAddUnsafe(t,r,n){let i=W.fromAffine(this),s=r===z||r===st||this!==Y.BASE?i.multiplyUnsafe(r):i.multiply(r),o=W.fromAffine(t).multiplyUnsafe(n),a=s.add(o);return a.equals(W.ZERO)?void 0:a.toAffine()}};Y.BASE=new Y(ht.Gx,ht.Gy);Y.ZERO=new Y(z,z);function pf(e){return Number.parseInt(e[0],16)>=8?"00"+e:e}function df(e){if(e.length<2||e[0]!==2)throw new Error(`Invalid signature integer tag: ${Ar(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:Me(r),left:e.subarray(t+2)}}function Hp(e){if(e.length<2||e[0]!=48)throw new Error(`Invalid signature tag: ${Ar(e)}`);if(e[1]!==e.length-2)throw new Error("Invalid signature: incorrect length");let{data:t,left:r}=df(e.subarray(2)),{data:n,left:i}=df(r);if(i.length)throw new Error(`Invalid signature: left bytes after parsing: ${Ar(i)}`);return{r:t,s:n}}var fe=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?Ar(t):t;if(i.length!==128)throw new Error(`${n}: Expected 64-byte hex`);return new fe(Xn(i.slice(0,64)),Xn(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}=Hp(r?t:rr(t));return new fe(n,i)}static fromHex(t){return this.fromDER(t)}assertValidity(){let{r:t,s:r}=this;if(!rn(t))throw new Error("Invalid Signature: r must be 0 < r < n");if(!rn(r))throw new Error("Invalid Signature: s must be 0 < s < n")}hasHighS(){let t=ht.n>>st;return this.s>t}normalizeS(){return this.hasHighS()?new fe(this.r,R(-this.s,ht.n)):this}toDERRawBytes(){return rr(this.toDERHex())}toDERHex(){let t=pf(jr(this.s)),r=pf(jr(this.r)),n=t.length/2,i=r.length/2,s=jr(n),o=jr(i);return`30${jr(i+n+4)}02${o}${r}02${s}${t}`}toRawBytes(){return this.toDERRawBytes()}toHex(){return this.toDERHex()}toCompactRawBytes(){return rr(this.toCompactHex())}toCompactHex(){return Sr(this.r)+Sr(this.s)}};function Fe(...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 s=e[n];r.set(s,i),i+=s.length}return r}var Gp=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function Ar(e){if(!(e instanceof Uint8Array))throw new Error("Expected Uint8Array");let t="";for(let r=0;r<e.length;r++)t+=Gp[e[r]];return t}var Wp=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000");function Sr(e){if(typeof e!="bigint")throw new Error("Expected bigint");if(!(z<=e&&e<Wp))throw new Error("Expected number 0 <= n < 2^256");return e.toString(16).padStart(64,"0")}function Ps(e){let t=rr(Sr(e));if(t.length!==32)throw new Error("Error: expected 32 bytes");return t}function jr(e){let t=e.toString(16);return t.length&1?`0${t}`:t}function Xn(e){if(typeof e!="string")throw new TypeError("hexToNumber: expected string, got "+typeof e);return BigInt(`0x${e}`)}function rr(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),s=Number.parseInt(i,16);if(Number.isNaN(s)||s<0)throw new Error("Invalid byte sequence");t[r]=s}return t}function Me(e){return Xn(Ar(e))}function Cr(e){return e instanceof Uint8Array?Uint8Array.from(e):rr(e)}function yf(e){if(typeof e=="number"&&Number.isSafeInteger(e)&&e>0)return BigInt(e);if(typeof e=="bigint"&&rn(e))return e;throw new TypeError("Expected valid private scalar: 0 < scalar < curve.n")}function R(e,t=ht.P){let r=e%t;return r>=z?r:t+r}function Vt(e,t){let{P:r}=ht,n=e;for(;t-- >z;)n*=n,n%=r;return n}function $p(e){let{P:t}=ht,r=BigInt(6),n=BigInt(11),i=BigInt(22),s=BigInt(23),o=BigInt(44),a=BigInt(88),f=e*e*e%t,c=f*f*e%t,u=Vt(c,tn)*c%t,h=Vt(u,tn)*c%t,l=Vt(h,Oe)*f%t,d=Vt(l,n)*l%t,p=Vt(d,i)*d%t,g=Vt(p,o)*p%t,x=Vt(g,a)*g%t,v=Vt(x,o)*p%t,B=Vt(v,tn)*c%t,A=Vt(B,s)*d%t,D=Vt(A,r)*f%t,I=Vt(D,Oe);if(I*I%t!==e)throw new Error("Cannot find square root");return I}function Ir(e,t=ht.P){if(e===z||t<=z)throw new Error(`invert: expected positive integers, got n=${e} mod=${t}`);let r=R(e,t),n=t,i=z,s=st,o=st,a=z;for(;r!==z;){let c=n/r,u=n%r,h=i-o*c,l=s-a*c;n=r,r=u,i=o,s=a,o=h,a=l}if(n!==st)throw new Error("invert: does not exist");return R(i,t)}function Zp(e,t=ht.P){let r=new Array(e.length),n=e.reduce((s,o,a)=>o===z?s:(r[a]=s,R(s*o,t)),st),i=Ir(n,t);return e.reduceRight((s,o,a)=>o===z?s:(r[a]=R(s*r[a],t),R(s*o,t)),i),r}function Yp(e){let t=e.length*8-Br*8,r=Me(e);return t>0?r>>BigInt(t):r}function Ks(e,t=!1){let r=Yp(e);if(t)return r;let{n}=ht;return r>=n?r-n:r}var Er,en,Us=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 Yt.hmacSha256(this.k,...t)}hmacSync(...t){return en(this.k,...t)}checkSync(){if(typeof en!="function")throw new Qn("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 Fe(...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 Fe(...r)}};function rn(e){return z<e&&e<ht.n}function Ds(e){return z<e&&e<ht.P}function Qp(e,t,r,n=!0){let{n:i}=ht,s=Ks(e,!0);if(!rn(s))return;let o=Ir(s,i),a=Y.BASE.multiply(s),f=R(a.x,i);if(f===z)return;let c=R(o*R(t+r*f,i),i);if(c===z)return;let u=new fe(f,c),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 Jn(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*Br)throw new Error("Expected 32 bytes of private key");t=Xn(e)}else if(e instanceof Uint8Array){if(e.length!==Br)throw new Error("Expected 32 bytes of private key");t=Me(e)}else throw new TypeError("Expected valid private key");if(!rn(t))throw new Error("Expected private key: 0 < key < n");return t}function Xp(e){return e instanceof Y?(e.assertValidity(),e):Y.fromHex(e)}function gf(e){if(e instanceof fe)return e.assertValidity(),e;try{return fe.fromDER(e)}catch{return fe.fromCompact(e)}}function Fs(e,t=!1){return Y.fromPrivateKey(e).toRawBytes(t)}function mf(e){let t=e.length>Zt?e.slice(0,Zt):e;return Me(t)}function Jp(e){let t=mf(e),r=R(t,ht.n);return xf(r<z?t:r)}function xf(e){return Ps(e)}function jp(e,t,r){if(e==null)throw new Error(`sign: expected valid message hash, not "${e}"`);let n=Cr(e),i=Jn(t),s=[xf(i),Jp(n)];if(r!=null){r===!0&&(r=Yt.randomBytes(Zt));let f=Cr(r);if(f.length!==Zt)throw new Error(`sign: Expected ${Zt} bytes of extra data`);s.push(f)}let o=Fe(...s),a=mf(n);return{seed:o,m:a,d:i}}function td(e,t){let{sig:r,recovery:n}=e,{der:i,recovered:s}=Object.assign({canonical:!0,der:!0},t),o=i?r.toDERRawBytes():r.toCompactRawBytes();return s?[o,n]:o}async function vf(e,t,r={}){let{seed:n,m:i,d:s}=jp(e,t,r.extraEntropy),o=new Us(zp,Br);await o.reseed(n);let a;for(;!(a=Qp(await o.generate(),i,s,r.canonical));)await o.reseed();return td(a,r)}var ed={strict:!0};function bf(e,t,r,n=ed){let i;try{i=gf(e),t=Cr(t)}catch{return!1}let{r:s,s:o}=i;if(n.strict&&i.hasHighS())return!1;let a=Ks(t),f;try{f=Xp(r)}catch{return!1}let{n:c}=ht,u=Ir(o,c),h=R(a*u,c),l=R(s*u,c),d=Y.BASE.multiplyAndAddUnsafe(f,h,l);return d?R(d.x,c)===s:!1}Y.BASE._setWindowSize(8);var Ut={node:qp,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0};var Yn={},Yt={bytesToHex:Ar,hexToBytes:rr,concatBytes:Fe,mod:R,invert:Ir,isValidPrivateKey(e){try{return Jn(e),!0}catch{return!1}},_bigintTo32Bytes:Ps,_normalizePrivateKey:Jn,hashToPrivateKey:e=>{e=Cr(e);let t=Br+8;if(e.length<t||e.length>1024)throw new Error("Expected valid bytes of private key as per FIPS 186");let r=R(Me(e),ht.n-st)+st;return Ps(r)},randomBytes:(e=32)=>{if(Ut.web)return Ut.web.getRandomValues(new Uint8Array(e));if(Ut.node){let{randomBytes:t}=Ut.node;return Uint8Array.from(t(e))}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>Yt.hashToPrivateKey(Yt.randomBytes(Br+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(tn),r},sha256:async(...e)=>{if(Ut.web){let t=await Ut.web.subtle.digest("SHA-256",Fe(...e));return new Uint8Array(t)}else if(Ut.node){let{createHash:t}=Ut.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(Ut.web){let r=await Ut.web.subtle.importKey("raw",e,{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign"]),n=Fe(...t),i=await Ut.web.subtle.sign("HMAC",r,n);return new Uint8Array(i)}else if(Ut.node){let{createHmac:r}=Ut.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=Yn[e];if(r===void 0){let n=await Yt.sha256(Uint8Array.from(e,i=>i.charCodeAt(0)));r=Fe(n,n),Yn[e]=r}return Yt.sha256(r,...t)},taggedHashSync:(e,...t)=>{if(typeof Er!="function")throw new Qn("sha256Sync is undefined, you need to set it");let r=Yn[e];if(r===void 0){let n=Er(Uint8Array.from(e,i=>i.charCodeAt(0)));r=Fe(n,n),Yn[e]=r}return Er(r,...t)},_JacobianPoint:W};Object.defineProperties(Yt,{sha256Sync:{configurable:!1,get(){return Er},set(e){Er||(Er=e)}},hmacSha256Sync:{configurable:!1,get(){return en},set(e){en||(en=e)}}});function jn(e){if(isNaN(e)||e<=0)throw new $("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return Yt.randomBytes(e)}var ag=ct(kn(),1),Os=ct(X(),1);function wf(e,t){return t.map(r=>Pt(e[r]))}function Sf(e){return Os.default.pki.setRsaPrivateKey(...wf(e,["n","e","d","p","q","dp","dq","qi"]))}function Ef(e){return Os.default.pki.setRsaPublicKey(...wf(e,["n","e"]))}var nr={};Bt(nr,{jwkToPkcs1:()=>id,jwkToPkix:()=>od,pkcs1ToJwk:()=>nd,pkixToJwk:()=>sd});var ug=ct(Or(),1),hg=ct(kn(),1);var Se=ct(X(),1);function nd(e){let t=Se.default.asn1.fromDer(j(e,"ascii")),r=Se.default.pki.privateKeyFromAsn1(t);return{kty:"RSA",n:$t(r.n),e:$t(r.e),d:$t(r.d),p:$t(r.p),q:$t(r.q),dp:$t(r.dP),dq:$t(r.dQ),qi:$t(r.qInv),alg:"RS256"}}function id(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 $("JWK was missing components","ERR_INVALID_PARAMETERS");let t=Se.default.pki.privateKeyToAsn1({n:Pt(e.n),e:Pt(e.e),d:Pt(e.d),p:Pt(e.p),q:Pt(e.q),dP:Pt(e.dp),dQ:Pt(e.dq),qInv:Pt(e.qi)});return Ct(Se.default.asn1.toDer(t).getBytes(),"ascii")}function sd(e){let t=Se.default.asn1.fromDer(j(e,"ascii")),r=Se.default.pki.publicKeyFromAsn1(t);return{kty:"RSA",n:$t(r.n),e:$t(r.e)}}function od(e){if(e.n==null||e.e==null)throw new $("JWK was missing components","ERR_INVALID_PARAMETERS");let t=Se.default.pki.publicKeyToAsn1({n:Pt(e.n),e:Pt(e.e)});return Ct(Se.default.asn1.toDer(t).getBytes(),"ascii")}async function Bf(e){let t=await Dt.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 If(t);return{privateKey:r[0],publicKey:r[1]}}async function Ms(e){let r=[await Dt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await ad(e)],n=await If({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function Af(e,t){let r=await Dt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await Dt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,Uint8Array.from(t));return new Uint8Array(n,0,n.byteLength)}async function Cf(e,t,r){let n=await Dt.get().subtle.importKey("jwk",e,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return Dt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,t,r)}async function If(e){if(e.privateKey==null||e.publicKey==null)throw new $("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([Dt.get().subtle.exportKey("jwk",e.privateKey),Dt.get().subtle.exportKey("jwk",e.publicKey)])}async function ad(e){return Dt.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 Tf(e,t,r,n){let i=t?Ef(e):Sf(e),s=j(Uint8Array.from(r),"ascii"),o=n(s,i);return Ct(o,"ascii")}function _f(e,t){return Tf(e,!0,t,(r,n)=>n.encrypt(r))}function Rf(e,t){return Tf(e,!1,t,(r,n)=>n.decrypt(r))}var sn=class{_key;constructor(t){this._key=t}async verify(t,r){return Cf(this._key,r,t)}marshal(){return nr.jwkToPkix(this._key)}get bytes(){return oe.encode({Type:ft.RSA,Data:this.marshal()}).subarray()}encrypt(t){return _f(this._key,t)}equals(t){return gt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await At.digest(this.bytes);return t}},Tr=class{_key;_publicKey;constructor(t,r){this._key=t,this._publicKey=r}genSecret(){return jn(16)}async sign(t){return Af(this._key,t)}get public(){if(this._publicKey==null)throw new $("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new sn(this._publicKey)}decrypt(t){return Rf(this._key,t)}marshal(){return nr.jwkToPkcs1(this._key)}get bytes(){return ae.encode({Type:ft.RSA,Data:this.marshal()}).subarray()}equals(t){return gt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await At.digest(this.bytes);return t}async id(){let t=await this.public.hash();return j(t,"base58btc")}async export(t,r="pkcs-8"){if(r==="pkcs-8"){let n=new nn.default.util.ByteBuffer(this.marshal()),i=nn.default.asn1.fromDer(n),s=nn.default.pki.privateKeyFromAsn1(i),o={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return nn.default.pki.encryptRsaPrivateKey(s,t,o)}else{if(r==="libp2p-key")return xr(this.bytes,t);throw new $(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}}};async function cd(e){let t=nr.pkcs1ToJwk(e),r=await Ms(t);return new Tr(r.privateKey,r.publicKey)}function ud(e){let t=nr.pkixToJwk(e);return new sn(t)}async function hd(e){let t=await Ms(e);return new Tr(t.privateKey,t.publicKey)}async function ld(e){let t=await Bf(e);return new Tr(t.privateKey,t.publicKey)}var zs={};Bt(zs,{Secp256k1PrivateKey:()=>an,Secp256k1PublicKey:()=>on,generateKeyPair:()=>gd,unmarshalSecp256k1PrivateKey:()=>dd,unmarshalSecp256k1PublicKey:()=>yd});function kf(){return Yt.randomPrivateKey()}async function Nf(e,t){let{digest:r}=await At.digest(t);try{return await vf(r,e)}catch(n){throw new $(String(n),"ERR_INVALID_INPUT")}}async function Df(e,t,r){try{let{digest:n}=await At.digest(r);return bf(t,n,e)}catch(n){throw new $(String(n),"ERR_INVALID_INPUT")}}function Lf(e){return Y.fromHex(e).toRawBytes(!0)}function Pf(e){try{Fs(e,!0)}catch(t){throw new $(String(t),"ERR_INVALID_PRIVATE_KEY")}}function qs(e){try{Y.fromHex(e)}catch(t){throw new $(String(t),"ERR_INVALID_PUBLIC_KEY")}}function Uf(e){try{return Fs(e,!0)}catch(t){throw new $(String(t),"ERR_INVALID_PRIVATE_KEY")}}var on=class{_key;constructor(t){qs(t),this._key=t}async verify(t,r){return Df(this._key,r,t)}marshal(){return Lf(this._key)}get bytes(){return oe.encode({Type:ft.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return gt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await At.digest(this.bytes);return t}},an=class{_key;_publicKey;constructor(t,r){this._key=t,this._publicKey=r??Uf(t),Pf(this._key),qs(this._publicKey)}async sign(t){return Nf(this._key,t)}get public(){return new on(this._publicKey)}marshal(){return this._key}get bytes(){return ae.encode({Type:ft.Secp256k1,Data:this.marshal()}).subarray()}equals(t){return gt(this.bytes,t.bytes)}async hash(){let{bytes:t}=await At.digest(this.bytes);return t}async id(){let t=await this.public.hash();return j(t,"base58btc")}async export(t,r="libp2p-key"){if(r==="libp2p-key")return xr(this.bytes,t);throw new $(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function dd(e){return new an(e)}function yd(e){return new on(e)}async function gd(){let e=kf();return new an(e)}var ir={rsa:Vs,ed25519:Rs,secp256k1:zs};function Kf(e){let t=Object.keys(ir).join(" / ");return new $(`invalid or unsupported key type ${e}. Must be ${t}`,"ERR_UNSUPPORTED_KEY_TYPE")}function Ff(e){let t=oe.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case ft.RSA:return ir.rsa.unmarshalRsaPublicKey(r);case ft.Ed25519:return ir.ed25519.unmarshalEd25519PublicKey(r);case ft.Secp256k1:return ir.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw Kf(t.Type??"RSA")}}async function Of(e){let t=ae.decode(e),r=t.Data??new Uint8Array;switch(t.Type){case ft.RSA:return ir.rsa.unmarshalRsaPrivateKey(r);case ft.Ed25519:return ir.ed25519.unmarshalEd25519PrivateKey(r);case ft.Secp256k1:return ir.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw Kf(t.Type??"RSA")}}var Mf=Symbol.for("@libp2p/peer-id");var xd=Symbol.for("nodejs.util.inspect.custom"),Vf=Object.values(Re).map(e=>e.decoder).reduce((e,t)=>e.or(t),Re.identity.decoder),qf=114,Hs=36,Gs=37,fn=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()})`}[Mf]=!0;toString(){return this.string==null&&(this.string=yt.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return J.createV1(qf,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(t){if(t instanceof Uint8Array)return gt(this.multihash.bytes,t);if(typeof t=="string")return vd(t).equals(this);if(t?.multihash?.bytes!=null)return gt(this.multihash.bytes,t.multihash.bytes);throw new Error("not valid Id")}[xd](){return`PeerId(${this.toString()})`}},_r=class extends fn{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},Rr=class extends fn{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.multihash.digest}},kr=class extends fn{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.multihash.digest}};function vd(e,t){if(t=t??Vf,e.charAt(0)==="1"||e.charAt(0)==="Q"){let r=Ze(yt.decode(`z${e}`));return e.startsWith("12D")?new Rr({multihash:r}):e.startsWith("16U")?new kr({multihash:r}):new _r({multihash:r})}return Ws(Vf.decode(e))}function Ws(e){try{let t=Ze(e);if(t.code===_e.code){if(t.digest.length===Hs)return new Rr({multihash:t});if(t.digest.length===Gs)return new kr({multihash:t})}if(t.code===At.code)return new _r({multihash:t})}catch{return bd(J.decode(e))}throw new Error("Supplied PeerID CID is invalid")}function bd(e){if(e==null||e.multihash==null||e.version==null||e.version===1&&e.code!==qf)throw new Error("Supplied PeerID CID is invalid");let t=e.multihash;if(t.code===At.code)return new _r({multihash:e.multihash});if(t.code===_e.code){if(t.digest.length===Hs)return new Rr({multihash:e.multihash});if(t.digest.length===Gs)return new kr({multihash:e.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function zf(e,t){return e.length===Hs?new Rr({multihash:re(_e.code,e),privateKey:t}):e.length===Gs?new kr({multihash:re(_e.code,e),privateKey:t}):new _r({multihash:await At.digest(e),publicKey:e,privateKey:t})}function ti(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 Hf=4294967296,Kt=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 Kt(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 Kt(r,n)}toBytes(t,r=0){let n=ti(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 Kt;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>Hf&&(i=0,++n>Hf&&(n=0))),new Kt(n,i)}static fromNumber(t){if(t===0)return new Kt;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 Kt(i,n)}static fromBytes(t,r=0){let n=ti(t),i=new Kt,s=0;if(t.length-r>4){for(;s<4;++s)if(i.lo=(i.lo|(n.get(r)&127)<<s*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;s=0}else for(;s<4;++s){if(r>=t.length)throw RangeError(`index out of range: ${r} > ${t.length}`);if(i.lo=(i.lo|(n.get(r)&127)<<s*7)>>>0,n.get(r++)<128)return i}if(t.length-r>4){for(;s<5;++s)if(i.hi=(i.hi|(n.get(r)&127)<<s*7+3)>>>0,n.get(r++)<128)return i}else if(r<t.byteLength)for(;s<5;++s){if(r>=t.length)throw RangeError(`index out of range: ${r} > ${t.length}`);if(i.hi=(i.hi|(n.get(r)&127)<<s*7+3)>>>0,n.get(r++)<128)return i}throw RangeError("invalid varint encoding")}};var wd=Math.pow(2,7),Sd=Math.pow(2,14),Ed=Math.pow(2,21),Bd=Math.pow(2,28),Ad=Math.pow(2,35),Cd=Math.pow(2,42),Id=Math.pow(2,49),Td=Math.pow(2,56),_d=Math.pow(2,63),cn={encodingLength(e){return e<wd?1:e<Sd?2:e<Ed?3:e<Bd?4:e<Ad?5:e<Cd?6:e<Id?7:e<Td?8:e<_d?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=me(cn.encodingLength(e))),Kt.fromNumber(e).toBytes(t,r),t},decode(e,t=0){return Kt.fromBytes(e,t).toNumber(!0)}};var Wf=Symbol.for("@achingbrain/uint8arraylist");function Gf(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 ei(e){return!!e?.[Wf]}var Ve=class{constructor(...t){Object.defineProperty(this,Wf,{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(ei(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(ei(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=Gf(this.bufs,t);return r.buf[r.index]}set(t,r){let n=Gf(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(ei(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 mt(n,i)}subarray(t,r){let{bufs:n,length:i}=this._subList(t,r);return n.length===1?n[0]:mt(n,i)}sublist(t,r){let{bufs:n,length:i}=this._subList(t,r),s=new Ve;return s.length=i,s.bufs=n,s}_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 s=0;s<this.bufs.length;s++){let o=this.bufs[s],a=i,f=a+o.byteLength;if(i=f,t>=f)continue;let c=t>=a&&t<f,u=r>a&&r<=f;if(c&&u){if(t===a&&r===f){n.push(o);break}let h=t-a;n.push(o.subarray(h,h+(r-t)));break}if(c){if(t===0){n.push(o);continue}n.push(o.subarray(t-a));continue}if(u){if(r===f){n.push(o);break}n.push(o.subarray(0,r-a));break}n.push(o)}return{bufs:n,length:r-t}}indexOf(t,r=0){if(!ei(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 s=256,o=new Int32Array(s);for(let h=0;h<s;h++)o[h]=-1;for(let h=0;h<i;h++)o[n[h]]=h;let a=o,f=this.byteLength-n.byteLength,c=n.byteLength-1,u;for(let h=r;h<=f;h+=u){u=0;for(let l=c;l>=0;l--){let d=this.get(h+l);if(n[l]!==d){u=Math.max(1,l-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=me(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=ge(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=ge(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=ge(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=me(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=ge(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=ge(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=ge(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=ge(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=ge(8);new DataView(i.buffer,i.byteOffset,i.byteLength).setFloat64(0,r,n),this.write(i,t)}equals(t){if(t==null||!(t instanceof Ve)||t.bufs.length!==this.bufs.length)return!1;for(let r=0;r<this.bufs.length;r++)if(!gt(this.bufs[r],t.bufs[r]))return!1;return!0}static fromUint8Arrays(t,r){let n=new Ve;return n.bufs=t,r==null&&(r=t.reduce((i,s)=>i+s.byteLength,0)),n.length=r,n}};var $f={ERR_SIGNATURE_NOT_VALID:"ERR_SIGNATURE_NOT_VALID"};var un;(function(e){let t;e.codec=()=>(t==null&&(t=we((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)},s=n==null?r.len:r.pos+n;for(;r.pos<s;){let o=r.uint32();switch(o>>>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(o&7);break}}return i})),t),e.encode=r=>be(r,e.codec()),e.decode=r=>ve(r,e.codec())})(un||(un={}));var hn=class{peerId;payloadType;payload;signature;marshaled;constructor(t){let{peerId:r,payloadType:n,payload:i,signature:s}=t;this.peerId=r,this.payloadType=n,this.payload=i,this.signature=s}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 gt(this.marshal(),t.marshal())}async validate(t){let r=Zf(t,this.payloadType,this.payload);if(this.peerId.publicKey==null)throw new Error("Missing public key");return Ff(this.peerId.publicKey).verify(r.subarray(),this.signature)}},sr=hn;ue(sr,"createFromProtobuf",async t=>{let r=un.decode(t),n=await zf(r.publicKey);return new hn({peerId:n,payloadType:r.payloadType,payload:r.payload,signature:r.signature})}),ue(sr,"seal",async(t,r)=>{if(r.privateKey==null)throw new Error("Missing private key");let n=t.domain,i=t.codec,s=t.marshal(),o=Zf(n,i,s),f=await(await Of(r.privateKey)).sign(o.subarray());return new hn({peerId:r,payloadType:i,payload:s,signature:f})}),ue(sr,"openAndCertify",async(t,r)=>{let n=await hn.createFromProtobuf(t);if(!await n.validate(r))throw new $("envelope signature is not valid for the given domain",$f.ERR_SIGNATURE_NOT_VALID);return n});var Zf=(e,t,r)=>{let n=Ct(e),i=cn.encode(n.byteLength),s=cn.encode(t.length),o=cn.encode(r.length);return new Ve(i,n,s,t,o,r)};function Yf(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 ao=ct(ri(),1);var Dr=ct(ri(),1);var ni=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 s=0,o=0,a=this.peekChar();if(a===void 0)return;let f=a==="0",c=2**(8*i)-1;for(;;){let u=this.readAtomically(()=>{let h=this.readChar();if(h===void 0)return;let l=Number.parseInt(h,t);if(!Number.isNaN(l))return l});if(u===void 0)break;if(s*=t,s+=u,s>c||(o+=1,r!==void 0&&o>r))return}if(o!==0)return!n&&f&&o>1?void 0:s})}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 o=this.readSeparator(":",n,()=>this.readIPv4Addr());if(o!==void 0)return r[i]=o[0],r[i+1]=o[1],r[i+2]=o[2],r[i+3]=o[3],[i+4,!0]}let s=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(s===void 0)return[i,!1];r[i]=s>>8,r[i+1]=s&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 s=new Uint8Array(14),o=16-(n+2),[a]=t(s.subarray(0,o));return r.set(s.subarray(0,a),16-a),r})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var sc=45,zd=15,Nr=new ni;function Ys(e){if(!(e.length>zd))return Nr.new(e).parseWith(()=>Nr.readIPv4Addr())}function Qs(e){if(!(e.length>sc))return Nr.new(e).parseWith(()=>Nr.readIPv6Addr())}function ii(e){if(!(e.length>sc))return Nr.new(e).parseWith(()=>Nr.readIPAddr())}var Mm=parseInt("0xFFFF",16),Vm=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var ce=ct(ri(),1);function fc(e){return!!Ys(e)}function cc(e){return!!Qs(e)}function si(e){return!!ii(e)}var uc=fc,Zd=cc,Xs=function(e){let t=0;if(e=e.toString().trim(),uc(e)){let r=new Uint8Array(t+4);return e.split(/\./g).forEach(n=>{r[t++]=parseInt(n,10)&255}),r}if(Zd(e)){let r=e.split(":",8),n;for(n=0;n<r.length;n++){let s=uc(r[n]),o;s&&(o=Xs(r[n]),r[n]=j(o.slice(0,2),"base16")),o!=null&&++n<8&&r.splice(n,0,j(o.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 s=[n,1];for(n=9-r.length;n>0;n--)s.push("0");r.splice.apply(r,s)}let i=new Uint8Array(t+16);for(n=0;n<r.length;n++){let s=parseInt(r[n],16);i[t++]=s>>8&255,i[t++]=s&255}return i}throw new Error("invalid ip address")},hc=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 s=0;s<r;s++)i.push(e[t+s]);return i.join(".")}if(r===16){let i=[];for(let s=0;s<r;s+=2)i.push(n.getUint16(t+s).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var ln={},Js={},Qd=[[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"]];Qd.forEach(e=>{let t=Xd(...e);Js[t.code]=t,ln[t.name]=t});function Xd(e,t,r,n,i){return{code:e,size:t,name:r,resolvable:!!n,path:!!i}}function et(e){if(typeof e=="number"){if(Js[e]!=null)return Js[e];throw new Error(`no protocol with code: ${e}`)}else if(typeof e=="string"){if(ln[e]!=null)return ln[e];throw new Error(`no protocol with name: ${e}`)}throw new Error(`invalid protocol id type: ${typeof e}`)}var Bx=et("ip4"),Ax=et("ip6"),Cx=et("ipcidr");function gc(e,t){switch(et(e).code){case 4:case 41:return jd(t);case 42:return dc(t);case 6:case 273:case 33:case 132:return xc(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return dc(t);case 421:return ny(t);case 444:return yc(t);case 445:return yc(t);case 466:return ry(t);default:return j(t,"base16")}}function mc(e,t){switch(et(e).code){case 4:return lc(t);case 41:return lc(t);case 42:return pc(t);case 6:case 273:case 33:case 132:return to(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return pc(t);case 421:return ty(t);case 444:return iy(t);case 445:return sy(t);case 466:return ey(t);default:return Ct(t,"base16")}}var js=Object.values(Re).map(e=>e.decoder),Jd=function(){let e=js[0].or(js[1]);return js.slice(2).forEach(t=>e=e.or(t)),e}();function lc(e){if(!si(e))throw new Error("invalid ip address");return Xs(e)}function jd(e){let t=hc(e,0,e.length);if(t==null)throw new Error("ipBuff is required");if(!si(t))throw new Error("invalid ip address");return t}function to(e){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,e),new Uint8Array(t)}function xc(e){return new DataView(e.buffer).getUint16(e.byteOffset)}function pc(e){let t=Ct(e),r=Uint8Array.from(ce.default.encode(t.length));return mt([r,t],r.length+t.length)}function dc(e){let t=ce.default.decode(e);if(e=e.slice(ce.default.decode.bytes),e.length!==t)throw new Error("inconsistent lengths");return j(e)}function ty(e){let t;e[0]==="Q"||e[0]==="1"?t=Ze(yt.decode(`z${e}`)).bytes:t=J.parse(e).multihash.bytes;let r=Uint8Array.from(ce.default.encode(t.length));return mt([r,t],r.length+t.length)}function ey(e){let t=Jd.decode(e),r=Uint8Array.from(ce.default.encode(t.length));return mt([r,t],r.length+t.length)}function ry(e){let t=ce.default.decode(e),r=e.slice(ce.default.decode.bytes);if(r.length!==t)throw new Error("inconsistent lengths");return"u"+j(r,"base64url")}function ny(e){let t=ce.default.decode(e),r=e.slice(ce.default.decode.bytes);if(r.length!==t)throw new Error("inconsistent lengths");return j(r,"base58btc")}function iy(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=ye.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=to(n);return mt([r,i],r.length+i.length)}function sy(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=ye.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=to(n);return mt([r,i],r.length+i.length)}function yc(e){let t=e.slice(0,e.length-2),r=e.slice(e.length-2),n=j(t,"base32"),i=xc(r);return`${n}:${i}`}function oy(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],s=et(i);if(s.size===0){t.push([i]);continue}if(n++,n>=r.length)throw bc("invalid address: "+e);if(s.path===!0){t.push([i,so(r.slice(n).join("/"))]);break}t.push([i,r[n]])}return t}function ay(e){let t=[];return e.map(r=>{let n=fi(r);return t.push(n.name),r.length>1&&r[1]!=null&&t.push(r[1]),null}),so(t.join("/"))}function fy(e){return e.map(t=>{Array.isArray(t)||(t=[t]);let r=fi(t);return t.length>1?[r.code,mc(r.code,t[1])]:[r.code]})}function eo(e){return e.map(t=>{let r=fi(t);return t[1]!=null?[r.code,gc(r.code,t[1])]:[r.code]})}function ro(e){return ai(mt(e.map(t=>{let r=fi(t),n=Uint8Array.from(Dr.default.encode(r.code));return t.length>1&&t[1]!=null&&(n=mt([n,t[1]])),n})))}function no(e,t){return e.size>0?e.size/8:e.size===0?0:Dr.default.decode(t)+(Dr.default.decode.bytes??0)}function oi(e){let t=[],r=0;for(;r<e.length;){let n=Dr.default.decode(e,r),i=Dr.default.decode.bytes??0,s=et(n),o=no(s,e.slice(r+i));if(o===0){t.push([n]),r+=i;continue}let a=e.slice(r+i,r+i+o);if(r+=o+i,r>e.length)throw bc("Invalid address Uint8Array: "+j(e,"base16"));t.push([n,a])}return t}function io(e){let t=oi(e),r=eo(t);return ay(r)}function cy(e){e=so(e);let t=oy(e),r=fy(t);return ro(r)}function vc(e){return cy(e)}function ai(e){let t=uy(e);if(t!=null)throw t;return Uint8Array.from(e)}function uy(e){try{oi(e)}catch(t){return t}}function so(e){return"/"+e.trim().split("/").filter(t=>t).join("/")}function bc(e){return new Error("Error parsing address: "+e)}function fi(e){return et(e[0])}var ly=Symbol.for("nodejs.util.inspect.custom"),py=[et("dns").code,et("dns4").code,et("dns6").code,et("dnsaddr").code],dy=new Map,wc=Symbol.for("@multiformats/js-multiaddr/multiaddr");function yy(e){return!!e?.[wc]}var Ee=class{bytes;#e;#r;#n;#t;[wc]=!0;constructor(t){if(t==null&&(t=""),t instanceof Uint8Array)this.bytes=ai(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);this.bytes=vc(t)}else if(yy(t))this.bytes=ai(t.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr")}toString(){return this.#e==null&&(this.#e=io(this.bytes)),this.#e}toJSON(){return this.toString()}toOptions(){let t,r,n,i,s="",o=et("tcp"),a=et("udp"),f=et("ip4"),c=et("ip6"),u=et("dns6"),h=et("ip6zone");for(let[d,p]of this.stringTuples())d===h.code&&(s=`%${p??""}`),py.includes(d)&&(r=o.name,i=443,n=`${p??""}${s}`,t=d===u.code?6:4),(d===o.code||d===a.code)&&(r=et(d).name,i=parseInt(p??"")),(d===f.code||d===c.code)&&(r=et(d).name,n=`${p??""}${s}`,t=d===c.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({},et(t)))}protoCodes(){let t=[],r=this.bytes,n=0;for(;n<r.length;){let i=ao.default.decode(r,n),s=ao.default.decode.bytes??0,o=et(i),a=no(o,r.slice(n+s));n+=a+s,t.push(i)}return t}protoNames(){return this.protos().map(t=>t.name)}tuples(){return this.#r==null&&(this.#r=oi(this.bytes)),this.#r}stringTuples(){return this.#n==null&&(this.#n=eo(this.tuples())),this.#n}encapsulate(t){return t=new Ee(t),new Ee(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 Ee(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 Ee(ro(r.slice(0,n)));return this}getPeerId(){try{let r=this.stringTuples().filter(n=>n[0]===ln.ipfs.code).pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?j(yt.decode(`z${n}`),"base58btc"):j(J.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){if(this.#t===void 0)try{this.#t=this.stringTuples().filter(t=>et(t[0]).path===!0)[0][1],this.#t==null&&(this.#t=null)}catch{this.#t=null}return this.#t}equals(t){return gt(this.bytes,t.bytes)}async resolve(t){let r=this.protos().find(s=>s.resolvable);if(r==null)return[this];let n=dy.get(r.name);if(n==null)throw new $(`no available resolver for ${r.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,t)).map(s=>new Ee(s))}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)}[ly](){return`Multiaddr(${io(this.bytes)})`}};function oo(e){return new Ee(e)}var Sc="libp2p-peer-record",Ec=Uint8Array.from([3,1]);var pn;(function(e){let t;(function(n){let i;n.codec=()=>(i==null&&(i=we((s,o,a={})=>{a.lengthDelimited!==!1&&o.fork(),s.multiaddr!=null&&s.multiaddr.byteLength>0&&(o.uint32(10),o.bytes(s.multiaddr)),a.lengthDelimited!==!1&&o.ldelim()},(s,o)=>{let a={multiaddr:new Uint8Array(0)},f=o==null?s.len:s.pos+o;for(;s.pos<f;){let c=s.uint32();switch(c>>>3){case 1:a.multiaddr=s.bytes();break;default:s.skipType(c&7);break}}return a})),i),n.encode=s=>be(s,n.codec()),n.decode=s=>ve(s,n.codec())})(t=e.AddressInfo||(e.AddressInfo={}));let r;e.codec=()=>(r==null&&(r=we((n,i,s={})=>{if(s.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 o of n.addresses)i.uint32(26),e.AddressInfo.codec().encode(o,i);s.lengthDelimited!==!1&&i.ldelim()},(n,i)=>{let s={peerId:new Uint8Array(0),seq:0n,addresses:[]},o=i==null?n.len:n.pos+i;for(;n.pos<o;){let a=n.uint32();switch(a>>>3){case 1:s.peerId=n.bytes();break;case 2:s.seq=n.uint64();break;case 3:s.addresses.push(e.AddressInfo.codec().decode(n,n.uint32()));break;default:n.skipType(a&7);break}}return s})),r),e.encode=n=>be(n,e.codec()),e.decode=n=>ve(n,e.codec())})(pn||(pn={}));var Lr=class{peerId;multiaddrs;seqNumber;domain=Lr.DOMAIN;codec=Lr.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=pn.encode({peerId:this.peerId.toBytes(),seq:BigInt(this.seqNumber),addresses:this.multiaddrs.map(t=>({multiaddr:t.bytes}))})),this.marshaled}equals(t){return!(!(t instanceof Lr)||!this.peerId.equals(t.peerId)||this.seqNumber!==t.seqNumber||!Yf(this.multiaddrs,t.multiaddrs))}},or=Lr;ue(or,"createFromProtobuf",t=>{let r=pn.decode(t),n=Ws(r.peerId),i=(r.addresses??[]).map(o=>oo(o.multiaddr)),s=r.seq;return new Lr({peerId:n,multiaddrs:i,seqNumber:s})}),ue(or,"DOMAIN",Sc),ue(or,"CODEC",Ec);return Rc(gy);})();
|
|
2
|
+
"use strict";var Libp2PPeerRecord=(()=>{var vu=Object.create;var wn=Object.defineProperty;var bu=Object.getOwnPropertyDescriptor;var wu=Object.getOwnPropertyNames;var Eu=Object.getPrototypeOf,Su=Object.prototype.hasOwnProperty;var K=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Z=(t,e)=>{for(var r in e)wn(t,r,{get:e[r],enumerable:!0})},Vs=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of wu(e))!Su.call(t,i)&&i!==r&&wn(t,i,{get:()=>e[i],enumerable:!(n=bu(e,i))||n.enumerable});return t};var at=(t,e,r)=>(r=t!=null?vu(Eu(t)):{},Vs(e||!t||!t.__esModule?wn(r,"default",{value:t,enumerable:!0}):r,t)),Bu=t=>Vs(wn({},"__esModule",{value:!0}),t);var Y=K((dg,qs)=>{qs.exports={options:{usePureJavaScript:!1}}});var Gs=K((yg,Hs)=>{var Ei={};Hs.exports=Ei;var zs={};Ei.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=Au(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};Ei.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=zs[e];if(!r){r=zs[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 Au(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 dt=K((gg,Ys)=>{var Ws=Y(),$s=Gs(),y=Ys.exports=Ws.util=Ws.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){y.nextTick=process.nextTick,typeof setImmediate=="function"?y.setImmediate=setImmediate:y.setImmediate=y.nextTick;return}if(typeof setImmediate=="function"){y.setImmediate=function(){return setImmediate.apply(void 0,arguments)},y.nextTick=function(a){return setImmediate(a)};return}if(y.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=[];y.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=y.setImmediate;y.setImmediate=function(c){Date.now()-r>15?(r=Date.now(),o(c)):(e.push(c),e.length===1&&i.setAttribute("a",n=!n))}}y.nextTick=y.setImmediate})();y.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;y.globalScope=function(){return y.isNodejs?globalThis:typeof self>"u"?window:self}();y.isArray=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"};y.isArrayBuffer=function(t){return typeof ArrayBuffer<"u"&&t instanceof ArrayBuffer};y.isArrayBufferView=function(t){return t&&y.isArrayBuffer(t.buffer)&&t.byteLength!==void 0};function Kr(t){if(!(t===8||t===16||t===24||t===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+t)}y.ByteBuffer=Si;function Si(t){if(this.data="",this.read=0,typeof t=="string")this.data=t;else if(y.isArrayBuffer(t)||y.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 Si||typeof t=="object"&&typeof t.data=="string"&&typeof t.read=="number")&&(this.data=t.data,this.read=t.read);this._constructedStringLength=0}y.ByteStringBuffer=Si;var Cu=4096;y.ByteStringBuffer.prototype._optimizeConstructedString=function(t){this._constructedStringLength+=t,this._constructedStringLength>Cu&&(this.data.substr(0,1),this._constructedStringLength=0)};y.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};y.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};y.ByteStringBuffer.prototype.putByte=function(t){return this.putBytes(String.fromCharCode(t))};y.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};y.ByteStringBuffer.prototype.putBytes=function(t){return this.data+=t,this._optimizeConstructedString(t.length),this};y.ByteStringBuffer.prototype.putString=function(t){return this.putBytes(y.encodeUtf8(t))};y.ByteStringBuffer.prototype.putInt16=function(t){return this.putBytes(String.fromCharCode(t>>8&255)+String.fromCharCode(t&255))};y.ByteStringBuffer.prototype.putInt24=function(t){return this.putBytes(String.fromCharCode(t>>16&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t&255))};y.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))};y.ByteStringBuffer.prototype.putInt16Le=function(t){return this.putBytes(String.fromCharCode(t&255)+String.fromCharCode(t>>8&255))};y.ByteStringBuffer.prototype.putInt24Le=function(t){return this.putBytes(String.fromCharCode(t&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t>>16&255))};y.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))};y.ByteStringBuffer.prototype.putInt=function(t,e){Kr(e);var r="";do e-=8,r+=String.fromCharCode(t>>e&255);while(e>0);return this.putBytes(r)};y.ByteStringBuffer.prototype.putSignedInt=function(t,e){return t<0&&(t+=2<<e-1),this.putInt(t,e)};y.ByteStringBuffer.prototype.putBuffer=function(t){return this.putBytes(t.getBytes())};y.ByteStringBuffer.prototype.getByte=function(){return this.data.charCodeAt(this.read++)};y.ByteStringBuffer.prototype.getInt16=function(){var t=this.data.charCodeAt(this.read)<<8^this.data.charCodeAt(this.read+1);return this.read+=2,t};y.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};y.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};y.ByteStringBuffer.prototype.getInt16Le=function(){var t=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8;return this.read+=2,t};y.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};y.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};y.ByteStringBuffer.prototype.getInt=function(t){Kr(t);var e=0;do e=(e<<8)+this.data.charCodeAt(this.read++),t-=8;while(t>0);return e};y.ByteStringBuffer.prototype.getSignedInt=function(t){var e=this.getInt(t),r=2<<t-2;return e>=r&&(e-=r<<1),e};y.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};y.ByteStringBuffer.prototype.bytes=function(t){return typeof t>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+t)};y.ByteStringBuffer.prototype.at=function(t){return this.data.charCodeAt(this.read+t)};y.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};y.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};y.ByteStringBuffer.prototype.copy=function(){var t=y.createBuffer(this.data);return t.read=this.read,t};y.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};y.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};y.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};y.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};y.ByteStringBuffer.prototype.toString=function(){return y.decodeUtf8(this.bytes())};function Iu(t,e){e=e||{},this.read=e.readOffset||0,this.growSize=e.growSize||1024;var r=y.isArrayBuffer(t),n=y.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)}y.DataBuffer=Iu;y.DataBuffer.prototype.length=function(){return this.write-this.read};y.DataBuffer.prototype.isEmpty=function(){return this.length()<=0};y.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};y.DataBuffer.prototype.putByte=function(t){return this.accommodate(1),this.data.setUint8(this.write++,t),this};y.DataBuffer.prototype.fillWithByte=function(t,e){this.accommodate(e);for(var r=0;r<e;++r)this.data.setUint8(t);return this};y.DataBuffer.prototype.putBytes=function(t,e){if(y.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(y.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 y.DataBuffer||typeof t=="object"&&typeof t.read=="number"&&typeof t.write=="number"&&y.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 y.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+=y.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+=y.binary.base64.decode(t,o,this.write),this;if(e==="utf8"&&(t=y.encodeUtf8(t),e="binary"),e==="binary"||e==="raw")return this.accommodate(t.length),o=new Uint8Array(this.data.buffer,this.write),this.write+=y.binary.raw.decode(o),this;if(e==="utf16")return this.accommodate(t.length*2),o=new Uint16Array(this.data.buffer,this.write),this.write+=y.text.utf16.encode(o),this;throw new Error("Invalid encoding: "+e)}throw Error("Invalid parameter: "+t)};y.DataBuffer.prototype.putBuffer=function(t){return this.putBytes(t),t.clear(),this};y.DataBuffer.prototype.putString=function(t){return this.putBytes(t,"utf16")};y.DataBuffer.prototype.putInt16=function(t){return this.accommodate(2),this.data.setInt16(this.write,t),this.write+=2,this};y.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};y.DataBuffer.prototype.putInt32=function(t){return this.accommodate(4),this.data.setInt32(this.write,t),this.write+=4,this};y.DataBuffer.prototype.putInt16Le=function(t){return this.accommodate(2),this.data.setInt16(this.write,t,!0),this.write+=2,this};y.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};y.DataBuffer.prototype.putInt32Le=function(t){return this.accommodate(4),this.data.setInt32(this.write,t,!0),this.write+=4,this};y.DataBuffer.prototype.putInt=function(t,e){Kr(e),this.accommodate(e/8);do e-=8,this.data.setInt8(this.write++,t>>e&255);while(e>0);return this};y.DataBuffer.prototype.putSignedInt=function(t,e){return Kr(e),this.accommodate(e/8),t<0&&(t+=2<<e-1),this.putInt(t,e)};y.DataBuffer.prototype.getByte=function(){return this.data.getInt8(this.read++)};y.DataBuffer.prototype.getInt16=function(){var t=this.data.getInt16(this.read);return this.read+=2,t};y.DataBuffer.prototype.getInt24=function(){var t=this.data.getInt16(this.read)<<8^this.data.getInt8(this.read+2);return this.read+=3,t};y.DataBuffer.prototype.getInt32=function(){var t=this.data.getInt32(this.read);return this.read+=4,t};y.DataBuffer.prototype.getInt16Le=function(){var t=this.data.getInt16(this.read,!0);return this.read+=2,t};y.DataBuffer.prototype.getInt24Le=function(){var t=this.data.getInt8(this.read)^this.data.getInt16(this.read+1,!0)<<8;return this.read+=3,t};y.DataBuffer.prototype.getInt32Le=function(){var t=this.data.getInt32(this.read,!0);return this.read+=4,t};y.DataBuffer.prototype.getInt=function(t){Kr(t);var e=0;do e=(e<<8)+this.data.getInt8(this.read++),t-=8;while(t>0);return e};y.DataBuffer.prototype.getSignedInt=function(t){var e=this.getInt(t),r=2<<t-2;return e>=r&&(e-=r<<1),e};y.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};y.DataBuffer.prototype.bytes=function(t){return typeof t>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+t)};y.DataBuffer.prototype.at=function(t){return this.data.getUint8(this.read+t)};y.DataBuffer.prototype.setAt=function(t,e){return this.data.setUint8(t,e),this};y.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};y.DataBuffer.prototype.copy=function(){return new y.DataBuffer(this)};y.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};y.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};y.DataBuffer.prototype.truncate=function(t){return this.write=Math.max(0,this.length()-t),this.read=Math.min(this.read,this.write),this};y.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};y.DataBuffer.prototype.toString=function(t){var e=new Uint8Array(this.data,this.read,this.length());if(t=t||"utf8",t==="binary"||t==="raw")return y.binary.raw.encode(e);if(t==="hex")return y.binary.hex.encode(e);if(t==="base64")return y.binary.base64.encode(e);if(t==="utf8")return y.text.utf8.decode(e);if(t==="utf16")return y.text.utf16.decode(e);throw new Error("Invalid encoding: "+t)};y.createBuffer=function(t,e){return e=e||"raw",t!==void 0&&e==="utf8"&&(t=y.encodeUtf8(t)),new y.ByteBuffer(t)};y.fillString=function(t,e){for(var r="";e>0;)e&1&&(r+=t),e>>>=1,e>0&&(t+=t);return r};y.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};y.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};y.bytesToHex=function(t){return y.createBuffer(t).toHex()};y.int32ToBytes=function(t){return String.fromCharCode(t>>24&255)+String.fromCharCode(t>>16&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t&255)};var Ee="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Se=[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],Zs="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";y.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+=Ee.charAt(i>>2),r+=Ee.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=Ee.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":Ee.charAt(s&63)),e&&r.length>e&&(n+=r.substr(0,e)+`\r
|
|
4
|
+
`,r=r.substr(e));return n+=r,n};y.decode64=function(t){t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var e="",r,n,i,o,s=0;s<t.length;)r=Se[t.charCodeAt(s++)-43],n=Se[t.charCodeAt(s++)-43],i=Se[t.charCodeAt(s++)-43],o=Se[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};y.encodeUtf8=function(t){return unescape(encodeURIComponent(t))};y.decodeUtf8=function(t){return decodeURIComponent(escape(t))};y.binary={raw:{},hex:{},base64:{},base58:{},baseN:{encode:$s.encode,decode:$s.decode}};y.binary.raw.encode=function(t){return String.fromCharCode.apply(null,t)};y.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};y.binary.hex.encode=y.bytesToHex;y.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};y.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+=Ee.charAt(i>>2),r+=Ee.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=Ee.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":Ee.charAt(s&63)),e&&r.length>e&&(n+=r.substr(0,e)+`\r
|
|
5
|
+
`,r=r.substr(e));return n+=r,n};y.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=Se[t.charCodeAt(c++)-43],o=Se[t.charCodeAt(c++)-43],s=Se[t.charCodeAt(c++)-43],a=Se[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)};y.binary.base58.encode=function(t,e){return y.binary.baseN.encode(t,Zs,e)};y.binary.base58.decode=function(t,e){return y.binary.baseN.decode(t,Zs,e)};y.text={utf8:{},utf16:{}};y.text.utf8.encode=function(t,e,r){t=y.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};y.text.utf8.decode=function(t){return y.decodeUtf8(String.fromCharCode.apply(null,t))};y.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};y.text.utf16.decode=function(t){return String.fromCharCode.apply(null,new Uint16Array(t.buffer))};y.deflate=function(t,e,r){if(e=y.decode64(t.deflate(y.encode64(e)).rval),r){var n=2,i=e.charCodeAt(1);i&32&&(n=6),e=e.substring(n,e.length-4)}return e};y.inflate=function(t,e,r){var n=t.inflate(y.encode64(e)).rval;return n===null?null:y.decode64(n)};var Bi=function(t,e,r){if(!t)throw new Error("WebStorage not available.");var n;if(r===null?n=t.removeItem(e):(r=y.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}},Ai=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(y.decode64(r))),r},Tu=function(t,e,r,n){var i=Ai(t,e);i===null&&(i={}),i[r]=n,Bi(t,e,i)},_u=function(t,e,r){var n=Ai(t,e);return n!==null&&(n=r in n?n[r]:null),n},Ru=function(t,e,r){var n=Ai(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),Bi(t,e,n)}},Du=function(t,e){Bi(t,e,null)},En=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};y.setItem=function(t,e,r,n,i){En(Tu,arguments,i)};y.getItem=function(t,e,r,n){return En(_u,arguments,n)};y.removeItem=function(t,e,r,n){En(Ru,arguments,n)};y.clearItems=function(t,e,r){En(Du,arguments,r)};y.isEmpty=function(t){for(var e in t)if(t.hasOwnProperty(e))return!1;return!0};y.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("")};y.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):"")};y.formatSize=function(t){return t>=1073741824?t=y.formatNumber(t/1073741824,2,".","")+" GiB":t>=1048576?t=y.formatNumber(t/1048576,2,".","")+" MiB":t>=1024?t=y.formatNumber(t/1024,0)+" KiB":t=y.formatNumber(t,0)+" bytes",t};y.bytesFromIP=function(t){return t.indexOf(".")!==-1?y.bytesFromIPv4(t):t.indexOf(":")!==-1?y.bytesFromIPv6(t):null};y.bytesFromIPv4=function(t){if(t=t.split("."),t.length!==4)return null;for(var e=y.createBuffer(),r=0;r<t.length;++r){var n=parseInt(t[r],10);if(isNaN(n))return null;e.putByte(n)}return e.getBytes()};y.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=y.createBuffer(),i=0;i<8;++i){if(!t[i]||t[i].length===0){n.fillWithByte(0,r),r=0;continue}var o=y.hexToBytes(t[i]);o.length<2&&n.putByte(0),n.putBytes(o)}return n.getBytes()};y.bytesToIP=function(t){return t.length===4?y.bytesToIPv4(t):t.length===16?y.bytesToIPv6(t):null};y.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(".")};y.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=y.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(":")};y.estimateCores=function(t,e){if(typeof t=="function"&&(e=t,t={}),t=t||{},"cores"in y&&!t.update)return e(null,y.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return y.cores=navigator.hardwareConcurrency,e(null,y.cores);if(typeof Worker>"u")return y.cores=1,e(null,y.cores);if(typeof Blob>"u")return y.cores=2,e(null,y.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 y.cores=Math.max(1,f),URL.revokeObjectURL(r),e(null,y.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(l){if(f.push(l.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]=[],l=0;l<s;++l)if(f!==l){var d=a[l];(u.st>d.st&&u.st<d.et||d.st>u.st&&d.st<u.et)&&h.push(l)}return c.reduce(function(p,g){return Math.max(p,g.length)},0)}}});var Sn=K((mg,Qs)=>{var Mr=Y();Mr.pki=Mr.pki||{};var Ci=Qs.exports=Mr.pki.oids=Mr.oids=Mr.oids||{};function A(t,e){Ci[t]=e,Ci[e]=t}function W(t,e){Ci[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 Fr=K((xg,Js)=>{var j=Y();dt();Sn();var T=Js.exports=j.asn1=j.asn1||{};T.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};T.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};T.create=function(t,e,r,n,i){if(j.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||j.util.isArray(n),value:n};return i&&"bitStringContents"in i&&(a.bitStringContents=i.bitStringContents,a.original=T.copy(a)),a};T.copy=function(t,e){var r;if(j.util.isArray(t)){r=[];for(var n=0;n<t.length;++n)r.push(T.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:T.copy(t.value,e)},e&&!e.excludeBitStringContents&&(r.bitStringContents=t.bitStringContents),r)};T.equals=function(t,e,r){if(j.util.isArray(t)){if(!j.util.isArray(e)||t.length!==e.length)return!1;for(var n=0;n<t.length;++n)if(!T.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&&T.equals(t.value,e.value);return r&&r.includeBitStringContents&&(i=i&&t.bitStringContents===e.bitStringContents),i};T.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 Or(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 Nu=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;Or(t,e,o),n=t.getInt(o<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};T.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=j.util.createBuffer(t));var r=t.length(),n=Bn(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 Bn(t,e,r,n){var i;Or(t,e,2);var o=t.getByte();e--;var s=o&192,a=o&31;i=t.length();var c=Nu(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,l=(o&32)===32;if(l)if(u=[],c===void 0)for(;;){if(Or(t,e,2),t.bytes(2)===String.fromCharCode(0,0)){t.getBytes(2),e-=2;break}i=t.length(),u.push(Bn(t,e,r+1,n)),e-=i-t.length()}else for(;c>0;)i=t.length(),u.push(Bn(t,c,r+1,n)),e-=i-t.length(),c-=i-t.length();if(u===void 0&&s===T.Class.UNIVERSAL&&a===T.Type.BITSTRING&&(h=t.bytes(c)),u===void 0&&n.decodeBitStrings&&s===T.Class.UNIVERSAL&&a===T.Type.BITSTRING&&c>1){var d=t.read,p=e,g=0;if(a===T.Type.BITSTRING&&(Or(t,e,1),g=t.getByte(),e--),g===0)try{i=t.length();var x={strict:!0,decodeBitStrings:!0},v=Bn(t,e,r+1,x),w=i-t.length();e-=w,a==T.Type.BITSTRING&&w++;var B=v.tagClass;w===c&&(B===T.Class.UNIVERSAL||B===T.Class.CONTEXT_SPECIFIC)&&(u=[v])}catch{}u===void 0&&(t.read=d,e=p)}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===T.Type.BMPSTRING)for(u="";c>0;c-=2)Or(t,e,2),u+=String.fromCharCode(t.getInt16()),e-=2;else u=t.getBytes(c),e-=c}var D=h===void 0?null:{bitStringContents:h};return T.create(s,a,l,u,D)}T.toDer=function(t){var e=j.util.createBuffer(),r=t.tagClass|t.type,n=j.util.createBuffer(),i=!1;if("bitStringContents"in t&&(i=!0,t.original&&(i=T.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(T.toDer(t.value[o]))}else if(t.type===T.Type.BMPSTRING)for(var o=0;o<t.value.length;++o)n.putInt16(t.value.charCodeAt(o));else t.type===T.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};T.oidToDer=function(t){var e=t.split("."),r=j.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};T.derToOid=function(t){var e;typeof t=="string"&&(t=j.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};T.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),l=u*60+h;l*=6e4,c==="+"?e.setTime(+e-l):e.setTime(+e+l)}return e};T.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,l=t.charAt(h);if(l==="+"||l==="-"){var d=parseInt(t.substr(h+1,2),10),p=parseInt(t.substr(h+4,2),10);f=d*60+p,f*=6e4,l==="+"&&(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};T.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};T.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};T.integerToDer=function(t){var e=j.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};T.derToInteger=function(t){typeof t=="string"&&(t=j.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)};T.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&&j.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=T.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 Xs=/[^\\u0000-\\u00ff]/;T.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 T.Class.UNIVERSAL:n+="Universal:";break;case T.Class.APPLICATION:n+="Application:";break;case T.Class.CONTEXT_SPECIFIC:n+="Context-Specific:";break;case T.Class.PRIVATE:n+="Private:";break}if(t.tagClass===T.Class.UNIVERSAL)switch(n+=t.type,t.type){case T.Type.NONE:n+=" (None)";break;case T.Type.BOOLEAN:n+=" (Boolean)";break;case T.Type.INTEGER:n+=" (Integer)";break;case T.Type.BITSTRING:n+=" (Bit string)";break;case T.Type.OCTETSTRING:n+=" (Octet string)";break;case T.Type.NULL:n+=" (Null)";break;case T.Type.OID:n+=" (Object Identifier)";break;case T.Type.ODESC:n+=" (Object Descriptor)";break;case T.Type.EXTERNAL:n+=" (External or Instance of)";break;case T.Type.REAL:n+=" (Real)";break;case T.Type.ENUMERATED:n+=" (Enumerated)";break;case T.Type.EMBEDDED:n+=" (Embedded PDV)";break;case T.Type.UTF8:n+=" (UTF8)";break;case T.Type.ROID:n+=" (Relative Object Identifier)";break;case T.Type.SEQUENCE:n+=" (Sequence)";break;case T.Type.SET:n+=" (Set)";break;case T.Type.PRINTABLESTRING:n+=" (Printable String)";break;case T.Type.IA5String:n+=" (IA5String (ASCII))";break;case T.Type.UTCTIME:n+=" (UTC time)";break;case T.Type.GENERALIZEDTIME:n+=" (Generalized time)";break;case T.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+=T.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===T.Type.OID){var c=T.derToOid(t.value);n+=c,j.pki&&j.pki.oids&&c in j.pki.oids&&(n+=" ("+j.pki.oids[c]+") ")}if(t.type===T.Type.INTEGER)try{n+=T.derToInteger(t.value)}catch{n+="0x"+j.util.bytesToHex(t.value)}else if(t.type===T.Type.BITSTRING){if(t.value.length>1?n+="0x"+j.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===T.Type.OCTETSTRING)Xs.test(t.value)||(n+="("+t.value+") "),n+="0x"+j.util.bytesToHex(t.value);else if(t.type===T.Type.UTF8)try{n+=j.util.decodeUtf8(t.value)}catch(u){if(u.message==="URI malformed")n+="0x"+j.util.bytesToHex(t.value)+" (malformed UTF8)";else throw u}else t.type===T.Type.PRINTABLESTRING||t.type===T.Type.IA5String?n+=t.value:Xs.test(t.value)?n+="0x"+j.util.bytesToHex(t.value):t.value.length===0?n+="[null]":n+=t.value}return n}});var Ti=K((vg,js)=>{var vt=Y();dt();js.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 Ii=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)};Ii.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)};Ii.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()};Ii.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 Ri=K((bg,ta)=>{var bt=Y();dt();bt.cipher=bt.cipher||{};var F=ta.exports=bt.cipher.modes=bt.cipher.modes||{};F.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)};F.ecb.prototype.start=function(t){};F.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])};F.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])};F.ecb.prototype.pad=function(t,e){var r=t.length()===this.blockSize?this.blockSize:this.blockSize-t.length();return t.fillWithByte(r,r),!0};F.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)};F.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)};F.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=An(t.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};F.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};F.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)};F.cbc.prototype.pad=function(t,e){var r=t.length()===this.blockSize?this.blockSize:this.blockSize-t.length();return t.fillWithByte(r,r),!0};F.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)};F.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};F.cfb.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=An(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};F.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};F.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};F.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};F.ofb.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=An(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};F.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};F.ofb.prototype.decrypt=F.ofb.prototype.encrypt;F.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};F.ctr.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=An(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};F.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}Cn(this._inBlock)};F.ctr.prototype.decrypt=F.ctr.prototype.encrypt;F.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};F.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(_i(n*8)))}this._inBlock=this._j0.slice(0),Cn(this._inBlock),this._partialBytes=0,r=bt.util.createBuffer(r),this._aDataLength=_i(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()])};F.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),Cn(this._inBlock)};F.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),Cn(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};F.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(_i(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};F.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};F.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)};F.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};F.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)};F.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};F.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 An(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 Cn(t){t[t.length-1]=t[t.length-1]+1&4294967295}function _i(t){return[t/4294967296|0,t&4294967295]}});var ki=K((wg,ia)=>{var X=Y();Ti();Ri();dt();ia.exports=X.aes=X.aes||{};X.aes.startEncrypting=function(t,e,r,n){var i=In({key:t,output:r,decrypt:!1,mode:n});return i.start(e),i};X.aes.createEncryptionCipher=function(t,e){return In({key:t,output:null,decrypt:!1,mode:e})};X.aes.startDecrypting=function(t,e,r,n){var i=In({key:t,output:r,decrypt:!0,mode:n});return i.start(e),i};X.aes.createDecryptionCipher=function(t,e){return In({key:t,output:null,decrypt:!0,mode:e})};X.aes.Algorithm=function(t,e){Pi||ra();var r=this;r.name=t,r.mode=new e({blockSize:16,cipher:{encrypt:function(n,i){return Ni(r._w,n,i,!1)},decrypt:function(n,i){return Ni(r._w,n,i,!0)}}}),r._init=!1};X.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=X.util.createBuffer(e);else if(X.util.isArray(e)&&(e.length===16||e.length===24||e.length===32)){r=e,e=X.util.createBuffer();for(var n=0;n<r.length;++n)e.putByte(r[n])}if(!X.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(!X.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=na(e,t.decrypt&&!s),this._init=!0}};X.aes._expandKey=function(t,e){return Pi||ra(),na(t,e)};X.aes._updateBlock=Ni;or("AES-ECB",X.cipher.modes.ecb);or("AES-CBC",X.cipher.modes.cbc);or("AES-CFB",X.cipher.modes.cfb);or("AES-OFB",X.cipher.modes.ofb);or("AES-CTR",X.cipher.modes.ctr);or("AES-GCM",X.cipher.modes.gcm);function or(t,e){var r=function(){return new X.aes.Algorithm(t,e)};X.cipher.registerAlgorithm(t,r)}var Pi=!1,ir=4,It,Di,ea,Oe,Vt;function ra(){Pi=!0,ea=[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),Di=new Array(256),Oe=new Array(4),Vt=new Array(4);for(var e=0;e<4;++e)Oe[e]=new Array(256),Vt[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,Di[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)Oe[h][r]=f,Vt[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 na(t,e){for(var r=t.slice(0),n,i=1,o=r.length,s=o+6+1,a=ir*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]^ea[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=Vt[0],h=Vt[1],l=Vt[2],d=Vt[3],p=r.slice(0);a=r.length;for(var c=0,g=a-ir;c<a;c+=ir,g-=ir)if(c===0||c===a-ir)p[c]=r[g],p[c+1]=r[g+3],p[c+2]=r[g+2],p[c+3]=r[g+1];else for(var x=0;x<ir;++x)f=r[g+x],p[c+(3&-x)]=u[It[f>>>24]]^h[It[f>>>16&255]]^l[It[f>>>8&255]]^d[It[f&255]];r=p}return r}function Ni(t,e,r,n){var i=t.length/4-1,o,s,a,c,f;n?(o=Vt[0],s=Vt[1],a=Vt[2],c=Vt[3],f=Di):(o=Oe[0],s=Oe[1],a=Oe[2],c=Oe[3],f=It);var u,h,l,d,p,g,x;u=e[0]^t[0],h=e[n?3:1]^t[1],l=e[2]^t[2],d=e[n?1:3]^t[3];for(var v=3,w=1;w<i;++w)p=o[u>>>24]^s[h>>>16&255]^a[l>>>8&255]^c[d&255]^t[++v],g=o[h>>>24]^s[l>>>16&255]^a[d>>>8&255]^c[u&255]^t[++v],x=o[l>>>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[l&255]^t[++v],u=p,h=g,l=x;r[0]=f[u>>>24]<<24^f[h>>>16&255]<<16^f[l>>>8&255]<<8^f[d&255]^t[++v],r[n?3:1]=f[h>>>24]<<24^f[l>>>16&255]<<16^f[d>>>8&255]<<8^f[u&255]^t[++v],r[2]=f[l>>>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[l&255]^t[++v]}function In(t){t=t||{};var e=(t.mode||"CBC").toUpperCase(),r="AES-"+e,n;t.decrypt?n=X.cipher.createDecipher(r,t.key):n=X.cipher.createCipher(r,t.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof X.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var aa=K((Eg,sa)=>{var nt=Y();Ti();Ri();dt();sa.exports=nt.des=nt.des||{};nt.des.startEncrypting=function(t,e,r,n){var i=Tn({key:t,output:r,decrypt:!1,mode:n||(e===null?"ECB":"CBC")});return i.start(e),i};nt.des.createEncryptionCipher=function(t,e){return Tn({key:t,output:null,decrypt:!1,mode:e})};nt.des.startDecrypting=function(t,e,r,n){var i=Tn({key:t,output:r,decrypt:!0,mode:n||(e===null?"ECB":"CBC")});return i.start(e),i};nt.des.createDecryptionCipher=function(t,e){return Tn({key:t,output:null,decrypt:!0,mode:e})};nt.des.Algorithm=function(t,e){var r=this;r.name=t,r.mode=new e({blockSize:8,cipher:{encrypt:function(n,i){return oa(r._keys,n,i,!1)},decrypt:function(n,i){return oa(r._keys,n,i,!0)}}}),r._init=!1};nt.des.Algorithm.prototype.initialize=function(t){if(!this._init){var e=nt.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=Vu(e),this._init=!0}};Yt("DES-ECB",nt.cipher.modes.ecb);Yt("DES-CBC",nt.cipher.modes.cbc);Yt("DES-CFB",nt.cipher.modes.cfb);Yt("DES-OFB",nt.cipher.modes.ofb);Yt("DES-CTR",nt.cipher.modes.ctr);Yt("3DES-ECB",nt.cipher.modes.ecb);Yt("3DES-CBC",nt.cipher.modes.cbc);Yt("3DES-CFB",nt.cipher.modes.cfb);Yt("3DES-OFB",nt.cipher.modes.ofb);Yt("3DES-CTR",nt.cipher.modes.ctr);function Yt(t,e){var r=function(){return new nt.des.Algorithm(t,e)};nt.cipher.registerAlgorithm(t,r)}var Pu=[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],ku=[-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],Lu=[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],Uu=[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],Ku=[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],Mu=[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],Ou=[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],Fu=[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 Vu(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],l=[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],p=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],g=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,B,D=0;D<g;D++){var C=t.getInt32(),I=t.getInt32();B=(C>>>4^I)&252645135,I^=B,C^=B<<4,B=(I>>>-16^C)&65535,C^=B,I^=B<<-16,B=(C>>>2^I)&858993459,I^=B,C^=B<<2,B=(I>>>-16^C)&65535,C^=B,I^=B<<-16,B=(C>>>1^I)&1431655765,I^=B,C^=B<<1,B=(I>>>8^C)&16711935,C^=B,I^=B<<8,B=(C>>>1^I)&1431655765,I^=B,C^=B<<1,B=C<<8|I>>>20&240,C=I<<24|I<<8&16711680|I>>>8&65280|I>>>24&240,I=B;for(var L=0;L<v.length;++L){v[L]?(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 M=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],st=c[I>>>28]|f[I>>>24&15]|u[I>>>20&15]|h[I>>>16&15]|l[I>>>12&15]|d[I>>>8&15]|p[I>>>4&15];B=(st>>>16^M)&65535,x[w++]=M^B,x[w++]=st^B<<16}}return x}function oa(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],l=o[f];l!=u;l+=h){var d=c^t[l],p=(c>>>4|c<<28)^t[l+1];s=a,a=c,c=s^(ku[d>>>24&63]|Uu[d>>>16&63]|Mu[d>>>8&63]|Fu[d&63]|Pu[p>>>24&63]|Lu[p>>>16&63]|Ku[p>>>8&63]|Ou[p&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 Tn(t){t=t||{};var e=(t.mode||"CBC").toUpperCase(),r="DES-"+e,n;t.decrypt?n=nt.cipher.createDecipher(r,t.key):n=nt.cipher.createCipher(r,t.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof nt.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var Fe=K((Sg,ca)=>{var _n=Y();ca.exports=_n.md=_n.md||{};_n.md.algorithms=_n.md.algorithms||{}});var ua=K((Bg,fa)=>{var fe=Y();Fe();dt();var qu=fa.exports=fe.hmac=fe.hmac||{};qu.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 fe.md.algorithms)e=fe.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=fe.util.createBuffer(s);else if(fe.util.isArray(s)){var a=s;s=fe.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=fe.util.createBuffer(),n=fe.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 sr=K(()=>{});var la=K((Ig,ha)=>{var Tt=Y();ua();Fe();dt();var zu=Tt.pkcs5=Tt.pkcs5||{},ue;Tt.util.isNodejs&&!Tt.options.usePureJavaScript&&(ue=sr());ha.exports=Tt.pbkdf2=zu.pbkdf2=function(t,e,r,n,i,o){if(typeof i=="function"&&(o=i,i=null),Tt.util.isNodejs&&!Tt.options.usePureJavaScript&&ue.pbkdf2&&(i===null||typeof i!="object")&&(ue.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),t=Buffer.from(t,"binary"),e=Buffer.from(e,"binary"),o?ue.pbkdf2Sync.length===4?ue.pbkdf2(t,e,r,n,function(B,D){if(B)return o(B);o(null,D.toString("binary"))}):ue.pbkdf2(t,e,r,n,i,function(B,D){if(B)return o(B);o(null,D.toString("binary"))}):ue.pbkdf2Sync.length===4?ue.pbkdf2Sync(t,e,r,n).toString("binary"):ue.pbkdf2Sync(t,e,r,n,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in 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="",l,d,p;if(!o){for(var g=1;g<=c;++g){u.start(null,null),u.update(e),u.update(Tt.util.int32ToBytes(g)),l=p=u.digest().getBytes();for(var x=2;x<=r;++x)u.start(null,null),u.update(p),d=u.digest().getBytes(),l=Tt.util.xorBytes(l,d,s),p=d;h+=g<c?l:l.substr(0,f)}return h}var g=1,x;function v(){if(g>c)return o(null,h);u.start(null,null),u.update(e),u.update(Tt.util.int32ToBytes(g)),l=p=u.digest().getBytes(),x=2,w()}function w(){if(x<=r)return u.start(null,null),u.update(p),d=u.digest().getBytes(),l=Tt.util.xorBytes(l,d,s),p=d,++x,Tt.util.setImmediate(w);h+=g<c?l:l.substr(0,f),++g,v()}v()}});var ya=K((Tg,da)=>{var Dn=Y();dt();var pa=da.exports=Dn.pem=Dn.pem||{};pa.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+=Rn(n)),t.contentDomain&&(n={name:"Content-Domain",values:[t.contentDomain]},r+=Rn(n)),t.dekInfo&&(n={name:"DEK-Info",values:[t.dekInfo.algorithm]},t.dekInfo.parameters&&n.values.push(t.dekInfo.parameters),r+=Rn(n)),t.headers)for(var i=0;i<t.headers.length;++i)r+=Rn(t.headers[i]);return t.procType&&(r+=`\r
|
|
10
|
+
`),r+=Dn.util.encode64(t.body,e.maxline||64)+`\r
|
|
11
|
+
`,r+="-----END "+t.type+`-----\r
|
|
12
|
+
`,r};pa.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:Dn.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 l=c[h];if(!/\s/.test(l[0]))break;u+=l,f=h}if(o=u.match(n),o){for(var d={name:o[1],values:[]},p=o[2].split(","),g=0;g<p.length;++g)d.values.push(Hu(p[g]));if(a.procType)if(!a.contentDomain&&d.name==="Content-Domain")a.contentDomain=p[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:p[0],parameters:p[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:p[0],type:p[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 Rn(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 Hu(t){return t.replace(/^\s+/,"")}});var wa=K((_g,ba)=>{var Qt=Y();Fe();dt();var ma=ba.exports=Qt.sha256=Qt.sha256||{};Qt.md.sha256=Qt.md.algorithms.sha256=ma;ma.create=function(){xa||Gu();var t=null,e=Qt.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=Qt.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=Qt.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),ga(t,r,e),(e.read>2048||e.length()===0)&&e.compact(),n},n.digest=function(){var i=Qt.util.createBuffer();i.putBytes(e.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=o&n.blockLength-1;i.putBytes(Li.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};ga(h,r,i);var l=Qt.util.createBuffer();return l.putInt32(h.h0),l.putInt32(h.h1),l.putInt32(h.h2),l.putInt32(h.h3),l.putInt32(h.h4),l.putInt32(h.h5),l.putInt32(h.h6),l.putInt32(h.h7),l},n};var Li=null,xa=!1,va=null;function Gu(){Li=String.fromCharCode(128),Li+=Qt.util.fillString(String.fromCharCode(0),64),va=[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],xa=!0}function ga(t,e,r){for(var n,i,o,s,a,c,f,u,h,l,d,p,g,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,l=t.h2,d=t.h3,p=t.h4,g=t.h5,x=t.h6,v=t.h7,f=0;f<64;++f)s=(p>>>6|p<<26)^(p>>>11|p<<21)^(p>>>25|p<<7),a=x^p&(g^x),o=(u>>>2|u<<30)^(u>>>13|u<<19)^(u>>>22|u<<10),c=u&h|l&(u^h),n=v+s+a+va[f]+e[f],i=o+c,v=x,x=g,g=p,p=d+n>>>0,d=l,l=h,h=u,u=n+i>>>0;t.h0=t.h0+u|0,t.h1=t.h1+h|0,t.h2=t.h2+l|0,t.h3=t.h3+d|0,t.h4=t.h4+p|0,t.h5=t.h5+g|0,t.h6=t.h6+x|0,t.h7=t.h7+v|0,w-=64}}});var Sa=K((Rg,Ea)=>{var Xt=Y();dt();var Nn=null;Xt.util.isNodejs&&!Xt.options.usePureJavaScript&&!process.versions["node-webkit"]&&(Nn=sr());var Wu=Ea.exports=Xt.prng=Xt.prng||{};Wu.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,l=e.plugin.increment,d=e.plugin.formatKey,p=e.plugin.formatSeed,g=Xt.util.createBuffer();e.key=null,x();function x(v){if(v)return u(v);if(g.length()>=f)return u(null,g.getBytes(f));if(e.generated>1048575&&(e.key=null),e.key===null)return Xt.util.nextTick(function(){o(x)});var w=h(e.key,e.seed);e.generated+=w.length,g.putBytes(w),e.key=d(h(e.key,l(e.seed))),e.seed=p(h(e.key,e.seed)),Xt.util.setImmediate(x)}},e.generateSync=function(f){var u=e.plugin.cipher,h=e.plugin.increment,l=e.plugin.formatKey,d=e.plugin.formatSeed;e.key=null;for(var p=Xt.util.createBuffer();p.length()<f;){e.generated>1048575&&(e.key=null),e.key===null&&s();var g=u(e.key,e.seed);e.generated+=g.length,p.putBytes(g),e.key=l(u(e.key,h(e.seed))),e.seed=d(u(e.key,e.seed))}return p.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,l){if(h)return f(h);e.collect(l),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 l=f.digest().getBytes();e.key=e.plugin.formatKey(e.keyBytes),e.seed=e.plugin.formatSeed(l),e.generated=0}function c(f){var u=null,h=Xt.util.globalScope,l=h.crypto||h.msCrypto;l&&l.getRandomValues&&(u=function(C){return l.getRandomValues(C)});var d=Xt.util.createBuffer();if(u)for(;d.length()<f;){var p=Math.max(1,Math.min(f-d.length(),65536)/4),g=new Uint32Array(Math.floor(p));try{u(g);for(var x=0;x<g.length;++x)d.putInt32(g[x])}catch(C){if(!(typeof QuotaExceededError<"u"&&C instanceof QuotaExceededError))throw C}}if(d.length()<f)for(var v,w,B,D=Math.floor(Math.random()*65536);d.length()<f;){w=16807*(D&65535),v=16807*(D>>16),w+=(v&32767)<<16,w+=v>>15,w=(w&2147483647)+(w>>31),D=w&4294967295;for(var x=0;x<3;++x)B=D>>>(x<<3),B^=Math.floor(Math.random()*256),d.putByte(B&255)}return d.getBytes(f)}return Nn?(e.seedFile=function(f,u){Nn.randomBytes(f,function(h,l){if(h)return u(h);u(null,l.toString())})},e.seedFileSync=function(f){return Nn.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="",l=0;l<u;l+=8)h+=String.fromCharCode(f>>l&255);e.collect(h)},e.registerWorker=function(f){if(f===self)e.seedFile=function(h,l){function d(p){var g=p.data;g.forge&&g.forge.prng&&(self.removeEventListener("message",d),l(g.forge.prng.err,g.forge.prng.bytes))}self.addEventListener("message",d),self.postMessage({forge:{prng:{needed:h}}})};else{var u=function(h){var l=h.data;l.forge&&l.forge.prng&&e.seedFile(l.forge.prng.needed,function(d,p){f.postMessage({forge:{prng:{err:d,bytes:p}}})})};f.addEventListener("message",u)}},e}});var Vr=K((Dg,Ui)=>{var wt=Y();ki();wa();Sa();dt();(function(){if(wt.random&&wt.random.getBytes){Ui.exports=wt.random;return}(function(t){var e={},r=new Array(4),n=wt.util.createBuffer();e.formatKey=function(h){var l=wt.util.createBuffer(h);return h=new Array(4),h[0]=l.getInt32(),h[1]=l.getInt32(),h[2]=l.getInt32(),h[3]=l.getInt32(),wt.aes._expandKey(h,!1)},e.formatSeed=function(h){var l=wt.util.createBuffer(h);return h=new Array(4),h[0]=l.getInt32(),h[1]=l.getInt32(),h[2]=l.getInt32(),h[3]=l.getInt32(),h},e.cipher=function(h,l){return wt.aes._updateBlock(h,l,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(l,d){return h.generate(l,d)},h.getBytesSync=function(l){return h.generate(l)},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,Ui.exports=wt.random})(typeof jQuery<"u"?jQuery:null)})()});var Ia=K((Ng,Ca)=>{var Dt=Y();dt();var Ki=[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],Ba=[1,2,3,5],$u=function(t,e){return t<<e&65535|(t&65535)>>16-e},Zu=function(t,e){return(t&65535)>>e|t<<16-e&65535};Ca.exports=Dt.rc2=Dt.rc2||{};Dt.rc2.expandKey=function(t,e){typeof t=="string"&&(t=Dt.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(Ki[r.at(a-1)+r.at(a-n)&255]);for(r.setAt(128-o,Ki[r.at(128-o)&s]),a=127-o;a>=0;a--)r.setAt(a,Ki[r.at(a+1)^r.at(a+o)]);return r};var Aa=function(t,e,r){var n=!1,i=null,o=null,s=null,a,c,f,u,h=[];for(t=Dt.rc2.expandKey(t,e),f=0;f<64;f++)h.push(t.getInt16Le());r?(a=function(p){for(f=0;f<4;f++)p[f]+=h[u]+(p[(f+3)%4]&p[(f+2)%4])+(~p[(f+3)%4]&p[(f+1)%4]),p[f]=$u(p[f],Ba[f]),u++},c=function(p){for(f=0;f<4;f++)p[f]+=h[p[(f+3)%4]&63]}):(a=function(p){for(f=3;f>=0;f--)p[f]=Zu(p[f],Ba[f]),p[f]-=h[u]+(p[(f+3)%4]&p[(f+2)%4])+(~p[(f+3)%4]&p[(f+1)%4]),u--},c=function(p){for(f=3;f>=0;f--)p[f]-=h[p[(f+3)%4]&63]});var l=function(p){var g=[];for(f=0;f<4;f++){var x=i.getInt16Le();s!==null&&(r?x^=s.getInt16Le():s.putInt16Le(x)),g.push(x&65535)}u=r?0:63;for(var v=0;v<p.length;v++)for(var w=0;w<p[v][0];w++)p[v][1](g);for(f=0;f<4;f++)s!==null&&(r?s.putInt16Le(g[f]):g[f]^=s.getInt16Le()),o.putInt16Le(g[f])},d=null;return d={start:function(p,g){p&&typeof p=="string"&&(p=Dt.util.createBuffer(p)),n=!1,i=Dt.util.createBuffer(),o=g||new Dt.util.createBuffer,s=p,d.output=o},update:function(p){for(n||i.putBuffer(p);i.length()>=8;)l([[5,a],[1,c],[6,a],[1,c],[5,a]])},finish:function(p){var g=!0;if(r)if(p)g=p(8,i,!r);else{var x=i.length()===8?8:8-i.length();i.fillWithByte(x,x)}if(g&&(n=!0,d.update()),!r&&(g=i.length()===0,g))if(p)g=p(8,o,!r);else{var v=o.length(),w=o.at(v-1);w>v?g=!1:o.truncate(w)}return g}},d};Dt.rc2.startEncrypting=function(t,e,r){var n=Dt.rc2.createEncryptionCipher(t,128);return n.start(e,r),n};Dt.rc2.createEncryptionCipher=function(t,e){return Aa(t,e,!0)};Dt.rc2.startDecrypting=function(t,e,r){var n=Dt.rc2.createDecryptionCipher(t,128);return n.start(e,r),n};Dt.rc2.createDecryptionCipher=function(t,e){return Aa(t,e,!1)}});var Ln=K((Pg,La)=>{var Mi=Y();La.exports=Mi.jsbn=Mi.jsbn||{};var he,Yu=0xdeadbeefcafe,Ta=(Yu&16777215)==15715070;function E(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))}Mi.jsbn.BigInteger=E;function H(){return new E(null)}function Qu(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 Xu(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 _a(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"?(E.prototype.am=_a,he=28):Ta&&navigator.appName=="Microsoft Internet Explorer"?(E.prototype.am=Xu,he=30):Ta&&navigator.appName!="Netscape"?(E.prototype.am=Qu,he=26):(E.prototype.am=_a,he=28);E.prototype.DB=he;E.prototype.DM=(1<<he)-1;E.prototype.DV=1<<he;var Oi=52;E.prototype.FV=Math.pow(2,Oi);E.prototype.F1=Oi-he;E.prototype.F2=2*he-Oi;var Ju="0123456789abcdefghijklmnopqrstuvwxyz",Pn=new Array,ar,Ut;ar="0".charCodeAt(0);for(Ut=0;Ut<=9;++Ut)Pn[ar++]=Ut;ar="a".charCodeAt(0);for(Ut=10;Ut<36;++Ut)Pn[ar++]=Ut;ar="A".charCodeAt(0);for(Ut=10;Ut<36;++Ut)Pn[ar++]=Ut;function Ra(t){return Ju.charAt(t)}function Da(t,e){var r=Pn[t.charCodeAt(e)];return r??-1}function ju(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 th(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 Be(t){var e=H();return e.fromInt(t),e}function eh(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:Da(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&&E.ZERO.subTo(this,this)}function rh(){for(var t=this.s&this.DM;this.t>0&&this.data[this.t-1]==t;)--this.t}function nh(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=Ra(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+=Ra(n));return i?o:"0"}function ih(){var t=H();return E.ZERO.subTo(this,t),t}function oh(){return this.s<0?this.negate():this}function sh(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 kn(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 ah(){return this.t<=0?0:this.DB*(this.t-1)+kn(this.data[this.t-1]^this.s&this.DM)}function ch(t,e){var r;for(r=this.t-1;r>=0;--r)e.data[r+t]=this.data[r];for(r=t-1;r>=0;--r)e.data[r]=0;e.t=this.t+t,e.s=this.s}function fh(t,e){for(var r=t;r<this.t;++r)e.data[r-t]=this.data[r];e.t=Math.max(this.t-t,0),e.s=this.s}function uh(t,e){var r=t%this.DB,n=this.DB-r,i=(1<<n)-1,o=Math.floor(t/this.DB),s=this.s<<r&this.DM,a;for(a=this.t-1;a>=0;--a)e.data[a+o+1]=this.data[a]>>n|s,s=(this.data[a]&i)<<r;for(a=o-1;a>=0;--a)e.data[a]=0;e.data[o]=s,e.t=this.t+o+1,e.s=this.s,e.clamp()}function hh(t,e){e.s=this.s;var r=Math.floor(t/this.DB);if(r>=this.t){e.t=0;return}var n=t%this.DB,i=this.DB-n,o=(1<<n)-1;e.data[0]=this.data[r]>>n;for(var s=r+1;s<this.t;++s)e.data[s-r-1]|=(this.data[s]&o)<<i,e.data[s-r]=this.data[s]>>n;n>0&&(e.data[this.t-r-1]|=(this.s&o)<<i),e.t=this.t-r,e.clamp()}function lh(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 ph(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&&E.ZERO.subTo(e,e)}function dh(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 yh(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=H());var o=H(),s=this.s,a=t.s,c=this.DB-kn(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),l=this.FV/h,d=(1<<this.F1)/h,p=1<<this.F2,g=r.t,x=g-f,v=e??H();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[--g]==u?this.DM:Math.floor(r.data[g]*l+(r.data[g-1]+p)*d);if((r.data[g]+=o.am(0,w,r,x,0,f))<w)for(o.dlShiftTo(x,v),r.subTo(v,r);r.data[g]<--w;)r.subTo(v,r)}e!=null&&(r.drShiftTo(f,e),s!=a&&E.ZERO.subTo(e,e)),r.t=f,r.clamp(),c>0&&r.rShiftTo(c,r),s<0&&E.ZERO.subTo(r,r)}}}function gh(t){var e=H();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(E.ZERO)>0&&t.subTo(e,e),e}function Ve(t){this.m=t}function mh(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t}function xh(t){return t}function vh(t){t.divRemTo(this.m,null,t)}function bh(t,e,r){t.multiplyTo(e,r),this.reduce(r)}function wh(t,e){t.squareTo(e),this.reduce(e)}Ve.prototype.convert=mh;Ve.prototype.revert=xh;Ve.prototype.reduce=vh;Ve.prototype.mulTo=bh;Ve.prototype.sqrTo=wh;function Eh(){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 qe(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 Sh(t){var e=H();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(E.ZERO)>0&&this.m.subTo(e,e),e}function Bh(t){var e=H();return t.copyTo(e),this.reduce(e),e}function Ah(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 Ch(t,e){t.squareTo(e),this.reduce(e)}function Ih(t,e,r){t.multiplyTo(e,r),this.reduce(r)}qe.prototype.convert=Sh;qe.prototype.revert=Bh;qe.prototype.reduce=Ah;qe.prototype.mulTo=Ih;qe.prototype.sqrTo=Ch;function Th(){return(this.t>0?this.data[0]&1:this.s)==0}function _h(t,e){if(t>4294967295||t<1)return E.ONE;var r=H(),n=H(),i=e.convert(this),o=kn(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 Rh(t,e){var r;return t<256||e.isEven()?r=new Ve(e):r=new qe(e),this.exp(t,r)}E.prototype.copyTo=ju;E.prototype.fromInt=th;E.prototype.fromString=eh;E.prototype.clamp=rh;E.prototype.dlShiftTo=ch;E.prototype.drShiftTo=fh;E.prototype.lShiftTo=uh;E.prototype.rShiftTo=hh;E.prototype.subTo=lh;E.prototype.multiplyTo=ph;E.prototype.squareTo=dh;E.prototype.divRemTo=yh;E.prototype.invDigit=Eh;E.prototype.isEven=Th;E.prototype.exp=_h;E.prototype.toString=nh;E.prototype.negate=ih;E.prototype.abs=oh;E.prototype.compareTo=sh;E.prototype.bitLength=ah;E.prototype.mod=gh;E.prototype.modPowInt=Rh;E.ZERO=Be(0);E.ONE=Be(1);function Dh(){var t=H();return this.copyTo(t),t}function Nh(){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 Ph(){return this.t==0?this.s:this.data[0]<<24>>24}function kh(){return this.t==0?this.s:this.data[0]<<16>>16}function Lh(t){return Math.floor(Math.LN2*this.DB/Math.log(t))}function Uh(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function Kh(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=Be(r),i=H(),o=H(),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 Mh(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=Da(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&&E.ZERO.subTo(this,this)}function Oh(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(E.ONE.shiftLeft(t-1),Fi,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(e);)this.dAddOffset(2,0),this.bitLength()>t&&this.subTo(E.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 Fh(){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 Vh(t){return this.compareTo(t)==0}function qh(t){return this.compareTo(t)<0?this:t}function zh(t){return this.compareTo(t)>0?this:t}function Hh(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 Gh(t,e){return t&e}function Wh(t){var e=H();return this.bitwiseTo(t,Gh,e),e}function Fi(t,e){return t|e}function $h(t){var e=H();return this.bitwiseTo(t,Fi,e),e}function Na(t,e){return t^e}function Zh(t){var e=H();return this.bitwiseTo(t,Na,e),e}function Pa(t,e){return t&~e}function Yh(t){var e=H();return this.bitwiseTo(t,Pa,e),e}function Qh(){for(var t=H(),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 Xh(t){var e=H();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e}function Jh(t){var e=H();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e}function jh(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 tl(){for(var t=0;t<this.t;++t)if(this.data[t]!=0)return t*this.DB+jh(this.data[t]);return this.s<0?this.t*this.DB:-1}function el(t){for(var e=0;t!=0;)t&=t-1,++e;return e}function rl(){for(var t=0,e=this.s&this.DM,r=0;r<this.t;++r)t+=el(this.data[r]^e);return t}function nl(t){var e=Math.floor(t/this.DB);return e>=this.t?this.s!=0:(this.data[e]&1<<t%this.DB)!=0}function il(t,e){var r=E.ONE.shiftLeft(t);return this.bitwiseTo(r,e,r),r}function ol(t){return this.changeBit(t,Fi)}function sl(t){return this.changeBit(t,Pa)}function al(t){return this.changeBit(t,Na)}function cl(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 fl(t){var e=H();return this.addTo(t,e),e}function ul(t){var e=H();return this.subTo(t,e),e}function hl(t){var e=H();return this.multiplyTo(t,e),e}function ll(t){var e=H();return this.divRemTo(t,e,null),e}function pl(t){var e=H();return this.divRemTo(t,null,e),e}function dl(t){var e=H(),r=H();return this.divRemTo(t,e,r),new Array(e,r)}function yl(t){this.data[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()}function gl(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 qr(){}function ka(t){return t}function ml(t,e,r){t.multiplyTo(e,r)}function xl(t,e){t.squareTo(e)}qr.prototype.convert=ka;qr.prototype.revert=ka;qr.prototype.mulTo=ml;qr.prototype.sqrTo=xl;function vl(t){return this.exp(t,new qr)}function bl(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 wl(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 cr(t){this.r2=H(),this.q3=H(),E.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t),this.m=t}function El(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=H();return t.copyTo(e),this.reduce(e),e}function Sl(t){return t}function Bl(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 Al(t,e){t.squareTo(e),this.reduce(e)}function Cl(t,e,r){t.multiplyTo(e,r),this.reduce(r)}cr.prototype.convert=El;cr.prototype.revert=Sl;cr.prototype.reduce=Bl;cr.prototype.mulTo=Cl;cr.prototype.sqrTo=Al;function Il(t,e){var r=t.bitLength(),n,i=Be(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 Ve(e):e.isEven()?o=new cr(e):o=new qe(e);var s=new Array,a=3,c=n-1,f=(1<<n)-1;if(s[1]=o.convert(this),n>1){var u=H();for(o.sqrTo(s[1],u);a<=f;)s[a]=H(),o.mulTo(u,s[a-2],s[a]),a+=2}var h=t.t-1,l,d=!0,p=H(),g;for(r=kn(t.data[h])-1;h>=0;){for(r>=c?l=t.data[h]>>r-c&f:(l=(t.data[h]&(1<<r+1)-1)<<c-r,h>0&&(l|=t.data[h-1]>>this.DB+r-c)),a=n;!(l&1);)l>>=1,--a;if((r-=a)<0&&(r+=this.DB,--h),d)s[l].copyTo(i),d=!1;else{for(;a>1;)o.sqrTo(i,p),o.sqrTo(p,i),a-=2;a>0?o.sqrTo(i,p):(g=i,i=p,p=g),o.mulTo(p,s[l],i)}for(;h>=0&&!(t.data[h]&1<<r);)o.sqrTo(i,p),g=i,i=p,p=g,--r<0&&(r=this.DB-1,--h)}return o.revert(i)}function Tl(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 _l(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 Rl(t){var e=t.isEven();if(this.isEven()&&e||t.signum()==0)return E.ZERO;for(var r=t.clone(),n=this.clone(),i=Be(1),o=Be(0),s=Be(0),a=Be(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(E.ONE)!=0)return E.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 qt=[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],Dl=(1<<26)/qt[qt.length-1];function Nl(t){var e,r=this.abs();if(r.t==1&&r.data[0]<=qt[qt.length-1]){for(e=0;e<qt.length;++e)if(r.data[0]==qt[e])return!0;return!1}if(r.isEven())return!1;for(e=1;e<qt.length;){for(var n=qt[e],i=e+1;i<qt.length&&n<Dl;)n*=qt[i++];for(n=r.modInt(n);e<i;)if(n%qt[e++]==0)return!1}return r.millerRabin(t)}function Pl(t){var e=this.subtract(E.ONE),r=e.getLowestSetBit();if(r<=0)return!1;for(var n=e.shiftRight(r),i=kl(),o,s=0;s<t;++s){do o=new E(this.bitLength(),i);while(o.compareTo(E.ONE)<=0||o.compareTo(e)>=0);var a=o.modPow(n,this);if(a.compareTo(E.ONE)!=0&&a.compareTo(e)!=0){for(var c=1;c++<r&&a.compareTo(e)!=0;)if(a=a.modPowInt(2,this),a.compareTo(E.ONE)==0)return!1;if(a.compareTo(e)!=0)return!1}}return!0}function kl(){return{nextBytes:function(t){for(var e=0;e<t.length;++e)t[e]=Math.floor(Math.random()*256)}}}E.prototype.chunkSize=Lh;E.prototype.toRadix=Kh;E.prototype.fromRadix=Mh;E.prototype.fromNumber=Oh;E.prototype.bitwiseTo=Hh;E.prototype.changeBit=il;E.prototype.addTo=cl;E.prototype.dMultiply=yl;E.prototype.dAddOffset=gl;E.prototype.multiplyLowerTo=bl;E.prototype.multiplyUpperTo=wl;E.prototype.modInt=_l;E.prototype.millerRabin=Pl;E.prototype.clone=Dh;E.prototype.intValue=Nh;E.prototype.byteValue=Ph;E.prototype.shortValue=kh;E.prototype.signum=Uh;E.prototype.toByteArray=Fh;E.prototype.equals=Vh;E.prototype.min=qh;E.prototype.max=zh;E.prototype.and=Wh;E.prototype.or=$h;E.prototype.xor=Zh;E.prototype.andNot=Yh;E.prototype.not=Qh;E.prototype.shiftLeft=Xh;E.prototype.shiftRight=Jh;E.prototype.getLowestSetBit=tl;E.prototype.bitCount=rl;E.prototype.testBit=nl;E.prototype.setBit=ol;E.prototype.clearBit=sl;E.prototype.flipBit=al;E.prototype.add=fl;E.prototype.subtract=ul;E.prototype.multiply=hl;E.prototype.divide=ll;E.prototype.remainder=pl;E.prototype.divideAndRemainder=dl;E.prototype.modPow=Il;E.prototype.modInverse=Rl;E.prototype.pow=vl;E.prototype.gcd=Tl;E.prototype.isProbablePrime=Nl});var Fa=K((kg,Oa)=>{var Jt=Y();Fe();dt();var Ka=Oa.exports=Jt.sha1=Jt.sha1||{};Jt.md.sha1=Jt.md.algorithms.sha1=Ka;Ka.create=function(){Ma||Ll();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),Ua(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(Vi.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};Ua(h,r,i);var l=Jt.util.createBuffer();return l.putInt32(h.h0),l.putInt32(h.h1),l.putInt32(h.h2),l.putInt32(h.h3),l.putInt32(h.h4),l},n};var Vi=null,Ma=!1;function Ll(){Vi=String.fromCharCode(128),Vi+=Jt.util.fillString(String.fromCharCode(0),64),Ma=!0}function Ua(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 za=K((Lg,qa)=>{var jt=Y();dt();Vr();Fa();var Va=qa.exports=jt.pkcs1=jt.pkcs1||{};Va.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=jt.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="",l=c-e.length,d=0;d<l;d++)h+="\0";var p=u.getBytes()+h+""+e;if(!i)i=jt.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 g=Un(i,a-o.digestLength-1,s),x=jt.util.xorBytes(p,g,p.length),v=Un(x,o.digestLength,s),w=jt.util.xorBytes(i,v,i.length);return"\0"+w+x};Va.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=jt.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=Un(u,i.digestLength,o),l=jt.util.xorBytes(f,h,f.length),d=Un(l,s-i.digestLength-1,o),p=jt.util.xorBytes(u,d,u.length),g=p.substring(0,i.digestLength),x=c!=="\0",v=0;v<i.digestLength;++v)x|=a.charAt(v)!==g.charAt(v);for(var w=1,B=i.digestLength,D=i.digestLength;D<p.length;D++){var C=p.charCodeAt(D),I=C&1^1,L=w?65534:0;x|=C&L,w=w&I,B+=w}if(x||p.charCodeAt(B)!==1)throw new Error("Invalid RSAES-OAEP padding.");return p.substring(B+1)};function Un(t,e,r){r||(r=jt.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 Ha=K((Ug,qi)=>{var Ae=Y();dt();Ln();Vr();(function(){if(Ae.prime){qi.exports=Ae.prime;return}var t=qi.exports=Ae.prime=Ae.prime||{},e=Ae.jsbn.BigInteger,r=[6,4,2,4,2,4,6,2],n=new e(null);n.fromInt(30);var i=function(h,l){return h|l};t.generateProbablePrime=function(h,l,d){typeof l=="function"&&(d=l,l={}),l=l||{};var p=l.algorithm||"PRIMEINC";typeof p=="string"&&(p={name:p}),p.options=p.options||{};var g=l.prng||Ae.random,x={nextBytes:function(v){for(var w=g.getBytesSync(v.length),B=0;B<v.length;++B)v[B]=w.charCodeAt(B)}};if(p.name==="PRIMEINC")return o(h,x,p.options,d);throw new Error("Invalid prime generation algorithm: "+p.name)};function o(h,l,d,p){return"workers"in d?c(h,l,d,p):s(h,l,d,p)}function s(h,l,d,p){var g=f(h,l),x=0,v=u(g.bitLength());"millerRabinTests"in d&&(v=d.millerRabinTests);var w=10;"maxBlockTime"in d&&(w=d.maxBlockTime),a(g,h,l,x,v,w,p)}function a(h,l,d,p,g,x,v){var w=+new Date;do{if(h.bitLength()>l&&(h=f(l,d)),h.isProbablePrime(g))return v(null,h);h.dAddOffset(r[p++%8],0)}while(x<0||+new Date-w<x);Ae.util.setImmediate(function(){a(h,l,d,p,g,x,v)})}function c(h,l,d,p){if(typeof Worker>"u")return s(h,l,d,p);var g=f(h,l),x=d.workers,v=d.workLoad||100,w=v*30/8,B=d.workerScript||"forge/prime.worker.js";if(x===-1)return Ae.util.estimateCores(function(C,I){C&&(I=2),x=I-1,D()});D();function D(){x=Math.max(1,x);for(var C=[],I=0;I<x;++I)C[I]=new Worker(B);for(var L=x,I=0;I<x;++I)C[I].addEventListener("message",st);var M=!1;function st(Ft){if(!M){--L;var Pt=Ft.data;if(Pt.found){for(var Ct=0;Ct<C.length;++Ct)C[Ct].terminate();return M=!0,p(null,new e(Pt.prime,16))}g.bitLength()>h&&(g=f(h,l));var nr=g.toString(16);Ft.target.postMessage({hex:nr,workLoad:v}),g.dAddOffset(w,0)}}}}function f(h,l){var d=new e(h,l),p=h-1;return d.testBit(p)||d.bitwiseTo(e.ONE.shiftLeft(p),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 Mn=K((Kg,Xa)=>{var P=Y();Fr();Ln();Sn();za();Ha();Vr();dt();typeof V>"u"&&(V=P.jsbn.BigInteger);var V,zi=P.util.isNodejs?sr():null,m=P.asn1,Kt=P.util;P.pki=P.pki||{};Xa.exports=P.pki.rsa=P.rsa=P.rsa||{};var U=P.pki,Ul=[6,4,2,4,2,4,6,2],Kl={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"}]},Ml={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"}]},Ol={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"}]},Fl=P.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"}]}]},Vl={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"}]},ql=function(t){var e;if(t.algorithm in U.oids)e=U.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()},Ya=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(V.ONE))),e.dQ||(e.dQ=e.d.mod(e.q.subtract(V.ONE))),e.qInv||(e.qInv=e.q.modInverse(e.p));var n;do n=new V(P.util.bytesToHex(P.random.getBytes(e.n.bitLength()/8)),16);while(n.compareTo(e.n)>=0||!n.gcd(e.n).equals(V.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};U.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=Qa(t,e,r)):(i=P.util.createBuffer(),i.putBytes(t));for(var s=new V(i.toHex(),16),a=Ya(s,e,n),c=a.toString(16),f=P.util.createBuffer(),u=o-Math.ceil(c.length/2);u>0;)f.putByte(0),--u;return f.putBytes(P.util.hexToBytes(c)),f.getBytes()};U.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 V(P.util.createBuffer(t).toHex(),16);if(s.compareTo(e.n)>=0)throw new Error("Encrypted message is invalid.");for(var a=Ya(s,e,r),c=a.toString(16),f=P.util.createBuffer(),u=i-Math.ceil(c.length/2);u>0;)f.putByte(0),--u;return f.putBytes(P.util.hexToBytes(c)),n!==!1?Kn(f.getBytes(),e,r):f.getBytes()};U.rsa.createKeyPairGenerationState=function(t,e,r){typeof t=="string"&&(t=parseInt(t,10)),t=t||2048,r=r||{};var n=r.prng||P.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 V(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};U.rsa.stepKeyPairGenerationState=function(t,e){"algorithm"in t||(t.algorithm="PRIMEINC");var r=new V(null);r.fromInt(30);for(var n=0,i=function(h,l){return h|l},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 V(c,t.rng),t.num.testBit(f)||t.num.bitwiseTo(V.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(Hl(t.num.bitLength()))?++t.pqState:t.num.dAddOffset(Ul[n++%8],0):t.pqState===2?t.pqState=t.num.subtract(V.ONE).gcd(t.e).compareTo(V.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(V.ONE),t.q1=t.q.subtract(V.ONE),t.phi=t.p1.multiply(t.q1),++t.state;else if(t.state===3)t.phi.gcd(t.e).compareTo(V.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:U.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:U.rsa.setPublicKey(t.n,t.e)}}s=+new Date,a+=s-o,o=s}return t.keys!==null};U.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),!P.options.usePureJavaScript&&!r.prng&&t>=256&&t<=16384&&(e===65537||e===3)){if(n){if(Ga("generateKeyPair"))return zi.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:U.privateKeyFromPem(f),publicKey:U.publicKeyFromPem(c)})});if(Wa("generateKey")&&Wa("exportKey"))return Kt.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:Za(e),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(a){return Kt.globalScope.crypto.subtle.exportKey("pkcs8",a.privateKey)}).then(void 0,function(a){n(a)}).then(function(a){if(a){var c=U.privateKeyFromAsn1(m.fromDer(P.util.createBuffer(a)));n(null,{privateKey:c,publicKey:U.setRsaPublicKey(c.n,c.e)})}});if($a("generateKey")&&$a("exportKey")){var i=Kt.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:Za(e),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(a){var c=a.target.result,f=Kt.globalScope.msCrypto.subtle.exportKey("pkcs8",c.privateKey);f.oncomplete=function(u){var h=u.target.result,l=U.privateKeyFromAsn1(m.fromDer(P.util.createBuffer(h)));n(null,{privateKey:l,publicKey:U.setRsaPublicKey(l.n,l.e)})},f.onerror=function(u){n(u)}},i.onerror=function(a){n(a)};return}}else if(Ga("generateKeyPairSync")){var o=zi.generateKeyPairSync("rsa",{modulusLength:t,publicExponent:e,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:U.privateKeyFromPem(o.privateKey),publicKey:U.publicKeyFromPem(o.publicKey)}}}var s=U.rsa.createKeyPairGenerationState(t,e,r);if(!n)return U.rsa.stepKeyPairGenerationState(s,0),s.keys;zl(s,r,n)};U.setRsaPublicKey=U.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 Qa(a,c,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(a,c){return P.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 U.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=Kn(f,r,!0);var u=m.fromDer(f,{parseAllBytes:s._parseAllDigestBytes}),h={},l=[];if(!m.validate(u,Vl,h,l)){var d=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw d.errors=l,d}var p=m.derToOid(h.algorithmIdentifier);if(!(p===P.oids.md2||p===P.oids.md5||p===P.oids.sha1||p===P.oids.sha224||p===P.oids.sha256||p===P.oids.sha384||p===P.oids.sha512||p===P.oids["sha512-224"]||p===P.oids["sha512-256"])){var d=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw d.oid=p,d}if((p===P.oids.md2||p===P.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=Kn(f,r,!0),c===f}});var a=U.rsa.decrypt(i,r,!0,!1);return o.verify(n,a,r.n.bitLength())},r};U.setRsaPrivateKey=U.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 l=U.rsa.decrypt(f,c,!1,!1);if(u==="RSAES-PKCS1-V1_5")u={decode:Kn};else if(u==="RSA-OAEP"||u==="RSAES-OAEP")u={decode:function(d,p){return P.pkcs1.decode_rsa_oaep(p,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(l,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:ql},h=1):(u==="NONE"||u==="NULL"||u===null)&&(u={encode:function(){return f}},h=1);var l=u.encode(f,c.n.bitLength());return U.rsa.encrypt(l,c,h)},c};U.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(U.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())])};U.privateKeyFromAsn1=function(t){var e={},r=[];if(m.validate(t,Kl,e,r)&&(t=m.fromDer(P.util.createBuffer(e.privateKey))),e={},r=[],!m.validate(t,Ml,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=P.util.createBuffer(e.privateKeyModulus).toHex(),o=P.util.createBuffer(e.privateKeyPublicExponent).toHex(),s=P.util.createBuffer(e.privateKeyPrivateExponent).toHex(),a=P.util.createBuffer(e.privateKeyPrime1).toHex(),c=P.util.createBuffer(e.privateKeyPrime2).toHex(),f=P.util.createBuffer(e.privateKeyExponent1).toHex(),u=P.util.createBuffer(e.privateKeyExponent2).toHex(),h=P.util.createBuffer(e.privateKeyCoefficient).toHex(),U.setRsaPrivateKey(new V(i,16),new V(o,16),new V(s,16),new V(a,16),new V(c,16),new V(f,16),new V(u,16),new V(h,16))};U.privateKeyToAsn1=U.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,te(t.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,te(t.e)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,te(t.d)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,te(t.p)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,te(t.q)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,te(t.dP)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,te(t.dQ)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,te(t.qInv))])};U.publicKeyFromAsn1=function(t){var e={},r=[];if(m.validate(t,Fl,e,r)){var n=m.derToOid(e.publicKeyOid);if(n!==U.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,Ol,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=P.util.createBuffer(e.publicKeyModulus).toHex(),s=P.util.createBuffer(e.publicKeyExponent).toHex();return U.setRsaPublicKey(new V(o,16),new V(s,16))};U.publicKeyToAsn1=U.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(U.oids.rsaEncryption).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,"")]),m.create(m.Class.UNIVERSAL,m.Type.BITSTRING,!1,[U.publicKeyToRSAPublicKey(t)])])};U.publicKeyToRSAPublicKey=function(t){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,te(t.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,te(t.e))])};function Qa(t,e,r){var n=P.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=P.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 Kn(t,e,r,n){var i=Math.ceil(e.n.bitLength()/8),o=P.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 zl(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){P.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(V.ONE).gcd(t.e).compareTo(V.ONE)!==0){t.p=null,i();return}if(t.q.subtract(V.ONE).gcd(t.e).compareTo(V.ONE)!==0){t.q=null,o(t.qBits,s);return}if(t.p1=t.p.subtract(V.ONE),t.q1=t.q.subtract(V.ONE),t.phi=t.p1.multiply(t.q1),t.phi.gcd(t.e).compareTo(V.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:U.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:U.rsa.setPublicKey(t.n,t.e)},r(null,t.keys)}}function te(t){var e=t.toString(16);e[0]>="8"&&(e="00"+e);var r=P.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 Hl(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 Ga(t){return P.util.isNodejs&&typeof zi[t]=="function"}function Wa(t){return typeof Kt.globalScope<"u"&&typeof Kt.globalScope.crypto=="object"&&typeof Kt.globalScope.crypto.subtle=="object"&&typeof Kt.globalScope.crypto.subtle[t]=="function"}function $a(t){return typeof Kt.globalScope<"u"&&typeof Kt.globalScope.msCrypto=="object"&&typeof Kt.globalScope.msCrypto.subtle=="object"&&typeof Kt.globalScope.msCrypto.subtle[t]=="function"}function Za(t){for(var e=P.util.hexToBytes(t.toString(16)),r=new Uint8Array(e.length),n=0;n<e.length;++n)r[n]=e.charCodeAt(n);return r}});var n0=K((Mg,r0)=>{var _=Y();ki();Fr();aa();Fe();Sn();la();ya();Vr();Ia();Mn();dt();typeof Ja>"u"&&(Ja=_.jsbn.BigInteger);var Ja,b=_.asn1,O=_.pki=_.pki||{};r0.exports=O.pbe=_.pbe=_.pbe||{};var ze=O.oids,Gl={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"}]},Wl={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"}]}]},$l={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"}]};O.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=_.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=ze["aes128-CBC"],h=_.aes.createEncryptionCipher;break;case"aes192":s=24,f=16,u=ze["aes192-CBC"],h=_.aes.createEncryptionCipher;break;case"aes256":s=32,f=16,u=ze["aes256-CBC"],h=_.aes.createEncryptionCipher;break;case"des":s=8,f=8,u=ze.desCBC,h=_.des.createEncryptionCipher;break;default:var l=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw l.algorithm=r.algorithm,l}var d="hmacWith"+r.prfAlgorithm.toUpperCase(),p=e0(d),g=_.pkcs5.pbkdf2(e,n,i,s,p),x=_.random.getBytesSync(f),v=h(g);v.start(x),v.update(b.toDer(t)),v.finish(),c=v.output.getBytes();var w=Zl(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(ze.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(ze.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 B=new _.util.ByteBuffer(n),g=O.pbe.generatePkcs12Key(e,B,1,i,s),x=O.pbe.generatePkcs12Key(e,B,2,i,s),v=_.des.createEncryptionCipher(g);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(ze["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 l=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw l.algorithm=r.algorithm,l}var D=b.create(b.Class.UNIVERSAL,b.Type.SEQUENCE,!0,[a,b.create(b.Class.UNIVERSAL,b.Type.OCTETSTRING,!1,c)]);return D};O.decryptPrivateKeyInfo=function(t,e){var r=null,n={},i=[];if(!b.validate(t,Gl,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=O.pbe.getCipher(s,n.encryptionParams,e),c=_.util.createBuffer(n.encryptedData);return a.update(c),a.finish()&&(r=b.fromDer(a.output)),r};O.encryptedPrivateKeyToPem=function(t,e){var r={type:"ENCRYPTED PRIVATE KEY",body:b.toDer(t).getBytes()};return _.pem.encode(r,{maxline:e})};O.encryptedPrivateKeyFromPem=function(t){var e=_.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)};O.encryptRsaPrivateKey=function(t,e,r){if(r=r||{},!r.legacy){var n=O.wrapRsaPrivateKey(O.privateKeyToAsn1(t));return n=O.encryptPrivateKeyInfo(n,e,r),O.encryptedPrivateKeyToPem(n)}var i,o,s,a;switch(r.algorithm){case"aes128":i="AES-128-CBC",s=16,o=_.random.getBytesSync(16),a=_.aes.createEncryptionCipher;break;case"aes192":i="AES-192-CBC",s=24,o=_.random.getBytesSync(16),a=_.aes.createEncryptionCipher;break;case"aes256":i="AES-256-CBC",s=32,o=_.random.getBytesSync(16),a=_.aes.createEncryptionCipher;break;case"3des":i="DES-EDE3-CBC",s=24,o=_.random.getBytesSync(8),a=_.des.createEncryptionCipher;break;case"des":i="DES-CBC",s=8,o=_.random.getBytesSync(8),a=_.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=_.pbe.opensslDeriveBytes(e,o.substr(0,8),s),u=a(f);u.start(o),u.update(b.toDer(O.privateKeyToAsn1(t))),u.finish();var h={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:i,parameters:_.util.bytesToHex(o).toUpperCase()},body:u.output.getBytes()};return _.pem.encode(h)};O.decryptRsaPrivateKey=function(t,e){var r=null,n=_.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=_.des.createDecryptionCipher;break;case"DES-EDE3-CBC":o=24,s=_.des.createDecryptionCipher;break;case"AES-128-CBC":o=16,s=_.aes.createDecryptionCipher;break;case"AES-192-CBC":o=24,s=_.aes.createDecryptionCipher;break;case"AES-256-CBC":o=32,s=_.aes.createDecryptionCipher;break;case"RC2-40-CBC":o=5,s=function(h){return _.rc2.createDecryptionCipher(h,40)};break;case"RC2-64-CBC":o=8,s=function(h){return _.rc2.createDecryptionCipher(h,64)};break;case"RC2-128-CBC":o=16,s=function(h){return _.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=_.util.hexToBytes(n.dekInfo.parameters),c=_.pbe.opensslDeriveBytes(e,a.substr(0,8),o),f=s(c);if(f.start(a),f.update(_.util.createBuffer(n.body)),f.finish())r=f.output.getBytes();else return r}else r=n.body;return n.type==="ENCRYPTED PRIVATE KEY"?r=O.decryptPrivateKeyInfo(b.fromDer(r),e):r=b.fromDer(r),r!==null&&(r=O.privateKeyFromAsn1(r)),r};O.pbe.generatePkcs12Key=function(t,e,r,n,i,o){var s,a;if(typeof o>"u"||o===null){if(!("sha1"in _.md))throw new Error('"sha1" hash algorithm unavailable.');o=_.md.sha1.create()}var c=o.digestLength,f=o.blockLength,u=new _.util.ByteBuffer,h=new _.util.ByteBuffer;if(t!=null){for(a=0;a<t.length;a++)h.putInt16(t.charCodeAt(a));h.putInt16(0)}var l=h.length(),d=e.length(),p=new _.util.ByteBuffer;p.fillWithByte(r,f);var g=f*Math.ceil(d/f),x=new _.util.ByteBuffer;for(a=0;a<g;a++)x.putByte(e.at(a%d));var v=f*Math.ceil(l/f),w=new _.util.ByteBuffer;for(a=0;a<v;a++)w.putByte(h.at(a%l));var B=x;B.putBuffer(w);for(var D=Math.ceil(i/c),C=1;C<=D;C++){var I=new _.util.ByteBuffer;I.putBytes(p.bytes()),I.putBytes(B.bytes());for(var L=0;L<n;L++)o.start(),o.update(I.getBytes()),I=o.digest();var M=new _.util.ByteBuffer;for(a=0;a<f;a++)M.putByte(I.at(a%c));var st=Math.ceil(d/f)+Math.ceil(l/f),Ft=new _.util.ByteBuffer;for(s=0;s<st;s++){var Pt=new _.util.ByteBuffer(B.getBytes(f)),Ct=511;for(a=M.length()-1;a>=0;a--)Ct=Ct>>8,Ct+=M.at(a)+Pt.at(a),Pt.setAt(a,Ct&255);Ft.putBuffer(Pt)}B=Ft,u.putBuffer(I)}return u.truncate(u.length()-i),u};O.pbe.getCipher=function(t,e,r){switch(t){case O.oids.pkcs5PBES2:return O.pbe.getCipherForPBES2(t,e,r);case O.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case O.oids["pbewithSHAAnd40BitRC2-CBC"]:return O.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}};O.pbe.getCipherForPBES2=function(t,e,r){var n={},i=[];if(!b.validate(e,Wl,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!==O.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!==O.oids["aes128-CBC"]&&t!==O.oids["aes192-CBC"]&&t!==O.oids["aes256-CBC"]&&t!==O.oids["des-EDE3-CBC"]&&t!==O.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=_.util.createBuffer(n.kdfIterationCount);a=a.getInt(a.length()<<3);var c,f;switch(O.oids[t]){case"aes128-CBC":c=16,f=_.aes.createDecryptionCipher;break;case"aes192-CBC":c=24,f=_.aes.createDecryptionCipher;break;case"aes256-CBC":c=32,f=_.aes.createDecryptionCipher;break;case"des-EDE3-CBC":c=24,f=_.des.createDecryptionCipher;break;case"desCBC":c=8,f=_.des.createDecryptionCipher;break}var u=t0(n.prfOid),h=_.pkcs5.pbkdf2(r,s,a,c,u),l=n.encIv,d=f(h);return d.start(l),d};O.pbe.getCipherForPKCS12PBE=function(t,e,r){var n={},i=[];if(!b.validate(e,$l,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=_.util.createBuffer(n.salt),a=_.util.createBuffer(n.iterations);a=a.getInt(a.length()<<3);var c,f,u;switch(t){case O.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:c=24,f=8,u=_.des.startDecrypting;break;case O.oids["pbewithSHAAnd40BitRC2-CBC"]:c=5,f=8,u=function(g,x){var v=_.rc2.createDecryptionCipher(g,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=t0(n.prfOid),l=O.pbe.generatePkcs12Key(r,s,1,a,c,h);h.start();var d=O.pbe.generatePkcs12Key(r,s,2,a,f,h);return u(l,d)};O.pbe.opensslDeriveBytes=function(t,e,r,n){if(typeof n>"u"||n===null){if(!("md5"in _.md))throw new Error('"md5" hash algorithm unavailable.');n=_.md.md5.create()}e===null&&(e="");for(var i=[ja(n,t+e)],o=16,s=1;o<r;++s,o+=16)i.push(ja(n,i[s-1]+t+e));return i.join("").substr(0,r)};function ja(t,e){return t.start().update(e).digest().getBytes()}function t0(t){var e;if(!t)e="hmacWithSHA1";else if(e=O.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 e0(e)}function e0(t){var e=_.md;switch(t){case"hmacWithSHA224":e=_.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 Zl(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,_.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(O.oids[n]).getBytes()),b.create(b.Class.UNIVERSAL,b.Type.NULL,!1,"")])),i}});var ec=K((j2,tc)=>{"use strict";tc.exports=Xd;function Xd(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),l=0;l<h.length;)h[l++]=arguments[l];a.apply(null,h)}};try{t.apply(e||null,r)}catch(f){o&&(o=!1,c(f))}})}});var oc=K(ic=>{"use strict";var Yn=ic;Yn.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 br=new Array(64),nc=new Array(123);for(zt=0;zt<64;)nc[br[zt]=zt<26?zt+65:zt<52?zt+71:zt<62?zt-4:zt-59|43]=zt++;var zt;Yn.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++]=br[f>>2],c=(f&3)<<4,a=1;break;case 1:o[s++]=br[c|f>>4],c=(f&15)<<2,a=2;break;case 2:o[s++]=br[c|f>>6],o[s++]=br[f&63],a=0;break}s>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,o)),s=0)}return a&&(o[s++]=br[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 rc="invalid encoding";Yn.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=nc[c])===void 0)throw Error(rc);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(rc);return n-i};Yn.test=function(e){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(e)}});var ac=K((em,sc)=>{"use strict";sc.exports=Qn;function Qn(){this._listeners={}}Qn.prototype.on=function(e,r,n){return(this._listeners[e]||(this._listeners[e]=[])).push({fn:r,ctx:n||this}),this};Qn.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};Qn.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 dc=K((rm,pc)=>{"use strict";pc.exports=cc(cc);function cc(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,fc),t.writeFloatBE=e.bind(null,uc);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,hc),t.readFloatBE=r.bind(null,lc)}(),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,fc,0,4),t.writeDoubleBE=e.bind(null,uc,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,l=4294967296*(f&1048575)+c;return h===2047?l?NaN:u*(1/0):h===0?u*5e-324*l:u*Math.pow(2,h-1075)*(l+4503599627370496)}t.readDoubleLE=r.bind(null,hc,0,4),t.readDoubleBE=r.bind(null,lc,4,0)}(),t}function fc(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 uc(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 hc(t,e){return(t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24)>>>0}function lc(t,e){return(t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3])>>>0}});var yc=K((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 mc=K(gc=>{"use strict";var ko=gc;ko.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};ko.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))};ko.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 vc=K((im,xc)=>{"use strict";xc.exports=Jd;function Jd(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 wc=K((om,bc)=>{"use strict";bc.exports=St;var tn=Qe();function St(t,e){this.lo=t>>>0,this.hi=e>>>0}var Ye=St.zero=new St(0,0);Ye.toNumber=function(){return 0};Ye.zzEncode=Ye.zzDecode=function(){return this};Ye.length=function(){return 1};var jd=St.zeroHash="\0\0\0\0\0\0\0\0";St.fromNumber=function(e){if(e===0)return Ye;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(tn.isString(e))if(tn.Long)e=tn.Long.fromString(e);else return St.fromNumber(parseInt(e,10));return e.low||e.high?new St(e.low>>>0,e.high>>>0):Ye};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 tn.Long?new tn.Long(this.lo|0,this.hi|0,!!e):{low:this.lo|0,high:this.hi|0,unsigned:!!e}};var ke=String.prototype.charCodeAt;St.fromHash=function(e){return e===jd?Ye:new St((ke.call(e,0)|ke.call(e,1)<<8|ke.call(e,2)<<16|ke.call(e,3)<<24)>>>0,(ke.call(e,4)|ke.call(e,5)<<8|ke.call(e,6)<<16|ke.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 Qe=K(Lo=>{"use strict";var N=Lo;N.asPromise=ec();N.base64=oc();N.EventEmitter=ac();N.float=dc();N.inquire=yc();N.utf8=mc();N.pool=vc();N.LongBits=wc();N.isNode=!!(typeof globalThis<"u"&&globalThis&&globalThis.process&&globalThis.process.versions&&globalThis.process.versions.node);N.global=N.isNode&&globalThis||typeof window<"u"&&window||typeof self<"u"&&self||Lo;N.emptyArray=Object.freeze?Object.freeze([]):[];N.emptyObject=Object.freeze?Object.freeze({}):{};N.isInteger=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e};N.isString=function(e){return typeof e=="string"||e instanceof String};N.isObject=function(e){return e&&typeof e=="object"};N.isset=N.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};N.Buffer=function(){try{var t=N.inquire("buffer").Buffer;return t.prototype.utf8Write?t:null}catch{return null}}();N._Buffer_from=null;N._Buffer_allocUnsafe=null;N.newBuffer=function(e){return typeof e=="number"?N.Buffer?N._Buffer_allocUnsafe(e):new N.Array(e):N.Buffer?N._Buffer_from(e):typeof Uint8Array>"u"?e:new Uint8Array(e)};N.Array=typeof Uint8Array<"u"?Uint8Array:Array;N.Long=N.global.dcodeIO&&N.global.dcodeIO.Long||N.global.Long||N.inquire("long");N.key2Re=/^true|false|0|1$/;N.key32Re=/^-?(?:0|[1-9][0-9]*)$/;N.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;N.longToHash=function(e){return e?N.LongBits.from(e).toHash():N.LongBits.zeroHash};N.longFromHash=function(e,r){var n=N.LongBits.fromHash(e);return N.Long?N.Long.fromBits(n.lo,n.hi,r):n.toNumber(!!r)};function Ec(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}N.merge=Ec;N.lcFirst=function(e){return e.charAt(0).toLowerCase()+e.substring(1)};function Sc(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&&Ec(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}N.newError=Sc;N.ProtocolError=Sc("ProtocolError");N.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]}};N.oneOfSetter=function(e){return function(r){for(var n=0;n<e.length;++n)e[n]!==r&&delete this[e[n]]}};N.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};N._configure=function(){var t=N.Buffer;if(!t){N._Buffer_from=N._Buffer_allocUnsafe=null;return}N._Buffer_from=t.from!==Uint8Array.from&&t.from||function(r,n){return new t(r,n)},N._Buffer_allocUnsafe=t.allocUnsafe||function(r){return new t(r)}}});var Mo=K((am,Tc)=>{"use strict";Tc.exports=lt;var ie=Qe(),Ko,Cc=ie.LongBits,ty=ie.utf8;function Ht(t,e){return RangeError("index out of range: "+t.pos+" + "+(e||1)+" > "+t.len)}function lt(t){this.buf=t,this.pos=0,this.len=t.length}var Bc=typeof Uint8Array<"u"?function(e){if(e instanceof Uint8Array||Array.isArray(e))return new lt(e);throw Error("illegal buffer")}:function(e){if(Array.isArray(e))return new lt(e);throw Error("illegal buffer")},Ic=function(){return ie.Buffer?function(r){return(lt.create=function(i){return ie.Buffer.isBuffer(i)?new Ko(i):Bc(i)})(r)}:Bc};lt.create=Ic();lt.prototype._slice=ie.Array.prototype.subarray||ie.Array.prototype.slice;lt.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,Ht(this,10);return e}}();lt.prototype.int32=function(){return this.uint32()|0};lt.prototype.sint32=function(){var e=this.uint32();return e>>>1^-(e&1)|0};function Uo(){var t=new Cc(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 Ht(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 Ht(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")}lt.prototype.bool=function(){return this.uint32()!==0};function Xn(t,e){return(t[e-4]|t[e-3]<<8|t[e-2]<<16|t[e-1]<<24)>>>0}lt.prototype.fixed32=function(){if(this.pos+4>this.len)throw Ht(this,4);return Xn(this.buf,this.pos+=4)};lt.prototype.sfixed32=function(){if(this.pos+4>this.len)throw Ht(this,4);return Xn(this.buf,this.pos+=4)|0};function Ac(){if(this.pos+8>this.len)throw Ht(this,8);return new Cc(Xn(this.buf,this.pos+=4),Xn(this.buf,this.pos+=4))}lt.prototype.float=function(){if(this.pos+4>this.len)throw Ht(this,4);var e=ie.float.readFloatLE(this.buf,this.pos);return this.pos+=4,e};lt.prototype.double=function(){if(this.pos+8>this.len)throw Ht(this,4);var e=ie.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,e};lt.prototype.bytes=function(){var e=this.uint32(),r=this.pos,n=this.pos+e;if(n>this.len)throw Ht(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)};lt.prototype.string=function(){var e=this.bytes();return ty.read(e,0,e.length)};lt.prototype.skip=function(e){if(typeof e=="number"){if(this.pos+e>this.len)throw Ht(this,e);this.pos+=e}else do if(this.pos>=this.len)throw Ht(this);while(this.buf[this.pos++]&128);return this};lt.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};lt._configure=function(t){Ko=t,lt.create=Ic(),Ko._configure();var e=ie.Long?"toLong":"toNumber";ie.merge(lt.prototype,{int64:function(){return Uo.call(this)[e](!1)},uint64:function(){return Uo.call(this)[e](!0)},sint64:function(){return Uo.call(this).zzDecode()[e](!1)},fixed64:function(){return Ac.call(this)[e](!0)},sfixed64:function(){return Ac.call(this)[e](!1)}})}});var Nc=K((cm,Dc)=>{"use strict";Dc.exports=Xe;var Rc=Mo();(Xe.prototype=Object.create(Rc.prototype)).constructor=Xe;var _c=Qe();function Xe(t){Rc.call(this,t)}Xe._configure=function(){_c.Buffer&&(Xe.prototype._slice=_c.Buffer.prototype.slice)};Xe.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))};Xe._configure()});var Go=K((fm,Uc)=>{"use strict";Uc.exports=G;var Mt=Qe(),Oo,Jn=Mt.LongBits,Pc=Mt.base64,kc=Mt.utf8;function en(t,e,r){this.fn=t,this.len=e,this.next=void 0,this.val=r}function Vo(){}function ey(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}function G(){this.len=0,this.head=new en(Vo,0,0),this.tail=this.head,this.states=null}var Lc=function(){return Mt.Buffer?function(){return(G.create=function(){return new Oo})()}:function(){return new G}};G.create=Lc();G.alloc=function(e){return new Mt.Array(e)};Mt.Array!==Array&&(G.alloc=Mt.pool(G.alloc,Mt.Array.prototype.subarray));G.prototype._push=function(e,r,n){return this.tail=this.tail.next=new en(e,r,n),this.len+=r,this};function qo(t,e,r){e[r]=t&255}function ry(t,e,r){for(;t>127;)e[r++]=t&127|128,t>>>=7;e[r]=t}function zo(t,e){this.len=t,this.next=void 0,this.val=e}zo.prototype=Object.create(en.prototype);zo.prototype.fn=ry;G.prototype.uint32=function(e){return this.len+=(this.tail=this.tail.next=new zo((e=e>>>0)<128?1:e<16384?2:e<2097152?3:e<268435456?4:5,e)).len,this};G.prototype.int32=function(e){return e<0?this._push(Ho,10,Jn.fromNumber(e)):this.uint32(e)};G.prototype.sint32=function(e){return this.uint32((e<<1^e>>31)>>>0)};function Ho(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}G.prototype.uint64=function(e){var r=Jn.from(e);return this._push(Ho,r.length(),r)};G.prototype.int64=G.prototype.uint64;G.prototype.sint64=function(e){var r=Jn.from(e).zzEncode();return this._push(Ho,r.length(),r)};G.prototype.bool=function(e){return this._push(qo,1,e?1:0)};function Fo(t,e,r){e[r]=t&255,e[r+1]=t>>>8&255,e[r+2]=t>>>16&255,e[r+3]=t>>>24}G.prototype.fixed32=function(e){return this._push(Fo,4,e>>>0)};G.prototype.sfixed32=G.prototype.fixed32;G.prototype.fixed64=function(e){var r=Jn.from(e);return this._push(Fo,4,r.lo)._push(Fo,4,r.hi)};G.prototype.sfixed64=G.prototype.fixed64;G.prototype.float=function(e){return this._push(Mt.float.writeFloatLE,4,e)};G.prototype.double=function(e){return this._push(Mt.float.writeDoubleLE,8,e)};var ny=Mt.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]};G.prototype.bytes=function(e){var r=e.length>>>0;if(!r)return this._push(qo,1,0);if(Mt.isString(e)){var n=G.alloc(r=Pc.length(e));Pc.decode(e,n,0),e=n}return this.uint32(r)._push(ny,r,e)};G.prototype.string=function(e){var r=kc.length(e);return r?this.uint32(r)._push(kc.write,r,e):this._push(qo,1,0)};G.prototype.fork=function(){return this.states=new ey(this),this.head=this.tail=new en(Vo,0,0),this.len=0,this};G.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 en(Vo,0,0),this.len=0),this};G.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};G.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};G._configure=function(t){Oo=t,G.create=Lc(),Oo._configure()}});var Oc=K((um,Mc)=>{"use strict";Mc.exports=oe;var Kc=Go();(oe.prototype=Object.create(Kc.prototype)).constructor=oe;var Le=Qe();function oe(){Kc.call(this)}oe._configure=function(){oe.alloc=Le._Buffer_allocUnsafe,oe.writeBytesBuffer=Le.Buffer&&Le.Buffer.prototype instanceof Uint8Array&&Le.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++]}};oe.prototype.bytes=function(e){Le.isString(e)&&(e=Le._Buffer_from(e,"base64"));var r=e.length>>>0;return this.uint32(r),r&&this._push(oe.writeBytesBuffer,r,e),this};function iy(t,e,r){t.length<40?Le.utf8.write(t,e,r):e.utf8Write?e.utf8Write(t,r):e.write(t,r)}oe.prototype.string=function(e){var r=Le.Buffer.byteLength(e);return this.uint32(r),r&&this._push(iy,r,e),this};oe._configure()});var Xc=K((ux,Qc)=>{var et=Y();Fe();dt();var nn=Qc.exports=et.sha512=et.sha512||{};et.md.sha512=et.md.algorithms.sha512=nn;var Zc=et.sha384=et.sha512.sha384=et.sha512.sha384||{};Zc.create=function(){return nn.create("SHA-384")};et.md.sha384=et.md.algorithms.sha384=Zc;et.sha512.sha256=et.sha512.sha256||{create:function(){return nn.create("SHA-512/256")}};et.md["sha512/256"]=et.md.algorithms["sha512/256"]=et.sha512.sha256;et.sha512.sha224=et.sha512.sha224||{create:function(){return nn.create("SHA-512/224")}};et.md["sha512/224"]=et.md.algorithms["sha512/224"]=et.sha512.sha224;nn.create=function(t){if(Yc||dy(),typeof t>"u"&&(t="SHA-512"),!(t in je))throw new Error("Invalid SHA-512 algorithm: "+t);for(var e=je[t],r=null,n=et.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=et.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=et.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),$c(r,i,n),(n.read>2048||n.length()===0)&&n.compact(),a},a.digest=function(){var c=et.util.createBuffer();c.putBytes(n.bytes());var f=a.fullMessageLength[a.fullMessageLength.length-1]+a.messageLengthSize,u=f&a.blockLength-1;c.putBytes(jo.substr(0,a.blockLength-u));for(var h,l,d=a.fullMessageLength[0]*8,p=0;p<a.fullMessageLength.length-1;++p)h=a.fullMessageLength[p+1]*8,l=h/4294967296>>>0,d+=l,c.putInt32(d>>>0),d=h>>>0;c.putInt32(d);for(var g=new Array(r.length),p=0;p<r.length;++p)g[p]=r[p].slice(0);$c(g,i,c);var x=et.util.createBuffer(),v;t==="SHA-512"?v=g.length:t==="SHA-384"?v=g.length-2:v=g.length-4;for(var p=0;p<v;++p)x.putInt32(g[p][0]),(p!==v-1||t!=="SHA-512/224")&&x.putInt32(g[p][1]);return x},a};var jo=null,Yc=!1,ts=null,je=null;function dy(){jo=String.fromCharCode(128),jo+=et.util.fillString(String.fromCharCode(0),128),ts=[[1116352408,3609767458],[1899447441,602891725],[3049323471,3964484399],[3921009573,2173295548],[961987163,4081628472],[1508970993,3053834265],[2453635748,2937671579],[2870763221,3664609560],[3624381080,2734883394],[310598401,1164996542],[607225278,1323610764],[1426881987,3590304994],[1925078388,4068182383],[2162078206,991336113],[2614888103,633803317],[3248222580,3479774868],[3835390401,2666613458],[4022224774,944711139],[264347078,2341262773],[604807628,2007800933],[770255983,1495990901],[1249150122,1856431235],[1555081692,3175218132],[1996064986,2198950837],[2554220882,3999719339],[2821834349,766784016],[2952996808,2566594879],[3210313671,3203337956],[3336571891,1034457026],[3584528711,2466948901],[113926993,3758326383],[338241895,168717936],[666307205,1188179964],[773529912,1546045734],[1294757372,1522805485],[1396182291,2643833823],[1695183700,2343527390],[1986661051,1014477480],[2177026350,1206759142],[2456956037,344077627],[2730485921,1290863460],[2820302411,3158454273],[3259730800,3505952657],[3345764771,106217008],[3516065817,3606008344],[3600352804,1432725776],[4094571909,1467031594],[275423344,851169720],[430227734,3100823752],[506948616,1363258195],[659060556,3750685593],[883997877,3785050280],[958139571,3318307427],[1322822218,3812723403],[1537002063,2003034995],[1747873779,3602036899],[1955562222,1575990012],[2024104815,1125592928],[2227730452,2716904306],[2361852424,442776044],[2428436474,593698344],[2756734187,3733110249],[3204031479,2999351573],[3329325298,3815920427],[3391569614,3928383900],[3515267271,566280711],[3940187606,3454069534],[4118630271,4000239992],[116418474,1914138554],[174292421,2731055270],[289380356,3203993006],[460393269,320620315],[685471733,587496836],[852142971,1086792851],[1017036298,365543100],[1126000580,2618297676],[1288033470,3409855158],[1501505948,4234509866],[1607167915,987167468],[1816402316,1246189591]],je={},je["SHA-512"]=[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],[528734635,4215389547],[1541459225,327033209]],je["SHA-384"]=[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],je["SHA-512/256"]=[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],je["SHA-512/224"]=[[2352822216,424955298],[1944164710,2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]],Yc=!0}function $c(t,e,r){for(var n,i,o,s,a,c,f,u,h,l,d,p,g,x,v,w,B,D,C,I,L,M,st,Ft,Pt,Ct,nr,bn,pt,Rt,k,xi,vi,bi,wi,Fs=r.length();Fs>=128;){for(pt=0;pt<16;++pt)e[pt][0]=r.getInt32()>>>0,e[pt][1]=r.getInt32()>>>0;for(;pt<80;++pt)xi=e[pt-2],Rt=xi[0],k=xi[1],n=((Rt>>>19|k<<13)^(k>>>29|Rt<<3)^Rt>>>6)>>>0,i=((Rt<<13|k>>>19)^(k<<3|Rt>>>29)^(Rt<<26|k>>>6))>>>0,bi=e[pt-15],Rt=bi[0],k=bi[1],o=((Rt>>>1|k<<31)^(Rt>>>8|k<<24)^Rt>>>7)>>>0,s=((Rt<<31|k>>>1)^(Rt<<24|k>>>8)^(Rt<<25|k>>>7))>>>0,vi=e[pt-7],wi=e[pt-16],k=i+vi[1]+s+wi[1],e[pt][0]=n+vi[0]+o+wi[0]+(k/4294967296>>>0)>>>0,e[pt][1]=k>>>0;for(g=t[0][0],x=t[0][1],v=t[1][0],w=t[1][1],B=t[2][0],D=t[2][1],C=t[3][0],I=t[3][1],L=t[4][0],M=t[4][1],st=t[5][0],Ft=t[5][1],Pt=t[6][0],Ct=t[6][1],nr=t[7][0],bn=t[7][1],pt=0;pt<80;++pt)f=((L>>>14|M<<18)^(L>>>18|M<<14)^(M>>>9|L<<23))>>>0,u=((L<<18|M>>>14)^(L<<14|M>>>18)^(M<<23|L>>>9))>>>0,h=(Pt^L&(st^Pt))>>>0,l=(Ct^M&(Ft^Ct))>>>0,a=((g>>>28|x<<4)^(x>>>2|g<<30)^(x>>>7|g<<25))>>>0,c=((g<<4|x>>>28)^(x<<30|g>>>2)^(x<<25|g>>>7))>>>0,d=(g&v|B&(g^v))>>>0,p=(x&w|D&(x^w))>>>0,k=bn+u+l+ts[pt][1]+e[pt][1],n=nr+f+h+ts[pt][0]+e[pt][0]+(k/4294967296>>>0)>>>0,i=k>>>0,k=c+p,o=a+d+(k/4294967296>>>0)>>>0,s=k>>>0,nr=Pt,bn=Ct,Pt=st,Ct=Ft,st=L,Ft=M,k=I+i,L=C+n+(k/4294967296>>>0)>>>0,M=k>>>0,C=B,I=D,B=v,D=w,v=g,w=x,k=i+s,g=n+o+(k/4294967296>>>0)>>>0,x=k>>>0;k=t[0][1]+x,t[0][0]=t[0][0]+g+(k/4294967296>>>0)>>>0,t[0][1]=k>>>0,k=t[1][1]+w,t[1][0]=t[1][0]+v+(k/4294967296>>>0)>>>0,t[1][1]=k>>>0,k=t[2][1]+D,t[2][0]=t[2][0]+B+(k/4294967296>>>0)>>>0,t[2][1]=k>>>0,k=t[3][1]+I,t[3][0]=t[3][0]+C+(k/4294967296>>>0)>>>0,t[3][1]=k>>>0,k=t[4][1]+M,t[4][0]=t[4][0]+L+(k/4294967296>>>0)>>>0,t[4][1]=k>>>0,k=t[5][1]+Ft,t[5][0]=t[5][0]+st+(k/4294967296>>>0)>>>0,t[5][1]=k>>>0,k=t[6][1]+Ct,t[6][0]=t[6][0]+Pt+(k/4294967296>>>0)>>>0,t[6][1]=k>>>0,k=t[7][1]+bn,t[7][0]=t[7][0]+nr+(k/4294967296>>>0)>>>0,t[7][1]=k>>>0,Fs-=128}}});var Zf=K((nb,$f)=>{$f.exports=Bs;var Wf=128,D1=127,N1=~D1,P1=Math.pow(2,31);function Bs(t,e,r){if(Number.MAX_SAFE_INTEGER&&t>Number.MAX_SAFE_INTEGER)throw Bs.bytes=0,new RangeError("Could not encode varint");e=e||[],r=r||0;for(var n=r;t>=P1;)e[r++]=t&255|Wf,t/=128;for(;t&N1;)e[r++]=t&255|Wf,t>>>=7;return e[r]=t|0,Bs.bytes=r-n+1,e}});var Xf=K((ib,Qf)=>{Qf.exports=As;var k1=128,Yf=127;function As(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a||i>49)throw As.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&Yf)<<i:(s&Yf)*Math.pow(2,i),i+=7}while(s>=k1);return As.bytes=o-n,r}});var jf=K((ob,Jf)=>{var L1=Math.pow(2,7),U1=Math.pow(2,14),K1=Math.pow(2,21),M1=Math.pow(2,28),O1=Math.pow(2,35),F1=Math.pow(2,42),V1=Math.pow(2,49),q1=Math.pow(2,56),z1=Math.pow(2,63);Jf.exports=function(t){return t<L1?1:t<U1?2:t<K1?3:t<M1?4:t<O1?5:t<F1?6:t<V1?7:t<q1?8:t<z1?9:10}});var Cs=K((sb,tu)=>{tu.exports={encode:Zf(),decode:Xf(),encodingLength:jf()}});var lg={};Z(lg,{PeerRecord:()=>mi,RecordEnvelope:()=>li});var Gx=at(Fr(),1),Wx=at(n0(),1);var $=class extends Error{code;props;constructor(e,r,n){super(e),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var Hy=at(Y(),1);function He(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}var Zi={};Z(Zi,{identity:()=>tp});function Yl(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(p){if(p instanceof Uint8Array||(ArrayBuffer.isView(p)?p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength):Array.isArray(p)&&(p=Uint8Array.from(p))),!(p instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(p.length===0)return"";for(var g=0,x=0,v=0,w=p.length;v!==w&&p[v]===0;)v++,g++;for(var B=(w-v)*u+1>>>0,D=new Uint8Array(B);v!==w;){for(var C=p[v],I=0,L=B-1;(C!==0||I<x)&&L!==-1;L--,I++)C+=256*D[L]>>>0,D[L]=C%a>>>0,C=C/a>>>0;if(C!==0)throw new Error("Non-zero carry");x=I,v++}for(var M=B-x;M!==B&&D[M]===0;)M++;for(var st=c.repeat(g);M<B;++M)st+=t.charAt(D[M]);return st}function l(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return new Uint8Array;var g=0;if(p[g]!==" "){for(var x=0,v=0;p[g]===c;)x++,g++;for(var w=(p.length-g)*f+1>>>0,B=new Uint8Array(w);p[g];){var D=r[p.charCodeAt(g)];if(D===255)return;for(var C=0,I=w-1;(D!==0||C<v)&&I!==-1;I--,C++)D+=a*B[I]>>>0,B[I]=D%256>>>0,D=D/256>>>0;if(D!==0)throw new Error("Non-zero carry");v=C,g++}if(p[g]!==" "){for(var L=w-v;L!==w&&B[L]===0;)L++;for(var M=new Uint8Array(x+(w-L)),st=x;L!==w;)M[st++]=B[L++];return M}}}function d(p){var g=l(p);if(g)return g;throw new Error(`Non-${e} character`)}return{encode:h,decodeUnsafe:l,decode:d}}var Ql=Yl,Xl=Ql,i0=Xl;var qg=new Uint8Array(0);var o0=(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},le=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 s0=t=>new TextEncoder().encode(t),a0=t=>new TextDecoder().decode(t);var Hi=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")}},Gi=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 f0(this,e)}},Wi=class{constructor(e){this.decoders=e}or(e){return f0(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`)}},f0=(t,e)=>new Wi({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}}),$i=class{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new Hi(e,r,n),this.decoder=new Gi(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 $i(t,e,r,n),Ce=({prefix:t,name:e,alphabet:r})=>{let{encode:n,decode:i}=i0(r,e);return fr({prefix:t,name:e,encode:n,decode:o=>le(i(o))})},Jl=(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},jl=(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})=>fr({prefix:e,name:t,encode(i){return jl(i,n,r)},decode(i){return Jl(i,n,r,t)}});var tp=fr({prefix:"\0",name:"identity",encode:t=>a0(t),decode:t=>s0(t)});var Yi={};Z(Yi,{base2:()=>ep});var ep=ct({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Qi={};Z(Qi,{base8:()=>rp});var rp=ct({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Xi={};Z(Xi,{base10:()=>np});var np=Ce({prefix:"9",name:"base10",alphabet:"0123456789"});var Ji={};Z(Ji,{base16:()=>ip,base16upper:()=>op});var ip=ct({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),op=ct({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var ji={};Z(ji,{base32:()=>ur,base32hex:()=>fp,base32hexpad:()=>hp,base32hexpadupper:()=>lp,base32hexupper:()=>up,base32pad:()=>ap,base32padupper:()=>cp,base32upper:()=>sp,base32z:()=>pp});var ur=ct({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),sp=ct({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),ap=ct({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),cp=ct({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),fp=ct({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),up=ct({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),hp=ct({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),lp=ct({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),pp=ct({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var to={};Z(to,{base36:()=>dp,base36upper:()=>yp});var dp=Ce({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),yp=Ce({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var eo={};Z(eo,{base58btc:()=>ee,base58flickr:()=>gp});var ee=Ce({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),gp=Ce({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var ro={};Z(ro,{base64:()=>mp,base64pad:()=>xp,base64url:()=>vp,base64urlpad:()=>bp});var mp=ct({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),xp=ct({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),vp=ct({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),bp=ct({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var no={};Z(no,{base256emoji:()=>Ap});var u0=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}"),wp=u0.reduce((t,e,r)=>(t[r]=e,t),[]),Ep=u0.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function Sp(t){return t.reduce((e,r)=>(e+=wp[r],e),"")}function Bp(t){let e=[];for(let r of t){let n=Ep[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}var Ap=fr({prefix:"\u{1F680}",name:"base256emoji",encode:Sp,decode:Bp});var ao={};Z(ao,{sha256:()=>Hp,sha512:()=>Gp});var Cp=p0,h0=128,Ip=127,Tp=~Ip,_p=Math.pow(2,31);function p0(t,e,r){e=e||[],r=r||0;for(var n=r;t>=_p;)e[r++]=t&255|h0,t/=128;for(;t&Tp;)e[r++]=t&255|h0,t>>>=7;return e[r]=t|0,p0.bytes=r-n+1,e}var Rp=io,Dp=128,l0=127;function io(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw io.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&l0)<<i:(s&l0)*Math.pow(2,i),i+=7}while(s>=Dp);return io.bytes=o-n,r}var Np=Math.pow(2,7),Pp=Math.pow(2,14),kp=Math.pow(2,21),Lp=Math.pow(2,28),Up=Math.pow(2,35),Kp=Math.pow(2,42),Mp=Math.pow(2,49),Op=Math.pow(2,56),Fp=Math.pow(2,63),Vp=function(t){return t<Np?1:t<Pp?2:t<kp?3:t<Lp?4:t<Up?5:t<Kp?6:t<Mp?7:t<Op?8:t<Fp?9:10},qp={encode:Cp,decode:Rp,encodingLength:Vp},zp=qp,zr=zp;var Hr=(t,e=0)=>[zr.decode(t,e),zr.decode.bytes],hr=(t,e,r=0)=>(zr.encode(t,e,r),e),lr=t=>zr.encodingLength(t);var Ge=(t,e)=>{let r=e.byteLength,n=lr(t),i=n+lr(r),o=new Uint8Array(i+r);return hr(t,o,0),hr(r,o,n),o.set(e,i),new pr(t,r,e,o)},d0=t=>{let e=le(t),[r,n]=Hr(e),[i,o]=Hr(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new pr(r,i,s,e)},y0=(t,e)=>{if(t===e)return!0;{let r=e;return t.code===r.code&&t.size===r.size&&r.bytes instanceof Uint8Array&&o0(t.bytes,r.bytes)}},pr=class{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}};var so=({name:t,code:e,encode:r})=>new oo(t,e,r),oo=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?Ge(this.code,r):r.then(n=>Ge(this.code,n))}else throw Error("Unknown type, must be binary type")}};var m0=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),Hp=so({name:"sha2-256",code:18,encode:m0("SHA-256")}),Gp=so({name:"sha2-512",code:19,encode:m0("SHA-512")});var co={};Z(co,{identity:()=>Zp});var x0=0,Wp="identity",v0=le,$p=t=>Ge(x0,v0(t)),Zp={code:x0,name:Wp,encode:v0,digest:$p};var f2=new TextEncoder,u2=new TextDecoder;var b0=(t,e)=>{let{bytes:r,version:n}=t;switch(n){case 0:return Jp(r,fo(t),e||ee.encoder);default:return jp(r,fo(t),e||ur.encoder)}};var w0=new WeakMap,fo=t=>{let e=w0.get(t);if(e==null){let r=new Map;return w0.set(t,r),r}return e},Fn=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!==Wr)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==td)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=Ge(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&&y0(e.multihash,n.multihash)}toString(e){return b0(this,e)}toJSON(){return{"/":b0(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||E0(n,i,o.bytes))}else if(r[ed]===!0){let{version:n,multihash:i,code:o}=r,s=d0(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!==Wr)throw new Error(`Version 0 CID must use dag-pb (code: ${Wr}) block encoding`);return new t(e,r,n,n.bytes)}case 1:{let i=E0(e,r,n.bytes);return new t(e,r,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,Wr,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=le(e.subarray(n,n+r.multihashSize));if(i.byteLength!==r.multihashSize)throw new Error("Incorrect length");let o=i.subarray(r.multihashSize-r.digestSize),s=new pr(r.multihashCode,r.digestSize,o,i);return[r.version===0?t.createV0(s):t.createV1(r.codec,s),e.subarray(r.size)]}static inspectBytes(e){let r=0,n=()=>{let[h,l]=Hr(e.subarray(r));return r+=l,h},i=n(),o=Wr;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]=Xp(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 fo(o).set(n,e),o}},Xp=(t,e)=>{switch(t[0]){case"Q":{let r=e||ee;return[ee.prefix,r.decode(`${ee.prefix}${t}`)]}case ee.prefix:{let r=e||ee;return[ee.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)]}}},Jp=(t,e,r)=>{let{prefix:n}=r;if(n!==ee.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},jp=(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},Wr=112,td=18,E0=(t,e,r)=>{let n=lr(t),i=n+lr(e),o=new Uint8Array(i+r.byteLength);return hr(t,o,0),hr(e,o,n),o.set(r,i),o},ed=Symbol.for("@ipld/js-cid/CID");var uo={...Zi,...Yi,...Qi,...Xi,...Ji,...ji,...to,...eo,...ro,...no},b2={...ao,...co};function pe(t=0){return globalThis.Buffer?.alloc!=null?He(globalThis.Buffer.alloc(t)):new Uint8Array(t)}function de(t=0){return globalThis.Buffer?.allocUnsafe!=null?He(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function B0(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}var S0=B0("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),ho=B0("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=de(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),rd={utf8:S0,"utf-8":S0,hex:uo.base16,latin1:ho,ascii:ho,binary:ho,...uo},Vn=rd;function Bt(t,e="utf8"){let r=Vn[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?He(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}var Jo={};Z(Jo,{Ed25519PrivateKey:()=>Je,Ed25519PublicKey:()=>rn,generateKeyPair:()=>uy,generateKeyPairFromSeed:()=>Hc,unmarshalEd25519PrivateKey:()=>cy,unmarshalEd25519PublicKey:()=>fy});var mo={};Z(mo,{base58btc:()=>yt,base58flickr:()=>cd});function nd(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(p){if(p instanceof Uint8Array||(ArrayBuffer.isView(p)?p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength):Array.isArray(p)&&(p=Uint8Array.from(p))),!(p instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(p.length===0)return"";for(var g=0,x=0,v=0,w=p.length;v!==w&&p[v]===0;)v++,g++;for(var B=(w-v)*u+1>>>0,D=new Uint8Array(B);v!==w;){for(var C=p[v],I=0,L=B-1;(C!==0||I<x)&&L!==-1;L--,I++)C+=256*D[L]>>>0,D[L]=C%a>>>0,C=C/a>>>0;if(C!==0)throw new Error("Non-zero carry");x=I,v++}for(var M=B-x;M!==B&&D[M]===0;)M++;for(var st=c.repeat(g);M<B;++M)st+=t.charAt(D[M]);return st}function l(p){if(typeof p!="string")throw new TypeError("Expected String");if(p.length===0)return new Uint8Array;var g=0;if(p[g]!==" "){for(var x=0,v=0;p[g]===c;)x++,g++;for(var w=(p.length-g)*f+1>>>0,B=new Uint8Array(w);p[g];){var D=r[p.charCodeAt(g)];if(D===255)return;for(var C=0,I=w-1;(D!==0||C<v)&&I!==-1;I--,C++)D+=a*B[I]>>>0,B[I]=D%256>>>0,D=D/256>>>0;if(D!==0)throw new Error("Non-zero carry");v=C,g++}if(p[g]!==" "){for(var L=w-v;L!==w&&B[L]===0;)L++;for(var M=new Uint8Array(x+(w-L)),st=x;L!==w;)M[st++]=B[L++];return M}}}function d(p){var g=l(p);if(g)return g;throw new Error(`Non-${e} character`)}return{encode:h,decodeUnsafe:l,decode:d}}var id=nd,od=id,A0=od;var D2=new Uint8Array(0);var C0=(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},ye=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 I0=t=>new TextEncoder().encode(t),T0=t=>new TextDecoder().decode(t);var lo=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")}},po=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 R0(this,e)}},yo=class{constructor(e){this.decoders=e}or(e){return R0(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`)}},R0=(t,e)=>new yo({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}}),go=class{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new lo(e,r,n),this.decoder=new po(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},dr=({name:t,prefix:e,encode:r,decode:n})=>new go(t,e,r,n),Ie=({prefix:t,name:e,alphabet:r})=>{let{encode:n,decode:i}=A0(r,e);return dr({prefix:t,name:e,encode:n,decode:o=>ye(i(o))})},sd=(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},ad=(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})=>dr({prefix:e,name:t,encode(i){return ad(i,n,r)},decode(i){return sd(i,n,r,t)}});var yt=Ie({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),cd=Ie({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var vo={};Z(vo,{identity:()=>Te});var fd=P0,D0=128,ud=127,hd=~ud,ld=Math.pow(2,31);function P0(t,e,r){e=e||[],r=r||0;for(var n=r;t>=ld;)e[r++]=t&255|D0,t/=128;for(;t&hd;)e[r++]=t&255|D0,t>>>=7;return e[r]=t|0,P0.bytes=r-n+1,e}var pd=xo,dd=128,N0=127;function xo(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw xo.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&N0)<<i:(s&N0)*Math.pow(2,i),i+=7}while(s>=dd);return xo.bytes=o-n,r}var yd=Math.pow(2,7),gd=Math.pow(2,14),md=Math.pow(2,21),xd=Math.pow(2,28),vd=Math.pow(2,35),bd=Math.pow(2,42),wd=Math.pow(2,49),Ed=Math.pow(2,56),Sd=Math.pow(2,63),Bd=function(t){return t<yd?1:t<gd?2:t<md?3:t<xd?4:t<vd?5:t<bd?6:t<wd?7:t<Ed?8:t<Sd?9:10},Ad={encode:fd,decode:pd,encodingLength:Bd},Cd=Ad,$r=Cd;var Zr=(t,e=0)=>[$r.decode(t,e),$r.decode.bytes],yr=(t,e,r=0)=>($r.encode(t,e,r),e),gr=t=>$r.encodingLength(t);var re=(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)},We=t=>{let e=ye(t),[r,n]=Zr(e),[i,o]=Zr(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new mr(r,i,s,e)},k0=(t,e)=>{if(t===e)return!0;{let r=e;return t.code===r.code&&t.size===r.size&&r.bytes instanceof Uint8Array&&C0(t.bytes,r.bytes)}},mr=class{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}};var L0=0,Id="identity",U0=ye,Td=t=>re(L0,U0(t)),Te={code:L0,name:Id,encode:U0,digest:Td};var Eo={};Z(Eo,{sha256:()=>At,sha512:()=>_d});var wo=({name:t,code:e,encode:r})=>new bo(t,e,r),bo=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?re(this.code,r):r.then(n=>re(this.code,n))}else throw Error("Unknown type, must be binary type")}};var M0=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),At=wo({name:"sha2-256",code:18,encode:M0("SHA-256")}),_d=wo({name:"sha2-512",code:19,encode:M0("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 Rd=at(sr(),1);var Et=BigInt(0),q=BigInt(1),De=BigInt(2),Dd=BigInt(8),O0=BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),tt=Object.freeze({a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),P:BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),l:O0,n:O0,h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960")});var H0=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000"),Yr=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),q2=BigInt("6853475219497561581579357271197624642482790079785650197046958215289687604742"),Nd=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),Pd=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),kd=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),Ld=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 ht))throw new TypeError("ExtendedPoint#fromAffine: expected Point");return e.equals(ht.ZERO)?t.ZERO:new t(e.x,e.y,q,S(e.x*e.y))}static toAffineBatch(e){let r=Md(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){V0(e);let{x:r,y:n,z:i}=this,{x:o,y:s,z:a}=e,c=S(r*a),f=S(o*i),u=S(n*a),h=S(s*i);return c===f&&u===h}negate(){return new t(S(-this.x),this.y,this.z,S(-this.t))}double(){let{x:e,y:r,z:n}=this,{a:i}=tt,o=S(e*e),s=S(r*r),a=S(De*S(n*n)),c=S(i*o),f=e+r,u=S(S(f*f)-o-s),h=c+s,l=h-a,d=c-s,p=S(u*l),g=S(h*d),x=S(u*d),v=S(l*h);return new t(p,g,v,x)}add(e){V0(e);let{x:r,y:n,z:i,t:o}=this,{x:s,y:a,z:c,t:f}=e,u=S((n-r)*(a+s)),h=S((n+r)*(a-s)),l=S(h-u);if(l===Et)return this.double();let d=S(i*De*f),p=S(o*De*c),g=p+d,x=h+u,v=p-d,w=S(g*l),B=S(x*v),D=S(g*v),C=S(l*x);return new t(w,B,C,D)}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=ht.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&&Io.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=t.normalizeZ(i),Io.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 l=0;l<a;l++){let d=l*c,p=Number(e&f);e>>=h,p>c&&(p-=u,e+=q);let g=d,x=d+Math.abs(p)-1,v=l%2!==0,w=p<0;p===0?s=s.add(F0(v,i[g])):o=o.add(F0(w,i[x]))}return t.normalizeZ([o,s])[0]}multiply(e,r){return this.wNAF(Hn(e,tt.l),r)}multiplyUnsafe(e){let r=Hn(e,tt.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(tt.h).equals(t.ZERO)}isTorsionFree(){let e=this.multiplyUnsafe(tt.l/De).double();return tt.l%De&&(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?Dd:Gn(i));let s=S(r*e),a=S(n*e),c=S(i*e);if(o)return ht.ZERO;if(c!==q)throw new Error("invZ was invalid");return new ht(s,a)}fromRistrettoBytes(){Bo()}toRistrettoBytes(){Bo()}fromRistrettoHash(){Bo()}};mt.BASE=new mt(tt.Gx,tt.Gy,q,S(tt.Gx*tt.Gy));mt.ZERO=new mt(Et,q,q,Et);function F0(t,e){let r=e.negate();return t?r:e}function V0(t){if(!(t instanceof mt))throw new TypeError("ExtendedPoint expected")}function So(t){if(!(t instanceof Ze))throw new TypeError("RistrettoPoint expected")}function Bo(){throw new Error("Legacy method: switch to RistrettoPoint")}var Ze=class t{constructor(e){this.ep=e}static calcElligatorRistrettoMap(e){let{d:r}=tt,n=S(Yr*e*e),i=S((n+q)*kd),o=BigInt(-1),s=S((o-r*n)*S(n+r)),{isValid:a,value:c}=_o(i,s),f=S(c*e);Re(f)||(f=S(-f)),a||(c=f),a||(o=n);let u=S(o*(n-q)*Ld-s),h=c*c,l=S((c+c)*s),d=S(u*Nd),p=S(q-h),g=S(q+h);return new mt(S(l*g),S(p*d),S(d*g),S(l*p))}static hashToCurve(e){e=Ne(e,64);let r=Ao(e.slice(0,32)),n=this.calcElligatorRistrettoMap(r),i=Ao(e.slice(32,64)),o=this.calcElligatorRistrettoMap(i);return new t(n.add(o))}static fromHex(e){e=Ne(e,32);let{a:r,d:n}=tt,i="RistrettoPoint.fromHex: the hex is not valid encoding of RistrettoPoint",o=Ao(e);if(!Fd(Xr(o),e)||Re(o))throw new Error(i);let s=S(o*o),a=S(q+r*s),c=S(q-r*s),f=S(a*a),u=S(c*c),h=S(r*n*f-u),{isValid:l,value:d}=z0(S(h*u)),p=S(d*c),g=S(d*p*h),x=S((o+o)*p);Re(x)&&(x=S(-x));let v=S(a*g),w=S(x*v);if(!l||Re(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=S(S(n+r)*S(n-r)),s=S(e*r),a=S(s*s),{value:c}=z0(S(o*a)),f=S(c*o),u=S(c*s),h=S(f*u*i),l;if(Re(i*h)){let p=S(r*Yr),g=S(e*Yr);e=p,r=g,l=S(f*Pd)}else l=u;Re(e*h)&&(r=S(-r));let d=S((n-r)*l);return Re(d)&&(d=S(-d)),Xr(d)}toHex(){return Jr(this.toRawBytes())}toString(){return this.toHex()}equals(e){So(e);let r=this.ep,n=e.ep,i=S(r.x*n.y)===S(r.y*n.x),o=S(r.y*n.y)===S(r.x*n.x);return i||o}add(e){return So(e),new t(this.ep.add(e.ep))}subtract(e){return So(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))}};Ze.BASE=new Ze(mt.BASE);Ze.ZERO=new Ze(mt.ZERO);var Io=new WeakMap,ht=class t{constructor(e,r){this.x=e,this.y=r}_setWindowSize(e){this._WINDOW_SIZE=e,Io.delete(this)}static fromHex(e,r=!0){let{d:n,P:i}=tt;e=Ne(e,32);let o=e.slice();o[31]=e[31]&-129;let s=jr(o);if(r&&s>=i)throw new Error("Expected 0 < hex < P");if(!r&&s>=H0)throw new Error("Expected 0 < hex < 2**256");let a=S(s*s),c=S(a-q),f=S(n*a+q),{isValid:u,value:h}=_o(c,f);if(!u)throw new Error("Point.fromHex: invalid y coordinate");let l=(h&q)===q;return(e[31]&128)!==0!==l&&(h=S(-h)),new t(h,s)}static async fromPrivateKey(e){return(await Wn(e)).point}toRawBytes(){let e=Xr(this.y);return e[31]|=this.x&q?128:0,e}toHex(){return Jr(this.toRawBytes())}toX25519(){let{y:e}=this,r=S((q+e)*Gn(q-e));return Xr(r)}isTorsionFree(){return mt.fromAffine(this).isTorsionFree()}equals(e){return this.x===e.x&&this.y===e.y}negate(){return new t(S(-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()}};ht.BASE=new ht(tt.Gx,tt.Gy);ht.ZERO=new ht(Et,q);var Qr=class t{constructor(e,r){this.r=e,this.s=r,this.assertValidity()}static fromHex(e){let r=Ne(e,64),n=ht.fromHex(r.slice(0,32),!1),i=jr(r.slice(32,64));return new t(n,i)}assertValidity(){let{r:e,s:r}=this;if(!(e instanceof ht))throw new Error("Expected Point instance");return Hn(r,tt.l,!1),this}toRawBytes(){let e=new Uint8Array(64);return e.set(this.r.toRawBytes()),e.set(Xr(this.s),32),e}toHex(){return Jr(this.toRawBytes())}};function q0(...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 Ud=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Jr(t){if(!(t instanceof Uint8Array))throw new Error("Uint8Array expected");let e="";for(let r=0;r<t.length;r++)e+=Ud[t[r]];return e}function To(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 G0(t){let r=t.toString(16).padStart(64,"0");return To(r)}function Xr(t){return G0(t).reverse()}function Re(t){return(S(t)&q)===q}function jr(t){if(!(t instanceof Uint8Array))throw new Error("Expected Uint8Array");return BigInt("0x"+Jr(Uint8Array.from(t).reverse()))}var Kd=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function Ao(t){return S(jr(t)&Kd)}function S(t,e=tt.P){let r=t%e;return r>=Et?r:e+r}function Gn(t,e=tt.P){if(t===Et||e<=Et)throw new Error(`invert: expected positive integers, got n=${t} mod=${e}`);let r=S(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,l=o-a*f;n=r,r=u,i=s,o=a,s=h,a=l}if(n!==q)throw new Error("invert: does not exist");return S(i,e)}function Md(t,e=tt.P){let r=new Array(t.length),n=t.reduce((o,s,a)=>s===Et?o:(r[a]=o,S(o*s,e)),q),i=Gn(n,e);return t.reduceRight((o,s,a)=>s===Et?o:(r[a]=S(o*r[a],e),S(o*s,e)),i),r}function ne(t,e){let{P:r}=tt,n=t;for(;e-- >Et;)n*=n,n%=r;return n}function Od(t){let{P:e}=tt,r=BigInt(5),n=BigInt(10),i=BigInt(20),o=BigInt(40),s=BigInt(80),c=t*t%e*t%e,f=ne(c,De)*c%e,u=ne(f,q)*t%e,h=ne(u,r)*u%e,l=ne(h,n)*h%e,d=ne(l,i)*l%e,p=ne(d,o)*d%e,g=ne(p,s)*p%e,x=ne(g,s)*p%e,v=ne(x,n)*h%e;return{pow_p_5_8:ne(v,De)*t%e,b2:c}}function _o(t,e){let r=S(e*e*e),n=S(r*r*e),i=Od(t*n).pow_p_5_8,o=S(t*r*i),s=S(e*o*o),a=o,c=S(o*Yr),f=s===t,u=s===S(-t),h=s===S(-t*Yr);return f&&(o=a),(u||h)&&(o=c),Re(o)&&(o=S(-o)),{isValid:f||u,value:o}}function z0(t){return _o(q,t)}function zn(t){return S(jr(t),tt.l)}function Fd(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 Ne(t,e){let r=t instanceof Uint8Array?Uint8Array.from(t):To(t);if(typeof e=="number"&&r.length!==e)throw new Error(`Expected ${e} bytes`);return r}function Hn(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 Vd(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}function qd(t){if(t=typeof t=="bigint"||typeof t=="number"?G0(Hn(t,H0)):Ne(t),t.length!==32)throw new Error("Expected 32 bytes");return t}function zd(t){let e=Vd(t.slice(0,32)),r=t.slice(32,64),n=zn(e),i=ht.BASE.multiply(n),o=i.toRawBytes();return{head:e,prefix:r,scalar:n,point:i,pointBytes:o}}var Co;async function Wn(t){return zd(await Pe.sha512(qd(t)))}async function Ro(t){return(await Wn(t)).pointBytes}async function W0(t,e){t=Ne(t);let{prefix:r,scalar:n,pointBytes:i}=await Wn(e),o=zn(await Pe.sha512(r,t)),s=ht.BASE.multiply(o),a=zn(await Pe.sha512(s.toRawBytes(),i,t)),c=S(o+a*n,tt.l);return new Qr(s,c).toRawBytes()}function Hd(t,e,r){e=Ne(e),r instanceof ht||(r=ht.fromHex(r,!1));let{r:n,s:i}=t instanceof Qr?t.assertValidity():Qr.fromHex(t),o=mt.BASE.multiplyUnsafe(i);return{r:n,s:i,SB:o,pub:r,msg:e}}function Gd(t,e,r,n){let i=zn(n),o=mt.fromAffine(t).multiplyUnsafe(i);return mt.fromAffine(e).add(o).subtract(r).multiplyUnsafe(tt.h).equals(mt.ZERO)}async function $0(t,e,r){let{r:n,SB:i,msg:o,pub:s}=Hd(t,e,r),a=await Pe.sha512(n.toRawBytes(),s.toRawBytes(),o);return Gd(s,n,i,a)}ht.BASE._setWindowSize(8);var _e={node:Rd,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0},Pe={bytesToHex:Jr,hexToBytes:To,concatBytes:q0,getExtendedPublicKey:Wn,mod:S,invert:Gn,TORSION_SUBGROUP:["0100000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac037a","0000000000000000000000000000000000000000000000000000000000000080","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc05","ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc85","0000000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac03fa"],hashToPrivateScalar:t=>{if(t=Ne(t),t.length<40||t.length>1024)throw new Error("Expected 40-1024 bytes of private key as per FIPS 186");return S(jr(t),tt.l-q)+q},randomBytes:(t=32)=>{if(_e.web)return _e.web.getRandomValues(new Uint8Array(t));if(_e.node){let{randomBytes:e}=_e.node;return new Uint8Array(e(t).buffer)}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>Pe.randomBytes(32),sha512:async(...t)=>{let e=q0(...t);if(_e.web){let r=await _e.web.subtle.digest("SHA-512",e.buffer);return new Uint8Array(r)}else{if(_e.node)return Uint8Array.from(_e.node.createHash("sha512").update(e).digest());throw new Error("The environment doesn't have sha512 function")}},precompute(t=8,e=ht.BASE){let r=e.equals(ht.BASE)?e:new ht(e.x,e.y);return r._setWindowSize(t),r.multiply(De),r},sha512Sync:void 0};Object.defineProperties(Pe,{sha512Sync:{configurable:!1,get(){return Co},set(t){Co||(Co=t)}}});var xr=32,ge=64,$n=32;async function Z0(){let t=Pe.randomPrivateKey(),e=await Ro(t);return{privateKey:J0(t,e),publicKey:e}}async function Y0(t){if(t.length!==$n)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 Ro(e);return{privateKey:J0(e,r),publicKey:r}}async function Q0(t,e){let r=t.subarray(0,$n);return W0(e,r)}async function X0(t,e,r){return $0(e,r,t)}function J0(t,e){let r=new Uint8Array(ge);for(let n=0;n<$n;n++)r[n]=t[n],r[$n+n]=e[n];return r}var Do={};Z(Do,{base64:()=>Zn,base64pad:()=>Zd,base64url:()=>Yd,base64urlpad:()=>Qd});var Zn=ft({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Zd=ft({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Yd=ft({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Qd=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=de(e),n=0;for(let i of t)r.set(i,n),n+=i.length;return He(r)}var Nt={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 No={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function Po(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=Nt.get();r*=8;async function c(h,l){let d=a.getRandomValues(new Uint8Array(o)),p=a.getRandomValues(new Uint8Array(n)),g={name:e,iv:p};typeof l=="string"&&(l=Bt(l));let x;if(l.length===0){x=await a.subtle.importKey("jwk",No,{name:"AES-GCM"},!0,["encrypt"]);try{let w={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},B=await a.subtle.importKey("raw",l,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(w,B,{name:e,length:r},!0,["encrypt"])}catch{x=await a.subtle.importKey("jwk",No,{name:"AES-GCM"},!0,["encrypt"])}}else{let w={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},B=await a.subtle.importKey("raw",l,{name:"PBKDF2"},!1,["deriveKey"]);x=await a.subtle.deriveKey(w,B,{name:e,length:r},!0,["encrypt"])}let v=await a.subtle.encrypt(g,x,h);return xt([d,g.iv,new Uint8Array(v)])}async function f(h,l){let d=h.subarray(0,o),p=h.subarray(o,o+n),g=h.subarray(o+n),x={name:e,iv:p};typeof l=="string"&&(l=Bt(l));let v;if(l.length===0)try{let B={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},D=await a.subtle.importKey("raw",l,{name:"PBKDF2"},!1,["deriveKey"]);v=await a.subtle.deriveKey(B,D,{name:e,length:r},!0,["decrypt"])}catch{v=await a.subtle.importKey("jwk",No,{name:"AES-GCM"},!0,["decrypt"])}else{let B={name:"PBKDF2",salt:d,iterations:s,hash:{name:i}},D=await a.subtle.importKey("raw",l,{name:"PBKDF2"},!1,["deriveKey"]);v=await a.subtle.deriveKey(B,D,{name:e,length:r},!0,["decrypt"])}let w=await a.subtle.decrypt(x,v,g);return new Uint8Array(w)}return{encrypt:c,decrypt:f}}async function vr(t,e){let n=await Po().encrypt(t,e);return Zn.encode(n)}var Wo=at(Mo(),1),Fc=at(Nc(),1),Vc=at(Qe(),1),$o=at(Go(),1),qc=at(Oc(),1);function oy(){Vc.default._configure(),Wo.default._configure(Fc.default),$o.default._configure(qc.default)}oy();var zc=["uint64","int64","sint64","fixed64","sfixed64"];function sy(t){for(let e of zc){if(t[e]==null)continue;let r=t[e];t[e]=function(){return BigInt(r.call(this).toString())}}return t}function Zo(t){return sy(new Wo.default(t))}function ay(t){for(let e of zc){if(t[e]==null)continue;let r=t[e];t[e]=function(n){return r.call(this,n.toString())}}return t}function Yo(){return ay($o.default.create())}function me(t,e){let r=Zo(t instanceof Uint8Array?t:t.subarray());return e.decode(r)}function xe(t,e){let r=Yo();return e.encode(t,r,{lengthDelimited:!1}),r.finish()}var wr;(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"})(wr||(wr={}));function jn(t,e,r,n){return{name:t,type:e,encode:r,decode:n}}function Qo(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 jn("enum",wr.VARINT,r,n)}function ve(t,e){return jn("message",wr.LENGTH_DELIMITED,t,e)}var it;(function(t){t.RSA="RSA",t.Ed25519="Ed25519",t.Secp256k1="Secp256k1"})(it||(it={}));var Xo;(function(t){t[t.RSA=0]="RSA",t[t.Ed25519=1]="Ed25519",t[t.Secp256k1=2]="Secp256k1"})(Xo||(Xo={}));(function(t){t.codec=()=>Qo(Xo)})(it||(it={}));var se;(function(t){let e;t.codec=()=>(e==null&&(e=ve((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),it.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=it.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),e),t.encode=r=>xe(r,t.codec()),t.decode=r=>me(r,t.codec())})(se||(se={}));var ae;(function(t){let e;t.codec=()=>(e==null&&(e=ve((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),it.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=it.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),e),t.encode=r=>xe(r,t.codec()),t.decode=r=>me(r,t.codec())})(ae||(ae={}));var rn=class{_key;constructor(e){this._key=Er(e,xr)}async verify(e,r){return X0(this._key,r,e)}marshal(){return this._key}get bytes(){return se.encode({Type:it.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}},Je=class{_key;_publicKey;constructor(e,r){this._key=Er(e,ge),this._publicKey=Er(r,xr)}async sign(e){return Q0(this._key,e)}get public(){return new rn(this._publicKey)}marshal(){return this._key}get bytes(){return ae.encode({Type:it.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=Te.digest(this.public.bytes);return yt.encode(e.bytes).substring(1)}async export(e,r="libp2p-key"){if(r==="libp2p-key")return vr(this.bytes,e);throw new $(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function cy(t){if(t.length>ge){t=Er(t,ge+xr);let n=t.subarray(0,ge),i=t.subarray(ge,t.length);return new Je(n,i)}t=Er(t,ge);let e=t.subarray(0,ge),r=t.subarray(xr);return new Je(e,r)}function fy(t){return t=Er(t,xr),new rn(t)}async function uy(){let{privateKey:t,publicKey:e}=await Z0();return new Je(t,e)}async function Hc(t){let{privateKey:e,publicKey:r}=await Y0(t);return new Je(e,r)}function Er(t,e){if(t=Uint8Array.from(t??[]),t.length!==e)throw new $(`Key must be a Uint8Array of length ${e}, got ${t.length}`,"ERR_INVALID_KEY_TYPE");return t}function Q(t,e="utf8"){let r=Vn[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 Um=at(dt(),1),Km=at(Ln(),1),Gc=at(Y(),1);function Gt(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 Q(r,"base64url")}function kt(t){let e=Wc(t);return new Gc.default.jsbn.BigInteger(Q(e,"base16"),16)}function Wc(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 hy={"P-256":256,"P-384":384,"P-521":521},ly=Object.keys(hy),Zm=ly.join(" / ");var fs={};Z(fs,{RsaPrivateKey:()=>Rr,RsaPublicKey:()=>un,fromJwk:()=>My,generateKeyPair:()=>Oy,unmarshalRsaPrivateKey:()=>Uy,unmarshalRsaPublicKey:()=>Ky});var fn=at(Y(),1);var Nx=at(Xc(),1);var yy=at(sr(),1);var z=BigInt(0),rt=BigInt(1),Ke=BigInt(2),sn=BigInt(3),Jc=BigInt(8),ut=Object.freeze({a:z,b:BigInt(7),P:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:rt,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee")}),jc=(t,e)=>(t+e/Ke)/e,ei={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar(t){let{n:e}=ut,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-rt*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=r,s=BigInt("0x100000000000000000000000000000000"),a=jc(o*t,e),c=jc(-n*t,e),f=R(t-a*r-c*i,e),u=R(-a*n-c*o,e),h=f>s,l=u>s;if(h&&(f=e-f),l&&(u=e-u),f>s||u>s)throw new Error("splitScalarEndo: Endomorphism failed, k="+t);return{k1neg:h,k1:f,k2neg:l,k2:u}}},Wt=32,Cr=32,gy=32,tf=Wt+1,ef=2*Wt+1;function rf(t){let{a:e,b:r}=ut,n=R(t*t),i=R(n*t);return R(i+e*t+r)}var ri=ut.a===z,oi=class extends Error{constructor(e){super(e)}};function nf(t){if(!(t instanceof _t))throw new TypeError("JacobianPoint expected")}var _t=class t{constructor(e,r,n){this.x=e,this.y=r,this.z=n}static fromAffine(e){if(!(e instanceof ot))throw new TypeError("JacobianPoint#fromAffine: expected Point");return e.equals(ot.ZERO)?t.ZERO:new t(e.x,e.y,rt)}static toAffineBatch(e){let r=wy(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){nf(e);let{x:r,y:n,z:i}=this,{x:o,y:s,z:a}=e,c=R(i*i),f=R(a*a),u=R(r*f),h=R(o*c),l=R(R(n*a)*f),d=R(R(s*i)*c);return u===h&&l===d}negate(){return new t(this.x,R(-this.y),this.z)}double(){let{x:e,y:r,z:n}=this,i=R(e*e),o=R(r*r),s=R(o*o),a=e+o,c=R(Ke*(R(a*a)-i-s)),f=R(sn*i),u=R(f*f),h=R(u-Ke*c),l=R(f*(c-h)-Jc*s),d=R(Ke*r*n);return new t(h,l,d)}add(e){nf(e);let{x:r,y:n,z:i}=this,{x:o,y:s,z:a}=e;if(o===z||s===z)return this;if(r===z||n===z)return e;let c=R(i*i),f=R(a*a),u=R(r*f),h=R(o*c),l=R(R(n*a)*f),d=R(R(s*i)*c),p=R(h-u),g=R(d-l);if(p===z)return g===z?this.double():t.ZERO;let x=R(p*p),v=R(p*x),w=R(u*x),B=R(g*g-v-Ke*w),D=R(g*(w-B)-l*v),C=R(i*a*p);return new t(B,D,C)}subtract(e){return this.add(e.negate())}multiplyUnsafe(e){let r=t.ZERO;if(typeof e=="bigint"&&e===z)return r;let n=af(e);if(n===rt)return this;if(!ri){let h=r,l=this;for(;n>z;)n&rt&&(h=h.add(l)),l=l.double(),n>>=rt;return h}let{k1neg:i,k1:o,k2neg:s,k2:a}=ei.splitScalar(n),c=r,f=r,u=this;for(;o>z||a>z;)o&rt&&(c=c.add(u)),a&rt&&(f=f.add(u)),u=u.double(),o>>=rt,a>>=rt;return i&&(c=c.negate()),s&&(f=f.negate()),f=new t(R(f.x*ei.beta),f.y,f.z),c.add(f)}precomputeWindow(e){let r=ri?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=ot.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&&rs.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=t.normalizeZ(i),rs.set(r,i)));let o=t.ZERO,s=t.BASE,a=1+(ri?128/n:256/n),c=2**(n-1),f=BigInt(2**n-1),u=2**n,h=BigInt(n);for(let l=0;l<a;l++){let d=l*c,p=Number(e&f);e>>=h,p>c&&(p-=u,e+=rt);let g=d,x=d+Math.abs(p)-1,v=l%2!==0,w=p<0;p===0?s=s.add(ni(v,i[g])):o=o.add(ni(w,i[x]))}return{p:o,f:s}}multiply(e,r){let n=af(e),i,o;if(ri){let{k1neg:s,k1:a,k2neg:c,k2:f}=ei.splitScalar(n),{p:u,f:h}=this.wNAF(a,r),{p:l,f:d}=this.wNAF(f,r);u=ni(s,u),l=ni(c,l),l=new t(R(l.x*ei.beta),l.y,l.z),i=u.add(l),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?Jc:_r(i));let s=e,a=R(s*s),c=R(a*s),f=R(r*a),u=R(n*c),h=R(i*s);if(o)return ot.ZERO;if(h!==rt)throw new Error("invZ was invalid");return new ot(f,u)}};_t.BASE=new _t(ut.Gx,ut.Gy,rt);_t.ZERO=new _t(z,rt,z);function ni(t,e){let r=e.negate();return t?r:e}var rs=new WeakMap,ot=class t{constructor(e,r){this.x=e,this.y=r}_setWindowSize(e){this._WINDOW_SIZE=e,rs.delete(this)}hasEvenY(){return this.y%Ke===z}static fromCompressedHex(e){let r=e.length===32,n=Me(r?e:e.subarray(1));if(!es(n))throw new Error("Point is not on curve");let i=rf(n),o=by(i),s=(o&rt)===rt;r?s&&(o=R(-o)):(e[0]&1)===1!==s&&(o=R(-o));let a=new t(n,o);return a.assertValidity(),a}static fromUncompressedHex(e){let r=Me(e.subarray(1,Wt+1)),n=Me(e.subarray(Wt+1,Wt*2+1)),i=new t(r,n);return i.assertValidity(),i}static fromHex(e){let r=Tr(e),n=r.length,i=r[0];if(n===Wt)return this.fromCompressedHex(r);if(n===tf&&(i===2||i===3))return this.fromCompressedHex(r);if(n===ef&&i===4)return this.fromUncompressedHex(r);throw new Error(`Point.fromHex: received invalid point. Expected 32-${tf} compressed bytes or ${ef} uncompressed bytes, not ${n}`)}static fromPrivateKey(e){return t.BASE.multiply(ai(e))}static fromSignature(e,r,n){let{r:i,s:o}=cf(r);if(![0,1,2,3].includes(n))throw new Error("Cannot recover: invalid recovery bit");let s=os(Tr(e)),{n:a}=ut,c=n===2||n===3?i+a:i,f=_r(c,a),u=R(-s*f,a),h=R(o*f,a),l=n&1?"03":"02",d=t.fromHex(l+Br(c)),p=t.BASE.multiplyAndAddUnsafe(d,u,h);if(!p)throw new Error("Cannot recover signature: point at infinify");return p.assertValidity(),p}toRawBytes(e=!1){return tr(this.toHex(e))}toHex(e=!1){let r=Br(this.x);return e?`${this.hasEvenY()?"02":"03"}${r}`:`04${r}${Br(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(!es(r)||!es(n))throw new Error(e);let i=R(n*n),o=rf(r);if(R(i-o)!==z)throw new Error(e)}equals(e){return this.x===e.x&&this.y===e.y}negate(){return new t(this.x,R(-this.y))}double(){return _t.fromAffine(this).double().toAffine()}add(e){return _t.fromAffine(this).add(_t.fromAffine(e)).toAffine()}subtract(e){return this.add(e.negate())}multiply(e){return _t.fromAffine(this).multiply(e,this).toAffine()}multiplyAndAddUnsafe(e,r,n){let i=_t.fromAffine(this),o=r===z||r===rt||this!==t.BASE?i.multiplyUnsafe(r):i.multiply(r),s=_t.fromAffine(e).multiplyUnsafe(n),a=o.add(s);return a.equals(_t.ZERO)?void 0:a.toAffine()}};ot.BASE=new ot(ut.Gx,ut.Gy);ot.ZERO=new ot(z,z);function of(t){return Number.parseInt(t[0],16)>=8?"00"+t:t}function sf(t){if(t.length<2||t[0]!==2)throw new Error(`Invalid signature integer tag: ${Ir(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:Me(r),left:t.subarray(e+2)}}function my(t){if(t.length<2||t[0]!=48)throw new Error(`Invalid signature tag: ${Ir(t)}`);if(t[1]!==t.length-2)throw new Error("Invalid signature: incorrect length");let{data:e,left:r}=sf(t.subarray(2)),{data:n,left:i}=sf(r);if(i.length)throw new Error(`Invalid signature: left bytes after parsing: ${Ir(i)}`);return{r:e,s:n}}var Sr=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?Ir(e):e;if(i.length!==128)throw new Error(`${n}: Expected 64-byte hex`);return new t(si(i.slice(0,64)),si(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}=my(r?e:tr(e));return new t(n,i)}static fromHex(e){return this.fromDER(e)}assertValidity(){let{r:e,s:r}=this;if(!cn(e))throw new Error("Invalid Signature: r must be 0 < r < n");if(!cn(r))throw new Error("Invalid Signature: s must be 0 < s < n")}hasHighS(){let e=ut.n>>rt;return this.s>e}normalizeS(){return this.hasHighS()?new t(this.r,R(-this.s,ut.n)):this}toDERRawBytes(){return tr(this.toDERHex())}toDERHex(){let e=of(on(this.s)),r=of(on(this.r)),n=e.length/2,i=r.length/2,o=on(n),s=on(i);return`30${on(i+n+4)}02${s}${r}02${o}${e}`}toRawBytes(){return this.toDERRawBytes()}toHex(){return this.toDERHex()}toCompactRawBytes(){return tr(this.toCompactHex())}toCompactHex(){return Br(this.r)+Br(this.s)}};function Ue(...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 xy=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Ir(t){if(!(t instanceof Uint8Array))throw new Error("Expected Uint8Array");let e="";for(let r=0;r<t.length;r++)e+=xy[t[r]];return e}var vy=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000");function Br(t){if(typeof t!="bigint")throw new Error("Expected bigint");if(!(z<=t&&t<vy))throw new Error("Expected number 0 <= n < 2^256");return t.toString(16).padStart(64,"0")}function ns(t){let e=tr(Br(t));if(e.length!==32)throw new Error("Error: expected 32 bytes");return e}function on(t){let e=t.toString(16);return e.length&1?`0${e}`:e}function si(t){if(typeof t!="string")throw new TypeError("hexToNumber: expected string, got "+typeof t);return BigInt(`0x${t}`)}function tr(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 Me(t){return si(Ir(t))}function Tr(t){return t instanceof Uint8Array?Uint8Array.from(t):tr(t)}function af(t){if(typeof t=="number"&&Number.isSafeInteger(t)&&t>0)return BigInt(t);if(typeof t=="bigint"&&cn(t))return t;throw new TypeError("Expected valid private scalar: 0 < scalar < curve.n")}function R(t,e=ut.P){let r=t%e;return r>=z?r:e+r}function Ot(t,e){let{P:r}=ut,n=t;for(;e-- >z;)n*=n,n%=r;return n}function by(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=Ot(f,sn)*f%e,h=Ot(u,sn)*f%e,l=Ot(h,Ke)*c%e,d=Ot(l,n)*l%e,p=Ot(d,i)*d%e,g=Ot(p,s)*p%e,x=Ot(g,a)*g%e,v=Ot(x,s)*p%e,w=Ot(v,sn)*f%e,B=Ot(w,o)*d%e,D=Ot(B,r)*c%e,C=Ot(D,Ke);if(C*C%e!==t)throw new Error("Cannot find square root");return C}function _r(t,e=ut.P){if(t===z||e<=z)throw new Error(`invert: expected positive integers, got n=${t} mod=${e}`);let r=R(t,e),n=e,i=z,o=rt,s=rt,a=z;for(;r!==z;){let f=n/r,u=n%r,h=i-s*f,l=o-a*f;n=r,r=u,i=s,o=a,s=h,a=l}if(n!==rt)throw new Error("invert: does not exist");return R(i,e)}function wy(t,e=ut.P){let r=new Array(t.length),n=t.reduce((o,s,a)=>s===z?o:(r[a]=o,R(o*s,e)),rt),i=_r(n,e);return t.reduceRight((o,s,a)=>s===z?o:(r[a]=R(o*r[a],e),R(o*s,e)),i),r}function Ey(t){let e=t.length*8-Cr*8,r=Me(t);return e>0?r>>BigInt(e):r}function os(t,e=!1){let r=Ey(t);if(e)return r;let{n}=ut;return r>=n?r-n:r}var Ar,an,is=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 $t.hmacSha256(this.k,...e)}hmacSync(...e){return an(this.k,...e)}checkSync(){if(typeof an!="function")throw new oi("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 Ue(...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 Ue(...r)}};function cn(t){return z<t&&t<ut.n}function es(t){return z<t&&t<ut.P}function Sy(t,e,r,n=!0){let{n:i}=ut,o=os(t,!0);if(!cn(o))return;let s=_r(o,i),a=ot.BASE.multiply(o),c=R(a.x,i);if(c===z)return;let f=R(s*R(e+r*c,i),i);if(f===z)return;let u=new Sr(c,f),h=(a.x===u.r?0:2)|Number(a.y&rt);return n&&u.hasHighS()&&(u=u.normalizeS(),h^=1),{sig:u,recovery:h}}function ai(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*Cr)throw new Error("Expected 32 bytes of private key");e=si(t)}else if(t instanceof Uint8Array){if(t.length!==Cr)throw new Error("Expected 32 bytes of private key");e=Me(t)}else throw new TypeError("Expected valid private key");if(!cn(e))throw new Error("Expected private key: 0 < key < n");return e}function By(t){return t instanceof ot?(t.assertValidity(),t):ot.fromHex(t)}function cf(t){if(t instanceof Sr)return t.assertValidity(),t;try{return Sr.fromDER(t)}catch{return Sr.fromCompact(t)}}function ss(t,e=!1){return ot.fromPrivateKey(t).toRawBytes(e)}function ff(t){let e=t.length>Wt?t.slice(0,Wt):t;return Me(e)}function Ay(t){let e=ff(t),r=R(e,ut.n);return uf(r<z?e:r)}function uf(t){return ns(t)}function Cy(t,e,r){if(t==null)throw new Error(`sign: expected valid message hash, not "${t}"`);let n=Tr(t),i=ai(e),o=[uf(i),Ay(n)];if(r!=null){r===!0&&(r=$t.randomBytes(Wt));let c=Tr(r);if(c.length!==Wt)throw new Error(`sign: Expected ${Wt} bytes of extra data`);o.push(c)}let s=Ue(...o),a=ff(n);return{seed:s,m:a,d:i}}function Iy(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 hf(t,e,r={}){let{seed:n,m:i,d:o}=Cy(t,e,r.extraEntropy),s=new is(gy,Cr);await s.reseed(n);let a;for(;!(a=Sy(await s.generate(),i,o,r.canonical));)await s.reseed();return Iy(a,r)}var Ty={strict:!0};function lf(t,e,r,n=Ty){let i;try{i=cf(t),e=Tr(e)}catch{return!1}let{r:o,s}=i;if(n.strict&&i.hasHighS())return!1;let a=os(e),c;try{c=By(r)}catch{return!1}let{n:f}=ut,u=_r(s,f),h=R(a*u,f),l=R(o*u,f),d=ot.BASE.multiplyAndAddUnsafe(c,h,l);return d?R(d.x,f)===o:!1}ot.BASE._setWindowSize(8);var Lt={node:yy,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0};var ii={},$t={bytesToHex:Ir,hexToBytes:tr,concatBytes:Ue,mod:R,invert:_r,isValidPrivateKey(t){try{return ai(t),!0}catch{return!1}},_bigintTo32Bytes:ns,_normalizePrivateKey:ai,hashToPrivateKey:t=>{t=Tr(t);let e=Cr+8;if(t.length<e||t.length>1024)throw new Error("Expected valid bytes of private key as per FIPS 186");let r=R(Me(t),ut.n-rt)+rt;return ns(r)},randomBytes:(t=32)=>{if(Lt.web)return Lt.web.getRandomValues(new Uint8Array(t));if(Lt.node){let{randomBytes:e}=Lt.node;return Uint8Array.from(e(t))}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>$t.hashToPrivateKey($t.randomBytes(Cr+8)),precompute(t=8,e=ot.BASE){let r=e===ot.BASE?e:new ot(e.x,e.y);return r._setWindowSize(t),r.multiply(sn),r},sha256:async(...t)=>{if(Lt.web){let e=await Lt.web.subtle.digest("SHA-256",Ue(...t));return new Uint8Array(e)}else if(Lt.node){let{createHash:e}=Lt.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(Lt.web){let r=await Lt.web.subtle.importKey("raw",t,{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign"]),n=Ue(...e),i=await Lt.web.subtle.sign("HMAC",r,n);return new Uint8Array(i)}else if(Lt.node){let{createHmac:r}=Lt.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=ii[t];if(r===void 0){let n=await $t.sha256(Uint8Array.from(t,i=>i.charCodeAt(0)));r=Ue(n,n),ii[t]=r}return $t.sha256(r,...e)},taggedHashSync:(t,...e)=>{if(typeof Ar!="function")throw new oi("sha256Sync is undefined, you need to set it");let r=ii[t];if(r===void 0){let n=Ar(Uint8Array.from(t,i=>i.charCodeAt(0)));r=Ue(n,n),ii[t]=r}return Ar(r,...e)},_JacobianPoint:_t};Object.defineProperties($t,{sha256Sync:{configurable:!1,get(){return Ar},set(t){Ar||(Ar=t)}},hmacSha256Sync:{configurable:!1,get(){return an},set(t){an||(an=t)}}});function ci(t){if(isNaN(t)||t<=0)throw new $("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return $t.randomBytes(t)}var dx=at(Mn(),1),as=at(Y(),1);function pf(t,e){return e.map(r=>kt(t[r]))}function df(t){return as.default.pki.setRsaPrivateKey(...pf(t,["n","e","d","p","q","dp","dq","qi"]))}function yf(t){return as.default.pki.setRsaPublicKey(...pf(t,["n","e"]))}var er={};Z(er,{jwkToPkcs1:()=>Dy,jwkToPkix:()=>Py,pkcs1ToJwk:()=>Ry,pkixToJwk:()=>Ny});var mx=at(Fr(),1),xx=at(Mn(),1);var be=at(Y(),1);function Ry(t){let e=be.default.asn1.fromDer(Q(t,"ascii")),r=be.default.pki.privateKeyFromAsn1(e);return{kty:"RSA",n:Gt(r.n),e:Gt(r.e),d:Gt(r.d),p:Gt(r.p),q:Gt(r.q),dp:Gt(r.dP),dq:Gt(r.dQ),qi:Gt(r.qInv),alg:"RS256"}}function Dy(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 $("JWK was missing components","ERR_INVALID_PARAMETERS");let e=be.default.pki.privateKeyToAsn1({n:kt(t.n),e:kt(t.e),d:kt(t.d),p:kt(t.p),q:kt(t.q),dP:kt(t.dp),dQ:kt(t.dq),qInv:kt(t.qi)});return Bt(be.default.asn1.toDer(e).getBytes(),"ascii")}function Ny(t){let e=be.default.asn1.fromDer(Q(t,"ascii")),r=be.default.pki.publicKeyFromAsn1(e);return{kty:"RSA",n:Gt(r.n),e:Gt(r.e)}}function Py(t){if(t.n==null||t.e==null)throw new $("JWK was missing components","ERR_INVALID_PARAMETERS");let e=be.default.pki.publicKeyToAsn1({n:kt(t.n),e:kt(t.e)});return Bt(be.default.asn1.toDer(e).getBytes(),"ascii")}async function gf(t){let e=await Nt.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 vf(e);return{privateKey:r[0],publicKey:r[1]}}async function cs(t){let r=[await Nt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await ky(t)],n=await vf({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function mf(t,e){let r=await Nt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await Nt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,Uint8Array.from(e));return new Uint8Array(n,0,n.byteLength)}async function xf(t,e,r){let n=await Nt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return Nt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,e,r)}async function vf(t){if(t.privateKey==null||t.publicKey==null)throw new $("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([Nt.get().subtle.exportKey("jwk",t.privateKey),Nt.get().subtle.exportKey("jwk",t.publicKey)])}async function ky(t){return Nt.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 bf(t,e,r,n){let i=e?yf(t):df(t),o=Q(Uint8Array.from(r),"ascii"),s=n(o,i);return Bt(s,"ascii")}function wf(t,e){return bf(t,!0,e,(r,n)=>n.encrypt(r))}function Ef(t,e){return bf(t,!1,e,(r,n)=>n.decrypt(r))}var un=class{_key;constructor(e){this._key=e}async verify(e,r){return xf(this._key,r,e)}marshal(){return er.jwkToPkix(this._key)}get bytes(){return se.encode({Type:it.RSA,Data:this.marshal()}).subarray()}encrypt(e){return wf(this._key,e)}equals(e){return gt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await At.digest(this.bytes);return e}},Rr=class{_key;_publicKey;constructor(e,r){this._key=e,this._publicKey=r}genSecret(){return ci(16)}async sign(e){return mf(this._key,e)}get public(){if(this._publicKey==null)throw new $("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new un(this._publicKey)}decrypt(e){return Ef(this._key,e)}marshal(){return er.jwkToPkcs1(this._key)}get bytes(){return ae.encode({Type:it.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 Q(e,"base58btc")}async export(e,r="pkcs-8"){if(r==="pkcs-8"){let n=new fn.default.util.ByteBuffer(this.marshal()),i=fn.default.asn1.fromDer(n),o=fn.default.pki.privateKeyFromAsn1(i),s={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return fn.default.pki.encryptRsaPrivateKey(o,e,s)}else{if(r==="libp2p-key")return vr(this.bytes,e);throw new $(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}}};async function Uy(t){let e=er.pkcs1ToJwk(t),r=await cs(e);return new Rr(r.privateKey,r.publicKey)}function Ky(t){let e=er.pkixToJwk(t);return new un(e)}async function My(t){let e=await cs(t);return new Rr(e.privateKey,e.publicKey)}async function Oy(t){let e=await gf(t);return new Rr(e.privateKey,e.publicKey)}var hs={};Z(hs,{Secp256k1PrivateKey:()=>ln,Secp256k1PublicKey:()=>hn,generateKeyPair:()=>zy,unmarshalSecp256k1PrivateKey:()=>Vy,unmarshalSecp256k1PublicKey:()=>qy});function Sf(){return $t.randomPrivateKey()}async function Bf(t,e){let{digest:r}=await At.digest(e);try{return await hf(r,t)}catch(n){throw new $(String(n),"ERR_INVALID_INPUT")}}async function Af(t,e,r){try{let{digest:n}=await At.digest(r);return lf(e,n,t)}catch(n){throw new $(String(n),"ERR_INVALID_INPUT")}}function Cf(t){return ot.fromHex(t).toRawBytes(!0)}function If(t){try{ss(t,!0)}catch(e){throw new $(String(e),"ERR_INVALID_PRIVATE_KEY")}}function us(t){try{ot.fromHex(t)}catch(e){throw new $(String(e),"ERR_INVALID_PUBLIC_KEY")}}function Tf(t){try{return ss(t,!0)}catch(e){throw new $(String(e),"ERR_INVALID_PRIVATE_KEY")}}var hn=class{_key;constructor(e){us(e),this._key=e}async verify(e,r){return Af(this._key,r,e)}marshal(){return Cf(this._key)}get bytes(){return se.encode({Type:it.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}},ln=class{_key;_publicKey;constructor(e,r){this._key=e,this._publicKey=r??Tf(e),If(this._key),us(this._publicKey)}async sign(e){return Bf(this._key,e)}get public(){return new hn(this._publicKey)}marshal(){return this._key}get bytes(){return ae.encode({Type:it.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 Q(e,"base58btc")}async export(e,r="libp2p-key"){if(r==="libp2p-key")return vr(this.bytes,e);throw new $(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function Vy(t){return new ln(t)}function qy(t){return new hn(t)}async function zy(){let t=Sf();return new ln(t)}var rr={rsa:fs,ed25519:Jo,secp256k1:hs};function _f(t){let e=Object.keys(rr).join(" / ");return new $(`invalid or unsupported key type ${t}. Must be ${e}`,"ERR_UNSUPPORTED_KEY_TYPE")}function Rf(t){let e=se.decode(t),r=e.Data??new Uint8Array;switch(e.Type){case it.RSA:return rr.rsa.unmarshalRsaPublicKey(r);case it.Ed25519:return rr.ed25519.unmarshalEd25519PublicKey(r);case it.Secp256k1:return rr.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw _f(e.Type??"RSA")}}async function Df(t){let e=ae.decode(t),r=e.Data??new Uint8Array;switch(e.Type){case it.RSA:return rr.rsa.unmarshalRsaPrivateKey(r);case it.Ed25519:return rr.ed25519.unmarshalEd25519PrivateKey(r);case it.Secp256k1:return rr.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw _f(e.Type??"RSA")}}var Nf=Symbol.for("@libp2p/peer-id");var ls={};Z(ls,{identity:()=>Gy});var Gy=dr({prefix:"\0",name:"identity",encode:t=>T0(t),decode:t=>I0(t)});var ps={};Z(ps,{base2:()=>Wy});var Wy=ft({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var ds={};Z(ds,{base8:()=>$y});var $y=ft({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var ys={};Z(ys,{base10:()=>Zy});var Zy=Ie({prefix:"9",name:"base10",alphabet:"0123456789"});var gs={};Z(gs,{base16:()=>Yy,base16upper:()=>Qy});var Yy=ft({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Qy=ft({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var ms={};Z(ms,{base32:()=>we,base32hex:()=>t1,base32hexpad:()=>r1,base32hexpadupper:()=>n1,base32hexupper:()=>e1,base32pad:()=>Jy,base32padupper:()=>jy,base32upper:()=>Xy,base32z:()=>i1});var we=ft({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Xy=ft({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Jy=ft({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),jy=ft({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),t1=ft({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),e1=ft({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),r1=ft({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),n1=ft({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),i1=ft({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var xs={};Z(xs,{base36:()=>o1,base36upper:()=>s1});var o1=Ie({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),s1=Ie({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var vs={};Z(vs,{base256emoji:()=>h1});var Pf=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}"),a1=Pf.reduce((t,e,r)=>(t[r]=e,t),[]),c1=Pf.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function f1(t){return t.reduce((e,r)=>(e+=a1[r],e),"")}function u1(t){let e=[];for(let r of t){let n=c1[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}var h1=dr({prefix:"\u{1F680}",name:"base256emoji",encode:f1,decode:u1});var uv=new TextEncoder,hv=new TextDecoder;var kf=(t,e)=>{let{bytes:r,version:n}=t;switch(n){case 0:return y1(r,bs(t),e||yt.encoder);default:return g1(r,bs(t),e||we.encoder)}};var Lf=new WeakMap,bs=t=>{let e=Lf.get(t);if(e==null){let r=new Map;return Lf.set(t,r),r}return e},Zt=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!==pn)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==m1)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=re(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&&k0(e.multihash,n.multihash)}toString(e){return kf(this,e)}toJSON(){return{"/":kf(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||Uf(n,i,o.bytes))}else if(r[x1]===!0){let{version:n,multihash:i,code:o}=r,s=We(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!==pn)throw new Error(`Version 0 CID must use dag-pb (code: ${pn}) block encoding`);return new t(e,r,n,n.bytes)}case 1:{let i=Uf(e,r,n.bytes);return new t(e,r,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,pn,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=ye(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,l]=Zr(e.subarray(r));return r+=l,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(e,r){let[n,i]=d1(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 bs(o).set(n,e),o}},d1=(t,e)=>{switch(t[0]){case"Q":{let r=e||yt;return[yt.prefix,r.decode(`${yt.prefix}${t}`)]}case yt.prefix:{let r=e||yt;return[yt.prefix,r.decode(t)]}case we.prefix:{let r=e||we;return[we.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)]}}},y1=(t,e,r)=>{let{prefix:n}=r;if(n!==yt.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},g1=(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},pn=112,m1=18,Uf=(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},x1=Symbol.for("@ipld/js-cid/CID");var dn={...ls,...ps,...ds,...ys,...gs,...ms,...xs,...mo,...Do,...vs},wv={...Eo,...vo};var v1=Symbol.for("nodejs.util.inspect.custom"),Kf=Object.values(dn).map(t=>t.decoder).reduce((t,e)=>t.or(e),dn.identity.decoder),Mf=114,ws=36,Es=37,yn=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()})`}[Nf]=!0;toString(){return this.string==null&&(this.string=yt.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return Zt.createV1(Mf,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 b1(e).equals(this);if(e?.multihash?.bytes!=null)return gt(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[v1](){return`PeerId(${this.toString()})`}},Dr=class extends yn{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},Nr=class extends yn{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},Pr=class extends yn{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function b1(t,e){if(e=e??Kf,t.charAt(0)==="1"||t.charAt(0)==="Q"){let r=We(yt.decode(`z${t}`));return t.startsWith("12D")?new Nr({multihash:r}):t.startsWith("16U")?new Pr({multihash:r}):new Dr({multihash:r})}return Ss(Kf.decode(t))}function Ss(t){try{let e=We(t);if(e.code===Te.code){if(e.digest.length===ws)return new Nr({multihash:e});if(e.digest.length===Es)return new Pr({multihash:e})}if(e.code===At.code)return new Dr({multihash:e})}catch{return w1(Zt.decode(t))}throw new Error("Supplied PeerID CID is invalid")}function w1(t){if(t==null||t.multihash==null||t.version==null||t.version===1&&t.code!==Mf)throw new Error("Supplied PeerID CID is invalid");let e=t.multihash;if(e.code===At.code)return new Dr({multihash:t.multihash});if(e.code===Te.code){if(e.digest.length===ws)return new Nr({multihash:t.multihash});if(e.digest.length===Es)return new Pr({multihash:t.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function Of(t,e){return t.length===ws?new Nr({multihash:re(Te.code,t),privateKey:e}):t.length===Es?new Pr({multihash:re(Te.code,t),privateKey:e}):new Dr({multihash:await At.digest(t),publicKey:t,privateKey:e})}function fi(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 Ff=4294967296,gn=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=fi(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>Ff&&(i=0,++n>Ff&&(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=fi(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 E1=Math.pow(2,7),S1=Math.pow(2,14),B1=Math.pow(2,21),A1=Math.pow(2,28),C1=Math.pow(2,35),I1=Math.pow(2,42),T1=Math.pow(2,49),_1=Math.pow(2,56),R1=Math.pow(2,63),mn={encodingLength(t){return t<E1?1:t<S1?2:t<B1?3:t<A1?4:t<C1?5:t<I1?6:t<T1?7:t<_1?8:t<R1?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=de(mn.encodingLength(t))),gn.fromNumber(t).toBytes(e,r),e},decode(t,e=0){return gn.fromBytes(t,e).toNumber(!0)}};var qf=Symbol.for("@achingbrain/uint8arraylist");function Vf(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 ui(t){return!!t?.[qf]}var hi=class t{constructor(...e){Object.defineProperty(this,qf,{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(ui(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(ui(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=Vf(this.bufs,e);return r.buf[r.index]}set(e,r){let n=Vf(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(ui(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(!ui(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 l=f;l>=0;l--){let d=this.get(h+l);if(n[l]!==d){u=Math.max(1,l-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=de(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=pe(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=pe(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=pe(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=de(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=pe(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=pe(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=pe(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=pe(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=pe(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 zf={ERR_SIGNATURE_NOT_VALID:"ERR_SIGNATURE_NOT_VALID"};var xn;(function(t){let e;t.codec=()=>(e==null&&(e=ve((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=>xe(r,t.codec()),t.decode=r=>me(r,t.codec())})(xn||(xn={}));var li=class t{static createFromProtobuf=async e=>{let r=xn.decode(e),n=await Of(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=Hf(n,i,o),c=await(await Df(r.privateKey)).sign(s.subarray());return new t({peerId:r,payloadType:i,payload:o,signature:c})};static openAndCertify=async(e,r)=>{let n=await t.createFromProtobuf(e);if(!await n.validate(r))throw new $("envelope signature is not valid for the given domain",zf.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=xn.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=Hf(e,this.payloadType,this.payload);if(this.peerId.publicKey==null)throw new Error("Missing public key");return Rf(this.peerId.publicKey).verify(r.subarray(),this.signature)}},Hf=(t,e,r)=>{let n=Bt(t),i=mn.encode(n.byteLength),o=mn.encode(e.length),s=mn.encode(r.length);return new hi(i,n,o,e,s,r)};function Gf(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 pi=class extends Error{code;props;constructor(e,r,n){super(e),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var Ur=at(Cs(),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 l=Number.parseInt(h,e);if(!Number.isNaN(l))return l});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 eu=45,H1=15,kr=new di;function Is(t){if(!(t.length>H1))return kr.new(t).parseWith(()=>kr.readIPv4Addr())}function Ts(t){if(!(t.length>eu))return kr.new(t).parseWith(()=>kr.readIPv6Addr())}function yi(t){if(!(t.length>eu))return kr.new(t).parseWith(()=>kr.readIPAddr())}var gb=parseInt("0xFFFF",16),mb=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var ce=at(Cs(),1);function iu(t){return!!Is(t)}function ou(t){return!!Ts(t)}function gi(t){return!!yi(t)}var su=iu,Y1=ou,_s=function(t){let e=0;if(t=t.toString().trim(),su(t)){let r=new Uint8Array(e+4);return t.split(/\./g).forEach(n=>{r[e++]=parseInt(n,10)&255}),r}if(Y1(t)){let r=t.split(":",8),n;for(n=0;n<r.length;n++){let o=su(r[n]),s;o&&(s=_s(r[n]),r[n]=Q(s.slice(0,2),"base16")),s!=null&&++n<8&&r.splice(n,0,Q(s.slice(2,4),"base16"))}if(r[0]==="")for(;r.length<8;)r.unshift("0");else if(r[r.length-1]==="")for(;r.length<8;)r.push("0");else if(r.length<8){for(n=0;n<r.length&&r[n]!=="";n++);let 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")},au=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 Lr={},Rs={},X1=[[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"]];X1.forEach(t=>{let e=J1(...t);Rs[e.code]=e,Lr[e.name]=e});function J1(t,e,r,n,i){return{code:t,size:e,name:r,resolvable:!!n,path:!!i}}function J(t){if(typeof t=="number"){if(Rs[t]!=null)return Rs[t];throw new Error(`no protocol with code: ${t}`)}else if(typeof t=="string"){if(Lr[t]!=null)return Lr[t];throw new Error(`no protocol with name: ${t}`)}throw new Error(`invalid protocol id type: ${typeof t}`)}var tw=J("ip4"),ew=J("ip6"),rw=J("ipcidr");function Ns(t,e){switch(J(t).code){case 4:case 41:return tg(e);case 42:return uu(e);case 6:case 273:case 33:case 132:return lu(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return uu(e);case 421:return ig(e);case 444:return hu(e);case 445:return hu(e);case 466:return ng(e);default:return Q(e,"base16")}}function Ps(t,e){switch(J(t).code){case 4:return cu(e);case 41:return cu(e);case 42:return fu(e);case 6:case 273:case 33:case 132:return ks(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return fu(e);case 421:return eg(e);case 444:return og(e);case 445:return sg(e);case 466:return rg(e);default:return Bt(e,"base16")}}var Ds=Object.values(dn).map(t=>t.decoder),j1=function(){let t=Ds[0].or(Ds[1]);return Ds.slice(2).forEach(e=>t=t.or(e)),t}();function cu(t){if(!gi(t))throw new Error("invalid ip address");return _s(t)}function tg(t){let e=au(t,0,t.length);if(e==null)throw new Error("ipBuff is required");if(!gi(e))throw new Error("invalid ip address");return e}function ks(t){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,t),new Uint8Array(e)}function lu(t){return new DataView(t.buffer).getUint16(t.byteOffset)}function fu(t){let e=Bt(t),r=Uint8Array.from(ce.default.encode(e.length));return xt([r,e],r.length+e.length)}function uu(t){let e=ce.default.decode(t);if(t=t.slice(ce.default.decode.bytes),t.length!==e)throw new Error("inconsistent lengths");return Q(t)}function eg(t){let e;t[0]==="Q"||t[0]==="1"?e=We(yt.decode(`z${t}`)).bytes:e=Zt.parse(t).multihash.bytes;let r=Uint8Array.from(ce.default.encode(e.length));return xt([r,e],r.length+e.length)}function rg(t){let e=j1.decode(t),r=Uint8Array.from(ce.default.encode(e.length));return xt([r,e],r.length+e.length)}function ng(t){let e=ce.default.decode(t),r=t.slice(ce.default.decode.bytes);if(r.length!==e)throw new Error("inconsistent lengths");return"u"+Q(r,"base64url")}function ig(t){let e=ce.default.decode(t),r=t.slice(ce.default.decode.bytes);if(r.length!==e)throw new Error("inconsistent lengths");return Q(r,"base58btc")}function og(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=we.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=ks(n);return xt([r,i],r.length+i.length)}function sg(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=we.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=ks(n);return xt([r,i],r.length+i.length)}function hu(t){let e=t.slice(0,t.length-2),r=t.slice(t.length-2),n=Q(e,"base32"),i=lu(r);return`${n}:${i}`}function pu(t){t=Ls(t);let e=[],r=[],n=null,i=t.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let o=0;o<i.length;o++){let s=i[o],a=J(s);if(a.size===0){e.push([a.code]),r.push([a.code]);continue}if(o++,o>=i.length)throw yu("invalid address: "+t);if(a.path===!0){n=Ls(i.slice(o).join("/")),e.push([a.code,Ps(a.code,n)]),r.push([a.code,n]);break}let c=Ps(a.code,i[o]);e.push([a.code,c]),r.push([a.code,Ns(a.code,c)])}return{string:du(r),bytes:Ks(e),tuples:e,stringTuples:r,path:n}}function Us(t){let e=[],r=[],n=null,i=0;for(;i<t.length;){let o=Ur.default.decode(t,i),s=Ur.default.decode.bytes??0,a=J(o),c=ag(a,t.slice(i+s));if(c===0){e.push([o]),r.push([o]),i+=s;continue}let f=t.slice(i+s,i+s+c);if(i+=c+s,i>t.length)throw yu("Invalid address Uint8Array: "+Q(t,"base16"));e.push([o,f]);let u=Ns(o,f);if(r.push([o,u]),a.path===!0){n=u;break}}return{bytes:Uint8Array.from(t),string:du(r),tuples:e,stringTuples:r,path:n}}function du(t){let e=[];return t.map(r=>{let n=J(r[0]);return e.push(n.name),r.length>1&&r[1]!=null&&e.push(r[1]),null}),Ls(e.join("/"))}function Ks(t){return xt(t.map(e=>{let r=J(e[0]),n=Uint8Array.from(Ur.default.encode(r.code));return e.length>1&&e[1]!=null&&(n=xt([n,e[1]])),n}))}function ag(t,e){return t.size>0?t.size/8:t.size===0?0:Ur.default.decode(e)+(Ur.default.decode.bytes??0)}function Ls(t){return"/"+t.trim().split("/").filter(e=>e).join("/")}function yu(t){return new Error("Error parsing address: "+t)}var cg=Symbol.for("nodejs.util.inspect.custom"),fg=[J("dns").code,J("dns4").code,J("dns6").code,J("dnsaddr").code],ug=new Map,gu=Symbol.for("@multiformats/js-multiaddr/multiaddr");function hg(t){return!!t?.[gu]}var Os=class t{bytes;#e;#t;#r;#n;[gu]=!0;constructor(e){e==null&&(e="");let r;if(e instanceof Uint8Array)r=Us(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);r=pu(e)}else if(hg(e))r=Us(e.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=r.bytes,this.#e=r.string,this.#t=r.tuples,this.#r=r.stringTuples,this.#n=r.path}toString(){return this.#e}toJSON(){return this.toString()}toOptions(){let 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,p]of this.stringTuples())d===h.code&&(o=`%${p??""}`),fg.includes(d)&&(r=s.name,i=443,n=`${p??""}${o}`,e=d===u.code?6:4),(d===s.code||d===a.code)&&(r=J(d).name,i=parseInt(p??"")),(d===c.code||d===f.code)&&(r=J(d).name,n=`${p??""}${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.#t.map(([e])=>Object.assign({},J(e)))}protoCodes(){return this.#t.map(([e])=>e)}protoNames(){return this.#t.map(([e])=>J(e).name)}tuples(){return this.#t}stringTuples(){return this.#r}encapsulate(e){return e=new t(e),new t(this.toString()+e.toString())}decapsulate(e){let r=e.toString(),n=this.toString(),i=n.lastIndexOf(r);if(i<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${e.toString()}`);return new t(n.slice(0,i))}decapsulateCode(e){let r=this.tuples();for(let n=r.length-1;n>=0;n--)if(r[n][0]===e)return new t(Ks(r.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===Lr.p2p.code&&e.push([n,i]),n===Lr["p2p-circuit"].code&&(e=[])});let r=e.pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?Q(yt.decode(`z${n}`),"base58btc"):Q(Zt.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}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=ug.get(r.name);if(n==null)throw new pi(`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)}[cg](){return`Multiaddr(${this.#e})`}};function Ms(t){return new Os(t)}var mu="libp2p-peer-record",xu=Uint8Array.from([3,1]);var vn;(function(t){let e;(function(n){let i;n.codec=()=>(i==null&&(i=ve((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=>xe(o,n.codec()),n.decode=o=>me(o,n.codec())})(e=t.AddressInfo||(t.AddressInfo={}));let r;t.codec=()=>(r==null&&(r=ve((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=>xe(n,t.codec()),t.decode=n=>me(n,t.codec())})(vn||(vn={}));var mi=class t{static createFromProtobuf=e=>{let r=vn.decode(e),n=Ss(r.peerId),i=(r.addresses??[]).map(s=>Ms(s.multiaddr)),o=r.seq;return new t({peerId:n,multiaddrs:i,seqNumber:o})};static DOMAIN=mu;static CODEC=xu;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=vn.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||!Gf(this.multiaddrs,e.multiaddrs))}};return Bu(lg);})();
|
|
16
16
|
/*! Bundled license information:
|
|
17
17
|
|
|
18
18
|
@noble/ed25519/lib/esm/index.js:
|