Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/38/779a7edf7135d443ffa63beb61019bc713e51e1ea4597ac4d882ad5d0fbf2e760bf936
T
2025-10-24 02:48:32 +00:00

1 line
13 KiB
Plaintext

{"dependencies":[{"name":"./utils.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":55},"end":{"line":5,"column":34,"index":89}}],"key":"NIaSEHO1E48gsZc7jH9Ex1xTHgE=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"BSIGMA\", {\n enumerable: true,\n get: function () {\n return BSIGMA;\n }\n });\n exports.G1s = G1s;\n exports.G2s = G2s;\n var _utilsJs = require(_dependencyMap[0], \"./utils.js\");\n /**\n * Internal helpers for blake hash.\n * @module\n */\n\n /**\n * Internal blake variable.\n * For BLAKE2b, the two extra permutations for rounds 10 and 11 are SIGMA[10..11] = SIGMA[0..1].\n */\n // prettier-ignore\n const BSIGMA = /* @__PURE__ */Uint8Array.from([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3, 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4, 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8, 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13, 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9, 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11, 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10, 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5, 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3,\n // Blake1, unused in others\n 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4, 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8, 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13, 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9]);\n // Mixing function G splitted in two halfs\n function G1s(a, b, c, d, x) {\n a = a + b + x | 0;\n d = (0, _utilsJs.rotr)(d ^ a, 16);\n c = c + d | 0;\n b = (0, _utilsJs.rotr)(b ^ c, 12);\n return {\n a,\n b,\n c,\n d\n };\n }\n function G2s(a, b, c, d, x) {\n a = a + b + x | 0;\n d = (0, _utilsJs.rotr)(d ^ a, 8);\n c = c + d | 0;\n b = (0, _utilsJs.rotr)(b ^ c, 7);\n return {\n a,\n b,\n c,\n d\n };\n }\n});","lineCount":54,"map":[[7,2,11,0,"Object"],[7,8,11,0],[7,9,11,0,"defineProperty"],[7,23,11,0],[7,24,11,0,"exports"],[7,31,11,0],[8,4,11,0,"enumerable"],[8,14,11,0],[9,4,11,0,"get"],[9,7,11,0],[9,18,11,0,"get"],[9,19,11,0],[10,6,11,0],[10,13,11,0,"BSIGMA"],[10,19,11,0],[11,4,11,0],[12,2,11,0],[13,2,31,0,"exports"],[13,9,31,0],[13,10,31,0,"G1s"],[13,13,31,0],[13,16,31,0,"G1s"],[13,19,31,0],[14,2,38,0,"exports"],[14,9,38,0],[14,10,38,0,"G2s"],[14,13,38,0],[14,16,38,0,"G2s"],[14,19,38,0],[15,2,5,0],[15,6,5,0,"_utilsJs"],[15,14,5,0],[15,17,5,0,"require"],[15,24,5,0],[15,25,5,0,"_dependencyMap"],[15,39,5,0],[16,2,1,0],[17,0,2,0],[18,0,3,0],[19,0,4,0],[21,2,6,0],[22,0,7,0],[23,0,8,0],[24,0,9,0],[25,2,10,0],[26,2,11,7],[26,8,11,13,"BSIGMA"],[26,14,11,19],[26,17,11,22],[26,32,11,38,"Uint8Array"],[26,42,11,48],[26,43,11,49,"from"],[26,47,11,53],[26,48,11,54],[26,49,12,4],[26,50,12,5],[26,52,12,7],[26,53,12,8],[26,55,12,10],[26,56,12,11],[26,58,12,13],[26,59,12,14],[26,61,12,16],[26,62,12,17],[26,64,12,19],[26,65,12,20],[26,67,12,22],[26,68,12,23],[26,70,12,25],[26,71,12,26],[26,73,12,28],[26,74,12,29],[26,76,12,31],[26,77,12,32],[26,79,12,34],[26,81,12,36],[26,83,12,38],[26,85,12,40],[26,87,12,42],[26,89,12,44],[26,91,12,46],[26,93,12,48],[26,95,12,50],[26,97,12,52],[26,99,12,54],[26,101,12,56],[26,103,13,4],[26,105,13,6],[26,107,13,8],[26,109,13,10],[26,111,13,12],[26,112,13,13],[26,114,13,15],[26,115,13,16],[26,117,13,18],[26,118,13,19],[26,120,13,21],[26,122,13,23],[26,124,13,25],[26,126,13,27],[26,128,13,29],[26,129,13,30],[26,131,13,32],[26,132,13,33],[26,134,13,35],[26,136,13,37],[26,138,13,39],[26,139,13,40],[26,141,13,42],[26,142,13,43],[26,144,13,45],[26,146,13,47],[26,148,13,49],[26,149,13,50],[26,151,13,52],[26,152,13,53],[26,154,13,55],[26,155,13,56],[26,157,14,4],[26,159,14,6],[26,161,14,8],[26,162,14,9],[26,164,14,11],[26,166,14,13],[26,168,14,15],[26,169,14,16],[26,171,14,18],[26,172,14,19],[26,174,14,21],[26,175,14,22],[26,177,14,24],[26,179,14,26],[26,181,14,28],[26,183,14,30],[26,185,14,32],[26,187,14,34],[26,189,14,36],[26,191,14,38],[26,193,14,40],[26,194,14,41],[26,196,14,43],[26,197,14,44],[26,199,14,46],[26,200,14,47],[26,202,14,49],[26,203,14,50],[26,205,14,52],[26,206,14,53],[26,208,14,55],[26,209,14,56],[26,211,15,4],[26,212,15,5],[26,214,15,7],[26,215,15,8],[26,217,15,10],[26,218,15,11],[26,220,15,13],[26,221,15,14],[26,223,15,16],[26,225,15,18],[26,227,15,20],[26,229,15,22],[26,231,15,24],[26,233,15,26],[26,235,15,28],[26,237,15,30],[26,239,15,32],[26,240,15,33],[26,242,15,35],[26,243,15,36],[26,245,15,38],[26,246,15,39],[26,248,15,41],[26,250,15,43],[26,252,15,45],[26,253,15,46],[26,255,15,48],[26,256,15,49],[26,258,15,51],[26,260,15,53],[26,262,15,55],[26,263,15,56],[26,265,16,4],[26,266,16,5],[26,268,16,7],[26,269,16,8],[26,271,16,10],[26,272,16,11],[26,274,16,13],[26,275,16,14],[26,277,16,16],[26,278,16,17],[26,280,16,19],[26,281,16,20],[26,283,16,22],[26,285,16,24],[26,287,16,26],[26,289,16,28],[26,291,16,30],[26,293,16,32],[26,295,16,34],[26,296,16,35],[26,298,16,37],[26,300,16,39],[26,302,16,41],[26,304,16,43],[26,306,16,45],[26,307,16,46],[26,309,16,48],[26,310,16,49],[26,312,16,51],[26,313,16,52],[26,315,16,54],[26,317,16,56],[26,319,17,4],[26,320,17,5],[26,322,17,7],[26,324,17,9],[26,326,17,11],[26,327,17,12],[26,329,17,14],[26,331,17,16],[26,333,17,18],[26,334,17,19],[26,336,17,21],[26,338,17,23],[26,340,17,25],[26,341,17,26],[26,343,17,28],[26,344,17,29],[26,346,17,31],[26,347,17,32],[26,349,17,34],[26,351,17,36],[26,353,17,38],[26,354,17,39],[26,356,17,41],[26,357,17,42],[26,359,17,44],[26,361,17,46],[26,363,17,48],[26,365,17,50],[26,367,17,52],[26,368,17,53],[26,370,17,55],[26,371,17,56],[26,373,18,4],[26,375,18,6],[26,377,18,8],[26,378,18,9],[26,380,18,11],[26,381,18,12],[26,383,18,14],[26,385,18,16],[26,387,18,18],[26,389,18,20],[26,391,18,22],[26,393,18,24],[26,395,18,26],[26,396,18,27],[26,398,18,29],[26,400,18,31],[26,402,18,33],[26,403,18,34],[26,405,18,36],[26,406,18,37],[26,408,18,39],[26,409,18,40],[26,411,18,42],[26,412,18,43],[26,414,18,45],[26,415,18,46],[26,417,18,48],[26,418,18,49],[26,420,18,51],[26,421,18,52],[26,423,18,54],[26,425,18,56],[26,427,19,4],[26,429,19,6],[26,431,19,8],[26,433,19,10],[26,435,19,12],[26,436,19,13],[26,438,19,15],[26,440,19,17],[26,442,19,19],[26,444,19,21],[26,446,19,23],[26,447,19,24],[26,449,19,26],[26,450,19,27],[26,452,19,29],[26,453,19,30],[26,455,19,32],[26,456,19,33],[26,458,19,35],[26,459,19,36],[26,461,19,38],[26,463,19,40],[26,465,19,42],[26,466,19,43],[26,468,19,45],[26,469,19,46],[26,471,19,48],[26,472,19,49],[26,474,19,51],[26,475,19,52],[26,477,19,54],[26,479,19,56],[26,481,20,4],[26,482,20,5],[26,484,20,7],[26,486,20,9],[26,488,20,11],[26,490,20,13],[26,492,20,15],[26,493,20,16],[26,495,20,18],[26,497,20,20],[26,499,20,22],[26,500,20,23],[26,502,20,25],[26,503,20,26],[26,505,20,28],[26,506,20,29],[26,508,20,31],[26,510,20,33],[26,512,20,35],[26,513,20,36],[26,515,20,38],[26,517,20,40],[26,519,20,42],[26,520,20,43],[26,522,20,45],[26,523,20,46],[26,525,20,48],[26,526,20,49],[26,528,20,51],[26,530,20,53],[26,532,20,55],[26,533,20,56],[26,535,21,4],[26,537,21,6],[26,539,21,8],[26,540,21,9],[26,542,21,11],[26,543,21,12],[26,545,21,14],[26,546,21,15],[26,548,21,17],[26,549,21,18],[26,551,21,20],[26,552,21,21],[26,554,21,23],[26,555,21,24],[26,557,21,26],[26,558,21,27],[26,560,21,29],[26,562,21,31],[26,564,21,33],[26,566,21,35],[26,568,21,37],[26,569,21,38],[26,571,21,40],[26,573,21,42],[26,575,21,44],[26,576,21,45],[26,578,21,47],[26,580,21,49],[26,582,21,51],[26,584,21,53],[26,586,21,55],[26,587,21,56],[26,589,22,4],[26,590,22,5],[26,592,22,7],[26,593,22,8],[26,595,22,10],[26,596,22,11],[26,598,22,13],[26,599,22,14],[26,601,22,16],[26,602,22,17],[26,604,22,19],[26,605,22,20],[26,607,22,22],[26,608,22,23],[26,610,22,25],[26,611,22,26],[26,613,22,28],[26,614,22,29],[26,616,22,31],[26,617,22,32],[26,619,22,34],[26,621,22,36],[26,623,22,38],[26,625,22,40],[26,627,22,42],[26,629,22,44],[26,631,22,46],[26,633,22,48],[26,635,22,50],[26,637,22,52],[26,639,22,54],[26,641,22,56],[26,643,23,4],[26,645,23,6],[26,647,23,8],[26,649,23,10],[26,651,23,12],[26,652,23,13],[26,654,23,15],[26,655,23,16],[26,657,23,18],[26,658,23,19],[26,660,23,21],[26,662,23,23],[26,664,23,25],[26,666,23,27],[26,668,23,29],[26,669,23,30],[26,671,23,32],[26,672,23,33],[26,674,23,35],[26,676,23,37],[26,678,23,39],[26,679,23,40],[26,681,23,42],[26,682,23,43],[26,684,23,45],[26,686,23,47],[26,688,23,49],[26,689,23,50],[26,691,23,52],[26,692,23,53],[26,694,23,55],[26,695,23,56],[27,2,24,4],[28,2,25,4],[28,4,25,6],[28,6,25,8],[28,7,25,9],[28,9,25,11],[28,11,25,13],[28,13,25,15],[28,14,25,16],[28,16,25,18],[28,17,25,19],[28,19,25,21],[28,20,25,22],[28,22,25,24],[28,24,25,26],[28,26,25,28],[28,28,25,30],[28,30,25,32],[28,32,25,34],[28,34,25,36],[28,36,25,38],[28,38,25,40],[28,39,25,41],[28,41,25,43],[28,42,25,44],[28,44,25,46],[28,45,25,47],[28,47,25,49],[28,48,25,50],[28,50,25,52],[28,51,25,53],[28,53,25,55],[28,54,25,56],[28,56,26,4],[28,57,26,5],[28,59,26,7],[28,60,26,8],[28,62,26,10],[28,63,26,11],[28,65,26,13],[28,66,26,14],[28,68,26,16],[28,70,26,18],[28,72,26,20],[28,74,26,22],[28,76,26,24],[28,78,26,26],[28,80,26,28],[28,82,26,30],[28,84,26,32],[28,85,26,33],[28,87,26,35],[28,88,26,36],[28,90,26,38],[28,91,26,39],[28,93,26,41],[28,95,26,43],[28,97,26,45],[28,98,26,46],[28,100,26,48],[28,101,26,49],[28,103,26,51],[28,105,26,53],[28,107,26,55],[28,108,26,56],[28,110,27,4],[28,111,27,5],[28,113,27,7],[28,114,27,8],[28,116,27,10],[28,117,27,11],[28,119,27,13],[28,120,27,14],[28,122,27,16],[28,123,27,17],[28,125,27,19],[28,126,27,20],[28,128,27,22],[28,130,27,24],[28,132,27,26],[28,134,27,28],[28,136,27,30],[28,138,27,32],[28,140,27,34],[28,141,27,35],[28,143,27,37],[28,145,27,39],[28,147,27,41],[28,149,27,43],[28,151,27,45],[28,152,27,46],[28,154,27,48],[28,155,27,49],[28,157,27,51],[28,158,27,52],[28,160,27,54],[28,162,27,56],[28,164,28,4],[28,165,28,5],[28,167,28,7],[28,169,28,9],[28,171,28,11],[28,172,28,12],[28,174,28,14],[28,176,28,16],[28,178,28,18],[28,179,28,19],[28,181,28,21],[28,183,28,23],[28,185,28,25],[28,186,28,26],[28,188,28,28],[28,189,28,29],[28,191,28,31],[28,192,28,32],[28,194,28,34],[28,196,28,36],[28,198,28,38],[28,199,28,39],[28,201,28,41],[28,202,28,42],[28,204,28,44],[28,206,28,46],[28,208,28,48],[28,210,28,50],[28,212,28,52],[28,213,28,53],[28,215,28,55],[28,216,28,56],[28,217,29,1],[28,218,29,2],[29,2,30,0],[30,2,31,7],[30,11,31,16,"G1s"],[30,14,31,19,"G1s"],[30,15,31,20,"a"],[30,16,31,21],[30,18,31,23,"b"],[30,19,31,24],[30,21,31,26,"c"],[30,22,31,27],[30,24,31,29,"d"],[30,25,31,30],[30,27,31,32,"x"],[30,28,31,33],[30,30,31,35],[31,4,32,4,"a"],[31,5,32,5],[31,8,32,9,"a"],[31,9,32,10],[31,12,32,13,"b"],[31,13,32,14],[31,16,32,17,"x"],[31,17,32,18],[31,20,32,22],[31,21,32,23],[32,4,33,4,"d"],[32,5,33,5],[32,8,33,8],[32,12,33,8,"rotr"],[32,20,33,12],[32,21,33,12,"rotr"],[32,25,33,12],[32,27,33,13,"d"],[32,28,33,14],[32,31,33,17,"a"],[32,32,33,18],[32,34,33,20],[32,36,33,22],[32,37,33,23],[33,4,34,4,"c"],[33,5,34,5],[33,8,34,9,"c"],[33,9,34,10],[33,12,34,13,"d"],[33,13,34,14],[33,16,34,18],[33,17,34,19],[34,4,35,4,"b"],[34,5,35,5],[34,8,35,8],[34,12,35,8,"rotr"],[34,20,35,12],[34,21,35,12,"rotr"],[34,25,35,12],[34,27,35,13,"b"],[34,28,35,14],[34,31,35,17,"c"],[34,32,35,18],[34,34,35,20],[34,36,35,22],[34,37,35,23],[35,4,36,4],[35,11,36,11],[36,6,36,13,"a"],[36,7,36,14],[37,6,36,16,"b"],[37,7,36,17],[38,6,36,19,"c"],[38,7,36,20],[39,6,36,22,"d"],[40,4,36,24],[40,5,36,25],[41,2,37,0],[42,2,38,7],[42,11,38,16,"G2s"],[42,14,38,19,"G2s"],[42,15,38,20,"a"],[42,16,38,21],[42,18,38,23,"b"],[42,19,38,24],[42,21,38,26,"c"],[42,22,38,27],[42,24,38,29,"d"],[42,25,38,30],[42,27,38,32,"x"],[42,28,38,33],[42,30,38,35],[43,4,39,4,"a"],[43,5,39,5],[43,8,39,9,"a"],[43,9,39,10],[43,12,39,13,"b"],[43,13,39,14],[43,16,39,17,"x"],[43,17,39,18],[43,20,39,22],[43,21,39,23],[44,4,40,4,"d"],[44,5,40,5],[44,8,40,8],[44,12,40,8,"rotr"],[44,20,40,12],[44,21,40,12,"rotr"],[44,25,40,12],[44,27,40,13,"d"],[44,28,40,14],[44,31,40,17,"a"],[44,32,40,18],[44,34,40,20],[44,35,40,21],[44,36,40,22],[45,4,41,4,"c"],[45,5,41,5],[45,8,41,9,"c"],[45,9,41,10],[45,12,41,13,"d"],[45,13,41,14],[45,16,41,18],[45,17,41,19],[46,4,42,4,"b"],[46,5,42,5],[46,8,42,8],[46,12,42,8,"rotr"],[46,20,42,12],[46,21,42,12,"rotr"],[46,25,42,12],[46,27,42,13,"b"],[46,28,42,14],[46,31,42,17,"c"],[46,32,42,18],[46,34,42,20],[46,35,42,21],[46,36,42,22],[47,4,43,4],[47,11,43,11],[48,6,43,13,"a"],[48,7,43,14],[49,6,43,16,"b"],[49,7,43,17],[50,6,43,19,"c"],[50,7,43,20],[51,6,43,22,"d"],[52,4,43,24],[52,5,43,25],[53,2,44,0],[54,0,44,1],[54,3]],"functionMap":{"names":["<global>","G1s","G2s"],"mappings":"AAA;OC8B;CDM;OEC;CFM"},"hasCjsExports":false},"type":"js/module"}]}