summaryrefslogtreecommitdiff
path: root/modarith.h
Commit message (Collapse)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-24/+24
|
* Update documentationJeffrey Walton2019-08-111-2/+2
|
* Pull changes from master branchDmytro Stebaiev2019-06-101-1/+15
|\
| * Add ModularArithmetic::operator=Jeffrey Walton2019-06-091-1/+15
| |
* | Fix compilation warningDmytro Stebaiev2019-06-071-1/+1
|/
* Clear lgtm finding in ECP classJeffrey Walton2019-06-051-2/+2
|
* Remove dummy operator= in ModularArithmeticJeffrey Walton2019-06-041-1/+2
|
* Clear warning on missing assignment operatorJeffrey Walton2019-06-031-11/+17
|
* Fix clang warnings in headers (#655)Marcel Raad2018-05-101-2/+2
| | | | | | | | | | * remove superfluous semicolon * Remove C-style casts from public headers clang warns about them with -Wold-style-cast. It also warns about implicitly casting away const with -Wcast-qual. Fix both by removing unnecessary casts and converting the remaining ones to C++ casts.
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-2/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-151/+151
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+9
| | | | This reverts commit c3871aec948013c1a4d5613050c659520f59e2e4.
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-9/+0
| | | | This reverts commit eb3b27a6a543. The change broke GCC 4.8 and unknown version of Clang on OS X. UB reported the OS X break, and JW found duplicated the break on a ARM CubieTruck with GCC 4.8.
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+9
|
* 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
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-4/+0
|
* Updated documentationJeffrey Walton2016-10-161-8/+7
|
* Whitespace checkinJeffrey Walton2016-09-101-2/+2
|
* Updated documentationJeffrey Walton2016-04-051-22/+32
|
* Update documentationJeffrey Walton2016-02-291-8/+21
|
* Update documentationJeffrey Walton2016-02-291-6/+127
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-8/+25
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-159/+160
|
* Included "integer.h" in source files with Integer dependencies so make would ↵Jeffrey Walton2015-07-301-1/+1
| | | | rebuild stale object files
* Cleared "unused parameter" warning with GCC 5.1 and -WextraJeffrey Walton2015-07-231-1/+2
|
* Cleared "missing initialization in copy constructor" warning with GCC 5.1 ↵Jeffrey Walton2015-07-231-2/+2
| | | | and -Wextra
* MMX/SSE2 optimizationsweidai2007-04-161-1/+1
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-19/+19
|
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-1/+3
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-2/+9
|
* Initial revisionweidai2002-10-041-0/+149