auto-commit for 49610908-ca1e-46b7-8671-ad75c85b7aa2

This commit is contained in:
emergent-agent-e1
2025-11-08 11:08:44 +00:00
parent 0373b73c4f
commit 32d0877be4
340 changed files with 340 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 const SHA256 = _sha2Js.SHA256;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n const sha256 = _sha2Js.sha256;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n const SHA224 = _sha2Js.SHA224;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n const 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,8,13,13,"SHA256"],[44,14,13,19],[44,17,13,22,"SHA256n"],[44,24,13,29],[44,25,13,29,"SHA256"],[44,31,13,29],[45,2,14,0],[46,2,15,7],[46,8,15,13,"sha256"],[46,14,15,19],[46,17,15,22,"sha256n"],[46,24,15,29],[46,25,15,29,"sha256"],[46,31,15,29],[47,2,16,0],[48,2,17,7],[48,8,17,13,"SHA224"],[48,14,17,19],[48,17,17,22,"SHA224n"],[48,24,17,29],[48,25,17,29,"SHA224"],[48,31,17,29],[49,2,18,0],[50,2,19,7],[50,8,19,13,"sha224"],[50,14,19,19],[50,17,19,22,"sha224n"],[50,24,19,29],[50,25,19,29,"sha224"],[50,31,19,29],[51,0,19,30],[51,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}