This commit is contained in:
zzz
2025-03-25 07:09:38 -04:00
parent f78811d443
commit a409df83ea
2 changed files with 2 additions and 2 deletions

View File

@ -956,7 +956,7 @@ KDF for Payload Section (without Alice static key)
Note that this is a Noise "N" pattern, but we use the same "IK" initializer
as for bound sessions.
New Session essages can not be identified as containing Alice's static key or not
New Session messages can not be identified as containing Alice's static key or not
until the static key is decrypted and inspected to determine if it contains all zeros.
Therefore, the receiver must use the "IK" state machine for all
New Session messages.

View File

@ -1173,7 +1173,7 @@ KDF for Payload Section (without Alice static key)
Note that this is a Noise "N" pattern, but we use the same "IK" initializer
as for bound sessions.
New Session essages can not be identified as containing Alice's static key or not
New Session messages can not be identified as containing Alice's static key or not
until the static key is decrypted and inspected to determine if it contains all zeros.
Therefore, the receiver must use the "IK" state machine for all
New Session messages.