bitcoinjs / tiny-secp256k1

A tiny secp256k1 native/JS wrapper
MIT License
92 stars 55 forks source link

What is the difference between 'secp256k1' and 'ecurve' #12

Closed jiangbo0216 closed 6 years ago

jiangbo0216 commented 6 years ago

thank your work !! and i want to know the difference of the 'secp256k1' and 'ecurve'

 try {
   module.exports = require('bindings')('secp256k1')
 } catch (err) {
   module.exports = require('./ecurve')
 }
dcousens commented 6 years ago

https://github.com/cryptocoinjs/ecurve https://github.com/bitcoin-core/secp256k1

Let me know if that helps? :smiley: