'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') }