Add support for noise protocol (#873)

* Add noise support with fallback to secio

* Add config parameter for noise support

* Add secio/noise compatibility test

* Cleanup

* Remove config parameter for noise support

* Modify test to work between a secio swarm and a noise libp2p service

* Minor fixes
This commit is contained in:
Pawan Dhananjay
2020-03-02 08:05:20 +05:30
committed by GitHub
parent 0c96c515a0
commit 4d60694443
5 changed files with 238 additions and 17 deletions

View File

@@ -36,3 +36,4 @@ base64 = "0.11.0"
slog-stdlog = "4.0.0"
slog-term = "2.4.2"
slog-async = "2.3.0"
tempdir = "0.3"