Use RtlGenRandom() as an additional source of entropy

for CRandomGenerator::Init() and 16 bytes IV for AES.
This commit is contained in:
Tino Reichardt
2019-01-26 09:10:09 +01:00
parent 4b0a001320
commit 34323d51e9
3 changed files with 8 additions and 15 deletions

View File

@@ -10,7 +10,7 @@
#define MY_VERSION_CPU MY_VERSION
#endif
#define MY_DATE "2019-01-07"
#define MY_DATE "2019-01-26"
#undef MY_COPYRIGHT
#undef MY_VERSION_COPYRIGHT_DATE
#define MY_AUTHOR_NAME "Igor Pavlov, Tino Reichardt"