m2pool_web_frontend/mining-pool/test/js/chunk-vendors-c5c6856a.635a...

23 lines
62 KiB
JavaScript
Raw Normal View History

2025-07-18 08:22:28 +00:00
(self["webpackChunkmining_pool"]=self["webpackChunkmining_pool"]||[]).push([[284],{7051:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.Arcfour=void 0,e.prng_newstate=n,e.rng_psize=void 0;var i=e.Arcfour=function(){function t(){this.i=0,this.j=0,this.S=[]}return t.prototype.init=function(t){var e,i,n;for(e=0;e<256;++e)this.S[e]=e;for(i=0,e=0;e<256;++e)i=i+this.S[e]+t[e%t.length]&255,n=this.S[e],this.S[e]=this.S[i],this.S[i]=n;this.i=0,this.j=0},t.prototype.next=function(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]},t}();function n(){return new i}e.rng_psize=256},14798:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.cbit=u,e.int2char=n,e.lbit=a,e.op_and=r,e.op_andnot=h,e.op_or=s,e.op_xor=o;var i="0123456789abcdefghijklmnopqrstuvwxyz";function n(t){return i.charAt(t)}function r(t,e){return t&e}function s(t,e){return t|e}function o(t,e){return t^e}function h(t,e){return t&~e}function a(t){if(0==t)return-1;var e=0;return 0==(65535&t)&&(t>>=16,e+=16),0==(255&t)&&(t>>=8,e+=8),0==(15&t)&&(t>>=4,e+=4),0==(3&t)&&(t>>=2,e+=2),0==(1&t)&&++e,e}function u(t){var e=0;while(0!=t)t&=t-1,++e;return e}},16235:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.YAHOO=void 0;
/*!
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
var i=e.YAHOO={};i.lang={extend:function(t,e,i){if(!e||!t)throw new Error("YAHOO.lang.extend failed, please check that all dependencies are included.");var n=function(){};if(n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t,t.superclass=e.prototype,e.prototype.constructor==Object.prototype.constructor&&(e.prototype.constructor=e),i){var r;for(r in i)t.prototype[r]=i[r];var s=function(){},o=["toString","valueOf"];try{/MSIE/.test(navigator.userAgent)&&(s=function(t,e){for(r=0;r<o.length;r+=1){var i=o[r],n=e[i];"function"===typeof n&&n!=Object.prototype[i]&&(t[i]=n)}})}catch(h){}s(t.prototype,i)}}}},18938:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.JSEncrypt=void 0;var n,r=i(35273),s=i(69315),o="undefined"!==typeof process?null===(n={NODE_ENV:"production",VUE_APP_BASE_API:"https://test.m2pool.com/api/",VUE_APP_BASE_URL:"https://test.m2pool.com/",VUE_APP_TITLE:"m2pool",BASE_URL:"/"})||void 0===n?void 0:n.npm_package_version:void 0;e.JSEncrypt=function(){function t(t){void 0===t&&(t={}),t=t||{},this.default_key_size=t.default_key_size?parseInt(t.default_key_size,10):1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=null}return t.prototype.setKey=function(t){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new s.JSEncryptRSAKey(t)},t.prototype.setPrivateKey=function(t){this.setKey(t)},t.prototype.setPublicKey=function(t){this.setKey(t)},t.prototype.decrypt=function(t){try{return this.getKey().decrypt((0,r.b64tohex)(t))}catch(e){return!1}},t.prototype.encrypt=function(t){try{return(0,r.hex2b64)(this.getKey().encrypt(t))}catch(e){return!1}},t.prototype.sign=function(t,e,i){try{return(0,r.hex2b64)(this.getKey().sign(t,e,i))}catch(n){return!1}},t.prototype.verify=function(t,e,i){try{return this.getKey().verify(t,(0,r.b64tohex)(e),i)}catch(n){return!1}},t.prototype.getKey=function(t){if(!this.key){if(this.key=new s.JSEncryptRSAKey,t&&"[object Function]"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},t.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},t.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},t.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},t.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},t.version=o,t}()},21206:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.KJUR=void 0,i(44114);var n=i(55377),r=i(16235),s=e.KJUR={};"undefined"!=typeof s.asn1&&s.asn1||(s.asn1={}),s.asn1.ASN1Util=new function(){this.integerToByteHex=function(t){var e=t.toString(16);return e.length%2==1&&(e="0"+e),e},this.bigIntToMinTwosComplementsHex=function(t){var e=t.toString(16);if("-"!=e.substr(0,1))e.length%2==1?e="0"+e:e.match(/^[0-7]/)||(e="00"+e);else{var i=e.substr(1),r=i.length;r%2==1?r+=1:e.match(/^[0-7]/)||(r+=2);for(var s="",o=0;o<r;o++)s+="f";var h=new n.BigInteger(s,16),a=h.xor(t).add(n.BigInteger.ONE);e=a.toString(16).replace(/^-/,"")}return e},this.getPEMStringFromHex=function(t,e){return hextopem(t,e)},this.newObject=function(t){var e=s,i=e.asn1,n=i.DERBoolean,r=i.DERInteger,o=i.DERBitString,h=i.DEROctetString,a=i.DERNull,u=i.DERObjectIdentifier,c=i.DEREnumerated,f=i.DERUTF8String,l=i.DERNumericString,p=i.DERPrintableString,g=i.DERTeletexString,d=i.DERIA5String,v=i.DERUTCTime,y=i.DERGeneralizedTime,m=i.DERSequence,b=i.DERSet,S=i.DERTaggedObject,w=i.ASN1Util.newObject,T=Object.keys(t);if(1!=T.length)throw"key of param shall be only one.";var E=T[0];if(-1==":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+E+":"))throw"undefined key: "+E;if("bool"==E)return new n(t[E]);if("int"==E)return new r(t[E]);if("bitstr"==E)return new o(t[E]);if("octstr"==E)return new h(t[E]);if("null"==E)return new a(t[E]);if("oid"==E)return new u(t[E]);if("enum"==E)re
/**
* Checks if an event is supported in the current execution environment.
*
* NOTE: This will not work correctly for non-generic events such as `change`,
* `reset`, `load`, `error`, and `select`.
*
* Borrows from Modernizr.
*
* @param {string} eventNameSuffix Event name, e.g. "click".
* @param {?boolean} capture Check if the capture phase is supported.
* @return {boolean} True if the event is supported.
* @internal
* @license Modernizr 3.0.0pre (Custom Build) | MIT
*/
function s(t,e){if(!r.canUseDOM||e&&!("addEventListener"in document))return!1;var i="on"+t,s=i in document;if(!s){var o=document.createElement("div");o.setAttribute(i,"return;"),s="function"===typeof o[i]}return!s&&n&&"wheel"===t&&(s=document.implementation.hasFeature("Events.wheel","3.0")),s}r.canUseDOM&&(n=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),t.exports=s},55377:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.BigInteger=void 0,e.intAt=w,e.nbi=g,e.nbits=E,e.nbv=T,e.parseBigInt=d,i(18111),i(18237);var n,r=i(14798),s=0xdeadbeefcafe,o=15715070==(16777215&s),h=[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,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],a=(1<<26)/h[h.length-1],u=e.BigInteger=function(){function t(t,e,i){null!=t&&("number"==typeof t?this.fromNumber(t,e,i):null==e&&"string"!=typeof t?this.fromString(t,256):this.fromString(t,e))}return t.prototype.toString=function(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var i,n=(1<<e)-1,s=!1,o="",h=this.t,a=this.DB-h*this.DB%e;if(h-- >0){a<this.DB&&(i=this[h]>>a)>0&&(s=!0,o=(0,r.int2char)(i));while(h>=0)a<e?(i=(this[h]&(1<<a)-1)<<e-a,i|=this[--h]>>(a+=this.DB-e)):(i=this[h]>>(a-=e)&n,a<=0&&(a+=this.DB,--h)),i>0&&(s=!0),s&&(o+=(0,r.int2char)(i))}return s?o:"0"},t.prototype.negate=function(){var e=g();return t.ZERO.subTo(this,e),e},t.prototype.abs=function(){return this.s<0?this.negate():this},t.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var i=this.t;if(e=i-t.t,0!=e)return this.s<0?-e:e;while(--i>=0)if(0!=(e=this[i]-t[i]))return e;return 0},t.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+E(this[this.t-1]^this.s&this.DM)},t.prototype.mod=function(e){var i=g();return this.abs().divRemTo(e,null,i),this.s<0&&i.compareTo(t.ZERO)>0&&e.subTo(i,i),i},t.prototype.modPowInt=function(t,e){var i;return i=t<256||e.isEven()?new f(e):new l(e),this.exp(t,i)},t.prototype.clone=function(){var t=g();return this.copyTo(t),t},t.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},t.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},t.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},t.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},t.prototype.toByteArray=function(){var t=this.t,e=[];e[0]=this.s;var i,n=this.DB-t*this.DB%8,r=0;if(t-- >0){n<this.DB&&(i=this[t]>>n)!=(this.s&this.DM)>>n&&(e[r++]=i|this.s<<this.DB-n);while(t>=0)n<8?(i=(this[t]&(1<<n)-1)<<8-n,i|=this[--t]>>(n+=this.DB-8)):(i=this[t]>>(n-=8)&255,n<=0&&(n+=this.DB,--t)),0!=(128&i)&&(i|=-256),0==r&&(128&this.s)!=(128&i)&&++r,(r>0||i!=this.s)&&(e[r++]=i)}return e},t.prototype.equals=function(t){return 0==this.compareTo(t)},t.prototype.min=function(t){return this.compareTo(t)<0?this:t},t.prototype.max=function(t){return this.compareTo(t)>0?this:t},t.prototype.and=function(t){var e=g();return this.bitwiseTo(t,r.op_and,e),e},t.prototype.or=function(t){var e=g();return this.bitwiseTo(t,r.op_or,e),e},t.prototype.xor=function(t){var e=g();return this.bitwiseTo(t,r.op_xor,e),e},t.prototype.andNot=function(t){var e=g();return this.bitwiseTo(t,r.op_andnot,e),e},t.prototype.not=function(){for(var t=g(),e=0;e<this