diff --git a/draft-irtf-cfrg-aegis-aead.html b/draft-irtf-cfrg-aegis-aead.html index 165d776..8d2c9cc 100644 --- a/draft-irtf-cfrg-aegis-aead.html +++ b/draft-irtf-cfrg-aegis-aead.html @@ -3337,7 +3337,9 @@

AEGIS-128X and AEGIS-256X share the same security properties and requirements as AEGIS-128L and AEGIS-256 respectively. In particular, the security level and usage limits remain the same [D23].

AEGIS is considered secure against guess-and-determine attacks aimed at recovering the state from observed ciphertexts.

This resilience extends to quantum adversaries operating within the Q1 model, where the attacker has access to a quantum computer but is restricted to classical (non-quantum) communications with the systems under attack. In this model, quantum attacks offer no practical advantage in decrypting previously recorded ciphertexts or in recovering the encryption key.

-

Security analyses of AEGIS can be found in [AEGIS], [M14], [FLLW17], [ENP19], [LIMS21], [JLD21], [STSI23], [IR23], [BS23], [AIKRS24], and [SSI24].

+

This document extends the original specification by introducing optional support for 256-bit authentication tags, which are constructed similarly to the 128-bit tags. +As shown in [SSI24], with 256-bit tags, all AEGIS variants achieve more than 128-bit security against forgery by differential attacks.

+

Security analyses of AEGIS can be found in [AEGIS], [M14], [FLLW17], [ENP19], [LIMS21], [JLD21], [STSI23], [IR23], [BS23], [AIKRS24], and [SSI24].

diff --git a/draft-irtf-cfrg-aegis-aead.txt b/draft-irtf-cfrg-aegis-aead.txt index 53cb344..01cd245 100644 --- a/draft-irtf-cfrg-aegis-aead.txt +++ b/draft-irtf-cfrg-aegis-aead.txt @@ -1747,6 +1747,12 @@ return tag advantage in decrypting previously recorded ciphertexts or in recovering the encryption key. + This document extends the original specification by introducing + optional support for 256-bit authentication tags, which are + constructed similarly to the 128-bit tags. As shown in [SSI24], with + 256-bit tags, all AEGIS variants achieve more than 128-bit security + against forgery by differential attacks. + Security analyses of AEGIS can be found in [AEGIS], [M14], [FLLW17], [ENP19], [LIMS21], [JLD21], [STSI23], [IR23], [BS23], [AIKRS24], and [SSI24].