3 Commits

Author SHA1 Message Date
Kouhei Sutou
f942303cd5 Support cross compile with MinGW on Linux
Linux uses case sensitive file system. So we can't find "wincrypt.h" by
"WinCrypt.h".
2016-09-14 23:28:46 +09:00
Anonymous Maarten
d1a0baf25f tweetNaCL: fix winrandom
problem: random byte generation on windows got stuck in an infinite loop
solution: the failure test is incorrect. Change it
2016-01-18 15:24:33 +01:00
Min RK
f13d4f1d04 add windows randombytes implementation
backport zeromq/libzmq#1619
2016-01-18 11:13:11 +01:00