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.