You are reading a single comment by @alexanderbrevig and its replies. Click here to read the full conversation.
  • SHA-224/256/384/512 will work for the signature :). Now, it depends on whether AES128 or 256 can work which I guess will depend on memory consumption. I was able to implement encryption on a LPC1768 mcu which only has 32KB RAM, 512KB FLASH. The Espruino board has RAM 48 kBytes, Flash 256 kBytes
    The Pico has 384kb flash, 96kb RAM. So, perhaps the Pico will be better suited for encryption?

About