Skip to content

feat: derive Keystore public key from secret key #1067

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

Merged
merged 10 commits into from
May 20, 2024

Conversation

guha-rahul
Copy link
Contributor

Motivation

Description

addresses #1028

Having an error in deserialization. deserialization accepts u8 but private key is of type Binary. In other functions it works fine.
Wondering where I went wrong.

@guha-rahul guha-rahul changed the title feat: Derive Keystore public key from secret key feat: derive Keystore public key from secret key May 10, 2024
@MegaRedHand MegaRedHand linked an issue May 10, 2024 that may be closed by this pull request
Copy link
Collaborator

@MegaRedHand MegaRedHand left a comment

Choose a reason for hiding this comment

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

Left some comments. Let me know if you're having problems!

@guha-rahul
Copy link
Contributor Author

hey @MegaRedHand sorry for the late pr. But i have fixed the issue , let me know if you need any changes.

Copy link
Collaborator

@MegaRedHand MegaRedHand left a comment

Choose a reason for hiding this comment

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

Left you some more comments. Good work so far!

@guha-rahul
Copy link
Contributor Author

Thank you and add the necessary changes. Not sure why the 2nd commit happened.

Copy link
Collaborator

@MegaRedHand MegaRedHand left a comment

Choose a reason for hiding this comment

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

Left you some more comments.

@guha-rahul
Copy link
Contributor Author

added the fix.

Copy link
Collaborator

@MegaRedHand MegaRedHand left a comment

Choose a reason for hiding this comment

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

Great work! Please mark the PR as "ready for review" so we can merge it.

@guha-rahul guha-rahul marked this pull request as ready for review May 20, 2024 22:14
@guha-rahul guha-rahul requested a review from a team as a code owner May 20, 2024 22:14
@guha-rahul
Copy link
Contributor Author

Thank you @MegaRedHand , for helping me out.

@MegaRedHand MegaRedHand enabled auto-merge (squash) May 20, 2024 22:24
@MegaRedHand MegaRedHand merged commit b737dff into lambdaclass:main May 20, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Derive Keystore public key from secret key
2 participants