I would like to use AES decryption on an arduino nano BLE, but I am getting an error while trying to compile the example of the AESLib documentation : AESLib example
the error I get is the following :
/Users/alexandrerasset/Library/Arduino15/packages/arduino/hardware/mbed/1.3.1/cores/arduino/api/String.h:33:10: fatal error: deprecated-avr-comp/avr/pgmspace.h: No such file or directory
#include "deprecated-avr-comp/avr/pgmspace.h"
I understand the root cause is that the processor is not an ATMega but is there any quick fix to correct this?
It looks like mine is located at the same place :
/Users/alexandrerasset/Library/Arduino15/packages/arduino/hardware/mbed/1.3.1/cores/arduino/api/deprecated-avr-comp/avr