Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/48/60928195e289cb21b449dc0be8aa34e488792e5fd558b78630c047eac9636af156a875
T
2025-10-24 02:46:57 +00:00

1 line
7.2 KiB
Plaintext

{"dependencies":[{"name":"@noble/hashes/hmac","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"L+5nBGnFJSJfFTRJYU1/XBSYTbw=","exportNames":["*"],"imports":1}},{"name":"@noble/hashes/sha256","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":43},"end":{"line":2,"column":46,"index":89}}],"key":"9SfMKqobrWA7mkBdIZ1kbqqIwSk=","exportNames":["*"],"imports":1}},{"name":"@noble/hashes/sha512","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":90},"end":{"line":3,"column":46,"index":136}}],"key":"KPae0By8hfhH44uVYVFRwdH9mHY=","exportNames":["*"],"imports":1}},{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":137},"end":{"line":4,"column":53,"index":190}}],"key":"ISHU1ovvPMrCldqRjtd1JhW9dyo=","exportNames":["*"],"imports":1}},{"name":"@polkadot/wasm-crypto","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":191},"end":{"line":5,"column":72,"index":263}}],"key":"2/wMT/y5UfnEdVow79e3G5+65jw=","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.hmacShaAsU8a = hmacShaAsU8a;\n Object.defineProperty(exports, \"hmacSha256AsU8a\", {\n enumerable: true,\n get: function () {\n return hmacSha256AsU8a;\n }\n });\n Object.defineProperty(exports, \"hmacSha512AsU8a\", {\n enumerable: true,\n get: function () {\n return hmacSha512AsU8a;\n }\n });\n var _nobleHashesHmac = require(_dependencyMap[0], \"@noble/hashes/hmac\");\n var _nobleHashesSha = require(_dependencyMap[1], \"@noble/hashes/sha256\");\n var _nobleHashesSha2 = require(_dependencyMap[2], \"@noble/hashes/sha512\");\n var _polkadotUtil = require(_dependencyMap[3], \"@polkadot/util\");\n var _polkadotWasmCrypto = require(_dependencyMap[4], \"@polkadot/wasm-crypto\");\n const JS_HASH = {\n 256: _nobleHashesSha.sha256,\n 512: _nobleHashesSha2.sha512\n };\n const WA_MHAC = {\n 256: _polkadotWasmCrypto.hmacSha256,\n 512: _polkadotWasmCrypto.hmacSha512\n };\n function createSha(bitLength) {\n return (key, data, onlyJs) => hmacShaAsU8a(key, data, bitLength, onlyJs);\n }\n /**\n * @name hmacShaAsU8a\n * @description creates a Hmac Sha (256/512) Uint8Array from the key & data\n */\n function hmacShaAsU8a(key, data, bitLength = 256, onlyJs) {\n const u8aKey = (0, _polkadotUtil.u8aToU8a)(key);\n return !_polkadotUtil.hasBigInt || !onlyJs && (0, _polkadotWasmCrypto.isReady)() ? WA_MHAC[bitLength](u8aKey, data) : (0, _nobleHashesHmac.hmac)(JS_HASH[bitLength], u8aKey, data);\n }\n /**\n * @name hmacSha256AsU8a\n * @description creates a Hmac Sha256 Uint8Array from the key & data\n */\n const hmacSha256AsU8a = /*#__PURE__*/createSha(256);\n /**\n * @name hmacSha512AsU8a\n * @description creates a Hmac Sha512 Uint8Array from the key & data\n */\n const hmacSha512AsU8a = /*#__PURE__*/createSha(512);\n});","lineCount":54,"map":[[7,2,21,0,"exports"],[7,9,21,0],[7,10,21,0,"hmacShaAsU8a"],[7,22,21,0],[7,25,21,0,"hmacShaAsU8a"],[7,37,21,0],[8,2,31,0,"Object"],[8,8,31,0],[8,9,31,0,"defineProperty"],[8,23,31,0],[8,24,31,0,"exports"],[8,31,31,0],[9,4,31,0,"enumerable"],[9,14,31,0],[10,4,31,0,"get"],[10,7,31,0],[10,18,31,0,"get"],[10,19,31,0],[11,6,31,0],[11,13,31,0,"hmacSha256AsU8a"],[11,28,31,0],[12,4,31,0],[13,2,31,0],[14,2,36,0,"Object"],[14,8,36,0],[14,9,36,0,"defineProperty"],[14,23,36,0],[14,24,36,0,"exports"],[14,31,36,0],[15,4,36,0,"enumerable"],[15,14,36,0],[16,4,36,0,"get"],[16,7,36,0],[16,18,36,0,"get"],[16,19,36,0],[17,6,36,0],[17,13,36,0,"hmacSha512AsU8a"],[17,28,36,0],[18,4,36,0],[19,2,36,0],[20,2,1,0],[20,6,1,0,"_nobleHashesHmac"],[20,22,1,0],[20,25,1,0,"require"],[20,32,1,0],[20,33,1,0,"_dependencyMap"],[20,47,1,0],[21,2,2,0],[21,6,2,0,"_nobleHashesSha"],[21,21,2,0],[21,24,2,0,"require"],[21,31,2,0],[21,32,2,0,"_dependencyMap"],[21,46,2,0],[22,2,3,0],[22,6,3,0,"_nobleHashesSha2"],[22,22,3,0],[22,25,3,0,"require"],[22,32,3,0],[22,33,3,0,"_dependencyMap"],[22,47,3,0],[23,2,4,0],[23,6,4,0,"_polkadotUtil"],[23,19,4,0],[23,22,4,0,"require"],[23,29,4,0],[23,30,4,0,"_dependencyMap"],[23,44,4,0],[24,2,5,0],[24,6,5,0,"_polkadotWasmCrypto"],[24,25,5,0],[24,28,5,0,"require"],[24,35,5,0],[24,36,5,0,"_dependencyMap"],[24,50,5,0],[25,2,6,0],[25,8,6,6,"JS_HASH"],[25,15,6,13],[25,18,6,16],[26,4,7,4],[26,7,7,7],[26,9,7,9,"sha256"],[26,24,7,15],[26,25,7,15,"sha256"],[26,31,7,15],[27,4,8,4],[27,7,8,7],[27,9,8,9,"sha512"],[27,25,8,15],[27,26,8,15,"sha512"],[28,2,9,0],[28,3,9,1],[29,2,10,0],[29,8,10,6,"WA_MHAC"],[29,15,10,13],[29,18,10,16],[30,4,11,4],[30,7,11,7],[30,9,11,9,"hmacSha256"],[30,28,11,19],[30,29,11,19,"hmacSha256"],[30,39,11,19],[31,4,12,4],[31,7,12,7],[31,9,12,9,"hmacSha512"],[31,28,12,19],[31,29,12,19,"hmacSha512"],[32,2,13,0],[32,3,13,1],[33,2,14,0],[33,11,14,9,"createSha"],[33,20,14,18,"createSha"],[33,21,14,19,"bitLength"],[33,30,14,28],[33,32,14,30],[34,4,15,4],[34,11,15,11],[34,12,15,12,"key"],[34,15,15,15],[34,17,15,17,"data"],[34,21,15,21],[34,23,15,23,"onlyJs"],[34,29,15,29],[34,34,15,34,"hmacShaAsU8a"],[34,46,15,46],[34,47,15,47,"key"],[34,50,15,50],[34,52,15,52,"data"],[34,56,15,56],[34,58,15,58,"bitLength"],[34,67,15,67],[34,69,15,69,"onlyJs"],[34,75,15,75],[34,76,15,76],[35,2,16,0],[36,2,17,0],[37,0,18,0],[38,0,19,0],[39,0,20,0],[40,2,21,7],[40,11,21,16,"hmacShaAsU8a"],[40,23,21,28,"hmacShaAsU8a"],[40,24,21,29,"key"],[40,27,21,32],[40,29,21,34,"data"],[40,33,21,38],[40,35,21,40,"bitLength"],[40,44,21,49],[40,47,21,52],[40,50,21,55],[40,52,21,57,"onlyJs"],[40,58,21,63],[40,60,21,65],[41,4,22,4],[41,10,22,10,"u8aKey"],[41,16,22,16],[41,19,22,19],[41,23,22,19,"u8aToU8a"],[41,36,22,27],[41,37,22,27,"u8aToU8a"],[41,45,22,27],[41,47,22,28,"key"],[41,50,22,31],[41,51,22,32],[42,4,23,4],[42,11,23,11],[42,12,23,12,"hasBigInt"],[42,25,23,21],[42,26,23,21,"hasBigInt"],[42,35,23,21],[42,39,23,26],[42,40,23,27,"onlyJs"],[42,46,23,33],[42,50,23,37],[42,54,23,37,"isReady"],[42,73,23,44],[42,74,23,44,"isReady"],[42,81,23,44],[42,83,23,45],[42,84,23,47],[42,87,24,10,"WA_MHAC"],[42,94,24,17],[42,95,24,18,"bitLength"],[42,104,24,27],[42,105,24,28],[42,106,24,29,"u8aKey"],[42,112,24,35],[42,114,24,37,"data"],[42,118,24,41],[42,119,24,42],[42,122,25,10],[42,126,25,10,"hmac"],[42,142,25,14],[42,143,25,14,"hmac"],[42,147,25,14],[42,149,25,15,"JS_HASH"],[42,156,25,22],[42,157,25,23,"bitLength"],[42,166,25,32],[42,167,25,33],[42,169,25,35,"u8aKey"],[42,175,25,41],[42,177,25,43,"data"],[42,181,25,47],[42,182,25,48],[43,2,26,0],[44,2,27,0],[45,0,28,0],[46,0,29,0],[47,0,30,0],[48,2,31,7],[48,8,31,13,"hmacSha256AsU8a"],[48,23,31,28],[48,26,31,31],[48,39,31,45,"createSha"],[48,48,31,54],[48,49,31,55],[48,52,31,58],[48,53,31,59],[49,2,32,0],[50,0,33,0],[51,0,34,0],[52,0,35,0],[53,2,36,7],[53,8,36,13,"hmacSha512AsU8a"],[53,23,36,28],[53,26,36,31],[53,39,36,45,"createSha"],[53,48,36,54],[53,49,36,55],[53,52,36,58],[53,53,36,59],[54,0,36,60],[54,3]],"functionMap":{"names":["<global>","createSha","<anonymous>","hmacShaAsU8a"],"mappings":"AAA;ACa;WCC,iED;CDC;OGK;CHK"},"hasCjsExports":false},"type":"js/module"}]}