UNPKG

synthetix-demaa

Version:

The smart contracts which make up the Demaa system. (demaa.io)

10 lines 12.9 MB
!function(e,a){"object"==typeof exports&&"object"==typeof module?module.exports=a():"function"==typeof define&&define.amd?define([],a):"object"==typeof exports?exports.synthetix=a():e.synthetix=a()}(window,(function(){return function(e){var a={};function b(f){if(a[f])return a[f].exports;var t=a[f]={i:f,l:!1,exports:{}};return e[f].call(t.exports,t,t.exports,b),t.l=!0,t.exports}return b.m=e,b.c=a,b.d=function(e,a,f){b.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:f})},b.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},b.t=function(e,a){if(1&a&&(e=b(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var f=Object.create(null);if(b.r(f),Object.defineProperty(f,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var t in e)b.d(f,t,function(a){return e[a]}.bind(null,t));return f},b.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return b.d(a,"a",a),a},b.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},b.p="",b(b.s=74)}([function(e,a,b){"use strict";(function(e){ /*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <http://feross.org> * @license MIT */ var f=b(77),t=b(78),n=b(79);function d(){return c.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,a){if(d()<a)throw new RangeError("Invalid typed array length");return c.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(a)).__proto__=c.prototype:(null===e&&(e=new c(a)),e.length=a),e}function c(e,a,b){if(!(c.TYPED_ARRAY_SUPPORT||this instanceof c))return new c(e,a,b);if("number"==typeof e){if("string"==typeof a)throw new Error("If encoding is specified then the first argument must be a string");return u(this,e)}return i(this,e,a,b)}function i(e,a,b,f){if("number"==typeof a)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&a instanceof ArrayBuffer?function(e,a,b,f){if(a.byteLength,b<0||a.byteLength<b)throw new RangeError("'offset' is out of bounds");if(a.byteLength<b+(f||0))throw new RangeError("'length' is out of bounds");a=void 0===b&&void 0===f?new Uint8Array(a):void 0===f?new Uint8Array(a,b):new Uint8Array(a,b,f);c.TYPED_ARRAY_SUPPORT?(e=a).__proto__=c.prototype:e=p(e,a);return e}(e,a,b,f):"string"==typeof a?function(e,a,b){"string"==typeof b&&""!==b||(b="utf8");if(!c.isEncoding(b))throw new TypeError('"encoding" must be a valid string encoding');var f=0|l(a,b),t=(e=s(e,f)).write(a,b);t!==f&&(e=e.slice(0,t));return e}(e,a,b):function(e,a){if(c.isBuffer(a)){var b=0|y(a.length);return 0===(e=s(e,b)).length||a.copy(e,0,0,b),e}if(a){if("undefined"!=typeof ArrayBuffer&&a.buffer instanceof ArrayBuffer||"length"in a)return"number"!=typeof a.length||(f=a.length)!=f?s(e,0):p(e,a);if("Buffer"===a.type&&n(a.data))return p(e,a.data)}var f;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,a)}function r(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function u(e,a){if(r(a),e=s(e,a<0?0:0|y(a)),!c.TYPED_ARRAY_SUPPORT)for(var b=0;b<a;++b)e[b]=0;return e}function p(e,a){var b=a.length<0?0:0|y(a.length);e=s(e,b);for(var f=0;f<b;f+=1)e[f]=255&a[f];return e}function y(e){if(e>=d())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+d().toString(16)+" bytes");return 0|e}function l(e,a){if(c.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var b=e.length;if(0===b)return 0;for(var f=!1;;)switch(a){case"ascii":case"latin1":case"binary":return b;case"utf8":case"utf-8":case void 0:return z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*b;case"hex":return b>>>1;case"base64":return K(e).length;default:if(f)return z(e).length;a=(""+a).toLowerCase(),f=!0}}function o(e,a,b){var f=!1;if((void 0===a||a<0)&&(a=0),a>this.length)return"";if((void 0===b||b>this.length)&&(b=this.length),b<=0)return"";if((b>>>=0)<=(a>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return B(this,a,b);case"utf8":case"utf-8":return C(this,a,b);case"ascii":return S(this,a,b);case"latin1":case"binary":return D(this,a,b);case"base64":return E(this,a,b);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return k(this,a,b);default:if(f)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),f=!0}}function m(e,a,b){var f=e[a];e[a]=e[b],e[b]=f}function x(e,a,b,f,t){if(0===e.length)return-1;if("string"==typeof b?(f=b,b=0):b>2147483647?b=2147483647:b<-2147483648&&(b=-2147483648),b=+b,isNaN(b)&&(b=t?0:e.length-1),b<0&&(b=e.length+b),b>=e.length){if(t)return-1;b=e.length-1}else if(b<0){if(!t)return-1;b=0}if("string"==typeof a&&(a=c.from(a,f)),c.isBuffer(a))return 0===a.length?-1:h(e,a,b,f,t);if("number"==typeof a)return a&=255,c.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?t?Uint8Array.prototype.indexOf.call(e,a,b):Uint8Array.prototype.lastIndexOf.call(e,a,b):h(e,[a],b,f,t);throw new TypeError("val must be string, number or Buffer")}function h(e,a,b,f,t){var n,d=1,s=e.length,c=a.length;if(void 0!==f&&("ucs2"===(f=String(f).toLowerCase())||"ucs-2"===f||"utf16le"===f||"utf-16le"===f)){if(e.length<2||a.length<2)return-1;d=2,s/=2,c/=2,b/=2}function i(e,a){return 1===d?e[a]:e.readUInt16BE(a*d)}if(t){var r=-1;for(n=b;n<s;n++)if(i(e,n)===i(a,-1===r?0:n-r)){if(-1===r&&(r=n),n-r+1===c)return r*d}else-1!==r&&(n-=n-r),r=-1}else for(b+c>s&&(b=s-c),n=b;n>=0;n--){for(var u=!0,p=0;p<c;p++)if(i(e,n+p)!==i(a,p)){u=!1;break}if(u)return n}return-1}function g(e,a,b,f){b=Number(b)||0;var t=e.length-b;f?(f=Number(f))>t&&(f=t):f=t;var n=a.length;if(n%2!=0)throw new TypeError("Invalid hex string");f>n/2&&(f=n/2);for(var d=0;d<f;++d){var s=parseInt(a.substr(2*d,2),16);if(isNaN(s))return d;e[b+d]=s}return d}function T(e,a,b,f){return V(z(a,e.length-b),e,b,f)}function v(e,a,b,f){return V(function(e){for(var a=[],b=0;b<e.length;++b)a.push(255&e.charCodeAt(b));return a}(a),e,b,f)}function w(e,a,b,f){return v(e,a,b,f)}function M(e,a,b,f){return V(K(a),e,b,f)}function A(e,a,b,f){return V(function(e,a){for(var b,f,t,n=[],d=0;d<e.length&&!((a-=2)<0);++d)b=e.charCodeAt(d),f=b>>8,t=b%256,n.push(t),n.push(f);return n}(a,e.length-b),e,b,f)}function E(e,a,b){return 0===a&&b===e.length?f.fromByteArray(e):f.fromByteArray(e.slice(a,b))}function C(e,a,b){b=Math.min(e.length,b);for(var f=[],t=a;t<b;){var n,d,s,c,i=e[t],r=null,u=i>239?4:i>223?3:i>191?2:1;if(t+u<=b)switch(u){case 1:i<128&&(r=i);break;case 2:128==(192&(n=e[t+1]))&&(c=(31&i)<<6|63&n)>127&&(r=c);break;case 3:n=e[t+1],d=e[t+2],128==(192&n)&&128==(192&d)&&(c=(15&i)<<12|(63&n)<<6|63&d)>2047&&(c<55296||c>57343)&&(r=c);break;case 4:n=e[t+1],d=e[t+2],s=e[t+3],128==(192&n)&&128==(192&d)&&128==(192&s)&&(c=(15&i)<<18|(63&n)<<12|(63&d)<<6|63&s)>65535&&c<1114112&&(r=c)}null===r?(r=65533,u=1):r>65535&&(r-=65536,f.push(r>>>10&1023|55296),r=56320|1023&r),f.push(r),t+=u}return function(e){var a=e.length;if(a<=4096)return String.fromCharCode.apply(String,e);var b="",f=0;for(;f<a;)b+=String.fromCharCode.apply(String,e.slice(f,f+=4096));return b}(f)}a.Buffer=c,a.SlowBuffer=function(e){+e!=e&&(e=0);return c.alloc(+e)},a.INSPECT_MAX_BYTES=50,c.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),a.kMaxLength=d(),c.poolSize=8192,c._augment=function(e){return e.__proto__=c.prototype,e},c.from=function(e,a,b){return i(null,e,a,b)},c.TYPED_ARRAY_SUPPORT&&(c.prototype.__proto__=Uint8Array.prototype,c.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&c[Symbol.species]===c&&Object.defineProperty(c,Symbol.species,{value:null,configurable:!0})),c.alloc=function(e,a,b){return function(e,a,b,f){return r(a),a<=0?s(e,a):void 0!==b?"string"==typeof f?s(e,a).fill(b,f):s(e,a).fill(b):s(e,a)}(null,e,a,b)},c.allocUnsafe=function(e){return u(null,e)},c.allocUnsafeSlow=function(e){return u(null,e)},c.isBuffer=function(e){return!(null==e||!e._isBuffer)},c.compare=function(e,a){if(!c.isBuffer(e)||!c.isBuffer(a))throw new TypeError("Arguments must be Buffers");if(e===a)return 0;for(var b=e.length,f=a.length,t=0,n=Math.min(b,f);t<n;++t)if(e[t]!==a[t]){b=e[t],f=a[t];break}return b<f?-1:f<b?1:0},c.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},c.concat=function(e,a){if(!n(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return c.alloc(0);var b;if(void 0===a)for(a=0,b=0;b<e.length;++b)a+=e[b].length;var f=c.allocUnsafe(a),t=0;for(b=0;b<e.length;++b){var d=e[b];if(!c.isBuffer(d))throw new TypeError('"list" argument must be an Array of Buffers');d.copy(f,t),t+=d.length}return f},c.byteLength=l,c.prototype._isBuffer=!0,c.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var a=0;a<e;a+=2)m(this,a,a+1);return this},c.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var a=0;a<e;a+=4)m(this,a,a+3),m(this,a+1,a+2);return this},c.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var a=0;a<e;a+=8)m(this,a,a+7),m(this,a+1,a+6),m(this,a+2,a+5),m(this,a+3,a+4);return this},c.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?C(this,0,e):o.apply(this,arguments)},c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===c.compare(this,e)},c.prototype.inspect=function(){var e="",b=a.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,b).match(/.{2}/g).join(" "),this.length>b&&(e+=" ... ")),"<Buffer "+e+">"},c.prototype.compare=function(e,a,b,f,t){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===a&&(a=0),void 0===b&&(b=e?e.length:0),void 0===f&&(f=0),void 0===t&&(t=this.length),a<0||b>e.length||f<0||t>this.length)throw new RangeError("out of range index");if(f>=t&&a>=b)return 0;if(f>=t)return-1;if(a>=b)return 1;if(this===e)return 0;for(var n=(t>>>=0)-(f>>>=0),d=(b>>>=0)-(a>>>=0),s=Math.min(n,d),i=this.slice(f,t),r=e.slice(a,b),u=0;u<s;++u)if(i[u]!==r[u]){n=i[u],d=r[u];break}return n<d?-1:d<n?1:0},c.prototype.includes=function(e,a,b){return-1!==this.indexOf(e,a,b)},c.prototype.indexOf=function(e,a,b){return x(this,e,a,b,!0)},c.prototype.lastIndexOf=function(e,a,b){return x(this,e,a,b,!1)},c.prototype.write=function(e,a,b,f){if(void 0===a)f="utf8",b=this.length,a=0;else if(void 0===b&&"string"==typeof a)f=a,b=this.length,a=0;else{if(!isFinite(a))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");a|=0,isFinite(b)?(b|=0,void 0===f&&(f="utf8")):(f=b,b=void 0)}var t=this.length-a;if((void 0===b||b>t)&&(b=t),e.length>0&&(b<0||a<0)||a>this.length)throw new RangeError("Attempt to write outside buffer bounds");f||(f="utf8");for(var n=!1;;)switch(f){case"hex":return g(this,e,a,b);case"utf8":case"utf-8":return T(this,e,a,b);case"ascii":return v(this,e,a,b);case"latin1":case"binary":return w(this,e,a,b);case"base64":return M(this,e,a,b);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,e,a,b);default:if(n)throw new TypeError("Unknown encoding: "+f);f=(""+f).toLowerCase(),n=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function S(e,a,b){var f="";b=Math.min(e.length,b);for(var t=a;t<b;++t)f+=String.fromCharCode(127&e[t]);return f}function D(e,a,b){var f="";b=Math.min(e.length,b);for(var t=a;t<b;++t)f+=String.fromCharCode(e[t]);return f}function B(e,a,b){var f=e.length;(!a||a<0)&&(a=0),(!b||b<0||b>f)&&(b=f);for(var t="",n=a;n<b;++n)t+=U(e[n]);return t}function k(e,a,b){for(var f=e.slice(a,b),t="",n=0;n<f.length;n+=2)t+=String.fromCharCode(f[n]+256*f[n+1]);return t}function F(e,a,b){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+a>b)throw new RangeError("Trying to access beyond buffer length")}function _(e,a,b,f,t,n){if(!c.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(a>t||a<n)throw new RangeError('"value" argument is out of bounds');if(b+f>e.length)throw new RangeError("Index out of range")}function R(e,a,b,f){a<0&&(a=65535+a+1);for(var t=0,n=Math.min(e.length-b,2);t<n;++t)e[b+t]=(a&255<<8*(f?t:1-t))>>>8*(f?t:1-t)}function P(e,a,b,f){a<0&&(a=4294967295+a+1);for(var t=0,n=Math.min(e.length-b,4);t<n;++t)e[b+t]=a>>>8*(f?t:3-t)&255}function O(e,a,b,f,t,n){if(b+f>e.length)throw new RangeError("Index out of range");if(b<0)throw new RangeError("Index out of range")}function I(e,a,b,f,n){return n||O(e,0,b,4),t.write(e,a,b,f,23,4),b+4}function N(e,a,b,f,n){return n||O(e,0,b,8),t.write(e,a,b,f,52,8),b+8}c.prototype.slice=function(e,a){var b,f=this.length;if((e=~~e)<0?(e+=f)<0&&(e=0):e>f&&(e=f),(a=void 0===a?f:~~a)<0?(a+=f)<0&&(a=0):a>f&&(a=f),a<e&&(a=e),c.TYPED_ARRAY_SUPPORT)(b=this.subarray(e,a)).__proto__=c.prototype;else{var t=a-e;b=new c(t,void 0);for(var n=0;n<t;++n)b[n]=this[n+e]}return b},c.prototype.readUIntLE=function(e,a,b){e|=0,a|=0,b||F(e,a,this.length);for(var f=this[e],t=1,n=0;++n<a&&(t*=256);)f+=this[e+n]*t;return f},c.prototype.readUIntBE=function(e,a,b){e|=0,a|=0,b||F(e,a,this.length);for(var f=this[e+--a],t=1;a>0&&(t*=256);)f+=this[e+--a]*t;return f},c.prototype.readUInt8=function(e,a){return a||F(e,1,this.length),this[e]},c.prototype.readUInt16LE=function(e,a){return a||F(e,2,this.length),this[e]|this[e+1]<<8},c.prototype.readUInt16BE=function(e,a){return a||F(e,2,this.length),this[e]<<8|this[e+1]},c.prototype.readUInt32LE=function(e,a){return a||F(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},c.prototype.readUInt32BE=function(e,a){return a||F(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},c.prototype.readIntLE=function(e,a,b){e|=0,a|=0,b||F(e,a,this.length);for(var f=this[e],t=1,n=0;++n<a&&(t*=256);)f+=this[e+n]*t;return f>=(t*=128)&&(f-=Math.pow(2,8*a)),f},c.prototype.readIntBE=function(e,a,b){e|=0,a|=0,b||F(e,a,this.length);for(var f=a,t=1,n=this[e+--f];f>0&&(t*=256);)n+=this[e+--f]*t;return n>=(t*=128)&&(n-=Math.pow(2,8*a)),n},c.prototype.readInt8=function(e,a){return a||F(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},c.prototype.readInt16LE=function(e,a){a||F(e,2,this.length);var b=this[e]|this[e+1]<<8;return 32768&b?4294901760|b:b},c.prototype.readInt16BE=function(e,a){a||F(e,2,this.length);var b=this[e+1]|this[e]<<8;return 32768&b?4294901760|b:b},c.prototype.readInt32LE=function(e,a){return a||F(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},c.prototype.readInt32BE=function(e,a){return a||F(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},c.prototype.readFloatLE=function(e,a){return a||F(e,4,this.length),t.read(this,e,!0,23,4)},c.prototype.readFloatBE=function(e,a){return a||F(e,4,this.length),t.read(this,e,!1,23,4)},c.prototype.readDoubleLE=function(e,a){return a||F(e,8,this.length),t.read(this,e,!0,52,8)},c.prototype.readDoubleBE=function(e,a){return a||F(e,8,this.length),t.read(this,e,!1,52,8)},c.prototype.writeUIntLE=function(e,a,b,f){(e=+e,a|=0,b|=0,f)||_(this,e,a,b,Math.pow(2,8*b)-1,0);var t=1,n=0;for(this[a]=255&e;++n<b&&(t*=256);)this[a+n]=e/t&255;return a+b},c.prototype.writeUIntBE=function(e,a,b,f){(e=+e,a|=0,b|=0,f)||_(this,e,a,b,Math.pow(2,8*b)-1,0);var t=b-1,n=1;for(this[a+t]=255&e;--t>=0&&(n*=256);)this[a+t]=e/n&255;return a+b},c.prototype.writeUInt8=function(e,a,b){return e=+e,a|=0,b||_(this,e,a,1,255,0),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[a]=255&e,a+1},c.prototype.writeUInt16LE=function(e,a,b){return e=+e,a|=0,b||_(this,e,a,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[a]=255&e,this[a+1]=e>>>8):R(this,e,a,!0),a+2},c.prototype.writeUInt16BE=function(e,a,b){return e=+e,a|=0,b||_(this,e,a,2,65535,0),c.TYPED_ARRAY_SUPPORT?(this[a]=e>>>8,this[a+1]=255&e):R(this,e,a,!1),a+2},c.prototype.writeUInt32LE=function(e,a,b){return e=+e,a|=0,b||_(this,e,a,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[a+3]=e>>>24,this[a+2]=e>>>16,this[a+1]=e>>>8,this[a]=255&e):P(this,e,a,!0),a+4},c.prototype.writeUInt32BE=function(e,a,b){return e=+e,a|=0,b||_(this,e,a,4,4294967295,0),c.TYPED_ARRAY_SUPPORT?(this[a]=e>>>24,this[a+1]=e>>>16,this[a+2]=e>>>8,this[a+3]=255&e):P(this,e,a,!1),a+4},c.prototype.writeIntLE=function(e,a,b,f){if(e=+e,a|=0,!f){var t=Math.pow(2,8*b-1);_(this,e,a,b,t-1,-t)}var n=0,d=1,s=0;for(this[a]=255&e;++n<b&&(d*=256);)e<0&&0===s&&0!==this[a+n-1]&&(s=1),this[a+n]=(e/d>>0)-s&255;return a+b},c.prototype.writeIntBE=function(e,a,b,f){if(e=+e,a|=0,!f){var t=Math.pow(2,8*b-1);_(this,e,a,b,t-1,-t)}var n=b-1,d=1,s=0;for(this[a+n]=255&e;--n>=0&&(d*=256);)e<0&&0===s&&0!==this[a+n+1]&&(s=1),this[a+n]=(e/d>>0)-s&255;return a+b},c.prototype.writeInt8=function(e,a,b){return e=+e,a|=0,b||_(this,e,a,1,127,-128),c.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[a]=255&e,a+1},c.prototype.writeInt16LE=function(e,a,b){return e=+e,a|=0,b||_(this,e,a,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[a]=255&e,this[a+1]=e>>>8):R(this,e,a,!0),a+2},c.prototype.writeInt16BE=function(e,a,b){return e=+e,a|=0,b||_(this,e,a,2,32767,-32768),c.TYPED_ARRAY_SUPPORT?(this[a]=e>>>8,this[a+1]=255&e):R(this,e,a,!1),a+2},c.prototype.writeInt32LE=function(e,a,b){return e=+e,a|=0,b||_(this,e,a,4,2147483647,-2147483648),c.TYPED_ARRAY_SUPPORT?(this[a]=255&e,this[a+1]=e>>>8,this[a+2]=e>>>16,this[a+3]=e>>>24):P(this,e,a,!0),a+4},c.prototype.writeInt32BE=function(e,a,b){return e=+e,a|=0,b||_(this,e,a,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),c.TYPED_ARRAY_SUPPORT?(this[a]=e>>>24,this[a+1]=e>>>16,this[a+2]=e>>>8,this[a+3]=255&e):P(this,e,a,!1),a+4},c.prototype.writeFloatLE=function(e,a,b){return I(this,e,a,!0,b)},c.prototype.writeFloatBE=function(e,a,b){return I(this,e,a,!1,b)},c.prototype.writeDoubleLE=function(e,a,b){return N(this,e,a,!0,b)},c.prototype.writeDoubleBE=function(e,a,b){return N(this,e,a,!1,b)},c.prototype.copy=function(e,a,b,f){if(b||(b=0),f||0===f||(f=this.length),a>=e.length&&(a=e.length),a||(a=0),f>0&&f<b&&(f=b),f===b)return 0;if(0===e.length||0===this.length)return 0;if(a<0)throw new RangeError("targetStart out of bounds");if(b<0||b>=this.length)throw new RangeError("sourceStart out of bounds");if(f<0)throw new RangeError("sourceEnd out of bounds");f>this.length&&(f=this.length),e.length-a<f-b&&(f=e.length-a+b);var t,n=f-b;if(this===e&&b<a&&a<f)for(t=n-1;t>=0;--t)e[t+a]=this[t+b];else if(n<1e3||!c.TYPED_ARRAY_SUPPORT)for(t=0;t<n;++t)e[t+a]=this[t+b];else Uint8Array.prototype.set.call(e,this.subarray(b,b+n),a);return n},c.prototype.fill=function(e,a,b,f){if("string"==typeof e){if("string"==typeof a?(f=a,a=0,b=this.length):"string"==typeof b&&(f=b,b=this.length),1===e.length){var t=e.charCodeAt(0);t<256&&(e=t)}if(void 0!==f&&"string"!=typeof f)throw new TypeError("encoding must be a string");if("string"==typeof f&&!c.isEncoding(f))throw new TypeError("Unknown encoding: "+f)}else"number"==typeof e&&(e&=255);if(a<0||this.length<a||this.length<b)throw new RangeError("Out of range index");if(b<=a)return this;var n;if(a>>>=0,b=void 0===b?this.length:b>>>0,e||(e=0),"number"==typeof e)for(n=a;n<b;++n)this[n]=e;else{var d=c.isBuffer(e)?e:z(new c(e,f).toString()),s=d.length;for(n=0;n<b-a;++n)this[n+a]=d[n%s]}return this};var L=/[^+\/0-9A-Za-z-_]/g;function U(e){return e<16?"0"+e.toString(16):e.toString(16)}function z(e,a){var b;a=a||1/0;for(var f=e.length,t=null,n=[],d=0;d<f;++d){if((b=e.charCodeAt(d))>55295&&b<57344){if(!t){if(b>56319){(a-=3)>-1&&n.push(239,191,189);continue}if(d+1===f){(a-=3)>-1&&n.push(239,191,189);continue}t=b;continue}if(b<56320){(a-=3)>-1&&n.push(239,191,189),t=b;continue}b=65536+(t-55296<<10|b-56320)}else t&&(a-=3)>-1&&n.push(239,191,189);if(t=null,b<128){if((a-=1)<0)break;n.push(b)}else if(b<2048){if((a-=2)<0)break;n.push(b>>6|192,63&b|128)}else if(b<65536){if((a-=3)<0)break;n.push(b>>12|224,b>>6&63|128,63&b|128)}else{if(!(b<1114112))throw new Error("Invalid code point");if((a-=4)<0)break;n.push(b>>18|240,b>>12&63|128,b>>6&63|128,63&b|128)}}return n}function K(e){return f.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(L,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function V(e,a,b,f){for(var t=0;t<f&&!(t+b>=a.length||t>=e.length);++t)a[t+b]=e[t];return t}}).call(this,b(2))},function(e,a){"function"==typeof Object.create?e.exports=function(e,a){a&&(e.super_=a,e.prototype=Object.create(a.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,a){if(a){e.super_=a;var b=function(){};b.prototype=a.prototype,e.prototype=new b,e.prototype.constructor=e}}},function(e,a){var b;b=function(){return this}();try{b=b||new Function("return this")()}catch(e){"object"==typeof window&&(b=window)}e.exports=b},function(e,a){var b,f,t=e.exports={};function n(){throw new Error("setTimeout has not been defined")}function d(){throw new Error("clearTimeout has not been defined")}function s(e){if(b===setTimeout)return setTimeout(e,0);if((b===n||!b)&&setTimeout)return b=setTimeout,setTimeout(e,0);try{return b(e,0)}catch(a){try{return b.call(null,e,0)}catch(a){return b.call(this,e,0)}}}!function(){try{b="function"==typeof setTimeout?setTimeout:n}catch(e){b=n}try{f="function"==typeof clearTimeout?clearTimeout:d}catch(e){f=d}}();var c,i=[],r=!1,u=-1;function p(){r&&c&&(r=!1,c.length?i=c.concat(i):u=-1,i.length&&y())}function y(){if(!r){var e=s(p);r=!0;for(var a=i.length;a;){for(c=i,i=[];++u<a;)c&&c[u].run();u=-1,a=i.length}c=null,r=!1,function(e){if(f===clearTimeout)return clearTimeout(e);if((f===d||!f)&&clearTimeout)return f=clearTimeout,clearTimeout(e);try{f(e)}catch(a){try{return f.call(null,e)}catch(a){return f.call(this,e)}}}(e)}}function l(e,a){this.fun=e,this.array=a}function o(){}t.nextTick=function(e){var a=new Array(arguments.length-1);if(arguments.length>1)for(var b=1;b<arguments.length;b++)a[b-1]=arguments[b];i.push(new l(e,a)),1!==i.length||r||s(y)},l.prototype.run=function(){this.fun.apply(null,this.array)},t.title="browser",t.browser=!0,t.env={},t.argv=[],t.version="",t.versions={},t.on=o,t.addListener=o,t.once=o,t.off=o,t.removeListener=o,t.removeAllListeners=o,t.emit=o,t.prependListener=o,t.prependOnceListener=o,t.listeners=function(e){return[]},t.binding=function(e){throw new Error("process.binding is not supported")},t.cwd=function(){return"/"},t.chdir=function(e){throw new Error("process.chdir is not supported")},t.umask=function(){return 0}},function(e,a,b){"use strict";var f=a,t=b(8),n=b(10),d=b(51);f.assert=n,f.toArray=d.toArray,f.zero2=d.zero2,f.toHex=d.toHex,f.encode=d.encode,f.getNAF=function(e,a,b){var f=new Array(Math.max(e.bitLength(),b)+1);f.fill(0);for(var t=1<<a+1,n=e.clone(),d=0;d<f.length;d++){var s,c=n.andln(t-1);n.isOdd()?(s=c>(t>>1)-1?(t>>1)-c:c,n.isubn(s)):s=0,f[d]=s,n.iushrn(1)}return f},f.getJSF=function(e,a){var b=[[],[]];e=e.clone(),a=a.clone();for(var f,t=0,n=0;e.cmpn(-t)>0||a.cmpn(-n)>0;){var d,s,c=e.andln(3)+t&3,i=a.andln(3)+n&3;3===c&&(c=-1),3===i&&(i=-1),d=0==(1&c)?0:3!==(f=e.andln(7)+t&7)&&5!==f||2!==i?c:-c,b[0].push(d),s=0==(1&i)?0:3!==(f=a.andln(7)+n&7)&&5!==f||2!==c?i:-i,b[1].push(s),2*t===d+1&&(t=1-t),2*n===s+1&&(n=1-n),e.iushrn(1),a.iushrn(1)}return b},f.cachedProperty=function(e,a,b){var f="_"+a;e.prototype[a]=function(){return void 0!==this[f]?this[f]:this[f]=b.call(this)}},f.parseBytes=function(e){return"string"==typeof e?f.toArray(e,"hex"):e},f.intFromLE=function(e){return new t(e,"hex","le")}},function(e,a,b){ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ var f=b(0),t=f.Buffer;function n(e,a){for(var b in e)a[b]=e[b]}function d(e,a,b){return t(e,a,b)}t.from&&t.alloc&&t.allocUnsafe&&t.allocUnsafeSlow?e.exports=f:(n(f,a),a.Buffer=d),d.prototype=Object.create(t.prototype),n(t,d),d.from=function(e,a,b){if("number"==typeof e)throw new TypeError("Argument must not be a number");return t(e,a,b)},d.alloc=function(e,a,b){if("number"!=typeof e)throw new TypeError("Argument must be a number");var f=t(e);return void 0!==a?"string"==typeof b?f.fill(a,b):f.fill(a):f.fill(0),f},d.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return t(e)},d.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return f.SlowBuffer(e)}},function(e,a,b){"use strict";var f=b(10),t=b(1);function n(e,a){return 55296==(64512&e.charCodeAt(a))&&(!(a<0||a+1>=e.length)&&56320==(64512&e.charCodeAt(a+1)))}function d(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function s(e){return 1===e.length?"0"+e:e}function c(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}a.inherits=t,a.toArray=function(e,a){if(Array.isArray(e))return e.slice();if(!e)return[];var b=[];if("string"==typeof e)if(a){if("hex"===a)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),t=0;t<e.length;t+=2)b.push(parseInt(e[t]+e[t+1],16))}else for(var f=0,t=0;t<e.length;t++){var d=e.charCodeAt(t);d<128?b[f++]=d:d<2048?(b[f++]=d>>6|192,b[f++]=63&d|128):n(e,t)?(d=65536+((1023&d)<<10)+(1023&e.charCodeAt(++t)),b[f++]=d>>18|240,b[f++]=d>>12&63|128,b[f++]=d>>6&63|128,b[f++]=63&d|128):(b[f++]=d>>12|224,b[f++]=d>>6&63|128,b[f++]=63&d|128)}else for(t=0;t<e.length;t++)b[t]=0|e[t];return b},a.toHex=function(e){for(var a="",b=0;b<e.length;b++)a+=s(e[b].toString(16));return a},a.htonl=d,a.toHex32=function(e,a){for(var b="",f=0;f<e.length;f++){var t=e[f];"little"===a&&(t=d(t)),b+=c(t.toString(16))}return b},a.zero2=s,a.zero8=c,a.join32=function(e,a,b,t){var n=b-a;f(n%4==0);for(var d=new Array(n/4),s=0,c=a;s<d.length;s++,c+=4){var i;i="big"===t?e[c]<<24|e[c+1]<<16|e[c+2]<<8|e[c+3]:e[c+3]<<24|e[c+2]<<16|e[c+1]<<8|e[c],d[s]=i>>>0}return d},a.split32=function(e,a){for(var b=new Array(4*e.length),f=0,t=0;f<e.length;f++,t+=4){var n=e[f];"big"===a?(b[t]=n>>>24,b[t+1]=n>>>16&255,b[t+2]=n>>>8&255,b[t+3]=255&n):(b[t+3]=n>>>24,b[t+2]=n>>>16&255,b[t+1]=n>>>8&255,b[t]=255&n)}return b},a.rotr32=function(e,a){return e>>>a|e<<32-a},a.rotl32=function(e,a){return e<<a|e>>>32-a},a.sum32=function(e,a){return e+a>>>0},a.sum32_3=function(e,a,b){return e+a+b>>>0},a.sum32_4=function(e,a,b,f){return e+a+b+f>>>0},a.sum32_5=function(e,a,b,f,t){return e+a+b+f+t>>>0},a.sum64=function(e,a,b,f){var t=e[a],n=f+e[a+1]>>>0,d=(n<f?1:0)+b+t;e[a]=d>>>0,e[a+1]=n},a.sum64_hi=function(e,a,b,f){return(a+f>>>0<a?1:0)+e+b>>>0},a.sum64_lo=function(e,a,b,f){return a+f>>>0},a.sum64_4_hi=function(e,a,b,f,t,n,d,s){var c=0,i=a;return c+=(i=i+f>>>0)<a?1:0,c+=(i=i+n>>>0)<n?1:0,e+b+t+d+(c+=(i=i+s>>>0)<s?1:0)>>>0},a.sum64_4_lo=function(e,a,b,f,t,n,d,s){return a+f+n+s>>>0},a.sum64_5_hi=function(e,a,b,f,t,n,d,s,c,i){var r=0,u=a;return r+=(u=u+f>>>0)<a?1:0,r+=(u=u+n>>>0)<n?1:0,r+=(u=u+s>>>0)<s?1:0,e+b+t+d+c+(r+=(u=u+i>>>0)<i?1:0)>>>0},a.sum64_5_lo=function(e,a,b,f,t,n,d,s,c,i){return a+f+n+s+i>>>0},a.rotr64_hi=function(e,a,b){return(a<<32-b|e>>>b)>>>0},a.rotr64_lo=function(e,a,b){return(e<<32-b|a>>>b)>>>0},a.shr64_hi=function(e,a,b){return e>>>b},a.shr64_lo=function(e,a,b){return(e<<32-b|a>>>b)>>>0}},function(e,a){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,a,b){(function(e){!function(e,a){"use strict";function f(e,a){if(!e)throw new Error(a||"Assertion failed")}function t(e,a){e.super_=a;var b=function(){};b.prototype=a.prototype,e.prototype=new b,e.prototype.constructor=e}function n(e,a,b){if(n.isBN(e))return e;this.negative=0,this.words=null,this.length=0,this.red=null,null!==e&&("le"!==a&&"be"!==a||(b=a,a=10),this._init(e||0,a||10,b||"be"))}var d;"object"==typeof e?e.exports=n:a.BN=n,n.BN=n,n.wordSize=26;try{d="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:b(105).Buffer}catch(e){}function s(e,a){var b=e.charCodeAt(a);return b>=65&&b<=70?b-55:b>=97&&b<=102?b-87:b-48&15}function c(e,a,b){var f=s(e,b);return b-1>=a&&(f|=s(e,b-1)<<4),f}function i(e,a,b,f){for(var t=0,n=Math.min(e.length,b),d=a;d<n;d++){var s=e.charCodeAt(d)-48;t*=f,t+=s>=49?s-49+10:s>=17?s-17+10:s}return t}n.isBN=function(e){return e instanceof n||null!==e&&"object"==typeof e&&e.constructor.wordSize===n.wordSize&&Array.isArray(e.words)},n.max=function(e,a){return e.cmp(a)>0?e:a},n.min=function(e,a){return e.cmp(a)<0?e:a},n.prototype._init=function(e,a,b){if("number"==typeof e)return this._initNumber(e,a,b);if("object"==typeof e)return this._initArray(e,a,b);"hex"===a&&(a=16),f(a===(0|a)&&a>=2&&a<=36);var t=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&(t++,this.negative=1),t<e.length&&(16===a?this._parseHex(e,t,b):(this._parseBase(e,a,t),"le"===b&&this._initArray(this.toArray(),a,b)))},n.prototype._initNumber=function(e,a,b){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(f(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===b&&this._initArray(this.toArray(),a,b)},n.prototype._initArray=function(e,a,b){if(f("number"==typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var t=0;t<this.length;t++)this.words[t]=0;var n,d,s=0;if("be"===b)for(t=e.length-1,n=0;t>=0;t-=3)d=e[t]|e[t-1]<<8|e[t-2]<<16,this.words[n]|=d<<s&67108863,this.words[n+1]=d>>>26-s&67108863,(s+=24)>=26&&(s-=26,n++);else if("le"===b)for(t=0,n=0;t<e.length;t+=3)d=e[t]|e[t+1]<<8|e[t+2]<<16,this.words[n]|=d<<s&67108863,this.words[n+1]=d>>>26-s&67108863,(s+=24)>=26&&(s-=26,n++);return this.strip()},n.prototype._parseHex=function(e,a,b){this.length=Math.ceil((e.length-a)/6),this.words=new Array(this.length);for(var f=0;f<this.length;f++)this.words[f]=0;var t,n=0,d=0;if("be"===b)for(f=e.length-1;f>=a;f-=2)t=c(e,a,f)<<n,this.words[d]|=67108863&t,n>=18?(n-=18,d+=1,this.words[d]|=t>>>26):n+=8;else for(f=(e.length-a)%2==0?a+1:a;f<e.length;f+=2)t=c(e,a,f)<<n,this.words[d]|=67108863&t,n>=18?(n-=18,d+=1,this.words[d]|=t>>>26):n+=8;this.strip()},n.prototype._parseBase=function(e,a,b){this.words=[0],this.length=1;for(var f=0,t=1;t<=67108863;t*=a)f++;f--,t=t/a|0;for(var n=e.length-b,d=n%f,s=Math.min(n,n-d)+b,c=0,r=b;r<s;r+=f)c=i(e,r,r+f,a),this.imuln(t),this.words[0]+c<67108864?this.words[0]+=c:this._iaddn(c);if(0!==d){var u=1;for(c=i(e,r,e.length,a),r=0;r<d;r++)u*=a;this.imuln(u),this.words[0]+c<67108864?this.words[0]+=c:this._iaddn(c)}this.strip()},n.prototype.copy=function(e){e.words=new Array(this.length);for(var a=0;a<this.length;a++)e.words[a]=this.words[a];e.length=this.length,e.negative=this.negative,e.red=this.red},n.prototype.clone=function(){var e=new n(null);return this.copy(e),e},n.prototype._expand=function(e){for(;this.length<e;)this.words[this.length++]=0;return this},n.prototype.strip=function(){for(;this.length>1&&0===this.words[this.length-1];)this.length--;return this._normSign()},n.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},n.prototype.inspect=function(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"};var r=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],u=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],p=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function y(e,a,b){b.negative=a.negative^e.negative;var f=e.length+a.length|0;b.length=f,f=f-1|0;var t=0|e.words[0],n=0|a.words[0],d=t*n,s=67108863&d,c=d/67108864|0;b.words[0]=s;for(var i=1;i<f;i++){for(var r=c>>>26,u=67108863&c,p=Math.min(i,a.length-1),y=Math.max(0,i-e.length+1);y<=p;y++){var l=i-y|0;r+=(d=(t=0|e.words[l])*(n=0|a.words[y])+u)/67108864|0,u=67108863&d}b.words[i]=0|u,c=0|r}return 0!==c?b.words[i]=0|c:b.length--,b.strip()}n.prototype.toString=function(e,a){var b;if(a=0|a||1,16===(e=e||10)||"hex"===e){b="";for(var t=0,n=0,d=0;d<this.length;d++){var s=this.words[d],c=(16777215&(s<<t|n)).toString(16);b=0!==(n=s>>>24-t&16777215)||d!==this.length-1?r[6-c.length]+c+b:c+b,(t+=2)>=26&&(t-=26,d--)}for(0!==n&&(b=n.toString(16)+b);b.length%a!=0;)b="0"+b;return 0!==this.negative&&(b="-"+b),b}if(e===(0|e)&&e>=2&&e<=36){var i=u[e],y=p[e];b="";var l=this.clone();for(l.negative=0;!l.isZero();){var o=l.modn(y).toString(e);b=(l=l.idivn(y)).isZero()?o+b:r[i-o.length]+o+b}for(this.isZero()&&(b="0"+b);b.length%a!=0;)b="0"+b;return 0!==this.negative&&(b="-"+b),b}f(!1,"Base should be between 2 and 36")},n.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},n.prototype.toJSON=function(){return this.toString(16)},n.prototype.toBuffer=function(e,a){return f(void 0!==d),this.toArrayLike(d,e,a)},n.prototype.toArray=function(e,a){return this.toArrayLike(Array,e,a)},n.prototype.toArrayLike=function(e,a,b){var t=this.byteLength(),n=b||Math.max(1,t);f(t<=n,"byte array longer than desired length"),f(n>0,"Requested array length <= 0"),this.strip();var d,s,c="le"===a,i=new e(n),r=this.clone();if(c){for(s=0;!r.isZero();s++)d=r.andln(255),r.iushrn(8),i[s]=d;for(;s<n;s++)i[s]=0}else{for(s=0;s<n-t;s++)i[s]=0;for(s=0;!r.isZero();s++)d=r.andln(255),r.iushrn(8),i[n-s-1]=d}return i},Math.clz32?n.prototype._countBits=function(e){return 32-Math.clz32(e)}:n.prototype._countBits=function(e){var a=e,b=0;return a>=4096&&(b+=13,a>>>=13),a>=64&&(b+=7,a>>>=7),a>=8&&(b+=4,a>>>=4),a>=2&&(b+=2,a>>>=2),b+a},n.prototype._zeroBits=function(e){if(0===e)return 26;var a=e,b=0;return 0==(8191&a)&&(b+=13,a>>>=13),0==(127&a)&&(b+=7,a>>>=7),0==(15&a)&&(b+=4,a>>>=4),0==(3&a)&&(b+=2,a>>>=2),0==(1&a)&&b++,b},n.prototype.bitLength=function(){var e=this.words[this.length-1],a=this._countBits(e);return 26*(this.length-1)+a},n.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,a=0;a<this.length;a++){var b=this._zeroBits(this.words[a]);if(e+=b,26!==b)break}return e},n.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},n.prototype.toTwos=function(e){return 0!==this.negative?this.abs().inotn(e).iaddn(1):this.clone()},n.prototype.fromTwos=function(e){return this.testn(e-1)?this.notn(e).iaddn(1).ineg():this.clone()},n.prototype.isNeg=function(){return 0!==this.negative},n.prototype.neg=function(){return this.clone().ineg()},n.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},n.prototype.iuor=function(e){for(;this.length<e.length;)this.words[this.length++]=0;for(var a=0;a<e.length;a++)this.words[a]=this.words[a]|e.words[a];return this.strip()},n.prototype.ior=function(e){return f(0==(this.negative|e.negative)),this.iuor(e)},n.prototype.or=function(e){return this.length>e.length?this.clone().ior(e):e.clone().ior(this)},n.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},n.prototype.iuand=function(e){var a;a=this.length>e.length?e:this;for(var b=0;b<a.length;b++)this.words[b]=this.words[b]&e.words[b];return this.length=a.length,this.strip()},n.prototype.iand=function(e){return f(0==(this.negative|e.negative)),this.iuand(e)},n.prototype.and=function(e){return this.length>e.length?this.clone().iand(e):e.clone().iand(this)},n.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},n.prototype.iuxor=function(e){var a,b;this.length>e.length?(a=this,b=e):(a=e,b=this);for(var f=0;f<b.length;f++)this.words[f]=a.words[f]^b.words[f];if(this!==a)for(;f<a.length;f++)this.words[f]=a.words[f];return this.length=a.length,this.strip()},n.prototype.ixor=function(e){return f(0==(this.negative|e.negative)),this.iuxor(e)},n.prototype.xor=function(e){return this.length>e.length?this.clone().ixor(e):e.clone().ixor(this)},n.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},n.prototype.inotn=function(e){f("number"==typeof e&&e>=0);var a=0|Math.ceil(e/26),b=e%26;this._expand(a),b>0&&a--;for(var t=0;t<a;t++)this.words[t]=67108863&~this.words[t];return b>0&&(this.words[t]=~this.words[t]&67108863>>26-b),this.strip()},n.prototype.notn=function(e){return this.clone().inotn(e)},n.prototype.setn=function(e,a){f("number"==typeof e&&e>=0);var b=e/26|0,t=e%26;return this._expand(b+1),this.words[b]=a?this.words[b]|1<<t:this.words[b]&~(1<<t),this.strip()},n.prototype.iadd=function(e){var a,b,f;if(0!==this.negative&&0===e.negative)return this.negative=0,a=this.isub(e),this.negative^=1,this._normSign();if(0===this.negative&&0!==e.negative)return e.negative=0,a=this.isub(e),e.negative=1,a._normSign();this.length>e.length?(b=this,f=e):(b=e,f=this);for(var t=0,n=0;n<f.length;n++)a=(0|b.words[n])+(0|f.words[n])+t,this.words[n]=67108863&a,t=a>>>26;for(;0!==t&&n<b.length;n++)a=(0|b.words[n])+t,this.words[n]=67108863&a,t=a>>>26;if(this.length=b.length,0!==t)this.words[this.length]=t,this.length++;else if(b!==this)for(;n<b.length;n++)this.words[n]=b.words[n];return this},n.prototype.add=function(e){var a;return 0!==e.negative&&0===this.negative?(e.negative=0,a=this.sub(e),e.negative^=1,a):0===e.negative&&0!==this.negative?(this.negative=0,a=e.sub(this),this.negative=1,a):this.length>e.length?this.clone().iadd(e):e.clone().iadd(this)},n.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var a=this.iadd(e);return e.negative=1,a._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var b,f,t=this.cmp(e);if(0===t)return this.negative=0,this.length=1,this.words[0]=0,this;t>0?(b=this,f=e):(b=e,f=this);for(var n=0,d=0;d<f.length;d++)n=(a=(0|b.words[d])-(0|f.words[d])+n)>>26,this.words[d]=67108863&a;for(;0!==n&&d<b.length;d++)n=(a=(0|b.words[d])+n)>>26,this.words[d]=67108863&a;if(0===n&&d<b.length&&b!==this)for(;d<b.length;d++)this.words[d]=b.words[d];return this.length=Math.max(this.length,d),b!==this&&(this.negative=1),this.strip()},n.prototype.sub=function(e){return this.clone().isub(e)};var l=function(e,a,b){var f,t,n,d=e.words,s=a.words,c=b.words,i=0,r=0|d[0],u=8191&r,p=r>>>13,y=0|d[1],l=8191&y,o=y>>>13,m=0|d[2],x=8191&m,h=m>>>13,g=0|d[3],T=8191&g,v=g>>>13,w=0|d[4],M=8191&w,A=w>>>13,E=0|d[5],C=8191&E,S=E>>>13,D=0|d[6],B=8191&D,k=D>>>13,F=0|d[7],_=8191&F,R=F>>>13,P=0|d[8],O=8191&P,I=P>>>13,N=0|d[9],L=8191&N,U=N>>>13,z=0|s[0],K=8191&z,V=z>>>13,q=0|s[1],Z=8191&q,X=q>>>13,H=0|s[2],W=8191&H,Q=H>>>13,j=0|s[3],G=8191&j,Y=j>>>13,$=0|s[4],J=8191&$,ee=$>>>13,ae=0|s[5],be=8191&ae,fe=ae>>>13,te=0|s[6],ne=8191&te,de=te>>>13,se=0|s[7],ce=8191&se,ie=se>>>13,re=0|s[8],ue=8191&re,pe=re>>>13,ye=0|s[9],le=8191&ye,oe=ye>>>13;b.negative=e.negative^a.negative,b.length=19;var me=(i+(f=Math.imul(u,K))|0)+((8191&(t=(t=Math.imul(u,V))+Math.imul(p,K)|0))<<13)|0;i=((n=Math.imul(p,V))+(t>>>13)|0)+(me>>>26)|0,me&=67108863,f=Math.imul(l,K),t=(t=Math.imul(l,V))+Math.imul(o,K)|0,n=Math.imul(o,V);var xe=(i+(f=f+Math.imul(u,Z)|0)|0)+((8191&(t=(t=t+Math.imul(u,X)|0)+Math.imul(p,Z)|0))<<13)|0;i=((n=n+Math.imul(p,X)|0)+(t>>>13)|0)+(xe>>>26)|0,xe&=67108863,f=Math.imul(x,K),t=(t=Math.imul(x,V))+Math.imul(h,K)|0,n=Math.imul(h,V),f=f+Math.imul(l,Z)|0,t=(t=t+Math.imul(l,X)|0)+Math.imul(o,Z)|0,n=n+Math.imul(o,X)|0;var he=(i+(f=f+Math.imul(u,W)|0)|0)+((8191&(t=(t=t+Math.imul(u,Q)|0)+Math.imul(p,W)|0))<<13)|0;i=((n=n+Math.imul(p,Q)|0)+(t>>>13)|0)+(he>>>26)|0,he&=67108863,f=Math.imul(T,K),t=(t=Math.imul(T,V))+Math.imul(v,K)|0,n=Math.imul(v,V),f=f+Math.imul(x,Z)|0,t=(t=t+Math.imul(x,X)|0)+Math.imul(h,Z)|0,n=n+Math.imul(h,X)|0,f=f+Math.imul(l,W)|0,t=(t=t+Math.imul(l,Q)|0)+Math.imul(o,W)|0,n=n+Math.imul(o,Q)|0;var ge=(i+(f=f+Math.imul(u,G)|0)|0)+((8191&(t=(t=t+Math.imul(u,Y)|0)+Math.imul(p,G)|0))<<13)|0;i=((n=n+Math.imul(p,Y)|0)+(t>>>13)|0)+(ge>>>26)|0,ge&=67108863,f=Math.imul(M,K),t=(t=Math.imul(M,V))+Math.imul(A,K)|0,n=Math.imul(A,V),f=f+Math.imul(T,Z)|0,t=(t=t+Math.imul(T,X)|0)+Math.imul(v,Z)|0,n=n+Math.imul(v,X)|0,f=f+Math.imul(x,W)|0,t=(t=t+Math.imul(x,Q)|0)+Math.imul(h,W)|0,n=n+Math.imul(h,Q)|0,f=f+Math.imul(l,G)|0,t=(t=t+Math.imul(l,Y)|0)+Math.imul(o,G)|0,n=n+Math.imul(o,Y)|0;var Te=(i+(f=f+Math.imul(u,J)|0)|0)+((8191&(t=(t=t+Math.imul(u,ee)|0)+Math.imul(p,J)|0))<<13)|0;i=((n=n+Math.imul(p,ee)|0)+(t>>>13)|0)+(Te>>>26)|0,Te&=67108863,f=Math.imul(C,K),t=(t=Math.imul(C,V))+Math.imul(S,K)|0,n=Math.imul(S,V),f=f+Math.imul(M,Z)|0,t=(t=t+Math.imul(M,X)|0)+Math.imul(A,Z)|0,n=n+Math.imul(A,X)|0,f=f+Math.imul(T,W)|0,t=(t=t+Math.imul(T,Q)|0)+Math.imul(v,W)|0,n=n+Math.imul(v,Q)|0,f=f+Math.imul(x,G)|0,t=(t=t+Math.imul(x,Y)|0)+Math.imul(h,G)|0,n=n+Math.imul(h,Y)|0,f=f+Math.imul(l,J)|0,t=(t=t+Math.imul(l,ee)|0)+Math.imul(o,J)|0,n=n+Math.imul(o,ee)|0;var ve=(i+(f=f+Math.imul(u,be)|0)|0)+((8191&(t=(t=t+Math.imul(u,fe)|0)+Math.imul(p,be)|0))<<13)|0;i=((n=n+Math.imul(p,fe)|0)+(t>>>13)|0)+(ve>>>26)|0,ve&=67108863,f=Math.imul(B,K),t=(t=Math.imul(B,V))+Math.imul(k,K)|0,n=Math.imul(k,V),f=f+Math.imul(C,Z)|0,t=(t=t+Math.imul(C,X)|0)+Math.imul(S,Z)|0,n=n+Math.imul(S,X)|0,f=f+Math.imul(M,W)|0,t=(t=t+Math.imul(M,Q)|0)+Math.imul(A,W)|0,n=n+Math.imul(A,Q)|0,f=f+Math.imul(T,G)|0,t=(t=t+Math.imul(T,Y)|0)+Math.imul(v,G)|0,n=n+Math.imul(v,Y)|0,f=f+Math.imul(x,J)|0,t=(t=t+Math.imul(x,ee)|0)+Math.imul(h,J)|0,n=n+Math.imul(h,ee)|0,f=f+Math.imul(l,be)|0,t=(t=t+Math.imul(l,fe)|0)+Math.imul(o,be)|0,n=n+Math.imul(o,fe)|0;var we=(i+(f=f+Math.imul(u,ne)|0)|0)+((8191&(t=(t=t+Math.imul(u,de)|0)+Math.imul(p,ne)|0))<<13)|0;i=((n=n+Math.imul(p,de)|0)+(t>>>13)|0)+(we>>>26)|0,we&=67108863,f=Math.imul(_,K),t=(t=Math.imul(_,V))+Math.imul(R,K)|0,n=Math.imul(R,V),f=f+Math.imul(B,Z)|0,t=(t=t+Math.imul(B,X)|0)+Math.imul(k,Z)|0,n=n+Math.imul(k,X)|0,f=f+Math.imul(C,W)|0,t=(t=t+Math.imul(C,Q)|0)+Math.imul(S,W)|0,n=n+Math.imul(S,Q)|0,f=f+Math.imul(M,G)|0,t=(t=t+Math.imul(M,Y)|0)+Math.imul(A,G)|0,n=n+Math.imul(A,Y)|0,f=f+Math.imul(T,J)|0,t=(t=t+Math.imul(T,ee)|0)+Math.imul(v,J)|0,n=n+Math.imul(v,ee)|0,f=f+Math.imul(x,be)|0,t=(t=t+Math.imul(x,fe)|0)+Math.imul(h,be)|0,n=n+Math.imul(h,fe)|0,f=f+Math.imul(l,ne)|0,t=(t=t+Math.imul(l,de)|0)+Math.imul(o,ne)|0,n=n+Math.imul(o,de)|0;var Me=(i+(f=f+Math.imul(u,ce)|0)|0)+((8191&(t=(t=t+Math.imul(u,ie)|0)+Math.imul(p,ce)|0))<<13)|0;i=((n=n+Math.imul(p,ie)|0)+(t>>>13)|0)+(Me>>>26)|0,Me&=67108863,f=Math.imul(O,K),t=(t=Math.imul(O,V))+Math.imul(I,K)|0,n=Math.imul(I,V),f=f+Math.imul(_,Z)|0,t=(t=t+Math.imul(_,X)|0)+Math.imul(R,Z)|0,n=n+Math.imul(R,X)|0,f=f+Math.imul(B,W)|0,t=(t=t+Math.imul(B,Q)|0)+Math.imul(k,W)|0,n=n+Math.imul(k,Q)|0,f=f+Math.imul(C,G)|0,t=(t=t+Math.imul(C,Y)|0)+Math.imul(S,G)|0,n=n+Math.imul(S,Y)|0,f=f+Math.imul(M,J)|0,t=(t=t+Math.imul(M,ee)|0)+Math.imul(A,J)|0,n=n+Math.imul(A,ee)|0,f=f+Math.imul(T,be)|0,t=(t=t+Math.imul(T,fe)|0)+Math.imul(v,be)|0,n=n+Math.imul(v,fe)|0,f=f+Math.imul(x,ne)|0,t=(t=t+Math.imul(x,de)|0)+Math.imul(h,ne)|0,n=n+Math.imul(h,de)|0,f=f+Math.imul(l,ce)|0,t=(t=t+Math.imul(l,ie)|0)+Math.imul(o,ce)|0,n=n+Math.imul(o,ie)|0;var Ae=(i+(f=f+Math.imul(u,ue)|0)|0)+((8191&(t=(t=t+Math.imul(u,pe)|0)+Math.imul(p,ue)|0))<<13)|0;i=((n=n+Math.imul(p,pe)|0)+(t>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,f=Math.imul(L,K),t=(t=Math.imul(L,V))+Math.imul(U,K)|0,n=Math.imul(U,V),f=f+Math.imul(O,Z)|0,t=(t=t+Math.imul(O,X)|0)+Math.imul(I,Z)|0,n=n+Math.imul(I,X)|0,f=f+Math.imul(_,W)|0,t=(t=t+Math.imul(_,Q)|0)+Math.imul(R,W)|0,n=n+Math.imul(R,Q)|0,f=f+Math.imul(B,G)|0,t=(t=t+Math.imul(B,Y)|0)+Math.imul(k,G)|0,n=n+Math.imul(k,Y)|0,f=f+Math.imul(C,J)|0,t=(t=t+Math.imul(C,ee)|0)+Math.imul(S,J)|0,n=n+Math.imul(S,ee)|0,f=f+Math.imul(M,be)|0,t=(t=t+Math.imul(M,fe)|0)+Math.imul(A,be)|0,n=n+Math.imul(A,fe)|0,f=f+Math.imul(T,ne)|0,t=(t=t+Math.imul(T,de)|0)+Math.imul(v,ne)|0,n=n+Math.imul(v,de)|0,f=f+Math.imul(x,ce)|0,t=(t=t+Math.imul(x,ie)|0)+Math.imul(h,ce)|0,n=n+Math.imul(h,ie)|0,f=f+Math.imul(l,ue)|0,t=(t=t+Math.imul(l,pe)|0)+Math.imul(o,ue)|0,n=n+Math.imul(o,pe)|0;var Ee=(i+(f=f+Math.imul(u,le)|0)|0)+((8191&(t=(t=t+Math.imul(u,oe)|0)+Math.imul(p,le)|0))<<13)|0;i=((n=n+Math.imul(p,oe)|0)+(t>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,f=Math.imul(L,Z),t=(t=Math.imul(L,X))+Math.imul(U,Z)|0,n=Math.imul(U,X),f=f+Math.imul(O,W)|0,t=(t=t+Math.imul(O,Q)|0)+Math.imul(I,W)|0,n=n+Math.imul(I,Q)|0,f=f+Math.imul(_,G)|0,t=(t=t+Math.imul(_,Y)|0)+Math.imul(R,G)|0,n=n+Math.imul(R,Y)|0,f=f+Math.imul(B,J)|0,t=(t=t+Math.imul(B,ee)|0)+Math.imul(k,J)|0,n=n+Math.imul(k,ee)|0,f=f+Math.imul(C,be)|0,t=(t=t+Math.imul(C,fe)|0)+Math.imul(S,be)|0,n=n+Math.imul(S,fe)|0,f=f+Math.imul(M,ne)|0,t=(t=t+Math.imul(M,de)|0)+Math.imul(A,ne)|0,n=n+Math.imul(A,de)|0,f=f+Math.imul(T,ce)|0,t=(t=t+Math.imul(T,ie)|0)+Math.imul(v,ce)|0,n=n+Math.imul(v,ie)|0,f=f+Math.imul(x,ue)|0,t=(t=t+Math.imul(x,pe)|0)+Math.imul(h,ue)|0,n=n+Math.imul(h,pe)|0;var Ce=(i+(f=f+Math.imul(l,le)|0)|0)+((8191&(t=(t=t+Math.imul(l,oe)|0)+Math.imul(o,le)|0))<<13)|0;i=((n=n+Math.imul(o,oe)|0)+(t>>>13)|0)+(Ce>>>26)|0,Ce&=67108863,f=Math.imul(L,W),t=(t=Math.imul(L,Q))+Math.imul(U,W)|0,n=Math.imul(U,Q),f=f+Math.imul(O,G)|0,t=(t=t+Math.imul(O,Y)|0)+Math.imul(I,G)|0,n=n+Math.imul(I,Y)|0,f=f+Math.imul(_,J)|0,t=(t=t+Math.imul(_,ee)|0)+Math.imul(R,J)|0,n=n+Math.imul(R,ee)|0,f=f+Math.imul(B,be)|0,t=(t=t+Math.imul(B,fe)|0)+Math.imul(k,be)|0,n=n+Math.imul(k,fe)|0,f=f+Math.imul(C,ne)|0,t=(t=t+Math.imul(C,de)|0)+Math.imul(S,ne)|0,n=n+Math.imul(S,de)|0,f=f+Math.imul(M,ce)|0,t=(t=t+Math.imul(M,ie)|0)+Math.imul(A,ce)|0,n=n+Math.imul(A,ie)|0,f=f+Math.imul(T,ue)|0,t=(t=t+Math.imul(T,pe)|0)+Math.imul(v,ue)|0,n=n+Math.imul(v,pe)|0;var Se=(i+(f=f+Math.imul(x,le)|0)|0)+((8191&(t=(t=t+Math.imul(x,oe)|0)+Math.imul(h,le)|0))<<13)|0;i=((n=n+Math.imul(h,oe)|0)+(t>>>13)|0)+(Se>>>26)|0,Se&=67108863,f=Math.imul(L,G),t=(t=Math.imul(L,Y))+Math.imul(U,G)|0,n=Math.imul(U,Y),f=f+Math.imul(O,J)|0,t=(t=t+Math.imul(O,ee)|0)+Math.imul(I,J)|0,n=n+Math.imul(I,ee)|0,f=f+Math.imul(_,be)|0,t=(t=t+Math.imul(_,fe)|0)+Math.imul(R,be)|0,n=n+Math.imul(R,fe)|0,f=f+Math.imul(B,ne)|0,t=(t=t+Math.imul(B,de)|0)+Math.imul(k,ne)|0,n=n+Math.imul(k,de)|0,f=f+Math.imul(C,ce)|0,t=(t=t+Math.imul(C,ie)|0)+Math.imul(S,ce)|0,n=n+Math.imul(S,ie)|0,f=f+Math.imul(M,ue)|0,t=(t=t+Math.imul(M,pe)|0)+Math.imul(A,ue)|0,n=n+Math.imul(A,pe)|0;var De=(i+(f=f+Math.imul(T,le)|0)|0)+((8191&(t=(t=t+Math.imul(T,oe)|0)+Math.imul(v,le)|0))<<13)|0;i=((n=n+Math.imul(v,oe)|0)+(t>>>13)|0)+(De>>>26)|0,De&=67108863,f=Math.imul(L,J),t=(t=Math.imul(L,ee))+Math.imul(U,J)|0,n=Math.imul(U,ee),f=f+Math.imul(O,be)|0,t=(t=t+Math.imul(O,fe)|0)+Math.imul(I,be)|0,n=n+Math.imul(I,fe)|0,f=f+Math.imul(_,ne)|0,t=(t=t+Math.imul(_,de)|0)+Math.imul(R,ne)|0,n=n+Math.imul(R,de)|0,f=f+Math.imul(B,ce)|0,t=(t=t+Math.imul(B,ie)|0)+Math.imul(k,ce)|0,n=n+Math.imul(k,ie)|0,f=f+Math.imul(C,ue)|0,t=(t=t+Math.imul(C,pe)|0)+Math.imul(S,ue)|0,n=n+Math.imul(S,pe)|0;var Be=(i+(f=f+Math.imul(M,le)|0)|0)+((8191&(t=(t=t+Math.imul(M,oe)|0)+Math.imul(A,le)|0))<<13)|0;i=((n=n+Math.imul(A,oe)|0)+(t>>>13)|0)+(Be>>>26)|0,Be&=67108863,f=Math.imul(L,be),t=(t=Math.imul(L,fe))+Math.imul(U,be)|0,n=Math.imul(U,fe),f=f+Math.imul(O,ne)|0,t=(t=t+Math.imul(O,de)|0)+Math.imul(I,ne)|0,n=n+Math.imul(I,de)|0,f=f+Math.imul(_,ce)|0,t=(t=t+Math.imul(_,ie)|0)+Math.imul(R,ce)|0,n=n+Math.imul(R,ie)|0,f=f+Math.imul(B,ue)|0,t=(t=t+Math.imul(B,pe)|0)+Math.imul(k,ue)|0,n=n+Math.imul(k,pe)|0;var ke=(i+(f=f+Math.imul(C,le)|0)|0)+((8191&(t=(t=t+Math.imul(C,oe)|0)+Math.imul(S,le)|0))<<13)|0;i=((n=n+Math.imul(S,oe)|0)+(t>>>13)|0)+(ke>>>26)|0,ke&=67108863,f=Math.imul(L,ne),t=(t=Math.imul(L,de))+Math.imul(U,ne)|0,n=Math.imul(U,de),f=f+Math.imul(O,ce)|0,t=(t=t+Math.imul(O,ie)|0)+Math.imul(I,ce)|0,n=n+Math.imul(I,ie)|0,f=f+Math.imul(_,ue)|0,t=(t=t+Math.imul(_,pe)|0)+Math.imul(R,ue)|0,n=n+Math.imul(R,pe)|0;var Fe=(i+(f=f+Math.imul(B,le)|0)|0)+((8191&(t=(t=t+Math.imul(B,oe)|0)+Math.imul(k,le)|0))<<13)|0;i=((n=n+Math.imul(k,oe)|0)+(t>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,f=Math.imul(L,ce),t=(t=Math.imul(L,ie))+Math.imul(U,ce)|0,n=Math.imul(U,ie),f=f+Math.imul(O,ue)|0,t=(t=t+Math.imul(O,pe)|0)+Math.imul(I,ue)|0,n=n+Math.imul(I,pe)|0;var _e=(i+(f=f+Math.imul(_,le)|0)|0)+((8191&(t=(t=t+Math.imul(_,oe)|0)+Math.imul(R,le)|0))<<13)|0;i=((n=n+Math.imul(R,oe)|0)+(t>>>13)|0)+(_e>>>26)|0,_e&=67108863,f=Math.imul(L,ue),t=(t=Math.imul(L,pe))+Math.imul(U,ue)|0,n=Math.imul(U,pe);var Re=(i+(f=f+Math.imul(O,le)|0)|0)+((8191&(t=(t=t+Math.imul(O,oe)|0)+Math.imul(I,le)|0))<<13)|0;i=((n=n+Math.imul(I,oe)|0)+(t>>>13)|0)+(Re>>>26)|0,Re&=67108863;var Pe=(i+(f=Math.imul(L,le))|0)+((8191&(t=(t=Math.imul(L,oe))+Math.imul(U,le)|0))<<13)|0;return i=((n=Math.imul(U,oe))+(t>>>13)|0)+(Pe>>>26)|0,Pe&=67108863,c[0]=me,c[1]=xe,c[2]=he,c[3]=ge,c[4]=Te,c[5]=ve,c[6]=we,c[7]=M