We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we be sure that crypto/ed25519 performs exactly the same malleability checks as ed25519-dalek verify_strict?
crypto/ed25519
ed25519-dalek verify_strict
https://hdevalence.ca/blog/2020-10-04-its-25519am
We should probably add test fixtures for edge cases.
The text was updated successfully, but these errors were encountered:
According to the post, this Go package does malleability checks: https://github.com/hdevalence/ed25519consensus
Haven't found any information on what the current status of the stdlib implementation is.
I'm not sure if it actually matters for transaction verification outside of consensus use cases.
Sorry, something went wrong.
No branches or pull requests
Can we be sure that
crypto/ed25519
performs exactly the same malleability checks ased25519-dalek verify_strict
?https://hdevalence.ca/blog/2020-10-04-its-25519am
We should probably add test fixtures for edge cases.
The text was updated successfully, but these errors were encountered: