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

Add ability to construct PrivateKey from string #11

Merged
merged 3 commits into from Dec 9, 2015

Conversation

dannc
Copy link
Contributor

@dannc dannc commented Dec 9, 2015

I have a project where I am generating private keys as strings but don't write them to files.

For this, I added a variable arity keys/str->private-key function to construct PrivateKey objects similar to the existing keys/str->public-key functions that create PublicKey objects.

Comments welcome!

@niwinz
Copy link
Member

niwinz commented Dec 9, 2015

Nice work! Thanks!

niwinz added a commit that referenced this pull request Dec 9, 2015
Add ability to construct PrivateKey from string
@niwinz niwinz merged commit 0d47e0d into funcool:master Dec 9, 2015
@niwinz niwinz mentioned this pull request Dec 9, 2015
@dannc
Copy link
Contributor Author

dannc commented Dec 9, 2015

Glad to help. Obviously relying on the foundation you already have in place made it much easier to accomplish!

@dannc
Copy link
Contributor Author

dannc commented Dec 16, 2015

Hello nlwinz. Sorry to ask, but do you have a timeframe of when you're going to create a new release with these updates? We could create artifacts locally but it would be better if thy came from an official repo if possible.

Thanks!

@niwinz
Copy link
Member

niwinz commented Dec 16, 2015

I will release it today.

@dannc
Copy link
Contributor Author

dannc commented Dec 16, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants