summaryrefslogtreecommitdiff
path: root/rng.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-4/+4
|
* Clear truncation warning in rng.cpp (PR #867)Jeffrey Walton2019-07-251-6/+5
|
* Use fixed size temporary in LC_RNG for consistency across platforms (#867)Andrew Marshall2019-07-231-1/+1
|
* Clear clang-tidy warningsJeffrey Walton2018-01-021-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 warningsJeffrey Walton2018-01-021-1/+3
|
* Use ::time() and ::log() instead of std::time() and std::log() (GH #512)Jeffrey Walton2017-09-201-4/+4
| | | | The 35c0fa82fd4c change broke GCC 4.8
* Use <time.h> for Borland/Embarcadero (GH #512)Jeffrey Walton2017-09-201-2/+2
|
* Add Random Number Generator benchmarks (Issue 386)Jeffrey Walton2017-03-081-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 Walton2017-03-011-2/+2
|
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-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 Walton2016-01-101-24/+32
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-155/+155
|
* fix warningweidai2007-05-041-1/+1
|
* reduce risk of random number reuse after VM rollbackweidai2007-05-041-23/+35
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-1/+1
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-13/+8
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+5
|
* fix bug in Grouperweidai2003-04-151-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 RNGweidai2002-10-171-10/+27
|
* Initial revisionweidai2002-10-041-0/+124