question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Alternatives to tiny-secp256k1?

See original GitHub issue

The library tiny-secp256k1 breaks builds both in vite/rollup, as well as, some webpack configurations. This library’s dependency on tiny-secp256k1 makes it unusable. Can you suggests alternatives to tiny-secp256k1? Thank you 🙏🏾

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
reniecommented, Jun 9, 2022

Had same problem here with webpack 5 and CRA. Even with experimental wasm flags or wasm loader it won’t work. Downgraded tiny-secp256k1 to last 1.* (1.1.6) and worked from first try.

3reactions
junderwcommented, Feb 2, 2022

You can use tiny-secp256k1 v1 without schnorr support.

For schnorr support, convince your bundlers to support WASM out of the box with 0 configuration.

Read more comments on GitHub >

github_iconTop Results From Across the Web

A tiny secp256k1 native/JS wrapper - GitHub
tiny -secp256k1 includes two examples. First is simple script for Node.js which generate random data and print arguments and methods results. Second is...
Read more >
@types/tiny-secp256k1 - npm
Stub TypeScript definitions entry for tiny-secp256k1, which provides its own types definitions. Latest version: 2.0.1, last published: 2 ...
Read more >
Evaluation of secp256k1 as Popular Alternative Curve
Signing and Encryption. Curve not be requested for all existing standards, for instance no requests to secp256k1 add to TLS or SSH.
Read more >
Top 5 tiny-secp256k1 Code Examples - Snyk
Learn more about how to use tiny-secp256k1, based on tiny-secp256k1 code examples created from the most popular ways it is used in public...
Read more >
Error using React Native using bitcoinjs-lib and ECpair / tiny ...
Error using React Native using bitcoinjs-lib and ECpair / tiny-secp256k1 · Ask Question. Asked 7 months ago ... as a substitute.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found