-
Notifications
You must be signed in to change notification settings - Fork 17
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
primitives/sr25519: Enable generating secret keys from ed25519 keys #121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still against using private keys from scheme A in schemes A and B.
This would not be the case, the key would only be used in one scheme, not both. But the derivation process is something that is needed for compatibility with a particular hardware device. Also see related implementation in Rust's schnorrkel for reference. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are following the Rust implementation, then I suppose my comments are redundant.
dd95c2a
to
3abeae8
Compare
3abeae8
to
a7523a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
a7523a7
to
6b45481
Compare
No description provided.