This question already has an answer here:
How to calculate(RAM and ROM) memory space needed to implement 128-bit AES algorithm on 8 bit microcontroller?
give some examples please...
This question already has an answer here: How to calculate(RAM and ROM) memory space needed to implement 128-bit AES algorithm on 8 bit microcontroller? give some examples please... |
|||
marked as duplicate by placeholder, Matt Young, Nick Alexeev♦, Dave Tweed♦, Anindo Ghosh Aug 19 '13 at 17:28This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question. |
|||
|
One way to calculate the space / ram required is to find a 128 bit AES library meant for embedded devices. Because users of such libraries are faced with the same question than you are. The developers of the library usually provide this information in the documentation that comes with the library or directly on the web page. The figures are usually dependent of the target platform and the exact compiler used. But this is usually accurate enough to know if that library could fit into your specific chip or not. For a specific example, try to find that library into the application notes of the leader of the 8-bit market:
|
|||
|