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 various subsections of the algorithm that defines the implementation of the share method there is the instruction
abort these steps.
However, it is unclear whether the steps referred to are those in the "subroutine" (and in each case in this algorithm the instruction is within a "subroutine" conditionally entered) or those of the algorithm as a whole.
Perhaps "terminate the algorithm" or something similar would be clearer language?