summaryrefslogtreecommitdiff
path: root/salsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix compile for ICC 10weidai2007-09-241-27/+26
* remove -msse2 since we don't use SSE2 intrinsics anymoreweidai2007-09-241-1/+1
* - port x64 assembly code to MASMweidai2007-09-241-246/+473
* fixed Salsa20 initialization crash on non-SSE2 machinesweidai2007-08-131-57/+60
* work around GCC bug for x64weidai2007-05-051-1/+2
* fix compile on Mac OS Xweidai2007-05-041-6/+7
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-17/+12
* fix compile on Sun CCweidai2007-04-161-0/+2
* SSE2 optimizationsweidai2007-04-151-86/+283
* port to Borland C++Builder 2006weidai2006-12-141-1/+1
* add Salsa20 cipherweidai2006-12-091-0/+139