Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

fixup: 37/WAKU2-NOISE fix images paths #506

Merged
merged 8 commits into from
May 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/rfcs/37/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This is achieved through two main supported session management mechanisms that w

In a $N11M$ setting, each party's device shares the same Noise session information used to encrypt and decrypt messages exchanged with the other party.

![](./N11M.png)
![](../../../../rfcs/37/N11M.png)

More precisely, once the first Noise session between any of Alice's and Bob's device is instantiated,
its session information is securely propagated to all other devices,
Expand Down Expand Up @@ -125,7 +125,7 @@ This session management mechanism is loosely based on the paper ["Multi-Device f
In a $NM$ setting, we require all of $N$ Alice's devices to have an active Noise session with each of Bob's $M$ devices,
for a total of $NM$ concurrently active Noise sessions between Alice and Bob.

![](./NM.png)
![](../../../../rfcs/37/NM.png)

A message is sent from the currently-in-use sender's device to all recipent's devices,
by properly encrypting and sending it to the content topics of each corresponding active Noise session.
Expand Down
Binary file added static/rfcs/37/N11M.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/rfcs/37/NM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.