Andy Polyakov 27f864e8ac Camellia update. Quoting camellia.c:
/*
 * This release balances code size and performance. In particular key
 * schedule setup is fully unrolled, because doing so *significantly*
 * reduces amount of instructions per setup round and code increase is
 * justifiable. In block functions on the other hand only inner loops
 * are unrolled, as full unroll gives only nominal performance boost,
 * while code size grows 4 or 7 times. Also, unlike previous versions
 * this one "encourages" compiler to keep intermediate variables in
 * registers, which should give better "all round" results, in other
 * words reasonable performance even with not so modern compilers.
 */
2008-10-28 08:47:24 +00:00
..
2008-09-12 14:45:54 +00:00
2008-09-15 05:43:04 +00:00
2007-10-09 15:52:07 +00:00
2008-03-12 21:14:28 +00:00
2008-06-04 11:01:43 +00:00
2008-06-04 11:53:14 +00:00
2008-09-23 17:33:11 +00:00
2008-10-26 18:40:52 +00:00
2008-03-16 20:59:10 +00:00
2008-06-04 11:01:43 +00:00
2007-08-31 10:12:35 +00:00
2006-02-04 01:45:59 +00:00
2008-10-22 18:48:11 +00:00
2008-06-04 11:01:43 +00:00
2008-06-26 23:27:31 +00:00
2007-09-16 19:29:35 +00:00
2007-09-19 14:53:18 +00:00
2008-10-14 08:10:52 +00:00
2008-06-04 11:01:43 +00:00
2006-04-11 21:34:21 +00:00
2008-04-18 06:04:03 +00:00
2008-10-26 18:40:52 +00:00
2000-02-01 02:21:16 +00:00
2007-07-27 18:03:27 +00:00
2006-10-23 07:41:05 +00:00
2008-09-12 14:45:54 +00:00
2007-06-23 18:47:51 +00:00
2008-10-26 18:40:52 +00:00
2008-09-12 14:45:54 +00:00
2007-05-19 17:26:48 +00:00
2003-11-28 13:10:58 +00:00