PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo-express/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

Выполнить команду


Для локальной разработки. Не используйте в интернете!