summaryrefslogtreecommitdiff
path: root/tiger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-1/+1
* Fix typo in CRYPTO_ASSERT (PR #918)Matthias Zronek2019-12-061-1/+1
* Update documentationJeffrey Walton2019-12-011-3/+3
* Fix partial specializations for FixedSizeAllocatorWithCleanup (PR #710)Jeffrey Walton2018-08-241-12/+12
* Add Tiger cipher AlgorithmProvider()Jeffrey Walton2018-08-181-0/+11
* Disable X32 inline ASM for TigerJeffrey Walton2018-07-211-9/+1
* Back-off on Hash asserts (GH #652)Jeffrey Walton2018-05-051-0/+1
* Remove BOOL macro value (GH #462)Jeffrey Walton2017-08-201-2/+2
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-5/+0
* Fix Clang 3.3 and 3.4 compiles (Issue 264)Jeffrey Walton2016-09-211-0/+7
* Whitespace checkinJeffrey Walton2016-09-101-2/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-2/+2
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-265/+276
* Cleared remaining issues related to Clang's integarted assembler parsing of t...Jeffrey Walton2015-07-221-2/+2
* Specialized defines to work with/around Clang integrated assembler. The two d...Jeffrey Walton2015-07-221-2/+2
* 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
* changes for 5.6: weidai2009-03-021-4/+0
* fix compile for x64, DLL and VC 6weidai2007-05-041-2/+7
* MMX/SSE2 optimizationsweidai2007-04-151-30/+199
* port to MSVC .NET 2005 beta 2weidai2005-07-121-1/+1
* use memset instead of assignment to clear memoryweidai2003-09-051-1/+1
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-4/+4
* Initial revisionweidai2002-10-041-0/+95