summaryrefslogtreecommitdiff
path: root/sha.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Clang 3.3 integrated assembler crash on LinuxJeffrey Walton2015-12-251-2/+7
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-9/+12
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-63/+67
|
* fix compile on MSVC 6weidai2009-03-131-2/+2
|
* add x86/x64 assembly for SHA-256,weidai2009-03-101-4/+10
| | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter
* changes for 5.6: weidai2009-03-021-4/+0
| | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required
* MMX/SSE2 optimizationsweidai2007-04-151-6/+0
|
* port to GCC 4weidai2005-09-051-10/+10
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-7/+7
|
* changes related to the next FIPS validationweidai2004-09-031-4/+4
|
* add SHA-224weidai2004-07-231-0/+9
|
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-3/+3
| | | | attempt (failed) to build DLL with GCC
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-23/+9
|
* Initial revisionweidai2002-10-041-0/+72