PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/eccrypto/node_modules/secp256k1

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

'use strict'
try {
  module.exports = require('./bindings')
} catch (err) {
  if (process.env.DEBUG) {
    console.error('Secp256k1 bindings are not compiled. Pure JS implementation will be used.')
  }

  module.exports = require('./elliptic')
}

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


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