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

* fix(noise): fix images paths
This commit is contained in:
G 2022-05-25 09:27:24 +02:00 committed by GitHub
parent cb16be7bcf
commit bf9b7e8f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -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,
@ -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.

BIN
static/rfcs/37/N11M.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

BIN
static/rfcs/37/NM.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB