Repository: https://github.com/soatok/elliptic-to-noble
Blog post explaining the background and motivation: https://soatok.blog/2025/11/19/moving-beyond-the-npm-elliptic-package/
I recently created a package called elliptic-to-noble to provide elliptic's public API with the noble-curves implementation in order to help the NPM ecosystem adopt more secure cryptography without causing @indutny a bunch of unnecessary work or grief.
EDIT: After doing this shim work and trying to notify downstream packages, I decided to look at the elliptic package's source code and published my findings as an addendum to my blog post.