summaryrefslogtreecommitdiff
path: root/ida.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make GF2_32 class member of RawIDAJeffrey Walton2018-12-031-10/+5
* C++17 compatible lambda expressions to replace `bind2nd` (#559)Kirit Sælensminde2018-01-121-2/+2
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-3/+3
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Remove last of macros targtting _MSC_VER 1200 (Issue 342)Jeffrey Walton2016-12-031-11/+11
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-3/+3
* Whitespace checkinJeffrey Walton2016-09-101-1/+1
* Fixed broken Sun Studio compile (Issue 179)Jeffrey Walton2016-06-081-2/+2
* Cleared compile errors under Visual Studio .Net compilersJeffrey Walton2016-04-291-1/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-422/+423
* Whitespace checkinJeffrey Walton2015-07-301-2/+2
* Fixed "signed/unsigned" conversion warning when "-DDEBUG" definedJeffrey Walton2015-07-301-1/+1
* 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-2/+3
* Cleared signed/unsigned warnings under Visual Studio.Jeffrey Walton2015-07-201-2/+2
* Cleared signed/unsigned warningJeffrey Walton2015-06-081-10/+10
* fix compile for MSVC .NET 2002weidai2006-12-221-2/+2
* update version number, port to Sun C++ 5.8weidai2006-12-181-0/+2
* add missing #includeweidai2006-06-091-0/+1
* port to MSVC .NET 2005 beta 2weidai2005-07-121-11/+11
* allow compile with STLport againweidai2004-07-031-4/+4
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-16/+9
* fix warnings for VC7 and GCCweidai2003-03-201-5/+5
* Initial revisionweidai2002-10-041-0/+425