On Wed, Oct 20, 2010 at 11:34 PM, [email protected] <[email protected]> wrote: > I have to squeeze AES onto a small chip with not much RAM. The > Rijndael Specification from the AES submission discusses code that > doesn't fully expand the key and performs the round transformation in > less space. > > Does anybody have a pointer to unencumbered C code written to be space > efficient? (All the AES code I have trades space for speed).
There is a byte-oriented AES-256 implementation in C available at http://bit.ly/cnEU26 It might be something that you are looking for. Regards, Ilya Levin _______________________________________________ cryptography mailing list [email protected] http://lists.randombit.net/mailman/listinfo/cryptography
