fix: broken link in noise post (#107)

This commit is contained in:
Vaclav Pavlin 2023-05-26 07:17:19 +02:00 committed by GitHub
parent 4a11bd537a
commit e576ae7840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ The possibility to manage Noise sessions over multiple devices and the fact that
## Future steps ## 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; - 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; - 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. - 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.