-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Provide exported key with encryption #29
Conversation
2b99fa8
to
981f03b
Compare
5f9a30d
to
18ef8d7
Compare
18ef8d7
to
0300a86
Compare
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.
This looks great! But I would feel more comfortable with a few more tests, modeled after the last test we have now. I've left some examples in a comment.
@Gudahtt Should I rename |
That would make sense to me! Personally I think of this more as serialization/deserialization than import/export, but, import/export is fine and matches the crypto API. |
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.
LGTM!
Prerequisite to MetaMask/KeyringController#152
Provides the key in string format so it may be used to unlock.
Supercedes #20