summaryrefslogtreecommitdiff
path: root/docs/TODO.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-03 10:05:44 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-03 10:05:44 -0400
commit1e17492b783cd9ecfea57ef4cd2112c0fa155538 (patch)
tree89a438745e5daaffc88810b3fa7af9f7f35182db /docs/TODO.txt
parentc86c1c8132a0d910cdb314798804d5fe0b270179 (diff)
Update TODO.
Diffstat (limited to 'docs/TODO.txt')
-rw-r--r--docs/TODO.txt7
1 files 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:
15 15
16-Add NaCl to our build system. 16-Add NaCl to our build system.
17 17
18-Make NaCl work on windows 18-Make NaCl work on windows (DONE)
19 The randombytes function for example in NaCl needs to be ported to windows (it works by reading bytes from /dev/urandom) 19 https://github.com/jedisct1/libsodium
20 The first result on google for how to compile it on windows replaces /dev/urandom with rand() (DO NOT DO THIS) 20
21 Instead replace it with RtlGenRandom() or rand_s().
22 21
23-Crypto (In progress) 22-Crypto (In progress)
24 23