mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 02:25:20 +00:00
Fix sequence diagram bidirectional arrow syntax
This commit is contained in:
+6
-3
@@ -161,8 +161,10 @@ sequenceDiagram
|
|||||||
C->>B: Scan & Connect (Central)
|
C->>B: Scan & Connect (Central)
|
||||||
|
|
||||||
Note over A,C: Communication Phase
|
Note over A,C: Communication Phase
|
||||||
A<-->B: Bidirectional Communication
|
A->>B: Message
|
||||||
B<-->C: Bidirectional Communication
|
B->>A: Response
|
||||||
|
B->>C: Message
|
||||||
|
C->>B: Response
|
||||||
|
|
||||||
Note over A: Acts as both<br/>Central & Peripheral
|
Note over A: Acts as both<br/>Central & Peripheral
|
||||||
Note over B: Acts as both<br/>Central & Peripheral
|
Note over B: Acts as both<br/>Central & Peripheral
|
||||||
@@ -325,7 +327,8 @@ sequenceDiagram
|
|||||||
Alice->>Bob: Key Exchange Response<br/>(Encrypted with shared secret)
|
Alice->>Bob: Key Exchange Response<br/>(Encrypted with shared secret)
|
||||||
Note over Bob: Derives shared secret<br/>verifies response
|
Note over Bob: Derives shared secret<br/>verifies response
|
||||||
|
|
||||||
Alice<-->Bob: Encrypted Communication<br/>(AES-256-GCM)
|
Alice->>Bob: Encrypted Message<br/>(AES-256-GCM)
|
||||||
|
Bob->>Alice: Encrypted Response<br/>(AES-256-GCM)
|
||||||
|
|
||||||
Note over Alice,Bob: Forward Secrecy Achieved
|
Note over Alice,Bob: Forward Secrecy Achieved
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user