aboutsummaryrefslogtreecommitdiffstats
path: root/src/aes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* bit_ops.h no longer includes loadstor.hlloyd2007-10-191-0/+1
* Write functions to handle loading and saving words a block at a time, taking ...lloyd2007-05-311-1/+2
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Remove some variables we didn't really need in the key schedulelloyd2006-08-151-6/+4
* Merge the AES TD and TE arrays, so assembly versions can used indexedlloyd2006-08-131-0/+15
* Throw Invalid_Key_Length rather than Invalid_Argument in AES constructorlloyd2006-08-131-2/+1
* Initial checkin1.5.6lloyd2006-05-181-0/+195