aboutsummaryrefslogtreecommitdiffstats
path: root/src/x931_rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modularize RNG implementationslloyd2008-09-281-142/+0
* Where bit_ops.h was used to get xor_buf, include xor_buf.h insteadlloyd2008-09-021-1/+1
* Add interfaces for add_entropy_source and add_entropy tolloyd2008-06-281-0/+16
* Reseed the underlying PRNG when ANSI_X931_PRNG:reseed is calledlloyd2008-06-281-0/+2
* New structure for entropy sources + RNGs. The entropy sources are owned bylloyd2008-06-271-16/+11
* Remove PRNG_Unseeded throw() specifies from the RNG randomize() functions.lloyd2008-06-271-1/+1
* Remove Randpool header from X9.31 PRNG code: the RNGs are now decoupledlloyd2008-06-101-1/+0
* We must have ANSI_X931_RNG::clear() call destroy() on V, which sets thelloyd2008-06-071-1/+1
* Change how the ANSI X9.31 generator tells that it is seeded. Previously,lloyd2008-06-071-15/+11
* Remove both default arguments to the constructor of ANSI_X931_RNG.lloyd2008-05-241-6/+5
* Always set the position to the start of the block when generating a newlloyd2008-04-151-3/+2
* 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
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Initial checkin1.5.6lloyd2006-05-181-0/+136