summaryrefslogtreecommitdiff
path: root/osrng.h
Commit message (Collapse)AuthorAgeFilesLines
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+10
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-7/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-94/+94
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Remove WORKAROUND_MS_BUG_Q258000 from the config and osrngJeffrey Walton2017-08-291-1/+1
|
* Add /dev/random usage note on LinuxJeffrey Walton2017-07-261-0/+4
|
* Add Random Number Generator benchmarks (Issue 386)Jeffrey Walton2017-03-081-1/+1
| | | | | | | | 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 StaticAlgorithmName to select RNGs for object registry (Issue 386)Jeffrey Walton2017-03-071-3/+16
|
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+2
|
* Use NO_OS_DEPENDENCE in osrng class files (Issue 377)Jeffrey Walton2017-02-181-1/+1
| | | | Thanks to Mattias Linnap for raising the issue
* 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-3/+3
|
* Add changes for Windows Sotre that went missing with my clumsy Git skillsJeffrey Walton2016-05-091-17/+28
|
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-0/+1
|
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding ↵Jeffrey Walton2015-11-221-1/+0
| | | | | | garbage to the end of some source files during drag and drop from guest to host. This reverts commit c45435812225aa68d122c7de246e5f60b509766c.
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-0/+1
|
* Additional documentation; fixed issues with Clang integrated assembler and ↵Jeffrey Walton2015-11-191-14/+103
| | | | different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-164/+166
|
* Cleared unknown pragma warning under MinGWJeffrey Walton2015-07-231-2/+2
|
* Cleared -Wunknown-pragmas under GCC 5.1/Cygwin on WindowsJeffrey Walton2015-07-191-3/+6
|
* Fixed compile on Cygwin x86_64. Thanks to Alex AfanasyevJeffrey Walton2015-06-301-2/+7
|
* fix compile with GCC 4.4 and -march=i386weidai2010-08-081-0/+3
| | | | | fix minor documentation issues fix compile w/o GAS 2.19 or later
* fix possible error during DLL startup self-test due to calling functions in ↵weidai2010-07-291-2/+2
| | | | ADVAPI32.DLL from DllMain() (http://sourceforge.net/apps/trac/cryptopp/ticket/4)
* fix compileweidai2007-05-041-0/+1
|
* reduce risk of random number reuse after VM rollbackweidai2007-05-041-35/+19
|
* clarify commentsweidai2007-04-161-3/+3
|
* port to GCC 4weidai2005-09-051-2/+2
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-5/+5
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-4/+4
|
* *** empty log message ***weidai2004-04-081-0/+3
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-7/+10
|
* various changes for 5.1weidai2003-03-201-18/+14
|
* bug fixes and KAT for X9.17 RNGweidai2002-10-171-8/+17
|
* Initial revisionweidai2002-10-041-0/+157