bitcoinjs / tiny-secp256k1

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

Fix issues for node v13 #46

Closed junderw closed 4 years ago

junderw commented 4 years ago

Fixes v13 support for native bindings.

v13 was throwing errors as per a comment in #45

We will support v6 and above with JS, and v10 and above with native bindings.

junderw commented 4 years ago

published as 1.1.4