Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamp entropy polling | Jack Lloyd | 2016-07-17 | 1 | -0/+7 |
| | | | | | Remove Entropy_Accumulator, instead have entropy sources directly add entropy to the RNG. | ||||
* | Fix macro checks for zero_mem. Github 55 | lloyd | 2015-03-06 | 1 | -2/+2 |
| | |||||
* | Reference memset via std namespace | lloyd | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | Remove memset_s, not implemented on any machine I can test on and | lloyd | 2015-01-23 | 1 | -7/+5 |
| | | | | | | | | problematic for requiring a special define before the first include of string.h. Instead optionally call memset via a volatile function pointer as a faster alternative to byte at a time writes. Github 42, 45 | ||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Use RtlSecureZeroMemory or memset_s if available | lloyd | 2015-01-07 | 1 | -0/+13 |
| | |||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+20 |