Hi all, I'm new here, hope I put this question in the correct category..
Anyway, I need to connect with another device I have developed, and 'talk' to it over serial. However, I need AES128 CCM in order to do so (other device is a TI BLE thingy). I can see there's a few encryption libraries doing CBC, but none of them mentions CCM. But maybe it is possible regardless?
If not, I suppose I need to use some other means to encrypt/decrypt. It can be all software, speed is not an issue. It will need to run on an esp32.
So, any advice or pointer, really, would be useful.
It seems that wolf_ssl handles CCM, and is available for Arduino. That might be a route forward for me, if nothing even simpler arrives on the horizon..