A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
AVRAES
7. December 2008 - 14:49 — admin
The AES block cipher on AVR controllers
There are three microcontroller implementations of the AES block cipher (also known as "Rijndael") on that page. The target device class is Atmel's AVR, a family of very fast and very powerful flash MCUs, operating at clock rates up to 16 MHz while executing one instruction per clock cycle (16 MIPS).
The three implementations RijndaelFast, RijndaelFurious and RijndaelFantastic are optimized against different target requirements, be it speed, small code size or small RAM footprint.