summaryrefslogtreecommitdiff
path: root/whrlpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-2/+2
* Disable X32 inline assembly (GH #686, PR #704)Jeffrey Walton2018-08-181-7/+5
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+9
* Back-off on Hash asserts (GH #652)Jeffrey Walton2018-05-051-0/+4
* Updated documentationJeffrey Walton2018-02-131-5/+4
* Add CRYPTOPP_TABLE, remove CRYPTOPP_SECTIONJeffrey Walton2018-01-211-2/+4
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-5/+5
* Remove BOOL macro value (GH #462)Jeffrey Walton2017-08-201-6/+4
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-1/+1
* Revert "Some fixes related to SunCC compiler bugs."Anton Gorev2017-04-271-8/+0
* Some fixes related to SunCC compiler bugs.Anton Gorev2017-04-211-0/+8
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-4/+1
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-1/+1
* Whitespace checkinJeffrey Walton2016-09-101-1/+1
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-4/+16
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-701/+711
* Added CRYPTOPP_CLANG_NO_INTEGRATED_AS as a guard in config.h (disabled by def...Jeffrey Walton2015-07-211-2/+2
* Cut-in to utilize GNU_ATT_SYNTAX and GNU_INTEL_SYNTAX macros. Also see LLVM B...Jeffrey Walton2015-07-211-2/+2
* HasISSE -> HasSSE. That's how old this function is...Jeffrey Walton2015-07-191-1/+1
* 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