summaryrefslogtreecommitdiff
path: root/algebra.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable GCC Analyzer testJeffrey Walton2020-05-101-1/+1
| | | | The compiler is crashing on dll.cpp
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Add size_t cast to resolve VS warning C4334denisbider2016-04-201-1/+1
| | | Resolve C4334: 'operator' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-1/+2
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-342/+340
|
* 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 error of "load of value 127, which is not a valid value for ↵Jeffrey Walton2015-07-151-1/+1
| | | | type 'bool'" by initializing negateNext
* Cleared warnings on WindowSlider structJeffrey Walton2015-07-131-27/+28
|
* add more "this->", for consistency and possibly prevent future compile problemsweidai2013-01-261-16/+16
|
* fix for compiling with Clang from Marshall Clowweidai2011-01-071-1/+1
|
* fix SunCC compileweidai2006-12-211-2/+2
|
* update version number, port to Sun C++ 5.8weidai2006-12-181-2/+8
|
* port to Borland C++Builder 2006weidai2006-12-141-7/+0
|
* fix MSVC 2005 warningsweidai2006-03-131-3/+4
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-1/+1
|
* port to GCC 3.4weidai2004-06-191-1/+1
|
* Initial revisionweidai2002-10-041-0/+340