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 dsa_verify.c, there is a test at the end of the file. It looks good: public key, R, S, message; it's all there. However when it runs, it returns zero -- which means it failed the verify.
In dsa_verify.c, there is a test at the end of the file. It looks good: public key, R, S, message; it's all there. However when it runs, it returns zero -- which means it failed the verify.
Is this expected behavior?