aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/entropy_src.h
Commit message (Expand)AuthorAgeFilesLines
* Add new top-level algorithm which provides basic functionality: namelloyd2010-11-011-4/+5
* Use size_t instead of u32bit in entropy and rnglloyd2010-10-121-11/+11
* More Doxygenlloyd2010-06-161-0/+4
* Yet more Doxygen commentslloyd2010-06-161-1/+40
* More Doxygen updates/fixeslloyd2010-06-151-0/+3
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Add missing BOTAN_DLL exports.lloyd2009-12-161-2/+2
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
* static_cast a double before returning it as a u32bit to avoid a warninglloyd2009-07-101-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-1/+3
* Recast to byte pointer in Entropy_Accumulator before passing to add_byteslloyd2009-01-311-4/+4
* Track the collected entropy as a double instead of a unsigned int. Otherwiselloyd2009-01-311-3/+5
* Make Entropy_Accumulator a pure virtual to allow other accumulationlloyd2009-01-311-5/+26
* Go back to entropy bits per byte, instead of total estimated entropy oflloyd2009-01-281-4/+4
* Have Entropy_Accumulator dump everything into a BufferedComputation.lloyd2009-01-271-15/+23
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-8/+41
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-271-0/+3
* Move EntropySource base class to new entropy_src.h (which allows the implemen...lloyd2008-10-261-0/+26