summaryrefslogtreecommitdiff
path: root/integer.h
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-1/+1
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
* Update documentationJeffrey Walton2021-09-251-20/+20
* Update documentationJeffrey Walton2021-09-251-8/+8
* Whitespace check-inJeffrey Walton2021-09-251-108/+110
* Clear Clang -Wdocumentation warningsJeffrey Walton2020-12-151-2/+2
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-50/+50
* Update documentationJeffrey Walton2019-07-081-4/+26
* Fix VS2010 and "error C2065: uint32_t: undeclared identifier" (GH #608)Jeffrey Walton2018-03-271-0/+1
* Update documentationJeffrey Walton2018-03-251-7/+32
* Update documentationJeffrey Walton2018-03-251-9/+57
* Fix incorrect InverseMod (GH #602) (#603)Jeffrey Walton2018-03-251-0/+5
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-439/+439
* Update documentationJeffrey Walton2017-07-271-3/+3
* Fix runtime crash when CRYPTOPP_INIT_PRIORITY=0Jeffrey Walton2017-03-271-6/+7
* Remove g_pAssignIntToInteger pointer, add CRYPTOPP_NO_ASSIGN_TO_INTEGER (Issu...Jeffrey Walton2017-03-251-1/+6
* Updated static initializersJeffrey Walton2017-03-171-1/+1
* Change next version from 5.7 to 6.0Jeffrey Walton2017-02-211-9/+9
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Update documentationJeffrey Walton2017-01-231-1/+1
* spelling fixesklemens2016-12-271-2/+2
* Add Integer bitwise AND, OR and XOR (Issue 336)Jeffrey Walton2016-11-231-64/+180
* Guard XOR of optional xorBlock. Updated documentationJeffrey Walton2016-11-141-4/+4
* Updated documentationJeffrey Walton2016-09-091-0/+6
* Updated documentationJeffrey Walton2016-09-091-1/+1
* Updated documentationJeffrey Walton2016-09-091-2/+5
* Change alignment of IntegerSecBlock to 16 when CRYPTOPP_WORD128_AVAILABLE is ...Jeffrey Walton2016-09-081-0/+5
* Removed ARMEL work-arounds from Integer class.Jeffrey Walton2016-09-081-11/+11
* Updated documentationJeffrey Walton2016-01-141-17/+43
* Update integer.hDevJPM2016-01-121-4/+8
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-111/+257
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-420/+424
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-3/+3
* fix C++Builder 2009 compile, update Readme and Licenseweidai2009-03-151-1/+3
* MMX/SSE2 optimizationsweidai2007-04-151-34/+3
* fix compile on MSVC2002 and MSVC6 without Processor Packweidai2006-12-251-23/+0
* improve Integer initializationweidai2006-06-091-1/+6
* fix MSVC 2005 warningsweidai2006-03-131-1/+1
* port to GCC 4weidai2005-09-051-2/+5
* port to MSVC .NET 2005 beta 2weidai2005-07-121-26/+26
* changes done for FIPS-140 lab code dropweidai2005-01-201-13/+13
* fix compile with -msse2 on systems without memalign()weidai2004-07-181-5/+10
* disable x86 assembly on systems without GNU as 2.10 or laterweidai2004-06-191-0/+4
* enable SSE2 intrinsics on GCC 3.3 or laterweidai2003-07-311-12/+20
* fix bugs in 64-bit CPU supportweidai2003-07-251-0/+3
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-5/+10
* sync with private branchweidai2003-06-061-1/+1
* fix warnings for VC7 and GCCweidai2003-03-201-2/+6
* Initial revisionweidai2002-10-041-0/+435