summaryrefslogtreecommitdiff
path: root/randpool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Whitespace checkinJeffrey Walton2016-09-101-2/+2
|
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-241-5/+5
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-68/+74
|
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary ↵Jeffrey Walton2015-06-291-0/+5
| | | | compilers. The macro was needed to help with managing old compilers, like GCC 4.2.1, present on OpenBSD
* initialize memory to remove Valgrind warning (Zooko, Jeffrey Walton)weidai2009-09-171-0/+2
|
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-76/+36
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-14/+10
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+5
|
* Initial revisionweidai2002-10-041-0/+100