mirror of
https://github.com/status-im/specs.git
synced 2025-01-29 15:45:22 +00:00
Update x8.md
This commit is contained in:
parent
f77dd07d22
commit
01d9455c46
13
x8.md
13
x8.md
@ -26,8 +26,7 @@ message StatusProtocolMessage {
|
||||
}
|
||||
```
|
||||
|
||||
`signature` is the bytes of the signed `SHA3-256` of the payload, signed with
|
||||
the key of the author of the message.
|
||||
`signature` is the bytes of the signed `SHA3-256` of the payload, signed with the key of the author of the message.
|
||||
The signature is needed to validate authorship of the message, so that the message can be relayed to third parties.
|
||||
If a signature is not present but an author is provided by a layer below, the message is to be relayed to third parties and its considered plausibly deniable.
|
||||
|
||||
@ -55,11 +54,11 @@ For more details regarding serialization and deserialization please consult [tra
|
||||
|
||||
The type `Message` represents a text message exchanged between clients.
|
||||
|
||||
- [Payload](###Payload)
|
||||
- [Content types](###Content-types)
|
||||
- [Message types](###Message-types)
|
||||
- [Clock vs Timestamp and message ordering](###Clock-vs-Timestamp-and-message-ordering)
|
||||
- [Replies](###Replies)
|
||||
- [Payload](#payload)
|
||||
- [Content types](#content-types)
|
||||
- [Message types](#message-types)
|
||||
- [Clock vs Timestamp and message ordering](#clock-vs-timestamp-and-message-ordering)
|
||||
- [Replies](#replies)
|
||||
|
||||
### Payload
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user