-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
We've seemed to have settled on schnorr signatures over ristretto22519. (See this PR #45)
Other choices were:
- qDSA. Too new.
- EdDSA. Makes use of SHA-512.
- ECDSA. Why not, but not really specified for Curve25519.
- schnorr over P-256. We already use Curve25519, so we should leverage this.
My two concerns are:
- ristretto. Too new, and not well-supported.
- schnorr signatures are not specified anywhere.
What references are there out there? I think we should follow the scheme defined by a proof:
https://crypto.stackexchange.com/questions/48616/prove-the-security-of-schnorrs-signature-scheme
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels