Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

What is ed25519 used for? #335

Closed
JustinDrake opened this issue Jan 23, 2017 · 2 comments
Closed

What is ed25519 used for? #335

JustinDrake opened this issue Jan 23, 2017 · 2 comments
Labels

Comments

@JustinDrake
Copy link
Contributor

During the technical call @cpacia mentioned that OpenBazaar will be moving away from RSA crypto, and use ed25519 instead. This brings a number of improvements, including safer crypto, faster identity key generation, and the replacement of certain signatures with HMACs for better deniability.

While libp2p-crypto supports ed25519, it looks like [libp2p-secio still doesn't](ipfs/kubo#3625 (comment). Did I misunderstand that OpenBazaar will use ed25519 for fast identity key generation?

@cpacia
Copy link
Member

cpacia commented Jan 24, 2017

As far as I can tell the secio uses the libp2p-crypto key interface for which there is an implementation of ed25519. @whyrusleeping can maybe confirm.

@JustinDrake
Copy link
Contributor Author

See response here.

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

No branches or pull requests

2 participants