summaryrefslogtreecommitdiffstats
path: root/crypto/camellia/camellia.h
AgeCommit message (Collapse)Author
2008-12-23Windows-specific addenum to "engage crypto/modes" commit #17716.Andy Polyakov
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov
2008-10-28Camellia update. Quoting camellia.c:Andy Polyakov
/* * 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. */
2006-07-19New Camellia implementation (replacing previous version)Bodo Möller
Submitted by: NTT
2006-06-09Camellia cipher, contributed by NTTBodo Möller
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller