summaryrefslogtreecommitdiff
path: root/sha.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect SHA-256 hash on x64 when compiled with GCC with optimizations e...weidai2010-06-291-1/+1
* fix for http://sourceforge.net/apps/trac/cryptopp/ticket/2 (Ken Raeburn)weidai2010-05-131-3/+3
* fix incorrect SHA-256 computation on non-SSE2 x86 machines on non-aligned inp...weidai2009-07-051-5/+6
* fix compile on MSVC 6 and MSVC 2003weidai2009-03-151-3/+12
* fix compile on OpenSolaris 8.11weidai2009-03-131-7/+3
* fix compile on MSVC 6weidai2009-03-131-2/+12
* - add EAX mode, XSalsa20weidai2009-03-121-1/+5
* add x86/x64 assembly for SHA-256,weidai2009-03-101-29/+356
* changes for 5.6: weidai2009-03-021-4/+0
* do not align to 16 when not neededweidai2007-10-261-0/+4
* fix compile for x64, DLL and VC 6weidai2007-05-041-5/+16
* MMX/SSE2 optimizationsweidai2007-04-151-96/+344
* changes done for FIPS-140 lab code dropweidai2005-01-201-2/+2
* changes related to the next FIPS validationweidai2004-09-031-4/+5
* add SHA-224weidai2004-07-231-4/+16
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-5/+4
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-36/+41
* Initial revisionweidai2002-10-041-0/+277