summaryrefslogtreecommitdiff
path: root/osrng.h
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-1/+1
* Add EnumToInt conversion macro for enum-enum conversion warnings (GH #1016)Jeffrey Walton2021-03-091-1/+1
* Clear C++20 enum-enum conversion warnings (GH #1016)Jeffrey Walton2021-03-091-1/+1
* Whitespace check-inJeffrey Walton2021-03-041-1/+1
* Fix typos in documentation and comments (PR #1012)Tobias Nießen2021-03-041-1/+1
* Clear Clang -Wdocumentation warningsJeffrey Walton2020-12-151-2/+2
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-1/+1
* Update documentationJeffrey Walton2020-04-021-22/+28
* Avoid potential uninitialized read in AutoSeededX917RNGJeffrey Walton2019-07-061-14/+25
* 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
* 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
* 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
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* 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 gar...Jeffrey Walton2015-11-221-1/+0
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-0/+1
* Additional documentation; fixed issues with Clang integrated assembler and di...Jeffrey Walton2015-11-191-14/+103
* 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 possible error during DLL startup self-test due to calling functions in A...weidai2010-07-291-2/+2
* 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