bitcoinjs / tiny-secp256k1

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

Switch native component to optionalDependency #40

Closed junderw closed 5 years ago

junderw commented 5 years ago

Current:

Expected:

Separated the component here: https://github.com/bitcoinjs/tiny-secp256k1-native

This should allow people to properly fall back on the JS implementation.

junderw commented 5 years ago

Thanks for the review.