PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@stablelib/hash/lib
Просмотр файла: hash.js
"use strict";
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
Object.defineProperty(exports, "__esModule", { value: true });
function isSerializableHash(h) {
return (typeof h.saveState !== "undefined" &&
typeof h.restoreState !== "undefined" &&
typeof h.cleanSavedState !== "undefined");
}
exports.isSerializableHash = isSerializableHash;
// TODO(dchest): figure out the standardized interface for XOF such as
// SHAKE and BLAKE2X.
//# sourceMappingURL=hash.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!