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

Get Ed25519 working with the BankBoys dependency and serializable #331

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

What

This Pull Request adds to the repository an update for the Ed25519Key that allows it to be used in the BankBoys dependency while still keeping it serializable.

Why

This Pull Request is needed because we want both of these things at the same time.

How

This feature can be viewed/tested within the project by using the Ed25519 key in some way and see if the app still works

Alternative implementation

None considered

Notes

None