Skip to content

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
SionoiS committed Oct 22, 2024
1 parent 0b70a11 commit 7897ad6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions standards/core/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7897ad6

Please sign in to comment.