From 9cae010a92249837c7883cdf259e4fffb29b8c38 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 6 Jan 2025 22:42:15 +0100 Subject: [PATCH] MAC -> Message Authentication Code (MAC) --- draft-irtf-cfrg-aegis-aead.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-irtf-cfrg-aegis-aead.md b/draft-irtf-cfrg-aegis-aead.md index 18b1dd0..e154fc9 100644 --- a/draft-irtf-cfrg-aegis-aead.md +++ b/draft-irtf-cfrg-aegis-aead.md @@ -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.