summaryrefslogtreecommitdiff
path: root/integer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix runtime crash when CRYPTOPP_INIT_PRIORITY=0Jeffrey Walton2017-03-271-9/+70
* Remove g_pAssignIntToInteger pointer, add CRYPTOPP_NO_ASSIGN_TO_INTEGER (Issu...Jeffrey Walton2017-03-251-28/+32
* Simplify C++ dynamic object initializationJeffrey Walton2017-03-201-9/+7
* Fix compile under Visual Studio 2005/MSC 14.00Jeffrey Walton2017-03-181-1/+1
* Updated static initializersJeffrey Walton2017-03-171-30/+54
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-3/+3
* Backed off ASSERT. PKCS12_PBKDF and other classes use truncated buffersJeffrey Walton2017-01-291-1/+1
* Validate Integer::Decode inputLen (Issue 346)Jeffrey Walton2017-01-281-7/+4
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Removed debug instrumentationJeffrey Walton2017-01-231-10/+0
* Update documentationJeffrey Walton2017-01-231-3/+11
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-19/+8
* Silence select conversion warnings (Issue 340)Jeffrey Walton2016-12-021-0/+6
* Switch from WordCount() to reg.size() for bitopsJeffrey Walton2016-11-261-12/+12
* Switch from WordCount() to reg.size() for bitopsJeffrey Walton2016-11-261-11/+11
* Add Integer bitwise AND, OR and XOR (Issue 336)Jeffrey Walton2016-11-231-0/+136
* Cleanup commentsJeffrey Walton2016-10-181-2/+2
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-2/+2
* Add statics to anonymous namespaceJeffrey Walton2016-10-101-3/+3
* Cutover to SecByteBlock member for AES (Issue 302, CVE-2016-7544)Jeffrey Walton2016-09-301-81/+113
* Change to file scope statics for Zero(), One(), Two() (Thanks DB, Issue 310)Jeffrey Walton2016-09-291-3/+9
* Make Singleton<Integer> static with function scope (Issue 310)Jeffrey Walton2016-09-291-3/+6
* Cleared Coverity finding CID 170385 (UNINIT_CTOR) (Issue 293)Jeffrey Walton2016-09-201-13/+22
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-6/+6
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-60/+60
* Cleared "Types cannot be declared in anonymous union" (Issue 274)Jeffrey Walton2016-09-151-16/+20
* Removed ARMEL work-arounds from Integer class.Jeffrey Walton2016-09-081-14/+0
* Cleared SDLC warning under Visual Studio 2005Jeffrey Walton2016-07-131-1/+1
* Fix "Error: The operand ___LKDB cannot be assigned to" under Sun Studio 12.5 ...Jeffrey Walton2016-07-081-1/+1
* Merge 'solaris' dev branch into 'master'Jeffrey Walton2016-06-151-44/+112
* Cleared compile errors under Visual Studio .Net compilersJeffrey Walton2016-04-291-2/+2
* Use stdext::make_checked_array_iterator for reverse_copy on VS2008 and above ...Jeffrey Walton2016-02-051-5/+9
* Cleared uninitialized variable warningJeffrey Walton2016-01-241-1/+1
* Fix compilation for armeabi with gcc-4.9, 5.0 toolchainsAlexander Afanasyev2016-01-231-1/+1
* moved BE case before LE to improve performanceDevJPM2016-01-141-25/+25
* finalized patchDevJPM2016-01-131-7/+32
* applied main changesDevJPM2016-01-131-19/+91
* added std::showbase supportDevJPM2016-01-131-1/+8
* Increase range for GCC workaround on ARMEL. After speaking with AP from GCC, ...Jeffrey Walton2016-01-091-1/+1
* Work around issue on ARMEL in MultiplyTop and GCC. ARMHF is OKJeffrey Walton2016-01-081-0/+14
* Fixed hang on ARM platforms in Integer::DivideThreeWordsByTwoJeffrey Walton2016-01-081-28/+0
* Microsoft ARM supportMarco Deckel2015-12-141-2/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-30/+154
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-4245/+4280
* Cleared "-Wunused-but-set-variable" warning due to Bot_2 macro on x86_64Jeffrey Walton2015-08-031-0/+8
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-1/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-50/+50
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Backed out commit 1dc875a44a2ef07fe9e86ac07d0dc70a4efb1fbd. MinGW complained ...Jeffrey Walton2015-07-251-2/+0
* Cleared "unused variable" warning under GCC 5.1Jeffrey Walton2015-07-251-0/+2