summaryrefslogtreecommitdiff
path: root/ecp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert c9ef9420e762 (GH #994)Jeffrey Walton2020-12-301-487/+24
* Use define CRYPTOPP_CXX11_STATIC_INIT nameJeffrey Walton2020-08-071-1/+1
* Whitespace check-inJeffrey Walton2020-02-081-8/+8
* Fix ECP::Double and brainpoolP256r1 (GH #878)Jeffrey Walton2019-08-261-0/+6
* Use Bash arithmetic operatorsJeffrey Walton2019-08-111-1/+1
* Whitespace check-inJeffrey Walton2019-08-101-11/+6
* Restore ECP ABI (GH #869)Jeffrey Walton2019-08-091-479/+493
* Update commentsJeffrey Walton2019-08-071-1/+2
* Avoid bitwise operation on boolean valuesJeffrey Walton2019-08-071-3/+2
* Avoid temporary ECP::Point in ECP Addition and DoubleJeffrey Walton2019-08-071-18/+36
* Clear parenthesis warning with GCCJeffrey Walton2019-08-071-2/+2
* Remove unneeded T in ECP Add()Jeffrey Walton2019-08-061-13/+11
* Avoid branches in Montgomery Add() (GH #869)Jeffrey Walton2019-08-061-12/+42
* Avoid branches in Montgomery Double() (GH #869)Jeffrey Walton2019-08-061-34/+39
* Fix ECP leakage in Add() and Double() (GH #869, PR #871)Jeffrey Walton2019-08-051-27/+430
* Add init priorities for XLC compilersJeffrey Walton2018-12-041-1/+4
* Use ANONYMOUS_NAMESPACE_ENDJeffrey Walton2018-08-231-1/+1
* Avoid Singleton when possible (GH #708)Jeffrey Walton2018-08-221-6/+27
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-2/+2
* Cleared warning 'Warning: mr hides CryptoPP::ProjectiveDoubling::mr'Jeffrey Walton2016-06-081-3/+3
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-0/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-474/+475
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-2/+2
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared warnings on WindowSlider structJeffrey Walton2015-07-131-4/+4
* fix MSVC 2005 warningsweidai2006-03-131-4/+4
* fix ECP curve BER decodeweidai2005-09-021-1/+5
* port to MSVC .NET 2005 beta 2weidai2005-07-121-5/+5
* fix potential threading problem with initialization of static objectsweidai2003-07-291-2/+1
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-12/+5
* Initial revisionweidai2002-10-041-0/+477