summaryrefslogtreecommitdiff
path: root/rng.h
Commit message (Collapse)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-1/+1
|
* Update documentationJeffrey Walton2020-04-021-13/+15
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-2/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-41/+41
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* 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
* spelling fixesklemens2016-12-271-1/+1
|
* Updated documentationJeffrey Walton2016-01-171-5/+5
|
* Cleared Valgrind warnings on uninitialized reads (Issue 105)Jeffrey Walton2016-01-101-4/+4
|
* Updated documentationJeffrey Walton2015-12-161-0/+1
|
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-1/+5
|
* Additional documentation; fixed issues with Clang integrated assembler and ↵Jeffrey Walton2015-11-191-7/+27
| | | | different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-5/+13
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-77/+78
|
* reduce risk of random number reuse after VM rollbackweidai2007-05-041-5/+4
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-1/+1
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-3/+2
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-1/+3
|
* fix bug in Grouperweidai2003-04-151-3/+2
| | | | | | | | 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-2/+3
|
* Initial revisionweidai2002-10-041-0/+77