PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@bitcoinerlab/secp256k1/test

Просмотр файла: index.js

import test from "tape";
import * as secp256k1 from "../dist/index.js";

import test_ecdsa from "./ecdsa.js";
import test_points from "./points.js";
import test_privates from "./privates.js";
import test_schnorr from "./schnorr.js";

// Closing browser if launched through `browser-run`.
test.onFinish(() => {
  if (process.browser) {
    window.close();
  }
});

test_schnorr(secp256k1);
test_ecdsa(secp256k1);
test_points(secp256k1);
test_privates(secp256k1);

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


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