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
Once we make the server async, it will be important to ensure we are properly updating protocol phase mid request handling.
For example if we get the Kth provision request, we should lock state to ensure we don't simultaneously accept the K+1 provision request in the middle of trying to reconstruct secret.
The enclave server should be async so
The text was updated successfully, but these errors were encountered: