14: Bump update

This commit is contained in:
Oskar Thoren 2021-03-30 13:12:24 +08:00
parent ee315ab7e2
commit 704f6eece3
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ The `version` field MAY be filled out to allow for various types of payload encr
```protobuf
message WakuMessage {
optional bytes payload = 1;
optional fixed32 contentTopic = 2;
optional uint32 contentTopic = 2;
optional uint32 version = 3;
}
```
@ -52,7 +52,7 @@ This indicates that the payload SHOULD be either unencrypted or that encryption
### Version 1 (not yet implemented in Waku v2)
This indicates that payloads MUST be encrypted using [Waku v1 envelope data
format spec](../v1/envelope-data-format.md).
format spec](https://specs.vac.dev/specs/waku/v1/envelope-data-format.html).
This provides for asymmetric and symmetric encryption. Key agreement is out of band. It also provides an encrypted signature and padding for some form of unlinkability.