-
Notifications
You must be signed in to change notification settings - Fork 337
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
Downgrade ed25519 #1998
Downgrade ed25519 #1998
Conversation
What happened with 1.5.2? |
Okay ty! @girazoki any idea why the signature was parsed as invalid? |
@bkchr the signature hits this line https://github.com/dalek-cryptography/curve25519-dalek/blob/06186b8511722fcf5341f67ee48c4c448c373313/src/scalar.rs#L261 and it yields invalid. The thing is that en ed25519 prior to 1.3.0 it does not hit a panick, but after 1.3.0 hits this panick |
Thank you @bkchr |
What does it do?
Downgrades dalek library function to make it compatible with the host function
What important points reviewers should know?
Is there something left for follow-up PRs?
What alternative implementations were considered?
Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?
What value does it bring to the blockchain users?