aboutsummaryrefslogtreecommitdiffstats
path: root/src/salsa20.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Modularize all cipherslloyd2008-09-281-208/+0
|
* Use individual variables intead of an array inside the Salsa20 function,lloyd2008-09-091-37/+65
| | | | shows a 35% speedup on my Core2 with G++ vs previous version.
* Add implementation of Salsa20 stream cipherlloyd2008-09-091-0/+180