Skip to content
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

chore(crypto): Clean up BIP340 signature processing #1233

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

randombit
Copy link
Contributor

A somewhat confusing k256 API led me to believe it did not correctly handle the situation where the y coordinate of the public key was odd. This is not the case, and the code to explicitly flip the public or private keys during signature generation/verification is not required.

A somewhat confusing k256 API led me to believe it did not correctly
handle the situation where the y coordinate of the public key was odd.
This is not the case, and the code to explicitly flip the public or
private keys during signature generation/verification is not required.
@randombit randombit requested a review from a team as a code owner August 29, 2024 20:29
@randombit randombit changed the title chore(crypto): Clean up BIP340 signature generation chore(crypto): Clean up BIP340 signature processing Aug 29, 2024
@github-actions github-actions bot added the chore label Aug 29, 2024
@randombit randombit enabled auto-merge October 2, 2024 14:19
@randombit randombit added this pull request to the merge queue Oct 2, 2024
Merged via the queue into master with commit 9fe63e2 Oct 2, 2024
24 checks passed
@randombit randombit deleted the jack/no-need-to-flip branch October 2, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants