aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/entropy/rdseed
Commit message (Expand)AuthorAgeFilesLines
* Enable SSE2 for RDSEEDJack Lloyd2019-10-091-0/+1
* Use RDRAND in such a way that an internal reseed is performedJack Lloyd2019-08-161-23/+71
* Make the ISA list a listJack Lloyd2019-04-171-1/+3
* Expose RDRAND RNG through FFIJack Lloyd2018-08-131-1/+2
* Remove needless <arch> blocks for RDRAND/RDSEEDJack Lloyd2018-01-041-5/+0
* Clean up header includesJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Remove low compiler version restrictionsSimon Warta2017-07-311-3/+3
* Fixes for MSVC version detectionJack Lloyd2017-05-191-1/+1
* Let modules specify minimum compiler version, add runtime compiler version checkJack Lloyd2017-05-181-3/+3
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Remove <source> block from info.txt filesJack Lloyd2016-12-081-4/+0
* Add ISA annotations to functions using SIMD, AES, etcJack Lloyd2016-10-141-0/+1
* Revamp entropy pollingJack Lloyd2016-07-172-17/+19
* Trivial warning fixesJack Lloyd2016-03-091-1/+1
* Merge GH #373 RDRAND/RDSEED logic changesJack Lloyd2016-03-061-17/+17
|\
| * move logic back into poll()Daniel Neus2016-01-261-30/+18
| * review changesDaniel Neus2015-12-212-16/+17
| * RdRand and RdSeed logic changesDaniel Neus2015-12-202-18/+29
* | Add final attribute to many classesJack Lloyd2016-01-101-1/+1
|/
* Move estimate of RDRAND/RDSEED entropy to build.hJack Lloyd2015-12-191-11/+1
* add support for Intel RdSeedDaniel Neus2015-12-183-0/+107