cfrg / draft-irtf-cfrg-aegis-aead

Specification for the AEGIS family of authenticated encryption algorithms.
https://cfrg.github.io/draft-irtf-cfrg-aegis-aead/draft-irtf-cfrg-aegis-aead.html
Other
10 stars 2 forks source link

New analysis #47

Closed jedisct1 closed 3 weeks ago

jedisct1 commented 3 weeks ago

New analysis: https://link.springer.com/chapter/10.1007/978-981-97-7737-2_1

I got a copy of the paper. To summarize:

The fact that a state collision on AEGIS-128L has a complexity above 2^128 but below 2^256 isn't new. This is why in the security guarantees section, we only guarantee 128 bit security regardless of the variant.

What's new is the fact that we could claim 256 bit security against forgeries for AEGIS-256.

I don't know if we should, or if we should remain conservative as this has little practical implications and further analysis may invalidate that claim.

Regardless, that's one more paper we can cite.

Screenshot 2024-09-19 at 01 12 18 Screenshot 2024-09-19 at 01 14 04