From 7942e2a5af4c5ffd588324ae4164c79b67a0f6c9 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Thu, 22 Feb 2024 08:28:49 -0700 Subject: [PATCH] sas: use possessive for Alice's device Co-authored-by: Denis Kasak --- content/client-server-api/modules/end_to_end_encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md index a1e8406c..cb0e145e 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -660,7 +660,7 @@ The process between Alice and Bob verifying each other would be: 11. Alice's device receives Bob's message and verifies the commitment hash from earlier matches the hash of the key Bob's device just sent and the content of Alice's `m.key.verification.start` message. -12. Both Alice and Bob's devices perform an Elliptic-curve Diffie-Hellman using +12. Both Alice's and Bob's devices perform an Elliptic-curve Diffie-Hellman using their private ephemeral key, and the other device's ephemeral public key (*ECDH(KAprivate*, *KBpublic*) for Alice's device and