summaryrefslogtreecommitdiff
path: root/zto/node/C25519.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zto/node/C25519.cpp')
-rw-r--r--zto/node/C25519.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/zto/node/C25519.cpp b/zto/node/C25519.cpp
index e9ffecc..a78e046 100644
--- a/zto/node/C25519.cpp
+++ b/zto/node/C25519.cpp
@@ -1,5 +1,3 @@
-// Code taken from NaCl by D. J. Bernstein and others
-
/*
Matthew Dempsky
Public domain.
@@ -7,7 +5,7 @@ Derived from public domain code by D. J. Bernstein.
*/
// Modified very slightly for ZeroTier One by Adam Ierymenko
-// (no functional changes)
+// This code remains in the public domain.
#include <stdint.h>
#include <stdlib.h>