sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.6k stars 621 forks source link

problems with Lora - aes-256 and onReceive #631

Closed alemori closed 1 year ago

alemori commented 1 year ago

I am encrypting data that I send by Lora with Aes256, I use:#include "mbedtls/aes.h" #include <mbedtls/md.h>, and when I receive it I get a memory dump.

morganrallen commented 1 year ago

without code there is nothing to go on debugging this issue.