Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid using BOTAN_ISA_FUNC on rdrand function unless needed | Jack Lloyd | 2020-02-13 | 1 | -0/+2 |
* | Use RDRAND in such a way that an internal reseed is performed | Jack Lloyd | 2019-08-16 | 1 | -82/+62 |
* | Use 64-bit RDRAND on x86-64 | Jack Lloyd | 2019-07-05 | 1 | -3/+47 |
* | Make exceptions easier to translate to error codes | Jack Lloyd | 2018-11-23 | 1 | -1/+1 |
* | Expose RDRAND RNG through FFI | Jack Lloyd | 2018-08-13 | 1 | -1/+7 |
* | Add explicit tests for RDRAND_RNG and System_RNG | Jack Lloyd | 2017-08-03 | 1 | -9/+7 |
* | Avoid having source files start with /** | Jack Lloyd | 2016-11-25 | 1 | -1/+1 |
* | Add ISA annotations to functions using SIMD, AES, etc | Jack Lloyd | 2016-10-14 | 1 | -0/+1 |
* | Add RDRAND_RNG | Jack Lloyd | 2016-07-19 | 1 | -0/+84 |