summaryrefslogtreecommitdiff
path: root/integer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CRYPTOPP_DISABLE_MIXED_ASM define and feature test (GH #756, PR #757)Jeffrey Walton2018-12-051-1/+1
* Add IBM XLC init priority supportJeffrey Walton2018-11-301-3/+10
* Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with AutotoolsJeffrey Walton2018-10-281-2/+2
* Revert "Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with Autotools"Jeffrey Walton2018-10-281-1/+1
* Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with AutotoolsJeffrey Walton2018-10-271-1/+1
* Avoid Singleton when possible (GH #708)Jeffrey Walton2018-08-221-4/+4
* Update commentsJeffrey Walton2018-08-221-7/+5
* Update comments in integer.cppJeffrey Walton2018-08-211-0/+5
* Update comments in integer.cppJeffrey Walton2018-08-211-19/+31
* Avoid std::call_once (GH #707)Jeffrey Walton2018-08-211-66/+74
* Fix compile on Visual Studio 2005 without serve packsJeffrey Walton2018-08-201-1/+1
* 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