mirror of https://github.com/acid-info/vac.dev.git
fix: broken link in noise post (#107)
This commit is contained in:
parent
4a11bd537a
commit
e576ae7840
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue