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
mwatson2
changed the title
ECDSA unnecessarily checks that the provided hash is valid in sign/verify
Several algorithms unnecessarily check that a provided hash
Jul 12, 2016
mwatson2
added a commit
to mwatson2/webcrypto
that referenced
this issue
Jul 12, 2016
mwatson2
changed the title
Several algorithms unnecessarily check that a provided hash
Several algorithms unnecessarily check that a provided hash is supported
Jul 18, 2016
For example, ECDSA sign / verify have the following step:
However, this will have been checked during algorithm normalization and so the check is redundant here.
The text was updated successfully, but these errors were encountered: