aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/rng/rdrand_rng/rdrand_rng.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid using BOTAN_ISA_FUNC on rdrand function unless neededJack Lloyd2020-02-131-0/+2
* Use RDRAND in such a way that an internal reseed is performedJack Lloyd2019-08-161-82/+62
* Use 64-bit RDRAND on x86-64Jack Lloyd2019-07-051-3/+47
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* Expose RDRAND RNG through FFIJack Lloyd2018-08-131-1/+7
* Add explicit tests for RDRAND_RNG and System_RNGJack Lloyd2017-08-031-9/+7
* Avoid having source files start with /**Jack Lloyd2016-11-251-1/+1
* Add ISA annotations to functions using SIMD, AES, etcJack Lloyd2016-10-141-0/+1
* Add RDRAND_RNGJack Lloyd2016-07-191-0/+84