From c86c1c8132a0d910cdb314798804d5fe0b270179 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 3 Jul 2013 09:45:01 -0400 Subject: TODO updated. --- docs/TODO.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/TODO.txt') diff --git a/docs/TODO.txt b/docs/TODO.txt index 8b7020c2..d9c988a2 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -15,6 +15,11 @@ 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(). + -Crypto (In progress) -Find and fix bugs in the code. -- cgit v1.2.3