From f79e690eb1d0132f76dbc6da9ec9316b3d47c90f Mon Sep 17 00:00:00 2001 From: Frederico Hakamine Date: Wed, 18 Jan 2023 06:08:45 -0600 Subject: [PATCH] Remove dupe description of security (#24457) Remove dupe description of security --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index ed56ea18d308c1..5a332bba03a711 100644 --- a/README.md +++ b/README.md @@ -133,10 +133,7 @@ stack captured in the following Figure: 4) **Action Framing:** Once an action is constructed using the Interaction Model, it is serialized into a prescribed packed binary format to encode for - network transmission. Security: An encoded action frame is then processed by - the Security Layer: the message is encrypted and appended with a message - authentication code. These actions ensure the data remain confidential and - authentic between sender and receiver of the message. + network transmission. 5. **Security:** An encoded action frame is then sent down to the Security Layer to encrypt and sign the payload to ensure that data is secured and