From c227b6d8d5f484d2a9bf9da519ace68034250eca Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Thu, 13 Jul 2023 20:24:47 -0700 Subject: [PATCH] Update README.md Signed-off-by: Brooklyn Zelenka --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26dd0b9..cc4d2f6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Authorization on its own is no longer sufficient for this situation: it is entir Rather than building multiple tools for specialized use cases, the approach is to take high quality components that solve for the general case and add the minimal number of additions to fit the AWAKE context. To the largest degree possible, AWAKE composes existing protocols and tools. -[MLS] is currently the best vetted secure channel that includes P2P group management. [UCAN] allows for the representation of authority both with and without delegation, and is well suited for P2P and local-first use cases. By combining standards these with a thin layer of standard cryptographic patterns, AWAKE attempts to take the advantages of both while introducing the minimum of additional specification and implementation overhead. +[MLS] is currently the best vetted secure channel that includes P2P group management. [UCAN] allows for the representation of authority both with and without delegation, and is well suited for P2P and local-first use cases. By combining these standards with a thin layer of standard cryptographic patterns, AWAKE attempts to take the advantages of both while introducing the minimum of additional specification and implementation overhead. # 2 Encryption