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

uppercase inputs and decouple key gen from encoding #17

Merged
merged 1 commit into from
Aug 21, 2019

Conversation

robertDurst
Copy link
Owner

Addresses the second point from #15 and closes #14 by decoupling private and public key encoding from the keypair generation and also by uppercasing the prefix/postfix input to make the cli more intuitive (and because case does not matter here).

@robertDurst
Copy link
Owner Author

@charlie-wasp interested in your input here. Nothing controversial, but some of the rust does not quite seem kosher so helpful suggestions are welcome 😄

@robertDurst
Copy link
Owner Author

LGTM!

@charlie-wasp
Copy link
Contributor

@robertDurst it seems, I'm late at the party, sorry for the late reply 😅 Yes, I agree, something doesn't feel right. I'll try to play with it and propose changes, if I would come up with any

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

Successfully merging this pull request may close these issues.

Right now the command line interface is very non-intuitive
2 participants