{"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 var 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: a,\n b: b,\n c: c,\n d: 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: a,\n b: b,\n c: c,\n d: 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,6,11,13,"BSIGMA"],[26,12,11,19],[26,15,11,22],[26,30,11,38,"Uint8Array"],[26,40,11,48],[26,41,11,49,"from"],[26,45,11,53],[26,46,11,54],[26,47,12,4],[26,48,12,5],[26,50,12,7],[26,51,12,8],[26,53,12,10],[26,54,12,11],[26,56,12,13],[26,57,12,14],[26,59,12,16],[26,60,12,17],[26,62,12,19],[26,63,12,20],[26,65,12,22],[26,66,12,23],[26,68,12,25],[26,69,12,26],[26,71,12,28],[26,72,12,29],[26,74,12,31],[26,75,12,32],[26,77,12,34],[26,79,12,36],[26,81,12,38],[26,83,12,40],[26,85,12,42],[26,87,12,44],[26,89,12,46],[26,91,12,48],[26,93,12,50],[26,95,12,52],[26,97,12,54],[26,99,12,56],[26,101,13,4],[26,103,13,6],[26,105,13,8],[26,107,13,10],[26,109,13,12],[26,110,13,13],[26,112,13,15],[26,113,13,16],[26,115,13,18],[26,116,13,19],[26,118,13,21],[26,120,13,23],[26,122,13,25],[26,124,13,27],[26,126,13,29],[26,127,13,30],[26,129,13,32],[26,130,13,33],[26,132,13,35],[26,134,13,37],[26,136,13,39],[26,137,13,40],[26,139,13,42],[26,140,13,43],[26,142,13,45],[26,144,13,47],[26,146,13,49],[26,147,13,50],[26,149,13,52],[26,150,13,53],[26,152,13,55],[26,153,13,56],[26,155,14,4],[26,157,14,6],[26,159,14,8],[26,160,14,9],[26,162,14,11],[26,164,14,13],[26,166,14,15],[26,167,14,16],[26,169,14,18],[26,170,14,19],[26,172,14,21],[26,173,14,22],[26,175,14,24],[26,177,14,26],[26,179,14,28],[26,181,14,30],[26,183,14,32],[26,185,14,34],[26,187,14,36],[26,189,14,38],[26,191,14,40],[26,192,14,41],[26,194,14,43],[26,195,14,44],[26,197,14,46],[26,198,14,47],[26,200,14,49],[26,201,14,50],[26,203,14,52],[26,204,14,53],[26,206,14,55],[26,207,14,56],[26,209,15,4],[26,210,15,5],[26,212,15,7],[26,213,15,8],[26,215,15,10],[26,216,15,11],[26,218,15,13],[26,219,15,14],[26,221,15,16],[26,223,15,18],[26,225,15,20],[26,227,15,22],[26,229,15,24],[26,231,15,26],[26,233,15,28],[26,235,15,30],[26,237,15,32],[26,238,15,33],[26,240,15,35],[26,241,15,36],[26,243,15,38],[26,244,15,39],[26,246,15,41],[26,248,15,43],[26,250,15,45],[26,251,15,46],[26,253,15,48],[26,254,15,49],[26,256,15,51],[26,258,15,53],[26,260,15,55],[26,261,15,56],[26,263,16,4],[26,264,16,5],[26,266,16,7],[26,267,16,8],[26,269,16,10],[26,270,16,11],[26,272,16,13],[26,273,16,14],[26,275,16,16],[26,276,16,17],[26,278,16,19],[26,279,16,20],[26,281,16,22],[26,283,16,24],[26,285,16,26],[26,287,16,28],[26,289,16,30],[26,291,16,32],[26,293,16,34],[26,294,16,35],[26,296,16,37],[26,298,16,39],[26,300,16,41],[26,302,16,43],[26,304,16,45],[26,305,16,46],[26,307,16,48],[26,308,16,49],[26,310,16,51],[26,311,16,52],[26,313,16,54],[26,315,16,56],[26,317,17,4],[26,318,17,5],[26,320,17,7],[26,322,17,9],[26,324,17,11],[26,325,17,12],[26,327,17,14],[26,329,17,16],[26,331,17,18],[26,332,17,19],[26,334,17,21],[26,336,17,23],[26,338,17,25],[26,339,17,26],[26,341,17,28],[26,342,17,29],[26,344,17,31],[26,345,17,32],[26,347,17,34],[26,349,17,36],[26,351,17,38],[26,352,17,39],[26,354,17,41],[26,355,17,42],[26,357,17,44],[26,359,17,46],[26,361,17,48],[26,363,17,50],[26,365,17,52],[26,366,17,53],[26,368,17,55],[26,369,17,56],[26,371,18,4],[26,373,18,6],[26,375,18,8],[26,376,18,9],[26,378,18,11],[26,379,18,12],[26,381,18,14],[26,383,18,16],[26,385,18,18],[26,387,18,20],[26,389,18,22],[26,391,18,24],[26,393,18,26],[26,394,18,27],[26,396,18,29],[26,398,18,31],[26,400,18,33],[26,401,18,34],[26,403,18,36],[26,404,18,37],[26,406,18,39],[26,407,18,40],[26,409,18,42],[26,410,18,43],[26,412,18,45],[26,413,18,46],[26,415,18,48],[26,416,18,49],[26,418,18,51],[26,419,18,52],[26,421,18,54],[26,423,18,56],[26,425,19,4],[26,427,19,6],[26,429,19,8],[26,431,19,10],[26,433,19,12],[26,434,19,13],[26,436,19,15],[26,438,19,17],[26,440,19,19],[26,442,19,21],[26,444,19,23],[26,445,19,24],[26,447,19,26],[26,448,19,27],[26,450,19,29],[26,451,19,30],[26,453,19,32],[26,454,19,33],[26,456,19,35],[26,457,19,36],[26,459,19,38],[26,461,19,40],[26,463,19,42],[26,464,19,43],[26,466,19,45],[26,467,19,46],[26,469,19,48],[26,470,19,49],[26,472,19,51],[26,473,19,52],[26,475,19,54],[26,477,19,56],[26,479,20,4],[26,480,20,5],[26,482,20,7],[26,484,20,9],[26,486,20,11],[26,488,20,13],[26,490,20,15],[26,491,20,16],[26,493,20,18],[26,495,20,20],[26,497,20,22],[26,498,20,23],[26,500,20,25],[26,501,20,26],[26,503,20,28],[26,504,20,29],[26,506,20,31],[26,508,20,33],[26,510,20,35],[26,511,20,36],[26,513,20,38],[26,515,20,40],[26,517,20,42],[26,518,20,43],[26,520,20,45],[26,521,20,46],[26,523,20,48],[26,524,20,49],[26,526,20,51],[26,528,20,53],[26,530,20,55],[26,531,20,56],[26,533,21,4],[26,535,21,6],[26,537,21,8],[26,538,21,9],[26,540,21,11],[26,541,21,12],[26,543,21,14],[26,544,21,15],[26,546,21,17],[26,547,21,18],[26,549,21,20],[26,550,21,21],[26,552,21,23],[26,553,21,24],[26,555,21,26],[26,556,21,27],[26,558,21,29],[26,560,21,31],[26,562,21,33],[26,564,21,35],[26,566,21,37],[26,567,21,38],[26,569,21,40],[26,571,21,42],[26,573,21,44],[26,574,21,45],[26,576,21,47],[26,578,21,49],[26,580,21,51],[26,582,21,53],[26,584,21,55],[26,585,21,56],[26,587,22,4],[26,588,22,5],[26,590,22,7],[26,591,22,8],[26,593,22,10],[26,594,22,11],[26,596,22,13],[26,597,22,14],[26,599,22,16],[26,600,22,17],[26,602,22,19],[26,603,22,20],[26,605,22,22],[26,606,22,23],[26,608,22,25],[26,609,22,26],[26,611,22,28],[26,612,22,29],[26,614,22,31],[26,615,22,32],[26,617,22,34],[26,619,22,36],[26,621,22,38],[26,623,22,40],[26,625,22,42],[26,627,22,44],[26,629,22,46],[26,631,22,48],[26,633,22,50],[26,635,22,52],[26,637,22,54],[26,639,22,56],[26,641,23,4],[26,643,23,6],[26,645,23,8],[26,647,23,10],[26,649,23,12],[26,650,23,13],[26,652,23,15],[26,653,23,16],[26,655,23,18],[26,656,23,19],[26,658,23,21],[26,660,23,23],[26,662,23,25],[26,664,23,27],[26,666,23,29],[26,667,23,30],[26,669,23,32],[26,670,23,33],[26,672,23,35],[26,674,23,37],[26,676,23,39],[26,677,23,40],[26,679,23,42],[26,680,23,43],[26,682,23,45],[26,684,23,47],[26,686,23,49],[26,687,23,50],[26,689,23,52],[26,690,23,53],[26,692,23,55],[26,693,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],[36,9,36,13,"a"],[36,10,36,14],[37,6,36,16,"b"],[37,7,36,17],[37,9,36,16,"b"],[37,10,36,17],[38,6,36,19,"c"],[38,7,36,20],[38,9,36,19,"c"],[38,10,36,20],[39,6,36,22,"d"],[39,7,36,23],[39,9,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],[48,9,43,13,"a"],[48,10,43,14],[49,6,43,16,"b"],[49,7,43,17],[49,9,43,16,"b"],[49,10,43,17],[50,6,43,19,"c"],[50,7,43,20],[50,9,43,19,"c"],[50,10,43,20],[51,6,43,22,"d"],[51,7,43,23],[51,9,43,22,"d"],[52,4,43,24],[52,5,43,25],[53,2,44,0],[54,0,44,1],[54,3]],"functionMap":{"names":["","G1s","G2s"],"mappings":"AAA;OC8B;CDM;OEC;CFM"},"hasCjsExports":false},"type":"js/module"}]}