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
Hello,
following the Signature tutorial I've found that the roundtrip check works as expected.
Yet, if I log the var sigValueHex = sig.sign(); before passing it on to the verification and add an extra char, say a z to it, the following sig.verify(sigValueHex) returns true anyway - which IMHO should not.
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
following the Signature tutorial I've found that the roundtrip check works as expected.
Yet, if I log the
var sigValueHex = sig.sign();
before passing it on to the verification and add an extra char, say az
to it, the followingsig.verify(sigValueHex)
returns true anyway - which IMHO should not.Thank you
The text was updated successfully, but these errors were encountered: