clarification

This commit is contained in:
SionoiS 2024-10-22 10:22:25 -04:00
parent 0b70a112d5
commit 7897ad62a0
No known key found for this signature in database
GPG Key ID: C9458A8CB1852951

View File

@ -59,9 +59,9 @@ message SyncPayload {
```
### Session Flow
A client initiate a session with a server
A client initiates a session with a server
by sending a `SyncPayload` with
only the `negentropy` field set to it.
only the `negentropy` field set.
This field MUST contain
the first negentropy payload
created by the client
@ -79,8 +79,9 @@ the client computes an empty payload.
This client computation also outputs any hash differences found,
those MUST be stored.
In the case of an empty payload,
the reconciliation is done,
the client MUST send back a `SyncPayload`
with all the hashes previously found in the `hashes` field and
with all the missing server hashes in the `hashes` field and
an empty `nengentropy` field.
## Attack Vectors