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
The current code in secp256k1_context_preallocated_create uses hand-rolled busy loop even when Once is available potentially wasting CPU. Abstracting them away and conditionally using Once from std would avoid the waste.