-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signatures: derive keypair from seed or public key from private key #2030
Comments
Hi @mraksoll4, would you consider this issue to be a duplicate of #1401 or #1802 (or both)? |
It’s similar, but I don’t think so, since that issues there relate to encapsulations, and mine are related to Signature schemes. |
That's fair. I've renamed the issue to make its categorization a little more clear. |
Signature schemes generate keypair from seed , and recontruct public key from private key.
The text was updated successfully, but these errors were encountered: