mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Update TODO.
This commit is contained in:
parent
c86c1c8132
commit
1e17492b78
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user