PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@celo/utils/node_modules/ethereum-cryptography
Просмотр файла: hash-utils.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function createHashFunction(hashConstructor) {
return function (msg) {
var hash = hashConstructor();
hash.update(msg);
return Buffer.from(hash.digest());
};
}
exports.createHashFunction = createHashFunction;
//# sourceMappingURL=hash-utils.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!