Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

secp256k1 js / ts are misleading & don't use precomputes #449

Open
paulmillr opened this issue Dec 7, 2024 · 0 comments
Open

secp256k1 js / ts are misleading & don't use precomputes #449

paulmillr opened this issue Dec 7, 2024 · 0 comments

Comments

@paulmillr
Copy link

in secp256k1, go version seems to be using precomputes, and js / ts don't. That makes the results highly misleading. You've partially copied noble-secp256k1, it's better to copy it in full and do first call as "warm-up" to build-up caches.

@paulmillr paulmillr changed the title secp256k1 js / ts don't use precomputes secp256k1 js / ts are misleading & don't use precomputes Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant