aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/zero_mem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revamp entropy pollingJack Lloyd2016-07-171-0/+7
| | | | | Remove Entropy_Accumulator, instead have entropy sources directly add entropy to the RNG.
* Fix macro checks for zero_mem. Github 55lloyd2015-03-061-2/+2
|
* Reference memset via std namespacelloyd2015-01-271-1/+1
|
* Remove memset_s, not implemented on any machine I can test on andlloyd2015-01-231-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.lloyd2015-01-101-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 availablelloyd2015-01-071-0/+13
|
* Move lib into srclloyd2014-01-101-0/+20