From 1e17492b783cd9ecfea57ef4cd2112c0fa155538 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 3 Jul 2013 10:05:44 -0400 Subject: [PATCH] Update TODO. --- docs/TODO.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/TODO.txt b/docs/TODO.txt index d9c988a2..04766ae4 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -15,10 +15,9 @@ Things to do now: -Add NaCl to our build system. --Make NaCl work on windows - The randombytes function for example in NaCl needs to be ported to windows (it works by reading bytes from /dev/urandom) - The first result on google for how to compile it on windows replaces /dev/urandom with rand() (DO NOT DO THIS) - Instead replace it with RtlGenRandom() or rand_s(). +-Make NaCl work on windows (DONE) + https://github.com/jedisct1/libsodium + -Crypto (In progress)