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

Fixed 65bit public key issue #301

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Fixed 65bit public key issue #301

merged 2 commits into from
Jun 26, 2024

Conversation

cnorburn
Copy link
Collaborator

No description provided.

@cnorburn cnorburn requested a review from meywood June 26, 2024 11:39
* @return short key as byte array
*/
public static byte[] getRecoveredShortKey(final byte[] key){
return (key[0] == (byte) 0)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use an if else if breaking over multiple lines

@meywood meywood merged commit 7ac9899 into main Jun 26, 2024
1 check passed
@meywood meywood deleted the issues/300 branch June 26, 2024 11:49
@meywood meywood linked an issue Jun 26, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fails to verify a less than 66 byte Secp256k1 key deploy signature
3 participants