server challenge typo

This commit is contained in:
Adrien Marquès 2019-08-02 08:28:45 +00:00
parent 5ad404c493
commit 8c65fa33a7
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ When receiving an invalid token, the server may send back to the client a challe
| Step | Calculation | | Step | Calculation |
|:--------:|:------| |:--------:|:------|
| `1` | $t\_s = \mid \frac{t\_{now}}{W}\mid, m\_s = t\_s \ \mathbb{Z}\_{(2)}$ | | `1` | $t\_s = \mid \frac{t\_{now}}{W}\mid, m\_s = t\_s \ \mathbb{Z}\_{(2)}$ |
| `2` | $y\_1 = T \oplus h(t\_c)$ | | `2` | $y\_1 = T \oplus h(t\_s)$ |
| `3` | $y\_2 = y\_1 \oplus m\_s$ | | `3` | $y\_2 = y\_1 \oplus m\_s$ |
Send $y_1$ and $y_2$. Send $y_1$ and $y_2$.