NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
56 stars 21 forks source link

Add noise protocol to libp2p stack #4

Closed flcl42 closed 1 year ago

flcl42 commented 1 year ago

Protocol implementation request: noise

Additional context Currently, only the plaintext protocol carries the duties of channel encryption, doing nothing in these terms. Noise should be the first and only(until tls is added) protocol for selection if not in debug mode. Otherwise plaintext can be used.