-
Notifications
You must be signed in to change notification settings - Fork 302
Fix getting parity from keypair in fuzzing #451
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
Fix getting parity from keypair in fuzzing #451
Conversation
This also enables a test that was failung due to the parity bug.
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.
Legend!
ACK f419fe8
Could you explain why in other places it does check the 32'nd byte but here the 64? |
Or are you saying there's another place where it should be changed to 64? Do you want me to add a comment or change the commit message to explain this? |
That was exactly the context I've missed, Thanks! |
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.
ACK f419fe8
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.
ACK f419fe8
…r in fuzzing f419fe884bc3a0998a2564a78b752bb24a31330d Fix getting parity from keypair in fuzzing (Tim Ruffing) Pull request description: This also enables a test that was failung due to the parity bug. ACKs for top commit: tcharding: ACK f419fe884bc3a0998a2564a78b752bb24a31330d elichai: ACK f419fe884bc3a0998a2564a78b752bb24a31330d apoelstra: ACK f419fe884bc3a0998a2564a78b752bb24a31330d Tree-SHA512: bec00d517495cf010c37079e3d71f1d9547a319aac50cecbca74e6d62eca7188aa79d61ee3d50ef81512c30a31b61b947e2f19e45a95b1b17a1f5cf7cf3f1019
…r in fuzzing f419fe884bc3a0998a2564a78b752bb24a31330d Fix getting parity from keypair in fuzzing (Tim Ruffing) Pull request description: This also enables a test that was failung due to the parity bug. ACKs for top commit: tcharding: ACK f419fe884bc3a0998a2564a78b752bb24a31330d elichai: ACK f419fe884bc3a0998a2564a78b752bb24a31330d apoelstra: ACK f419fe884bc3a0998a2564a78b752bb24a31330d Tree-SHA512: bec00d517495cf010c37079e3d71f1d9547a319aac50cecbca74e6d62eca7188aa79d61ee3d50ef81512c30a31b61b947e2f19e45a95b1b17a1f5cf7cf3f1019
This also enables a test that was failung due to the parity bug.