aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/hres_timer
Commit message (Collapse)AuthorAgeFilesLines
* Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-281-11/+8
| | | | Defaults should be fine for everyone but it makes the values more transparent
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-2/+2
| | | | | | | | | | | | | Provides an easier way for an application to configure a list of entropy sources they'd like to use, or add a custom entropy source to their seeding. Exposes some toggles for the global/default entropy sources to build.h Adds basic entropy tests which runs the polls and does sanity checking on the results, including compression tests if available. These are less useful for the CSPRNG outputs but a good check for the ones producing plain ASCII like the /proc reader.
* entropy: Add missing overridesDaniel Seither2015-07-301-2/+2
|
* Avoid 0-defining BOTAN_USE_GCC_INLINE_ASMsimon2015-05-311-1/+1
| | | | GH #103
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Don't bother polling std:: clocks if we have clock_gettimelloyd2014-08-091-32/+22
|
* Avoid std::chrono::steady_clock, missing in some distro gccslloyd2014-04-251-1/+0
|
* Add std::chrono clock polllloyd2014-02-021-11/+30
|
* Move lib into srclloyd2014-01-103-0/+160