aboutsummaryrefslogtreecommitdiffstats
path: root/src/cipher/turing/turing.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split ciphers into block and stream ciphers. Move base class headerslloyd2008-11-081-305/+0
* Add a comment about trying non-precomputed LSFR offsets (it was significantlylloyd2008-11-061-9/+16
* Formattinglloyd2008-11-031-2/+9
* Formattinglloyd2008-11-031-19/+18
* Remove unused entries from offsets tablelloyd2008-11-031-22/+26
* Remove more indexing problems from Turing::generate. Benchmarks 306 MiB/sec o...lloyd2008-11-031-21/+17
* Further simplify indexing in Turing::generate - slightly faster, but not yet ...lloyd2008-11-031-18/+20
* Start simplifying Turing::generatelloyd2008-11-031-5/+9
* Remove old commented out codelloyd2008-11-031-9/+0
* Inline more of Turing::generatelloyd2008-11-031-44/+68
* Avoid using get_byte in Turing::generate. On my Q6600, went fromlloyd2008-11-031-8/+5
* Move all modules into src/ directorylloyd2008-09-281-0/+274