-
Notifications
You must be signed in to change notification settings - Fork 55
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
[WIP] Roadmap #10
Comments
Related eth2 ticket: ethresearch/p2p#4 |
About Curve25519 if @cheatfate and @dryajov agree I can refactor the current ed25519 code which actually includes (not sure if entirely) Curve25519, although very scalar code. |
@sinkingsugar we do not need optimized C library, because we already has one - Also i'm not sure what you mean under word |
@cheatfate I used bearssl fully anyway so don't worry about it! |
Closing this since almost everything on this list is done now (except exotic multiplexers) |
Cryptography
https://github.com/libp2p/go-libp2p-crypto
Network Interfaces
Storage and utility
Protocol negotiation
Stream Multiplexer
Connections
Connection manager
Transports
Protocols
Name resolution
https://github.com/libp2p/go-libp2p-kad-dht (this is actually protocol as all the above).Metrics
Swarm
This is actually main loop of any libp2p node which performs all the logic
The text was updated successfully, but these errors were encountered: