auto-commit for d4766860-f253-4ebc-a836-6c1ca9f17d9a

This commit is contained in:
emergent-agent-e1
2025-11-08 10:46:19 +00:00
parent 9d5f0582b7
commit 11e751f2ef
346 changed files with 346 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"./sha2.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":360},"end":{"line":11,"column":104,"index":464}}],"key":"lKTaC3MvELA7sywLq2YhVgUqgUU=","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, \"SHA256\", {\n enumerable: true,\n get: function () {\n return SHA256;\n }\n });\n Object.defineProperty(exports, \"sha256\", {\n enumerable: true,\n get: function () {\n return sha256;\n }\n });\n Object.defineProperty(exports, \"SHA224\", {\n enumerable: true,\n get: function () {\n return SHA224;\n }\n });\n Object.defineProperty(exports, \"sha224\", {\n enumerable: true,\n get: function () {\n return sha224;\n }\n });\n var _sha2Js = require(_dependencyMap[0], \"./sha2.js\");\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\n /** @deprecated Use import from `noble/hashes/sha2` module */\n var SHA256 = _sha2Js.SHA256;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n var sha256 = _sha2Js.sha256;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n var SHA224 = _sha2Js.SHA224;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n var sha224 = _sha2Js.sha224;\n});","lineCount":51,"map":[[7,2,13,0,"Object"],[7,8,13,0],[7,9,13,0,"defineProperty"],[7,23,13,0],[7,24,13,0,"exports"],[7,31,13,0],[8,4,13,0,"enumerable"],[8,14,13,0],[9,4,13,0,"get"],[9,7,13,0],[9,18,13,0,"get"],[9,19,13,0],[10,6,13,0],[10,13,13,0,"SHA256"],[10,19,13,0],[11,4,13,0],[12,2,13,0],[13,2,15,0,"Object"],[13,8,15,0],[13,9,15,0,"defineProperty"],[13,23,15,0],[13,24,15,0,"exports"],[13,31,15,0],[14,4,15,0,"enumerable"],[14,14,15,0],[15,4,15,0,"get"],[15,7,15,0],[15,18,15,0,"get"],[15,19,15,0],[16,6,15,0],[16,13,15,0,"sha256"],[16,19,15,0],[17,4,15,0],[18,2,15,0],[19,2,17,0,"Object"],[19,8,17,0],[19,9,17,0,"defineProperty"],[19,23,17,0],[19,24,17,0,"exports"],[19,31,17,0],[20,4,17,0,"enumerable"],[20,14,17,0],[21,4,17,0,"get"],[21,7,17,0],[21,18,17,0,"get"],[21,19,17,0],[22,6,17,0],[22,13,17,0,"SHA224"],[22,19,17,0],[23,4,17,0],[24,2,17,0],[25,2,19,0,"Object"],[25,8,19,0],[25,9,19,0,"defineProperty"],[25,23,19,0],[25,24,19,0,"exports"],[25,31,19,0],[26,4,19,0,"enumerable"],[26,14,19,0],[27,4,19,0,"get"],[27,7,19,0],[27,18,19,0,"get"],[27,19,19,0],[28,6,19,0],[28,13,19,0,"sha224"],[28,19,19,0],[29,4,19,0],[30,2,19,0],[31,2,11,0],[31,6,11,0,"_sha2Js"],[31,13,11,0],[31,16,11,0,"require"],[31,23,11,0],[31,24,11,0,"_dependencyMap"],[31,38,11,0],[32,2,1,0],[33,0,2,0],[34,0,3,0],[35,0,4,0],[36,0,5,0],[37,0,6,0],[38,0,7,0],[39,0,8,0],[40,0,9,0],[41,0,10,0],[43,2,12,0],[44,2,13,7],[44,6,13,13,"SHA256"],[44,12,13,19],[44,15,13,22,"SHA256n"],[44,22,13,29],[44,23,13,29,"SHA256"],[44,29,13,29],[45,2,14,0],[46,2,15,7],[46,6,15,13,"sha256"],[46,12,15,19],[46,15,15,22,"sha256n"],[46,22,15,29],[46,23,15,29,"sha256"],[46,29,15,29],[47,2,16,0],[48,2,17,7],[48,6,17,13,"SHA224"],[48,12,17,19],[48,15,17,22,"SHA224n"],[48,22,17,29],[48,23,17,29,"SHA224"],[48,29,17,29],[49,2,18,0],[50,2,19,7],[50,6,19,13,"sha224"],[50,12,19,19],[50,15,19,22,"sha224n"],[50,22,19,29],[50,23,19,29,"sha224"],[50,29,19,29],[51,0,19,30],[51,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[],"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, \"packageInfo\", {\n enumerable: true,\n get: function () {\n return packageInfo;\n }\n });\n var packageInfo = {\n name: '@polkadot/extension-dapp',\n path: globalThis.__ExpoImportMetaRegistry && globalThis.__ExpoImportMetaRegistry.url ? new URL(globalThis.__ExpoImportMetaRegistry.url).pathname.substring(0, new URL(globalThis.__ExpoImportMetaRegistry.url).pathname.lastIndexOf('/') + 1) : 'auto',\n type: 'esm',\n version: '0.62.3'\n };\n});","lineCount":19,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"packageInfo"],[10,24,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,7],[13,6,1,13,"packageInfo"],[13,17,1,24],[13,20,1,27],[14,4,1,29,"name"],[14,8,1,33],[14,10,1,35],[14,36,1,61],[15,4,1,63,"path"],[15,8,1,67],[15,10,1,70,"globalThis"],[15,20,1,70],[15,21,1,70,"__ExpoImportMetaRegistry"],[15,45,1,70],[15,49,1,85,"globalThis"],[15,59,1,85],[15,60,1,85,"__ExpoImportMetaRegistry"],[15,84,1,85],[15,85,1,97,"url"],[15,88,1,100],[15,91,1,104],[15,95,1,108,"URL"],[15,98,1,111],[15,99,1,112,"globalThis"],[15,109,1,112],[15,110,1,112,"__ExpoImportMetaRegistry"],[15,134,1,112],[15,135,1,124,"url"],[15,138,1,127],[15,139,1,128],[15,140,1,129,"pathname"],[15,148,1,137],[15,149,1,138,"substring"],[15,158,1,147],[15,159,1,148],[15,160,1,149],[15,162,1,151],[15,166,1,155,"URL"],[15,169,1,158],[15,170,1,159,"globalThis"],[15,180,1,159],[15,181,1,159,"__ExpoImportMetaRegistry"],[15,205,1,159],[15,206,1,171,"url"],[15,209,1,174],[15,210,1,175],[15,211,1,176,"pathname"],[15,219,1,184],[15,220,1,185,"lastIndexOf"],[15,231,1,196],[15,232,1,197],[15,235,1,200],[15,236,1,201],[15,239,1,204],[15,240,1,205],[15,241,1,206],[15,244,1,209],[15,250,1,215],[16,4,1,217,"type"],[16,8,1,221],[16,10,1,223],[16,15,1,228],[17,4,1,230,"version"],[17,11,1,237],[17,13,1,239],[18,2,1,248],[18,3,1,249],[19,0,1,250],[19,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}