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
At the moment the Sign/Verify bytes functions prepend the domain separator MX prior to signing/checking. This is fine in the case that it is desired but if a user is trying to do something like validate a signature on a transaction for auth purposes it makes the processes awkward and the user has to write their own ED25519 sign/verify functions.
The SDKs should provide some rawsign/rawverify that does not prepend the domain separator.
vsobotka, Im0, nick-verida, dragmz, joe-p and 2 more