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.