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
When decrypting a message with a signature, we can short circuit some verification failures by first checking whether the signature length is valid for the algorithm suite in use. We would need to add in additional logic in order to enable this sort of check.