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
My expectation would be to have Task () () if it fails for invalid signatures or Task x Bool if it returns the result of validating it. The current signature is Task x a, which seems unsound.
This also applies to the other Crypto.verifyWithXXX functions.