summaryrefslogtreecommitdiff
path: root/whrlpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix compile on OpenSolaris 8.11weidai2009-03-131-5/+1
* changes for 5.6: weidai2009-03-021-5/+0
* do not align to 16 when not neededweidai2007-10-261-0/+4
* - port x64 assembly code to MASMweidai2007-09-241-38/+56
* fixed Whirlpool crash on Pentium 2 machinesweidai2007-08-131-3/+3
* fix compile for x64, DLL and VC 6weidai2007-05-041-48/+53
* MMX/SSE2 optimizationsweidai2007-04-151-57/+287
* Updated to Whirlpool version 3.0weidai2006-12-091-521/+280
* port to MSVC .NET 2005 beta 2weidai2005-07-121-1/+1
* use memset instead of assignment to clear memoryweidai2003-09-051-2/+1
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-3/+3
* work around GCC 3.2 code generation bugweidai2003-05-181-225/+38
* add new algorithms (Kevin Springle)weidai2003-04-161-0/+882