-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Meta] Crypto updates #615
Comments
@jacobheun we should default PeerId.create to use |
@vasco-santos we could time a breaking change of PeerId with the 0.29 work so that we time that with signed peer records. |
The major outstanding issue left for this is Keychain support for ed25519 keys, which is due to a lack of import/export support in js-libp2p-crypto. |
I believe all outstanding items have been implemented. Feel free to reopen if not the case |
This is a meta issue to track work I will be doing around various crypto updates in libp2p.
Noise
We are planning on deprecating
libp2p-secio
in favor oflibp2p-noise
. ETA's are based on current estimated timelines of IPFS version updates and are subject to change.libp2p-noise
in all testslibp2p-noise
in all exampleslibp2p-noise
into js-ipfs as fallback forlibp2p-secio
(ETA: June 23rd)libp2p-secio
in js-ipfs (ETA: Aug 11th)ed25519 Keys (ETA: [email protected])
libp2p-crypto
match the API of rsa keys (they currently differ)Big Fixes
The text was updated successfully, but these errors were encountered: