From b68d3d1f1f16906b94b609b242d198b9faca009c Mon Sep 17 00:00:00 2001 From: mamoniot Date: Wed, 14 Dec 2022 16:33:54 -0500 Subject: [PATCH] fixed whitespace --- 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 542f208da..37c5c888e 100644 --- a/zssp/src/zssp.rs +++ b/zssp/src/zssp.rs @@ -774,7 +774,7 @@ impl ReceiveContext { // Parse payload and get alice's session ID, alice's public blob, metadata, and (if present) Alice's Kyber1024 public. let (offer_id, alice_session_id, alice_s_public_blob_raw, alice_metadata, alice_hk_public_raw, alice_ratchet_key_fingerprint) = - parse_key_offer_after_header(&kex_packet[(HEADER_SIZE + 1 + P384_PUBLIC_KEY_SIZE)..kex_packet_len], packet_type)?; + parse_key_offer_after_header(&kex_packet[(HEADER_SIZE + 1 + P384_PUBLIC_KEY_SIZE)..kex_packet_len], packet_type)?; // We either have a session, in which case they should have supplied a ratchet key fingerprint, or // we don't and they should not have supplied one.