add sequence diagram
This commit is contained in:
parent
a386ccd5a1
commit
b0d8166897
|
@ -200,6 +200,14 @@ Each token has a size defined by the *hash function*, which is `sha512` for this
|
||||||
|
|
||||||
> For readability purposes, the tokens are sent as their hexadecimal representation ; each token is then a string of 128 characters.
|
> For readability purposes, the tokens are sent as their hexadecimal representation ; each token is then a string of 128 characters.
|
||||||
|
|
||||||
|
```sequence
|
||||||
|
participant Client
|
||||||
|
participant Server
|
||||||
|
Client->Server: x1,x2
|
||||||
|
Note right of Server : unscramble x1,x2
|
||||||
|
Note right of Server : x1 valid, store x2
|
||||||
|
Server->Client: Success
|
||||||
|
```
|
||||||
|
|
||||||
### 1. Send the request
|
### 1. Send the request
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue