From b85e6c3d4935f0228004cb0d313738403d44e613 Mon Sep 17 00:00:00 2001 From: monica Date: Tue, 3 Jan 2023 17:32:15 -0500 Subject: [PATCH] fixed comment --- zssp/src/zssp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zssp/src/zssp.rs b/zssp/src/zssp.rs index c41ae4807..a788733a9 100644 --- a/zssp/src/zssp.rs +++ b/zssp/src/zssp.rs @@ -1051,7 +1051,7 @@ impl ReceiveContext { idx = safe_write_all(&mut reply_buf, idx, &hmac)?; let packet_end = idx; if session.receive_windows[key_id as usize].message_authenticated(counter) { - //initial key offers should only check this if this is a rekey + // Initial key offers should only check this if this is a rekey let session_key = SessionKey::new( session_key, Role::Bob,