summaryrefslogtreecommitdiff
path: root/docs/TODO.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-03 09:45:01 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-03 09:45:01 -0400
commitc86c1c8132a0d910cdb314798804d5fe0b270179 (patch)
tree00499300b9948fa12a4bf0385ce9beecb951db6a /docs/TODO.txt
parent1767fd574e11c6ae8ef549f51e8a5b9eef1c6f88 (diff)
TODO updated.
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.