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
Currently, Schnorr signatures allow for an optional domain separator, and use a default domain separator if one is not provided.
This is risky, and has already led to unintentional misuse.
While using a default domain separator helps with simplicity, it may be more trouble than it's worth.
I think the implementation should be changed to mandate a specified domain separator, which forces the implementer to at least think about, and hopefully opt for, safe choices.