This repository was archived by the owner on Apr 3, 2019. It is now read-only.
This repository was archived by the owner on Apr 3, 2019. It is now read-only.
secp256k1-node instead elliptic #41
Open
Description
secp256k1-node uses bindings to bitcoin/secp256k1 in node.js and elliptic (right now) in browser as fallback, available with same interface.
Since v3.0.0 was released, bitcore-lib
could use this package for secp256k1 operations. Related: bitpay/bitcore#1285 bitpay/bitcore#1327