forgot latex boundaries
This commit is contained in:
parent
2dc332a145
commit
eced6eb738
|
@ -104,7 +104,7 @@ In each request, the client will send a pair of time-scrambled hashes $(x_1, x_2
|
||||||
|
|
||||||
The client implements 3 protocols according to the **keyset state** :
|
The client implements 3 protocols according to the **keyset state** :
|
||||||
- 0 : `NORMAL` - default authentication protocol.
|
- 0 : `NORMAL` - default authentication protocol.
|
||||||
- 1 : `SWITCH` - default protocol variation to switch to a new keyset when the current one is consumed (*i.e. when $n$ \leq $min+belt$*).
|
- 1 : `SWITCH` - default protocol variation to switch to a new keyset when the current one is consumed (*i.e. when $n$ $\leq$ $min+belt$*).
|
||||||
- 2 : `RESCUE` - process the proof of work after receiving the server's challenge when there is a desynchronisation and generate a new keyset.
|
- 2 : `RESCUE` - process the proof of work after receiving the server's challenge when there is a desynchronisation and generate a new keyset.
|
||||||
|
|
||||||
When the client switches to a new key, it has to store the new keyset along the current one, in order not to lose its authentication if the network fails.
|
When the client switches to a new key, it has to store the new keyset along the current one, in order not to lose its authentication if the network fails.
|
||||||
|
|
Loading…
Reference in New Issue