summaryrefslogtreecommitdiff
path: root/rng.cpp
Commit message (Expand)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
* 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
* 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
* 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
* 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
* bug fixes and KAT for X9.17 RNGweidai2002-10-171-10/+27
* Initial revisionweidai2002-10-041-0/+124