-
Notifications
You must be signed in to change notification settings - Fork 831
feat: generate PrivateKey #1837
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
Conversation
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.
The method looks good.
Can you squash everything into a single commit? |
Hey @sanket1729, I have squashed everything into a single commit. |
a7f13e1
to
cb71073
Compare
You will need to squash again since we require that every commit passes test suite. |
bf1a3a5
to
995c797
Compare
@Kixunil I have squashed everything, and ran the githooks before the submitting commit. PR is good to go! |
Perhaps it should add the docsrs feature gate on generate?
|
@junderw we don't need to explicitlly tag methods for docsrs anymore thanks to |
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 995c797
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.
Thanks man!
ACK 995c797
added a function to generate a private key
Resolves: #1823