diff --git a/src/Packages/Passport/Runtime/Resources/index.html b/src/Packages/Passport/Runtime/Resources/index.html index 36d78af9..3022bed7 100644 --- a/src/Packages/Passport/Runtime/Resources/index.html +++ b/src/Packages/Passport/Runtime/Resources/index.html @@ -1,114387 +1,28 @@ - - - -
- -=0;n--){for(var u=t.words[n],f=c-1;f>=0;f--){var d=u>>f&1;if(i!==r[0]&&(i=this.sqr(i)),0===d&&0===o){s=0;continue}o<<=1,o|=d,(4==++s||0===n&&0===f)&&(i=this.mul(i,r[o]),s=0,o=0)}c=26}return i},M.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},M.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},a.mont=function(e){return new S(e)},i(S,M),S.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},S.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},S.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),a=i;return i.cmp(this.m)>=0?a=i.isub(this.m):0>i.cmpn(0)&&(a=i.iadd(this.m)),a._forceRed(this)},S.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new a(0)._forceRed(this);var r=e.mul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):0>i.cmpn(0)&&(o=i.iadd(this.m)),o._forceRed(this)},S.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(t,this)},{bd440367abe2ded7:"3eno3"}],"3eno3":[function(e,t,r){},{}],"19SwW":[function(e,t,r){var n=e("@parcel/transformer-js/src/esmodule-helpers.js");n.defineInteropFlag(r),n.export(r,"isBytesLike",()=>u),n.export(r,"isBytes",()=>d),n.export(r,"arrayify",()=>l),n.export(r,"concat",()=>h),n.export(r,"stripZeros",()=>p),n.export(r,"zeroPad",()=>m),n.export(r,"isHexString",()=>b),n.export(r,"hexlify",()=>y),n.export(r,"hexDataLength",()=>v),n.export(r,"hexDataSlice",()=>w),n.export(r,"hexConcat",()=>_),n.export(r,"hexValue",()=>E),n.export(r,"hexStripZeros",()=>A),n.export(r,"hexZeroPad",()=>x),n.export(r,"splitSignature",()=>M),n.export(r,"joinSignature",()=>S);"use strict";var i=e("@ethersproject/logger"),a=e("./_version");let o=new i.Logger(a.version);function s(e){return!!e.toHexString}function c(e){return e.slice||(e.slice=function(){let t=Array.prototype.slice.call(arguments);return c(new Uint8Array(Array.prototype.slice.apply(e,t)))}),e}function u(e){return b(e)&&!(e.length%2)||d(e)}function f(e){return"number"==typeof e&&e==e&&e%1==0}function d(e){if(null==e)return!1;if(e.constructor===Uint8Array)return!0;if("string"==typeof e||!f(e.length)||e.length<0)return!1;for(let t=0;t>>0},r.sum64_4_lo=function(e,t,r,n,i,a,o,s){return t+n+a+s>>>0},r.sum64_5_hi=function(e,t,r,n,i,a,o,s,c,u){var f,d=t;return e+r+i+o+c+(0+((d=d+n>>>0)>>0)>>0},r.sum64_5_lo=function(e,t,r,n,i,a,o,s,c,u){return t+n+a+s+u>>>0},r.rotr64_hi=function(e,t,r){return(t<<32-r|e>>>r)>>>0},r.rotr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0},r.shr64_hi=function(e,t,r){return e>>>r},r.shr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0}},{"6002b0feade022a4":"h59lk",d4826c9d0ff1b1f:"cJ2FP"}],h59lk:[function(e,t,r){function n(e,t){if(!e)throw Error(t||"Assertion failed")}t.exports=n,n.equal=function(e,t,r){if(e!=t)throw Error(r||"Assertion failed: "+e+" != "+t)}},{}],cJ2FP:[function(e,t,r){"function"==typeof Object.create?t.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},{}],gjeCy:[function(e,t,r){"use strict";var n=e("e9291abdfb47ee4f"),i=e("ea8841b701712638");function a(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}r.BlockHash=a,a.prototype.update=function(e,t){if(e=n.toArray(e,t),this.pending?this.pending=this.pending.concat(e):this.pending=e,this.pendingTotal+=e.length,this.pending.length>=this._delta8){var r=(e=this.pending).length%this._delta8;this.pending=e.slice(e.length-r,e.length),0===this.pending.length&&(this.pending=null),e=n.join32(e,0,e.length-r,this.endian);for(var i=0;i