summaryrefslogtreecommitdiff
path: root/ec2n.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use define CRYPTOPP_CXX11_STATIC_INIT nameJeffrey Walton2020-08-071-1/+1
* Whitespace check-inJeffrey Walton2020-02-081-8/+8
* Fix ECP leakage in Add() and Double() (GH #869, PR #871)Jeffrey Walton2019-08-051-5/+6
* Add init priorities for XLC compilersJeffrey Walton2018-12-041-1/+4
* Avoid Singleton when possible (GH #708)Jeffrey Walton2018-08-221-1/+23
* 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-4/+4
* Whitespace checkinJeffrey Walton2016-09-101-3/+3
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-295/+294
* Added self-assignment guards or comment indicating why the check is not neededJeffrey Walton2015-07-301-3/+5
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-4/+4
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* fix EC2N skipping of optional seed, switch to public domain MARS code, delive...weidai2009-03-281-1/+5
* port to MSVC .NET 2005 beta 2weidai2005-07-121-2/+2
* 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-3/+5
* Initial revisionweidai2002-10-041-0/+287