| Commit message (Expand) | Author | Age | Files | Lines |
* | Split ciphers into block and stream ciphers. Move base class headers | lloyd | 2008-11-08 | 101 | -10110/+0 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 24 | -24/+24 |
* | Move declaration of StreamCipher to stream_cipher.h | lloyd | 2008-11-08 | 5 | -4/+6 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 2 | -0/+2 |
* | In Salsa20, move the state counter increment out of core salsa20() function | lloyd | 2008-11-06 | 1 | -5/+10 |
* | Add a comment about trying non-precomputed LSFR offsets (it was significantly | lloyd | 2008-11-06 | 1 | -9/+16 |
* | Formatting | lloyd | 2008-11-03 | 1 | -2/+9 |
* | Formatting | lloyd | 2008-11-03 | 1 | -19/+18 |
* | Remove unused entries from offsets table | lloyd | 2008-11-03 | 1 | -22/+26 |
* | Remove more indexing problems from Turing::generate. Benchmarks 306 MiB/sec o... | lloyd | 2008-11-03 | 1 | -21/+17 |
* | Further simplify indexing in Turing::generate - slightly faster, but not yet ... | lloyd | 2008-11-03 | 1 | -18/+20 |
* | Start simplifying Turing::generate | lloyd | 2008-11-03 | 1 | -5/+9 |
* | Remove old commented out code | lloyd | 2008-11-03 | 1 | -9/+0 |
* | Inline more of Turing::generate | lloyd | 2008-11-03 | 3 | -70/+68 |
* | Avoid using get_byte in Turing::generate. On my Q6600, went from | lloyd | 2008-11-03 | 1 | -8/+5 |
* | Move KASUMI S-Boxes from kas_tab.cpp to kasumi.cpp | lloyd | 2008-10-13 | 4 | -87/+75 |
* | Move DESX into desx.h and desx.cpp | lloyd | 2008-10-08 | 6 | -201/+260 |
* | Correct Lion constructor (would access unset pointer) | lloyd | 2008-10-08 | 1 | -3/+6 |
* | Wrap 80 columns | lloyd | 2008-10-01 | 1 | -4/+6 |
* | Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4] | lloyd | 2008-09-30 | 2 | -10/+9 |
* | Derive the x86 assembly implementations of MD4, MD5, and Serpent from | lloyd | 2008-09-29 | 2 | -8/+3 |
* | Better dependency handling | lloyd | 2008-09-29 | 1 | -2/+2 |
* | Make asm implementations distinctly named objects, for instance MD5_IA32, | lloyd | 2008-09-29 | 4 | -18/+85 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 27 | -0/+0 |
* | Split up asm modules into appropriate (topic-specific) modules, eg | lloyd | 2008-09-28 | 2 | -0/+716 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 96 | -0/+9267 |