Skip to content

Commit

Permalink
Move comments to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 5, 2025
1 parent c6e61d6 commit bf7f796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-irtf-cfrg-aegis-aead.md
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ Repeat(7, Update(t, t))

tags = {}
if tag_len_bits == 128:
for i in 0..D: # tag from state 0 is included
for i in 0..D: # tag from state 0 is included
ti = V[0,i] ^ V[1,i] ^ V[2,i] ^ V[3,i] ^ V[4,i] ^ V[5,i] ^ V[6,i]
tags = tags || ti

Expand Down Expand Up @@ -1788,7 +1788,7 @@ Repeat(7, Update(t))

tags = {}
if tag_len_bits == 128:
for i in 1..D: # tag from state 0 is skipped
for i in 1..D: # tag from state 0 is skipped
ti = V[0,i] ^ V[1,i] ^ V[2,i] ^ V[3,i] ^ V[4,i] ^ V[5,i]
tags = tags || ti

Expand Down

0 comments on commit bf7f796

Please sign in to comment.