PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/tweetnacl-ts
Просмотр файла: random.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var array_1 = require("./array");
var random_1 = require("./server/random");
exports._randomBytes = random_1._randomBytes;
function randomBytes(n) {
var b = array_1.ByteArray(n);
random_1._randomBytes(b, n);
return b;
}
exports.randomBytes = randomBytes;
//# sourceMappingURL=random.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!