From e576ae784057621e087ef99e9ec957b62b6c157f Mon Sep 17 00:00:00 2001 From: Vaclav Pavlin Date: Fri, 26 May 2023 07:17:19 +0200 Subject: [PATCH] fix: broken link in noise post (#107) --- research/2022-05-17-noise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/2022-05-17-noise.md b/research/2022-05-17-noise.md index 78f0ade..3c4395f 100644 --- a/research/2022-05-17-noise.md +++ b/research/2022-05-17-noise.md @@ -273,7 +273,7 @@ The possibility to manage Noise sessions over multiple devices and the fact that ## Future steps -The available [implementation](https://github.com/status-im/nwaku/tree/master/waku/v2/protocol/waku_noise) of Noise in `nwaku`, although mostly complete, is still in its testing phase. As future steps we would like to: +The available [implementation](https://github.com/status-im/nwaku/tree/master/waku/v2/waku_noise) of Noise in `nwaku`, although mostly complete, is still in its testing phase. As future steps we would like to: - have an extensively tested and robust Noise implementation; - formalize, implement and test performances of the two proposed $N11M$ and $NM$ session management mechanisms and their suitability for common use-case scenarios; - provide Waku network nodes a native protocol to readily support key-exchanges, strongly-encrypted communication and multi-device session management mechanisms with none-to-little interaction besides applications' connection requests.