From 8dfe59d22c3db75748fb23f6e8e29851a7602c04 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Mon, 29 Mar 2021 16:57:11 +0800 Subject: [PATCH] 7/WAKU-DATA: Simplify --- content/docs/rfcs/7/README.md | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/content/docs/rfcs/7/README.md b/content/docs/rfcs/7/README.md index 8f85ab8..3bde117 100644 --- a/content/docs/rfcs/7/README.md +++ b/content/docs/rfcs/7/README.md @@ -1,25 +1,15 @@ --- -title: Envelope data field -version: 1.0.0 -status: Stable -authors: Oskar Thorén , Dean Eigenmann -redirect_from: - - /waku/envelope-data-format.html +slug: 7 +title: 7/WAKU-DATA +title: Waku Envelope data field +status: stable +editor: Oskar Thorén +contributors: + - Dean Eigenmann + - Kim De Mey --- -## Table of Contents - - 1. [Abstract](#abstract) - 2. [Specification](#specification) - 1. [ABNF](#abnf) - 2. [Signature](#signature) - 3. [Padding](#padding) - 3. [Changelog](#changelog) - 4. [Copyright](#copyright) - -## Abstract - -This specification describes the encryption, decryption and signing of the content in the [data field used in Waku](waku.md#abnf-specification). +This specification describes the encryption, decryption and signing of the content in the [data field used in Waku](/spec/6/#abnf-specification). ## Specification @@ -69,12 +59,6 @@ Those unable to decrypt the envelope data are also unable to access the signatur The padding field is used to align data size, since data size alone might reveal important metainformation. Padding can be arbitrary size. However, it is recommended that the size of Data Field (excluding the Salt) before encryption (i.e. plain text) SHOULD be factor of 256 bytes. -## Changelog - -| Version | Comment | -| :--------------------------------------------------------------------------------------:| ---------------- | -| [1.0.0](https://github.com/vacp2p/specs/commit/bc7e75ebb2e45d2cbf6ab27352c113e666df37c8)| Initial release. | - ## Copyright Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).