qistoph / ArduinoAES256

Ilya's byte-oriented AES-256 implementation implemented for Arduino
62 stars 22 forks source link

RAM and Flash requirements #4

Closed KarlZeilhofer closed 5 years ago

KarlZeilhofer commented 9 years ago

Hi, is there some data available about the memory usage of this nice code? Perhaps I want to use it on an ATmega328p with 32k flash and 2k RAM. Thanks in advance, Karl

qistoph commented 9 years ago

Hi Karl, sorry for the late reply.

I don't have a memory profile ready for you, but I have used the code on the Arduino Duemilanove which uses an ATmega328p.