whyrusleeping / ipfs-key

A program to generate ipfs private keys
MIT License
55 stars 41 forks source link

Added Ed25519 key type #6

Closed wigy-opensource-developer closed 7 years ago

wigy-opensource-developer commented 7 years ago

I know that ipfs key gen is in the ipfs/go-ipfs master branch already, but we should not let this nice little tool behind. Libp2p supports a newer key type, so I added it here, too.

wigy-opensource-developer commented 7 years ago

@whyrusleeping Hi! I know you are busy with Holidays and IPFS releases, so I am sorry to disturb you. May I ask you to merge this PR? Thanks.

ghost commented 7 years ago

Thanks, this LGTM :+1: Would you mind also updating the README? It currently says that only RSA is implemented.

wigy-opensource-developer commented 7 years ago

Done.

wigy-opensource-developer commented 7 years ago

Done.