@libp2p/peer-record 6.0.2-eaac8943 → 6.0.3
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 +40 -16
- package/dist/typedoc-urls.json +6 -0
- package/package.json +9 -9
package/dist/index.min.js
CHANGED
|
@@ -1,24 +1,48 @@
|
|
|
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};ai.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=oo[e];if(!r){r=oo[e]=[];for(var n=0;n<e.length;++n)r[e.charCodeAt(n)]=n}t=t.replace(/\s/g,"");for(var i=e.length,s=e.charAt(0),o=[0],n=0;n<t.length;n++){var a=r[t.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;t[u]===s&&u<t.length-1;++u)o.push(0);return typeof Buffer<"u"?Buffer.from(o.reverse()):new Uint8Array(o.reverse())};function Bc(t,e){var r=0,n=e.length,i=e.charAt(0),s=[0];for(r=0;r<t.length();++r){for(var o=0,a=t.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;t.at(r)===0&&r<t.length()-1;++r)f+=i;for(r=s.length-1;r>=0;--r)f+=e[s[r]];return f}});var ht=U((fy,lo)=>{var co=Y(),uo=fo(),y=lo.exports=co.util=co.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===t){f.stopPropagation();var c=e.slice();e.length=0,c.forEach(function(u){u()})}};var o=a,t="forge.setImmediate",e=[];y.setImmediate=function(f){e.push(f),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 f=e.slice();e.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)):(e.push(f),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 Tr(t){if(!(t===8||t===16||t===24||t===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+t)}y.ByteBuffer=fi;function fi(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 fi||typeof t=="object"&&typeof t.data=="string"&&typeof t.read=="number")&&(this.data=t.data,this.read=t.read);this._constructedStringLength=0}y.ByteStringBuffer=fi;var Ac=4096;y.ByteStringBuffer.prototype._optimizeConstructedString=function(t){this._constructedStringLength+=t,this._constructedStringLength>Ac&&(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){Tr(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){Tr(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 Cc(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=Cc;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 s;if(e==="hex")return this.accommodate(Math.ceil(t.length/2)),s=new Uint8Array(this.data.buffer,this.write),this.write+=y.binary.hex.decode(t,s,this.write),this;if(e==="base64")return this.accommodate(Math.ceil(t.length/4)*3),s=new Uint8Array(this.data.buffer,this.write),this.write+=y.binary.base64.decode(t,s,this.write),this;if(e==="utf8"&&(t=y.encodeUtf8(t),e="binary"),e==="binary"||e==="raw")return this.accommodate(t.length),s=new Uint8Array(this.data.buffer,this.write),this.write+=y.binary.raw.decode(s),this;if(e==="utf16")return this.accommodate(t.length*2),s=new Uint16Array(this.data.buffer,this.write),this.write+=y.text.utf16.encode(s),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){Tr(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 Tr(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){Tr(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="",s="",o=0,a=0;r>0;--r,++o)i=t.charCodeAt(o)^e.charCodeAt(o),a>=10&&(n+=s,s="",a=0),s+=String.fromCharCode(i),++a;return n+=s,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 ve="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",be=[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],ho="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";y.encode64=function(t,e){for(var r="",n="",i,s,o,a=0;a<t.length;)i=t.charCodeAt(a++),s=t.charCodeAt(a++),o=t.charCodeAt(a++),r+=ve.charAt(i>>2),r+=ve.charAt((i&3)<<4|s>>4),isNaN(s)?r+="==":(r+=ve.charAt((s&15)<<2|o>>6),r+=isNaN(o)?"=":ve.charAt(o&63)),e&&r.length>e&&(n+=r.substr(0,e)+`\r
|
|
4
|
-
`,r=r.substr(e));return n+=r,n};
|
|
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,s,o,a,f=0,c=r;f<t.length;)i=be[t.charCodeAt(f++)-43],s=be[t.charCodeAt(f++)-43],o=be[t.charCodeAt(f++)-43],a=be[t.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 e?c-r:n.subarray(0,c)};y.binary.base58.encode=function(t,e){return y.binary.baseN.encode(t,ho,e)};y.binary.base58.decode=function(t,e){return y.binary.baseN.decode(t,ho,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,s=0;s<t.length;++s)n[i++]=t.charCodeAt(s);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 s=r,o=r,a=0;a<t.length;++a)i[o++]=t.charCodeAt(a),s+=2;return e?s-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 ci=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}},ui=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},Ic=function(t,e,r,n){var i=ui(t,e);i===null&&(i={}),i[r]=n,ci(t,e,i)},Tc=function(t,e,r){var n=ui(t,e);return n!==null&&(n=r in n?n[r]:null),n},_c=function(t,e,r){var n=ui(t,e);if(n!==null&&r in n){delete n[r];var i=!0;for(var s in n){i=!1;break}i&&(n=null),ci(t,e,n)}},Rc=function(t,e){ci(t,e,null)},cn=function(t,e,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(e[0]===null)throw new Error("Flash local storage not available.");n=t.apply(this,e),s=i==="flash"}(i==="web"||i==="both")&&(e[0]=localStorage,n=t.apply(this,e),s=!0)}catch(f){o=f}if(s)break}if(!s)throw o;return n};y.setItem=function(t,e,r,n,i){cn(Ic,arguments,i)};y.getItem=function(t,e,r,n){return cn(Tc,arguments,n)};y.removeItem=function(t,e,r,n){cn(_c,arguments,n)};y.clearItems=function(t,e,r){cn(Rc,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,s=[],o=0;r=e.exec(t);){n=t.substring(o,e.lastIndex-2),n.length>0&&s.push(n),o=e.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(t.substring(o)),s.join("")};y.formatNumber=function(t,e,r,n){var i=t,s=isNaN(e=Math.abs(e))?2:e,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(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(o){return o.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 s=y.hexToBytes(t[i]);s.length<2&&n.putByte(0),n.putBytes(s)}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 s=y.bytesToHex(t[i]+t[i+1]);s[0]==="0"&&s!=="0";)s=s.substr(1);if(s==="0"){var o=r[r.length-1],a=e.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))}e.push(s)}if(r.length>0){var f=r[n];f.end-f.start>0&&(e.splice(f.start,f.end-f.start+1,""),f.start===0&&e.unshift(""),f.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(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),e(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 un=U((cy,po)=>{var _r=Y();_r.pki=_r.pki||{};var hi=po.exports=_r.pki.oids=_r.oids=_r.oids||{};function S(t,e){hi[t]=e,hi[e]=t}function $(t,e){hi[t]=e}S("1.2.840.113549.1.1.1","rsaEncryption");S("1.2.840.113549.1.1.4","md5WithRSAEncryption");S("1.2.840.113549.1.1.5","sha1WithRSAEncryption");S("1.2.840.113549.1.1.7","RSAES-OAEP");S("1.2.840.113549.1.1.8","mgf1");S("1.2.840.113549.1.1.9","pSpecified");S("1.2.840.113549.1.1.10","RSASSA-PSS");S("1.2.840.113549.1.1.11","sha256WithRSAEncryption");S("1.2.840.113549.1.1.12","sha384WithRSAEncryption");S("1.2.840.113549.1.1.13","sha512WithRSAEncryption");S("1.3.101.112","EdDSA25519");S("1.2.840.10040.4.3","dsa-with-sha1");S("1.3.14.3.2.7","desCBC");S("1.3.14.3.2.26","sha1");S("1.3.14.3.2.29","sha1WithRSASignature");S("2.16.840.1.101.3.4.2.1","sha256");S("2.16.840.1.101.3.4.2.2","sha384");S("2.16.840.1.101.3.4.2.3","sha512");S("2.16.840.1.101.3.4.2.4","sha224");S("2.16.840.1.101.3.4.2.5","sha512-224");S("2.16.840.1.101.3.4.2.6","sha512-256");S("1.2.840.113549.2.2","md2");S("1.2.840.113549.2.5","md5");S("1.2.840.113549.1.7.1","data");S("1.2.840.113549.1.7.2","signedData");S("1.2.840.113549.1.7.3","envelopedData");S("1.2.840.113549.1.7.4","signedAndEnvelopedData");S("1.2.840.113549.1.7.5","digestedData");S("1.2.840.113549.1.7.6","encryptedData");S("1.2.840.113549.1.9.1","emailAddress");S("1.2.840.113549.1.9.2","unstructuredName");S("1.2.840.113549.1.9.3","contentType");S("1.2.840.113549.1.9.4","messageDigest");S("1.2.840.113549.1.9.5","signingTime");S("1.2.840.113549.1.9.6","counterSignature");S("1.2.840.113549.1.9.7","challengePassword");S("1.2.840.113549.1.9.8","unstructuredAddress");S("1.2.840.113549.1.9.14","extensionRequest");S("1.2.840.113549.1.9.20","friendlyName");S("1.2.840.113549.1.9.21","localKeyId");S("1.2.840.113549.1.9.22.1","x509Certificate");S("1.2.840.113549.1.12.10.1.1","keyBag");S("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");S("1.2.840.113549.1.12.10.1.3","certBag");S("1.2.840.113549.1.12.10.1.4","crlBag");S("1.2.840.113549.1.12.10.1.5","secretBag");S("1.2.840.113549.1.12.10.1.6","safeContentsBag");S("1.2.840.113549.1.5.13","pkcs5PBES2");S("1.2.840.113549.1.5.12","pkcs5PBKDF2");S("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");S("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");S("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");S("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");S("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");S("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");S("1.2.840.113549.2.7","hmacWithSHA1");S("1.2.840.113549.2.8","hmacWithSHA224");S("1.2.840.113549.2.9","hmacWithSHA256");S("1.2.840.113549.2.10","hmacWithSHA384");S("1.2.840.113549.2.11","hmacWithSHA512");S("1.2.840.113549.3.7","des-EDE3-CBC");S("2.16.840.1.101.3.4.1.2","aes128-CBC");S("2.16.840.1.101.3.4.1.22","aes192-CBC");S("2.16.840.1.101.3.4.1.42","aes256-CBC");S("2.5.4.3","commonName");S("2.5.4.4","surname");S("2.5.4.5","serialNumber");S("2.5.4.6","countryName");S("2.5.4.7","localityName");S("2.5.4.8","stateOrProvinceName");S("2.5.4.9","streetAddress");S("2.5.4.10","organizationName");S("2.5.4.11","organizationalUnitName");S("2.5.4.12","title");S("2.5.4.13","description");S("2.5.4.15","businessCategory");S("2.5.4.17","postalCode");S("2.5.4.42","givenName");S("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");S("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");S("2.16.840.1.113730.1.1","nsCertType");S("2.16.840.1.113730.1.13","nsComment");$("2.5.29.1","authorityKeyIdentifier");$("2.5.29.2","keyAttributes");$("2.5.29.3","certificatePolicies");$("2.5.29.4","keyUsageRestriction");$("2.5.29.5","policyMapping");$("2.5.29.6","subtreesConstraint");$("2.5.29.7","subjectAltName");$("2.5.29.8","issuerAltName");$("2.5.29.9","subjectDirectoryAttributes");$("2.5.29.10","basicConstraints");$("2.5.29.11","nameConstraints");$("2.5.29.12","policyConstraints");$("2.5.29.13","basicConstraints");S("2.5.29.14","subjectKeyIdentifier");S("2.5.29.15","keyUsage");$("2.5.29.16","privateKeyUsagePeriod");S("2.5.29.17","subjectAltName");S("2.5.29.18","issuerAltName");S("2.5.29.19","basicConstraints");$("2.5.29.20","cRLNumber");$("2.5.29.21","cRLReason");$("2.5.29.22","expirationDate");$("2.5.29.23","instructionCode");$("2.5.29.24","invalidityDate");$("2.5.29.25","cRLDistributionPoints");$("2.5.29.26","issuingDistributionPoint");$("2.5.29.27","deltaCRLIndicator");$("2.5.29.28","issuingDistributionPoint");$("2.5.29.29","certificateIssuer");$("2.5.29.30","nameConstraints");S("2.5.29.31","cRLDistributionPoints");S("2.5.29.32","certificatePolicies");$("2.5.29.33","policyMappings");$("2.5.29.34","policyConstraints");S("2.5.29.35","authorityKeyIdentifier");$("2.5.29.36","policyConstraints");S("2.5.29.37","extKeyUsage");$("2.5.29.46","freshestCRL");$("2.5.29.54","inhibitAnyPolicy");S("1.3.6.1.4.1.11129.2.4.2","timestampList");S("1.3.6.1.5.5.7.1.1","authorityInfoAccess");S("1.3.6.1.5.5.7.3.1","serverAuth");S("1.3.6.1.5.5.7.3.2","clientAuth");S("1.3.6.1.5.5.7.3.3","codeSigning");S("1.3.6.1.5.5.7.3.4","emailProtection");S("1.3.6.1.5.5.7.3.8","timeStamping")});var kr=U((uy,go)=>{var J=Y();ht();un();var C=go.exports=J.asn1=J.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(t,e,r,n,i){if(J.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:t,type:e,constructed:r,composed:r||J.util.isArray(n),value:n};return i&&"bitStringContents"in i&&(a.bitStringContents=i.bitStringContents,a.original=C.copy(a)),a};C.copy=function(t,e){var r;if(J.util.isArray(t)){r=[];for(var n=0;n<t.length;++n)r.push(C.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:C.copy(t.value,e)},e&&!e.excludeBitStringContents&&(r.bitStringContents=t.bitStringContents),r)};C.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(!C.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&&C.equals(t.value,e.value);return r&&r.includeBitStringContents&&(i=i&&t.bitStringContents===e.bitStringContents),i};C.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 Rr(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 kc=function(t,e){var r=t.getByte();if(e--,r!==128){var n,i=r&128;if(!i)n=r;else{var s=r&127;Rr(t,e,s),n=t.getInt(s<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};C.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=hn(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 hn(t,e,r,n){var i;Rr(t,e,2);var s=t.getByte();e--;var o=s&192,a=s&31;i=t.length();var f=kc(t,e);if(e-=i-t.length(),f!==void 0&&f>e){if(n.strict){var c=new Error("Too few bytes to read ASN.1 value.");throw c.available=t.length(),c.remaining=e,c.requested=f,c}f=e}var u,h,l=(s&32)===32;if(l)if(u=[],f===void 0)for(;;){if(Rr(t,e,2),t.bytes(2)===String.fromCharCode(0,0)){t.getBytes(2),e-=2;break}i=t.length(),u.push(hn(t,e,r+1,n)),e-=i-t.length()}else for(;f>0;)i=t.length(),u.push(hn(t,f,r+1,n)),e-=i-t.length(),f-=i-t.length();if(u===void 0&&o===C.Class.UNIVERSAL&&a===C.Type.BITSTRING&&(h=t.bytes(f)),u===void 0&&n.decodeBitStrings&&o===C.Class.UNIVERSAL&&a===C.Type.BITSTRING&&f>1){var d=t.read,p=e,g=0;if(a===C.Type.BITSTRING&&(Rr(t,e,1),g=t.getByte(),e--),g===0)try{i=t.length();var x={strict:!0,decodeBitStrings:!0},v=hn(t,e,r+1,x),B=i-t.length();e-=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&&(t.read=d,e=p)}if(u===void 0){if(f===void 0){if(n.strict)throw new Error("Non-constructed ASN.1 object of indefinite length.");f=e}if(a===C.Type.BMPSTRING)for(u="";f>0;f-=2)Rr(t,e,2),u+=String.fromCharCode(t.getInt16()),e-=2;else u=t.getBytes(f),e-=f}var D=h===void 0?null:{bitStringContents:h};return C.create(o,a,l,u,D)}C.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=C.equals(t,t.original))),i)n.putBytes(t.bitStringContents);else if(t.composed){t.constructed?r|=32:n.putByte(0);for(var s=0;s<t.value.length;++s)t.value[s]!==void 0&&n.putBuffer(C.toDer(t.value[s]))}else if(t.type===C.Type.BMPSTRING)for(var s=0;s<t.value.length;++s)n.putInt16(t.value.charCodeAt(s));else t.type===C.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 o=n.length(),a="";do a+=String.fromCharCode(o&255),o=o>>>8;while(o>0);e.putByte(a.length|128);for(var s=a.length-1;s>=0;--s)e.putByte(a.charCodeAt(s))}return e.putBuffer(n),e};C.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,s,o,a=2;a<e.length;++a){n=!0,i=[],s=parseInt(e[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(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};C.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),s=parseInt(t.substr(6,2),10),o=parseInt(t.substr(8,2),10),a=0;if(t.length>11){var f=t.charAt(10),c=10;f!=="+"&&f!=="-"&&(a=parseInt(t.substr(10,2),10),c+=2)}if(e.setUTCFullYear(r,n,i),e.setUTCHours(s,o,a,0),c&&(f=t.charAt(c),f==="+"||f==="-")){var u=parseInt(t.substr(c+1,2),10),h=parseInt(t.substr(c+4,2),10),l=u*60+h;l*=6e4,f==="+"?e.setTime(+e-l):e.setTime(+e+l)}return e};C.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),s=parseInt(t.substr(8,2),10),o=parseInt(t.substr(10,2),10),a=parseInt(t.substr(12,2),10),f=0,c=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);c=d*60+p,c*=6e4,l==="+"&&(c*=-1),u=!0}return t.charAt(14)==="."&&(f=parseFloat(t.substr(14),10)*1e3),u?(e.setUTCFullYear(r,n,i),e.setUTCHours(s,o,a,f),e.setTime(+e+c)):(e.setFullYear(r,n,i),e.setHours(s,o,a,f)),e};C.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};C.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};C.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};C.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)};C.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 s=0,o=0;i&&o<e.value.length;++o)i=e.value[o].optional||!1,t.value[s]&&(i=C.validate(t.value[s],e.value[o],r,n),i?++s:e.value[o].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 f=t.bitStringContents.charCodeAt(0);if(f!==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 yo=/[^\\u0000-\\u00ff]/;C.prettyPrint=function(t,e,r){var n="";e=e||0,r=r||2,e>0&&(n+=`
|
|
6
|
-
`);for(var i="",
|
|
2
|
+
"use strict";var Libp2PPeerRecord=(()=>{var eu=Object.create;var bn=Object.defineProperty;var ru=Object.getOwnPropertyDescriptor;var nu=Object.getOwnPropertyNames;var iu=Object.getPrototypeOf,ou=Object.prototype.hasOwnProperty;var W=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Rt=(t,e)=>{for(var r in e)bn(t,r,{get:e[r],enumerable:!0})},Ns=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of nu(e))!ou.call(t,i)&&i!==r&&bn(t,i,{get:()=>e[i],enumerable:!(n=ru(e,i))||n.enumerable});return t};var St=(t,e,r)=>(r=t!=null?eu(iu(t)):{},Ns(e||!t||!t.__esModule?bn(r,"default",{value:t,enumerable:!0}):r,t)),su=t=>Ns(bn({},"__esModule",{value:!0}),t);var ct=W((Ty,Ds)=>{Ds.exports={options:{usePureJavaScript:!1}}});var Us=W((_y,Ps)=>{var wi={};Ps.exports=wi;var ks={};wi.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 f=0,c=t[i];f<a.length;++f)c+=a[f]<<8,a[f]=c%o,c=c/o|0;for(;c>0;)a.push(c%o),c=c/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};wi.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=ks[e];if(!r){r=ks[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 f=0,c=a;f<s.length;++f)c+=s[f]*i,s[f]=c&255,c>>=8;for(;c>0;)s.push(c&255),c>>=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 f="";for(r=0;t.at(r)===0&&r<t.length()-1;++r)f+=i;for(r=o.length-1;r>=0;--r)f+=e[o[r]];return f}});var At=W((Ly,qs)=>{var Ks=ct(),Os=Us(),x=qs.exports=Ks.util=Ks.util||{};(function(){if(typeof process<"u"&&process.nextTick&&!process.browser){x.nextTick=process.nextTick,typeof setImmediate=="function"?x.setImmediate=setImmediate:x.setImmediate=x.nextTick;return}if(typeof setImmediate=="function"){x.setImmediate=function(){return setImmediate.apply(void 0,arguments)},x.nextTick=function(a){return setImmediate(a)};return}if(x.setImmediate=function(a){setTimeout(a,0)},typeof window<"u"&&typeof window.postMessage=="function"){let a=function(f){if(f.source===window&&f.data===t){f.stopPropagation();var c=e.slice();e.length=0,c.forEach(function(u){u()})}};var s=a,t="forge.setImmediate",e=[];x.setImmediate=function(f){e.push(f),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 f=e.slice();e.length=0,f.forEach(function(c){c()})}).observe(i,{attributes:!0});var o=x.setImmediate;x.setImmediate=function(f){Date.now()-r>15?(r=Date.now(),o(f)):(e.push(f),e.length===1&&i.setAttribute("a",n=!n))}}x.nextTick=x.setImmediate})();x.isNodejs=typeof process<"u"&&process.versions&&process.versions.node;x.globalScope=function(){return x.isNodejs?globalThis:typeof self>"u"?window:self}();x.isArray=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"};x.isArrayBuffer=function(t){return typeof ArrayBuffer<"u"&&t instanceof ArrayBuffer};x.isArrayBufferView=function(t){return t&&x.isArrayBuffer(t.buffer)&&t.byteLength!==void 0};function $r(t){if(!(t===8||t===16||t===24||t===32))throw new Error("Only 8, 16, 24, or 32 bits supported: "+t)}x.ByteBuffer=Ei;function Ei(t){if(this.data="",this.read=0,typeof t=="string")this.data=t;else if(x.isArrayBuffer(t)||x.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 Ei||typeof t=="object"&&typeof t.data=="string"&&typeof t.read=="number")&&(this.data=t.data,this.read=t.read);this._constructedStringLength=0}x.ByteStringBuffer=Ei;var fu=4096;x.ByteStringBuffer.prototype._optimizeConstructedString=function(t){this._constructedStringLength+=t,this._constructedStringLength>fu&&(this.data.substr(0,1),this._constructedStringLength=0)};x.ByteStringBuffer.prototype.length=function(){return this.data.length-this.read};x.ByteStringBuffer.prototype.isEmpty=function(){return this.length()<=0};x.ByteStringBuffer.prototype.putByte=function(t){return this.putBytes(String.fromCharCode(t))};x.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};x.ByteStringBuffer.prototype.putBytes=function(t){return this.data+=t,this._optimizeConstructedString(t.length),this};x.ByteStringBuffer.prototype.putString=function(t){return this.putBytes(x.encodeUtf8(t))};x.ByteStringBuffer.prototype.putInt16=function(t){return this.putBytes(String.fromCharCode(t>>8&255)+String.fromCharCode(t&255))};x.ByteStringBuffer.prototype.putInt24=function(t){return this.putBytes(String.fromCharCode(t>>16&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t&255))};x.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))};x.ByteStringBuffer.prototype.putInt16Le=function(t){return this.putBytes(String.fromCharCode(t&255)+String.fromCharCode(t>>8&255))};x.ByteStringBuffer.prototype.putInt24Le=function(t){return this.putBytes(String.fromCharCode(t&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t>>16&255))};x.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))};x.ByteStringBuffer.prototype.putInt=function(t,e){$r(e);var r="";do e-=8,r+=String.fromCharCode(t>>e&255);while(e>0);return this.putBytes(r)};x.ByteStringBuffer.prototype.putSignedInt=function(t,e){return t<0&&(t+=2<<e-1),this.putInt(t,e)};x.ByteStringBuffer.prototype.putBuffer=function(t){return this.putBytes(t.getBytes())};x.ByteStringBuffer.prototype.getByte=function(){return this.data.charCodeAt(this.read++)};x.ByteStringBuffer.prototype.getInt16=function(){var t=this.data.charCodeAt(this.read)<<8^this.data.charCodeAt(this.read+1);return this.read+=2,t};x.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};x.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};x.ByteStringBuffer.prototype.getInt16Le=function(){var t=this.data.charCodeAt(this.read)^this.data.charCodeAt(this.read+1)<<8;return this.read+=2,t};x.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};x.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};x.ByteStringBuffer.prototype.getInt=function(t){$r(t);var e=0;do e=(e<<8)+this.data.charCodeAt(this.read++),t-=8;while(t>0);return e};x.ByteStringBuffer.prototype.getSignedInt=function(t){var e=this.getInt(t),r=2<<t-2;return e>=r&&(e-=r<<1),e};x.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};x.ByteStringBuffer.prototype.bytes=function(t){return typeof t>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+t)};x.ByteStringBuffer.prototype.at=function(t){return this.data.charCodeAt(this.read+t)};x.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};x.ByteStringBuffer.prototype.last=function(){return this.data.charCodeAt(this.data.length-1)};x.ByteStringBuffer.prototype.copy=function(){var t=x.createBuffer(this.data);return t.read=this.read,t};x.ByteStringBuffer.prototype.compact=function(){return this.read>0&&(this.data=this.data.slice(this.read),this.read=0),this};x.ByteStringBuffer.prototype.clear=function(){return this.data="",this.read=0,this};x.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};x.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};x.ByteStringBuffer.prototype.toString=function(){return x.decodeUtf8(this.bytes())};function cu(t,e){e=e||{},this.read=e.readOffset||0,this.growSize=e.growSize||1024;var r=x.isArrayBuffer(t),n=x.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)}x.DataBuffer=cu;x.DataBuffer.prototype.length=function(){return this.write-this.read};x.DataBuffer.prototype.isEmpty=function(){return this.length()<=0};x.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};x.DataBuffer.prototype.putByte=function(t){return this.accommodate(1),this.data.setUint8(this.write++,t),this};x.DataBuffer.prototype.fillWithByte=function(t,e){this.accommodate(e);for(var r=0;r<e;++r)this.data.setUint8(t);return this};x.DataBuffer.prototype.putBytes=function(t,e){if(x.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(x.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 x.DataBuffer||typeof t=="object"&&typeof t.read=="number"&&typeof t.write=="number"&&x.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 x.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+=x.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+=x.binary.base64.decode(t,o,this.write),this;if(e==="utf8"&&(t=x.encodeUtf8(t),e="binary"),e==="binary"||e==="raw")return this.accommodate(t.length),o=new Uint8Array(this.data.buffer,this.write),this.write+=x.binary.raw.decode(o),this;if(e==="utf16")return this.accommodate(t.length*2),o=new Uint16Array(this.data.buffer,this.write),this.write+=x.text.utf16.encode(o),this;throw new Error("Invalid encoding: "+e)}throw Error("Invalid parameter: "+t)};x.DataBuffer.prototype.putBuffer=function(t){return this.putBytes(t),t.clear(),this};x.DataBuffer.prototype.putString=function(t){return this.putBytes(t,"utf16")};x.DataBuffer.prototype.putInt16=function(t){return this.accommodate(2),this.data.setInt16(this.write,t),this.write+=2,this};x.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};x.DataBuffer.prototype.putInt32=function(t){return this.accommodate(4),this.data.setInt32(this.write,t),this.write+=4,this};x.DataBuffer.prototype.putInt16Le=function(t){return this.accommodate(2),this.data.setInt16(this.write,t,!0),this.write+=2,this};x.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};x.DataBuffer.prototype.putInt32Le=function(t){return this.accommodate(4),this.data.setInt32(this.write,t,!0),this.write+=4,this};x.DataBuffer.prototype.putInt=function(t,e){$r(e),this.accommodate(e/8);do e-=8,this.data.setInt8(this.write++,t>>e&255);while(e>0);return this};x.DataBuffer.prototype.putSignedInt=function(t,e){return $r(e),this.accommodate(e/8),t<0&&(t+=2<<e-1),this.putInt(t,e)};x.DataBuffer.prototype.getByte=function(){return this.data.getInt8(this.read++)};x.DataBuffer.prototype.getInt16=function(){var t=this.data.getInt16(this.read);return this.read+=2,t};x.DataBuffer.prototype.getInt24=function(){var t=this.data.getInt16(this.read)<<8^this.data.getInt8(this.read+2);return this.read+=3,t};x.DataBuffer.prototype.getInt32=function(){var t=this.data.getInt32(this.read);return this.read+=4,t};x.DataBuffer.prototype.getInt16Le=function(){var t=this.data.getInt16(this.read,!0);return this.read+=2,t};x.DataBuffer.prototype.getInt24Le=function(){var t=this.data.getInt8(this.read)^this.data.getInt16(this.read+1,!0)<<8;return this.read+=3,t};x.DataBuffer.prototype.getInt32Le=function(){var t=this.data.getInt32(this.read,!0);return this.read+=4,t};x.DataBuffer.prototype.getInt=function(t){$r(t);var e=0;do e=(e<<8)+this.data.getInt8(this.read++),t-=8;while(t>0);return e};x.DataBuffer.prototype.getSignedInt=function(t){var e=this.getInt(t),r=2<<t-2;return e>=r&&(e-=r<<1),e};x.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};x.DataBuffer.prototype.bytes=function(t){return typeof t>"u"?this.data.slice(this.read):this.data.slice(this.read,this.read+t)};x.DataBuffer.prototype.at=function(t){return this.data.getUint8(this.read+t)};x.DataBuffer.prototype.setAt=function(t,e){return this.data.setUint8(t,e),this};x.DataBuffer.prototype.last=function(){return this.data.getUint8(this.write-1)};x.DataBuffer.prototype.copy=function(){return new x.DataBuffer(this)};x.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};x.DataBuffer.prototype.clear=function(){return this.data=new DataView(new ArrayBuffer(0)),this.read=this.write=0,this};x.DataBuffer.prototype.truncate=function(t){return this.write=Math.max(0,this.length()-t),this.read=Math.min(this.read,this.write),this};x.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};x.DataBuffer.prototype.toString=function(t){var e=new Uint8Array(this.data,this.read,this.length());if(t=t||"utf8",t==="binary"||t==="raw")return x.binary.raw.encode(e);if(t==="hex")return x.binary.hex.encode(e);if(t==="base64")return x.binary.base64.encode(e);if(t==="utf8")return x.text.utf8.decode(e);if(t==="utf16")return x.text.utf16.decode(e);throw new Error("Invalid encoding: "+t)};x.createBuffer=function(t,e){return e=e||"raw",t!==void 0&&e==="utf8"&&(t=x.encodeUtf8(t)),new x.ByteBuffer(t)};x.fillString=function(t,e){for(var r="";e>0;)e&1&&(r+=t),e>>>=1,e>0&&(t+=t);return r};x.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};x.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};x.bytesToHex=function(t){return x.createBuffer(t).toHex()};x.int32ToBytes=function(t){return String.fromCharCode(t>>24&255)+String.fromCharCode(t>>16&255)+String.fromCharCode(t>>8&255)+String.fromCharCode(t&255)};var Ve="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Fe=[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],Ms="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";x.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+=Ve.charAt(i>>2),r+=Ve.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=Ve.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":Ve.charAt(s&63)),e&&r.length>e&&(n+=r.substr(0,e)+`\r
|
|
4
|
+
`,r=r.substr(e));return n+=r,n};x.decode64=function(t){t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");for(var e="",r,n,i,o,s=0;s<t.length;)r=Fe[t.charCodeAt(s++)-43],n=Fe[t.charCodeAt(s++)-43],i=Fe[t.charCodeAt(s++)-43],o=Fe[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};x.encodeUtf8=function(t){return unescape(encodeURIComponent(t))};x.decodeUtf8=function(t){return decodeURIComponent(escape(t))};x.binary={raw:{},hex:{},base64:{},base58:{},baseN:{encode:Os.encode,decode:Os.decode}};x.binary.raw.encode=function(t){return String.fromCharCode.apply(null,t)};x.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};x.binary.hex.encode=x.bytesToHex;x.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};x.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+=Ve.charAt(i>>2),r+=Ve.charAt((i&3)<<4|o>>4),isNaN(o)?r+="==":(r+=Ve.charAt((o&15)<<2|s>>6),r+=isNaN(s)?"=":Ve.charAt(s&63)),e&&r.length>e&&(n+=r.substr(0,e)+`\r
|
|
5
|
+
`,r=r.substr(e));return n+=r,n};x.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,f=0,c=r;f<t.length;)i=Fe[t.charCodeAt(f++)-43],o=Fe[t.charCodeAt(f++)-43],s=Fe[t.charCodeAt(f++)-43],a=Fe[t.charCodeAt(f++)-43],n[c++]=i<<2|o>>4,s!==64&&(n[c++]=(o&15)<<4|s>>2,a!==64&&(n[c++]=(s&3)<<6|a));return e?c-r:n.subarray(0,c)};x.binary.base58.encode=function(t,e){return x.binary.baseN.encode(t,Ms,e)};x.binary.base58.decode=function(t,e){return x.binary.baseN.decode(t,Ms,e)};x.text={utf8:{},utf16:{}};x.text.utf8.encode=function(t,e,r){t=x.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};x.text.utf8.decode=function(t){return x.decodeUtf8(String.fromCharCode.apply(null,t))};x.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};x.text.utf16.decode=function(t){return String.fromCharCode.apply(null,new Uint16Array(t.buffer))};x.deflate=function(t,e,r){if(e=x.decode64(t.deflate(x.encode64(e)).rval),r){var n=2,i=e.charCodeAt(1);i&32&&(n=6),e=e.substring(n,e.length-4)}return e};x.inflate=function(t,e,r){var n=t.inflate(x.encode64(e)).rval;return n===null?null:x.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=x.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}},Si=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(x.decode64(r))),r},uu=function(t,e,r,n){var i=Si(t,e);i===null&&(i={}),i[r]=n,Bi(t,e,i)},lu=function(t,e,r){var n=Si(t,e);return n!==null&&(n=r in n?n[r]:null),n},hu=function(t,e,r){var n=Si(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)},wn=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(f){s=f}if(o)break}if(!o)throw s;return n};x.setItem=function(t,e,r,n,i){wn(uu,arguments,i)};x.getItem=function(t,e,r,n){return wn(lu,arguments,n)};x.removeItem=function(t,e,r,n){wn(hu,arguments,n)};x.clearItems=function(t,e,r){wn(du,arguments,r)};x.isEmpty=function(t){for(var e in t)if(t.hasOwnProperty(e))return!1;return!0};x.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("")};x.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,f=i<0?"-":"",c=parseInt(i=Math.abs(+i||0).toFixed(o),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)+(o?s+Math.abs(i-c).toFixed(o).slice(2):"")};x.formatSize=function(t){return t>=1073741824?t=x.formatNumber(t/1073741824,2,".","")+" GiB":t>=1048576?t=x.formatNumber(t/1048576,2,".","")+" MiB":t>=1024?t=x.formatNumber(t/1024,0)+" KiB":t=x.formatNumber(t,0)+" bytes",t};x.bytesFromIP=function(t){return t.indexOf(".")!==-1?x.bytesFromIPv4(t):t.indexOf(":")!==-1?x.bytesFromIPv6(t):null};x.bytesFromIPv4=function(t){if(t=t.split("."),t.length!==4)return null;for(var e=x.createBuffer(),r=0;r<t.length;++r){var n=parseInt(t[r],10);if(isNaN(n))return null;e.putByte(n)}return e.getBytes()};x.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=x.createBuffer(),i=0;i<8;++i){if(!t[i]||t[i].length===0){n.fillWithByte(0,r),r=0;continue}var o=x.hexToBytes(t[i]);o.length<2&&n.putByte(0),n.putBytes(o)}return n.getBytes()};x.bytesToIP=function(t){return t.length===4?x.bytesToIPv4(t):t.length===16?x.bytesToIPv6(t):null};x.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(".")};x.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=x.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 f=r[n];f.end-f.start>0&&(e.splice(f.start,f.end-f.start+1,""),f.start===0&&e.unshift(""),f.end===7&&e.push(""))}return e.join(":")};x.estimateCores=function(t,e){if(typeof t=="function"&&(e=t,t={}),t=t||{},"cores"in x&&!t.update)return e(null,x.cores);if(typeof navigator<"u"&&"hardwareConcurrency"in navigator&&navigator.hardwareConcurrency>0)return x.cores=navigator.hardwareConcurrency,e(null,x.cores);if(typeof Worker>"u")return x.cores=1,e(null,x.cores);if(typeof Blob>"u")return x.cores=2,e(null,x.cores);var r=URL.createObjectURL(new Blob(["(",function(){self.addEventListener("message",function(s){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(s,a,f){if(a===0){var c=Math.floor(s.reduce(function(u,l){return u+l},0)/s.length);return x.cores=Math.max(1,c),URL.revokeObjectURL(r),e(null,x.cores)}i(f,function(u,l){s.push(o(f,l)),n(s,a-1,f)})}function i(s,a){for(var f=[],c=[],u=0;u<s;++u){var l=new Worker(r);l.addEventListener("message",function(h){if(c.push(h.data),c.length===s){for(var y=0;y<s;++y)f[y].terminate();a(null,c)}}),f.push(l)}for(var u=0;u<s;++u)f[u].postMessage(u)}function o(s,a){for(var f=[],c=0;c<s;++c)for(var u=a[c],l=f[c]=[],h=0;h<s;++h)if(c!==h){var y=a[h];(u.st>y.st&&u.st<y.et||y.st>u.st&&y.st<u.et)&&l.push(h)}return f.reduce(function(d,p){return Math.max(d,p.length)},0)}}});var En=W((Ry,Vs)=>{var Yr=ct();Yr.pki=Yr.pki||{};var Ai=Vs.exports=Yr.pki.oids=Yr.oids=Yr.oids||{};function T(t,e){Ai[t]=e,Ai[e]=t}function ot(t,e){Ai[t]=e}T("1.2.840.113549.1.1.1","rsaEncryption");T("1.2.840.113549.1.1.4","md5WithRSAEncryption");T("1.2.840.113549.1.1.5","sha1WithRSAEncryption");T("1.2.840.113549.1.1.7","RSAES-OAEP");T("1.2.840.113549.1.1.8","mgf1");T("1.2.840.113549.1.1.9","pSpecified");T("1.2.840.113549.1.1.10","RSASSA-PSS");T("1.2.840.113549.1.1.11","sha256WithRSAEncryption");T("1.2.840.113549.1.1.12","sha384WithRSAEncryption");T("1.2.840.113549.1.1.13","sha512WithRSAEncryption");T("1.3.101.112","EdDSA25519");T("1.2.840.10040.4.3","dsa-with-sha1");T("1.3.14.3.2.7","desCBC");T("1.3.14.3.2.26","sha1");T("1.3.14.3.2.29","sha1WithRSASignature");T("2.16.840.1.101.3.4.2.1","sha256");T("2.16.840.1.101.3.4.2.2","sha384");T("2.16.840.1.101.3.4.2.3","sha512");T("2.16.840.1.101.3.4.2.4","sha224");T("2.16.840.1.101.3.4.2.5","sha512-224");T("2.16.840.1.101.3.4.2.6","sha512-256");T("1.2.840.113549.2.2","md2");T("1.2.840.113549.2.5","md5");T("1.2.840.113549.1.7.1","data");T("1.2.840.113549.1.7.2","signedData");T("1.2.840.113549.1.7.3","envelopedData");T("1.2.840.113549.1.7.4","signedAndEnvelopedData");T("1.2.840.113549.1.7.5","digestedData");T("1.2.840.113549.1.7.6","encryptedData");T("1.2.840.113549.1.9.1","emailAddress");T("1.2.840.113549.1.9.2","unstructuredName");T("1.2.840.113549.1.9.3","contentType");T("1.2.840.113549.1.9.4","messageDigest");T("1.2.840.113549.1.9.5","signingTime");T("1.2.840.113549.1.9.6","counterSignature");T("1.2.840.113549.1.9.7","challengePassword");T("1.2.840.113549.1.9.8","unstructuredAddress");T("1.2.840.113549.1.9.14","extensionRequest");T("1.2.840.113549.1.9.20","friendlyName");T("1.2.840.113549.1.9.21","localKeyId");T("1.2.840.113549.1.9.22.1","x509Certificate");T("1.2.840.113549.1.12.10.1.1","keyBag");T("1.2.840.113549.1.12.10.1.2","pkcs8ShroudedKeyBag");T("1.2.840.113549.1.12.10.1.3","certBag");T("1.2.840.113549.1.12.10.1.4","crlBag");T("1.2.840.113549.1.12.10.1.5","secretBag");T("1.2.840.113549.1.12.10.1.6","safeContentsBag");T("1.2.840.113549.1.5.13","pkcs5PBES2");T("1.2.840.113549.1.5.12","pkcs5PBKDF2");T("1.2.840.113549.1.12.1.1","pbeWithSHAAnd128BitRC4");T("1.2.840.113549.1.12.1.2","pbeWithSHAAnd40BitRC4");T("1.2.840.113549.1.12.1.3","pbeWithSHAAnd3-KeyTripleDES-CBC");T("1.2.840.113549.1.12.1.4","pbeWithSHAAnd2-KeyTripleDES-CBC");T("1.2.840.113549.1.12.1.5","pbeWithSHAAnd128BitRC2-CBC");T("1.2.840.113549.1.12.1.6","pbewithSHAAnd40BitRC2-CBC");T("1.2.840.113549.2.7","hmacWithSHA1");T("1.2.840.113549.2.8","hmacWithSHA224");T("1.2.840.113549.2.9","hmacWithSHA256");T("1.2.840.113549.2.10","hmacWithSHA384");T("1.2.840.113549.2.11","hmacWithSHA512");T("1.2.840.113549.3.7","des-EDE3-CBC");T("2.16.840.1.101.3.4.1.2","aes128-CBC");T("2.16.840.1.101.3.4.1.22","aes192-CBC");T("2.16.840.1.101.3.4.1.42","aes256-CBC");T("2.5.4.3","commonName");T("2.5.4.4","surname");T("2.5.4.5","serialNumber");T("2.5.4.6","countryName");T("2.5.4.7","localityName");T("2.5.4.8","stateOrProvinceName");T("2.5.4.9","streetAddress");T("2.5.4.10","organizationName");T("2.5.4.11","organizationalUnitName");T("2.5.4.12","title");T("2.5.4.13","description");T("2.5.4.15","businessCategory");T("2.5.4.17","postalCode");T("2.5.4.42","givenName");T("1.3.6.1.4.1.311.60.2.1.2","jurisdictionOfIncorporationStateOrProvinceName");T("1.3.6.1.4.1.311.60.2.1.3","jurisdictionOfIncorporationCountryName");T("2.16.840.1.113730.1.1","nsCertType");T("2.16.840.1.113730.1.13","nsComment");ot("2.5.29.1","authorityKeyIdentifier");ot("2.5.29.2","keyAttributes");ot("2.5.29.3","certificatePolicies");ot("2.5.29.4","keyUsageRestriction");ot("2.5.29.5","policyMapping");ot("2.5.29.6","subtreesConstraint");ot("2.5.29.7","subjectAltName");ot("2.5.29.8","issuerAltName");ot("2.5.29.9","subjectDirectoryAttributes");ot("2.5.29.10","basicConstraints");ot("2.5.29.11","nameConstraints");ot("2.5.29.12","policyConstraints");ot("2.5.29.13","basicConstraints");T("2.5.29.14","subjectKeyIdentifier");T("2.5.29.15","keyUsage");ot("2.5.29.16","privateKeyUsagePeriod");T("2.5.29.17","subjectAltName");T("2.5.29.18","issuerAltName");T("2.5.29.19","basicConstraints");ot("2.5.29.20","cRLNumber");ot("2.5.29.21","cRLReason");ot("2.5.29.22","expirationDate");ot("2.5.29.23","instructionCode");ot("2.5.29.24","invalidityDate");ot("2.5.29.25","cRLDistributionPoints");ot("2.5.29.26","issuingDistributionPoint");ot("2.5.29.27","deltaCRLIndicator");ot("2.5.29.28","issuingDistributionPoint");ot("2.5.29.29","certificateIssuer");ot("2.5.29.30","nameConstraints");T("2.5.29.31","cRLDistributionPoints");T("2.5.29.32","certificatePolicies");ot("2.5.29.33","policyMappings");ot("2.5.29.34","policyConstraints");T("2.5.29.35","authorityKeyIdentifier");ot("2.5.29.36","policyConstraints");T("2.5.29.37","extKeyUsage");ot("2.5.29.46","freshestCRL");ot("2.5.29.54","inhibitAnyPolicy");T("1.3.6.1.4.1.11129.2.4.2","timestampList");T("1.3.6.1.5.5.7.1.1","authorityInfoAccess");T("1.3.6.1.5.5.7.3.1","serverAuth");T("1.3.6.1.5.5.7.3.2","clientAuth");T("1.3.6.1.5.5.7.3.3","codeSigning");T("1.3.6.1.5.5.7.3.4","emailProtection");T("1.3.6.1.5.5.7.3.8","timeStamping")});var Qr=W((Ny,Hs)=>{var pt=ct();At();En();var P=Hs.exports=pt.asn1=pt.asn1||{};P.Class={UNIVERSAL:0,APPLICATION:64,CONTEXT_SPECIFIC:128,PRIVATE:192};P.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};P.create=function(t,e,r,n,i){if(pt.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||pt.util.isArray(n),value:n};return i&&"bitStringContents"in i&&(a.bitStringContents=i.bitStringContents,a.original=P.copy(a)),a};P.copy=function(t,e){var r;if(pt.util.isArray(t)){r=[];for(var n=0;n<t.length;++n)r.push(P.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:P.copy(t.value,e)},e&&!e.excludeBitStringContents&&(r.bitStringContents=t.bitStringContents),r)};P.equals=function(t,e,r){if(pt.util.isArray(t)){if(!pt.util.isArray(e)||t.length!==e.length)return!1;for(var n=0;n<t.length;++n)if(!P.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&&P.equals(t.value,e.value);return r&&r.includeBitStringContents&&(i=i&&t.bitStringContents===e.bitStringContents),i};P.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 Zr(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 pu=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;Zr(t,e,o),n=t.getInt(o<<3)}if(n<0)throw new Error("Negative length: "+n);return n}};P.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=pt.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;Zr(t,e,2);var o=t.getByte();e--;var s=o&192,a=o&31;i=t.length();var f=pu(t,e);if(e-=i-t.length(),f!==void 0&&f>e){if(n.strict){var c=new Error("Too few bytes to read ASN.1 value.");throw c.available=t.length(),c.remaining=e,c.requested=f,c}f=e}var u,l,h=(o&32)===32;if(h)if(u=[],f===void 0)for(;;){if(Zr(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(;f>0;)i=t.length(),u.push(Bn(t,f,r+1,n)),e-=i-t.length(),f-=i-t.length();if(u===void 0&&s===P.Class.UNIVERSAL&&a===P.Type.BITSTRING&&(l=t.bytes(f)),u===void 0&&n.decodeBitStrings&&s===P.Class.UNIVERSAL&&a===P.Type.BITSTRING&&f>1){var y=t.read,d=e,p=0;if(a===P.Type.BITSTRING&&(Zr(t,e,1),p=t.getByte(),e--),p===0)try{i=t.length();var g={strict:!0,decodeBitStrings:!0},m=Bn(t,e,r+1,g),w=i-t.length();e-=w,a==P.Type.BITSTRING&&w++;var b=m.tagClass;w===f&&(b===P.Class.UNIVERSAL||b===P.Class.CONTEXT_SPECIFIC)&&(u=[m])}catch{}u===void 0&&(t.read=y,e=d)}if(u===void 0){if(f===void 0){if(n.strict)throw new Error("Non-constructed ASN.1 object of indefinite length.");f=e}if(a===P.Type.BMPSTRING)for(u="";f>0;f-=2)Zr(t,e,2),u+=String.fromCharCode(t.getInt16()),e-=2;else u=t.getBytes(f),e-=f}var L=l===void 0?null:{bitStringContents:l};return P.create(s,a,h,u,L)}P.toDer=function(t){var e=pt.util.createBuffer(),r=t.tagClass|t.type,n=pt.util.createBuffer(),i=!1;if("bitStringContents"in t&&(i=!0,t.original&&(i=P.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(P.toDer(t.value[o]))}else if(t.type===P.Type.BMPSTRING)for(var o=0;o<t.value.length;++o)n.putInt16(t.value.charCodeAt(o));else t.type===P.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};P.oidToDer=function(t){var e=t.split("."),r=pt.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 f=i.length-1;f>=0;--f)r.putByte(i[f])}return r};P.derToOid=function(t){var e;typeof t=="string"&&(t=pt.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};P.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 f=t.charAt(10),c=10;f!=="+"&&f!=="-"&&(a=parseInt(t.substr(10,2),10),c+=2)}if(e.setUTCFullYear(r,n,i),e.setUTCHours(o,s,a,0),c&&(f=t.charAt(c),f==="+"||f==="-")){var u=parseInt(t.substr(c+1,2),10),l=parseInt(t.substr(c+4,2),10),h=u*60+l;h*=6e4,f==="+"?e.setTime(+e-h):e.setTime(+e+h)}return e};P.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),f=0,c=0,u=!1;t.charAt(t.length-1)==="Z"&&(u=!0);var l=t.length-5,h=t.charAt(l);if(h==="+"||h==="-"){var y=parseInt(t.substr(l+1,2),10),d=parseInt(t.substr(l+4,2),10);c=y*60+d,c*=6e4,h==="+"&&(c*=-1),u=!0}return t.charAt(14)==="."&&(f=parseFloat(t.substr(14),10)*1e3),u?(e.setUTCFullYear(r,n,i),e.setUTCHours(o,s,a,f),e.setTime(+e+c)):(e.setFullYear(r,n,i),e.setHours(o,s,a,f)),e};P.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};P.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};P.integerToDer=function(t){var e=pt.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};P.derToInteger=function(t){typeof t=="string"&&(t=pt.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)};P.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&&pt.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=P.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 f=t.bitStringContents.charCodeAt(0);if(f!==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 Fs=/[^\\u0000-\\u00ff]/;P.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 P.Class.UNIVERSAL:n+="Universal:";break;case P.Class.APPLICATION:n+="Application:";break;case P.Class.CONTEXT_SPECIFIC:n+="Context-Specific:";break;case P.Class.PRIVATE:n+="Private:";break}if(t.tagClass===P.Class.UNIVERSAL)switch(n+=t.type,t.type){case P.Type.NONE:n+=" (None)";break;case P.Type.BOOLEAN:n+=" (Boolean)";break;case P.Type.INTEGER:n+=" (Integer)";break;case P.Type.BITSTRING:n+=" (Bit string)";break;case P.Type.OCTETSTRING:n+=" (Octet string)";break;case P.Type.NULL:n+=" (Null)";break;case P.Type.OID:n+=" (Object Identifier)";break;case P.Type.ODESC:n+=" (Object Descriptor)";break;case P.Type.EXTERNAL:n+=" (External or Instance of)";break;case P.Type.REAL:n+=" (Real)";break;case P.Type.ENUMERATED:n+=" (Enumerated)";break;case P.Type.EMBEDDED:n+=" (Embedded PDV)";break;case P.Type.UTF8:n+=" (UTF8)";break;case P.Type.ROID:n+=" (Relative Object Identifier)";break;case P.Type.SEQUENCE:n+=" (Sequence)";break;case P.Type.SET:n+=" (Set)";break;case P.Type.PRINTABLESTRING:n+=" (Printable String)";break;case P.Type.IA5String:n+=" (IA5String (ASCII))";break;case P.Type.UTCTIME:n+=" (UTC time)";break;case P.Type.GENERALIZEDTIME:n+=" (Generalized time)";break;case P.Type.BMPSTRING:n+=" (BMP String)";break}else n+=t.type;if(n+=`
|
|
7
7
|
`,n+=i+"Constructed: "+t.constructed+`
|
|
8
|
-
`,t.composed){for(var o=0,a="",s=0;s<t.value.length;++s)t.value[s]!==void 0&&(o+=1,a+=C.prettyPrint(t.value[s],e+1,r),s+1<t.value.length&&(a+=","));n+=i+"Sub values: "+o+a}else{if(n+=i+"Value: ",t.type===C.Type.OID){var f=C.derToOid(t.value);n+=f,J.pki&&J.pki.oids&&f in J.pki.oids&&(n+=" ("+J.pki.oids[f]+") ")}if(t.type===C.Type.INTEGER)try{n+=C.derToInteger(t.value)}catch{n+="0x"+J.util.bytesToHex(t.value)}else if(t.type===C.Type.BITSTRING){if(t.value.length>1?n+="0x"+J.util.bytesToHex(t.value.slice(1)):n+="(none)",t.value.length>0){var c=t.value.charCodeAt(0);c==1?n+=" (1 unused bit shown)":c>1&&(n+=" ("+c+" unused bits shown)")}}else if(t.type===C.Type.OCTETSTRING)yo.test(t.value)||(n+="("+t.value+") "),n+="0x"+J.util.bytesToHex(t.value);else if(t.type===C.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===C.Type.PRINTABLESTRING||t.type===C.Type.IA5String?n+=t.value:yo.test(t.value)?n+="0x"+J.util.bytesToHex(t.value):t.value.length===0?n+="[null]":n+=t.value}return n}});var pi=U((hy,mo)=>{var gt=Y();ht();mo.exports=gt.cipher=gt.cipher||{};gt.cipher.algorithms=gt.cipher.algorithms||{};gt.cipher.createCipher=function(t,e){var r=t;if(typeof r=="string"&&(r=gt.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+t);return new gt.cipher.BlockCipher({algorithm:r,key:e,decrypt:!1})};gt.cipher.createDecipher=function(t,e){var r=t;if(typeof r=="string"&&(r=gt.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+t);return new gt.cipher.BlockCipher({algorithm:r,key:e,decrypt:!0})};gt.cipher.registerAlgorithm=function(t,e){t=t.toUpperCase(),gt.cipher.algorithms[t]=e};gt.cipher.getAlgorithm=function(t){return t=t.toUpperCase(),t in gt.cipher.algorithms?gt.cipher.algorithms[t]:null};var li=gt.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)};li.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=gt.util.createBuffer(),this.output=t.output||gt.util.createBuffer(),this.mode.start(e)};li.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()};li.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 yi=U((ly,xo)=>{var mt=Y();ht();mt.cipher=mt.cipher||{};var M=xo.exports=mt.cipher.modes=mt.cipher.modes||{};M.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)};M.ecb.prototype.start=function(t){};M.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])};M.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])};M.ecb.prototype.pad=function(t,e){var r=t.length()===this.blockSize?this.blockSize:this.blockSize-t.length();return t.fillWithByte(r,r),!0};M.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)};M.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)};M.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=ln(t.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};M.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};M.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)};M.cbc.prototype.pad=function(t,e){var r=t.length()===this.blockSize?this.blockSize:this.blockSize-t.length();return t.fillWithByte(r,r),!0};M.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)};M.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=mt.util.createBuffer(),this._partialBytes=0};M.cfb.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=ln(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};M.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 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]=t.getInt32()^this._outBlock[i],this._partialOutput.putInt32(this._partialBlock[i]);if(s>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),s>0&&!r)return e.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;e.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};M.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 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]=t.getInt32(),this._partialOutput.putInt32(this._partialBlock[i]^this._outBlock[i]);if(s>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),s>0&&!r)return e.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;e.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};M.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=mt.util.createBuffer(),this._partialBytes=0};M.ofb.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=ln(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};M.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 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(t.getInt32()^this._outBlock[i]);if(s>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),s>0&&!r)return e.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;e.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0};M.ofb.prototype.decrypt=M.ofb.prototype.encrypt;M.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=mt.util.createBuffer(),this._partialBytes=0};M.ctr.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=ln(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};M.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 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(t.getInt32()^this._outBlock[i]);if(s>0&&(t.read-=this.blockSize),this._partialBytes>0&&this._partialOutput.getBytes(this._partialBytes),s>0&&!r)return e.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;e.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}pn(this._inBlock)};M.ctr.prototype.decrypt=M.ctr.prototype.encrypt;M.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=mt.util.createBuffer(),this._partialBytes=0,this._R=3774873600};M.gcm.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");var e=mt.util.createBuffer(t.iv);this._cipherLength=0;var r;if("additionalData"in t?r=mt.util.createBuffer(t.additionalData):r=mt.util.createBuffer(),"tagLength"in t?this._tagLength=t.tagLength:this._tagLength=128,this._tag=null,t.decrypt&&(this._tag=mt.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(di(n*8)))}this._inBlock=this._j0.slice(0),pn(this._inBlock),this._partialBytes=0,r=mt.util.createBuffer(r),this._aDataLength=di(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()])};M.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 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(t.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 t.read-=this.blockSize,e.putBytes(this._partialOutput.getBytes(s-this._partialBytes)),this._partialBytes=s,!0;e.putBytes(this._partialOutput.getBytes(n-this._partialBytes)),this._partialBytes=0}this._s=this.ghash(this._hashSubkey,this._s,this._outBlock),pn(this._inBlock)};M.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),pn(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};M.gcm.prototype.afterFinish=function(t,e){var r=!0;e.decrypt&&e.overflow&&t.truncate(this.blockSize-e.overflow),this.tag=mt.util.createBuffer();var n=this._aDataLength.concat(di(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)),e.decrypt&&this.tag.bytes()!==this._tag&&(r=!1),r};M.gcm.prototype.multiply=function(t,e){for(var r=[0,0,0,0],n=e.slice(0),i=0;i<128;++i){var s=t[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};M.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)};M.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,s=this._m[r][i];e[0]^=s[0],e[1]^=s[1],e[2]^=s[2],e[3]^=s[3]}return e};M.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)};M.gcm.prototype.generateHashTable=function(t,e){for(var r=8/e,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)*e;a[f]=1<<e-1<<c,s[o]=this.generateSubHashTable(this.multiply(a,t),e)}return s};M.gcm.prototype.generateSubHashTable=function(t,e){var r=1<<e,n=r>>>1,i=new Array(r);i[n]=t.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]=[t[0]^c[0],t[1]^c[1],t[2]^c[2],t[3]^c[3]]}return i};function ln(t,e){if(typeof t=="string"&&(t=mt.util.createBuffer(t)),mt.util.isArray(t)&&t.length>4){var r=t;t=mt.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(!mt.util.isArray(t)){for(var i=[],s=e/4,n=0;n<s;++n)i.push(t.getInt32());t=i}return t}function pn(t){t[t.length-1]=t[t.length-1]+1&4294967295}function di(t){return[t/4294967296|0,t&4294967295]}});var vi=U((py,Eo)=>{var Q=Y();pi();yi();ht();Eo.exports=Q.aes=Q.aes||{};Q.aes.startEncrypting=function(t,e,r,n){var i=dn({key:t,output:r,decrypt:!1,mode:n});return i.start(e),i};Q.aes.createEncryptionCipher=function(t,e){return dn({key:t,output:null,decrypt:!1,mode:e})};Q.aes.startDecrypting=function(t,e,r,n){var i=dn({key:t,output:r,decrypt:!0,mode:n});return i.start(e),i};Q.aes.createDecryptionCipher=function(t,e){return dn({key:t,output:null,decrypt:!0,mode:e})};Q.aes.Algorithm=function(t,e){xi||bo();var r=this;r.name=t,r.mode=new e({blockSize:16,cipher:{encrypt:function(n,i){return mi(r._w,n,i,!1)},decrypt:function(n,i){return mi(r._w,n,i,!0)}}}),r._init=!1};Q.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=Q.util.createBuffer(e);else if(Q.util.isArray(e)&&(e.length===16||e.length===24||e.length===32)){r=e,e=Q.util.createBuffer();for(var n=0;n<r.length;++n)e.putByte(r[n])}if(!Q.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(!Q.util.isArray(e)||!(e.length===4||e.length===6||e.length===8))throw new Error("Invalid key parameter.");var s=this.mode.name,o=["CFB","OFB","CTR","GCM"].indexOf(s)!==-1;this._w=wo(e,t.decrypt&&!o),this._init=!0}};Q.aes._expandKey=function(t,e){return xi||bo(),wo(t,e)};Q.aes._updateBlock=mi;er("AES-ECB",Q.cipher.modes.ecb);er("AES-CBC",Q.cipher.modes.cbc);er("AES-CFB",Q.cipher.modes.cfb);er("AES-OFB",Q.cipher.modes.ofb);er("AES-CTR",Q.cipher.modes.ctr);er("AES-GCM",Q.cipher.modes.gcm);function er(t,e){var r=function(){return new Q.aes.Algorithm(t,e)};Q.cipher.registerAlgorithm(t,r)}var xi=!1,tr=4,Ct,gi,vo,Ue,Ft;function bo(){xi=!0,vo=[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;Ct=new Array(256),gi=new Array(256),Ue=new Array(4),Ft=new Array(4);for(var e=0;e<4;++e)Ue[e]=new Array(256),Ft[e]=new Array(256);for(var r=0,n=0,i,s,o,a,f,c,u,e=0;e<256;++e){a=n^n<<1^n<<2^n<<3^n<<4,a=a>>8^a&255^99,Ct[r]=a,gi[a]=r,f=t[a],i=t[r],s=t[i],o=t[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)Ue[h][r]=c,Ft[h][a]=u,c=c<<24|c>>>8,u=u<<24|u>>>8;r===0?r=n=1:(r=i^t[t[t[i^o]]],n^=t[t[n]])}}function wo(t,e){for(var r=t.slice(0),n,i=1,s=r.length,o=s+6+1,a=tr*o,f=s;f<a;++f)n=r[f-1],f%s===0?(n=Ct[n>>>16&255]<<24^Ct[n>>>8&255]<<16^Ct[n&255]<<8^Ct[n>>>24]^vo[i]<<24,i++):s>6&&f%s===4&&(n=Ct[n>>>24]<<24^Ct[n>>>16&255]<<16^Ct[n>>>8&255]<<8^Ct[n&255]),r[f]=r[f-s]^n;if(e){var c,u=Ft[0],h=Ft[1],l=Ft[2],d=Ft[3],p=r.slice(0);a=r.length;for(var f=0,g=a-tr;f<a;f+=tr,g-=tr)if(f===0||f===a-tr)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<tr;++x)c=r[g+x],p[f+(3&-x)]=u[Ct[c>>>24]]^h[Ct[c>>>16&255]]^l[Ct[c>>>8&255]]^d[Ct[c&255]];r=p}return r}function mi(t,e,r,n){var i=t.length/4-1,s,o,a,f,c;n?(s=Ft[0],o=Ft[1],a=Ft[2],f=Ft[3],c=gi):(s=Ue[0],o=Ue[1],a=Ue[2],f=Ue[3],c=Ct);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,B=1;B<i;++B)p=s[u>>>24]^o[h>>>16&255]^a[l>>>8&255]^f[d&255]^t[++v],g=s[h>>>24]^o[l>>>16&255]^a[d>>>8&255]^f[u&255]^t[++v],x=s[l>>>24]^o[d>>>16&255]^a[u>>>8&255]^f[h&255]^t[++v],d=s[d>>>24]^o[u>>>16&255]^a[h>>>8&255]^f[l&255]^t[++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]^t[++v],r[n?3:1]=c[h>>>24]<<24^c[l>>>16&255]<<16^c[d>>>8&255]<<8^c[u&255]^t[++v],r[2]=c[l>>>24]<<24^c[d>>>16&255]<<16^c[u>>>8&255]<<8^c[h&255]^t[++v],r[n?1:3]=c[d>>>24]<<24^c[u>>>16&255]<<16^c[h>>>8&255]<<8^c[l&255]^t[++v]}function dn(t){t=t||{};var e=(t.mode||"CBC").toUpperCase(),r="AES-"+e,n;t.decrypt?n=Q.cipher.createDecipher(r,t.key):n=Q.cipher.createCipher(r,t.key);var i=n.start;return n.start=function(s,o){var a=null;o instanceof Q.util.ByteBuffer&&(a=o,o={}),o=o||{},o.output=a,o.iv=s,i.call(n,o)},n}});var Ao=U((dy,Bo)=>{var rt=Y();pi();yi();ht();Bo.exports=rt.des=rt.des||{};rt.des.startEncrypting=function(t,e,r,n){var i=yn({key:t,output:r,decrypt:!1,mode:n||(e===null?"ECB":"CBC")});return i.start(e),i};rt.des.createEncryptionCipher=function(t,e){return yn({key:t,output:null,decrypt:!1,mode:e})};rt.des.startDecrypting=function(t,e,r,n){var i=yn({key:t,output:r,decrypt:!0,mode:n||(e===null?"ECB":"CBC")});return i.start(e),i};rt.des.createDecryptionCipher=function(t,e){return yn({key:t,output:null,decrypt:!0,mode:e})};rt.des.Algorithm=function(t,e){var r=this;r.name=t,r.mode=new e({blockSize:8,cipher:{encrypt:function(n,i){return So(r._keys,n,i,!1)},decrypt:function(n,i){return So(r._keys,n,i,!0)}}}),r._init=!1};rt.des.Algorithm.prototype.initialize=function(t){if(!this._init){var e=rt.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=Fc(e),this._init=!0}};Yt("DES-ECB",rt.cipher.modes.ecb);Yt("DES-CBC",rt.cipher.modes.cbc);Yt("DES-CFB",rt.cipher.modes.cfb);Yt("DES-OFB",rt.cipher.modes.ofb);Yt("DES-CTR",rt.cipher.modes.ctr);Yt("3DES-ECB",rt.cipher.modes.ecb);Yt("3DES-CBC",rt.cipher.modes.cbc);Yt("3DES-CFB",rt.cipher.modes.cfb);Yt("3DES-OFB",rt.cipher.modes.ofb);Yt("3DES-CTR",rt.cipher.modes.ctr);function Yt(t,e){var r=function(){return new rt.des.Algorithm(t,e)};rt.cipher.registerAlgorithm(t,r)}var Pc=[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],Dc=[-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],Nc=[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],Lc=[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],Uc=[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],Kc=[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],Oc=[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],Mc=[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 Fc(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],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=t.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=t.getInt32(),_=t.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 F=0;F<v.length;++F){v[F]?(I=I<<2|I>>>26,_=_<<2|_>>>26):(I=I<<1|I>>>27,_=_<<1|_>>>27),I&=-15,_&=-15;var W=e[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^W)&65535,x[B++]=W^A,x[B++]=Et^A<<16}}return x}function So(t,e,r,n){var i=t.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=e[0],f=e[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^t[l],p=(f>>>4|f<<28)^t[l+1];o=a,a=f,f=o^(Dc[d>>>24&63]|Lc[d>>>16&63]|Kc[d>>>8&63]|Mc[d&63]|Pc[p>>>24&63]|Nc[p>>>16&63]|Uc[p>>>8&63]|Oc[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 yn(t){t=t||{};var e=(t.mode||"CBC").toUpperCase(),r="DES-"+e,n;t.decrypt?n=rt.cipher.createDecipher(r,t.key):n=rt.cipher.createCipher(r,t.key);var i=n.start;return n.start=function(s,o){var a=null;o instanceof rt.util.ByteBuffer&&(a=o,o={}),o=o||{},o.output=a,o.iv=s,i.call(n,o)},n}});var Ke=U((yy,Co)=>{var gn=Y();Co.exports=gn.md=gn.md||{};gn.md.algorithms=gn.md.algorithms||{}});var To=U((gy,Io)=>{var ae=Y();Ke();ht();var Vc=Io.exports=ae.hmac=ae.hmac||{};Vc.create=function(){var t=null,e=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 ae.md.algorithms)e=ae.md.algorithms[s].create();else throw new Error('Unknown hash algorithm "'+s+'"');else e=s;if(o===null)o=t;else{if(typeof o=="string")o=ae.util.createBuffer(o);else if(ae.util.isArray(o)){var a=o;o=ae.util.createBuffer();for(var f=0;f<a.length;++f)o.putByte(a[f])}var c=o.length();c>e.blockLength&&(e.start(),e.update(o.bytes()),o=e.digest()),r=ae.util.createBuffer(),n=ae.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<e.blockLength)for(var a=e.blockLength-c,f=0;f<a;++f)r.putByte(54),n.putByte(92);t=o,r=r.bytes(),n=n.bytes()}e.start(),e.update(r)},i.update=function(s){e.update(s)},i.getMac=function(){var s=e.digest().bytes();return e.start(),e.update(n),e.update(s),e.digest()},i.digest=i.getMac,i}});var rr=U(()=>{});var Ro=U((vy,_o)=>{var It=Y();To();Ke();ht();var qc=It.pkcs5=It.pkcs5||{},fe;It.util.isNodejs&&!It.options.usePureJavaScript&&(fe=rr());_o.exports=It.pbkdf2=qc.pbkdf2=function(t,e,r,n,i,s){if(typeof i=="function"&&(s=i,i=null),It.util.isNodejs&&!It.options.usePureJavaScript&&fe.pbkdf2&&(i===null||typeof i!="object")&&(fe.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),t=Buffer.from(t,"binary"),e=Buffer.from(e,"binary"),s?fe.pbkdf2Sync.length===4?fe.pbkdf2(t,e,r,n,function(A,D){if(A)return s(A);s(null,D.toString("binary"))}):fe.pbkdf2(t,e,r,n,i,function(A,D){if(A)return s(A);s(null,D.toString("binary"))}):fe.pbkdf2Sync.length===4?fe.pbkdf2Sync(t,e,r,n).toString("binary"):fe.pbkdf2Sync(t,e,r,n,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in It.md.algorithms))throw new Error("Unknown hash algorithm: "+i);i=It.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=It.hmac.create();u.start(i,t);var h="",l,d,p;if(!s){for(var g=1;g<=f;++g){u.start(null,null),u.update(e),u.update(It.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=It.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(e),u.update(It.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=It.util.xorBytes(l,d,o),p=d,++x,It.util.setImmediate(B);h+=g<f?l:l.substr(0,c),++g,v()}v()}});var Do=U((by,Po)=>{var xn=Y();ht();var ko=Po.exports=xn.pem=xn.pem||{};ko.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+=
|
|
10
|
-
`),r+=
|
|
8
|
+
`,t.composed){for(var s=0,a="",o=0;o<t.value.length;++o)t.value[o]!==void 0&&(s+=1,a+=P.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===P.Type.OID){var f=P.derToOid(t.value);n+=f,pt.pki&&pt.pki.oids&&f in pt.pki.oids&&(n+=" ("+pt.pki.oids[f]+") ")}if(t.type===P.Type.INTEGER)try{n+=P.derToInteger(t.value)}catch{n+="0x"+pt.util.bytesToHex(t.value)}else if(t.type===P.Type.BITSTRING){if(t.value.length>1?n+="0x"+pt.util.bytesToHex(t.value.slice(1)):n+="(none)",t.value.length>0){var c=t.value.charCodeAt(0);c==1?n+=" (1 unused bit shown)":c>1&&(n+=" ("+c+" unused bits shown)")}}else if(t.type===P.Type.OCTETSTRING)Fs.test(t.value)||(n+="("+t.value+") "),n+="0x"+pt.util.bytesToHex(t.value);else if(t.type===P.Type.UTF8)try{n+=pt.util.decodeUtf8(t.value)}catch(u){if(u.message==="URI malformed")n+="0x"+pt.util.bytesToHex(t.value)+" (malformed UTF8)";else throw u}else t.type===P.Type.PRINTABLESTRING||t.type===P.Type.IA5String?n+=t.value:Fs.test(t.value)?n+="0x"+pt.util.bytesToHex(t.value):t.value.length===0?n+="[null]":n+=t.value}return n}});var Ii=W((Dy,zs)=>{var Nt=ct();At();zs.exports=Nt.cipher=Nt.cipher||{};Nt.cipher.algorithms=Nt.cipher.algorithms||{};Nt.cipher.createCipher=function(t,e){var r=t;if(typeof r=="string"&&(r=Nt.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+t);return new Nt.cipher.BlockCipher({algorithm:r,key:e,decrypt:!1})};Nt.cipher.createDecipher=function(t,e){var r=t;if(typeof r=="string"&&(r=Nt.cipher.getAlgorithm(r),r&&(r=r())),!r)throw new Error("Unsupported algorithm: "+t);return new Nt.cipher.BlockCipher({algorithm:r,key:e,decrypt:!0})};Nt.cipher.registerAlgorithm=function(t,e){t=t.toUpperCase(),Nt.cipher.algorithms[t]=e};Nt.cipher.getAlgorithm=function(t){return t=t.toUpperCase(),t in Nt.cipher.algorithms?Nt.cipher.algorithms[t]:null};var Ci=Nt.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)};Ci.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=Nt.util.createBuffer(),this.output=t.output||Nt.util.createBuffer(),this.mode.start(e)};Ci.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()};Ci.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 _i=W((ky,Gs)=>{var Dt=ct();At();Dt.cipher=Dt.cipher||{};var X=Gs.exports=Dt.cipher.modes=Dt.cipher.modes||{};X.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)};X.ecb.prototype.start=function(t){};X.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])};X.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])};X.ecb.prototype.pad=function(t,e){var r=t.length()===this.blockSize?this.blockSize:this.blockSize-t.length();return t.fillWithByte(r,r),!0};X.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)};X.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)};X.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=Sn(t.iv,this.blockSize),this._prev=this._iv.slice(0);else throw new Error("Invalid IV parameter.")};X.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};X.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)};X.cbc.prototype.pad=function(t,e){var r=t.length()===this.blockSize?this.blockSize:this.blockSize-t.length();return t.fillWithByte(r,r),!0};X.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)};X.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=Dt.util.createBuffer(),this._partialBytes=0};X.cfb.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=Sn(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};X.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};X.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};X.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=Dt.util.createBuffer(),this._partialBytes=0};X.ofb.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=Sn(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};X.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};X.ofb.prototype.decrypt=X.ofb.prototype.encrypt;X.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=Dt.util.createBuffer(),this._partialBytes=0};X.ctr.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");this._iv=Sn(t.iv,this.blockSize),this._inBlock=this._iv.slice(0),this._partialBytes=0};X.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}An(this._inBlock)};X.ctr.prototype.decrypt=X.ctr.prototype.encrypt;X.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=Dt.util.createBuffer(),this._partialBytes=0,this._R=3774873600};X.gcm.prototype.start=function(t){if(!("iv"in t))throw new Error("Invalid IV parameter.");var e=Dt.util.createBuffer(t.iv);this._cipherLength=0;var r;if("additionalData"in t?r=Dt.util.createBuffer(t.additionalData):r=Dt.util.createBuffer(),"tagLength"in t?this._tagLength=t.tagLength:this._tagLength=128,this._tag=null,t.decrypt&&(this._tag=Dt.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(Ti(n*8)))}this._inBlock=this._j0.slice(0),An(this._inBlock),this._partialBytes=0,r=Dt.util.createBuffer(r),this._aDataLength=Ti(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()])};X.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),An(this._inBlock)};X.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),An(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};X.gcm.prototype.afterFinish=function(t,e){var r=!0;e.decrypt&&e.overflow&&t.truncate(this.blockSize-e.overflow),this.tag=Dt.util.createBuffer();var n=this._aDataLength.concat(Ti(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};X.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};X.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)};X.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};X.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)};X.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],f=s/n|0,c=(n-1-s%n)*e;a[f]=1<<e-1<<c,o[s]=this.generateSubHashTable(this.multiply(a,t),e)}return o};X.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],f=i[s];i[o+s]=[a[0]^f[0],a[1]^f[1],a[2]^f[2],a[3]^f[3]]}o*=2}for(i[0]=[0,0,0,0],o=n+1;o<r;++o){var c=i[o^n];i[o]=[t[0]^c[0],t[1]^c[1],t[2]^c[2],t[3]^c[3]]}return i};function Sn(t,e){if(typeof t=="string"&&(t=Dt.util.createBuffer(t)),Dt.util.isArray(t)&&t.length>4){var r=t;t=Dt.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(!Dt.util.isArray(t)){for(var i=[],o=e/4,n=0;n<o;++n)i.push(t.getInt32());t=i}return t}function An(t){t[t.length-1]=t[t.length-1]+1&4294967295}function Ti(t){return[t/4294967296|0,t&4294967295]}});var Di=W((Py,Zs)=>{var lt=ct();Ii();_i();At();Zs.exports=lt.aes=lt.aes||{};lt.aes.startEncrypting=function(t,e,r,n){var i=Cn({key:t,output:r,decrypt:!1,mode:n});return i.start(e),i};lt.aes.createEncryptionCipher=function(t,e){return Cn({key:t,output:null,decrypt:!1,mode:e})};lt.aes.startDecrypting=function(t,e,r,n){var i=Cn({key:t,output:r,decrypt:!0,mode:n});return i.start(e),i};lt.aes.createDecryptionCipher=function(t,e){return Cn({key:t,output:null,decrypt:!0,mode:e})};lt.aes.Algorithm=function(t,e){Ni||$s();var r=this;r.name=t,r.mode=new e({blockSize:16,cipher:{encrypt:function(n,i){return Ri(r._w,n,i,!1)},decrypt:function(n,i){return Ri(r._w,n,i,!0)}}}),r._init=!1};lt.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=lt.util.createBuffer(e);else if(lt.util.isArray(e)&&(e.length===16||e.length===24||e.length===32)){r=e,e=lt.util.createBuffer();for(var n=0;n<r.length;++n)e.putByte(r[n])}if(!lt.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(!lt.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=Ys(e,t.decrypt&&!s),this._init=!0}};lt.aes._expandKey=function(t,e){return Ni||$s(),Ys(t,e)};lt.aes._updateBlock=Ri;Br("AES-ECB",lt.cipher.modes.ecb);Br("AES-CBC",lt.cipher.modes.cbc);Br("AES-CFB",lt.cipher.modes.cfb);Br("AES-OFB",lt.cipher.modes.ofb);Br("AES-CTR",lt.cipher.modes.ctr);Br("AES-GCM",lt.cipher.modes.gcm);function Br(t,e){var r=function(){return new lt.aes.Algorithm(t,e)};lt.cipher.registerAlgorithm(t,r)}var Ni=!1,Er=4,Ft,Li,Ws,nr,jt;function $s(){Ni=!0,Ws=[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;Ft=new Array(256),Li=new Array(256),nr=new Array(4),jt=new Array(4);for(var e=0;e<4;++e)nr[e]=new Array(256),jt[e]=new Array(256);for(var r=0,n=0,i,o,s,a,f,c,u,e=0;e<256;++e){a=n^n<<1^n<<2^n<<3^n<<4,a=a>>8^a&255^99,Ft[r]=a,Li[a]=r,f=t[a],i=t[r],o=t[i],s=t[o],c=f<<24^a<<16^a<<8^(a^f),u=(i^o^s)<<24^(r^s)<<16^(r^o^s)<<8^(r^i^s);for(var l=0;l<4;++l)nr[l][r]=c,jt[l][a]=u,c=c<<24|c>>>8,u=u<<24|u>>>8;r===0?r=n=1:(r=i^t[t[t[i^s]]],n^=t[t[n]])}}function Ys(t,e){for(var r=t.slice(0),n,i=1,o=r.length,s=o+6+1,a=Er*s,f=o;f<a;++f)n=r[f-1],f%o===0?(n=Ft[n>>>16&255]<<24^Ft[n>>>8&255]<<16^Ft[n&255]<<8^Ft[n>>>24]^Ws[i]<<24,i++):o>6&&f%o===4&&(n=Ft[n>>>24]<<24^Ft[n>>>16&255]<<16^Ft[n>>>8&255]<<8^Ft[n&255]),r[f]=r[f-o]^n;if(e){var c,u=jt[0],l=jt[1],h=jt[2],y=jt[3],d=r.slice(0);a=r.length;for(var f=0,p=a-Er;f<a;f+=Er,p-=Er)if(f===0||f===a-Er)d[f]=r[p],d[f+1]=r[p+3],d[f+2]=r[p+2],d[f+3]=r[p+1];else for(var g=0;g<Er;++g)c=r[p+g],d[f+(3&-g)]=u[Ft[c>>>24]]^l[Ft[c>>>16&255]]^h[Ft[c>>>8&255]]^y[Ft[c&255]];r=d}return r}function Ri(t,e,r,n){var i=t.length/4-1,o,s,a,f,c;n?(o=jt[0],s=jt[1],a=jt[2],f=jt[3],c=Li):(o=nr[0],s=nr[1],a=nr[2],f=nr[3],c=Ft);var u,l,h,y,d,p,g;u=e[0]^t[0],l=e[n?3:1]^t[1],h=e[2]^t[2],y=e[n?1:3]^t[3];for(var m=3,w=1;w<i;++w)d=o[u>>>24]^s[l>>>16&255]^a[h>>>8&255]^f[y&255]^t[++m],p=o[l>>>24]^s[h>>>16&255]^a[y>>>8&255]^f[u&255]^t[++m],g=o[h>>>24]^s[y>>>16&255]^a[u>>>8&255]^f[l&255]^t[++m],y=o[y>>>24]^s[u>>>16&255]^a[l>>>8&255]^f[h&255]^t[++m],u=d,l=p,h=g;r[0]=c[u>>>24]<<24^c[l>>>16&255]<<16^c[h>>>8&255]<<8^c[y&255]^t[++m],r[n?3:1]=c[l>>>24]<<24^c[h>>>16&255]<<16^c[y>>>8&255]<<8^c[u&255]^t[++m],r[2]=c[h>>>24]<<24^c[y>>>16&255]<<16^c[u>>>8&255]<<8^c[l&255]^t[++m],r[n?1:3]=c[y>>>24]<<24^c[u>>>16&255]<<16^c[l>>>8&255]<<8^c[h&255]^t[++m]}function Cn(t){t=t||{};var e=(t.mode||"CBC").toUpperCase(),r="AES-"+e,n;t.decrypt?n=lt.cipher.createDecipher(r,t.key):n=lt.cipher.createCipher(r,t.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof lt.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var Js=W((Uy,Xs)=>{var gt=ct();Ii();_i();At();Xs.exports=gt.des=gt.des||{};gt.des.startEncrypting=function(t,e,r,n){var i=In({key:t,output:r,decrypt:!1,mode:n||(e===null?"ECB":"CBC")});return i.start(e),i};gt.des.createEncryptionCipher=function(t,e){return In({key:t,output:null,decrypt:!1,mode:e})};gt.des.startDecrypting=function(t,e,r,n){var i=In({key:t,output:r,decrypt:!0,mode:n||(e===null?"ECB":"CBC")});return i.start(e),i};gt.des.createDecryptionCipher=function(t,e){return In({key:t,output:null,decrypt:!0,mode:e})};gt.des.Algorithm=function(t,e){var r=this;r.name=t,r.mode=new e({blockSize:8,cipher:{encrypt:function(n,i){return Qs(r._keys,n,i,!1)},decrypt:function(n,i){return Qs(r._keys,n,i,!0)}}}),r._init=!1};gt.des.Algorithm.prototype.initialize=function(t){if(!this._init){var e=gt.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=Bu(e),this._init=!0}};ce("DES-ECB",gt.cipher.modes.ecb);ce("DES-CBC",gt.cipher.modes.cbc);ce("DES-CFB",gt.cipher.modes.cfb);ce("DES-OFB",gt.cipher.modes.ofb);ce("DES-CTR",gt.cipher.modes.ctr);ce("3DES-ECB",gt.cipher.modes.ecb);ce("3DES-CBC",gt.cipher.modes.cbc);ce("3DES-CFB",gt.cipher.modes.cfb);ce("3DES-OFB",gt.cipher.modes.ofb);ce("3DES-CTR",gt.cipher.modes.ctr);function ce(t,e){var r=function(){return new gt.des.Algorithm(t,e)};gt.cipher.registerAlgorithm(t,r)}var yu=[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],gu=[-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],xu=[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],mu=[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],vu=[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],bu=[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],wu=[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],Eu=[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 Bu(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],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],l=[0,32,0,32,1048576,1048608,1048576,1048608,8192,8224,8192,8224,1056768,1056800,1056768,1056800],h=[0,16777216,512,16777728,2097152,18874368,2097664,18874880,67108864,83886080,67109376,83886592,69206016,85983232,69206528,85983744],y=[0,4096,134217728,134221824,524288,528384,134742016,134746112,16,4112,134217744,134221840,524304,528400,134742032,134746128],d=[0,4,256,260,0,4,256,260,1,5,257,261,1,5,257,261],p=t.length()>8?3:1,g=[],m=[0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0],w=0,b,L=0;L<p;L++){var E=t.getInt32(),B=t.getInt32();b=(E>>>4^B)&252645135,B^=b,E^=b<<4,b=(B>>>-16^E)&65535,E^=b,B^=b<<-16,b=(E>>>2^B)&858993459,B^=b,E^=b<<2,b=(B>>>-16^E)&65535,E^=b,B^=b<<-16,b=(E>>>1^B)&1431655765,B^=b,E^=b<<1,b=(B>>>8^E)&16711935,E^=b,B^=b<<8,b=(E>>>1^B)&1431655765,B^=b,E^=b<<1,b=E<<8|B>>>20&240,E=B<<24|B<<8&16711680|B>>>8&65280|B>>>24&240,B=b;for(var R=0;R<m.length;++R){m[R]?(E=E<<2|E>>>26,B=B<<2|B>>>26):(E=E<<1|E>>>27,B=B<<1|B>>>27),E&=-15,B&=-15;var N=e[E>>>28]|r[E>>>24&15]|n[E>>>20&15]|i[E>>>16&15]|o[E>>>12&15]|s[E>>>8&15]|a[E>>>4&15],z=f[B>>>28]|c[B>>>24&15]|u[B>>>20&15]|l[B>>>16&15]|h[B>>>12&15]|y[B>>>8&15]|d[B>>>4&15];b=(z>>>16^N)&65535,g[w++]=N^b,g[w++]=z^b<<16}}return g}function Qs(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],f=e[1];s=(a>>>4^f)&252645135,f^=s,a^=s<<4,s=(a>>>16^f)&65535,f^=s,a^=s<<16,s=(f>>>2^a)&858993459,a^=s,f^=s<<2,s=(f>>>8^a)&16711935,a^=s,f^=s<<8,s=(a>>>1^f)&1431655765,f^=s,a^=s<<1,a=a<<1|a>>>31,f=f<<1|f>>>31;for(var c=0;c<i;c+=3){for(var u=o[c+1],l=o[c+2],h=o[c];h!=u;h+=l){var y=f^t[h],d=(f>>>4|f<<28)^t[h+1];s=a,a=f,f=s^(gu[y>>>24&63]|mu[y>>>16&63]|bu[y>>>8&63]|Eu[y&63]|yu[d>>>24&63]|xu[d>>>16&63]|vu[d>>>8&63]|wu[d&63])}s=a,a=f,f=s}a=a>>>1|a<<31,f=f>>>1|f<<31,s=(a>>>1^f)&1431655765,f^=s,a^=s<<1,s=(f>>>8^a)&16711935,a^=s,f^=s<<8,s=(f>>>2^a)&858993459,a^=s,f^=s<<2,s=(a>>>16^f)&65535,f^=s,a^=s<<16,s=(a>>>4^f)&252645135,f^=s,a^=s<<4,r[0]=a,r[1]=f}function In(t){t=t||{};var e=(t.mode||"CBC").toUpperCase(),r="DES-"+e,n;t.decrypt?n=gt.cipher.createDecipher(r,t.key):n=gt.cipher.createCipher(r,t.key);var i=n.start;return n.start=function(o,s){var a=null;s instanceof gt.util.ByteBuffer&&(a=s,s={}),s=s||{},s.output=a,s.iv=o,i.call(n,s)},n}});var ir=W((Ky,js)=>{var Tn=ct();js.exports=Tn.md=Tn.md||{};Tn.md.algorithms=Tn.md.algorithms||{}});var ea=W((Oy,ta)=>{var Se=ct();ir();At();var Su=ta.exports=Se.hmac=Se.hmac||{};Su.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 Se.md.algorithms)e=Se.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=Se.util.createBuffer(s);else if(Se.util.isArray(s)){var a=s;s=Se.util.createBuffer();for(var f=0;f<a.length;++f)s.putByte(a[f])}var c=s.length();c>e.blockLength&&(e.start(),e.update(s.bytes()),s=e.digest()),r=Se.util.createBuffer(),n=Se.util.createBuffer(),c=s.length();for(var f=0;f<c;++f){var a=s.at(f);r.putByte(54^a),n.putByte(92^a)}if(c<e.blockLength)for(var a=e.blockLength-c,f=0;f<a;++f)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 _n=W(()=>{});var na=W((Vy,ra)=>{var Ht=ct();ea();ir();At();var Au=Ht.pkcs5=Ht.pkcs5||{},Ae;Ht.util.isNodejs&&!Ht.options.usePureJavaScript&&(Ae=_n());ra.exports=Ht.pbkdf2=Au.pbkdf2=function(t,e,r,n,i,o){if(typeof i=="function"&&(o=i,i=null),Ht.util.isNodejs&&!Ht.options.usePureJavaScript&&Ae.pbkdf2&&(i===null||typeof i!="object")&&(Ae.pbkdf2Sync.length>4||!i||i==="sha1"))return typeof i!="string"&&(i="sha1"),t=Buffer.from(t,"binary"),e=Buffer.from(e,"binary"),o?Ae.pbkdf2Sync.length===4?Ae.pbkdf2(t,e,r,n,function(b,L){if(b)return o(b);o(null,L.toString("binary"))}):Ae.pbkdf2(t,e,r,n,i,function(b,L){if(b)return o(b);o(null,L.toString("binary"))}):Ae.pbkdf2Sync.length===4?Ae.pbkdf2Sync(t,e,r,n).toString("binary"):Ae.pbkdf2Sync(t,e,r,n,i).toString("binary");if((typeof i>"u"||i===null)&&(i="sha1"),typeof i=="string"){if(!(i in Ht.md.algorithms))throw new Error("Unknown hash algorithm: "+i);i=Ht.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 f=Math.ceil(n/s),c=n-(f-1)*s,u=Ht.hmac.create();u.start(i,t);var l="",h,y,d;if(!o){for(var p=1;p<=f;++p){u.start(null,null),u.update(e),u.update(Ht.util.int32ToBytes(p)),h=d=u.digest().getBytes();for(var g=2;g<=r;++g)u.start(null,null),u.update(d),y=u.digest().getBytes(),h=Ht.util.xorBytes(h,y,s),d=y;l+=p<f?h:h.substr(0,c)}return l}var p=1,g;function m(){if(p>f)return o(null,l);u.start(null,null),u.update(e),u.update(Ht.util.int32ToBytes(p)),h=d=u.digest().getBytes(),g=2,w()}function w(){if(g<=r)return u.start(null,null),u.update(d),y=u.digest().getBytes(),h=Ht.util.xorBytes(h,y,s),d=y,++g,Ht.util.setImmediate(w);l+=p<f?h:h.substr(0,c),++p,m()}m()}});var sa=W((Fy,oa)=>{var Rn=ct();At();var ia=oa.exports=Rn.pem=Rn.pem||{};ia.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+=Ln(n)),t.contentDomain&&(n={name:"Content-Domain",values:[t.contentDomain]},r+=Ln(n)),t.dekInfo&&(n={name:"DEK-Info",values:[t.dekInfo.algorithm]},t.dekInfo.parameters&&n.values.push(t.dekInfo.parameters),r+=Ln(n)),t.headers)for(var i=0;i<t.headers.length;++i)r+=Ln(t.headers[i]);return t.procType&&(r+=`\r
|
|
10
|
+
`),r+=Rn.util.encode64(t.body,e.maxline||64)+`\r
|
|
11
11
|
`,r+="-----END "+t.type+`-----\r
|
|
12
|
-
`,r};
|
|
13
|
-
`;for(var
|
|
14
|
-
`+e.substr(
|
|
15
|
-
`+a+e.substr(o+1),s=i-o-1,o=-1,++i}else(e[i]===" "||e[i]===" "||e[i]===",")&&(o=i);return e}function zc(t){return t.replace(/^\s+/,"")}});var Mo=U((wy,Oo)=>{var Zt=Y();Ke();ht();var Lo=Oo.exports=Zt.sha256=Zt.sha256||{};Zt.md.sha256=Zt.md.algorithms.sha256=Lo;Lo.create=function(){Uo||Hc();var t=null,e=Zt.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 e=Zt.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,s){s==="utf8"&&(i=Zt.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 e.putBytes(i),No(t,r,e),(e.read>2048||e.length()===0)&&e.compact(),n},n.digest=function(){var i=Zt.util.createBuffer();i.putBytes(e.bytes());var s=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,o=s&n.blockLength-1;i.putBytes(bi.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:t.h0,h1:t.h1,h2:t.h2,h3:t.h3,h4:t.h4,h5:t.h5,h6:t.h6,h7:t.h7};No(h,r,i);var l=Zt.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 bi=null,Uo=!1,Ko=null;function Hc(){bi=String.fromCharCode(128),bi+=Zt.util.fillString(String.fromCharCode(0),64),Ko=[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],Uo=!0}function No(t,e,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)e[c]=r.getInt32();for(;c<64;++c)n=e[c-2],n=(n>>>17|n<<15)^(n>>>19|n<<13)^n>>>10,i=e[c-15],i=(i>>>7|i<<25)^(i>>>18|i<<14)^i>>>3,e[c]=n+e[c-7]+i+e[c-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,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+Ko[c]+e[c],i=s+f,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,B-=64}}});var Vo=U((Ey,Fo)=>{var Qt=Y();ht();var vn=null;Qt.util.isNodejs&&!Qt.options.usePureJavaScript&&!process.versions["node-webkit"]&&(vn=rr());var Gc=Fo.exports=Qt.prng=Qt.prng||{};Gc.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(c,u){if(!u)return e.generateSync(c);var h=e.plugin.cipher,l=e.plugin.increment,d=e.plugin.formatKey,p=e.plugin.formatSeed,g=Qt.util.createBuffer();e.key=null,x();function x(v){if(v)return u(v);if(g.length()>=c)return u(null,g.getBytes(c));if(e.generated>1048575&&(e.key=null),e.key===null)return Qt.util.nextTick(function(){s(x)});var B=h(e.key,e.seed);e.generated+=B.length,g.putBytes(B),e.key=d(h(e.key,l(e.seed))),e.seed=p(h(e.key,e.seed)),Qt.util.setImmediate(x)}},e.generateSync=function(c){var u=e.plugin.cipher,h=e.plugin.increment,l=e.plugin.formatKey,d=e.plugin.formatSeed;e.key=null;for(var p=Qt.util.createBuffer();p.length()<c;){e.generated>1048575&&(e.key=null),e.key===null&&o();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(c)};function s(c){if(e.pools[0].messageLength>=32)return a(),c();var u=32-e.pools[0].messageLength<<5;e.seedFile(u,function(h,l){if(h)return c(h);e.collect(l),a(),c()})}function o(){if(e.pools[0].messageLength>=32)return a();var c=32-e.pools[0].messageLength<<5;e.collect(e.seedFileSync(c)),a()}function a(){e.reseeds=e.reseeds===4294967295?0:e.reseeds+1;var c=e.plugin.md.create();c.update(e.keyBytes);for(var u=1,h=0;h<32;++h)e.reseeds%u===0&&(c.update(e.pools[h].digest().getBytes()),e.pools[h].start()),u=u<<1;e.keyBytes=c.digest().getBytes(),c.start(),c.update(e.keyBytes);var l=c.digest().getBytes();e.key=e.plugin.formatKey(e.keyBytes),e.seed=e.plugin.formatSeed(l),e.generated=0}function f(c){var u=null,h=Qt.util.globalScope,l=h.crypto||h.msCrypto;l&&l.getRandomValues&&(u=function(I){return l.getRandomValues(I)});var d=Qt.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 vn?(e.seedFile=function(c,u){vn.randomBytes(c,function(h,l){if(h)return u(h);u(null,l.toString())})},e.seedFileSync=function(c){return vn.randomBytes(c).toString()}):(e.seedFile=function(c,u){try{u(null,f(c))}catch(h){u(h)}},e.seedFileSync=f),e.collect=function(c){for(var u=c.length,h=0;h<u;++h)e.pools[e.pool].update(c.substr(h,1)),e.pool=e.pool===31?0:e.pool+1},e.collectInt=function(c,u){for(var h="",l=0;l<u;l+=8)h+=String.fromCharCode(c>>l&255);e.collect(h)},e.registerWorker=function(c){if(c===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){c.postMessage({forge:{prng:{err:d,bytes:p}}})})};c.addEventListener("message",u)}},e}});var Pr=U((Sy,wi)=>{var xt=Y();vi();Mo();Vo();ht();(function(){if(xt.random&&xt.random.getBytes){wi.exports=xt.random;return}(function(t){var e={},r=new Array(4),n=xt.util.createBuffer();e.formatKey=function(h){var l=xt.util.createBuffer(h);return h=new Array(4),h[0]=l.getInt32(),h[1]=l.getInt32(),h[2]=l.getInt32(),h[3]=l.getInt32(),xt.aes._expandKey(h,!1)},e.formatSeed=function(h){var l=xt.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 xt.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=xt.md.sha256;function i(){var h=xt.prng.create(e);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=xt.util.globalScope,f=a.crypto||a.msCrypto;if(f&&f.getRandomValues&&(o=function(h){return f.getRandomValues(h)}),xt.options.usePureJavaScript||!xt.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}t&&(t().mousemove(function(h){s.collectInt(h.clientX,16),s.collectInt(h.clientY,16)}),t().keypress(function(h){s.collectInt(h.charCode,8)}))}if(!xt.random)xt.random=s;else for(var u in s)xt.random[u]=s[u];xt.random.createInstance=i,wi.exports=xt.random})(typeof jQuery<"u"?jQuery:null)})()});var Go=U((By,Ho)=>{var Rt=Y();ht();var Ei=[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],qo=[1,2,3,5],Wc=function(t,e){return t<<e&65535|(t&65535)>>16-e},$c=function(t,e){return(t&65535)>>e|t<<16-e&65535};Ho.exports=Rt.rc2=Rt.rc2||{};Rt.rc2.expandKey=function(t,e){typeof t=="string"&&(t=Rt.util.createBuffer(t)),e=e||128;var r=t,n=t.length(),i=e,s=Math.ceil(i/8),o=255>>(i&7),a;for(a=n;a<128;a++)r.putByte(Ei[r.at(a-1)+r.at(a-n)&255]);for(r.setAt(128-s,Ei[r.at(128-s)&o]),a=127-s;a>=0;a--)r.setAt(a,Ei[r.at(a+1)^r.at(a+s)]);return r};var zo=function(t,e,r){var n=!1,i=null,s=null,o=null,a,f,c,u,h=[];for(t=Rt.rc2.expandKey(t,e),c=0;c<64;c++)h.push(t.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]=Wc(p[c],qo[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]=$c(p[c],qo[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=Rt.util.createBuffer(p)),n=!1,i=Rt.util.createBuffer(),s=g||new Rt.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};Rt.rc2.startEncrypting=function(t,e,r){var n=Rt.rc2.createEncryptionCipher(t,128);return n.start(e,r),n};Rt.rc2.createEncryptionCipher=function(t,e){return zo(t,e,!0)};Rt.rc2.startDecrypting=function(t,e,r){var n=Rt.rc2.createDecryptionCipher(t,128);return n.start(e,r),n};Rt.rc2.createDecryptionCipher=function(t,e){return zo(t,e,!1)}});var En=U((Ay,jo)=>{var Si=Y();jo.exports=Si.jsbn=Si.jsbn||{};var ce,Yc=0xdeadbeefcafe,Wo=(Yc&16777215)==15715070;function w(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))}Si.jsbn.BigInteger=w;function H(){return new w(null)}function Zc(t,e,r,n,i,s){for(;--s>=0;){var o=e*this.data[t++]+r.data[n]+i;i=Math.floor(o/67108864),r.data[n++]=o&67108863}return i}function Qc(t,e,r,n,i,s){for(var o=e&32767,a=e>>15;--s>=0;){var f=this.data[t]&32767,c=this.data[t++]>>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 $o(t,e,r,n,i,s){for(var o=e&16383,a=e>>14;--s>=0;){var f=this.data[t]&16383,c=this.data[t++]>>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=$o,ce=28):Wo&&navigator.appName=="Microsoft Internet Explorer"?(w.prototype.am=Qc,ce=30):Wo&&navigator.appName!="Netscape"?(w.prototype.am=Zc,ce=26):(w.prototype.am=$o,ce=28);w.prototype.DB=ce;w.prototype.DM=(1<<ce)-1;w.prototype.DV=1<<ce;var Bi=52;w.prototype.FV=Math.pow(2,Bi);w.prototype.F1=Bi-ce;w.prototype.F2=2*ce-Bi;var Xc="0123456789abcdefghijklmnopqrstuvwxyz",bn=new Array,nr,Lt;nr="0".charCodeAt(0);for(Lt=0;Lt<=9;++Lt)bn[nr++]=Lt;nr="a".charCodeAt(0);for(Lt=10;Lt<36;++Lt)bn[nr++]=Lt;nr="A".charCodeAt(0);for(Lt=10;Lt<36;++Lt)bn[nr++]=Lt;function Yo(t){return Xc.charAt(t)}function Zo(t,e){var r=bn[t.charCodeAt(e)];return r??-1}function Jc(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 jc(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 we(t){var e=H();return e.fromInt(t),e}function tu(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,s=0;--n>=0;){var o=r==8?t[n]&255:Zo(t,n);if(o<0){t.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&&t[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 eu(){for(var t=this.s&this.DM;this.t>0&&this.data[this.t-1]==t;)--this.t}function ru(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,s="",o=this.t,a=this.DB-o*this.DB%e;if(o-- >0)for(a<this.DB&&(n=this.data[o]>>a)>0&&(i=!0,s=Yo(n));o>=0;)a<e?(n=(this.data[o]&(1<<a)-1)<<e-a,n|=this.data[--o]>>(a+=this.DB-e)):(n=this.data[o]>>(a-=e)&r,a<=0&&(a+=this.DB,--o)),n>0&&(i=!0),i&&(s+=Yo(n));return i?s:"0"}function nu(){var t=H();return w.ZERO.subTo(this,t),t}function iu(){return this.s<0?this.negate():this}function su(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 wn(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 ou(){return this.t<=0?0:this.DB*(this.t-1)+wn(this.data[this.t-1]^this.s&this.DM)}function au(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 fu(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 cu(t,e){var r=t%this.DB,n=this.DB-r,i=(1<<n)-1,s=Math.floor(t/this.DB),o=this.s<<r&this.DM,a;for(a=this.t-1;a>=0;--a)e.data[a+s+1]=this.data[a]>>n|o,o=(this.data[a]&i)<<r;for(a=s-1;a>=0;--a)e.data[a]=0;e.data[s]=o,e.t=this.t+s+1,e.s=this.s,e.clamp()}function uu(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,s=(1<<n)-1;e.data[0]=this.data[r]>>n;for(var o=r+1;o<this.t;++o)e.data[o-r-1]|=(this.data[o]&s)<<i,e.data[o-r]=this.data[o]>>n;n>0&&(e.data[this.t-r-1]|=(this.s&s)<<i),e.t=this.t-r,e.clamp()}function hu(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 lu(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&&w.ZERO.subTo(e,e)}function pu(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 du(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 s=H(),o=this.s,a=t.s,f=this.DB-wn(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=e??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)}e!=null&&(r.drShiftTo(c,e),o!=a&&w.ZERO.subTo(e,e)),r.t=c,r.clamp(),f>0&&r.rShiftTo(f,r),o<0&&w.ZERO.subTo(r,r)}}}function yu(t){var e=H();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(w.ZERO)>0&&t.subTo(e,e),e}function Oe(t){this.m=t}function gu(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t}function mu(t){return t}function xu(t){t.divRemTo(this.m,null,t)}function vu(t,e,r){t.multiplyTo(e,r),this.reduce(r)}function bu(t,e){t.squareTo(e),this.reduce(e)}Oe.prototype.convert=gu;Oe.prototype.revert=mu;Oe.prototype.reduce=xu;Oe.prototype.mulTo=vu;Oe.prototype.sqrTo=bu;function wu(){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 Me(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 Eu(t){var e=H();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(w.ZERO)>0&&this.m.subTo(e,e),e}function Su(t){var e=H();return t.copyTo(e),this.reduce(e),e}function Bu(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 Au(t,e){t.squareTo(e),this.reduce(e)}function Cu(t,e,r){t.multiplyTo(e,r),this.reduce(r)}Me.prototype.convert=Eu;Me.prototype.revert=Su;Me.prototype.reduce=Bu;Me.prototype.mulTo=Cu;Me.prototype.sqrTo=Au;function Iu(){return(this.t>0?this.data[0]&1:this.s)==0}function Tu(t,e){if(t>4294967295||t<1)return w.ONE;var r=H(),n=H(),i=e.convert(this),s=wn(t)-1;for(i.copyTo(r);--s>=0;)if(e.sqrTo(r,n),(t&1<<s)>0)e.mulTo(n,i,r);else{var o=r;r=n,n=o}return e.revert(r)}function _u(t,e){var r;return t<256||e.isEven()?r=new Oe(e):r=new Me(e),this.exp(t,r)}w.prototype.copyTo=Jc;w.prototype.fromInt=jc;w.prototype.fromString=tu;w.prototype.clamp=eu;w.prototype.dlShiftTo=au;w.prototype.drShiftTo=fu;w.prototype.lShiftTo=cu;w.prototype.rShiftTo=uu;w.prototype.subTo=hu;w.prototype.multiplyTo=lu;w.prototype.squareTo=pu;w.prototype.divRemTo=du;w.prototype.invDigit=wu;w.prototype.isEven=Iu;w.prototype.exp=Tu;w.prototype.toString=ru;w.prototype.negate=nu;w.prototype.abs=iu;w.prototype.compareTo=su;w.prototype.bitLength=ou;w.prototype.mod=yu;w.prototype.modPowInt=_u;w.ZERO=we(0);w.ONE=we(1);function Ru(){var t=H();return this.copyTo(t),t}function ku(){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 Pu(){return this.t==0?this.s:this.data[0]<<24>>24}function Du(){return this.t==0?this.s:this.data[0]<<16>>16}function Nu(t){return Math.floor(Math.LN2*this.DB/Math.log(t))}function Lu(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function Uu(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=we(r),i=H(),s=H(),o="";for(this.divRemTo(n,i,s);i.signum()>0;)o=(r+s.intValue()).toString(t).substr(1)+o,i.divRemTo(n,i,s);return s.intValue().toString(t)+o}function Ku(t,e){this.fromInt(0),e==null&&(e=10);for(var r=this.chunkSize(e),n=Math.pow(e,r),i=!1,s=0,o=0,a=0;a<t.length;++a){var f=Zo(t,a);if(f<0){t.charAt(a)=="-"&&this.signum()==0&&(i=!0);continue}o=e*o+f,++s>=r&&(this.dMultiply(n),this.dAddOffset(o,0),s=0,o=0)}s>0&&(this.dMultiply(Math.pow(e,s)),this.dAddOffset(o,0)),i&&w.ZERO.subTo(this,this)}function Ou(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(w.ONE.shiftLeft(t-1),Ai,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(e);)this.dAddOffset(2,0),this.bitLength()>t&&this.subTo(w.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 Mu(){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 Fu(t){return this.compareTo(t)==0}function Vu(t){return this.compareTo(t)<0?this:t}function qu(t){return this.compareTo(t)>0?this:t}function zu(t,e,r){var n,i,s=Math.min(t.t,this.t);for(n=0;n<s;++n)r.data[n]=e(this.data[n],t.data[n]);if(t.t<this.t){for(i=t.s&this.DM,n=s;n<this.t;++n)r.data[n]=e(this.data[n],i);r.t=this.t}else{for(i=this.s&this.DM,n=s;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 Hu(t,e){return t&e}function Gu(t){var e=H();return this.bitwiseTo(t,Hu,e),e}function Ai(t,e){return t|e}function Wu(t){var e=H();return this.bitwiseTo(t,Ai,e),e}function Qo(t,e){return t^e}function $u(t){var e=H();return this.bitwiseTo(t,Qo,e),e}function Xo(t,e){return t&~e}function Yu(t){var e=H();return this.bitwiseTo(t,Xo,e),e}function Zu(){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 Qu(t){var e=H();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e}function Xu(t){var e=H();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e}function Ju(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 ju(){for(var t=0;t<this.t;++t)if(this.data[t]!=0)return t*this.DB+Ju(this.data[t]);return this.s<0?this.t*this.DB:-1}function th(t){for(var e=0;t!=0;)t&=t-1,++e;return e}function eh(){for(var t=0,e=this.s&this.DM,r=0;r<this.t;++r)t+=th(this.data[r]^e);return t}function rh(t){var e=Math.floor(t/this.DB);return e>=this.t?this.s!=0:(this.data[e]&1<<t%this.DB)!=0}function nh(t,e){var r=w.ONE.shiftLeft(t);return this.bitwiseTo(r,e,r),r}function ih(t){return this.changeBit(t,Ai)}function sh(t){return this.changeBit(t,Xo)}function oh(t){return this.changeBit(t,Qo)}function ah(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 fh(t){var e=H();return this.addTo(t,e),e}function ch(t){var e=H();return this.subTo(t,e),e}function uh(t){var e=H();return this.multiplyTo(t,e),e}function hh(t){var e=H();return this.divRemTo(t,e,null),e}function lh(t){var e=H();return this.divRemTo(t,null,e),e}function ph(t){var e=H(),r=H();return this.divRemTo(t,e,r),new Array(e,r)}function dh(t){this.data[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()}function yh(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 Dr(){}function Jo(t){return t}function gh(t,e,r){t.multiplyTo(e,r)}function mh(t,e){t.squareTo(e)}Dr.prototype.convert=Jo;Dr.prototype.revert=Jo;Dr.prototype.mulTo=gh;Dr.prototype.sqrTo=mh;function xh(t){return this.exp(t,new Dr)}function vh(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 bh(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 ir(t){this.r2=H(),this.q3=H(),w.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t),this.m=t}function wh(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 Eh(t){return t}function Sh(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 Bh(t,e){t.squareTo(e),this.reduce(e)}function Ah(t,e,r){t.multiplyTo(e,r),this.reduce(r)}ir.prototype.convert=wh;ir.prototype.revert=Eh;ir.prototype.reduce=Sh;ir.prototype.mulTo=Ah;ir.prototype.sqrTo=Bh;function Ch(t,e){var r=t.bitLength(),n,i=we(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 Oe(e):e.isEven()?s=new ir(e):s=new Me(e);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=t.t-1,l,d=!0,p=H(),g;for(r=wn(t.data[h])-1;h>=0;){for(r>=f?l=t.data[h]>>r-f&c:(l=(t.data[h]&(1<<r+1)-1)<<f-r,h>0&&(l|=t.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&&!(t.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 Ih(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(),s=r.getLowestSetBit();if(s<0)return e;for(i<s&&(s=i),s>0&&(e.rShiftTo(s,e),r.rShiftTo(s,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 s>0&&r.lShiftTo(s,r),r}function Th(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 _h(t){var e=t.isEven();if(this.isEven()&&e||t.signum()==0)return w.ZERO;for(var r=t.clone(),n=this.clone(),i=we(1),s=we(0),o=we(0),a=we(1);r.signum()!=0;){for(;r.isEven();)r.rShiftTo(1,r),e?((!i.isEven()||!s.isEven())&&(i.addTo(this,i),s.subTo(t,s)),i.rShiftTo(1,i)):s.isEven()||s.subTo(t,s),s.rShiftTo(1,s);for(;n.isEven();)n.rShiftTo(1,n),e?((!o.isEven()||!a.isEven())&&(o.addTo(this,o),a.subTo(t,a)),o.rShiftTo(1,o)):a.isEven()||a.subTo(t,a),a.rShiftTo(1,a);r.compareTo(n)>=0?(r.subTo(n,r),e&&i.subTo(o,i),s.subTo(a,s)):(n.subTo(r,n),e&&o.subTo(i,o),a.subTo(s,a))}if(n.compareTo(w.ONE)!=0)return w.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 Vt=[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],Rh=(1<<26)/Vt[Vt.length-1];function kh(t){var e,r=this.abs();if(r.t==1&&r.data[0]<=Vt[Vt.length-1]){for(e=0;e<Vt.length;++e)if(r.data[0]==Vt[e])return!0;return!1}if(r.isEven())return!1;for(e=1;e<Vt.length;){for(var n=Vt[e],i=e+1;i<Vt.length&&n<Rh;)n*=Vt[i++];for(n=r.modInt(n);e<i;)if(n%Vt[e++]==0)return!1}return r.millerRabin(t)}function Ph(t){var e=this.subtract(w.ONE),r=e.getLowestSetBit();if(r<=0)return!1;for(var n=e.shiftRight(r),i=Dh(),s,o=0;o<t;++o){do s=new w(this.bitLength(),i);while(s.compareTo(w.ONE)<=0||s.compareTo(e)>=0);var a=s.modPow(n,this);if(a.compareTo(w.ONE)!=0&&a.compareTo(e)!=0){for(var f=1;f++<r&&a.compareTo(e)!=0;)if(a=a.modPowInt(2,this),a.compareTo(w.ONE)==0)return!1;if(a.compareTo(e)!=0)return!1}}return!0}function Dh(){return{nextBytes:function(t){for(var e=0;e<t.length;++e)t[e]=Math.floor(Math.random()*256)}}}w.prototype.chunkSize=Nu;w.prototype.toRadix=Uu;w.prototype.fromRadix=Ku;w.prototype.fromNumber=Ou;w.prototype.bitwiseTo=zu;w.prototype.changeBit=nh;w.prototype.addTo=ah;w.prototype.dMultiply=dh;w.prototype.dAddOffset=yh;w.prototype.multiplyLowerTo=vh;w.prototype.multiplyUpperTo=bh;w.prototype.modInt=Th;w.prototype.millerRabin=Ph;w.prototype.clone=Ru;w.prototype.intValue=ku;w.prototype.byteValue=Pu;w.prototype.shortValue=Du;w.prototype.signum=Lu;w.prototype.toByteArray=Mu;w.prototype.equals=Fu;w.prototype.min=Vu;w.prototype.max=qu;w.prototype.and=Gu;w.prototype.or=Wu;w.prototype.xor=$u;w.prototype.andNot=Yu;w.prototype.not=Zu;w.prototype.shiftLeft=Qu;w.prototype.shiftRight=Xu;w.prototype.getLowestSetBit=ju;w.prototype.bitCount=eh;w.prototype.testBit=rh;w.prototype.setBit=ih;w.prototype.clearBit=sh;w.prototype.flipBit=oh;w.prototype.add=fh;w.prototype.subtract=ch;w.prototype.multiply=uh;w.prototype.divide=hh;w.prototype.remainder=lh;w.prototype.divideAndRemainder=ph;w.prototype.modPow=Ch;w.prototype.modInverse=_h;w.prototype.pow=xh;w.prototype.gcd=Ih;w.prototype.isProbablePrime=kh});var ia=U((Cy,na)=>{var Xt=Y();Ke();ht();var ea=na.exports=Xt.sha1=Xt.sha1||{};Xt.md.sha1=Xt.md.algorithms.sha1=ea;ea.create=function(){ra||Nh();var t=null,e=Xt.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 e=Xt.util.createBuffer(),t={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520},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 e.putBytes(i),ta(t,r,e),(e.read>2048||e.length()===0)&&e.compact(),n},n.digest=function(){var i=Xt.util.createBuffer();i.putBytes(e.bytes());var 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:t.h0,h1:t.h1,h2:t.h2,h3:t.h3,h4:t.h4};ta(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},n};var Ci=null,ra=!1;function Nh(){Ci=String.fromCharCode(128),Ci+=Xt.util.fillString(String.fromCharCode(0),64),ra=!0}function ta(t,e,r){for(var n,i,s,o,a,f,c,u,h=r.length();h>=64;){for(i=t.h0,s=t.h1,o=t.h2,a=t.h3,f=t.h4,u=0;u<16;++u)n=r.getInt32(),e[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=e[u-3]^e[u-8]^e[u-14]^e[u-16],n=n<<1|n>>>31,e[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=e[u-3]^e[u-8]^e[u-14]^e[u-16],n=n<<1|n>>>31,e[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=e[u-6]^e[u-16]^e[u-28]^e[u-32],n=n<<2|n>>>30,e[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=e[u-6]^e[u-16]^e[u-28]^e[u-32],n=n<<2|n>>>30,e[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=e[u-6]^e[u-16]^e[u-28]^e[u-32],n=n<<2|n>>>30,e[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;t.h0=t.h0+i|0,t.h1=t.h1+s|0,t.h2=t.h2+o|0,t.h3=t.h3+a|0,t.h4=t.h4+f|0,h-=64}}});var aa=U((Iy,oa)=>{var Jt=Y();ht();Pr();ia();var sa=oa.exports=Jt.pkcs1=Jt.pkcs1||{};sa.encode_rsa_oaep=function(t,e,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=Jt.md.sha1.create(),o||(o=s);var a=Math.ceil(t.n.bitLength()/8),f=a-2*s.digestLength-2;if(e.length>f){var c=new Error("RSAES-OAEP input message length is too long.");throw c.length=e.length,c.maxLength=f,c}n||(n=""),s.update(n,"raw");for(var u=s.digest(),h="",l=f-e.length,d=0;d<l;d++)h+="\0";var p=u.getBytes()+h+""+e;if(!i)i=Jt.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=Sn(i,a-s.digestLength-1,o),x=Jt.util.xorBytes(p,g,p.length),v=Sn(x,s.digestLength,o),B=Jt.util.xorBytes(i,v,i.length);return"\0"+B+x};sa.decode_rsa_oaep=function(t,e,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(t.n.bitLength()/8);if(e.length!==o){var x=new Error("RSAES-OAEP encoded message length is invalid.");throw x.length=e.length,x.expectedLength=o,x}if(i===void 0?i=Jt.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=e.charAt(0),c=e.substring(1,i.digestLength+1),u=e.substring(1+i.digestLength),h=Sn(u,i.digestLength,s),l=Jt.util.xorBytes(c,h,c.length),d=Sn(l,o-i.digestLength-1,s),p=Jt.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,F=B?65534:0;x|=I&F,B=B&_,A+=B}if(x||p.charCodeAt(A)!==1)throw new Error("Invalid RSAES-OAEP padding.");return p.substring(A+1)};function Sn(t,e,r){r||(r=Jt.md.sha1.create());for(var n="",i=Math.ceil(e/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(t+o),n+=r.digest().getBytes()}return n.substring(0,e)}});var fa=U((Ty,Ii)=>{var Ee=Y();ht();En();Pr();(function(){if(Ee.prime){Ii.exports=Ee.prime;return}var t=Ii.exports=Ee.prime=Ee.prime||{},e=Ee.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||Ee.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);Ee.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 Ee.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 F=x,_=0;_<x;++_)I[_].addEventListener("message",Et);var W=!1;function Et(Mt){if(!W){--F;var Pt=Mt.data;if(Pt.found){for(var At=0;At<I.length;++At)I[At].terminate();return W=!0,p(null,new e(Pt.prime,16))}g.bitLength()>h&&(g=c(h,l));var je=g.toString(16);Mt.target.postMessage({hex:je,workLoad:v}),g.dAddOffset(B,0)}}}}function c(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 An=U((_y,ya)=>{var P=Y();kr();En();un();aa();fa();Pr();ht();typeof V>"u"&&(V=P.jsbn.BigInteger);var V,Ti=P.util.isNodejs?rr():null,m=P.asn1,Ut=P.util;P.pki=P.pki||{};ya.exports=P.pki.rsa=P.rsa=P.rsa||{};var L=P.pki,Lh=[6,4,2,4,2,4,6,2],Uh={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"}]},Kh={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"}]},Oh={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"}]},Mh=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"}]}]},Fh={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"}]},Vh=function(t){var e;if(t.algorithm in L.oids)e=L.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,[]),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,t.digest().getBytes());return i.value.push(s),i.value.push(o),m.toDer(i).getBytes()},pa=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),s=t.mod(e.q).modPow(e.dQ,e.q);i.compareTo(s)<0;)i=i.add(e.p);var o=i.subtract(s).multiply(e.qInv).mod(e.p).multiply(e.q).add(s);return o=o.multiply(n.modInverse(e.n)).mod(e.n),o};L.rsa.encrypt=function(t,e,r){var n=r,i,s=Math.ceil(e.n.bitLength()/8);r!==!1&&r!==!0?(n=r===2,i=da(t,e,r)):(i=P.util.createBuffer(),i.putBytes(t));for(var o=new V(i.toHex(),16),a=pa(o,e,n),f=a.toString(16),c=P.util.createBuffer(),u=s-Math.ceil(f.length/2);u>0;)c.putByte(0),--u;return c.putBytes(P.util.hexToBytes(f)),c.getBytes()};L.rsa.decrypt=function(t,e,r,n){var i=Math.ceil(e.n.bitLength()/8);if(t.length!==i){var s=new Error("Encrypted message length is invalid.");throw s.length=t.length,s.expected=i,s}var o=new V(P.util.createBuffer(t).toHex(),16);if(o.compareTo(e.n)>=0)throw new Error("Encrypted message is invalid.");for(var a=pa(o,e,r),f=a.toString(16),c=P.util.createBuffer(),u=i-Math.ceil(f.length/2);u>0;)c.putByte(0),--u;return c.putBytes(P.util.hexToBytes(f)),n!==!1?Bn(c.getBytes(),e,r):c.getBytes()};L.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 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: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},o.e.fromInt(o.eInt);else throw new Error("Invalid key generation algorithm: "+s);return o};L.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},s=+new Date,o,a=0;t.keys===null&&(e<=0||a<e);){if(t.state===0){var f=t.p===null?t.pBits:t.qBits,c=f-1;t.pqState===0?(t.num=new V(f,t.rng),t.num.testBit(c)||t.num.bitwiseTo(V.ONE.shiftLeft(c),i,t.num),t.num.dAddOffset(31-t.num.mod(r).byteValue(),0),n=0,++t.pqState):t.pqState===1?t.num.bitLength()>f?t.pqState=0:t.num.isProbablePrime(zh(t.num.bitLength()))?++t.pqState:t.num.dAddOffset(Lh[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:L.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:L.rsa.setPublicKey(t.n,t.e)}}o=+new Date,a+=o-s,s=o}return t.keys!==null};L.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(ca("generateKeyPair"))return Ti.generateKeyPair("rsa",{modulusLength:t,publicExponent:e,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}},function(a,f,c){if(a)return n(a);n(null,{privateKey:L.privateKeyFromPem(c),publicKey:L.publicKeyFromPem(f)})});if(ua("generateKey")&&ua("exportKey"))return Ut.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:la(e),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(a){return Ut.globalScope.crypto.subtle.exportKey("pkcs8",a.privateKey)}).then(void 0,function(a){n(a)}).then(function(a){if(a){var f=L.privateKeyFromAsn1(m.fromDer(P.util.createBuffer(a)));n(null,{privateKey:f,publicKey:L.setRsaPublicKey(f.n,f.e)})}});if(ha("generateKey")&&ha("exportKey")){var i=Ut.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:la(e),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(a){var f=a.target.result,c=Ut.globalScope.msCrypto.subtle.exportKey("pkcs8",f.privateKey);c.oncomplete=function(u){var h=u.target.result,l=L.privateKeyFromAsn1(m.fromDer(P.util.createBuffer(h)));n(null,{privateKey:l,publicKey:L.setRsaPublicKey(l.n,l.e)})},c.onerror=function(u){n(u)}},i.onerror=function(a){n(a)};return}}else if(ca("generateKeyPairSync")){var s=Ti.generateKeyPairSync("rsa",{modulusLength:t,publicExponent:e,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:L.privateKeyFromPem(s.privateKey),publicKey:L.publicKeyFromPem(s.publicKey)}}}var o=L.rsa.createKeyPairGenerationState(t,e,r);if(!n)return L.rsa.stepKeyPairGenerationState(o,0),o.keys;qh(o,r,n)};L.setRsaPublicKey=L.rsa.setPublicKey=function(t,e){var r={n:t,e};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 da(a,f,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(a,f){return P.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 L.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=Bn(c,r,!0);var u=m.fromDer(c,{parseAllBytes:o._parseAllDigestBytes}),h={},l=[];if(!m.validate(u,Fh,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 f===h.digest}}:(s==="NONE"||s==="NULL"||s===null)&&(s={verify:function(f,c){return c=Bn(c,r,!0),f===c}});var a=L.rsa.decrypt(i,r,!0,!1);return s.verify(n,a,r.n.bitLength())},r};L.setRsaPrivateKey=L.rsa.setPrivateKey=function(t,e,r,n,i,s,o,a){var f={n:t,e,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=L.rsa.decrypt(c,f,!1,!1);if(u==="RSAES-PKCS1-V1_5")u={decode:Bn};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,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:Vh},h=1):(u==="NONE"||u==="NULL"||u===null)&&(u={encode:function(){return c}},h=1);var l=u.encode(c,f.n.bitLength());return L.rsa.encrypt(l,f,h)},f};L.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(L.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())])};L.privateKeyFromAsn1=function(t){var e={},r=[];if(m.validate(t,Uh,e,r)&&(t=m.fromDer(P.util.createBuffer(e.privateKey))),e={},r=[],!m.validate(t,Kh,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,s,o,a,f,c,u,h;return i=P.util.createBuffer(e.privateKeyModulus).toHex(),s=P.util.createBuffer(e.privateKeyPublicExponent).toHex(),o=P.util.createBuffer(e.privateKeyPrivateExponent).toHex(),a=P.util.createBuffer(e.privateKeyPrime1).toHex(),f=P.util.createBuffer(e.privateKeyPrime2).toHex(),c=P.util.createBuffer(e.privateKeyExponent1).toHex(),u=P.util.createBuffer(e.privateKeyExponent2).toHex(),h=P.util.createBuffer(e.privateKeyCoefficient).toHex(),L.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))};L.privateKeyToAsn1=L.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,jt(t.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,jt(t.e)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,jt(t.d)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,jt(t.p)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,jt(t.q)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,jt(t.dP)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,jt(t.dQ)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,jt(t.qInv))])};L.publicKeyFromAsn1=function(t){var e={},r=[];if(m.validate(t,Mh,e,r)){var n=m.derToOid(e.publicKeyOid);if(n!==L.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,Oh,e,r)){var i=new Error("Cannot read public key. ASN.1 object does not contain an RSAPublicKey.");throw i.errors=r,i}var s=P.util.createBuffer(e.publicKeyModulus).toHex(),o=P.util.createBuffer(e.publicKeyExponent).toHex();return L.setRsaPublicKey(new V(s,16),new V(o,16))};L.publicKeyToAsn1=L.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(L.oids.rsaEncryption).getBytes()),m.create(m.Class.UNIVERSAL,m.Type.NULL,!1,"")]),m.create(m.Class.UNIVERSAL,m.Type.BITSTRING,!1,[L.publicKeyToRSAPublicKey(t)])])};L.publicKeyToRSAPublicKey=function(t){return m.create(m.Class.UNIVERSAL,m.Type.SEQUENCE,!0,[m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,jt(t.n)),m.create(m.Class.UNIVERSAL,m.Type.INTEGER,!1,jt(t.e))])};function da(t,e,r){var n=P.util.createBuffer(),i=Math.ceil(e.n.bitLength()/8);if(t.length>i-11){var s=new Error("Message is too long for PKCS#1 v1.5 padding.");throw s.length=t.length,s.max=i-11,s}n.putByte(0),n.putByte(r);var o=i-3-t.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=P.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(t),n}function Bn(t,e,r,n){var i=Math.ceil(e.n.bitLength()/8),s=P.util.createBuffer(t),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 qh(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(){s(t.pBits,function(a,f){if(a)return r(a);if(t.p=f,t.q!==null)return o(a,t.q);s(t.qBits,o)})}function s(a,f){P.prime.generateProbablePrime(a,n,f)}function o(a,f){if(a)return r(a);if(t.q=f,t.p.compareTo(t.q)<0){var c=t.p;t.p=t.q,t.q=c}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,s(t.qBits,o);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,s(t.qBits,o);return}var u=t.e.modInverse(t.phi);t.keys={privateKey:L.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:L.rsa.setPublicKey(t.n,t.e)},r(null,t.keys)}}function jt(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 zh(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 ca(t){return P.util.isNodejs&&typeof Ti[t]=="function"}function ua(t){return typeof Ut.globalScope<"u"&&typeof Ut.globalScope.crypto=="object"&&typeof Ut.globalScope.crypto.subtle=="object"&&typeof Ut.globalScope.crypto.subtle[t]=="function"}function ha(t){return typeof Ut.globalScope<"u"&&typeof Ut.globalScope.msCrypto=="object"&&typeof Ut.globalScope.msCrypto.subtle=="object"&&typeof Ut.globalScope.msCrypto.subtle[t]=="function"}function la(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 wa=U((Ry,ba)=>{var T=Y();vi();kr();Ao();Ke();un();Ro();Do();Pr();Go();An();ht();typeof ga>"u"&&(ga=T.jsbn.BigInteger);var ga,b=T.asn1,K=T.pki=T.pki||{};ba.exports=K.pbe=T.pbe=T.pbe||{};var Fe=K.oids,Hh={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"}]},Gh={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"}]}]},Wh={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(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=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=Fe["aes128-CBC"],h=T.aes.createEncryptionCipher;break;case"aes192":o=24,c=16,u=Fe["aes192-CBC"],h=T.aes.createEncryptionCipher;break;case"aes256":o=32,c=16,u=Fe["aes256-CBC"],h=T.aes.createEncryptionCipher;break;case"des":o=8,c=8,u=Fe.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=va(d),g=T.pkcs5.pbkdf2(e,n,i,o,p),x=T.random.getBytesSync(c),v=h(g);v.start(x),v.update(b.toDer(t)),v.finish(),f=v.output.getBytes();var B=$h(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(Fe.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(Fe.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(e,A,1,i,o),x=K.pbe.generatePkcs12Key(e,A,2,i,o),v=T.des.createEncryptionCipher(g);v.start(x),v.update(b.toDer(t)),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(Fe["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(t,e){var r=null,n={},i=[];if(!b.validate(t,Hh,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,e),f=T.util.createBuffer(n.encryptedData);return a.update(f),a.finish()&&(r=b.fromDer(a.output)),r};K.encryptedPrivateKeyToPem=function(t,e){var r={type:"ENCRYPTED PRIVATE KEY",body:b.toDer(t).getBytes()};return T.pem.encode(r,{maxline:e})};K.encryptedPrivateKeyFromPem=function(t){var e=T.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)};K.encryptRsaPrivateKey=function(t,e,r){if(r=r||{},!r.legacy){var n=K.wrapRsaPrivateKey(K.privateKeyToAsn1(t));return n=K.encryptPrivateKeyInfo(n,e,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(e,s.substr(0,8),o),u=a(c);u.start(s),u.update(b.toDer(K.privateKeyToAsn1(t))),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(t,e){var r=null,n=T.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 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(e,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),e):r=b.fromDer(r),r!==null&&(r=K.privateKeyFromAsn1(r)),r};K.pbe.generatePkcs12Key=function(t,e,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(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 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(e.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 F=0;F<n;F++)s.start(),s.update(_.getBytes()),_=s.digest();var W=new T.util.ByteBuffer;for(a=0;a<c;a++)W.putByte(_.at(a%f));var Et=Math.ceil(d/c)+Math.ceil(l/c),Mt=new T.util.ByteBuffer;for(o=0;o<Et;o++){var Pt=new T.util.ByteBuffer(A.getBytes(c)),At=511;for(a=W.length()-1;a>=0;a--)At=At>>8,At+=W.at(a)+Pt.at(a),Pt.setAt(a,At&255);Mt.putBuffer(Pt)}A=Mt,u.putBuffer(_)}return u.truncate(u.length()-i),u};K.pbe.getCipher=function(t,e,r){switch(t){case K.oids.pkcs5PBES2:return K.pbe.getCipherForPBES2(t,e,r);case K.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case K.oids["pbewithSHAAnd40BitRC2-CBC"]:return K.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}};K.pbe.getCipherForPBES2=function(t,e,r){var n={},i=[];if(!b.validate(e,Gh,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(t=b.derToOid(n.kdfOid),t!==K.oids.pkcs5PBKDF2){var s=new Error("Cannot read encrypted private key. Unsupported key derivation function OID.");throw s.oid=t,s.supportedOids=["pkcs5PBKDF2"],s}if(t=b.derToOid(n.encOid),t!==K.oids["aes128-CBC"]&&t!==K.oids["aes192-CBC"]&&t!==K.oids["aes256-CBC"]&&t!==K.oids["des-EDE3-CBC"]&&t!==K.oids.desCBC){var s=new Error("Cannot read encrypted private key. Unsupported encryption scheme OID.");throw s.oid=t,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[t]){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=xa(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(t,e,r){var n={},i=[];if(!b.validate(e,Wh,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(t){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=t,s}var h=xa(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(t,e,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()}e===null&&(e="");for(var i=[ma(n,t+e)],s=16,o=1;s<r;++o,s+=16)i.push(ma(n,i[o-1]+t+e));return i.join("").substr(0,r)};function ma(t,e){return t.start().update(e).digest().getBytes()}function xa(t){var e;if(!t)e="hmacWithSHA1";else if(e=K.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 va(e)}function va(t){var e=T.md;switch(t){case"hmacWithSHA224":e=T.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 $h(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,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 i0=U((D1,n0)=>{"use strict";n0.exports=mp;function mp(t,e){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{t.apply(e||null,r)}catch(c){s&&(s=!1,f(c))}})}});var f0=U(a0=>{"use strict";var Nn=a0;Nn.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 hr=new Array(64),o0=new Array(123);for(zt=0;zt<64;)o0[hr[zt]=zt<26?zt+65:zt<52?zt+71:zt<62?zt-4:zt-59|43]=zt++;var zt;Nn.encode=function(e,r,n){for(var i=null,s=[],o=0,a=0,f;r<n;){var c=e[r++];switch(a){case 0:s[o++]=hr[c>>2],f=(c&3)<<4,a=1;break;case 1:s[o++]=hr[f|c>>4],f=(c&15)<<2,a=2;break;case 2:s[o++]=hr[f|c>>6],s[o++]=hr[c&63],a=0;break}o>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,s)),o=0)}return a&&(s[o++]=hr[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 s0="invalid encoding";Nn.decode=function(e,r,n){for(var i=n,s=0,o,a=0;a<e.length;){var f=e.charCodeAt(a++);if(f===61&&s>1)break;if((f=o0[f])===void 0)throw Error(s0);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(s0);return n-i};Nn.test=function(e){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(e)}});var u0=U((L1,c0)=>{"use strict";c0.exports=Ln;function Ln(){this._listeners={}}Ln.prototype.on=function(e,r,n){return(this._listeners[e]||(this._listeners[e]=[])).push({fn:r,ctx:n||this}),this};Ln.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};Ln.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 m0=U((U1,g0)=>{"use strict";g0.exports=h0(h0);function h0(t){return typeof Float32Array<"u"?function(){var e=new Float32Array([-0]),r=new Uint8Array(e.buffer),n=r[3]===128;function i(f,c,u){e[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){e[0]=f,c[u]=r[3],c[u+1]=r[2],c[u+2]=r[1],c[u+3]=r[0]}t.writeFloatLE=n?i:s,t.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],e[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],e[0]}t.readFloatLE=n?o:a,t.readFloatBE=n?a:o}():function(){function e(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)}}t.writeFloatLE=e.bind(null,l0),t.writeFloatBE=e.bind(null,p0);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)}t.readFloatLE=r.bind(null,d0),t.readFloatBE=r.bind(null,y0)}(),typeof Float64Array<"u"?function(){var e=new Float64Array([-0]),r=new Uint8Array(e.buffer),n=r[7]===128;function i(f,c,u){e[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){e[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]}t.writeDoubleLE=n?i:s,t.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],e[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],e[0]}t.readDoubleLE=n?o:a,t.readDoubleBE=n?a:o}():function(){function e(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)}}}t.writeDoubleLE=e.bind(null,l0,0,4),t.writeDoubleBE=e.bind(null,p0,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)}t.readDoubleLE=r.bind(null,d0,0,4),t.readDoubleBE=r.bind(null,y0,4,0)}(),t}function l0(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 p0(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 d0(t,e){return(t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24)>>>0}function y0(t,e){return(t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3])>>>0}});var x0=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(t){}return null}});var b0=U(v0=>{"use strict";var os=v0;os.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};os.read=function(e,r,n){var i=n-r;if(i<1)return"";for(var s=null,o=[],a=0,f;r<n;)f=e[r++],f<128?o[a++]=f:f>191&&f<224?o[a++]=(f&31)<<6|e[r++]&63:f>239&&f<365?(f=((f&7)<<18|(e[r++]&63)<<12|(e[r++]&63)<<6|e[r++]&63)-65536,o[a++]=55296+(f>>10),o[a++]=56320+(f&1023)):o[a++]=(f&15)<<12|(e[r++]&63)<<6|e[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))};os.write=function(e,r,n){for(var i=n,s,o,a=0;a<e.length;++a)s=e.charCodeAt(a),s<128?r[n++]=s:s<2048?(r[n++]=s>>6|192,r[n++]=s&63|128):(s&64512)===55296&&((o=e.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 E0=U((O1,w0)=>{"use strict";w0.exports=xp;function xp(t,e,r){var n=r||8192,i=n>>>1,s=null,o=n;return function(f){if(f<1||f>i)return t(f);o+f>n&&(s=t(n),o=0);var c=e.call(s,o,o+=f);return o&7&&(o=(o|7)+1),c}}});var B0=U((M1,S0)=>{"use strict";S0.exports=wt;var qr=We();function wt(t,e){this.lo=t>>>0,this.hi=e>>>0}var Ge=wt.zero=new wt(0,0);Ge.toNumber=function(){return 0};Ge.zzEncode=Ge.zzDecode=function(){return this};Ge.length=function(){return 1};var vp=wt.zeroHash="\0\0\0\0\0\0\0\0";wt.fromNumber=function(e){if(e===0)return Ge;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 wt(n,i)};wt.from=function(e){if(typeof e=="number")return wt.fromNumber(e);if(qr.isString(e))if(qr.Long)e=qr.Long.fromString(e);else return wt.fromNumber(parseInt(e,10));return e.low||e.high?new wt(e.low>>>0,e.high>>>0):Ge};wt.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};wt.prototype.toLong=function(e){return qr.Long?new qr.Long(this.lo|0,this.hi|0,!!e):{low:this.lo|0,high:this.hi|0,unsigned:!!e}};var ke=String.prototype.charCodeAt;wt.fromHash=function(e){return e===vp?Ge:new wt((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)};wt.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)};wt.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};wt.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};wt.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 We=U(as=>{"use strict";var k=as;k.asPromise=i0();k.base64=f0();k.EventEmitter=u0();k.float=m0();k.inquire=x0();k.utf8=b0();k.pool=E0();k.LongBits=B0();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||as;k.emptyArray=Object.freeze?Object.freeze([]):[];k.emptyObject=Object.freeze?Object.freeze({}):{};k.isInteger=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e};k.isString=function(e){return typeof e=="string"||e instanceof String};k.isObject=function(e){return e&&typeof e=="object"};k.isset=k.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};k.Buffer=function(){try{var t=k.inquire("buffer").Buffer;return t.prototype.utf8Write?t:null}catch{return null}}();k._Buffer_from=null;k._Buffer_allocUnsafe=null;k.newBuffer=function(e){return typeof e=="number"?k.Buffer?k._Buffer_allocUnsafe(e):new k.Array(e):k.Buffer?k._Buffer_from(e):typeof Uint8Array>"u"?e:new Uint8Array(e)};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(e){return e?k.LongBits.from(e).toHash():k.LongBits.zeroHash};k.longFromHash=function(e,r){var n=k.LongBits.fromHash(e);return k.Long?k.Long.fromBits(n.lo,n.hi,r):n.toNumber(!!r)};function A0(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}k.merge=A0;k.lcFirst=function(e){return e.charAt(0).toLowerCase()+e.substring(1)};function C0(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&&A0(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}k.newError=C0;k.ProtocolError=C0("ProtocolError");k.oneOfGetter=function(e){for(var r={},n=0;n<e.length;++n)r[e[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(e){return function(r){for(var n=0;n<e.length;++n)e[n]!==r&&delete this[e[n]]}};k.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};k._configure=function(){var t=k.Buffer;if(!t){k._Buffer_from=k._Buffer_allocUnsafe=null;return}k._Buffer_from=t.from!==Uint8Array.from&&t.from||function(r,n){return new t(r,n)},k._Buffer_allocUnsafe=t.allocUnsafe||function(r){return new t(r)}}});var us=U((V1,k0)=>{"use strict";k0.exports=ct;var re=We(),cs,_0=re.LongBits,bp=re.utf8;function Ht(t,e){return RangeError("index out of range: "+t.pos+" + "+(e||1)+" > "+t.len)}function ct(t){this.buf=t,this.pos=0,this.len=t.length}var I0=typeof Uint8Array<"u"?function(e){if(e instanceof Uint8Array||Array.isArray(e))return new ct(e);throw Error("illegal buffer")}:function(e){if(Array.isArray(e))return new ct(e);throw Error("illegal buffer")},R0=function(){return re.Buffer?function(r){return(ct.create=function(i){return re.Buffer.isBuffer(i)?new cs(i):I0(i)})(r)}:I0};ct.create=R0();ct.prototype._slice=re.Array.prototype.subarray||re.Array.prototype.slice;ct.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}}();ct.prototype.int32=function(){return this.uint32()|0};ct.prototype.sint32=function(){var e=this.uint32();return e>>>1^-(e&1)|0};function fs(){var t=new _0(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")}ct.prototype.bool=function(){return this.uint32()!==0};function Un(t,e){return(t[e-4]|t[e-3]<<8|t[e-2]<<16|t[e-1]<<24)>>>0}ct.prototype.fixed32=function(){if(this.pos+4>this.len)throw Ht(this,4);return Un(this.buf,this.pos+=4)};ct.prototype.sfixed32=function(){if(this.pos+4>this.len)throw Ht(this,4);return Un(this.buf,this.pos+=4)|0};function T0(){if(this.pos+8>this.len)throw Ht(this,8);return new _0(Un(this.buf,this.pos+=4),Un(this.buf,this.pos+=4))}ct.prototype.float=function(){if(this.pos+4>this.len)throw Ht(this,4);var e=re.float.readFloatLE(this.buf,this.pos);return this.pos+=4,e};ct.prototype.double=function(){if(this.pos+8>this.len)throw Ht(this,4);var e=re.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,e};ct.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)};ct.prototype.string=function(){var e=this.bytes();return bp.read(e,0,e.length)};ct.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};ct.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};ct._configure=function(t){cs=t,ct.create=R0(),cs._configure();var e=re.Long?"toLong":"toNumber";re.merge(ct.prototype,{int64:function(){return fs.call(this)[e](!1)},uint64:function(){return fs.call(this)[e](!0)},sint64:function(){return fs.call(this).zzDecode()[e](!1)},fixed64:function(){return T0.call(this)[e](!0)},sfixed64:function(){return T0.call(this)[e](!1)}})}});var L0=U((q1,N0)=>{"use strict";N0.exports=$e;var D0=us();($e.prototype=Object.create(D0.prototype)).constructor=$e;var P0=We();function $e(t){D0.call(this,t)}$e._configure=function(){P0.Buffer&&($e.prototype._slice=P0.Buffer.prototype.slice)};$e.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))};$e._configure()});var ms=U((z1,M0)=>{"use strict";M0.exports=G;var Kt=We(),hs,Kn=Kt.LongBits,U0=Kt.base64,K0=Kt.utf8;function zr(t,e,r){this.fn=t,this.len=e,this.next=void 0,this.val=r}function ps(){}function wp(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 zr(ps,0,0),this.tail=this.head,this.states=null}var O0=function(){return Kt.Buffer?function(){return(G.create=function(){return new hs})()}:function(){return new G}};G.create=O0();G.alloc=function(e){return new Kt.Array(e)};Kt.Array!==Array&&(G.alloc=Kt.pool(G.alloc,Kt.Array.prototype.subarray));G.prototype._push=function(e,r,n){return this.tail=this.tail.next=new zr(e,r,n),this.len+=r,this};function ds(t,e,r){e[r]=t&255}function Ep(t,e,r){for(;t>127;)e[r++]=t&127|128,t>>>=7;e[r]=t}function ys(t,e){this.len=t,this.next=void 0,this.val=e}ys.prototype=Object.create(zr.prototype);ys.prototype.fn=Ep;G.prototype.uint32=function(e){return this.len+=(this.tail=this.tail.next=new ys((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(gs,10,Kn.fromNumber(e)):this.uint32(e)};G.prototype.sint32=function(e){return this.uint32((e<<1^e>>31)>>>0)};function gs(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=Kn.from(e);return this._push(gs,r.length(),r)};G.prototype.int64=G.prototype.uint64;G.prototype.sint64=function(e){var r=Kn.from(e).zzEncode();return this._push(gs,r.length(),r)};G.prototype.bool=function(e){return this._push(ds,1,e?1:0)};function ls(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(ls,4,e>>>0)};G.prototype.sfixed32=G.prototype.fixed32;G.prototype.fixed64=function(e){var r=Kn.from(e);return this._push(ls,4,r.lo)._push(ls,4,r.hi)};G.prototype.sfixed64=G.prototype.fixed64;G.prototype.float=function(e){return this._push(Kt.float.writeFloatLE,4,e)};G.prototype.double=function(e){return this._push(Kt.float.writeDoubleLE,8,e)};var Sp=Kt.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(ds,1,0);if(Kt.isString(e)){var n=G.alloc(r=U0.length(e));U0.decode(e,n,0),e=n}return this.uint32(r)._push(Sp,r,e)};G.prototype.string=function(e){var r=K0.length(e);return r?this.uint32(r)._push(K0.write,r,e):this._push(ds,1,0)};G.prototype.fork=function(){return this.states=new wp(this),this.head=this.tail=new zr(ps,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 zr(ps,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){hs=t,G.create=O0(),hs._configure()}});var q0=U((H1,V0)=>{"use strict";V0.exports=ne;var F0=ms();(ne.prototype=Object.create(F0.prototype)).constructor=ne;var Pe=We();function ne(){F0.call(this)}ne._configure=function(){ne.alloc=Pe._Buffer_allocUnsafe,ne.writeBytesBuffer=Pe.Buffer&&Pe.Buffer.prototype instanceof Uint8Array&&Pe.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++]}};ne.prototype.bytes=function(e){Pe.isString(e)&&(e=Pe._Buffer_from(e,"base64"));var r=e.length>>>0;return this.uint32(r),r&&this._push(ne.writeBytesBuffer,r,e),this};function Bp(t,e,r){t.length<40?Pe.utf8.write(t,e,r):e.utf8Write?e.utf8Write(t,r):e.write(t,r)}ne.prototype.string=function(e){var r=Pe.Buffer.byteLength(e);return this.uint32(r),r&&this._push(Bp,r,e),this};ne._configure()});var tf=U((H2,j0)=>{var tt=Y();Ke();ht();var Gr=j0.exports=tt.sha512=tt.sha512||{};tt.md.sha512=tt.md.algorithms.sha512=Gr;var X0=tt.sha384=tt.sha512.sha384=tt.sha512.sha384||{};X0.create=function(){return Gr.create("SHA-384")};tt.md.sha384=tt.md.algorithms.sha384=X0;tt.sha512.sha256=tt.sha512.sha256||{create:function(){return Gr.create("SHA-512/256")}};tt.md["sha512/256"]=tt.md.algorithms["sha512/256"]=tt.sha512.sha256;tt.sha512.sha224=tt.sha512.sha224||{create:function(){return Gr.create("SHA-512/224")}};tt.md["sha512/224"]=tt.md.algorithms["sha512/224"]=tt.sha512.sha224;Gr.create=function(t){if(J0||Np(),typeof t>"u"&&(t="SHA-512"),!(t in Ze))throw new Error("Invalid SHA-512 algorithm: "+t);for(var e=Ze[t],r=null,n=tt.util.createBuffer(),i=new Array(80),s=0;s<80;++s)i[s]=new Array(2);var o=64;switch(t){case"SHA-384":o=48;break;case"SHA-512/256":o=32;break;case"SHA-512/224":o=28;break}var a={algorithm:t.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=tt.util.createBuffer(),r=new Array(e.length);for(var c=0;c<e.length;++c)r[c]=e[c].slice(0);return a},a.start(),a.update=function(f,c){c==="utf8"&&(f=tt.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),Q0(r,i,n),(n.read>2048||n.length()===0)&&n.compact(),a},a.digest=function(){var f=tt.util.createBuffer();f.putBytes(n.bytes());var c=a.fullMessageLength[a.fullMessageLength.length-1]+a.messageLengthSize,u=c&a.blockLength-1;f.putBytes(As.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);Q0(g,i,f);var x=tt.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 As=null,J0=!1,Cs=null,Ze=null;function Np(){As=String.fromCharCode(128),As+=tt.util.fillString(String.fromCharCode(0),128),Cs=[[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]],Ze={},Ze["SHA-512"]=[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],[528734635,4215389547],[1541459225,327033209]],Ze["SHA-384"]=[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],Ze["SHA-512/256"]=[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],Ze["SHA-512/224"]=[[2352822216,424955298],[1944164710,2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]],J0=!0}function Q0(t,e,r){for(var n,i,s,o,a,f,c,u,h,l,d,p,g,x,v,B,A,D,I,_,F,W,Et,Mt,Pt,At,je,an,ut,_t,N,ni,ii,si,oi,no=r.length();no>=128;){for(ut=0;ut<16;++ut)e[ut][0]=r.getInt32()>>>0,e[ut][1]=r.getInt32()>>>0;for(;ut<80;++ut)ni=e[ut-2],_t=ni[0],N=ni[1],n=((_t>>>19|N<<13)^(N>>>29|_t<<3)^_t>>>6)>>>0,i=((_t<<13|N>>>19)^(N<<3|_t>>>29)^(_t<<26|N>>>6))>>>0,si=e[ut-15],_t=si[0],N=si[1],s=((_t>>>1|N<<31)^(_t>>>8|N<<24)^_t>>>7)>>>0,o=((_t<<31|N>>>1)^(_t<<24|N>>>8)^(_t<<25|N>>>7))>>>0,ii=e[ut-7],oi=e[ut-16],N=i+ii[1]+o+oi[1],e[ut][0]=n+ii[0]+s+oi[0]+(N/4294967296>>>0)>>>0,e[ut][1]=N>>>0;for(g=t[0][0],x=t[0][1],v=t[1][0],B=t[1][1],A=t[2][0],D=t[2][1],I=t[3][0],_=t[3][1],F=t[4][0],W=t[4][1],Et=t[5][0],Mt=t[5][1],Pt=t[6][0],At=t[6][1],je=t[7][0],an=t[7][1],ut=0;ut<80;++ut)c=((F>>>14|W<<18)^(F>>>18|W<<14)^(W>>>9|F<<23))>>>0,u=((F<<18|W>>>14)^(F<<14|W>>>18)^(W<<23|F>>>9))>>>0,h=(Pt^F&(Et^Pt))>>>0,l=(At^W&(Mt^At))>>>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,N=an+u+l+Cs[ut][1]+e[ut][1],n=je+c+h+Cs[ut][0]+e[ut][0]+(N/4294967296>>>0)>>>0,i=N>>>0,N=f+p,s=a+d+(N/4294967296>>>0)>>>0,o=N>>>0,je=Pt,an=At,Pt=Et,At=Mt,Et=F,Mt=W,N=_+i,F=I+n+(N/4294967296>>>0)>>>0,W=N>>>0,I=A,_=D,A=v,D=B,v=g,B=x,N=i+o,g=n+s+(N/4294967296>>>0)>>>0,x=N>>>0;N=t[0][1]+x,t[0][0]=t[0][0]+g+(N/4294967296>>>0)>>>0,t[0][1]=N>>>0,N=t[1][1]+B,t[1][0]=t[1][0]+v+(N/4294967296>>>0)>>>0,t[1][1]=N>>>0,N=t[2][1]+D,t[2][0]=t[2][0]+A+(N/4294967296>>>0)>>>0,t[2][1]=N>>>0,N=t[3][1]+_,t[3][0]=t[3][0]+I+(N/4294967296>>>0)>>>0,t[3][1]=N>>>0,N=t[4][1]+W,t[4][0]=t[4][0]+F+(N/4294967296>>>0)>>>0,t[4][1]=N>>>0,N=t[5][1]+Mt,t[5][0]=t[5][0]+Et+(N/4294967296>>>0)>>>0,t[5][1]=N>>>0,N=t[6][1]+At,t[6][0]=t[6][0]+Pt+(N/4294967296>>>0)>>>0,t[6][1]=N>>>0,N=t[7][1]+an,t[7][0]=t[7][0]+je+(N/4294967296>>>0)>>>0,t[7][1]=N>>>0,no-=128}}});var $f=U((pm,Wf)=>{Wf.exports=Vs;var Gf=128,Sd=127,Bd=~Sd,Ad=Math.pow(2,31);function Vs(t,e,r){if(Number.MAX_SAFE_INTEGER&&t>Number.MAX_SAFE_INTEGER)throw Vs.bytes=0,new RangeError("Could not encode varint");e=e||[],r=r||0;for(var n=r;t>=Ad;)e[r++]=t&255|Gf,t/=128;for(;t&Bd;)e[r++]=t&255|Gf,t>>>=7;return e[r]=t|0,Vs.bytes=r-n+1,e}});var Qf=U((dm,Zf)=>{Zf.exports=qs;var Cd=128,Yf=127;function qs(t,n){var r=0,n=n||0,i=0,s=n,o,a=t.length;do{if(s>=a||i>49)throw qs.bytes=0,new RangeError("Could not decode varint");o=t[s++],r+=i<28?(o&Yf)<<i:(o&Yf)*Math.pow(2,i),i+=7}while(o>=Cd);return qs.bytes=s-n,r}});var Jf=U((ym,Xf)=>{var Id=Math.pow(2,7),Td=Math.pow(2,14),_d=Math.pow(2,21),Rd=Math.pow(2,28),kd=Math.pow(2,35),Pd=Math.pow(2,42),Dd=Math.pow(2,49),Nd=Math.pow(2,56),Ld=Math.pow(2,63);Xf.exports=function(t){return t<Id?1:t<Td?2:t<_d?3:t<Rd?4:t<kd?5:t<Pd?6:t<Dd?7:t<Nd?8:t<Ld?9:10}});var zs=U((gm,jf)=>{jf.exports={encode:$f(),decode:Qf(),encodingLength:Jf()}});var iy={};St(iy,{PeerRecord:()=>ri,RecordEnvelope:()=>Jn});var Ag=st(kr(),1),Cg=st(wa(),1);var O=class extends Error{code;props;constructor(e,r,n){super(e),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var ud=st(Y(),1);function Ve(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}var Di={};St(Di,{identity:()=>jh});function Yh(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 s=t.charAt(i),o=s.charCodeAt(0);if(r[o]!==255)throw new TypeError(s+" is ambiguous");r[o]=i}var a=t.length,f=t.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,F=A-1;(I!==0||_<x)&&F!==-1;F--,_++)I+=256*D[F]>>>0,D[F]=I%a>>>0,I=I/a>>>0;if(I!==0)throw new Error("Non-zero carry");x=_,v++}for(var W=A-x;W!==A&&D[W]===0;)W++;for(var Et=f.repeat(g);W<A;++W)Et+=t.charAt(D[W]);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 F=B-v;F!==B&&A[F]===0;)F++;for(var W=new Uint8Array(x+(B-F)),Et=x;F!==B;)W[Et++]=A[F++];return W}}}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 Zh=Yh,Qh=Zh,Ea=Qh;var Ny=new Uint8Array(0);var Sa=(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},ue=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 Ba=t=>new TextEncoder().encode(t),Aa=t=>new TextDecoder().decode(t);var _i=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")}},Ri=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 Ia(this,e)}},ki=class{constructor(e){this.decoders=e}or(e){return Ia(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`)}},Ia=(t,e)=>new ki({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}}),Pi=class{constructor(e,r,n,i){this.name=e,this.prefix=r,this.baseEncode=n,this.baseDecode=i,this.encoder=new _i(e,r,n),this.decoder=new Ri(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},sr=({name:t,prefix:e,encode:r,decode:n})=>new Pi(t,e,r,n),Se=({prefix:t,name:e,alphabet:r})=>{let{encode:n,decode:i}=Ea(r,e);return sr({prefix:t,name:e,encode:n,decode:s=>ue(i(s))})},Xh=(t,e,r,n)=>{let i={};for(let u=0;u<e.length;++u)i[e[u]]=u;let s=t.length;for(;t[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[t[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},Jh=(t,e,r)=>{let n=e[e.length-1]==="=",i=(1<<r)-1,s="",o=0,a=0;for(let f=0;f<t.length;++f)for(a=a<<8|t[f],o+=8;o>r;)o-=r,s+=e[i&a>>o];if(o&&(s+=e[i&a<<r-o]),n)for(;s.length*r&7;)s+="=";return s},ot=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>sr({prefix:e,name:t,encode(i){return Jh(i,n,r)},decode(i){return Xh(i,n,r,t)}});var jh=sr({prefix:"\0",name:"identity",encode:t=>Aa(t),decode:t=>Ba(t)});var Ni={};St(Ni,{base2:()=>tl});var tl=ot({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Li={};St(Li,{base8:()=>el});var el=ot({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ui={};St(Ui,{base10:()=>rl});var rl=Se({prefix:"9",name:"base10",alphabet:"0123456789"});var Ki={};St(Ki,{base16:()=>nl,base16upper:()=>il});var nl=ot({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),il=ot({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Oi={};St(Oi,{base32:()=>he,base32hex:()=>fl,base32hexpad:()=>ul,base32hexpadupper:()=>hl,base32hexupper:()=>cl,base32pad:()=>ol,base32padupper:()=>al,base32upper:()=>sl,base32z:()=>ll});var he=ot({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),sl=ot({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),ol=ot({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),al=ot({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),fl=ot({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),cl=ot({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ul=ot({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),hl=ot({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),ll=ot({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Mi={};St(Mi,{base36:()=>pl,base36upper:()=>dl});var pl=Se({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),dl=Se({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Fi={};St(Fi,{base58btc:()=>lt,base58flickr:()=>yl});var lt=Se({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),yl=Se({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Vi={};St(Vi,{base64:()=>Cn,base64pad:()=>gl,base64url:()=>ml,base64urlpad:()=>xl});var Cn=ot({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),gl=ot({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),ml=ot({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),xl=ot({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var qi={};St(qi,{base256emoji:()=>Sl});var Ta=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}"),vl=Ta.reduce((t,e,r)=>(t[r]=e,t),[]),bl=Ta.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function wl(t){return t.reduce((e,r)=>(e+=vl[r],e),"")}function El(t){let e=[];for(let r of t){let n=bl[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}var Sl=sr({prefix:"\u{1F680}",name:"base256emoji",encode:wl,decode:El});var Wi={};St(Wi,{sha256:()=>Bt,sha512:()=>ql});var Bl=ka,_a=128,Al=127,Cl=~Al,Il=Math.pow(2,31);function ka(t,e,r){e=e||[],r=r||0;for(var n=r;t>=Il;)e[r++]=t&255|_a,t/=128;for(;t&Cl;)e[r++]=t&255|_a,t>>>=7;return e[r]=t|0,ka.bytes=r-n+1,e}var Tl=zi,_l=128,Ra=127;function zi(t,n){var r=0,n=n||0,i=0,s=n,o,a=t.length;do{if(s>=a)throw zi.bytes=0,new RangeError("Could not decode varint");o=t[s++],r+=i<28?(o&Ra)<<i:(o&Ra)*Math.pow(2,i),i+=7}while(o>=_l);return zi.bytes=s-n,r}var Rl=Math.pow(2,7),kl=Math.pow(2,14),Pl=Math.pow(2,21),Dl=Math.pow(2,28),Nl=Math.pow(2,35),Ll=Math.pow(2,42),Ul=Math.pow(2,49),Kl=Math.pow(2,56),Ol=Math.pow(2,63),Ml=function(t){return t<Rl?1:t<kl?2:t<Pl?3:t<Dl?4:t<Nl?5:t<Ll?6:t<Ul?7:t<Kl?8:t<Ol?9:10},Fl={encode:Bl,decode:Tl,encodingLength:Ml},Vl=Fl,Nr=Vl;var Lr=(t,e=0)=>[Nr.decode(t,e),Nr.decode.bytes],or=(t,e,r=0)=>(Nr.encode(t,e,r),e),ar=t=>Nr.encodingLength(t);var te=(t,e)=>{let r=e.byteLength,n=ar(t),i=n+ar(r),s=new Uint8Array(i+r);return or(t,s,0),or(r,s,n),s.set(e,i),new fr(t,r,e,s)},qe=t=>{let e=ue(t),[r,n]=Lr(e),[i,s]=Lr(e.subarray(n)),o=e.subarray(n+s);if(o.byteLength!==i)throw new Error("Incorrect length");return new fr(r,i,o,e)},Pa=(t,e)=>{if(t===e)return!0;{let r=e;return t.code===r.code&&t.size===r.size&&r.bytes instanceof Uint8Array&&Sa(t.bytes,r.bytes)}},fr=class{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}};var Gi=({name:t,code:e,encode:r})=>new Hi(t,e,r),Hi=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?te(this.code,r):r.then(n=>te(this.code,n))}else throw Error("Unknown type, must be binary type")}};var Na=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),Bt=Gi({name:"sha2-256",code:18,encode:Na("SHA-256")}),ql=Gi({name:"sha2-512",code:19,encode:Na("SHA-512")});var $i={};St($i,{identity:()=>Be});var La=0,zl="identity",Ua=ue,Hl=t=>te(La,Ua(t)),Be={code:La,name:zl,encode:Ua,digest:Hl};var e1=new TextEncoder,r1=new TextDecoder;var Ka=(t,e)=>{let{bytes:r,version:n}=t;switch(n){case 0:return Yl(r,Yi(t),e||lt.encoder);default:return Zl(r,Yi(t),e||he.encoder)}};var Oa=new WeakMap,Yi=t=>{let e=Oa.get(t);if(e==null){let r=new Map;return Oa.set(t,r),r}return e},qt=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!==Ur)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==Ql)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=te(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&&Pa(e.multihash,n.multihash)}toString(e){return Ka(this,e)}toJSON(){return{"/":Ka(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:s,bytes:o}=r;return new t(n,i,s,o||Ma(n,i,s.bytes))}else if(r[Xl]===!0){let{version:n,multihash:i,code:s}=r,o=qe(i);return t.create(n,s,o)}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!==Ur)throw new Error(`Version 0 CID must use dag-pb (code: ${Ur}) block encoding`);return new t(e,r,n,n.bytes)}case 1:{let i=Ma(e,r,n.bytes);return new t(e,r,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,Ur,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=ue(e.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 fr(r.multihashCode,r.digestSize,s,i);return[r.version===0?t.createV0(o):t.createV1(r.codec,o),e.subarray(r.size)]}static inspectBytes(e){let r=0,n=()=>{let[h,l]=Lr(e.subarray(r));return r+=l,h},i=n(),s=Ur;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(e,r){let[n,i]=$l(e,r),s=t.decode(i);if(s.version===0&&e[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Yi(s).set(n,e),s}},$l=(t,e)=>{switch(t[0]){case"Q":{let r=e||lt;return[lt.prefix,r.decode(`${lt.prefix}${t}`)]}case lt.prefix:{let r=e||lt;return[lt.prefix,r.decode(t)]}case he.prefix:{let r=e||he;return[he.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)]}}},Yl=(t,e,r)=>{let{prefix:n}=r;if(n!==lt.prefix)throw Error(`Cannot string encode V0 in ${r.name} encoding`);let i=e.get(n);if(i==null){let s=r.encode(t).slice(1);return e.set(n,s),s}else return i},Zl=(t,e,r)=>{let{prefix:n}=r,i=e.get(n);if(i==null){let s=r.encode(t);return e.set(n,s),s}else return i},Ur=112,Ql=18,Ma=(t,e,r)=>{let n=ar(t),i=n+ar(e),s=new Uint8Array(i+r.byteLength);return or(t,s,0),or(e,s,n),s.set(r,i),s},Xl=Symbol.for("@ipld/js-cid/CID");var Ae={...Di,...Ni,...Li,...Ui,...Ki,...Oi,...Mi,...Fi,...Vi,...qi},l1={...Wi,...$i};function le(t=0){return globalThis.Buffer?.alloc!=null?Ve(globalThis.Buffer.alloc(t)):new Uint8Array(t)}function pe(t=0){return globalThis.Buffer?.allocUnsafe!=null?Ve(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function Va(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}var Fa=Va("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),Zi=Va("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=pe(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),Jl={utf8:Fa,"utf-8":Fa,hex:Ae.base16,latin1:Zi,ascii:Zi,binary:Zi,...Ae},Tn=Jl;function vt(t,e="utf8"){let r=Tn[e];if(r==null)throw new Error(`Unsupported encoding "${e}"`);return(e==="utf8"||e==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Ve(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}var Bs={};St(Bs,{Ed25519PrivateKey:()=>Ye,Ed25519PublicKey:()=>Hr,generateKeyPair:()=>Rp,generateKeyPairFromSeed:()=>$0,unmarshalEd25519PrivateKey:()=>Tp,unmarshalEd25519PublicKey:()=>_p});function pt(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 jl=st(rr(),1);var bt=BigInt(0),q=BigInt(1),Te=BigInt(2),tp=BigInt(8),qa=BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),j=Object.freeze({a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),P:BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),l:qa,n:qa,h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960")});var $a=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000"),Kr=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),S1=BigInt("6853475219497561581579357271197624642482790079785650197046958215289687604742"),ep=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),rp=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),np=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),ip=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952"),dt=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 ft))throw new TypeError("ExtendedPoint#fromAffine: expected Point");return e.equals(ft.ZERO)?t.ZERO:new t(e.x,e.y,q,E(e.x*e.y))}static toAffineBatch(e){let r=ap(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){Ha(e);let{x:r,y:n,z:i}=this,{x:s,y:o,z:a}=e,f=E(r*a),c=E(s*i),u=E(n*a),h=E(o*i);return f===c&&u===h}negate(){return new t(E(-this.x),this.y,this.z,E(-this.t))}double(){let{x:e,y:r,z:n}=this,{a:i}=j,s=E(e*e),o=E(r*r),a=E(Te*E(n*n)),f=E(i*s),c=e+r,u=E(E(c*c)-s-o),h=f+o,l=h-a,d=f-o,p=E(u*l),g=E(h*d),x=E(u*d),v=E(l*h);return new t(p,g,v,x)}add(e){Ha(e);let{x:r,y:n,z:i,t:s}=this,{x:o,y:a,z:f,t:c}=e,u=E((n-r)*(a+o)),h=E((n+r)*(a-o)),l=E(h-u);if(l===bt)return this.double();let d=E(i*Te*c),p=E(s*Te*f),g=p+d,x=h+u,v=p-d,B=E(g*l),A=E(x*v),D=E(g*v),I=E(l*x);return new t(B,A,I,D)}subtract(e){return this.add(e.negate())}precomputeWindow(e){let r=1+256/e,n=[],i=this,s=i;for(let o=0;o<r;o++){s=i,n.push(s);for(let a=1;a<2**(e-1);a++)s=s.add(i),n.push(s);i=s.double()}return n}wNAF(e,r){!r&&this.equals(t.BASE)&&(r=ft.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&&ts.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=t.normalizeZ(i),ts.set(r,i)));let s=t.ZERO,o=t.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(e&c);e>>=h,p>f&&(p-=u,e+=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 t.normalizeZ([s,o])[0]}multiply(e,r){return this.wNAF(Rn(e,j.l),r)}multiplyUnsafe(e){let r=Rn(e,j.l,!1),n=t.BASE,i=t.ZERO;if(r===bt)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>bt;)r&q&&(s=s.add(o)),o=o.double(),r>>=q;return s}isSmallOrder(){return this.multiplyUnsafe(j.h).equals(t.ZERO)}isTorsionFree(){let e=this.multiplyUnsafe(j.l/Te).double();return j.l%Te&&(e=e.add(this)),e.equals(t.ZERO)}toAffine(e){let{x:r,y:n,z:i}=this,s=this.equals(t.ZERO);e==null&&(e=s?tp:kn(i));let o=E(r*e),a=E(n*e),f=E(i*e);if(s)return ft.ZERO;if(f!==q)throw new Error("invZ was invalid");return new ft(o,a)}fromRistrettoBytes(){Xi()}toRistrettoBytes(){Xi()}fromRistrettoHash(){Xi()}};dt.BASE=new dt(j.Gx,j.Gy,q,E(j.Gx*j.Gy));dt.ZERO=new dt(bt,q,q,bt);function za(t,e){let r=e.negate();return t?r:e}function Ha(t){if(!(t instanceof dt))throw new TypeError("ExtendedPoint expected")}function Qi(t){if(!(t instanceof He))throw new TypeError("RistrettoPoint expected")}function Xi(){throw new Error("Legacy method: switch to RistrettoPoint")}var He=class t{constructor(e){this.ep=e}static calcElligatorRistrettoMap(e){let{d:r}=j,n=E(Kr*e*e),i=E((n+q)*np),s=BigInt(-1),o=E((s-r*n)*E(n+r)),{isValid:a,value:f}=rs(i,o),c=E(f*e);Ie(c)||(c=E(-c)),a||(f=c),a||(s=n);let u=E(s*(n-q)*ip-o),h=f*f,l=E((f+f)*o),d=E(u*ep),p=E(q-h),g=E(q+h);return new dt(E(l*g),E(p*d),E(d*g),E(l*p))}static hashToCurve(e){e=_e(e,64);let r=Ji(e.slice(0,32)),n=this.calcElligatorRistrettoMap(r),i=Ji(e.slice(32,64)),s=this.calcElligatorRistrettoMap(i);return new t(n.add(s))}static fromHex(e){e=_e(e,32);let{a:r,d:n}=j,i="RistrettoPoint.fromHex: the hex is not valid encoding of RistrettoPoint",s=Ji(e);if(!cp(Mr(s),e)||Ie(s))throw new Error(i);let o=E(s*s),a=E(q+r*o),f=E(q-r*o),c=E(a*a),u=E(f*f),h=E(r*n*c-u),{isValid:l,value:d}=Wa(E(h*u)),p=E(d*f),g=E(d*p*h),x=E((s+s)*p);Ie(x)&&(x=E(-x));let v=E(a*g),B=E(x*v);if(!l||Ie(B)||v===bt)throw new Error(i);return new t(new dt(x,v,q,B))}toRawBytes(){let{x:e,y:r,z:n,t:i}=this.ep,s=E(E(n+r)*E(n-r)),o=E(e*r),a=E(o*o),{value:f}=Wa(E(s*a)),c=E(f*s),u=E(f*o),h=E(c*u*i),l;if(Ie(i*h)){let p=E(r*Kr),g=E(e*Kr);e=p,r=g,l=E(c*rp)}else l=u;Ie(e*h)&&(r=E(-r));let d=E((n-r)*l);return Ie(d)&&(d=E(-d)),Mr(d)}toHex(){return Fr(this.toRawBytes())}toString(){return this.toHex()}equals(e){Qi(e);let r=this.ep,n=e.ep,i=E(r.x*n.y)===E(r.y*n.x),s=E(r.y*n.y)===E(r.x*n.x);return i||s}add(e){return Qi(e),new t(this.ep.add(e.ep))}subtract(e){return Qi(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))}};He.BASE=new He(dt.BASE);He.ZERO=new He(dt.ZERO);var ts=new WeakMap,ft=class t{constructor(e,r){this.x=e,this.y=r}_setWindowSize(e){this._WINDOW_SIZE=e,ts.delete(this)}static fromHex(e,r=!0){let{d:n,P:i}=j;e=_e(e,32);let s=e.slice();s[31]=e[31]&-129;let o=Vr(s);if(r&&o>=i)throw new Error("Expected 0 < hex < P");if(!r&&o>=$a)throw new Error("Expected 0 < hex < 2**256");let a=E(o*o),f=E(a-q),c=E(n*a+q),{isValid:u,value:h}=rs(f,c);if(!u)throw new Error("Point.fromHex: invalid y coordinate");let l=(h&q)===q;return(e[31]&128)!==0!==l&&(h=E(-h)),new t(h,o)}static async fromPrivateKey(e){return(await Pn(e)).point}toRawBytes(){let e=Mr(this.y);return e[31]|=this.x&q?128:0,e}toHex(){return Fr(this.toRawBytes())}toX25519(){let{y:e}=this,r=E((q+e)*kn(q-e));return Mr(r)}isTorsionFree(){return dt.fromAffine(this).isTorsionFree()}equals(e){return this.x===e.x&&this.y===e.y}negate(){return new t(E(-this.x),this.y)}add(e){return dt.fromAffine(this).add(dt.fromAffine(e)).toAffine()}subtract(e){return this.add(e.negate())}multiply(e){return dt.fromAffine(this).multiply(e,this).toAffine()}};ft.BASE=new ft(j.Gx,j.Gy);ft.ZERO=new ft(bt,q);var Or=class t{constructor(e,r){this.r=e,this.s=r,this.assertValidity()}static fromHex(e){let r=_e(e,64),n=ft.fromHex(r.slice(0,32),!1),i=Vr(r.slice(32,64));return new t(n,i)}assertValidity(){let{r:e,s:r}=this;if(!(e instanceof ft))throw new Error("Expected Point instance");return Rn(r,j.l,!1),this}toRawBytes(){let e=new Uint8Array(64);return e.set(this.r.toRawBytes()),e.set(Mr(this.s),32),e}toHex(){return Fr(this.toRawBytes())}};function Ga(...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 s=t[n];r.set(s,i),i+=s.length}return r}var sp=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function Fr(t){if(!(t instanceof Uint8Array))throw new Error("Uint8Array expected");let e="";for(let r=0;r<t.length;r++)e+=sp[t[r]];return e}function es(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),s=Number.parseInt(i,16);if(Number.isNaN(s)||s<0)throw new Error("Invalid byte sequence");e[r]=s}return e}function Ya(t){let r=t.toString(16).padStart(64,"0");return es(r)}function Mr(t){return Ya(t).reverse()}function Ie(t){return(E(t)&q)===q}function Vr(t){if(!(t instanceof Uint8Array))throw new Error("Expected Uint8Array");return BigInt("0x"+Fr(Uint8Array.from(t).reverse()))}var op=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");function Ji(t){return E(Vr(t)&op)}function E(t,e=j.P){let r=t%e;return r>=bt?r:e+r}function kn(t,e=j.P){if(t===bt||e<=bt)throw new Error(`invert: expected positive integers, got n=${t} mod=${e}`);let r=E(t,e),n=e,i=bt,s=q,o=q,a=bt;for(;r!==bt;){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 E(i,e)}function ap(t,e=j.P){let r=new Array(t.length),n=t.reduce((s,o,a)=>o===bt?s:(r[a]=s,E(s*o,e)),q),i=kn(n,e);return t.reduceRight((s,o,a)=>o===bt?s:(r[a]=E(s*r[a],e),E(s*o,e)),i),r}function ee(t,e){let{P:r}=j,n=t;for(;e-- >bt;)n*=n,n%=r;return n}function fp(t){let{P:e}=j,r=BigInt(5),n=BigInt(10),i=BigInt(20),s=BigInt(40),o=BigInt(80),f=t*t%e*t%e,c=ee(f,Te)*f%e,u=ee(c,q)*t%e,h=ee(u,r)*u%e,l=ee(h,n)*h%e,d=ee(l,i)*l%e,p=ee(d,s)*d%e,g=ee(p,o)*p%e,x=ee(g,o)*p%e,v=ee(x,n)*h%e;return{pow_p_5_8:ee(v,Te)*t%e,b2:f}}function rs(t,e){let r=E(e*e*e),n=E(r*r*e),i=fp(t*n).pow_p_5_8,s=E(t*r*i),o=E(e*s*s),a=s,f=E(s*Kr),c=o===t,u=o===E(-t),h=o===E(-t*Kr);return c&&(s=a),(u||h)&&(s=f),Ie(s)&&(s=E(-s)),{isValid:c||u,value:s}}function Wa(t){return rs(q,t)}function _n(t){return E(Vr(t),j.l)}function cp(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 _e(t,e){let r=t instanceof Uint8Array?Uint8Array.from(t):es(t);if(typeof e=="number"&&r.length!==e)throw new Error(`Expected ${e} bytes`);return r}function Rn(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(bt<t)return t}else if(bt<=t)return t}throw new TypeError("Expected valid scalar: 0 < scalar < max")}function up(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}function hp(t){if(t=typeof t=="bigint"||typeof t=="number"?Ya(Rn(t,$a)):_e(t),t.length!==32)throw new Error("Expected 32 bytes");return t}function lp(t){let e=up(t.slice(0,32)),r=t.slice(32,64),n=_n(e),i=ft.BASE.multiply(n),s=i.toRawBytes();return{head:e,prefix:r,scalar:n,point:i,pointBytes:s}}var ji;async function Pn(t){return lp(await Re.sha512(hp(t)))}async function ns(t){return(await Pn(t)).pointBytes}async function Za(t,e){t=_e(t);let{prefix:r,scalar:n,pointBytes:i}=await Pn(e),s=_n(await Re.sha512(r,t)),o=ft.BASE.multiply(s),a=_n(await Re.sha512(o.toRawBytes(),i,t)),f=E(s+a*n,j.l);return new Or(o,f).toRawBytes()}function pp(t,e,r){e=_e(e),r instanceof ft||(r=ft.fromHex(r,!1));let{r:n,s:i}=t instanceof Or?t.assertValidity():Or.fromHex(t),s=dt.BASE.multiplyUnsafe(i);return{r:n,s:i,SB:s,pub:r,msg:e}}function dp(t,e,r,n){let i=_n(n),s=dt.fromAffine(t).multiplyUnsafe(i);return dt.fromAffine(e).add(s).subtract(r).multiplyUnsafe(j.h).equals(dt.ZERO)}async function Qa(t,e,r){let{r:n,SB:i,msg:s,pub:o}=pp(t,e,r),a=await Re.sha512(n.toRawBytes(),o.toRawBytes(),s);return dp(o,n,i,a)}ft.BASE._setWindowSize(8);var Ce={node:jl,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0},Re={bytesToHex:Fr,hexToBytes:es,concatBytes:Ga,getExtendedPublicKey:Pn,mod:E,invert:kn,TORSION_SUBGROUP:["0100000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac037a","0000000000000000000000000000000000000000000000000000000000000080","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc05","ecffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff7f","26e8958fc2b227b045c3f489f2ef98f0d5dfac05d3c63339b13802886d53fc85","0000000000000000000000000000000000000000000000000000000000000000","c7176a703d4dd84fba3c0b760d10670f2a2053fa2c39ccc64ec7fd7792ac03fa"],hashToPrivateScalar:t=>{if(t=_e(t),t.length<40||t.length>1024)throw new Error("Expected 40-1024 bytes of private key as per FIPS 186");return E(Vr(t),j.l-q)+q},randomBytes:(t=32)=>{if(Ce.web)return Ce.web.getRandomValues(new Uint8Array(t));if(Ce.node){let{randomBytes:e}=Ce.node;return new Uint8Array(e(t).buffer)}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>Re.randomBytes(32),sha512:async(...t)=>{let e=Ga(...t);if(Ce.web){let r=await Ce.web.subtle.digest("SHA-512",e.buffer);return new Uint8Array(r)}else{if(Ce.node)return Uint8Array.from(Ce.node.createHash("sha512").update(e).digest());throw new Error("The environment doesn't have sha512 function")}},precompute(t=8,e=ft.BASE){let r=e.equals(ft.BASE)?e:new ft(e.x,e.y);return r._setWindowSize(t),r.multiply(Te),r},sha512Sync:void 0};Object.defineProperties(Re,{sha512Sync:{configurable:!1,get(){return ji},set(t){ji||(ji=t)}}});var cr=32,de=64,Dn=32;async function Xa(){let t=Re.randomPrivateKey(),e=await ns(t);return{privateKey:e0(t,e),publicKey:e}}async function Ja(t){if(t.length!==Dn)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 ns(e);return{privateKey:e0(e,r),publicKey:r}}async function ja(t,e){let r=t.subarray(0,Dn);return Za(e,r)}async function t0(t,e,r){return Qa(e,r,t)}function e0(t,e){let r=new Uint8Array(de);for(let n=0;n<Dn;n++)r[n]=t[n],r[Dn+n]=e[n];return r}function yt(t,e){e==null&&(e=t.reduce((i,s)=>i+s.length,0));let r=pe(e),n=0;for(let i of t)r.set(i,n),n+=i.length;return Ve(r)}var kt={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 is={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function ss(t){let e=t?.algorithm??"AES-GCM",r=t?.keyLength??16,n=t?.nonceLength??12,i=t?.digest??"SHA-256",s=t?.saltLength??16,o=t?.iterations??32767,a=kt.get();r*=8;async function f(h,l){let d=a.getRandomValues(new Uint8Array(s)),p=a.getRandomValues(new Uint8Array(n)),g={name:e,iv:p};typeof l=="string"&&(l=vt(l));let x;if(l.length===0){x=await a.subtle.importKey("jwk",is,{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:e,length:r},!0,["encrypt"])}catch{x=await a.subtle.importKey("jwk",is,{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:e,length:r},!0,["encrypt"])}let v=await a.subtle.encrypt(g,x,h);return yt([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:e,iv:p};typeof l=="string"&&(l=vt(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:e,length:r},!0,["decrypt"])}catch{v=await a.subtle.importKey("jwk",is,{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:e,length:r},!0,["decrypt"])}let B=await a.subtle.decrypt(x,v,g);return new Uint8Array(B)}return{encrypt:f,decrypt:c}}async function ur(t,e){let n=await ss().encrypt(t,e);return Cn.encode(n)}var xs=st(us(),1),z0=st(L0(),1),H0=st(We(),1),vs=st(ms(),1),G0=st(q0(),1);function Ap(){H0.default._configure(),xs.default._configure(z0.default),vs.default._configure(G0.default)}Ap();var W0=["uint64","int64","sint64","fixed64","sfixed64"];function Cp(t){for(let e of W0){if(t[e]==null)continue;let r=t[e];t[e]=function(){return BigInt(r.call(this).toString())}}return t}function bs(t){return Cp(new xs.default(t))}function Ip(t){for(let e of W0){if(t[e]==null)continue;let r=t[e];t[e]=function(n){return r.call(this,n.toString())}}return t}function ws(){return Ip(vs.default.create())}function ye(t,e){let r=bs(t instanceof Uint8Array?t:t.subarray());return e.decode(r)}function ge(t,e){let r=ws();return e.encode(t,r,{lengthDelimited:!1}),r.finish()}var lr;(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"})(lr||(lr={}));function On(t,e,r,n){return{name:t,type:e,encode:r,decode:n}}function Es(t){function e(i){if(t[i.toString()]==null)throw new Error("Invalid enum value");return t[i]}let r=function(s,o){let a=e(s);o.int32(a)},n=function(s){let o=s.int32();return e(o)};return On("enum",lr.VARINT,r,n)}function me(t,e){return On("message",lr.LENGTH_DELIMITED,t,e)}var nt;(function(t){t.RSA="RSA",t.Ed25519="Ed25519",t.Secp256k1="Secp256k1"})(nt||(nt={}));var Ss;(function(t){t[t.RSA=0]="RSA",t[t.Ed25519=1]="Ed25519",t[t.Secp256k1=2]="Secp256k1"})(Ss||(Ss={}));(function(t){t.codec=()=>Es(Ss)})(nt||(nt={}));var ie;(function(t){let e;t.codec=()=>(e==null&&(e=me((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),nt.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=nt.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(o&7);break}}return i})),e),t.encode=r=>ge(r,t.codec()),t.decode=r=>ye(r,t.codec())})(ie||(ie={}));var se;(function(t){let e;t.codec=()=>(e==null&&(e=me((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),nt.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=nt.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(o&7);break}}return i})),e),t.encode=r=>ge(r,t.codec()),t.decode=r=>ye(r,t.codec())})(se||(se={}));var Hr=class{_key;constructor(e){this._key=pr(e,cr)}async verify(e,r){return t0(this._key,r,e)}marshal(){return this._key}get bytes(){return ie.encode({Type:nt.Ed25519,Data:this.marshal()}).subarray()}equals(e){return pt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await Bt.digest(this.bytes);return e}},Ye=class{_key;_publicKey;constructor(e,r){this._key=pr(e,de),this._publicKey=pr(r,cr)}async sign(e){return ja(this._key,e)}get public(){return new Hr(this._publicKey)}marshal(){return this._key}get bytes(){return se.encode({Type:nt.Ed25519,Data:this.marshal()}).subarray()}equals(e){return pt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await Bt.digest(this.bytes);return e}async id(){let e=Be.digest(this.public.bytes);return lt.encode(e.bytes).substring(1)}async export(e,r="libp2p-key"){if(r==="libp2p-key")return ur(this.bytes,e);throw new O(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function Tp(t){if(t.length>de){t=pr(t,de+cr);let n=t.subarray(0,de),i=t.subarray(de,t.length);return new Ye(n,i)}t=pr(t,de);let e=t.subarray(0,de),r=t.subarray(cr);return new Ye(e,r)}function _p(t){return t=pr(t,cr),new Hr(t)}async function Rp(){let{privateKey:t,publicKey:e}=await Xa();return new Ye(t,e)}async function $0(t){let{privateKey:e,publicKey:r}=await Ja(t);return new Ye(e,r)}function pr(t,e){if(t=Uint8Array.from(t??[]),t.length!==e)throw new O(`Key must be a Uint8Array of length ${e}, got ${t.length}`,"ERR_INVALID_KEY_TYPE");return t}function Z(t,e="utf8"){let r=Tn[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 g2=st(ht(),1),m2=st(En(),1),Y0=st(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=yt([new Uint8Array(e-r.length),r])}return Z(r,"base64url")}function Dt(t){let e=Z0(t);return new Y0.default.jsbn.BigInteger(Z(e,"base16"),16)}function Z0(t,e){let r=vt(t,"base64urlpad");if(e!=null){if(r.length>e)throw new Error("byte array longer than desired length");r=yt([new Uint8Array(e-r.length),r])}return r}var kp={"P-256":256,"P-384":384,"P-521":521},Pp=Object.keys(kp),T2=Pp.join(" / ");var Ls={};St(Ls,{MAX_KEY_SIZE:()=>Jr,RsaPrivateKey:()=>wr,RsaPublicKey:()=>Xr,fromJwk:()=>id,generateKeyPair:()=>sd,unmarshalRsaPrivateKey:()=>rd,unmarshalRsaPublicKey:()=>nd});var Qr=st(Y(),1);var lg=st(tf(),1);var Lp=st(rr(),1);var z=BigInt(0),et=BigInt(1),Ne=BigInt(2),$r=BigInt(3),ef=BigInt(8),at=Object.freeze({a:z,b:BigInt(7),P:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:et,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee")}),rf=(t,e)=>(t+e/Ne)/e,Fn={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar(t){let{n:e}=at,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-et*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),s=r,o=BigInt("0x100000000000000000000000000000000"),a=rf(s*t,e),f=rf(-n*t,e),c=R(t-a*r-f*i,e),u=R(-a*n-f*s,e),h=c>o,l=u>o;if(h&&(c=e-c),l&&(u=e-u),c>o||u>o)throw new Error("splitScalarEndo: Endomorphism failed, k="+t);return{k1neg:h,k1:c,k2neg:l,k2:u}}},Wt=32,mr=32,Up=32,nf=Wt+1,sf=2*Wt+1;function of(t){let{a:e,b:r}=at,n=R(t*t),i=R(n*t);return R(i+e*t+r)}var Vn=at.a===z,Hn=class extends Error{constructor(e){super(e)}};function af(t){if(!(t instanceof Tt))throw new TypeError("JacobianPoint expected")}var Tt=class t{constructor(e,r,n){this.x=e,this.y=r,this.z=n}static fromAffine(e){if(!(e instanceof it))throw new TypeError("JacobianPoint#fromAffine: expected Point");return e.equals(it.ZERO)?t.ZERO:new t(e.x,e.y,et)}static toAffineBatch(e){let r=Vp(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){af(e);let{x:r,y:n,z:i}=this,{x:s,y:o,z:a}=e,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 t(this.x,R(-this.y),this.z)}double(){let{x:e,y:r,z:n}=this,i=R(e*e),s=R(r*r),o=R(s*s),a=e+s,f=R(Ne*(R(a*a)-i-o)),c=R($r*i),u=R(c*c),h=R(u-Ne*f),l=R(c*(f-h)-ef*o),d=R(Ne*r*n);return new t(h,l,d)}add(e){af(e);let{x:r,y:n,z:i}=this,{x:s,y:o,z:a}=e;if(s===z||o===z)return this;if(r===z||n===z)return e;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():t.ZERO;let x=R(p*p),v=R(p*x),B=R(u*x),A=R(g*g-v-Ne*B),D=R(g*(B-A)-l*v),I=R(i*a*p);return new t(A,D,I)}subtract(e){return this.add(e.negate())}multiplyUnsafe(e){let r=t.ZERO;if(typeof e=="bigint"&&e===z)return r;let n=uf(e);if(n===et)return this;if(!Vn){let h=r,l=this;for(;n>z;)n&et&&(h=h.add(l)),l=l.double(),n>>=et;return h}let{k1neg:i,k1:s,k2neg:o,k2:a}=Fn.splitScalar(n),f=r,c=r,u=this;for(;s>z||a>z;)s&et&&(f=f.add(u)),a&et&&(c=c.add(u)),u=u.double(),s>>=et,a>>=et;return i&&(f=f.negate()),o&&(c=c.negate()),c=new t(R(c.x*Fn.beta),c.y,c.z),f.add(c)}precomputeWindow(e){let r=Vn?128/e+1:256/e+1,n=[],i=this,s=i;for(let o=0;o<r;o++){s=i,n.push(s);for(let a=1;a<2**(e-1);a++)s=s.add(i),n.push(s);i=s.double()}return n}wNAF(e,r){!r&&this.equals(t.BASE)&&(r=it.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&&Ts.get(r);i||(i=this.precomputeWindow(n),r&&n!==1&&(i=t.normalizeZ(i),Ts.set(r,i)));let s=t.ZERO,o=t.BASE,a=1+(Vn?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(e&c);e>>=h,p>f&&(p-=u,e+=et);let g=d,x=d+Math.abs(p)-1,v=l%2!==0,B=p<0;p===0?o=o.add(qn(v,i[g])):s=s.add(qn(B,i[x]))}return{p:s,f:o}}multiply(e,r){let n=uf(e),i,s;if(Vn){let{k1neg:o,k1:a,k2neg:f,k2:c}=Fn.splitScalar(n),{p:u,f:h}=this.wNAF(a,r),{p:l,f:d}=this.wNAF(c,r);u=qn(o,u),l=qn(f,l),l=new t(R(l.x*Fn.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 t.normalizeZ([i,s])[0]}toAffine(e){let{x:r,y:n,z:i}=this,s=this.equals(t.ZERO);e==null&&(e=s?ef:br(i));let o=e,a=R(o*o),f=R(a*o),c=R(r*a),u=R(n*f),h=R(i*o);if(s)return it.ZERO;if(h!==et)throw new Error("invZ was invalid");return new it(c,u)}};Tt.BASE=new Tt(at.Gx,at.Gy,et);Tt.ZERO=new Tt(z,et,z);function qn(t,e){let r=e.negate();return t?r:e}var Ts=new WeakMap,it=class t{constructor(e,r){this.x=e,this.y=r}_setWindowSize(e){this._WINDOW_SIZE=e,Ts.delete(this)}hasEvenY(){return this.y%Ne===z}static fromCompressedHex(e){let r=e.length===32,n=Le(r?e:e.subarray(1));if(!Is(n))throw new Error("Point is not on curve");let i=of(n),s=Fp(i),o=(s&et)===et;r?o&&(s=R(-s)):(e[0]&1)===1!==o&&(s=R(-s));let a=new t(n,s);return a.assertValidity(),a}static fromUncompressedHex(e){let r=Le(e.subarray(1,Wt+1)),n=Le(e.subarray(Wt+1,Wt*2+1)),i=new t(r,n);return i.assertValidity(),i}static fromHex(e){let r=vr(e),n=r.length,i=r[0];if(n===Wt)return this.fromCompressedHex(r);if(n===nf&&(i===2||i===3))return this.fromCompressedHex(r);if(n===sf&&i===4)return this.fromUncompressedHex(r);throw new Error(`Point.fromHex: received invalid point. Expected 32-${nf} compressed bytes or ${sf} uncompressed bytes, not ${n}`)}static fromPrivateKey(e){return t.BASE.multiply(Wn(e))}static fromSignature(e,r,n){let{r:i,s}=hf(r);if(![0,1,2,3].includes(n))throw new Error("Cannot recover: invalid recovery bit");let o=ks(vr(e)),{n:a}=at,f=n===2||n===3?i+a:i,c=br(f,a),u=R(-o*c,a),h=R(s*c,a),l=n&1?"03":"02",d=t.fromHex(l+yr(f)),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 Qe(this.toHex(e))}toHex(e=!1){let r=yr(this.x);return e?`${this.hasEvenY()?"02":"03"}${r}`:`04${r}${yr(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(!Is(r)||!Is(n))throw new Error(e);let i=R(n*n),s=of(r);if(R(i-s)!==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 Tt.fromAffine(this).double().toAffine()}add(e){return Tt.fromAffine(this).add(Tt.fromAffine(e)).toAffine()}subtract(e){return this.add(e.negate())}multiply(e){return Tt.fromAffine(this).multiply(e,this).toAffine()}multiplyAndAddUnsafe(e,r,n){let i=Tt.fromAffine(this),s=r===z||r===et||this!==t.BASE?i.multiplyUnsafe(r):i.multiply(r),o=Tt.fromAffine(e).multiplyUnsafe(n),a=s.add(o);return a.equals(Tt.ZERO)?void 0:a.toAffine()}};it.BASE=new it(at.Gx,at.Gy);it.ZERO=new it(z,z);function ff(t){return Number.parseInt(t[0],16)>=8?"00"+t:t}function cf(t){if(t.length<2||t[0]!==2)throw new Error(`Invalid signature integer tag: ${xr(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:Le(r),left:t.subarray(e+2)}}function Kp(t){if(t.length<2||t[0]!=48)throw new Error(`Invalid signature tag: ${xr(t)}`);if(t[1]!==t.length-2)throw new Error("Invalid signature: incorrect length");let{data:e,left:r}=cf(t.subarray(2)),{data:n,left:i}=cf(r);if(i.length)throw new Error(`Invalid signature: left bytes after parsing: ${xr(i)}`);return{r:e,s:n}}var dr=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?xr(e):e;if(i.length!==128)throw new Error(`${n}: Expected 64-byte hex`);return new t(Gn(i.slice(0,64)),Gn(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}=Kp(r?e:Qe(e));return new t(n,i)}static fromHex(e){return this.fromDER(e)}assertValidity(){let{r:e,s:r}=this;if(!Zr(e))throw new Error("Invalid Signature: r must be 0 < r < n");if(!Zr(r))throw new Error("Invalid Signature: s must be 0 < s < n")}hasHighS(){let e=at.n>>et;return this.s>e}normalizeS(){return this.hasHighS()?new t(this.r,R(-this.s,at.n)):this}toDERRawBytes(){return Qe(this.toDERHex())}toDERHex(){let e=ff(Wr(this.s)),r=ff(Wr(this.r)),n=e.length/2,i=r.length/2,s=Wr(n),o=Wr(i);return`30${Wr(i+n+4)}02${o}${r}02${s}${e}`}toRawBytes(){return this.toDERRawBytes()}toHex(){return this.toDERHex()}toCompactRawBytes(){return Qe(this.toCompactHex())}toCompactHex(){return yr(this.r)+yr(this.s)}};function De(...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 s=t[n];r.set(s,i),i+=s.length}return r}var Op=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function xr(t){if(!(t instanceof Uint8Array))throw new Error("Expected Uint8Array");let e="";for(let r=0;r<t.length;r++)e+=Op[t[r]];return e}var Mp=BigInt("0x10000000000000000000000000000000000000000000000000000000000000000");function yr(t){if(typeof t!="bigint")throw new Error("Expected bigint");if(!(z<=t&&t<Mp))throw new Error("Expected number 0 <= n < 2^256");return t.toString(16).padStart(64,"0")}function _s(t){let e=Qe(yr(t));if(e.length!==32)throw new Error("Error: expected 32 bytes");return e}function Wr(t){let e=t.toString(16);return e.length&1?`0${e}`:e}function Gn(t){if(typeof t!="string")throw new TypeError("hexToNumber: expected string, got "+typeof t);return BigInt(`0x${t}`)}function Qe(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),s=Number.parseInt(i,16);if(Number.isNaN(s)||s<0)throw new Error("Invalid byte sequence");e[r]=s}return e}function Le(t){return Gn(xr(t))}function vr(t){return t instanceof Uint8Array?Uint8Array.from(t):Qe(t)}function uf(t){if(typeof t=="number"&&Number.isSafeInteger(t)&&t>0)return BigInt(t);if(typeof t=="bigint"&&Zr(t))return t;throw new TypeError("Expected valid private scalar: 0 < scalar < curve.n")}function R(t,e=at.P){let r=t%e;return r>=z?r:e+r}function Ot(t,e){let{P:r}=at,n=t;for(;e-- >z;)n*=n,n%=r;return n}function Fp(t){let{P:e}=at,r=BigInt(6),n=BigInt(11),i=BigInt(22),s=BigInt(23),o=BigInt(44),a=BigInt(88),f=t*t*t%e,c=f*f*t%e,u=Ot(c,$r)*c%e,h=Ot(u,$r)*c%e,l=Ot(h,Ne)*f%e,d=Ot(l,n)*l%e,p=Ot(d,i)*d%e,g=Ot(p,o)*p%e,x=Ot(g,a)*g%e,v=Ot(x,o)*p%e,B=Ot(v,$r)*c%e,A=Ot(B,s)*d%e,D=Ot(A,r)*f%e,I=Ot(D,Ne);if(I*I%e!==t)throw new Error("Cannot find square root");return I}function br(t,e=at.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,s=et,o=et,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!==et)throw new Error("invert: does not exist");return R(i,e)}function Vp(t,e=at.P){let r=new Array(t.length),n=t.reduce((s,o,a)=>o===z?s:(r[a]=s,R(s*o,e)),et),i=br(n,e);return t.reduceRight((s,o,a)=>o===z?s:(r[a]=R(s*r[a],e),R(s*o,e)),i),r}function qp(t){let e=t.length*8-mr*8,r=Le(t);return e>0?r>>BigInt(e):r}function ks(t,e=!1){let r=qp(t);if(e)return r;let{n}=at;return r>=n?r-n:r}var gr,Yr,Rs=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 Yr(this.k,...e)}checkSync(){if(typeof Yr!="function")throw new Hn("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 De(...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 De(...r)}};function Zr(t){return z<t&&t<at.n}function Is(t){return z<t&&t<at.P}function zp(t,e,r,n=!0){let{n:i}=at,s=ks(t,!0);if(!Zr(s))return;let o=br(s,i),a=it.BASE.multiply(s),f=R(a.x,i);if(f===z)return;let c=R(o*R(e+r*f,i),i);if(c===z)return;let u=new dr(f,c),h=(a.x===u.r?0:2)|Number(a.y&et);return n&&u.hasHighS()&&(u=u.normalizeS(),h^=1),{sig:u,recovery:h}}function Wn(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*mr)throw new Error("Expected 32 bytes of private key");e=Gn(t)}else if(t instanceof Uint8Array){if(t.length!==mr)throw new Error("Expected 32 bytes of private key");e=Le(t)}else throw new TypeError("Expected valid private key");if(!Zr(e))throw new Error("Expected private key: 0 < key < n");return e}function Hp(t){return t instanceof it?(t.assertValidity(),t):it.fromHex(t)}function hf(t){if(t instanceof dr)return t.assertValidity(),t;try{return dr.fromDER(t)}catch{return dr.fromCompact(t)}}function Ps(t,e=!1){return it.fromPrivateKey(t).toRawBytes(e)}function lf(t){let e=t.length>Wt?t.slice(0,Wt):t;return Le(e)}function Gp(t){let e=lf(t),r=R(e,at.n);return pf(r<z?e:r)}function pf(t){return _s(t)}function Wp(t,e,r){if(t==null)throw new Error(`sign: expected valid message hash, not "${t}"`);let n=vr(t),i=Wn(e),s=[pf(i),Gp(n)];if(r!=null){r===!0&&(r=$t.randomBytes(Wt));let f=vr(r);if(f.length!==Wt)throw new Error(`sign: Expected ${Wt} bytes of extra data`);s.push(f)}let o=De(...s),a=lf(n);return{seed:o,m:a,d:i}}function $p(t,e){let{sig:r,recovery:n}=t,{der:i,recovered:s}=Object.assign({canonical:!0,der:!0},e),o=i?r.toDERRawBytes():r.toCompactRawBytes();return s?[o,n]:o}async function df(t,e,r={}){let{seed:n,m:i,d:s}=Wp(t,e,r.extraEntropy),o=new Rs(Up,mr);await o.reseed(n);let a;for(;!(a=zp(await o.generate(),i,s,r.canonical));)await o.reseed();return $p(a,r)}var Yp={strict:!0};function yf(t,e,r,n=Yp){let i;try{i=hf(t),e=vr(e)}catch{return!1}let{r:s,s:o}=i;if(n.strict&&i.hasHighS())return!1;let a=ks(e),f;try{f=Hp(r)}catch{return!1}let{n:c}=at,u=br(o,c),h=R(a*u,c),l=R(s*u,c),d=it.BASE.multiplyAndAddUnsafe(f,h,l);return d?R(d.x,c)===s:!1}it.BASE._setWindowSize(8);var Nt={node:Lp,web:typeof self=="object"&&"crypto"in self?self.crypto:void 0};var zn={},$t={bytesToHex:xr,hexToBytes:Qe,concatBytes:De,mod:R,invert:br,isValidPrivateKey(t){try{return Wn(t),!0}catch{return!1}},_bigintTo32Bytes:_s,_normalizePrivateKey:Wn,hashToPrivateKey:t=>{t=vr(t);let e=mr+8;if(t.length<e||t.length>1024)throw new Error("Expected valid bytes of private key as per FIPS 186");let r=R(Le(t),at.n-et)+et;return _s(r)},randomBytes:(t=32)=>{if(Nt.web)return Nt.web.getRandomValues(new Uint8Array(t));if(Nt.node){let{randomBytes:e}=Nt.node;return Uint8Array.from(e(t))}else throw new Error("The environment doesn't have randomBytes function")},randomPrivateKey:()=>$t.hashToPrivateKey($t.randomBytes(mr+8)),precompute(t=8,e=it.BASE){let r=e===it.BASE?e:new it(e.x,e.y);return r._setWindowSize(t),r.multiply($r),r},sha256:async(...t)=>{if(Nt.web){let e=await Nt.web.subtle.digest("SHA-256",De(...t));return new Uint8Array(e)}else if(Nt.node){let{createHash:e}=Nt.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(Nt.web){let r=await Nt.web.subtle.importKey("raw",t,{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign"]),n=De(...e),i=await Nt.web.subtle.sign("HMAC",r,n);return new Uint8Array(i)}else if(Nt.node){let{createHmac:r}=Nt.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=zn[t];if(r===void 0){let n=await $t.sha256(Uint8Array.from(t,i=>i.charCodeAt(0)));r=De(n,n),zn[t]=r}return $t.sha256(r,...e)},taggedHashSync:(t,...e)=>{if(typeof gr!="function")throw new Hn("sha256Sync is undefined, you need to set it");let r=zn[t];if(r===void 0){let n=gr(Uint8Array.from(t,i=>i.charCodeAt(0)));r=De(n,n),zn[t]=r}return gr(r,...e)},_JacobianPoint:Tt};Object.defineProperties($t,{sha256Sync:{configurable:!1,get(){return gr},set(t){gr||(gr=t)}},hmacSha256Sync:{configurable:!1,get(){return Yr},set(t){Yr||(Yr=t)}}});function $n(t){if(isNaN(t)||t<=0)throw new O("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return $t.randomBytes(t)}var Y2=st(An(),1),Ds=st(Y(),1);function gf(t,e){return e.map(r=>Dt(t[r]))}function mf(t){return Ds.default.pki.setRsaPrivateKey(...gf(t,["n","e","d","p","q","dp","dq","qi"]))}function xf(t){return Ds.default.pki.setRsaPublicKey(...gf(t,["n","e"]))}var Xe={};St(Xe,{jwkToPkcs1:()=>Xp,jwkToPkix:()=>jp,pkcs1ToJwk:()=>Qp,pkixToJwk:()=>Jp});var X2=st(kr(),1),J2=st(An(),1);var xe=st(Y(),1);function Qp(t){let e=xe.default.asn1.fromDer(Z(t,"ascii")),r=xe.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 Xp(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 O("JWK was missing components","ERR_INVALID_PARAMETERS");let e=xe.default.pki.privateKeyToAsn1({n:Dt(t.n),e:Dt(t.e),d:Dt(t.d),p:Dt(t.p),q:Dt(t.q),dP:Dt(t.dp),dQ:Dt(t.dq),qInv:Dt(t.qi)});return vt(xe.default.asn1.toDer(e).getBytes(),"ascii")}function Jp(t){let e=xe.default.asn1.fromDer(Z(t,"ascii")),r=xe.default.pki.publicKeyFromAsn1(e);return{kty:"RSA",n:Gt(r.n),e:Gt(r.e)}}function jp(t){if(t.n==null||t.e==null)throw new O("JWK was missing components","ERR_INVALID_PARAMETERS");let e=xe.default.pki.publicKeyToAsn1({n:Dt(t.n),e:Dt(t.e)});return vt(xe.default.asn1.toDer(e).getBytes(),"ascii")}async function vf(t){let e=await kt.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 Ef(e);return{privateKey:r[0],publicKey:r[1]}}async function Ns(t){let r=[await kt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await td(t)],n=await Ef({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function bf(t,e){let r=await kt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await kt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,Uint8Array.from(e));return new Uint8Array(n,0,n.byteLength)}async function wf(t,e,r){let n=await kt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return kt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,e,r)}async function Ef(t){if(t.privateKey==null||t.publicKey==null)throw new O("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([kt.get().subtle.exportKey("jwk",t.privateKey),kt.get().subtle.exportKey("jwk",t.publicKey)])}async function td(t){return kt.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 Sf(t,e,r,n){let i=e?xf(t):mf(t),s=Z(Uint8Array.from(r),"ascii"),o=n(s,i);return vt(o,"ascii")}function Bf(t,e){return Sf(t,!0,e,(r,n)=>n.encrypt(r))}function Af(t,e){return Sf(t,!1,e,(r,n)=>n.decrypt(r))}function Yn(t){if(t.kty!=="RSA")throw new O("invalid key type","ERR_INVALID_KEY_TYPE");if(t.n==null)throw new O("invalid key modulus","ERR_INVALID_KEY_MODULUS");return vt(t.n,"base64url").length*8}var Jr=8192,Xr=class{_key;constructor(e){this._key=e}async verify(e,r){return wf(this._key,r,e)}marshal(){return Xe.jwkToPkix(this._key)}get bytes(){return ie.encode({Type:nt.RSA,Data:this.marshal()}).subarray()}encrypt(e){return Bf(this._key,e)}equals(e){return pt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await Bt.digest(this.bytes);return e}},wr=class{_key;_publicKey;constructor(e,r){this._key=e,this._publicKey=r}genSecret(){return $n(16)}async sign(e){return bf(this._key,e)}get public(){if(this._publicKey==null)throw new O("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new Xr(this._publicKey)}decrypt(e){return Af(this._key,e)}marshal(){return Xe.jwkToPkcs1(this._key)}get bytes(){return se.encode({Type:nt.RSA,Data:this.marshal()}).subarray()}equals(e){return pt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await Bt.digest(this.bytes);return e}async id(){let e=await this.public.hash();return Z(e,"base58btc")}async export(e,r="pkcs-8"){if(r==="pkcs-8"){let n=new Qr.default.util.ByteBuffer(this.marshal()),i=Qr.default.asn1.fromDer(n),s=Qr.default.pki.privateKeyFromAsn1(i),o={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return Qr.default.pki.encryptRsaPrivateKey(s,e,o)}else{if(r==="libp2p-key")return ur(this.bytes,e);throw new O(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}}};async function rd(t){let e=Xe.pkcs1ToJwk(t);if(Yn(e)>Jr)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let r=await Ns(e);return new wr(r.privateKey,r.publicKey)}function nd(t){let e=Xe.pkixToJwk(t);if(Yn(e)>Jr)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");return new Xr(e)}async function id(t){if(Yn(t)>Jr)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await Ns(t);return new wr(e.privateKey,e.publicKey)}async function sd(t){if(t>Jr)throw new O("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await vf(t);return new wr(e.privateKey,e.publicKey)}var Ks={};St(Ks,{Secp256k1PrivateKey:()=>tn,Secp256k1PublicKey:()=>jr,generateKeyPair:()=>cd,unmarshalSecp256k1PrivateKey:()=>ad,unmarshalSecp256k1PublicKey:()=>fd});function Cf(){return $t.randomPrivateKey()}async function If(t,e){let{digest:r}=await Bt.digest(e);try{return await df(r,t)}catch(n){throw new O(String(n),"ERR_INVALID_INPUT")}}async function Tf(t,e,r){try{let{digest:n}=await Bt.digest(r);return yf(e,n,t)}catch(n){throw new O(String(n),"ERR_INVALID_INPUT")}}function _f(t){return it.fromHex(t).toRawBytes(!0)}function Rf(t){try{Ps(t,!0)}catch(e){throw new O(String(e),"ERR_INVALID_PRIVATE_KEY")}}function Us(t){try{it.fromHex(t)}catch(e){throw new O(String(e),"ERR_INVALID_PUBLIC_KEY")}}function kf(t){try{return Ps(t,!0)}catch(e){throw new O(String(e),"ERR_INVALID_PRIVATE_KEY")}}var jr=class{_key;constructor(e){Us(e),this._key=e}async verify(e,r){return Tf(this._key,r,e)}marshal(){return _f(this._key)}get bytes(){return ie.encode({Type:nt.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return pt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await Bt.digest(this.bytes);return e}},tn=class{_key;_publicKey;constructor(e,r){this._key=e,this._publicKey=r??kf(e),Rf(this._key),Us(this._publicKey)}async sign(e){return If(this._key,e)}get public(){return new jr(this._publicKey)}marshal(){return this._key}get bytes(){return se.encode({Type:nt.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return pt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await Bt.digest(this.bytes);return e}async id(){let e=await this.public.hash();return Z(e,"base58btc")}async export(e,r="libp2p-key"){if(r==="libp2p-key")return ur(this.bytes,e);throw new O(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function ad(t){return new tn(t)}function fd(t){return new jr(t)}async function cd(){let t=Cf();return new tn(t)}var Je={rsa:Ls,ed25519:Bs,secp256k1:Ks};function Pf(t){let e=Object.keys(Je).join(" / ");return new O(`invalid or unsupported key type ${t}. Must be ${e}`,"ERR_UNSUPPORTED_KEY_TYPE")}function Df(t){let e=ie.decode(t),r=e.Data??new Uint8Array;switch(e.Type){case nt.RSA:return Je.rsa.unmarshalRsaPublicKey(r);case nt.Ed25519:return Je.ed25519.unmarshalEd25519PublicKey(r);case nt.Secp256k1:return Je.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw Pf(e.Type??"RSA")}}async function Nf(t){let e=se.decode(t),r=e.Data??new Uint8Array;switch(e.Type){case nt.RSA:return Je.rsa.unmarshalRsaPrivateKey(r);case nt.Ed25519:return Je.ed25519.unmarshalEd25519PrivateKey(r);case nt.Secp256k1:return Je.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw Pf(e.Type??"RSA")}}var Lf=Symbol.for("@libp2p/peer-id");var hd=Symbol.for("nodejs.util.inspect.custom"),Uf=Object.values(Ae).map(t=>t.decoder).reduce((t,e)=>t.or(e),Ae.identity.decoder),Kf=114,Os=36,Ms=37,en=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()})`}[Lf]=!0;toString(){return this.string==null&&(this.string=lt.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return qt.createV1(Kf,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(e){if(e instanceof Uint8Array)return pt(this.multihash.bytes,e);if(typeof e=="string")return ld(e).equals(this);if(e?.multihash?.bytes!=null)return pt(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[hd](){return`PeerId(${this.toString()})`}},Er=class extends en{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},Sr=class extends en{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},Br=class extends en{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function ld(t,e){if(e=e??Uf,t.charAt(0)==="1"||t.charAt(0)==="Q"){let r=qe(lt.decode(`z${t}`));return t.startsWith("12D")?new Sr({multihash:r}):t.startsWith("16U")?new Br({multihash:r}):new Er({multihash:r})}return Fs(Uf.decode(t))}function Fs(t){try{let e=qe(t);if(e.code===Be.code){if(e.digest.length===Os)return new Sr({multihash:e});if(e.digest.length===Ms)return new Br({multihash:e})}if(e.code===Bt.code)return new Er({multihash:e})}catch{return pd(qt.decode(t))}throw new Error("Supplied PeerID CID is invalid")}function pd(t){if(t==null||t.multihash==null||t.version==null||t.version===1&&t.code!==Kf)throw new Error("Supplied PeerID CID is invalid");let e=t.multihash;if(e.code===Bt.code)return new Er({multihash:t.multihash});if(e.code===Be.code){if(e.digest.length===Os)return new Sr({multihash:t.multihash});if(e.digest.length===Ms)return new Br({multihash:t.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function Of(t,e){return t.length===Os?new Sr({multihash:te(Be.code,t),privateKey:e}):t.length===Ms?new Br({multihash:te(Be.code,t),privateKey:e}):new Er({multihash:await Bt.digest(t),publicKey:t,privateKey:e})}function Zn(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 Mf=4294967296,rn=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=Zn(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>Mf&&(i=0,++n>Mf&&(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=Zn(e),i=new t,s=0;if(e.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>=e.length)throw RangeError(`index out of range: ${r} > ${e.length}`);if(i.lo=(i.lo|(n.get(r)&127)<<s*7)>>>0,n.get(r++)<128)return i}if(e.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<e.byteLength)for(;s<5;++s){if(r>=e.length)throw RangeError(`index out of range: ${r} > ${e.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 dd=Math.pow(2,7),yd=Math.pow(2,14),gd=Math.pow(2,21),md=Math.pow(2,28),xd=Math.pow(2,35),vd=Math.pow(2,42),bd=Math.pow(2,49),wd=Math.pow(2,56),Ed=Math.pow(2,63),nn={encodingLength(t){return t<dd?1:t<yd?2:t<gd?3:t<md?4:t<xd?5:t<vd?6:t<bd?7:t<wd?8:t<Ed?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=pe(nn.encodingLength(t))),rn.fromNumber(t).toBytes(e,r),e},decode(t,e=0){return rn.fromBytes(t,e).toNumber(!0)}};var Vf=Symbol.for("@achingbrain/uint8arraylist");function Ff(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 Qn(t){return!!t?.[Vf]}var Xn=class t{constructor(...e){Object.defineProperty(this,Vf,{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(Qn(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(Qn(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=Ff(this.bufs,e);return r.buf[r.index]}set(e,r){let n=Ff(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(Qn(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 yt(n,i)}subarray(e,r){let{bufs:n,length:i}=this._subList(e,r);return n.length===1?n[0]:yt(n,i)}sublist(e,r){let{bufs:n,length:i}=this._subList(e,r),s=new t;return s.length=i,s.bufs=n,s}_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 s=0;s<this.bufs.length;s++){let o=this.bufs[s],a=i,f=a+o.byteLength;if(i=f,e>=f)continue;let c=e>=a&&e<f,u=r>a&&r<=f;if(c&&u){if(e===a&&r===f){n.push(o);break}let h=e-a;n.push(o.subarray(h,h+(r-e)));break}if(c){if(e===0){n.push(o);continue}n.push(o.subarray(e-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-e}}indexOf(e,r=0){if(!Qn(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 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(e){let r=this.subarray(e,e+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getInt8(0)}setInt8(e,r){let n=pe(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=le(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=le(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=le(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=pe(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=le(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=le(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=le(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=le(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=le(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(!pt(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,s)=>i+s.byteLength,0)),n.length=r,n}};var qf={ERR_SIGNATURE_NOT_VALID:"ERR_SIGNATURE_NOT_VALID"};var sn;(function(t){let e;t.codec=()=>(e==null&&(e=me((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})),e),t.encode=r=>ge(r,t.codec()),t.decode=r=>ye(r,t.codec())})(sn||(sn={}));var Jn=class t{static createFromProtobuf=async e=>{let r=sn.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,s=e.marshal(),o=zf(n,i,s),f=await(await Nf(r.privateKey)).sign(o.subarray());return new t({peerId:r,payloadType:i,payload:s,signature:f})};static openAndCertify=async(e,r)=>{let n=await t.createFromProtobuf(e);if(!await n.validate(r))throw new O("envelope signature is not valid for the given domain",qf.ERR_SIGNATURE_NOT_VALID);return n};peerId;payloadType;payload;signature;marshaled;constructor(e){let{peerId:r,payloadType:n,payload:i,signature:s}=e;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=sn.encode({publicKey:this.peerId.publicKey,payloadType:this.payloadType,payload:this.payload.subarray(),signature:this.signature})),this.marshaled}equals(e){return pt(this.marshal(),e.marshal())}async validate(e){let r=zf(e,this.payloadType,this.payload);if(this.peerId.publicKey==null)throw new Error("Missing public key");return Df(this.peerId.publicKey).verify(r.subarray(),this.signature)}},zf=(t,e,r)=>{let n=vt(t),i=nn.encode(n.byteLength),s=nn.encode(e.length),o=nn.encode(r.length);return new Xn(i,n,s,e,o,r)};function Hf(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 Ir=st(zs(),1);var jn=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 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,e);if(!Number.isNaN(l))return l});if(u===void 0)break;if(s*=e,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 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 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]=e(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]=e(s.subarray(0,o));return r.set(s.subarray(0,a),16-a),r})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var tc=45,Ud=15,Ar=new jn;function Hs(t){if(!(t.length>Ud))return Ar.new(t).parseWith(()=>Ar.readIPv4Addr())}function Gs(t){if(!(t.length>tc))return Ar.new(t).parseWith(()=>Ar.readIPv6Addr())}function ti(t){if(!(t.length>tc))return Ar.new(t).parseWith(()=>Ar.readIPAddr())}var Cm=parseInt("0xFFFF",16),Im=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var oe=st(zs(),1);function nc(t){return!!Hs(t)}function ic(t){return!!Gs(t)}function ei(t){return!!ti(t)}var sc=nc,Vd=ic,Ws=function(t){let e=0;if(t=t.toString().trim(),sc(t)){let r=new Uint8Array(e+4);return t.split(/\./g).forEach(n=>{r[e++]=parseInt(n,10)&255}),r}if(Vd(t)){let r=t.split(":",8),n;for(n=0;n<r.length;n++){let s=sc(r[n]),o;s&&(o=Ws(r[n]),r[n]=Z(o.slice(0,2),"base16")),o!=null&&++n<8&&r.splice(n,0,Z(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(e+16);for(n=0;n<r.length;n++){let s=parseInt(r[n],16);i[e++]=s>>8&255,i[e++]=s&255}return i}throw new Error("invalid ip address")},oc=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 s=0;s<r;s++)i.push(t[e+s]);return i.join(".")}if(r===16){let i=[];for(let s=0;s<r;s+=2)i.push(n.getUint16(e+s).toString(16));return i.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var Cr={},$s={},zd=[[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"]];zd.forEach(t=>{let e=Hd(...t);$s[e.code]=e,Cr[e.name]=e});function Hd(t,e,r,n,i){return{code:t,size:e,name:r,resolvable:!!n,path:!!i}}function X(t){if(typeof t=="number"){if($s[t]!=null)return $s[t];throw new Error(`no protocol with code: ${t}`)}else if(typeof t=="string"){if(Cr[t]!=null)return Cr[t];throw new Error(`no protocol with name: ${t}`)}throw new Error(`invalid protocol id type: ${typeof t}`)}var ux=X("ip4"),hx=X("ip6"),lx=X("ipcidr");function Zs(t,e){switch(X(t).code){case 4:case 41:return Wd(e);case 42:return cc(e);case 6:case 273:case 33:case 132:return hc(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return cc(e);case 421:return Qd(e);case 444:return uc(e);case 445:return uc(e);case 466:return Zd(e);default:return Z(e,"base16")}}function Qs(t,e){switch(X(t).code){case 4:return ac(e);case 41:return ac(e);case 42:return fc(e);case 6:case 273:case 33:case 132:return Xs(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return fc(e);case 421:return $d(e);case 444:return Xd(e);case 445:return Jd(e);case 466:return Yd(e);default:return vt(e,"base16")}}var Ys=Object.values(Ae).map(t=>t.decoder),Gd=function(){let t=Ys[0].or(Ys[1]);return Ys.slice(2).forEach(e=>t=t.or(e)),t}();function ac(t){if(!ei(t))throw new Error("invalid ip address");return Ws(t)}function Wd(t){let e=oc(t,0,t.length);if(e==null)throw new Error("ipBuff is required");if(!ei(e))throw new Error("invalid ip address");return e}function Xs(t){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,t),new Uint8Array(e)}function hc(t){return new DataView(t.buffer).getUint16(t.byteOffset)}function fc(t){let e=vt(t),r=Uint8Array.from(oe.default.encode(e.length));return yt([r,e],r.length+e.length)}function cc(t){let e=oe.default.decode(t);if(t=t.slice(oe.default.decode.bytes),t.length!==e)throw new Error("inconsistent lengths");return Z(t)}function $d(t){let e;t[0]==="Q"||t[0]==="1"?e=qe(lt.decode(`z${t}`)).bytes:e=qt.parse(t).multihash.bytes;let r=Uint8Array.from(oe.default.encode(e.length));return yt([r,e],r.length+e.length)}function Yd(t){let e=Gd.decode(t),r=Uint8Array.from(oe.default.encode(e.length));return yt([r,e],r.length+e.length)}function Zd(t){let e=oe.default.decode(t),r=t.slice(oe.default.decode.bytes);if(r.length!==e)throw new Error("inconsistent lengths");return"u"+Z(r,"base64url")}function Qd(t){let e=oe.default.decode(t),r=t.slice(oe.default.decode.bytes);if(r.length!==e)throw new Error("inconsistent lengths");return Z(r,"base58btc")}function Xd(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=he.decode("b"+e[0]),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=Xs(n);return yt([r,i],r.length+i.length)}function Jd(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=he.decode(`b${e[0]}`),n=parseInt(e[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let i=Xs(n);return yt([r,i],r.length+i.length)}function uc(t){let e=t.slice(0,t.length-2),r=t.slice(t.length-2),n=Z(e,"base32"),i=hc(r);return`${n}:${i}`}function lc(t){t=Js(t);let e=[],r=[],n=null,i=t.split("/").slice(1);if(i.length===1&&i[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let s=0;s<i.length;s++){let o=i[s],a=X(o);if(a.size===0){e.push([a.code]),r.push([a.code]);continue}if(s++,s>=i.length)throw dc("invalid address: "+t);if(a.path===!0){n=Js(i.slice(s).join("/")),e.push([a.code,Qs(a.code,n)]),r.push([a.code,n]);break}let f=Qs(a.code,i[s]);e.push([a.code,f]),r.push([a.code,Zs(a.code,f)])}return{string:pc(r),bytes:to(e),tuples:e,stringTuples:r,path:n}}function js(t){let e=[],r=[],n=null,i=0;for(;i<t.length;){let s=Ir.default.decode(t,i),o=Ir.default.decode.bytes??0,a=X(s),f=jd(a,t.slice(i+o));if(f===0){e.push([s]),r.push([s]),i+=o;continue}let c=t.slice(i+o,i+o+f);if(i+=f+o,i>t.length)throw dc("Invalid address Uint8Array: "+Z(t,"base16"));e.push([s,c]);let u=Zs(s,c);if(r.push([s,u]),a.path===!0){n=u;break}}return{bytes:Uint8Array.from(t),string:pc(r),tuples:e,stringTuples:r,path:n}}function pc(t){let e=[];return t.map(r=>{let n=X(r[0]);return e.push(n.name),r.length>1&&r[1]!=null&&e.push(r[1]),null}),Js(e.join("/"))}function to(t){return yt(t.map(e=>{let r=X(e[0]),n=Uint8Array.from(Ir.default.encode(r.code));return e.length>1&&e[1]!=null&&(n=yt([n,e[1]])),n}))}function jd(t,e){return t.size>0?t.size/8:t.size===0?0:Ir.default.decode(e)+(Ir.default.decode.bytes??0)}function Js(t){return"/"+t.trim().split("/").filter(e=>e).join("/")}function dc(t){return new Error("Error parsing address: "+t)}var ty=Symbol.for("nodejs.util.inspect.custom"),ey=[X("dns").code,X("dns4").code,X("dns6").code,X("dnsaddr").code],ry=new Map,yc=Symbol.for("@multiformats/js-multiaddr/multiaddr");function ny(t){return!!t?.[yc]}var ro=class t{bytes;#e;#t;#r;#n;[yc]=!0;constructor(e){e==null&&(e="");let r;if(e instanceof Uint8Array)r=js(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);r=lc(e)}else if(ny(e))r=js(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,s="",o=X("tcp"),a=X("udp"),f=X("ip4"),c=X("ip6"),u=X("dns6"),h=X("ip6zone");for(let[d,p]of this.stringTuples())d===h.code&&(s=`%${p??""}`),ey.includes(d)&&(r=o.name,i=443,n=`${p??""}${s}`,e=d===u.code?6:4),(d===o.code||d===a.code)&&(r=X(d).name,i=parseInt(p??"")),(d===f.code||d===c.code)&&(r=X(d).name,n=`${p??""}${s}`,e=d===c.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({},X(e)))}protoCodes(){return this.#t.map(([e])=>e)}protoNames(){return this.#t.map(([e])=>X(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(to(r.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===Cr.p2p.code&&e.push([n,i]),n===Cr["p2p-circuit"].code&&(e=[])});let r=e.pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?Z(lt.decode(`z${n}`),"base58btc"):Z(qt.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(e){return pt(this.bytes,e.bytes)}async resolve(e){let r=this.protos().find(s=>s.resolvable);if(r==null)return[this];let n=ry.get(r.name);if(n==null)throw new O(`no available resolver for ${r.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await n(this,e)).map(s=>new t(s))}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)}[ty](){return`Multiaddr(${this.#e})`}};function eo(t){return new ro(t)}var gc="libp2p-peer-record",mc=Uint8Array.from([3,1]);var on;(function(t){let e;(function(n){let i;n.codec=()=>(i==null&&(i=me((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=>ge(s,n.codec()),n.decode=s=>ye(s,n.codec())})(e=t.AddressInfo||(t.AddressInfo={}));let r;t.codec=()=>(r==null&&(r=me((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),t.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(t.AddressInfo.codec().decode(n,n.uint32()));break;default:n.skipType(a&7);break}}return s})),r),t.encode=n=>ge(n,t.codec()),t.decode=n=>ye(n,t.codec())})(on||(on={}));var ri=class t{static createFromProtobuf=e=>{let r=on.decode(e),n=Fs(r.peerId),i=(r.addresses??[]).map(o=>eo(o.multiaddr)),s=r.seq;return new t({peerId:n,multiaddrs:i,seqNumber:s})};static DOMAIN=gc;static CODEC=mc;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=on.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||!Hf(this.multiaddrs,e.multiaddrs))}};return Sc(iy);})();
|
|
12
|
+
`,r};ia.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:Rn.util.decode64(o[3])};if(e.push(a),!!o[2]){for(var f=o[2].split(i),c=0;o&&c<f.length;){for(var u=f[c].replace(/\s+$/,""),l=c+1;l<f.length;++l){var h=f[l];if(!/\s/.test(h[0]))break;u+=h,c=l}if(o=u.match(n),o){for(var y={name:o[1],values:[]},d=o[2].split(","),p=0;p<d.length;++p)y.values.push(Cu(d[p]));if(a.procType)if(!a.contentDomain&&y.name==="Content-Domain")a.contentDomain=d[0]||"";else if(!a.dekInfo&&y.name==="DEK-Info"){if(y.values.length===0)throw new Error('Invalid PEM formatted message. The "DEK-Info" header must have at least one subfield.');a.dekInfo={algorithm:d[0],parameters:d[1]||null}}else a.headers.push(y);else{if(y.name!=="Proc-Type")throw new Error('Invalid PEM formatted message. The first encapsulated header must be "Proc-Type".');if(y.values.length!==2)throw new Error('Invalid PEM formatted message. The "Proc-Type" header must have two subfields.');a.procType={version:d[0],type:d[1]}}}++c}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 Ln(t){for(var e=t.name+": ",r=[],n=function(f,c){return" "+c},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 Cu(t){return t.replace(/^\s+/,"")}});var ha=W((Hy,la)=>{var ue=ct();ir();At();var fa=la.exports=ue.sha256=ue.sha256||{};ue.md.sha256=ue.md.algorithms.sha256=fa;fa.create=function(){ca||Iu();var t=null,e=ue.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=ue.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=ue.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),aa(t,r,e),(e.read>2048||e.length()===0)&&e.compact(),n},n.digest=function(){var i=ue.util.createBuffer();i.putBytes(e.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=o&n.blockLength-1;i.putBytes(ki.substr(0,n.blockLength-s));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 l={h0:t.h0,h1:t.h1,h2:t.h2,h3:t.h3,h4:t.h4,h5:t.h5,h6:t.h6,h7:t.h7};aa(l,r,i);var h=ue.util.createBuffer();return h.putInt32(l.h0),h.putInt32(l.h1),h.putInt32(l.h2),h.putInt32(l.h3),h.putInt32(l.h4),h.putInt32(l.h5),h.putInt32(l.h6),h.putInt32(l.h7),h},n};var ki=null,ca=!1,ua=null;function Iu(){ki=String.fromCharCode(128),ki+=ue.util.fillString(String.fromCharCode(0),64),ua=[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],ca=!0}function aa(t,e,r){for(var n,i,o,s,a,f,c,u,l,h,y,d,p,g,m,w=r.length();w>=64;){for(c=0;c<16;++c)e[c]=r.getInt32();for(;c<64;++c)n=e[c-2],n=(n>>>17|n<<15)^(n>>>19|n<<13)^n>>>10,i=e[c-15],i=(i>>>7|i<<25)^(i>>>18|i<<14)^i>>>3,e[c]=n+e[c-7]+i+e[c-16]|0;for(u=t.h0,l=t.h1,h=t.h2,y=t.h3,d=t.h4,p=t.h5,g=t.h6,m=t.h7,c=0;c<64;++c)s=(d>>>6|d<<26)^(d>>>11|d<<21)^(d>>>25|d<<7),a=g^d&(p^g),o=(u>>>2|u<<30)^(u>>>13|u<<19)^(u>>>22|u<<10),f=u&l|h&(u^l),n=m+s+a+ua[c]+e[c],i=o+f,m=g,g=p,p=d,d=y+n>>>0,y=h,h=l,l=u,u=n+i>>>0;t.h0=t.h0+u|0,t.h1=t.h1+l|0,t.h2=t.h2+h|0,t.h3=t.h3+y|0,t.h4=t.h4+d|0,t.h5=t.h5+p|0,t.h6=t.h6+g|0,t.h7=t.h7+m|0,w-=64}}});var pa=W((zy,da)=>{var le=ct();At();var Nn=null;le.util.isNodejs&&!le.options.usePureJavaScript&&!process.versions["node-webkit"]&&(Nn=_n());var Tu=da.exports=le.prng=le.prng||{};Tu.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(c,u){if(!u)return e.generateSync(c);var l=e.plugin.cipher,h=e.plugin.increment,y=e.plugin.formatKey,d=e.plugin.formatSeed,p=le.util.createBuffer();e.key=null,g();function g(m){if(m)return u(m);if(p.length()>=c)return u(null,p.getBytes(c));if(e.generated>1048575&&(e.key=null),e.key===null)return le.util.nextTick(function(){o(g)});var w=l(e.key,e.seed);e.generated+=w.length,p.putBytes(w),e.key=y(l(e.key,h(e.seed))),e.seed=d(l(e.key,e.seed)),le.util.setImmediate(g)}},e.generateSync=function(c){var u=e.plugin.cipher,l=e.plugin.increment,h=e.plugin.formatKey,y=e.plugin.formatSeed;e.key=null;for(var d=le.util.createBuffer();d.length()<c;){e.generated>1048575&&(e.key=null),e.key===null&&s();var p=u(e.key,e.seed);e.generated+=p.length,d.putBytes(p),e.key=h(u(e.key,l(e.seed))),e.seed=y(u(e.key,e.seed))}return d.getBytes(c)};function o(c){if(e.pools[0].messageLength>=32)return a(),c();var u=32-e.pools[0].messageLength<<5;e.seedFile(u,function(l,h){if(l)return c(l);e.collect(h),a(),c()})}function s(){if(e.pools[0].messageLength>=32)return a();var c=32-e.pools[0].messageLength<<5;e.collect(e.seedFileSync(c)),a()}function a(){e.reseeds=e.reseeds===4294967295?0:e.reseeds+1;var c=e.plugin.md.create();c.update(e.keyBytes);for(var u=1,l=0;l<32;++l)e.reseeds%u===0&&(c.update(e.pools[l].digest().getBytes()),e.pools[l].start()),u=u<<1;e.keyBytes=c.digest().getBytes(),c.start(),c.update(e.keyBytes);var h=c.digest().getBytes();e.key=e.plugin.formatKey(e.keyBytes),e.seed=e.plugin.formatSeed(h),e.generated=0}function f(c){var u=null,l=le.util.globalScope,h=l.crypto||l.msCrypto;h&&h.getRandomValues&&(u=function(E){return h.getRandomValues(E)});var y=le.util.createBuffer();if(u)for(;y.length()<c;){var d=Math.max(1,Math.min(c-y.length(),65536)/4),p=new Uint32Array(Math.floor(d));try{u(p);for(var g=0;g<p.length;++g)y.putInt32(p[g])}catch(E){if(!(typeof QuotaExceededError<"u"&&E instanceof QuotaExceededError))throw E}}if(y.length()<c)for(var m,w,b,L=Math.floor(Math.random()*65536);y.length()<c;){w=16807*(L&65535),m=16807*(L>>16),w+=(m&32767)<<16,w+=m>>15,w=(w&2147483647)+(w>>31),L=w&4294967295;for(var g=0;g<3;++g)b=L>>>(g<<3),b^=Math.floor(Math.random()*256),y.putByte(b&255)}return y.getBytes(c)}return Nn?(e.seedFile=function(c,u){Nn.randomBytes(c,function(l,h){if(l)return u(l);u(null,h.toString())})},e.seedFileSync=function(c){return Nn.randomBytes(c).toString()}):(e.seedFile=function(c,u){try{u(null,f(c))}catch(l){u(l)}},e.seedFileSync=f),e.collect=function(c){for(var u=c.length,l=0;l<u;++l)e.pools[e.pool].update(c.substr(l,1)),e.pool=e.pool===31?0:e.pool+1},e.collectInt=function(c,u){for(var l="",h=0;h<u;h+=8)l+=String.fromCharCode(c>>h&255);e.collect(l)},e.registerWorker=function(c){if(c===self)e.seedFile=function(l,h){function y(d){var p=d.data;p.forge&&p.forge.prng&&(self.removeEventListener("message",y),h(p.forge.prng.err,p.forge.prng.bytes))}self.addEventListener("message",y),self.postMessage({forge:{prng:{needed:l}}})};else{var u=function(l){var h=l.data;h.forge&&h.forge.prng&&e.seedFile(h.forge.prng.needed,function(y,d){c.postMessage({forge:{prng:{err:y,bytes:d}}})})};c.addEventListener("message",u)}},e}});var Xr=W((Gy,Pi)=>{var kt=ct();Di();ha();pa();At();(function(){if(kt.random&&kt.random.getBytes){Pi.exports=kt.random;return}(function(t){var e={},r=new Array(4),n=kt.util.createBuffer();e.formatKey=function(l){var h=kt.util.createBuffer(l);return l=new Array(4),l[0]=h.getInt32(),l[1]=h.getInt32(),l[2]=h.getInt32(),l[3]=h.getInt32(),kt.aes._expandKey(l,!1)},e.formatSeed=function(l){var h=kt.util.createBuffer(l);return l=new Array(4),l[0]=h.getInt32(),l[1]=h.getInt32(),l[2]=h.getInt32(),l[3]=h.getInt32(),l},e.cipher=function(l,h){return kt.aes._updateBlock(l,h,r,!1),n.putInt32(r[0]),n.putInt32(r[1]),n.putInt32(r[2]),n.putInt32(r[3]),n.getBytes()},e.increment=function(l){return++l[3],l},e.md=kt.md.sha256;function i(){var l=kt.prng.create(e);return l.getBytes=function(h,y){return l.generate(h,y)},l.getBytesSync=function(h){return l.generate(h)},l}var o=i(),s=null,a=kt.util.globalScope,f=a.crypto||a.msCrypto;if(f&&f.getRandomValues&&(s=function(l){return f.getRandomValues(l)}),kt.options.usePureJavaScript||!kt.util.isNodejs&&!s){if(typeof window>"u"||window.document,o.collectInt(+new Date,32),typeof navigator<"u"){var c="";for(var u in navigator)try{typeof navigator[u]=="string"&&(c+=navigator[u])}catch{}o.collect(c),c=null}t&&(t().mousemove(function(l){o.collectInt(l.clientX,16),o.collectInt(l.clientY,16)}),t().keypress(function(l){o.collectInt(l.charCode,8)}))}if(!kt.random)kt.random=o;else for(var u in o)kt.random[u]=o[u];kt.random.createInstance=i,Pi.exports=kt.random})(typeof jQuery<"u"?jQuery:null)})()});var ma=W((Wy,xa)=>{var zt=ct();At();var Ui=[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],ya=[1,2,3,5],_u=function(t,e){return t<<e&65535|(t&65535)>>16-e},Lu=function(t,e){return(t&65535)>>e|t<<16-e&65535};xa.exports=zt.rc2=zt.rc2||{};zt.rc2.expandKey=function(t,e){typeof t=="string"&&(t=zt.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(Ui[r.at(a-1)+r.at(a-n)&255]);for(r.setAt(128-o,Ui[r.at(128-o)&s]),a=127-o;a>=0;a--)r.setAt(a,Ui[r.at(a+1)^r.at(a+o)]);return r};var ga=function(t,e,r){var n=!1,i=null,o=null,s=null,a,f,c,u,l=[];for(t=zt.rc2.expandKey(t,e),c=0;c<64;c++)l.push(t.getInt16Le());r?(a=function(d){for(c=0;c<4;c++)d[c]+=l[u]+(d[(c+3)%4]&d[(c+2)%4])+(~d[(c+3)%4]&d[(c+1)%4]),d[c]=_u(d[c],ya[c]),u++},f=function(d){for(c=0;c<4;c++)d[c]+=l[d[(c+3)%4]&63]}):(a=function(d){for(c=3;c>=0;c--)d[c]=Lu(d[c],ya[c]),d[c]-=l[u]+(d[(c+3)%4]&d[(c+2)%4])+(~d[(c+3)%4]&d[(c+1)%4]),u--},f=function(d){for(c=3;c>=0;c--)d[c]-=l[d[(c+3)%4]&63]});var h=function(d){var p=[];for(c=0;c<4;c++){var g=i.getInt16Le();s!==null&&(r?g^=s.getInt16Le():s.putInt16Le(g)),p.push(g&65535)}u=r?0:63;for(var m=0;m<d.length;m++)for(var w=0;w<d[m][0];w++)d[m][1](p);for(c=0;c<4;c++)s!==null&&(r?s.putInt16Le(p[c]):p[c]^=s.getInt16Le()),o.putInt16Le(p[c])},y=null;return y={start:function(d,p){d&&typeof d=="string"&&(d=zt.util.createBuffer(d)),n=!1,i=zt.util.createBuffer(),o=p||new zt.util.createBuffer,s=d,y.output=o},update:function(d){for(n||i.putBuffer(d);i.length()>=8;)h([[5,a],[1,f],[6,a],[1,f],[5,a]])},finish:function(d){var p=!0;if(r)if(d)p=d(8,i,!r);else{var g=i.length()===8?8:8-i.length();i.fillWithByte(g,g)}if(p&&(n=!0,y.update()),!r&&(p=i.length()===0,p))if(d)p=d(8,o,!r);else{var m=o.length(),w=o.at(m-1);w>m?p=!1:o.truncate(w)}return p}},y};zt.rc2.startEncrypting=function(t,e,r){var n=zt.rc2.createEncryptionCipher(t,128);return n.start(e,r),n};zt.rc2.createEncryptionCipher=function(t,e){return ga(t,e,!0)};zt.rc2.startDecrypting=function(t,e,r){var n=zt.rc2.createDecryptionCipher(t,128);return n.start(e,r),n};zt.rc2.createDecryptionCipher=function(t,e){return ga(t,e,!1)}});var Pn=W(($y,Ca)=>{var Ki=ct();Ca.exports=Ki.jsbn=Ki.jsbn||{};var Ce,Ru=0xdeadbeefcafe,va=(Ru&16777215)==15715070;function C(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))}Ki.jsbn.BigInteger=C;function rt(){return new C(null)}function Nu(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 Du(t,e,r,n,i,o){for(var s=e&32767,a=e>>15;--o>=0;){var f=this.data[t]&32767,c=this.data[t++]>>15,u=a*f+c*s;f=s*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 ba(t,e,r,n,i,o){for(var s=e&16383,a=e>>14;--o>=0;){var f=this.data[t]&16383,c=this.data[t++]>>14,u=a*f+c*s;f=s*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"?(C.prototype.am=ba,Ce=28):va&&navigator.appName=="Microsoft Internet Explorer"?(C.prototype.am=Du,Ce=30):va&&navigator.appName!="Netscape"?(C.prototype.am=Nu,Ce=26):(C.prototype.am=ba,Ce=28);C.prototype.DB=Ce;C.prototype.DM=(1<<Ce)-1;C.prototype.DV=1<<Ce;var Oi=52;C.prototype.FV=Math.pow(2,Oi);C.prototype.F1=Oi-Ce;C.prototype.F2=2*Ce-Oi;var ku="0123456789abcdefghijklmnopqrstuvwxyz",Dn=new Array,Sr,Yt;Sr="0".charCodeAt(0);for(Yt=0;Yt<=9;++Yt)Dn[Sr++]=Yt;Sr="a".charCodeAt(0);for(Yt=10;Yt<36;++Yt)Dn[Sr++]=Yt;Sr="A".charCodeAt(0);for(Yt=10;Yt<36;++Yt)Dn[Sr++]=Yt;function wa(t){return ku.charAt(t)}function Ea(t,e){var r=Dn[t.charCodeAt(e)];return r??-1}function Pu(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 Uu(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 He(t){var e=rt();return e.fromInt(t),e}function Ku(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:Ea(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&&C.ZERO.subTo(this,this)}function Ou(){for(var t=this.s&this.DM;this.t>0&&this.data[this.t-1]==t;)--this.t}function Mu(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=wa(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+=wa(n));return i?o:"0"}function qu(){var t=rt();return C.ZERO.subTo(this,t),t}function Vu(){return this.s<0?this.negate():this}function Fu(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 Hu(){return this.t<=0?0:this.DB*(this.t-1)+kn(this.data[this.t-1]^this.s&this.DM)}function zu(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 Gu(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 Wu(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 $u(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 Yu(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 Zu(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&&C.ZERO.subTo(e,e)}function Qu(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 Xu(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=rt());var o=rt(),s=this.s,a=t.s,f=this.DB-kn(n.data[n.t-1]);f>0?(n.lShiftTo(f,o),i.lShiftTo(f,r)):(n.copyTo(o),i.copyTo(r));var c=o.t,u=o.data[c-1];if(u!=0){var l=u*(1<<this.F1)+(c>1?o.data[c-2]>>this.F2:0),h=this.FV/l,y=(1<<this.F1)/l,d=1<<this.F2,p=r.t,g=p-c,m=e??rt();for(o.dlShiftTo(g,m),r.compareTo(m)>=0&&(r.data[r.t++]=1,r.subTo(m,r)),C.ONE.dlShiftTo(c,m),m.subTo(o,o);o.t<c;)o.data[o.t++]=0;for(;--g>=0;){var w=r.data[--p]==u?this.DM:Math.floor(r.data[p]*h+(r.data[p-1]+d)*y);if((r.data[p]+=o.am(0,w,r,g,0,c))<w)for(o.dlShiftTo(g,m),r.subTo(m,r);r.data[p]<--w;)r.subTo(m,r)}e!=null&&(r.drShiftTo(c,e),s!=a&&C.ZERO.subTo(e,e)),r.t=c,r.clamp(),f>0&&r.rShiftTo(f,r),s<0&&C.ZERO.subTo(r,r)}}}function Ju(t){var e=rt();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(C.ZERO)>0&&t.subTo(e,e),e}function or(t){this.m=t}function ju(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t}function tl(t){return t}function el(t){t.divRemTo(this.m,null,t)}function rl(t,e,r){t.multiplyTo(e,r),this.reduce(r)}function nl(t,e){t.squareTo(e),this.reduce(e)}or.prototype.convert=ju;or.prototype.revert=tl;or.prototype.reduce=el;or.prototype.mulTo=rl;or.prototype.sqrTo=nl;function il(){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 sr(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 ol(t){var e=rt();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(C.ZERO)>0&&this.m.subTo(e,e),e}function sl(t){var e=rt();return t.copyTo(e),this.reduce(e),e}function al(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 fl(t,e){t.squareTo(e),this.reduce(e)}function cl(t,e,r){t.multiplyTo(e,r),this.reduce(r)}sr.prototype.convert=ol;sr.prototype.revert=sl;sr.prototype.reduce=al;sr.prototype.mulTo=cl;sr.prototype.sqrTo=fl;function ul(){return(this.t>0?this.data[0]&1:this.s)==0}function ll(t,e){if(t>4294967295||t<1)return C.ONE;var r=rt(),n=rt(),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 hl(t,e){var r;return t<256||e.isEven()?r=new or(e):r=new sr(e),this.exp(t,r)}C.prototype.copyTo=Pu;C.prototype.fromInt=Uu;C.prototype.fromString=Ku;C.prototype.clamp=Ou;C.prototype.dlShiftTo=zu;C.prototype.drShiftTo=Gu;C.prototype.lShiftTo=Wu;C.prototype.rShiftTo=$u;C.prototype.subTo=Yu;C.prototype.multiplyTo=Zu;C.prototype.squareTo=Qu;C.prototype.divRemTo=Xu;C.prototype.invDigit=il;C.prototype.isEven=ul;C.prototype.exp=ll;C.prototype.toString=Mu;C.prototype.negate=qu;C.prototype.abs=Vu;C.prototype.compareTo=Fu;C.prototype.bitLength=Hu;C.prototype.mod=Ju;C.prototype.modPowInt=hl;C.ZERO=He(0);C.ONE=He(1);function dl(){var t=rt();return this.copyTo(t),t}function pl(){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 yl(){return this.t==0?this.s:this.data[0]<<24>>24}function gl(){return this.t==0?this.s:this.data[0]<<16>>16}function xl(t){return Math.floor(Math.LN2*this.DB/Math.log(t))}function ml(){return this.s<0?-1:this.t<=0||this.t==1&&this.data[0]<=0?0:1}function vl(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=He(r),i=rt(),o=rt(),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 bl(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 f=Ea(t,a);if(f<0){t.charAt(a)=="-"&&this.signum()==0&&(i=!0);continue}s=e*s+f,++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&&C.ZERO.subTo(this,this)}function wl(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(C.ONE.shiftLeft(t-1),Mi,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(e);)this.dAddOffset(2,0),this.bitLength()>t&&this.subTo(C.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 El(){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 Bl(t){return this.compareTo(t)==0}function Sl(t){return this.compareTo(t)<0?this:t}function Al(t){return this.compareTo(t)>0?this:t}function Cl(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 Il(t,e){return t&e}function Tl(t){var e=rt();return this.bitwiseTo(t,Il,e),e}function Mi(t,e){return t|e}function _l(t){var e=rt();return this.bitwiseTo(t,Mi,e),e}function Ba(t,e){return t^e}function Ll(t){var e=rt();return this.bitwiseTo(t,Ba,e),e}function Sa(t,e){return t&~e}function Rl(t){var e=rt();return this.bitwiseTo(t,Sa,e),e}function Nl(){for(var t=rt(),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 Dl(t){var e=rt();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e}function kl(t){var e=rt();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e}function Pl(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 Ul(){for(var t=0;t<this.t;++t)if(this.data[t]!=0)return t*this.DB+Pl(this.data[t]);return this.s<0?this.t*this.DB:-1}function Kl(t){for(var e=0;t!=0;)t&=t-1,++e;return e}function Ol(){for(var t=0,e=this.s&this.DM,r=0;r<this.t;++r)t+=Kl(this.data[r]^e);return t}function Ml(t){var e=Math.floor(t/this.DB);return e>=this.t?this.s!=0:(this.data[e]&1<<t%this.DB)!=0}function ql(t,e){var r=C.ONE.shiftLeft(t);return this.bitwiseTo(r,e,r),r}function Vl(t){return this.changeBit(t,Mi)}function Fl(t){return this.changeBit(t,Sa)}function Hl(t){return this.changeBit(t,Ba)}function zl(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 Gl(t){var e=rt();return this.addTo(t,e),e}function Wl(t){var e=rt();return this.subTo(t,e),e}function $l(t){var e=rt();return this.multiplyTo(t,e),e}function Yl(t){var e=rt();return this.divRemTo(t,e,null),e}function Zl(t){var e=rt();return this.divRemTo(t,null,e),e}function Ql(t){var e=rt(),r=rt();return this.divRemTo(t,e,r),new Array(e,r)}function Xl(t){this.data[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()}function Jl(t,e){if(t!=0){for(;this.t<=e;)this.data[this.t++]=0;for(this.data[e]+=t;this.data[e]>=this.DV;)this.data[e]-=this.DV,++e>=this.t&&(this.data[this.t++]=0),++this.data[e]}}function Jr(){}function Aa(t){return t}function jl(t,e,r){t.multiplyTo(e,r)}function th(t,e){t.squareTo(e)}Jr.prototype.convert=Aa;Jr.prototype.revert=Aa;Jr.prototype.mulTo=jl;Jr.prototype.sqrTo=th;function eh(t){return this.exp(t,new Jr)}function rh(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 nh(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 Ar(t){this.r2=rt(),this.q3=rt(),C.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t),this.m=t}function ih(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=rt();return t.copyTo(e),this.reduce(e),e}function oh(t){return t}function sh(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 ah(t,e){t.squareTo(e),this.reduce(e)}function fh(t,e,r){t.multiplyTo(e,r),this.reduce(r)}Ar.prototype.convert=ih;Ar.prototype.revert=oh;Ar.prototype.reduce=sh;Ar.prototype.mulTo=fh;Ar.prototype.sqrTo=ah;function ch(t,e){var r=t.bitLength(),n,i=He(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 or(e):e.isEven()?o=new Ar(e):o=new sr(e);var s=new Array,a=3,f=n-1,c=(1<<n)-1;if(s[1]=o.convert(this),n>1){var u=rt();for(o.sqrTo(s[1],u);a<=c;)s[a]=rt(),o.mulTo(u,s[a-2],s[a]),a+=2}var l=t.t-1,h,y=!0,d=rt(),p;for(r=kn(t.data[l])-1;l>=0;){for(r>=f?h=t.data[l]>>r-f&c:(h=(t.data[l]&(1<<r+1)-1)<<f-r,l>0&&(h|=t.data[l-1]>>this.DB+r-f)),a=n;!(h&1);)h>>=1,--a;if((r-=a)<0&&(r+=this.DB,--l),y)s[h].copyTo(i),y=!1;else{for(;a>1;)o.sqrTo(i,d),o.sqrTo(d,i),a-=2;a>0?o.sqrTo(i,d):(p=i,i=d,d=p),o.mulTo(d,s[h],i)}for(;l>=0&&!(t.data[l]&1<<r);)o.sqrTo(i,d),p=i,i=d,d=p,--r<0&&(r=this.DB-1,--l)}return o.revert(i)}function uh(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 lh(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 hh(t){var e=t.isEven();if(this.isEven()&&e||t.signum()==0)return C.ZERO;for(var r=t.clone(),n=this.clone(),i=He(1),o=He(0),s=He(0),a=He(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(C.ONE)!=0)return C.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 te=[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],dh=(1<<26)/te[te.length-1];function ph(t){var e,r=this.abs();if(r.t==1&&r.data[0]<=te[te.length-1]){for(e=0;e<te.length;++e)if(r.data[0]==te[e])return!0;return!1}if(r.isEven())return!1;for(e=1;e<te.length;){for(var n=te[e],i=e+1;i<te.length&&n<dh;)n*=te[i++];for(n=r.modInt(n);e<i;)if(n%te[e++]==0)return!1}return r.millerRabin(t)}function yh(t){var e=this.subtract(C.ONE),r=e.getLowestSetBit();if(r<=0)return!1;for(var n=e.shiftRight(r),i=gh(),o,s=0;s<t;++s){do o=new C(this.bitLength(),i);while(o.compareTo(C.ONE)<=0||o.compareTo(e)>=0);var a=o.modPow(n,this);if(a.compareTo(C.ONE)!=0&&a.compareTo(e)!=0){for(var f=1;f++<r&&a.compareTo(e)!=0;)if(a=a.modPowInt(2,this),a.compareTo(C.ONE)==0)return!1;if(a.compareTo(e)!=0)return!1}}return!0}function gh(){return{nextBytes:function(t){for(var e=0;e<t.length;++e)t[e]=Math.floor(Math.random()*256)}}}C.prototype.chunkSize=xl;C.prototype.toRadix=vl;C.prototype.fromRadix=bl;C.prototype.fromNumber=wl;C.prototype.bitwiseTo=Cl;C.prototype.changeBit=ql;C.prototype.addTo=zl;C.prototype.dMultiply=Xl;C.prototype.dAddOffset=Jl;C.prototype.multiplyLowerTo=rh;C.prototype.multiplyUpperTo=nh;C.prototype.modInt=lh;C.prototype.millerRabin=yh;C.prototype.clone=dl;C.prototype.intValue=pl;C.prototype.byteValue=yl;C.prototype.shortValue=gl;C.prototype.signum=ml;C.prototype.toByteArray=El;C.prototype.equals=Bl;C.prototype.min=Sl;C.prototype.max=Al;C.prototype.and=Tl;C.prototype.or=_l;C.prototype.xor=Ll;C.prototype.andNot=Rl;C.prototype.not=Nl;C.prototype.shiftLeft=Dl;C.prototype.shiftRight=kl;C.prototype.getLowestSetBit=Ul;C.prototype.bitCount=Ol;C.prototype.testBit=Ml;C.prototype.setBit=Vl;C.prototype.clearBit=Fl;C.prototype.flipBit=Hl;C.prototype.add=Gl;C.prototype.subtract=Wl;C.prototype.multiply=$l;C.prototype.divide=Yl;C.prototype.remainder=Zl;C.prototype.divideAndRemainder=Ql;C.prototype.modPow=ch;C.prototype.modInverse=hh;C.prototype.pow=eh;C.prototype.gcd=uh;C.prototype.isProbablePrime=ph});var Ra=W((Yy,La)=>{var he=ct();ir();At();var Ta=La.exports=he.sha1=he.sha1||{};he.md.sha1=he.md.algorithms.sha1=Ta;Ta.create=function(){_a||xh();var t=null,e=he.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=he.util.createBuffer(),t={h0:1732584193,h1:4023233417,h2:2562383102,h3:271733878,h4:3285377520},n},n.start(),n.update=function(i,o){o==="utf8"&&(i=he.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),Ia(t,r,e),(e.read>2048||e.length()===0)&&e.compact(),n},n.digest=function(){var i=he.util.createBuffer();i.putBytes(e.bytes());var o=n.fullMessageLength[n.fullMessageLength.length-1]+n.messageLengthSize,s=o&n.blockLength-1;i.putBytes(qi.substr(0,n.blockLength-s));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 l={h0:t.h0,h1:t.h1,h2:t.h2,h3:t.h3,h4:t.h4};Ia(l,r,i);var h=he.util.createBuffer();return h.putInt32(l.h0),h.putInt32(l.h1),h.putInt32(l.h2),h.putInt32(l.h3),h.putInt32(l.h4),h},n};var qi=null,_a=!1;function xh(){qi=String.fromCharCode(128),qi+=he.util.fillString(String.fromCharCode(0),64),_a=!0}function Ia(t,e,r){for(var n,i,o,s,a,f,c,u,l=r.length();l>=64;){for(i=t.h0,o=t.h1,s=t.h2,a=t.h3,f=t.h4,u=0;u<16;++u)n=r.getInt32(),e[u]=n,c=a^o&(s^a),n=(i<<5|i>>>27)+c+f+1518500249+n,f=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,c=a^o&(s^a),n=(i<<5|i>>>27)+c+f+1518500249+n,f=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,c=o^s^a,n=(i<<5|i>>>27)+c+f+1859775393+n,f=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,c=o^s^a,n=(i<<5|i>>>27)+c+f+1859775393+n,f=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,c=o&s|a&(o^s),n=(i<<5|i>>>27)+c+f+2400959708+n,f=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,c=o^s^a,n=(i<<5|i>>>27)+c+f+3395469782+n,f=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+f|0,l-=64}}});var ka=W((Zy,Da)=>{var de=ct();At();Xr();Ra();var Na=Da.exports=de.pkcs1=de.pkcs1||{};Na.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=de.md.sha1.create(),s||(s=o);var a=Math.ceil(t.n.bitLength()/8),f=a-2*o.digestLength-2;if(e.length>f){var c=new Error("RSAES-OAEP input message length is too long.");throw c.length=e.length,c.maxLength=f,c}n||(n=""),o.update(n,"raw");for(var u=o.digest(),l="",h=f-e.length,y=0;y<h;y++)l+="\0";var d=u.getBytes()+l+""+e;if(!i)i=de.random.getBytes(o.digestLength);else if(i.length!==o.digestLength){var c=new Error("Invalid RSAES-OAEP seed. The seed length must match the digest length.");throw c.seedLength=i.length,c.digestLength=o.digestLength,c}var p=Un(i,a-o.digestLength-1,s),g=de.util.xorBytes(d,p,d.length),m=Un(g,o.digestLength,s),w=de.util.xorBytes(i,m,i.length);return"\0"+w+g};Na.decode_rsa_oaep=function(t,e,r){var n,i,o;typeof r=="string"?(n=r,i=arguments[3]||void 0):r&&(n=r.label||void 0,i=r.md||void 0,r.mgf1&&r.mgf1.md&&(o=r.mgf1.md));var s=Math.ceil(t.n.bitLength()/8);if(e.length!==s){var g=new Error("RSAES-OAEP encoded message length is invalid.");throw g.length=e.length,g.expectedLength=s,g}if(i===void 0?i=de.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(),f=e.charAt(0),c=e.substring(1,i.digestLength+1),u=e.substring(1+i.digestLength),l=Un(u,i.digestLength,o),h=de.util.xorBytes(c,l,c.length),y=Un(h,s-i.digestLength-1,o),d=de.util.xorBytes(u,y,u.length),p=d.substring(0,i.digestLength),g=f!=="\0",m=0;m<i.digestLength;++m)g|=a.charAt(m)!==p.charAt(m);for(var w=1,b=i.digestLength,L=i.digestLength;L<d.length;L++){var E=d.charCodeAt(L),B=E&1^1,R=w?65534:0;g|=E&R,w=w&B,b+=w}if(g||d.charCodeAt(b)!==1)throw new Error("Invalid RSAES-OAEP padding.");return d.substring(b+1)};function Un(t,e,r){r||(r=de.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 Pa=W((Qy,Vi)=>{var ze=ct();At();Pn();Xr();(function(){if(ze.prime){Vi.exports=ze.prime;return}var t=Vi.exports=ze.prime=ze.prime||{},e=ze.jsbn.BigInteger,r=[6,4,2,4,2,4,6,2],n=new e(null);n.fromInt(30);var i=function(l,h){return l|h};t.generateProbablePrime=function(l,h,y){typeof h=="function"&&(y=h,h={}),h=h||{};var d=h.algorithm||"PRIMEINC";typeof d=="string"&&(d={name:d}),d.options=d.options||{};var p=h.prng||ze.random,g={nextBytes:function(m){for(var w=p.getBytesSync(m.length),b=0;b<m.length;++b)m[b]=w.charCodeAt(b)}};if(d.name==="PRIMEINC")return o(l,g,d.options,y);throw new Error("Invalid prime generation algorithm: "+d.name)};function o(l,h,y,d){return"workers"in y?f(l,h,y,d):s(l,h,y,d)}function s(l,h,y,d){var p=c(l,h),g=0,m=u(p.bitLength());"millerRabinTests"in y&&(m=y.millerRabinTests);var w=10;"maxBlockTime"in y&&(w=y.maxBlockTime),a(p,l,h,g,m,w,d)}function a(l,h,y,d,p,g,m){var w=+new Date;do{if(l.bitLength()>h&&(l=c(h,y)),l.isProbablePrime(p))return m(null,l);l.dAddOffset(r[d++%8],0)}while(g<0||+new Date-w<g);ze.util.setImmediate(function(){a(l,h,y,d,p,g,m)})}function f(l,h,y,d){if(typeof Worker>"u")return s(l,h,y,d);var p=c(l,h),g=y.workers,m=y.workLoad||100,w=m*30/8,b=y.workerScript||"forge/prime.worker.js";if(g===-1)return ze.util.estimateCores(function(E,B){E&&(B=2),g=B-1,L()});L();function L(){g=Math.max(1,g);for(var E=[],B=0;B<g;++B)E[B]=new Worker(b);for(var R=g,B=0;B<g;++B)E[B].addEventListener("message",z);var N=!1;function z(H){if(!N){--R;var V=H.data;if(V.found){for(var J=0;J<E.length;++J)E[J].terminate();return N=!0,d(null,new e(V.prime,16))}p.bitLength()>l&&(p=c(l,h));var ft=p.toString(16);H.target.postMessage({hex:ft,workLoad:m}),p.dAddOffset(w,0)}}}}function c(l,h){var y=new e(l,h),d=l-1;return y.testBit(d)||y.bitwiseTo(e.ONE.shiftLeft(d),i,y),y.dAddOffset(31-y.mod(n).byteValue(),0),y}function u(l){return l<=100?27:l<=150?18:l<=200?15:l<=250?12:l<=300?9:l<=350?8:l<=400?7:l<=500?6:l<=600?5:l<=800?4:l<=1250?3:2}})()});var On=W((Xy,Fa)=>{var q=ct();Qr();Pn();En();ka();Pa();Xr();At();typeof et>"u"&&(et=q.jsbn.BigInteger);var et,Fi=q.util.isNodejs?_n():null,v=q.asn1,Zt=q.util;q.pki=q.pki||{};Fa.exports=q.pki.rsa=q.rsa=q.rsa||{};var G=q.pki,mh=[6,4,2,4,2,4,6,2],vh={name:"PrivateKeyInfo",tagClass:v.Class.UNIVERSAL,type:v.Type.SEQUENCE,constructed:!0,value:[{name:"PrivateKeyInfo.version",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"PrivateKeyInfo.privateKeyAlgorithm",tagClass:v.Class.UNIVERSAL,type:v.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:v.Class.UNIVERSAL,type:v.Type.OID,constructed:!1,capture:"privateKeyOid"}]},{name:"PrivateKeyInfo",tagClass:v.Class.UNIVERSAL,type:v.Type.OCTETSTRING,constructed:!1,capture:"privateKey"}]},bh={name:"RSAPrivateKey",tagClass:v.Class.UNIVERSAL,type:v.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPrivateKey.version",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"privateKeyVersion"},{name:"RSAPrivateKey.modulus",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"privateKeyModulus"},{name:"RSAPrivateKey.publicExponent",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"privateKeyPublicExponent"},{name:"RSAPrivateKey.privateExponent",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"privateKeyPrivateExponent"},{name:"RSAPrivateKey.prime1",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"privateKeyPrime1"},{name:"RSAPrivateKey.prime2",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"privateKeyPrime2"},{name:"RSAPrivateKey.exponent1",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"privateKeyExponent1"},{name:"RSAPrivateKey.exponent2",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"privateKeyExponent2"},{name:"RSAPrivateKey.coefficient",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"privateKeyCoefficient"}]},wh={name:"RSAPublicKey",tagClass:v.Class.UNIVERSAL,type:v.Type.SEQUENCE,constructed:!0,value:[{name:"RSAPublicKey.modulus",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"publicKeyModulus"},{name:"RSAPublicKey.exponent",tagClass:v.Class.UNIVERSAL,type:v.Type.INTEGER,constructed:!1,capture:"publicKeyExponent"}]},Eh=q.pki.rsa.publicKeyValidator={name:"SubjectPublicKeyInfo",tagClass:v.Class.UNIVERSAL,type:v.Type.SEQUENCE,constructed:!0,captureAsn1:"subjectPublicKeyInfo",value:[{name:"SubjectPublicKeyInfo.AlgorithmIdentifier",tagClass:v.Class.UNIVERSAL,type:v.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:v.Class.UNIVERSAL,type:v.Type.OID,constructed:!1,capture:"publicKeyOid"}]},{name:"SubjectPublicKeyInfo.subjectPublicKey",tagClass:v.Class.UNIVERSAL,type:v.Type.BITSTRING,constructed:!1,value:[{name:"SubjectPublicKeyInfo.subjectPublicKey.RSAPublicKey",tagClass:v.Class.UNIVERSAL,type:v.Type.SEQUENCE,constructed:!0,optional:!0,captureAsn1:"rsaPublicKey"}]}]},Bh={name:"DigestInfo",tagClass:v.Class.UNIVERSAL,type:v.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm",tagClass:v.Class.UNIVERSAL,type:v.Type.SEQUENCE,constructed:!0,value:[{name:"DigestInfo.DigestAlgorithm.algorithmIdentifier",tagClass:v.Class.UNIVERSAL,type:v.Type.OID,constructed:!1,capture:"algorithmIdentifier"},{name:"DigestInfo.DigestAlgorithm.parameters",tagClass:v.Class.UNIVERSAL,type:v.Type.NULL,capture:"parameters",optional:!0,constructed:!1}]},{name:"DigestInfo.digest",tagClass:v.Class.UNIVERSAL,type:v.Type.OCTETSTRING,constructed:!1,capture:"digest"}]},Sh=function(t){var e;if(t.algorithm in G.oids)e=G.oids[t.algorithm];else{var r=new Error("Unknown message digest algorithm.");throw r.algorithm=t.algorithm,r}var n=v.oidToDer(e).getBytes(),i=v.create(v.Class.UNIVERSAL,v.Type.SEQUENCE,!0,[]),o=v.create(v.Class.UNIVERSAL,v.Type.SEQUENCE,!0,[]);o.value.push(v.create(v.Class.UNIVERSAL,v.Type.OID,!1,n)),o.value.push(v.create(v.Class.UNIVERSAL,v.Type.NULL,!1,""));var s=v.create(v.Class.UNIVERSAL,v.Type.OCTETSTRING,!1,t.digest().getBytes());return i.value.push(o),i.value.push(s),v.toDer(i).getBytes()},qa=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(et.ONE))),e.dQ||(e.dQ=e.d.mod(e.q.subtract(et.ONE))),e.qInv||(e.qInv=e.q.modInverse(e.p));var n;do n=new et(q.util.bytesToHex(q.random.getBytes(e.n.bitLength()/8)),16);while(n.compareTo(e.n)>=0||!n.gcd(e.n).equals(et.ONE));t=t.multiply(n.modPow(e.e,e.n)).mod(e.n);for(var i=t.mod(e.p).modPow(e.dP,e.p),o=t.mod(e.q).modPow(e.dQ,e.q);i.compareTo(o)<0;)i=i.add(e.p);var s=i.subtract(o).multiply(e.qInv).mod(e.p).multiply(e.q).add(o);return s=s.multiply(n.modInverse(e.n)).mod(e.n),s};G.rsa.encrypt=function(t,e,r){var n=r,i,o=Math.ceil(e.n.bitLength()/8);r!==!1&&r!==!0?(n=r===2,i=Va(t,e,r)):(i=q.util.createBuffer(),i.putBytes(t));for(var s=new et(i.toHex(),16),a=qa(s,e,n),f=a.toString(16),c=q.util.createBuffer(),u=o-Math.ceil(f.length/2);u>0;)c.putByte(0),--u;return c.putBytes(q.util.hexToBytes(f)),c.getBytes()};G.rsa.decrypt=function(t,e,r,n){var i=Math.ceil(e.n.bitLength()/8);if(t.length!==i){var o=new Error("Encrypted message length is invalid.");throw o.length=t.length,o.expected=i,o}var s=new et(q.util.createBuffer(t).toHex(),16);if(s.compareTo(e.n)>=0)throw new Error("Encrypted message is invalid.");for(var a=qa(s,e,r),f=a.toString(16),c=q.util.createBuffer(),u=i-Math.ceil(f.length/2);u>0;)c.putByte(0),--u;return c.putBytes(q.util.hexToBytes(f)),n!==!1?Kn(c.getBytes(),e,r):c.getBytes()};G.rsa.createKeyPairGenerationState=function(t,e,r){typeof t=="string"&&(t=parseInt(t,10)),t=t||2048,r=r||{};var n=r.prng||q.random,i={nextBytes:function(a){for(var f=n.getBytesSync(a.length),c=0;c<a.length;++c)a[c]=f.charCodeAt(c)}},o=r.algorithm||"PRIMEINC",s;if(o==="PRIMEINC")s={algorithm:o,state:0,bits:t,rng:i,eInt:e||65537,e:new et(null),p:null,q:null,qBits:t>>1,pBits:t-(t>>1),pqState:0,num:null,keys:null},s.e.fromInt(s.eInt);else throw new Error("Invalid key generation algorithm: "+o);return s};G.rsa.stepKeyPairGenerationState=function(t,e){"algorithm"in t||(t.algorithm="PRIMEINC");var r=new et(null);r.fromInt(30);for(var n=0,i=function(l,h){return l|h},o=+new Date,s,a=0;t.keys===null&&(e<=0||a<e);){if(t.state===0){var f=t.p===null?t.pBits:t.qBits,c=f-1;t.pqState===0?(t.num=new et(f,t.rng),t.num.testBit(c)||t.num.bitwiseTo(et.ONE.shiftLeft(c),i,t.num),t.num.dAddOffset(31-t.num.mod(r).byteValue(),0),n=0,++t.pqState):t.pqState===1?t.num.bitLength()>f?t.pqState=0:t.num.isProbablePrime(Ch(t.num.bitLength()))?++t.pqState:t.num.dAddOffset(mh[n++%8],0):t.pqState===2?t.pqState=t.num.subtract(et.ONE).gcd(t.e).compareTo(et.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(et.ONE),t.q1=t.q.subtract(et.ONE),t.phi=t.p1.multiply(t.q1),++t.state;else if(t.state===3)t.phi.gcd(t.e).compareTo(et.ONE)===0?++t.state:(t.p=null,t.q=null,t.state=0);else if(t.state===4)t.n=t.p.multiply(t.q),t.n.bitLength()===t.bits?++t.state:(t.q=null,t.state=0);else if(t.state===5){var u=t.e.modInverse(t.phi);t.keys={privateKey:G.rsa.setPrivateKey(t.n,t.e,u,t.p,t.q,u.mod(t.p1),u.mod(t.q1),t.q.modInverse(t.p)),publicKey:G.rsa.setPublicKey(t.n,t.e)}}s=+new Date,a+=s-o,o=s}return t.keys!==null};G.rsa.generateKeyPair=function(t,e,r,n){if(arguments.length===1?typeof t=="object"?(r=t,t=void 0):typeof t=="function"&&(n=t,t=void 0):arguments.length===2?typeof t=="number"?typeof e=="function"?(n=e,e=void 0):typeof e!="number"&&(r=e,e=void 0):(r=t,n=e,t=void 0,e=void 0):arguments.length===3&&(typeof e=="number"?typeof r=="function"&&(n=r,r=void 0):(n=r,r=e,e=void 0)),r=r||{},t===void 0&&(t=r.bits||2048),e===void 0&&(e=r.e||65537),!q.options.usePureJavaScript&&!r.prng&&t>=256&&t<=16384&&(e===65537||e===3)){if(n){if(Ua("generateKeyPair"))return Fi.generateKeyPair("rsa",{modulusLength:t,publicExponent:e,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}},function(a,f,c){if(a)return n(a);n(null,{privateKey:G.privateKeyFromPem(c),publicKey:G.publicKeyFromPem(f)})});if(Ka("generateKey")&&Ka("exportKey"))return Zt.globalScope.crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:Ma(e),hash:{name:"SHA-256"}},!0,["sign","verify"]).then(function(a){return Zt.globalScope.crypto.subtle.exportKey("pkcs8",a.privateKey)}).then(void 0,function(a){n(a)}).then(function(a){if(a){var f=G.privateKeyFromAsn1(v.fromDer(q.util.createBuffer(a)));n(null,{privateKey:f,publicKey:G.setRsaPublicKey(f.n,f.e)})}});if(Oa("generateKey")&&Oa("exportKey")){var i=Zt.globalScope.msCrypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",modulusLength:t,publicExponent:Ma(e),hash:{name:"SHA-256"}},!0,["sign","verify"]);i.oncomplete=function(a){var f=a.target.result,c=Zt.globalScope.msCrypto.subtle.exportKey("pkcs8",f.privateKey);c.oncomplete=function(u){var l=u.target.result,h=G.privateKeyFromAsn1(v.fromDer(q.util.createBuffer(l)));n(null,{privateKey:h,publicKey:G.setRsaPublicKey(h.n,h.e)})},c.onerror=function(u){n(u)}},i.onerror=function(a){n(a)};return}}else if(Ua("generateKeyPairSync")){var o=Fi.generateKeyPairSync("rsa",{modulusLength:t,publicExponent:e,publicKeyEncoding:{type:"spki",format:"pem"},privateKeyEncoding:{type:"pkcs8",format:"pem"}});return{privateKey:G.privateKeyFromPem(o.privateKey),publicKey:G.publicKeyFromPem(o.publicKey)}}}var s=G.rsa.createKeyPairGenerationState(t,e,r);if(!n)return G.rsa.stepKeyPairGenerationState(s,0),s.keys;Ah(s,r,n)};G.setRsaPublicKey=G.rsa.setPublicKey=function(t,e){var r={n:t,e};return r.encrypt=function(n,i,o){if(typeof i=="string"?i=i.toUpperCase():i===void 0&&(i="RSAES-PKCS1-V1_5"),i==="RSAES-PKCS1-V1_5")i={encode:function(a,f,c){return Va(a,f,2).getBytes()}};else if(i==="RSA-OAEP"||i==="RSAES-OAEP")i={encode:function(a,f){return q.pkcs1.encode_rsa_oaep(f,a,o)}};else if(["RAW","NONE","NULL",null].indexOf(i)!==-1)i={encode:function(a){return a}};else if(typeof i=="string")throw new Error('Unsupported encryption scheme: "'+i+'".');var s=i.encode(n,r,!0);return G.rsa.encrypt(s,r,!0)},r.verify=function(n,i,o,s){typeof o=="string"?o=o.toUpperCase():o===void 0&&(o="RSASSA-PKCS1-V1_5"),s===void 0&&(s={_parseAllDigestBytes:!0}),"_parseAllDigestBytes"in s||(s._parseAllDigestBytes=!0),o==="RSASSA-PKCS1-V1_5"?o={verify:function(f,c){c=Kn(c,r,!0);var u=v.fromDer(c,{parseAllBytes:s._parseAllDigestBytes}),l={},h=[];if(!v.validate(u,Bh,l,h)){var y=new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value.");throw y.errors=h,y}var d=v.derToOid(l.algorithmIdentifier);if(!(d===q.oids.md2||d===q.oids.md5||d===q.oids.sha1||d===q.oids.sha224||d===q.oids.sha256||d===q.oids.sha384||d===q.oids.sha512||d===q.oids["sha512-224"]||d===q.oids["sha512-256"])){var y=new Error("Unknown RSASSA-PKCS1-v1_5 DigestAlgorithm identifier.");throw y.oid=d,y}if((d===q.oids.md2||d===q.oids.md5)&&!("parameters"in l))throw new Error("ASN.1 object does not contain a valid RSASSA-PKCS1-v1_5 DigestInfo value. Missing algorithm identifer NULL parameters.");return f===l.digest}}:(o==="NONE"||o==="NULL"||o===null)&&(o={verify:function(f,c){return c=Kn(c,r,!0),f===c}});var a=G.rsa.decrypt(i,r,!0,!1);return o.verify(n,a,r.n.bitLength())},r};G.setRsaPrivateKey=G.rsa.setPrivateKey=function(t,e,r,n,i,o,s,a){var f={n:t,e,d:r,p:n,q:i,dP:o,dQ:s,qInv:a};return f.decrypt=function(c,u,l){typeof u=="string"?u=u.toUpperCase():u===void 0&&(u="RSAES-PKCS1-V1_5");var h=G.rsa.decrypt(c,f,!1,!1);if(u==="RSAES-PKCS1-V1_5")u={decode:Kn};else if(u==="RSA-OAEP"||u==="RSAES-OAEP")u={decode:function(y,d){return q.pkcs1.decode_rsa_oaep(d,y,l)}};else if(["RAW","NONE","NULL",null].indexOf(u)!==-1)u={decode:function(y){return y}};else throw new Error('Unsupported encryption scheme: "'+u+'".');return u.decode(h,f,!1)},f.sign=function(c,u){var l=!1;typeof u=="string"&&(u=u.toUpperCase()),u===void 0||u==="RSASSA-PKCS1-V1_5"?(u={encode:Sh},l=1):(u==="NONE"||u==="NULL"||u===null)&&(u={encode:function(){return c}},l=1);var h=u.encode(c,f.n.bitLength());return G.rsa.encrypt(h,f,l)},f};G.wrapRsaPrivateKey=function(t){return v.create(v.Class.UNIVERSAL,v.Type.SEQUENCE,!0,[v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,v.integerToDer(0).getBytes()),v.create(v.Class.UNIVERSAL,v.Type.SEQUENCE,!0,[v.create(v.Class.UNIVERSAL,v.Type.OID,!1,v.oidToDer(G.oids.rsaEncryption).getBytes()),v.create(v.Class.UNIVERSAL,v.Type.NULL,!1,"")]),v.create(v.Class.UNIVERSAL,v.Type.OCTETSTRING,!1,v.toDer(t).getBytes())])};G.privateKeyFromAsn1=function(t){var e={},r=[];if(v.validate(t,vh,e,r)&&(t=v.fromDer(q.util.createBuffer(e.privateKey))),e={},r=[],!v.validate(t,bh,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,f,c,u,l;return i=q.util.createBuffer(e.privateKeyModulus).toHex(),o=q.util.createBuffer(e.privateKeyPublicExponent).toHex(),s=q.util.createBuffer(e.privateKeyPrivateExponent).toHex(),a=q.util.createBuffer(e.privateKeyPrime1).toHex(),f=q.util.createBuffer(e.privateKeyPrime2).toHex(),c=q.util.createBuffer(e.privateKeyExponent1).toHex(),u=q.util.createBuffer(e.privateKeyExponent2).toHex(),l=q.util.createBuffer(e.privateKeyCoefficient).toHex(),G.setRsaPrivateKey(new et(i,16),new et(o,16),new et(s,16),new et(a,16),new et(f,16),new et(c,16),new et(u,16),new et(l,16))};G.privateKeyToAsn1=G.privateKeyToRSAPrivateKey=function(t){return v.create(v.Class.UNIVERSAL,v.Type.SEQUENCE,!0,[v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,v.integerToDer(0).getBytes()),v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,pe(t.n)),v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,pe(t.e)),v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,pe(t.d)),v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,pe(t.p)),v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,pe(t.q)),v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,pe(t.dP)),v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,pe(t.dQ)),v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,pe(t.qInv))])};G.publicKeyFromAsn1=function(t){var e={},r=[];if(v.validate(t,Eh,e,r)){var n=v.derToOid(e.publicKeyOid);if(n!==G.oids.rsaEncryption){var i=new Error("Cannot read public key. Unknown OID.");throw i.oid=n,i}t=e.rsaPublicKey}if(r=[],!v.validate(t,wh,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=q.util.createBuffer(e.publicKeyModulus).toHex(),s=q.util.createBuffer(e.publicKeyExponent).toHex();return G.setRsaPublicKey(new et(o,16),new et(s,16))};G.publicKeyToAsn1=G.publicKeyToSubjectPublicKeyInfo=function(t){return v.create(v.Class.UNIVERSAL,v.Type.SEQUENCE,!0,[v.create(v.Class.UNIVERSAL,v.Type.SEQUENCE,!0,[v.create(v.Class.UNIVERSAL,v.Type.OID,!1,v.oidToDer(G.oids.rsaEncryption).getBytes()),v.create(v.Class.UNIVERSAL,v.Type.NULL,!1,"")]),v.create(v.Class.UNIVERSAL,v.Type.BITSTRING,!1,[G.publicKeyToRSAPublicKey(t)])])};G.publicKeyToRSAPublicKey=function(t){return v.create(v.Class.UNIVERSAL,v.Type.SEQUENCE,!0,[v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,pe(t.n)),v.create(v.Class.UNIVERSAL,v.Type.INTEGER,!1,pe(t.e))])};function Va(t,e,r){var n=q.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 f=0;f<s;++f)n.putByte(a)}else for(;s>0;){for(var c=0,u=q.random.getBytes(s),f=0;f<s;++f)a=u.charCodeAt(f),a===0?++c:n.putByte(a);s=c}return n.putByte(0),n.putBytes(t),n}function Kn(t,e,r,n){var i=Math.ceil(e.n.bitLength()/8),o=q.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 f=0;if(a===0){f=i-3-n;for(var c=0;c<f;++c)if(o.getByte()!==0)throw new Error("Encryption block is invalid.")}else if(a===1)for(f=0;o.length()>1;){if(o.getByte()!==255){--o.read;break}++f}else if(a===2)for(f=0;o.length()>1;){if(o.getByte()===0){--o.read;break}++f}var u=o.getByte();if(u!==0||f!==i-3-o.length())throw new Error("Encryption block is invalid.");return o.getBytes()}function Ah(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,f){if(a)return r(a);if(t.p=f,t.q!==null)return s(a,t.q);o(t.qBits,s)})}function o(a,f){q.prime.generateProbablePrime(a,n,f)}function s(a,f){if(a)return r(a);if(t.q=f,t.p.compareTo(t.q)<0){var c=t.p;t.p=t.q,t.q=c}if(t.p.subtract(et.ONE).gcd(t.e).compareTo(et.ONE)!==0){t.p=null,i();return}if(t.q.subtract(et.ONE).gcd(t.e).compareTo(et.ONE)!==0){t.q=null,o(t.qBits,s);return}if(t.p1=t.p.subtract(et.ONE),t.q1=t.q.subtract(et.ONE),t.phi=t.p1.multiply(t.q1),t.phi.gcd(t.e).compareTo(et.ONE)!==0){t.p=t.q=null,i();return}if(t.n=t.p.multiply(t.q),t.n.bitLength()!==t.bits){t.q=null,o(t.qBits,s);return}var u=t.e.modInverse(t.phi);t.keys={privateKey:G.rsa.setPrivateKey(t.n,t.e,u,t.p,t.q,u.mod(t.p1),u.mod(t.q1),t.q.modInverse(t.p)),publicKey:G.rsa.setPublicKey(t.n,t.e)},r(null,t.keys)}}function pe(t){var e=t.toString(16);e[0]>="8"&&(e="00"+e);var r=q.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 Ch(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 Ua(t){return q.util.isNodejs&&typeof Fi[t]=="function"}function Ka(t){return typeof Zt.globalScope<"u"&&typeof Zt.globalScope.crypto=="object"&&typeof Zt.globalScope.crypto.subtle=="object"&&typeof Zt.globalScope.crypto.subtle[t]=="function"}function Oa(t){return typeof Zt.globalScope<"u"&&typeof Zt.globalScope.msCrypto=="object"&&typeof Zt.globalScope.msCrypto.subtle=="object"&&typeof Zt.globalScope.msCrypto.subtle[t]=="function"}function Ma(t){for(var e=q.util.hexToBytes(t.toString(16)),r=new Uint8Array(e.length),n=0;n<e.length;++n)r[n]=e.charCodeAt(n);return r}});var Ya=W((Jy,$a)=>{var U=ct();Di();Qr();Js();ir();En();na();sa();Xr();ma();On();At();typeof Ha>"u"&&(Ha=U.jsbn.BigInteger);var Ha,S=U.asn1,$=U.pki=U.pki||{};$a.exports=$.pbe=U.pbe=U.pbe||{};var ar=$.oids,Ih={name:"EncryptedPrivateKeyInfo",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"EncryptedPrivateKeyInfo.encryptionAlgorithm",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"AlgorithmIdentifier.algorithm",tagClass:S.Class.UNIVERSAL,type:S.Type.OID,constructed:!1,capture:"encryptionOid"},{name:"AlgorithmIdentifier.parameters",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,captureAsn1:"encryptionParams"}]},{name:"EncryptedPrivateKeyInfo.encryptedData",tagClass:S.Class.UNIVERSAL,type:S.Type.OCTETSTRING,constructed:!1,capture:"encryptedData"}]},Th={name:"PBES2Algorithms",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.keyDerivationFunc.oid",tagClass:S.Class.UNIVERSAL,type:S.Type.OID,constructed:!1,capture:"kdfOid"},{name:"PBES2Algorithms.params",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.params.salt",tagClass:S.Class.UNIVERSAL,type:S.Type.OCTETSTRING,constructed:!1,capture:"kdfSalt"},{name:"PBES2Algorithms.params.iterationCount",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"kdfIterationCount"},{name:"PBES2Algorithms.params.keyLength",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,optional:!0,capture:"keyLength"},{name:"PBES2Algorithms.params.prf",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,optional:!0,value:[{name:"PBES2Algorithms.params.prf.algorithm",tagClass:S.Class.UNIVERSAL,type:S.Type.OID,constructed:!1,capture:"prfOid"}]}]}]},{name:"PBES2Algorithms.encryptionScheme",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"PBES2Algorithms.encryptionScheme.oid",tagClass:S.Class.UNIVERSAL,type:S.Type.OID,constructed:!1,capture:"encOid"},{name:"PBES2Algorithms.encryptionScheme.iv",tagClass:S.Class.UNIVERSAL,type:S.Type.OCTETSTRING,constructed:!1,capture:"encIv"}]}]},_h={name:"pkcs-12PbeParams",tagClass:S.Class.UNIVERSAL,type:S.Type.SEQUENCE,constructed:!0,value:[{name:"pkcs-12PbeParams.salt",tagClass:S.Class.UNIVERSAL,type:S.Type.OCTETSTRING,constructed:!1,capture:"salt"},{name:"pkcs-12PbeParams.iterations",tagClass:S.Class.UNIVERSAL,type:S.Type.INTEGER,constructed:!1,capture:"iterations"}]};$.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=U.random.getBytesSync(r.saltSize),i=r.count,o=S.integerToDer(i),s,a,f;if(r.algorithm.indexOf("aes")===0||r.algorithm==="des"){var c,u,l;switch(r.algorithm){case"aes128":s=16,c=16,u=ar["aes128-CBC"],l=U.aes.createEncryptionCipher;break;case"aes192":s=24,c=16,u=ar["aes192-CBC"],l=U.aes.createEncryptionCipher;break;case"aes256":s=32,c=16,u=ar["aes256-CBC"],l=U.aes.createEncryptionCipher;break;case"des":s=8,c=8,u=ar.desCBC,l=U.des.createEncryptionCipher;break;default:var h=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw h.algorithm=r.algorithm,h}var y="hmacWith"+r.prfAlgorithm.toUpperCase(),d=Wa(y),p=U.pkcs5.pbkdf2(e,n,i,s,d),g=U.random.getBytesSync(c),m=l(p);m.start(g),m.update(S.toDer(t)),m.finish(),f=m.output.getBytes();var w=Lh(n,o,s,y);a=S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.OID,!1,S.oidToDer(ar.pkcs5PBES2).getBytes()),S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.OID,!1,S.oidToDer(ar.pkcs5PBKDF2).getBytes()),w]),S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.OID,!1,S.oidToDer(u).getBytes()),S.create(S.Class.UNIVERSAL,S.Type.OCTETSTRING,!1,g)])])])}else if(r.algorithm==="3des"){s=24;var b=new U.util.ByteBuffer(n),p=$.pbe.generatePkcs12Key(e,b,1,i,s),g=$.pbe.generatePkcs12Key(e,b,2,i,s),m=U.des.createEncryptionCipher(p);m.start(g),m.update(S.toDer(t)),m.finish(),f=m.output.getBytes(),a=S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.OID,!1,S.oidToDer(ar["pbeWithSHAAnd3-KeyTripleDES-CBC"]).getBytes()),S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.OCTETSTRING,!1,n),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,o.getBytes())])])}else{var h=new Error("Cannot encrypt private key. Unknown encryption algorithm.");throw h.algorithm=r.algorithm,h}var L=S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[a,S.create(S.Class.UNIVERSAL,S.Type.OCTETSTRING,!1,f)]);return L};$.decryptPrivateKeyInfo=function(t,e){var r=null,n={},i=[];if(!S.validate(t,Ih,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=S.derToOid(n.encryptionOid),a=$.pbe.getCipher(s,n.encryptionParams,e),f=U.util.createBuffer(n.encryptedData);return a.update(f),a.finish()&&(r=S.fromDer(a.output)),r};$.encryptedPrivateKeyToPem=function(t,e){var r={type:"ENCRYPTED PRIVATE KEY",body:S.toDer(t).getBytes()};return U.pem.encode(r,{maxline:e})};$.encryptedPrivateKeyFromPem=function(t){var e=U.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 S.fromDer(e.body)};$.encryptRsaPrivateKey=function(t,e,r){if(r=r||{},!r.legacy){var n=$.wrapRsaPrivateKey($.privateKeyToAsn1(t));return n=$.encryptPrivateKeyInfo(n,e,r),$.encryptedPrivateKeyToPem(n)}var i,o,s,a;switch(r.algorithm){case"aes128":i="AES-128-CBC",s=16,o=U.random.getBytesSync(16),a=U.aes.createEncryptionCipher;break;case"aes192":i="AES-192-CBC",s=24,o=U.random.getBytesSync(16),a=U.aes.createEncryptionCipher;break;case"aes256":i="AES-256-CBC",s=32,o=U.random.getBytesSync(16),a=U.aes.createEncryptionCipher;break;case"3des":i="DES-EDE3-CBC",s=24,o=U.random.getBytesSync(8),a=U.des.createEncryptionCipher;break;case"des":i="DES-CBC",s=8,o=U.random.getBytesSync(8),a=U.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=U.pbe.opensslDeriveBytes(e,o.substr(0,8),s),u=a(c);u.start(o),u.update(S.toDer($.privateKeyToAsn1(t))),u.finish();var l={type:"RSA PRIVATE KEY",procType:{version:"4",type:"ENCRYPTED"},dekInfo:{algorithm:i,parameters:U.util.bytesToHex(o).toUpperCase()},body:u.output.getBytes()};return U.pem.encode(l)};$.decryptRsaPrivateKey=function(t,e){var r=null,n=U.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=U.des.createDecryptionCipher;break;case"DES-EDE3-CBC":o=24,s=U.des.createDecryptionCipher;break;case"AES-128-CBC":o=16,s=U.aes.createDecryptionCipher;break;case"AES-192-CBC":o=24,s=U.aes.createDecryptionCipher;break;case"AES-256-CBC":o=32,s=U.aes.createDecryptionCipher;break;case"RC2-40-CBC":o=5,s=function(l){return U.rc2.createDecryptionCipher(l,40)};break;case"RC2-64-CBC":o=8,s=function(l){return U.rc2.createDecryptionCipher(l,64)};break;case"RC2-128-CBC":o=16,s=function(l){return U.rc2.createDecryptionCipher(l,128)};break;default:var i=new Error('Could not decrypt private key; unsupported encryption algorithm "'+n.dekInfo.algorithm+'".');throw i.algorithm=n.dekInfo.algorithm,i}var a=U.util.hexToBytes(n.dekInfo.parameters),f=U.pbe.opensslDeriveBytes(e,a.substr(0,8),o),c=s(f);if(c.start(a),c.update(U.util.createBuffer(n.body)),c.finish())r=c.output.getBytes();else return r}else r=n.body;return n.type==="ENCRYPTED PRIVATE KEY"?r=$.decryptPrivateKeyInfo(S.fromDer(r),e):r=S.fromDer(r),r!==null&&(r=$.privateKeyFromAsn1(r)),r};$.pbe.generatePkcs12Key=function(t,e,r,n,i,o){var s,a;if(typeof o>"u"||o===null){if(!("sha1"in U.md))throw new Error('"sha1" hash algorithm unavailable.');o=U.md.sha1.create()}var f=o.digestLength,c=o.blockLength,u=new U.util.ByteBuffer,l=new U.util.ByteBuffer;if(t!=null){for(a=0;a<t.length;a++)l.putInt16(t.charCodeAt(a));l.putInt16(0)}var h=l.length(),y=e.length(),d=new U.util.ByteBuffer;d.fillWithByte(r,c);var p=c*Math.ceil(y/c),g=new U.util.ByteBuffer;for(a=0;a<p;a++)g.putByte(e.at(a%y));var m=c*Math.ceil(h/c),w=new U.util.ByteBuffer;for(a=0;a<m;a++)w.putByte(l.at(a%h));var b=g;b.putBuffer(w);for(var L=Math.ceil(i/f),E=1;E<=L;E++){var B=new U.util.ByteBuffer;B.putBytes(d.bytes()),B.putBytes(b.bytes());for(var R=0;R<n;R++)o.start(),o.update(B.getBytes()),B=o.digest();var N=new U.util.ByteBuffer;for(a=0;a<c;a++)N.putByte(B.at(a%f));var z=Math.ceil(y/c)+Math.ceil(h/c),H=new U.util.ByteBuffer;for(s=0;s<z;s++){var V=new U.util.ByteBuffer(b.getBytes(c)),J=511;for(a=N.length()-1;a>=0;a--)J=J>>8,J+=N.at(a)+V.at(a),V.setAt(a,J&255);H.putBuffer(V)}b=H,u.putBuffer(B)}return u.truncate(u.length()-i),u};$.pbe.getCipher=function(t,e,r){switch(t){case $.oids.pkcs5PBES2:return $.pbe.getCipherForPBES2(t,e,r);case $.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:case $.oids["pbewithSHAAnd40BitRC2-CBC"]:return $.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}};$.pbe.getCipherForPBES2=function(t,e,r){var n={},i=[];if(!S.validate(e,Th,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=S.derToOid(n.kdfOid),t!==$.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=S.derToOid(n.encOid),t!==$.oids["aes128-CBC"]&&t!==$.oids["aes192-CBC"]&&t!==$.oids["aes256-CBC"]&&t!==$.oids["des-EDE3-CBC"]&&t!==$.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=U.util.createBuffer(n.kdfIterationCount);a=a.getInt(a.length()<<3);var f,c;switch($.oids[t]){case"aes128-CBC":f=16,c=U.aes.createDecryptionCipher;break;case"aes192-CBC":f=24,c=U.aes.createDecryptionCipher;break;case"aes256-CBC":f=32,c=U.aes.createDecryptionCipher;break;case"des-EDE3-CBC":f=24,c=U.des.createDecryptionCipher;break;case"desCBC":f=8,c=U.des.createDecryptionCipher;break}var u=Ga(n.prfOid),l=U.pkcs5.pbkdf2(r,s,a,f,u),h=n.encIv,y=c(l);return y.start(h),y};$.pbe.getCipherForPKCS12PBE=function(t,e,r){var n={},i=[];if(!S.validate(e,_h,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=U.util.createBuffer(n.salt),a=U.util.createBuffer(n.iterations);a=a.getInt(a.length()<<3);var f,c,u;switch(t){case $.oids["pbeWithSHAAnd3-KeyTripleDES-CBC"]:f=24,c=8,u=U.des.startDecrypting;break;case $.oids["pbewithSHAAnd40BitRC2-CBC"]:f=5,c=8,u=function(p,g){var m=U.rc2.createDecryptionCipher(p,40);return m.start(g,null),m};break;default:var o=new Error("Cannot read PKCS #12 PBE data block. Unsupported OID.");throw o.oid=t,o}var l=Ga(n.prfOid),h=$.pbe.generatePkcs12Key(r,s,1,a,f,l);l.start();var y=$.pbe.generatePkcs12Key(r,s,2,a,c,l);return u(h,y)};$.pbe.opensslDeriveBytes=function(t,e,r,n){if(typeof n>"u"||n===null){if(!("md5"in U.md))throw new Error('"md5" hash algorithm unavailable.');n=U.md.md5.create()}e===null&&(e="");for(var i=[za(n,t+e)],o=16,s=1;o<r;++s,o+=16)i.push(za(n,i[s-1]+t+e));return i.join("").substr(0,r)};function za(t,e){return t.start().update(e).digest().getBytes()}function Ga(t){var e;if(!t)e="hmacWithSHA1";else if(e=$.oids[S.derToOid(t)],!e){var r=new Error("Unsupported PRF OID.");throw r.oid=t,r.supported=["hmacWithSHA1","hmacWithSHA224","hmacWithSHA256","hmacWithSHA384","hmacWithSHA512"],r}return Wa(e)}function Wa(t){var e=U.md;switch(t){case"hmacWithSHA224":e=U.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 Lh(t,e,r,n){var i=S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.OCTETSTRING,!1,t),S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,e.getBytes())]);return n!=="hmacWithSHA1"&&i.value.push(S.create(S.Class.UNIVERSAL,S.Type.INTEGER,!1,U.util.hexToBytes(r.toString(16))),S.create(S.Class.UNIVERSAL,S.Type.SEQUENCE,!0,[S.create(S.Class.UNIVERSAL,S.Type.OID,!1,S.oidToDer($.oids[n]).getBytes()),S.create(S.Class.UNIVERSAL,S.Type.NULL,!1,"")])),i}});var q0=W((rx,M0)=>{"use strict";M0.exports=Hp;function Hp(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,f){r[n]=function(u){if(o)if(o=!1,u)f(u);else{for(var l=new Array(arguments.length-1),h=0;h<l.length;)l[h++]=arguments[h];a.apply(null,l)}};try{t.apply(e||null,r)}catch(c){o&&(o=!1,f(c))}})}});var z0=W(H0=>{"use strict";var ri=H0;ri.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 Ur=new Array(64),F0=new Array(123);for(se=0;se<64;)F0[Ur[se]=se<26?se+65:se<52?se+71:se<62?se-4:se-59|43]=se++;var se;ri.encode=function(e,r,n){for(var i=null,o=[],s=0,a=0,f;r<n;){var c=e[r++];switch(a){case 0:o[s++]=Ur[c>>2],f=(c&3)<<4,a=1;break;case 1:o[s++]=Ur[f|c>>4],f=(c&15)<<2,a=2;break;case 2:o[s++]=Ur[f|c>>6],o[s++]=Ur[c&63],a=0;break}s>8191&&((i||(i=[])).push(String.fromCharCode.apply(String,o)),s=0)}return a&&(o[s++]=Ur[f],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 V0="invalid encoding";ri.decode=function(e,r,n){for(var i=n,o=0,s,a=0;a<e.length;){var f=e.charCodeAt(a++);if(f===61&&o>1)break;if((f=F0[f])===void 0)throw Error(V0);switch(o){case 0:s=f,o=1;break;case 1:r[n++]=s<<2|(f&48)>>4,s=f,o=2;break;case 2:r[n++]=(s&15)<<4|(f&60)>>2,s=f,o=3;break;case 3:r[n++]=(s&3)<<6|f,o=0;break}}if(o===1)throw Error(V0);return n-i};ri.test=function(e){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(e)}});var W0=W((ix,G0)=>{"use strict";G0.exports=ni;function ni(){this._listeners={}}ni.prototype.on=function(e,r,n){return(this._listeners[e]||(this._listeners[e]=[])).push({fn:r,ctx:n||this}),this};ni.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};ni.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 j0=W((ox,J0)=>{"use strict";J0.exports=$0($0);function $0(t){return typeof Float32Array<"u"?function(){var e=new Float32Array([-0]),r=new Uint8Array(e.buffer),n=r[3]===128;function i(f,c,u){e[0]=f,c[u]=r[0],c[u+1]=r[1],c[u+2]=r[2],c[u+3]=r[3]}function o(f,c,u){e[0]=f,c[u]=r[3],c[u+1]=r[2],c[u+2]=r[1],c[u+3]=r[0]}t.writeFloatLE=n?i:o,t.writeFloatBE=n?o:i;function s(f,c){return r[0]=f[c],r[1]=f[c+1],r[2]=f[c+2],r[3]=f[c+3],e[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],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 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,o,s)}}t.writeFloatLE=e.bind(null,Y0),t.writeFloatBE=e.bind(null,Z0);function r(n,i,o){var s=n(i,o),a=(s>>31)*2+1,f=s>>>23&255,c=s&8388607;return f===255?c?NaN:a*(1/0):f===0?a*1401298464324817e-60*c:a*Math.pow(2,f-150)*(c+8388608)}t.readFloatLE=r.bind(null,Q0),t.readFloatBE=r.bind(null,X0)}(),typeof Float64Array<"u"?function(){var e=new Float64Array([-0]),r=new Uint8Array(e.buffer),n=r[7]===128;function i(f,c,u){e[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 o(f,c,u){e[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]}t.writeDoubleLE=n?i:o,t.writeDoubleBE=n?o:i;function s(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],e[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],e[0]}t.readDoubleLE=n?s:a,t.readDoubleBE=n?a:s}():function(){function e(n,i,o,s,a,f){var c=s<0?1:0;if(c&&(s=-s),s===0)n(0,a,f+i),n(1/s>0?0:2147483648,a,f+o);else if(isNaN(s))n(0,a,f+i),n(2146959360,a,f+o);else if(s>17976931348623157e292)n(0,a,f+i),n((c<<31|2146435072)>>>0,a,f+o);else{var u;if(s<22250738585072014e-324)u=s/5e-324,n(u>>>0,a,f+i),n((c<<31|u/4294967296)>>>0,a,f+o);else{var l=Math.floor(Math.log(s)/Math.LN2);l===1024&&(l=1023),u=s*Math.pow(2,-l),n(u*4503599627370496>>>0,a,f+i),n((c<<31|l+1023<<20|u*1048576&1048575)>>>0,a,f+o)}}}t.writeDoubleLE=e.bind(null,Y0,0,4),t.writeDoubleBE=e.bind(null,Z0,4,0);function r(n,i,o,s,a){var f=n(s,a+i),c=n(s,a+o),u=(c>>31)*2+1,l=c>>>20&2047,h=4294967296*(c&1048575)+f;return l===2047?h?NaN:u*(1/0):l===0?u*5e-324*h:u*Math.pow(2,l-1075)*(h+4503599627370496)}t.readDoubleLE=r.bind(null,Q0,0,4),t.readDoubleBE=r.bind(null,X0,4,0)}(),t}function Y0(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 Z0(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 Q0(t,e){return(t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24)>>>0}function X0(t,e){return(t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3])>>>0}});var tf=W((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 rf=W(ef=>{"use strict";var _o=ef;_o.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};_o.read=function(e,r,n){var i=n-r;if(i<1)return"";for(var o=null,s=[],a=0,f;r<n;)f=e[r++],f<128?s[a++]=f:f>191&&f<224?s[a++]=(f&31)<<6|e[r++]&63:f>239&&f<365?(f=((f&7)<<18|(e[r++]&63)<<12|(e[r++]&63)<<6|e[r++]&63)-65536,s[a++]=55296+(f>>10),s[a++]=56320+(f&1023)):s[a++]=(f&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))};_o.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 of=W((ax,nf)=>{"use strict";nf.exports=zp;function zp(t,e,r){var n=r||8192,i=n>>>1,o=null,s=n;return function(f){if(f<1||f>i)return t(f);s+f>n&&(o=t(n),s=0);var c=e.call(o,s,s+=f);return s&7&&(s=(s|7)+1),c}}});var af=W((fx,sf)=>{"use strict";sf.exports=Ut;var sn=yr();function Ut(t,e){this.lo=t>>>0,this.hi=e>>>0}var pr=Ut.zero=new Ut(0,0);pr.toNumber=function(){return 0};pr.zzEncode=pr.zzDecode=function(){return this};pr.length=function(){return 1};var Gp=Ut.zeroHash="\0\0\0\0\0\0\0\0";Ut.fromNumber=function(e){if(e===0)return pr;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 Ut(n,i)};Ut.from=function(e){if(typeof e=="number")return Ut.fromNumber(e);if(sn.isString(e))if(sn.Long)e=sn.Long.fromString(e);else return Ut.fromNumber(parseInt(e,10));return e.low||e.high?new Ut(e.low>>>0,e.high>>>0):pr};Ut.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};Ut.prototype.toLong=function(e){return sn.Long?new sn.Long(this.lo|0,this.hi|0,!!e):{low:this.lo|0,high:this.hi|0,unsigned:!!e}};var Je=String.prototype.charCodeAt;Ut.fromHash=function(e){return e===Gp?pr:new Ut((Je.call(e,0)|Je.call(e,1)<<8|Je.call(e,2)<<16|Je.call(e,3)<<24)>>>0,(Je.call(e,4)|Je.call(e,5)<<8|Je.call(e,6)<<16|Je.call(e,7)<<24)>>>0)};Ut.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)};Ut.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};Ut.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};Ut.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 yr=W(Lo=>{"use strict";var M=Lo;M.asPromise=q0();M.base64=z0();M.EventEmitter=W0();M.float=j0();M.inquire=tf();M.utf8=rf();M.pool=of();M.LongBits=af();M.isNode=!!(typeof globalThis<"u"&&globalThis&&globalThis.process&&globalThis.process.versions&&globalThis.process.versions.node);M.global=M.isNode&&globalThis||typeof window<"u"&&window||typeof self<"u"&&self||Lo;M.emptyArray=Object.freeze?Object.freeze([]):[];M.emptyObject=Object.freeze?Object.freeze({}):{};M.isInteger=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e};M.isString=function(e){return typeof e=="string"||e instanceof String};M.isObject=function(e){return e&&typeof e=="object"};M.isset=M.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};M.Buffer=function(){try{var t=M.inquire("buffer").Buffer;return t.prototype.utf8Write?t:null}catch{return null}}();M._Buffer_from=null;M._Buffer_allocUnsafe=null;M.newBuffer=function(e){return typeof e=="number"?M.Buffer?M._Buffer_allocUnsafe(e):new M.Array(e):M.Buffer?M._Buffer_from(e):typeof Uint8Array>"u"?e:new Uint8Array(e)};M.Array=typeof Uint8Array<"u"?Uint8Array:Array;M.Long=M.global.dcodeIO&&M.global.dcodeIO.Long||M.global.Long||M.inquire("long");M.key2Re=/^true|false|0|1$/;M.key32Re=/^-?(?:0|[1-9][0-9]*)$/;M.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;M.longToHash=function(e){return e?M.LongBits.from(e).toHash():M.LongBits.zeroHash};M.longFromHash=function(e,r){var n=M.LongBits.fromHash(e);return M.Long?M.Long.fromBits(n.lo,n.hi,r):n.toNumber(!!r)};function ff(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}M.merge=ff;M.lcFirst=function(e){return e.charAt(0).toLowerCase()+e.substring(1)};function cf(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&&ff(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}M.newError=cf;M.ProtocolError=cf("ProtocolError");M.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]}};M.oneOfSetter=function(e){return function(r){for(var n=0;n<e.length;++n)e[n]!==r&&delete this[e[n]]}};M.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};M._configure=function(){var t=M.Buffer;if(!t){M._Buffer_from=M._Buffer_allocUnsafe=null;return}M._Buffer_from=t.from!==Uint8Array.from&&t.from||function(r,n){return new t(r,n)},M._Buffer_allocUnsafe=t.allocUnsafe||function(r){return new t(r)}}});var Do=W((ux,pf)=>{"use strict";pf.exports=Et;var me=yr(),No,hf=me.LongBits,Wp=me.utf8;function ae(t,e){return RangeError("index out of range: "+t.pos+" + "+(e||1)+" > "+t.len)}function Et(t){this.buf=t,this.pos=0,this.len=t.length}var uf=typeof Uint8Array<"u"?function(e){if(e instanceof Uint8Array||Array.isArray(e))return new Et(e);throw Error("illegal buffer")}:function(e){if(Array.isArray(e))return new Et(e);throw Error("illegal buffer")},df=function(){return me.Buffer?function(r){return(Et.create=function(i){return me.Buffer.isBuffer(i)?new No(i):uf(i)})(r)}:uf};Et.create=df();Et.prototype._slice=me.Array.prototype.subarray||me.Array.prototype.slice;Et.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,ae(this,10);return e}}();Et.prototype.int32=function(){return this.uint32()|0};Et.prototype.sint32=function(){var e=this.uint32();return e>>>1^-(e&1)|0};function Ro(){var t=new hf(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 ae(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 ae(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")}Et.prototype.bool=function(){return this.uint32()!==0};function ii(t,e){return(t[e-4]|t[e-3]<<8|t[e-2]<<16|t[e-1]<<24)>>>0}Et.prototype.fixed32=function(){if(this.pos+4>this.len)throw ae(this,4);return ii(this.buf,this.pos+=4)};Et.prototype.sfixed32=function(){if(this.pos+4>this.len)throw ae(this,4);return ii(this.buf,this.pos+=4)|0};function lf(){if(this.pos+8>this.len)throw ae(this,8);return new hf(ii(this.buf,this.pos+=4),ii(this.buf,this.pos+=4))}Et.prototype.float=function(){if(this.pos+4>this.len)throw ae(this,4);var e=me.float.readFloatLE(this.buf,this.pos);return this.pos+=4,e};Et.prototype.double=function(){if(this.pos+8>this.len)throw ae(this,4);var e=me.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,e};Et.prototype.bytes=function(){var e=this.uint32(),r=this.pos,n=this.pos+e;if(n>this.len)throw ae(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)};Et.prototype.string=function(){var e=this.bytes();return Wp.read(e,0,e.length)};Et.prototype.skip=function(e){if(typeof e=="number"){if(this.pos+e>this.len)throw ae(this,e);this.pos+=e}else do if(this.pos>=this.len)throw ae(this);while(this.buf[this.pos++]&128);return this};Et.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};Et._configure=function(t){No=t,Et.create=df(),No._configure();var e=me.Long?"toLong":"toNumber";me.merge(Et.prototype,{int64:function(){return Ro.call(this)[e](!1)},uint64:function(){return Ro.call(this)[e](!0)},sint64:function(){return Ro.call(this).zzDecode()[e](!1)},fixed64:function(){return lf.call(this)[e](!0)},sfixed64:function(){return lf.call(this)[e](!1)}})}});var mf=W((lx,xf)=>{"use strict";xf.exports=gr;var gf=Do();(gr.prototype=Object.create(gf.prototype)).constructor=gr;var yf=yr();function gr(t){gf.call(this,t)}gr._configure=function(){yf.Buffer&&(gr.prototype._slice=yf.Buffer.prototype.slice)};gr.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))};gr._configure()});var qo=W((hx,Ef)=>{"use strict";Ef.exports=nt;var Xt=yr(),ko,oi=Xt.LongBits,vf=Xt.base64,bf=Xt.utf8;function an(t,e,r){this.fn=t,this.len=e,this.next=void 0,this.val=r}function Uo(){}function $p(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}function nt(){this.len=0,this.head=new an(Uo,0,0),this.tail=this.head,this.states=null}var wf=function(){return Xt.Buffer?function(){return(nt.create=function(){return new ko})()}:function(){return new nt}};nt.create=wf();nt.alloc=function(e){return new Xt.Array(e)};Xt.Array!==Array&&(nt.alloc=Xt.pool(nt.alloc,Xt.Array.prototype.subarray));nt.prototype._push=function(e,r,n){return this.tail=this.tail.next=new an(e,r,n),this.len+=r,this};function Ko(t,e,r){e[r]=t&255}function Yp(t,e,r){for(;t>127;)e[r++]=t&127|128,t>>>=7;e[r]=t}function Oo(t,e){this.len=t,this.next=void 0,this.val=e}Oo.prototype=Object.create(an.prototype);Oo.prototype.fn=Yp;nt.prototype.uint32=function(e){return this.len+=(this.tail=this.tail.next=new Oo((e=e>>>0)<128?1:e<16384?2:e<2097152?3:e<268435456?4:5,e)).len,this};nt.prototype.int32=function(e){return e<0?this._push(Mo,10,oi.fromNumber(e)):this.uint32(e)};nt.prototype.sint32=function(e){return this.uint32((e<<1^e>>31)>>>0)};function Mo(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}nt.prototype.uint64=function(e){var r=oi.from(e);return this._push(Mo,r.length(),r)};nt.prototype.int64=nt.prototype.uint64;nt.prototype.sint64=function(e){var r=oi.from(e).zzEncode();return this._push(Mo,r.length(),r)};nt.prototype.bool=function(e){return this._push(Ko,1,e?1:0)};function Po(t,e,r){e[r]=t&255,e[r+1]=t>>>8&255,e[r+2]=t>>>16&255,e[r+3]=t>>>24}nt.prototype.fixed32=function(e){return this._push(Po,4,e>>>0)};nt.prototype.sfixed32=nt.prototype.fixed32;nt.prototype.fixed64=function(e){var r=oi.from(e);return this._push(Po,4,r.lo)._push(Po,4,r.hi)};nt.prototype.sfixed64=nt.prototype.fixed64;nt.prototype.float=function(e){return this._push(Xt.float.writeFloatLE,4,e)};nt.prototype.double=function(e){return this._push(Xt.float.writeDoubleLE,8,e)};var Zp=Xt.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]};nt.prototype.bytes=function(e){var r=e.length>>>0;if(!r)return this._push(Ko,1,0);if(Xt.isString(e)){var n=nt.alloc(r=vf.length(e));vf.decode(e,n,0),e=n}return this.uint32(r)._push(Zp,r,e)};nt.prototype.string=function(e){var r=bf.length(e);return r?this.uint32(r)._push(bf.write,r,e):this._push(Ko,1,0)};nt.prototype.fork=function(){return this.states=new $p(this),this.head=this.tail=new an(Uo,0,0),this.len=0,this};nt.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 an(Uo,0,0),this.len=0),this};nt.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};nt.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};nt._configure=function(t){ko=t,nt.create=wf(),ko._configure()}});var Af=W((dx,Sf)=>{"use strict";Sf.exports=ve;var Bf=qo();(ve.prototype=Object.create(Bf.prototype)).constructor=ve;var je=yr();function ve(){Bf.call(this)}ve._configure=function(){ve.alloc=je._Buffer_allocUnsafe,ve.writeBytesBuffer=je.Buffer&&je.Buffer.prototype instanceof Uint8Array&&je.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++]}};ve.prototype.bytes=function(e){je.isString(e)&&(e=je._Buffer_from(e,"base64"));var r=e.length>>>0;return this.uint32(r),r&&this._push(ve.writeBytesBuffer,r,e),this};function Qp(t,e,r){t.length<40?je.utf8.write(t,e,r):e.utf8Write?e.utf8Write(t,r):e.write(t,r)}ve.prototype.string=function(e){var r=je.Buffer.byteLength(e);return this.uint32(r),r&&this._push(Qp,r,e),this};ve._configure()});var Kf=W((dm,Uf)=>{var yt=ct();ir();At();var cn=Uf.exports=yt.sha512=yt.sha512||{};yt.md.sha512=yt.md.algorithms.sha512=cn;var kf=yt.sha384=yt.sha512.sha384=yt.sha512.sha384||{};kf.create=function(){return cn.create("SHA-384")};yt.md.sha384=yt.md.algorithms.sha384=kf;yt.sha512.sha256=yt.sha512.sha256||{create:function(){return cn.create("SHA-512/256")}};yt.md["sha512/256"]=yt.md.algorithms["sha512/256"]=yt.sha512.sha256;yt.sha512.sha224=yt.sha512.sha224||{create:function(){return cn.create("SHA-512/224")}};yt.md["sha512/224"]=yt.md.algorithms["sha512/224"]=yt.sha512.sha224;cn.create=function(t){if(Pf||s1(),typeof t>"u"&&(t="SHA-512"),!(t in mr))throw new Error("Invalid SHA-512 algorithm: "+t);for(var e=mr[t],r=null,n=yt.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 f=a.messageLengthSize/4,c=0;c<f;++c)a.fullMessageLength.push(0);n=yt.util.createBuffer(),r=new Array(e.length);for(var c=0;c<e.length;++c)r[c]=e[c].slice(0);return a},a.start(),a.update=function(f,c){c==="utf8"&&(f=yt.util.encodeUtf8(f));var u=f.length;a.messageLength+=u,u=[u/4294967296>>>0,u>>>0];for(var l=a.fullMessageLength.length-1;l>=0;--l)a.fullMessageLength[l]+=u[1],u[1]=u[0]+(a.fullMessageLength[l]/4294967296>>>0),a.fullMessageLength[l]=a.fullMessageLength[l]>>>0,u[0]=u[1]/4294967296>>>0;return n.putBytes(f),Df(r,i,n),(n.read>2048||n.length()===0)&&n.compact(),a},a.digest=function(){var f=yt.util.createBuffer();f.putBytes(n.bytes());var c=a.fullMessageLength[a.fullMessageLength.length-1]+a.messageLengthSize,u=c&a.blockLength-1;f.putBytes(Yo.substr(0,a.blockLength-u));for(var l,h,y=a.fullMessageLength[0]*8,d=0;d<a.fullMessageLength.length-1;++d)l=a.fullMessageLength[d+1]*8,h=l/4294967296>>>0,y+=h,f.putInt32(y>>>0),y=l>>>0;f.putInt32(y);for(var p=new Array(r.length),d=0;d<r.length;++d)p[d]=r[d].slice(0);Df(p,i,f);var g=yt.util.createBuffer(),m;t==="SHA-512"?m=p.length:t==="SHA-384"?m=p.length-2:m=p.length-4;for(var d=0;d<m;++d)g.putInt32(p[d][0]),(d!==m-1||t!=="SHA-512/224")&&g.putInt32(p[d][1]);return g},a};var Yo=null,Pf=!1,Zo=null,mr=null;function s1(){Yo=String.fromCharCode(128),Yo+=yt.util.fillString(String.fromCharCode(0),128),Zo=[[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]],mr={},mr["SHA-512"]=[[1779033703,4089235720],[3144134277,2227873595],[1013904242,4271175723],[2773480762,1595750129],[1359893119,2917565137],[2600822924,725511199],[528734635,4215389547],[1541459225,327033209]],mr["SHA-384"]=[[3418070365,3238371032],[1654270250,914150663],[2438529370,812702999],[355462360,4144912697],[1731405415,4290775857],[2394180231,1750603025],[3675008525,1694076839],[1203062813,3204075428]],mr["SHA-512/256"]=[[573645204,4230739756],[2673172387,3360449730],[596883563,1867755857],[2520282905,1497426621],[2519219938,2827943907],[3193839141,1401305490],[721525244,746961066],[246885852,2177182882]],mr["SHA-512/224"]=[[2352822216,424955298],[1944164710,2312950998],[502970286,855612546],[1738396948,1479516111],[258812777,2077511080],[2011393907,79989058],[1067287976,1780299464],[286451373,2446758561]],Pf=!0}function Df(t,e,r){for(var n,i,o,s,a,f,c,u,l,h,y,d,p,g,m,w,b,L,E,B,R,N,z,H,V,J,ft,Kt,I,k,_,D,A,K,O,F=r.length();F>=128;){for(I=0;I<16;++I)e[I][0]=r.getInt32()>>>0,e[I][1]=r.getInt32()>>>0;for(;I<80;++I)D=e[I-2],k=D[0],_=D[1],n=((k>>>19|_<<13)^(_>>>29|k<<3)^k>>>6)>>>0,i=((k<<13|_>>>19)^(_<<3|k>>>29)^(k<<26|_>>>6))>>>0,K=e[I-15],k=K[0],_=K[1],o=((k>>>1|_<<31)^(k>>>8|_<<24)^k>>>7)>>>0,s=((k<<31|_>>>1)^(k<<24|_>>>8)^(k<<25|_>>>7))>>>0,A=e[I-7],O=e[I-16],_=i+A[1]+s+O[1],e[I][0]=n+A[0]+o+O[0]+(_/4294967296>>>0)>>>0,e[I][1]=_>>>0;for(p=t[0][0],g=t[0][1],m=t[1][0],w=t[1][1],b=t[2][0],L=t[2][1],E=t[3][0],B=t[3][1],R=t[4][0],N=t[4][1],z=t[5][0],H=t[5][1],V=t[6][0],J=t[6][1],ft=t[7][0],Kt=t[7][1],I=0;I<80;++I)c=((R>>>14|N<<18)^(R>>>18|N<<14)^(N>>>9|R<<23))>>>0,u=((R<<18|N>>>14)^(R<<14|N>>>18)^(N<<23|R>>>9))>>>0,l=(V^R&(z^V))>>>0,h=(J^N&(H^J))>>>0,a=((p>>>28|g<<4)^(g>>>2|p<<30)^(g>>>7|p<<25))>>>0,f=((p<<4|g>>>28)^(g<<30|p>>>2)^(g<<25|p>>>7))>>>0,y=(p&m|b&(p^m))>>>0,d=(g&w|L&(g^w))>>>0,_=Kt+u+h+Zo[I][1]+e[I][1],n=ft+c+l+Zo[I][0]+e[I][0]+(_/4294967296>>>0)>>>0,i=_>>>0,_=f+d,o=a+y+(_/4294967296>>>0)>>>0,s=_>>>0,ft=V,Kt=J,V=z,J=H,z=R,H=N,_=B+i,R=E+n+(_/4294967296>>>0)>>>0,N=_>>>0,E=b,B=L,b=m,L=w,m=p,w=g,_=i+s,p=n+o+(_/4294967296>>>0)>>>0,g=_>>>0;_=t[0][1]+g,t[0][0]=t[0][0]+p+(_/4294967296>>>0)>>>0,t[0][1]=_>>>0,_=t[1][1]+w,t[1][0]=t[1][0]+m+(_/4294967296>>>0)>>>0,t[1][1]=_>>>0,_=t[2][1]+L,t[2][0]=t[2][0]+b+(_/4294967296>>>0)>>>0,t[2][1]=_>>>0,_=t[3][1]+B,t[3][0]=t[3][0]+E+(_/4294967296>>>0)>>>0,t[3][1]=_>>>0,_=t[4][1]+N,t[4][0]=t[4][0]+R+(_/4294967296>>>0)>>>0,t[4][1]=_>>>0,_=t[5][1]+H,t[5][0]=t[5][0]+z+(_/4294967296>>>0)>>>0,t[5][1]=_>>>0,_=t[6][1]+J,t[6][0]=t[6][0]+V+(_/4294967296>>>0)>>>0,t[6][1]=_>>>0,_=t[7][1]+Kt,t[7][0]=t[7][0]+ft+(_/4294967296>>>0)>>>0,t[7][1]=_>>>0,F-=128}}});var Ec=W((hb,wc)=>{wc.exports=fs;var bc=128,G1=127,W1=~G1,$1=Math.pow(2,31);function fs(t,e,r){if(Number.MAX_SAFE_INTEGER&&t>Number.MAX_SAFE_INTEGER)throw fs.bytes=0,new RangeError("Could not encode varint");e=e||[],r=r||0;for(var n=r;t>=$1;)e[r++]=t&255|bc,t/=128;for(;t&W1;)e[r++]=t&255|bc,t>>>=7;return e[r]=t|0,fs.bytes=r-n+1,e}});var Ac=W((db,Sc)=>{Sc.exports=cs;var Y1=128,Bc=127;function cs(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a||i>49)throw cs.bytes=0,new RangeError("Could not decode varint");s=t[o++],r+=i<28?(s&Bc)<<i:(s&Bc)*Math.pow(2,i),i+=7}while(s>=Y1);return cs.bytes=o-n,r}});var Ic=W((pb,Cc)=>{var Z1=Math.pow(2,7),Q1=Math.pow(2,14),X1=Math.pow(2,21),J1=Math.pow(2,28),j1=Math.pow(2,35),ty=Math.pow(2,42),ey=Math.pow(2,49),ry=Math.pow(2,56),ny=Math.pow(2,63);Cc.exports=function(t){return t<Z1?1:t<Q1?2:t<X1?3:t<J1?4:t<j1?5:t<ty?6:t<ey?7:t<ry?8:t<ny?9:10}});var us=W((yb,Tc)=>{Tc.exports={encode:Ec(),decode:Ac(),encodingLength:Ic()}});var Cy={};Rt(Cy,{PeerRecord:()=>vi,RecordEnvelope:()=>yi});var Sv=St(Qr(),1),Av=St(Ya(),1);var Q=class extends Error{code;props;constructor(e,r,n){super(e),this.code=r,this.name=n?.name??"CodeError",this.props=n??{}}};var N1=St(ct(),1);function fr(t){return globalThis.Buffer!=null?new Uint8Array(t.buffer,t.byteOffset,t.byteLength):t}var $i={};Rt($i,{identity:()=>Uh});function Rh(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,f=t.charAt(0),c=Math.log(a)/Math.log(256),u=Math.log(256)/Math.log(a);function l(d){if(d instanceof Uint8Array||(ArrayBuffer.isView(d)?d=new Uint8Array(d.buffer,d.byteOffset,d.byteLength):Array.isArray(d)&&(d=Uint8Array.from(d))),!(d instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(d.length===0)return"";for(var p=0,g=0,m=0,w=d.length;m!==w&&d[m]===0;)m++,p++;for(var b=(w-m)*u+1>>>0,L=new Uint8Array(b);m!==w;){for(var E=d[m],B=0,R=b-1;(E!==0||B<g)&&R!==-1;R--,B++)E+=256*L[R]>>>0,L[R]=E%a>>>0,E=E/a>>>0;if(E!==0)throw new Error("Non-zero carry");g=B,m++}for(var N=b-g;N!==b&&L[N]===0;)N++;for(var z=f.repeat(p);N<b;++N)z+=t.charAt(L[N]);return z}function h(d){if(typeof d!="string")throw new TypeError("Expected String");if(d.length===0)return new Uint8Array;var p=0;if(d[p]!==" "){for(var g=0,m=0;d[p]===f;)g++,p++;for(var w=(d.length-p)*c+1>>>0,b=new Uint8Array(w);d[p];){var L=r[d.charCodeAt(p)];if(L===255)return;for(var E=0,B=w-1;(L!==0||E<m)&&B!==-1;B--,E++)L+=a*b[B]>>>0,b[B]=L%256>>>0,L=L/256>>>0;if(L!==0)throw new Error("Non-zero carry");m=E,p++}if(d[p]!==" "){for(var R=w-m;R!==w&&b[R]===0;)R++;for(var N=new Uint8Array(g+(w-R)),z=g;R!==w;)N[z++]=b[R++];return N}}}function y(d){var p=h(d);if(p)return p;throw new Error(`Non-${e} character`)}return{encode:l,decodeUnsafe:h,decode:y}}var Nh=Rh,Dh=Nh,Za=Dh;var r2=new Uint8Array(0);var Qa=(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},Ie=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 Xa=t=>new TextEncoder().encode(t),Ja=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")}},zi=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 t0(this,e)}},Gi=class{constructor(e){this.decoders=e}or(e){return t0(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`)}},t0=(t,e)=>new Gi({...t.decoders||{[t.prefix]:t},...e.decoders||{[e.prefix]:e}}),Wi=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 zi(e,r,i)}encode(e){return this.encoder.encode(e)}decode(e){return this.decoder.decode(e)}},Cr=({name:t,prefix:e,encode:r,decode:n})=>new Wi(t,e,r,n),Ge=({prefix:t,name:e,alphabet:r})=>{let{encode:n,decode:i}=Za(r,e);return Cr({prefix:t,name:e,encode:n,decode:o=>Ie(i(o))})},kh=(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,f=0,c=0;for(let u=0;u<o;++u){let l=i[t[u]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);f=f<<r|l,a+=r,a>=8&&(a-=8,s[c++]=255&f>>a)}if(a>=r||255&f<<8-a)throw new SyntaxError("Unexpected end of data");return s},Ph=(t,e,r)=>{let n=e[e.length-1]==="=",i=(1<<r)-1,o="",s=0,a=0;for(let f=0;f<t.length;++f)for(a=a<<8|t[f],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},wt=({name:t,prefix:e,bitsPerChar:r,alphabet:n})=>Cr({prefix:e,name:t,encode(i){return Ph(i,n,r)},decode(i){return kh(i,n,r,t)}});var Uh=Cr({prefix:"\0",name:"identity",encode:t=>Ja(t),decode:t=>Xa(t)});var Yi={};Rt(Yi,{base2:()=>Kh});var Kh=wt({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Zi={};Rt(Zi,{base8:()=>Oh});var Oh=wt({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Qi={};Rt(Qi,{base10:()=>Mh});var Mh=Ge({prefix:"9",name:"base10",alphabet:"0123456789"});var Xi={};Rt(Xi,{base16:()=>qh,base16upper:()=>Vh});var qh=wt({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Vh=wt({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Ji={};Rt(Ji,{base32:()=>Te,base32hex:()=>Gh,base32hexpad:()=>$h,base32hexpadupper:()=>Yh,base32hexupper:()=>Wh,base32pad:()=>Hh,base32padupper:()=>zh,base32upper:()=>Fh,base32z:()=>Zh});var Te=wt({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Fh=wt({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Hh=wt({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),zh=wt({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Gh=wt({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Wh=wt({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),$h=wt({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Yh=wt({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Zh=wt({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var ji={};Rt(ji,{base36:()=>Qh,base36upper:()=>Xh});var Qh=Ge({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Xh=Ge({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var to={};Rt(to,{base58btc:()=>It,base58flickr:()=>Jh});var It=Ge({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Jh=Ge({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var eo={};Rt(eo,{base64:()=>Mn,base64pad:()=>jh,base64url:()=>td,base64urlpad:()=>ed});var Mn=wt({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),jh=wt({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),td=wt({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),ed=wt({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var ro={};Rt(ro,{base256emoji:()=>sd});var e0=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}"),rd=e0.reduce((t,e,r)=>(t[r]=e,t),[]),nd=e0.reduce((t,e,r)=>(t[e.codePointAt(0)]=r,t),[]);function id(t){return t.reduce((e,r)=>(e+=rd[r],e),"")}function od(t){let e=[];for(let r of t){let n=nd[r.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${r}`);e.push(n)}return new Uint8Array(e)}var sd=Cr({prefix:"\u{1F680}",name:"base256emoji",encode:id,decode:od});var so={};Rt(so,{sha256:()=>qt,sha512:()=>Ad});var ad=i0,r0=128,fd=127,cd=~fd,ud=Math.pow(2,31);function i0(t,e,r){e=e||[],r=r||0;for(var n=r;t>=ud;)e[r++]=t&255|r0,t/=128;for(;t&cd;)e[r++]=t&255|r0,t>>>=7;return e[r]=t|0,i0.bytes=r-n+1,e}var ld=no,hd=128,n0=127;function no(t,n){var r=0,n=n||0,i=0,o=n,s,a=t.length;do{if(o>=a)throw no.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>=hd);return no.bytes=o-n,r}var dd=Math.pow(2,7),pd=Math.pow(2,14),yd=Math.pow(2,21),gd=Math.pow(2,28),xd=Math.pow(2,35),md=Math.pow(2,42),vd=Math.pow(2,49),bd=Math.pow(2,56),wd=Math.pow(2,63),Ed=function(t){return t<dd?1:t<pd?2:t<yd?3:t<gd?4:t<xd?5:t<md?6:t<vd?7:t<bd?8:t<wd?9:10},Bd={encode:ad,decode:ld,encodingLength:Ed},Sd=Bd,jr=Sd;var tn=(t,e=0)=>[jr.decode(t,e),jr.decode.bytes],Ir=(t,e,r=0)=>(jr.encode(t,e,r),e),Tr=t=>jr.encodingLength(t);var ye=(t,e)=>{let r=e.byteLength,n=Tr(t),i=n+Tr(r),o=new Uint8Array(i+r);return Ir(t,o,0),Ir(r,o,n),o.set(e,i),new _r(t,r,e,o)},cr=t=>{let e=Ie(t),[r,n]=tn(e),[i,o]=tn(e.subarray(n)),s=e.subarray(n+o);if(s.byteLength!==i)throw new Error("Incorrect length");return new _r(r,i,s,e)},o0=(t,e)=>{if(t===e)return!0;{let r=e;return t.code===r.code&&t.size===r.size&&r.bytes instanceof Uint8Array&&Qa(t.bytes,r.bytes)}},_r=class{constructor(e,r,n,i){this.code=e,this.size=r,this.digest=n,this.bytes=i}};var oo=({name:t,code:e,encode:r})=>new io(t,e,r),io=class{constructor(e,r,n){this.name=e,this.code=r,this.encode=n}digest(e){if(e instanceof Uint8Array){let r=this.encode(e);return r instanceof Uint8Array?ye(this.code,r):r.then(n=>ye(this.code,n))}else throw Error("Unknown type, must be binary type")}};var a0=t=>async e=>new Uint8Array(await crypto.subtle.digest(t,e)),qt=oo({name:"sha2-256",code:18,encode:a0("SHA-256")}),Ad=oo({name:"sha2-512",code:19,encode:a0("SHA-512")});var ao={};Rt(ao,{identity:()=>We});var f0=0,Cd="identity",c0=Ie,Id=t=>ye(f0,c0(t)),We={code:f0,name:Cd,encode:c0,digest:Id};var B2=new TextEncoder,S2=new TextDecoder;var u0=(t,e)=>{let{bytes:r,version:n}=t;switch(n){case 0:return Rd(r,fo(t),e||It.encoder);default:return Nd(r,fo(t),e||Te.encoder)}};var l0=new WeakMap,fo=t=>{let e=l0.get(t);if(e==null){let r=new Map;return l0.set(t,r),r}return e},ee=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!==en)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(r.code!==Dd)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return t.createV0(r)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:e,digest:r}=this.multihash,n=ye(e,r);return t.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(e){return t.equals(this,e)}static equals(e,r){let n=r;return n&&e.code===n.code&&e.version===n.version&&o0(e.multihash,n.multihash)}toString(e){return u0(this,e)}toJSON(){return{"/":u0(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||h0(n,i,o.bytes))}else if(r[kd]===!0){let{version:n,multihash:i,code:o}=r,s=cr(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!==en)throw new Error(`Version 0 CID must use dag-pb (code: ${en}) block encoding`);return new t(e,r,n,n.bytes)}case 1:{let i=h0(e,r,n.bytes);return new t(e,r,n,i)}default:throw new Error("Invalid version")}}static createV0(e){return t.create(0,en,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=Ie(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 _r(r.multihashCode,r.digestSize,o,i);return[r.version===0?t.createV0(s):t.createV1(r.codec,s),e.subarray(r.size)]}static inspectBytes(e){let r=0,n=()=>{let[l,h]=tn(e.subarray(r));return r+=h,l},i=n(),o=en;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(),f=n(),c=r+f,u=c-s;return{version:i,codec:o,multihashCode:a,digestSize:f,multihashSize:u,size:c}}static parse(e,r){let[n,i]=Ld(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}},Ld=(t,e)=>{switch(t[0]){case"Q":{let r=e||It;return[It.prefix,r.decode(`${It.prefix}${t}`)]}case It.prefix:{let r=e||It;return[It.prefix,r.decode(t)]}case Te.prefix:{let r=e||Te;return[Te.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)]}}},Rd=(t,e,r)=>{let{prefix:n}=r;if(n!==It.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},Nd=(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},en=112,Dd=18,h0=(t,e,r)=>{let n=Tr(t),i=n+Tr(e),o=new Uint8Array(i+r.byteLength);return Ir(t,o,0),Ir(e,o,n),o.set(r,i),o},kd=Symbol.for("@ipld/js-cid/CID");var $e={...$i,...Yi,...Zi,...Qi,...Xi,...Ji,...ji,...to,...eo,...ro},k2={...so,...ao};function _e(t=0){return globalThis.Buffer?.alloc!=null?fr(globalThis.Buffer.alloc(t)):new Uint8Array(t)}function Le(t=0){return globalThis.Buffer?.allocUnsafe!=null?fr(globalThis.Buffer.allocUnsafe(t)):new Uint8Array(t)}function p0(t,e,r,n){return{name:t,prefix:e,encoder:{name:t,prefix:e,encode:r},decoder:{decode:n}}}var d0=p0("utf8","u",t=>"u"+new TextDecoder("utf8").decode(t),t=>new TextEncoder().encode(t.substring(1))),co=p0("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=Le(t.length);for(let r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e}),Pd={utf8:d0,"utf-8":d0,hex:$e.base16,latin1:co,ascii:co,binary:co,...$e},Vn=Pd;function Pt(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?fr(globalThis.Buffer.from(t,"utf-8")):r.decoder.decode(`${r.prefix}${t}`)}var $o={};Rt($o,{Ed25519PrivateKey:()=>xr,Ed25519PublicKey:()=>fn,generateKeyPair:()=>r1,generateKeyPairFromSeed:()=>Lf,unmarshalEd25519PrivateKey:()=>t1,unmarshalEd25519PublicKey:()=>e1});function Tt(t,e){if(t===e)return!0;if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}function uo(t){if(!Number.isSafeInteger(t)||t<0)throw new Error(`Wrong positive integer: ${t}`)}function Ud(t){if(typeof t!="boolean")throw new Error(`Expected boolean, not ${t}`)}function y0(t,...e){if(!(t instanceof Uint8Array))throw new Error("Expected Uint8Array");if(e.length>0&&!e.includes(t.length))throw new Error(`Expected Uint8Array of length ${e}, not of length=${t.length}`)}function Kd(t){if(typeof t!="function"||typeof t.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");uo(t.outputLen),uo(t.blockLen)}function Od(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function Md(t,e){y0(t);let r=e.outputLen;if(t.length<r)throw new Error(`digestInto() expects output buffer of length at least ${r}`)}var qd={number:uo,bool:Ud,bytes:y0,hash:Kd,exists:Od,output:Md},Re=qd;var Fn=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;var g0=t=>t instanceof Uint8Array;var Hn=t=>new DataView(t.buffer,t.byteOffset,t.byteLength),re=(t,e)=>t<<32-e|t>>>e,Vd=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;if(!Vd)throw new Error("Non little-endian hardware is not supported");var Y2=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function lo(t){if(typeof t!="string")throw new Error(`utf8ToBytes expected string, got ${typeof t}`);return new Uint8Array(new TextEncoder().encode(t))}function rn(t){if(typeof t=="string"&&(t=lo(t)),!g0(t))throw new Error(`expected Uint8Array, got ${typeof t}`);return t}function zn(...t){let e=new Uint8Array(t.reduce((n,i)=>n+i.length,0)),r=0;return t.forEach(n=>{if(!g0(n))throw new Error("Uint8Array expected");e.set(n,r),r+=n.length}),e}var Lr=class{clone(){return this._cloneInto()}};function Ye(t){let e=n=>t().update(rn(n)).digest(),r=t();return e.outputLen=r.outputLen,e.blockLen=r.blockLen,e.create=()=>t(),e}function lr(t=32){if(Fn&&typeof Fn.getRandomValues=="function")return Fn.getRandomValues(new Uint8Array(t));throw new Error("crypto.getRandomValues must be defined")}function Fd(t,e,r,n){if(typeof t.setBigUint64=="function")return t.setBigUint64(e,r,n);let i=BigInt(32),o=BigInt(4294967295),s=Number(r>>i&o),a=Number(r&o),f=n?4:0,c=n?0:4;t.setUint32(e+f,s,n),t.setUint32(e+c,a,n)}var Rr=class extends Lr{constructor(e,r,n,i){super(),this.blockLen=e,this.outputLen=r,this.padOffset=n,this.isLE=i,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(e),this.view=Hn(this.buffer)}update(e){Re.exists(this);let{view:r,buffer:n,blockLen:i}=this;e=rn(e);let o=e.length;for(let s=0;s<o;){let a=Math.min(i-this.pos,o-s);if(a===i){let f=Hn(e);for(;i<=o-s;s+=i)this.process(f,s);continue}n.set(e.subarray(s,s+a),this.pos),this.pos+=a,s+=a,this.pos===i&&(this.process(r,0),this.pos=0)}return this.length+=e.length,this.roundClean(),this}digestInto(e){Re.exists(this),Re.output(e,this),this.finished=!0;let{buffer:r,view:n,blockLen:i,isLE:o}=this,{pos:s}=this;r[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>i-s&&(this.process(n,0),s=0);for(let l=s;l<i;l++)r[l]=0;Fd(n,i-8,BigInt(this.length*8),o),this.process(n,0);let a=Hn(e),f=this.outputLen;if(f%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let c=f/4,u=this.get();if(c>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<c;l++)a.setUint32(4*l,u[l],o)}digest(){let{buffer:e,outputLen:r}=this;this.digestInto(e);let n=e.slice(0,r);return this.destroy(),n}_cloneInto(e){e||(e=new this.constructor),e.set(...this.get());let{blockLen:r,buffer:n,length:i,finished:o,destroyed:s,pos:a}=this;return e.length=i,e.pos=a,e.finished=o,e.destroyed=s,i%r&&e.buffer.set(n),e}};var Gn=BigInt(4294967295),ho=BigInt(32);function x0(t,e=!1){return e?{h:Number(t&Gn),l:Number(t>>ho&Gn)}:{h:Number(t>>ho&Gn)|0,l:Number(t&Gn)|0}}function Hd(t,e=!1){let r=new Uint32Array(t.length),n=new Uint32Array(t.length);for(let i=0;i<t.length;i++){let{h:o,l:s}=x0(t[i],e);[r[i],n[i]]=[o,s]}return[r,n]}var zd=(t,e)=>BigInt(t>>>0)<<ho|BigInt(e>>>0),Gd=(t,e,r)=>t>>>r,Wd=(t,e,r)=>t<<32-r|e>>>r,$d=(t,e,r)=>t>>>r|e<<32-r,Yd=(t,e,r)=>t<<32-r|e>>>r,Zd=(t,e,r)=>t<<64-r|e>>>r-32,Qd=(t,e,r)=>t>>>r-32|e<<64-r,Xd=(t,e)=>e,Jd=(t,e)=>t,jd=(t,e,r)=>t<<r|e>>>32-r,tp=(t,e,r)=>e<<r|t>>>32-r,ep=(t,e,r)=>e<<r-32|t>>>64-r,rp=(t,e,r)=>t<<r-32|e>>>64-r;function np(t,e,r,n){let i=(e>>>0)+(n>>>0);return{h:t+r+(i/2**32|0)|0,l:i|0}}var ip=(t,e,r)=>(t>>>0)+(e>>>0)+(r>>>0),op=(t,e,r,n)=>e+r+n+(t/2**32|0)|0,sp=(t,e,r,n)=>(t>>>0)+(e>>>0)+(r>>>0)+(n>>>0),ap=(t,e,r,n,i)=>e+r+n+i+(t/2**32|0)|0,fp=(t,e,r,n,i)=>(t>>>0)+(e>>>0)+(r>>>0)+(n>>>0)+(i>>>0),cp=(t,e,r,n,i,o)=>e+r+n+i+o+(t/2**32|0)|0,up={fromBig:x0,split:Hd,toBig:zd,shrSH:Gd,shrSL:Wd,rotrSH:$d,rotrSL:Yd,rotrBH:Zd,rotrBL:Qd,rotr32H:Xd,rotr32L:Jd,rotlSH:jd,rotlSL:tp,rotlBH:ep,rotlBL:rp,add:np,add3L:ip,add3H:op,add4L:sp,add4H:ap,add5H:cp,add5L:fp},Y=up;var[lp,hp]=Y.split(["0x428a2f98d728ae22","0x7137449123ef65cd","0xb5c0fbcfec4d3b2f","0xe9b5dba58189dbbc","0x3956c25bf348b538","0x59f111f1b605d019","0x923f82a4af194f9b","0xab1c5ed5da6d8118","0xd807aa98a3030242","0x12835b0145706fbe","0x243185be4ee4b28c","0x550c7dc3d5ffb4e2","0x72be5d74f27b896f","0x80deb1fe3b1696b1","0x9bdc06a725c71235","0xc19bf174cf692694","0xe49b69c19ef14ad2","0xefbe4786384f25e3","0x0fc19dc68b8cd5b5","0x240ca1cc77ac9c65","0x2de92c6f592b0275","0x4a7484aa6ea6e483","0x5cb0a9dcbd41fbd4","0x76f988da831153b5","0x983e5152ee66dfab","0xa831c66d2db43210","0xb00327c898fb213f","0xbf597fc7beef0ee4","0xc6e00bf33da88fc2","0xd5a79147930aa725","0x06ca6351e003826f","0x142929670a0e6e70","0x27b70a8546d22ffc","0x2e1b21385c26c926","0x4d2c6dfc5ac42aed","0x53380d139d95b3df","0x650a73548baf63de","0x766a0abb3c77b2a8","0x81c2c92e47edaee6","0x92722c851482353b","0xa2bfe8a14cf10364","0xa81a664bbc423001","0xc24b8b70d0f89791","0xc76c51a30654be30","0xd192e819d6ef5218","0xd69906245565a910","0xf40e35855771202a","0x106aa07032bbd1b8","0x19a4c116b8d2d0c8","0x1e376c085141ab53","0x2748774cdf8eeb99","0x34b0bcb5e19b48a8","0x391c0cb3c5c95a63","0x4ed8aa4ae3418acb","0x5b9cca4f7763e373","0x682e6ff3d6b2b8a3","0x748f82ee5defb2fc","0x78a5636f43172f60","0x84c87814a1f0ab72","0x8cc702081a6439ec","0x90befffa23631e28","0xa4506cebde82bde9","0xbef9a3f7b2c67915","0xc67178f2e372532b","0xca273eceea26619c","0xd186b8c721c0c207","0xeada7dd6cde0eb1e","0xf57d4f7fee6ed178","0x06f067aa72176fba","0x0a637dc5a2c898a6","0x113f9804bef90dae","0x1b710b35131c471b","0x28db77f523047d84","0x32caab7b40c72493","0x3c9ebe0a15c9bebc","0x431d67c49c100d4c","0x4cc5d4becb3e42b6","0x597f299cfc657e2a","0x5fcb6fab3ad6faec","0x6c44198c4a475817"].map(t=>BigInt(t))),Ze=new Uint32Array(80),Qe=new Uint32Array(80),Nr=class extends Rr{constructor(){super(128,64,16,!1),this.Ah=1779033703,this.Al=-205731576,this.Bh=-1150833019,this.Bl=-2067093701,this.Ch=1013904242,this.Cl=-23791573,this.Dh=-1521486534,this.Dl=1595750129,this.Eh=1359893119,this.El=-1377402159,this.Fh=-1694144372,this.Fl=725511199,this.Gh=528734635,this.Gl=-79577749,this.Hh=1541459225,this.Hl=327033209}get(){let{Ah:e,Al:r,Bh:n,Bl:i,Ch:o,Cl:s,Dh:a,Dl:f,Eh:c,El:u,Fh:l,Fl:h,Gh:y,Gl:d,Hh:p,Hl:g}=this;return[e,r,n,i,o,s,a,f,c,u,l,h,y,d,p,g]}set(e,r,n,i,o,s,a,f,c,u,l,h,y,d,p,g){this.Ah=e|0,this.Al=r|0,this.Bh=n|0,this.Bl=i|0,this.Ch=o|0,this.Cl=s|0,this.Dh=a|0,this.Dl=f|0,this.Eh=c|0,this.El=u|0,this.Fh=l|0,this.Fl=h|0,this.Gh=y|0,this.Gl=d|0,this.Hh=p|0,this.Hl=g|0}process(e,r){for(let b=0;b<16;b++,r+=4)Ze[b]=e.getUint32(r),Qe[b]=e.getUint32(r+=4);for(let b=16;b<80;b++){let L=Ze[b-15]|0,E=Qe[b-15]|0,B=Y.rotrSH(L,E,1)^Y.rotrSH(L,E,8)^Y.shrSH(L,E,7),R=Y.rotrSL(L,E,1)^Y.rotrSL(L,E,8)^Y.shrSL(L,E,7),N=Ze[b-2]|0,z=Qe[b-2]|0,H=Y.rotrSH(N,z,19)^Y.rotrBH(N,z,61)^Y.shrSH(N,z,6),V=Y.rotrSL(N,z,19)^Y.rotrBL(N,z,61)^Y.shrSL(N,z,6),J=Y.add4L(R,V,Qe[b-7],Qe[b-16]),ft=Y.add4H(J,B,H,Ze[b-7],Ze[b-16]);Ze[b]=ft|0,Qe[b]=J|0}let{Ah:n,Al:i,Bh:o,Bl:s,Ch:a,Cl:f,Dh:c,Dl:u,Eh:l,El:h,Fh:y,Fl:d,Gh:p,Gl:g,Hh:m,Hl:w}=this;for(let b=0;b<80;b++){let L=Y.rotrSH(l,h,14)^Y.rotrSH(l,h,18)^Y.rotrBH(l,h,41),E=Y.rotrSL(l,h,14)^Y.rotrSL(l,h,18)^Y.rotrBL(l,h,41),B=l&y^~l&p,R=h&d^~h&g,N=Y.add5L(w,E,R,hp[b],Qe[b]),z=Y.add5H(N,m,L,B,lp[b],Ze[b]),H=N|0,V=Y.rotrSH(n,i,28)^Y.rotrBH(n,i,34)^Y.rotrBH(n,i,39),J=Y.rotrSL(n,i,28)^Y.rotrBL(n,i,34)^Y.rotrBL(n,i,39),ft=n&o^n&a^o&a,Kt=i&s^i&f^s&f;m=p|0,w=g|0,p=y|0,g=d|0,y=l|0,d=h|0,{h:l,l:h}=Y.add(c|0,u|0,z|0,H|0),c=a|0,u=f|0,a=o|0,f=s|0,o=n|0,s=i|0;let I=Y.add3L(H,J,Kt);n=Y.add3H(I,z,V,ft),i=I|0}({h:n,l:i}=Y.add(this.Ah|0,this.Al|0,n|0,i|0)),{h:o,l:s}=Y.add(this.Bh|0,this.Bl|0,o|0,s|0),{h:a,l:f}=Y.add(this.Ch|0,this.Cl|0,a|0,f|0),{h:c,l:u}=Y.add(this.Dh|0,this.Dl|0,c|0,u|0),{h:l,l:h}=Y.add(this.Eh|0,this.El|0,l|0,h|0),{h:y,l:d}=Y.add(this.Fh|0,this.Fl|0,y|0,d|0),{h:p,l:g}=Y.add(this.Gh|0,this.Gl|0,p|0,g|0),{h:m,l:w}=Y.add(this.Hh|0,this.Hl|0,m|0,w|0),this.set(n,i,o,s,a,f,c,u,l,h,y,d,p,g,m,w)}roundClean(){Ze.fill(0),Qe.fill(0)}destroy(){this.buffer.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}},po=class extends Nr{constructor(){super(),this.Ah=-1942145080,this.Al=424955298,this.Bh=1944164710,this.Bl=-1982016298,this.Ch=502970286,this.Cl=855612546,this.Dh=1738396948,this.Dl=1479516111,this.Eh=258812777,this.El=2077511080,this.Fh=2011393907,this.Fl=79989058,this.Gh=1067287976,this.Gl=1780299464,this.Hh=286451373,this.Hl=-1848208735,this.outputLen=28}},yo=class extends Nr{constructor(){super(),this.Ah=573645204,this.Al=-64227540,this.Bh=-1621794909,this.Bl=-934517566,this.Ch=596883563,this.Cl=1867755857,this.Dh=-1774684391,this.Dl=1497426621,this.Eh=-1775747358,this.El=-1467023389,this.Fh=-1101128155,this.Fl=1401305490,this.Gh=721525244,this.Gl=746961066,this.Hh=246885852,this.Hl=-2117784414,this.outputLen=32}},go=class extends Nr{constructor(){super(),this.Ah=-876896931,this.Al=-1056596264,this.Bh=1654270250,this.Bl=914150663,this.Ch=-1856437926,this.Cl=812702999,this.Dh=355462360,this.Dl=-150054599,this.Eh=1731405415,this.El=-4191439,this.Fh=-1900787065,this.Fl=1750603025,this.Gh=-619958771,this.Gl=1694076839,this.Hh=1203062813,this.Hl=-1090891868,this.outputLen=48}},xo=Ye(()=>new Nr),ng=Ye(()=>new po),ig=Ye(()=>new yo),og=Ye(()=>new go);var Yn={};Rt(Yn,{bitGet:()=>xp,bitLen:()=>gp,bitMask:()=>nn,bitSet:()=>mp,bytesToHex:()=>ge,bytesToNumberBE:()=>ne,bytesToNumberLE:()=>xe,concatBytes:()=>ie,createHmacDrbg:()=>bo,ensureBytes:()=>ht,equalBytes:()=>w0,hexToBytes:()=>hr,hexToNumber:()=>vo,numberToBytesBE:()=>Ne,numberToBytesLE:()=>Xe,numberToHexUnpadded:()=>b0,numberToVarBytesBE:()=>yp,utf8ToBytes:()=>E0,validateObject:()=>Qt});var v0=BigInt(0),Wn=BigInt(1),dp=BigInt(2),$n=t=>t instanceof Uint8Array,pp=Array.from({length:256},(t,e)=>e.toString(16).padStart(2,"0"));function ge(t){if(!$n(t))throw new Error("Uint8Array expected");let e="";for(let r=0;r<t.length;r++)e+=pp[t[r]];return e}function b0(t){let e=t.toString(16);return e.length&1?`0${e}`:e}function vo(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);return BigInt(t===""?"0":`0x${t}`)}function hr(t){if(typeof t!="string")throw new Error("hex string expected, got "+typeof t);let e=t.length;if(e%2)throw new Error("padded hex string expected, got unpadded hex of length "+e);let r=new Uint8Array(e/2);for(let n=0;n<r.length;n++){let i=n*2,o=t.slice(i,i+2),s=Number.parseInt(o,16);if(Number.isNaN(s)||s<0)throw new Error("Invalid byte sequence");r[n]=s}return r}function ne(t){return vo(ge(t))}function xe(t){if(!$n(t))throw new Error("Uint8Array expected");return vo(ge(Uint8Array.from(t).reverse()))}function Ne(t,e){return hr(t.toString(16).padStart(e*2,"0"))}function Xe(t,e){return Ne(t,e).reverse()}function yp(t){return hr(b0(t))}function ht(t,e,r){let n;if(typeof e=="string")try{n=hr(e)}catch(o){throw new Error(`${t} must be valid hex string, got "${e}". Cause: ${o}`)}else if($n(e))n=Uint8Array.from(e);else throw new Error(`${t} must be hex string or Uint8Array`);let i=n.length;if(typeof r=="number"&&i!==r)throw new Error(`${t} expected ${r} bytes, got ${i}`);return n}function ie(...t){let e=new Uint8Array(t.reduce((n,i)=>n+i.length,0)),r=0;return t.forEach(n=>{if(!$n(n))throw new Error("Uint8Array expected");e.set(n,r),r+=n.length}),e}function w0(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 E0(t){if(typeof t!="string")throw new Error(`utf8ToBytes expected string, got ${typeof t}`);return new Uint8Array(new TextEncoder().encode(t))}function gp(t){let e;for(e=0;t>v0;t>>=Wn,e+=1);return e}function xp(t,e){return t>>BigInt(e)&Wn}var mp=(t,e,r)=>t|(r?Wn:v0)<<BigInt(e),nn=t=>(dp<<BigInt(t-1))-Wn,mo=t=>new Uint8Array(t),m0=t=>Uint8Array.from(t);function bo(t,e,r){if(typeof t!="number"||t<2)throw new Error("hashLen must be a number");if(typeof e!="number"||e<2)throw new Error("qByteLen must be a number");if(typeof r!="function")throw new Error("hmacFn must be a function");let n=mo(t),i=mo(t),o=0,s=()=>{n.fill(1),i.fill(0),o=0},a=(...l)=>r(i,n,...l),f=(l=mo())=>{i=a(m0([0]),l),n=a(),l.length!==0&&(i=a(m0([1]),l),n=a())},c=()=>{if(o++>=1e3)throw new Error("drbg: tried 1000 values");let l=0,h=[];for(;l<e;){n=a();let y=n.slice();h.push(y),l+=n.length}return ie(...h)};return(l,h)=>{s(),f(l);let y;for(;!(y=h(c()));)f();return s(),y}}var vp={bigint:t=>typeof t=="bigint",function:t=>typeof t=="function",boolean:t=>typeof t=="boolean",string:t=>typeof t=="string",isSafeInteger:t=>Number.isSafeInteger(t),array:t=>Array.isArray(t),field:(t,e)=>e.Fp.isValid(t),hash:t=>typeof t=="function"&&Number.isSafeInteger(t.outputLen)};function Qt(t,e,r={}){let n=(i,o,s)=>{let a=vp[o];if(typeof a!="function")throw new Error(`Invalid validator "${o}", expected function`);let f=t[i];if(!(s&&f===void 0)&&!a(f,t))throw new Error(`Invalid param ${String(i)}=${f} (${typeof f}), expected ${o}`)};for(let[i,o]of Object.entries(e))n(i,o,!1);for(let[i,o]of Object.entries(r))n(i,o,!0);return t}var _t=BigInt(0),xt=BigInt(1),dr=BigInt(2),bp=BigInt(3),wo=BigInt(4),B0=BigInt(5),S0=BigInt(8),wp=BigInt(9),Ep=BigInt(16);function st(t,e){let r=t%e;return r>=_t?r:e+r}function A0(t,e,r){if(r<=_t||e<_t)throw new Error("Expected power/modulo > 0");if(r===xt)return _t;let n=xt;for(;e>_t;)e&xt&&(n=n*t%r),t=t*t%r,e>>=xt;return n}function mt(t,e,r){let n=t;for(;e-- >_t;)n*=n,n%=r;return n}function Zn(t,e){if(t===_t||e<=_t)throw new Error(`invert: expected positive integers, got n=${t} mod=${e}`);let r=st(t,e),n=e,i=_t,o=xt,s=xt,a=_t;for(;r!==_t;){let c=n/r,u=n%r,l=i-s*c,h=o-a*c;n=r,r=u,i=s,o=a,s=l,a=h}if(n!==xt)throw new Error("invert: does not exist");return st(i,e)}function Bp(t){let e=(t-xt)/dr,r,n,i;for(r=t-xt,n=0;r%dr===_t;r/=dr,n++);for(i=dr;i<t&&A0(i,e,t)!==t-xt;i++);if(n===1){let s=(t+xt)/wo;return function(f,c){let u=f.pow(c,s);if(!f.eql(f.sqr(u),c))throw new Error("Cannot find square root");return u}}let o=(r+xt)/dr;return function(a,f){if(a.pow(f,e)===a.neg(a.ONE))throw new Error("Cannot find square root");let c=n,u=a.pow(a.mul(a.ONE,i),r),l=a.pow(f,o),h=a.pow(f,r);for(;!a.eql(h,a.ONE);){if(a.eql(h,a.ZERO))return a.ZERO;let y=1;for(let p=a.sqr(h);y<c&&!a.eql(p,a.ONE);y++)p=a.sqr(p);let d=a.pow(u,xt<<BigInt(c-y-1));u=a.sqr(d),l=a.mul(l,d),h=a.mul(h,u),c=y}return l}}function Sp(t){if(t%wo===bp){let e=(t+xt)/wo;return function(n,i){let o=n.pow(i,e);if(!n.eql(n.sqr(o),i))throw new Error("Cannot find square root");return o}}if(t%S0===B0){let e=(t-B0)/S0;return function(n,i){let o=n.mul(i,dr),s=n.pow(o,e),a=n.mul(i,s),f=n.mul(n.mul(a,dr),s),c=n.mul(a,n.sub(f,n.ONE));if(!n.eql(n.sqr(c),i))throw new Error("Cannot find square root");return c}}return t%Ep,Bp(t)}var C0=(t,e)=>(st(t,e)&xt)===xt,Ap=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Eo(t){let e={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},r=Ap.reduce((n,i)=>(n[i]="function",n),e);return Qt(t,r)}function Cp(t,e,r){if(r<_t)throw new Error("Expected power > 0");if(r===_t)return t.ONE;if(r===xt)return e;let n=t.ONE,i=e;for(;r>_t;)r&xt&&(n=t.mul(n,i)),i=t.sqr(i),r>>=xt;return n}function Ip(t,e){let r=new Array(e.length),n=e.reduce((o,s,a)=>t.is0(s)?o:(r[a]=o,t.mul(o,s)),t.ONE),i=t.inv(n);return e.reduceRight((o,s,a)=>t.is0(s)?o:(r[a]=t.mul(o,r[a]),t.mul(o,s)),i),r}function Qn(t,e){let r=e!==void 0?e:t.toString(2).length,n=Math.ceil(r/8);return{nBitLength:r,nByteLength:n}}function Xn(t,e,r=!1,n={}){if(t<=_t)throw new Error(`Expected Fp ORDER > 0, got ${t}`);let{nBitLength:i,nByteLength:o}=Qn(t,e);if(o>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=Sp(t),a=Object.freeze({ORDER:t,BITS:i,BYTES:o,MASK:nn(i),ZERO:_t,ONE:xt,create:f=>st(f,t),isValid:f=>{if(typeof f!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof f}`);return _t<=f&&f<t},is0:f=>f===_t,isOdd:f=>(f&xt)===xt,neg:f=>st(-f,t),eql:(f,c)=>f===c,sqr:f=>st(f*f,t),add:(f,c)=>st(f+c,t),sub:(f,c)=>st(f-c,t),mul:(f,c)=>st(f*c,t),pow:(f,c)=>Cp(a,f,c),div:(f,c)=>st(f*Zn(c,t),t),sqrN:f=>f*f,addN:(f,c)=>f+c,subN:(f,c)=>f-c,mulN:(f,c)=>f*c,inv:f=>Zn(f,t),sqrt:n.sqrt||(f=>s(a,f)),invertBatch:f=>Ip(a,f),cmov:(f,c,u)=>u?c:f,toBytes:f=>r?Xe(f,o):Ne(f,o),fromBytes:f=>{if(f.length!==o)throw new Error(`Fp.fromBytes: expected ${o}, got ${f.length}`);return r?xe(f):ne(f)}});return Object.freeze(a)}function I0(t,e){if(!t.isOdd)throw new Error("Field doesn't have isOdd");let r=t.sqrt(e);return t.isOdd(r)?t.neg(r):r}function T0(t,e,r=!1){t=ht("privateHash",t);let n=t.length,i=Qn(e).nByteLength+8;if(i<24||n<i||n>1024)throw new Error(`hashToPrivateScalar: expected ${i}-1024 bytes of input, got ${n}`);let o=r?xe(t):ne(t);return st(o,e-xt)+xt}var _p=BigInt(0),Bo=BigInt(1);function Jn(t,e){let r=(i,o)=>{let s=o.negate();return i?s:o},n=i=>{let o=Math.ceil(e/i)+1,s=2**(i-1);return{windows:o,windowSize:s}};return{constTimeNegate:r,unsafeLadder(i,o){let s=t.ZERO,a=i;for(;o>_p;)o&Bo&&(s=s.add(a)),a=a.double(),o>>=Bo;return s},precomputeWindow(i,o){let{windows:s,windowSize:a}=n(o),f=[],c=i,u=c;for(let l=0;l<s;l++){u=c,f.push(u);for(let h=1;h<a;h++)u=u.add(c),f.push(u);c=u.double()}return f},wNAF(i,o,s){let{windows:a,windowSize:f}=n(i),c=t.ZERO,u=t.BASE,l=BigInt(2**i-1),h=2**i,y=BigInt(i);for(let d=0;d<a;d++){let p=d*f,g=Number(s&l);s>>=y,g>f&&(g-=h,s+=Bo);let m=p,w=p+Math.abs(g)-1,b=d%2!==0,L=g<0;g===0?u=u.add(r(b,o[m])):c=c.add(r(L,o[w]))}return{p:c,f:u}},wNAFCached(i,o,s,a){let f=i._WINDOW_SIZE||1,c=o.get(i);return c||(c=this.precomputeWindow(i,f),f!==1&&o.set(i,a(c))),this.wNAF(f,c,s)}}}function on(t){return Eo(t.Fp),Qt(t,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Qn(t.n,t.nBitLength),...t,p:t.Fp.ORDER})}var oe=BigInt(0),Wt=BigInt(1),jn=BigInt(2),Lp=BigInt(8),Rp={zip215:!0};function Np(t){let e=on(t);return Qt(t,{hash:"function",a:"bigint",d:"bigint",randomBytes:"function"},{adjustScalarBytes:"function",domain:"function",uvRatio:"function",mapToCurve:"function"}),Object.freeze({...e})}function ti(t){let e=Np(t),{Fp:r,n,prehash:i,hash:o,randomBytes:s,nByteLength:a,h:f}=e,c=jn<<BigInt(a*8)-Wt,u=r.create,l=e.uvRatio||((D,A)=>{try{return{isValid:!0,value:r.sqrt(D*r.inv(A))}}catch{return{isValid:!1,value:oe}}}),h=e.adjustScalarBytes||(D=>D),y=e.domain||((D,A,K)=>{if(A.length||K)throw new Error("Contexts/pre-hash are not supported");return D}),d=D=>typeof D=="bigint"&&oe<D,p=(D,A)=>d(D)&&d(A)&&D<A,g=D=>D===oe||p(D,c);function m(D,A){if(p(D,A))return D;throw new Error(`Expected valid scalar < ${A}, got ${typeof D} ${D}`)}function w(D){return D===oe?D:m(D,n)}let b=new Map;function L(D){if(!(D instanceof E))throw new Error("ExtendedPoint expected")}class E{constructor(A,K,O,F){if(this.ex=A,this.ey=K,this.ez=O,this.et=F,!g(A))throw new Error("x required");if(!g(K))throw new Error("y required");if(!g(O))throw new Error("z required");if(!g(F))throw new Error("t required")}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static fromAffine(A){if(A instanceof E)throw new Error("extended point not allowed");let{x:K,y:O}=A||{};if(!g(K)||!g(O))throw new Error("invalid affine point");return new E(K,O,Wt,u(K*O))}static normalizeZ(A){let K=r.invertBatch(A.map(O=>O.ez));return A.map((O,F)=>O.toAffine(K[F])).map(E.fromAffine)}_setWindowSize(A){this._WINDOW_SIZE=A,b.delete(this)}assertValidity(){let{a:A,d:K}=e;if(this.is0())throw new Error("bad point: ZERO");let{ex:O,ey:F,ez:Z,et:j}=this,at=u(O*O),tt=u(F*F),it=u(Z*Z),Bt=u(it*it),bt=u(at*A),Ot=u(it*u(bt+tt)),Mt=u(Bt+u(K*u(at*tt)));if(Ot!==Mt)throw new Error("bad point: equation left != right (1)");let Ct=u(O*F),Vt=u(Z*j);if(Ct!==Vt)throw new Error("bad point: equation left != right (2)")}equals(A){L(A);let{ex:K,ey:O,ez:F}=this,{ex:Z,ey:j,ez:at}=A,tt=u(K*at),it=u(Z*F),Bt=u(O*at),bt=u(j*F);return tt===it&&Bt===bt}is0(){return this.equals(E.ZERO)}negate(){return new E(u(-this.ex),this.ey,this.ez,u(-this.et))}double(){let{a:A}=e,{ex:K,ey:O,ez:F}=this,Z=u(K*K),j=u(O*O),at=u(jn*u(F*F)),tt=u(A*Z),it=K+O,Bt=u(u(it*it)-Z-j),bt=tt+j,Ot=bt-at,Mt=tt-j,Ct=u(Bt*Ot),Vt=u(bt*Mt),Be=u(Bt*Mt),rr=u(Ot*bt);return new E(Ct,Vt,rr,Be)}add(A){L(A);let{a:K,d:O}=e,{ex:F,ey:Z,ez:j,et:at}=this,{ex:tt,ey:it,ez:Bt,et:bt}=A;if(K===BigInt(-1)){let As=u((Z-F)*(it+tt)),Cs=u((Z+F)*(it-tt)),bi=u(Cs-As);if(bi===oe)return this.double();let Is=u(j*jn*bt),Ts=u(at*jn*Bt),_s=Ts+Is,Ls=Cs+As,Rs=Ts-Is,Xc=u(_s*bi),Jc=u(Ls*Rs),jc=u(_s*Rs),tu=u(bi*Ls);return new E(Xc,Jc,tu,jc)}let Ot=u(F*tt),Mt=u(Z*it),Ct=u(at*O*bt),Vt=u(j*Bt),Be=u((F+Z)*(tt+it)-Ot-Mt),rr=Vt-Ct,Wr=Vt+Ct,Ss=u(Mt-K*Ot),$c=u(Be*rr),Yc=u(Wr*Ss),Zc=u(Be*Ss),Qc=u(rr*Wr);return new E($c,Yc,Qc,Zc)}subtract(A){return this.add(A.negate())}wNAF(A){return N.wNAFCached(this,b,A,E.normalizeZ)}multiply(A){let{p:K,f:O}=this.wNAF(m(A,n));return E.normalizeZ([K,O])[0]}multiplyUnsafe(A){let K=w(A);return K===oe?R:this.equals(R)||K===Wt?this:this.equals(B)?this.wNAF(K).p:N.unsafeLadder(this,K)}isSmallOrder(){return this.multiplyUnsafe(f).is0()}isTorsionFree(){return N.unsafeLadder(this,n).is0()}toAffine(A){let{ex:K,ey:O,ez:F}=this,Z=this.is0();A==null&&(A=Z?Lp:r.inv(F));let j=u(K*A),at=u(O*A),tt=u(F*A);if(Z)return{x:oe,y:Wt};if(tt!==Wt)throw new Error("invZ was invalid");return{x:j,y:at}}clearCofactor(){let{h:A}=e;return A===Wt?this:this.multiplyUnsafe(A)}static fromHex(A,K=!1){let{d:O,a:F}=e,Z=r.BYTES;A=ht("pointHex",A,Z);let j=A.slice(),at=A[Z-1];j[Z-1]=at&-129;let tt=xe(j);tt===oe||(K?m(tt,c):m(tt,r.ORDER));let it=u(tt*tt),Bt=u(it-Wt),bt=u(O*it-F),{isValid:Ot,value:Mt}=l(Bt,bt);if(!Ot)throw new Error("Point.fromHex: invalid y coordinate");let Ct=(Mt&Wt)===Wt,Vt=(at&128)!==0;if(!K&&Mt===oe&&Vt)throw new Error("Point.fromHex: x=0 and x_0=1");return Vt!==Ct&&(Mt=u(-Mt)),E.fromAffine({x:Mt,y:tt})}static fromPrivateKey(A){return V(A).point}toRawBytes(){let{x:A,y:K}=this.toAffine(),O=Xe(K,r.BYTES);return O[O.length-1]|=A&Wt?128:0,O}toHex(){return ge(this.toRawBytes())}}E.BASE=new E(e.Gx,e.Gy,Wt,u(e.Gx*e.Gy)),E.ZERO=new E(oe,Wt,Wt,oe);let{BASE:B,ZERO:R}=E,N=Jn(E,a*8);function z(D){return st(D,n)}function H(D){return z(xe(D))}function V(D){let A=a;D=ht("private key",D,A);let K=ht("hashed private key",o(D),2*A),O=h(K.slice(0,A)),F=K.slice(A,2*A),Z=H(O),j=B.multiply(Z),at=j.toRawBytes();return{head:O,prefix:F,scalar:Z,point:j,pointBytes:at}}function J(D){return V(D).pointBytes}function ft(D=new Uint8Array,...A){let K=ie(...A);return H(o(y(K,ht("context",D),!!i)))}function Kt(D,A,K={}){D=ht("message",D),i&&(D=i(D));let{prefix:O,scalar:F,pointBytes:Z}=V(A),j=ft(K.context,O,D),at=B.multiply(j).toRawBytes(),tt=ft(K.context,at,Z,D),it=z(j+tt*F);w(it);let Bt=ie(at,Xe(it,r.BYTES));return ht("result",Bt,a*2)}let I=Rp;function k(D,A,K,O=I){let{context:F,zip215:Z}=O,j=r.BYTES;D=ht("signature",D,2*j),A=ht("message",A),i&&(A=i(A));let at=xe(D.slice(j,2*j)),tt,it,Bt;try{tt=E.fromHex(K,Z),it=E.fromHex(D.slice(0,j),Z),Bt=B.multiplyUnsafe(at)}catch{return!1}if(!Z&&tt.isSmallOrder())return!1;let bt=ft(F,it.toRawBytes(),tt.toRawBytes(),A);return it.add(tt.multiplyUnsafe(bt)).subtract(Bt).clearCofactor().equals(E.ZERO)}return B._setWindowSize(8),{CURVE:e,getPublicKey:J,sign:Kt,verify:k,ExtendedPoint:E,utils:{getExtendedPublicKey:V,randomPrivateKey:()=>s(r.BYTES),precompute(D=8,A=E.BASE){return A._setWindowSize(D),A.multiply(BigInt(3)),A}}}}var xg=BigInt(0),mg=BigInt(1);var Ao=BigInt("57896044618658097711785492504343953926634992332820282019728792003956564819949"),_0=BigInt("19681161376707505956807079304988542015446066515923890162744021073123829784752"),Ng=BigInt(0),kp=BigInt(1),So=BigInt(2),Pp=BigInt(5),L0=BigInt(10),Up=BigInt(20),Kp=BigInt(40),R0=BigInt(80);function Op(t){let e=Ao,n=t*t%e*t%e,i=mt(n,So,e)*n%e,o=mt(i,kp,e)*t%e,s=mt(o,Pp,e)*o%e,a=mt(s,L0,e)*s%e,f=mt(a,Up,e)*a%e,c=mt(f,Kp,e)*f%e,u=mt(c,R0,e)*c%e,l=mt(u,R0,e)*c%e,h=mt(l,L0,e)*s%e;return{pow_p_5_8:mt(h,So,e)*t%e,b2:n}}function Mp(t){return t[0]&=248,t[31]&=127,t[31]|=64,t}function qp(t,e){let r=Ao,n=st(e*e*e,r),i=st(n*n*e,r),o=Op(t*i).pow_p_5_8,s=st(t*n*o,r),a=st(e*s*s,r),f=s,c=st(s*_0,r),u=a===t,l=a===st(-t,r),h=a===st(-t*_0,r);return u&&(s=f),(l||h)&&(s=c),C0(s,r)&&(s=st(-s,r)),{isValid:u||l,value:s}}var De=Xn(Ao,void 0,!0),Co={a:BigInt(-1),d:BigInt("37095705934669439343138083508754565189542113879843219016388785533085940283555"),Fp:De,n:BigInt("7237005577332262213973186563042994240857116359379907606001950938285454250989"),h:BigInt(8),Gx:BigInt("15112221349535400772501151409588531511454012693041857206046113283949847762202"),Gy:BigInt("46316835694926478169428394003475163141307993866256225615783033603165251855960"),hash:xo,randomBytes:lr,adjustScalarBytes:Mp,uvRatio:qp},Dr=ti(Co);function N0(t,e,r){if(e.length>255)throw new Error("Context is too big");return zn(lo("SigEd25519 no Ed25519 collisions"),new Uint8Array([r?1:0,e.length]),e,t)}var Dg=ti({...Co,domain:N0}),kg=ti({...Co,domain:N0,prehash:xo});var Vp=(De.ORDER+BigInt(3))/BigInt(8),Pg=De.pow(So,Vp),Ug=De.sqrt(De.neg(De.ONE)),Kg=(De.ORDER-BigInt(5))/BigInt(8),Og=BigInt(486662);var Mg=I0(De,De.neg(BigInt(486664)));var qg=BigInt("25063068953384623474111414158702152701244531502492656460079210482610430750235"),Vg=BigInt("54469307008909316920995813868745141605393597292927456921205312896311721017578"),Fg=BigInt("1159843021668779879193775521855586647937357759715417654439879720876111806838"),Hg=BigInt("40440834346308536858101042469323190826248399146238708352240133220865137265952");var zg=BigInt("0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");var kr=32,ke=64,ei=32;async function D0(){let t=Dr.utils.randomPrivateKey(),e=Dr.getPublicKey(t);return{privateKey:K0(t,e),publicKey:e}}async function k0(t){if(t.length!==ei)throw new TypeError('"seed" must be 32 bytes in length.');if(!(t instanceof Uint8Array))throw new TypeError('"seed" must be a node.js Buffer, or Uint8Array.');let e=t,r=Dr.getPublicKey(e);return{privateKey:K0(e,r),publicKey:r}}async function P0(t,e){let r=t.subarray(0,ei);return Dr.sign(e,r)}async function U0(t,e,r){return Dr.verify(e,r,t)}function K0(t,e){let r=new Uint8Array(ke);for(let n=0;n<ei;n++)r[n]=t[n],r[ei+n]=e[n];return r}function Lt(t,e){e==null&&(e=t.reduce((i,o)=>i+o.length,0));let r=Le(e),n=0;for(let i of t)r.set(i,n),n+=i.length;return fr(r)}var Gt={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 Io={alg:"A128GCM",ext:!0,k:"scm9jmO_4BJAgdwWGVulLg",key_ops:["encrypt","decrypt"],kty:"oct"};function To(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=Gt.get();r*=8;async function f(l,h){let y=a.getRandomValues(new Uint8Array(o)),d=a.getRandomValues(new Uint8Array(n)),p={name:e,iv:d};typeof h=="string"&&(h=Pt(h));let g;if(h.length===0){g=await a.subtle.importKey("jwk",Io,{name:"AES-GCM"},!0,["encrypt"]);try{let w={name:"PBKDF2",salt:y,iterations:s,hash:{name:i}},b=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(w,b,{name:e,length:r},!0,["encrypt"])}catch{g=await a.subtle.importKey("jwk",Io,{name:"AES-GCM"},!0,["encrypt"])}}else{let w={name:"PBKDF2",salt:y,iterations:s,hash:{name:i}},b=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);g=await a.subtle.deriveKey(w,b,{name:e,length:r},!0,["encrypt"])}let m=await a.subtle.encrypt(p,g,l);return Lt([y,p.iv,new Uint8Array(m)])}async function c(l,h){let y=l.subarray(0,o),d=l.subarray(o,o+n),p=l.subarray(o+n),g={name:e,iv:d};typeof h=="string"&&(h=Pt(h));let m;if(h.length===0)try{let b={name:"PBKDF2",salt:y,iterations:s,hash:{name:i}},L=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);m=await a.subtle.deriveKey(b,L,{name:e,length:r},!0,["decrypt"])}catch{m=await a.subtle.importKey("jwk",Io,{name:"AES-GCM"},!0,["decrypt"])}else{let b={name:"PBKDF2",salt:y,iterations:s,hash:{name:i}},L=await a.subtle.importKey("raw",h,{name:"PBKDF2"},!1,["deriveKey"]);m=await a.subtle.deriveKey(b,L,{name:e,length:r},!0,["decrypt"])}let w=await a.subtle.decrypt(g,m,p);return new Uint8Array(w)}return{encrypt:f,decrypt:c}}async function Pr(t,e){let n=await To().encrypt(t,e);return Mn.encode(n)}var Vo=St(Do(),1),Cf=St(mf(),1),If=St(yr(),1),Fo=St(qo(),1),Tf=St(Af(),1);function Xp(){If.default._configure(),Vo.default._configure(Cf.default),Fo.default._configure(Tf.default)}Xp();var _f=["uint64","int64","sint64","fixed64","sfixed64"];function Jp(t){for(let e of _f){if(t[e]==null)continue;let r=t[e];t[e]=function(){return BigInt(r.call(this).toString())}}return t}function Ho(t){return Jp(new Vo.default(t))}function jp(t){for(let e of _f){if(t[e]==null)continue;let r=t[e];t[e]=function(n){return r.call(this,n.toString())}}return t}function zo(){return jp(Fo.default.create())}function Pe(t,e){let r=Ho(t instanceof Uint8Array?t:t.subarray());return e.decode(r)}function Ue(t,e){let r=zo();return e.encode(t,r,{lengthDelimited:!1}),r.finish()}var Kr;(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"})(Kr||(Kr={}));function si(t,e,r,n){return{name:t,type:e,encode:r,decode:n}}function Go(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 si("enum",Kr.VARINT,r,n)}function Ke(t,e){return si("message",Kr.LENGTH_DELIMITED,t,e)}var vt;(function(t){t.RSA="RSA",t.Ed25519="Ed25519",t.Secp256k1="Secp256k1"})(vt||(vt={}));var Wo;(function(t){t[t.RSA=0]="RSA",t[t.Ed25519=1]="Ed25519",t[t.Secp256k1=2]="Secp256k1"})(Wo||(Wo={}));(function(t){t.codec=()=>Go(Wo)})(vt||(vt={}));var be;(function(t){let e;t.codec=()=>(e==null&&(e=Ke((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),vt.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=vt.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),e),t.encode=r=>Ue(r,t.codec()),t.decode=r=>Pe(r,t.codec())})(be||(be={}));var we;(function(t){let e;t.codec=()=>(e==null&&(e=Ke((r,n,i={})=>{i.lengthDelimited!==!1&&n.fork(),r.Type!=null&&(n.uint32(8),vt.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=vt.codec().decode(r);break;case 2:i.Data=r.bytes();break;default:r.skipType(s&7);break}}return i})),e),t.encode=r=>Ue(r,t.codec()),t.decode=r=>Pe(r,t.codec())})(we||(we={}));var fn=class{_key;constructor(e){this._key=Or(e,kr)}async verify(e,r){return U0(this._key,r,e)}marshal(){return this._key}get bytes(){return be.encode({Type:vt.Ed25519,Data:this.marshal()}).subarray()}equals(e){return Tt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await qt.digest(this.bytes);return e}},xr=class{_key;_publicKey;constructor(e,r){this._key=Or(e,ke),this._publicKey=Or(r,kr)}async sign(e){return P0(this._key,e)}get public(){return new fn(this._publicKey)}marshal(){return this._key}get bytes(){return we.encode({Type:vt.Ed25519,Data:this.marshal()}).subarray()}equals(e){return Tt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await qt.digest(this.bytes);return e}async id(){let e=We.digest(this.public.bytes);return It.encode(e.bytes).substring(1)}async export(e,r="libp2p-key"){if(r==="libp2p-key")return Pr(this.bytes,e);throw new Q(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function t1(t){if(t.length>ke){t=Or(t,ke+kr);let n=t.subarray(0,ke),i=t.subarray(ke,t.length);return new xr(n,i)}t=Or(t,ke);let e=t.subarray(0,ke),r=t.subarray(kr);return new xr(e,r)}function e1(t){return t=Or(t,kr),new fn(t)}async function r1(){let{privateKey:t,publicKey:e}=await D0();return new xr(t,e)}async function Lf(t){let{privateKey:e,publicKey:r}=await k0(t);return new xr(e,r)}function Or(t,e){if(t=Uint8Array.from(t??[]),t.length!==e)throw new Q(`Key must be a Uint8Array of length ${e}, got ${t.length}`,"ERR_INVALID_KEY_TYPE");return t}function ut(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 Mx=St(At(),1),qx=St(Pn(),1),Rf=St(ct(),1);function fe(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=Lt([new Uint8Array(e-r.length),r])}return ut(r,"base64url")}function $t(t){let e=Nf(t);return new Rf.default.jsbn.BigInteger(ut(e,"base16"),16)}function Nf(t,e){let r=Pt(t,"base64urlpad");if(e!=null){if(r.length>e)throw new Error("byte array longer than desired length");r=Lt([new Uint8Array(e-r.length),r])}return r}var n1={"P-256":256,"P-384":384,"P-521":521},i1=Object.keys(n1),Xx=i1.join(" / ");var Jo={};Rt(Jo,{MAX_KEY_SIZE:()=>hn,RsaPrivateKey:()=>Mr,RsaPublicKey:()=>ln,fromJwk:()=>y1,generateKeyPair:()=>g1,unmarshalRsaPrivateKey:()=>d1,unmarshalRsaPublicKey:()=>p1});var un=St(ct(),1);var Pm=St(Kf(),1);function fi(t){if(isNaN(t)||t<=0)throw new Q("random bytes length must be a Number bigger than 0","ERR_INVALID_LENGTH");return lr(t)}var xm=St(On(),1),Qo=St(ct(),1);function Of(t,e){return e.map(r=>$t(t[r]))}function Mf(t){return Qo.default.pki.setRsaPrivateKey(...Of(t,["n","e","d","p","q","dp","dq","qi"]))}function qf(t){return Qo.default.pki.setRsaPublicKey(...Of(t,["n","e"]))}var vr={};Rt(vr,{jwkToPkcs1:()=>f1,jwkToPkix:()=>u1,pkcs1ToJwk:()=>a1,pkixToJwk:()=>c1});var bm=St(Qr(),1),wm=St(On(),1);var Oe=St(ct(),1);function a1(t){let e=Oe.default.asn1.fromDer(ut(t,"ascii")),r=Oe.default.pki.privateKeyFromAsn1(e);return{kty:"RSA",n:fe(r.n),e:fe(r.e),d:fe(r.d),p:fe(r.p),q:fe(r.q),dp:fe(r.dP),dq:fe(r.dQ),qi:fe(r.qInv),alg:"RS256"}}function f1(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 Q("JWK was missing components","ERR_INVALID_PARAMETERS");let e=Oe.default.pki.privateKeyToAsn1({n:$t(t.n),e:$t(t.e),d:$t(t.d),p:$t(t.p),q:$t(t.q),dP:$t(t.dp),dQ:$t(t.dq),qInv:$t(t.qi)});return Pt(Oe.default.asn1.toDer(e).getBytes(),"ascii")}function c1(t){let e=Oe.default.asn1.fromDer(ut(t,"ascii")),r=Oe.default.pki.publicKeyFromAsn1(e);return{kty:"RSA",n:fe(r.n),e:fe(r.e)}}function u1(t){if(t.n==null||t.e==null)throw new Q("JWK was missing components","ERR_INVALID_PARAMETERS");let e=Oe.default.pki.publicKeyToAsn1({n:$t(t.n),e:$t(t.e)});return Pt(Oe.default.asn1.toDer(e).getBytes(),"ascii")}async function Vf(t){let e=await Gt.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 zf(e);return{privateKey:r[0],publicKey:r[1]}}async function Xo(t){let r=[await Gt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!0,["sign"]),await l1(t)],n=await zf({privateKey:r[0],publicKey:r[1]});return{privateKey:n[0],publicKey:n[1]}}async function Ff(t,e){let r=await Gt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["sign"]),n=await Gt.get().subtle.sign({name:"RSASSA-PKCS1-v1_5"},r,Uint8Array.from(e));return new Uint8Array(n,0,n.byteLength)}async function Hf(t,e,r){let n=await Gt.get().subtle.importKey("jwk",t,{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}},!1,["verify"]);return Gt.get().subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,e,r)}async function zf(t){if(t.privateKey==null||t.publicKey==null)throw new Q("Private and public key are required","ERR_INVALID_PARAMETERS");return Promise.all([Gt.get().subtle.exportKey("jwk",t.privateKey),Gt.get().subtle.exportKey("jwk",t.publicKey)])}async function l1(t){return Gt.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 Gf(t,e,r,n){let i=e?qf(t):Mf(t),o=ut(Uint8Array.from(r),"ascii"),s=n(o,i);return Pt(s,"ascii")}function Wf(t,e){return Gf(t,!0,e,(r,n)=>n.encrypt(r))}function $f(t,e){return Gf(t,!1,e,(r,n)=>n.decrypt(r))}function ci(t){if(t.kty!=="RSA")throw new Q("invalid key type","ERR_INVALID_KEY_TYPE");if(t.n==null)throw new Q("invalid key modulus","ERR_INVALID_KEY_MODULUS");return Pt(t.n,"base64url").length*8}var hn=8192,ln=class{_key;constructor(e){this._key=e}async verify(e,r){return Hf(this._key,r,e)}marshal(){return vr.jwkToPkix(this._key)}get bytes(){return be.encode({Type:vt.RSA,Data:this.marshal()}).subarray()}encrypt(e){return Wf(this._key,e)}equals(e){return Tt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await qt.digest(this.bytes);return e}},Mr=class{_key;_publicKey;constructor(e,r){this._key=e,this._publicKey=r}genSecret(){return fi(16)}async sign(e){return Ff(this._key,e)}get public(){if(this._publicKey==null)throw new Q("public key not provided","ERR_PUBKEY_NOT_PROVIDED");return new ln(this._publicKey)}decrypt(e){return $f(this._key,e)}marshal(){return vr.jwkToPkcs1(this._key)}get bytes(){return we.encode({Type:vt.RSA,Data:this.marshal()}).subarray()}equals(e){return Tt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await qt.digest(this.bytes);return e}async id(){let e=await this.public.hash();return ut(e,"base58btc")}async export(e,r="pkcs-8"){if(r==="pkcs-8"){let n=new un.default.util.ByteBuffer(this.marshal()),i=un.default.asn1.fromDer(n),o=un.default.pki.privateKeyFromAsn1(i),s={algorithm:"aes256",count:1e4,saltSize:128/8,prfAlgorithm:"sha512"};return un.default.pki.encryptRsaPrivateKey(o,e,s)}else{if(r==="libp2p-key")return Pr(this.bytes,e);throw new Q(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}}};async function d1(t){let e=vr.pkcs1ToJwk(t);if(ci(e)>hn)throw new Q("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let r=await Xo(e);return new Mr(r.privateKey,r.publicKey)}function p1(t){let e=vr.pkixToJwk(t);if(ci(e)>hn)throw new Q("key size is too large","ERR_KEY_SIZE_TOO_LARGE");return new ln(e)}async function y1(t){if(ci(t)>hn)throw new Q("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await Xo(t);return new Mr(e.privateKey,e.publicKey)}async function g1(t){if(t>hn)throw new Q("key size is too large","ERR_KEY_SIZE_TOO_LARGE");let e=await Vf(t);return new Mr(e.privateKey,e.publicKey)}var is={};Rt(is,{Secp256k1PrivateKey:()=>pn,Secp256k1PublicKey:()=>dn,generateKeyPair:()=>R1,unmarshalSecp256k1PrivateKey:()=>_1,unmarshalSecp256k1PublicKey:()=>L1});var x1=(t,e,r)=>t&e^~t&r,m1=(t,e,r)=>t&e^t&r^e&r,v1=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),tr=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),er=new Uint32Array(64),ui=class extends Rr{constructor(){super(64,32,8,!1),this.A=tr[0]|0,this.B=tr[1]|0,this.C=tr[2]|0,this.D=tr[3]|0,this.E=tr[4]|0,this.F=tr[5]|0,this.G=tr[6]|0,this.H=tr[7]|0}get(){let{A:e,B:r,C:n,D:i,E:o,F:s,G:a,H:f}=this;return[e,r,n,i,o,s,a,f]}set(e,r,n,i,o,s,a,f){this.A=e|0,this.B=r|0,this.C=n|0,this.D=i|0,this.E=o|0,this.F=s|0,this.G=a|0,this.H=f|0}process(e,r){for(let l=0;l<16;l++,r+=4)er[l]=e.getUint32(r,!1);for(let l=16;l<64;l++){let h=er[l-15],y=er[l-2],d=re(h,7)^re(h,18)^h>>>3,p=re(y,17)^re(y,19)^y>>>10;er[l]=p+er[l-7]+d+er[l-16]|0}let{A:n,B:i,C:o,D:s,E:a,F:f,G:c,H:u}=this;for(let l=0;l<64;l++){let h=re(a,6)^re(a,11)^re(a,25),y=u+h+x1(a,f,c)+v1[l]+er[l]|0,p=(re(n,2)^re(n,13)^re(n,22))+m1(n,i,o)|0;u=c,c=f,f=a,a=s+y|0,s=o,o=i,i=n,n=y+p|0}n=n+this.A|0,i=i+this.B|0,o=o+this.C|0,s=s+this.D|0,a=a+this.E|0,f=f+this.F|0,c=c+this.G|0,u=u+this.H|0,this.set(n,i,o,s,a,f,c,u)}roundClean(){er.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}},jo=class extends ui{constructor(){super(),this.A=-1056596264,this.B=914150663,this.C=812702999,this.D=-150054599,this.E=-4191439,this.F=1750603025,this.G=1694076839,this.H=-1090891868,this.outputLen=28}},Yf=Ye(()=>new ui),qm=Ye(()=>new jo);function b1(t){let e=on(t);Qt(e,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:r,Fp:n,a:i}=e;if(r){if(!n.eql(i,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof r!="object"||typeof r.beta!="bigint"||typeof r.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...e})}var{bytesToNumberBE:w1,hexToBytes:E1}=Yn,br={Err:class extends Error{constructor(e=""){super(e)}},_parseInt(t){let{Err:e}=br;if(t.length<2||t[0]!==2)throw new e("Invalid signature integer tag");let r=t[1],n=t.subarray(2,r+2);if(!r||n.length!==r)throw new e("Invalid signature integer: wrong length");if(n[0]&128)throw new e("Invalid signature integer: negative");if(n[0]===0&&!(n[1]&128))throw new e("Invalid signature integer: unnecessary leading zero");return{d:w1(n),l:t.subarray(r+2)}},toSig(t){let{Err:e}=br,r=typeof t=="string"?E1(t):t;if(!(r instanceof Uint8Array))throw new Error("ui8a expected");let n=r.length;if(n<2||r[0]!=48)throw new e("Invalid signature tag");if(r[1]!==n-2)throw new e("Invalid signature: incorrect length");let{d:i,l:o}=br._parseInt(r.subarray(2)),{d:s,l:a}=br._parseInt(o);if(a.length)throw new e("Invalid signature: left bytes after parsing");return{r:i,s}},hexFromSig(t){let e=c=>Number.parseInt(c[0],16)&8?"00"+c:c,r=c=>{let u=c.toString(16);return u.length&1?`0${u}`:u},n=e(r(t.s)),i=e(r(t.r)),o=n.length/2,s=i.length/2,a=r(o),f=r(s);return`30${r(s+o+4)}02${f}${i}02${a}${n}`}},Me=BigInt(0),Jt=BigInt(1),Gm=BigInt(2),Zf=BigInt(3),Wm=BigInt(4);function B1(t){let e=b1(t),{Fp:r}=e,n=e.toBytes||((d,p,g)=>{let m=p.toAffine();return ie(Uint8Array.from([4]),r.toBytes(m.x),r.toBytes(m.y))}),i=e.fromBytes||(d=>{let p=d.subarray(1),g=r.fromBytes(p.subarray(0,r.BYTES)),m=r.fromBytes(p.subarray(r.BYTES,2*r.BYTES));return{x:g,y:m}});function o(d){let{a:p,b:g}=e,m=r.sqr(d),w=r.mul(m,d);return r.add(r.add(w,r.mul(d,p)),g)}if(!r.eql(r.sqr(e.Gy),o(e.Gx)))throw new Error("bad generator point: equation left != right");function s(d){return typeof d=="bigint"&&Me<d&&d<e.n}function a(d){if(!s(d))throw new Error("Expected valid bigint: 0 < bigint < curve.n")}function f(d){let{allowedPrivateKeyLengths:p,nByteLength:g,wrapPrivateKey:m,n:w}=e;if(p&&typeof d!="bigint"){if(d instanceof Uint8Array&&(d=ge(d)),typeof d!="string"||!p.includes(d.length))throw new Error("Invalid key");d=d.padStart(g*2,"0")}let b;try{b=typeof d=="bigint"?d:ne(ht("private key",d,g))}catch{throw new Error(`private key must be ${g} bytes, hex or bigint, not ${typeof d}`)}return m&&(b=st(b,w)),a(b),b}let c=new Map;function u(d){if(!(d instanceof l))throw new Error("ProjectivePoint expected")}class l{constructor(p,g,m){if(this.px=p,this.py=g,this.pz=m,p==null||!r.isValid(p))throw new Error("x required");if(g==null||!r.isValid(g))throw new Error("y required");if(m==null||!r.isValid(m))throw new Error("z required")}static fromAffine(p){let{x:g,y:m}=p||{};if(!p||!r.isValid(g)||!r.isValid(m))throw new Error("invalid affine point");if(p instanceof l)throw new Error("projective point not allowed");let w=b=>r.eql(b,r.ZERO);return w(g)&&w(m)?l.ZERO:new l(g,m,r.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(p){let g=r.invertBatch(p.map(m=>m.pz));return p.map((m,w)=>m.toAffine(g[w])).map(l.fromAffine)}static fromHex(p){let g=l.fromAffine(i(ht("pointHex",p)));return g.assertValidity(),g}static fromPrivateKey(p){return l.BASE.multiply(f(p))}_setWindowSize(p){this._WINDOW_SIZE=p,c.delete(this)}assertValidity(){if(this.is0()){if(e.allowInfinityPoint)return;throw new Error("bad point: ZERO")}let{x:p,y:g}=this.toAffine();if(!r.isValid(p)||!r.isValid(g))throw new Error("bad point: x or y not FE");let m=r.sqr(g),w=o(p);if(!r.eql(m,w))throw new Error("bad point: equation left != right");if(!this.isTorsionFree())throw new Error("bad point: not in prime-order subgroup")}hasEvenY(){let{y:p}=this.toAffine();if(r.isOdd)return!r.isOdd(p);throw new Error("Field doesn't support isOdd")}equals(p){u(p);let{px:g,py:m,pz:w}=this,{px:b,py:L,pz:E}=p,B=r.eql(r.mul(g,E),r.mul(b,w)),R=r.eql(r.mul(m,E),r.mul(L,w));return B&&R}negate(){return new l(this.px,r.neg(this.py),this.pz)}double(){let{a:p,b:g}=e,m=r.mul(g,Zf),{px:w,py:b,pz:L}=this,E=r.ZERO,B=r.ZERO,R=r.ZERO,N=r.mul(w,w),z=r.mul(b,b),H=r.mul(L,L),V=r.mul(w,b);return V=r.add(V,V),R=r.mul(w,L),R=r.add(R,R),E=r.mul(p,R),B=r.mul(m,H),B=r.add(E,B),E=r.sub(z,B),B=r.add(z,B),B=r.mul(E,B),E=r.mul(V,E),R=r.mul(m,R),H=r.mul(p,H),V=r.sub(N,H),V=r.mul(p,V),V=r.add(V,R),R=r.add(N,N),N=r.add(R,N),N=r.add(N,H),N=r.mul(N,V),B=r.add(B,N),H=r.mul(b,L),H=r.add(H,H),N=r.mul(H,V),E=r.sub(E,N),R=r.mul(H,z),R=r.add(R,R),R=r.add(R,R),new l(E,B,R)}add(p){u(p);let{px:g,py:m,pz:w}=this,{px:b,py:L,pz:E}=p,B=r.ZERO,R=r.ZERO,N=r.ZERO,z=e.a,H=r.mul(e.b,Zf),V=r.mul(g,b),J=r.mul(m,L),ft=r.mul(w,E),Kt=r.add(g,m),I=r.add(b,L);Kt=r.mul(Kt,I),I=r.add(V,J),Kt=r.sub(Kt,I),I=r.add(g,w);let k=r.add(b,E);return I=r.mul(I,k),k=r.add(V,ft),I=r.sub(I,k),k=r.add(m,w),B=r.add(L,E),k=r.mul(k,B),B=r.add(J,ft),k=r.sub(k,B),N=r.mul(z,I),B=r.mul(H,ft),N=r.add(B,N),B=r.sub(J,N),N=r.add(J,N),R=r.mul(B,N),J=r.add(V,V),J=r.add(J,V),ft=r.mul(z,ft),I=r.mul(H,I),J=r.add(J,ft),ft=r.sub(V,ft),ft=r.mul(z,ft),I=r.add(I,ft),V=r.mul(J,I),R=r.add(R,V),V=r.mul(k,I),B=r.mul(Kt,B),B=r.sub(B,V),V=r.mul(Kt,J),N=r.mul(k,N),N=r.add(N,V),new l(B,R,N)}subtract(p){return this.add(p.negate())}is0(){return this.equals(l.ZERO)}wNAF(p){return y.wNAFCached(this,c,p,g=>{let m=r.invertBatch(g.map(w=>w.pz));return g.map((w,b)=>w.toAffine(m[b])).map(l.fromAffine)})}multiplyUnsafe(p){let g=l.ZERO;if(p===Me)return g;if(a(p),p===Jt)return this;let{endo:m}=e;if(!m)return y.unsafeLadder(this,p);let{k1neg:w,k1:b,k2neg:L,k2:E}=m.splitScalar(p),B=g,R=g,N=this;for(;b>Me||E>Me;)b&Jt&&(B=B.add(N)),E&Jt&&(R=R.add(N)),N=N.double(),b>>=Jt,E>>=Jt;return w&&(B=B.negate()),L&&(R=R.negate()),R=new l(r.mul(R.px,m.beta),R.py,R.pz),B.add(R)}multiply(p){a(p);let g=p,m,w,{endo:b}=e;if(b){let{k1neg:L,k1:E,k2neg:B,k2:R}=b.splitScalar(g),{p:N,f:z}=this.wNAF(E),{p:H,f:V}=this.wNAF(R);N=y.constTimeNegate(L,N),H=y.constTimeNegate(B,H),H=new l(r.mul(H.px,b.beta),H.py,H.pz),m=N.add(H),w=z.add(V)}else{let{p:L,f:E}=this.wNAF(g);m=L,w=E}return l.normalizeZ([m,w])[0]}multiplyAndAddUnsafe(p,g,m){let w=l.BASE,b=(E,B)=>B===Me||B===Jt||!E.equals(w)?E.multiplyUnsafe(B):E.multiply(B),L=b(this,g).add(b(p,m));return L.is0()?void 0:L}toAffine(p){let{px:g,py:m,pz:w}=this,b=this.is0();p==null&&(p=b?r.ONE:r.inv(w));let L=r.mul(g,p),E=r.mul(m,p),B=r.mul(w,p);if(b)return{x:r.ZERO,y:r.ZERO};if(!r.eql(B,r.ONE))throw new Error("invZ was invalid");return{x:L,y:E}}isTorsionFree(){let{h:p,isTorsionFree:g}=e;if(p===Jt)return!0;if(g)return g(l,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:p,clearCofactor:g}=e;return p===Jt?this:g?g(l,this):this.multiplyUnsafe(e.h)}toRawBytes(p=!0){return this.assertValidity(),n(l,this,p)}toHex(p=!0){return ge(this.toRawBytes(p))}}l.BASE=new l(e.Gx,e.Gy,r.ONE),l.ZERO=new l(r.ZERO,r.ONE,r.ZERO);let h=e.nBitLength,y=Jn(l,e.endo?Math.ceil(h/2):h);return{CURVE:e,ProjectivePoint:l,normPrivateKeyToScalar:f,weierstrassEquation:o,isWithinCurveOrder:s}}function S1(t){let e=on(t);return Qt(e,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...e})}function Qf(t){let e=S1(t),{Fp:r,n}=e,i=r.BYTES+1,o=2*r.BYTES+1;function s(I){return Me<I&&I<r.ORDER}function a(I){return st(I,n)}function f(I){return Zn(I,n)}let{ProjectivePoint:c,normPrivateKeyToScalar:u,weierstrassEquation:l,isWithinCurveOrder:h}=B1({...e,toBytes(I,k,_){let D=k.toAffine(),A=r.toBytes(D.x),K=ie;return _?K(Uint8Array.from([k.hasEvenY()?2:3]),A):K(Uint8Array.from([4]),A,r.toBytes(D.y))},fromBytes(I){let k=I.length,_=I[0],D=I.subarray(1);if(k===i&&(_===2||_===3)){let A=ne(D);if(!s(A))throw new Error("Point is not on curve");let K=l(A),O=r.sqrt(K),F=(O&Jt)===Jt;return(_&1)===1!==F&&(O=r.neg(O)),{x:A,y:O}}else if(k===o&&_===4){let A=r.fromBytes(D.subarray(0,r.BYTES)),K=r.fromBytes(D.subarray(r.BYTES,2*r.BYTES));return{x:A,y:K}}else throw new Error(`Point of length ${k} was invalid. Expected ${i} compressed bytes or ${o} uncompressed bytes`)}}),y=I=>ge(Ne(I,e.nByteLength));function d(I){let k=n>>Jt;return I>k}function p(I){return d(I)?a(-I):I}let g=(I,k,_)=>ne(I.slice(k,_));class m{constructor(k,_,D){this.r=k,this.s=_,this.recovery=D,this.assertValidity()}static fromCompact(k){let _=e.nByteLength;return k=ht("compactSignature",k,_*2),new m(g(k,0,_),g(k,_,2*_))}static fromDER(k){let{r:_,s:D}=br.toSig(ht("DER",k));return new m(_,D)}assertValidity(){if(!h(this.r))throw new Error("r must be 0 < r < CURVE.n");if(!h(this.s))throw new Error("s must be 0 < s < CURVE.n")}addRecoveryBit(k){return new m(this.r,this.s,k)}recoverPublicKey(k){let{r:_,s:D,recovery:A}=this,K=R(ht("msgHash",k));if(A==null||![0,1,2,3].includes(A))throw new Error("recovery id invalid");let O=A===2||A===3?_+e.n:_;if(O>=r.ORDER)throw new Error("recovery id 2 or 3 invalid");let F=A&1?"03":"02",Z=c.fromHex(F+y(O)),j=f(O),at=a(-K*j),tt=a(D*j),it=c.BASE.multiplyAndAddUnsafe(Z,at,tt);if(!it)throw new Error("point at infinify");return it.assertValidity(),it}hasHighS(){return d(this.s)}normalizeS(){return this.hasHighS()?new m(this.r,a(-this.s),this.recovery):this}toDERRawBytes(){return hr(this.toDERHex())}toDERHex(){return br.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return hr(this.toCompactHex())}toCompactHex(){return y(this.r)+y(this.s)}}let w={isValidPrivateKey(I){try{return u(I),!0}catch{return!1}},normPrivateKeyToScalar:u,randomPrivateKey:()=>{let I=e.randomBytes(r.BYTES+8),k=T0(I,n);return Ne(k,e.nByteLength)},precompute(I=8,k=c.BASE){return k._setWindowSize(I),k.multiply(BigInt(3)),k}};function b(I,k=!0){return c.fromPrivateKey(I).toRawBytes(k)}function L(I){let k=I instanceof Uint8Array,_=typeof I=="string",D=(k||_)&&I.length;return k?D===i||D===o:_?D===2*i||D===2*o:I instanceof c}function E(I,k,_=!0){if(L(I))throw new Error("first arg must be private key");if(!L(k))throw new Error("second arg must be public key");return c.fromHex(k).multiply(u(I)).toRawBytes(_)}let B=e.bits2int||function(I){let k=ne(I),_=I.length*8-e.nBitLength;return _>0?k>>BigInt(_):k},R=e.bits2int_modN||function(I){return a(B(I))},N=nn(e.nBitLength);function z(I){if(typeof I!="bigint")throw new Error("bigint expected");if(!(Me<=I&&I<N))throw new Error(`bigint expected < 2^${e.nBitLength}`);return Ne(I,e.nByteLength)}function H(I,k,_=V){if(["recovered","canonical"].some(bt=>bt in _))throw new Error("sign() legacy options not supported");let{hash:D,randomBytes:A}=e,{lowS:K,prehash:O,extraEntropy:F}=_;K==null&&(K=!0),I=ht("msgHash",I),O&&(I=ht("prehashed msgHash",D(I)));let Z=R(I),j=u(k),at=[z(j),z(Z)];if(F!=null){let bt=F===!0?A(r.BYTES):F;at.push(ht("extraEntropy",bt,r.BYTES))}let tt=ie(...at),it=Z;function Bt(bt){let Ot=B(bt);if(!h(Ot))return;let Mt=f(Ot),Ct=c.BASE.multiply(Ot).toAffine(),Vt=a(Ct.x);if(Vt===Me)return;let Be=a(Mt*a(it+Vt*j));if(Be===Me)return;let rr=(Ct.x===Vt?0:2)|Number(Ct.y&Jt),Wr=Be;return K&&d(Be)&&(Wr=p(Be),rr^=1),new m(Vt,Wr,rr)}return{seed:tt,k2sig:Bt}}let V={lowS:e.lowS,prehash:!1},J={lowS:e.lowS,prehash:!1};function ft(I,k,_=V){let{seed:D,k2sig:A}=H(I,k,_),K=e;return bo(K.hash.outputLen,K.nByteLength,K.hmac)(D,A)}c.BASE._setWindowSize(8);function Kt(I,k,_,D=J){let A=I;if(k=ht("msgHash",k),_=ht("publicKey",_),"strict"in D)throw new Error("options.strict was renamed to lowS");let{lowS:K,prehash:O}=D,F,Z;try{if(typeof A=="string"||A instanceof Uint8Array)try{F=m.fromDER(A)}catch(Ct){if(!(Ct instanceof br.Err))throw Ct;F=m.fromCompact(A)}else if(typeof A=="object"&&typeof A.r=="bigint"&&typeof A.s=="bigint"){let{r:Ct,s:Vt}=A;F=new m(Ct,Vt)}else throw new Error("PARSE");Z=c.fromHex(_)}catch(Ct){if(Ct.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(K&&F.hasHighS())return!1;O&&(k=e.hash(k));let{r:j,s:at}=F,tt=R(k),it=f(at),Bt=a(tt*it),bt=a(j*it),Ot=c.BASE.multiplyAndAddUnsafe(Z,Bt,bt)?.toAffine();return Ot?a(Ot.x)===j:!1}return{CURVE:e,getPublicKey:b,getSharedSecret:E,sign:ft,verify:Kt,ProjectivePoint:c,Signature:m,utils:w}}var li=class extends Lr{constructor(e,r){super(),this.finished=!1,this.destroyed=!1,Re.hash(e);let n=rn(r);if(this.iHash=e.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let i=this.blockLen,o=new Uint8Array(i);o.set(n.length>i?e.create().update(n).digest():n);for(let s=0;s<o.length;s++)o[s]^=54;this.iHash.update(o),this.oHash=e.create();for(let s=0;s<o.length;s++)o[s]^=106;this.oHash.update(o),o.fill(0)}update(e){return Re.exists(this),this.iHash.update(e),this}digestInto(e){Re.exists(this),Re.bytes(e,this.outputLen),this.finished=!0,this.iHash.digestInto(e),this.oHash.update(e),this.oHash.digestInto(e),this.destroy()}digest(){let e=new Uint8Array(this.oHash.outputLen);return this.digestInto(e),e}_cloneInto(e){e||(e=Object.create(Object.getPrototypeOf(this),{}));let{oHash:r,iHash:n,finished:i,destroyed:o,blockLen:s,outputLen:a}=this;return e=e,e.finished=i,e.destroyed=o,e.blockLen=s,e.outputLen=a,e.oHash=r._cloneInto(e.oHash),e.iHash=n._cloneInto(e.iHash),e}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},ts=(t,e,r)=>new li(t,e).update(r).digest();ts.create=(t,e)=>new li(t,e);function A1(t){return{hash:t,hmac:(e,...r)=>ts(t,e,zn(...r)),randomBytes:lr}}function Xf(t,e){let r=n=>Qf({...t,...A1(n)});return Object.freeze({...r(e),create:r})}var tc=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),Jf=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),C1=BigInt(1),es=BigInt(2),jf=(t,e)=>(t+e/es)/e;function I1(t){let e=tc,r=BigInt(3),n=BigInt(6),i=BigInt(11),o=BigInt(22),s=BigInt(23),a=BigInt(44),f=BigInt(88),c=t*t*t%e,u=c*c*t%e,l=mt(u,r,e)*u%e,h=mt(l,r,e)*u%e,y=mt(h,es,e)*c%e,d=mt(y,i,e)*y%e,p=mt(d,o,e)*d%e,g=mt(p,a,e)*p%e,m=mt(g,f,e)*g%e,w=mt(m,a,e)*p%e,b=mt(w,r,e)*u%e,L=mt(b,s,e)*d%e,E=mt(L,n,e)*c%e,B=mt(E,es,e);if(!rs.eql(rs.sqr(B),t))throw new Error("Cannot find square root");return B}var rs=Xn(tc,void 0,void 0,{sqrt:I1}),qe=Xf({a:BigInt(0),b:BigInt(7),Fp:rs,n:Jf,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:t=>{let e=Jf,r=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-C1*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),i=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),o=r,s=BigInt("0x100000000000000000000000000000000"),a=jf(o*t,e),f=jf(-n*t,e),c=st(t-a*r-f*i,e),u=st(-a*n-f*o,e),l=c>s,h=u>s;if(l&&(c=e-c),h&&(u=e-u),c>s||u>s)throw new Error("splitScalar: Endomorphism failed, k="+t);return{k1neg:l,k1:c,k2neg:h,k2:u}}}},Yf),uv=BigInt(0);var lv=qe.ProjectivePoint;function ec(){return qe.utils.randomPrivateKey()}async function rc(t,e){let{digest:r}=await qt.digest(e);try{return qe.sign(r,t).toDERRawBytes()}catch(n){throw new Q(String(n),"ERR_INVALID_INPUT")}}async function nc(t,e,r){try{let{digest:n}=await qt.digest(r);return qe.verify(e,n,t)}catch(n){throw new Q(String(n),"ERR_INVALID_INPUT")}}function ic(t){return qe.ProjectivePoint.fromHex(t).toRawBytes(!0)}function oc(t){try{qe.getPublicKey(t,!0)}catch(e){throw new Q(String(e),"ERR_INVALID_PRIVATE_KEY")}}function ns(t){try{qe.ProjectivePoint.fromHex(t)}catch(e){throw new Q(String(e),"ERR_INVALID_PUBLIC_KEY")}}function sc(t){try{return qe.getPublicKey(t,!0)}catch(e){throw new Q(String(e),"ERR_INVALID_PRIVATE_KEY")}}var dn=class{_key;constructor(e){ns(e),this._key=e}async verify(e,r){return nc(this._key,r,e)}marshal(){return ic(this._key)}get bytes(){return be.encode({Type:vt.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return Tt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await qt.digest(this.bytes);return e}},pn=class{_key;_publicKey;constructor(e,r){this._key=e,this._publicKey=r??sc(e),oc(this._key),ns(this._publicKey)}async sign(e){return rc(this._key,e)}get public(){return new dn(this._publicKey)}marshal(){return this._key}get bytes(){return we.encode({Type:vt.Secp256k1,Data:this.marshal()}).subarray()}equals(e){return Tt(this.bytes,e.bytes)}async hash(){let{bytes:e}=await qt.digest(this.bytes);return e}async id(){let e=await this.public.hash();return ut(e,"base58btc")}async export(e,r="libp2p-key"){if(r==="libp2p-key")return Pr(this.bytes,e);throw new Q(`export format '${r}' is not supported`,"ERR_INVALID_EXPORT_FORMAT")}};function _1(t){return new pn(t)}function L1(t){return new dn(t)}async function R1(){let t=ec();return new pn(t)}var wr={rsa:Jo,ed25519:$o,secp256k1:is};function ac(t){let e=Object.keys(wr).join(" / ");return new Q(`invalid or unsupported key type ${t}. Must be ${e}`,"ERR_UNSUPPORTED_KEY_TYPE")}function fc(t){let e=be.decode(t),r=e.Data??new Uint8Array;switch(e.Type){case vt.RSA:return wr.rsa.unmarshalRsaPublicKey(r);case vt.Ed25519:return wr.ed25519.unmarshalEd25519PublicKey(r);case vt.Secp256k1:return wr.secp256k1.unmarshalSecp256k1PublicKey(r);default:throw ac(e.Type??"RSA")}}async function cc(t){let e=we.decode(t),r=e.Data??new Uint8Array;switch(e.Type){case vt.RSA:return wr.rsa.unmarshalRsaPrivateKey(r);case vt.Ed25519:return wr.ed25519.unmarshalEd25519PrivateKey(r);case vt.Secp256k1:return wr.secp256k1.unmarshalSecp256k1PrivateKey(r);default:throw ac(e.Type??"RSA")}}var uc=Symbol.for("@libp2p/peer-id");var D1=Symbol.for("nodejs.util.inspect.custom"),lc=Object.values($e).map(t=>t.decoder).reduce((t,e)=>t.or(e),$e.identity.decoder),hc=114,os=36,ss=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()})`}[uc]=!0;toString(){return this.string==null&&(this.string=It.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return ee.createV1(hc,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(e){if(e instanceof Uint8Array)return Tt(this.multihash.bytes,e);if(typeof e=="string")return k1(e).equals(this);if(e?.multihash?.bytes!=null)return Tt(this.multihash.bytes,e.multihash.bytes);throw new Error("not valid Id")}[D1](){return`PeerId(${this.toString()})`}},qr=class extends yn{type="RSA";publicKey;constructor(e){super({...e,type:"RSA"}),this.publicKey=e.publicKey}},Vr=class extends yn{type="Ed25519";publicKey;constructor(e){super({...e,type:"Ed25519"}),this.publicKey=e.multihash.digest}},Fr=class extends yn{type="secp256k1";publicKey;constructor(e){super({...e,type:"secp256k1"}),this.publicKey=e.multihash.digest}};function k1(t,e){if(e=e??lc,t.charAt(0)==="1"||t.charAt(0)==="Q"){let r=cr(It.decode(`z${t}`));return t.startsWith("12D")?new Vr({multihash:r}):t.startsWith("16U")?new Fr({multihash:r}):new qr({multihash:r})}return as(lc.decode(t))}function as(t){try{let e=cr(t);if(e.code===We.code){if(e.digest.length===os)return new Vr({multihash:e});if(e.digest.length===ss)return new Fr({multihash:e})}if(e.code===qt.code)return new qr({multihash:e})}catch{return P1(ee.decode(t))}throw new Error("Supplied PeerID CID is invalid")}function P1(t){if(t==null||t.multihash==null||t.version==null||t.version===1&&t.code!==hc)throw new Error("Supplied PeerID CID is invalid");let e=t.multihash;if(e.code===qt.code)return new qr({multihash:t.multihash});if(e.code===We.code){if(e.digest.length===os)return new Vr({multihash:t.multihash});if(e.digest.length===ss)return new Fr({multihash:t.multihash})}throw new Error("Supplied PeerID CID is invalid")}async function dc(t,e){return t.length===os?new Vr({multihash:ye(We.code,t),privateKey:e}):t.length===ss?new Fr({multihash:ye(We.code,t),privateKey:e}):new qr({multihash:await qt.digest(t),publicKey:t,privateKey:e})}function hi(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 pc=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=hi(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>pc&&(i=0,++n>pc&&(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=hi(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 U1=Math.pow(2,7),K1=Math.pow(2,14),O1=Math.pow(2,21),M1=Math.pow(2,28),q1=Math.pow(2,35),V1=Math.pow(2,42),F1=Math.pow(2,49),H1=Math.pow(2,56),z1=Math.pow(2,63),xn={encodingLength(t){return t<U1?1:t<K1?2:t<O1?3:t<M1?4:t<q1?5:t<V1?6:t<F1?7:t<H1?8:t<z1?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=Le(xn.encodingLength(t))),gn.fromNumber(t).toBytes(e,r),e},decode(t,e=0){return gn.fromBytes(t,e).toNumber(!0)}};var gc=Symbol.for("@achingbrain/uint8arraylist");function yc(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 di(t){return!!t?.[gc]}var pi=class t{constructor(...e){Object.defineProperty(this,gc,{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(di(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(di(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=yc(this.bufs,e);return r.buf[r.index]}set(e,r){let n=yc(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(di(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 Lt(n,i)}subarray(e,r){let{bufs:n,length:i}=this._subList(e,r);return n.length===1?n[0]:Lt(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,f=a+s.byteLength;if(i=f,e>=f)continue;let c=e>=a&&e<f,u=r>a&&r<=f;if(c&&u){if(e===a&&r===f){n.push(s);break}let l=e-a;n.push(s.subarray(l,l+(r-e)));break}if(c){if(e===0){n.push(s);continue}n.push(s.subarray(e-a));continue}if(u){if(r===f){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(!di(e)&&!(e instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=e instanceof Uint8Array?e:e.subarray();if(r=Number(r??0),isNaN(r)&&(r=0),r<0&&(r=this.length+r),r<0&&(r=0),e.length===0)return r>this.length?this.length:r;let i=n.byteLength;if(i===0)throw new TypeError("search must be at least 1 byte long");let o=256,s=new Int32Array(o);for(let l=0;l<o;l++)s[l]=-1;for(let l=0;l<i;l++)s[n[l]]=l;let a=s,f=this.byteLength-n.byteLength,c=n.byteLength-1,u;for(let l=r;l<=f;l+=u){u=0;for(let h=c;h>=0;h--){let y=this.get(l+h);if(n[h]!==y){u=Math.max(1,h-a[y]);break}}if(u===0)return l}return-1}getInt8(e){let r=this.subarray(e,e+1);return new DataView(r.buffer,r.byteOffset,r.byteLength).getInt8(0)}setInt8(e,r){let n=Le(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=_e(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=_e(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=_e(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=Le(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=_e(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=_e(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=_e(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=_e(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=_e(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(!Tt(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 xc={ERR_SIGNATURE_NOT_VALID:"ERR_SIGNATURE_NOT_VALID"};var mn;(function(t){let e;t.codec=()=>(e==null&&(e=Ke((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=>Ue(r,t.codec()),t.decode=r=>Pe(r,t.codec())})(mn||(mn={}));var yi=class t{static createFromProtobuf=async e=>{let r=mn.decode(e),n=await dc(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=mc(n,i,o),f=await(await cc(r.privateKey)).sign(s.subarray());return new t({peerId:r,payloadType:i,payload:o,signature:f})};static openAndCertify=async(e,r)=>{let n=await t.createFromProtobuf(e);if(!await n.validate(r))throw new Q("envelope signature is not valid for the given domain",xc.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=mn.encode({publicKey:this.peerId.publicKey,payloadType:this.payloadType,payload:this.payload.subarray(),signature:this.signature})),this.marshaled}equals(e){return Tt(this.marshal(),e.marshal())}async validate(e){let r=mc(e,this.payloadType,this.payload);if(this.peerId.publicKey==null)throw new Error("Missing public key");return fc(this.peerId.publicKey).verify(r.subarray(),this.signature)}},mc=(t,e,r)=>{let n=Pt(t),i=xn.encode(n.byteLength),o=xn.encode(e.length),s=xn.encode(r.length);return new pi(i,n,o,e,s,r)};function vc(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 Gr=St(us(),1);var gi=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 f=a==="0",c=2**(8*i)-1;for(;;){let u=this.readAtomically(()=>{let l=this.readChar();if(l===void 0)return;let h=Number.parseInt(l,e);if(!Number.isNaN(h))return h});if(u===void 0)break;if(o*=e,o+=u,o>c||(s+=1,r!==void 0&&s>r))return}if(s!==0)return!n&&f&&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 _c=45,iy=15,Hr=new gi;function ls(t){if(!(t.length>iy))return Hr.new(t).parseWith(()=>Hr.readIPv4Addr())}function hs(t){if(t.includes("%")&&(t=t.split("%")[0]),!(t.length>_c))return Hr.new(t).parseWith(()=>Hr.readIPv6Addr())}function xi(t){if(t.includes("%")&&(t=t.split("%")[0]),!(t.length>_c))return Hr.new(t).parseWith(()=>Hr.readIPAddr())}var Ab=parseInt("0xFFFF",16),Cb=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var Ee=St(us(),1);function Nc(t){return!!ls(t)}function Dc(t){return!!hs(t)}function mi(t){return!!xi(t)}var kc=Nc,cy=Dc,ds=function(t){let e=0;if(t=t.toString().trim(),kc(t)){let r=new Uint8Array(e+4);return t.split(/\./g).forEach(n=>{r[e++]=parseInt(n,10)&255}),r}if(cy(t)){let r=t.split(":",8),n;for(n=0;n<r.length;n++){let o=kc(r[n]),s;o&&(s=ds(r[n]),r[n]=ut(s.slice(0,2),"base16")),s!=null&&++n<8&&r.splice(n,0,ut(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")},Pc=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 zr={},ps={},ly=[[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"]];ly.forEach(t=>{let e=hy(...t);ps[e.code]=e,zr[e.name]=e});function hy(t,e,r,n,i){return{code:t,size:e,name:r,resolvable:!!n,path:!!i}}function dt(t){if(typeof t=="number"){if(ps[t]!=null)return ps[t];throw new Error(`no protocol with code: ${t}`)}else if(typeof t=="string"){if(zr[t]!=null)return zr[t];throw new Error(`no protocol with name: ${t}`)}throw new Error(`invalid protocol id type: ${typeof t}`)}var c4=dt("ip4"),u4=dt("ip6"),l4=dt("ipcidr");function gs(t,e){switch(dt(t).code){case 4:case 41:return py(e);case 42:return Oc(e);case 6:case 273:case 33:case 132:return qc(e).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Oc(e);case 421:return my(e);case 444:return Mc(e);case 445:return Mc(e);case 466:return xy(e);default:return ut(e,"base16")}}function xs(t,e){switch(dt(t).code){case 4:return Uc(e);case 41:return Uc(e);case 42:return Kc(e);case 6:case 273:case 33:case 132:return ms(parseInt(e,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Kc(e);case 421:return yy(e);case 444:return vy(e);case 445:return by(e);case 466:return gy(e);default:return Pt(e,"base16")}}var ys=Object.values($e).map(t=>t.decoder),dy=function(){let t=ys[0].or(ys[1]);return ys.slice(2).forEach(e=>t=t.or(e)),t}();function Uc(t){if(!mi(t))throw new Error("invalid ip address");return ds(t)}function py(t){let e=Pc(t,0,t.length);if(e==null)throw new Error("ipBuff is required");if(!mi(e))throw new Error("invalid ip address");return e}function ms(t){let e=new ArrayBuffer(2);return new DataView(e).setUint16(0,t),new Uint8Array(e)}function qc(t){return new DataView(t.buffer).getUint16(t.byteOffset)}function Kc(t){let e=Pt(t),r=Uint8Array.from(Ee.default.encode(e.length));return Lt([r,e],r.length+e.length)}function Oc(t){let e=Ee.default.decode(t);if(t=t.slice(Ee.default.decode.bytes),t.length!==e)throw new Error("inconsistent lengths");return ut(t)}function yy(t){let e;t[0]==="Q"||t[0]==="1"?e=cr(It.decode(`z${t}`)).bytes:e=ee.parse(t).multihash.bytes;let r=Uint8Array.from(Ee.default.encode(e.length));return Lt([r,e],r.length+e.length)}function gy(t){let e=dy.decode(t),r=Uint8Array.from(Ee.default.encode(e.length));return Lt([r,e],r.length+e.length)}function xy(t){let e=Ee.default.decode(t),r=t.slice(Ee.default.decode.bytes);if(r.length!==e)throw new Error("inconsistent lengths");return"u"+ut(r,"base64url")}function my(t){let e=Ee.default.decode(t),r=t.slice(Ee.default.decode.bytes);if(r.length!==e)throw new Error("inconsistent lengths");return ut(r,"base58btc")}function vy(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=Te.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=ms(n);return Lt([r,i],r.length+i.length)}function by(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=Te.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=ms(n);return Lt([r,i],r.length+i.length)}function Mc(t){let e=t.slice(0,t.length-2),r=t.slice(t.length-2),n=ut(e,"base32"),i=qc(r);return`${n}:${i}`}function Vc(t){t=vs(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=dt(s);if(a.size===0){e.push([a.code]),r.push([a.code]);continue}if(o++,o>=i.length)throw Hc("invalid address: "+t);if(a.path===!0){n=vs(i.slice(o).join("/")),e.push([a.code,xs(a.code,n)]),r.push([a.code,n]);break}let f=xs(a.code,i[o]);e.push([a.code,f]),r.push([a.code,gs(a.code,f)])}return{string:Fc(r),bytes:ws(e),tuples:e,stringTuples:r,path:n}}function bs(t){let e=[],r=[],n=null,i=0;for(;i<t.length;){let o=Gr.default.decode(t,i),s=Gr.default.decode.bytes??0,a=dt(o),f=wy(a,t.slice(i+s));if(f===0){e.push([o]),r.push([o]),i+=s;continue}let c=t.slice(i+s,i+s+f);if(i+=f+s,i>t.length)throw Hc("Invalid address Uint8Array: "+ut(t,"base16"));e.push([o,c]);let u=gs(o,c);if(r.push([o,u]),a.path===!0){n=u;break}}return{bytes:Uint8Array.from(t),string:Fc(r),tuples:e,stringTuples:r,path:n}}function Fc(t){let e=[];return t.map(r=>{let n=dt(r[0]);return e.push(n.name),r.length>1&&r[1]!=null&&e.push(r[1]),null}),vs(e.join("/"))}function ws(t){return Lt(t.map(e=>{let r=dt(e[0]),n=Uint8Array.from(Gr.default.encode(r.code));return e.length>1&&e[1]!=null&&(n=Lt([n,e[1]])),n}))}function wy(t,e){return t.size>0?t.size/8:t.size===0?0:Gr.default.decode(e)+(Gr.default.decode.bytes??0)}function vs(t){return"/"+t.trim().split("/").filter(e=>e).join("/")}function Hc(t){return new Error("Error parsing address: "+t)}var Ey=Symbol.for("nodejs.util.inspect.custom"),By=[dt("dns").code,dt("dns4").code,dt("dns6").code,dt("dnsaddr").code],Sy=new Map,zc=Symbol.for("@multiformats/js-multiaddr/multiaddr");function Ay(t){return!!t?.[zc]}var Bs=class t{bytes;#e;#t;#r;#n;[zc]=!0;constructor(e){e==null&&(e="");let r;if(e instanceof Uint8Array)r=bs(e);else if(typeof e=="string"){if(e.length>0&&e.charAt(0)!=="/")throw new Error(`multiaddr "${e}" must start with a "/"`);r=Vc(e)}else if(Ay(e))r=bs(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=dt("tcp"),a=dt("udp"),f=dt("ip4"),c=dt("ip6"),u=dt("dns6"),l=dt("ip6zone");for(let[y,d]of this.stringTuples())y===l.code&&(o=`%${d??""}`),By.includes(y)&&(r=s.name,i=443,n=`${d??""}${o}`,e=y===u.code?6:4),(y===s.code||y===a.code)&&(r=dt(y).name,i=parseInt(d??"")),(y===f.code||y===c.code)&&(r=dt(y).name,n=`${d??""}${o}`,e=y===c.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({},dt(e)))}protoCodes(){return this.#t.map(([e])=>e)}protoNames(){return this.#t.map(([e])=>dt(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(ws(r.slice(0,n)));return this}getPeerId(){try{let e=[];this.stringTuples().forEach(([n,i])=>{n===zr.p2p.code&&e.push([n,i]),n===zr["p2p-circuit"].code&&(e=[])});let r=e.pop();if(r?.[1]!=null){let n=r[1];return n[0]==="Q"||n[0]==="1"?ut(It.decode(`z${n}`),"base58btc"):ut(ee.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(e){return Tt(this.bytes,e.bytes)}async resolve(e){let r=this.protos().find(o=>o.resolvable);if(r==null)return[this];let n=Sy.get(r.name);if(n==null)throw new Q(`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)}[Ey](){return`Multiaddr(${this.#e})`}};function Es(t){return new Bs(t)}var Gc="libp2p-peer-record",Wc=Uint8Array.from([3,1]);var vn;(function(t){let e;(function(n){let i;n.codec=()=>(i==null&&(i=Ke((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)},f=s==null?o.len:o.pos+s;for(;o.pos<f;){let c=o.uint32();switch(c>>>3){case 1:a.multiaddr=o.bytes();break;default:o.skipType(c&7);break}}return a})),i),n.encode=o=>Ue(o,n.codec()),n.decode=o=>Pe(o,n.codec())})(e=t.AddressInfo||(t.AddressInfo={}));let r;t.codec=()=>(r==null&&(r=Ke((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=>Ue(n,t.codec()),t.decode=n=>Pe(n,t.codec())})(vn||(vn={}));var vi=class t{static createFromProtobuf=e=>{let r=vn.decode(e),n=as(r.peerId),i=(r.addresses??[]).map(s=>Es(s.multiaddr)),o=r.seq;return new t({peerId:n,multiaddrs:i,seqNumber:o})};static DOMAIN=Gc;static CODEC=Wc;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||!vc(this.multiaddrs,e.multiaddrs))}};return su(Cy);})();
|
|
16
16
|
/*! Bundled license information:
|
|
17
17
|
|
|
18
|
-
@noble/
|
|
19
|
-
(*! noble-
|
|
18
|
+
@noble/hashes/esm/utils.js:
|
|
19
|
+
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
20
20
|
|
|
21
|
-
@noble/
|
|
22
|
-
(*! noble-
|
|
21
|
+
@noble/curves/esm/abstract/utils.js:
|
|
22
|
+
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
23
|
+
|
|
24
|
+
@noble/curves/esm/abstract/modular.js:
|
|
25
|
+
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
26
|
+
|
|
27
|
+
@noble/curves/esm/abstract/curve.js:
|
|
28
|
+
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
29
|
+
|
|
30
|
+
@noble/curves/esm/abstract/edwards.js:
|
|
31
|
+
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
32
|
+
|
|
33
|
+
@noble/curves/esm/abstract/montgomery.js:
|
|
34
|
+
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
35
|
+
|
|
36
|
+
@noble/curves/esm/ed25519.js:
|
|
37
|
+
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
38
|
+
|
|
39
|
+
@noble/curves/esm/abstract/weierstrass.js:
|
|
40
|
+
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
41
|
+
|
|
42
|
+
@noble/curves/esm/_shortw_utils.js:
|
|
43
|
+
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
44
|
+
|
|
45
|
+
@noble/curves/esm/secp256k1.js:
|
|
46
|
+
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
23
47
|
*/
|
|
24
48
|
return Libp2PPeerRecord}));
|