mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
13 KiB
Plaintext
1 line
13 KiB
Plaintext
{"dependencies":[{"name":"./utils.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":10,"column":19,"index":214},"end":{"line":10,"column":40,"index":235}}],"key":"v6h+l9IeOWbEcXdtKQqd2f4now4=","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 exports.BSIGMA = void 0;\n exports.G1s = G1s;\n exports.G2s = G2s;\n /**\n * Internal helpers for blake hash.\n * @module\n */\n const utils_ts_1 = require(_dependencyMap[0], \"./utils.js\");\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 exports.BSIGMA = 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, utils_ts_1.rotr)(d ^ a, 16);\n c = c + d | 0;\n b = (0, utils_ts_1.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, utils_ts_1.rotr)(d ^ a, 8);\n c = c + d | 0;\n b = (0, utils_ts_1.rotr)(b ^ c, 7);\n return {\n a,\n b,\n c,\n d\n };\n }\n});","lineCount":48,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"BSIGMA"],[7,16,3,14],[7,19,3,17],[7,24,3,22],[7,25,3,23],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"G1s"],[8,13,4,11],[8,16,4,14,"G1s"],[8,19,4,17],[9,2,5,0,"exports"],[9,9,5,7],[9,10,5,8,"G2s"],[9,13,5,11],[9,16,5,14,"G2s"],[9,19,5,17],[10,2,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,2,10,0],[14,8,10,6,"utils_ts_1"],[14,18,10,16],[14,21,10,19,"require"],[14,28,10,26],[14,29,10,26,"_dependencyMap"],[14,43,10,26],[14,60,10,39],[14,61,10,40],[15,2,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,2,15,0],[20,2,16,0,"exports"],[20,9,16,7],[20,10,16,8,"BSIGMA"],[20,16,16,14],[20,19,16,17,"Uint8Array"],[20,29,16,27],[20,30,16,28,"from"],[20,34,16,32],[20,35,16,33],[20,36,17,4],[20,37,17,5],[20,39,17,7],[20,40,17,8],[20,42,17,10],[20,43,17,11],[20,45,17,13],[20,46,17,14],[20,48,17,16],[20,49,17,17],[20,51,17,19],[20,52,17,20],[20,54,17,22],[20,55,17,23],[20,57,17,25],[20,58,17,26],[20,60,17,28],[20,61,17,29],[20,63,17,31],[20,64,17,32],[20,66,17,34],[20,68,17,36],[20,70,17,38],[20,72,17,40],[20,74,17,42],[20,76,17,44],[20,78,17,46],[20,80,17,48],[20,82,17,50],[20,84,17,52],[20,86,17,54],[20,88,17,56],[20,90,18,4],[20,92,18,6],[20,94,18,8],[20,96,18,10],[20,98,18,12],[20,99,18,13],[20,101,18,15],[20,102,18,16],[20,104,18,18],[20,105,18,19],[20,107,18,21],[20,109,18,23],[20,111,18,25],[20,113,18,27],[20,115,18,29],[20,116,18,30],[20,118,18,32],[20,119,18,33],[20,121,18,35],[20,123,18,37],[20,125,18,39],[20,126,18,40],[20,128,18,42],[20,129,18,43],[20,131,18,45],[20,133,18,47],[20,135,18,49],[20,136,18,50],[20,138,18,52],[20,139,18,53],[20,141,18,55],[20,142,18,56],[20,144,19,4],[20,146,19,6],[20,148,19,8],[20,149,19,9],[20,151,19,11],[20,153,19,13],[20,155,19,15],[20,156,19,16],[20,158,19,18],[20,159,19,19],[20,161,19,21],[20,162,19,22],[20,164,19,24],[20,166,19,26],[20,168,19,28],[20,170,19,30],[20,172,19,32],[20,174,19,34],[20,176,19,36],[20,178,19,38],[20,180,19,40],[20,181,19,41],[20,183,19,43],[20,184,19,44],[20,186,19,46],[20,187,19,47],[20,189,19,49],[20,190,19,50],[20,192,19,52],[20,193,19,53],[20,195,19,55],[20,196,19,56],[20,198,20,4],[20,199,20,5],[20,201,20,7],[20,202,20,8],[20,204,20,10],[20,205,20,11],[20,207,20,13],[20,208,20,14],[20,210,20,16],[20,212,20,18],[20,214,20,20],[20,216,20,22],[20,218,20,24],[20,220,20,26],[20,222,20,28],[20,224,20,30],[20,226,20,32],[20,227,20,33],[20,229,20,35],[20,230,20,36],[20,232,20,38],[20,233,20,39],[20,235,20,41],[20,237,20,43],[20,239,20,45],[20,240,20,46],[20,242,20,48],[20,243,20,49],[20,245,20,51],[20,247,20,53],[20,249,20,55],[20,250,20,56],[20,252,21,4],[20,253,21,5],[20,255,21,7],[20,256,21,8],[20,258,21,10],[20,259,21,11],[20,261,21,13],[20,262,21,14],[20,264,21,16],[20,265,21,17],[20,267,21,19],[20,268,21,20],[20,270,21,22],[20,272,21,24],[20,274,21,26],[20,276,21,28],[20,278,21,30],[20,280,21,32],[20,282,21,34],[20,283,21,35],[20,285,21,37],[20,287,21,39],[20,289,21,41],[20,291,21,43],[20,293,21,45],[20,294,21,46],[20,296,21,48],[20,297,21,49],[20,299,21,51],[20,300,21,52],[20,302,21,54],[20,304,21,56],[20,306,22,4],[20,307,22,5],[20,309,22,7],[20,311,22,9],[20,313,22,11],[20,314,22,12],[20,316,22,14],[20,318,22,16],[20,320,22,18],[20,321,22,19],[20,323,22,21],[20,325,22,23],[20,327,22,25],[20,328,22,26],[20,330,22,28],[20,331,22,29],[20,333,22,31],[20,334,22,32],[20,336,22,34],[20,338,22,36],[20,340,22,38],[20,341,22,39],[20,343,22,41],[20,344,22,42],[20,346,22,44],[20,348,22,46],[20,350,22,48],[20,352,22,50],[20,354,22,52],[20,355,22,53],[20,357,22,55],[20,358,22,56],[20,360,23,4],[20,362,23,6],[20,364,23,8],[20,365,23,9],[20,367,23,11],[20,368,23,12],[20,370,23,14],[20,372,23,16],[20,374,23,18],[20,376,23,20],[20,378,23,22],[20,380,23,24],[20,382,23,26],[20,383,23,27],[20,385,23,29],[20,387,23,31],[20,389,23,33],[20,390,23,34],[20,392,23,36],[20,393,23,37],[20,395,23,39],[20,396,23,40],[20,398,23,42],[20,399,23,43],[20,401,23,45],[20,402,23,46],[20,404,23,48],[20,405,23,49],[20,407,23,51],[20,408,23,52],[20,410,23,54],[20,412,23,56],[20,414,24,4],[20,416,24,6],[20,418,24,8],[20,420,24,10],[20,422,24,12],[20,423,24,13],[20,425,24,15],[20,427,24,17],[20,429,24,19],[20,431,24,21],[20,433,24,23],[20,434,24,24],[20,436,24,26],[20,437,24,27],[20,439,24,29],[20,440,24,30],[20,442,24,32],[20,443,24,33],[20,445,24,35],[20,446,24,36],[20,448,24,38],[20,450,24,40],[20,452,24,42],[20,453,24,43],[20,455,24,45],[20,456,24,46],[20,458,24,48],[20,459,24,49],[20,461,24,51],[20,462,24,52],[20,464,24,54],[20,466,24,56],[20,468,25,4],[20,469,25,5],[20,471,25,7],[20,473,25,9],[20,475,25,11],[20,477,25,13],[20,479,25,15],[20,480,25,16],[20,482,25,18],[20,484,25,20],[20,486,25,22],[20,487,25,23],[20,489,25,25],[20,490,25,26],[20,492,25,28],[20,493,25,29],[20,495,25,31],[20,497,25,33],[20,499,25,35],[20,500,25,36],[20,502,25,38],[20,504,25,40],[20,506,25,42],[20,507,25,43],[20,509,25,45],[20,510,25,46],[20,512,25,48],[20,513,25,49],[20,515,25,51],[20,517,25,53],[20,519,25,55],[20,520,25,56],[20,522,26,4],[20,524,26,6],[20,526,26,8],[20,527,26,9],[20,529,26,11],[20,530,26,12],[20,532,26,14],[20,533,26,15],[20,535,26,17],[20,536,26,18],[20,538,26,20],[20,539,26,21],[20,541,26,23],[20,542,26,24],[20,544,26,26],[20,545,26,27],[20,547,26,29],[20,549,26,31],[20,551,26,33],[20,553,26,35],[20,555,26,37],[20,556,26,38],[20,558,26,40],[20,560,26,42],[20,562,26,44],[20,563,26,45],[20,565,26,47],[20,567,26,49],[20,569,26,51],[20,571,26,53],[20,573,26,55],[20,574,26,56],[20,576,27,4],[20,577,27,5],[20,579,27,7],[20,580,27,8],[20,582,27,10],[20,583,27,11],[20,585,27,13],[20,586,27,14],[20,588,27,16],[20,589,27,17],[20,591,27,19],[20,592,27,20],[20,594,27,22],[20,595,27,23],[20,597,27,25],[20,598,27,26],[20,600,27,28],[20,601,27,29],[20,603,27,31],[20,604,27,32],[20,606,27,34],[20,608,27,36],[20,610,27,38],[20,612,27,40],[20,614,27,42],[20,616,27,44],[20,618,27,46],[20,620,27,48],[20,622,27,50],[20,624,27,52],[20,626,27,54],[20,628,27,56],[20,630,28,4],[20,632,28,6],[20,634,28,8],[20,636,28,10],[20,638,28,12],[20,639,28,13],[20,641,28,15],[20,642,28,16],[20,644,28,18],[20,645,28,19],[20,647,28,21],[20,649,28,23],[20,651,28,25],[20,653,28,27],[20,655,28,29],[20,656,28,30],[20,658,28,32],[20,659,28,33],[20,661,28,35],[20,663,28,37],[20,665,28,39],[20,666,28,40],[20,668,28,42],[20,669,28,43],[20,671,28,45],[20,673,28,47],[20,675,28,49],[20,676,28,50],[20,678,28,52],[20,679,28,53],[20,681,28,55],[20,682,28,56],[21,2,29,4],[22,2,30,4],[22,4,30,6],[22,6,30,8],[22,7,30,9],[22,9,30,11],[22,11,30,13],[22,13,30,15],[22,14,30,16],[22,16,30,18],[22,17,30,19],[22,19,30,21],[22,20,30,22],[22,22,30,24],[22,24,30,26],[22,26,30,28],[22,28,30,30],[22,30,30,32],[22,32,30,34],[22,34,30,36],[22,36,30,38],[22,38,30,40],[22,39,30,41],[22,41,30,43],[22,42,30,44],[22,44,30,46],[22,45,30,47],[22,47,30,49],[22,48,30,50],[22,50,30,52],[22,51,30,53],[22,53,30,55],[22,54,30,56],[22,56,31,4],[22,57,31,5],[22,59,31,7],[22,60,31,8],[22,62,31,10],[22,63,31,11],[22,65,31,13],[22,66,31,14],[22,68,31,16],[22,70,31,18],[22,72,31,20],[22,74,31,22],[22,76,31,24],[22,78,31,26],[22,80,31,28],[22,82,31,30],[22,84,31,32],[22,85,31,33],[22,87,31,35],[22,88,31,36],[22,90,31,38],[22,91,31,39],[22,93,31,41],[22,95,31,43],[22,97,31,45],[22,98,31,46],[22,100,31,48],[22,101,31,49],[22,103,31,51],[22,105,31,53],[22,107,31,55],[22,108,31,56],[22,110,32,4],[22,111,32,5],[22,113,32,7],[22,114,32,8],[22,116,32,10],[22,117,32,11],[22,119,32,13],[22,120,32,14],[22,122,32,16],[22,123,32,17],[22,125,32,19],[22,126,32,20],[22,128,32,22],[22,130,32,24],[22,132,32,26],[22,134,32,28],[22,136,32,30],[22,138,32,32],[22,140,32,34],[22,141,32,35],[22,143,32,37],[22,145,32,39],[22,147,32,41],[22,149,32,43],[22,151,32,45],[22,152,32,46],[22,154,32,48],[22,155,32,49],[22,157,32,51],[22,158,32,52],[22,160,32,54],[22,162,32,56],[22,164,33,4],[22,165,33,5],[22,167,33,7],[22,169,33,9],[22,171,33,11],[22,172,33,12],[22,174,33,14],[22,176,33,16],[22,178,33,18],[22,179,33,19],[22,181,33,21],[22,183,33,23],[22,185,33,25],[22,186,33,26],[22,188,33,28],[22,189,33,29],[22,191,33,31],[22,192,33,32],[22,194,33,34],[22,196,33,36],[22,198,33,38],[22,199,33,39],[22,201,33,41],[22,202,33,42],[22,204,33,44],[22,206,33,46],[22,208,33,48],[22,210,33,50],[22,212,33,52],[22,213,33,53],[22,215,33,55],[22,216,33,56],[22,217,34,1],[22,218,34,2],[23,2,35,0],[24,2,36,0],[24,11,36,9,"G1s"],[24,14,36,12,"G1s"],[24,15,36,13,"a"],[24,16,36,14],[24,18,36,16,"b"],[24,19,36,17],[24,21,36,19,"c"],[24,22,36,20],[24,24,36,22,"d"],[24,25,36,23],[24,27,36,25,"x"],[24,28,36,26],[24,30,36,28],[25,4,37,4,"a"],[25,5,37,5],[25,8,37,9,"a"],[25,9,37,10],[25,12,37,13,"b"],[25,13,37,14],[25,16,37,17,"x"],[25,17,37,18],[25,20,37,22],[25,21,37,23],[26,4,38,4,"d"],[26,5,38,5],[26,8,38,8],[26,9,38,9],[26,10,38,10],[26,12,38,12,"utils_ts_1"],[26,22,38,22],[26,23,38,23,"rotr"],[26,27,38,27],[26,29,38,29,"d"],[26,30,38,30],[26,33,38,33,"a"],[26,34,38,34],[26,36,38,36],[26,38,38,38],[26,39,38,39],[27,4,39,4,"c"],[27,5,39,5],[27,8,39,9,"c"],[27,9,39,10],[27,12,39,13,"d"],[27,13,39,14],[27,16,39,18],[27,17,39,19],[28,4,40,4,"b"],[28,5,40,5],[28,8,40,8],[28,9,40,9],[28,10,40,10],[28,12,40,12,"utils_ts_1"],[28,22,40,22],[28,23,40,23,"rotr"],[28,27,40,27],[28,29,40,29,"b"],[28,30,40,30],[28,33,40,33,"c"],[28,34,40,34],[28,36,40,36],[28,38,40,38],[28,39,40,39],[29,4,41,4],[29,11,41,11],[30,6,41,13,"a"],[30,7,41,14],[31,6,41,16,"b"],[31,7,41,17],[32,6,41,19,"c"],[32,7,41,20],[33,6,41,22,"d"],[34,4,41,24],[34,5,41,25],[35,2,42,0],[36,2,43,0],[36,11,43,9,"G2s"],[36,14,43,12,"G2s"],[36,15,43,13,"a"],[36,16,43,14],[36,18,43,16,"b"],[36,19,43,17],[36,21,43,19,"c"],[36,22,43,20],[36,24,43,22,"d"],[36,25,43,23],[36,27,43,25,"x"],[36,28,43,26],[36,30,43,28],[37,4,44,4,"a"],[37,5,44,5],[37,8,44,9,"a"],[37,9,44,10],[37,12,44,13,"b"],[37,13,44,14],[37,16,44,17,"x"],[37,17,44,18],[37,20,44,22],[37,21,44,23],[38,4,45,4,"d"],[38,5,45,5],[38,8,45,8],[38,9,45,9],[38,10,45,10],[38,12,45,12,"utils_ts_1"],[38,22,45,22],[38,23,45,23,"rotr"],[38,27,45,27],[38,29,45,29,"d"],[38,30,45,30],[38,33,45,33,"a"],[38,34,45,34],[38,36,45,36],[38,37,45,37],[38,38,45,38],[39,4,46,4,"c"],[39,5,46,5],[39,8,46,9,"c"],[39,9,46,10],[39,12,46,13,"d"],[39,13,46,14],[39,16,46,18],[39,17,46,19],[40,4,47,4,"b"],[40,5,47,5],[40,8,47,8],[40,9,47,9],[40,10,47,10],[40,12,47,12,"utils_ts_1"],[40,22,47,22],[40,23,47,23,"rotr"],[40,27,47,27],[40,29,47,29,"b"],[40,30,47,30],[40,33,47,33,"c"],[40,34,47,34],[40,36,47,36],[40,37,47,37],[40,38,47,38],[41,4,48,4],[41,11,48,11],[42,6,48,13,"a"],[42,7,48,14],[43,6,48,16,"b"],[43,7,48,17],[44,6,48,19,"c"],[44,7,48,20],[45,6,48,22,"d"],[46,4,48,24],[46,5,48,25],[47,2,49,0],[48,0,49,1],[48,3]],"functionMap":{"names":["<global>","G1s","G2s"],"mappings":"AAA;ACmC;CDM;AEC;CFM"},"hasCjsExports":true},"type":"js/module"}]} |