1
0
Fork 0
tera/Source/HTML/JS/sign-lib-min.js

1 line
118 KiB
JavaScript
Raw Permalink Normal View History

var $jscomp=$jscomp||{};$jscomp.scope={},$jscomp.arrayIteratorImpl=function(t){var e=0;return function(){return e<t.length?{done:!1,value:t[e++]}:{done:!0}}},$jscomp.arrayIterator=function(t){return{next:$jscomp.arrayIteratorImpl(t)}},$jscomp.ASSUME_ES5=!1,$jscomp.ASSUME_NO_NATIVE_MAP=!1,$jscomp.ASSUME_NO_NATIVE_SET=!1,$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(t,e,r){t!=Array.prototype&&t!=Object.prototype&&(t[e]=r.value)},$jscomp.getGlobal=function(t){return"undefined"!=typeof window&&window===t?t:"undefined"!=typeof global&&null!=global?global:t},$jscomp.global=$jscomp.getGlobal(this),$jscomp.SYMBOL_PREFIX="jscomp_symbol_",$jscomp.initSymbol=function(){$jscomp.initSymbol=function(){},$jscomp.global.Symbol||($jscomp.global.Symbol=$jscomp.Symbol)},$jscomp.Symbol=function(){var e=0;return function(t){return $jscomp.SYMBOL_PREFIX+(t||"")+e++}}(),$jscomp.initSymbolIterator=function(){$jscomp.initSymbol();var t=$jscomp.global.Symbol.iterator;t=t||($jscomp.global.Symbol.iterator=$jscomp.global.Symbol("iterator")),"function"!=typeof Array.prototype[t]&&$jscomp.defineProperty(Array.prototype,t,{configurable:!0,writable:!0,value:function(){return $jscomp.iteratorPrototype($jscomp.arrayIteratorImpl(this))}}),$jscomp.initSymbolIterator=function(){}},$jscomp.initSymbolAsyncIterator=function(){$jscomp.initSymbol();var t=$jscomp.global.Symbol.asyncIterator;t=t||($jscomp.global.Symbol.asyncIterator=$jscomp.global.Symbol("asyncIterator")),$jscomp.initSymbolAsyncIterator=function(){}},$jscomp.iteratorPrototype=function(t){return $jscomp.initSymbolIterator(),(t={next:t})[$jscomp.global.Symbol.iterator]=function(){return this},t},function i(n,s,o){function a(e,t){if(!s[e]){if(!n[e]){var r="function"==typeof require&&require;if(!t&&r)return r(e,!0);if(h)return h(e,!0);throw(r=Error("Cannot find module '"+e+"'")).code="MODULE_NOT_FOUND",r}r=s[e]={exports:{}},n[e][0].call(r.exports,function(t){return a(n[e][1][t]||t)},r,r.exports,i,n,s,o)}return s[e].exports}for(var h="function"==typeof require&&require,t=0;t<o.length;t++)a(o[t]);return a}({1:[function(t,e,r){function a(t){var e=t.length;if(0<e%4)throw Error("Invalid string. Length must be a multiple of 4");return-1===(t=t.indexOf("="))&&(t=e),[t,t===e?0:4-t%4]}function o(t,e,r){for(var i=[],n=e;n<r;n+=3)e=(t[n]<<16&16711680)+(t[n+1]<<8&65280)+(255&t[n+2]),i.push(h[e>>18&63]+h[e>>12&63]+h[e>>6&63]+h[63&e]);return i.join("")}r.byteLength=function(t){var e=(t=a(t))[1];return 3*(t[0]+e)/4-e},r.toByteArray=function(t){var e=a(t),r=e[0];e=e[1];for(var i=new l(3*(r+e)/4-e),n=0,s=0<e?r-4:r,o=0;o<s;o+=4)r=u[t.charCodeAt(o)]<<18|u[t.charCodeAt(o+1)]<<12|u[t.charCodeAt(o+2)]<<6|u[t.charCodeAt(o+3)],i[n++]=r>>16&255,i[n++]=r>>8&255,i[n++]=255&r;return 2===e&&(r=u[t.charCodeAt(o)]<<2|u[t.charCodeAt(o+1)]>>4,i[n++]=255&r),1===e&&(r=u[t.charCodeAt(o)]<<10|u[t.charCodeAt(o+1)]<<4|u[t.charCodeAt(o+2)]>>2,i[n++]=r>>8&255,i[n++]=255&r),i},r.fromByteArray=function(t){for(var e=t.length,r=e%3,i=[],n=0,s=e-r;n<s;n+=16383)i.push(o(t,n,s<n+16383?s:n+16383));return 1==r?(t=t[e-1],i.push(h[t>>2]+h[t<<4&63]+"==")):2==r&&(t=(t[e-2]<<8)+t[e-1],i.push(h[t>>10]+h[t>>4&63]+h[t<<2&63]+"=")),i.join("")};var h=[],u=[],l="undefined"!=typeof Uint8Array?Uint8Array:Array;for(t=0;t<64;++t)h[t]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[t],u["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charCodeAt(t)]=t;u[45]=62,u[95]=63},{}],2:[function(t,e,r){},{}],3:[function(t,e,r){function n(t){if(B<t)throw new RangeError("Invalid typed array length");return(t=new Uint8Array(t)).__proto__=h.prototype,t}function h(t,e,r){if("number"!=typeof t)return i(t,e,r);if("string"==typeof e)throw Error("If encoding is specified then the first argument must be a string");return o(t)}function i(t,e,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');if(S(t)||t&&S(t.buffer)){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"