summaryrefslogtreecommitdiff
path: root/AUTHORS.txt
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-03 15:48:26 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-03 15:48:26 -0400
commit0ab7b6d0149485db75121d0b26af4b00a0232aca (patch)
tree0c48a18adb85be84ec5657f321f0cf5a409688dc /AUTHORS.txt
parentbb4a96c630b7de05f991c7ecaaf62f9309b475a2 (diff)
downloadinfinitytier-0ab7b6d0149485db75121d0b26af4b00a0232aca.tar.gz
infinitytier-0ab7b6d0149485db75121d0b26af4b00a0232aca.zip
docs
Diffstat (limited to 'AUTHORS.txt')
-rw-r--r--AUTHORS.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 1e8a8731..7dad2ff3 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -4,19 +4,18 @@ contributors can be found on the GitHub home page at:
https://github.com/zerotier/ZeroTierOne
-ZeroTier One includes or links with the following third party software:
+ZeroTier One includes the following third party code:
* LZ4 compression algorithm by Yann Collet (BSD license)
http://code.google.com/p/lz4/
- * OpenSSL libcrypto (BSD-style OpenSSL license)
- http://www.openssl.org/
-
- * TunTapOSX by Mattias Nissler (with tiny modifications) (BSD license)
+ * TunTapOSX by Mattias Nissler (forked for ZT1) (BSD license)
http://tuntaposx.sourceforge.net
* tap-windows by the OpenVPN project (forked for ZT1) (GPL)
https://github.com/OpenVPN/tap-windows
- * Salsa20 stream cipher by D. J. Bernstein (public domain)
- http://cr.yp.to/snuffle.html
+ * Salsa20 stream cipher, Curve25519 elliptic curve cipher, Ed25519
+ digital signature algorithm, and Poly1305 MAC algorithm, all by
+ Daniel J. Bernstein (public domain)
+ http://cr.yp.to/