mirror of https://github.com/vacp2p/rfc.git
fix: waku2-payload define version 1 encryption for waku2 message (#519)
Waku-data is for waku 1.
This commit is contained in:
parent
ed3c7494c0
commit
54b371349f
|
@ -63,7 +63,7 @@ This indicates that the payload SHOULD be either unencrypted or that encryption
|
||||||
|
|
||||||
### Version 1
|
### Version 1
|
||||||
|
|
||||||
This indicates that payloads MUST be encrypted using [7/WAKU-DATA envelope data format spec](/spec/7).
|
This indicates that payloads MUST be encrypted using [WAKU2-PAYLOAD](/spec/26).
|
||||||
|
|
||||||
This provides for asymmetric and symmetric encryption.
|
This provides for asymmetric and symmetric encryption.
|
||||||
Key agreement is out of band.
|
Key agreement is out of band.
|
||||||
|
|
Loading…
Reference in New Issue