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.
At the moment the Sign/Verify bytes functions prepend the domain separator
MXprior 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/rawverifythat does not prepend the domain separator.