Skip to content

Commit

Permalink
Merge pull request #163 from chris-wood/patch-3
Browse files Browse the repository at this point in the history
Clarify that header comes from sframe_ciphertext
  • Loading branch information
bifurcation authored Dec 1, 2023
2 parents dbd448a + 392a5e3 commit 9d48715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-sframe-enc.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ the encrypted frame, and the CTR field is used to construct the nonce.

~~~~~
def decrypt(metadata, sframe_ciphertext):
KID, CTR, ciphertext = parse_ciphertext(sframe_ciphertext)
KID, CTR, header, ciphertext = parse_ciphertext(sframe_ciphertext)

sframe_key, sframe_salt = key_store[KID]

Expand Down

0 comments on commit 9d48715

Please sign in to comment.