aboutsummaryrefslogtreecommitdiffstats
path: root/src/randpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modularize RNG implementationslloyd2008-09-281-223/+0
* Where bit_ops.h was used to get xor_buf, include xor_buf.h insteadlloyd2008-09-021-1/+1
* New structure for entropy sources + RNGs. The entropy sources are owned bylloyd2008-06-271-32/+67
* Remove PRNG_Unseeded throw() specifies from the RNG randomize() functions.lloyd2008-06-271-1/+1
* Make the two parameters of Randpool (which underlying block cipher and MAClloyd2008-05-251-7/+6
* propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...lloyd2008-04-101-1/+1
|\
| * In Botan, the Timer base class provides access to a high-resolutionlloyd2008-04-071-1/+1
* | Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
|/
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Remove unused include of assert.hlloyd2007-11-071-2/+0
* bit_ops.h no longer includes loadstor.hlloyd2007-10-191-0/+1
* Avoid C-style casts (as detected by GCC's -Wold-style-cast) and instead use lloyd2007-07-231-1/+1
* Write functions to handle loading and saving words a block at a time, taking ...lloyd2007-05-311-2/+3
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Initial checkin1.5.6lloyd2006-05-181-0/+189