From 515db1715fe17754b9a0f50aebf63cf8aa29863d Mon Sep 17 00:00:00 2001 From: marcus8448 Date: Wed, 27 Sep 2023 18:30:41 -0700 Subject: [PATCH] fix: typo --- content/projects/chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/projects/chat.md b/content/projects/chat.md index 6617b68..cd29129 100644 --- a/content/projects/chat.md +++ b/content/projects/chat.md @@ -28,7 +28,7 @@ until I realized the max block size was too small (and thereby moved to use AES * Notification support * Support for both text and image messages * Messages are encrypted over the network - * After an initial handshake with RSA keys, a session AES key is generated and by the server + * After an initial handshake with RSA keys, a session AES key is generated and sent by the server * The server saves no user information * User accounts are based on RSA keys * Server just acts as a router