Skip to content

Commit

Permalink
Script updating gh-pages from bf7f796. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Jan 5, 2025
1 parent 5fa9aed commit c237d3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions proofreading/draft-irtf-cfrg-aegis-aead.html
Original file line number Diff line number Diff line change
Expand Up @@ -3461,7 +3461,7 @@ <h4 id="name-the-finalizemac-function">

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 @@ -3541,7 +3541,7 @@ <h4 id="name-the-finalizemac-function-2">

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
4 changes: 2 additions & 2 deletions proofreading/draft-irtf-cfrg-aegis-aead.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,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 @@ -1794,7 +1794,7 @@ return tag

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 c237d3b

Please sign in to comment.