Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace check-in | Jeffrey Walton | 2021-03-04 | 1 | -2/+2 |
| | |||||
* | Fix typos in documentation and comments (PR #1012) | Tobias Nießen | 2021-03-04 | 1 | -2/+2 |
| | |||||
* | Make config.h more Autoconf friendly (GH #835, PR #836) | Jeffrey Walton | 2019-05-17 | 1 | -2/+20 |
| | |||||
* | Change ::log() to log() to work with C++Builder (#552) | Tanzinul Islam | 2017-12-30 | 1 | -2/+2 |
| | | | As reported in #520, C++Builder standard libraries don't have a `log()` function at global namespace. Change the invocations to unqualified name lookup, and apply a using-declaration to `std::log()` when compiling under C++Builder. | ||||
* | Add "stdcpp.h" to bench1.cpp and bench2.cpp (GH #520) | Jeffrey Walton | 2017-10-12 | 1 | -3/+1 |
| | | | | This is the first of possibly two or three for Borland compilers. We have to be careful because its very easy to break something due to math overloads with other compilers like SunCC or XL/C | ||||
* | Use ::time() and ::log() instead of std::time() and std::log() (GH #512) | Jeffrey Walton | 2017-09-20 | 1 | -2/+2 |
| | | | | The 35c0fa82fd4c change broke GCC 4.8 | ||||
* | Switch to <cmath> and standard math routines | Jeffrey Walton | 2017-03-08 | 1 | -4/+4 |
| | |||||
* | Change file preamble to include "originally written by Wei Dai" | Jeffrey Walton | 2017-01-27 | 1 | -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 | ||||
* | spelling fixes | klemens | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420) | Jeffrey Walton | 2016-09-16 | 1 | -33/+33 |
| | | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420 | ||||
* | Whitespace checkin | Jeffrey Walton | 2016-09-10 | 1 | -6/+6 |
| | |||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -1129/+1125 |
| | |||||
* | Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace ↵ | Jeffrey Walton | 2015-08-03 | 1 | -1/+1 |
| | | | | version) | ||||
* | Removed USING_NAMESPACE(std). Changed hex → std::hex, etc (not sure how ↵ | Jeffrey Walton | 2015-07-30 | 1 | -5/+5 |
| | | | | these six escaped the first time)... | ||||
* | Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → ↵ | Jeffrey Walton | 2015-07-30 | 1 | -5/+5 |
| | | | | std::cerr, ... | ||||
* | Cut-in CRYPTOPP_ASSERT in all remaining header and source files | Jeffrey Walton | 2015-07-26 | 1 | -33/+33 |
| | |||||
* | Added "trap.h" include for header and source files that assert | Jeffrey Walton | 2015-07-26 | 1 | -0/+1 |
| | |||||
* | Cleared truncation warning under MSVC | Jeffrey Walton | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | Cleared -Wunneeded-internal-declaration from GCC 5.1 | Jeffrey Walton | 2015-07-19 | 1 | -2/+6 |
| | |||||
* | Cleared remaining virtual destructor warnings under GCC with -Wall | Jeffrey Walton | 2015-07-19 | 1 | -1/+2 |
| | |||||
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -10/+0 |
| | | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required | ||||
* | port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16 | weidai | 2009-02-13 | 1 | -2/+1 |
| | |||||
* | OpenMP | weidai | 2007-04-16 | 1 | -5/+30 |
| | |||||
* | fix MSVC 2005 warnings | weidai | 2006-03-13 | 1 | -5/+5 |
| | |||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -5/+19 |
| | |||||
* | fix ignoring pSelector in FirstPrime | weidai | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | fix potential threading problem with initialization of static objects | weidai | 2003-07-29 | 1 | -24/+33 |
| | |||||
* | fix bugs in 64-bit CPU support | weidai | 2003-07-25 | 1 | -20/+20 |
| | |||||
* | fix for loop scoping | weidai | 2003-07-19 | 1 | -1/+2 |
| | |||||
* | fix 64-bit CPU issues | weidai | 2003-07-19 | 1 | -1/+1 |
| | |||||
* | remove Diamond2, code size reductions | weidai | 2003-07-19 | 1 | -97/+50 |
| | |||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -0/+5 |
| | |||||
* | minor changes | weidai | 2003-03-25 | 1 | -1/+1 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+1127 |