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
I am generating a lot of script pubkeys from a descriptor and creating the context every time is pretty expensive (about 20 microseconds each)
Clearly is convenient not passing the secp context in the API in most cases that are not requiring generating a lot of scripts/address so I am not sure how to improve this but I wanted to point this out