ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Also give the ability to add your own Ed25519 key #314

Open clenrock opened 7 years ago

clenrock commented 7 years ago

User story

As a user I want to be able to add my own Ed25519 key to the app so that I can use this own key to exchange with other users.

What

This issue demands that the CreateProfileActivity also has the option to add your own Ed25519 keypair.

Why

This issue is needed for the project because it is not yet possible in our app, but could easily be implemented.

How

This feature can be added by changing Dialog in the CreateProfileActivity.

Definition of ready

This features is not ready until the following issues are finished:

Definition of done

This task can be considered done when:

Notes

None