PHP WebShell

Текущая директория: /opt/bitgo-express/node_modules/secp256k1

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

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

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


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