aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/cryptoapi_rng
Commit message (Expand)AuthorAgeFilesLines
* Remove <source> block from info.txt filesJack Lloyd2016-12-081-4/+0
* define NOMINMAX 1 before every include of windows.hBaruch Burstein2016-11-281-2/+1
* Make Windows happyJack Lloyd2016-08-281-1/+1
* Travis CI additions and cleanupJack Lloyd2016-08-281-1/+1
* Fix assignmentJack Lloyd2016-07-171-1/+1
* Revamp entropy pollingJack Lloyd2016-07-172-40/+48
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-052-2/+2
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-082-18/+18
* Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-281-3/+1
* New reseed_with_sources call on RNGsJack Lloyd2015-11-242-6/+7
* entropy: Add missing overridesDaniel Seither2015-07-301-2/+2
* lib/entropy: Convert &vec[0] to vec.data()Simon Warta2015-06-271-2/+2
* Use available MinGW APIs (CryptoAPI and Unix-style fds). GH#84joerg2015-04-271-1/+2
* Windows fixlloyd2015-03-202-5/+4
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Add MinGW support for the CryptoAPI RNG. Also disable the dependencieslloyd2014-12-171-0/+1
* Avoid Windows macro damage. Github issue 13.lloyd2014-02-021-0/+2
* Move lib into srclloyd2014-01-103-0/+150