aboutsummaryrefslogtreecommitdiffstats
path: root/src/cipher
Commit message (Expand)AuthorAgeFilesLines
* Move KASUMI S-Boxes from kas_tab.cpp to kasumi.cpplloyd2008-10-134-87/+75
* Move DESX into desx.h and desx.cpplloyd2008-10-086-201/+260
* Correct Lion constructor (would access unset pointer)lloyd2008-10-081-3/+6
* Wrap 80 columnslloyd2008-10-011-4/+6
* Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4]lloyd2008-09-302-10/+9
* Derive the x86 assembly implementations of MD4, MD5, and Serpent fromlloyd2008-09-292-8/+3
* Better dependency handlinglloyd2008-09-291-2/+2
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-294-18/+85
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-2927-0/+0
* Split up asm modules into appropriate (topic-specific) modules, eglloyd2008-09-282-0/+716
* Move all modules into src/ directorylloyd2008-09-2896-0/+9267