4.3 AES-CMAC Algorithm

AES-CMAC is a modified version of CBC-MAC introduced by Black and Rogaway. This algorithm employs AES symmetric keys to produce a Message Authentication Code (MAC) for a given message. It utilizes the Cipher Block Chaining (CBC) mode of the AES block cipher to generate the MAC.