Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear clang-tidy warnings | Jeffrey Walton | 2018-01-02 | 1 | -1/+3 |
| | | | | This commit also tweaks the way Integer parses byte arrays. The modified routines are slightly faster. On a Core-i5 6400 the self tests are 0.1 to 0.2 seconds faster | ||||
* | Clear clang-tidy warnings | Jeffrey Walton | 2018-01-02 | 1 | -1/+3 |
| | |||||
* | Use ::time() and ::log() instead of std::time() and std::log() (GH #512) | Jeffrey Walton | 2017-09-20 | 1 | -4/+4 |
| | | | | The 35c0fa82fd4c change broke GCC 4.8 | ||||
* | Use <time.h> for Borland/Embarcadero (GH #512) | Jeffrey Walton | 2017-09-20 | 1 | -2/+2 |
| | |||||
* | Add Random Number Generator benchmarks (Issue 386) | Jeffrey Walton | 2017-03-08 | 1 | -6/+6 |
| | | | | | | | | Move HTML header and footer into benchmark functions Switch to <cmath> and standard math routines Switch to <ctime> and standard clock and time routines Move static variable^Cinto anonymous namespace Add TimeToString function for printing start and end times | ||||
* | Add C++ nullptr support (Issue 383) | Jeffrey Walton | 2017-03-01 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | Cleared Valgrind warnings on uninitialized reads (Issue 105) | Jeffrey Walton | 2016-01-10 | 1 | -24/+32 |
| | |||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -155/+155 |
| | |||||
* | fix warning | weidai | 2007-05-04 | 1 | -1/+1 |
| | |||||
* | reduce risk of random number reuse after VM rollback | weidai | 2007-05-04 | 1 | -23/+35 |
| | |||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -13/+8 |
| | |||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -0/+5 |
| | |||||
* | fix bug in Grouper | weidai | 2003-04-15 | 1 | -10/+12 |
| | | | | | | | | add RIPEMD-???, Whirlpool, Shacal2, Camellia, Two-Track MAC (Kevin Springle) change ChannelSwitch to allow non-blocking input (denis bider) change Redirector to allow more options (denis bider) fix MaurerRandomnessTest optimize MD2 (Kevin Springle) | ||||
* | bug fixes and KAT for X9.17 RNG | weidai | 2002-10-17 | 1 | -10/+27 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+124 |