Skip to content

Enforce domain separation on Schnorr signatures #178

@AaronFeickert

Description

@AaronFeickert

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions