You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
paulmillr
changed the title
secp256k1 js / ts don't use precomputes
secp256k1 js / ts are misleading & don't use precomputes
Dec 7, 2024
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.
The text was updated successfully, but these errors were encountered: