summaryrefslogtreecommitdiff
path: root/docs/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TODO.txt')
-rw-r--r--docs/TODO.txt5
1 files changed, 5 insertions, 0 deletions
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:
15 15
16-Add NaCl to our build system. 16-Add NaCl to our build system.
17 17
18-Make NaCl work on windows
19 The randombytes function for example in NaCl needs to be ported to windows (it works by reading bytes from /dev/urandom)
20 The first result on google for how to compile it on windows replaces /dev/urandom with rand() (DO NOT DO THIS)
21 Instead replace it with RtlGenRandom() or rand_s().
22
18-Crypto (In progress) 23-Crypto (In progress)
19 24
20-Find and fix bugs in the code. 25-Find and fix bugs in the code.