summaryrefslogtreecommitdiff
path: root/integer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use IsZero()/NotZero() for 0 denominator testJeffrey Walton2018-07-031-4/+4
* Use '*this >= m' for InverseMod reductionJeffrey Walton2018-03-261-3/+3
* Fix a_exp_b_mod_c and divide by 0 (GH #604)Jeffrey Walton2018-03-251-0/+6
* Add additional Integer class testsJeffrey Walton2018-03-251-1/+6
* Fix incorrect InverseMod (GH #602)Jeffrey Walton2018-03-251-2/+1
* Fix incorrect InverseMod (GH #602) (#603)Jeffrey Walton2018-03-251-3/+17
* Clear clang-tidy warningsJeffrey Walton2018-01-241-25/+15
* Add CRYPTOPP_TABLE, remove CRYPTOPP_SECTIONJeffrey Walton2018-01-211-1/+5
* Clear clang-tidy warningsJeffrey Walton2018-01-021-8/+12
* Provide virtual destructor for Threefish_BaseJeffrey Walton2017-11-191-34/+50
* Fix SunCC 12.2 compileJeffrey Walton2017-11-131-5/+6
* Reduce C++ file scope class objectsJeffrey Walton2017-11-121-70/+62
* Prefix IS_LITTLE_ENDIAN and IS_BIG_ENDIAN with CRYPTOPPJeffrey Walton2017-11-101-2/+2
* Revert "Bump Visual Studio version number for checked iterators (GH #496)"Jeffrey Walton2017-09-131-1/+1
* Bump Visual Studio version number for checked iterators (GH #496)Jeffrey Walton2017-09-131-1/+1
* Remove BOOL macro value (GH #462)Jeffrey Walton2017-08-201-6/+4
* Fix Windows compilation issues (by RaptorFactor) (#444)Marcel Raad2017-07-171-0/+2
* Clear coverity finding CONSTANT_EXPRESSION_RESULT (CID 147833)Jeffrey Walton2017-05-201-1/+1
* Switch to _MSC_FULL_VER for SP1 releasesJeffrey Walton2017-05-111-1/+1
* 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