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 #410 we added identifiable abort to keygen and auxinfo, but skipped presign. We skipped it because in order to do identifiable abort correctly in the Output round, we need extra proofs and rounds of communication, which is too big to do in that issue. However, in rounds 1-3, we can identify cheaters. This applies for any protocol error that happens due to consistency failures (a sent value doesn't match a value we have) or a failure to decrypt messages received from other parties.
Note: This also applies to proof validation failures, but that requires additional infrastructure that will be handled in a separate issue.
Add ID abort fields to any presign protocol errors that can be identified.
The text was updated successfully, but these errors were encountered:
In #410 we added identifiable abort to keygen and auxinfo, but skipped presign. We skipped it because in order to do identifiable abort correctly in the Output round, we need extra proofs and rounds of communication, which is too big to do in that issue. However, in rounds 1-3, we can identify cheaters. This applies for any protocol error that happens due to consistency failures (a sent value doesn't match a value we have) or a failure to decrypt messages received from other parties.
Note: This also applies to proof validation failures, but that requires additional infrastructure that will be handled in a separate issue.
The text was updated successfully, but these errors were encountered: