I will use MAC(Message authentication Code) to authenticate OLSR(Manet routing protocol) control messages(Hello, MID, ...).
When I wanted to do a variant HMAC(keyed-hash message authentication code) Benchmark on Cryptopp library, I noticed some other MAC algorithms: CMAC, GMAC, VMAC, … .
Which is the most suitable(performance+security) Algorithm?