Skip to content

Commit

Permalink
Add missing "return tag"
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 5, 2025
1 parent bf7f796 commit dca9f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions draft-irtf-cfrg-aegis-aead.md
Original file line number Diff line number Diff line change
Expand Up @@ -1813,6 +1813,8 @@ else: # 256 bits
t0 = V[0,0] ^ V[1,0] ^ V[2,0]
t1 = V[3,0] ^ V[4,0] ^ V[5,0]
tag = t0 || t1

return tag
~~~

# Implementation Status
Expand Down

0 comments on commit dca9f1c

Please sign in to comment.