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
fix(sdk-lib-mpc): throw in Dsg.endSession() when signature exists
Without the throw, endSession() silently reset dsgState to
Uninitialized after signing, allowing init() to succeed again
and enabling inadvertent session reuse on the same key share.
Ticket: WAL-383
0 commit comments