Update comment

This commit is contained in:
Eric Blankenhorn
2026-03-04 11:37:59 -06:00
committed by JacobBarthelmeh
parent 4b09fb36d9
commit 9f1296062b
+2
View File
@@ -1453,6 +1453,8 @@ static const byte writeIVLabel[WRITE_IV_LABEL_SZ+1] = "iv";
* traffic messages.
* update_traffic_key when deriving next keys and IVs for encrypting
* traffic messages.
* no_key when deriving keys and IVs from existing secrets without
* re-deriving the secrets. Used during early data transitions.
* side ENCRYPT_SIDE_ONLY when only encryption secret needs to be derived.
* DECRYPT_SIDE_ONLY when only decryption secret needs to be derived.
* ENCRYPT_AND_DECRYPT_SIDE when both secret needs to be derived.