You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: