summaryrefslogtreecommitdiff
path: root/nbtheory.cpp
Commit message (Expand)AuthorAgeFilesLines
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1129/+1125
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace v...Jeffrey Walton2015-08-031-1/+1
* Removed USING_NAMESPACE(std). Changed hex → std::hex, etc (not sure how the...Jeffrey Walton2015-07-301-5/+5
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-5/+5
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-33/+33
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cleared truncation warning under MSVCJeffrey Walton2015-07-261-1/+1
* Cleared -Wunneeded-internal-declaration from GCC 5.1Jeffrey Walton2015-07-191-2/+6
* Cleared remaining virtual destructor warnings under GCC with -WallJeffrey Walton2015-07-191-1/+2
* changes for 5.6: weidai2009-03-021-10/+0
* port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16weidai2009-02-131-2/+1
* OpenMPweidai2007-04-161-5/+30
* fix MSVC 2005 warningsweidai2006-03-131-5/+5
* port to MSVC .NET 2005 beta 2weidai2005-07-121-5/+19
* fix ignoring pSelector in FirstPrimeweidai2004-02-101-1/+1
* fix potential threading problem with initialization of static objectsweidai2003-07-291-24/+33
* fix bugs in 64-bit CPU supportweidai2003-07-251-20/+20
* fix for loop scopingweidai2003-07-191-1/+2
* fix 64-bit CPU issuesweidai2003-07-191-1/+1
* remove Diamond2, code size reductionsweidai2003-07-191-97/+50
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+5
* minor changesweidai2003-03-251-1/+1
* Initial revisionweidai2002-10-041-0/+1127