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
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-libcould use this package for secp256k1 operations. Related: bitpay/bitcore#1285 bitpay/bitcore#1327