summaryrefslogtreecommitdiff
path: root/core/net_crypto.c
diff options
context:
space:
mode:
authorJae Kwon <jkwon.work@gmail.com>2013-08-03 14:46:52 -0700
committerJae Kwon <jkwon.work@gmail.com>2013-08-03 14:46:52 -0700
commit158751cb2db8d2e11e38cbc926d0a979f8a8350a (patch)
tree141b858532475432d4bf44d3433fadc7eb42ca09 /core/net_crypto.c
parent09a6d2d351840edbe8defd7c209c312c226bedef (diff)
various fixes for first time user
* added linking to libsodium * fixed links to docs to point to wiki
Diffstat (limited to 'core/net_crypto.c')
-rw-r--r--core/net_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/net_crypto.c b/core/net_crypto.c
index 3b5b67f4..561ba866 100644
--- a/core/net_crypto.c
+++ b/core/net_crypto.c
@@ -1,7 +1,7 @@
1/* net_crypto.c 1/* net_crypto.c
2 * 2 *
3 * Functions for the core network crypto. 3 * Functions for the core network crypto.
4 * See also: docs/Crypto.txt 4 * See also: http://wiki.tox.im/index.php/DHT
5 * 5 *
6 * NOTE: This code has to be perfect. We don't mess around with encryption. 6 * NOTE: This code has to be perfect. We don't mess around with encryption.
7 * 7 *