summaryrefslogtreecommitdiff
path: root/aes-decrypt.c
Commit message (Expand)AuthorAgeFilesLines
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* * aes.h (aes_encrypt, aes_decrypt): Declare ctx argument as const.Niels Möller2010-07-071-1/+1
* * aes-decrypt.c (_aes_decrypt_table): Deleted the indexing array,Niels Möller2006-05-181-6/+0
* * aes-internal.h (struct aes_table): Deleted idx and sparc_idxNiels Möller2005-10-171-7/+6
* (_aes_decrypt_table): Moved table here, and madeNiels Möller2005-10-141-2/+314
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-1/+5
* *** empty log message ***Niels Möller2002-05-151-1/+0
* * aes-decrypt.c (_aes_decrypt_table): Moved from this file...Niels Möller2002-05-151-312/+0
* (struct aes_table): New subtable idx_shift.Niels Möller2002-02-151-0/+4
* * aes-tables.c: Deleted, tables moved elsewhere...Niels Möller2002-02-141-0/+347