Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/75/54ed296b171eb173216bb834832b7f2dbc73b63ff96604c9433612e8773ebbbb4c03cd
T
2025-11-08 07:19:17 +00:00

1 line
2.9 KiB
Plaintext

{"dependencies":[{"name":"./sha2.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":14,"column":18,"index":531},"end":{"line":14,"column":38,"index":551}}],"key":"6/wC6kPCuE9AQ+btrgtq2UN1TnM=","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.sha224 = exports.SHA224 = exports.sha256 = exports.SHA256 = void 0;\n /**\n * SHA2-256 a.k.a. sha256. In JS, it is the fastest hash, even faster than Blake3.\n *\n * To break sha256 using birthday attack, attackers need to try 2^128 hashes.\n * BTC network is doing 2^70 hashes/sec (2^95 hashes/year) as per 2025.\n *\n * Check out [FIPS 180-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf).\n * @module\n * @deprecated\n */\n const sha2_ts_1 = require(_dependencyMap[0], \"./sha2.js\");\n /** @deprecated Use import from `noble/hashes/sha2` module */\n exports.SHA256 = sha2_ts_1.SHA256;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n exports.sha256 = sha2_ts_1.sha256;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n exports.SHA224 = sha2_ts_1.SHA224;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n exports.sha224 = sha2_ts_1.sha224;\n});","lineCount":27,"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,"sha224"],[7,16,3,14],[7,19,3,17,"exports"],[7,26,3,24],[7,27,3,25,"SHA224"],[7,33,3,31],[7,36,3,34,"exports"],[7,43,3,41],[7,44,3,42,"sha256"],[7,50,3,48],[7,53,3,51,"exports"],[7,60,3,58],[7,61,3,59,"SHA256"],[7,67,3,65],[7,70,3,68],[7,75,3,73],[7,76,3,74],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,2,14,0],[18,8,14,6,"sha2_ts_1"],[18,17,14,15],[18,20,14,18,"require"],[18,27,14,25],[18,28,14,25,"_dependencyMap"],[18,42,14,25],[18,58,14,37],[18,59,14,38],[19,2,15,0],[20,2,16,0,"exports"],[20,9,16,7],[20,10,16,8,"SHA256"],[20,16,16,14],[20,19,16,17,"sha2_ts_1"],[20,28,16,26],[20,29,16,27,"SHA256"],[20,35,16,33],[21,2,17,0],[22,2,18,0,"exports"],[22,9,18,7],[22,10,18,8,"sha256"],[22,16,18,14],[22,19,18,17,"sha2_ts_1"],[22,28,18,26],[22,29,18,27,"sha256"],[22,35,18,33],[23,2,19,0],[24,2,20,0,"exports"],[24,9,20,7],[24,10,20,8,"SHA224"],[24,16,20,14],[24,19,20,17,"sha2_ts_1"],[24,28,20,26],[24,29,20,27,"SHA224"],[24,35,20,33],[25,2,21,0],[26,2,22,0,"exports"],[26,9,22,7],[26,10,22,8,"sha224"],[26,16,22,14],[26,19,22,17,"sha2_ts_1"],[26,28,22,26],[26,29,22,27,"sha224"],[26,35,22,33],[27,0,22,34],[27,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}