1

(1 replies, posted in wolfSSL)

I have a low-data-rate / high-latency link where every byte counts.  I am looking for an efficient symmetric key replacement for AES-CBC-CTS (CBC is old and has fallen out of favor). where each message is self-authenticating.  AES-GCM looks like a possible candidate, but are there similar crypto functions that are stronger?

Thank you for your suggestions.