It would have been a good opportunity to leverage the AES-PRF construction (see tosc.v2018.i2.161-191 in addition to the original paper), whose overhead is negligible. But unfortunately, FIPS restrictions is why we can't have nice things.
If FIPS compliance is not a requirement, AEGIS (AEGIS-256 in particular) is a more efficient alternative and on the standard track.
But when only FIPS-approved things can be used, AES-GEM is a nice way to solve a very common problem.
I like these proposals to extend the current systems. They will probably never lead anywhere, but they are still a nice reminder that we are still learning things.
Remember: You should never been on the bleeding edge with crypto. It takes years to find attacks in ciphers, and more years to find attacks in implementations.
Never roll your on crypto. Always move slow and trust the process.
It would have been a good opportunity to leverage the AES-PRF construction (see tosc.v2018.i2.161-191 in addition to the original paper), whose overhead is negligible. But unfortunately, FIPS restrictions is why we can't have nice things.
If FIPS compliance is not a requirement, AEGIS (AEGIS-256 in particular) is a more efficient alternative and on the standard track.
But when only FIPS-approved things can be used, AES-GEM is a nice way to solve a very common problem.