From 54b371349f480705b72861f34919da0d15686f9e Mon Sep 17 00:00:00 2001 From: Franck R Date: Fri, 29 Jul 2022 16:34:47 +1000 Subject: [PATCH] fix: waku2-payload define version 1 encryption for waku2 message (#519) Waku-data is for waku 1. --- content/docs/rfcs/14/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/rfcs/14/README.md b/content/docs/rfcs/14/README.md index e4521eb6..5ea2fdbc 100644 --- a/content/docs/rfcs/14/README.md +++ b/content/docs/rfcs/14/README.md @@ -63,7 +63,7 @@ This indicates that the payload SHOULD be either unencrypted or that encryption ### 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. Key agreement is out of band.