Skip to content

Commit

Permalink
MAC -> Message Authentication Code (MAC)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 6, 2025
1 parent dca9f1c commit 9cae010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-irtf-cfrg-aegis-aead.md
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ After initialization, the `Update` function is called with constant parameters,

# AEGIS as a Message Authentication Code

All AEGIS variants can be used to construct a MAC.
All AEGIS variants can be used to construct a Message Authentication Code (MAC).

For all the variants, the `Mac` function takes a key, a nonce, and data as input and produces a 128- or 256-bit tag as output.

Expand Down

0 comments on commit 9cae010

Please sign in to comment.