From e461491c5a547b48cab141e628117bb6b5eba8f8 Mon Sep 17 00:00:00 2001 From: Benjamin Beurdouche Date: Fri, 19 Jan 2024 17:25:34 +0100 Subject: [PATCH] =?UTF-8?q?Missing=20definition=20raised=20by=20=C3=89ric?= =?UTF-8?q?=20Vyncke=20in=20#179?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- draft-ietf-mls-architecture.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/draft-ietf-mls-architecture.md b/draft-ietf-mls-architecture.md index bc4cfc9..28f81ba 100644 --- a/draft-ietf-mls-architecture.md +++ b/draft-ietf-mls-architecture.md @@ -278,15 +278,15 @@ MLS provides a way for _clients_ to form _groups_ within which they can communicate securely. For example, a set of users might use clients on their phones or laptops to join a group and communicate with each other. A group may be as small as two clients (e.g., for simple person to person messaging) or as -large as tens of thousands. A client that is part of a group is a _member_ of that -group. As groups change membership and group or member properties, they -advance from one _epoch_ to another and the cryptographic state of the -group evolves. - -The group is represented as a tree, which represents the members -as the leaves of a tree. It is used to efficiently encrypt to subsets of the -members. Each member has a _LeafNode_ object in the tree holding the client's -identity, credentials, and capabilities. +large as hundreds of thousands. A client that is part of a group is a _member_ +of that group. As groups change membership and group or member properties, they +advance from one _epoch_ to another and the cryptographic state of the group +evolves. + +The group is represented as a tree, which represents the members as the leaves +of a tree. It is used to efficiently encrypt to subsets of the members. Each +member has a state called a _LeafNode_ object holding the client's identity, +credentials, and capabilities. Various messages are used in the evolution from epoch to epoch. A _Proposal_ message proposes