summaryrefslogtreecommitdiff
path: root/iterhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-3/+3
* Update comments in IterHashBase and friendsJeffrey Walton2018-07-211-5/+7
* Use blockSize throughout HashMultipleBlocksJeffrey Walton2018-07-201-4/+4
* Fix Tiger crash on Sparc (GH #690)Jeffrey Walton2018-07-201-7/+19
* Align input buffer in HashMultipleBlocksJeffrey Walton2018-07-201-7/+26
* Back-off on Hash asserts (GH #652)Jeffrey Walton2018-05-051-17/+20
* Add CRYPTOPP_ASSERT to match Keccak and SHA3 (#654)Asen Kovachev2018-05-031-0/+1
* Fix Windows compilation issues (by RaptorFactor) (#444)Marcel Raad2017-07-171-1/+1
* Avoid extra ByteReverse when using Intel SHA extensionsJeffrey Walton2017-05-261-3/+0
* Revert "Avoid extra ByteReverse"Jeffrey Walton2017-05-251-7/+4
* Add missing headerJeffrey Walton2017-05-251-0/+1
* Avoid extra ByteReverseJeffrey Walton2017-05-251-4/+7
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Remove temporary array for SHA1. Whitespace and commentsJeffrey Walton2016-12-061-0/+3
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-2/+2
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-241-2/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-1/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-167/+162
* Whitespace checkinJeffrey Walton2015-07-301-3/+3
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared UBsan warnings under GCC 5.1Jeffrey Walton2015-07-171-3/+9
* fix memcpy with same src and dest (Peter Klotz)weidai2010-08-031-1/+2
* add x86/x64 assembly for SHA-256,weidai2009-03-101-6/+10
* changes for 5.6: weidai2009-03-021-5/+3
* fix compile with GCC 4.0.1 on MacOS X 64-bitweidai2008-12-221-0/+12
* reduce executable size when only hash functions are usedweidai2007-10-021-6/+1
* optimizationsweidai2007-04-161-29/+38
* update version number, port to Sun C++ 5.8weidai2006-12-181-0/+6
* port to MSVC .NET 2005 beta 2weidai2005-07-121-8/+8
* fix gcc 3.4.2 compileweidai2004-10-171-1/+1
* changes related to the next FIPS validationweidai2004-09-031-6/+27
* add SHA-224weidai2004-07-231-3/+10
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-5/+0
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-15/+5
* various changes for 5.1weidai2003-03-201-5/+4
* Initial revisionweidai2002-10-041-0/+123