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
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 azto it, the followingsig.verify(sigValueHex)returns true anyway - which IMHO should not.Thank you